.product-gallery{display:flex;flex-direction:column;gap:.75rem;position:sticky;top:80px;align-self:start;max-width:520px}.product-gallery__main{position:relative;overflow:hidden;border-radius:24px;background:var(--color-muted);aspect-ratio:3 / 4;cursor:grab;user-select:none;-webkit-user-select:none}.product-gallery__main.is-dragging{cursor:grabbing}.product-gallery__track{display:flex;height:100%;will-change:transform}.product-gallery__slide{flex:0 0 100%;width:100%;height:100%;position:relative;overflow:hidden}.product-gallery__slide img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:999px;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.08);color:var(--color-text);display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;opacity:0;box-shadow:0 2px 12px #0000001a;transition:background .2s ease,opacity .25s ease}.product-gallery__main:hover .product-gallery__arrow{opacity:1}.product-gallery__arrow:hover{background:#fff;opacity:1!important}.product-gallery__arrow--prev{left:.75rem}.product-gallery__arrow--next{right:.75rem}.product-gallery__dots{display:flex;justify-content:center;gap:5px}.product-gallery__dot{width:7px;height:7px;border-radius:999px;background:color-mix(in srgb,var(--color-text) 20%,transparent);border:none;padding:0;cursor:pointer;transition:background .3s ease,width .3s ease}.product-gallery__dot.is-active{background:var(--color-accent-2);width:22px}.product-gallery__thumbs{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex-shrink:0;width:64px;height:64px;border-radius:12px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s ease,opacity .2s ease;background:var(--color-muted);padding:0;opacity:.5}.product-gallery__thumb.is-active{border-color:var(--color-accent-2);opacity:1}.product-gallery__thumb:hover{opacity:.85}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__placeholder{aspect-ratio:3/4;border-radius:24px}.product-page__price{display:flex;align-items:baseline;gap:.6rem;margin:.4rem 0 .8rem}.product-page__price .price{font-size:1.5rem;font-weight:700}.product-page__price .price--compare{font-size:1rem;text-decoration:line-through;opacity:.5;font-weight:400}.product-form__option select,.product-form__qty-row input,.product-form__pickup-input{border-radius:999px!important;padding:.75rem 1.2rem;border:1.5px solid color-mix(in srgb,var(--color-text) 30%,transparent);background:var(--color-bg);transition:border-color .2s ease,box-shadow .2s ease;appearance:none;-webkit-appearance:none;width:100%}.product-form__option select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232A1A24' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.product-form__option select:focus,.product-form__qty-row input:focus,.product-form__pickup-input:focus{outline:none;border-color:var(--color-accent-2);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent-2) 15%,transparent)}.product-form__qty-row{display:flex;gap:1rem;align-items:center}.product-form__qty-row input{width:110px;text-align:center}.card-product__media{overflow:hidden;border-radius:20px;background:var(--color-muted);aspect-ratio:1/1;position:relative;display:block}.card-product__img--primary,.card-product__img--secondary{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.card-product__img--primary{opacity:1;transform:scale(1);transition:opacity .55s ease,transform .65s ease;z-index:1}.card-product__img--secondary{opacity:0;transform:scale(1.06);transition:opacity .55s ease,transform .65s ease;z-index:2}.card-product:hover .card-product__img--primary{opacity:0;transform:scale(1.04)}.card-product:hover .card-product__img--secondary{opacity:1;transform:scale(1)}@media(max-width:768px){.product-gallery{position:static!important;top:auto!important;max-width:100%}.product-gallery__main{border-radius:18px}.product-gallery__arrow{opacity:1!important;display:flex!important;width:36px!important;height:36px!important}.product-gallery__thumb{width:54px;height:54px;border-radius:10px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/gallery.css.map */
