.product-gallery[data-astro-cid-btd33oif]{display:flex;flex-direction:column;gap:.75rem;width:100%;outline:none}.pg-main-wrap[data-astro-cid-btd33oif]{position:relative;width:100%;background:#fff;border-radius:var(--radius);overflow:hidden;aspect-ratio:1 / 1}.pg-hero[data-astro-cid-btd33oif] .pg-main-wrap[data-astro-cid-btd33oif]{aspect-ratio:4 / 3;background:var(--color-bg-soft)}.pg-card[data-astro-cid-btd33oif] .pg-main-wrap[data-astro-cid-btd33oif]{aspect-ratio:1 / 1}.pg-main-inner[data-astro-cid-btd33oif]{width:100%;height:100%}.pg-main-img[data-astro-cid-btd33oif]{width:100%;height:100%;object-fit:contain;cursor:zoom-in;user-select:none;-webkit-user-drag:none}.pg-arrow[data-astro-cid-btd33oif]{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;background:#ffffffeb;border:1px solid var(--color-border);border-radius:50%;color:var(--color-text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);transition:background .15s,transform .15s;z-index:2}.pg-arrow[data-astro-cid-btd33oif]:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.pg-arrow[data-astro-cid-btd33oif]:active{transform:translateY(-50%) scale(.95)}.pg-arrow-prev[data-astro-cid-btd33oif]{left:.5rem}.pg-arrow-next[data-astro-cid-btd33oif]{right:.5rem}.pg-card[data-astro-cid-btd33oif] .pg-arrow[data-astro-cid-btd33oif]{width:30px;height:30px}.pg-card[data-astro-cid-btd33oif] .pg-arrow[data-astro-cid-btd33oif] svg[data-astro-cid-btd33oif]{width:14px;height:14px}.pg-counter[data-astro-cid-btd33oif]{position:absolute;bottom:.5rem;right:.5rem;background:#000000a6;color:#fff;font-size:.78rem;font-weight:600;padding:.18rem .5rem;border-radius:999px;display:inline-flex;gap:.25rem;align-items:center;pointer-events:none;z-index:1}.pg-counter-sep[data-astro-cid-btd33oif]{opacity:.6}.pg-card[data-astro-cid-btd33oif] .pg-counter[data-astro-cid-btd33oif]{font-size:.7rem;padding:.12rem .4rem}.pg-thumbs[data-astro-cid-btd33oif]{display:flex;gap:.4rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.25rem;scrollbar-width:thin;scroll-snap-type:x mandatory}.pg-thumbs[data-astro-cid-btd33oif]::-webkit-scrollbar{height:4px}.pg-thumbs[data-astro-cid-btd33oif]::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}.pg-thumb[data-astro-cid-btd33oif]{flex-shrink:0;width:64px;height:64px;border:2px solid var(--color-border);background:#fff;border-radius:var(--radius);padding:0;cursor:pointer;overflow:hidden;transition:border-color .15s,transform .15s;scroll-snap-align:start}.pg-thumb[data-astro-cid-btd33oif] img[data-astro-cid-btd33oif]{width:100%;height:100%;object-fit:contain;pointer-events:none}.pg-thumb[data-astro-cid-btd33oif]:hover{border-color:var(--color-primary)}.pg-thumb[data-astro-cid-btd33oif].is-active{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-soft, rgba(59, 130, 246, .15))}.pg-card[data-astro-cid-btd33oif] .pg-thumb[data-astro-cid-btd33oif]{width:48px;height:48px;border-width:1.5px}.pg-lightbox{position:fixed;inset:0;background:#000000eb;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem}.pg-lb-img{max-width:95%;max-height:95%;object-fit:contain;user-select:none}.pg-lb-close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;background:#ffffff1f;color:#fff;border:none;border-radius:50%;font-size:1.3rem;cursor:pointer;z-index:10}.pg-lb-close:hover{background:#fff3}.pg-lb-arrow{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;background:#ffffff1f;color:#fff;border:none;border-radius:50%;font-size:2.2rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.pg-lb-arrow:hover{background:#fff3}.pg-lb-prev{left:1rem}.pg-lb-next{right:1rem}.pg-lb-counter{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);color:#fff;font-size:.9rem;font-weight:600;background:#ffffff1f;padding:.3rem .75rem;border-radius:999px;display:inline-flex;gap:.3rem}@media(max-width:720px){.pg-arrow[data-astro-cid-btd33oif]{width:34px;height:34px}.pg-thumb[data-astro-cid-btd33oif]{width:56px;height:56px}.pg-lb-arrow{width:44px;height:44px;font-size:1.8rem}}.inline-hero-img{margin:1.75rem 0;border-radius:var(--radius);overflow:hidden;background:var(--color-bg-soft);aspect-ratio:16 / 9;cursor:zoom-in;display:block;transition:transform .15s,box-shadow .15s}.inline-hero-img:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.inline-hero-img img{width:100%;height:100%;object-fit:cover;display:block}.inline-gallery-3{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin:2rem 0}.inline-gallery-3-item{display:block;aspect-ratio:1 / 1;padding:0;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;background:#fff;cursor:zoom-in;transition:transform .15s,border-color .15s,box-shadow .15s}.inline-gallery-3-item:hover{transform:translateY(-2px);border-color:var(--color-primary);box-shadow:var(--shadow-sm)}.inline-gallery-3-item img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}@media(max-width:720px){.inline-hero-img{aspect-ratio:4 / 3;margin:1.25rem 0}.inline-gallery-3{gap:.5rem;margin:1.5rem 0}}@media(max-width:480px){.inline-gallery-3{gap:.35rem}}
