.image-banner-v4{display:block;width:100%}.image-banner-v4__stage{position:relative;width:100%;overflow:hidden}.image-banner-v4__stage:before{content:"";display:block;padding-top:var(--aspect-ratio)}.image-banner-v4__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .4s ease}.image-banner-v4__slide.is-active{opacity:1;visibility:visible}.image-banner-v4__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.image-banner-v4__bg--mobile{display:none}.image-banner-v4__inner{position:relative;z-index:1;max-width:var(--max-width);margin:0 auto;padding:8% 5% 6%;height:100%}.image-banner-v4__intro{max-width:42%;color:var(--text-color)}.image-banner-v4__title{font-size:clamp(3rem,3.4vw,4.6rem);font-weight:700;line-height:1.12;color:var(--heading-color)}.image-banner-v4__text{margin-top:1.4rem;font-size:1.4rem;line-height:1.5;color:var(--text-color)}.image-banner-v4__text>*{margin:0}.image-banner-v4__card{position:absolute;top:20%;right:10%;width:32rem;padding:3.6rem 3.2rem 6rem;border-radius:24px;background:#ffffff52;backdrop-filter:blur(5px) saturate(130%);-webkit-backdrop-filter:blur(5px) saturate(130%);border:1px solid rgba(255,255,255,.55);box-shadow:0 0 10px #00000026}.image-banner-v4__card-heading{font-size:4rem;font-weight:800;line-height:1.05;color:var(--card-heading-color)}.image-banner-v4__card-divider{display:block;width:2.8rem;height:2px;margin:1.4rem 0;border-radius:2px;background:#00000059}.image-banner-v4__card-subtitle{margin-top:0;font-size:1.8rem;line-height:1.35;color:var(--card-subheading-color)}.image-banner-v4__card-desc{margin-top:1rem;font-size:1.4rem;line-height:1.55;color:var(--card-text-color)}.image-banner-v4__card-desc>*{margin:0}.image-banner-v4__tabs{position:absolute;left:50%;bottom:6%;z-index:3;display:flex;gap:.6rem;padding:1.2rem 1.75rem;border-radius:999px;background:#fff6;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(5px);transform:translate(-50%)}.image-banner-v4__tab{display:flex;align-items:center;gap:.8rem;padding:1rem 2rem;border:0;border-radius:999px;background:transparent;color:#fff;font-size:1.6rem;cursor:pointer;transition:background .25s ease,color .25s ease}.image-banner-v4__tab.is-active{background:var(--active-gradient);color:#fff}.image-banner-v4__tab-icon{display:grid;place-items:center;width:2rem;height:2rem;flex-shrink:0}.image-banner-v4__tab-icon img{width:100%;height:100%;object-fit:contain}@media screen and (max-width:768px){.image-banner-v4__title{font-size:6vw}.image-banner-v4__stage{min-height:0}.image-banner-v4__stage:before{content:none}.image-banner-v4__slide{position:static;display:none}.image-banner-v4__slide.is-active{display:flex;flex-direction:column}.image-banner-v4__bg--desktop{display:none}.image-banner-v4__bg--mobile{position:relative;display:block;width:100%;height:auto}.image-banner-v4__inner{position:static;min-height:0;padding:0}.image-banner-v4__intro{position:absolute;top:2rem;left:2rem;max-width:80%;z-index:2}.image-banner-v4__card{position:relative;top:auto;right:auto;width:auto;margin:-6rem 1.6rem 0;padding:1.5rem}.image-banner-v4__card-heading{font-size:2.4rem}.image-banner-v4__card-subtitle{font-size:1.6rem}.image-banner-v4__card-divider{margin:1rem 0}.image-banner-v4__card-desc{font-size:1.3rem;line-height:1.25}.image-banner-v4__tabs{position:static;transform:none;margin:1.6rem;justify-content:space-between;background:#fff;box-shadow:0 0 10px #00000026}.image-banner-v4__tab{flex:1;justify-content:center;padding:1rem .6rem;color:#333;font-size:1.3rem}.image-banner-v4__tab-label{white-space:nowrap}}.tabbed-feature{display:block;max-width:var(--max-width)!important}.tabbed-feature__header{margin-bottom:2rem;text-align:center}.tabbed-feature__heading{font-size:3.8rem;font-weight:600;line-height:1.15;color:var(--heading-color)}.tabbed-feature__subheading{margin-top:1rem;font-size:1.8rem;line-height:1.35;color:var(--subheading-color)}.tabbed-feature__tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;width:fit-content;max-width:100%;margin:0 auto 3rem;padding:.6rem 2rem;border-radius:999px;background:#f3f4f7}.tabbed-feature__tab{padding:.8rem 2rem;border:0;border-radius:999px;background:transparent;color:#333;font-size:1.6rem;cursor:pointer;transition:background .25s ease,color .25s ease}.tabbed-feature__tab.is-active{background:#1a1a1a;color:#fff}.tabbed-feature__panels{position:relative}.tabbed-feature__panel{display:none;grid-template-columns:52% auto;gap:3.2rem;align-items:center;padding:3.2rem;border-radius:20px;background:var(--content-bg)}.tabbed-feature__panel.is-active{display:grid}.tabbed-feature__media{border-radius:16px;overflow:hidden}.tabbed-feature__image{display:block;width:100%;height:100%;object-fit:cover}.tabbed-feature__content{display:flex;flex-direction:column}.tabbed-feature__content-title{font-size:clamp(2.2rem,2.2vw,2.8rem);font-weight:600;line-height:1.2;color:var(--content-heading-color)}.tabbed-feature__content-desc{margin-top:1.2rem;font-size:1.6rem;line-height:1.5;color:var(--content-text-color)}.tabbed-feature__content-desc *{margin:0;padding:0}.tabbed-feature__content-desc ul{padding-left:1.1em}.tabbed-feature__tags{display:flex;flex-direction:column;gap:1.2rem;margin:2.4rem 0 0;padding:0;list-style:none}.tabbed-feature__tag{display:flex;align-items:center;gap:1.2rem;padding:1.4rem 1.8rem;border-radius:12px;background:#fff;box-shadow:0 .5px 10px #60606026;font-size:1.8rem}.tabbed-feature__tag-icon{display:grid;place-items:center;width:3rem;height:3rem;flex-shrink:0}.tabbed-feature__tag-icon img{width:100%;height:100%;object-fit:contain}@media screen and (max-width:768px){.tabbed-feature__heading{font-size:6vw}.tabbed-feature__subheading{font-size:1.4rem}.tabbed-feature__tabs{flex-wrap:nowrap;justify-content:flex-start;margin-bottom:6vw;padding:.6rem 1.2rem}.tabbed-feature__tab{white-space:nowrap;font-size:1.2rem;padding:.8rem 1rem}.tabbed-feature__panel{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.tabbed-feature__media{order:-1}.tabbed-feature__content-title{font-size:1.6rem}.tabbed-feature__content-desc{font-size:1.4rem}.tabbed-feature__tags{margin-top:1.5rem}.tabbed-feature__tag{font-size:1.4rem;padding:1.2rem}.tabbed-feature__tag-icon{width:2.4rem;height:2.4rem}}.wv-video__section{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);color:var(--text-color)}.wv-video__content{margin-top:1.2rem}@media screen and (min-width:769px){.wv-video__content{max-width:var(--max-width)!important}}.wv-video__header{margin-bottom:3rem;text-align:center}.wv-video__heading{font-size:3.8rem;font-weight:600;line-height:1.15;color:var(--heading-color)}.wv-video__subheading{margin-top:.6rem;font-size:clamp(1.4rem,1.4vw,1.8rem);line-height:1.4;color:var(--subheading-color)}.wv-video__main{display:block}.wv-video__media-wrap{position:relative;width:100%;margin:0 auto;max-width:1100px}.wv-video__media-slide{display:none}.wv-video__media-slide.is-active{display:block}.wv-video__media-img{display:block;width:100%;height:auto}.wv-video__media-img--mobile{display:none}.wv-video__media-img.placeholder{min-height:360px}.wv-video__slider{position:relative;height:3.2rem;margin:1.2rem auto 0;touch-action:none}.wv-video__track{position:absolute;top:50%;left:0;width:100%;height:10px;border-radius:10px;transform:translateY(-50%);cursor:pointer}.wv-video__handle{position:absolute;top:50%;left:0;width:3rem;height:3rem;padding:0;border:3px solid #fff;border-radius:50%;background:var(--handle-color, #e362f8);box-shadow:0 2px 10px #00000040;transform:translate(-50%,-50%);cursor:grab;z-index:2}.wv-video__handle:active{cursor:grabbing}.wv-video__main.is-animating-handle .wv-video__handle{transition:left .45s cubic-bezier(.4,0,.2,1),background-color .45s ease}.wv-video__ticks{display:flex;justify-content:space-between;gap:.4rem;margin-top:1rem}.wv-video__tick{flex:1;padding:.4rem 0;border:0;background:transparent;color:#a2a59f;font-size:1.3rem;font-weight:600;text-align:center;cursor:pointer;opacity:.55;transition:opacity .25s ease}.wv-video__tick.is-active{opacity:1;color:var(--item-color);font-size:1.8rem}.wv-video__cards{position:relative;margin-top:2.4rem}.wv-video__card-pair{display:grid;grid-template-columns:1fr 1fr;gap:2rem;opacity:0;visibility:hidden;position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity .35s ease}.wv-video__card-pair.is-active{position:relative;opacity:1;visibility:visible}.wv-video__card{padding:2.4rem;border:1px solid var(--card-border);border-radius:16px;background:var(--card-bg)}.wv-video__card--left{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.8rem 2rem}.wv-video__card-head{display:flex;flex-direction:column;gap:.4rem;flex:0 0 calc(45% - 1rem);padding:1rem 0}.wv-video__wave{display:flex;align-items:baseline;color:var(--item-color);line-height:1.2}.wv-video__wave-value{font-size:4.8rem;font-weight:600}.wv-video__color-name{font-size:2rem;font-weight:600;color:var(--heading-color)}.wv-video__tags{display:flex;flex-direction:column;gap:1rem;flex:0 0 calc(55% - 1rem);min-width:0;margin:0;padding:0;list-style:none}.wv-video__tag{display:flex;align-items:center;gap:1.2rem;padding:1rem 1.2rem;border-radius:10px;line-height:1;background:#f7f7f7;font-size:1.6rem;letter-spacing:0;color:var(--heading-color)}.wv-video__tag-icon{display:grid;place-items:center;width:2.4rem;height:2.4rem;flex-shrink:0}.wv-video__tag-icon img{width:100%;height:100%;object-fit:contain}.wv-video__desc{flex:0 0 100%;font-size:1.4rem;line-height:1.5;color:var(--text-color)}.wv-video__desc>*{margin:0}.wv-video__card--right{display:grid;grid-template-columns:33% auto;align-items:center;gap:2rem}.wv-video__depth-media img{display:block;width:100%;height:auto;border-radius:12px}.wv-video__depth-info{display:flex;flex-direction:column;gap:2rem;height:100%}.wv-video__depth-badge{align-self:flex-start;padding:.8rem 1.5rem;border-radius:5rem;background:#f7f7f7;font-size:1.4rem;font-weight:600;line-height:1.1;color:var(--heading-color);white-space:nowrap}.wv-video__depth-list{display:flex;flex-direction:column;gap:2rem;margin:0;padding:0 0 15%;list-style:none;justify-content:space-between;height:100%}.wv-video__depth-item{display:flex;align-items:center;gap:.8rem;font-size:1.6rem;line-height:1.2;color:var(--heading-color)}.wv-video__depth-item span{display:inline-block;width:calc(45% - 2rem);margin-right:2rem;height:1px;background:var(--card-border);position:relative}.wv-video__depth-item span:after{content:"";width:.8rem;height:.8rem;border-radius:50%;position:absolute;display:block;left:0%;top:50%;transform:translateY(-50%);background:var(--card-border)}@media screen and (max-width:768px){.wv-video__media-slide:has(.wv-video__media-img--mobile) .wv-video__media-img--desktop{display:none}.wv-video__heading{font-size:6vw}.wv-video__media-img--mobile{display:block}.wv-video__tick{font-size:1.1rem}.wv-video__tick.is-active{font-size:1.3rem}.wv-video__card-pair{grid-template-columns:1fr;gap:1rem;padding:1.2rem;border:1px solid var(--card-border);border-radius:16px}.wv-video__track{height:8px}.wv-video__handle{width:2.4rem;height:2.4rem}.wv-video__card{padding:0;border-radius:0;border:none}.wv-video__card--left{gap:1.5rem}.wv-video__card-head{flex:0 0 calc(38% - 1rem);padding:5vw 0}.wv-video__tags{flex:0 0 calc(62% - .5rem)}.wv-video__depth-item{font-size:1.2rem}.wv-video__tag{gap:1rem;font-size:1.2rem}.wv-video__desc{font-size:1.2rem}.wv-video__tag-icon{width:1.6rem;height:1.6rem}.wv-video__card--right{grid-template-columns:40% 1fr;position:relative;padding-top:3.5rem}.wv-video__depth-list{gap:1.2rem;padding:0;justify-content:space-evenly}.wv-video__depth-badge{font-size:1.2rem;position:absolute;left:0;top:0;padding:.5rem 1rem}.wv-video__depth-item span{width:40%;margin-right:1rem}.wv-video__wave-value{font-size:2.8rem}.wv-video__color-name{font-size:1.4rem}.wv-video__depth-media img{aspect-ratio:1 / 1}}@media(prefers-reduced-motion:reduce){.wv-video__card-pair,.wv-video__main.is-animating-handle .wv-video__handle{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/45/compiled_assets/styles.css.map */
