:root {
  --rb-black: #111;
  --rb-gold: #d4af37;
  --rb-brown: #6d4326;
  --rb-paper: #f7f3e8;
  --rb-line: rgba(17, 17, 17, 0.12);
}

.rb-shop-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 32px;
  align-items: center;
  padding: clamp(38px, 7vw, 78px);
  color: #fff;
  background:
    linear-gradient(110deg, rgba(0, 0, 0, 0.9), rgba(76, 48, 22, 0.78)),
    url("imagenes/Logo2.jpg") center right / contain no-repeat,
    #111;
}

.rb-shop-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(42px, 8vw, 86px);
  line-height: 1.08;
}

.rb-shop-hero p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
}

.rb-shop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.rb-shop-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.rb-shop-trust li {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.rb-shipping-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 18px;
  background: #d9a22c;
  color: #181512;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.rb-shipping-notice strong {
  font-weight: 900;
}

.rb-shipping-notice span {
  font-weight: 700;
}

.rb-btn,
.rb-buy-button,
.rb-cart-button,
.rb-checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  padding: 0 16px;
  color: #111;
  background: var(--rb-gold);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.rb-btn.rb-btn-dark,
.rb-buy-button {
  color: #fff;
  background: #111;
}

.rb-card-checkout-form {
  display: grid;
  margin: 0;
}

.rb-checkout-button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.rb-shop-page {
  padding: clamp(22px, 4vw, 52px);
  background: var(--rb-paper);
}

.rb-shop-section {
  max-width: 1180px;
  margin: 0 auto 26px;
}

.rb-shop-intro {
  max-width: 960px;
  margin-bottom: 30px;
}

.rb-shop-section h2 {
  margin: 0 0 12px;
  color: #1d1711;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.18;
}

.rb-shop-section p {
  max-width: 92ch;
  color: #40352b;
  line-height: 1.65;
}

.rb-shop-section-head {
  margin-bottom: 14px;
}

.rb-commerce-grid {
  display: grid;
  gap: 16px;
}

.rb-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rb-need-grid,
.rb-steps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rb-commerce-card,
.rb-steps-grid article {
  display: grid;
  gap: 8px;
  min-height: 132px;
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  color: #1d1711;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(30, 20, 10, 0.07);
}

.rb-commerce-card:hover {
  border-color: rgba(212, 175, 55, 0.75);
  transform: translateY(-1px);
}

.rb-commerce-card span {
  color: var(--rb-brown);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rb-commerce-card strong,
.rb-steps-grid strong {
  font-size: 20px;
  line-height: 1.2;
}

.rb-commerce-card small,
.rb-steps-grid p {
  color: #5b4d3f;
  font-size: 14px;
  line-height: 1.45;
}

.rb-commerce-card-featured {
  border-color: rgba(212, 175, 55, 0.75);
  background: #fff8df;
}

.rb-pack-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  border: 1px solid rgba(109, 67, 38, 0.24);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 28px);
  background: #1d1711;
  color: #fff;
}

.rb-pack-highlight h2,
.rb-pack-highlight p {
  color: #fff;
}

.rb-pack-highlight .rb-kicker {
  color: var(--rb-gold);
}

.rb-how-buy,
.rb-brand-trust,
.rb-knowledge-help {
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 28px);
  background: #fffdf8;
}

.rb-knowledge-help {
  background: #fff;
}

.rb-liquid-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 26px;
}

.rb-liquid-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 6px;
  padding: 0 14px;
  background: #fff;
  color: #111;
  font-weight: 800;
  text-decoration: none;
}

.rb-liquid-nav a[aria-current="page"] {
  border-color: var(--rb-gold);
  background: var(--rb-gold);
}

.rb-session-hero {
  display: grid;
  place-items: center;
  padding: clamp(10px, 2vw, 22px);
  background: var(--rb-paper);
}

.rb-session-hero img {
  display: block;
  width: 100%;
  max-width: 1600px;
  height: auto;
  object-fit: contain;
}

.tarjeta-imagen img[src$="session-buckets-portada-card.jpg"] {
  object-fit: contain;
  background: var(--rb-paper);
}

