.cp-gallery{--cp-gallery-background: #f5f1eb;--cp-gallery-surface: #ffffff;--cp-gallery-text: #30261f;--cp-gallery-accent: #8a684e;--cp-gallery-border: rgba(48, 38, 31, .14);position:relative;width:100%;color:var(--cp-gallery-text)}.cp-gallery button{font:inherit}.cp-gallery__desktop{display:grid;grid-template-columns:80px minmax(0,1fr);gap:16px;width:100%;align-items:start}.cp-gallery__thumb-list{display:flex;flex-direction:column;gap:10px;max-height:760px;overflow-x:hidden;overflow-y:auto;padding:1px;scrollbar-width:thin}.cp-gallery__thumb{position:relative;width:76px;min-width:76px;aspect-ratio:1 / 1;padding:0;border:1px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;background:var(--cp-gallery-background);opacity:.58;transition:opacity .18s ease,border-color .18s ease,transform .18s ease}.cp-gallery__thumb:hover{opacity:.9;transform:translateY(-1px)}.cp-gallery__thumb.is-active{opacity:1;border-color:var(--cp-gallery-accent)}.cp-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}.cp-gallery__media-badge{position:absolute;right:5px;bottom:5px;display:grid;min-width:22px;height:22px;padding-inline:5px;place-items:center;border-radius:999px;background:#1e1814d1;color:#fff;font-size:10px;line-height:1}.cp-gallery__stage{position:relative;width:100%;min-width:0;overflow:hidden;border-radius:18px;background:var(--cp-gallery-background)}.cp-gallery__panel{width:100%}.cp-gallery__panel[hidden]{display:none!important}.cp-gallery__image-button{position:relative;display:block;width:100%;padding:0;border:0;cursor:zoom-in;background:transparent}.cp-gallery__image{display:block;width:100%;height:auto;max-height:780px;object-fit:contain;background:var(--cp-gallery-background)}.cp-gallery__zoom-text{position:absolute;right:16px;bottom:16px;padding:9px 14px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#231c17bd;color:#fff;font-size:12px;line-height:1;pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cp-gallery__media-wrapper{display:grid;width:100%;min-height:600px;place-items:center;overflow:hidden;background:#111}.cp-gallery__video,.cp-gallery__external-video,.cp-gallery__model,.cp-gallery__media-wrapper video,.cp-gallery__media-wrapper iframe,.cp-gallery__media-wrapper model-viewer{display:block;width:100%;height:100%;min-height:600px;border:0;object-fit:contain}.cp-gallery__arrow{position:absolute;z-index:2;top:50%;display:grid;width:44px;height:44px;padding:0 0 4px;place-items:center;transform:translateY(-50%);border:1px solid rgba(48,38,31,.12);border-radius:50%;cursor:pointer;background:#ffffffe0;color:var(--cp-gallery-text);font-size:32px;line-height:1;opacity:0;box-shadow:0 8px 24px #30261f1a;transition:opacity .18s ease,transform .18s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cp-gallery__stage:hover .cp-gallery__arrow{opacity:1}.cp-gallery__arrow:hover{transform:translateY(-50%) scale(1.04)}.cp-gallery__arrow--previous{left:16px}.cp-gallery__arrow--next{right:16px}.cp-gallery__mobile{display:none}.cp-gallery-lightbox{position:fixed;z-index:99999;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:24px;background:#120e0cf5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cp-gallery-lightbox[hidden]{display:none!important}.cp-gallery-lightbox__image{display:block;justify-self:center;max-width:min(86vw,1500px);max-height:92vh;width:auto;height:auto;object-fit:contain}.cp-gallery-lightbox__close{position:absolute;z-index:3;top:18px;right:18px;display:grid;width:46px;height:46px;padding:0 0 5px;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;cursor:pointer;background:#ffffff1a;color:#fff;font-size:32px;line-height:1}.cp-gallery-lightbox__arrow{display:grid;width:50px;height:50px;padding:0 0 5px;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;cursor:pointer;background:#ffffff1a;color:#fff;font-size:38px;line-height:1}.cp-gallery--empty{display:grid;min-height:460px;place-items:center;border-radius:18px;background:var(--cp-gallery-background);color:#30261f99}@media screen and (max-width:989px){.cp-gallery__desktop{display:none}.cp-gallery__mobile{display:block;width:100%;overflow:hidden}.cp-gallery__mobile-track{display:flex;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-x:contain}.cp-gallery__mobile-track::-webkit-scrollbar{display:none}.cp-gallery__mobile-slide{flex:0 0 100%;width:100%;min-width:100%;scroll-snap-align:start;scroll-snap-stop:always;background:var(--cp-gallery-background)}.cp-gallery__mobile-slide .cp-gallery__image{width:100%;max-height:none;aspect-ratio:4 / 5;object-fit:contain}.cp-gallery__mobile-slide .cp-gallery__media-wrapper,.cp-gallery__mobile-slide .cp-gallery__video,.cp-gallery__mobile-slide .cp-gallery__external-video,.cp-gallery__mobile-slide .cp-gallery__model,.cp-gallery__mobile-slide video,.cp-gallery__mobile-slide iframe,.cp-gallery__mobile-slide model-viewer{min-height:0;aspect-ratio:4 / 5}.cp-gallery__zoom-text{display:none}.cp-gallery__mobile-controls{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:44px;padding:10px 14px 4px}.cp-gallery__dots{grid-column:2;display:flex;align-items:center;justify-content:center;gap:6px}.cp-gallery__dot{width:6px;height:6px;padding:0;border:0;border-radius:999px;cursor:pointer;background:#30261f40;transition:width .18s ease,background-color .18s ease}.cp-gallery__dot.is-active{width:18px;background:var(--cp-gallery-text)}.cp-gallery__counter{grid-column:3;justify-self:end;color:#30261f99;font-size:12px}.cp-gallery-lightbox{grid-template-columns:1fr;padding:12px}.cp-gallery-lightbox__image{max-width:100%;max-height:88vh}.cp-gallery-lightbox__arrow{position:absolute;z-index:2;top:50%;width:42px;height:42px;transform:translateY(-50%)}.cp-gallery-lightbox__arrow--previous{left:10px}.cp-gallery-lightbox__arrow--next{right:10px}}@media screen and (max-width:749px){.cp-gallery{width:calc(100% + 32px);margin-inline:-16px}.cp-gallery__image,.cp-gallery__stage{border-radius:0}}@media(prefers-reduced-motion:reduce){.cp-gallery *,.cp-gallery *:before,.cp-gallery *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cp-product-gallery.css.map */
