@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap";:root{--hw-black: #0a0f0d;--hw-forest: #1b3a2d;--hw-pine: #2d6a4f;--hw-amber: #c8a96e;--hw-off-white: #f5f0e8;--hw-white: #ffffff;--hw-grey: #777777;--hw-border: #e0dbd2;--hw-text: #1a1a1a;--hw-text-light: #555555}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.hw-lp{font-family:DM Sans,-apple-system,sans-serif;color:var(--hw-text);background:var(--hw-white);line-height:1.6;-webkit-font-smoothing:antialiased}.hw-lp a{text-decoration:none;color:inherit}.hw-lp img{display:block;width:100%;object-fit:cover}.hw-lp h2{font-family:Bebas Neue,sans-serif;font-size:44px;letter-spacing:2px;line-height:1.05;margin-bottom:16px;color:var(--hw-forest)}.hw-nav{display:flex;justify-content:space-between;align-items:center;padding:0 48px;height:68px;border-bottom:1px solid var(--hw-border);position:sticky;top:0;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100}.hw-logo{font-family:Bebas Neue,sans-serif;font-size:26px;letter-spacing:4px;color:var(--hw-forest)}.hw-logo span{color:var(--hw-amber)}.hw-nav-links{display:flex;gap:32px}.hw-nav-links a{font-size:13px;color:var(--hw-grey);font-weight:500;transition:color .2s}.hw-nav-links a:hover{color:var(--hw-forest)}.hw-hero{position:relative;height:92vh;min-height:580px;max-height:860px;overflow:hidden;display:flex;align-items:flex-end}.hw-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.hw-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.hw-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0a0f0de0,#0a0f0d59,#0a0f0d0d)}.hw-hero-content{position:relative;z-index:2;padding:0 72px 72px;max-width:720px;color:var(--hw-white)}.hw-hero-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:16px}.hw-hero-eyebrow:before{content:"";display:block;width:32px;height:1px;background:var(--hw-amber)}.hw-hero-eyebrow span{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--hw-amber);font-weight:600}.hw-hero h1{font-family:Bebas Neue,sans-serif;font-size:80px;line-height:.95;letter-spacing:2px;color:var(--hw-white);margin-bottom:18px}.hw-hero-sub{font-size:16px;color:#ffffffb8;line-height:1.8;margin-bottom:22px;max-width:480px;font-weight:300}.hw-hero-rating{display:flex;align-items:center;gap:10px;margin-bottom:28px}.hw-stars-gold{color:#f5a623;font-size:14px;letter-spacing:1px}.hw-hero-rating span{font-size:13px;color:#fff9}.hw-hero-btns{display:flex;gap:14px;flex-wrap:wrap}.hw-stats{display:grid;grid-template-columns:repeat(4,1fr);background:var(--hw-forest)}.hw-stat{padding:28px 20px;text-align:center;border-right:1px solid rgba(255,255,255,.08)}.hw-stat:last-child{border-right:none}.hw-stat-num{font-family:Bebas Neue,sans-serif;font-size:38px;color:var(--hw-amber);letter-spacing:1px;line-height:1;margin-bottom:4px}.hw-stat-label{font-size:10px;color:#ffffff80;text-transform:uppercase;letter-spacing:2px;font-weight:500}.hw-label{font-size:10px;letter-spacing:4px;text-transform:uppercase;color:var(--hw-amber);font-weight:700;margin-bottom:12px;display:flex;align-items:center;gap:10px}.hw-label:before{content:"";display:block;width:20px;height:1px;background:var(--hw-amber);flex-shrink:0}.hw-intro{padding:96px 40px;background:var(--hw-white)}.hw-intro-inner{max-width:880px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hw-intro-left h2{font-size:40px;margin-bottom:0}.hw-intro-right p{font-size:16px;color:var(--hw-text-light);line-height:1.9;margin-bottom:20px}.hw-products{padding:96px 40px;background:var(--hw-off-white)}.hw-products-header{text-align:center;margin-bottom:56px}.hw-products-header .hw-label{justify-content:center}.hw-products-header .hw-label:before{display:none}.hw-products-header p{font-size:15px;color:var(--hw-text-light);margin-top:10px}.hw-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:960px;margin:0 auto}.hw-product-card{background:var(--hw-white);border-radius:12px;overflow:hidden;border:1px solid var(--hw-border);transition:transform .3s,box-shadow .3s}.hw-product-card:hover{transform:translateY(-6px);box-shadow:0 24px 48px #00000017}.hw-product-img-wrap{height:300px;overflow:hidden;position:relative;background:var(--hw-off-white)}.hw-product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.hw-product-card:hover .hw-product-img-wrap img{transform:scale(1.05)}.hw-product-badge{position:absolute;top:14px;left:14px;background:var(--hw-amber);color:var(--hw-black);font-size:9px;font-weight:800;padding:4px 10px;border-radius:2px;letter-spacing:2px;text-transform:uppercase}.hw-product-badge.green{background:var(--hw-forest);color:var(--hw-white)}.hw-product-info{padding:22px 26px 26px}.hw-product-stars{font-size:12px;color:#f5a623;margin-bottom:6px}.hw-product-stars span{color:var(--hw-grey);font-size:11px}.hw-product-name{font-family:Bebas Neue,sans-serif;font-size:22px;letter-spacing:1px;color:var(--hw-forest);margin-bottom:5px}.hw-product-tagline{font-size:13px;color:var(--hw-grey);margin-bottom:16px;line-height:1.5}.hw-product-bottom{display:flex;align-items:center;justify-content:space-between}.hw-product-pricing{display:flex;align-items:baseline;gap:8px}.hw-product-price{font-size:22px;font-weight:800;color:var(--hw-forest)}.hw-product-was{font-size:14px;color:#bbb;text-decoration:line-through!important}.hw-lifestyle{display:grid;grid-template-columns:3fr 2fr;height:560px}.hw-lifestyle-main{position:relative;overflow:hidden}.hw-lifestyle-main img{width:100%;height:100%;object-fit:cover}.hw-lifestyle-caption{position:absolute;bottom:28px;left:28px;color:var(--hw-white);background:#0a0f0d8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);padding:10px 18px;border-radius:4px;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.hw-lifestyle-text{background:var(--hw-forest);padding:56px 48px;display:flex;flex-direction:column;justify-content:center}.hw-lifestyle-text .hw-label{color:var(--hw-amber)}.hw-lifestyle-text .hw-label:before{background:var(--hw-amber)}.hw-lifestyle-text h2{color:var(--hw-white);font-size:34px;margin-bottom:16px}.hw-lifestyle-text p{font-size:15px;color:#fff9;line-height:1.8;margin-bottom:28px}.hw-lifestyle-points{display:flex;flex-direction:column;gap:13px}.hw-lifestyle-point{display:flex;align-items:center;gap:12px;font-size:14px;color:#ffffffd1}.hw-lifestyle-point:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--hw-amber);flex-shrink:0}.hw-tech{display:grid;grid-template-columns:1fr 1fr;min-height:580px}.hw-tech-img{overflow:hidden;display:flex;align-items:center;justify-content:center;background:#0a0f0d}.hw-tech-img img{width:100%;height:auto;object-fit:contain}.hw-tech-content{background:var(--hw-black);padding:72px 56px;display:flex;flex-direction:column;justify-content:center}.hw-tech-content .hw-label{color:var(--hw-amber)}.hw-tech-content .hw-label:before{background:var(--hw-amber)}.hw-tech-content h2{color:var(--hw-white);font-size:40px;margin-bottom:14px}.hw-tech-sub{font-size:15px;color:#ffffff80;line-height:1.8;margin-bottom:40px}.hw-tech-points{display:flex;flex-direction:column;gap:24px}.hw-tech-point{display:flex;gap:18px;align-items:flex-start}.hw-tech-icon{width:44px;height:44px;background:var(--hw-forest);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.hw-tech-title{font-size:14px;font-weight:700;color:var(--hw-white);margin-bottom:4px}.hw-tech-desc{font-size:13px;color:#ffffff7a;line-height:1.65}.hw-features{padding:96px 40px;background:var(--hw-white)}.hw-features-inner{max-width:960px;margin:0 auto}.hw-features-header{text-align:center;margin-bottom:56px}.hw-features-header .hw-label{justify-content:center}.hw-features-header .hw-label:before{display:none}.hw-features-header p{font-size:15px;color:var(--hw-text-light);margin-top:10px}.hw-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.hw-feat{padding:30px 22px;border-radius:10px;border:1px solid var(--hw-border);text-align:center;transition:border-color .25s,transform .25s}.hw-feat:hover{border-color:var(--hw-pine);transform:translateY(-3px)}.hw-feat-icon{font-size:26px;margin-bottom:14px}.hw-feat-title{font-family:Bebas Neue,sans-serif;font-size:17px;letter-spacing:1px;color:var(--hw-forest);margin-bottom:8px}.hw-feat-desc{font-size:13px;color:var(--hw-text-light);line-height:1.65}.hw-how{padding:96px 40px;background:var(--hw-off-white)}.hw-how-inner{max-width:680px;margin:0 auto}.hw-how h2{text-align:center;margin-bottom:56px}.hw-steps{display:flex;flex-direction:column}.hw-step{display:flex;align-items:flex-start;gap:28px;padding:36px 0;border-bottom:1px solid var(--hw-border);transition:padding-left .2s}.hw-step:last-child{border-bottom:none}.hw-step:hover{padding-left:8px}.hw-step-num{font-family:Bebas Neue,sans-serif;font-size:52px;color:var(--hw-amber);min-width:56px;line-height:1;opacity:.7}.hw-step-title{font-family:Bebas Neue,sans-serif;font-size:22px;letter-spacing:1px;color:var(--hw-forest);margin-bottom:8px}.hw-step-desc{font-size:14px;color:var(--hw-text-light);line-height:1.75}.hw-usecases{padding:96px 40px;background:var(--hw-white)}.hw-usecases-header{text-align:center;margin-bottom:48px}.hw-usecases-header .hw-label{justify-content:center}.hw-usecases-header .hw-label:before{display:none}.hw-usecases-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:960px;margin:0 auto}.hw-usecase{background:var(--hw-off-white);border-radius:10px;padding:26px 20px;text-align:center;border:1px solid var(--hw-border);transition:border-color .2s,transform .2s}.hw-usecase:hover{border-color:var(--hw-pine);transform:translateY(-2px)}.hw-usecase-icon{font-size:26px;margin-bottom:10px}.hw-usecase-title{font-size:13px;font-weight:700;color:var(--hw-forest);margin-bottom:5px}.hw-usecase-desc{font-size:12px;color:var(--hw-grey);line-height:1.5}.hw-buy{display:grid;grid-template-columns:1fr 1fr;min-height:620px;border-top:1px solid var(--hw-border)}.hw-buy-img{position:relative;overflow:hidden}.hw-buy-img img{height:100%;object-fit:cover}.hw-buy-stamp{position:absolute;top:20px;left:20px;background:var(--hw-amber);color:var(--hw-black);font-size:9px;font-weight:800;padding:6px 14px;border-radius:2px;letter-spacing:2px;text-transform:uppercase}.hw-buy-details{padding:60px 52px;display:flex;flex-direction:column;justify-content:center;background:var(--hw-off-white)}.hw-buy-details h2{font-size:38px;margin-bottom:6px}.hw-buy-tagline{font-size:13px;color:var(--hw-grey);margin-bottom:24px}.hw-specs{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:28px}.hw-specs li{font-size:13px;color:var(--hw-text-light);padding-left:20px;position:relative;line-height:1.5}.hw-specs li:before{content:"\2713";position:absolute;left:0;color:var(--hw-pine);font-weight:700}.hw-buy-price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:6px;flex-wrap:wrap}.hw-big-price{font-family:Bebas Neue,sans-serif;font-size:52px;color:var(--hw-forest);line-height:1;letter-spacing:1px}.hw-was-price{font-size:22px;color:#bbb;text-decoration:line-through!important}.hw-save-pill{background:var(--hw-amber);color:var(--hw-black);font-size:11px;font-weight:800;padding:4px 12px;border-radius:20px}.hw-shipping-note{font-size:13px;color:var(--hw-grey);margin-bottom:20px}.hw-size-row,.hw-color-row{display:flex;align-items:center;gap:12px;margin-bottom:14px}.hw-size-label{font-size:11px;color:var(--hw-grey);text-transform:uppercase;letter-spacing:1.5px;min-width:52px;font-weight:600}.hw-size-btns,.hw-color-btns{display:flex;gap:8px;flex-wrap:wrap}.hw-sz{width:40px;height:40px;border:1.5px solid var(--hw-border);background:var(--hw-white);font-size:12px;border-radius:4px;cursor:pointer;font-weight:600;transition:all .15s;font-family:DM Sans,sans-serif;color:var(--hw-text)}.hw-sz:hover{border-color:var(--hw-forest);color:var(--hw-forest)}.hw-sz.active{border:2px solid var(--hw-forest);background:var(--hw-forest);color:var(--hw-white)}.hw-col{width:30px;height:30px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .15s}.hw-col:hover{transform:scale(1.1)}.hw-col.active{outline:2.5px solid var(--hw-forest);outline-offset:3px}.hw-trust-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.hw-trust-pill{font-size:11px;color:var(--hw-text-light);background:var(--hw-white);border:1px solid var(--hw-border);padding:5px 12px;border-radius:20px;font-weight:500}.hw-contact-note{font-size:12px;color:#aaa;text-align:center}.hw-compare{padding:96px 40px;background:var(--hw-off-white)}.hw-compare-header{text-align:center;margin-bottom:48px}.hw-compare-header .hw-label{justify-content:center}.hw-compare-header .hw-label:before{display:none}.hw-compare-table{max-width:760px;margin:0 auto;border-radius:12px;overflow:hidden;border:1px solid var(--hw-border);box-shadow:0 8px 32px #0000000f}.hw-compare-head{display:grid;grid-template-columns:2fr 1fr 1fr;background:var(--hw-forest)}.hw-compare-head div{padding:18px 24px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#ffffffd9;text-align:center}.hw-compare-head div:first-child{text-align:left}.hw-compare-head div:nth-child(2){color:var(--hw-amber)}.hw-compare-row{display:grid;grid-template-columns:2fr 1fr 1fr;border-bottom:1px solid var(--hw-border)}.hw-compare-row:last-child{border-bottom:none}.hw-compare-row:nth-child(2n){background:var(--hw-white)}.hw-compare-row div{padding:15px 24px;font-size:13px;text-align:center;display:flex;align-items:center;justify-content:center;color:var(--hw-text-light)}.hw-compare-row div:first-child{text-align:left;justify-content:flex-start}.hw-check{color:var(--hw-pine);font-size:17px;font-weight:700}.hw-cross{color:#d0ccc5;font-size:17px}.hw-reviews{padding:96px 40px;background:var(--hw-white)}.hw-reviews-header{text-align:center;margin-bottom:56px}.hw-reviews-header .hw-label{justify-content:center}.hw-reviews-header .hw-label:before{display:none}.hw-reviews-header p{font-size:15px;color:var(--hw-grey);margin-top:8px}.hw-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:960px;margin:0 auto}.hw-review{background:var(--hw-off-white);border:1px solid var(--hw-border);border-radius:12px;padding:30px;transition:transform .25s,box-shadow .25s}.hw-review:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00000012}.hw-review-stars{color:#f5a623;font-size:13px;letter-spacing:2px;margin-bottom:14px}.hw-review-text{font-size:14px;color:var(--hw-text-light);line-height:1.8;margin-bottom:20px;font-style:italic}.hw-reviewer{display:flex;align-items:center;gap:12px}.hw-reviewer-avatar{width:40px;height:40px;border-radius:50%;background:var(--hw-forest);color:var(--hw-white);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hw-reviewer-name{font-size:13px;font-weight:700;color:var(--hw-text)}.hw-reviewer-meta{font-size:11px;color:#aaa;margin-top:2px}.hw-faq-section{padding:96px 40px;background:var(--hw-off-white)}.hw-faq-header{text-align:center;margin-bottom:48px}.hw-faq-header .hw-label{justify-content:center}.hw-faq-header .hw-label:before{display:none}.hw-faqs{max-width:660px;margin:0 auto}.hw-faq-item{border-bottom:1px solid var(--hw-border)}.hw-faq-q{font-size:15px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:22px 0;color:var(--hw-forest);transition:color .2s;gap:16px}.hw-faq-q:hover{color:var(--hw-pine)}.hw-faq-icon{width:26px;height:26px;border:1.5px solid var(--hw-border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--hw-amber);flex-shrink:0;font-weight:300;transition:all .25s}.hw-faq-q.open .hw-faq-icon{background:var(--hw-forest);border-color:var(--hw-forest);color:var(--hw-white);transform:rotate(45deg)}.hw-faq-a{font-size:14px;color:var(--hw-text-light);line-height:1.8;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.hw-faq-a.open{max-height:240px;padding-bottom:20px}.hw-final{padding:120px 40px;text-align:center;background:var(--hw-black);color:var(--hw-white);position:relative;overflow:hidden}.hw-final:before{content:"HEATWEAR";font-family:Bebas Neue,sans-serif;font-size:200px;color:#ffffff06;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;letter-spacing:12px}.hw-final-inner{position:relative}.hw-final .hw-label{justify-content:center;color:var(--hw-amber)}.hw-final .hw-label:before{background:var(--hw-amber)}.hw-final h2{color:var(--hw-white);font-size:60px;margin-bottom:14px}.hw-final p{font-size:16px;color:#ffffff73;margin-bottom:40px}.hw-final-sub{font-size:12px;color:#ffffff40;margin-top:18px;letter-spacing:1px}.hw-footer{background:var(--hw-black);border-top:1px solid rgba(255,255,255,.07);padding:64px 48px 32px}.hw-footer-grid{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.hw-footer-logo{font-family:Bebas Neue,sans-serif;font-size:24px;letter-spacing:4px;color:var(--hw-white);margin-bottom:14px}.hw-footer-logo span{color:var(--hw-amber)}.hw-footer-brand p{font-size:13px;color:#ffffff59;line-height:1.8;max-width:240px;margin-bottom:20px}.hw-footer-social{display:flex;gap:10px}.hw-footer-social a{width:34px;height:34px;border:1px solid rgba(255,255,255,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff6;transition:all .2s;text-decoration:none}.hw-footer-social a:hover{border-color:var(--hw-amber);color:var(--hw-amber)}.hw-footer-col h4{font-size:10px;letter-spacing:2.5px;text-transform:uppercase;color:var(--hw-amber);margin-bottom:20px;font-weight:700}.hw-footer-col a{display:block;font-size:13px;color:#ffffff6b;margin-bottom:10px;transition:color .2s;text-decoration:none}.hw-footer-col a:hover{color:#ffffffe6}.hw-footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.07);padding-top:28px}.hw-footer-copy{font-size:12px;color:#fff3}.hw-footer-pay{display:flex;gap:6px}.hw-footer-pay span{font-size:9px;font-weight:700;background:#ffffff12;color:#fff6;padding:4px 8px;border-radius:3px}.hw-chat-bubble{position:fixed!important;bottom:28px!important;right:28px!important;width:60px!important;height:60px!important;background:var(--hw-forest)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;box-shadow:0 4px 24px #1b3a2d80!important;z-index:99999!important;transition:transform .2s,background .2s!important;border:none!important}.hw-chat-bubble:hover{transform:scale(1.08)!important;background:var(--hw-pine)!important}.hw-chat-bubble svg{width:24px;height:24px;fill:#fff}.hw-chat-dot{position:absolute;top:3px;right:3px;width:14px;height:14px;background:var(--hw-amber);border-radius:50%;border:2.5px solid white;animation:hw-pulse 2.5s infinite}@keyframes hw-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.hw-chat-window{position:fixed!important;bottom:102px!important;right:28px!important;width:368px!important;background:var(--hw-white)!important;border-radius:16px!important;box-shadow:0 24px 64px #0003!important;z-index:99998!important;display:none;flex-direction:column;overflow:hidden;border:1px solid var(--hw-border)!important;max-height:520px}.hw-chat-window.open{display:flex!important}.hw-chat-header{background:var(--hw-forest);padding:18px 20px;display:flex;align-items:center;gap:12px}.hw-chat-avatar{width:38px;height:38px;background:var(--hw-amber);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}.hw-chat-info h4{font-size:14px;font-weight:700;color:#fff;margin:0}.hw-chat-info p{font-size:11px;color:#ffffff8c;display:flex;align-items:center;gap:5px;margin:0}.hw-chat-info p:before{content:"";width:6px;height:6px;background:#4ade80;border-radius:50%;display:inline-block}.hw-chat-close{margin-left:auto;color:#ffffff80;cursor:pointer;font-size:22px;line-height:1;transition:color .2s}.hw-chat-close:hover{color:#fff}.hw-chat-messages{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px;background:var(--hw-off-white)}.hw-msg{max-width:82%;padding:11px 15px;border-radius:12px;font-size:13px;line-height:1.55;font-family:DM Sans,sans-serif}.hw-msg.bot{background:var(--hw-white);color:var(--hw-text);border-radius:4px 12px 12px;border:1px solid var(--hw-border)}.hw-msg.user{background:var(--hw-forest);color:#fff;margin-left:auto;border-radius:12px 4px 12px 12px}.hw-chat-input-row{padding:14px 16px;border-top:1px solid var(--hw-border);display:flex;gap:8px;background:var(--hw-white)}.hw-chat-input-row input{flex:1;border:1.5px solid var(--hw-border);border-radius:8px;padding:10px 14px;font-size:13px;outline:none;font-family:DM Sans,sans-serif;color:var(--hw-text);transition:border-color .2s;background:var(--hw-off-white)}.hw-chat-input-row input:focus{border-color:var(--hw-forest);background:var(--hw-white)}.hw-chat-input-row button{background:var(--hw-forest);color:#fff;border:none;border-radius:8px;padding:10px 16px;cursor:pointer;font-size:13px;font-weight:600;transition:background .2s;font-family:DM Sans,sans-serif}.hw-chat-input-row button:hover{background:var(--hw-pine)}@media(max-width:768px){.hw-nav{padding:0 16px;height:58px}.hw-nav-links{display:none}.hw-logo{font-size:20px}.hw-hero{height:100vw;min-height:420px;max-height:640px}.hw-hero-content{padding:0 20px 36px}.hw-hero h1{font-size:44px}.hw-hero-sub{font-size:14px}.hw-hero-btns{flex-direction:column;gap:10px}.hw-hero-btns a{text-align:center;justify-content:center;width:100%}.hw-stats{grid-template-columns:repeat(2,1fr)}.hw-stat{padding:18px 10px}.hw-stat-num{font-size:28px}.hw-intro{padding:48px 20px}.hw-intro-inner{grid-template-columns:1fr;gap:24px}.hw-intro-left h2{font-size:30px}.hw-products{padding:48px 16px}.hw-products-grid{grid-template-columns:1fr;gap:16px}.hw-product-img-wrap{height:240px}.hw-lifestyle{grid-template-columns:1fr;height:auto}.hw-lifestyle-main{height:260px}.hw-lifestyle-text{padding:32px 20px}.hw-lifestyle-text h2{font-size:26px}.hw-tech{grid-template-columns:1fr}.hw-tech-img{height:260px}.hw-tech-content{padding:40px 20px}.hw-tech-content h2{font-size:32px}.hw-features{padding:48px 16px}.hw-features-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hw-feat{padding:20px 14px}.hw-lp h2{font-size:32px}.hw-how{padding:48px 16px}.hw-how-inner{max-width:100%}.hw-step{gap:16px;padding:24px 0}.hw-step-num{font-size:36px;min-width:40px}.hw-usecases{padding:48px 16px}.hw-usecases-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hw-usecase{padding:18px 12px}.hw-buy{grid-template-columns:1fr}.hw-buy-img{height:300px}.hw-buy-details{padding:32px 20px}.hw-big-price{font-size:38px}.hw-compare{padding:48px 16px}.hw-compare-table{font-size:11px}.hw-compare-head div,.hw-compare-row div{padding:10px 12px;font-size:11px}.hw-reviews{padding:48px 16px}.hw-reviews-grid{grid-template-columns:1fr}.hw-faq-section{padding:48px 16px}.hw-faqs{max-width:100%}.hw-final{padding:64px 20px}.hw-final h2{font-size:38px}.hw-final:before{font-size:70px}.hw-footer{padding:40px 20px 24px}.hw-footer-grid{grid-template-columns:1fr 1fr;gap:24px}.hw-footer-bottom{flex-direction:column;gap:12px;text-align:center}.hw-chat-window{width:calc(100vw - 32px)!important;right:16px!important}.hw-chat-bubble{bottom:16px!important;right:16px!important;width:52px!important;height:52px!important}}@media(max-width:400px){.hw-hero h1{font-size:36px}.hw-features-grid,.hw-usecases-grid,.hw-footer-grid{grid-template-columns:1fr}}.hw-media-bar{background:#fff;padding:20px 40px;border-bottom:1px solid var(--hw-border);text-align:center}.hw-media-label{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#ccc;margin-bottom:14px}.hw-media-logos{display:flex;align-items:center;justify-content:center;gap:36px;flex-wrap:wrap}.hw-media-logos span{font-family:Bebas Neue,sans-serif;font-size:20px;letter-spacing:2px;color:#ccc}.hw-guarantee{padding:56px 40px;background:var(--hw-forest)}.hw-guarantee-inner{max-width:860px;margin:0 auto;text-align:center}.hw-guarantee h2{color:var(--hw-white);font-size:36px;margin-bottom:28px}.hw-guarantee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px}.hw-g-card{background:#ffffff12;border-radius:12px;padding:24px 16px;border:1px solid rgba(200,169,110,.2);text-align:center}.hw-g-icon{font-size:28px;margin-bottom:10px}.hw-g-title{font-family:Bebas Neue,sans-serif;font-size:18px;letter-spacing:1px;color:var(--hw-amber);margin-bottom:6px}.hw-g-desc{font-size:12px;color:#ffffff80;line-height:1.6}.hw-trust-strip{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.hw-trust-strip span{font-size:13px;color:#ffffff73}@media(max-width:768px){.hw-lp{font-size:15px;-webkit-tap-highlight-color:transparent}.hw-lp a,.hw-lp button{min-height:44px}.hw-hero{height:72vw;min-height:320px;max-height:480px}.hw-hero-content{padding:0 20px 28px}.hw-hero h1{font-size:44px;line-height:.92;margin-bottom:10px}.hw-hero-sub{font-size:13px;margin-bottom:14px;max-width:100%}.hw-hero-rating{margin-bottom:14px}.hw-hero-btns{flex-direction:column;gap:8px}.hw-hero-btns a{width:100%;text-align:center;justify-content:center;padding:15px 20px;font-size:15px;border-radius:6px}.hw-hero-eyebrow{margin-bottom:10px}.hw-stats{grid-template-columns:repeat(2,1fr)}.hw-stat{padding:14px 10px}.hw-stat-num{font-size:28px}.hw-stat-label{font-size:9px}.hw-products{padding:32px 14px}.hw-products-header{margin-bottom:28px}.hw-products-header h2{font-size:28px}.hw-products-grid{grid-template-columns:1fr;gap:14px}.hw-product-img-wrap{height:220px}.hw-product-info{padding:14px 16px 18px}.hw-product-name,.hw-product-price{font-size:19px}.hw-product-tagline{font-size:12px;margin-bottom:12px}.hw-bundles{padding:32px 14px}.hw-bundles>div{grid-template-columns:1fr!important;gap:12px!important}.hw-bundles-header h2{font-size:28px}.hw-media-bar{padding:14px 16px}.hw-media-logos{gap:14px}.hw-media-logos span{font-size:13px}.hw-intro{padding:32px 16px}.hw-intro-inner{grid-template-columns:1fr;gap:16px}.hw-intro-left h2{font-size:26px}.hw-intro-right p{font-size:14px;margin-bottom:14px}.hw-lifestyle{grid-template-columns:1fr;height:auto}.hw-lifestyle-main{height:240px}.hw-lifestyle-text{padding:28px 18px}.hw-lifestyle-text h2{font-size:26px;margin-bottom:10px}.hw-lifestyle-text p{font-size:13px;margin-bottom:18px}.hw-lifestyle-point{font-size:13px}.hw-tech{grid-template-columns:1fr}.hw-tech-img{height:240px}.hw-tech-content{padding:32px 18px}.hw-tech-content h2{font-size:30px;margin-bottom:10px}.hw-tech-sub{font-size:13px;margin-bottom:24px}.hw-tech-points{gap:16px}.hw-tech-icon{width:38px;height:38px;font-size:16px}.hw-tech-title{font-size:13px}.hw-tech-desc{font-size:12px}.hw-features{padding:32px 14px}.hw-features-header{margin-bottom:28px}.hw-features-header h2{font-size:26px}.hw-features-grid{grid-template-columns:repeat(2,1fr);gap:10px}.hw-feat{padding:16px 12px}.hw-feat-icon{font-size:20px;margin-bottom:10px}.hw-feat-title{font-size:14px;margin-bottom:6px}.hw-feat-desc{font-size:11px}.hw-how{padding:32px 16px}.hw-how h2{font-size:28px;margin-bottom:32px}.hw-step{gap:14px;padding:20px 0}.hw-step-num{font-size:36px;min-width:40px}.hw-step-title{font-size:17px;margin-bottom:6px}.hw-step-desc{font-size:13px}.hw-usecases{padding:32px 14px}.hw-usecases-header h2{font-size:26px}.hw-usecases-grid{grid-template-columns:repeat(2,1fr);gap:10px}.hw-usecase{padding:16px 10px}.hw-usecase-icon{font-size:20px;margin-bottom:8px}.hw-usecase-title{font-size:12px}.hw-usecase-desc{font-size:11px}.hw-buy{grid-template-columns:1fr}.hw-buy-img{height:280px}.hw-buy-details{padding:24px 18px 32px}.hw-buy-details h2{font-size:28px;margin-bottom:4px}.hw-buy-tagline{font-size:12px;margin-bottom:16px}.hw-specs{gap:6px;margin-bottom:18px}.hw-specs li{font-size:12px}.hw-buy-price-row{margin-bottom:4px;flex-wrap:wrap;gap:8px}.hw-big-price{font-size:38px}.hw-was-price{font-size:18px}.hw-shipping-note{font-size:12px;margin-bottom:14px}.hw-size-row,.hw-color-row{margin-bottom:10px}.hw-sz{width:44px;height:44px;font-size:13px}.hw-col{width:32px;height:32px}.hw-add-btn{padding:20px!important;font-size:17px!important;border-radius:8px!important;margin:16px 0 10px!important;letter-spacing:.3px!important}.hw-trust-row{gap:6px;margin-bottom:10px}.hw-trust-pill{font-size:10px;padding:4px 9px}.hw-compare{padding:32px 12px}.hw-compare-header h2{font-size:26px}.hw-compare-head div,.hw-compare-row div{padding:9px 10px;font-size:10px}.hw-compare-head div:first-child,.hw-compare-row div:first-child{font-size:11px}.hw-reviews{padding:32px 14px}.hw-reviews-header h2{font-size:26px}.hw-reviews-header p{font-size:13px}.hw-reviews-grid{grid-template-columns:1fr;gap:12px}.hw-review{padding:20px 16px}.hw-review-text{font-size:13px}.hw-guarantee{padding:32px 16px}.hw-guarantee-grid{grid-template-columns:1fr;gap:12px}.hw-guarantee h2{font-size:28px;margin-bottom:20px}.hw-trust-strip{gap:16px}.hw-trust-strip span{font-size:12px}.hw-faq-section{padding:32px 16px}.hw-faq-header h2{font-size:26px}.hw-faq-q{font-size:14px;padding:16px 0}.hw-faq-a{font-size:13px}.hw-final{padding:52px 18px}.hw-final h2{font-size:38px}.hw-final p{font-size:13px;margin-bottom:28px}.hw-final a{display:block!important;width:100%!important;text-align:center!important;padding:18px!important;font-size:15px!important;box-sizing:border-box!important}.hw-final:before{font-size:60px}.hw-final-sub{font-size:11px;margin-top:14px}.hw-footer{padding:36px 18px 24px}.hw-footer-grid{grid-template-columns:1fr 1fr;gap:20px}.hw-footer-logo{font-size:20px}.hw-footer-brand p{font-size:12px}.hw-footer-col h4{font-size:9px;margin-bottom:14px}.hw-footer-col a{font-size:12px;margin-bottom:8px}.hw-footer-bottom{flex-direction:column;gap:10px;text-align:center;padding-top:20px}.hw-footer-copy{font-size:11px}#hw-sticky{padding:10px 14px 12px!important}#hw-sticky img{width:40px!important;height:40px!important}#hw-sticky .shop-btn,#hw-sticky a:last-child{padding:12px 18px!important;font-size:13px!important}#hwcw{width:calc(100vw - 24px)!important;right:12px!important;bottom:76px!important}#hw-chat-btn{bottom:14px!important;right:14px!important;width:52px!important;height:52px!important}#hwei{padding:16px}#hweb{margin:0}}@media(max-width:400px){.hw-hero h1{font-size:36px}.hw-hero-btns a{padding:13px 16px;font-size:14px}.hw-features-grid,.hw-usecases-grid,.hw-footer-grid{grid-template-columns:1fr}.hw-products-header h2{font-size:24px}.hw-add-btn{font-size:16px!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/heatwear.css.map */
