.photo-gallery{position:relative;width:100%;margin-bottom:16px}
.gallery-main{position:relative;width:100%;aspect-ratio:1/1;background:#0d0d2b;border-radius:12px;overflow:hidden;cursor:zoom-in;display:flex;align-items:center;justify-content:center}
.gallery-main img{max-width:100%;max-height:100%;object-fit:contain}
.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(90,60,220,0.7);color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:20px;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;transition:background 0.2s}
.gallery-nav:hover{background:rgba(90,60,220,1)}
.gallery-nav.prev{left:8px}
.gallery-nav.next{right:8px}
.gallery-thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin;scrollbar-color:#5a3cdc #1a1a3e}
.gallery-thumbs::-webkit-scrollbar{height:6px}
.gallery-thumbs::-webkit-scrollbar-track{background:#1a1a3e;border-radius:3px}
.gallery-thumbs::-webkit-scrollbar-thumb{background:#5a3cdc;border-radius:3px}
.gallery-thumb{flex:0 0 64px;width:64px;height:64px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color 0.2s;background:#0d0d2b}
.gallery-thumb.active{border-color:#5a3cdc}
.gallery-thumb img{width:100%;height:100%;object-fit:cover}
.gallery-lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.92);z-index:9999;align-items:center;justify-content:center;flex-direction:column}
.gallery-lightbox.open{display:flex}
.gallery-lightbox img{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:8px}
.lb-close{position:absolute;top:16px;right:24px;color:#fff;font-size:32px;cursor:pointer;z-index:10000;background:none;border:none;line-height:1}
.lb-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(90,60,220,0.7);color:#fff;border:none;width:48px;height:48px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}
.lb-nav:hover{background:rgba(90,60,220,1)}
.lb-nav.prev{left:16px}
.lb-nav.next{right:16px}
.lb-counter{color:#aaa;margin-top:12px;font-size:14px}
@media(max-width:768px){
.gallery-thumb{flex:0 0 52px;width:52px;height:52px}
.gallery-nav{width:32px;height:32px;font-size:16px}
.lb-nav{width:40px;height:40px;font-size:18px}
}
.product-image:has(.photo-gallery){background:transparent!important;padding:0!important;border-radius:0!important;min-width:0!important;overflow:hidden!important}
.product-grid{grid-template-columns:1fr 1fr!important}
.photo-gallery{max-width:100%;overflow:hidden}