.tarjeta-imagen img[src$="Boilies2.jpg"] {
  object-fit: contain;
  padding: 10px;
  background: #111;
  box-sizing: border-box;
}

.rb-session-grid {
  margin-top: 24px;
}

.rb-session-card img {
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: var(--rb-paper);
}

.rb-session-contents {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  background: #fffaf0;
}

.rb-session-contents h2 {
  margin-top: 0;
  color: #111;
}

.rb-session-contents ul {
  margin: 0;
  padding-left: 20px;
}

.rb-aroma-list {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  background: #fffdf8;
}

.rb-aroma-list h2 {
  margin: 0 0 8px;
  color: #111;
  font-size: 1.2rem;
}

.rb-aroma-list p {
  margin: 0;
  line-height: 1.7;
}

.rb-flavour-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  background: #fff;
}

.rb-flavour-list li {
  line-height: 1.35;
}

.rb-checkout-page {
  min-height: 70vh;
  padding: clamp(24px, 5vw, 64px);
  background: var(--rb-paper);
}

.rb-checkout-card {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
}

.rb-checkout-card h1 {
  margin: 8px 0 18px;
  color: #111;
}

.rb-checkout-lines {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.rb-checkout-lines article,
.rb-checkout-total,
.rb-tpv-pending {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px;
  border: 1px solid var(--rb-line);
  border-radius: 6px;
  background: #fffaf0;
}

.rb-checkout-lines span {
  color: #5f5548;
  font-weight: 700;
}

.rb-checkout-total {
  align-items: center;
  margin-bottom: 14px;
}

.rb-checkout-total strong {
  color: #111;
  font-size: 28px;
}

.rb-tpv-pending {
  display: block;
  margin: 18px 0;
}

.rb-legal-page {
  min-height: 70vh;
  padding: clamp(24px, 5vw, 64px);
  background: var(--rb-paper);
}

.rb-legal-card {
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
}

.rb-legal-card h1,
.rb-legal-card h2 {
  color: #111;
}

.rb-legal-card h1 {
  margin: 8px 0 20px;
}

.rb-legal-card h2 {
  margin-top: 24px;
  font-size: 22px;
}

.rb-legal-card p,
.rb-legal-card li {
  color: #3b332b;
  line-height: 1.75;
}

.rb-legal-card a {
  color: var(--rb-brown);
  font-weight: 800;
}

.rb-sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.rb-sitemap-grid ul {
  margin: 0;
  padding-left: 18px;
}

.rb-shop-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 210px 180px;
  gap: 12px;
  margin: 24px 0;
}

.rb-shop-toolbar input,
.rb-shop-toolbar select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--rb-line);
  border-radius: 6px;
  padding: 0 12px;
  background: #fff;
}

.rb-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.rb-product-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.rb-product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #eee;
}

.rb-product-card.rb-session-card img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: var(--rb-paper);
}

.rb-product-card img[src*="session-bucket"] {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: var(--rb-paper);
}

.rb-product-grid:not(.rb-session-grid) .rb-product-card img[src*="session-bucket"] {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.rb-product-card__body {
  padding: 16px;
}

.rb-product-card h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: 19px;
}

.rb-kicker {
  color: var(--rb-brown);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rb-price {
  display: block;
  margin-top: 10px;
  color: #111;
  font-size: 24px;
  font-weight: 950;
}

.rb-product-card__actions,
.rb-product-buybox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 16px 16px;
}

.rb-product-buybox {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  background: #fffaf0;
}

.rb-inline-price {
  width: 100%;
  color: #111;
  font-size: 26px;
  font-weight: 950;
}

.rb-mini-price {
  display: block;
  margin: 10px 0;
  color: #111;
  font-size: 20px;
  font-weight: 900;
}

.aromas .rb-aroma-shop {
  display: grid;
  gap: 8px;
  padding: 10px;
  text-align: center;
  border-top: 1px solid var(--rb-line);
  background: #fffaf0;
}

.aromas .rb-aroma-shop span {
  color: #111;
  font-size: 16px;
  font-weight: 950;
}

.aromas .rb-aroma-shop small {
  color: #666;
  font-size: 12px;
  font-weight: 700;
}

