*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #27AE60;--green-light: #2ECC71;--green-dark: #1E8449;--black: #1A1A1A;--gray: #F8F8F8;--border: #E5E5E5;--white: #FFFFFF;--max-width: 1100px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}body{font-family:var(--font);color:var(--black);background:var(--white);font-size:16px;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.site-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:16px}.header-logo{font-size:22px;font-weight:700;color:var(--black);letter-spacing:-.5px}.header-logo span{color:var(--green)}.logo-img{height:32px;width:auto;display:block}.logo-img--footer{height:28px;width:auto;display:block;margin-bottom:12px}.header-nav a{margin-left:24px;font-size:14px;font-weight:500;color:var(--black);transition:color .2s}.header-nav a:hover{color:var(--green)}.header-cart{background:var(--green);color:var(--white);padding:8px 20px;border-radius:6px;font-size:14px;font-weight:600;transition:background .2s}.header-cart:hover{background:var(--green-dark)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;width:400px;max-width:100vw;height:100vh;background:var(--white);z-index:201;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;box-shadow:-4px 0 24px #0000001f}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border)}.cart-drawer-header h3{font-size:18px;font-weight:700}.cart-drawer-close{background:none;border:none;font-size:28px;cursor:pointer;color:#666;line-height:1;padding:0}.cart-drawer-close:hover{color:var(--black)}.cart-drawer-body{flex:1;overflow-y:auto;padding:20px 24px}.cart-empty{color:#888;font-size:15px;text-align:center;margin-top:40px}.cart-item{display:flex;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--border)}.cart-item-img{width:72px;height:72px;border-radius:8px;object-fit:cover;background:var(--gray);flex-shrink:0}.cart-item-info{flex:1}.cart-item-title{font-size:14px;font-weight:600;margin-bottom:4px}.cart-item-price{font-size:14px;color:var(--green);font-weight:700;margin-bottom:8px}.cart-item-qty{display:flex;align-items:center;gap:8px}.qty-btn{width:28px;height:28px;border:1px solid var(--border);background:var(--white);border-radius:6px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700}.qty-btn:hover{background:var(--gray);transform:scale(1.1)}.qty-btn:active{transform:scale(.95)}.qty-num{font-size:14px;font-weight:600;min-width:20px;text-align:center}.cart-item-remove{background:none;border:none;color:#bbb;cursor:pointer;font-size:18px;padding:4px}.cart-item-remove:hover{color:#e74c3c}.cart-drawer-footer{padding:20px 24px;border-top:1px solid var(--border)}.cart-drawer-total{display:flex;justify-content:space-between;font-size:18px;font-weight:700;margin-bottom:16px}.header-cart{background:none;color:var(--black);padding:6px;border-radius:6px;border:none;cursor:pointer;font-family:var(--font);position:relative;display:flex;align-items:center;justify-content:center;transition:color .2s}.header-cart:hover{color:var(--green);background:none}.cart-badge{position:absolute;top:-4px;right:-6px;background:var(--green);color:var(--white);font-size:10px;font-weight:800;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.header-actions{display:flex;align-items:center;gap:12px}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;width:36px;height:36px}.hamburger span{display:block;width:22px;height:2px;background:var(--black);border-radius:2px;transition:all .25s}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{position:fixed;top:0;left:0;width:280px;height:100vh;background:var(--black);z-index:300;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s ease;padding-top:80px}.mobile-nav.open{transform:translate(0)}.mobile-nav a{padding:18px 28px;font-size:16px;font-weight:600;color:var(--white);border-bottom:1px solid #333;transition:color .2s,padding-left .2s}.mobile-nav a:hover{color:var(--green);padding-left:36px}.mobile-nav-close{position:absolute;top:20px;right:20px;background:none;border:none;color:var(--white);font-size:28px;cursor:pointer;line-height:1}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:299;opacity:0;pointer-events:none;transition:opacity .3s}.mobile-overlay.open{opacity:1;pointer-events:all}.hero{background:var(--white);padding:80px 0}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-badge{display:inline-block;background:var(--green-light);color:var(--white);font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:4px 12px;border-radius:4px;margin-bottom:16px}.hero h1{font-size:48px;font-weight:800;line-height:1.1;letter-spacing:-1px;margin-bottom:20px;color:var(--black)}.hero-sub{font-size:18px;color:#555;margin-bottom:32px;line-height:1.6}.hero-price{font-size:36px;font-weight:800;color:var(--green);margin-bottom:24px}.btn-primary{display:inline-block;background:var(--green);color:var(--white);font-size:18px;font-weight:700;padding:16px 40px;border-radius:8px;border:none;cursor:pointer;transition:background .2s,transform .1s;width:100%;text-align:center}.btn-primary:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 6px 20px #27ae6066}.btn-primary:active{transform:translateY(0);box-shadow:none}.hero-trust{display:flex;gap:20px;margin-top:20px;font-size:13px;color:#666}.hero-trust span:before{content:"\2713  ";color:var(--green);font-weight:700}.hero-image{border-radius:12px;overflow:hidden}.how-it-works{padding:80px 0;background:var(--white);border-top:1px solid var(--border)}.section-title{font-size:36px;font-weight:800;text-align:center;margin-bottom:8px;letter-spacing:-.5px}.section-sub{text-align:center;color:#666;margin-bottom:56px;font-size:17px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.step{text-align:center;padding:40px 24px;background:var(--gray);border-radius:12px}.step-number{width:48px;height:48px;background:var(--green);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;margin:0 auto 20px}.step h3{font-size:20px;font-weight:700;margin-bottom:10px}.step p{font-size:15px;color:#555;line-height:1.6}.benefits{padding:80px 0;background:var(--black);color:var(--white)}.benefits .section-title{color:var(--white)}.benefits .section-sub{color:#aaa}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.benefit-card{background:#242424;border-radius:12px;padding:32px 28px;border:1px solid #333}.benefit-icon{font-size:32px;margin-bottom:16px}.benefit-card h3{font-size:18px;font-weight:700;margin-bottom:10px;color:var(--white)}.benefit-card p{font-size:14px;color:#aaa;line-height:1.6}.testimonials{padding:80px 0;background:var(--gray)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.testimonial-card{background:var(--white);border-radius:12px;padding:32px 28px;border:1px solid var(--border)}.stars{color:#f4c542;font-size:18px;margin-bottom:16px;letter-spacing:2px}.testimonial-card p{font-size:15px;line-height:1.7;color:#333;margin-bottom:20px}.reviewer{font-size:14px;font-weight:700;color:var(--black)}.faq-section{padding:80px 0;background:var(--white);border-top:1px solid var(--border)}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;background:none;border:none;text-align:left;padding:22px 0;font-size:17px;font-weight:600;color:var(--black);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:var(--font)}.faq-question:after{content:"+";font-size:24px;font-weight:300;color:var(--green);transition:transform .2s;flex-shrink:0;margin-left:16px}.faq-question[aria-expanded=true]:after{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer.open{max-height:400px;padding-bottom:20px}.faq-answer p{font-size:15px;color:#555;line-height:1.7}.cta-banner{background:var(--green);padding:72px 0;text-align:center;color:var(--white)}.cta-banner h2{font-size:40px;font-weight:800;margin-bottom:12px;letter-spacing:-.5px}.cta-banner p{font-size:18px;margin-bottom:32px;opacity:.9}.btn-white{display:inline-block;background:var(--white);color:var(--green-dark);font-size:18px;font-weight:700;padding:16px 48px;border-radius:8px;transition:opacity .2s}.btn-white:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.btn-white:active{transform:translateY(0)}.site-footer{background:var(--black);color:#aaa;padding:48px 0 32px}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:40px}.footer-brand .header-logo{color:var(--white);margin-bottom:12px;display:block}.footer-brand p{font-size:14px;line-height:1.6;color:#888}.footer-col h4{color:var(--white);font-size:14px;font-weight:700;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.footer-col a{display:block;font-size:14px;color:#888;margin-bottom:10px;transition:color .2s}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid #333;padding-top:24px;font-size:13px;color:#666;display:flex;justify-content:space-between;align-items:center}.product-page{padding:40px 0}.product-inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.product-gallery .main-image{border-radius:12px;overflow:hidden;background:var(--gray);margin-bottom:12px}.product-gallery .thumb-row{display:flex;gap:8px}.product-gallery .thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;background:var(--gray);border:2px solid transparent;cursor:pointer}.product-gallery .thumb.active{border-color:var(--green)}.product-info h1{font-size:28px;font-weight:800;margin-bottom:8px;line-height:1.2}.product-price{font-size:30px;font-weight:800;color:var(--green);margin-bottom:16px}.product-desc{font-size:15px;color:#444;line-height:1.6;margin-bottom:16px}.product-bullets{list-style:none;margin-bottom:20px}.product-bullets li{font-size:14px;color:#333;padding:5px 0;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px}.product-bullets li:before{content:"\2713";color:var(--green);font-weight:700;flex-shrink:0}.product-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.product-tag{background:var(--gray);border:1px solid var(--border);border-radius:20px;padding:6px 14px;font-size:13px;font-weight:600;color:var(--black)}.product-form{margin-bottom:20px}.trust-row{display:flex;gap:16px;flex-wrap:wrap;margin-top:20px}.trust-badge{display:flex;align-items:center;gap:6px;font-size:13px;color:#666}.trust-badge:before{content:"\2713";color:var(--green);font-weight:700}.product-images{padding:60px 0;background:var(--gray)}.product-img-grid{display:grid;grid-template-columns:1fr;gap:24px;max-width:600px;margin:0 auto}.product-img-card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014}.product-img-card img{width:100%;display:block}@media(max-width:768px){.product-img-grid{grid-template-columns:1fr}}.sale-timer{background:#fff8f8;border:1px solid #ffcccc;border-radius:10px;padding:12px 16px;margin-bottom:20px}.timer-pricing{display:flex;align-items:center;gap:12px;margin-bottom:8px}.timer-original{font-size:16px;color:#999;text-decoration:line-through;font-weight:600}.timer-save{font-size:13px;font-weight:700;color:#e74c3c;background:#fde8e8;padding:2px 8px;border-radius:4px}.timer-bar{display:flex;align-items:center;gap:12px}.timer-label{font-size:13px;font-weight:600;color:#555;white-space:nowrap}.timer-countdown{display:flex;align-items:center;gap:4px}.timer-block{display:flex;flex-direction:column;align-items:center;background:var(--black);border-radius:6px;padding:4px 8px;min-width:44px}.timer-num{font-size:18px;font-weight:800;color:var(--white);line-height:1;font-variant-numeric:tabular-nums}.timer-unit{font-size:9px;color:#aaa;text-transform:uppercase;letter-spacing:.5px}.timer-sep{font-size:18px;font-weight:800;color:var(--black);margin-bottom:8px}.product-features{padding:80px 0;background:var(--gray)}.product-features .section-title{color:var(--black)}.product-features .section-sub{color:#666}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.feature-card{background:var(--white);border-radius:12px;padding:28px 24px;border:1px solid var(--border)}.feature-icon{font-size:28px;margin-bottom:12px}.feature-card h3{font-size:16px;font-weight:700;margin-bottom:8px;color:var(--black)}.feature-card p{font-size:14px;color:#555;line-height:1.6}@media(max-width:768px){.features-grid{grid-template-columns:1fr}}.why-choose-us{padding:80px 0;background:var(--black);color:var(--white)}.why-choose-us .section-title{color:var(--white)}.why-choose-us .section-sub{color:#aaa}.why-grid{display:flex;flex-direction:column;gap:0;max-width:720px;margin:0 auto}.why-card{display:flex;gap:28px;align-items:flex-start;padding:36px 0;border-bottom:1px solid #333}.why-card:last-child{border-bottom:none}.why-number{width:48px;height:48px;background:var(--green);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;flex-shrink:0}.why-content h3{font-size:20px;font-weight:700;margin-bottom:10px;color:var(--white)}.why-content p{font-size:15px;color:#aaa;line-height:1.7}.page-content{max-width:720px;margin:0 auto;padding:64px 24px}.page-content h1{font-size:36px;font-weight:800;margin-bottom:8px;letter-spacing:-.5px}.page-divider{width:48px;height:4px;background:var(--green);border-radius:2px;margin-bottom:40px}.page-content h2{font-size:20px;font-weight:700;margin:36px 0 12px}.page-content p{font-size:16px;color:#444;line-height:1.8;margin-bottom:16px}@media(max-width:768px){.hero-inner,.product-inner,.footer-inner{grid-template-columns:1fr}.hero h1{font-size:32px}.section-title{font-size:28px}.steps,.benefits-grid,.testimonials-grid{grid-template-columns:1fr}.hero-image{display:none}.cta-banner h2{font-size:28px}.header-nav{display:none}.hamburger{display:flex}.hero{padding:48px 0;background:var(--white)}.hero-inner{grid-template-columns:1fr;gap:0}.hero h1{font-size:28px;color:var(--black)}.hero-sub{font-size:15px;color:#555}.hero-price{font-size:32px;color:var(--green)}.hero-image{display:block;width:100%;max-width:320px;margin:0 auto 24px;order:-1}.hero-image img{width:100%;height:auto;border-radius:12px}.hero-content{order:1}.hero-badge{background:var(--green)}.hero-trust{flex-wrap:wrap;gap:8px;font-size:12px;color:#888}.sale-timer{padding:10px 12px}.timer-original{color:#666}.timer-label{color:#aaa}.timer-bar{flex-wrap:wrap;gap:8px}.timer-block{min-width:38px}.timer-num{font-size:15px}.btn-primary{font-size:16px;padding:14px 24px}.how-it-works{padding:48px 0}.steps{grid-template-columns:1fr;gap:16px}.step{padding:28px 20px}.benefits{padding:48px 0}.benefits-grid{grid-template-columns:1fr;gap:16px}.testimonials{padding:48px 0}.testimonials-grid{grid-template-columns:1fr}.faq-section{padding:48px 0}.faq-question{font-size:15px}.cta-banner{padding:48px 0}.cta-banner h2{font-size:26px}.cta-banner p{font-size:15px}.btn-white{padding:14px 32px;font-size:16px}.product-page{padding:24px 0}.product-inner{grid-template-columns:1fr;gap:24px}.product-info h1{font-size:22px}.product-price{font-size:26px}.product-tags{gap:8px}.product-tag{font-size:12px;padding:5px 10px}.features-grid{grid-template-columns:1fr}.product-features,.why-choose-us{padding:48px 0}.why-card{flex-direction:column;gap:16px}.why-content h3{font-size:17px}.footer-inner{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.page-content{padding:40px 16px}.page-content h1{font-size:28px}.section-title{font-size:26px}.cart-drawer{width:100vw}.header-inner{display:grid;grid-template-columns:44px 1fr 44px;align-items:center}.header-logo{grid-column:2;display:flex;justify-content:center}.logo-img{height:22px}.header-actions{grid-column:3;display:flex;justify-content:flex-end;gap:0}.hamburger{order:-1;grid-column:1}.header-cart{padding:6px 10px;font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/voltexbox.css.map */
