.home-tab{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 10%,var(--htab-bg-glow-one),transparent 30%),radial-gradient(circle at 90% 18%,var(--htab-bg-glow-two),transparent 28%),var(--htab-bg);padding-top:var(--htab-padding-top);padding-bottom:var(--htab-padding-bottom)}.home-tab__inner{width:min(100% - 32px,var(--htab-max-width));margin:0 auto}.home-tab__heading{max-width:var(--htab-heading-width)}.home-tab__title{margin:0;color:var(--htab-heading-color);font-size:var(--htab-title-size);line-height:var(--htab-title-line-height);font-weight:800;letter-spacing:-.045em}.home-tab__title span{color:var(--htab-accent)}.home-tab__divider{width:100%;height:1px;margin-top:var(--htab-divider-top);background:linear-gradient(90deg,var(--htab-divider-color),transparent);opacity:.55}.home-tab__tabs-wrap{position:relative;margin-top:var(--htab-tabs-top);overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.home-tab__tabs-wrap::-webkit-scrollbar{display:none}.home-tab__tabs{display:flex;align-items:center;gap:var(--htab-tab-gap);min-width:max-content;padding:0 0 4px;margin:0;list-style:none}.home-tab__tab-button{position:relative;isolation:isolate;-webkit-appearance:none;appearance:none;border:1px solid var(--htab-tab-border);overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-height:var(--htab-tab-height);padding:0 var(--htab-tab-padding-x);border-radius:999px;background:var(--htab-tab-bg);color:var(--htab-tab-color);font-size:var(--htab-tab-font-size);line-height:1;font-weight:800;letter-spacing:.035em;cursor:pointer;white-space:nowrap;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.home-tab__tab-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);transform:translate(-120%);transition:transform .55s ease}.home-tab__tab-button:hover{transform:translateY(-2px);border-color:var(--htab-tab-active-bg)}.home-tab__tab-button.is-active{background:var(--htab-tab-active-bg);border-color:var(--htab-tab-active-bg);color:var(--htab-tab-active-color);box-shadow:0 12px 24px #df4f552e}.home-tab__tab-button.is-active:before{transform:translate(120%)}.home-tab__content{margin-top:var(--htab-content-top)}.home-tab__panel{display:none}.home-tab__panel.is-active{display:block}.home-tab__panel-inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,var(--htab-image-column-width));align-items:center;gap:var(--htab-content-gap)}.home-tab__panel.is-animating .home-tab__text-col,.home-tab__panel.is-animating .home-tab__media-col{animation:homeTabFadeUp .45s ease both}.home-tab__panel.is-animating .home-tab__media-col{animation-delay:.08s}.home-tab__text-col{max-width:var(--htab-text-width)}.home-tab__eyebrow{display:inline-flex;margin:0 0 12px;color:var(--htab-eyebrow-color);font-size:var(--htab-eyebrow-size);line-height:1.2;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.home-tab__panel-title{margin:0;color:var(--htab-heading-color);font-size:var(--htab-panel-title-size);line-height:1.12;font-weight:800;letter-spacing:-.04em}.home-tab__panel-title span{color:var(--htab-accent)}.home-tab__description{margin-top:var(--htab-description-top);color:var(--htab-text-color);font-size:var(--htab-text-size);line-height:1.62}.home-tab__description p{margin-top:0}.home-tab__description p:last-child{margin-bottom:0}.home-tab__description ul,.home-tab__description ol{margin:18px 0 0;padding-left:0;list-style:none}.home-tab__description li{position:relative;margin-bottom:9px;padding-left:24px}.home-tab__description li:last-child{margin-bottom:0}.home-tab__description li:before{content:"";position:absolute;top:.7em;left:4px;width:5px;height:5px;border-radius:999px;background:var(--htab-accent);box-shadow:0 0 0 4px #58c85f1f}.home-tab__button{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-height:var(--htab-button-height);margin-top:var(--htab-button-top);padding:0 var(--htab-button-padding-x);border-radius:var(--htab-button-radius);background:var(--htab-button-bg);border:1px solid var(--htab-button-border);color:var(--htab-button-color);font-size:var(--htab-button-size);line-height:1;font-weight:800;text-decoration:none;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.home-tab__button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);transform:translate(-120%);transition:transform .55s ease}.home-tab__button span{position:relative;z-index:1}.home-tab__button:hover{color:var(--htab-button-hover-color);background:var(--htab-button-hover-bg);transform:translateY(-2px);box-shadow:0 14px 28px #df4f552e;text-decoration:none}.home-tab__button:hover:after{transform:translate(120%)}.home-tab__media-col{position:relative}.home-tab__media-col:before{content:"";position:absolute;width:170px;height:170px;right:-40px;bottom:-40px;border-radius:999px;background:var(--htab-image-soft-glow);opacity:.8;pointer-events:none}.home-tab__image-wrap{position:relative;overflow:hidden;border-radius:var(--htab-image-radius);background:#121f330f;box-shadow:0 18px 40px #121f331a}.home-tab__image-wrap:before{content:"";display:block;padding-bottom:var(--htab-image-ratio)}.home-tab__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover;object-position:var(--htab-image-position);transition:transform .7s ease}.home-tab__image-wrap:hover .home-tab__image{transform:scale(1.035)}.home-tab__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#121f3314,#121f3305)}.home-tab[data-animation=true] .home-tab__heading,.home-tab[data-animation=true] .home-tab__divider,.home-tab[data-animation=true] .home-tab__tabs-wrap,.home-tab[data-animation=true] .home-tab__content{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.home-tab[data-animation=true].is-visible .home-tab__heading,.home-tab[data-animation=true].is-visible .home-tab__divider,.home-tab[data-animation=true].is-visible .home-tab__tabs-wrap,.home-tab[data-animation=true].is-visible .home-tab__content{opacity:1;transform:translateY(0)}.home-tab[data-animation=true].is-visible .home-tab__divider{transition-delay:.06s}.home-tab[data-animation=true].is-visible .home-tab__tabs-wrap{transition-delay:.12s}.home-tab[data-animation=true].is-visible .home-tab__content{transition-delay:.2s}@keyframes homeTabFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:989px){.home-tab__panel-inner{gap:var(--htab-tablet-content-gap)}.home-tab__title{font-size:var(--htab-title-size-tablet)}.home-tab__panel-title{font-size:var(--htab-panel-title-size-tablet)}}@media screen and (max-width:749px){.home-tab{padding-top:var(--htab-mobile-padding-top);padding-bottom:var(--htab-mobile-padding-bottom)}.home-tab__inner{width:min(100% - 28px,var(--htab-max-width))}.home-tab__heading{max-width:100%}.home-tab__title{font-size:var(--htab-title-size-mobile);line-height:var(--htab-title-line-height-mobile)}.home-tab__divider{display:none}.home-tab__tabs-wrap{margin-top:var(--htab-mobile-tabs-top);margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}.home-tab__tabs{gap:var(--htab-mobile-tab-gap);padding-bottom:4px}.home-tab__tab-button{min-height:var(--htab-mobile-tab-height);padding:0 var(--htab-mobile-tab-padding-x);font-size:var(--htab-mobile-tab-font-size)}.home-tab__content{margin-top:var(--htab-mobile-content-top)}.home-tab__panel-inner{grid-template-columns:1fr;gap:var(--htab-mobile-content-gap);background:radial-gradient(circle at 92% 94%,var(--htab-mobile-card-soft),transparent 34%),var(--htab-mobile-card-bg);border:1px solid var(--htab-mobile-card-border);border-radius:var(--htab-mobile-card-radius);padding:var(--htab-mobile-card-padding);box-shadow:0 16px 40px rgba(18,31,51,var(--htab-mobile-card-shadow-opacity))}.home-tab__text-col{max-width:100%}.home-tab__media-col{order:-1}.home-tab__media-col:before{display:none}.home-tab__image-wrap{border-radius:var(--htab-mobile-image-radius);box-shadow:none}.home-tab__image-wrap:before{padding-bottom:var(--htab-mobile-image-ratio)}.home-tab__image,.home-tab__image-wrap:hover .home-tab__image{transform:scale(var(--htab-mobile-image-scale))}.home-tab__eyebrow{margin-bottom:10px;font-size:var(--htab-eyebrow-size-mobile)}.home-tab__panel-title{font-size:var(--htab-panel-title-size-mobile)}.home-tab__description{margin-top:var(--htab-mobile-description-top);font-size:var(--htab-text-size-mobile);line-height:1.58}.home-tab__description ul,.home-tab__description ol{margin-top:18px}.home-tab__description li{margin-bottom:9px}.home-tab__button{width:100%;min-height:var(--htab-mobile-button-height);margin-top:var(--htab-mobile-button-top);font-size:var(--htab-button-size-mobile)}}@media screen and (max-width:374px){.home-tab__title{font-size:calc(var(--htab-title-size-mobile) - 3px)}.home-tab__panel-title{font-size:calc(var(--htab-panel-title-size-mobile) - 2px)}.home-tab__tab-button{padding-left:max(14px,calc(var(--htab-mobile-tab-padding-x) - 4px));padding-right:max(14px,calc(var(--htab-mobile-tab-padding-x) - 4px))}}@media(prefers-reduced-motion:reduce){.home-tab[data-animation=true] .home-tab__heading,.home-tab[data-animation=true] .home-tab__divider,.home-tab[data-animation=true] .home-tab__tabs-wrap,.home-tab[data-animation=true] .home-tab__content,.home-tab__panel.is-animating .home-tab__text-col,.home-tab__panel.is-animating .home-tab__media-col,.home-tab__tab-button,.home-tab__tab-button:before,.home-tab__button,.home-tab__button:after,.home-tab__image{opacity:1;transform:none;transition:none;animation:none}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/lwes-home-tab.css.map */
