/* ==========================================================================
   GYM STORE — Main Stylesheet
   ========================================================================== */

:root {
  --bg: #0b0b0b;
  --bg-alt: #111111;
  --bg-card: #171717;
  --bg-card-hover: #1e1e1e;
  --border: #2a2a2a;
  --text: #f5f5f5;
  --text-muted: #a3a3a3;
  --text-dim: #707070;
  /* Main theme colors — change these two to re-theme the whole site */
  --primary-color: #c6ff1a;
  --secondary-color: #9fd400;

  --accent: var(--primary-color);
  --accent-dark: var(--secondary-color);
  --accent-soft: color-mix(in srgb, var(--primary-color) 12%, transparent);
  --danger: #ff3b3b;
  --price: var(--primary-color);
  --star: #ffb800;
  --radius: 10px;
  --radius-lg: 18px;
  --shadow: 0 14px 34px rgba(0,0,0,.45);
  --container: 1240px;
  --font-head: 'Oswald', 'Be Vietnam Pro', sans-serif;
  --font: 'Be Vietnam Pro', 'Segoe UI', system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea, select { font-family: inherit; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
section { padding: 56px 0; }

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  gap: 16px;
  flex-wrap: wrap;
}
.section-head h2 {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.link-more {
  color: var(--accent);
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap .2s ease;
}
.link-more:hover { gap: 10px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: all .2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--accent);
  color: #0b0b0b;
  box-shadow: 0 8px 22px rgba(198,255,26,.22);
}
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); }
.btn-outline {
  border: 1.5px solid var(--border);
  color: var(--text);
}
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }
.btn-block { width: 100%; }

/* ---------- Topbar ---------- */
.topbar {
  background: #050505;
  border-bottom: 1px solid var(--border);
  font-size: 12.5px;
  color: var(--text-dim);
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; height: 38px; }
.topbar-right { display: flex; align-items: center; gap: 22px; }
.topbar-right a:hover { color: var(--accent); }
.topbar-right span { display: inline-flex; align-items: center; gap: 6px; }

/* ---------- Header ---------- */
.header { background: var(--bg); padding: 18px 0; }
.header .container { display: flex; align-items: center; gap: 32px; }

.logo { display: flex; flex-direction: column; line-height: 1; flex-shrink: 0; }
.logo .mark {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}
.logo .sub {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  color: var(--accent);
  margin-top: 2px;
}

.search-box { flex: 1; max-width: 620px; display: flex; }
.search-box input {
  flex: 1;
  border: none;
  background: #fff;
  color: #111;
  padding: 0 18px;
  height: 44px;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
}
.search-box input::placeholder { color: #8a8a8a; }
.search-box button {
  width: 52px;
  background: var(--accent);
  color: #0b0b0b;
  border-radius: 0 4px 4px 0;
  font-size: 17px;
  transition: background .2s;
}
.search-box button:hover { background: var(--accent-dark); }

.header-actions { display: flex; align-items: center; gap: 26px; margin-left: auto; flex-shrink: 0; }
.header-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.header-icon .ic { font-size: 20px; position: relative; }
.header-icon .badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background: var(--accent);
  color: #0b0b0b;
  font-size: 10px;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon .label { font-size: 12px; line-height: 1.3; }
.header-icon .label strong { display: block; font-size: 12.5px; font-weight: 600; }
.header-icon .label span { color: var(--text-dim); }

/* ---------- Nav row ---------- */
.nav-row { background: var(--bg); border-top: 1px solid var(--border); position: relative; }
.nav-row .container { display: flex; align-items: stretch; gap: 0; }

.cat-toggle {
  width: 268px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: var(--accent);
  color: #0b0b0b;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .3px;
  text-transform: uppercase;
  padding: 14px 18px;
}
.cat-toggle:hover { background: var(--accent-dark); }

.main-nav {
  display: flex; align-items: center; gap: 32px; flex: 1;
  padding-left: 32px;
  border-left: 1px solid var(--border);
}
.main-nav a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: var(--text);
  padding: 16px 0;
  border-bottom: 2px solid transparent;
}
.main-nav a:hover, .main-nav a.active { color: var(--accent); border-color: var(--accent); }

