/* Hide WC default gallery elements — replaced by gallery.js custom gallery */
.pdp-gallery .woocommerce-product-gallery{display:none!important}
.pdp-gallery .pdp-gallery__zoom,.pdp-gallery .wvh-gallery-fullscreen{display:none!important}

/* Variation gallery also hides/shows WC gallery; keep this as fallback */
.pdp-gallery .woocommerce-product-gallery.wvh-visible{display:block!important}

/* Custom gallery layout (shared by gallery.js and variation-gallery.js) */
.wvh-vg-gallery{margin:0;min-width:0;max-width:100%}
.wvh-vg-main{position:relative;width:100%;padding-top:100%;background:var(--wvh-gray-100,#F5F5F5);border-radius:var(--pdp-radius-card,12px);overflow:hidden;cursor:zoom-in}
.wvh-vg-main-link{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.wvh-vg-main-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;transition:opacity 0.25s ease}
.wvh-vg-thumbs{display:flex;gap:var(--wvh-space-2,8px);margin-top:var(--wvh-space-3,12px);overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}
.wvh-vg-thumb-item{flex:0 0 72px;aspect-ratio:1;border-radius:var(--wvh-radius-sm,8px);border:2px solid var(--wvh-gray-200,#E5E5E5);overflow:hidden;cursor:pointer;transition:border-color 0.2s ease;background:var(--wvh-gray-100,#F5F5F5)}
.wvh-vg-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}
.wvh-vg-thumb-item:hover,
.wvh-vg-thumb-item.is-active{border-color:var(--wvh-orange,#FF7900)}

/* Lightbox */
.wvh-vg-lightbox{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.3s ease}
.wvh-vg-lightbox.is-open{opacity:1;visibility:visible}
body.wvh-vg-lightbox-open{overflow:hidden}
.wvh-vg-lightbox__overlay{position:absolute;inset:0;background:rgba(0,0,0,0.92);cursor:pointer}
.wvh-vg-lightbox__content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}
.wvh-vg-lightbox__image{max-width:100%;max-height:85vh;object-fit:contain;border-radius:var(--wvh-radius-md,10px)}
.wvh-vg-lightbox__close{position:absolute;top:-45px;right:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;color:#fff;border:none;font-size:32px;cursor:pointer;opacity:0.7;transition:opacity 0.2s ease}
.wvh-vg-lightbox__close:hover{opacity:1}
.wvh-vg-lightbox__prev,
.wvh-vg-lightbox__next{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.1);color:#fff;border:none;border-radius:50%;font-size:26px;cursor:pointer;transition:all 0.2s ease}
.wvh-vg-lightbox__prev{left:-65px}
.wvh-vg-lightbox__next{right:-65px}
.wvh-vg-lightbox__prev:hover,
.wvh-vg-lightbox__next:hover{background:var(--wvh-orange,#FF7900)}
.wvh-vg-lightbox__counter{position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;font-size:13px;opacity:0.7}

@media (max-width:768px){
    .wvh-vg-thumb-item{flex:0 0 56px}
    .wvh-vg-lightbox__content{max-width:100vw;max-height:100vh;width:100%;height:100%}
    .wvh-vg-lightbox__image{max-height:75vh;border-radius:0}
    .wvh-vg-lightbox__prev,
    .wvh-vg-lightbox__next{width:44px;height:44px;font-size:24px;background:rgba(0,0,0,0.5)}
    .wvh-vg-lightbox__prev{left:8px}
    .wvh-vg-lightbox__next{right:8px}
    .wvh-vg-lightbox__close{top:12px;right:12px;width:44px;height:44px;font-size:28px;background:rgba(0,0,0,0.5);border-radius:50%;opacity:1}
    .wvh-vg-lightbox__counter{bottom:20px}
}
