/* ChinaHub Main CSS — Original restored */

/* ── TOKENS ── */
:root{
  --red:#FF3333;--or:#FF6A00;--or-bg:rgba(255,106,0,.08);
  --bg:#F2F2F2;--card:#fff;--t1:#1A1A1A;--t2:#555;--t3:#999;
  --bdr:#E8E8E8;--sh:0 1px 4px rgba(0,0,0,.06),0 4px 12px rgba(0,0,0,.05);
  --sh2:0 4px 20px rgba(0,0,0,.10);--r:8px;--r2:12px;--r3:16px;--rc:999px;
  --nav-h:64px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter','Cairo',system-ui,sans-serif;background:var(--bg);color:var(--t1);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
button,input{font-family:inherit;font-size:inherit;outline:none;border:none;background:none;color:inherit;cursor:pointer}
::-webkit-scrollbar{width:4px;height:4px}
::-webkit-scrollbar-thumb{background:#ddd;border-radius:99px}
.w{max-width:1280px;margin:0 auto;padding:0 20px}

/* ── PROMO BAR ── */
#promo{background:linear-gradient(90deg,#AA0000,#CC2200,#FF3333,#FF5500,#FF3333,#CC2200,#AA0000);background-size:300% 100%;animation:bgslide 7s linear infinite;height:34px;display:flex;align-items:center;justify-content:center;position:relative}
@keyframes bgslide{0%{background-position:0 0}100%{background-position:300% 0}}
.promo-txt{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:700;color:#fff}
.promo-pill{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.3);border-radius:99px;padding:2px 10px;font-size:10.5px}
#promo-x{position:absolute;left:14px;color:rgba(255,255,255,.6);font-size:16px;padding:6px;transition:color .15s}
#promo-x:hover{color:#fff}

/* ── TOPBAR ── */
.topbar{background:#111;height:32px;display:flex;align-items:center;font-size:11px}
.topbar-in{display:flex;align-items:center;justify-content:space-between;width:100%}
.topbar a{color:#666;display:flex;align-items:center;gap:4px;transition:color .15s}
.topbar a:hover{color:#fff}
.tl,.tr{display:flex;align-items:center;gap:16px}

/* ── HEADER ── */
.hdr{background:#fff;position:sticky;top:0;z-index:900;box-shadow:0 1px 0 var(--bdr),0 2px 14px rgba(0,0,0,.06)}
.hdr-in{display:flex;align-items:center;gap:14px;height:var(--nav-h)}
.logo img{height:36px;width:auto;object-fit:contain}
.logo-text{font-size:22px;font-weight:900;display:none}

/* Search */
.hdr-srch{flex:1;min-width:0;position:relative}
.srch-box{display:flex;height:44px;border:2px solid var(--or);border-radius:var(--rc);overflow:hidden;background:#fff;transition:box-shadow .2s}
.srch-box:focus-within{box-shadow:0 0 0 3px rgba(255,106,0,.15)}
.srch-in{flex:1;padding:0 14px;font-size:14px;color:var(--t1);background:transparent;min-width:0}
.srch-in::placeholder{color:var(--t3)}
.srch-cam{width:42px;height:100%;display:flex;align-items:center;justify-content:center;color:var(--t3);border-left:1px solid #EEE;transition:color .15s;flex-shrink:0}
.srch-cam:hover{color:var(--or)}
.srch-btn{background:var(--or);color:#fff;padding:0 20px;display:flex;align-items:center;gap:5px;font-weight:700;flex-shrink:0;transition:background .15s}
.srch-btn:hover{background:#E05500}

/* Image search dropdown */
.sid{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid var(--bdr);border-radius:var(--r3);box-shadow:var(--sh2);z-index:600;padding:14px}
.sid.open{display:block}
.sid-row{display:flex;align-items:center;gap:12px}
.sid-thumb{width:60px;height:60px;border-radius:var(--r);object-fit:cover;border:1px solid var(--bdr)}
.sid-ti{font-size:13px;font-weight:700;margin-bottom:3px}
.sid-su{font-size:11.5px;color:var(--t3)}
.sid-x{margin-right:auto;color:var(--t3);font-size:18px;padding:4px}
.sid-btns{margin-top:10px;padding-top:10px;border-top:1px solid #F5F5F5;display:flex;gap:8px}
.sid-go{flex:1;background:var(--or);color:#fff;border-radius:var(--r);padding:9px;font-size:13px;font-weight:700;font-family:inherit;transition:background .15s}
.sid-go:hover{background:#E05500}
.sid-chg{background:#F5F5F5;color:var(--t2);border-radius:var(--r);padding:9px 14px;font-size:13px;font-family:inherit}

/* Header icons */
.hdr-acts{display:flex;align-items:center;gap:4px;flex-shrink:0}
.hbtn{width:46px;height:46px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:10px;color:var(--t2);transition:all .15s;position:relative}
.hbtn:hover{color:var(--or);background:var(--or-bg)}
.hbtn-lbl{font-size:9px;color:var(--t3);line-height:1}
.hbadge{position:absolute;top:-1px;left:-1px;background:var(--or);color:#fff;font-size:10px;font-weight:800;min-width:16px;height:16px;border-radius:99px;display:none;align-items:center;justify-content:center;padding:0 3px;border:2px solid #fff}
.cart-btn{background:linear-gradient(135deg,#FF3A20,var(--or))!important;color:#fff!important;border-radius:10px!important}
.cart-btn .hbtn-lbl{color:rgba(255,255,255,.75)!important}
.lang-w{position:relative}
#ldrop{display:none;position:absolute;top:calc(100% + 6px);left:50%;transform:translateX(-50%);background:#fff;border:1px solid var(--bdr);border-radius:var(--r2);box-shadow:var(--sh2);z-index:950;min-width:150px;overflow:hidden}
#ldrop.open{display:block}
.lopt{display:flex;align-items:center;gap:8px;padding:9px 14px;font-size:13px;color:var(--t1);transition:background .12s;cursor:pointer}
.lopt:hover,.lopt.on{background:var(--or-bg);color:var(--or)}

/* ── CAT NAV ── */
.cat-nav{background:#fff;border-top:1px solid #F2F2F2;border-bottom:1px solid var(--bdr)}
.cat-nav-list{display:flex;overflow-x:auto;scrollbar-width:none;white-space:nowrap}
.cat-nav-list::-webkit-scrollbar{display:none}
.cat-nav-list a{display:flex;align-items:center;gap:5px;padding:9px 16px;font-size:13px;font-weight:600;color:var(--t2);border-bottom:2.5px solid transparent;transition:all .15s;white-space:nowrap}
.cat-nav-list a:hover,.cat-nav-list a.on{color:var(--or);border-bottom-color:var(--or)}
.cn-all{color:var(--or)!important;font-weight:800!important}
.cn-deal{color:var(--red)!important;font-weight:700!important}

/* ── HERO GRID (desktop) ── */
.hero-section{padding:16px 0 0;background:var(--bg)}
.hero-grid{display:grid;grid-template-columns:1fr 308px;grid-template-rows:200px 200px;gap:10px}
.hero-main{grid-row:1/3;border-radius:var(--r3);overflow:hidden;position:relative;background:#111;cursor:pointer;transition:transform .3s}
.hero-main:hover{transform:scale(1.003)}
.hm-bg{position:absolute;inset:0;background-size:cover;background-position:center 30%;filter:brightness(.28);transition:transform 8s ease}
.hero-main:hover .hm-bg{transform:scale(1.04)}
.hm-glow{position:absolute;inset:0;background:radial-gradient(ellipse 55% 70% at 18% 55%,rgba(255,106,0,.22),transparent 65%);pointer-events:none}
.hm-content{position:relative;z-index:2;padding:36px 32px;max-width:460px;height:100%;display:flex;flex-direction:column;justify-content:center}
.hm-tag{display:inline-flex;align-items:center;gap:6px;background:rgba(255,106,0,.18);border:1px solid rgba(255,106,0,.3);color:#FF9A3C;font-size:11px;font-weight:700;padding:4px 12px;border-radius:99px;margin-bottom:14px;letter-spacing:.3px;width:fit-content}
.hm-tag-dot{width:6px;height:6px;border-radius:50%;background:var(--or);animation:dotPulse 1.2s infinite}
.hm-h1{font-size:clamp(26px,2.8vw,42px);font-weight:900;color:#fff;line-height:1.15;letter-spacing:-.5px;margin-bottom:10px}
.hm-h1 span{color:#FFD54F}
.hm-sub{font-size:13.5px;color:rgba(255,255,255,.58);margin-bottom:22px;line-height:1.7}
.hm-btns{display:flex;gap:10px;flex-wrap:wrap}
.hbp{background:linear-gradient(135deg,var(--or),#FF3A20);color:#fff;border-radius:10px;padding:12px 26px;font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:7px;box-shadow:0 4px 18px rgba(255,106,0,.35);transition:all .2s;font-family:inherit}
.hbp:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(255,106,0,.42);filter:brightness(1.06)}
.hbg{background:rgba(255,255,255,.11);color:#fff;border:1.5px solid rgba(255,255,255,.28);border-radius:10px;padding:12px 22px;font-size:14px;font-weight:600;backdrop-filter:blur(6px);transition:all .2s;font-family:inherit}
.hbg:hover{background:rgba(255,255,255,.18);transform:translateY(-2px)}
.hm-stats{display:flex;gap:24px;margin-top:24px;flex-wrap:wrap}
.hm-stat-n{font-size:18px;font-weight:900;color:#fff;line-height:1}
.hm-stat-n em{color:var(--or);font-style:normal;font-size:13px}
.hm-stat-l{font-size:10px;color:rgba(255,255,255,.4);margin-top:2px}

/* Side hero banners */
.hero-side{border-radius:var(--r2);overflow:hidden;cursor:pointer;position:relative;display:flex;align-items:flex-end;padding:18px;border:1px solid rgba(255,255,255,.06);transition:transform .2s}
.hero-side:hover{transform:scale(1.015)}
.hs-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.3)}
.hs-glow{position:absolute;inset:0;pointer-events:none}
.hs-c{position:relative;z-index:2}
.hs-tag{font-size:10px;font-weight:700;color:rgba(255,255,255,.6);letter-spacing:.5px;text-transform:uppercase;margin-bottom:3px}
.hs-ttl{font-size:20px;font-weight:900;color:#fff;line-height:1.2}
.hs-sub{font-size:12px;color:rgba(255,255,255,.5);margin-top:2px}
.hs-arr{position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;z-index:2;transition:all .2s}
.hero-side:hover .hs-arr{background:var(--or);border-color:var(--or)}

/* ── TRUST ── */
.trust{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:var(--r2);border:1px solid var(--bdr);overflow:hidden;box-shadow:var(--sh);margin-top:12px}
.trust-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border-left:1px solid #F0F0F0;transition:background .15s}
.trust-item:first-child{border-left:none}
.trust-item:hover{background:#FFF8F4}
.trust-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.trust-ttl{font-size:12.5px;font-weight:800;color:var(--t1);line-height:1.2}
.trust-sub{font-size:10.5px;color:var(--t3);margin-top:1px}

/* ── FLASH SALE BAR ── */
.fs-bar{margin-top:14px;border-radius:var(--r2);overflow:hidden;border:1px solid var(--bdr)}
.fs-head{background:linear-gradient(90deg,#7A0000,#BB1500,#FF3333,#FF5500,#FF3333,#BB1500,#7A0000);background-size:300% 100%;animation:bgslide 5s linear infinite;padding:12px 0}
.fs-head-in{display:flex;align-items:center;justify-content:space-between;width:100%}
.fs-l{display:flex;align-items:center;gap:12px}
.fs-bolt{font-size:26px;animation:boltPop 1.6s ease-in-out infinite}
@keyframes boltPop{0%,100%{transform:scale(1) rotate(-5deg)}50%{transform:scale(1.18) rotate(5deg)}}
.fs-ttl{font-size:19px;font-weight:900;color:#fff}
.fs-sub{font-size:11px;color:rgba(255,255,255,.65);margin-top:1px}
.fs-cd{display:flex;align-items:center;gap:3px}
.fs-n{background:#1A0000;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:15px;font-weight:900;padding:4px 8px;border-radius:5px;min-width:28px;text-align:center;font-variant-numeric:tabular-nums}
.fs-sep{color:rgba(255,255,255,.45);font-size:18px;font-weight:900;margin:0 1px}
.fs-all{color:#fff;font-size:12px;font-weight:700;border:1.5px solid rgba(255,255,255,.45);padding:6px 16px;border-radius:8px;transition:background .15s;white-space:nowrap}
.fs-all:hover{background:rgba(255,255,255,.12)}
.fs-body{background:#fff;padding:12px 0 14px}

/* ── SECTION HEADERS ── */
.orb{border-radius:var(--r2);overflow:hidden;border:1px solid var(--bdr);margin-top:14px}
.orb-hd{background:linear-gradient(90deg,#3D1400,#8B3300,#FF6A00,#FF8C2C,#FF6A00,#8B3300,#3D1400);background-size:300% 100%;animation:bgslide 6s linear infinite;padding:12px 0}
.orb-hd-in{display:flex;align-items:center;justify-content:space-between;width:100%}
.orb-l{display:flex;align-items:center;gap:10px}
.orb-icon{font-size:22px;line-height:1;animation:boltPop 2.2s ease-in-out infinite}
.orb-ttl{font-size:18px;font-weight:900;color:#fff}
.orb-sub{font-size:11px;color:rgba(255,255,255,.65);margin-top:1px}
.orb-more{color:#fff;font-size:12px;font-weight:700;border:1.5px solid rgba(255,255,255,.45);padding:6px 16px;border-radius:8px;transition:background .15s;white-space:nowrap}
.orb-more:hover{background:rgba(255,255,255,.12)}
.orb-body{background:#fff;padding:14px 0 16px}

/* ── PRODUCT GRID ── */
.prd-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:#E0E0E0;border-radius:var(--r);overflow:hidden}
.prd-6{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:#E0E0E0;border-radius:var(--r);overflow:hidden}

/* ═══════════════════════════════════════
   PRODUCT CARD — ChinaHub Premium Style
═══════════════════════════════════════ */
.pc{
  background:#fff;border-radius:12px;overflow:hidden;
  display:flex;flex-direction:column;position:relative;
  border:1px solid #F0F0F0;
  transition:box-shadow .25s,transform .25s;
}
.pc:hover{box-shadow:0 8px 32px rgba(255,106,0,.14),0 2px 8px rgba(0,0,0,.08);transform:translateY(-3px);z-index:1}

/* ── Image ── */
.pc-img{display:block;position:relative;aspect-ratio:1/1;overflow:hidden;background:#F7F7F7;flex-shrink:0}
.pc-img img{width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.4,0,.2,1)}
.pc:hover .pc-img img{transform:scale(1.08)}

/* ── Badge ── */
.pc-badge{position:absolute;top:0;left:0;font-size:9px;font-weight:900;padding:4px 9px;border-radius:0 0 8px 0;color:#fff;z-index:2;text-transform:uppercase;letter-spacing:.5px;line-height:1}
.bd-deal{background:linear-gradient(135deg,#CC0000,#FF3A00)}
.bd-sale{background:linear-gradient(135deg,#FF6A00,#FFAA00)}
.bd-hot{background:linear-gradient(135deg,#FF4500,#FF8C00)}
.bd-best{background:linear-gradient(135deg,#6A00CC,#AA44FF)}
.bd-new{background:linear-gradient(135deg,#00897B,#00CC6A)}

/* ── Wishlist ── */
.pc-acts{position:absolute;top:7px;right:7px;z-index:3;opacity:0;transition:opacity .2s}
.pc:hover .pc-acts{opacity:1}
.pc-act{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.9);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.15);border:none;cursor:pointer;transition:transform .15s}
.pc-act:hover{transform:scale(1.12)}
.pc-act.on svg{stroke:#FF3333;fill:#FF3333}

/* ── Body ── */
.pc-body{padding:10px 10px 11px;display:flex;flex-direction:column}

/* ── Name ── */
.pc-name{
  font-size:12.5px;color:#1A1A1A;font-weight:400;line-height:1.4;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;height:35px;margin-bottom:7px;text-decoration:none;
  transition:color .15s;
}
.pc-name:hover{color:var(--or)}

/* ── Price + Cart Row ── */
.pc-price-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px;gap:6px}
.pc-price-left{display:flex;align-items:baseline;gap:5px;flex:1;min-width:0}
.pc-now{font-size:18px;font-weight:900;color:#CC0000;line-height:1;letter-spacing:-.3px}
.pc-was{font-size:11px;color:#C0C0C0;text-decoration:line-through;white-space:nowrap}

/* ── Round Cart Button ── */
.pc-atc-round{
  width:36px;height:36px;border-radius:50%;
  background:linear-gradient(135deg,#FF6A00,#FF4500);
  border:none;cursor:pointer;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
  transition:transform .15s,box-shadow .15s;
  box-shadow:0 3px 12px rgba(255,106,0,.4);
}
.pc-atc-round:hover{transform:scale(1.12);box-shadow:0 5px 18px rgba(255,106,0,.55)}
.pc-atc-round:active{transform:scale(.93)}
.pc-atc-round svg{width:16px;height:16px;stroke:#fff;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}

/* ── Stars + Meta Row (compact, one line) ── */
.pc-stars-row{
  display:flex;align-items:center;gap:4px;
  margin-bottom:4px;flex-wrap:nowrap;overflow:hidden;
}
.pc-stars{display:flex;align-items:center;gap:0;font-size:11px;flex-shrink:0}
i.sf{color:#FFB800;font-style:normal}
i.sh{color:#FFB800;font-style:normal;opacity:.4}
i.se{color:#E0E0E0;font-style:normal}
.pc-rat{font-size:10px;font-weight:800;color:#444;margin-left:3px;flex-shrink:0}
.pc-rev{font-size:10px;color:#BBB;flex-shrink:0}

/* ── All meta in ONE compact row ── */
.pc-meta-row{
  display:flex;align-items:center;
  flex-wrap:nowrap;overflow:hidden;
  margin-top:5px;gap:0;
}
.pc-meta-item{
  display:inline-flex;align-items:center;gap:2px;
  font-size:10px;font-weight:600;color:#555;
  padding-right:6px;margin-right:6px;
  border-right:1px solid #E5E5E5;
  white-space:nowrap;flex-shrink:0;
}
.pc-meta-item:last-child{border-right:none;padding-right:0;margin-right:0}
.pc-meta-fire{color:#FF6A00;font-weight:800}
.pc-meta-star{color:#D97706;font-weight:800}
.pc-meta-warn{color:#DC2626;font-weight:700}
.pc-meta-eye{display:inline-flex;align-items:center;gap:2px;color:#888}
.u-dot{width:5px;height:5px;border-radius:50%;background:var(--red);display:inline-block;animation:dotPulse 1.2s infinite;flex-shrink:0}
/* Hide old */
.pc-stats,.pc-sold,.pc-bestsell,.pc-urg,.urg-live,.urg-stk,.urg-ship,.urg-sbar{display:none!important}

/* Hide old ── */
.pc-price{display:none!important}.pc-foot{display:none!important}
.pc-atc{display:none!important}.pc-wl{display:none!important}
.pc-ords{display:none!important}.pc-drop{display:none!important}
.pc-pct{display:none!important}

@keyframes dotPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.65)}}

/* ── TABS ── */
.tab-bar{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}
.tab-btn{padding:8px 20px;border-radius:99px;border:1.5px solid var(--bdr);background:#fff;color:var(--t2);font-size:13px;font-weight:600;transition:all .15s;font-family:inherit}
.tab-btn.on{background:var(--or);border-color:var(--or);color:#fff;box-shadow:0 4px 12px rgba(255,106,0,.25)}
.tab-btn:hover:not(.on){border-color:var(--or);color:var(--or)}
.tab-pane{display:none}
.tab-pane.on{display:grid}

/* ── CATEGORY GRID ── */
.cat-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}
@media(max-width:1000px){.cat-grid{grid-template-columns:repeat(6,1fr)}}
.cat-card{display:flex;flex-direction:column;align-items:center;gap:7px;padding:14px 8px;border-radius:var(--r2);background:#fff;border:1px solid var(--bdr);cursor:pointer;transition:all .2s;text-decoration:none;box-shadow:var(--sh)}
.cat-card:hover{transform:translateY(-3px);box-shadow:var(--sh2);border-color:var(--or)}
.cat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;transition:transform .2s}
.cat-card:hover .cat-icon{transform:scale(1.12)}
.cat-card.cat-all .cat-icon{background:linear-gradient(135deg,var(--or),#FF8A2C);box-shadow:0 4px 12px rgba(255,106,0,.3)}
.cat-name{font-size:11px;font-weight:700;color:var(--t2);text-align:center;line-height:1.3;transition:color .15s}
.cat-card:hover .cat-name{color:var(--or)}

/* ── EDITORIAL ── */
.editorial{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ec{border-radius:var(--r2);padding:24px 20px;display:flex;align-items:center;gap:16px;cursor:pointer;transition:all .2s;overflow:hidden;position:relative}
.ec:hover{transform:translateY(-3px);box-shadow:var(--sh2)}
.ec-icon{font-size:40px;flex-shrink:0;position:relative;z-index:1}
.ec-body{position:relative;z-index:1}
.ec-ey{font-size:10.5px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;opacity:.65;margin-bottom:2px}
.ec-ttl{font-size:17px;font-weight:900;color:#fff;line-height:1.2;margin-bottom:5px}
.ec-sub{font-size:12.5px;color:rgba(255,255,255,.65);margin-bottom:12px;line-height:1.5}
.ec-btn{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.18);border:1.5px solid rgba(255,255,255,.35);color:#fff;border-radius:7px;padding:7px 16px;font-size:13px;font-weight:700;transition:background .18s}
.ec-btn:hover{background:rgba(255,255,255,.28)}

/* ── BRANDS ── */
.brands-w{background:#fff;border-top:1px solid var(--bdr);border-bottom:1px solid var(--bdr);overflow:hidden;position:relative;margin-top:14px}
.brands-w::before,.brands-w::after{content:'';position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}
.brands-w::before{right:0;background:linear-gradient(to left,#fff,transparent)}
.brands-w::after{left:0;background:linear-gradient(to right,#fff,transparent)}
.brands-lbl{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 0 0}
.brands-lbl span{font-size:10.5px;font-weight:700;color:var(--t3);text-transform:uppercase;letter-spacing:.8px}
.brands-lbl-line{flex:1;max-width:100px;height:1px;background:var(--bdr)}
.brands-track-w{overflow:hidden;padding:10px 0 13px}
.brands-track{display:flex;align-items:center;width:max-content;animation:brandScroll 30s linear infinite}
.brands-track:hover{animation-play-state:paused}
@keyframes brandScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.brand-item{display:flex;align-items:center;gap:7px;padding:5px 24px;border-left:1px solid #F0F0F0;flex-shrink:0;opacity:.6;transition:opacity .18s;text-decoration:none}
.brand-item:hover{opacity:1}
.brand-logo{height:28px;display:flex;align-items:center}
.brand-txt{font-size:15px;font-weight:900;letter-spacing:-.5px;white-space:nowrap}
.brand-tag{font-size:9px;font-weight:700;color:var(--t3)}

/* ── PROMO CARDS ── */
.promo-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:20px 0}
.promo-card{border-radius:var(--r2);display:flex;align-items:center;gap:14px;padding:18px 20px;cursor:pointer;transition:all .2s;box-shadow:var(--sh2);overflow:hidden;position:relative}
.promo-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(0,0,0,.15)}
.promo-card-icon{font-size:30px;flex-shrink:0}
.promo-card-ttl{font-size:14px;font-weight:900;color:#fff}
.promo-card-sub{font-size:11.5px;color:rgba(255,255,255,.75);margin-top:2px}

/* ── LOAD MORE ── */
.load-more-wrap{display:flex;justify-content:center;padding:18px 0 4px}
.load-more-btn{display:inline-flex;align-items:center;gap:8px;border:1.5px solid var(--or);color:var(--or);background:#fff;border-radius:var(--rc);padding:10px 34px;font-size:13.5px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .18s}
.load-more-btn:hover{background:var(--or);color:#fff;box-shadow:0 4px 14px rgba(255,106,0,.25)}
.load-more-btn:disabled{opacity:.45;cursor:default;pointer-events:none}

/* ── FOOTER ── */
footer{background:#111;color:#666;padding:44px 0 24px;margin-top:20px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px;margin-bottom:34px}
.footer-logo{height:36px;margin-bottom:12px;filter:brightness(1.1);width:auto;object-fit:contain}
.footer-desc{font-size:12.5px;color:#555;line-height:1.7;max-width:270px;margin-bottom:14px}
.footer-pays{display:flex;gap:7px;flex-wrap:wrap}
.footer-pay{background:#1A1A1A;border:1px solid #252525;border-radius:5px;padding:4px 9px;font-size:11px;color:#666;display:flex;align-items:center;gap:4px}
.footer-ttl{font-size:11px;font-weight:800;color:#AAA;margin-bottom:12px;text-transform:uppercase;letter-spacing:.6px}
.footer-links{display:flex;flex-direction:column;gap:9px}
.footer-links a{font-size:12.5px;color:#555;transition:color .15s}
.footer-links a:hover{color:#fff}
.footer-bottom{border-top:1px solid #1E1E1E;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:12px;color:#444}
.footer-bl{display:flex;gap:14px}
.footer-bl a{color:#444;transition:color .15s}
.footer-bl a:hover{color:#fff}
.mob-footer{display:none}
.mob-tab-strip{display:none}
.mob-info-strip{display:none}
.mob-subcats{display:none}
.deal-cards-wrap{display:block;background:var(--bg);padding:16px 0 0}
.deal-cards-wrap .w-wrap{max-width:1280px;margin:0 auto;padding:0 20px}
.deal-cards{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}
.deal-card{
  background:#fff;
  border-radius:12px;
  border:1px solid var(--bdr);
  box-shadow:var(--sh);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-width:0;
}
.deal-card .dc-head{padding:12px 14px 6px}
.deal-card .dc-title{font-size:13px;font-weight:800}
.deal-card .dc-more{font-size:11px;color:var(--t3)}
.deal-card .dc-img-wrap{margin:0 10px;border-radius:8px}
.deal-card .dc-info{padding:8px 12px 4px}
.deal-card .dc-name{font-size:12px;min-height:32px}
.deal-card .dc-now{font-size:16px}
.deal-card .dc-was{font-size:10.5px}
.deal-card .dc-pct{font-size:10px;padding:2px 5px}
.deal-card .dc-dots{padding:5px 0 10px}
.deal-card .dc-name{font-size:12.5px;min-height:34px}
.deal-card .dc-now{font-size:17px}
.deal-card .dc-was{font-size:11px}
.deal-card .dc-pct{font-size:10px;padding:2px 5px}
.deal-card .dc-dots{padding:5px 0 10px}

/* ── MOBILE NAV ── */
.mob-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--bdr);z-index:800;padding:5px 0 max(5px,env(safe-area-inset-bottom));box-shadow:0 -2px 12px rgba(0,0,0,.08)}
.mob-nav-in{display:grid;grid-template-columns:repeat(5,1fr)}
.mnb{display:flex;flex-direction:column;align-items:center;gap:3px;padding:4px 6px;color:var(--t3);font-size:10px;font-weight:600;border:none;background:none;text-decoration:none;transition:color .15s}
.mnb svg{width:22px;height:22px;stroke-width:2}
.mnb.on,.mnb:hover{color:var(--or)}
.mnb-ctr{background:var(--or)!important;color:#fff!important;border-radius:50%;width:46px;height:46px;margin:-12px auto 0;padding:0;box-shadow:0 4px 16px rgba(255,106,0,.35);display:flex;align-items:center;justify-content:center}

/* ── STICKY CART ── */
#sticky{position:fixed;bottom:64px;left:0;right:0;z-index:850;background:#fff;border-top:2px solid #F0F0F0;padding:10px 16px;box-shadow:0 -4px 20px rgba(0,0,0,.1);display:none;align-items:center;gap:10px;pointer-events:none}
#sticky.show{display:flex!important}
#sticky.show{display:flex;pointer-events:all}
@media(min-width:769px){#sticky{display:none!important}}
.st-info{flex:1;min-width:0}
.st-lbl{font-size:11px;color:var(--t3);font-weight:600}
.st-total{font-size:17px;font-weight:900;color:var(--t1);line-height:1.1}
.st-total em{color:var(--or);font-style:normal}
.st-ship{display:flex;align-items:center;gap:6px;margin-top:3px}
.st-stxt{font-size:10px;color:#00A843;font-weight:700;white-space:nowrap}
.st-sbar{flex:1;max-width:80px;height:3px;background:#E0F5EC;border-radius:99px;overflow:hidden}
.st-sfill{height:100%;background:#00A843;border-radius:99px;transition:width .5s}
.st-btn{background:linear-gradient(135deg,var(--red),var(--or));color:#fff;border:none;border-radius:11px;padding:11px 20px;font-size:14px;font-weight:800;font-family:inherit;white-space:nowrap;display:flex;align-items:center;gap:6px;box-shadow:0 4px 14px rgba(255,106,0,.3);flex-shrink:0}

/* ── LIVE POPUP ── */
#live-pop{position:fixed;bottom:20px;right:20px;z-index:1400;max-width:300px;display:none;pointer-events:none}
.lp-inner{background:#fff;border-radius:12px;padding:11px 14px;box-shadow:0 8px 28px rgba(0,0,0,.15);display:flex;align-items:center;gap:10px;border-left:3px solid var(--red)}
@keyframes slideIn{from{opacity:0;transform:translateX(28px)}to{opacity:1;transform:none}}
.lp-dot{width:8px;height:8px;border-radius:50%;background:var(--red);animation:dotPulse 1s infinite;flex-shrink:0}
.lp-flag{font-size:22px;flex-shrink:0}
.lp-txt{flex:1;min-width:0}
.lp-name{font-size:12px;font-weight:800;color:var(--t1)}
.lp-prod{font-size:11px;color:var(--t2);margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.lp-time{font-size:10px;color:var(--t3);margin-top:1px}

/* ── TOASTS ── */
#toasts{position:fixed;bottom:24px;left:24px;z-index:2000;display:flex;flex-direction:column;gap:8px;pointer-events:none}
.toast{background:#1A1A1A;color:#fff;padding:10px 16px;border-radius:10px;font-size:13px;font-weight:600;box-shadow:0 4px 18px rgba(0,0,0,.25);display:flex;align-items:center;gap:8px;border-left:3px solid var(--or);max-width:280px;animation:slideIn .3s ease}
.toast.ok{border-left-color:#00A843}.toast.err{border-left-color:var(--red)}

/* ── ATC ANIMATIONS ── */
.fly-img{position:fixed;z-index:9999;border-radius:50%;width:50px;height:50px;object-fit:cover;pointer-events:none;border:3px solid #fff;box-shadow:0 6px 20px rgba(0,0,0,.25)}
.atc-ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,.5);pointer-events:none;transform:scale(0);animation:rippleAnim .5s ease-out forwards}
@keyframes rippleAnim{to{transform:scale(18);opacity:0}}
@keyframes badgePop{0%,100%{transform:scale(1)}40%{transform:scale(1.8)}70%{transform:scale(.85)}85%{transform:scale(1.2)}}
@keyframes cartShake{0%,100%{transform:rotate(0)}20%{transform:rotate(-15deg)}40%{transform:rotate(12deg)}60%{transform:rotate(-8deg)}80%{transform:rotate(5deg)}}
.cart-shake{animation:cartShake .5s ease both}
.badge-pop{animation:badgePop .45s cubic-bezier(.36,.07,.19,.97) both}

.reveal{opacity:0;transform:translateY(18px)}
.reveal.in{opacity:1;transform:none;transition:opacity .55s ease,transform .55s ease}

/* ════════════════════════════════════════════
   MOBILE LAYOUT — Temu / Pinduoduo style
   All vertical, 2-col product grid, no h-scroll
════════════════════════════════════════════ */
@media(max-width:768px){
  :root{--nav-h:auto}
  body{font-size:13px;background:#F5F5F5;padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}
  .w{padding:0 8px}
  .topbar{display:none}
  .reveal{opacity:1!important;transform:none!important}
  /* HEADER */
  .hdr{top:0;box-shadow:0 1px 0 #eee}
  .hdr-in{flex-wrap:nowrap;padding:8px 12px;height:auto;min-height:unset;gap:10px;align-items:center}
  .logo{order:1;flex-shrink:0}
  .logo img{height:28px;max-width:100px}
  .logo-fallback{display:none;font-size:22px;font-weight:900;color:var(--or);letter-spacing:-1px}
  .hdr-srch{order:2;flex:1;min-width:0}
  .srch-box{height:36px;border:none!important;border-radius:99px!important;background:#F0F0F0!important;box-shadow:none!important}
  .srch-box:focus-within{background:#E8E8E8!important;box-shadow:none!important}
  .srch-in{font-size:13px;padding:0 4px 0 0;background:transparent;color:var(--t1)}
  .srch-in::placeholder{color:#AAA;font-size:13px}
  .srch-btn{display:none!important}
  .srch-cam{display:flex!important;width:32px;height:100%;border-left:none;color:#BBB;flex-shrink:0}
  .srch-cam svg{width:16px;height:16px}
  .srch-box::before{content:'';flex-shrink:0;width:34px;height:100%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%23AAA' stroke-width='2.5'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") no-repeat center;background-size:15px}
  .lang-w{display:none}
  .hdr-acts{order:3;gap:0;flex-shrink:0}
  .hbtn{width:38px;height:38px;border-radius:0;background:none}
  .hbtn:hover{background:none}
  .hbtn svg{width:22px;height:22px}
  .hbtn-lbl{display:none}
  .hbadge{min-width:15px;height:15px;font-size:9px;top:2px;left:2px}
  .cart-btn{background:none!important;border-radius:8px!important;color:var(--t2)!important;width:38px!important;height:38px!important}
  /* PROMO BAR */
  #promo{height:28px;min-height:unset}
  .promo-txt{font-size:10.5px;gap:6px}
  .promo-pill{display:none}
  .cat-nav{display:none}
  /* TAB STRIP */
  .mob-tab-strip{display:flex;overflow-x:auto;scrollbar-width:none;background:#fff;border-bottom:1.5px solid #EBEBEB;padding:0 6px;position:sticky;top:54px;z-index:800}
  .mob-tab-strip::-webkit-scrollbar{display:none}
  .mob-tab-strip a{flex-shrink:0;padding:10px 14px;font-size:13.5px;font-weight:500;color:#666;border-bottom:2.5px solid transparent;white-space:nowrap;transition:all .15s;-webkit-tap-highlight-color:transparent}
  .mob-tab-strip a.on{color:#111;font-weight:700;border-bottom-color:#111}
  .mob-tab-strip .mtab-dot{display:none}
  /* INFO STRIP */
  .mob-info-strip{display:flex;align-items:stretch;background:#FFF3E8;padding:8px 14px;border-bottom:1px solid #FFE4C8}
  .mis-item{display:flex;align-items:center;gap:6px;flex:1;font-size:12px}
  .mis-item:not(:first-child){border-left:1px solid #FFD4A8;padding-left:14px;margin-left:14px}
  .mis-main{font-size:12px;font-weight:700;color:#333}
  .mis-sub{font-size:10px;color:#888;margin-top:1px}
  .mis-link{margin-left:auto;font-size:11px;color:#888;white-space:nowrap;display:flex;align-items:center;gap:2px}
  /* SUB-CATEGORY CIRCLES */
  .mob-subcats{display:block;background:#fff;padding:10px 12px 10px;border-bottom:1px solid #F0F0F0}
  .mob-subcats-row{display:flex;overflow-x:auto;gap:14px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .mob-subcats-row::-webkit-scrollbar{display:none}
  .msc-item{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer;-webkit-tap-highlight-color:transparent}
  .msc-circle{width:58px;height:58px;border-radius:50%;overflow:hidden;border:2.5px solid transparent;transition:border-color .15s;background:#F5F5F5;display:flex;align-items:center;justify-content:center}
  .msc-circle img{width:100%;height:100%;object-fit:cover}
  .msc-item.on .msc-circle{border-color:#111}
  .msc-label{font-size:10.5px;font-weight:500;color:#555;text-align:center;max-width:62px;line-height:1.3}
  .msc-item.on .msc-label{font-weight:700;color:#111}
  .msc-all-circle{background:#111;color:#fff;font-size:11px;font-weight:800;letter-spacing:.5px}
  /* DEAL CARDS */
  .deal-cards-wrap{display:block;background:#F5F5F5;padding:8px 0 8px 8px}
  .deal-cards{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:7px;padding-bottom:2px;padding-right:8px}
  .deal-cards::-webkit-scrollbar{display:none}
  .deal-card{flex-shrink:0!important;width:44vw!important;min-width:unset!important}
  .deal-cards .deal-card:nth-child(3),
  .deal-cards .deal-card:nth-child(4),
  .deal-cards .deal-card:nth-child(5){display:flex!important}
  .deal-card{border-radius:8px}
  .dc-head{padding:7px 9px 3px}
  .dc-title{font-size:11.5px}
  .dc-img-wrap{margin:0 5px;border-radius:5px}
  .dc-info{padding:5px 7px 2px}
  .dc-name{font-size:10.5px;min-height:26px}
  .dc-now{font-size:14px}
  .dc-was{font-size:9px}
  /* HIDE DESKTOP SECTIONS */
  .brands-w,.promo-cards,#desktop-body > .trust,#desktop-body > .editorial,.hero-section{display:none!important}
  /* SWIPEABLE FEED */
  .mob-feed-wrap{display:block;overflow:hidden;width:100%}
  .mob-feed{display:flex;width:100%;transition:transform .3s cubic-bezier(.4,0,.2,1);will-change:transform}
  .mob-page{flex-shrink:0;width:100%;min-height:60vh;background:#F5F5F5;padding:6px}
  .mpg-banner{border-radius:8px;overflow:hidden;margin-bottom:6px;background:linear-gradient(90deg,#7A0000,#BB1500,#FF3333,#FF5500,#FF3333,#BB1500,#7A0000);background-size:300% 100%;animation:bgslide 4s linear infinite;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px}
  .mpg-banner-l{display:flex;align-items:center;gap:8px;min-width:0}
  .mpg-banner-ttl{font-size:14px;font-weight:900;color:#fff}
  .mpg-banner-sub{font-size:9.5px;color:rgba(255,255,255,.7);margin-top:1px}
  .mpg-cd{display:flex;align-items:center;gap:2px;flex-shrink:0}
  .mpg-n{background:#1A0000;color:#fff;font-size:12px;font-weight:900;padding:3px 5px;border-radius:4px;min-width:22px;text-align:center;font-variant-numeric:tabular-nums}
  .mpg-sep{color:rgba(255,255,255,.5);font-size:13px;font-weight:900;margin:0 1px}
  .mpg-tabs{display:flex;overflow-x:auto;gap:0;scrollbar-width:none;background:#fff;margin-bottom:6px;padding:0 6px}
  .mpg-tabs::-webkit-scrollbar{display:none}
  .mpg-tab{flex-shrink:0;padding:9px 12px;font-size:12.5px;font-weight:500;color:#888;border-bottom:2px solid transparent;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:all .15s}
  .mpg-tab.on{color:#111;font-weight:700;border-bottom-color:#111}
  /* PRODUCT CARDS: Temu portrait */
  .mpg-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}
  .mpg-grid .pc{border-radius:0!important;border:none!important;background:#fff!important;box-shadow:none!important}
  .mpg-grid .pc-img{aspect-ratio:1/1!important;border-radius:0!important}
  .mpg-grid .pc-foot{display:none!important}
  .mpg-grid .pc-stars{margin-bottom:2px}
  .mpg-grid .pc-ords{display:none!important}
  .mpg-grid .pc-urg{display:none!important}
  .mpg-grid .pc-body{padding:5px 7px 8px}
  .mpg-grid .pc-name{font-size:11.5px;min-height:unset;-webkit-line-clamp:2;margin-bottom:3px;flex:unset}
  .mpg-grid .pc-now{font-size:14px;font-weight:900;color:var(--red)}
  .mpg-grid .pc-badge{font-size:9px;padding:2px 5px;top:0;right:0;border-radius:0 0 0 6px}
  .mpg-grid .bd-deal{background:#FF4500}
  .mpg-grid .pc-acts{display:none!important}
  .mpg-load{width:100%;margin-top:6px;padding:12px 0;border:none;border-top:1px solid #EEE;color:#666;background:#fff;font-size:13px;font-weight:500;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}
  /* MOB HERO (now at bottom) */
  .mob-hero{display:block;background:#fff}
  .mob-slides{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .mob-slides::-webkit-scrollbar{display:none}
  .mob-slide{flex-shrink:0;width:100%;height:150px;scroll-snap-align:start;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:14px}
  .ms-bg{position:absolute;inset:0;background-size:cover;background-position:center}
  .ms-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.1) 55%,transparent 100%)}
  .ms-content{position:relative;z-index:2;width:100%}
  .ms-tag{display:inline-flex;align-items:center;gap:4px;background:var(--or);color:#fff;font-size:10px;font-weight:800;padding:2px 10px;border-radius:99px;margin-bottom:5px}
  .ms-title{font-size:19px;font-weight:900;color:#fff;line-height:1.2;margin-bottom:4px}
  .ms-title em{color:#FFD54F;font-style:normal}
  .ms-btn{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.18);border:1.5px solid rgba(255,255,255,.4);color:#fff;padding:5px 14px;border-radius:99px;font-size:11.5px;font-weight:700;backdrop-filter:blur(4px)}
  .mob-dots{display:flex;justify-content:center;align-items:center;gap:5px;padding:6px 0 4px;background:#fff}
  .md-dot{width:5px;height:5px;border-radius:99px;background:#DDD;transition:all .25s;cursor:pointer}
  .md-dot.on{background:var(--or);width:16px}
  .mob-cats{display:none!important}
  /* NAV */
  .mob-nav{display:block}
  /* STICKY */
  #sticky{bottom:58px;padding:8px 12px;gap:8px}
  .st-lbl{font-size:10px}
  .st-total{font-size:15px}
  .st-btn{padding:9px 14px;font-size:13px;border-radius:9px}
  /* LIVE */
  #live-pop{right:8px;left:8px;bottom:126px;max-width:none}
  #toasts{left:8px;right:8px;bottom:126px}
  .toast{max-width:none}
  /* FOOTER */
  footer{margin-top:0;padding:0}
  .footer-grid{display:none}
  .footer-bottom{display:none}
  .mob-footer{display:block}
  .mftr{background:#111;padding:22px 16px 18px}
  /* top */
  .mftr-top{margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #1E1E1E}
  .mftr-logo{height:26px;margin-bottom:8px;filter:brightness(1.1)}
  .mftr-tagline{font-size:11.5px;color:#555;line-height:1.5}
  /* links grid */
  .mftr-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #1E1E1E}
  .mftr-col-ttl{font-size:10.5px;font-weight:800;color:#888;text-transform:uppercase;letter-spacing:.6px;margin-bottom:10px}
  .mftr-col a{display:block;font-size:12px;color:#555;padding:4px 0;transition:color .15s;line-height:1.5}
  .mftr-col a:hover{color:#fff}
  /* payments */
  .mftr-pays{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #1E1E1E}
  .mftr-pay{background:#1A1A1A;border:1px solid #2A2A2A;border-radius:5px;padding:4px 9px;font-size:11px;color:#666}
  /* bottom */
  .mftr-copy{font-size:11px;color:#3A3A3A;display:flex;align-items:center;justify-content:space-between}
  .mftr-copy-links{display:flex;gap:12px}
  .mftr-copy-links a{font-size:11px;color:#3A3A3A;transition:color .15s}
  .mftr-copy-links a:hover{color:#888}
}

@media(max-width:768px){
  /* ── Mobile product card — compact square ── */
  .mpg-grid{gap:2px}
  .mpg-grid .pc{border-radius:8px;border:none;box-shadow:0 1px 4px rgba(0,0,0,.07)}
  .mpg-grid .pc-body{padding:6px 8px 8px}
  .mpg-grid .pc-name{font-size:11px;height:29px;margin-bottom:5px;line-height:1.35}
  .mpg-grid .pc-price-row{margin-bottom:4px}
  .mpg-grid .pc-now{font-size:15px;font-weight:900}
  .mpg-grid .pc-was{font-size:10px}
  .mpg-grid .pc-atc-round{width:31px;height:31px;box-shadow:0 2px 8px rgba(255,106,0,.4)}
  .mpg-grid .pc-atc-round svg{width:13px;height:13px}
  .mpg-grid .pc-stars-row{margin-bottom:3px}
  .mpg-grid .pc-stars{font-size:10px}
  .mpg-grid .pc-rat{font-size:9.5px}
  .mpg-grid .pc-rev{font-size:9px}
  .mpg-grid .pc-meta-row{margin-top:3px;overflow:hidden}
  .mpg-grid .pc-meta-item{font-size:9px;padding-right:4px;margin-right:4px}
  .mpg-grid .pc-badge{font-size:8.5px;padding:3px 6px}


  /* ── Mobile: show sections ── */
  .fs-bar{display:block;margin-bottom:0}
  .fs-bar .w{padding:0 8px}
  .fs-head{padding:10px 12px 8px}
  .prd-grid{grid-template-columns:repeat(2,1fr)!important;gap:2px!important;background:#F0F0F0}
  .prd-grid .pc{border-radius:0!important;border:none!important;box-shadow:none!important}
  .prd-grid .pc-body{padding:6px 8px 8px}
  .prd-grid .pc-name{font-size:11px;height:29px;margin-bottom:4px}
  .prd-grid .pc-now{font-size:15px}
  .prd-grid .pc-atc-round{width:30px;height:30px}
  .prd-grid .pc-atc-round svg{width:13px;height:13px}
  .prd-grid .pc-stars{font-size:10px}
  .prd-grid .pc-rat{font-size:9px}
  .prd-grid .pc-rev{font-size:9px}
  .prd-grid .pc-meta-item{font-size:9px}
  /* orb sections on mobile */
  .orb{display:block!important}
  .orb-hd{padding:10px 0 6px}
  .orb-ttl{font-size:14px}
  .orb-body{padding:6px 0 10px}
  .orb .prd-grid{display:grid}


  /* ── Mobile: flash sale + DOTD 2-col grid ── */
  #fs-grid,#dotd-grid{
    display:grid!important;
    grid-template-columns:repeat(2,1fr)!important;
    gap:2px!important;
    background:#F0F0F0!important;
  }
  #fs-grid .pc,#dotd-grid .pc{
    border-radius:0!important;border:none!important;box-shadow:none!important;
  }
  #fs-grid .pc-body,#dotd-grid .pc-body{padding:6px 8px 8px}
  #fs-grid .pc-name,#dotd-grid .pc-name{font-size:11px;height:29px;margin-bottom:4px}
  #fs-grid .pc-now,#dotd-grid .pc-now{font-size:15px}
  #fs-grid .pc-atc-round,#dotd-grid .pc-atc-round{width:30px;height:30px}
  #fs-grid .pc-atc-round svg,#dotd-grid .pc-atc-round svg{width:13px;height:13px}
  #fs-grid .pc-meta-item,#dotd-grid .pc-meta-item{font-size:9px}


  /* ── Mobile: orb grids 2-col ── */
  #row-fire,#row-recent,#row-rec{
    display:grid!important;
    grid-template-columns:repeat(2,1fr)!important;
    gap:2px!important;
    background:#F0F0F0!important;
  }
  #row-fire .pc,#row-recent .pc,#row-rec .pc{
    border-radius:0!important;border:none!important;box-shadow:none!important;
  }
  #row-fire .pc-body,#row-recent .pc-body,#row-rec .pc-body{padding:6px 8px 8px}
  #row-fire .pc-name,#row-recent .pc-name,#row-rec .pc-name{font-size:11px;height:29px;margin-bottom:4px}
  #row-fire .pc-now,#row-recent .pc-now,#row-rec .pc-now{font-size:15px}
  #row-fire .pc-atc-round,#row-recent .pc-atc-round,#row-rec .pc-atc-round{width:30px;height:30px}
  #row-fire .pc-atc-round svg,#row-recent .pc-atc-round svg,#row-rec .pc-atc-round svg{width:13px;height:13px}
  #row-fire .pc-meta-item,#row-recent .pc-meta-item,#row-rec .pc-meta-item{font-size:9px}

}


  /* ── Mobile: categories single scrollable row ── */
  .cat-grid{
    display:flex!important;
    overflow-x:auto!important;
    scrollbar-width:none;
    gap:8px!important;
    padding:8px 12px 12px!important;
    -webkit-overflow-scrolling:touch;
  }
  .cat-grid::-webkit-scrollbar{display:none}
  .cat-card{
    flex-shrink:0!important;
    width:72px!important;
    min-width:72px!important;
    padding:10px 6px!important;
    border-radius:12px!important;
  }
  .cat-icon{width:40px!important;height:40px!important;font-size:20px!important}
  .cat-name{font-size:10px!important}

  /* ── Mobile: sticky cart bar — premium ── */
  #sticky{
    bottom:58px!important;
    padding:10px 16px 10px!important;
    background:linear-gradient(135deg,#1A1A1A,#2A2A2A)!important;
    border-top:none!important;
    box-shadow:0 -4px 24px rgba(0,0,0,.3)!important;
    border-radius:16px 16px 0 0!important;
    gap:12px!important;
  }
  #sticky.show{transform:none;pointer-events:all}
  .st-lbl{font-size:11px!important;color:#888!important;font-weight:500!important}
  .st-total{font-size:19px!important;font-weight:900!important;color:#fff!important;line-height:1.1!important}
  .st-total em{color:#FF6A00!important;font-style:normal}
  .st-stxt{font-size:10px!important;color:#00C853!important;font-weight:700!important}
  .st-sbar{max-width:90px!important;height:4px!important;background:rgba(255,255,255,.15)!important}
  .st-sfill{background:linear-gradient(90deg,#00C853,#00FF87)!important}
  .st-btn{
    background:linear-gradient(135deg,#FF6A00,#FF3A00)!important;
    border-radius:14px!important;
    padding:12px 22px!important;
    font-size:14px!important;
    font-weight:900!important;
    box-shadow:0 4px 16px rgba(255,106,0,.5)!important;
    gap:7px!important;
  }


  /* ── Mobile: sticky cart always fixed above nav ── */
  #sticky{
    position:fixed!important;
    bottom:64px!important;
    left:0!important;right:0!important;
    z-index:849!important;
    transform:none!important;
    transition:none!important;
  }
  /* ── Mobile nav always fixed at bottom ── */
  .mob-nav{
    position:fixed!important;
    bottom:0!important;
    left:0!important;right:0!important;
    z-index:850!important;
  }

@media(max-width:480px){
  .hdr-in{padding:6px 8px}
  .logo img{height:26px}
  .srch-box{height:42px}
  .mob-slide{height:148px}
  .ms-title{font-size:18px}
  #promo{height:26px}
  .promo-txt{font-size:10px}
  .footer-grid{grid-template-columns:1fr}
}

@media(max-width:360px){
  .mob-cats-grid{grid-template-columns:repeat(5,1fr)}
  .mcat-icon{width:40px;height:40px;font-size:19px}
}/* ── ROTATING DEAL CARDS ── */
.dc-head{display:flex;align-items:center;justify-content:space-between;padding:9px 11px 6px}
.dc-title{font-size:12.5px;font-weight:800;display:flex;align-items:center;gap:4px}
.dc-more{font-size:10.5px;color:var(--t3);display:flex;align-items:center;gap:2px}
.dc-img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:#F8F8F8;margin:0 8px;border-radius:8px}
.dc-img-wrap img{width:100%;height:100%;object-fit:cover;transition:opacity .35s ease}
.dc-img-wrap img.fade{opacity:0}
.dc-info{padding:7px 10px 4px}
.dc-name{font-size:11px;color:var(--t2);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:30px;margin-bottom:5px}
.dc-prices{display:flex;align-items:center;gap:5px;flex-wrap:wrap}
.dc-now{font-size:15px;font-weight:900;color:var(--red)}
.dc-was{font-size:10px;color:#CCC;text-decoration:line-through}
.dc-pct{background:#FFF0F0;color:var(--red);border:1px solid #FFD0D0;font-size:9.5px;font-weight:800;padding:1px 5px;border-radius:4px}
.dc-dots{display:flex;justify-content:center;gap:4px;padding:5px 0 8px}
.dc-dot{width:4px;height:4px;border-radius:50%;background:#DDD;transition:all .2s;cursor:pointer}
.dc-dot.on{background:var(--or);width:10px;border-radius:99px}



/* ── Safe additions ── */
@media(max-width:768px){
  .mpg-grid .pc-foot{display:flex!important;gap:4px;margin-top:6px}
  .mpg-grid .pc-atc{flex:1;font-size:10.5px;font-weight:800;padding:7px 4px;border-radius:6px;min-height:30px;background:linear-gradient(135deg,var(--red),var(--or));color:#fff;border:none;cursor:pointer;font-family:inherit}
  .mpg-grid .pc-wl{width:30px;height:30px;border-radius:6px;flex-shrink:0}
  .mpg-grid .pc-acts{display:none!important}
}
.dc-atc{width:calc(100% - 20px);margin:0 10px 10px;padding:8px;background:var(--or);color:#fff;border-radius:8px;font-size:12px;font-weight:800;font-family:inherit;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;gap:5px}
.dc-atc:hover{background:#E05500}


/* ── Temu-style product card ── */
.pc-price-row{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:5px}
.pc-price-left{display:flex;align-items:baseline;gap:5px;flex:1;min-width:0;flex-wrap:wrap}
.pc-was{font-size:11px;color:#999;text-decoration:line-through;white-space:nowrap}
.pc-atc-round{width:34px;height:34px;border-radius:50%;background:var(--or);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,transform .1s;box-shadow:0 2px 8px rgba(255,106,0,.3)}
.pc-atc-round:hover{background:#E05500;transform:scale(1.08)}
.pc-atc-round:active{transform:scale(.94)}
.pc-atc-round svg{width:16px;height:16px;stroke:#fff;stroke-width:2.5;fill:none}
.pc-meta{display:flex;align-items:center;gap:3px;flex-wrap:wrap;margin-bottom:3px}
.pc-sold{font-size:10px;color:#666;margin-left:3px}
.pc-sold b{color:#FF6A00;font-weight:700}
.pc-bestsell{font-size:10px;color:var(--or);font-weight:700;margin-top:2px;display:flex;align-items:center;gap:3px}
.pc{border:1px solid #EBEBEB;border-radius:10px}
.pc:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}
/* Mobile grid override */
@media(max-width:768px){
  .mpg-grid .pc-foot{display:none!important}
  .mpg-grid .pc-price-row{display:flex!important}
  .mpg-grid .pc-atc-round{width:30px;height:30px}
  .mpg-grid .pc-atc-round svg{width:14px;height:14px}
  .mpg-grid .pc-now{font-size:14px}
}

/* ═══════════════════════════════════════════════════════
   PRODUCTS PAGE — .chp-card matches .pc design
   Override products.css with homepage card style
═══════════════════════════════════════════════════════ */

/* Card base */
.chp-card{
  background:#fff!important;
  border:1px solid #EBEBEB!important;
  border-radius:12px!important;
  box-shadow:0 1px 3px rgba(0,0,0,.07)!important;
  overflow:hidden!important;
  transition:box-shadow .22s,transform .22s!important;
}
.chp-card:hover{
  box-shadow:0 8px 28px rgba(255,106,0,.14),0 2px 8px rgba(0,0,0,.08)!important;
  transform:translateY(-2px)!important;
}

/* Image */
.chp-img{
  aspect-ratio:1/1!important;
  border-radius:0!important;
  background:#F5F5F5!important;
}
.chp-card:hover .chp-ci{transform:scale(1.06)!important}

/* Hide old overlay elements */
.chp-qv-btn,.chp-cmp-chk,.chp-vid-badge,.chp-img-price-ovl,.chp-in-cart-tag{display:none!important}

/* Badge — top-left like pc */
.chp-bdgs{padding:0!important}
.chp-b{
  border-radius:0 0 8px 0!important;
  font-size:9px!important;
  font-weight:900!important;
  padding:4px 9px!important;
  text-transform:uppercase!important;
  letter-spacing:.4px!important;
}
.chp-b-flash{background:linear-gradient(135deg,#CC0000,#FF3A00)!important}
.chp-b-best{background:linear-gradient(135deg,#FF6A00,#FFAA00)!important}
.chp-b-hot{background:linear-gradient(135deg,#FF4500,#FF8C00)!important}
.chp-b-trend{background:linear-gradient(135deg,#6A00CC,#AA44FF)!important}
.chp-b-new{background:linear-gradient(135deg,#00897B,#00CC6A)!important}

/* Discount badge */
.chp-disc-badge{
  position:absolute!important;
  top:0!important;right:0!important;
  background:linear-gradient(135deg,#CC0000,#FF3A00)!important;
  color:#fff!important;
  border-radius:0 0 0 8px!important;
  font-size:9px!important;
  font-weight:900!important;
  padding:4px 7px!important;
}

/* Wishlist button */
.chp-wish{
  width:30px!important;height:30px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.92)!important;
  backdrop-filter:blur(4px)!important;
  box-shadow:0 2px 8px rgba(0,0,0,.15)!important;
  border:none!important;
}
.chp-img-tr{opacity:0;transition:opacity .2s}
.chp-card:hover .chp-img-tr{opacity:1!important}

/* Progress bar */
.chp-prog-wrap{height:2px!important;background:#F0F0F0!important}
.chp-prog-bar{background:var(--or)!important}

/* Cart button on image — hide (using add-bar instead) */
.chp-cart{display:none!important}

/* Body */
.chp-body{padding:9px 10px 10px!important}

/* Title = pc-name */
.chp-title{
  font-size:12.5px!important;
  font-weight:400!important;
  color:#1A1A1A!important;
  line-height:1.4!important;
  height:35px!important;
  margin-bottom:6px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.chp-title:hover{color:var(--or)!important}

/* Hide old meta row */
.chp-meta{display:none!important}
.chp-stats-row{display:none!important}

/* Price block = pc-price-row */
.chp-price-block{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:6px!important;
  margin-bottom:6px!important;
}
.chp-price-left{
  display:flex!important;
  align-items:baseline!important;
  gap:5px!important;
  flex:1!important;
  min-width:0!important;
  flex-wrap:wrap!important;
}
.chp-price-main{
  font-size:18px!important;
  font-weight:900!important;
  color:#CC0000!important;
  background:none!important;
  -webkit-text-fill-color:#CC0000!important;
  line-height:1!important;
  letter-spacing:-.3px!important;
}
.chp-price-was{
  font-size:11px!important;
  color:#BBBBBB!important;
  text-decoration:line-through!important;
  font-weight:400!important;
}
.chp-off-chip{display:none!important}

/* Round cart button */
.chp-atc-round{
  width:36px!important;height:36px!important;
  border-radius:50%!important;
  background:linear-gradient(135deg,#FF6A00,#FF4500)!important;
  border:none!important;
  cursor:pointer!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  flex-shrink:0!important;
  box-shadow:0 3px 12px rgba(255,106,0,.4)!important;
  transition:transform .15s,box-shadow .15s!important;
}
.chp-atc-round:hover{transform:scale(1.1)!important;box-shadow:0 5px 18px rgba(255,106,0,.55)!important}
.chp-atc-round:active{transform:scale(.93)!important}
.chp-atc-round svg{width:15px!important;height:15px!important;stroke:#fff!important;fill:none!important}

/* Stars — compact like pc */
.chp-meta-stars{color:#FFB800!important;font-size:11px!important}

/* Scarcity */
.chp-scar{
  font-size:10px!important;font-weight:700!important;
  color:#fff!important;
  background:linear-gradient(90deg,#E55300,#FF6D00)!important;
  border-radius:4px!important;padding:2px 7px!important;
  display:inline-flex!important;width:fit-content!important;
  margin-top:3px!important;
}

/* Mobile add bar */
.chp-add-bar{
  display:none!important;
}
@media(max-width:767px){
  .chp-add-bar{
    display:flex!important;
    background:linear-gradient(135deg,#FF6A00,#FF4500)!important;
    border-radius:10px!important;
    padding:10px!important;
    font-size:13px!important;
    font-weight:700!important;
    box-shadow:0 3px 10px rgba(255,106,0,.3)!important;
  }
  .chp-atc-round{display:none!important}
  .chp-price-main{font-size:15px!important}
  .chp-title{font-size:11px!important;height:30px!important}
  .chp-body{padding:6px 8px 8px!important}
}

/* Grid — 6 col desktop, 2 col mobile */
#chpGrid{
  display:grid!important;
  grid-template-columns:repeat(6,1fr)!important;
  gap:2px!important;
  background:#EBEBEB!important;
  border-radius:0!important;
}
@media(max-width:1280px){#chpGrid{grid-template-columns:repeat(5,1fr)!important}}
@media(max-width:960px) {#chpGrid{grid-template-columns:repeat(4,1fr)!important}}
@media(max-width:768px) {#chpGrid{grid-template-columns:repeat(2,1fr)!important;gap:2px!important}}

/* chp-card 0 border-radius (gap shows grid lines like Temu) */
@media(min-width:769px){
  .chp-card{border-radius:0!important;border:none!important;box-shadow:none!important}
  .chp-card:hover{border-radius:0!important;box-shadow:inset 0 0 0 2px var(--or)!important;transform:none!important;z-index:1!important}
}