/* ---------- Hero area (sidebar + slider) ---------- */
.hero-area { padding: 22px 0 0; }
.hero-area .container { display: flex; gap: 6px; align-items: flex-start; position: relative; }

.cat-sidebar {
  width: 268px;
  flex-shrink: 0;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-top: none;
}
/* toggled = collapsed on desktop (sidebar shown by default) */
@media (min-width: 1101px) {
  .cat-sidebar.cat-sidebar-toggled { display: none; }
}
/* toggled = opened as overlay on tablet/mobile (sidebar hidden by default) */
@media (max-width: 1100px) {
  .cat-sidebar {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    box-shadow: var(--shadow);
  }
  .cat-sidebar.cat-sidebar-toggled { display: block; }
}
.cat-sidebar li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12.5px 18px;
  font-size: 13.5px;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
}
.cat-sidebar li:last-child a { border-bottom: none; }
.cat-sidebar li a:hover { color: var(--accent); background: var(--bg-card-hover); }
.cat-sidebar .ic { font-size: 15px; width: 18px; text-align: center; flex-shrink: 0; }

.hero-slider {
  flex: 1;
  min-width: 0;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  min-height: 420px;
}
.hero-track {
  display: flex;
  height: 100%;
  min-height: 420px;
  transition: transform .6s cubic-bezier(.65,0,.35,1);
}
.hero-slide {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  background: #000 center/cover no-repeat;
}
.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.55) 45%, rgba(0,0,0,.15) 100%);
}
.hero-copy { position: relative; z-index: 2; padding: 40px 48px; max-width: 560px; }
@keyframes heroFadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.hero-slide.active .hero-copy { animation: heroFadeUp .7s ease both; }
.hero-copy h1 {
  font-family: var(--font-head);
  font-size: 46px;
  line-height: 1.05;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.hero-copy h1 .hl { color: var(--accent); }
.hero-copy .sub {
  font-family: var(--font-head);
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  margin-top: 4px;
  letter-spacing: 1px;
}
.hero-checks { margin: 22px 0 26px; display: flex; flex-direction: column; gap: 10px; }
.hero-checks div { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--text-muted); }
.hero-checks strong { display: block; color: #fff; font-size: 13.5px; letter-spacing: .3px; }
.hero-checks .ic { color: var(--accent); font-weight: 700; margin-top: 1px; }

.hero-dots { position: absolute; z-index: 2; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; }
.hero-dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.35); cursor: pointer; }
.hero-dots span.active { background: var(--accent); }
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
}
.hero-arrow:hover { background: var(--accent); color: #0b0b0b; }
.hero-arrow.prev { left: 14px; }
.hero-arrow.next { right: 14px; }

/* ---------- USP strip ---------- */
.usp-strip { background: var(--bg-card); border: 1px solid var(--border); border-radius: 4px; margin-top: 26px; }
.usp-strip .container { padding: 0 20px; }
.usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.usp-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 18px;
  border-left: 1px solid var(--border);
}
.usp-item:first-child { border-left: none; }
.usp-item .ic { font-size: 26px; color: var(--accent); flex-shrink: 0; }
.usp-item strong { display: block; font-size: 13.5px; letter-spacing: .3px; text-transform: uppercase; }
.usp-item span { font-size: 12.5px; color: var(--text-dim); }

/* ---------- Section title (green bar) ---------- */
.section-head.bar h2 { position: relative; padding-left: 14px; }
.section-head.bar h2::before {
  content: '';
  position: absolute;
  left: 0; top: 2px; bottom: 2px;
  width: 4px;
  background: var(--accent);
}

