product-gallery{display:block;position:relative;width:100%}product-gallery.product-gallery--thumbs-bottom{display:flex;flex-direction:column;gap:1rem}@media(min-width:750px){product-gallery.product-gallery--thumbs-left{display:grid;grid-template-columns:8rem 1fr;grid-template-rows:auto;gap:1rem}product-gallery.product-gallery--thumbs-left .product-gallery__thumbs{grid-column:1;grid-row:1;flex-direction:column;max-height:100%;overflow-y:auto;overflow-x:hidden}product-gallery.product-gallery--thumbs-left .product-gallery__main{grid-column:2;grid-row:1}product-gallery.product-gallery--thumbs-left .product-gallery__badge{grid-column:2;grid-row:1}}product-gallery.product-gallery--thumbs-none .product-gallery__thumbs{display:none}.product-gallery__badge{position:absolute;top:1rem;left:1rem;z-index:2;pointer-events:none}product-gallery.product-gallery--thumbs-left .product-gallery__badge{left:auto}.product-gallery__main{position:relative;overflow:hidden;width:100%}.product-gallery__slide{display:none;width:100%}.product-gallery__slide.is-active{display:block}.product-gallery__media{position:relative;overflow:hidden;width:100%;background:#f5f1eb;border-radius:8px}.product-gallery__media--adapt,.product-gallery__media--portrait{height:0}.product-gallery__media--square{height:0;padding-bottom:100%}.product-gallery__media--adapt img,.product-gallery__media--square img,.product-gallery__media--portrait img{position:absolute;top:0;left:0;width:100%;height:100%}product-gallery.product-gallery--fit-contain .product-gallery__media img{object-fit:contain}product-gallery.product-gallery--fit-cover .product-gallery__media img{object-fit:cover}product-gallery.product-gallery--fit-unset .product-gallery__media img{object-fit:cover}.product-gallery__media:not(.product-gallery__media--adapt):not(.product-gallery__media--square):not(.product-gallery__media--portrait) img{display:block;width:100%;height:auto}.product-gallery__image-wrap{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.product-gallery__image-wrap[data-zoom-image],.product-gallery__image-wrap[data-fancybox]{cursor:pointer}.product-gallery__media:not(.product-gallery__media--adapt):not(.product-gallery__media--square):not(.product-gallery__media--portrait) .product-gallery__image-wrap{position:relative}.product-gallery__image-wrap img{display:block;width:100%;height:100%;border-radius:3px}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;padding:0;border:none;border-radius:50%;background:#ffffffe6;color:var(--color-text, #1a1a1a);cursor:pointer;opacity:0;transition:opacity var(--duration-short, .2s) ease,background-color var(--duration-short, .2s) ease;box-shadow:0 2px 8px #0000001a}.product-gallery__arrow svg{width:1.2rem;height:1.2rem}.product-gallery__main:hover .product-gallery__arrow:not([hidden]){opacity:1}@media(hover:none){.product-gallery__arrow:not([hidden]){opacity:1}}.product-gallery__arrow--prev{left:1rem}.product-gallery__arrow--next{right:1rem}.product-gallery__arrow:hover{background:#fff;box-shadow:0 2px 12px #00000026}.product-gallery__arrow[hidden]{display:none}.product-gallery__dots{display:flex;justify-content:center;gap:.8rem;padding:1.2rem 0 .4rem}.product-gallery__dot{display:block;width:1rem;height:1rem;padding:0;border:none;border-radius:50%;background:var(--color-border, rgba(0, 0, 0, .15));cursor:pointer;transition:background-color var(--duration-short, .2s) ease,transform var(--duration-short, .2s) ease}.product-gallery__dot.is-active{background:var(--color-text, #1a1a1a);transform:scale(1.2)}.product-gallery__dot:hover:not(.is-active){background:var(--color-text-secondary, rgba(0, 0, 0, .4))}.product-gallery__counter{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);z-index:3;padding:.4rem .8rem;border-radius:2rem;background:#00000080;color:#fff;font-size:1.2rem;line-height:1;pointer-events:none}.product-gallery__video-poster{position:absolute;top:0;left:0;width:100%;height:100%}.product-gallery__video-poster img{width:100%;height:100%;object-fit:cover}.product-gallery__video{position:absolute;top:0;left:0;width:100%;height:100%}.product-gallery__video[hidden]{display:none}.product-gallery__video iframe,.product-gallery__video video{width:100%;height:100%;object-fit:contain}.product-gallery__video-popup{position:absolute;bottom:1rem;right:1rem;z-index:3;display:flex;gap:.5rem}.product-gallery__video-btn{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background:var(--color-button, #1a1a1a);color:var(--color-button-label, #fff);text-decoration:none}.product-gallery__video-btn svg{width:1.6rem;height:1.6rem}.product-gallery__zoom-icon{position:absolute;bottom:1rem;left:1rem;z-index:3;display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border-radius:50%;background:#ffffffd9;pointer-events:none}.product-gallery__zoom-icon svg{width:1.4rem;height:1.4rem}.product-gallery__thumbs{display:flex;gap:.8rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.product-gallery__thumbs::-webkit-scrollbar{height:.3rem}.product-gallery__thumbs::-webkit-scrollbar-thumb{background:var(--color-border, rgba(0, 0, 0, .15));border-radius:.3rem}.product-gallery__thumb{flex:0 0 auto;position:relative;width:7rem;height:auto;padding:0;border:.2rem solid transparent;border-radius:var(--border-radius-card, .4rem);background:none;cursor:pointer;overflow:hidden;transition:border-color var(--duration-short, .2s) ease}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{border-color:var(--color-text, #1a1a1a)}.product-gallery__thumb img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover}product-gallery.product-gallery--thumbs-left .product-gallery__thumb{width:100%}.product-gallery__thumb-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:50%;background:#00000080;color:#fff;pointer-events:none}.product-gallery__thumb-icon svg{width:1rem;height:1rem}.product-gallery__slide product-model{position:relative;display:block;width:100%}.product-gallery__slide product-model.product-gallery__media--adapt,.product-gallery__slide product-model.product-gallery__media--square,.product-gallery__slide product-model.product-gallery__media--portrait{height:0}.product__xr-button{display:none;position:absolute;bottom:1rem;right:1rem;z-index:2;font-size:1.3rem}.product-gallery__slide[data-media-type=model].is-active .product__xr-button{display:inline-flex}@media(prefers-reduced-motion:reduce){.product-gallery__arrow,.product-gallery__thumb{transition:none}}@media(max-width:749px){product-gallery.product-gallery--thumbs-left{display:flex;flex-direction:column;gap:1rem}product-gallery.product-gallery--thumbs-left .product-gallery__thumbs{flex-direction:row;max-height:none;overflow-x:auto;overflow-y:hidden}.product-gallery__thumb{width:6rem}}@media(min-width:750px){product-gallery.product-gallery--grid .product-gallery__main{display:grid;grid-template-columns:1fr 1fr;gap:1rem;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}product-gallery.product-gallery--grid .product-gallery__main::-webkit-scrollbar{display:none}product-gallery.product-gallery--grid .product-gallery__slide{display:block;position:relative;width:100%}product-gallery.product-gallery--grid .product-gallery__slide:only-child{grid-column:1 / -1;max-width:60%;margin-inline:auto}product-gallery.product-gallery--grid .product-gallery__slide:last-child:nth-child(odd){grid-column:1 / -1}product-gallery.product-gallery--grid .product-gallery__media{border-radius:4px;width:100%;height:auto;display:block}product-gallery.product-gallery--grid .product-gallery__arrow,product-gallery.product-gallery--grid .product-gallery__dots{display:none}}@media(max-width:749px){product-gallery.product-gallery--grid .product-gallery__main{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0}product-gallery.product-gallery--grid .product-gallery__main::-webkit-scrollbar{display:none}product-gallery.product-gallery--grid .product-gallery__slide{display:block;flex:0 0 88%;scroll-snap-align:center;position:relative;width:88%;padding:0 .2rem}product-gallery.product-gallery--grid .product-gallery__arrow{display:none}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/product-gallery.css.map */
