/*
Theme Name: Recargas Bello Child
Theme URI: https://recargasbello.com
Description: Child theme profesional completo - RecargasBello.com v3.0
Author: RecargasBello
Template: hoot-porto
Version: 3.0.0
Text Domain: recargasbello-child
*/

/* =============================================
   VARIABLES
============================================= */
:root {
  --rb-azul:        #0C447C;
  --rb-azul-dark:   #042C53;
  --rb-azul-mid:    #185FA5;
  --rb-verde:       #3B6D11;
  --rb-verde-light: #97C459;
  --rb-naranja:     #EF9F27;
  --rb-naranja-drk: #412402;
  --rb-blanco:      #ffffff;
  --rb-gris:        #f0f4f8;
  --rb-border:      #d8e4f0;
  --rb-radius:      10px;
}

/* BASE */
*, *::before, *::after { box-sizing: border-box; }
body { font-family: 'Segoe UI', Arial, sans-serif; background: var(--rb-gris); margin: 0; padding: 0; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }

/* Ocultar header/footer del tema padre */
.site-header,.hoot-topbar,.hoot-header,.hoot-footer,.site-footer,#colophon { display: none !important; }

/* =============================================
   TOPBAR – compacto horizontal: números | TikTok
============================================= */
#rb-topbar {
  background: var(--rb-azul-dark);
  padding: 5px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 30px;
}
.rb-top-left { color:#85B7EB; font-size:11px; display:flex; align-items:center; gap:12px; }
.rb-top-right { display:flex; align-items:center; gap:10px; }
#rb-topbar a { color:#85B7EB; font-size:11px; display:flex; align-items:center; gap:4px; transition:color .2s; }
#rb-topbar a:hover { color:#fff; }
.rb-flag { font-size:13px; }
.rb-top-sep { color:rgba(133,183,235,.3); font-size:10px; }

/* =============================================
   HEADER – con fondo cuadriculado arriba
============================================= */
#rb-header {
  background: var(--rb-azul);
  /* Línea cuadriculada tipo tablero de ajedrez negro/gris igual al logo */
  background-image:
    repeating-linear-gradient(
      90deg,
      rgba(30,30,30,0.55) 0px, rgba(30,30,30,0.55) 10px,
      rgba(70,70,70,0.35) 10px, rgba(70,70,70,0.35) 20px
    );
  background-size: 20px 4px;
  background-repeat: repeat-x;
  background-position: top;
  padding: 10px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 2px 16px rgba(4,44,83,.4);
}

/* Logo nuevo – con fondo cuadriculado visible */
.rb-logo img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
  border-radius: 10px;
}

/* BUSCADOR – WooCommerce product search */
.rb-search,
#rb-header .rb-search,
#rb-header form.woocommerce-product-search {
  flex: 1;
  max-width: 440px;
  display: flex;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 38px;
}
#rb-header form.woocommerce-product-search { margin: 0; }
.rb-search form,
#rb-header form.woocommerce-product-search { display:flex; flex:1; width:100%; }
.rb-search input[type="search"],
#rb-header input[type="search"] {
  border: none; outline: none; padding: 0 14px; font-size: 13px;
  flex: 1; color: var(--rb-azul-dark); background: transparent; width: 100%;
}
.rb-search input[type="search"]::placeholder,
#rb-header input[type="search"]::placeholder { color: #aac4df; }
.rb-search button,
#rb-header button[type="submit"] {
  background: var(--rb-verde); height: 38px; width: 44px; border: none;
  cursor: pointer; color: #fff; font-size: 17px; display: flex;
  align-items: center; justify-content: center; transition: background .2s; flex-shrink: 0;
}
.rb-search button:hover,
#rb-header button[type="submit"]:hover { background: #27500A; }