/* ---------- Category cards ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.cat-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color .2s, transform .2s;
}
.cat-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.cat-card h3 {
  font-family: var(--font-head);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .3px;
}
.cat-card .thumb { height: 84px; display: flex; align-items: center; justify-content: center; }
.cat-card .thumb img { max-height: 100%; object-fit: contain; }
.cat-card .btn { padding: 8px 16px; font-size: 12px; align-self: flex-start; }

/* ---------- Generic slider ---------- */
.slider-wrap { position: relative; }
.slider-viewport {
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 6px 6px 12px;
  margin: -6px -6px -12px;
}
.slider-viewport::-webkit-scrollbar { display: none; }
.slider-viewport.no-snap { scroll-snap-type: none; }
.slider-track { display: flex; gap: 16px; }
.slider-track > * { scroll-snap-align: start; flex: 0 0 auto; }
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(10,10,10,.75);
  border: 1px solid var(--border);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all .2s ease;
}
.slider-arrow:hover { background: var(--accent); color: #0b0b0b; border-color: var(--accent); }
.slider-arrow.prev { left: -8px; }
.slider-arrow.next { right: -8px; }

/* ---------- Product grid ---------- */
.product-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.product-grid.slider-track { display: flex; }
.product-grid.slider-track > .product-card { width: 205px; }
.product-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color .2s, transform .2s;
}
.product-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.product-thumb { position: relative; aspect-ratio: 1/1; background: #0e0e0e; }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-thumb .thumb-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  background: radial-gradient(circle at 35% 35%, #1e1e1e, #0a0a0a);
}
.badge-sale {
  position: absolute;
  top: 8px; left: 8px;
  background: var(--danger);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 3px;
  z-index: 2;
}
.product-cart-btn {
  position: absolute;
  bottom: 8px; right: 8px;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--accent);
  color: #0b0b0b;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  z-index: 2;
}
.product-cart-btn:hover { background: var(--accent-dark); }
.product-body { padding: 14px 14px 16px; display: flex; flex-direction: column; gap: 5px; flex: 1; }
.product-brand { font-size: 11px; color: var(--text-dim); text-transform: uppercase; letter-spacing: .3px; }
.product-name { font-size: 13.5px; font-weight: 600; line-height: 1.4; }
.product-name a:hover { color: var(--accent); }
.product-rating { font-size: 12px; color: var(--text-dim); display: flex; align-items: center; gap: 6px; }
.product-rating .stars { color: var(--star); letter-spacing: 1px; }
.product-price { margin-top: 4px; display: flex; align-items: baseline; gap: 8px; }
.price-now { color: var(--price); font-weight: 700; font-size: 15px; }
.price-old { color: var(--text-dim); font-size: 12.5px; text-decoration: line-through; }

