.product-overview{display:flex;flex-direction:column;width:100vw;height:auto;background-color:var(--color-cream);padding-bottom:10px;border-bottom:1px solid var(--color-beige)}.product-overview__add-to-cart.is-added .hora-button-1{background-color:var(--color-white);color:var(--color-black)}.product-overview__add-to-cart.is-added .hora-button-1 .hora-button__dot{background-color:var(--color-black)}.product-overview__add-to-cart.is-added .hora-button-1:hover{background-color:var(--color-beige);color:var(--color-pure-white)}.product-overview__add-to-cart.is-added .hora-button-1:hover .hora-button__dot{background-color:var(--color-pure-white)}.product-overview__add-to-cart{border:none;background:none;width:max-content;white-space:nowrap;position:relative}.product-overview__add-to-cart[data-cart-state=loading] .hora-button-1{opacity:0!important}@keyframes hora-spin-centered{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.product-overview__add-to-cart[data-cart-state=loading] .overview-spinner{display:block!important;animation:hora-spin-centered 1s linear infinite}@media(min-width:900px){.product-overview{flex-direction:row;min-height:100vh;height:auto}}.product-overview__media{flex:1;position:relative}@media(min-width:900px){.product-overview__media{position:sticky;top:0;height:100vh}}.product-overview__image{width:100%;height:100%;object-fit:cover;transition:opacity .35s ease}.product-overview__placeholder{width:100%;height:100%;background-color:var(--color-ivory);border-radius:4px}.product-overview__content-wrapper{flex:1;display:flex;flex-direction:column;position:relative;background-color:var(--color-cream)}.product-overview__content{padding:clamp(40px,8vw,148px) clamp(24px,5vw,80px) clamp(40px,5vw,80px) clamp(24px,5vw,80px);display:flex;flex-direction:column;gap:clamp(12px,1.5vw,20px);max-width:720px;margin:0 auto;width:100%}.product-overview--large-desc .product-overview__content{padding:clamp(24px,5vh,80px) clamp(24px,5vw,80px) clamp(24px,4vh,48px) clamp(24px,5vw,80px);gap:clamp(8px,1.5vh,16px)}.product-overview__breadcrumbs{display:flex;align-items:center;gap:8px}.product-overview__breadcrumbs a,.product-overview__breadcrumb-current{font-family:var(--font-body);font-size:1rem;line-height:21px;color:var(--color-text-primary);text-decoration:none}.product-overview__breadcrumbs a{font-weight:400;opacity:.7}.product-overview__breadcrumbs a:hover{opacity:1}.product-overview__breadcrumb-current{font-weight:700}.product-overview__title{font-family:var(--font-heading);font-size:3.5rem;line-height:1;font-weight:400;color:var(--color-text-primary);margin:0}.product-overview__price-row{display:flex;align-items:center;gap:16px}.product-overview__price{font-family:var(--font-heading);font-size:1.5rem;line-height:140%;font-weight:400;color:var(--color-dark);font-variant-numeric:lining-nums proportional-nums;text-transform:uppercase}.product-overview__price-divider{width:1px;height:24px;background-color:var(--color-text-primary);opacity:.2;align-self:end}.product-overview__badge{font-family:var(--font-body);font-size:1rem;line-height:24px;font-weight:400;color:var(--color-text-primary);align-self:end}.product-overview__description{font-family:var(--font-body);font-size:1rem;line-height:24px;font-weight:400;color:var(--color-text-primary)}.product-overview__form{display:flex;flex-direction:column;gap:28px;width:65%}.product-overview--large-desc .product-overview__form{gap:clamp(12px,2vh,20px)}.product-overview__options{display:flex;flex-direction:column;gap:8px}.product-overview__options-label{font-family:var(--font-body);font-size:1rem;line-height:24px;font-weight:400;color:var(--color-text-primary)}.product-overview__variants{display:flex;flex-direction:column;gap:8px}.product-overview__variant-option{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:4px 0}.product-overview__variant-left{display:flex;align-items:center;gap:8px}.product-overview__variant-option input[type=radio]{display:none}.product-overview__radio-custom{width:20px;height:20px;border-radius:100%;display:flex;align-items:center;justify-content:center;background-color:var(--color-white);border:none;transition:all .2s ease}.product-overview__variant-option input[type=radio]:checked+.product-overview__radio-custom{border:6px solid var(--color-beige)}.product-overview__variant-option input[type=radio]:checked+.product-overview__radio-custom:after{content:"";width:100%;height:100%;border-radius:100%;background-color:var(--color-white)}.product-overview__variant-name{font-family:var(--font-body);font-size:1rem;line-height:24px;font-weight:400;color:var(--color-text-primary)}.product-overview__variant-price{font-family:var(--font-body);font-weight:400;font-size:1rem;line-height:150%;color:var(--color-dark)}.product-overview__variants-divider{width:150%;height:1px;background-color:var(--color-text-primary);opacity:.1;margin-top:8px}.product-overview__summary{display:flex;flex-direction:column;gap:4px}.product-overview__summary-row{display:flex;justify-content:space-between;align-items:center}.product-overview__summary-label{font-family:var(--font-body);font-size:1rem;line-height:24px;font-weight:700;color:var(--color-text-primary)}.product-overview__summary-price{font-family:var(--font-body);font-size:1rem;line-height:150%;font-weight:700;color:var(--color-text-primary)}.product-overview__summary-subtext{font-family:var(--font-body);font-size:1rem;line-height:18px;font-weight:400;color:var(--color-text-primary);opacity:.6}.product-overview__actions{display:flex;gap:16px;flex-wrap:wrap}.product-overview__quantity{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--color-text-primary);padding:8px 16px;height:52px;width:123px;border-radius:0;background-color:transparent}.product-overview__qty-btn{background:none;border:none;color:var(--color-text-primary);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.product-overview__qty-input{background:none;border:none;text-align:center;font-family:var(--font-body);font-size:1rem;color:var(--color-text-primary);width:40px;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.product-overview__qty-input::-webkit-outer-spin-button,.product-overview__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-overview__add-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:12px;height:52px;background-color:var(--color-dark);color:var(--color-pure-white);border:none;border-radius:var(--radius-pill, 100px);font-family:var(--font-body);font-size:1rem;line-height:24px;cursor:pointer;padding:0 32px;transition:transform var(--ease-default),background-color var(--ease-default)}.product-overview__add-btn:hover{transform:translateY(-2px);background-color:var(--color-black)}.product-overview__add-dot{width:9px;height:9px;background-color:currentColor;border-radius:50%;opacity:.5}.product-overview__add-icon{margin-left:16px}.product-overview__sticky-scroller{position:absolute;top:0;right:0;height:100%;pointer-events:none;display:flex;flex-direction:column;justify-content:flex-end}.product-overview__sticky-scroller .scroller_component{grid-column-gap:.75rem;grid-row-gap:.75rem;flex-flow:column;justify-content:flex-end;align-items:center;display:flex;position:sticky;bottom:10px;align-self:flex-end;margin-right:1.125rem;pointer-events:auto}@media(max-width:900px){.product-overview__sticky-scroller{display:none}}@media screen and (max-width:767px){.product-overview__content{padding:24px 20px 40px;gap:24px;max-width:100%;width:100%}.product-overview__title{font-size:32px}.product-overview__variants-divider{width:100%}.product-overview__form{width:100%;gap:24px}.product-overview__actions{flex-direction:column;gap:16px}.product-overview__quantity{width:100%;justify-content:space-between}.product-overview__add-btn{width:100%}.product-overview__media{aspect-ratio:3 / 4;width:100%}.product-overview__image{aspect-ratio:3 / 4}.product-overview__add-to-cart{align-self:center}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/product-overview.css.map */