.rb-header-actions { display:flex; gap:10px; margin-left:auto; }
.rb-hbtn {
  background: rgba(255,255,255,.1); border: 0.5px solid rgba(255,255,255,.22);
  color: #fff; border-radius: 8px; padding: 7px 14px; font-size: 12px;
  cursor: pointer; display: flex; align-items: center; gap: 6px; transition: background .2s;
}
.rb-hbtn:hover { background: rgba(255,255,255,.2); color: #fff; }
.rb-cart-badge {
  background: var(--rb-naranja); color: var(--rb-naranja-drk); font-size: 10px;
  font-weight: 700; border-radius: 10px; padding: 1px 6px; min-width: 18px; text-align: center;
}

/* =============================================
   NAVBAR
============================================= */
#rb-navbar {
  background: var(--rb-azul-mid);
  padding: 0 28px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  border-bottom: 2px solid rgba(239,159,39,.25);
}
#rb-navbar::-webkit-scrollbar { display:none; }
#rb-navbar a {
  padding: 11px 16px; font-size: 13px; color: #B5D4F4; white-space: nowrap;
  display: flex; align-items: center; gap: 6px; border-bottom: 3px solid transparent;
  transition: all .2s; font-weight: 600;
}
#rb-navbar a:hover, #rb-navbar a.active { color:#fff; border-bottom-color:var(--rb-naranja); }

/* =============================================
   HERO
============================================= */
#rb-hero {
  background: var(--rb-azul-dark);
  background-image: radial-gradient(ellipse at 70% 50%, rgba(24,95,165,.55) 0%, transparent 70%);
  padding: 44px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}