/* ---------- Equipment grid ---------- */
.equip-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.equip-grid.slider-track { display: flex; }
.equip-grid.slider-track > .equip-card { width: 190px; }
.equip-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .2s, transform .2s;
}
.equip-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.equip-thumb { aspect-ratio: 1/1; background: #0e0e0e; }
.equip-thumb img { width: 100%; height: 100%; object-fit: cover; }
.equip-thumb.thumb-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  background: radial-gradient(circle at 35% 35%, #1e1e1e, #0a0a0a);
  color: var(--accent);
}
.equip-body { padding: 12px 14px 16px; }
.equip-name { font-size: 13.5px; font-weight: 600; margin-bottom: 4px; }
.equip-price { color: var(--price); font-weight: 700; font-size: 14px; }

/* ---------- Brands ---------- */
.brand-strip-wrap { position: relative; }
.brand-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 16px; }
.brand-grid.slider-track { display: flex; }
.brand-grid.slider-track > .brand-card { width: 180px; }
.brand-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .5px;
  color: var(--text);
  text-transform: uppercase;
  transition: border-color .2s, color .2s;
}
.brand-card:hover { border-color: var(--accent); color: var(--accent); }
/* ---------- Combo banner ---------- */
.combo-banner {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  align-items: center;
  background: #000 url('https://images.unsplash.com/photo-1549476464-37392f717541?q=80&w=1600&auto=format&fit=crop') left/cover no-repeat;
}
.combo-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.92) 20%, rgba(0,0,0,.55) 60%, rgba(0,0,0,.25) 100%);
}
.combo-content { position: relative; z-index: 2; padding: 40px 48px; }
.combo-content h2 {
  font-family: var(--font-head);
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .5px;
}
.combo-content .save {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 6px 0;
}
.combo-content .save span:first-child { font-size: 16px; color: #fff; text-transform: uppercase; font-weight: 600; }
.combo-content .save strong {
  font-family: var(--font-head);
  font-size: 56px;
  color: var(--accent);
  line-height: 1;
}
.combo-content p { color: var(--text-muted); font-size: 13.5px; text-transform: uppercase; margin-bottom: 20px; letter-spacing: .3px; }

/* ---------- News ---------- */
.news-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.news-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .2s, transform .2s;
}
.news-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.news-thumb { aspect-ratio: 16/10; background: #0e0e0e; }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; }
.news-body { padding: 16px 16px 18px; }
.news-title { font-size: 14.5px; font-weight: 600; line-height: 1.4; margin-bottom: 10px; }
.news-title a:hover { color: var(--accent); }
.news-date { font-size: 12px; color: var(--text-dim); display: flex; align-items: center; gap: 6px; }

/* ---------- Footer ---------- */
.footer { background: #050505; border-top: 1px solid var(--border); padding-top: 56px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr 1.3fr; gap: 32px; padding-bottom: 40px; }
.footer h5 {
  font-family: var(--font-head);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 18px;
  color: #fff;
}
.footer p { color: var(--text-dim); font-size: 13px; margin: 14px 0 18px; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: var(--text-dim); font-size: 13.5px; }
.footer-links a:hover { color: var(--accent); }
.footer-contact li { color: var(--text-dim); font-size: 13.5px; margin-bottom: 12px; display: flex; align-items: flex-start; gap: 8px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
}
.footer-social a:hover { background: var(--accent); color: #0b0b0b; border-color: var(--accent); }

.newsletter-form { display: flex; margin-top: 4px; }
.newsletter-form input {
  flex: 1;
  height: 42px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-right: none;
  color: var(--text);
  padding: 0 14px;
  font-size: 13px;
  border-radius: 4px 0 0 4px;
}
.newsletter-form button {
  width: 46px;
  background: var(--accent);
  color: #0b0b0b;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
}
.newsletter-form button:hover { background: var(--accent-dark); }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12.5px;
  color: var(--text-dim);
}
.payment-icons { display: flex; gap: 8px; }
.payment-icons span {
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .3px;
  color: var(--text-dim);
}

/* ---------- Breadcrumb ---------- */
.breadcrumb { background: var(--bg-alt); border-bottom: 1px solid var(--border); padding: 14px 0; }
.breadcrumb .container { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--text-dim); }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb .current { color: var(--text); }

/* ---------- Page header ---------- */
.page-header { padding: 34px 0 6px; }
.page-header h1 { font-family: var(--font-head); font-size: 28px; text-transform: uppercase; letter-spacing: .5px; }
.page-header p { color: var(--text-dim); margin-top: 8px; font-size: 14px; max-width: 640px; }

/* ---------- Products page ---------- */
.products-layout { display: flex; gap: 26px; align-items: flex-start; }
.filter-sidebar { width: 260px; flex-shrink: 0; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; }
.filter-sidebar-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.filter-sidebar-head h4 { font-family: var(--font-head); font-size: 15px; text-transform: uppercase; }
.filter-clear { font-size: 12px; color: var(--accent); font-weight: 600; }
.filter-group { border-bottom: 1px solid var(--border); padding: 18px 0; }
.filter-group:first-of-type { padding-top: 14px; }
.filter-group:last-child { border-bottom: none; padding-bottom: 0; }
.filter-group h5 { font-family: var(--font-head); font-size: 13px; text-transform: uppercase; letter-spacing: .3px; margin-bottom: 12px; color: var(--text-muted); }
.filter-check { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 13.5px; color: var(--text-muted); padding: 6px 0; cursor: pointer; }
.filter-check .label-left { display: flex; align-items: center; gap: 10px; }
.filter-check input { accent-color: var(--accent); width: 15px; height: 15px; flex-shrink: 0; }
.filter-check:hover { color: var(--text); }
.filter-check .count { color: var(--text-dim); font-size: 12px; }
.filter-price-row { display: flex; align-items: center; gap: 8px; }
.filter-price-row input { width: 100%; background: var(--bg); border: 1px solid var(--border); color: var(--text); padding: 9px 10px; border-radius: 6px; font-size: 12.5px; }

.products-main { flex: 1; min-width: 0; }
.products-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; gap: 12px; flex-wrap: wrap; }
.products-count { font-size: 13.5px; color: var(--text-dim); }
.products-count strong { color: var(--text); }
.products-sort { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--text-dim); }
.products-sort select { background: var(--bg-card); border: 1px solid var(--border); color: var(--text); padding: 9px 12px; border-radius: 6px; font-size: 13px; }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mobile-filter-toggle { display: none; }

