*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;color:#111827;background:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit;font-size:inherit}ul,ol{list-style:none}:root{--white: #FFFFFF;--off: #F9FAFB;--light: #F3F4F6;--border: #E5E7EB;--text: #111827;--text-2: #4B5563;--text-3: #9CA3AF;--orange: #F97316;--orange-2: #EA580C;--green: #16A34A;--r: 8px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow-2: 0 4px 6px rgba(0,0,0,.05), 0 10px 15px rgba(0,0,0,.08)}.wrap{max-width:1200px;margin:0 auto;padding:0 40px}.wrap-sm{max-width:820px;margin:0 auto;padding:0 40px}.tag{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--orange);margin-bottom:12px}.sec-head{margin-bottom:56px}.sec-head.center{text-align:center}.sec-head h2{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;line-height:1.12;color:var(--text);letter-spacing:-.03em;margin-bottom:14px}.sec-sub{font-size:16px;color:var(--text-2);max-width:520px;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;font-size:14px;font-weight:600;letter-spacing:-.01em;border-radius:var(--r);transition:.2s ease;cursor:pointer;border:none;white-space:nowrap}.btn-p{background:var(--orange);color:#fff}.btn-p:hover{background:var(--orange-2);transform:translateY(-1px);box-shadow:0 4px 16px #f9731661}.btn-light{background:#fff;color:var(--text)}.btn-light:hover{background:var(--light)}.btn-outline{background:transparent;color:var(--text);border:1.5px solid var(--border)}.btn-outline:hover{border-color:var(--text-2)}.btn-lg{padding:15px 30px;font-size:15px}.btn-full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.ann-bar{background:var(--text);padding:10px 20px;text-align:center}.ann-bar p{font-size:12.5px;font-weight:500;color:#ffffffd1;letter-spacing:.02em}.site-header{position:sticky;top:0;z-index:100;background:#fffffff7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:66px}.logo-text{font-size:20px;font-weight:800;color:var(--text);letter-spacing:-.04em}.logo-accent{color:var(--orange)}.logo-link{text-decoration:none}.nav-links{display:flex;gap:28px}.nav-links a{font-size:13.5px;font-weight:500;color:var(--text-2);transition:color .2s}.nav-links a:hover{color:var(--text)}.header-actions{display:flex;align-items:center;gap:12px}.cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:var(--text);transition:background .2s,color .2s}.cart-btn:hover{background:var(--light);color:var(--orange)}.cart-count{position:absolute;top:2px;right:2px;width:17px;height:17px;border-radius:50%;background:var(--orange);color:#fff;font-size:9px;font-weight:800;display:none;align-items:center;justify-content:center}.cart-count.show{display:flex}.header-cta{padding:9px 18px;font-size:13px}.ham-btn{display:none;flex-direction:column;gap:5px;padding:4px;border-radius:6px;transition:background .2s}.ham-btn:hover{background:var(--light)}.ham-btn span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:.3s}.mob-menu{display:none;position:fixed;top:66px;left:0;right:0;bottom:0;background:#fff;z-index:99;padding:28px 24px 40px;overflow-y:auto;border-top:1px solid var(--border);animation:slideDown .3s ease}.mob-menu.open{display:block}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.mob-nav{display:flex;flex-direction:column;margin-bottom:28px}.mob-link{padding:15px 0;font-size:19px;font-weight:700;color:var(--text);border-bottom:1px solid var(--border);transition:color .2s}.mob-link:hover{color:var(--orange)}.mob-cta{margin-top:20px}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:149;background:#0000006b;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:150;width:400px;max-width:100vw;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 40px #00000024}.cart-drawer.open{transform:none}.cd-head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border);flex-shrink:0}.cd-title{font-size:15px;font-weight:700}.cd-close{width:34px;height:34px;border-radius:7px;display:flex;align-items:center;justify-content:center;color:var(--text-2);transition:background .2s,color .2s}.cd-close:hover{background:var(--light);color:var(--text)}.cd-body{flex:1;overflow-y:auto;padding:8px 24px}.cd-item{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--border)}.cd-item-img{width:72px;height:72px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--light)}.cd-item-img img{width:100%;height:100%;object-fit:cover}.cd-item-info{flex:1;min-width:0}.cd-item-title{font-size:13px;font-weight:600;line-height:1.35;margin-bottom:4px}.cd-item-price{font-size:12.5px;color:var(--text-2);margin-bottom:8px}.cd-item-remove{display:inline-block;font-size:11px;color:var(--text-3);cursor:pointer;transition:color .2s}.cd-item-remove:hover{color:#ef4444}.cd-empty{text-align:center;padding:64px 20px}.cd-empty p{font-size:14px;color:var(--text-2);margin:16px 0 24px}.cd-foot{padding:20px 24px;border-top:1px solid var(--border);flex-shrink:0}.cd-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:700;margin-bottom:14px}.cd-note{text-align:center;font-size:11px;color:var(--text-3);margin-top:10px}.hero{background:var(--off);overflow:hidden}.hero-wrap{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;min-height:calc(100vh - 108px);padding-top:72px;padding-bottom:72px}.hero-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;margin-bottom:24px;background:#fff;border:1px solid var(--border);border-radius:100px;font-size:12.5px;font-weight:600;box-shadow:var(--shadow)}.hero-h1{font-size:clamp(2.8rem,5vw,4.2rem);font-weight:900;line-height:1.04;color:var(--text);letter-spacing:-.04em;margin-bottom:20px}.hero-sub{font-size:16.5px;line-height:1.7;color:var(--text-2);max-width:400px;margin-bottom:32px}.hero-btns{margin-bottom:36px}.hero-ship{font-size:12px;color:var(--text-3);margin-top:10px}.trust-row{display:flex;flex-wrap:wrap;gap:10px 22px}.trust-item{display:flex;align-items:center;gap:6px;font-size:12.5px;font-weight:500;color:var(--text-2)}.hero-img-wrap{display:flex;align-items:center;justify-content:center}.hero-img{position:relative;width:100%}.hero-photo{border-radius:16px;box-shadow:var(--shadow-2)}.hero-img-placeholder{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:var(--light);border-radius:16px;border:2px dashed var(--border);font-size:13px;color:var(--text-3);text-align:center;padding:40px}.hero-badge-float{position:absolute;top:24px;right:-10px;background:#fff;border-radius:12px;padding:14px 18px;box-shadow:var(--shadow-2);text-align:center}.hbf-num{font-size:26px;font-weight:900;color:var(--orange);line-height:1}.hbf-text{font-size:9.5px;font-weight:700;color:var(--text-2);text-transform:uppercase;letter-spacing:.08em;line-height:1.5;margin-top:2px}.features{padding:96px 0;background:#fff}.feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feat-card{padding:28px 24px;background:var(--off);border:1px solid var(--border);border-radius:12px;transition:border-color .25s,transform .25s,box-shadow .25s}.feat-card:hover{border-color:var(--orange);transform:translateY(-3px);box-shadow:0 0 0 4px #f9731614,var(--shadow-2)}.feat-icon{width:48px;height:48px;border-radius:10px;background:#f973161a;color:var(--orange);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.feat-card h3{font-size:15px;font-weight:700;margin-bottom:10px;line-height:1.3}.feat-card p{font-size:13.5px;line-height:1.68;color:var(--text-2)}.product-main{padding:64px 0;background:#fff}.prod-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}.prod-gallery{position:sticky;top:86px}.prod-img-main{border-radius:12px;overflow:hidden;background:var(--off);aspect-ratio:1 / 1}.prod-img-slide{display:none;width:100%;height:100%}.prod-img-slide.active{display:block}.prod-photo{width:100%;height:100%;object-fit:cover}.prod-img-placeholder{width:100%;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--light);border:2px dashed var(--border);font-size:12px;color:var(--text-3);text-align:center;padding:32px}.prod-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.prod-thumb{border-radius:8px;overflow:hidden;aspect-ratio:1;cursor:pointer;border:2px solid transparent;transition:border-color .2s;background:var(--off)}.prod-thumb.active{border-color:var(--orange)}.prod-thumb:hover:not(.active){border-color:var(--text-3)}.prod-thumb img{width:100%;height:100%;object-fit:cover}.prod-stars{font-size:13.5px;color:var(--text-2);margin-bottom:14px}.prod-stars span{margin-left:5px}.prod-title{font-size:26px;font-weight:800;line-height:1.18;letter-spacing:-.03em;margin-bottom:18px}.prod-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;margin-bottom:28px}.price-now{font-size:30px;font-weight:900;color:var(--text)}.price-was{font-size:17px;color:var(--text-3);text-decoration:line-through}.price-save{font-size:12.5px;font-weight:700;color:var(--green);background:#16a34a1a;padding:3px 10px;border-radius:100px}.prod-option{margin-bottom:22px}.option-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--text-2);margin-bottom:10px}.option-btns{display:flex;flex-wrap:wrap;gap:8px}.opt-btn{padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;border:1.5px solid var(--border);color:var(--text);transition:.2s;cursor:pointer}.opt-btn.active{border-color:var(--text);background:var(--text);color:#fff}.opt-btn:hover:not(.active){border-color:var(--text-2)}.prod-qty{margin-bottom:22px}.qty-row{display:inline-flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--r);overflow:hidden}.qty-btn{width:42px;height:42px;font-size:20px;font-weight:400;color:var(--text);transition:background .2s;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:var(--light)}.qty-input{width:56px;height:42px;text-align:center;font-size:15px;font-weight:600;border:none;border-left:1.5px solid var(--border);border-right:1.5px solid var(--border);outline:none;background:#fff}.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.qty-input[type=number]{-moz-appearance:textfield}.atc-btn{font-size:15.5px;margin-bottom:18px;letter-spacing:-.01em}.prod-guarantees{display:flex;flex-direction:column;gap:9px;padding:16px;border-radius:var(--r);background:var(--off);border:1px solid var(--border);margin-bottom:28px}.guar-item{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:500;color:var(--text-2)}.prod-desc{font-size:14.5px;line-height:1.78;color:var(--text-2);border-top:1px solid var(--border);padding-top:24px}.prod-desc h3,.prod-desc h4{font-size:15px;font-weight:700;color:var(--text);margin:20px 0 8px}.prod-desc ul,.prod-desc ol{padding-left:20px;list-style:disc}.prod-desc li{margin-bottom:6px}.prod-desc strong{color:var(--text)}.testimonials{padding:96px 0;background:var(--off)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testi-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:28px;transition:border-color .25s,box-shadow .25s}.testi-card:hover{border-color:var(--orange);box-shadow:var(--shadow-2)}.testi-stars{font-size:14px;margin-bottom:14px}.testi-q{font-size:14px;line-height:1.72;color:var(--text-2);margin-bottom:22px;font-style:italic}.testi-who{display:flex;align-items:center;gap:12px}.testi-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;letter-spacing:.03em}.testi-name{font-size:13px;font-weight:700;margin-bottom:2px}.testi-loc{font-size:11px;color:var(--text-3)}.cta-banner{background:var(--text);padding:80px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.cta-copy h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:10px}.cta-copy p{font-size:15px;color:#ffffff8c}.faq{padding:96px 0;background:#fff}.faq-list{border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;text-align:left;font-size:15px;font-weight:600;color:var(--text);cursor:pointer;transition:color .2s}.faq-q:hover{color:var(--orange)}.faq-q svg{flex-shrink:0;transition:transform .3s}.faq-q[aria-expanded=true]{color:var(--orange)}.faq-q[aria-expanded=true] svg{transform:rotate(180deg)}.faq-a{overflow:hidden;max-height:0;transition:max-height .38s ease,padding .38s ease}.faq-a.open{max-height:400px;padding-bottom:20px}.faq-a p{font-size:14.5px;line-height:1.72;color:var(--text-2)}.site-footer{background:var(--off);border-top:1px solid var(--border);padding:64px 0 36px}.foot-top{display:flex;justify-content:space-between;gap:48px;margin-bottom:48px;flex-wrap:wrap}.foot-logo{font-size:18px;margin-bottom:10px}.foot-desc{font-size:13px;color:var(--text-2);max-width:230px;line-height:1.68}.foot-links-wrap{display:flex;gap:56px}.foot-col{display:flex;flex-direction:column;gap:10px}.foot-col-h{font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);margin-bottom:4px}.foot-col a{font-size:13.5px;color:var(--text-2);transition:color .2s}.foot-col a:hover{color:var(--text)}.foot-bot{border-top:1px solid var(--border);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.foot-bot p{font-size:12px;color:var(--text-3)}.foot-payments{display:flex;gap:8px;align-items:center}.cart-page{padding:60px 0 100px}.cart-page-h{font-size:30px;font-weight:800;letter-spacing:-.03em;margin-bottom:44px}.cart-empty{text-align:center;padding:80px 0}.cart-empty p{font-size:16px;color:var(--text-2);margin:18px 0 28px}.cart-page-grid{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}.cp-item{display:flex;gap:18px;padding:22px 0;border-bottom:1px solid var(--border);align-items:flex-start}.cp-img{width:90px;height:90px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--light)}.cp-img img{width:100%;height:100%;object-fit:cover}.cp-details{flex:1}.cp-title{font-size:14px;font-weight:600;margin-bottom:4px;line-height:1.35}.cp-var{font-size:12px;color:var(--text-3);margin-bottom:14px}.cp-bottom{display:flex;align-items:center;gap:18px}.cp-remove{font-size:12px;color:var(--text-3);transition:color .2s}.cp-remove:hover{color:#ef4444}.cp-price{font-size:16px;font-weight:700;white-space:nowrap}.cs-box{background:var(--off);border:1px solid var(--border);border-radius:12px;padding:28px;position:sticky;top:86px}.cs-box h3{font-size:16px;font-weight:700;margin-bottom:20px}.cs-row{display:flex;justify-content:space-between;font-size:14px;color:var(--text-2);margin-bottom:12px}.cs-free{color:var(--green);font-weight:600}.cs-divider{border-top:1px solid var(--border);margin:18px 0}.cs-total{font-size:16px;font-weight:800;color:var(--text);margin-bottom:22px}.cs-continue{display:block;text-align:center;font-size:13px;color:var(--text-3);margin-top:14px;transition:color .2s}.cs-continue:hover{color:var(--text)}@media(max-width:1100px){.feat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.nav-links,.header-cta{display:none}.ham-btn{display:flex}.hero-wrap{grid-template-columns:1fr;gap:40px}.hero-img-wrap{display:none}.hero-h1{font-size:3rem}.hero-sub{max-width:100%}.prod-grid{grid-template-columns:1fr;gap:40px}.prod-gallery{position:static}.cart-page-grid{grid-template-columns:1fr}}@media(max-width:768px){.wrap,.wrap-sm{padding:0 20px}.features,.testimonials,.faq{padding:64px 0}.product-main{padding:48px 0}.feat-grid{gap:16px}.testi-grid{grid-template-columns:1fr}.cta-inner{flex-direction:column;text-align:center}.foot-top{flex-direction:column;gap:32px}.foot-links-wrap{gap:32px;flex-wrap:wrap}.foot-bot{flex-direction:column-reverse;text-align:center}.hero-wrap{padding-top:48px;padding-bottom:60px;min-height:auto}.hero-h1{font-size:2.6rem}.ann-bar p{font-size:11.5px}}@media(max-width:480px){.feat-grid{grid-template-columns:1fr}.hero-h1{font-size:2.2rem}.trust-row{gap:8px 14px}.testi-grid{gap:16px}.cart-page{padding:40px 0 80px}.cart-page-h{font-size:24px}.sec-head h2{font-size:1.75rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
