:root{--blue: #2563EB;--blue-dark: #1d4ed8;--blue-light: #EFF6FF;--black: #111111;--gray: #6B7280;--gray-light: #9CA3AF;--bg: #F6F7F8;--white: #FFFFFF;--border: #E5E7EB;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 3px rgba(0,0,0,.07), 0 4px 16px rgba(0,0,0,.04);--shadow-hover:0 4px 12px rgba(0,0,0,.1), 0 16px 40px rgba(0,0,0,.08);--max-width: 1280px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--white);color:var(--black);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.cx-announcement{background:var(--blue);color:#fff;padding:10px 24px;text-align:center;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:12px}.cx-announcement a{text-decoration:underline;opacity:.9}.cx-header{position:sticky;top:0;z-index:100;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.cx-header-inner{max-width:var(--max-width);margin:0 auto;padding:0 24px;display:flex;align-items:center;height:64px;gap:32px}.cx-logo{font-family:"DM Serif Display",serif;font-size:22px;letter-spacing:-.5px;color:var(--black);flex-shrink:0}.cx-logo span{color:var(--blue)}.cx-nav{display:flex;gap:4px;flex:1}.cx-nav a{padding:6px 14px;border-radius:6px;font-size:14px;font-weight:500;color:var(--gray);transition:color .15s,background .15s;white-space:nowrap}.cx-nav a:hover,.cx-nav a[aria-current=page]{color:var(--black);background:var(--bg)}.cx-header-actions{display:flex;align-items:center;gap:8px}.cx-icon-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--border);background:var(--white);cursor:pointer;transition:background .15s,border-color .15s;font-size:18px;color:var(--black)}.cx-icon-btn:hover{background:var(--bg);border-color:#d1d5db}.cx-cart-btn{display:flex;align-items:center;gap:8px;padding:8px 14px;background:var(--white);color:var(--black);border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s;border:1px solid var(--border)}.cx-cart-btn:hover{background:var(--bg);border-color:#d1d5db}.cx-cart-count{background:var(--blue);color:#fff;border-radius:99px;font-size:11px;font-weight:700;padding:1px 6px;min-width:18px;text-align:center}.cx-mobile-btn{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:var(--black)}.cx-mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#fff;flex-direction:column;padding:24px}.cx-mobile-nav.is-open{display:flex}.cx-mobile-nav-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.cx-mobile-nav-links{display:flex;flex-direction:column;gap:0}.cx-mobile-nav-links a{padding:16px 4px;font-size:17px;font-weight:600;color:var(--black);border-bottom:1px solid var(--border);transition:color .15s}.cx-mobile-nav-links a:hover{color:var(--blue)}.cx-section{padding:56px 24px}.cx-section-inner{max-width:var(--max-width);margin:0 auto}.cx-section-header{margin-bottom:32px}.cx-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:10px}.cx-section-title{font-family:"DM Serif Display",serif;font-size:clamp(26px,3vw,36px);line-height:1.2;color:var(--black)}.cx-section-title em{color:var(--blue);font-style:italic}.cx-section-sub{font-size:15px;color:var(--gray);margin-top:10px;max-width:560px}.cx-decision-strip{background:var(--white);border-bottom:1px solid var(--border);padding:0 24px}.cx-decision-inner{max-width:var(--max-width);margin:0 auto;padding:12px 0}.cx-decision-options{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border-radius:10px;overflow:hidden}.cx-ds-option{background:var(--white);padding:14px 16px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:background .15s;text-decoration:none}.cx-ds-option:hover{background:var(--bg)}.cx-ds-icon{font-size:20px;flex-shrink:0}.cx-ds-title{font-size:13px;font-weight:600;color:var(--black);line-height:1.3;margin-bottom:1px}.cx-ds-hint{font-size:11px;color:var(--gray);line-height:1.3}.cx-ds-arrow{font-size:14px;color:var(--gray-light);margin-left:auto;flex-shrink:0;transition:color .15s,transform .15s}.cx-ds-option:hover .cx-ds-arrow{color:var(--blue);transform:translate(3px)}.cx-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.cx-products-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cx-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s,transform .15s;display:flex;flex-direction:column}.cx-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.cx-card-img{aspect-ratio:4/3;overflow:hidden;background:var(--bg);position:relative}.cx-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cx-card:hover .cx-card-img img{transform:scale(1.04)}.cx-card-label{position:absolute;top:12px;left:12px}.cx-card-urgency{position:absolute;bottom:8px;right:8px}.cx-card-body{padding:14px 16px 16px;flex:1;display:flex;flex-direction:column}.cx-card-name{font-size:14px;font-weight:700;line-height:1.35;color:var(--black);margin-bottom:4px}.cx-card-bestfor{font-size:11px;color:var(--gray-light);margin-bottom:8px}.cx-card-bestfor strong{color:var(--gray);font-weight:500}.cx-card-price-row{display:flex;align-items:baseline;gap:7px;margin-bottom:8px}.cx-card-price{font-size:20px;font-weight:800;color:var(--black)}.cx-card-price-orig{font-size:12px;color:var(--gray-light);text-decoration:line-through}.cx-card-price-save{font-size:11px;color:#16a34a;font-weight:700}.cx-card-rating{display:flex;align-items:center;gap:5px;font-size:11px;margin-bottom:10px;color:var(--gray)}.cx-card-trust{text-align:center;margin-top:7px;font-size:10px;color:var(--gray-light)}.cx-label{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.cx-label--best-value{background:#fef3c7;color:#92400e}.cx-label--top-rated{background:#ecfdf5;color:#065f46}.cx-label--most-popular{background:#eff6ff;color:#1d4ed8}.cx-label--best-work{background:#f5f3ff;color:#5b21b6}.cx-label--best-fitness{background:#fff7ed;color:#c2410c}.cx-label--best-daily{background:#f0fdfa;color:#0f766e}.cx-label--best-battery{background:#ecfdf5;color:#065f46}.cx-label--best-budget{background:#fef9c3;color:#713f12}.cx-label--premium{background:#1e1b4b;color:#a5b4fc}.cx-urgency{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:600;letter-spacing:.02em;padding:3px 7px;border-radius:4px}.cx-urgency--popular{background:#fef3c7;color:#92400e}.cx-urgency--deal{background:#f0fdf4;color:#15803d}.cx-urgency--dropped{background:#eff6ff;color:#1d4ed8}.cx-stars{color:#f59e0b;font-size:11px;letter-spacing:.5px}.cx-rating-val{font-weight:600;color:var(--gray)}.cx-rating-count{color:var(--gray-light)}.cx-btn-deal{width:100%;padding:11px;background:var(--blue);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center;margin-top:auto;text-decoration:none}.cx-btn-deal:hover{background:var(--blue-dark)}.cx-btn-primary{padding:14px 28px;background:var(--blue);color:#fff;border-radius:8px;font-size:15px;font-weight:600;border:none;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;transition:background .15s,transform .1s}.cx-btn-primary:hover{background:var(--blue-dark);transform:translateY(-1px)}.cx-btn-outline{padding:14px 28px;background:transparent;color:#fff;border-radius:8px;font-size:15px;font-weight:500;border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:background .15s,border-color .15s;display:inline-flex;align-items:center}.cx-btn-outline:hover{background:#ffffff0f;border-color:#ffffff59}.cx-btn-deal-lg{width:100%;padding:15px 20px;background:var(--blue);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:background .15s,transform .1s;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.cx-btn-deal-lg:hover{background:var(--blue-dark);transform:translateY(-1px)}.cx-top-rec{max-width:var(--max-width);margin:0 auto 32px;padding:0 24px}.cx-top-rec-card{background:linear-gradient(135deg,var(--blue-light) 0%,white 100%);border:1.5px solid #bfdbfe;border-radius:14px;padding:24px 28px;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center}.cx-top-rec-icon{font-size:56px}.cx-top-rec-eyebrow{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--blue);margin-bottom:6px}.cx-top-rec-name{font-size:20px;font-weight:700;margin-bottom:6px}.cx-top-rec-why{font-size:13px;color:var(--gray);margin-bottom:10px;line-height:1.6;max-width:540px}.cx-top-rec-price{font-size:24px;font-weight:800;color:var(--black)}.cx-top-rec-price s{font-size:14px;font-weight:400;color:var(--gray-light);margin-left:6px}.cx-cat-hero{background:var(--bg);padding:48px 24px;border-bottom:1px solid var(--border)}.cx-cat-hero-inner{max-width:var(--max-width);margin:0 auto}.cx-breadcrumb{font-size:13px;color:var(--gray);margin-bottom:16px;display:flex;gap:6px;align-items:center}.cx-breadcrumb a:hover{color:var(--black)}.cx-cat-hero-title{font-family:"DM Serif Display",serif;font-size:40px;margin-bottom:8px}.cx-cat-hero-sub{font-size:15px;color:var(--gray);max-width:560px;line-height:1.6}.cx-cat-hero-positioning{font-size:15px;font-style:italic;font-weight:500;color:var(--blue);margin-bottom:6px}.cx-filter-bar{max-width:var(--max-width);margin:0 auto;padding:20px 24px;display:flex;gap:8px;flex-wrap:wrap}.cx-filter-chip{padding:7px 16px;border:1px solid var(--border);border-radius:99px;font-size:13px;font-weight:500;cursor:pointer;background:#fff;transition:all .15s;color:var(--gray)}.cx-filter-chip:hover,.cx-filter-chip.is-active{background:var(--black);color:#fff;border-color:var(--black)}.cx-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cx-cat-card{border-radius:var(--radius);overflow:hidden;position:relative;min-height:220px;cursor:pointer;transition:transform .2s;display:block;text-decoration:none}.cx-cat-card:hover{transform:translateY(-3px)}.cx-cat-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:72px}.cx-cat-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.15) 60%,transparent 100%)}.cx-cat-card-content{position:absolute;bottom:0;left:0;right:0;padding:20px}.cx-cat-card-name{font-size:18px;font-weight:700;color:#fff;margin-bottom:4px}.cx-cat-card-count{font-size:13px;color:#ffffffb3}.cx-cat-card-cta{margin-top:12px;display:inline-flex;align-items:center;gap:6px;background:#fff;color:var(--black);padding:7px 16px;border-radius:6px;font-size:13px;font-weight:600}.cx-cat-bg--headphones{background:linear-gradient(135deg,#1e3a5f,#2563eb)}.cx-cat-bg--smartwatches{background:linear-gradient(135deg,#1e3140,#0f766e)}.cx-cat-bg--laptops{background:linear-gradient(135deg,#1c1c1c,#374151)}.cx-cat-bg--fitness{background:linear-gradient(135deg,#7c2d12,#ea580c)}.cx-trust-section{background:var(--bg)}.cx-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.cx-trust-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.cx-trust-icon{width:44px;height:44px;background:var(--blue-light);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:14px}.cx-trust-title{font-size:15px;font-weight:700;margin-bottom:8px}.cx-trust-text{font-size:13px;color:var(--gray);line-height:1.7}.cx-deals-section{background:var(--black)}.cx-deals-section .cx-eyebrow{color:#60a5fa}.cx-deals-section .cx-section-title{color:#fff}.cx-deals-section .cx-section-sub{color:#6b7280}.cx-deal-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);overflow:hidden;transition:border-color .2s,background .2s;cursor:pointer}.cx-deal-card:hover{border-color:#2563eb66;background:#ffffff0f}.cx-deal-card-img{aspect-ratio:4/3;background:#ffffff08;display:flex;align-items:center;justify-content:center;font-size:56px}.cx-deal-card-body{padding:16px}.cx-deal-card-save{display:inline-block;background:#2563eb33;color:#93c5fd;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;margin-bottom:8px}.cx-deal-card-name{font-size:14px;font-weight:600;color:#fff;margin-bottom:4px}.cx-deal-card-bestfor{font-size:11px;color:#6b7280;margin-bottom:8px}.cx-deal-card-price{font-size:20px;font-weight:700;color:#60a5fa}.cx-deal-card-orig{font-size:13px;color:#4b5563;text-decoration:line-through;margin-left:6px}.cx-btn-deal-dark{width:100%;margin-top:14px;padding:11px;background:var(--blue);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s;text-decoration:none;display:flex;align-items:center;justify-content:center}.cx-btn-deal-dark:hover{background:var(--blue-dark)}.cx-hero{background:var(--black);min-height:520px;display:flex;align-items:center;position:relative;overflow:hidden}.cx-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 80% at 80% 50%,rgba(37,99,235,.18) 0%,transparent 70%)}.cx-hero-inner{max-width:var(--max-width);margin:0 auto;padding:72px 24px;position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.cx-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#2563eb26;border:1px solid rgba(37,99,235,.3);color:#93c5fd;padding:6px 14px;border-radius:99px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:24px}.cx-hero-headline{font-family:"DM Serif Display",serif;font-size:clamp(36px,5vw,58px);line-height:1.1;color:var(--white);margin-bottom:20px}.cx-hero-headline .cx-rotating{color:#60a5fa;font-style:italic;display:block}.cx-hero-sub{font-size:17px;color:#9ca3af;line-height:1.7;max-width:480px;margin-bottom:28px}.cx-hero-btns{display:flex;gap:12px;flex-wrap:wrap}.cx-hero-visual{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cx-hero-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px;transition:background .2s}.cx-hero-card:hover{background:#ffffff14}.cx-hero-card:first-child{grid-column:span 2}.cx-hero-card-label{display:inline-block;background:#2563eb40;color:#93c5fd;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.cx-hero-card-icon{font-size:28px;margin-bottom:10px}.cx-hero-card-name{font-size:13px;font-weight:600;color:#fff;margin-bottom:4px}.cx-hero-card-detail{font-size:12px;color:#6b7280}.cx-hero-card-price{font-size:16px;font-weight:700;color:#60a5fa;margin-top:8px}.cx-product-hero{max-width:var(--max-width);margin:0 auto;padding:36px 24px 48px}.cx-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start}.cx-gallery{background:var(--bg);border-radius:14px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:110px;position:relative;overflow:hidden;border:1px solid var(--border)}.cx-gallery img{width:100%;height:100%;object-fit:contain}.cx-gallery-thumbs{display:flex;gap:8px;margin-top:10px}.cx-gallery-thumb{width:68px;height:68px;border-radius:8px;border:1.5px solid var(--border);cursor:pointer;overflow:hidden;background:var(--bg);transition:border-color .15s,box-shadow .15s;flex-shrink:0}.cx-gallery-thumb img{width:100%;height:100%;object-fit:cover}.cx-gallery-thumb.is-active{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1f}.cx-gallery-thumb:hover:not(.is-active){border-color:#9ca3af}.cx-product-info-label{margin-bottom:10px}.cx-product-title{font-family:"DM Serif Display",serif;font-size:30px;line-height:1.18;color:var(--black);margin-bottom:10px;letter-spacing:-.3px}.cx-product-rating{display:flex;align-items:center;gap:6px;margin-bottom:14px}.cx-product-rating .cx-stars{font-size:14px;letter-spacing:1px}.cx-product-rating .cx-rating-val{font-size:14px;font-weight:700;color:var(--black)}.cx-product-rating .cx-rating-cnt{font-size:13px;color:var(--gray)}.cx-verified{font-size:12px;color:#16a34a;font-weight:600}.cx-product-price-block{display:flex;align-items:baseline;gap:10px;margin-bottom:16px;flex-wrap:wrap}.cx-product-price{font-size:32px;font-weight:800;color:var(--black);line-height:1}.cx-product-price-orig{font-size:16px;color:var(--gray-light);text-decoration:line-through}.cx-product-price-save{font-size:12px;font-weight:700;color:#16a34a;background:#f0fdf4;border:1px solid #BBF7D0;padding:2px 8px;border-radius:99px}.cx-product-price-note{font-size:12px;color:var(--gray);margin-top:4px;width:100%}.cx-product-why{font-size:14px;color:var(--gray);line-height:1.6;font-style:italic;margin-bottom:14px;padding-left:12px;border-left:2px solid var(--blue-light)}.cx-product-bestfor-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:18px}.cx-bestfor-label{font-size:12px;font-weight:700;color:var(--gray);text-transform:uppercase;letter-spacing:.06em;flex-shrink:0}.cx-bestfor-pill{display:inline-flex;align-items:center;background:var(--bg);border:1px solid var(--border);border-radius:99px;padding:4px 12px;font-size:12px;font-weight:500;color:var(--black);white-space:nowrap}.cx-product-divider{height:1px;background:var(--border);margin:18px 0}.cx-benefits-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray);margin-bottom:10px}.cx-benefits{list-style:none;display:flex;flex-direction:column;gap:7px;margin-bottom:20px}.cx-benefits li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5}.cx-benefit-check{width:18px;height:18px;border-radius:99px;background:#f0fdf4;border:1.5px solid #BBF7D0;display:flex;align-items:center;justify-content:center;font-size:10px;color:#16a34a;flex-shrink:0;margin-top:1px;font-weight:700}.cx-product-trust-row{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px;flex-wrap:wrap}.cx-product-trust-item{font-size:12px;color:var(--gray);font-weight:500}.cx-product-trust-dot{color:var(--border)}.cx-affiliate-note{font-size:11px;color:var(--gray-light);text-align:center;margin-top:8px;line-height:1.5}.cx-product-below{max-width:var(--max-width);margin:0 auto;padding:0 24px 72px}.cx-product-tabs{display:flex;border-bottom:2px solid var(--border);margin-bottom:40px}.cx-product-tab{padding:14px 24px;font-size:15px;font-weight:600;cursor:pointer;color:var(--gray);border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;background:none;border-top:none;border-left:none;border-right:none}.cx-product-tab.is-active{color:var(--blue);border-bottom-color:var(--blue)}.cx-specs-table{width:100%;border-collapse:collapse}.cx-specs-table tr{border-bottom:1px solid var(--border)}.cx-specs-table tr:last-child{border-bottom:none}.cx-specs-table td{padding:14px 16px;font-size:14px}.cx-specs-table td:first-child{color:var(--gray);font-weight:500;width:200px}.cx-specs-table td:last-child{font-weight:600}.cx-specs-table tr:nth-child(2n){background:var(--bg)}.cx-compare-table{width:100%;border-collapse:collapse;margin-top:24px}.cx-compare-table th,.cx-compare-table td{padding:14px 16px;text-align:left;font-size:14px;border-bottom:1px solid var(--border)}.cx-compare-table th{font-size:13px;font-weight:700;color:var(--gray);text-transform:uppercase;letter-spacing:.05em;background:var(--bg)}.cx-compare-table td:first-child{font-weight:600}.cx-compare-highlight{background:#eff6ff!important}.cx-compare-best{color:var(--blue);font-weight:700!important}.cx-footer{background:#0a0a0a;padding:48px 24px 28px;color:#9ca3af}.cx-footer-inner{max-width:var(--max-width);margin:0 auto}.cx-footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:40px}.cx-footer-logo{font-family:"DM Serif Display",serif;font-size:24px;color:#fff;margin-bottom:12px}.cx-footer-logo span{color:#60a5fa}.cx-footer-desc{font-size:14px;line-height:1.7;margin-bottom:16px}.cx-footer-disclosure{background:#2563eb1a;border:1px solid rgba(37,99,235,.2);border-radius:8px;padding:12px 14px;font-size:12px;color:#6b7280;line-height:1.6}.cx-footer-col-title{font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.cx-footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.cx-footer-col ul li a{font-size:14px;transition:color .15s}.cx-footer-col ul li a:hover{color:#fff}.cx-footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:28px;border-top:1px solid rgba(255,255,255,.06);font-size:13px;gap:16px;flex-wrap:wrap}.cx-footer-legal{display:flex;gap:20px;flex-wrap:wrap}.cx-footer-legal a:hover{color:#fff}@media(max-width:1024px){.cx-cat-grid{grid-template-columns:repeat(2,1fr)}.cx-trust-grid,.cx-footer-top{grid-template-columns:1fr 1fr}.cx-hero-inner{grid-template-columns:1fr}.cx-hero-visual{display:none}.cx-products-grid-3{grid-template-columns:repeat(2,1fr)}.cx-top-rec-card{grid-template-columns:auto 1fr}}@media(max-width:768px){.cx-nav{display:none}.cx-mobile-btn{display:flex}.cx-decision-options,.cx-cat-grid{grid-template-columns:1fr 1fr}.cx-trust-grid,.cx-footer-top{grid-template-columns:1fr}.cx-products-grid,.cx-products-grid-3{grid-template-columns:repeat(2,1fr)}.cx-product-grid{grid-template-columns:1fr;gap:32px}.cx-product-title{font-size:24px}.cx-product-price{font-size:26px}.cx-top-rec-card{grid-template-columns:1fr;text-align:center}.cx-top-rec-icon{font-size:48px}}@media(max-width:480px){.cx-decision-options,.cx-cat-grid,.cx-products-grid{grid-template-columns:1fr}}@keyframes cx-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes cx-fade-in{0%{opacity:0}to{opacity:1}}.cx-fade-up{animation:cx-fade-up .6s ease both}.cx-fade-in{animation:cx-fade-in .4s ease both}.cx-delay-1{animation-delay:.1s}.cx-delay-2{animation-delay:.2s}.cx-delay-3{animation-delay:.3s}.cx-card a{pointer-events:auto!important;cursor:pointer!important}.cx-card{cursor:pointer!important}.cx-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.cx-card{display:flex;flex-direction:column;height:100%;border:1px solid #E5E7EB;border-radius:12px;overflow:hidden;background:#fff;transition:box-shadow .2s,transform .15s}.cx-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}.cx-card-img{width:100%;aspect-ratio:1;background:#f6f7f8;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;text-decoration:none}.cx-card-img img{width:100%;height:100%;object-fit:cover}.cx-card-body{padding:16px;display:flex;flex-direction:column;flex:1}.cx-card-name{font-size:15px;font-weight:700;color:#111;margin-bottom:6px;line-height:1.3}.cx-btn-deal{display:block;width:100%;padding:12px;background:#2563eb;color:#fff;border-radius:8px;text-align:center;font-weight:600;font-size:14px;text-decoration:none;margin-top:auto;cursor:pointer}.cx-btn-deal:hover{background:#1d4ed8}@media(max-width:900px){.cx-products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.cx-products-grid{grid-template-columns:1fr}}.cx-card-img{aspect-ratio:4/3!important;max-height:220px!important}.cx-card-img img{width:100%!important;height:100%!important;object-fit:cover!important}.cx-products-grid{grid-template-columns:repeat(3,1fr)!important}@media(max-width:900px){.cx-products-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:500px){.cx-products-grid{grid-template-columns:repeat(2,1fr)!important}.cx-card-img{max-height:160px!important}}.cx-products-grid{grid-template-columns:repeat(3,1fr)!important;gap:16px!important}.cx-card-img{aspect-ratio:4/3!important;height:180px!important;max-height:180px!important}.cx-card-name{font-size:13px!important}.cx-card-price{font-size:16px!important}.cx-btn-deal{font-size:12px!important;padding:9px!important}@media(max-width:768px){.cx-products-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.cx-card-img{height:130px!important;max-height:130px!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/cartenox.css.map */
