.gallery-product{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:750px){.gallery-product{grid-template-columns:1fr 1fr;gap:4rem;align-items:start}}.gallery-product__media{display:flex;flex-direction:column;gap:.75rem}.gallery-product__image-wrap{position:relative}.gallery-product__nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffd9;border:none;border-radius:50%;width:3.6rem;height:3.6rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000026;opacity:.9;transition:background .2s,opacity .2s;z-index:2}.gallery-product__nav:hover{background:#fff;opacity:1}.gallery-product__nav--prev{left:.75rem}.gallery-product__nav--next{right:.75rem}.gallery-product__nav--prev .svg-wrapper svg{transform:rotate(90deg)}.gallery-product__nav--next .svg-wrapper svg{transform:rotate(-90deg)}.gallery-product__main-image{display:block;width:100%;height:auto;max-height:80vh;object-fit:contain;border-radius:8px;background:rgba(var(--color-foreground),.04)}.gallery-product__main-image--empty{aspect-ratio:1}.gallery-product__thumbnails{display:flex;gap:.5rem;flex-wrap:wrap}.gallery-product__thumb{width:64px;height:64px;object-fit:cover;border-radius:4px;cursor:pointer;opacity:.6;border:2px solid transparent;transition:opacity .15s,border-color .15s}.gallery-product__thumb--active,.gallery-product__thumb:hover{opacity:1;border-color:rgb(var(--color-foreground))}.gallery-product__info{display:flex;flex-direction:column;gap:1rem}.gallery-product__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.8rem;line-height:1.15;margin:0;color:rgb(var(--color-foreground))}.gallery-product__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.75rem;margin:0}.gallery-product__price-value{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.4rem;line-height:1;letter-spacing:-.01em;color:rgb(var(--color-foreground))}.gallery-product__price-compare{font-size:1.4rem;text-decoration:line-through;opacity:.55}.gallery-product__description{font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.8)}.gallery-product__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.gallery-product__add-btn{width:100%;font-size:1.4rem;padding:1rem 2rem}.gallery-product__customize-btn{width:100%;text-align:center;padding:1rem 2rem;border:2px solid rgba(var(--color-foreground),.3);border-radius:var(--inputs-radius, 4px);font-size:1.4rem;font-weight:600;text-decoration:none;color:rgb(var(--color-foreground));display:block;transition:border-color .15s,background .15s}.gallery-product__customize-btn:hover{border-color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.04)}
/*# sourceMappingURL=/cdn/shop/t/5/assets/product-gallery.css.map */
