:root{--white:#FFFFFF;--black:#111111;--charcoal:#1A1A1A;--gray-light:#F5F5F5;--border:#E8E8E8;--blue:#146EF5;--blue-dark:#0F56C4;--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--shadow-sm:0 2px 8px rgba(17,17,17,.06);--shadow-md:0 8px 24px rgba(17,17,17,.08);--shadow-lg:0 20px 50px rgba(17,17,17,.12);--ease:cubic-bezier(.16,1,.3,1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--black);background:var(--white);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer;border:none;background:none}ul{list-style:none}.container{max-width:1240px;margin:0 auto;padding:0 24px}@media(max-width:749px){.container{padding:0 18px}}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;border-radius:100px;font-weight:700;font-size:15px;transition:transform .2s var(--ease),box-shadow .2s var(--ease),background .2s;white-space:nowrap}.btn:active{transform:scale(.97)}.btn-primary{background:var(--black);color:#fff}.btn-primary:hover{background:var(--charcoal);box-shadow:var(--shadow-md)}.btn-accent{background:var(--blue);color:#fff}.btn-accent:hover{background:var(--blue-dark);box-shadow:0 8px 24px #146ef559}.btn-outline{background:transparent;color:var(--black);border:1.5px solid var(--black)}.btn-outline:hover{background:var(--black);color:#fff}.btn-block{width:100%}.btn-lg{padding:18px 36px;font-size:16px}.announce{background:var(--black);color:#fff;text-align:center;padding:10px 16px;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;position:relative;z-index:60}.announce .timer{font-variant-numeric:tabular-nums;background:#ffffff24;padding:3px 10px;border-radius:6px;font-weight:700;letter-spacing:.5px}.announce strong{color:var(--blue);font-weight:800}.site-header{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:box-shadow .25s}.site-header.scrolled{box-shadow:var(--shadow-sm)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:76px;gap:24px}.logo img{height:26px;width:auto}.nav-desktop{display:flex;gap:36px}@media(max-width:899px){.nav-desktop{display:none}}.nav-desktop a{font-size:14px;font-weight:600;color:var(--black);opacity:.75;transition:opacity .2s}.nav-desktop a:hover{opacity:1}.header-actions{display:flex;align-items:center;gap:18px}.icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s;position:relative}.icon-btn:hover{background:var(--gray-light)}.icon-btn svg{width:20px;height:20px}.cart-count{position:absolute;top:2px;right:2px;background:var(--blue);color:#fff;font-size:10px;font-weight:800;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hamburger{display:none}@media(max-width:899px){.hamburger{display:flex}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:100;transform:translate(-100%);transition:transform .3s var(--ease);padding:24px;overflow-y:auto}.mobile-menu.open{transform:translate(0)}.mobile-menu-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.mobile-menu a{display:block;font-size:22px;font-weight:700;padding:16px 0;border-bottom:1px solid var(--border)}.hero{padding:64px 0 56px;background:linear-gradient(180deg,#fff 0%,var(--gray-light) 100%)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}@media(max-width:899px){.hero-grid{grid-template-columns:1fr;gap:32px}}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border);padding:8px 16px;border-radius:100px;font-size:13px;font-weight:700;margin-bottom:24px;box-shadow:var(--shadow-sm)}.hero-badge .stars{color:#ffb800;letter-spacing:1px}.hero h1{font-size:clamp(34px,5vw,56px);font-weight:800;line-height:1.08;letter-spacing:-1px;margin-bottom:20px}.hero h1 span{color:var(--blue)}.hero p.sub{font-size:17px;color:#555;max-width:460px;margin-bottom:32px;line-height:1.6}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}.hero-trust{display:flex;gap:22px;flex-wrap:wrap}.hero-trust span{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#555}.hero-trust svg{width:16px;height:16px;color:var(--blue)}.hero-media{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.hero-media img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}.product-section{padding:72px 0}.product-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:56px}@media(max-width:899px){.product-grid{grid-template-columns:1fr;gap:32px}}.gallery-main{border-radius:var(--radius-lg);overflow:hidden;background:var(--gray-light);margin-bottom:14px;box-shadow:var(--shadow-md)}.gallery-main img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:opacity .25s}.gallery-thumbs{display:flex;gap:10px;overflow-x:auto}.gallery-thumbs img{width:76px;height:76px;object-fit:cover;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;flex-shrink:0;transition:border-color .2s}.gallery-thumbs img.active{border-color:var(--blue)}.buy-box{position:sticky;top:96px;align-self:start}.buy-box .rating{display:flex;align-items:center;gap:8px;margin-bottom:10px}.buy-box .rating .stars{color:#ffb800;letter-spacing:2px;font-size:15px}.buy-box .rating span{font-size:13px;color:#777;font-weight:600}.buy-box h2{font-size:30px;font-weight:800;margin-bottom:14px;letter-spacing:-.5px}.price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:6px}.price-now{font-size:32px;font-weight:800;color:var(--black)}.price-was{font-size:18px;color:#999;text-decoration:line-through}.badge-save{background:#feecec;color:#e0292e;font-weight:800;font-size:12px;padding:4px 10px;border-radius:6px}.stock-note{font-size:13px;color:#2e9e4c;font-weight:600;margin:6px 0 22px;display:flex;align-items:center;gap:6px}.stock-note svg{width:14px;height:14px}.option-group{margin-bottom:22px}.option-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#555;margin-bottom:10px;display:flex;justify-content:space-between}.option-label b{color:var(--black);text-transform:none;font-weight:700}.swatches{display:flex;gap:10px;flex-wrap:wrap}.swatch{padding:10px 18px;border-radius:100px;border:1.5px solid var(--border);font-size:13px;font-weight:700;transition:all .2s;background:#fff}.swatch.active{border-color:var(--black);background:var(--black);color:#fff}.swatch:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.qty-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}.qty-selector{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:100px;overflow:hidden}.qty-selector button{width:42px;height:42px;font-size:18px;font-weight:700;transition:background .2s}.qty-selector button:hover{background:var(--gray-light)}.qty-selector input{width:44px;text-align:center;border:none;font-size:15px;font-weight:700;-moz-appearance:textfield}.qty-selector input::-webkit-outer-spin-button,.qty-selector input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.buy-actions{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.urgency{background:#fff6ec;border:1px solid #FFE1B8;border-radius:var(--radius-sm);padding:14px 16px;font-size:13.5px;font-weight:600;color:#8a5a0a;margin-bottom:18px;display:flex;align-items:center;gap:10px}.buy-box .specs{border-top:1px solid var(--border);padding-top:18px;font-size:13.5px;color:#555;line-height:2}.buy-box .specs b{color:var(--black)}.benefits{padding:72px 0;background:var(--gray-light)}.section-head{text-align:center;max-width:640px;margin:0 auto 48px}.section-head h2{font-size:clamp(26px,4vw,40px);font-weight:800;letter-spacing:-.5px;margin-bottom:12px}.section-head p{color:#666;font-size:16px}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:899px){.benefit-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.benefit-grid{grid-template-columns:1fr}}.benefit-card{background:#fff;border-radius:var(--radius-md);padding:32px 24px;box-shadow:var(--shadow-sm);transition:transform .25s var(--ease),box-shadow .25s;text-align:left}.benefit-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.benefit-icon{width:48px;height:48px;border-radius:14px;background:#146ef51a;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.benefit-icon svg{width:24px;height:24px;color:var(--blue)}.benefit-card h3{font-size:16px;font-weight:700;margin-bottom:8px}.benefit-card p{font-size:14px;color:#666;line-height:1.6}.why{padding:80px 0;text-align:center}.why h2{font-size:clamp(28px,4.5vw,44px);font-weight:800;letter-spacing:-.5px;margin-bottom:20px}.why>p{max-width:600px;margin:0 auto 56px;color:#666;font-size:16px;line-height:1.7}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;text-align:left}@media(max-width:768px){.why-grid{grid-template-columns:1fr}}.why-item{border-top:2px solid var(--black);padding-top:20px}.why-item h3{font-size:18px;font-weight:700;margin-bottom:10px}.why-item p{font-size:14.5px;color:#666;line-height:1.6}.how{padding:72px 0;background:var(--charcoal);color:#fff}.how .section-head h2{color:#fff}.how .section-head p{color:#aaa}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:768px){.how-grid{grid-template-columns:1fr}}.how-item{text-align:center}.how-num{font-size:14px;font-weight:800;color:var(--blue);letter-spacing:2px;margin-bottom:14px}.how-item h3{font-size:19px;font-weight:700;margin-bottom:10px}.how-item p{font-size:14px;color:#aaa;line-height:1.6;max-width:280px;margin:0 auto}.lifestyle{position:relative;padding:0}.lifestyle-img{width:100%;height:560px;object-fit:cover}@media(max-width:749px){.lifestyle-img{height:420px}}.lifestyle-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000b8,#00000026 60%);display:flex;align-items:center}.lifestyle-content{color:#fff;max-width:480px;padding:0 24px}.lifestyle-content h2{font-size:clamp(28px,4.5vw,44px);font-weight:800;margin-bottom:16px;letter-spacing:-.5px}.lifestyle-content p{font-size:16px;color:#e8e8e8;line-height:1.7}.bundles{padding:80px 0;background:var(--gray-light)}.bundle-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin:0 auto}@media(max-width:768px){.bundle-grid{grid-template-columns:1fr}}.bundle-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .25s var(--ease),box-shadow .25s;display:flex;flex-direction:column}.bundle-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.bundle-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.bundle-body{padding:24px;flex:1;display:flex;flex-direction:column}.bundle-body h3{text-decoration:none}.bundle-body a{color:inherit}.bundle-tag{display:inline-block;background:#146ef51a;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;padding:4px 10px;border-radius:6px;margin-bottom:12px;width:fit-content}.bundle-body h3{font-size:19px;font-weight:700;margin-bottom:8px}.bundle-body p{font-size:14px;color:#666;margin-bottom:16px;flex:1;line-height:1.6}.bundle-price{display:flex;align-items:baseline;gap:10px;margin-bottom:16px}.bundle-price .now{font-size:22px;font-weight:800}.bundle-price .was{font-size:15px;color:#999;text-decoration:line-through}.reviews{padding:80px 0}.review-carousel{position:relative;max-width:700px;margin:0 auto}.review-track{overflow:hidden}.review-slides{display:flex;transition:transform .4s var(--ease)}.review-card{min-width:100%;background:var(--gray-light);border-radius:var(--radius-lg);padding:40px;text-align:center}.review-card .stars{color:#ffb800;font-size:20px;letter-spacing:3px;margin-bottom:18px}.review-card p{font-size:17px;line-height:1.7;color:#333;margin-bottom:20px;font-weight:500}.review-card .author{font-size:14px;font-weight:700;color:#555}.review-nav{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:24px}.review-arrow{width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;transition:background .2s}.review-arrow:hover{background:var(--gray-light)}.review-arrow svg{width:16px;height:16px}.review-dots{display:flex;gap:8px}.review-dot{width:8px;height:8px;border-radius:50%;background:var(--border);transition:background .2s}.review-dot.active{background:var(--black)}.social-strip{padding:36px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.social-strip .container{display:flex;justify-content:space-around;flex-wrap:wrap;gap:24px;text-align:center}.social-item b{display:block;font-size:20px;font-weight:800}.social-item span{font-size:12.5px;color:#777;font-weight:600}.faq{padding:80px 0;max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:22px 4px;font-size:16px;font-weight:700;text-align:left}.faq-q .plus{width:22px;height:22px;flex-shrink:0;position:relative;transition:transform .3s}.faq-q .plus:before,.faq-q .plus:after{content:"";position:absolute;background:var(--black);top:50%;left:50%;transform:translate(-50%,-50%)}.faq-q .plus:before{width:14px;height:2px}.faq-q .plus:after{width:2px;height:14px;transition:opacity .2s}.faq-item.open .faq-q .plus{transform:rotate(180deg)}.faq-item.open .faq-q .plus:after{opacity:0}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s var(--ease)}.faq-a-inner{padding:0 4px 22px;font-size:14.5px;color:#666;line-height:1.7}.final-cta{padding:96px 0;background:var(--black);color:#fff;text-align:center;position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 20%,rgba(20,110,245,.25),transparent 55%)}.final-cta .container{position:relative}.final-cta h2{font-size:clamp(30px,5vw,52px);font-weight:800;letter-spacing:-1px;margin-bottom:16px}.final-cta p{color:#bbb;font-size:16px;margin-bottom:32px}.site-footer{background:#0c0c0c;color:#ccc;padding:64px 0 32px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}.footer-logo img{height:22px;margin-bottom:14px;filter:brightness(0) invert(1)}.footer-grid p{font-size:13.5px;color:#888;line-height:1.6;max-width:280px}.footer-col h4{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:#fff;margin-bottom:16px}.footer-col a{display:block;font-size:13.5px;color:#999;padding:6px 0;transition:color .2s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid #222;padding-top:24px;font-size:12.5px;color:#777;text-align:center}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:150;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:92vw;background:#fff;z-index:151;transform:translate(100%);transition:transform .35s var(--ease);display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-head{display:flex;justify-content:space-between;align-items:center;padding:22px 24px;border-bottom:1px solid var(--border)}.cart-head h3{font-size:18px;font-weight:800}.cart-shipping{padding:16px 24px;border-bottom:1px solid var(--border)}.cart-shipping p{font-size:12.5px;font-weight:600;margin-bottom:10px}.progress-track{height:6px;background:var(--gray-light);border-radius:100px;overflow:hidden}.progress-fill{height:100%;background:var(--blue);border-radius:100px;transition:width .3s var(--ease)}.cart-items{flex:1;overflow-y:auto;padding:12px 24px}.cart-item{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--border)}.cart-item img{width:70px;height:70px;object-fit:cover;border-radius:var(--radius-sm);background:var(--gray-light)}.cart-item-info{flex:1}.cart-item-info .name{font-size:13.5px;font-weight:700;margin-bottom:4px}.cart-item-info .variant{font-size:12px;color:#888;margin-bottom:8px}.cart-item-bottom{display:flex;justify-content:space-between;align-items:center}.cart-item-qty{display:flex;align-items:center;border:1px solid var(--border);border-radius:100px}.cart-item-qty button{width:26px;height:26px;font-size:14px}.cart-item-qty span{font-size:12.5px;font-weight:700;min-width:18px;text-align:center;display:inline-block}.cart-item-price{font-size:13.5px;font-weight:800}.cart-item-remove{font-size:11.5px;color:#999;text-decoration:underline;margin-top:6px}.cart-empty{text-align:center;padding:60px 20px;color:#888;font-size:14px}.cart-foot{padding:20px 24px;border-top:1px solid var(--border)}.cart-subtotal{display:flex;justify-content:space-between;font-size:15px;font-weight:800;margin-bottom:16px}.mobile-buy-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border);padding:12px 16px;z-index:40;box-shadow:0 -6px 20px #0000000f;align-items:center;gap:12px}@media(max-width:749px){.mobile-buy-bar.show{display:flex}}.mobile-buy-bar .mb-price{font-size:16px;font-weight:800;flex-shrink:0}.mobile-buy-bar .btn{flex:1;padding:14px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.reveal.in{opacity:1;transform:none}@media(max-width:749px){.hero{padding:36px 0 40px}.product-section{padding:48px 0}.benefits,.why,.how,.bundles,.reviews{padding:56px 0}.buy-box{position:static}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/carmatify.css.map */
