
:root {
  --ink: #0F1115;
  --ink-soft: #1F232B;
  --muted: #6B7280;
  --muted-soft: #9CA3AF;
  --bg: #FFFFFF;
  --surface: #F7F5F2;
  --surface-warm: #FAF8F4;
  --line: #E8E5E0;
  --line-soft: #F0EDE7;
  --accent: #E63946;
  --accent-dark: #C8202E;
  --success: #0E9F6E;
  --gold-badge: #B8946A;
  --shadow-sm: 0 1px 2px rgba(15, 17, 21, 0.04);
  --shadow-md: 0 8px 24px rgba(15, 17, 21, 0.06);
  --shadow-lg: 0 24px 48px rgba(15, 17, 21, 0.08);
  --font: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--bg); font-size: 15px; line-height: 1.55; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); }
h1 { font-size: clamp(2.25rem, 5vw, 4rem); line-height: 1.02; font-weight: 800; letter-spacing: -0.035em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); line-height: 1.1; letter-spacing: -0.025em; }
h3 { font-size: 1rem; font-weight: 600; }
p { margin: 0 0 1em; }
a { color: inherit; text-decoration: none; }
button { font-family: var(--font); cursor: pointer; border: 0; background: transparent; }
img { display: block; max-width: 100%; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* ============ ANNOUNCEMENT BAR ============ */
.announce { background: var(--ink); color: white; text-align: center; font-size: 12.5px; font-weight: 500; letter-spacing: 0.4px; padding: 10px 24px; }
.announce span { opacity: 0.7; }
.announce strong { font-weight: 600; }

/* ============ HEADER ============ */
.header { background: white; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.header-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding: 20px 0; }
.logo { font-family: var(--font); font-weight: 800; font-size: 22px; letter-spacing: -0.04em; color: var(--ink); display: flex; align-items: center; gap: 8px; }
.logo-dot { display: inline-block; width: 7px; height: 7px; background: var(--accent); border-radius: 50%; transform: translateY(-8px); }
.logo-sub { font-weight: 400; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); padding-left: 12px; margin-left: 12px; border-left: 1px solid var(--line); }
.search { position: relative; max-width: 560px; margin: 0 auto; width: 100%; }
.search input { width: 100%; padding: 13px 18px 13px 46px; border: 1.5px solid var(--line); border-radius: 999px; font-family: var(--font); font-size: 14px; color: var(--ink); background: var(--surface); transition: all 0.2s ease; }
.search input:focus { outline: none; border-color: var(--ink); background: white; }
.search input::placeholder { color: var(--muted); }
.search svg { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--muted); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 8px; color: var(--ink); transition: background 0.15s ease; position: relative; font-size: 13px; font-weight: 500; }
.icon-btn:hover { background: var(--surface); }
.icon-btn svg { width: 18px; height: 18px; stroke-width: 1.75; }
.icon-btn .count { position: absolute; top: 6px; right: 6px; width: 16px; height: 16px; background: var(--accent); color: white; font-size: 10px; font-weight: 700; border-radius: 999px; display: flex; align-items: center; justify-content: center; }
.header-nav { border-top: 1px solid var(--line-soft); padding: 12px 0; overflow-x: auto; }
.header-nav-inner { display: flex; gap: 4px; white-space: nowrap; }
.header-nav a { padding: 9px 14px; font-size: 13.5px; font-weight: 500; color: var(--ink); border-radius: 6px; transition: background 0.15s ease; }
.header-nav a:hover { background: var(--surface); }
.header-nav a.featured { color: var(--accent); font-weight: 600; }
.header-nav a.active { background: var(--ink); color: white; }

