.product-hero{position:relative;width:100%;height:100vh;margin-top:calc(-1 * var(--header-height-desktop));background:#fff;color:#000;overflow:hidden;z-index:5}.overlay-container.active~main .product-hero,.overlay-container.active~main .product-hero__media,.overlay-container.active~main .product-hero__video,.overlay-container.active~main video{pointer-events:none!important}.product-hero__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:flex;justify-content:center;align-items:center;overflow:hidden}.product-hero__main-image{width:100%;height:100%;object-fit:cover;opacity:1;transition:opacity .5s ease}.product-hero__poster{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease}.product-hero__poster.loaded{opacity:1}.product-hero__video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:100vh;min-width:100%;min-height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease}.product-hero__video.loaded{opacity:1}iframe.product-hero__video,.product-hero__media video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:100vh;min-width:100%;min-height:100%;object-fit:cover}.product-hero__center-title{position:absolute;top:50%;left:75px;transform:translateY(-50%);z-index:10;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3);transition:color .3s ease,text-shadow .3s ease,z-index 0s linear .3s}.product-hero__center-title.overlay-active{color:#fff;text-shadow:none;z-index:55;mix-blend-mode:difference;transition:color .3s ease,text-shadow .3s ease,z-index 0s linear}.product-hero__center-label{margin-bottom:8px;color:#fff;font-size:24px;font-weight:200;line-height:normal;text-transform:lowercase}.product-hero__center-title-text{color:#fff;font-size:74px;font-weight:300;line-height:60px;letter-spacing:7.4px;text-transform:lowercase;max-width:240px}.product-hero__center-subtitle{margin-top:8px;font-weight:200;text-transform:lowercase;color:#fff;font-size:24px;line-height:normal}.product-hero__image-overlay{position:absolute;top:100px;left:0;bottom:100px;width:100%;z-index:50;opacity:0;visibility:hidden;display:flex;justify-content:center;align-items:center;padding:0;background-color:#fff;transition:opacity .4s ease,visibility 0s linear .4s;overflow:hidden}.product-hero__image-overlay.active{opacity:1;visibility:visible;transition:opacity .4s ease,visibility 0s linear}.product-hero__overlay-image{max-width:710px;min-height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity .3s ease}.product-hero__overlay-image.loaded{opacity:1}.product-hero__overlay-close{position:absolute;top:20px;right:20px;font-size:30px;color:#000;background:none;border:none;cursor:pointer;z-index:101;opacity:.8;transition:opacity .2s ease}.product-hero__overlay-close:hover{opacity:1}.product-hero__info{position:absolute;bottom:0;left:0;right:0;padding:0;z-index:10;background:#fff;min-height:100px;display:grid;grid-template-columns:minmax(auto,420px) 1fr minmax(auto,420px);align-items:center;gap:20px}.product-hero__details{display:flex;align-items:center;gap:clamp(35px,5vw,60px);grid-column:1;padding-left:40px}.product-hero__title-group{margin-left:40px}.product-hero__title{color:#000;font-size:14px;font-weight:300;letter-spacing:1.4px;text-transform:lowercase;margin:0;text-align:left}.product-hero__subtitle{font-size:14px;opacity:.7;margin-top:4px;text-transform:lowercase}.product-hero__specs{position:relative;margin-left:0}.product-hero__specs-toggle{font-size:14px;text-transform:lowercase;font-weight:300;background:none;border-top:1px solid #000;border-bottom:1px solid #000;color:inherit;padding:17px 10px;cursor:pointer;transition:opacity .3s ease;width:clamp(150px,15vw,290px);text-align:left;position:relative}.product-hero__specs.active .product-hero__specs-toggle{border-top:none}.product-hero__specs.active .product-hero__specs-toggle:after{transform:translateY(-50%) rotate(45deg)}.product-hero__specs-content{position:fixed;top:var(--header-height-desktop, 100px);left:0;bottom:var(--bottom-bar-height);width:100%;height:var(--content-available-height, calc(100vh - 165px) );background:#fff;padding:0;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s linear .3s;z-index:90;overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.product-hero__specs.active .product-hero__specs-content{opacity:1;visibility:visible;transition:opacity .3s ease,visibility 0s linear}.product-hero__specs-inner{width:100%;margin:0}.product-hero__spec{margin-bottom:16px}.product-hero__spec:last-child{margin-bottom:0}.product-hero__spec-label{font-size:12px;letter-spacing:.1em;opacity:.6;margin-bottom:4px}.product-hero__spec-value{font-size:14px}.product-hero__description{font-size:14px;line-height:1.5;column-count:2;column-gap:20px;text-transform:lowercase}.product-hero__description h3:nth-of-type(2){break-before:column}.product-hero__description h3{color:#000;font-size:14px;font-weight:400;line-height:14px;letter-spacing:1.45px;text-transform:lowercase;margin-bottom:24px}.product-hero__description li{margin-left:20px}.product-hero__description li,.product-hero__description p{color:#000;font-size:14px;font-weight:400;line-height:24px;text-transform:lowercase}.product-hero__gallery-wrapper{position:relative;background:#fff;display:flex;align-items:center;overflow:hidden;padding:0 35px;grid-column:2;justify-self:center;width:100%;max-width:780px}.product-hero__gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:13px;height:23px;background:none;border:none;color:#000;cursor:pointer;opacity:.7;transition:opacity .3s ease;z-index:5}.product-hero__gallery-arrow:hover{opacity:1}.product-hero__gallery-arrow.left{left:0}.product-hero__gallery-arrow.right{right:0}.product-hero__gallery{display:flex;flex-wrap:nowrap;gap:10px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:0;width:100%;box-sizing:content-box}.product-hero__gallery::-webkit-scrollbar{display:none}.product-hero__thumbnail{flex:0 0 auto;width:80px;height:80px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center;position:relative}.product-hero__thumbnail:hover{transform:scale(1.05)}.product-hero__thumbnail.selected{box-shadow:0 0 0 2px #000}.product-hero__thumbnail.selected:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid #000;transition:border-color .2s ease}.product-hero__thumbnail img,.product-hero__thumbnail-image{width:100%;height:100%;object-fit:cover}.product-hero__fullscreen-gallery{position:absolute;top:0;left:0;width:100%;height:calc(100% - 100px);background:#fff;z-index:90;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.product-hero__fullscreen-gallery.active{opacity:1;visibility:visible}.product-hero__fullscreen-image{max-width:90%;max-height:90%;object-fit:contain}.product-hero__fullscreen-close{position:absolute;top:20px;right:20px;font-size:30px;color:#000;background:none;border:none;cursor:pointer;z-index:1001}.product-hero__purchase{display:flex;align-items:center;gap:35px;grid-column:3;justify-self:end;padding-right:40px}.product-hero__price{text-align:center;font-size:14px;font-weight:300;letter-spacing:1.4px;text-transform:lowercase;margin-right:0;white-space:nowrap;display:none}.product-hero__add-button:hover{background:#000;color:#fff}.product-hero__purchase-button,.product-hero__add-button{font-size:14px;text-transform:lowercase;font-weight:300;background:none;border-top:1px solid #000;border-bottom:1px solid #000;color:inherit;padding:17px 10px;cursor:pointer;transition:opacity .3s ease;width:clamp(150px,15vw,290px);text-align:left;position:relative}.product-hero__purchase-button:hover,.product-hero__add-button:hover,.product-hero__specs-toggle:hover{background-color:#000;color:#fff}@media screen and (min-width: 1650px){.product-hero__gallery-arrow{display:none}}body.specs-expanded{overflow:hidden}body.overlay-active .product-hero__media{z-index:0}.product-hero__specs-columns{display:flex;flex-direction:row;max-width:100%;width:100%;margin:0;gap:0;position:relative;align-items:flex-start;height:var(--content-available-height, calc(100vh - 165px) );justify-content:center;padding-top:clamp(50px,9vh,100px)}.product-hero__specs-col--left{margin-left:0;border-right:none;max-width:350px;width:350px;flex-shrink:0;margin-right:40px}.product-hero__specs-center-container{flex-grow:1;display:flex;justify-content:center;align-items:center;height:100%;position:relative;padding:0 20px;max-width:600px}.product-hero__specs-center-image{display:block;max-width:100%;max-height:100%;object-fit:cover;width:auto;height:100%}.product-hero__specs-col--right{max-width:300px;width:300px;flex-shrink:0;align-self:flex-start;margin-left:40px}.product-hero__specs-content .product-hero__center-title{display:block;position:absolute;opacity:1;pointer-events:none;margin:0;color:#000;text-shadow:none;z-index:5;transition:color .3s ease,text-shadow .3s ease,z-index 0s linear;min-width:150px}.product-hero__specs-content .product-hero__center-label,.product-hero__specs-content .product-hero__center-title-text,.product-hero__specs-content .product-hero__center-subtitle{color:#000}.product-hero__specs-title{color:#000;font-size:14px;font-weight:300;line-height:normal;letter-spacing:1.4px;text-transform:lowercase;margin-bottom:30px;padding-bottom:10px;border-top:1px solid rgba(0,0,0,.3);padding-top:30px;max-width:300px}.product-hero__spec{margin-bottom:0;display:list-item;margin-left:45px}.product-hero__spec-label{color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:24px;text-transform:lowercase;display:contents}.product-hero__spec-label:after{content:":";margin-left:0}.product-hero__spec-value,.product-hero__specs-col--right p{color:#000;font-size:14px;font-style:normal;font-weight:300;line-height:24px;text-transform:lowercase;display:contents}.product-hero__specs-close{position:absolute;bottom:40px;left:40px;background:none;border:none;font-size:16px;cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s ease;text-transform:lowercase;letter-spacing:1.4px;z-index:10}@media screen and (max-width: 1400px){.product-hero__specs-col--left{width:300px;margin-right:30px}.product-hero__specs-col--right{width:250px;margin-left:30px}.product-hero__specs-center-container{max-width:500px}.product-hero__info{grid-template-columns:minmax(auto,400px) 1fr minmax(auto,260px)}.product-hero__gallery-wrapper{max-width:600px}}@media screen and (max-width: 1200px){.product-hero__specs-col--left{width:33%;margin-right:20px}.product-hero__specs-col--right{width:33%;margin-left:20px;margin-right:0}.product-hero__specs-columns{gap:15%;padding-top:clamp(50px,9vh,100px)}.product-hero__specs.active .product-hero__specs-content{opacity:.95;visibility:visible;transition:opacity .3s ease,visibility 0s linear}.product-hero__specs-content .product-hero__center-title{min-width:120px;display:none}.product-hero__specs-center-container{max-width:400px}.product-hero__info{grid-template-columns:minmax(auto,350px) 1fr minmax(auto,210px)}.product-hero__gallery-wrapper{max-width:500px}}@media screen and (max-width: 991px){.product-hero__center-title.overlay-active{top:20%}.product-hero__center-title{left:20px;display:none}.product-hero__center-title-text{font-size:34px}.product-hero__center-subtitle{font-size:18.62px}.product-hero__center-label{font-size:12px}.product-hero__info{display:flex;flex-direction:column;padding:25px 20px}.product-hero__details{flex-direction:column;align-items:flex-start;gap:25px;padding-left:0;width:100%}.product-hero__specs{width:100%}.product-hero__description{font-size:14px;line-height:1.5;column-count:auto;column-gap:0;padding-top:20px;margin-top:20px;border-top:1px solid #000}.product-hero__description h3:nth-of-type(2){break-before:auto;margin-top:50px}.product-hero__description h2{color:#000;font-size:14.5px;font-weight:400;line-height:14.5px;letter-spacing:1.45px}.product-hero__description p,.product-hero__description li{color:#000;font-size:16px;font-weight:400;line-height:26px}iframe.product-hero__video,.product-hero__media video{position:absolute;top:88px;left:0;transform:none;width:100vw;height:var(--content-available-height);min-width:100%;min-height:auto;object-fit:cover}.product-hero__title-group{margin-left:0}.product-hero__image-overlay{top:var(--header-height-mobile, 88px);height:calc(100vh - var(--header-height-mobile, 88px) - 205px);padding:0;width:100%;max-width:100%;max-height:calc(100vh - var(--header-height-mobile, 88px) - 205px);display:flex;justify-content:center;align-items:center;overflow:hidden}.product-hero__overlay-image{max-width:100%;max-height:100%;object-fit:cover;margin:0 auto}.product-hero__overlay-close{color:#fff;text-shadow:none;mix-blend-mode:difference;font-size:32px;z-index:101;font-weight:300;top:20px;left:20px;right:auto;padding:0;line-height:15px}.product-hero__specs-content{top:88px;padding:20px;height:calc(100vh - 153px);flex-direction:column;overflow:scroll}.product-hero__gallery-wrapper{padding:0;margin:0;width:100%;max-width:100%!important}.product-hero__gallery-arrow{display:none}.product-hero__gallery{display:flex;gap:10px;overflow-x:auto;padding-bottom:0;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.product-hero__gallery::-webkit-scrollbar{display:none}.product-hero__title{font-size:14px;line-height:14px;text-align:center;font-weight:300;letter-spacing:0}.product-hero__purchase{display:block;width:100%;padding-right:0}.product-hero__purchase-button,.product-hero__add-button{width:100%;padding:17px 0}.product-hero__specs-toggle{width:100%;letter-spacing:0;padding:25px 0}.product-hero__specs-toggle:after{font-weight:200;font-size:25px;line-height:16.84px;letter-spacing:0}.product-hero__specs.active .product-hero__specs-toggle{position:fixed;bottom:20px;left:20px;right:20px;width:auto;border-top:none;background:#fff;color:#000;z-index:101}.product-hero__specs-toggle:hover:after{filter:none!important}.product-hero__purchase-button:after,.product-hero__add-button:after,.product-hero__specs-toggle:after{position:absolute;right:0}.product-hero__thumbnail{width:90px;height:90px}.product-hero__thumbnail.selected{box-shadow:0 0 0 2px #000}.site-logo img,.site-logo svg{width:80%}.product-hero__specs-columns{flex-direction:column;height:auto;align-items:center;padding-top:25px}.product-hero__specs-content .product-hero__center-title{width:100%;padding-left:20px;margin-bottom:30px;padding-top:30px;text-align:center;display:none}.product-hero__specs-col{padding-top:0}.product-hero__specs-col--left{max-width:100%;width:auto;margin-left:auto;margin-right:auto;margin-bottom:40px;padding:0 20px}.product-hero__specs-center-container{width:100%;height:auto;margin:20px 0}.product-hero__specs-center-image{max-width:80%;margin:0 auto}.product-hero__specs-col--right{max-width:100%;width:auto;margin-left:auto;margin-right:auto;padding:0 20px}.product-hero__specs-list{display:grid;grid-template-columns:1fr;gap:0px}.product-hero__specs-title{font-size:14px;margin-bottom:25px;max-width:none}.product-hero__specs-close{bottom:20px;left:20px}.product-hero__purchase{display:block;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-product-hero.css.map */
