*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--ink,#0F172A);line-height:1.55;background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;display:block;height:auto}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;cursor:pointer;background:none}input,select,textarea{font-family:inherit;font-size:inherit}.skip-to-content-link{position:absolute;left:-9999px;top:0;background:var(--ink);color:#fff;padding:10px 14px;z-index:9999}.skip-to-content-link:focus{left:0}:root{--ink:#0F172A;--ink-2:#334155;--ink-3:#64748B;--bg:#FFFFFF;--bg-2:#F5F7FA;--bg-3:#EEF2F6;--line:#E2E8F0;--brand:#1E88E5;--brand-dark:#1565C0;--brand-soft:#E3F2FD;--warm:#F59E0B;--warm-soft:#FEF3C7;--success:#10B981;--danger:#EF4444;--radius:14px;--radius-lg:22px;--shadow-sm:0 1px 2px rgba(15,23,42,.06);--shadow:0 8px 24px rgba(15,23,42,.08);--shadow-lg:0 20px 50px rgba(15,23,42,.12);--container:1200px}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.row{display:flex;gap:24px;flex-wrap:wrap}.grid{display:grid;gap:24px}.text-center{text-align:center}.topbar{background:var(--ink);color:#fff;font-size:13px;padding:9px 0;text-align:center;letter-spacing:.2px}.topbar #topbar-message{display:inline-flex;align-items:center;gap:8px;opacity:.95}.topbar strong{color:var(--warm);font-weight:700}.pulse-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 #22c55eb3;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #22c55e99}70%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 #22c55e00}}.site-header{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;height:72px;gap:20px}.logo{display:flex;align-items:center;line-height:1}.logo svg{height:32px;width:auto;display:block}.logo img{height:36px;width:auto;display:block}.navlinks{display:flex;gap:32px;font-size:15px;font-weight:500;list-style:none}.navlinks a{color:var(--ink-2);transition:color .2s;padding:4px 0}.navlinks a:hover,.navlinks a[aria-current=page]{color:var(--brand)}.nav-actions{display:flex;align-items:center;gap:6px}.icon-btn{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;color:var(--ink-2);transition:background .2s,color .2s;position:relative}.icon-btn:hover{background:var(--bg-2);color:var(--ink)}.cart-badge{position:absolute;top:4px;right:4px;width:18px;height:18px;border-radius:9px;background:var(--brand);color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center}.menu-toggle{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:12px;font-weight:600;font-size:15px;transition:transform .15s,box-shadow .2s,background .2s,border-color .2s;cursor:pointer;white-space:nowrap;text-align:center}.btn-primary{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-dark) 100%);color:#fff;box-shadow:0 6px 16px #1e88e559}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 22px #1e88e573}.btn-primary:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-ghost{background:var(--bg-2);color:var(--ink)}.btn-ghost:hover{background:var(--bg-3)}.btn-outline{background:#fff;color:var(--ink);border:1.5px solid var(--line)}.btn-outline:hover{border-color:var(--ink);background:var(--bg-2)}.btn-lg{padding:16px 30px;font-size:16px}.btn-block{width:100%}.hero{padding:64px 0 96px;background:radial-gradient(1200px 400px at 80% -10%,rgba(30,136,229,.1),transparent 60%),radial-gradient(800px 400px at 20% 100%,rgba(245,158,11,.06),transparent 60%),#fff;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:var(--brand-soft);color:var(--brand-dark);font-size:13px;font-weight:600;margin-bottom:20px}.eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 3px #1e88e533}h1{font-size:clamp(36px,5vw,58px);line-height:1.05;font-weight:800;letter-spacing:-1.5px;margin-bottom:18px}h1 .accent{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-dark) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p.lead{font-size:18px;color:var(--ink-2);margin-bottom:28px;max-width:520px}.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px}.trust-row{display:flex;gap:24px;flex-wrap:wrap;align-items:center;color:var(--ink-3);font-size:14px}.trust-row .item{display:flex;align-items:center;gap:8px}.trust-row svg{width:18px;height:18px;color:var(--success)}.hero-visual{position:relative;aspect-ratio:1/1;background:radial-gradient(circle at 50% 50%,#fff,var(--bg-2) 70%);border-radius:32px;display:grid;place-items:center;box-shadow:var(--shadow-lg);overflow:hidden}.hero-visual img{width:80%;height:80%;object-fit:contain}.floating-tag{position:absolute;background:#fff;border-radius:14px;padding:12px 16px;box-shadow:var(--shadow);display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600}.floating-tag .icn{width:32px;height:32px;border-radius:8px;display:grid;place-items:center}.tag-1{top:8%;left:-4%}.tag-1 .icn{background:var(--brand-soft);color:var(--brand-dark)}.tag-2{top:42%;right:-6%}.tag-2 .icn{background:var(--warm-soft);color:var(--warm)}.tag-3{bottom:8%;left:-2%}.tag-3 .icn{background:#dcfce7;color:#15803d}.ship-banner{background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;padding:22px 0;border-bottom:1px solid var(--line);position:relative;overflow:hidden}.ship-banner:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(245,158,11,.18),transparent 70%);top:-300px;right:-200px}.ship-grid{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.ship-left{display:flex;align-items:center;gap:18px}.ship-icon{width:56px;height:56px;border-radius:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;color:var(--warm);flex-shrink:0}.ship-title{font-size:18px;font-weight:700;letter-spacing:-.2px;margin-bottom:2px}.ship-sub{font-size:13.5px;color:#cbd5e1}.ship-right{display:flex;align-items:center;gap:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);padding:10px 16px;border-radius:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ship-eyebrow,.ship-foot{font-size:13px;color:#cbd5e1;font-weight:500}.ship-counter{display:flex;gap:6px}.ship-counter .cell{display:flex;align-items:baseline;gap:3px;background:var(--warm);color:#0f172a;padding:6px 10px;border-radius:8px;font-variant-numeric:tabular-nums;box-shadow:0 4px 12px #f59e0b59}.ship-counter .num{font-size:20px;font-weight:900;letter-spacing:-.5px;min-width:24px;text-align:center}.ship-counter .lbl{font-size:11px;font-weight:700;opacity:.7}.ship-right.inactive{background:#ffffff0a;box-shadow:none}.ship-right.inactive .ship-counter{display:none}.ship-right.inactive .ship-eyebrow{font-weight:600;color:#94a3b8}.ship-right.inactive .ship-foot{display:none}.usp-bar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg-2)}.usp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.usp{padding:24px;display:flex;align-items:center;gap:14px;border-right:1px solid var(--line)}.usp:last-child{border-right:none}.usp-icn{width:44px;height:44px;border-radius:12px;background:#fff;display:grid;place-items:center;color:var(--brand);box-shadow:var(--shadow-sm)}.usp-icn svg{width:22px;height:22px}.usp-text strong{display:block;font-weight:700;font-size:15px;color:var(--ink)}.usp-text span{font-size:13px;color:var(--ink-3)}.section{padding:96px 0}.section-head{text-align:center;max-width:680px;margin:0 auto 56px}.section-head .eyebrow{margin-bottom:14px}h2{font-size:clamp(30px,4vw,44px);line-height:1.1;font-weight:800;letter-spacing:-1px;margin-bottom:14px}h3{font-size:19px;font-weight:700;line-height:1.3}.section-head p{color:var(--ink-2);font-size:17px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:transparent}.product-img{aspect-ratio:1/1;background:linear-gradient(180deg,#fff 0%,var(--bg-2) 100%);display:grid;place-items:center;position:relative;border-bottom:1px solid var(--line);overflow:hidden}.product-img img{width:80%;height:80%;object-fit:contain;transition:transform .4s}.product-card:hover .product-img img{transform:scale(1.05)}.badge{position:absolute;top:14px;left:14px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;z-index:2}.badge-new{background:var(--brand);color:#fff}.badge-promo{background:var(--warm);color:#fff}.badge-best{background:#0f172a;color:#fff}.badge-pack{background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff}.badge-unit{background:#f1f5f9;color:var(--ink-2)}.badge-soldout{background:#94a3b8;color:#fff}.product-info{padding:20px;flex:1;display:flex;flex-direction:column}.product-cat{font-size:12px;color:var(--ink-3);text-transform:uppercase;letter-spacing:.5px;font-weight:600;margin-bottom:6px}.product-name{font-weight:700;font-size:17px;line-height:1.3;margin-bottom:8px;color:var(--ink)}.product-name a:hover{color:var(--brand)}.product-desc{font-size:13px;color:var(--ink-3);margin-bottom:14px;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{display:flex;align-items:baseline;gap:8px;margin-bottom:14px;flex-wrap:wrap}.price{font-size:22px;font-weight:800;color:var(--ink)}.price-old{font-size:14px;color:var(--ink-3);text-decoration:line-through}.price-save{font-size:12px;background:var(--warm-soft);color:#92400e;padding:2px 8px;border-radius:6px;font-weight:700}.product-card .btn{width:100%;justify-content:center}.bundle{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;border-radius:32px;padding:64px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;position:relative;overflow:hidden}.bundle:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(30,136,229,.3),transparent 70%);top:-200px;right:-100px}.bundle:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(245,158,11,.15),transparent 70%);bottom:-150px;left:-100px}.bundle>*{position:relative;z-index:1}.bundle h2{color:#fff;margin-bottom:16px}.bundle p{color:#cbd5e1;font-size:17px;margin-bottom:24px;max-width:480px}.bundle-includes{list-style:none;margin-bottom:28px}.bundle-includes li{display:flex;align-items:center;gap:10px;padding:8px 0;color:#e2e8f0;font-size:15px}.bundle-includes svg{width:18px;height:18px;color:var(--success);flex-shrink:0}.bundle-price{display:flex;align-items:baseline;gap:14px;margin-bottom:24px;flex-wrap:wrap}.bundle-price .now{font-size:42px;font-weight:900;color:#fff;letter-spacing:-1px}.bundle-price .was{font-size:20px;color:#94a3b8;text-decoration:line-through}.bundle-price .save{background:var(--warm);color:#fff;font-weight:700;font-size:13px;padding:6px 12px;border-radius:8px}.bundle-visual{aspect-ratio:1/1;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:24px;display:grid;place-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative;overflow:hidden}.bundle-visual img{width:80%;height:80%;object-fit:contain}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative}.step{text-align:center;position:relative}.step-num{width:64px;height:64px;border-radius:50%;background:#fff;border:2px solid var(--line);display:grid;place-items:center;margin:0 auto 20px;font-size:22px;font-weight:800;color:var(--brand);position:relative;z-index:1}.step:not(:last-child):after{content:"";position:absolute;top:32px;left:60%;width:80%;height:2px;background:repeating-linear-gradient(to right,var(--line) 0,var(--line) 6px,transparent 6px,transparent 12px);z-index:0}.step p{color:var(--ink-3);font-size:14px;max-width:280px;margin:10px auto 0}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature{padding:32px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;transition:border-color .2s,transform .2s}.feature:hover{border-color:var(--brand);transform:translateY(-2px)}.feature-icn{width:52px;height:52px;border-radius:14px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;margin-bottom:20px}.feature-icn svg{width:26px;height:26px}.feature h3{margin-bottom:10px}.feature p{color:var(--ink-3);font-size:14px}.testi-bg{background:var(--bg-2)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testi{background:#fff;border-radius:var(--radius-lg);padding:28px;border:1px solid var(--line)}.stars{color:var(--warm);font-size:15px;margin-bottom:12px;letter-spacing:2px}.testi p{color:var(--ink-2);font-size:15px;margin-bottom:18px;line-height:1.6}.testi-author{display:flex;align-items:center;gap:12px}.avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-dark) 100%);color:#fff;display:grid;place-items:center;font-weight:700}.testi-author strong{display:block;font-size:14px;font-weight:700}.testi-author span{font-size:12px;color:var(--ink-3)}.cta-banner{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-dark) 100%);border-radius:24px;padding:64px;text-align:center;color:#fff;position:relative;overflow:hidden}.cta-banner h2{color:#fff;margin-bottom:14px}.cta-banner p{color:#ffffffd9;font-size:17px;margin-bottom:24px;max-width:560px;margin-left:auto;margin-right:auto}.cta-banner .btn-primary{background:#fff;color:var(--brand-dark);box-shadow:0 10px 30px #0000002e}.cta-banner .btn-primary:hover{background:#fff;box-shadow:0 14px 40px #00000040}footer.site-footer{background:#0f172a;color:#cbd5e1;padding:72px 0 32px}.foot-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:48px;margin-bottom:48px}.foot-brand p{font-size:14px;color:#94a3b8;margin-top:14px;max-width:300px}.foot-col h4{color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:18px}.foot-col ul{list-style:none}.foot-col li{margin-bottom:10px}.foot-col a{color:#94a3b8;font-size:14px;transition:color .15s}.foot-col a:hover{color:#fff}.foot-shipping{background:#0b1220;border:1px solid #1E293B;border-radius:12px;padding:14px 18px;margin-bottom:24px;font-size:12px;color:#94a3b8;line-height:1.6}.foot-shipping strong{color:#cbd5e1;font-weight:600}.foot-bottom{border-top:1px solid #1E293B;padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;font-size:13px;color:#64748b}.foot-pay{display:flex;gap:8px}.pay-card{width:42px;height:28px;border-radius:5px;background:#1e293b;display:grid;place-items:center;font-size:10px;font-weight:700;color:#94a3b8}.pay-card.ups{background:#5f3500;color:#fcd34d}.pay-card.mr{background:#7f1d1d;color:#fecaca}.product-page{padding:48px 0 96px}.product-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}.product-gallery{position:sticky;top:96px;align-self:start}.product-gallery-main{aspect-ratio:1/1;background:var(--bg-2);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:14px;display:grid;place-items:center}.product-gallery-main img{width:90%;height:90%;object-fit:contain}.product-gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.product-gallery-thumb{aspect-ratio:1/1;background:var(--bg-2);border-radius:10px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s;display:grid;place-items:center}.product-gallery-thumb.active{border-color:var(--brand)}.product-gallery-thumb img{width:80%;height:80%;object-fit:contain}.product-details .product-cat{margin-bottom:8px}.product-details h1{font-size:34px;line-height:1.15;margin-bottom:16px;letter-spacing:-.8px}.product-rating{display:flex;align-items:center;gap:10px;margin-bottom:18px;font-size:14px;color:var(--ink-3)}.product-rating .stars{margin:0}.product-prices{display:flex;align-items:baseline;gap:14px;margin-bottom:24px;flex-wrap:wrap}.product-prices .price{font-size:32px}.product-prices .price-old{font-size:18px}.product-description{color:var(--ink-2);font-size:15px;line-height:1.7;margin-bottom:24px}.product-description p{margin-bottom:12px}.product-options{margin-bottom:24px}.product-option{margin-bottom:18px}.product-option-label{display:block;font-size:13px;font-weight:600;color:var(--ink-2);margin-bottom:8px;text-transform:uppercase;letter-spacing:.3px}.variant-pills{display:flex;flex-wrap:wrap;gap:8px}.variant-pill{padding:10px 18px;border:1.5px solid var(--line);border-radius:10px;background:#fff;cursor:pointer;font-size:14px;font-weight:600;transition:all .15s}.variant-pill:hover{border-color:var(--ink)}.variant-pill.selected{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-dark)}.product-buy{display:flex;gap:12px;margin-bottom:24px;align-items:stretch}.qty-picker{display:flex;align-items:center;border:1.5px solid var(--line);border-radius:12px;overflow:hidden}.qty-picker button{width:42px;height:48px;font-size:18px;color:var(--ink-2)}.qty-picker button:hover{background:var(--bg-2)}.qty-picker input{width:50px;height:48px;text-align:center;border:none;font-weight:700;outline:none}.product-meta-list{list-style:none;border-top:1px solid var(--line);padding-top:20px}.product-meta-list li{display:flex;gap:12px;padding:8px 0;font-size:14px;color:var(--ink-2)}.product-meta-list svg{width:18px;height:18px;color:var(--success);flex-shrink:0;margin-top:2px}.pack-contents{background:var(--bg-2);border-radius:var(--radius-lg);padding:24px;margin-bottom:24px}.pack-contents h4{font-size:15px;font-weight:700;margin-bottom:14px;text-transform:uppercase;letter-spacing:.3px;color:var(--ink-2)}.pack-contents ul{list-style:none;display:grid;gap:10px}.pack-contents li{display:flex;align-items:center;gap:10px;font-size:15px}.pack-contents svg{width:18px;height:18px;color:var(--success);flex-shrink:0}.collection-header{padding:48px 0;border-bottom:1px solid var(--line);text-align:center}.collection-header h1{font-size:clamp(30px,4vw,44px);margin-bottom:12px}.collection-header p{color:var(--ink-2);max-width:600px;margin:0 auto}.collection-toolbar{padding:24px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;border-bottom:1px solid var(--line);margin-bottom:32px}.collection-count{font-size:14px;color:var(--ink-3)}.collection-sort{padding:10px 14px;border:1.5px solid var(--line);border-radius:10px;background:#fff;font-size:14px;font-weight:600}.collection-tabs{display:flex;gap:8px;flex-wrap:wrap}.collection-tab{padding:8px 16px;border:1.5px solid var(--line);border-radius:999px;background:#fff;font-size:14px;font-weight:600;color:var(--ink-2);transition:all .15s}.collection-tab:hover{border-color:var(--ink)}.collection-tab.active{border-color:var(--brand);background:var(--brand);color:#fff}.cart-page{padding:48px 0 96px;min-height:60vh}.cart-page h1{font-size:34px;margin-bottom:24px;letter-spacing:-.8px}.cart-grid{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:14px}.cart-item{display:grid;grid-template-columns:96px 1fr auto;gap:18px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);align-items:center}.cart-item-img{aspect-ratio:1/1;background:var(--bg-2);border-radius:10px;display:grid;place-items:center;overflow:hidden}.cart-item-img img{width:80%;height:80%;object-fit:contain}.cart-item-info strong{display:block;font-size:15px;font-weight:700;margin-bottom:4px}.cart-item-info .product-cat{margin-bottom:4px}.cart-item-info .item-price{font-size:14px;color:var(--ink-2);font-weight:600}.cart-item-actions{display:flex;flex-direction:column;align-items:end;gap:10px}.cart-item-remove{color:var(--ink-3);font-size:13px;cursor:pointer;background:none;border:none}.cart-item-remove:hover{color:var(--danger)}.cart-summary{background:var(--bg-2);border-radius:var(--radius-lg);padding:28px;position:sticky;top:96px}.cart-summary h3{margin-bottom:18px}.summary-line{display:flex;justify-content:space-between;padding:8px 0;font-size:15px}.summary-line.total{border-top:1px solid var(--line);margin-top:10px;padding-top:14px;font-size:18px;font-weight:800}.cart-empty{text-align:center;padding:64px 24px}.cart-empty svg{width:80px;height:80px;color:var(--ink-3);margin-bottom:18px}.cart-empty h2{margin-bottom:10px}.page-content{padding:48px 0 96px;max-width:760px;margin:0 auto}.page-content h1{font-size:36px;margin-bottom:24px;letter-spacing:-1px}.page-content h2{font-size:24px;margin:32px 0 12px}.page-content h3{font-size:18px;margin:24px 0 8px}.page-content p{margin-bottom:14px;font-size:16px;color:var(--ink-2);line-height:1.7}.page-content ul,.page-content ol{margin:14px 0 14px 24px}.page-content li{margin-bottom:6px;color:var(--ink-2)}.page-content a{color:var(--brand);text-decoration:underline}.empty-state{text-align:center;padding:96px 24px}.empty-state h1{font-size:42px;margin-bottom:14px}.empty-state p{color:var(--ink-2);font-size:17px;margin-bottom:24px}.search-form{display:flex;max-width:520px;margin:0 auto 32px;gap:8px}.search-form input{flex:1;padding:14px 16px;border:1.5px solid var(--line);border-radius:12px;font-size:15px;outline:none}.search-form input:focus{border-color:var(--brand)}.form-field{margin-bottom:16px}.form-field label{display:block;font-size:13px;font-weight:600;color:var(--ink-2);margin-bottom:6px}.form-field input,.form-field textarea,.form-field select{width:100%;padding:12px 14px;border:1.5px solid var(--line);border-radius:10px;font-size:15px;outline:none;background:#fff}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--brand)}.form-message{padding:14px 18px;border-radius:10px;margin-bottom:16px;font-size:14px}.form-message.success{background:#dcfce7;color:#15803d}.form-message.error{background:#fee2e2;color:#b91c1c}.hidden{display:none!important}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:32px}.hero-visual{max-width:480px;margin:0 auto}.products,.usp-grid{grid-template-columns:repeat(2,1fr)}.usp:nth-child(2){border-right:none}.usp:nth-child(1),.usp:nth-child(2){border-bottom:1px solid var(--line)}.bundle{grid-template-columns:1fr;padding:40px}.features{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:48px}.step:not(:last-child):after{display:none}.testi-grid{grid-template-columns:1fr}.foot-grid{grid-template-columns:1fr 1fr;gap:32px}.ship-grid{flex-direction:column;align-items:flex-start;text-align:left}.ship-right{width:100%;justify-content:space-between}.product-page-grid{grid-template-columns:1fr;gap:32px}.product-gallery{position:static}.cart-grid{grid-template-columns:1fr;gap:32px}.cart-summary{position:static}}@media(max-width:640px){.navlinks{display:none}.menu-toggle{display:grid}.section{padding:64px 0}.hero{padding:40px 0 64px}.products,.usp-grid{grid-template-columns:1fr}.usp{border-right:none;border-bottom:1px solid var(--line)}.usp:last-child{border-bottom:none}.cta-banner{padding:40px 24px}.foot-grid{grid-template-columns:1fr}.bundle{padding:32px 24px}.floating-tag{font-size:11px;padding:8px 12px}.floating-tag .icn{width:26px;height:26px}.ship-left{gap:12px}.ship-icon{width:46px;height:46px}.ship-title{font-size:16px}.ship-sub{font-size:12.5px}.cart-item{grid-template-columns:80px 1fr;gap:14px;padding:14px}.cart-item-actions{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