.aromas .rb-aroma-shop .rb-buy-button {
  width: 100%;
  min-height: 36px;
  padding: 0 10px;
  font-size: 13px;
}

.rb-cart-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2000;
  min-width: 118px;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  color: #111;
  background: var(--rb-gold);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
  font-weight: 950;
  cursor: pointer;
}

.rb-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: none;
}

.rb-cart-drawer.is-open {
  display: block;
}

.rb-cart-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.rb-cart-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(430px, 100%);
  height: 100%;
  padding: 20px;
  background: #fff;
}

.rb-cart-head,
.rb-cart-total,
.rb-cart-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rb-cart-head button,
.rb-qty button {
  border: 1px solid var(--rb-line);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.rb-cart-head button {
  width: 40px;
  height: 40px;
  font-size: 24px;
}

.rb-cart-items {
  display: grid;
  align-content: start;
  gap: 10px;
  overflow: auto;
  padding: 16px 0;
}

.rb-cart-row {
  align-items: flex-start;
  padding: 12px;
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  background: var(--rb-paper);
}

.rb-cart-row small {
  display: block;
  color: #666;
}

.rb-cart-grand-total {
  padding-top: 10px;
  border-top: 1px solid var(--rb-line);
}

.rb-shipping-selector {
  display: grid;
  gap: 6px;
}

.rb-shipping-selector span {
  color: #555;
  font-size: 13px;
  font-weight: 800;
}

.rb-shipping-selector select {
  min-height: 42px;
  width: 100%;
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  background: #fff;
  padding: 0 12px;
  font: inherit;
}

.rb-qty {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rb-qty button {
  width: 30px;
  height: 30px;
}

.rb-cart-footer {
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--rb-line);
  padding-top: 16px;
}

.rb-payment-note {
  margin: 0;
  color: #555;
  font-size: 13px;
}

.rb-generated-detail {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(20px, 5vw, 48px);
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
}

.rb-generated-detail .image-gallery,
.rb-generated-detail .product-info {
  min-width: 0;
}

.rb-generated-detail .main-image-container {
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  background: #fff;
}

.rb-generated-detail #main-product-image {
  display: block;
  width: 100%;
  max-width: 460px;
  max-height: 540px;
  object-fit: contain;
}

.rb-bucket-real-photo {
  margin-top: 16px;
  padding: 12px;
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  background: #fff;
}

.rb-bucket-real-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.rb-pellet-colors {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.rb-pellet-colors figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  background: #fff;
}

.rb-pellet-colors img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.rb-pellet-colors figcaption {
  padding: 8px 6px;
  text-align: center;
  font-weight: 800;
}

.tarjeta-imagen img[src$="pellets-high-attract.png"],
.rb-product-card img[src$="pellets-high-attract.png"] {
  object-fit: contain;
  padding: 14px;
  background: #f5efe2;
  box-sizing: border-box;
}

.tarjeta-imagen img[src$="crushed-pva.png"],
.rb-product-card img[src$="crushed-pva.png"] {
  object-fit: contain;
  padding: 12px;
  background: var(--rb-paper);
  box-sizing: border-box;
}

.rb-generated-detail .product-info {
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  background: #fff;
}

.rb-generated-detail .product-info h1 {
  margin-top: 8px;
}