.rb-hero-eyebrow { font-size:11px; font-weight:700; color:var(--rb-naranja); letter-spacing:.1em; text-transform:uppercase; margin-bottom:10px; }
#rb-hero h1 { font-size:28px; font-weight:700; color:#fff; line-height:1.3; margin:0 0 14px; }
.rb-hero-sub { font-size:14px; color:#B5D4F4; line-height:1.7; margin-bottom:24px; }
.rb-hero-btns { display:flex; gap:12px; flex-wrap:wrap; }

/* Hero cards */
.rb-hero-cards { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.rb-hero-card { background:rgba(255,255,255,.07); border:0.5px solid rgba(255,255,255,.14); border-radius:10px; padding:12px 14px; display:flex; align-items:center; gap:10px; transition:background .2s; }
.rb-hero-card:hover { background:rgba(255,255,255,.15); }
.rb-hc-icon { width:42px; height:42px; border-radius:8px; overflow:hidden; flex-shrink:0; }
.rb-hc-icon img { width:100%; height:100%; object-fit:cover; display:block; }
.rb-hc-name { font-size:12px; color:#fff; font-weight:700; }
.rb-hc-price { font-size:11px; color:var(--rb-verde-light); margin-top:2px; }

/* =============================================
   TRUST BAR
============================================= */
#rb-trust { background:var(--rb-azul-dark); padding:10px 28px; display:flex; justify-content:space-around; align-items:center; flex-wrap:wrap; gap:8px; border-bottom:1px solid rgba(133,183,235,.1); }
.rb-trust-item { display:flex; align-items:center; gap:6px; font-size:12px; color:#85B7EB; white-space:nowrap; }

/* =============================================
   CATEGORÍAS ANIMADAS (RECARGAS / JUEGOS / GIFT / APPS)
============================================= */
#rb-cat-bar {
  display: flex;
  gap: 12px;
  padding: 16px 28px;
  background: #fff;
  border-bottom: 0.5px solid var(--rb-border);
  overflow-x: auto;
  scrollbar-width: none;
}
#rb-cat-bar::-webkit-scrollbar { display: none; }
.rb-cat-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--rb-azul);
  color: #fff;
  border-radius: 50px;
  padding: 8px 18px 8px 10px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  transition: transform .2s, box-shadow .2s, background .2s;
  box-shadow: 0 3px 12px rgba(12,68,124,.25);
  position: relative;
  overflow: hidden;
}
.rb-cat-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.12) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform .5s;
}
.rb-cat-btn:hover::before { transform: translateX(100%); }
.rb-cat-btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 8px 22px rgba(12,68,124,.35);
  color: #fff;
}
.rb-cat-btn--sorteo { background: linear-gradient(135deg,#7b2ff7,#4a0aa0); box-shadow:0 3px 12px rgba(123,47,247,.3); }
.rb-cat-btn--sorteo:hover { box-shadow:0 8px 22px rgba(123,47,247,.45); }
.rb-cat-btn--gift { background: linear-gradient(135deg,#FF6B35,#c94a10); box-shadow:0 3px 12px rgba(255,107,53,.3); }
.rb-cat-btn--gift:hover { box-shadow:0 8px 22px rgba(255,107,53,.45); }
.rb-cat-btn--apps { background: linear-gradient(135deg,#00b09b,#096f64); box-shadow:0 3px 12px rgba(0,176,155,.3); }
.rb-cat-btn--apps:hover { box-shadow:0 8px 22px rgba(0,176,155,.45); }
.rb-cat-icon {
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255,255,255,.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; flex-shrink: 0;
  animation: rb-pulse 2s infinite;
}
@keyframes rb-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,.3); }
  50% { box-shadow: 0 0 0 6px rgba(255,255,255,0); }
}
.rb-cat-arrow { font-size: 14px; opacity: .7; }

/* =============================================
   SECCIONES
============================================= */
.rb-section { padding: 28px 28px 8px; background: var(--rb-gris); }
.rb-section-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; }
.rb-section-title { font-size:18px; font-weight:800; color:var(--rb-azul-dark); display:flex; align-items:center; gap:10px; }
.rb-section-title-text { background: linear-gradient(135deg, var(--rb-azul-dark) 0%, var(--rb-azul-mid) 100%); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.rb-section-accent { width:4px; height:22px; background:var(--rb-naranja); border-radius:2px; flex-shrink:0; }

/* Botón "Ver catálogo" mejorado */
.rb-ver-todo-btn {
  background: var(--rb-azul);
  color: #fff;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: background .2s, transform .15s;
  white-space: nowrap;
}
.rb-ver-todo-btn:hover { background: var(--rb-azul-mid); color: #fff; transform: translateY(-1px); }
.rb-ver-todo-sm { font-size: 11px; padding: 5px 12px; }

/* Grid productos */
.rb-products-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(155px,1fr)); gap:14px; margin-bottom:20px; }
.rb-product-card { background:#fff; border:0.5px solid var(--rb-border); border-radius:var(--rb-radius); overflow:hidden; cursor:pointer; transition:transform .25s,box-shadow .25s; display:block; }
.rb-product-card:hover { transform:translateY(-5px) scale(1.02); box-shadow:0 12px 32px rgba(12,68,124,.2); }
.rb-product-img { width:100%; height:115px; object-fit:cover; display:block; }
.rb-product-body { padding:10px 12px 12px; }
.rb-product-badge { font-size:10px; font-weight:700; padding:2px 7px; border-radius:4px; display:inline-block; margin-bottom:4px; }
.rb-badge-hot { background:#FCEBEB; color:#791F1F; }
.rb-badge-new { background:#E6F1FB; color:#0C447C; }
.rb-badge-sale { background:#EAF3DE; color:#27500A; }
.rb-product-name { font-size:13px; font-weight:700; color:var(--rb-azul-dark); margin-bottom:4px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.rb-product-price { font-size:12px; color:var(--rb-azul-mid); font-weight:700; }
.rb-stars { display:flex; align-items:center; gap:2px; margin-top:4px; color:#BA7517; font-size:11px; }

/* Botones debajo del grid – lado a lado */
.rb-section-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

/* =============================================
   BOTONES GLOBALES
============================================= */
.rb-btn-primary {
  background: var(--rb-naranja); color: var(--rb-naranja-drk); border: none;
  border-radius: 8px; padding: 12px 22px; font-size: 14px; font-weight: 700;
  cursor: pointer; display: inline-flex; align-items: center; gap: 7px;
  box-shadow: 0 4px 14px rgba(239,159,39,.35);
  transition: background .2s, transform .15s, box-shadow .2s;
}
.rb-btn-primary:hover { background:#d4891f; transform:translateY(-2px); box-shadow:0 6px 20px rgba(239,159,39,.5); color:var(--rb-naranja-drk); }
.rb-btn-wa {
  background: #25D366; color: #fff; border: none; border-radius: 8px;
  padding: 12px 20px; font-size: 14px; font-weight: 700; cursor: pointer;
  display: inline-flex; align-items: center; gap: 7px;
  box-shadow: 0 4px 14px rgba(37,211,102,.3);
  transition: background .2s, transform .15s, box-shadow .2s;
}
.rb-btn-wa:hover { background:#1aad55; color:#fff; transform:translateY(-2px); box-shadow:0 6px 20px rgba(37,211,102,.45); }

/* =============================================
   BANNER TIKTOK – ÓVALO DELGADO
============================================= */
#rb-banner-tiktok {
  background: linear-gradient(135deg, #1a5c2e 0%, #0f8c3b 50%, #1a5c2e 100%);
  border: 1px solid rgba(151,196,89,.25);
  margin: 8px 28px 16px;
  border-radius: 60px;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
#rb-banner-tiktok::before {
  content: '';
  position: absolute; top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: radial-gradient(ellipse at center, rgba(151,196,89,.12) 0%, transparent 60%);
  pointer-events: none;
}
.rb-ban-pill-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.rb-ban-eyebrow { font-size:11px; color:#C0DD97; font-weight:700; text-transform:uppercase; letter-spacing:.07em; display:flex; align-items:center; gap:5px; white-space:nowrap; }
.rb-ban-title { font-size:15px; font-weight:700; color:#fff; }
.rb-ban-sub { font-size:12px; color:#C0DD97; }
.rb-btn-tiktok {
  background: #fff; color: var(--rb-verde); border: none; border-radius: 50px;
  padding: 10px 22px; font-size: 13px; font-weight: 700; cursor: pointer;
  display: inline-flex; align-items: center; gap: 7px;
  box-shadow: 0 4px 14px rgba(0,0,0,.2);
  transition: transform .2s, box-shadow .2s, background .2s;
  white-space: nowrap; flex-shrink: 0;
}
.rb-btn-tiktok:hover { transform:translateY(-2px) scale(1.02); box-shadow:0 8px 22px rgba(0,0,0,.25); background:#C0DD97; }

/* =============================================
   BANNER SORTEO – ÓVALO DELGADO
============================================= */
#rb-banner-sorteo {
  background: linear-gradient(135deg, #0d0520 0%, #1a0840 40%, #2a0d60 70%, #1a0840 100%);
  border: 1px solid rgba(180,120,255,.3);
  margin: 8px 28px 16px;
  border-radius: 60px;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(100,40,180,.25);
}
#rb-banner-sorteo::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 18px, rgba(180,120,255,.04) 18px, rgba(180,120,255,.04) 19px);
  pointer-events: none;
}
#rb-banner-sorteo .rb-ban-eyebrow { color: #d4a3ff; }
#rb-banner-sorteo .rb-ban-eyebrow i { color: #f0c040; font-size: 15px; }
#rb-banner-sorteo .rb-ban-title { color: #fff; text-shadow: 0 0 20px rgba(180,120,255,.4); }
#rb-banner-sorteo .rb-ban-sub { color: #c3a0e8; }
.rb-btn-sorteo {
  background: linear-gradient(135deg, #f0c040, #e8930a);
  color: #1a0840; border: none; border-radius: 50px;
  padding: 10px 22px; font-size: 13px; font-weight: 800; cursor: pointer;
  display: inline-flex; align-items: center; gap: 7px;
  box-shadow: 0 4px 16px rgba(240,192,64,.4);
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap; flex-shrink: 0;
}
.rb-btn-sorteo:hover { transform:translateY(-2px) scale(1.03); box-shadow:0 8px 24px rgba(240,192,64,.55); color:#1a0840; }

/* =============================================
   DOS COLUMNAS: GIFT / SUBS / APPS / PROGRAMAS
============================================= */
.rb-two-col { display:grid; grid-template-columns:1fr 1fr; background:#fff; border-top:0.5px solid var(--rb-border); margin-bottom:4px; }
.rb-two-col > div { padding:24px 28px; }
.rb-two-col > div:first-child { border-right:0.5px solid var(--rb-border); }
.rb-list-product { display:flex; align-items:center; gap:12px; padding:10px 0; border-bottom:0.5px solid #eef3f8; transition:opacity .2s; }
.rb-list-product:last-child { border-bottom:none; }
.rb-list-product:hover { opacity:.75; }
.rb-list-icon { width:40px; height:40px; border-radius:9px; display:flex; align-items:center; justify-content:center; font-size:18px; flex-shrink:0; color:#fff; overflow:hidden; }
.rb-list-name { font-size:13px; font-weight:700; color:var(--rb-azul-dark); flex:1; }
.rb-list-price { font-size:11px; color:var(--rb-azul-mid); white-space:nowrap; }
.rb-list-arrow { color:#aac4df; font-size:16px; }

/* =============================================
   MÉTODOS DE PAGO
============================================= */
#rb-payments {
  background: #EEF4FB;
  padding: 10px 28px;
  border-top: 0.5px solid var(--rb-border);
  border-bottom: 0.5px solid var(--rb-border);
}
.rb-pay-title { font-size:10px; font-weight:700; color:var(--rb-azul-dark); text-transform:uppercase; letter-spacing:.07em; margin-bottom:8px; display:flex; align-items:center; gap:5px; }
.rb-pay-row-horizontal { display:flex; align-items:flex-start; gap:16px; flex-wrap:wrap; }
.rb-pay-group-inline { display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.rb-pay-group-label { font-size:10px; color:#666; font-weight:700; text-transform:uppercase; letter-spacing:.06em; display:flex; align-items:center; gap:4px; white-space:nowrap; }
.rb-pay-dot-ve { width:6px; height:6px; border-radius:50%; background:var(--rb-verde-light); flex-shrink:0; }
.rb-pay-dot-co { width:6px; height:6px; border-radius:50%; background:var(--rb-naranja); flex-shrink:0; }
.rb-pay-pills { display:flex; gap:5px; flex-wrap:wrap; }
.rb-pay-pill { background:#fff; border:0.5px solid #c4d8ec; border-radius:5px; padding:3px 8px; font-size:10px; color:var(--rb-azul-dark); font-weight:600; display:flex; align-items:center; gap:4px; }
.rb-pay-divider { width:1px; height:28px; background:var(--rb-border); flex-shrink:0; align-self:center; }

/* =============================================
   FOOTER COMPACTO – SIN LOGO
============================================= */
#rb-footer {
  background: var(--rb-azul-dark);
  margin-top: 28px;
}

/* Info bar superior del footer */
#rb-footer-infobar {
  background: rgba(0,0,0,.2);
  border-top: 3px solid transparent;
  border-image: repeating-linear-gradient(
    90deg,
    #2c2c2c 0px, #2c2c2c 10px,
    #444 10px, #444 20px
  ) 1;
  padding: 10px 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  border-bottom: 0.5px solid rgba(133,183,235,.1);
}
.rb-finfo-item {
  font-size: 11px;
  color: #85B7EB;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color .2s;
}
a.rb-finfo-item:hover { color: #fff; }
.rb-finfo-sep { color: rgba(133,183,235,.3); font-size: 10px; }

/* Links horizontales */
#rb-footer-links {
  padding: 14px 28px;
  display: flex;
  align-items: flex-start;
  gap: 28px;
  border-bottom: 0.5px solid rgba(133,183,235,.1);
  flex-wrap: wrap;
}
.rb-flinks-group { display:flex; flex-direction:column; gap:8px; }
.rb-flinks-row { display:flex; flex-wrap:wrap; gap:4px 16px; }
.rb-flinks-row .rb-foot-link { font-size:12px; color:#85B7EB; white-space:nowrap; display:inline; }
.rb-flinks-row .rb-foot-link:hover { color:#fff; }
.rb-flinks-sep { width:1px; background:rgba(133,183,235,.12); align-self:stretch; flex-shrink:0; }
.rb-foot-col-title { font-size:10px; font-weight:700; color:#B5D4F4; letter-spacing:.07em; text-transform:uppercase; }

/* Footer bottom */
#rb-footer-bottom {
  padding: 10px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.rb-foot-copy { font-size:11px; color:#378ADD; }
.rb-foot-legal { display:flex; gap:14px; }
.rb-foot-legal a { font-size:11px; color:#85B7EB; }
.rb-foot-legal a:hover { color:#fff; }

/* =============================================
   BOTÓN FLOTANTE WHATSAPP
============================================= */
#rb-wa-float { position:fixed; bottom:28px; right:28px; background:#25D366; color:#fff; border-radius:50px; padding:14px 20px; display:flex; align-items:center; gap:8px; font-size:14px; font-weight:700; box-shadow:0 4px 20px rgba(37,211,102,.4); z-index:9998; transition:transform .2s,box-shadow .2s; }
#rb-wa-float:hover { transform:translateY(-2px); box-shadow:0 8px 28px rgba(37,211,102,.5); color:#fff; }
#rb-wa-float i { font-size:20px; }

/* =============================================
   RESPONSIVE – TABLET (≤ 900px)
============================================= */
@media (max-width: 900px) {
  #rb-hero { grid-template-columns:1fr; padding:28px 18px; }
  .rb-hero-cards { grid-template-columns:1fr 1fr; }
  .rb-two-col { grid-template-columns:1fr; }
  .rb-two-col>div:first-child { border-right:none; border-bottom:0.5px solid var(--rb-border); }
  .rb-pay-row-horizontal { flex-direction:column; gap:12px; }
  .rb-pay-divider { display:none; }
  #rb-banner-tiktok, #rb-banner-sorteo { border-radius:20px; }
}

/* =============================================
   RESPONSIVE – MÓVIL (≤ 640px)
============================================= */
@media (max-width: 640px) {
  /* Topbar */
  #rb-topbar { padding:5px 14px; }

  /* Header */
  #rb-header { padding:8px 14px; gap:10px; }
  .rb-logo img { width:56px; height:56px; }
  #rb-header .rb-hbtn span { display:none; }

  /* Search en móvil */
  .rb-search,
  #rb-header form.woocommerce-product-search { max-width: none; flex:1; }

  /* Botones categorías */
  #rb-cat-bar { padding:12px 14px; gap:8px; }
  .rb-cat-btn { padding:8px 16px 8px 10px; font-size:12px; }

  /* Hero */
  #rb-hero { padding:24px 14px; }
  #rb-hero h1 { font-size:20px; }

  /* Secciones */
  .rb-section { padding:20px 14px 4px; }
  .rb-products-grid { grid-template-columns:repeat(auto-fill,minmax(130px,1fr)); gap:10px; }

  /* Banners ovalados */
  #rb-banner-tiktok, #rb-banner-sorteo { margin:4px 14px 14px; padding:14px 18px; border-radius:20px; }
  .rb-ban-pill-inner { flex-direction:column; align-items:flex-start; gap:4px; }
  .rb-ban-title { font-size:13px; }
  .rb-ban-sub { display:none; }

  /* Botones de sección */
  .rb-section-btns { flex-direction:column; }
  .rb-section-btns .rb-btn-primary,
  .rb-section-btns .rb-btn-wa { justify-content:center; }

  /* Métodos de pago */
  #rb-payments { padding:14px; }

  /* Footer */
  #rb-footer-infobar { padding:8px 14px; gap:8px; }
  #rb-footer-links { padding:12px 14px; gap:16px; }
  #rb-footer-bottom { padding:10px 14px; flex-direction:column; align-items:flex-start; }

  /* WhatsApp flotante */
  #rb-wa-float span { display:none; }
  #rb-wa-float { padding:14px; border-radius:50%; }
}