/* ---------- Pagination ---------- */
.pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 36px; }
.pagination a, .pagination span.dots { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 6px; border: 1px solid var(--border); font-size: 13.5px; color: var(--text-muted); }
.pagination a:hover { border-color: var(--accent); color: var(--accent); }
.pagination a.active { background: var(--accent); color: #0b0b0b; border-color: var(--accent); font-weight: 700; }
.pagination span.dots { border-color: transparent; }

/* ---------- Brands page ---------- */
.brands-page-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.brand-card-lg { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 22px; text-align: center; transition: border-color .2s, transform .2s; }
.brand-card-lg:hover { border-color: var(--accent); transform: translateY(-3px); }
.brand-card-lg .logo { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 50%; background: var(--bg); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 700; font-size: 18px; color: var(--accent); }
.brand-card-lg h3 { font-family: var(--font-head); font-size: 16px; text-transform: uppercase; margin-bottom: 6px; }
.brand-card-lg span { font-size: 12.5px; color: var(--text-dim); display: block; margin-bottom: 16px; }
.brand-card-lg .btn { padding: 8px 22px; font-size: 12px; }

/* ---------- Promotions page ---------- */
.promo-hero {
  position: relative; border-radius: 4px; overflow: hidden; min-height: 260px;
  display: flex; align-items: center;
  background: #000 url('https://images.unsplash.com/photo-1517836357463-d25dfeac3438?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
}
.promo-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.9) 15%, rgba(0,0,0,.5) 60%, rgba(0,0,0,.2) 100%); }
.promo-hero-content { position: relative; z-index: 2; padding: 40px 48px; max-width: 560px; }
.promo-hero-content span.tag { display: inline-block; background: var(--accent); color: #0b0b0b; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; padding: 5px 12px; border-radius: 4px; margin-bottom: 14px; }
.promo-hero-content h1 { font-family: var(--font-head); font-size: 32px; text-transform: uppercase; color: #fff; line-height: 1.15; margin-bottom: 12px; }
.promo-hero-content p { color: var(--text-muted); font-size: 14px; margin-bottom: 24px; }

.coupon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.coupon-card { position: relative; background: var(--bg-card); border: 1.5px dashed var(--border); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; gap: 8px; transition: border-color .2s; }
.coupon-card:hover { border-color: var(--accent); }
.coupon-card .pct { font-family: var(--font-head); font-size: 30px; color: var(--accent); }
.coupon-card .desc { font-size: 13px; color: var(--text-muted); min-height: 36px; }
.coupon-card .code-row { display: flex; align-items: center; justify-content: space-between; background: var(--bg); border: 1px solid var(--border); border-radius: 6px; padding: 10px 14px; margin-top: 6px; }
.coupon-card .code { font-family: var(--font-head); letter-spacing: 1.5px; font-weight: 700; font-size: 14px; }
.coupon-card .copy-btn { font-size: 11.5px; font-weight: 700; color: var(--accent); text-transform: uppercase; }
.coupon-card .expiry { font-size: 11.5px; color: var(--text-dim); }

/* ---------- Contact page ---------- */
.contact-info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 44px; }
.contact-info-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 20px; text-align: center; transition: border-color .2s, transform .2s; }
.contact-info-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.contact-info-card .ic { font-size: 28px; margin-bottom: 12px; }
.contact-info-card h4 { font-family: var(--font-head); font-size: 14px; text-transform: uppercase; margin-bottom: 6px; }
.contact-info-card p { font-size: 13px; color: var(--text-dim); }

