:root{--tx-bg: #080A0A;--tx-bg-alt: #0C0F0F;--tx-card: #111717;--tx-card-hover: #141c1c;--tx-border: rgba(255, 255, 255, .07);--tx-border-hover: rgba(255, 255, 255, .14);--tx-border-accent: rgba(0, 229, 255, .22);--tx-accent: #00E5FF;--tx-accent-dim: rgba(0, 229, 255, .65);--tx-glow-sm: rgba(0, 229, 255, .1);--tx-glow-md: rgba(0, 229, 255, .16);--tx-text: #F4F7F8;--tx-text-2: #9BA7AA;--tx-metallic: #C9D1D3;--tx-radius: 12px;--tx-radius-lg: 20px;--tx-radius-xl: 28px;--tx-section-v: 96px;--tx-section-v-sm: 64px;--tx-max-width: 1200px;--tx-font: -apple-system, BlinkMacSystemFont, "Inter", "Helvetica Neue", Arial, sans-serif}.thermx-section,.thermx-section *{box-sizing:border-box}.thermx-section{font-family:var(--tx-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.thermx-container{max-width:var(--tx-max-width);margin:0 auto;padding:0 28px}@media(max-width:640px){.thermx-container{padding:0 20px}}.thermx-label{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--tx-accent);margin-bottom:14px}.thermx-divider{height:1px;background:var(--tx-border);width:100%}.thermx-h1{font-size:clamp(42px,6.5vw,80px);font-weight:700;line-height:1.06;letter-spacing:-.03em;color:var(--tx-text);margin:0 0 22px}.thermx-h2{font-size:clamp(30px,4vw,52px);font-weight:700;line-height:1.1;letter-spacing:-.025em;color:var(--tx-text);margin:0 0 16px}.thermx-h3{font-size:clamp(20px,2.5vw,28px);font-weight:600;line-height:1.2;letter-spacing:-.01em;color:var(--tx-text);margin:0 0 10px}.thermx-body{font-size:16px;line-height:1.72;color:var(--tx-text-2);max-width:540px;margin:0 0 32px}.thermx-body--wide{max-width:680px}.thermx-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:100px;font-family:var(--tx-font);font-size:14px;font-weight:600;letter-spacing:.03em;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none;white-space:nowrap;line-height:1;position:relative;overflow:hidden}.thermx-btn:focus-visible{outline:2px solid var(--tx-accent);outline-offset:3px}.thermx-btn--primary{background:#f4f7f8;color:#080a0a}.thermx-btn--primary:hover{background:#fff;color:#000;transform:translateY(-1px);box-shadow:0 8px 28px #00000059;text-decoration:none}.thermx-btn--secondary{background:transparent;color:var(--tx-text);border:1px solid rgba(255,255,255,.22)}.thermx-btn--secondary:hover{border-color:#ffffff73;background:#ffffff0d;text-decoration:none}.thermx-btn--accent{background:var(--tx-accent);color:#080a0a}.thermx-btn--accent:hover{background:#20eeff;transform:translateY(-1px);box-shadow:0 8px 28px #00e5ff47;text-decoration:none}.thermx-btn--full{width:100%}.thermx-btn--lg{padding:17px 40px;font-size:15px}.thermx-hero{position:relative;min-height:92vh;display:flex;align-items:center;background:var(--tx-bg);overflow:hidden}.thermx-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.thermx-hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center 30%;opacity:.42;display:block}.thermx-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(130deg,#080a0ae0,#080a0a80 55%,#080a0ab8)}.thermx-hero__fade{position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to bottom,transparent,var(--tx-bg));z-index:1}.thermx-hero__content{position:relative;z-index:2;padding-top:130px;padding-bottom:100px;width:100%}.thermx-hero__badge{display:inline-flex;align-items:center;font-size:10.5px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--tx-accent);margin-bottom:28px;padding:7px 16px;border:1px solid rgba(0,229,255,.28);border-radius:100px;background:#00e5ff0d}.thermx-hero__headline{font-size:clamp(44px,7vw,88px);font-weight:700;line-height:1.055;letter-spacing:-.03em;color:var(--tx-text);max-width:820px;margin:0 0 28px}.thermx-hero__sub{font-size:clamp(16px,2vw,20px);line-height:1.65;color:var(--tx-text-2);max-width:520px;margin:0 0 44px}.thermx-hero__ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:52px}.thermx-hero__trust{font-size:12.5px;color:var(--tx-text-2);letter-spacing:.03em}.thermx-trust-bar{background:var(--tx-bg-alt);border-top:1px solid var(--tx-border);border-bottom:1px solid var(--tx-border);padding:22px 0}.thermx-trust-bar__inner{display:flex;justify-content:center;align-items:center;gap:0;flex-wrap:wrap}.thermx-trust-item{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--tx-text-2);padding:8px 24px;border-right:1px solid var(--tx-border)}.thermx-trust-item:last-child{border-right:none}.thermx-trust-item__icon{color:var(--tx-accent);font-size:15px}.thermx-trust-item strong{color:var(--tx-text);font-weight:600}.thermx-products{background:var(--tx-bg);padding:var(--tx-section-v) 0}.thermx-products__header{text-align:center;margin-bottom:60px}.thermx-products__header .thermx-body{margin:0 auto}.thermx-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:start}.thermx-card{background:var(--tx-card);border:1px solid var(--tx-border);border-radius:var(--tx-radius-xl);padding:32px;display:flex;flex-direction:column;position:relative;transition:border-color .25s ease,box-shadow .25s ease}.thermx-card:hover{border-color:var(--tx-border-hover)}.thermx-card--featured{border-color:var(--tx-border-accent);box-shadow:0 0 48px var(--tx-glow-sm)}.thermx-card--featured:hover{box-shadow:0 0 72px var(--tx-glow-md)}.thermx-card__image{width:100%;aspect-ratio:16/10;background:#0d1414;border-radius:12px;margin-bottom:24px;overflow:hidden;display:flex;align-items:center;justify-content:center}.thermx-card__image img{width:100%;height:100%;object-fit:cover;opacity:.85}.thermx-card__image-placeholder{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#9ba7aa59}.thermx-card__badge{display:inline-flex;align-items:center;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:5px 12px;border-radius:100px;margin-bottom:18px;width:fit-content}.thermx-card__badge--cyan{background:#00e5ff1a;color:var(--tx-accent);border:1px solid rgba(0,229,255,.22)}.thermx-card__badge--silver{background:#c9d1d314;color:var(--tx-metallic);border:1px solid rgba(201,209,211,.18)}.thermx-card__badge--outline{background:transparent;color:var(--tx-text-2);border:1px solid var(--tx-border)}.thermx-card__name{font-size:21px;font-weight:700;color:var(--tx-text);letter-spacing:-.015em;margin:0 0 12px;line-height:1.2}.thermx-card__price-block{margin-bottom:8px}.thermx-card__price{font-size:30px;font-weight:700;color:var(--tx-text);letter-spacing:-.025em;display:block;line-height:1;margin-bottom:4px}.thermx-card__price-note{font-size:12.5px;color:var(--tx-text-2)}.thermx-card__line{height:1px;background:var(--tx-border);margin:20px 0}.thermx-card__desc{font-size:13.5px;line-height:1.68;color:var(--tx-text-2);margin:0 0 20px}.thermx-card__bullets{list-style:none;padding:0;margin:0 0 28px;flex:1}.thermx-card__bullets li{font-size:13.5px;color:var(--tx-metallic);padding:8px 0;border-bottom:1px solid rgba(255,255,255,.04);display:flex;align-items:center;gap:11px;line-height:1.4}.thermx-card__bullets li:last-child{border-bottom:none}.thermx-card__bullets li:before{content:"";display:block;width:5px;height:5px;border-radius:50%;background:var(--tx-accent);flex-shrink:0}.thermx-card__deposit-note{font-size:11.5px;color:var(--tx-text-2);text-align:center;margin-top:10px;line-height:1.5}.thermx-why{background:var(--tx-bg-alt);padding:var(--tx-section-v) 0;border-top:1px solid var(--tx-border)}.thermx-why__inner{display:grid;grid-template-columns:1fr 1fr;gap:88px;align-items:start}.thermx-why__left{position:sticky;top:88px}.thermx-why__left .thermx-body{margin-bottom:36px}.thermx-why__stats{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--tx-border);border:1px solid var(--tx-border);border-radius:var(--tx-radius);overflow:hidden;margin-top:40px}.thermx-why__stat{background:var(--tx-card);padding:24px}.thermx-why__stat-val{font-size:28px;font-weight:700;color:var(--tx-accent);letter-spacing:-.02em;display:block;margin-bottom:4px}.thermx-why__stat-label{font-size:12px;color:var(--tx-text-2);text-transform:uppercase;letter-spacing:.08em}.thermx-why__features{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--tx-border);border:1px solid var(--tx-border);border-radius:var(--tx-radius);overflow:hidden}.thermx-feature{background:var(--tx-card);padding:28px 24px;transition:background .2s ease}.thermx-feature:hover{background:var(--tx-card-hover)}.thermx-feature__title{font-size:14px;font-weight:700;color:var(--tx-text);margin:0 0 6px;letter-spacing:.005em}.thermx-feature__desc{font-size:13px;color:var(--tx-text-2);line-height:1.55;margin:0}.thermx-combat{position:relative;background:var(--tx-bg);padding:var(--tx-section-v) 0;border-top:1px solid var(--tx-border);overflow:hidden}.thermx-combat:after{content:"";position:absolute;top:0;right:0;width:55%;height:100%;background:radial-gradient(ellipse at 90% 50%,rgba(0,229,255,.05) 0%,transparent 60%);pointer-events:none}.thermx-combat__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.thermx-combat__copy{position:relative;z-index:1}.thermx-combat__sports{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 36px}.thermx-sport-tag{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--tx-text-2);padding:7px 15px;border:1px solid var(--tx-border);border-radius:100px;transition:border-color .2s,color .2s}.thermx-sport-tag:hover{border-color:#00e5ff40;color:var(--tx-accent)}.thermx-combat__visual{background:var(--tx-card);border:1px solid var(--tx-border);border-radius:var(--tx-radius-xl);aspect-ratio:4/3;overflow:hidden;position:relative}.thermx-combat__visual img{width:100%;height:100%;object-fit:cover;opacity:.75;display:block}.thermx-combat__visual-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.thermx-combat__visual-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#9ba7aa66}.thermx-home-recovery{background:var(--tx-bg-alt);padding:var(--tx-section-v) 0;border-top:1px solid var(--tx-border)}.thermx-home-recovery__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.thermx-home-recovery__visual{background:var(--tx-card);border:1px solid var(--tx-border);border-radius:var(--tx-radius-xl);aspect-ratio:4/3;overflow:hidden;order:-1}.thermx-home-recovery__visual img{width:100%;height:100%;object-fit:cover;opacity:.8;display:block}.thermx-home-recovery__visual-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#9ba7aa59}.thermx-home-recovery__points{list-style:none;padding:0;margin:24px 0 36px;display:flex;flex-direction:column;gap:12px}.thermx-home-recovery__points li{font-size:14.5px;color:var(--tx-metallic);display:flex;align-items:flex-start;gap:12px;line-height:1.5}.thermx-home-recovery__points li:before{content:"";display:block;width:5px;height:5px;border-radius:50%;background:var(--tx-accent);flex-shrink:0;margin-top:7px}.thermx-faq{background:var(--tx-bg);padding:var(--tx-section-v) 0;border-top:1px solid var(--tx-border)}.thermx-faq__header{text-align:center;margin-bottom:64px}.thermx-faq__header .thermx-body{margin:0 auto}.thermx-faq__list{max-width:780px;margin:0 auto}.thermx-faq__item{border-bottom:1px solid var(--tx-border)}.thermx-faq__item:first-child{border-top:1px solid var(--tx-border)}.thermx-faq__btn{width:100%;background:none;border:none;color:var(--tx-text);font-family:var(--tx-font);font-size:15.5px;font-weight:600;text-align:left;padding:26px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:24px;transition:color .2s ease;letter-spacing:-.005em}.thermx-faq__btn:hover{color:var(--tx-accent)}.thermx-faq__icon{width:22px;height:22px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid var(--tx-border);border-radius:50%;font-size:15px;color:var(--tx-accent);transition:transform .3s ease,border-color .2s ease;line-height:1}.thermx-faq__item--open .thermx-faq__icon{transform:rotate(45deg);border-color:#00e5ff4d}.thermx-faq__answer{overflow:hidden;max-height:0;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s ease;opacity:0}.thermx-faq__item--open .thermx-faq__answer{max-height:400px;opacity:1}.thermx-faq__answer-inner{font-size:15px;line-height:1.75;color:var(--tx-text-2);padding:0 0 28px}.thermx-demo{background:var(--tx-bg-alt);padding:var(--tx-section-v) 0;border-top:1px solid var(--tx-border)}.thermx-demo__inner{display:grid;grid-template-columns:1fr 1fr;gap:88px;align-items:start}.thermx-demo__live{display:inline-flex;align-items:center;gap:9px;font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--tx-accent);margin-bottom:20px}.thermx-demo__live-dot{width:7px;height:7px;border-radius:50%;background:var(--tx-accent);animation:tx-pulse 2.2s ease-in-out infinite}@keyframes tx-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.thermx-demo__details{margin-top:44px;display:flex;flex-direction:column;gap:12px}.thermx-demo__detail{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;background:var(--tx-card);border:1px solid var(--tx-border);border-radius:var(--tx-radius);transition:border-color .2s}.thermx-demo__detail:hover{border-color:var(--tx-border-hover)}.thermx-demo__detail-icon{font-size:17px;margin-top:1px;flex-shrink:0}.thermx-demo__detail strong{display:block;font-size:13.5px;font-weight:600;color:var(--tx-text);margin-bottom:3px}.thermx-demo__detail span{font-size:12.5px;color:var(--tx-text-2);line-height:1.5}.thermx-form{display:flex;flex-direction:column;gap:14px}.thermx-form__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.thermx-form__group{display:flex;flex-direction:column;gap:7px}.thermx-form label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--tx-text-2)}.thermx-form input,.thermx-form select,.thermx-form textarea{background:var(--tx-card);border:1px solid var(--tx-border);border-radius:10px;color:var(--tx-text);font-family:var(--tx-font);font-size:14.5px;padding:14px 16px;width:100%;transition:border-color .2s ease;outline:none;-webkit-appearance:none;appearance:none}.thermx-form input:focus,.thermx-form select:focus,.thermx-form textarea:focus{border-color:#00e5ff59;background:#131919}.thermx-form input::placeholder,.thermx-form textarea::placeholder{color:#9ba7aa66}.thermx-form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%239BA7AA' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:44px;cursor:pointer}.thermx-form select option{background:#111717;color:#f4f7f8}.thermx-form textarea{resize:vertical;min-height:110px}.thermx-form__note{font-size:12px;color:var(--tx-text-2);text-align:center;margin-top:4px;line-height:1.5}.thermx-form__success{display:none;padding:20px;background:#00e5ff12;border:1px solid rgba(0,229,255,.22);border-radius:var(--tx-radius);font-size:14px;color:var(--tx-text);text-align:center;line-height:1.6}@media(max-width:1024px){.thermx-why__inner,.thermx-combat__inner,.thermx-home-recovery__inner,.thermx-demo__inner{gap:56px}}@media(max-width:900px){.thermx-products__grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}.thermx-why__inner,.thermx-combat__inner,.thermx-home-recovery__inner,.thermx-demo__inner{grid-template-columns:1fr;gap:48px}.thermx-why__left{position:static}.thermx-why__stats{margin-top:0}.thermx-combat__visual{aspect-ratio:16/9}.thermx-home-recovery__visual{order:-1;aspect-ratio:16/9}.thermx-trust-bar__inner{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch}.thermx-trust-item{flex-shrink:0}}@media(max-width:640px){:root{--tx-section-v: 60px;--tx-section-v-sm: 40px}.thermx-hero__content{padding-top:100px;padding-bottom:80px}.thermx-hero__ctas{flex-direction:column;gap:12px}.thermx-hero__ctas .thermx-btn{width:100%;justify-content:center}.thermx-hero__badge{font-size:9.5px}.thermx-why__features{grid-template-columns:1fr}.thermx-why__stats{grid-template-columns:1fr 1fr}.thermx-form__row{grid-template-columns:1fr}.thermx-products__grid{max-width:100%}.thermx-card{padding:24px 20px}.thermx-faq__btn{font-size:14.5px;padding:22px 0}.thermx-combat__sports{gap:6px}}.thermx-section h1,.thermx-section h2,.thermx-section h3,.thermx-section h4,.thermx-section p{margin:0}.thermx-section a{text-decoration:none;color:inherit}.thermx-section button{cursor:pointer;font-family:var(--tx-font)}.thermx-section ul,.thermx-section ol{margin:0;padding:0}.thermx-section .thermx-btn[type=submit]{-webkit-appearance:none;appearance:none}
/*# sourceMappingURL=/cdn/shop/t/10/assets/thermx-theme.css.map */
