.product-page{padding:clamp(2.4rem,4vw,4rem) 0 clamp(4rem,6vw,7rem)}.product-page__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media screen and (min-width:990px){.product-page__grid{grid-template-columns:1.15fr .85fr;gap:5rem;align-items:start}}.product-gallery{display:block}.product-gallery__layout{display:flex;gap:1.2rem}.product-gallery__rail{flex:0 0 8rem;display:flex;flex-direction:column;gap:1rem;max-height:64rem;overflow-y:auto}.product-gallery__thumb{flex-shrink:0;padding:0;border:.15rem solid transparent;border-radius:.4rem;overflow:hidden;cursor:pointer;background:none;line-height:0;transition:border-color .15s ease}.product-gallery__thumb img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.product-gallery__thumb.is-active{border-color:rgb(var(--color-accent))}.product-gallery__thumb:hover{border-color:rgba(var(--color-foreground),.4)}.product-gallery__main{position:relative;flex:1 1 auto;min-width:0;aspect-ratio:4 / 5;background:rgba(var(--color-foreground),.04);overflow:hidden;border-radius:.6rem}.product-gallery__main-img{width:100%;height:100%;object-fit:contain;display:block}.product-gallery__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-background),.6);z-index:2;transition:opacity .2s ease}.product-gallery__spinner:after{content:"";width:3.2rem;height:3.2rem;border-radius:50%;border:.3rem solid rgba(var(--color-foreground),.15);border-top-color:rgb(var(--color-accent));animation:product-gallery-spin .7s linear infinite}.product-gallery__spinner.is-hidden{opacity:0;pointer-events:none}@keyframes product-gallery-spin{to{transform:rotate(360deg)}}.product-gallery__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.product-gallery__lightbox-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f0fe6}.product-gallery__lightbox-close{position:absolute;top:1.6rem;right:1.6rem;z-index:2;width:4.4rem;height:4.4rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffff1a;color:#fff;cursor:pointer}.product-gallery__lightbox-close .icon{width:1.8rem;height:1.8rem}.product-gallery__lightbox-stage{position:relative;z-index:1;max-width:100%;max-height:100%}.product-gallery__lightbox-stage img{max-width:100%;max-height:calc(100vh - 8rem);display:block;margin:0 auto;object-fit:contain}.product-gallery__lightbox-drawer-toggle{position:absolute;top:50%;right:2rem;transform:translateY(-50%);z-index:2;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffff1f;color:#fff;cursor:pointer}.product-gallery__lightbox-drawer-toggle .icon{width:1.6rem;height:1.6rem;transform:rotate(-90deg)}.product-gallery__lightbox-drawer{position:absolute;top:7rem;right:0;height:calc(100% - 7rem);width:10rem;transform:translate(100%);transition:transform .28s cubic-bezier(.16,1,.3,1);z-index:1}.product-gallery__lightbox-drawer.is-open{transform:translate(0)}.product-gallery__lightbox-drawer-track{height:100%;overflow-y:auto;display:flex;flex-direction:column;gap:.6rem;padding:.6rem;background:#0009;backdrop-filter:blur(.4rem);-webkit-backdrop-filter:blur(.4rem)}.product-gallery__lightbox-drawer .product-gallery__thumb{border-color:transparent}.product-gallery__lightbox-drawer .product-gallery__thumb.is-active{border-color:#fff}@media screen and (max-width:749px){.product-gallery__layout{flex-direction:column-reverse}.product-gallery__rail{flex-direction:row;max-height:none;overflow-x:auto}.product-gallery__rail .product-gallery__thumb{width:6.4rem}}.shopify-payment-button__button--unbranded{background-color:#5c1a2b!important;color:#fff!important;border-radius:.5rem}.shopify-payment-button__button--unbranded:hover{background-color:#4a1522!important}.product-info__sticky{position:sticky;top:10rem}.product-info__vendor{text-transform:uppercase;letter-spacing:.12em;font-size:1.2rem;opacity:.6;margin-bottom:.6rem}.product-info__title{font-size:clamp(2.4rem,3vw,3.4rem);margin-bottom:1.2rem}.product-info__rating{display:flex;align-items:center;gap:.2rem;margin-bottom:.8rem;color:rgb(var(--color-accent))}.product-info__rating .icon{width:1.6rem;height:1.6rem}.product-info__rating-count{margin-left:.6rem;font-size:1.3rem;color:rgb(var(--color-foreground));opacity:.7}.product-info__sku{font-size:1.3rem;opacity:.65;margin:-.8rem 0 1.6rem}.product-info__price{font-size:2.4rem;font-weight:700;margin-bottom:1.6rem}.product-info__price .price--on-sale .price__sale{color:rgb(var(--color-accent))}.product-info__shipping{display:flex;align-items:center;gap:.8rem;font-size:1.3rem;opacity:.85;margin-bottom:2rem;padding:1.1rem 1.4rem;background:rgba(var(--color-foreground),.05)}.product-info__shipping .icon{width:2rem;height:2rem;flex-shrink:0}.product-form__option{margin-bottom:1.8rem}.product-form__option-label{display:block;font-weight:600;font-size:1.3rem;margin-bottom:.8rem}.product-form__swatches{display:flex;flex-wrap:wrap;gap:.8rem}.product-form__swatch{position:relative}.product-form__swatch input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;cursor:pointer}.product-form__swatch span{display:inline-flex;align-items:center;justify-content:center;min-height:4rem;padding:0 1.6rem;border:.1rem solid rgba(var(--color-foreground),.3);font-size:1.35rem}.product-form__swatch.is-selected span{border-color:rgb(var(--color-foreground));background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.product-form__actions{display:grid;grid-template-columns:auto 1fr;gap:1rem;margin:2rem 0 1rem}.quantity-input{display:inline-flex;align-items:center;border:.1rem solid rgba(var(--color-foreground),.3)}.quantity-input button{display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.8rem;background:transparent;border:0;color:inherit}.quantity-input .icon{width:1.8rem;height:1.8rem}.quantity-input input{width:4rem;height:4.8rem;text-align:center;border:0;background:transparent;color:inherit;font-size:1.5rem;-moz-appearance:textfield}.quantity-input input::-webkit-outer-spin-button,.quantity-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-form__submit.is-loading{opacity:.6;pointer-events:none}.product-form__submit{background-color:#1f4d36;border-color:#1f4d36;color:#fff}.product-form__submit:hover{background-color:#163827;opacity:1}.product-form__error{color:#b3261e;font-size:1.3rem;min-height:1.2em;margin:.4rem 0}.shopify-payment-button{margin-top:1rem}.product-info__description{margin:2.4rem 0;line-height:1.7}.product-info__description-wrapper{position:relative}.product-info__description-wrapper .product-info__description{overflow:hidden;transition:max-height .3s ease}.product-info__description-wrapper.is-collapsible:not(.is-expanded) .product-info__description:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3.5rem;background:linear-gradient(to bottom,transparent,rgb(var(--color-background)));pointer-events:none}.product-info__description-toggle{display:inline-block;margin-top:.6rem;padding:0;background:none;border:none;font-size:1.4rem;text-decoration:underline;color:inherit;cursor:pointer}.product-tabs{border-top:.1rem solid rgba(var(--color-foreground),.15);margin-top:1rem}.product-tab{border-bottom:.1rem solid rgba(var(--color-foreground),.15)}.product-tab__summary{display:flex;align-items:center;justify-content:space-between;padding:1.6rem 0;font-weight:600;font-size:1.5rem;cursor:pointer;list-style:none}.product-tab__summary::-webkit-details-marker{display:none}.product-tab__summary .icon{width:2rem;height:2rem;transition:transform .2s ease}.product-tab[open] .product-tab__summary .icon{transform:rotate(180deg)}.product-tab__content{padding:0 0 1.8rem;line-height:1.7;opacity:.9}
/*# sourceMappingURL=/cdn/shop/t/73/assets/section-main-product.css.map */
