@import url('/static/catalog-media.css?v=1.1');
@import url('/static/featured-products-fix.css?v=1.0');
.product-gallery-main{position:relative;height:590px;border-radius:30px;overflow:hidden;background:linear-gradient(145deg,#f6ebe6,#f8efeb);box-shadow:var(--shadow)}
.product-detail .product-gallery-main img,.product-detail .product-gallery-main video{width:100%;height:100%;object-fit:contain;border-radius:0;box-shadow:none;background:transparent}
.product-detail .product-gallery-main img{cursor:zoom-in}
.product-detail .product-gallery-main video{display:block;background:#000}
.product-detail .product-gallery-main [hidden]{display:none!important}
.product-gallery-main .gallery-badge{z-index:2}
.product-gallery-main .gallery-badge[hidden]{display:none!important}
.gallery-zoom{position:absolute;right:18px;top:18px;z-index:3;width:42px;height:42px;border:1px solid rgba(223,100,137,.22);border-radius:50%;background:rgba(255,255,255,.94);color:var(--rose-dark);font-size:25px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 22px rgba(93,58,68,.12)}
.gallery-zoom[hidden]{display:none!important}
.product-thumbnails{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.thumb{width:76px;height:76px;padding:3px;border:1px solid transparent;border-radius:14px;background:linear-gradient(145deg,#f6ebe6,#f8efeb);cursor:pointer;overflow:hidden;position:relative}
.thumb.active{border-color:var(--rose)}
.product-detail .thumb img,.product-detail .thumb video{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:10px;box-shadow:none;background:transparent}
.video-thumb{display:block;position:relative;width:100%;height:100%}
.video-thumb video{pointer-events:none;background:#111;object-fit:cover}
.video-play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:28px;height:28px;border-radius:50%;display:grid;place-items:center;padding-left:2px;background:rgba(255,255,255,.92);color:var(--rose-dark);font-size:11px;box-shadow:0 4px 12px rgba(0,0,0,.18)}
.admin-image-card video{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px;background:#111}
body.lightbox-open{overflow:hidden}
.product-lightbox{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:40px;background:rgba(35,28,30,.82);backdrop-filter:blur(8px)}
.product-lightbox.open{display:flex}
.product-lightbox img,.product-lightbox video{max-width:min(92vw,1400px);max-height:88vh;width:auto;height:auto;object-fit:contain;border-radius:20px;box-shadow:0 24px 70px rgba(0,0,0,.35)}
.product-lightbox img{cursor:zoom-out;background:#fff}
.product-lightbox video{background:#000}
.product-lightbox [hidden]{display:none!important}
.lightbox-close,.lightbox-nav{position:absolute;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:var(--ink);display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 28px rgba(0,0,0,.2);z-index:3}
.lightbox-close{top:20px;right:20px;width:46px;height:46px;font-size:30px}
.lightbox-nav{top:50%;transform:translateY(-50%);width:52px;height:52px;font-size:38px}
.lightbox-prev{left:24px}.lightbox-next{right:24px}
@media(max-width:900px){.product-gallery-main{height:520px}}
@media(max-width:700px){.product-gallery-main{height:420px;border-radius:22px}.product-lightbox{padding:20px}.product-lightbox video{max-width:calc(100vw - 40px);max-height:82vh}.lightbox-nav{width:44px;height:44px;font-size:32px}.lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox-close{top:12px;right:12px}.thumb{width:64px;height:64px}}