.rb-product-subheading {
  margin: -4px 0 14px;
  color: #6d4326;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-features {
  max-width: 1120px;
  margin: 32px auto;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.product-features h2,
.product-features h3 {
  margin: 0 0 14px;
  letter-spacing: 0;
  line-height: 1.25;
}

.product-features h2 {
  font-size: clamp(22px, 2.2vw, 30px);
}

.product-features h3 {
  margin-top: 20px;
  font-size: 18px;
}

.product-features ul,
.product-features .rb-analysis-list {
  max-width: 92ch;
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 8px;
}

.product-features li {
  line-height: 1.55;
  padding-right: 8px;
}

@media (max-width: 1000px) {
  .rb-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rb-category-grid,
  .rb-need-grid,
  .rb-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rb-pack-highlight {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .rb-shop-hero,
  .rb-shop-toolbar {
    grid-template-columns: 1fr;
  }

  .rb-shipping-notice {
    display: grid;
    gap: 4px;
    padding: 10px 14px;
  }

  .rb-product-grid,
  .rb-sitemap-grid,
  .rb-category-grid,
  .rb-need-grid,
  .rb-steps-grid {
    grid-template-columns: 1fr;
  }

  .rb-shop-hero h1 {
    font-size: clamp(34px, 12vw, 48px);
  }

  .rb-shop-hero p {
    font-size: 16px;
  }

  .rb-shop-trust {
    gap: 8px;
  }

  .rb-shop-trust li {
    padding: 7px 10px;
    font-size: 12px;
  }

  .rb-generated-detail {
    grid-template-columns: 1fr;
  }
}

/* Unified catalogue and legacy pages */
html,
body {
  background: var(--rb-paper);
}

.FondoPortada {
  display: none !important;
}

.hero-section {
  position: relative;
  min-height: clamp(220px, 30vw, 360px);
  margin: 0 auto clamp(28px, 4vw, 46px);
  padding: clamp(36px, 7vw, 80px) clamp(22px, 5vw, 64px);
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.94), rgba(18, 11, 6, 0.76), rgba(145, 82, 22, 0.50)),
    url("imagenes/Logo2.jpg") center right / contain no-repeat,
    #111;
}

.hero-section .hero-overlay {
  display: none !important;
}

.contenido {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px) clamp(16px, 4vw, 32px);
}

.contenido > br:first-child {
  display: none;
}

.contenido h1 {
  margin: 0 0 18px;
  text-align: center;
  color: #1d1711;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: 0;
  line-height: 1.15;
}

.contenido p {
  max-width: 104ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

.boilies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin: 36px auto 0;
}

.boilie-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--rb-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(30, 20, 10, 0.08);
}

.boilie-card > a {
  display: block;
  background: #f7f3e8;
}

.boilie-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f7f3e8;
}