.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: start; }
.contact-form-box { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; }
.contact-form-box h2 { font-family: var(--font-head); font-size: 20px; text-transform: uppercase; margin-bottom: 6px; }
.contact-form-box > p.lead { color: var(--text-dim); font-size: 13.5px; margin-bottom: 24px; }
.map-box {
  border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); min-height: 420px;
  background: linear-gradient(160deg, #14170f, #0b0b0b) center/cover;
  display: flex; align-items: center; justify-content: center; text-align: center; padding: 30px;
}
.map-box .pin { font-size: 34px; margin-bottom: 10px; }
.map-box h4 { font-family: var(--font-head); font-size: 15px; text-transform: uppercase; margin-bottom: 6px; }
.map-box p { color: var(--text-dim); font-size: 13px; }

/* ---------- Shared form elements ---------- */
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 8px; color: var(--text-muted); }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; background: var(--bg); border: 1px solid var(--border); color: var(--text);
  padding: 12px 14px; border-radius: 6px; font-size: 14px; transition: border-color .2s;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-dim); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--accent); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-check { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--text-muted); }
.form-check input { accent-color: var(--accent); width: 15px; height: 15px; }
.form-password { position: relative; }
.form-password input { padding-right: 44px; }
.pw-toggle { position: absolute; right: 4px; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border-radius: 6px; font-size: 15px; }
.pw-toggle:hover { background: var(--bg-card-hover); }
.form-note {
  margin-top: 16px; padding: 12px 16px; border-radius: 6px; font-size: 13px;
  background: var(--accent-soft); color: var(--accent); border: 1px solid rgba(198,255,26,.3);
  display: none;
}
.form-note.show { display: block; }

/* ---------- Auth pages (login / register) ---------- */
.auth-section { padding: 56px 0; }
.auth-wrap {
  display: grid; grid-template-columns: 1fr 1fr; max-width: 980px; margin: 0 auto;
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden;
}
.auth-panel {
  position: relative; padding: 44px 38px;
  background: #000 url('https://images.unsplash.com/photo-1583454110551-21f2fa2afe61?q=80&w=900&auto=format&fit=crop') center/cover no-repeat;
  display: flex; flex-direction: column; justify-content: center;
}
.auth-panel::before { content: ''; position: absolute; inset: 0; background: linear-gradient(165deg, rgba(0,0,0,.88), rgba(0,0,0,.6)); }
.auth-panel > * { position: relative; z-index: 2; }
.auth-panel .logo { margin-bottom: 26px; }
.auth-panel h2 { font-family: var(--font-head); font-size: 23px; text-transform: uppercase; color: #fff; margin-bottom: 12px; line-height: 1.25; }
.auth-panel p { color: var(--text-muted); font-size: 13.5px; margin-bottom: 22px; }
.auth-points { display: flex; flex-direction: column; gap: 12px; }
.auth-points li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--text-muted); }
.auth-points .ic { color: var(--accent); font-weight: 700; }

