.strlx{--strlx-bg: #0a0f1a;--strlx-bg-alt: #0f1626;--strlx-panel: #131b2e;--strlx-line: rgba(255,255,255,.08);--strlx-text: #eef2fa;--strlx-text-dim: rgba(238,242,250,.62);--strlx-accent: #2de1fc;--strlx-accent-2: #7c5cff;--strlx-gold: #cda86a;--strlx-radius: 18px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--strlx-bg);color:var(--strlx-text);overflow-x:clip}.strlx *{box-sizing:border-box}.strlx h1,.strlx h2,.strlx h3,.strlx .strlx-font-display{font-family:Space Grotesk,Inter,sans-serif;letter-spacing:-.01em;line-height:1.05}.strlx a{color:inherit;text-decoration:none}.strlx-container{max-width:1240px;margin:0 auto;padding:0 24px}.strlx-reveal{opacity:1;transform:none}.strlx-reveal.strlx-pending{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.22,.61,.36,1),transform .8s cubic-bezier(.22,.61,.36,1)}.strlx-reveal.strlx-pending.is-visible{opacity:1;transform:none}.strlx-reveal.d1{transition-delay:.08s}.strlx-reveal.d2{transition-delay:.16s}.strlx-reveal.d3{transition-delay:.24s}.strlx-reveal.d4{transition-delay:.32s}.strlx-topbar{border-bottom:1px solid var(--strlx-line);background:linear-gradient(180deg,#0d1424,transparent)}.strlx-topbar__inner{display:flex;align-items:center;justify-content:center;gap:32px;padding:10px 24px;font-size:12.5px;letter-spacing:.04em;color:var(--strlx-text-dim);flex-wrap:wrap;text-align:center}.strlx-topbar__inner span{display:inline-flex;align-items:center;gap:6px}.strlx-topbar__dot{width:5px;height:5px;border-radius:50%;background:var(--strlx-accent);box-shadow:0 0 8px var(--strlx-accent)}.strlx-hero{padding:56px 0 64px;position:relative}.strlx-hero:before{content:"";position:absolute;top:-120px;left:50%;width:900px;height:700px;transform:translate(-50%);background:radial-gradient(closest-side,rgba(45,225,252,.14),transparent 70%);pointer-events:none}.strlx-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:start;position:relative}@media(max-width:900px){.strlx-hero__grid{grid-template-columns:1fr;gap:32px}}.strlx-gallery__main{position:relative;border-radius:var(--strlx-radius);background:radial-gradient(circle at 30% 20%,#182238,#0b1120 70%);border:1px solid var(--strlx-line);overflow:hidden;aspect-ratio:1 / 1}.strlx-gallery__main img{width:100%;height:100%;object-fit:contain;padding:24px;transition:transform .5s ease;will-change:transform}.strlx-gallery__glow{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(45,225,252,.1),transparent 55%);pointer-events:none}.strlx-gallery__thumbs{display:flex;gap:12px;margin-top:14px}.strlx-gallery__thumbs img{width:76px;height:76px;object-fit:cover;border-radius:12px;border:1.5px solid var(--strlx-line);cursor:pointer;opacity:.6;transition:all .25s ease;background:#0e1526}.strlx-gallery__thumbs img.is-active,.strlx-gallery__thumbs img:hover{opacity:1;border-color:var(--strlx-accent);transform:translateY(-2px)}.strlx-info__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;text-transform:uppercase;letter-spacing:.14em;color:var(--strlx-accent);margin-bottom:14px;font-weight:600}.strlx-info__eyebrow:before{content:"";width:22px;height:1.5px;background:var(--strlx-accent)}.strlx-info h1{font-size:clamp(30px,3.6vw,44px);font-weight:700;margin:0 0 12px}.strlx-info__sub{color:var(--strlx-text-dim);font-size:16px;margin:0 0 22px;max-width:46ch}.strlx-rating{display:flex;align-items:center;gap:10px;margin-bottom:22px;font-size:14px;color:var(--strlx-text-dim)}.strlx-rating__stars{color:#ffc84d;letter-spacing:2px;font-size:15px}.strlx-price{display:flex;align-items:baseline;gap:12px;margin-bottom:24px}.strlx-price__now{font-size:34px;font-weight:700;font-family:Space Grotesk,sans-serif}.strlx-price__was{font-size:18px;color:var(--strlx-text-dim);text-decoration:line-through}.strlx-price__badge{font-size:12px;font-weight:700;background:#2de1fc24;color:var(--strlx-accent);padding:4px 10px;border-radius:999px;letter-spacing:.03em}.strlx-option{margin-bottom:22px}.strlx-option__label{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--strlx-text-dim);margin-bottom:10px}.strlx-swatches{display:flex;gap:10px;flex-wrap:wrap}.strlx-swatch{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;border:1.5px solid var(--strlx-line);background:var(--strlx-panel);color:var(--strlx-text);font-size:14px;cursor:pointer;transition:all .2s ease}.strlx-swatch__dot{width:14px;height:14px;border-radius:50%;border:1px solid rgba(255,255,255,.35)}.strlx-swatch.is-selected{border-color:var(--strlx-accent);box-shadow:0 0 0 1px var(--strlx-accent) inset}.strlx-swatch:disabled{opacity:.35;cursor:not-allowed}.strlx-qty{display:inline-flex;align-items:center;gap:0;border:1.5px solid var(--strlx-line);border-radius:999px;overflow:hidden}.strlx-qty button{background:none;border:0;color:var(--strlx-text);width:40px;height:42px;font-size:18px;cursor:pointer}.strlx-qty button:hover{background:#ffffff0f}.strlx-qty input{width:42px;text-align:center;background:none;border:0;color:var(--strlx-text);font-size:15px}.strlx-cta-row{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap}.strlx-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 28px;border-radius:999px;font-size:15px;font-weight:600;cursor:pointer;border:1.5px solid transparent;transition:all .25s ease;letter-spacing:.01em}.strlx-btn--solid{background:linear-gradient(135deg,var(--strlx-accent),var(--strlx-accent-2));color:#05070d;flex:1}.strlx-btn--solid:hover{transform:translateY(-2px);box-shadow:0 12px 30px #2de1fc40}.strlx-btn--solid:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.strlx-btn--ghost{border-color:var(--strlx-line);color:var(--strlx-text)}.strlx-btn--ghost:hover{border-color:var(--strlx-accent);color:var(--strlx-accent)}.strlx-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:32px;padding-top:28px;border-top:1px solid var(--strlx-line)}@media(max-width:640px){.strlx-trust{grid-template-columns:repeat(2,1fr)}}.strlx-trust__item{text-align:center}.strlx-trust__icon{font-size:20px;margin-bottom:8px}.strlx-trust__label{font-size:12px;color:var(--strlx-text-dim);line-height:1.3}.strlx-features{padding:60px 0;background:var(--strlx-bg-alt);border-top:1px solid var(--strlx-line);border-bottom:1px solid var(--strlx-line)}.strlx-features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:900px){.strlx-features__grid{grid-template-columns:repeat(2,1fr)}}.strlx-feature{background:var(--strlx-panel);border:1px solid var(--strlx-line);border-radius:16px;padding:26px 22px;transition:transform .3s ease,border-color .3s ease}.strlx-feature:hover{transform:translateY(-4px);border-color:#2de1fc66}.strlx-feature__icon{width:44px;height:44px;border-radius:12px;background:#2de1fc1f;color:var(--strlx-accent);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:16px}.strlx-feature h3{font-size:16px;margin:0 0 8px;font-weight:600}.strlx-feature p{font-size:13.5px;color:var(--strlx-text-dim);margin:0;line-height:1.55}.strlx-section{padding:84px 0}.strlx-section--tight{padding:64px 0}.strlx-heading{max-width:640px;margin:0 auto 48px;text-align:center}.strlx-heading__eyebrow{font-size:12.5px;text-transform:uppercase;letter-spacing:.14em;color:var(--strlx-accent);font-weight:600;margin-bottom:12px;display:block}.strlx-heading h2{font-size:clamp(26px,3vw,38px);font-weight:700;margin:0 0 14px}.strlx-heading p{color:var(--strlx-text-dim);font-size:15.5px;margin:0}.strlx-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media(max-width:900px){.strlx-steps{grid-template-columns:1fr}}.strlx-step{background:var(--strlx-panel);border:1px solid var(--strlx-line);border-radius:var(--strlx-radius);overflow:hidden;position:relative}.strlx-step__num{position:absolute;top:16px;left:16px;z-index:2;width:34px;height:34px;border-radius:50%;background:#0a0f1abf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--strlx-accent);color:var(--strlx-accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.strlx-step__img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.strlx-step__body{padding:22px}.strlx-step__body h3{font-size:16.5px;margin:0 0 8px;font-weight:600}.strlx-step__body p{font-size:13.5px;color:var(--strlx-text-dim);margin:0;line-height:1.55}.strlx-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}@media(max-width:900px){.strlx-split{grid-template-columns:1fr;gap:32px}}.strlx-split__img{border-radius:var(--strlx-radius);overflow:hidden;border:1px solid var(--strlx-line);background:linear-gradient(160deg,#131b2e,#0a0f1a)}.strlx-split__img img{width:100%;display:block}.strlx-checklist{list-style:none;margin:26px 0 0;padding:0;display:grid;gap:16px}.strlx-checklist li{display:flex;gap:14px;align-items:flex-start;font-size:14.5px;color:var(--strlx-text-dim)}.strlx-checklist__mark{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#2de1fc24;color:var(--strlx-accent);display:flex;align-items:center;justify-content:center;font-size:12px;margin-top:2px}.strlx-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center;padding:56px 0}@media(max-width:700px){.strlx-stats{grid-template-columns:repeat(2,1fr)}}.strlx-stat__num{font-family:Space Grotesk,sans-serif;font-size:clamp(30px,4vw,44px);font-weight:700;background:linear-gradient(135deg,var(--strlx-accent),var(--strlx-accent-2));-webkit-background-clip:text;background-clip:text;color:transparent}.strlx-stat__label{font-size:13px;color:var(--strlx-text-dim);margin-top:6px}.strlx-callout{position:relative;border-radius:28px;overflow:hidden;min-height:420px;display:flex;align-items:flex-end;border:1px solid var(--strlx-line)}.strlx-callout img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.05) contrast(1.02)}.strlx-callout__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(6,9,16,.92) 10%,rgba(6,9,16,.25) 55%,transparent 85%)}.strlx-callout__body{position:relative;padding:44px;max-width:620px}.strlx-callout__body span{color:var(--strlx-accent);font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;font-weight:600}.strlx-callout__body h2{font-size:clamp(24px,3vw,34px);margin:12px 0;font-weight:700}.strlx-callout__body p{color:var(--strlx-text-dim);font-size:15px;margin:0}.strlx-install{border-radius:var(--strlx-radius);overflow:hidden;border:1px solid var(--strlx-line)}.strlx-install img{width:100%;display:block}.strlx-reviews__summary{display:flex;align-items:center;gap:24px;justify-content:center;margin-bottom:40px;flex-wrap:wrap}.strlx-reviews__score{font-family:Space Grotesk,sans-serif;font-size:52px;font-weight:700}.strlx-reviews__meta{font-size:13.5px;color:var(--strlx-text-dim)}.strlx-reviews__meta .strlx-rating__stars{display:block;margin-bottom:4px;font-size:17px}.strlx-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:900px){.strlx-reviews__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.strlx-reviews__grid{grid-template-columns:1fr}}.strlx-review{background:var(--strlx-panel);border:1px solid var(--strlx-line);border-radius:16px;padding:22px}.strlx-review__stars{color:#ffc84d;font-size:14px;letter-spacing:2px;margin-bottom:12px}.strlx-review p{font-size:14px;color:var(--strlx-text-dim);line-height:1.6;margin:0 0 16px}.strlx-review__foot{display:flex;align-items:center;justify-content:space-between;font-size:12.5px}.strlx-review__name{font-weight:600;color:var(--strlx-text)}.strlx-review__badge{color:var(--strlx-accent);display:inline-flex;align-items:center;gap:5px}.strlx-review__date{color:var(--strlx-text-dim)}.strlx-faq{max-width:760px;margin:0 auto}.strlx-faq__item{border-bottom:1px solid var(--strlx-line)}.strlx-faq__q{width:100%;text-align:left;background:none;border:0;color:var(--strlx-text);padding:20px 4px;font-size:15.5px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px}.strlx-faq__icon{color:var(--strlx-accent);transition:transform .25s ease;font-size:18px}.strlx-faq__item.is-open .strlx-faq__icon{transform:rotate(45deg)}.strlx-faq__a{max-height:0;overflow:hidden;transition:max-height .3s ease}.strlx-faq__item.is-open .strlx-faq__a{max-height:260px}.strlx-faq__a p{padding:0 4px 20px;color:var(--strlx-text-dim);font-size:14.5px;line-height:1.6;margin:0}.strlx-final{border-radius:28px;border:1px solid var(--strlx-line);background:radial-gradient(circle at 20% 20%,rgba(45,225,252,.14),transparent 60%),var(--strlx-panel);padding:56px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.strlx-final h2{font-size:clamp(22px,2.6vw,30px);margin:0 0 8px;font-weight:700}.strlx-final p{color:var(--strlx-text-dim);margin:0;font-size:14.5px}.strlx-stickybar{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#0a0f1aeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--strlx-line);padding:12px 16px;display:flex;align-items:center;gap:14px;transform:translateY(120%);transition:transform .3s ease}.strlx-stickybar.is-visible{transform:translateY(0)}.strlx-stickybar__info{flex:1;min-width:0}.strlx-stickybar__title{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.strlx-stickybar__price{font-size:13px;color:var(--strlx-accent)}.strlx-stickybar .strlx-btn{padding:12px 22px;font-size:13.5px}@media(min-width:901px){.strlx-stickybar{display:none}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/sterilix.css.map */
