body.template-product{isolation:isolate}body.template-product:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--clr-white);z-index:-1;pointer-events:none}.template-product .site-header{opacity:1!important;pointer-events:auto}.template-product .site-header__burger,.template-product .site-header__actions{opacity:1;pointer-events:auto}.template-product .site-header__logo-img{filter:invert(1)}.template-product .site-header__cart-link{color:var(--clr-black)}body.template-product[data-product-header-color=dark] .site-header__logo-img{filter:invert(1)}body.template-product[data-product-header-color=dark] .site-header__burger,body.template-product[data-product-header-color=dark] .site-header__cart-link{color:var(--clr-black)}body.template-product[data-product-header-color=light] .site-header__logo-img{filter:none}body.template-product[data-product-header-color=light] .site-header__burger,body.template-product[data-product-header-color=light] .site-header__cart-link{color:var(--clr-white)}.template-product .brand-name,.template-product .site-wash{display:none}.product-hero{position:relative;width:100%;min-height:100vh;background-color:var(--clr-white);color:var(--clr-black);overflow:hidden}.product-hero__content{position:absolute;top:130px;left:75px;width:min(340px,28vw);z-index:2}.product-hero__title{font-family:var(--font-serif);font-weight:300;font-style:normal;font-size:clamp(36px,5vw,76px);line-height:.8;color:var(--clr-black);margin-bottom:var(--sp-md)}.product-hero__collection{font-family:var(--font-serif);font-weight:300;font-style:normal;font-size:32px;color:var(--clr-black);margin-bottom:var(--sp-md)}.product-hero__description{font-family:var(--font-sans);font-weight:300;font-size:13px;line-height:1.65;color:var(--clr-gray-dark)}.product-hero__media-wrap{position:absolute;left:50%;transform:translate(-50%);width:48vw;max-width:700px;min-width:280px;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center}.product-hero__media-item{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .5s var(--ease-smooth)}.product-hero__media-item.is-active{opacity:1;pointer-events:auto}.product-hero__img{width:auto;height:95vh;max-width:100%;max-height:95vh;object-fit:contain;object-position:center;-webkit-user-select:none;user-select:none}.product-hero__dots{position:absolute;bottom:var(--sp-lg);left:50%;transform:translate(-50%);display:flex;gap:var(--sp-sm);z-index:3}.product-hero__dot{width:8px;height:8px;border-radius:50%;background:var(--clr-gray-light);border:none;cursor:pointer;transition:background var(--dur-fast) var(--ease-smooth);padding:0}.product-hero__dot.is-active{background:var(--clr-black)}.product-hero__purchase-wrap{position:absolute;bottom:var(--sp-xl);right:var(--sp-xl);width:min(400px,28vw);z-index:3}.product-hero__form{background:#f6f6f6;box-shadow:0 1px 24px #0000000f;padding:var(--sp-lg);display:flex;flex-direction:column;gap:var(--sp-xl)}.product-hero__form-top{display:flex;justify-content:space-between;align-items:center}.product-hero__price{font-family:var(--font-serif);font-weight:300;font-style:normal;font-size:clamp(28px,2.8vw,42px);line-height:1;color:var(--clr-black)}.product-hero__meta{font-family:var(--font-serif);font-weight:300;font-style:normal;font-size:13px;color:var(--clr-black);text-align:right;line-height:1.5;padding-top:3px}.product-hero__sep{color:var(--clr-gray-light)}.product-hero__form-bottom{display:flex;justify-content:space-between;align-items:flex-end}.product-hero__qty{display:flex;align-items:center;gap:8px;background:var(--clr-white);padding:14px;flex-shrink:0}.product-hero__qty-label{font-family:var(--font-serif);font-weight:300;font-size:15px;color:var(--clr-black);white-space:nowrap}.product-hero__qty-num{font-family:var(--font-serif);font-weight:300;font-size:15px;color:var(--clr-black);min-width:1.2em;text-align:center}.product-hero__qty-btn{font-family:var(--font-sans);font-weight:300;font-size:15px;line-height:1;color:var(--clr-black);background:none;border:none;cursor:pointer;padding:0;transition:opacity var(--dur-fast) var(--ease-smooth)}.product-hero__qty-btn:hover{opacity:.4}.product-hero__atc{display:inline-flex;flex-direction:column;font-family:var(--font-serif);font-weight:300;font-style:normal;font-size:clamp(24px,2.4vw,36px);line-height:1;color:var(--clr-black);background:none;border:none;cursor:pointer;padding:0}.product-hero__atc:disabled{opacity:.35;cursor:default}.product-hero__atc.is-adding{opacity:.5;cursor:wait}.product-hero__atc-text{display:block}.product-hero__atc-line{display:block;width:100%;height:1px;background:var(--clr-black);margin-top:5px;transform-origin:left;transform:scaleX(0);transition:transform .4s var(--ease-smooth)}.product-hero__atc:hover:not(:disabled) .product-hero__atc-line{transform:scaleX(1)}@media(max-width:768px){.template-product .site-header__burger,.template-product .site-header__actions{opacity:1;pointer-events:auto}.product-hero{min-height:100svh;overflow:visible}.product-hero__content,.product-hero__media-wrap,.product-hero__purchase-wrap{position:static;width:auto}.product-hero{display:flex;flex-direction:column;padding-top:80px}.product-hero.has-purchase-panel{--product-purchase-panel-space: calc(102px + env(safe-area-inset-bottom, 0px) + var(--sp-md));padding-bottom:var(--product-purchase-panel-space)}.product-hero__media-wrap{order:1;height:90vw;min-height:360px;max-height:560px;position:relative;width:100%;flex-shrink:0;margin-bottom:var(--sp-lg)}.product-hero__media-item{position:absolute;top:0;right:0;bottom:0;left:0}.product-hero__img{height:100%;max-height:100%}.product-hero__content{order:2;padding:0 var(--sp-md) var(--sp-lg)}.product-hero__title{font-size:50px}.product-hero__purchase-wrap{position:fixed;bottom:0;left:0;width:100%;z-index:var(--z-overlay);padding:0;transition:transform .3s var(--ease-smooth)}.product-hero__purchase-wrap.is-footer-visible{transform:translateY(100%);pointer-events:none}.product-hero__form{padding:var(--sp-md) var(--sp-md) calc(var(--sp-md) + env(safe-area-inset-bottom,0px));gap:12px;box-shadow:0 -4px 20px #00000014}.product-hero__price{font-size:clamp(20px,5vw,28px)}.product-hero__atc{font-size:clamp(18px,4.5vw,24px)}.product-hero__qty{padding:8px 12px}.product-hero__dots{bottom:var(--sp-sm)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/product-hero.css.map */