/* ============ BTN ============ */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; font-size: 14px; font-weight: 600; border-radius: 999px; transition: all 0.2s ease; cursor: pointer; }
.btn-primary { background: var(--ink); color: white; }
.btn-primary:hover { background: var(--accent); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-outline { background: white; color: var(--ink); border: 1.5px solid var(--line); }
.btn-outline:hover { border-color: var(--ink); }
.btn-arrow { transition: transform 0.2s ease; }
.btn:hover .btn-arrow { transform: translateX(3px); }

/* ============ HERO (homepage) ============ */
.hero { padding: 64px 0 72px; background: linear-gradient(180deg, #FAF8F4 0%, #FFFFFF 100%); position: relative; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.15fr 1fr; gap: 64px; align-items: center; }
.hero-tag { display: inline-flex; align-items: center; gap: 10px; padding: 7px 14px; background: white; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: 0.3px; margin-bottom: 24px; box-shadow: var(--shadow-sm); }
.hero-tag .pulse { width: 7px; height: 7px; background: var(--success); border-radius: 50%; box-shadow: 0 0 0 0 var(--success); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(14, 159, 110, 0.5); } 70% { box-shadow: 0 0 0 8px rgba(14, 159, 110, 0); } 100% { box-shadow: 0 0 0 0 rgba(14, 159, 110, 0); } }
.hero h1 { margin-bottom: 22px; max-width: 540px; }
.hero h1 .hi { color: var(--accent); }
.hero-lead { font-size: 1.0625rem; color: var(--muted); max-width: 510px; margin-bottom: 36px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-stats { display: flex; gap: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-stat .num { font-size: 1.5rem; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; display: block; }
.hero-stat .lbl { font-size: 12px; color: var(--muted); font-weight: 500; margin-top: 2px; }
.hero-visual { position: relative; height: 460px; }
.hero-card { position: absolute; background: white; border: 1px solid var(--line); border-radius: 18px; padding: 14px; box-shadow: var(--shadow-lg); transition: transform 0.4s ease; }
.hero-card:hover { transform: translateY(-4px) rotate(0deg) !important; }
.hero-card-1 { width: 240px; top: 0; right: 30%; transform: rotate(-4deg); }
.hero-card-2 { width: 260px; bottom: 30px; right: 0; transform: rotate(3deg); z-index: 2; }
.hero-card-3 { width: 220px; bottom: 0; left: 0; transform: rotate(-2deg); }
.hero-card .product-image { aspect-ratio: 1; border-radius: 12px; margin-bottom: 12px; position: relative; overflow: hidden; background: var(--surface); }
.hero-card .product-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-card .brand-tag { position: absolute; top: 10px; left: 10px; font-size: 10px; font-weight: 700; letter-spacing: 0.8px; padding: 3px 8px; background: rgba(255,255,255,0.95); color: var(--ink); border-radius: 4px; text-transform: uppercase; backdrop-filter: blur(8px); }
.hero-card .product-name { font-weight: 600; font-size: 13px; line-height: 1.3; margin-bottom: 4px; }
.hero-card .price { font-weight: 700; font-size: 15px; color: var(--ink); }
.hero-card .price .was { color: var(--muted); text-decoration: line-through; font-weight: 400; font-size: 12px; margin-left: 6px; }
.hero-deco { position: absolute; width: 320px; height: 320px; right: 5%; top: 10%; background: radial-gradient(circle, rgba(230, 57, 70, 0.06), transparent 70%); border-radius: 50%; pointer-events: none; }

/* ============ PAGE HERO (category pages) ============ */
.page-hero { padding: 56px 0 48px; position: relative; overflow: hidden; }
.page-hero .breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); margin-bottom: 20px; }
.page-hero .breadcrumb a { color: var(--muted); transition: color 0.15s ease; }
.page-hero .breadcrumb a:hover { color: var(--ink); }
.page-hero .breadcrumb .sep { opacity: 0.4; }
.page-hero .breadcrumb .current { color: var(--ink); font-weight: 600; }
.page-hero .ph-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3.25rem); margin-bottom: 16px; }
.page-hero .ph-tag { display: inline-block; padding: 5px 12px; background: rgba(15,17,21,0.06); border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ink); margin-bottom: 18px; }
.page-hero .ph-lead { font-size: 1.0625rem; color: var(--muted); max-width: 520px; margin-bottom: 24px; }
.page-hero .ph-stats { display: flex; gap: 28px; font-size: 13px; }
.page-hero .ph-stat .num { font-weight: 800; font-size: 1.25rem; color: var(--ink); display: block; }
.page-hero .ph-stat .lbl { color: var(--muted); font-size: 11.5px; margin-top: 2px; }

/* ============ FILTER BAR ============ */
.filter-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 36px; flex-wrap: wrap; }
.filter-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; background: white; border: 1px solid var(--line); border-radius: 999px; font-size: 12.5px; font-weight: 500; color: var(--ink); transition: all 0.15s ease; cursor: pointer; }
.chip:hover { background: var(--surface); border-color: var(--ink); }
.chip.active { background: var(--ink); color: white; border-color: var(--ink); }
.chip .count { color: var(--muted); font-weight: 400; }
.chip.active .count { color: rgba(255,255,255,0.6); }
.filter-right { display: flex; align-items: center; gap: 14px; font-size: 13px; color: var(--muted); }
.sort-select { background: white; border: 1px solid var(--line); padding: 8px 32px 8px 14px; border-radius: 8px; font-family: var(--font); font-size: 13px; color: var(--ink); appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230F1115' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 12px center; cursor: pointer; }

/* ============ BRAND WALL ============ */
.brand-wall { padding: 80px 0 90px; background: white; }
.section-eyebrow { display: flex; align-items: center; gap: 14px; justify-content: center; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.section-eyebrow::before, .section-eyebrow::after { content: ""; width: 28px; height: 1px; background: var(--line); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head h2 { margin-bottom: 14px; }
.section-head p { color: var(--muted); font-size: 1.0625rem; }
.brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); border-radius: 12px; overflow: hidden; }
.brand { background: white; padding: 28px 14px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; color: var(--ink); letter-spacing: -0.01em; transition: background 0.2s ease; min-height: 88px; text-align: center; }
.brand:hover { background: var(--surface-warm); }
.brand .amp { color: var(--accent); font-style: italic; font-weight: 600; }

/* ============ FEATURED / TRENDING ============ */
.featured { padding: 80px 0 100px; background: var(--surface-warm); }
.trending { padding: 90px 0 100px; background: white; }
.row-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; gap: 16px; }
.row-head h2 { margin: 0; }
.row-head .sub { color: var(--muted); margin-top: 6px; font-size: 0.9375rem; }
.row-head .see-all { color: var(--ink); font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s ease; }
.row-head .see-all:hover { gap: 12px; }

