.product-gallery{width:100%;position:relative;-webkit-user-select:none;user-select:none}.product-gallery__media-wrapper{position:relative;width:100%;overflow:hidden;border-radius:8px}.product-gallery__image,.product-gallery__video{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;display:block;border-radius:8px;mix-blend-mode:darken}.product-gallery--one_column.product-gallery--static .product-gallery__grid{display:flex;flex-direction:column;gap:16px}.product-gallery--two_columns.product-gallery--static .product-gallery__grid{display:grid;grid-template-columns:1fr;gap:16px}@media screen and (min-width: 990px){.product-gallery--two_columns.product-gallery--static .product-gallery__grid{grid-template-columns:1fr 1fr}}.product-gallery--thumbnails_bottom{display:flex;flex-direction:column;gap:12px}.product-gallery--thumbnails_bottom .product-gallery__main-image{width:100%;position:relative;order:1}.product-gallery--thumbnails_bottom .product-gallery__media{width:100%}.product-gallery--thumbnails_bottom .product-gallery__thumbnails{display:flex;gap:8px;overflow-x:auto;padding:4px 0;order:2}.product-gallery--thumbnails_bottom .product-gallery__thumbnail{flex-shrink:0;width:80px;height:80px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:none;padding:0}.product-gallery--thumbnails_bottom .product-gallery__thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery--thumbnails_bottom .product-gallery__thumbnail:hover{border-color:rgba(var(--color-foreground),.3)}.product-gallery--thumbnails_bottom .product-gallery__thumbnail--active{border-color:rgb(var(--color-foreground))}.product-gallery--thumbnails_left{display:flex;flex-direction:column;gap:12px}@media screen and (min-width: 990px){.product-gallery--thumbnails_left{flex-direction:row}.product-gallery--thumbnails_left .product-gallery__thumbnails{flex-direction:column;flex-shrink:0;order:1}.product-gallery--thumbnails_left .product-gallery__main-image{flex:1;order:2}}.product-gallery--thumbnails_left .product-gallery__main-image{width:100%;position:relative}.product-gallery--thumbnails_left .product-gallery__media{width:100%;background-color:#fff;border-radius:8px}.product-gallery--thumbnails_left .product-gallery__thumbnails{display:flex;gap:8px;overflow-x:auto;overflow-y:auto;padding:4px 0}@media screen and (min-width: 990px){.product-gallery--thumbnails_left .product-gallery__thumbnails{max-height:600px}}.product-gallery--thumbnails_left .product-gallery__thumbnail{flex-shrink:0;width:80px;height:80px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:none;padding:0}.product-gallery--thumbnails_left .product-gallery__thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery--thumbnails_left .product-gallery__thumbnail:hover{border-color:rgba(var(--color-foreground),.3)}.product-gallery--thumbnails_left .product-gallery__thumbnail--active{border-color:rgb(var(--color-foreground))}.product-gallery--thumbnails_right{display:flex;flex-direction:column;gap:12px}@media screen and (min-width: 990px){.product-gallery--thumbnails_right{flex-direction:row}.product-gallery--thumbnails_right .product-gallery__main-image{flex:1;order:1}.product-gallery--thumbnails_right .product-gallery__thumbnails{flex-direction:column;width:100px;flex-shrink:0;order:2}}.product-gallery--thumbnails_right .product-gallery__main-image{width:100%;position:relative}.product-gallery--thumbnails_right .product-gallery__media{width:100%}.product-gallery--thumbnails_right .product-gallery__thumbnails{display:flex;gap:8px;overflow-x:auto;overflow-y:auto;padding:4px 0}@media screen and (min-width: 990px){.product-gallery--thumbnails_right .product-gallery__thumbnails{max-height:600px}}.product-gallery--thumbnails_right .product-gallery__thumbnail{flex-shrink:0;width:80px;height:80px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:none;padding:0}.product-gallery--thumbnails_right .product-gallery__thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery--thumbnails_right .product-gallery__thumbnail:hover{border-color:rgba(var(--color-foreground),.3)}.product-gallery--thumbnails_right .product-gallery__thumbnail--active{border-color:rgb(var(--color-foreground))}.product-gallery--carousel .product-gallery__swiper{width:100%;overflow:hidden;position:relative}.product-gallery--carousel .swiper-wrapper{display:flex}.product-gallery--carousel .swiper-slide{height:auto;flex-shrink:0;width:100%}.product-gallery--two_columns.product-gallery--carousel .swiper-slide{width:100%}@media screen and (min-width: 990px){.product-gallery--two_columns.product-gallery--carousel .product-gallery__swiper{overflow:visible}.product-gallery--two_columns.product-gallery--carousel .swiper-wrapper{gap:16px}.product-gallery--two_columns.product-gallery--carousel .swiper-slide{width:calc(50% - 8px)}}.product-gallery__btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:4rem;height:4rem;border-radius:50%;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.product-gallery__btn--prev{left:1rem}.product-gallery__btn--next{right:1rem}.product-gallery__btn:hover{background:rgb(var(--color-background));box-shadow:0 4px 12px #00000026}.product-gallery__btn.swiper-button-disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.product-gallery__btn svg{width:1.2rem;height:1.2rem;stroke:rgb(var(--color-foreground))}.product-gallery__pagination-wrapper{display:flex;justify-content:center;margin-top:12px}.product-gallery__pagination{display:flex;justify-content:center;gap:6px}.product-gallery__pagination .swiper-pagination-bullet{width:8px;height:4px;background:rgba(var(--color-foreground),.3);border-radius:100px;cursor:pointer;transition:all .3s ease;margin:0;opacity:1}.product-gallery__pagination .swiper-pagination-bullet-active{background:rgb(var(--color-foreground));width:24px}.product-gallery__media{transition:opacity .3s ease;width:100%}.product-gallery__media:not(.product-gallery__media--active){position:absolute;top:0;left:0;opacity:0;pointer-events:none;display:none}.product-gallery__media--active{opacity:1;position:relative;display:block}.product-gallery__main-image .product-gallery__media:first-child{display:block;opacity:1;position:relative}@media screen and (max-width: 989px){.product-gallery__btn{width:3rem;height:3rem}.product-gallery__btn--prev{left:.5rem}.product-gallery__btn--next{right:.5rem}.product-gallery__btn svg{width:1rem;height:1rem}.product-gallery--thumbnails_left,.product-gallery--thumbnails_right,.product-gallery--thumbnails_bottom{flex-direction:column}.product-gallery--thumbnails_left .product-gallery__thumbnails,.product-gallery--thumbnails_right .product-gallery__thumbnails,.product-gallery--thumbnails_bottom .product-gallery__thumbnails{flex-direction:row;order:2;width:100%}.product-gallery--thumbnails_left .product-gallery__main-image,.product-gallery--thumbnails_right .product-gallery__main-image,.product-gallery--thumbnails_bottom .product-gallery__main-image{order:1;width:100%}.product-gallery__thumbnail{width:70px;height:70px}.product-gallery--mobile-hide .product-gallery__thumbnails{display:none}.product-gallery--mobile-show .product-gallery__thumbnails{display:flex}.product-gallery--mobile-columns .product-gallery__thumbnails{display:grid;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:8px}}.product-gallery__thumbnails::-webkit-scrollbar{height:4px}.product-gallery__thumbnails::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.05);border-radius:2px}.product-gallery__thumbnails::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.2);border-radius:2px}.product-gallery__thumbnails::-webkit-scrollbar-thumb:hover{background:rgba(var(--color-foreground),.3)}.product-gallery--zoom-enabled .product-gallery__image{cursor:zoom-in}.product-gallery__zoom-container{position:relative;overflow:visible;cursor:zoom-in}.product-gallery__zoom-container.zoomed{cursor:zoom-out}.product-gallery__media-wrapper{overflow:visible}.product-gallery__zoom-lens{position:absolute;border:2px solid rgba(var(--color-foreground),.3);border-radius:50%;width:150px;height:150px;pointer-events:none;opacity:0;transition:opacity .2s ease;z-index:20;background:#ffffff4d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 4px 12px #00000026}.product-gallery__zoom-lens.active{opacity:1}.product-gallery__zoom-result{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;border:2px solid rgba(var(--color-foreground),.15);border-radius:12px;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;z-index:9998;background:rgb(var(--color-background));box-shadow:0 12px 48px #0003}.product-gallery__zoom-result.active{opacity:1;visibility:visible}.product-gallery__zoom-result img{position:absolute;max-width:none;width:auto;height:auto}.product-gallery__zoom-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000f2;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer}.product-gallery__zoom-overlay.active{opacity:1;visibility:visible}.product-gallery__zoom-overlay-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:visible;pointer-events:none}.product-gallery__zoom-image{max-width:90%;max-height:90%;width:auto;height:auto;object-fit:contain;transform-origin:center center;will-change:transform;pointer-events:auto;cursor:grab}.product-gallery__zoom-image:active{cursor:grabbing}.product-gallery__zoom-close{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10000;transition:all .3s ease;pointer-events:auto;-webkit-tap-highlight-color:transparent}.product-gallery__zoom-close:active{background:#fff;transform:scale(.95)}.product-gallery__zoom-close svg{width:20px;height:20px;stroke:#000;stroke-width:2;pointer-events:none}.product-gallery__zoom-instructions{position:absolute;bottom:30px;left:50%;transform:translate(-50%);background:#ffffffe6;padding:12px 24px;border-radius:24px;font-size:.875rem;color:#000;text-align:center;opacity:0;pointer-events:none;z-index:10000;max-width:90%}@keyframes fadeInOut{0%,to{opacity:0}10%,80%{opacity:1}}@media screen and (min-width: 990px){.product-gallery__zoom-overlay{display:none}}@media screen and (max-width: 989px){.product-gallery__zoom-lens,.product-gallery__zoom-result{display:none}.product-gallery--zoom-enabled .product-gallery__image{cursor:pointer}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product-media-gallery.css.map */
