.main-product[data-product-gallery]{grid-template-columns:minmax(0,var(--mp-media-width)) minmax(320px,calc(100% - var(--mp-media-width)));align-items:start}.product-gallery-premium{min-width:0}.product-gallery-premium--sticky{position:sticky;top:120px;align-self:start}.product-gallery-premium__shell{display:grid;gap:var(--mp-thumb-gap);min-width:0}.product-gallery-premium__shell--thumbnails_left{grid-template-columns:var(--mp-thumb-size) minmax(0,1fr)}.product-gallery-premium__shell--thumbnails_bottom{grid-template-columns:1fr}.product-gallery-premium__shell--thumbnails_bottom .product-gallery-premium__thumbnails{order:2;flex-direction:row;overflow-x:auto}.product-gallery-premium__shell--slider{grid-template-columns:1fr}.product-gallery-premium__shell--slider .product-gallery-premium__thumbnails{display:none}.product-gallery-premium__shell--stacked,.product-gallery-premium__shell--grid{grid-template-columns:1fr}.product-gallery-premium__shell--stacked .product-gallery-premium__thumbnails,.product-gallery-premium__shell--grid .product-gallery-premium__thumbnails{display:none}.product-gallery-premium__thumbnails{display:flex;flex-direction:column;gap:var(--mp-thumb-gap);max-height:var(--mp-media-max-height);overflow:auto;scrollbar-width:thin}.product-gallery-premium__thumbnail{position:relative;flex:0 0 var(--mp-thumb-size);width:var(--mp-thumb-size);height:var(--mp-thumb-size);padding:0;border:1px solid #333;border-radius:var(--mp-thumb-radius);background:var(--mp-media-bg);overflow:hidden;cursor:pointer;opacity:.68;transition:border-color .2s,opacity .2s,transform .2s}.product-gallery-premium__thumbnail:hover,.product-gallery-premium__thumbnail.is-active{opacity:1;border-color:var(--accent);transform:translateY(-1px)}.product-gallery-premium__thumbnail img{width:100%;height:100%;object-fit:cover}.product-gallery-premium__media-type{position:absolute;right:5px;bottom:5px;display:grid;place-items:center;min-width:22px;height:22px;padding:0 4px;border-radius:50%;background:rgba(0,0,0,.75);font-size:9px;font-weight:800}.product-gallery-premium__viewport{position:relative;min-width:0;overflow:hidden}.product-gallery-premium__track{display:block}.product-gallery-premium__item{display:none;margin:0}.product-gallery-premium__item.is-active{display:block}.product-gallery-premium__media{position:relative;width:100%;max-height:var(--mp-media-max-height);border-radius:var(--mp-media-radius);background:var(--mp-media-bg);overflow:hidden}.product-gallery-premium__media--square{aspect-ratio:1}.product-gallery-premium__media--portrait{aspect-ratio:4/5}.product-gallery-premium__media--landscape{aspect-ratio:4/3}.product-gallery-premium__media--adapt{aspect-ratio:auto}.product-gallery-premium__image-button{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in;overflow:hidden}.product-gallery-premium__image-button:disabled{cursor:default}.product-gallery-premium__image,.product-gallery-premium__media video,.product-gallery-premium__media iframe,.product-gallery-premium__media model-viewer{display:block;width:100%;height:100%;max-height:var(--mp-media-max-height);object-fit:var(--mp-media-fit);background:var(--mp-media-bg)}[data-zoom-mode="hover"] .product-gallery-premium__image-button:hover .product-gallery-premium__image,[data-zoom-mode="click_hover"] .product-gallery-premium__image-button:hover .product-gallery-premium__image{transform:scale(var(--mp-zoom-level))}.product-gallery-premium__image{transition:transform .25s ease;transform-origin:var(--zoom-x,50%) var(--zoom-y,50%)}.product-gallery-premium__arrow{position:absolute;top:50%;z-index:3;width:44px;height:44px;border:1px solid #444;border-radius:50%;background:rgba(4,4,4,.78);color:#fff;font-size:32px;line-height:1;cursor:pointer;transform:translateY(-50%);backdrop-filter:blur(8px)}.product-gallery-premium__arrow:hover{border-color:var(--accent)}.product-gallery-premium__arrow--prev{left:14px}.product-gallery-premium__arrow--next{right:14px}.product-gallery-premium__counter{position:absolute;right:14px;bottom:14px;z-index:3;padding:7px 11px;border:1px solid #444;background:rgba(4,4,4,.78);font-size:12px;border-radius:999px;backdrop-filter:blur(8px)}.product-gallery-premium__zoom-button{position:absolute;left:14px;bottom:14px;z-index:3;display:flex;align-items:center;gap:7px;min-height:36px;padding:0 12px;border:1px solid #444;border-radius:999px;background:rgba(4,4,4,.78);color:#fff;cursor:pointer;backdrop-filter:blur(8px)}.product-gallery-premium__zoom-button:hover{border-color:var(--accent)}.product-gallery-premium__dots{display:none;justify-content:center;gap:8px;margin-top:12px}.product-gallery-premium__dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#555}.product-gallery-premium__dots button.is-active{background:var(--accent);transform:scale(1.3)}.product-gallery-premium__empty{display:grid;place-items:center;min-height:480px;background:var(--mp-media-bg);border-radius:var(--mp-media-radius);color:#555}.product-gallery-premium__shell--stacked .product-gallery-premium__viewport,.product-gallery-premium__shell--grid .product-gallery-premium__viewport{overflow:visible}.product-gallery-premium__shell--stacked .product-gallery-premium__track{display:grid;gap:var(--mp-gallery-gap)}.product-gallery-premium__shell--grid .product-gallery-premium__track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--mp-gallery-gap)}.product-gallery-premium__shell--stacked .product-gallery-premium__item,.product-gallery-premium__shell--grid .product-gallery-premium__item{display:block!important}.product-gallery-premium__shell--stacked .product-gallery-premium__arrow,.product-gallery-premium__shell--grid .product-gallery-premium__arrow,.product-gallery-premium__shell--stacked .product-gallery-premium__counter,.product-gallery-premium__shell--grid .product-gallery-premium__counter{display:none}.product-gallery-lightbox[hidden]{display:none}.product-gallery-lightbox{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:24px}.product-gallery-lightbox__backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.92)}.product-gallery-lightbox__dialog{position:relative;z-index:1;width:min(96vw,1600px);height:min(92vh,1100px);display:grid;place-items:center}.product-gallery-lightbox__stage{width:100%;height:100%;display:grid;place-items:center;overflow:auto}.product-gallery-lightbox__stage img{max-width:none;width:auto;height:auto;max-height:92vh;object-fit:contain;cursor:zoom-in}.product-gallery-lightbox__close{position:absolute;right:10px;top:10px;z-index:2;width:48px;height:48px;border:1px solid #555;border-radius:50%;background:rgba(0,0,0,.7);color:#fff;font-size:30px;cursor:pointer}.product-gallery-lightbox__arrow{position:absolute;top:50%;z-index:2;width:52px;height:52px;border:1px solid #555;border-radius:50%;background:rgba(0,0,0,.7);color:#fff;font-size:36px;transform:translateY(-50%);cursor:pointer}.product-gallery-lightbox__arrow--prev{left:10px}.product-gallery-lightbox__arrow--next{right:10px}body.gallery-lightbox-open{overflow:hidden}@media(max-width:990px){.main-product[data-product-gallery]{grid-template-columns:1fr}.product-gallery-premium--sticky{position:static}}@media(max-width:749px){.product-gallery-premium__shell{display:block}.product-gallery-premium__thumbnails{display:none}[data-mobile-layout="thumbnails"] .product-gallery-premium__thumbnails{display:flex;flex-direction:row;max-height:none;overflow-x:auto;margin-top:10px;order:2}[data-mobile-layout="thumbnails"] .product-gallery-premium__shell{display:flex;flex-direction:column}.product-gallery-premium__media,.product-gallery-premium__image,.product-gallery-premium__media video,.product-gallery-premium__media iframe,.product-gallery-premium__media model-viewer{max-height:var(--mp-media-max-height-mobile)}[data-mobile-layout="stacked"] .product-gallery-premium__track{display:grid;gap:var(--mp-gallery-gap)}[data-mobile-layout="stacked"] .product-gallery-premium__item{display:block!important}[data-mobile-layout="stacked"] .product-gallery-premium__arrow,[data-mobile-layout="stacked"] .product-gallery-premium__counter{display:none}.product-gallery-premium__dots{display:flex}[data-mobile-layout="stacked"] .product-gallery-premium__dots{display:none}.product-gallery-premium__zoom-button span:last-child{display:none}.product-gallery-lightbox{padding:8px}.product-gallery-lightbox__dialog{width:100%;height:96vh}.product-gallery-lightbox__arrow{width:42px;height:42px}}@media(prefers-reduced-motion:reduce){.product-gallery-premium__image{transition:none}}