.product-hero{position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:flex-start}.product-hero__carousel{position:relative;width:55vw}.product-hero__carousel-main{position:relative;height:80vh;overflow:visible}.product-hero__track,.product-hero__track .slick-list{overflow:visible}.product-hero__slide{width:60vw;height:100%;max-height:80vh}.product-hero__slide img{width:100%;height:80vh;object-fit:contain;display:block}.product-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:none;height:40px;width:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:4}.product-hero__arrow svg{width:100%;height:100%}.product-hero__arrow svg path{stroke:var(--color-primary)}.product-hero__arrow--prev{left:2.5%}.product-hero__arrow--next{right:2.5%}.product-hero__thumbs{position:static;width:100%;z-index:2;margin-top:var(--space-s)}.product-hero__thumbs .slick-list{display:flex;justify-content:flex-start;align-items:center}.product-hero__thumbs .slick-track{height:auto;justify-content:flex-start;gap:var(--space-xs)}.product-hero__thumbs .slick-slide{height:auto}.product-hero__thumbs .slick-track{display:flex;justify-content:flex-start}.product-hero__thumb{border:1px solid var(--color-grey-dark);padding:4px;box-sizing:border-box;background:#fff;cursor:pointer;width:75px;aspect-ratio:1 / 1}.product-hero__thumb.slick-current{border-color:var(--color-primary)}.product-hero__thumb img{display:block;width:100%;height:100%;object-fit:cover}.product-hero__details{position:relative;margin-top:5vh;width:40vw;min-width:320px;max-width:550px;z-index:3;pointer-events:auto}.product-hero__details-placeholder{background:#ffffffbf;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 40px #0000002e;position:relative;padding:32px;min-height:420px}.product-hero__badge{position:absolute;top:18px;right:18px;z-index:2;background:var(--color-tertiary);color:var(--color-primary);font-family:var(--font-heading);font-size:12px;text-transform:uppercase;padding:6px 8px;pointer-events:none}.product-hero__details-placeholder:before,.product-hero__details-placeholder:after{content:"";position:absolute;width:50px;height:50px;border:2px solid var(--color-tertiary);pointer-events:none}.product-hero__details-placeholder:before{top:-1px;right:-1px;border-left:0;border-bottom:0}.product-hero__details-placeholder:after{bottom:-1px;left:-1px;border-right:0;border-top:0}.product-hero__form{display:flex;flex-direction:column;gap:var(--space-s)}.product-hero__card-header{display:flex;flex-direction:column;gap:var(--space-2xs)}.product-hero__title{margin:0;font-size:clamp(28px,3vw,44px);text-transform:uppercase}.product-hero__price{font-size:18px}.product-hero__divider{height:1px;background:#0000004d;width:100%}.product-hero__modal.modal{position:fixed}.product-hero__modal .modal-content{border-radius:0;border:0}.product-hero__richtext h1,.product-hero__richtext h2,.product-hero__richtext h3,.product-hero__richtext h4,.product-hero__richtext h5,.product-hero__richtext h6{margin-bottom:5px}.product-hero__richtext p{margin-bottom:20px;font-size:14px;line-height:1.4}.product-hero__accordion-body p{margin:0}.product-hero__options{display:flex;flex-direction:column;gap:var(--space-s)}.product-hero__option{display:flex;flex-direction:column;gap:var(--space-2xs)}.product-hero__option-label{font-size:12px;text-transform:uppercase;color:#0009}.product-hero__option-value{color:var(--color-primary)}.product-hero__option-values{display:flex;flex-wrap:wrap;gap:8px}.product-hero__option-button{border:1px solid var(--color-grey-dark);background:#fff;min-width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;text-transform:uppercase;cursor:pointer;padding:0 10px}.product-hero__option-button.is-active{border-color:var(--color-primary);box-shadow:inset 0 0 0 1px var(--color-primary)}.product-hero__option-button[style]{padding:0;width:32px;height:32px}.product-hero__swatch{width:100%;height:100%;display:block;background:var(--swatch-color, var(--color-grey))}.product-hero__description{font-size:14px}.product-hero__actions{display:grid;grid-template-columns:1fr 1.4fr;border:1px solid var(--color-primary)}.product-hero__qty{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;background:transparent}.product-hero__qty-btn{border:none;background:transparent;font-size:16px;height:44px;cursor:pointer}.product-hero__qty-input{border:none;background:transparent;text-align:center;width:100%;height:44px;font-size:14px}.product-hero__add-to-cart{border:none;background:var(--color-primary);color:var(--color-secondary);text-transform:uppercase;font-size:14px;height:44px;cursor:pointer}.product-hero__add-to-cart:disabled,.product-hero__add-to-cart[aria-disabled=true]{opacity:.5;cursor:not-allowed}.product-hero__add-to-cart.is-added{width:auto;padding:0 16px}.product-hero__links{display:grid;gap:8px;font-size:12px;text-transform:uppercase}.product-hero__link{color:var(--color-primary);text-decoration:none}.product-hero__link:hover{text-decoration:underline}@media(max-width:900px){.product-hero{min-height:auto;flex-direction:column;align-items:stretch;overflow:visible}.product-hero__carousel,.product-hero__thumbs{width:100%}.product-hero__carousel{width:100vw;margin-left:calc(50% - 50vw)}.product-hero__carousel-main,.product-hero__track,.product-hero__track .slick-list{width:100vw}.product-hero__carousel-main{height:auto}.product-hero__slide{width:100vw}.product-hero__slide img{aspect-ratio:1 / 1;height:100%;width:85%;object-fit:cover;margin:0 auto}.product-hero__arrow{height:32px;width:32px}.product-hero__arrow.product-hero__arrow--prev{left:2.5%}.product-hero__arrow.product-hero__arrow--next{right:2.5%}.product-hero__details{padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);position:static;width:100%;min-width:0;max-width:none;margin-top:var(--space-l)}.product-hero__details-placeholder{box-shadow:0 10px 24px #0000001f;min-height:auto}.product-hero__thumbs{margin-top:var(--space-s)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-product-hero.css.map */
