/** Shopify CDN: Minification failed

Line 49:0 Unexpected "<"
Line 98:2 Unexpected "<"

**/
/* ============================================
   ROMAMOTOR THEME — Color fosforito #AAFF00
   ============================================ */

* { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --neon: #AAFF00;
  --dark: #0a0d12;
  --dark2: #111620;
  --dark3: #1a2030;
  --border: #1a2535;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--dark);
  color: #ccc;
}

/* NAV */
.nav {
  background: var(--dark2);
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 32px;
  height: 56px;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-logo { font-size: 18px; font-weight: 600; color: var(--neon); letter-spacing: 2px; white-space: nowrap; text-decoration: none; }
.nav-search { flex: 1; max-width: 500px; background: #0d1520; border: 0.5px solid var(--border); border-radius: 6px; display: flex; align-items: center; padding: 0 12px; height: 36px; gap: 8px; }
.nav-search input { background: none; border: none; outline: none; color: #aaa; font-size: 14px; width: 100%; }
.nav-search svg { color: #555; flex-shrink: 0; }
.nav-links { display: flex; gap: 20px; list-style: none; }
.nav-links a { color: #888; text-decoration: none; font-size: 14px; transition: color 0.2s; }
.nav-links a:hover { color: var(--neon); }
.nav-icons { display: flex; gap: 18px; color: #aaa; font-size: 20px; align-items: center; }
.nav-icons a { color: #aaa; text-decoration: none; }
.nav-icons a:hover { color: var(--neon); }

<section class="hero">
  <div class="hero-bg"></div>
  <div class="hero-glow"></div>
  <div class="hero-glow2"></div>
  <div class="hero-image-placeholder">🏍</div>
  <div class="hero-content">
    <div class="hero-eyebrow">Temporada 2026</div>
    <h1 class="hero-title">La pasión<br>por el motor<br><span>empieza aquí</span></h1>
    <p class="hero-sub">Minicross, cascos ECE22 y equipamiento infantil de competición. Envíos a toda España en 48h.</p>
    <div class="hero-btns">
      <a href="/pages/catalogos" class="btn-neon" style="font-size:16px; padding:14px 32px;">Ver catálogo completo</a>
    </div>
  </div>
  <div class="hero-badge"><span>🚚 Envío 48h · España</span></div>

  <style>
  .hero-bg {
    filter: brightness(1.9) contrast(1.1) !important;
  }
  .hero-btns {
    position: absolute !important;
    bottom: 8% !important;
    left: 3% !important;
    top: auto !important;
  }
  .hero-badge,
  .hero-badge *,
  .hero-badge::before,
  .hero-badge::after {
    animation: none !important;
    transition: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* MÓVIL: botón pequeño esquina inferior izquierda */
  @media (max-width: 768px) {
    .hero-btns {
      left: 4% !important;
      bottom: 5% !important;
      transform: none !important;
      width: auto !important;
    }
    .hero-btns .btn-neon {
      font-size: 11px !important;
      padding: 7px 14px !important;
      border-radius: 5px !important;
    }
  }
  </style>

</section>














.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.75) 40%, rgba(0,0,0,0.1) 100%); }
.hero-glow { position: absolute; bottom: -60px; right: 100px; width: 500px; height: 300px; background: radial-gradient(ellipse, rgba(170,255,0,0.07) 0%, transparent 70%); pointer-events: none; }
.hero-glow2 { position: absolute; top: 30px; left: 45%; width: 300px; height: 200px; background: radial-gradient(ellipse, rgba(0,150,255,0.05) 0%, transparent 70%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; padding: 60px 32px; max-width: 520px; }
.hero-eyebrow { font-size: 11px; font-weight: 600; color: var(--neon); letter-spacing: 4px; text-transform: uppercase; margin-bottom: 14px; }
.hero-title { font-size: 44px; font-weight: 700; color: #fff; line-height: 1.1; margin-bottom: 16px; }
.hero-title span { color: var(--neon); }
.hero-sub { font-size: 15px; color: #6a7f90; margin-bottom: 28px; line-height: 1.7; }
.hero-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-neon { background: var(--neon); color: #000; border: none; padding: 12px 24px; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-block; transition: opacity 0.2s; }
.btn-neon:hover { opacity: 0.85; }
.btn-ghost { background: transparent; color: #aaa; border: 0.5px solid #2a3a4a; padding: 12px 24px; border-radius: 6px; font-size: 14px; cursor: pointer; text-decoration: none; display: inline-block; transition: border-color 0.2s, color 0.2s; }
.btn-ghost:hover { border-color: var(--neon); color: var(--neon); }
.hero-image { position: absolute; right: 0; top: 0; bottom: 0; width: 50%; object-fit: cover; opacity: 0.6; }
.hero-image-placeholder { position: absolute; right: 40px; top: 50%; transform: translateY(-50%); font-size: 140px; opacity: 0.06; color: var(--neon); }
.hero-badge { position: absolute; bottom: 28px; right: 32px; background: rgba(170,255,0,0.1); border: 0.5px solid rgba(170,255,0,0.3); border-radius: 6px; padding: 8px 14px; z-index: 2; }
.hero-badge span { font-size: 12px; color: var(--neon); font-weight: 500; }

/* TRUST BAR */
.trust-bar { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--dark2); border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }
.trust-item { display: flex; align-items: center; gap: 12px; padding: 16px 24px; border-right: 0.5px solid var(--border); }
.trust-item:last-child { border-right: none; }
.trust-item svg { color: var(--neon); flex-shrink: 0; }
.trust-text strong { display: block; font-size: 13px; font-weight: 500; color: #ddd; }
.trust-text span { font-size: 12px; color: #4a5a6a; }

/* SECCIONES */
.section { padding: 32px; background: var(--dark); }
.section-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 16px; }
.section-title { font-size: 18px; font-weight: 700; color: #fff; letter-spacing: 2px; text-transform: uppercase; }
.section-link { font-size: 13px; color: var(--neon); text-decoration: none; }
.section-link:hover { text-decoration: underline; }

/* TABS */
.tabs { display: flex; gap: 8px; margin-bottom: 20px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; }
.tabs::-webkit-scrollbar { display: none; }
.tab { padding: 8px 18px; border-radius: 6px; font-size: 13px; cursor: pointer; white-space: nowrap; border: 0.5px solid var(--border); background: var(--dark3); color: #778; transition: all 0.2s; user-select: none; }
.tab.active, .tab:hover { background: var(--neon); color: #000; font-weight: 600; border-color: var(--neon); }

/* GRID DE PRODUCTOS */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.product-card { background: var(--dark2); border: 0.5px solid var(--border); border-radius: 12px; overflow: hidden; position: relative; transition: border-color 0.2s, transform 0.2s; }
.product-card:hover { border-color: rgba(170,255,0,0.4); transform: translateY(-2px); }
.product-img { width: 100%; height: 180px; background: var(--dark3); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.product-img img { width: 100%; height: 100%; object-fit: cover; }
.badge-ship { position: absolute; top: 10px; left: 10px; background: rgba(0,0,0,0.85); border: 0.5px solid #2a3a4a; border-radius: 4px; padding: 4px 8px; display: flex; align-items: center; gap: 5px; font-size: 10px; color: #ccc; font-weight: 500; }
.badge-ship-dot { width: 6px; height: 6px; background: var(--neon); border-radius: 50%; }
.badge-discount { position: absolute; top: 10px; right: 10px; background: #e53e3e; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 8px; border-radius: 4px; }
.product-info { padding: 14px 16px; }
.product-name { font-size: 15px; color: #bbb; line-height: 1.5; margin-bottom: 8px; }


.product-price { font-size: 20px; font-weight: 600; color: var(--neon); }
.product-old { font-size: 13px; color: #3a4a5a; text-decoration: line-through; margin-left: 6px; }
.product-vars { font-size: 11px; color: #4a5a6a; margin-top: 4px; }
.product-add { width: 100%; margin-top: 12px; background: transparent; border: 0.5px solid rgba(170,255,0,0.3); color: var(--neon); padding: 9px; border-radius: 6px; font-size: 13px; cursor: pointer; transition: background 0.2s; }
.product-add:hover { background: rgba(170,255,0,0.1); }

/* CATEGORÍAS */
.cats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; }
.cat-card { background: var(--dark2); border: 0.5px solid var(--border); border-radius: 12px; padding: 20px 14px; text-align: center; cursor: pointer; text-decoration: none; display: block; transition: border-color 0.2s; }
.cat-card:hover { border-color: rgba(170,255,0,0.4); }
.cat-icon { font-size: 32px; margin-bottom: 10px; }
.cat-name { font-size: 13px; font-weight: 500; color: #ccc; }
.cat-sub { font-size: 11px; color: #4a5a6a; margin-top: 4px; }

/* BANNER PROMO */
.promo-banner { margin: 0 32px 28px; background: var(--dark2); border: 0.5px solid rgba(170,255,0,0.2); border-radius: 12px; padding: 20px 24px; display: flex; align-items: center; gap: 16px; }
.promo-icon { width: 48px; height: 48px; background: rgba(170,255,0,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 24px; }
.promo-text strong { display: block; font-size: 15px; color: #fff; font-weight: 500; }
.promo-text span { font-size: 13px; color: #5a6a7a; }
.promo-code { margin-left: auto; background: rgba(170,255,0,0.1); border: 1px dashed rgba(170,255,0,0.4); border-radius: 6px; padding: 8px 16px; font-size: 14px; color: var(--neon); font-weight: 600; letter-spacing: 2px; white-space: nowrap; }

/* FOOTER */
.footer { background: var(--dark2); border-top: 0.5px solid var(--border); padding: 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; margin-bottom: 24px; }
.footer-logo { font-size: 16px; font-weight: 600; color: var(--neon); letter-spacing: 2px; margin-bottom: 8px; }
.footer-desc { font-size: 13px; color: #4a5a6a; line-height: 1.6; }
.footer-col h4 { font-size: 12px; font-weight: 600; color: #778; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.footer-col a { display: block; font-size: 13px; color: #4a5a6a; text-decoration: none; margin-bottom: 8px; }
.footer-col a:hover { color: var(--neon); }
.footer-copy { font-size: 12px; color: #334455; border-top: 0.5px solid #141e2a; padding-top: 16px; }

/* WHATSAPP */
.whatsapp-fab { position: fixed; bottom: 24px; right: 24px; width: 52px; height: 52px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 16px rgba(37,211,102,0.3); z-index: 999; text-decoration: none; font-size: 26px; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hero-title { font-size: 28px; }
  .trust-bar { grid-template-columns: 1fr; }
  .trust-item { border-right: none; border-bottom: 0.5px solid var(--border); }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 20px; }
  .promo-banner { flex-direction: column; align-items: flex-start; }
  .promo-code { margin-left: 0; }
}

/* CATÁLOGOS */
.cat-filter-bar { display: flex; gap: 10px; padding: 20px 32px 0; flex-wrap: wrap; }
.cat-filter-btn { padding: 8px 20px; border-radius: 6px; font-size: 13px; cursor: pointer; border: 0.5px solid var(--border); background: var(--dark3); color: #778; transition: all 0.2s; font-weight: 500; user-select: none; }
.cat-filter-btn.active, .cat-filter-btn:hover { background: var(--neon); color: #000; font-weight: 700; border-color: var(--neon); }
.badge-elec { position: absolute; top: 10px; right: 10px; background: #0055cc; color: #fff; font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 4px; letter-spacing: 0.5px; }
.badge-gas { position: absolute; top: 10px; right: 10px; background: #cc2200; color: #fff; font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 4px; letter-spacing: 0.5px; }
.cat-subsection { margin-bottom: 28px; }
.cat-subsection-title { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.cat-subsection-title h3 { font-size: 11px; font-weight: 600; color: #445566; text-transform: uppercase; letter-spacing: 2px; white-space: nowrap; }
.cat-subsection-divider { flex: 1; height: 0.5px; background: var(--border); }
.breadcrumb { padding: 10px 32px; font-size: 12px; color: #4a5a6a; background: var(--dark); border-bottom: 0.5px solid var(--border); }
.breadcrumb a { color: #4a5a6a; text-decoration: none; }
.breadcrumb a:hover { color: var(--neon); }
.breadcrumb span { color: var(--neon); }
.hero-sm { min-height: 200px; }
.hero-sm .hero-title { font-size: 32px; }
.cat-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.cat-tag { padding: 4px 10px; background: var(--dark3); border: 0.5px solid var(--border); border-radius: 4px; font-size: 11px; color: #556; }
.cat-tag-elec { border-color: #004499; color: #4488ff; }
.cat-tag-gas { border-color: #992200; color: #ff6644; }
.cats-menu-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 16px; }
.cat-menu-card { background: var(--dark2); border: 0.5px solid var(--border); border-radius: 16px; padding: 28px 24px; text-decoration: none; display: block; transition: border-color 0.2s, transform 0.2s; }
.cat-menu-card:hover { border-color: rgba(170,255,0,0.4); transform: translateY(-3px); }
.cat-menu-icon { font-size: 44px; margin-bottom: 14px; }
.cat-menu-title { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.cat-menu-sub { font-size: 13px; color: #4a5a6a; line-height: 1.6; margin-bottom: 14px; }

@media (max-width: 768px) {
  .cat-filter-bar { padding: 16px 20px 0; }
  .breadcrumb { padding: 10px 20px; }
  .hero-sm .hero-title { font-size: 22px; }
}

/* HAMBURGUESA */
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; z-index: 100; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: #c8ff00; border-radius: 2px; transition: all 0.3s; }
.nav-hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.active span:nth-child(2) { opacity: 0; }
.nav-hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 768px) {
  .nav-hamburger { display: flex; }
  .nav-search { display: flex; flex: 1; margin: 0 8px; }
  .nav-search input { font-size: 13px; padding: 6px 8px; }
  .nav-links { display: none; position: absolute; top: 60px; left: 0; right: 0; background: #111; flex-direction: column; padding: 16px; gap: 0; z-index: 99; }
  .nav-links.nav-open { display: flex; }
  .nav-links li { border-bottom: 1px solid #222; }
  .nav-links li a { display: block; padding: 12px 8px; color: #fff; }
}

.logo-mobile { display: none; }
.logo-desktop { display: inline; }
@media (max-width: 768px) {
  .logo-mobile { display: inline; }
  .logo-desktop { display: none; }
}

/* MINI QUADS — tarjeta blanca */
#miniquads-container .product-card {
  background: #fff !important;
  border-radius: 12px;
  overflow: hidden;
}
#miniquads-container .product-info {
  background: #fff !important;
  padding: 12px;
}

/* QUADS — tarjetas blancas */
.cat-subsection .product-card { background: #fff !important; border-radius: 12px; overflow: hidden; }
.cat-subsection .product-info { background: #fff !important; padding: 12px; }
.cat-subsection .product-name { color: #111 !important; }
.cat-subsection .product-price { color: #111 !important; }
.cat-subsection .product-img img { background: #fff; object-fit: contain; width: 100%; height: 200px; display: block; }
.product-name {
  font-size: 15px !important;
}
/* DROPDOWNS NAV */
.nav-dropdown { position: relative; }
.nav-dropdown > a { display: flex; align-items: center; gap: 4px; }
.nav-arrow { font-size: 10px; opacity: 0.6; }
.nav-submenu { display: none; position: absolute; top: 100%; left: 0; background: var(--dark2); border: 0.5px solid var(--border); border-radius: 8px; min-width: 200px; padding: 8px 0; z-index: 999; }
.nav-submenu li { list-style: none; }
.nav-submenu li a { display: block; padding: 10px 16px; color: #ccc; font-size: 13px; white-space: nowrap; transition: color 0.2s; }
.nav-submenu li a:hover { color: var(--neon); }
.nav-dropdown:hover .nav-submenu { display: block; }
/* DROPDOWNS NAV */
.nav-dropdown { position: relative; }
.nav-dropdown > a { display: flex; align-items: center; gap: 4px; }
.nav-arrow { font-size: 10px; opacity: 0.6; }
.nav-submenu { display: none; position: absolute; top: 100%; left: 0; background: var(--dark2); border: 0.5px solid var(--border); border-radius: 8px; min-width: 200px; padding: 8px 0; z-index: 999; }
.nav-submenu li { list-style: none; }
.nav-submenu li a { display: block; padding: 10px 16px; color: #ccc; font-size: 13px; white-space: nowrap; transition: color 0.2s; }
.nav-submenu li a:hover { color: var(--neon); }
.nav-dropdown:hover .nav-submenu { display: block; }
.nav-link, header nav a, .header__nav a, nav .tab {
  color: #ffffff !important;
}
/* Nav links color blanco */
header nav a,
.nav-link,
nav a {
  color: #ffffff !important;
}
/* ===== SEARCH PAGE ===== */
.search-page { padding: 40px 20px; }
.search-title { font-size: 1.8rem; margin-bottom: 20px; }
.search-form { display: flex; gap: 10px; margin-bottom: 30px; }
.search-input { flex: 1; padding: 10px 15px; border: 2px solid #ddd; border-radius: 6px; font-size: 1rem; }
.search-btn { padding: 10px 20px; background: #e63946; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-size: 1rem; }
.search-btn:hover { background: #c1121f; }
.search-count { color: #666; margin-bottom: 20px; }
.search-no-results { font-size: 1.1rem; color: #555; }
.search-results-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 24px; }
.search-result-card { border: 1px solid #eee; border-radius: 8px; overflow: hidden; transition: box-shadow 0.2s; }
.search-result-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.search-result-img { width: 100%; height: 200px; object-fit: cover; }
.search-result-info { padding: 12px; }
.search-result-title { font-weight: 700; color: #111; text-decoration: none; display: block; margin-bottom: 6px; }
.search-result-price { color: #e63946; font-size: 1.1rem; font-weight: 600; margin-bottom: 6px; }
.search-result-desc { font-size: 0.85rem; color: #666; margin-bottom: 10px; }
.btn-ver { display: inline-block; padding: 8px 16px; background: #111; color: #fff; border-radius: 5px; text-decoration: none; font-size: 0.9rem; }
.btn-ver:hover { background: #e63946; }
