.product-lightbox__back{position:absolute;left:24px;bottom:24px;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:1px solid #d9d9df;border-radius:16px;background:#fff;color:#06063A;cursor:pointer;z-index:5;transition:border-color .2s ease,opacity .2s ease}.product-lightbox__back:hover{border-color:#C9A15B}.product-lightbox__back svg{width:36px;height:36px;display:block}.product-lightbox__thumbs{position:absolute;left:24px;top:50%;transform:translateY(-50%);z-index:4;width:72px;max-height:70vh;overflow:hidden}.product-lightbox__thumbs-track{display:flex;flex-direction:column;gap:8px}.product-lightbox__thumb{width:72px;height:96px;display:flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden;background:#f6f6f6;border:1px solid transparent;cursor:pointer;transition:border-color .2s ease,opacity .2s ease}.product-lightbox__thumb img{width:100%;height:100%;object-fit:contain;display:block}.product-lightbox__thumb.is-active{border-color:#06063A}.product-lightbox__thumb:not(.is-active){opacity:.55}.product-lightbox__thumb:hover{opacity:1}.product-lightbox{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#f6f6f6;z-index:2147483647;opacity:0;visibility:hidden;pointer-events:none;transform:scale(.965);transform-origin:center;transition:opacity 1s ease,visibility 1s ease,transform 1.25s cubic-bezier(.16,1,.3,1)}.product-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:scale(1)}.product-lightbox__stage{position:relative;width:100vw;height:100vh;overflow:hidden;background:#f6f6f6;display:flex;align-items:center;justify-content:center}.product-lightbox__image{position:absolute;left:0;top:0;width:100vw;height:auto;max-width:none;max-height:none;display:block;cursor:none;user-select:none;-webkit-user-drag:none;transition:transform 1.4s cubic-bezier(.16,1,.3,1),opacity .9s ease;transform:scale(.94);opacity:0;will-change:transform,opacity,top}.product-lightbox.is-open .product-lightbox__image{transform:scale(1);opacity:1}.product-lightbox__close{position:absolute;top:24px;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:1px solid #d9d9df;border-radius:16px;background:#fff;color:#06063A;cursor:pointer;z-index:3;transition:background .2s ease,border-color .2s ease,opacity .2s ease}.product-lightbox__close:hover{border-color:#C9A15B}.product-lightbox__close svg{display:block;width:20px;height:20px}.product-lightbox__cursor{position:fixed;left:0;top:0;width:44px;height:44px;margin-left:-22px;margin-top:-22px;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2147483647;opacity:0;transition:opacity .2s ease,transform .08s linear}.product-lightbox__cursor span{display:block;width:14px;height:1.5px;background:#06063A}.product-lightbox.is-open .product-lightbox__cursor{opacity:1}.product-lightbox__progress{border-radius:999px;position:absolute;left:50%;bottom:120px;transform:translateX(-50%);width:160px;height:2px;background:#DDDDE2;z-index:2;overflow:hidden}.product-lightbox__progress-fill{border-radius:999px;position:absolute;left:0;top:0;height:100%;background:#06063A;transition:transform .25s ease,width .25s ease}.product-lightbox__nav{position:absolute;bottom:24px;transform:none;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:1px solid #d9d9df;border-radius:16px;background:#fff;color:#06063A;cursor:pointer;z-index:2;transition:background .2s ease,border-color .2s ease,opacity .2s ease}.product-lightbox__nav:hover{border-color:#C9A15B}.product-lightbox__nav svg{display:block;width:36px;height:36px}.product-lightbox__nav--prev{left:calc(50% - 52px)}.product-lightbox__nav--next{right:calc(50% - 52px)}@media(max-width:767px){.product-lightbox__thumbs,.product-lightbox__back{display:none}.product-lightbox{transition:none;transform:none}.product-lightbox__image{transition:none;transform:none;opacity:1}.product-lightbox__close{top:18px;width:48px;height:48px;border-radius:16px}.product-lightbox__close svg{width:20px;height:20px}.product-lightbox__nav{bottom:24px;width:48px;height:48px;border-radius:16px}.product-lightbox__nav svg{width:36px;height:36px}.product-lightbox__nav--prev{left:calc(50% - 52px)}.product-lightbox__nav--next{right:calc(50% - 52px)}.product-lightbox__cursor{display:none}.product-lightbox__progress{bottom:100px;width:150px}}@media(min-width:768px){.product-lightbox__progress,.product-lightbox__close,.product-lightbox__nav{display:none!important}}