/** Shopify CDN: Minification failed

Line 541:0 Unexpected "{"
Line 541:1 Expected identifier but found "%"
Line 542:2 Unexpected "<"
Line 553:1 Expected identifier but found "%"

**/

/* ======================================================
   BBX — FOOTER MINIMAL CLEAN
   ====================================================== */

#bbx-footer-rexy {
  padding: 60px 20px 0;
  background: #ffffff;
  color: #000;
  font-family: inherit;
  overflow-x: hidden; /* evita scroll lateral por el texto grande */
}

/* GRID */
#bbx-footer-rexy .bbx-footer-inner {
  max-width: 1250px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;

  /* antes: gap: 60px; */
  column-gap: 60px;  /* horizontal sigue igual */
  row-gap: 20px;     /* 🔽 mucho menos espacio vertical */
}


/* LOGO */
#bbx-footer-rexy .bbx-footer-logo {
  margin-bottom: 14px;
}

#bbx-footer-rexy .bbx-footer-logo img {
  max-width: 160px;
  height: auto;
  display: block;
}

/* LEFT — Broken Hearts Club */
#bbx-footer-rexy .bbx-bhc-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

#bbx-footer-rexy .bbx-bhc-subcopy {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 28px;
}

#bbx-footer-rexy .bbx-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
}

#bbx-footer-rexy .bbx-input {
  width: 100%;
  padding: 11px 14px;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  margin-bottom: 18px;
  background: #fafafa;
}

#bbx-footer-rexy .bbx-submit {
  width: 100%;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 13px;
}

#bbx-footer-rexy .bbx-success {
  margin-top: 8px;
  color: #16a34a;
  font-size: 12px;
}

#bbx-footer-rexy .bbx-error {
  margin-top: 8px;
  color: #b91c1c;
  font-size: 12px;
}

#bbx-footer-rexy .bbx-bhc-disclaimer {
  margin-top: 12px;
  font-size: 11px;
  color: #6b6b6b;
}

/* RIGHT SIDE */
#bbx-footer-rexy .bbx-footer-right h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}

#bbx-footer-rexy .bbx-footer-right h3 a {
  color: inherit;
  text-decoration: none;
}

/* Accordions BORING STUFF */
#bbx-footer-rexy details summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  list-style: none;
  margin-bottom: 6px;
}

#bbx-footer-rexy details[open] summary {
  margin-bottom: 2px;
}

#bbx-footer-rexy details ul {
  list-style: none;
  padding-left: 0;
  margin: 6px 0 16px;
}

#bbx-footer-rexy details ul li a {
  font-size: 14px;
  color: #000;
  opacity: .85;
}

/* COLLABORATIONS LINK (simple, sin menú) */
#bbx-footer-rexy .bbx-collab-block {
  margin: 16px 0;
}

#bbx-footer-rexy .bbx-collab-link {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-decoration: none;
  color: #000;
}

/* Contact / Social blocks */
#bbx-footer-rexy .bbx-contact-block p,
#bbx-footer-rexy .bbx-social-block a {
  font-size: 14px;
  margin-bottom: 6px;
}

/* Social icons (IG / TikTok) */
#bbx-footer-rexy .bbx-social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}

#bbx-footer-rexy .bbx-social-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #000;
}

#bbx-footer-rexy .bbx-social-letters {
  font-size: 12px;
  font-weight: 600;
}

/* =========================
   BOTTOM
   ========================== */

#bbx-footer-rexy .bbx-footer-bottom {
  margin-top: 60px;
  padding: 40px 20px;
  text-align: center;
}

#bbx-footer-rexy .bbx-bottom-text {
  font-size: 12px;
  letter-spacing: 0.14em;
  opacity: .8;
  margin-bottom: 18px;
}

/* Métodos de pago (como Shopify) */
#bbx-footer-rexy .bbx-footer-payments {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

/* ICONOS DE PAGO GRANDES */
#bbx-footer-rexy .bbx-footer-payment-icon svg {
  max-height: 38px; /* antes 26 */
  width: auto;
  display: block;
}

/* Bitcoin icon custom */
#bbx-footer-rexy .bbx-btc-icon {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: #f7931a;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bbx-footer-rexy .bbx-btc-icon svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}


/* BIG BROKEN BOY — controlado para no romper la página */
#bbx-footer-rexy .bbx-bottom-logo {
  font-weight: 900;
  font-size: clamp(48px, 10vw, 140px); /* tamaño responsive controlado */
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: .08;
  color: #000;
  user-select: none;
  pointer-events: none;

  white-space: normal;      /* permite saltos de línea si hace falta */
  word-break: break-word;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

/* RESPONSIVE */
@media(max-width: 850px) {
  #bbx-footer-rexy .bbx-footer-inner {
    grid-template-columns: 1fr;
  }
}

/* ============================
   MÉTODOS DE PAGO — PREMIUM
   ============================ */

#bbx-footer-rexy .bbx-footer-payments {
  list-style: none;
  padding: 0;
  margin: 0 auto 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

#bbx-footer-rexy .bbx-footer-payment-icon {
  display: flex;
}

#bbx-footer-rexy .bbx-payment-item {
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;     /* ← TAMAÑO PRO */
  min-width: 70px;
  border: 1px solid #e5e5e5;
}