.boilie-caption {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.boilie-caption h3 {
  margin: 0;
  color: #1d1711;
  font-size: 22px;
  line-height: 1.15;
}

.boilie-caption p {
  margin: 0;
  max-width: none;
  text-align: left;
}

.boilie-button {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 6px;
  background: #d43a2e;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.redes-sociales {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.redes-sociales .scl {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
}

.redes-sociales .scl:hover {
  background: var(--rb-gold);
  color: #15110b;
}

.redes-sociales .scl::before,
.redes-sociales .scl::after {
  content: none !important;
}

.redes-sociales .scl i {
  display: inline-block;
  font-size: 17px;
  line-height: 1;
}

/* Patch controlado: portada y redes sociales */
.home-page .product-grid .tarjeta-imagen {
  height: 210px;
  min-height: 210px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-page .product-grid .tarjeta-imagen-link {
  display: block;
}

.home-page .product-grid .tarjeta-imagen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  box-sizing: border-box;
  background: #000;
}

.redes-sociales .scl {
  position: relative;
  font-size: 0;
}

.redes-sociales .scl i {
  display: none !important;
}

.redes-sociales .scl::before {
  content: "" !important;
  display: block;
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: var(--rb-social-icon) center / contain no-repeat;
  mask: var(--rb-social-icon) center / contain no-repeat;
}

.redes-sociales .scl.correo,
.redes-sociales .scl.email {
  --rb-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2Zm0 4-8 5-8-5V6l8 5 8-5v2Z'/%3E%3C/svg%3E");
}

.redes-sociales .scl.wasap,
.redes-sociales .scl.whatsapp {
  --rb-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12.04 2a9.92 9.92 0 0 0-8.58 14.9L2 22l5.25-1.38A9.97 9.97 0 1 0 12.04 2Zm5.86 14.27c-.25.7-1.45 1.34-2.02 1.42-.52.08-1.18.11-1.9-.12-.44-.14-1-.32-1.72-.63-3.02-1.3-4.99-4.33-5.14-4.53-.15-.2-1.23-1.64-1.23-3.12s.78-2.22 1.06-2.52c.28-.3.61-.38.82-.38h.59c.18 0 .44-.07.68.52.25.6.85 2.08.92 2.23.08.15.13.33.03.53-.1.2-.15.33-.3.51-.15.18-.32.4-.45.53-.15.15-.31.32-.13.62.18.3.8 1.32 1.72 2.14 1.18 1.05 2.18 1.38 2.48 1.53.3.15.48.13.66-.08.18-.2.76-.88.97-1.18.2-.3.4-.25.68-.15.28.1 1.77.83 2.07.98.3.15.5.23.58.36.08.13.08.75-.17 1.45Z'/%3E%3C/svg%3E");
}

.redes-sociales .scl.feisbuk,
.redes-sociales .scl.facebook {
  --rb-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13.5 22v-8h2.7l.4-3h-3.1V9.1c0-.9.25-1.5 1.55-1.5h1.65V4.9c-.8-.08-1.6-.13-2.4-.13-2.38 0-4 1.45-4 4.1V11H8.1v3h2.7v8h2.7Z'/%3E%3C/svg%3E");
}

.redes-sociales .scl.yutub,
.redes-sociales .scl.youtube {
  --rb-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21.6 7.2s-.2-1.5-.8-2.1c-.8-.8-1.7-.8-2.1-.9C15.8 4 12 4 12 4h-.01s-3.8 0-6.7.2c-.4 0-1.3.1-2.1.9-.6.6-.8 2.1-.8 2.1S2.2 9 2.2 10.8v1.7c0 1.8.2 3.6.2 3.6s.2 1.5.8 2.1c.8.8 1.9.8 2.4.9 1.7.16 6.4.2 6.4.2s3.8 0 6.7-.22c.4-.05 1.3-.08 2.1-.9.6-.6.8-2.1.8-2.1s.2-1.8.2-3.6v-1.7c0-1.8-.2-3.6-.2-3.6ZM10.1 14.5V8.3l5.8 3.1-5.8 3.1Z'/%3E%3C/svg%3E");
}

.redes-sociales .scl.insta,
.redes-sociales .scl.instagram {
  --rb-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5Zm0 2a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3H7Zm5 3.5A4.5 4.5 0 1 1 12 16.5 4.5 4.5 0 0 1 12 7.5Zm0 2A2.5 2.5 0 1 0 12 14.5 2.5 2.5 0 0 0 12 9.5Zm5.25-2.75a1 1 0 1 1-1 1 1 1 0 0 1 1-1Z'/%3E%3C/svg%3E");
}

.redes-sociales .scl.tiktok {
  --rb-social-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M16.7 2c.3 2.1 1.5 3.5 3.5 3.9v3.2a7.2 7.2 0 0 1-3.5-1.1v6.7a6.1 6.1 0 1 1-6.1-6.1c.45 0 .9.05 1.3.15v3.35a2.8 2.8 0 1 0 1.9 2.65V2h2.9Z'/%3E%3C/svg%3E");
}

.rb-faq-section {
  max-width: 1080px;
  margin: 34px auto 0;
  padding: 0 18px 34px;
}

.rb-faq-section h2 {
  margin: 0 0 16px;
  color: #2b241c;
  font-size: 28px;
}

.rb-faq-list {
  display: grid;
  gap: 10px;
}

.rb-faq-list details {
  border: 1px solid rgba(43, 36, 28, 0.16);
  border-radius: 8px;
  background: #fffaf0;
  padding: 14px 16px;
}

.rb-faq-list summary {
  cursor: pointer;
  font-weight: 800;
  color: #2b241c;
}

.rb-faq-list p {
  margin: 10px 0 0;
  color: #4c4034;
  line-height: 1.55;
}

@media (max-width: 700px) {
  .hero-section {
    min-height: 220px;
    background-size: 80% auto;
    background-position: center right;
  }

  .boilies-grid {
    grid-template-columns: 1fr;
  }
}


/* Galería de imágenes Booster */
.rb-generated-detail .main-image-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
}

.rb-generated-detail .rb-booster-secondary-image {
  display: block;
  width: 100%;
  max-width: 460px;
  max-height: 540px;
  object-fit: contain;
}

@media (max-width: 700px) {
  .rb-generated-detail .main-image-container {
    grid-template-columns: 1fr;
  }
}


/* Booster: imágenes una debajo de otra */
.rb-generated-detail .main-image-container {
  grid-template-columns: 1fr;
}