.auth-form { padding: 44px 38px; }
.auth-form h1 { font-family: var(--font-head); font-size: 25px; text-transform: uppercase; margin-bottom: 8px; }
.auth-form > p.sub { font-size: 13.5px; color: var(--text-dim); margin-bottom: 24px; }
.auth-form > p.sub a { color: var(--accent); font-weight: 600; }
.auth-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; font-size: 13px; }
.auth-row a { color: var(--accent); }
.auth-submit { margin-top: 2px; }
.auth-divider { text-align: center; font-size: 12px; color: var(--text-dim); margin: 22px 0; position: relative; }
.auth-divider::before, .auth-divider::after { content: ''; position: absolute; top: 50%; width: 38%; height: 1px; background: var(--border); }
.auth-divider::before { left: 0; }
.auth-divider::after { right: 0; }
.auth-social { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.auth-social button { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 11px; border: 1px solid var(--border); border-radius: 6px; font-size: 13px; font-weight: 600; }
.auth-social button:hover { border-color: var(--accent); color: var(--accent); }
.auth-foot { font-size: 11.5px; color: var(--text-dim); margin-top: 20px; text-align: center; }
.auth-foot a { color: var(--accent); }

/* ---------- Mobile nav ---------- */
.burger { display: none; font-size: 22px; }
.mobile-nav-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 90; opacity: 0; pointer-events: none; transition: opacity .25s; }
.mobile-nav-overlay.show { opacity: 1; pointer-events: auto; }
.mobile-nav {
  position: fixed; top: 0; right: -300px; width: 280px; height: 100%;
  background: var(--bg-card); z-index: 91; padding: 60px 24px 24px;
  transition: right .3s ease; display: flex; flex-direction: column; gap: 4px;
  overflow-y: auto;
}
.mobile-nav.show { right: 0; }
.mobile-nav a { padding: 13px 4px; font-size: 15px; font-weight: 600; border-bottom: 1px solid var(--border); text-transform: uppercase; }
.mobile-nav a.active, .mobile-nav a:hover { color: var(--accent); }
.mobile-nav-close { position: absolute; top: 18px; right: 20px; font-size: 22px; }

.back-to-top {
  position: fixed; bottom: 26px; right: 26px; width: 44px; height: 44px;
  border-radius: 50%; background: var(--accent); color: #0b0b0b; font-size: 18px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(10px);
  transition: all .25s; z-index: 60;
}
.back-to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: var(--accent-dark); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .brands-page-grid { grid-template-columns: repeat(3, 1fr); }
  .coupon-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-info-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
  .auth-panel { display: none; }
  .auth-wrap { grid-template-columns: 1fr; max-width: 480px; }
}

@media (max-width: 860px) {
  .topbar-left { display: none; }
  .header .container { flex-wrap: wrap; }
  .search-box { order: 3; max-width: 100%; width: 100%; }
  .main-nav { display: none; }
  .cat-toggle { width: 100%; }
  .burger { display: flex; margin-left: auto; }
  .hero-copy h1 { font-size: 32px; }
  .hero-copy .sub { font-size: 16px; }
  .usp-grid { grid-template-columns: repeat(2, 1fr); }
  .usp-item { border-left: none; border-top: 1px solid var(--border); }
  .usp-item:nth-child(1), .usp-item:nth-child(2) { border-top: none; }
  .product-grid.slider-track > .product-card { width: 175px; }
  .equip-grid.slider-track > .equip-card { width: 165px; }
  .brand-grid.slider-track > .brand-card { width: 150px; }
  .cat-sidebar { width: calc(100vw - 40px); max-width: 320px; }
  .products-layout { flex-direction: column; }
  .filter-sidebar { width: 100%; display: none; }
  .filter-sidebar.show { display: block; }
  .mobile-filter-toggle { display: flex; width: 100%; justify-content: center; margin-bottom: 4px; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .brands-page-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  section { padding: 40px 0; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .combo-banner { background-position: 70% center; }
  .combo-content h2 { font-size: 20px; }
  .combo-content .save strong { font-size: 40px; }
  .header-icon .label { display: none; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .products-grid { grid-template-columns: 1fr; }
  .brands-page-grid { grid-template-columns: 1fr; }
  .coupon-grid { grid-template-columns: 1fr; }
  .contact-info-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .auth-form { padding: 34px 24px; }
  .promo-hero-content h1 { font-size: 24px; }
}
