:root{--solix-accent: #00a7e1;--solix-accent-strong: #008fc2;--solix-ink: #0f1217;--solix-surface: #f4f6f8;--solix-page: #f7f9fb;--solix-card: #ffffff;--solix-border: #dce3ea;--solix-muted: #62707f;--solix-shadow-sm: 0 12px 34px rgba(15, 18, 23, .06);--solix-shadow-lg: 0 22px 60px rgba(15, 18, 23, .12);--color-primary: var(--solix-accent);--color-secondary: var(--solix-ink);--color-bg: #ffffff;--color-text: var(--solix-ink);--radius-base: 22px;--container-max: 1280px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--color-text);background:var(--color-bg);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-rendering:optimizeLegibility}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--space-4)}.section{padding-block:var(--space-16)}.section--tight{padding-block:var(--space-12)}.grid{display:grid;gap:var(--space-6)}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:992px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.h-stack{display:flex;gap:var(--space-4);align-items:center}.v-stack{display:flex;gap:var(--space-3);flex-direction:column}.btn{-webkit-appearance:none;appearance:none;border:0;border-radius:999px;padding:.92rem 1.5rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn--primary{background:var(--solix-ink);color:#fff;box-shadow:var(--solix-shadow-sm)}.btn--primary:hover{transform:translateY(-1px);box-shadow:var(--solix-shadow-lg)}.btn--secondary{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.3)}.badge{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .8rem;border-radius:999px;background:#00a7e11a;color:var(--solix-accent-strong);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.card{border:1px solid var(--solix-border);border-radius:var(--radius-base);overflow:hidden;background:#fff;box-shadow:var(--solix-shadow-sm)}.media{position:relative;overflow:hidden;border-radius:var(--radius-base)}.media img,.media video{width:100%;height:100%;object-fit:cover;display:block}.media--ratio-1x1{aspect-ratio:1 / 1}.media--ratio-16x9{aspect-ratio:16 / 9}.media--ratio-4x3{aspect-ratio:4 / 3}.overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000006b,#00000024)}.reveal{opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}.reveal.is-visible{opacity:1;transform:none}.tabs{display:flex;gap:var(--space-2);flex-wrap:wrap}.tab-btn{padding:.5rem .75rem;border-radius:8px;border:1px solid #e6e6e6;background:#fff;cursor:pointer}.tab-btn[aria-selected=true]{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.tab-panel{display:none}.tab-panel[aria-hidden=false]{display:block}.accordion-item{border-bottom:1px solid #e6e6e6}.accordion-trigger{display:flex;justify-content:space-between;gap:var(--space-4);padding:1rem 0;font-weight:600}.accordion-panel{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-item[aria-expanded=true] .accordion-panel{max-height:600px}.carousel{display:grid;grid-auto-flow:column;grid-auto-columns:calc(33% - var(--space-4));gap:var(--space-4);overflow:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem}.carousel>*{scroll-snap-align:start}@media(max-width:992px){.carousel{grid-auto-columns:80%}}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;border:0;padding:0;margin:-1px}.content-for-layout{background:radial-gradient(circle at top right,rgba(0,167,225,.07),transparent 28%),linear-gradient(180deg,#ffffff,var(--solix-page) 28%,#ffffff 100%)}.seo-breadcrumbs{max-width:1360px;margin:0 auto;padding:18px clamp(18px,2vw,32px) 0}.seo-breadcrumbs__list{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin:0;padding:0;list-style:none}.seo-breadcrumbs__item{display:inline-flex;align-items:center;gap:.5rem;color:#667180;font-size:.9rem;line-height:1.4}.seo-breadcrumbs__item:not(:last-child):after{content:"/";color:#99a4b1}.seo-breadcrumbs__item a{color:inherit;text-decoration:none}.seo-breadcrumbs__item a:hover{color:var(--solix-accent-strong)}.seo-breadcrumbs__item[aria-current=page]{color:var(--solix-ink);font-weight:600}footer.section-wrapper{position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(0,167,225,.16),transparent 18%),radial-gradient(circle at bottom left,rgba(0,167,225,.08),transparent 24%),linear-gradient(180deg,#0b0e13,#11161d 38%,#0a0d12);color:#f5f8fb}footer.section-wrapper .section-background,footer.section-wrapper .custom-section-background{display:none}footer.section-wrapper .section{background:transparent;color:inherit;padding-top:clamp(48px,6vw,76px);padding-bottom:clamp(28px,4vw,44px)}footer.section-wrapper .section-content-wrapper{max-width:1360px;margin:0 auto;gap:clamp(20px,2.8vw,34px)!important}footer.section-wrapper a{color:inherit}footer.section-wrapper .section-content-wrapper>.group-block:has(.logo-block):has(.menu){border:1px solid rgba(255,255,255,.08);border-radius:32px;background:linear-gradient(180deg,#ffffff0d,#ffffff05);box-shadow:0 18px 48px #00000038;padding:clamp(24px,3vw,40px)}footer.section-wrapper .section-content-wrapper>.group-block:has(.logo-block):has(.menu) .group-block-content{display:grid;grid-template-columns:minmax(220px,1.25fr) repeat(2,minmax(180px,.9fr));gap:clamp(18px,3vw,42px);align-items:start}footer.section-wrapper .section-content-wrapper>.group-block:has(.logo-block):has(.menu) .group-block-content>:first-child{max-width:320px}footer.section-wrapper .logo-block{width:min(100%,228px);max-width:228px}footer.section-wrapper .logo-block__image{opacity:.98}footer.section-wrapper .menu{width:100%}footer.section-wrapper .menu__heading{margin:0 0 .9rem;color:#ffffffeb;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}footer.section-wrapper .menu__item{color:#ffffffad}footer.section-wrapper .menu__item a{display:inline-flex;align-items:center;gap:.35rem;text-decoration:none;transition:color .2s ease,transform .2s ease}footer.section-wrapper .menu__item a:hover{color:#fff;transform:translate(2px)}footer.section-wrapper .section-content-wrapper>.group-block:has(.email-signup-block){border:1px solid rgba(0,167,225,.28);border-radius:30px;background:linear-gradient(135deg,#00a7e129,#ffffff0a),linear-gradient(180deg,#ffffff0f,#ffffff05);padding:clamp(22px,3vw,34px)}footer.section-wrapper .section-content-wrapper>.group-block:has(.email-signup-block) .group-block-content{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:20px 28px;align-items:center}footer.section-wrapper .section-content-wrapper>.group-block:has(.email-signup-block) p{color:#fffc}footer.section-wrapper .email-signup-block{width:100%;max-width:560px;margin-left:auto}footer.section-wrapper .email-signup__input-group{border:1px solid rgba(255,255,255,.14);border-radius:999px!important;background:#080a0eb8;overflow:hidden}footer.section-wrapper .email-signup__input{border:none!important;background:transparent!important;color:#fff!important;padding:1rem 1.25rem!important}footer.section-wrapper .email-signup__input::placeholder{color:#ffffff85}footer.section-wrapper .email-signup__button--integrated{right:6px;top:6px;height:calc(100% - 12px);min-width:48px;border-radius:999px!important;background:#fff!important;color:var(--solix-ink)!important}footer.section-wrapper .email-signup__button--integrated:hover{background:#e8f7fd!important}footer.section-wrapper .email-signup__message{margin-top:10px;color:#fff}footer.section-wrapper .payment-icons{width:100%}footer.section-wrapper .payment-icons__list{justify-content:center!important;gap:10px!important}footer.section-wrapper .payment-icons__item{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.55rem .75rem;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#ffffff0a}footer.section-wrapper .payment-icons__item .icon{height:24px}footer.section-wrapper .group-block:has(.footer-utilities){padding-top:4px}footer.section-wrapper .footer-utilities{color:#ffffff9e;border-top-color:#ffffff14;gap:14px}footer.section-wrapper .footer-utilities a,footer.section-wrapper .footer-utilities__text{color:#ffffffb8;text-decoration:none}footer.section-wrapper .footer-utilities__powered-by{display:none}footer.section-wrapper .footer-utilities a:hover{color:#fff}footer.section-wrapper .footer-utilities__group:empty{display:none}footer.section-wrapper .policy_list{gap:.4rem 1rem}footer.section-wrapper .social-icons__wrapper{gap:10px}footer.section-wrapper .social-icons__icon-wrapper{width:42px;height:42px}footer.section-wrapper .social-icons__icon-wrapper a{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffff0f;color:#fff;border:1px solid rgba(255,255,255,.08);transition:transform .2s ease,background-color .2s ease,border-color .2s ease}footer.section-wrapper .social-icons__icon-wrapper a:hover{transform:translateY(-2px);background:#00a7e12e;border-color:#00a7e166}footer.section-wrapper .group-block:has([href*="lhf.digital"]){opacity:.62}footer.section-wrapper .group-block:has([href*="lhf.digital"]) a{text-decoration:none}body .header{position:relative;background:#fffffff0;border-bottom:1px solid rgba(15,18,23,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 8px 30px #0f12170a}body .header__content{max-width:1360px;padding-inline:clamp(18px,2vw,32px)}body .header__nav{gap:24px}body .header__nav-button{font-weight:600;font-size:.96rem;color:var(--solix-ink)}body .header__nav-button:hover{color:var(--solix-accent)}body .header__dropdown{min-width:260px;border:1px solid var(--solix-border);border-radius:22px;box-shadow:var(--solix-shadow-lg)}body .header__dropdown-item{padding:.95rem 1.15rem}body .header__actions{gap:12px}body .header__action-button{width:46px;height:46px;color:var(--solix-ink);background:#0f12170a;text-decoration:none}body .header__action-button:hover{background:#00a7e11a;color:var(--solix-accent-strong)}body .cart-bubble{background:var(--solix-accent)}body .announcement-bar{background:#0f1217!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.08)}body .announcement-bar__inner{font-weight:600;letter-spacing:.02em}.template-index .content-for-layout{background:linear-gradient(180deg,#fbfdff,#f1f6fa 48%,#fff)}.template-index .solix-banner-hero,.template-index .solix-bgrid,.template-index .solix-hero,.template-index .solix-why{width:100%}.template-index .solix-banner-hero__container,.template-index .solix-hero__wrap{position:relative;min-height:clamp(560px,82vh,860px)!important;max-width:min(1440px,calc(100vw - 32px));margin:18px auto 0;border-radius:34px;overflow:hidden;justify-content:flex-start!important;align-items:flex-end!important;padding:clamp(28px,6vw,56px)}.template-index .solix-banner-hero__background:after,.template-index .solix-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(125deg,#080b12cc 8%,#080b123d 58%,#080b128c),linear-gradient(180deg,#080b1233,#080b12a6)}.template-index .solix-banner-hero__background img,.template-index .solix-hero__bg img,.template-index .solix-hero__bg video{filter:saturate(.92) contrast(1.04)}.template-index .solix-banner-hero__content,.template-index .solix-hero__content{max-width:720px!important;padding:0!important;text-align:left!important}.template-index .solix-banner-hero__eyebrow,.template-index .solix-hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.42rem .78rem;border-radius:999px;background:#ffffff1a;color:#ffffffeb;font-size:.76rem!important;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem!important}.template-index .solix-banner-hero__title,.template-index .solix-hero__title{font-size:clamp(2.5rem,6vw,5.25rem)!important;line-height:.95!important;letter-spacing:-.05em;margin-bottom:1rem!important;max-width:12ch}.template-index .solix-banner-hero__subtitle,.template-index .solix-hero__subtitle{max-width:46ch;font-size:clamp(1rem,1.6vw,1.2rem)!important;line-height:1.6!important;color:#ffffffd6;margin-bottom:1.4rem!important}.template-index .solix-banner-hero__cta,.template-index .solix-hero__cta{height:54px!important;min-width:178px;padding-inline:1.45rem;border-radius:999px!important;font-weight:700;box-shadow:var(--solix-shadow-sm)}.template-index .solix-banner-hero__cta,.template-index .solix-hero__cta--primary{background:#fff!important;color:var(--solix-ink)!important}.template-index .solix-banner-hero__cta:hover,.template-index .solix-hero__cta--primary:hover{background:#f5f7fa!important}.template-index .solix-hero__cta--secondary{background:transparent!important;color:#fff!important;border:1px solid rgba(255,255,255,.36)!important}.template-index .solix-bgrid__wrap{max-width:min(1440px,calc(100vw - 32px));margin:26px auto 0;padding:0 16px;display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:24px!important}.template-index .solix-bgrid__wrap>.sbg-item:first-child{grid-row:1 / span 2}.template-index .sbg-media{border-radius:30px!important;overflow:hidden;min-height:260px}.template-index .sbg-media>.sbg-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a0c111a,#0a0c116b)}.template-index .sbg-layer{padding:30px!important}.template-index .sbg-content{max-width:460px!important;align-self:flex-end}.template-index .sbg-title{font-size:clamp(1.8rem,3vw,2.9rem)!important;letter-spacing:-.04em}.template-index .sbg-sub{color:#ffffffdb;max-width:34ch}.template-index .sbg-ctas .btn{min-height:48px;border-radius:999px}.template-index .solix-why{padding:110px 0 120px!important;margin-top:26px;background:radial-gradient(circle at top right,rgba(0,167,225,.12),transparent 22%),linear-gradient(180deg,#0e1116,#171b22)!important}.template-index .solix-why__inner{max-width:1440px!important}.template-index .solix-why__header{text-align:left;max-width:740px}.template-index .solix-why__title{font-size:clamp(2rem,3.8vw,4rem)!important}.template-index .solix-why__grid{gap:22px!important}.template-index .solix-why__card{border:1px solid rgba(255,255,255,.08);border-radius:30px!important;box-shadow:0 20px 60px #0003}.template-index .solix-why__overlay{background:linear-gradient(180deg,#080c1200 28%,#080c12c7)!important}.template-index .solix-why__content{padding:28px!important}.template-index .solix-why__heading{font-size:clamp(1.4rem,2vw,2rem)!important}.template-index .solix-why__button{border-radius:999px!important}.template-collection .content-for-layout,.template-product .content-for-layout{background:radial-gradient(circle at top left,rgba(0,167,225,.06),transparent 30%),linear-gradient(180deg,#fbfdff,#f5f8fb 24%,#fff)}.template-collection .collection-hero-reference{grid-column:1 / -1;background:linear-gradient(135deg,#0f1217f5,#0f1217c7),linear-gradient(135deg,rgba(0,167,225,.18),transparent 35%);color:#fff;border-radius:34px;padding:clamp(24px,4vw,44px);margin:18px 0 26px;box-shadow:var(--solix-shadow-lg)}.template-collection .collection-hero-reference__eyebrow{display:inline-flex;align-items:center;padding:.45rem .78rem;border-radius:999px;background:#ffffff1a;color:#ffffffd6;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700}.template-collection .collection-hero-reference__layout{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-top:18px}.template-collection .collection-hero-reference__title{margin:0;font-size:clamp(2.2rem,4vw,4rem);line-height:.98;letter-spacing:-.05em;max-width:12ch}.template-collection .collection-hero-reference__description{max-width:65ch;margin-top:.9rem;color:#fffc}.template-collection .collection-hero-reference__description p{margin:0;line-height:1.7}.template-collection .collection-hero-reference__count{display:inline-flex;align-items:center;min-height:48px;padding:0 1rem;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);font-weight:700;white-space:nowrap}.template-collection .collection-wrapper{gap:34px!important}.template-collection .facets-controls-wrapper,.template-collection .facets-toggle{padding-inline:4px}.template-collection .facets-block-wrapper--vertical{align-self:start}@media(min-width:750px){.template-collection .facets-block-wrapper--vertical{position:sticky;top:116px}}.template-collection .facets--vertical{border:1px solid var(--solix-border);border-radius:28px;background:#fff;box-shadow:var(--solix-shadow-sm);padding:20px!important}.template-collection .facets--filters-title,.template-collection .products-count-wrapper span{font-weight:700}.template-collection .facets__summary,.template-collection .sorting-filter__container,.template-collection .sorting-filter__option{border-radius:18px}.template-collection .facets__summary{padding-block:1rem!important}.template-collection .facets__label{font-weight:700}.template-collection .facets__inputs,.template-collection .sorting-filter__options{border:1px solid var(--solix-border);border-radius:22px;box-shadow:var(--solix-shadow-lg)}.template-collection .product-grid{gap:24px!important}.template-collection .product-grid__card,.template-product .product-recommendations .product-grid__card{background:#fff;border:1px solid var(--solix-border);border-radius:28px;box-shadow:var(--solix-shadow-sm);padding:14px 14px 18px!important;transition:transform .25s ease,box-shadow .25s ease}.template-collection .product-grid__item:hover .product-grid__card,.template-product .product-recommendations .product-grid__item:hover .product-grid__card{transform:translateY(-6px);box-shadow:var(--solix-shadow-lg)}.template-collection .card-gallery,.template-product .product-recommendations .card-gallery{background:linear-gradient(180deg,#f7f9fb,#eef3f7);border-radius:22px}.template-collection .product-card product-title .text-block,.template-product .product-recommendations product-title .text-block{font-size:1.05rem;font-weight:700;line-height:1.35;letter-spacing:-.02em}.template-collection .product-card product-title .text-block p,.template-product .product-recommendations product-title .text-block p{margin:0}.template-collection .product-card product-price,.template-product .product-recommendations product-price{display:block;margin-top:.35rem}.template-collection .product-card .price,.template-product .product-recommendations .price{font-size:1.2rem;font-weight:800;color:var(--solix-ink)}.template-collection .product-card .compare-at-price,.template-product .product-recommendations .compare-at-price{color:#7d8793;text-decoration-thickness:1px;margin-left:.45rem}.template-product .product-information{padding-top:18px;padding-bottom:80px}.template-product .product-information__grid{gap:30px;align-items:start}@media(min-width:750px){.template-product .product-information__grid.product-information--media-left{grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr)}.template-product .product-information__grid.product-information--media-right{grid-template-columns:minmax(420px,.88fr) minmax(0,1.12fr)}}.template-product .product-information__media,.template-product .product-details{min-width:0}.template-product .product-information__media media-gallery,.template-product .product-information__media .media-gallery{display:block;background:linear-gradient(180deg,#f8fafc,#eef3f7);border:1px solid var(--solix-border);border-radius:32px;box-shadow:var(--solix-shadow-sm);padding:18px}.template-product .product-media-container{border-radius:24px;background:#fff}.template-product .product-details>.group-block{background:#fff;border:1px solid var(--solix-border);border-radius:32px;box-shadow:var(--solix-shadow-sm);padding:clamp(24px,3vw,38px)!important}.template-product .product-details .view-product-title{display:block!important;margin-bottom:.45rem}.template-product .product-details .view-product-title .link{color:var(--solix-ink);text-decoration:none;font-size:clamp(2.2rem,4vw,4.1rem);line-height:.96;letter-spacing:-.06em;font-weight:800}.template-product .product-details .rating-wrapper,.template-product .product-details .rating-wrapper .rating-count{color:var(--solix-accent-strong)}.template-product .product-details product-price{display:block;margin-top:.55rem}.template-product .product-details .price{font-size:clamp(2.1rem,4vw,3.4rem);font-weight:800;letter-spacing:-.05em}.template-product .product-details .compare-at-price{color:#84909d;font-size:1.05rem;margin-left:.55rem}.template-product .variant-picker__form{gap:18px}.template-product .variant-option--buttons legend{margin-bottom:10px;font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:var(--solix-muted);font-weight:700}.template-product .variant-option__button-label{min-height:50px;border-radius:999px;border-color:var(--solix-border);background:#fff;color:var(--solix-ink);font-weight:700}.template-product .variant-option__button-label:has(input:checked){background:var(--solix-ink);border-color:var(--solix-ink);color:#fff}.template-product .product-form-buttons{gap:14px}.template-product .product-form-buttons>*:not(.quantity-selector){flex-basis:220px}.template-product .quantity-selector{border:1px solid var(--solix-border);border-radius:999px;background:#f7f9fb}.template-product .product-form-buttons button,.template-product .product-form-buttons .shopify-payment-button__button{min-height:56px;border-radius:999px;font-weight:700}.template-product .buy-buttons-block .button-secondary{background:var(--solix-ink);border-color:var(--solix-ink);color:#fff}.template-product .buy-buttons-block .shopify-payment-button__button,.template-product .shopify-payment-button__button{background:#fff!important;color:var(--solix-ink)!important;border:1px solid var(--solix-border)!important;box-shadow:none!important}.template-product .product-details .group-block .group-block{border:1px solid var(--solix-border);border-radius:22px;background:linear-gradient(180deg,#fff,#f7f9fb)}.template-product .product-details .accordion{margin-top:6px}.template-product .product-details accordion-custom .details{border:1px solid var(--solix-border);border-radius:20px;background:#fff;overflow:hidden}.template-product .product-details .details__header{padding-inline:18px}.template-product .product-details .details-content{padding-inline:18px;color:#44515f}.template-product .product-details .details-content p:first-child{margin-top:0}.template-product .product-recommendations .section-resource-list__content .text-block{font-size:1.5rem;font-weight:800;letter-spacing:-.03em}@media(max-width:1024px){footer.section-wrapper .section-content-wrapper>.group-block:has(.logo-block):has(.menu) .group-block-content,footer.section-wrapper .section-content-wrapper>.group-block:has(.email-signup-block) .group-block-content{grid-template-columns:1fr}footer.section-wrapper .email-signup-block{max-width:none;margin-left:0}.template-index .solix-bgrid__wrap{grid-template-columns:1fr!important}.template-index .solix-bgrid__wrap>.sbg-item:first-child{grid-row:auto}.template-collection .collection-hero-reference__layout{flex-direction:column;align-items:flex-start}}@media(max-width:749px){footer.section-wrapper .section{padding-top:38px}footer.section-wrapper .section-content-wrapper>.group-block:has(.logo-block):has(.menu),footer.section-wrapper .section-content-wrapper>.group-block:has(.email-signup-block){border-radius:24px;padding:20px 18px}footer.section-wrapper .menu__heading{margin-bottom:0}footer.section-wrapper .menu--accordion .menu__details{border-bottom:1px solid rgba(255,255,255,.08)}footer.section-wrapper .menu--accordion .menu__heading__accordion{color:#ffffffe6}footer.section-wrapper .email-signup__input-group{grid-template-columns:1fr;border-radius:24px!important;padding:8px;gap:8px}footer.section-wrapper .email-signup__button--integrated{position:static;width:100%;min-height:48px}footer.section-wrapper .payment-icons__list{justify-content:flex-start!important}footer.section-wrapper .footer-utilities{text-wrap:pretty}.seo-breadcrumbs{padding:12px 14px 0}.seo-breadcrumbs__list{gap:.35rem}.seo-breadcrumbs__item{font-size:.82rem}body .header__content{padding-inline:14px}body .header__action-button{width:42px;height:42px}.template-index .solix-banner-hero__container,.template-index .solix-hero__wrap{min-height:560px!important;max-width:calc(100vw - 16px);margin-top:10px;border-radius:26px;padding:22px}.template-index .solix-banner-hero__title,.template-index .solix-hero__title{max-width:10ch}.template-index .solix-banner-hero__cta,.template-index .solix-hero__cta{width:auto!important;min-width:0}.template-index .solix-bgrid__wrap{max-width:calc(100vw - 16px);padding:0 8px;gap:14px!important}.template-index .sbg-layer{padding:20px!important}.template-index .solix-why{padding:70px 0 78px!important}.template-product .product-information__media media-gallery,.template-product .product-information__media .media-gallery,.template-product .product-details>.group-block,.template-collection .facets--vertical,.template-collection .product-grid__card,.template-product .product-recommendations .product-grid__card{border-radius:24px}.template-product .product-information{padding-bottom:48px}.template-product .product-details .view-product-title .link{font-size:clamp(1.9rem,8vw,3rem)}.template-collection .collection-hero-reference{padding:22px;border-radius:26px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/theme.css.map */