#bbx-footer-rexy .bbx-payment-item svg {
  height: 28px;     /* ← AUMENTADO */
  width: auto;
  display: block;
}

/* Bitcoin icon styling */
#bbx-footer-rexy .bbx-btc-svg {
  height: 28px;
  width: 28px;
}

/* ================================
   BBX FOOTER — HELP ME ROW
   ================================ */

/* Barra superior de la columna derecha (para el HELP ME) */
#bbx-footer-rexy .bbx-footer-right-top {
  display: flex;
  justify-content: flex-end;  /* botón pegado a la derecha de la columna */
  margin-bottom: 24px;
}

/* Botón HELP ME negro, tamaño normal */
#bbx-footer-rexy .bbx-footer-help {
  padding: 12px 24px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.2);
  text-shadow: 0 0 6px rgba(255,255,255,0.35);
  white-space: nowrap;
  transition: all .22s ease;
}

#bbx-footer-rexy .bbx-footer-help:hover {
  background: #111;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

/* En mobile lo centramos para que se vea bonito */
@media (max-width: 850px) {
  #bbx-footer-rexy .bbx-footer-right-top {
    justify-content: center;
    margin-bottom: 18px;
  }
}

/* MOBILE — botón en esquina superior derecha del footer */
@media (max-width: 850px) {
  #bbx-footer-rexy {
    position: relative; /* para que el absolute sea relativo al footer */
  }

  #bbx-footer-rexy .bbx-footer-right-top {
    position: absolute;
    top: 16px;
    right: 16px;
    width: auto;
    margin: 0;              /* que no deje hueco extra */
    display: block;         /* no necesitamos flex aquí */
    z-index: 5;
  }

  /* ✅ FIX: tu CSS se rompía aquí por "font" incompleto */
  #bbx-footer-rexy .bbx-footer-help {
    padding: 10px 20px;
    font-size: 12px;
  }
}

/* TENGO DEPRE link */
#bbx-footer-rexy .bbx-footer-depre {
  margin: 18px 0;
}

#bbx-footer-rexy .bbx-footer-depre a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  transition: opacity .2s ease;
}

#bbx-footer-rexy .bbx-footer-depre a:hover {
  opacity: .6;
}

/* ============================
   TENGO DEPRE — Red Help Link
   ============================ */

#bbx-footer-rexy .bbx-footer-depre {
  margin: 20px 0 8px 0;
}

#bbx-footer-rexy .bbx-depre-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #d60000; /* ROJO BBX DE ALERTA */
  transition: all .25s ease;
}

#bbx-footer-rexy .bbx-depre-link:hover {
  opacity: .7;
  transform: translateX(2px);
}

#bbx-footer-rexy .bbx-depre-icon {
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  transform: translateY(-1px);
}

/* ===============================
   BBX FOOTER PAYMENTS — FINAL
================================ */

.bbx-footer-payments{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  list-style:none;
  padding:0;
  margin:0;
}

.bbx-footer-payment-icon{
  width:44px;
  height:28px;
  flex:0 0 44px;
}

.bbx-payment-item{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:10px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
}

.bbx-payment-item img{
  width:70%;
  height:70%;
  object-fit:contain;
  display:block;
  filter: grayscale(1);
}

/* =========================================
   BY HARDMAXX — Footer Signature
========================================= */
.bbx-bottom-by-hardmaxx {
  margin-top: 6px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.08em;
  opacity: 0.55;
}

.bbx-bottom-by-hardmaxx a {
  color: inherit;
  text-decoration: none;
  transition: opacity .2s ease, letter-spacing .2s ease;
}

.bbx-bottom-by-hardmaxx span {
  font-weight: 600;
}

.bbx-bottom-by-hardmaxx a:hover {
  opacity: 0.9;
  letter-spacing: 0.12em;
}

/* =========================
   SOCIAL ICONS — FIX REAL (SVG GRANDE)
   ========================= */

#bbx-footer-rexy .bbx-social-icons{
  display:flex;
  gap:12px;
  align-items:center;
}

#bbx-footer-rexy .bbx-social-icon{
  width:42px;              /* ⬆️ más grande */
  height:42px;             /* ⬆️ más grande */
  border-radius:999px;
  border:1.5px solid #111;
  background:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  line-height:0;
  color:#111;              /* currentColor */
  overflow:hidden;         /* por si el svg se pasa */
}

/* ⬇️ Esto es lo que te hacía el icono mini: ahora lo forzamos grande */
#bbx-footer-rexy .bbx-social-svg,
#bbx-footer-rexy .bbx-social-icon svg{
  width:24px !important;
  height:24px !important;
  display:block !important;
}

/* Fill + Stroke con el color del botón */
#bbx-footer-rexy .bbx-social-icon svg path{
  fill:currentColor !important;
  stroke:currentColor !important;
}

#bbx-footer-rexy .bbx-social-icon:hover{
  background:#111;
  color:#fff;
}
{% if section.settings.logo_main != blank %}
  <div class="bbx-footer-logo">
    <a href="/" aria-label="Ir a inicio">
      <img
        src="{{ section.settings.logo_main | image_url: width: 200 }}"
        alt="{{ shop.name }}"
        loading="lazy"
        width="{{ section.settings.logo_main.width }}"
        height="{{ section.settings.logo_main.height }}"
      >
    </a>
  </div>
{% endif %}