/* ============ PRODUCT CARD ============ */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 14px; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; display: flex; flex-direction: column; position: relative; }
.product:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: transparent; }
.product-img { aspect-ratio: 1; border-radius: 10px; margin-bottom: 16px; position: relative; overflow: hidden; background: var(--surface); }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.product:hover .product-img img { transform: scale(1.04); }
.badge { position: absolute; top: 12px; left: 12px; padding: 4px 9px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; border-radius: 4px; background: var(--accent); color: white; z-index: 2; }
.badge.bestseller { background: var(--ink); }
.badge.new { background: var(--success); }
.wishlist { position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); cursor: pointer; transition: background 0.15s ease; z-index: 2; }
.wishlist:hover { background: var(--surface); }
.wishlist svg { width: 15px; height: 15px; color: var(--muted); stroke-width: 1.75; }
.wishlist:hover svg { color: var(--accent); }
.product .brand-name { font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.product .name { font-size: 14px; font-weight: 500; color: var(--ink); line-height: 1.35; margin-bottom: 10px; min-height: 36px; }
.product .stars { display: flex; align-items: center; gap: 4px; margin-bottom: 12px; font-size: 12px; color: var(--muted); }
.product .stars-icons { color: #F5A623; letter-spacing: 1px; font-size: 12px; }
.product .price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; }
.product .price { font-size: 18px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.product .price.sale { color: var(--accent); }
.product .was { font-size: 13px; color: var(--muted); text-decoration: line-through; }
.product .add-btn { width: 100%; padding: 11px 16px; background: var(--ink); color: white; font-size: 13px; font-weight: 600; border-radius: 999px; transition: background 0.2s ease; margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.product .add-btn:hover { background: var(--accent); }
.product .add-btn svg { width: 14px; height: 14px; stroke-width: 2; }
.product .free-del { font-size: 11.5px; color: var(--success); font-weight: 600; margin-bottom: 10px; display: flex; align-items: center; gap: 4px; }

/* ============ CATEGORY GRID (homepage tiles) ============ */
.categories { padding: 90px 0; background: white; }
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cat-tile { aspect-ratio: 1; border-radius: 16px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; color: var(--ink); }
.cat-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.cat-tile .tile-top { display: flex; align-items: flex-start; justify-content: space-between; }
.cat-tile .tile-num { font-size: 11px; font-weight: 700; letter-spacing: 1px; color: rgba(15, 17, 21, 0.4); }
.cat-tile .tile-icon { width: 48px; height: 48px; opacity: 0.92; }
.cat-tile h3 { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.015em; margin-bottom: 4px; }
.cat-tile .tile-meta { font-size: 12.5px; color: var(--ink-soft); opacity: 0.65; }
.cat-tile .tile-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; margin-top: 14px; }
.cat-tile .tile-cta svg { width: 12px; height: 12px; transition: transform 0.2s ease; }
.cat-tile:hover .tile-cta svg { transform: translateX(3px); }
.cat-beauty     { background: linear-gradient(135deg, #FFE9E0 0%, #FFD5C7 100%); }
.cat-home       { background: linear-gradient(135deg, #E8EFE2 0%, #D2DECB 100%); }
.cat-elec       { background: linear-gradient(135deg, #E5EBF5 0%, #C9D5EA 100%); }
.cat-food       { background: linear-gradient(135deg, #FFF1D9 0%, #FFE0AC 100%); }
.cat-pet        { background: linear-gradient(135deg, #F5E8FB 0%, #E3CDF0 100%); }
.cat-garden     { background: linear-gradient(135deg, #E2F2E8 0%, #C5E1D2 100%); }
.cat-toys       { background: linear-gradient(135deg, #FCE3E8 0%, #F5C1CC 100%); }
.cat-stationery { background: linear-gradient(135deg, #EDE7E0 0%, #DACFC2 100%); }
.cat-baby       { background: linear-gradient(135deg, #E0EFFB 0%, #C5DDEE 100%); }

/* ============ PAGINATION ============ */
.pagination { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 48px; }
.page-btn { width: 40px; height: 40px; border-radius: 8px; border: 1px solid var(--line); background: white; color: var(--ink); font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; transition: all 0.15s ease; cursor: pointer; }
.page-btn:hover { background: var(--surface); border-color: var(--ink); }
.page-btn.active { background: var(--ink); color: white; border-color: var(--ink); }
.page-btn.dots { border: 0; cursor: default; color: var(--muted); }
.page-btn.dots:hover { background: transparent; }
.page-btn.nav { width: auto; padding: 0 16px; gap: 6px; }

/* ============ TRUST STRIP ============ */
.trust { padding: 50px 0; background: var(--ink); color: white; }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.trust-item { display: flex; align-items: center; gap: 14px; }
.trust-icon { width: 44px; height: 44px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-icon svg { width: 18px; height: 18px; color: white; stroke-width: 1.6; }
.trust-item .ttl { font-size: 14px; font-weight: 600; }
.trust-item .sub { font-size: 12px; color: rgba(255,255,255,0.6); margin-top: 1px; }

/* ============ WHOLESALE CTA ============ */
.wholesale { padding: 100px 0; background: var(--surface); }
.wholesale-card { background: var(--ink); color: white; border-radius: 24px; padding: 72px 56px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: center; position: relative; overflow: hidden; }
.wholesale-card::before { content: ""; position: absolute; right: -100px; top: -100px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(230, 57, 70, 0.18), transparent 70%); border-radius: 50%; }
.wholesale-card .eyebrow-light { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 14px; }
.wholesale-card h2 { color: white; margin-bottom: 20px; }
.wholesale-card p { color: rgba(255,255,255,0.75); max-width: 480px; margin-bottom: 32px; font-size: 1rem; }
.wholesale-card .btn-primary { background: white; color: var(--ink); }
.wholesale-card .btn-primary:hover { background: var(--accent); color: white; }
.wholesale-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.wholesale-bullets li { display: flex; align-items: center; gap: 12px; font-size: 14px; color: rgba(255,255,255,0.85); position: relative; z-index: 1; }
.wholesale-bullets .check { width: 22px; height: 22px; background: var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wholesale-bullets .check svg { width: 11px; height: 11px; color: white; stroke-width: 3; }

/* ============ FOOTER ============ */
footer { background: var(--ink); color: rgba(255,255,255,0.6); padding: 72px 0 32px; font-size: 13.5px; }
.foot-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.foot-brand .logo { color: white; }
.foot-brand .logo-sub { color: rgba(255,255,255,0.4); border-color: rgba(255,255,255,0.15); }
.foot-brand p { margin-top: 20px; max-width: 320px; line-height: 1.65; }
.foot-col h4 { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: white; margin-bottom: 18px; }
.foot-col ul { list-style: none; padding: 0; margin: 0; }
.foot-col li { margin-bottom: 9px; }
.foot-col a { color: rgba(255,255,255,0.6); transition: color 0.15s ease; }
.foot-col a:hover { color: white; }
.newsletter input { width: 100%; margin-bottom: 10px; padding: 12px 16px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: white; border-radius: 999px; font-family: var(--font); font-size: 13px; }
.newsletter input::placeholder { color: rgba(255,255,255,0.4); }
.newsletter button { width: 100%; padding: 12px 16px; background: white; color: var(--ink); border-radius: 999px; font-weight: 600; font-size: 13px; transition: background 0.2s ease; }
.newsletter button:hover { background: var(--accent); color: white; }
.foot-bottom { padding-top: 28px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; color: rgba(255,255,255,0.4); font-size: 12.5px; }
.foot-payment { display: flex; gap: 8px; align-items: center; }
.pay-chip { padding: 4px 9px; background: rgba(255,255,255,0.08); border-radius: 4px; font-size: 10px; font-weight: 700; letter-spacing: 0.5px; color: rgba(255,255,255,0.7); }

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { height: 380px; margin: 0 auto; max-width: 500px; }
  .page-hero .ph-inner { grid-template-columns: 1fr; gap: 24px; }
  .brand-grid { grid-template-columns: repeat(4, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .foot-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .header-top { grid-template-columns: auto 1fr; }
  .search { display: none; }
  .header-actions .icon-btn-label { display: none; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-row { grid-template-columns: 1fr 1fr; gap: 20px; }
  .wholesale-card { grid-template-columns: 1fr; padding: 48px 28px; gap: 32px; }
  .foot-top { grid-template-columns: 1fr; gap: 32px; }
  .hero-stats { flex-wrap: wrap; gap: 24px; }
  .filter-bar { flex-direction: column; align-items: flex-start; }
  section { padding: 64px 0 !important; }
}
