/** Shopify CDN: Minification failed

Line 726:2 All "@import" rules must come first
Line 1720:2 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:distribuidoras (INDEX:13) */
.dun-loc {
  --dun-loc-morado:  #52039F;
  --dun-loc-violeta: #65287B;
  --dun-loc-lila:    #D9BAF5;
  --dun-loc-rosado:  #F3C5F1;
  --dun-loc-azul:    #40ABE2;
  --dun-loc-logo:    #D3BEF8;

  --dun-loc-grad-fondo: linear-gradient(160deg, #F3C5F1 0%, #D9BAF5 60%, #D3BEF8 100%);
  --dun-loc-grad-hero:  linear-gradient(135deg, #65287B 0%, #52039F 55%, #40ABE2 100%);

  --dun-loc-sombra-card:   0 4px 20px rgba(82, 3, 159, 0.15);
  --dun-loc-sombra-card-h: 0 8px 28px rgba(82, 3, 159, 0.25);
  --dun-loc-sombra-cta:    0 6px 24px rgba(82, 3, 159, 0.35);

  --dun-loc-r-card: 16px;
  --dun-loc-r-btn:  999px;
  --dun-loc-r-sm:   10px;

  --dun-loc-f-titulo: 'Suez One', 'Cooper BT', Georgia, serif;
  --dun-loc-f-cuerpo: 'Open Sans', 'Questrial', system-ui, sans-serif;

  --dun-loc-texto: #2d0a4f;

  font-family: var(--dun-loc-f-cuerpo);
  color: var(--dun-loc-texto);
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px 80px;
  box-sizing: border-box;
}

body:has(.dun-loc) {
  background: linear-gradient(160deg, #F3C5F1 0%, #D9BAF5 60%, #D3BEF8 100%);
}

.dun-loc *,
.dun-loc *::before,
.dun-loc *::after {
  box-sizing: border-box;
}

.dun-loc__hero {
  background: var(--dun-loc-grad-hero);
  border-radius: var(--dun-loc-r-card);
  padding: 32px 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
  box-shadow: var(--dun-loc-sombra-cta);
}

.dun-loc__titulo {
  font-family: var(--dun-loc-f-titulo);
  font-size: clamp(24px, 6vw, 38px);
  margin: 0 0 8px;
  line-height: 1.15;
  color: #fff;
}

.dun-loc__sub {
  font-size: clamp(14px, 3.5vw, 17px);
  margin: 0;
  opacity: 0.95;
  line-height: 1.4;
}

.dun-loc__vacio {
  background: #fff;
  border-radius: var(--dun-loc-r-card);
  padding: 32px 20px;
  text-align: center;
  box-shadow: var(--dun-loc-sombra-card);
  color: var(--dun-loc-violeta);
  font-size: 15px;
}

.dun-loc__controles {
  margin-bottom: 20px;
}

.dun-loc__buscador {
  margin-bottom: 12px;
}

.dun-loc__input {
  width: 100%;
  padding: 14px 20px;
  border: 2px solid var(--dun-loc-lila);
  border-radius: var(--dun-loc-r-btn);
  background: #fff;
  font-family: var(--dun-loc-f-cuerpo);
  font-size: 16px;
  color: var(--dun-loc-texto);
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

.dun-loc__input::placeholder {
  color: #9077a8;
}

.dun-loc__input:focus {
  outline: none;
  border-color: var(--dun-loc-morado);
  box-shadow: var(--dun-loc-sombra-card);
}

.dun-loc__chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.dun-loc__chip {
  flex: 0 0 auto;
  padding: 9px 18px;
  border: 2px solid var(--dun-loc-lila);
  background: #fff;
  color: var(--dun-loc-violeta);
  border-radius: var(--dun-loc-r-btn);
  font-family: var(--dun-loc-f-cuerpo);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
  white-space: nowrap;
}

.dun-loc__chip:hover {
  background: var(--dun-loc-lila);
  transform: translateY(-1px);
}

.dun-loc__chip--activo {
  background: var(--dun-loc-morado);
  color: #fff;
  border-color: var(--dun-loc-morado);
}

.dun-loc__mapa-wrap {
  border-radius: var(--dun-loc-r-card);
  overflow: hidden;
  box-shadow: var(--dun-loc-sombra-card);
  margin-bottom: 12px;
  border: 3px solid #fff;
  background: #fff;
}

.dun-loc__mapa {
  height: 380px;
  width: 100%;
  background: var(--dun-loc-lila);
}

.dun-loc__mapa-tip {
  text-align: center;
  font-size: 12px;
  color: var(--dun-loc-violeta);
  margin: 0 0 24px;
  opacity: 0.8;
}

.dun-loc__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 640px) {
  .dun-loc__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .dun-loc__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .dun-loc__mapa {
    height: 440px;
  }
}

.dun-loc__card {
  background: #fff;
  border-radius: var(--dun-loc-r-card);
  padding: 20px;
  box-shadow: var(--dun-loc-sombra-card);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
  border: 2px solid transparent;
}

.dun-loc__card:hover {
  transform: translateY(-3px);
  box-shadow: var(--dun-loc-sombra-card-h);
}

.dun-loc__card--activa {
  border-color: var(--dun-loc-morado);
  box-shadow: var(--dun-loc-sombra-card-h);
}

.dun-loc__card--oculta {
  display: none;
}

.dun-loc__card-cabecera {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dun-loc__inicial {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--dun-loc-grad-hero);
  color: #fff;
  font-family: var(--dun-loc-f-titulo);
  font-size: 22px;
  display: grid;
  place-items: center;
  text-transform: uppercase;
  line-height: 1;
}

.dun-loc__logo {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  border: 2px solid var(--dun-loc-lila);
  box-shadow: 0 2px 8px rgba(82, 3, 159, 0.15);
}

.dun-loc__card-titulos {
  min-width: 0;
  flex: 1 1 auto;
}

.dun-loc__card-nombre {
  font-family: var(--dun-loc-f-titulo);
  font-size: 17px;
  color: var(--dun-loc-morado);
  margin: 0;
  line-height: 1.2;
  word-break: break-word;
}

.dun-loc__card-ciudad {
  font-size: 13px;
  color: var(--dun-loc-violeta);
  margin: 4px 0 0;
  font-weight: 600;
}

.dun-loc__card-direccion {
  font-size: 14px;
  margin: 0;
  color: var(--dun-loc-texto);
  line-height: 1.4;
}

.dun-loc__card-horario {
  font-size: 13px;
  color: var(--dun-loc-violeta);
  margin: 0;
  background: rgba(217, 186, 245, 0.4);
  padding: 8px 12px;
  border-radius: var(--dun-loc-r-sm);
  line-height: 1.4;
}

.dun-loc__card-acciones {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}

.dun-loc__card-acciones-fila {
  display: flex;
  gap: 8px;
}

.dun-loc__btn--ancho {
  width: 100%;
  flex: 1 1 auto;
}

.dun-loc__btn {
  flex: 1 1 auto;
  text-align: center;
  padding: 11px 14px;
  border-radius: var(--dun-loc-r-btn);
  font-family: var(--dun-loc-f-cuerpo);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s, background 0.2s;
  white-space: nowrap;
  display: inline-block;
}

.dun-loc__btn:hover {
  transform: translateY(-1px);
}

.dun-loc__btn--primario {
  background: var(--dun-loc-morado);
  color: #fff;
  box-shadow: var(--dun-loc-sombra-cta);
}

.dun-loc__btn--primario:hover {
  background: var(--dun-loc-violeta);
  color: #fff;
}

.dun-loc__btn--secundario {
  background: #fff;
  color: var(--dun-loc-violeta);
  border: 2px solid var(--dun-loc-lila);
}

.dun-loc__btn--secundario:hover {
  background: var(--dun-loc-lila);
  color: var(--dun-loc-morado);
}

.dun-loc__cta-final {
  margin-top: 40px;
  background: #fff;
  border-radius: var(--dun-loc-r-card);
  padding: 32px 20px;
  text-align: center;
  box-shadow: var(--dun-loc-sombra-card);
}

.dun-loc__cta-pre {
  font-family: var(--dun-loc-f-titulo);
  font-size: clamp(18px, 4.5vw, 24px);
  color: var(--dun-loc-violeta);
  margin: 0 0 16px;
}

.dun-loc__cta-btn {
  display: inline-block;
  padding: 14px 32px;
  background: var(--dun-loc-grad-hero);
  color: #fff;
  border-radius: var(--dun-loc-r-btn);
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--dun-loc-sombra-cta);
  transition: transform 0.2s;
}

.dun-loc__cta-btn:hover {
  transform: translateY(-2px);
  color: #fff;
}

.dun-loc .leaflet-popup-content-wrapper {
  border-radius: var(--dun-loc-r-sm);
  box-shadow: var(--dun-loc-sombra-card);
}

.dun-loc .leaflet-popup-content {
  font-family: var(--dun-loc-f-cuerpo);
  margin: 14px 18px;
  color: var(--dun-loc-texto);
  min-width: 160px;
}

.dun-loc-popup__nombre {
  font-family: var(--dun-loc-f-titulo);
  font-size: 15px;
  color: var(--dun-loc-morado);
  margin: 0 0 4px;
  line-height: 1.2;
}

.dun-loc-popup__direccion {
  font-size: 12px;
  margin: 0 0 10px;
  color: var(--dun-loc-texto);
  line-height: 1.4;
}

.dun-loc-popup__btn {
  display: inline-block;
  padding: 7px 14px;
  background: var(--dun-loc-morado);
  color: #fff !important;
  border-radius: var(--dun-loc-r-btn);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.dun-loc-pin-wrap {
  background: none !important;
  border: 0 !important;
}

.dun-loc-pin-svg {
  width: 36px;
  height: 48px;
  display: block;
  filter: drop-shadow(0 3px 6px rgba(82, 3, 159, 0.45));
  transition: transform 0.15s ease;
  transform-origin: 50% 100%;
}

.dun-loc-pin-wrap:hover .dun-loc-pin-svg {
  transform: scale(1.15);
}

.dun-loc__buscador {
  position: relative;
  margin-bottom: 14px;
}

.dun-loc__buscador-icono {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--dun-loc-violeta);
  pointer-events: none;
  opacity: 0.7;
  display: flex;
}

.dun-loc__buscador .dun-loc__input {
  padding-left: 48px;
}

.dun-loc__dropdowns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.dun-loc__dropdown {
  position: relative;
  flex: 1 1 auto;
  min-width: 140px;
  z-index: 1;
}

.dun-loc__dropdown--abierto {
  z-index: 1100;
}

.dun-loc__dropdown-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #fff;
  border: 2px solid var(--dun-loc-lila);
  border-radius: 14px;
  font-family: var(--dun-loc-f-cuerpo);
  font-size: 14px;
  font-weight: 600;
  color: var(--dun-loc-texto);
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
  text-align: left;
}

.dun-loc__dropdown-trigger:hover {
  border-color: var(--dun-loc-morado);
  box-shadow: var(--dun-loc-sombra-card);
}

.dun-loc__dropdown--abierto .dun-loc__dropdown-trigger {
  border-color: var(--dun-loc-morado);
  box-shadow: var(--dun-loc-sombra-card);
}

.dun-loc__dropdown-icono {
  font-size: 18px;
  line-height: 1;
  flex: 0 0 auto;
}

.dun-loc__dropdown-label {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dun-loc__dropdown-chevron {
  flex: 0 0 auto;
  color: var(--dun-loc-violeta);
  transition: transform 0.2s;
}

.dun-loc__dropdown--abierto .dun-loc__dropdown-chevron {
  transform: rotate(180deg);
}

.dun-loc__dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 32px rgba(82, 3, 159, 0.25);
  padding: 6px;
  z-index: 1101;
  max-height: 320px;
  overflow-y: auto;
}

.dun-loc__dropdown-menu[hidden] {
  display: none;
}

.dun-loc__dropdown-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: transparent;
  border: 0;
  border-radius: 10px;
  font-family: var(--dun-loc-f-cuerpo);
  font-size: 14px;
  color: var(--dun-loc-texto);
  cursor: pointer;
  transition: background 0.15s;
  text-align: left;
}

.dun-loc__dropdown-item:hover {
  background: rgba(217, 186, 245, 0.35);
}

.dun-loc__dropdown-item--activo {
  background: var(--dun-loc-morado);
  color: #fff;
}

.dun-loc__dropdown-item--activo:hover {
  background: var(--dun-loc-violeta);
}

.dun-loc__dropdown-item-icono {
  font-size: 18px;
  line-height: 1;
  flex: 0 0 auto;
}

.dun-loc__dropdown-item-texto {
  flex: 1 1 auto;
  font-weight: 600;
}

.dun-loc__dropdown-item-count {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  background: rgba(82, 3, 159, 0.12);
  color: var(--dun-loc-violeta);
  padding: 2px 8px;
  border-radius: 999px;
  min-width: 24px;
  text-align: center;
}

.dun-loc__dropdown-item--activo .dun-loc__dropdown-item-count {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.dun-loc__filtros-activos {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.dun-loc__filtros-activos[hidden] {
  display: none;
}

.dun-loc__filtros-activos-label {
  font-family: var(--dun-loc-f-cuerpo);
  font-size: 12px;
  font-weight: 700;
  color: var(--dun-loc-violeta);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.75;
}

.dun-loc__filtros-activos-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.dun-loc__filtro-activo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px 5px 12px;
  background: var(--dun-loc-morado);
  color: #fff;
  font-family: var(--dun-loc-f-cuerpo);
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  transition: background 0.15s;
}

.dun-loc__filtro-activo:hover {
  background: var(--dun-loc-violeta);
}

.dun-loc__filtro-activo-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
}

.dun-loc__mapa-wrap--oculto {
  display: none;
}

.dun-loc__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 4px 12px;
  color: #fff;
  font-family: var(--dun-loc-f-cuerpo);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: var(--dun-loc-r-btn);
  margin-top: 2px;
}

.dun-loc__badge--fisica {
  background: var(--dun-loc-morado);
}

.dun-loc__badge--online {
  background: var(--dun-loc-grad-hero);
}

.dun-loc__card--online .dun-loc__inicial {
  background: var(--dun-loc-grad-hero);
}

.dun-loc__card--oculta {
  display: none;
}

.dun-loc__sin-resultados {
  background: #fff;
  border-radius: var(--dun-loc-r-card);
  padding: 28px 20px;
  text-align: center;
  box-shadow: var(--dun-loc-sombra-card);
  color: var(--dun-loc-violeta);
  font-size: 15px;
  margin-top: 8px;
}

.dun-loc__sin-resultados[hidden] {
  display: none;
}
/* END_SECTION:distribuidoras */

/* START_SECTION:dunipedia (INDEX:14) */
/* ==========================================================================
     D'unipedia — estilos scope .dun
     Mobile first · Breakpoints: 768px, 1200px
     ========================================================================== */

  @import url('https://fonts.googleapis.com/css2?family=Suez+One&family=Open+Sans:wght@400;500;600;700&display=swap');

  .dun {
    --dun-morado:   #52039F;
    --dun-violeta:  #65287B;
    --dun-lila:     #D9BAF5;
    --dun-rosado:   #F3C5F1;
    --dun-azul:     #40ABE2;
    --dun-logo-bg:  #D3BEF8;

    --dun-grad:       linear-gradient(160deg, #F3C5F1 0%, #D9BAF5 60%, #D3BEF8 100%);
    --dun-grad-hero:  linear-gradient(135deg, #65287B 0%, #52039F 55%, #40ABE2 100%);
    --dun-grad-fondo: linear-gradient(180deg, #F3C5F1 0%, #D9BAF5 100%);

    --dun-sombra-card:   0 4px 20px rgba(82, 3, 159, 0.15);
    --dun-sombra-hover:  0 8px 28px rgba(82, 3, 159, 0.25);
    --dun-sombra-cta:    0 6px 24px rgba(82, 3, 159, 0.35);

    --dun-r-card: 12px;
    --dun-r-btn:  8px;
    --dun-r-pill: 999px;

    --dun-f-titulo: 'Suez One', 'Cooper BT', Georgia, serif;
    --dun-f-cuerpo: 'Open Sans', 'Questrial', system-ui, -apple-system, sans-serif;

    --dun-texto:    #2d0a4f;
    --dun-gap:      clamp(14px, 3.5vw, 28px);

    font-family: var(--dun-f-cuerpo);
    color: var(--dun-texto);
    box-sizing: border-box;
    display: block;
    overflow: hidden;
  }

  .dun *,
  .dun *::before,
  .dun *::after { box-sizing: border-box; }

  .dun--fondo-gradiente { background: var(--dun-grad-fondo); }
  .dun--fondo-lila     { background: var(--dun-lila); }
  .dun--fondo-blanco   { background: #fff; border-top: 4px solid var(--dun-rosado); }

  .dun-sr-only {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); white-space: nowrap; border: 0;
  }

  /* -------- Hero -------- */
  .dun-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(40px, 9vw, 90px) var(--dun-gap) clamp(28px, 6vw, 56px);
    text-align: center;
    background: var(--dun-grad-hero);
    color: #fff;
  }
  .dun-hero__decoracion {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  .dun-hero__decoracion svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .dun-hero__kicker,
  .dun-hero__titulo,
  .dun-hero__subtitulo {
    position: relative;
    z-index: 1;
  }
  .dun-hero__kicker {
    font-family: var(--dun-f-cuerpo);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--dun-rosado);
    margin: 0 0 14px 0;
    opacity: 0.95;
  }
  .dun-hero__titulo {
    font-family: var(--dun-f-titulo);
    font-weight: 400;
    font-size: clamp(40px, 10vw, 80px);
    line-height: 1;
    letter-spacing: -0.025em;
    margin: 0 0 14px 0;
    color: #fff;
  }
  .dun-hero__subtitulo {
    font-size: clamp(15px, 3.6vw, 18px);
    font-weight: 300;
    margin: 0;
    opacity: 0.92;
    max-width: 580px;
    margin-inline: auto;
    line-height: 1.5;
  }

  .dun-hero__cta {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    padding: 14px 28px;
    background: #fff;
    color: var(--dun-morado);
    font-family: var(--dun-f-cuerpo);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.01em;
    text-decoration: none;
    border-radius: var(--dun-r-pill);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
  }
  .dun-hero__cta:hover,
  .dun-hero__cta:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.55) inset;
    background: #FFF8FD;
    outline: none;
  }
  .dun-hero__cta:active { transform: translateY(0); }
  .dun-hero__cta-icono {
    display: block;
    flex-shrink: 0;
    transition: transform 200ms ease;
  }
  .dun-hero__cta:hover .dun-hero__cta-icono { transform: translateX(3px); }

  /* -------- Buscador -------- */
  .dun-buscador {
    padding: var(--dun-gap) var(--dun-gap) 0;
    display: flex;
    justify-content: center;
  }
  .dun-buscador__input {
    width: 100%;
    max-width: 520px;
    padding: 14px 18px;
    font-family: var(--dun-f-cuerpo);
    font-size: 15px;
    color: var(--dun-texto);
    background: #fff;
    border: 2px solid var(--dun-lila);
    border-radius: var(--dun-r-pill);
    box-shadow: var(--dun-sombra-card);
    transition: border-color 200ms ease, box-shadow 200ms ease;
  }
  .dun-buscador__input:focus {
    outline: none;
    border-color: var(--dun-morado);
    box-shadow: 0 0 0 4px rgba(82, 3, 159, 0.15);
  }
  .dun-buscador__input::placeholder { color: #8e6fa8; }

  /* -------- Filtros (chips) -------- */
  .dun-filtros {
    display: flex;
    gap: 8px;
    padding: var(--dun-gap) var(--dun-gap) 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .dun-filtros::-webkit-scrollbar { display: none; }
  .dun-chip {
    flex: 0 0 auto;
    scroll-snap-align: start;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 16px;
    font-family: var(--dun-f-cuerpo);
    font-size: 14px;
    font-weight: 600;
    color: var(--dun-morado);
    background: #fff;
    border: 2px solid var(--dun-morado);
    border-radius: var(--dun-r-pill);
    cursor: pointer;
    transition: background 200ms ease, color 200ms ease, transform 200ms ease;
    white-space: nowrap;
  }
  .dun-chip__icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    display: block;
  }
  .dun-chip__count {
    margin-left: 4px;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.7;
  }
  .dun-chip[aria-pressed="true"] .dun-chip__count { opacity: 0.9; }
  .dun-chip:hover { background: var(--dun-lila); }
  .dun-chip--active,
  .dun-chip[aria-pressed="true"] {
    background: var(--dun-morado);
    color: #fff;
  }

  /* -------- Grid de cards -------- */
  .dun-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--dun-gap);
    padding: var(--dun-gap);
  }

  .dun-card {
    position: relative;
    background: #fff;
    border-radius: var(--dun-r-card);
    box-shadow: var(--dun-sombra-card);
    overflow: hidden;
    transition: box-shadow 250ms ease, transform 250ms ease;
  }
  .dun-card:hover { box-shadow: var(--dun-sombra-hover); transform: translateY(-3px); }
  .dun-card[hidden] { display: none !important; }

  .dun-card__toggle {
    display: block;
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    color: inherit;
  }
  .dun-card__toggle:focus-visible {
    outline: 3px solid var(--dun-azul);
    outline-offset: -3px;
  }

  .dun-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--dun-grad-hero);
  }
  .dun-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 400ms ease;
  }
  .dun-card:hover .dun-card__img { transform: scale(1.04); }

  .dun-card__img-fallback {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-family: var(--dun-f-titulo);
    font-size: clamp(48px, 12vw, 80px);
    color: rgba(255, 255, 255, 0.85);
  }

  .dun-card__badges {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
    max-width: calc(100% - 24px);
  }
  .dun-card__badge {
    padding: 5px 11px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--dun-morado);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: var(--dun-r-pill);
    backdrop-filter: blur(6px);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dun-card__badge--secundario {
    background: rgba(82, 3, 159, 0.82);
    color: #fff;
  }

  /* -------- Panel expandido (inline) -------- */
  .dun-card[aria-expanded="true"] {
    grid-column: 1 / -1;
    aspect-ratio: auto;
    background: #FFF8FD;
    transform: none;
    box-shadow: var(--dun-sombra-hover);
  }
  .dun-card[aria-expanded="true"] .dun-card__toggle { display: none; }
  .dun-card[aria-expanded="true"] .dun-panel { display: block; }
  .dun-panel { display: none; position: relative; }

  .dun-panel__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--dun-gap);
    padding: var(--dun-gap);
  }

  .dun-panel__media {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: var(--dun-r-card);
    background: var(--dun-grad-hero);
  }
  .dun-panel__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .dun-panel__img-fallback {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    font-family: var(--dun-f-titulo);
    font-size: 64px;
    color: rgba(255,255,255,0.85);
  }

  .dun-panel__titulo {
    font-family: var(--dun-f-titulo);
    font-weight: 400;
    font-size: clamp(26px, 6.5vw, 42px);
    color: var(--dun-morado);
    margin: 0 0 18px;
    line-height: 1.05;
    letter-spacing: -0.02em;
  }
  .dun-panel__cuerpo { line-height: 1.55; }

  .dun-panel__subtitulo {
    font-family: var(--dun-f-titulo);
    font-weight: 400;
    font-size: clamp(18px, 4.5vw, 22px);
    color: var(--dun-violeta);
    margin: 28px 0 14px;
  }

  .dun-panel__pendiente {
    margin: 0;
    padding: 14px 16px;
    background: #FAEAF7;
    border: 1px dashed var(--dun-rosado);
    border-radius: var(--dun-r-btn);
    color: var(--dun-violeta);
    font-style: italic;
    text-align: center;
  }

  .dun-panel__cerrar {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    color: var(--dun-texto);
    font-size: 28px;
    line-height: 1;
    border: none;
    border-radius: 0;
    cursor: pointer;
    z-index: 2;
    box-shadow: none;
    opacity: 0.7;
    transition: opacity 200ms ease;
  }
  .dun-panel__cerrar:hover,
  .dun-panel__cerrar:focus-visible {
    opacity: 1;
    outline: none;
  }
  .dun-panel__cerrar:focus-visible {
    outline: 2px solid var(--dun-azul);
    outline-offset: 2px;
    border-radius: 4px;
  }

  /* -------- Botones -------- */
  .dun-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 28px;
    background: var(--dun-morado);
    color: #fff;
    font-family: var(--dun-f-cuerpo);
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    border: none;
    border-radius: var(--dun-r-btn);
    box-shadow: var(--dun-sombra-cta);
    cursor: pointer;
    transition: background 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  }
  .dun-btn-primary:hover,
  .dun-btn-primary:focus-visible {
    background: var(--dun-violeta);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(82, 3, 159, 0.45);
    outline: none;
  }
  .dun-btn-primary:active { transform: translateY(0); }

  .dun-panel__ctas {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 4px;
  }

  .dun-btn-compartir {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 12px 22px;
    background: transparent;
    color: var(--dun-morado);
    font-family: var(--dun-f-cuerpo);
    font-weight: 700;
    font-size: 14px;
    border: 2px solid var(--dun-morado);
    border-radius: var(--dun-r-btn);
    cursor: pointer;
    transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
  }
  .dun-btn-compartir:hover { background: var(--dun-morado); color: #fff; }
  .dun-btn-compartir[data-state="success"] {
    background: var(--dun-azul);
    color: #fff;
    border-color: var(--dun-azul);
  }

  @media (min-width: 768px) {
    .dun-panel__ctas { flex-direction: row; align-items: center; }
    .dun-btn-compartir { width: auto; min-width: 200px; }
  }

  /* -------- Productos (contenedor unificado) -------- */
  .dun-productos {
    list-style: none;
    margin: 0;
    padding: 6px 10px;
    background: rgba(217, 186, 245, 0.2);
    border-radius: var(--dun-r-card);
    display: flex;
    flex-direction: column;
  }
  .dun-producto {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 14px;
    align-items: center;
    padding: 14px 8px;
    border-radius: 6px;
    transition: background 200ms ease;
  }
  .dun-producto + .dun-producto {
    border-top: 1px solid rgba(46, 4, 84, 0.08);
  }
  .dun-producto:hover {
    background: rgba(217, 186, 245, 0.22);
  }

  .dun-producto--estrella {
    grid-template-columns: 120px 1fr;
    background: linear-gradient(135deg, #FFF8FD 0%, #FAEAF7 100%);
    border: 2px solid var(--dun-rosado);
    padding: 14px;
    margin-bottom: 6px;
  }
  .dun-producto--estrella + .dun-producto { border-top: none; }
  .dun-producto--estrella:hover {
    background: linear-gradient(135deg, #FFF8FD 0%, #FAEAF7 100%);
  }
  .dun-producto--estrella .dun-producto__img,
  .dun-producto--estrella .dun-producto__img-fallback {
    width: 120px;
    height: 120px;
  }
  .dun-producto--estrella .dun-producto__info::before {
    content: 'EL IMPRESCINDIBLE';
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #fff;
    background: var(--dun-morado);
    padding: 3px 8px;
    border-radius: var(--dun-r-pill);
    margin-bottom: 8px;
  }
  .dun-producto--estrella .dun-producto__nombre {
    font-size: 15px;
  }
  .dun-producto--estrella .dun-producto__precio {
    font-size: 17px;
  }

  .dun-producto__img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: var(--dun-r-btn);
    display: block;
  }
  .dun-producto__img-fallback {
    width: 80px;
    height: 80px;
    border-radius: var(--dun-r-btn);
    background: var(--dun-grad-hero);
    display: grid;
    place-items: center;
    font-family: var(--dun-f-titulo);
    font-size: 28px;
    color: #fff;
  }

  .dun-producto__info { min-width: 0; }
  .dun-producto__nombre {
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 4px;
    color: var(--dun-violeta);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .dun-producto__rating {
    margin: 4px 0 6px;
    min-height: 16px;
    font-size: 12px;
  }
  .dun-producto__rating:empty { display: none; }
  .dun-producto__atributo {
    font-size: 0.85em;
    color: rgba(46, 4, 84, 0.55);
    margin: 0 0 6px;
    line-height: 1.35;
  }
  .dun-producto__precio {
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    color: var(--dun-morado);
  }

  .dun-producto__cta {
    grid-column: 1 / -1;
    margin-top: 8px;
  }
  .dun-producto__cta > * { width: 100%; }

  .dun-btn-add,
  .dun-btn-opciones,
  .dun-btn-agotado {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    font-family: var(--dun-f-cuerpo);
    font-weight: 600;
    font-size: 13px;
    border-radius: var(--dun-r-pill);
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 200ms ease, color 200ms ease;
  }
  .dun-btn-add { background: var(--dun-morado); color: #fff; }
  .dun-btn-add:hover { background: var(--dun-violeta); }
  .dun-btn-add[data-state="loading"] { opacity: 0.75; cursor: wait; }
  .dun-btn-add[data-state="success"] { background: var(--dun-azul); }
  .dun-btn-add[data-state="error"]   { background: #c2185b; }

  .dun-btn-opciones {
    background: transparent;
    color: var(--dun-morado);
    border: 2px solid var(--dun-morado);
  }
  .dun-btn-opciones:hover { background: var(--dun-morado); color: #fff; }

  .dun-btn-agotado {
    background: #e8d9f5;
    color: #8e6fa8;
    cursor: not-allowed;
  }

  /* Layout compacto del CTA — Opción A activa: botón con texto a la derecha en ≥480px */
  @media (min-width: 480px) {
    .dun-producto             { grid-template-columns: 80px 1fr auto; }
    .dun-producto--estrella   { grid-template-columns: 120px 1fr auto; }
    .dun-producto__cta {
      grid-column: auto;
      margin-top: 0;
      align-self: center;
    }
    .dun-producto__cta > * { width: auto; }
    .dun-btn-add,
    .dun-btn-opciones,
    .dun-btn-agotado { padding: 10px 20px; }
  }

  /* ----------------------------------------------------------------------
     Opción B (alternativa, comentada) — botón circular "+" sin texto.
     Para activarla: comenta el @media de arriba (Opción A) y descomenta
     este bloque entero. NO usar las dos a la vez.
  ----------------------------------------------------------------------
  @media (min-width: 480px) {
    .dun-producto             { grid-template-columns: 80px 1fr auto; }
    .dun-producto--estrella   { grid-template-columns: 120px 1fr auto; }
    .dun-producto__cta { grid-column: auto; margin-top: 0; align-self: center; }
    .dun-producto__cta > * { width: auto; }
    .dun-btn-add {
      width: 40px; height: 40px; padding: 0;
      font-size: 0; position: relative;
    }
    .dun-btn-add::before {
      content: '+'; font-size: 22px; line-height: 1; color: #fff; font-weight: 400;
    }
    .dun-btn-add:hover::after {
      content: 'Agregar al carrito';
      position: absolute; bottom: calc(100% + 6px); right: 0;
      padding: 6px 10px; background: var(--dun-texto); color: #fff;
      font-size: 11px; font-weight: 500; border-radius: 6px;
      white-space: nowrap; pointer-events: none;
    }
    .dun-btn-opciones, .dun-btn-agotado { padding: 10px 16px; }
  }
  ---------------------------------------------------------------------- */

  /* -------- Carrusel de fotos de clientas -------- */
  .dun-carrusel { margin-top: 8px; }

  .dun-carrusel__viewport {
    position: relative;
    margin: 0 -8px;
  }

  .dun-carrusel__track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 8px;
  }
  .dun-carrusel__track::-webkit-scrollbar { display: none; }

  .dun-carrusel__slide {
    flex: 0 0 85%;
    aspect-ratio: 1 / 1;
    scroll-snap-align: center;
    position: relative;
    border-radius: var(--dun-r-card);
    overflow: hidden;
    box-shadow: 0 0 0 2px var(--dun-rosado), var(--dun-sombra-card);
    background: var(--dun-grad-hero);
    cursor: zoom-in;
  }
  .dun-carrusel__slide:focus-visible {
    outline: 3px solid var(--dun-azul);
    outline-offset: 2px;
  }

  .dun-carrusel__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .dun-carrusel__arroba {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--dun-morado);
    font-family: var(--dun-f-cuerpo);
    font-weight: 600;
    font-size: 13px;
    border-radius: var(--dun-r-pill);
    backdrop-filter: blur(6px);
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }

  .dun-carrusel__flecha {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
    color: var(--dun-morado);
    border: 2px solid var(--dun-morado);
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    align-items: center;
    justify-content: center;
    box-shadow: var(--dun-sombra-card);
    transition: background 200ms ease, color 200ms ease, opacity 200ms ease;
  }
  .dun-carrusel__flecha:hover {
    background: var(--dun-morado);
    color: #fff;
  }
  .dun-carrusel__flecha[hidden] { display: none !important; }
  .dun-carrusel__flecha--prev { left: -4px; }
  .dun-carrusel__flecha--next { right: -4px; }

  .dun-carrusel__dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
  }
  .dun-carrusel__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    background: rgba(82, 3, 159, 0.25);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: width 200ms ease, background 200ms ease;
  }
  .dun-carrusel__dot[aria-current="true"] {
    width: 22px;
    background: var(--dun-morado);
    border-radius: 8px;
  }
  .dun-carrusel__dot:focus-visible {
    outline: 2px solid var(--dun-azul);
    outline-offset: 3px;
  }

  /* -------- Estados vacíos -------- */
  .dun-vacio-global {
    padding: 80px 24px;
    text-align: center;
    background: var(--dun-grad-hero);
    color: #fff;
  }
  .dun-vacio-global__titulo {
    font-family: var(--dun-f-titulo);
    font-weight: 400;
    font-size: clamp(24px, 5vw, 32px);
    margin: 0 0 8px;
  }
  .dun-vacio-global__texto {
    margin: 0;
    opacity: 0.92;
  }

  .dun-sin-resultados {
    padding: 40px 24px;
    text-align: center;
    color: var(--dun-violeta);
    font-style: italic;
  }

  /* -------- Tablet (>=768px) -------- */
  @media (min-width: 768px) {
    .dun-grid { grid-template-columns: repeat(3, 1fr); }

    .dun-panel__inner {
      grid-template-columns: 60fr 40fr;
      gap: 28px;
      padding: 28px;
    }
    .dun-panel__media { aspect-ratio: 1 / 1; }

    .dun-btn-primary { width: auto; min-width: 280px; }

    .dun-carrusel__slide { flex: 0 0 calc((100% - 24px) / 3); }
    .dun-carrusel__flecha { display: inline-flex; }
  }

  /* -------- Desktop grande (>=1200px) -------- */
  @media (min-width: 1200px) {
    .dun-grid {
      grid-template-columns: repeat(4, 1fr);
      max-width: 1320px;
      margin: 0 auto;
    }
  }

  /* -------- Reduce motion -------- */
  @media (prefers-reduced-motion: reduce) {
    .dun-card,
    .dun-btn-primary,
    .dun-btn-add,
    .dun-card__img,
    .dun-panel__cerrar { transition: none; }
    .dun-card:hover { transform: none; }
    .dun-btn-primary:hover { transform: none; }
    .dun-card:hover .dun-card__img { transform: none; }
  }

  /* -------- Lightbox global (montado en <body> al primer click) -------- */
  body.dun-no-scroll { overflow: hidden; }

  .dun-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(46, 4, 84, 0.92);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
  .dun-lightbox[data-dun-open="true"] {
    display: flex;
    animation: dun-lightbox-fade 200ms ease-out;
  }
  .dun-lightbox[hidden] { display: none !important; }
  @keyframes dun-lightbox-fade {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  .dun-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: transparent;
    border: none;
    cursor: zoom-out;
    padding: 0;
    margin: 0;
  }

  .dun-lightbox__figure {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 90vw;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    pointer-events: none;
  }
  .dun-lightbox__figure > * { pointer-events: auto; }

  .dun-lightbox__img {
    max-width: 100%;
    max-height: calc(88vh - 70px);
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    background: #1a0033;
    display: block;
  }

  .dun-lightbox__caption {
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.95);
    color: #52039F;
    font-family: 'Open Sans', system-ui, sans-serif;
    font-weight: 600;
    font-size: 15px;
    border-radius: 999px;
    backdrop-filter: blur(6px);
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  .dun-lightbox__caption:empty { display: none; }

  .dun-lightbox__close,
  .dun-lightbox__nav {
    position: absolute;
    width: 48px;
    height: 48px;
    padding: 0;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 200ms ease, transform 200ms ease;
    backdrop-filter: blur(8px);
  }
  .dun-lightbox__close:hover,
  .dun-lightbox__nav:hover {
    background: rgba(255, 255, 255, 0.28);
  }
  .dun-lightbox__close:focus-visible,
  .dun-lightbox__nav:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
  }

  .dun-lightbox__close {
    top: 16px;
    right: 16px;
  }

  .dun-lightbox__nav { top: 50%; transform: translateY(-50%); }
  .dun-lightbox__nav[hidden] { display: none !important; }
  .dun-lightbox__nav--prev { left: 16px; }
  .dun-lightbox__nav--next { right: 16px; }

  .dun-lightbox__counter {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 14px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-family: 'Open Sans', system-ui, sans-serif;
    font-size: 13px;
    font-weight: 500;
    border-radius: 999px;
    pointer-events: none;
    backdrop-filter: blur(4px);
  }
  .dun-lightbox__counter:empty { display: none; }

  /* En móvil: ocultar flechas (el swipe las reemplaza), close más chico */
  @media (max-width: 767px) {
    .dun-lightbox__nav { display: none; }
    .dun-lightbox__close { width: 42px; height: 42px; top: 12px; right: 12px; }
    .dun-lightbox__figure { max-width: 95vw; max-height: 90vh; }
    .dun-lightbox__img { max-height: calc(90vh - 70px); }
  }

  @media (prefers-reduced-motion: reduce) {
    .dun-lightbox[data-dun-open="true"] { animation: none; }
    .dun-lightbox__close,
    .dun-lightbox__nav { transition: none; }
  }
/* END_SECTION:dunipedia */

/* START_SECTION:wheel-of-combos (INDEX:55) */
/* ============================================================
     Ruleta D'universe Colors — diseño dopamine core
     Paleta: morado (#52039F), violeta (#65287B), lila (#D9BAF5),
             rosado (#F3C5F1), azul (#40ABE2)
     Tipografía: Suez One (display) + Questrial (body)
     ============================================================ */
  @import url('https://fonts.googleapis.com/css2?family=Suez+One&family=Questrial&display=swap');

  /* ----- Sección y fondo ----- */
  .wc-section {
    position: relative;
    background:
      radial-gradient(circle at 15% 20%, rgba(243, 197, 241, .55), transparent 45%),
      radial-gradient(circle at 85% 75%, rgba(64, 171, 226, .25), transparent 50%),
      linear-gradient(135deg, var(--wc-bg, #D9BAF5) 0%, var(--wc-bg-2, #F3C5F1) 100%);
    color: var(--wc-text, #2A0F4A);
    padding-top: var(--wc-pad-top, 48px);
    padding-bottom: var(--wc-pad-bottom, 48px);
    overflow: hidden;
    font-family: 'Questrial', 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  /* Patrón de puntitos sutil para textura */
  .wc-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(circle, rgba(82, 3, 159, .08) 1px, transparent 1.5px);
    background-size: 28px 28px;
    pointer-events: none;
    opacity: .5;
  }

  .wc-container {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
  }

  /* ----- Título y subtítulo ----- */
  .wc-title {
    font-family: 'Suez One', 'Recoleta Alt', Georgia, serif;
    font-size: clamp(2.2rem, 6vw, 3.8rem);
    margin: 0 0 14px;
    color: var(--wc-accent, #52039F);
    letter-spacing: -.5px;
    line-height: 1.1;
    text-shadow: 0 2px 0 rgba(255, 255, 255, .35);
  }
  .wc-subtitle {
    margin: 0 0 44px;
    font-size: clamp(1.35rem, 2.8vw, 1.65rem);
    color: var(--wc-accent-2, #65287B);
    font-weight: 400;
    opacity: .95;
    line-height: 1.4;
  }

  .wc-placeholder {
    border: 2px dashed var(--wc-accent, #52039F);
    padding: 24px;
    border-radius: 16px;
    background: rgba(255,255,255,.6);
    color: var(--wc-text);
  }

  /* ----- Stage y sparkles decorativos ----- */
  .wc-stage { position: relative; }

  /* ----- Toggle de sonido (esquina superior derecha) ----- */
  .wc-sound-toggle {
    position: absolute;
    top: 0;
    right: 8px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(82, 3, 159, .25);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1;
    z-index: 20;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
    padding: 0;
  }
  .wc-sound-toggle:hover {
    transform: scale(1.08);
    background: rgba(255,255,255,.85);
    box-shadow: 0 4px 12px rgba(82, 3, 159, .2);
  }
  .wc-sound-toggle:focus-visible {
    outline: 3px solid var(--wc-accent-3, #40ABE2);
    outline-offset: 3px;
  }
  .wc-sound-toggle .wc-sound-off { display: none; }
  .wc-sound-toggle.is-muted .wc-sound-on { display: none; }
  .wc-sound-toggle.is-muted .wc-sound-off { display: inline; }
  .wc-sound-toggle.is-active-flash {
    animation: wc-sound-flash .4s ease;
  }
  @keyframes wc-sound-flash {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.2); box-shadow: 0 0 0 8px rgba(64, 171, 226, .25); }
    100% { transform: scale(1); }
  }

  .wc-sparkle {
    position: absolute;
    width: 28px; height: 28px;
    color: var(--wc-accent, #52039F);
    opacity: 0;
    pointer-events: none;
    animation: wc-twinkle 4s ease-in-out infinite;
    z-index: 1;
    filter: drop-shadow(0 0 6px rgba(82, 3, 159, .3));
  }
  .wc-sparkle--1 { top: 4%; left: 6%;  animation-delay: 0s;   width: 32px; height: 32px; }
  .wc-sparkle--2 { top: 10%; right: 8%; animation-delay: 1s;   color: var(--wc-accent-3, #40ABE2); width: 22px; height: 22px; }
  .wc-sparkle--3 { bottom: 12%; left: 10%; animation-delay: 2s; color: var(--wc-accent-2, #65287B); width: 26px; height: 26px; }
  .wc-sparkle--4 { bottom: 6%; right: 5%; animation-delay: 3s; width: 30px; height: 30px; }

  @keyframes wc-twinkle {
    0%, 100% { opacity: 0; transform: scale(.7) rotate(0); }
    50%      { opacity: .85; transform: scale(1.1) rotate(180deg); }
  }

  /* ----- Layout de rodillos ----- */
  .wc-reels {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(16px, 4vw, 56px);
    flex-wrap: wrap;
  }
  .wc-reel-wrap {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .wc-reel-label {
    font-family: 'Questrial', sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 1rem;
    color: var(--wc-accent-2, #65287B);
    background: rgba(255,255,255,.55);
    padding: 8px 20px;
    border-radius: 999px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  /* ----- "+" decorativo entre las dos ruletas ----- */
  .wc-reels-plus-wrap {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Alineamos el centro del + con el centro vertical del rodillo:
       label arriba (~56px) + mitad alto del rodillo (130px) - mitad alto del + (32px) = 154px */
    padding-top: 154px;
  }
  .wc-reels-plus {
    font-family: 'Suez One', Georgia, serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background: linear-gradient(135deg, var(--wc-accent, #52039F), var(--wc-accent-2, #65287B));
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow:
      0 8px 20px rgba(82, 3, 159, .4),
      0 0 0 4px rgba(255, 255, 255, .35);
    text-shadow: 0 2px 3px rgba(0,0,0,.2);
    animation: wc-plus-pulse 3s ease-in-out infinite;
    user-select: none;
  }
  @keyframes wc-plus-pulse {
    0%, 100% {
      transform: scale(1);
      box-shadow: 0 8px 20px rgba(82, 3, 159, .4), 0 0 0 4px rgba(255, 255, 255, .35);
    }
    50% {
      transform: scale(1.08);
      box-shadow: 0 12px 28px rgba(82, 3, 159, .55), 0 0 0 6px rgba(255, 255, 255, .25);
    }
  }

  /* ----- Ventana del rodillo con borde gradiente y glow ----- */
  .wc-reel-window {
    --wc-reel-w: clamp(260px, 34vw, 340px);
    --wc-reel-h: 260px;
    --wc-reel-item-h: 68px;
    position: relative;
    width: var(--wc-reel-w);
    height: var(--wc-reel-h);
    overflow: hidden;
    /* Stage curtain: spotlight radial gradient + pattern de mini-estrellas */
    background:
      url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'><path d='M22 6 L23 21 L38 22 L23 23 L22 38 L21 23 L6 22 L21 21 Z' fill='%2352039F' opacity='0.06'/></svg>") repeat,
      radial-gradient(ellipse at center, #ffffff 0%, #faf5ff 55%, #f0e2fb 100%);
    border-radius: 22px;
    box-shadow:
      0 12px 32px rgba(82, 3, 159, .25),
      0 0 0 1px rgba(255,255,255,.4) inset;
  }
  /* Capa con el logo difuminado dentro del rodillo */
  .wc-reel-window::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--wc-logo, none) center / 60% no-repeat;
    opacity: var(--wc-logo-opacity, 0);
    filter: blur(1.5px);
    pointer-events: none;
    z-index: 0;
  }
  /* Borde con gradiente usando un wrapper de pseudo-elemento */
  .wc-reel-window::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 24px;
    background: linear-gradient(135deg,
      var(--wc-accent, #52039F) 0%,
      var(--wc-accent-2, #65287B) 35%,
      var(--wc-accent-3, #40ABE2) 70%,
      var(--wc-accent, #52039F) 100%);
    z-index: -1;
    background-size: 200% 200%;
    animation: wc-gradient-shift 6s ease-in-out infinite;
  }
  @keyframes wc-gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50%      { background-position: 100% 50%; }
  }

  /* Tira con todos los nombres */
  .wc-reel-strip {
    display: flex;
    flex-direction: column;
    transition: transform var(--wc-spin, 3.5s) cubic-bezier(.17, .67, .27, 1);
    will-change: transform;
  }

  .wc-reel-item {
    height: var(--wc-reel-item-h, 68px);
    flex: 0 0 var(--wc-reel-item-h, 68px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 18px;
    font-family: 'Questrial', sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    color: var(--wc-accent-2, #65287B);
    position: relative;
    z-index: 1;
  }
  .wc-reel-item span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    word-break: break-word;
  }

  /* Marker (la franja del centro) */
  .wc-reel-marker {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: var(--wc-reel-item-h, 68px);
    transform: translateY(-50%);
    border-top: 2px solid var(--wc-accent, #52039F);
    border-bottom: 2px solid var(--wc-accent, #52039F);
    background:
      linear-gradient(90deg, rgba(243, 197, 241, .25), rgba(217, 186, 245, .35), rgba(243, 197, 241, .25));
    pointer-events: none;
    z-index: 2;
  }

  /* Máscaras superior/inferior con fade tragamonedas */
  .wc-reel-mask {
    position: absolute;
    left: 0;
    right: 0;
    height: calc(var(--wc-reel-item-h, 68px) * 1.6);
    pointer-events: none;
    z-index: 3;
  }
  .wc-reel-mask--top {
    top: 0;
    background: linear-gradient(to bottom, #fff 25%, rgba(255,255,255,0));
  }
  .wc-reel-mask--bottom {
    bottom: 0;
    background: linear-gradient(to top, #faf5ff 25%, rgba(250,245,255,0));
  }

  /* Overlay del ganador */
  .wc-reel-winner {
    position: absolute;
    inset: 0;
    /* Mismo stage curtain que el rodillo, para continuidad visual */
    background:
      url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'><path d='M22 6 L23 21 L38 22 L23 23 L22 38 L21 23 L6 22 L21 21 Z' fill='%2352039F' opacity='0.06'/></svg>") repeat,
      radial-gradient(ellipse at center, #ffffff 0%, #faf5ff 55%, #f0e2fb 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 22px;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .4s ease, visibility 0s linear .4s;
    z-index: 4;
    overflow: hidden;
  }
  .wc-reel-window.wc-landed .wc-reel-winner {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s ease, visibility 0s;
  }

  /* Nombre del ganador */
  .wc-reel-winner-name {
    font-family: 'Suez One', Georgia, serif;
    font-weight: 400;
    font-size: clamp(1.3rem, 2.8vw, 1.7rem);
    color: var(--wc-accent, #52039F);
    line-height: 1.2;
    letter-spacing: -.3px;
    text-shadow: 0 1px 0 rgba(255,255,255,.6);
    transform: translateY(8px);
    opacity: 0;
    transition: transform .5s cubic-bezier(.34,1.56,.64,1) .35s, opacity .35s ease .35s;
    max-width: 100%;
  }
  .wc-reel-window.wc-landed .wc-reel-winner-name {
    transform: translateY(0);
    opacity: 1;
  }

  /* Sparkles que orbitan en las 4 esquinas del overlay */
  .wc-orbit-sparkle {
    position: absolute;
    width: 18px; height: 18px;
    color: var(--wc-accent-3, #40ABE2);
    opacity: 0;
    pointer-events: none;
    filter: drop-shadow(0 0 4px rgba(64, 171, 226, .5));
  }
  .wc-orbit-sparkle--tl { top: 14px;   left: 14px;   color: var(--wc-accent, #52039F); }
  .wc-orbit-sparkle--tr { top: 14px;   right: 14px;  color: var(--wc-accent-3, #40ABE2); width: 14px; height: 14px; }
  .wc-orbit-sparkle--bl { bottom: 14px; left: 14px;  color: var(--wc-accent-3, #40ABE2); width: 14px; height: 14px; }
  .wc-orbit-sparkle--br { bottom: 14px; right: 14px; color: var(--wc-accent-2, #65287B); }
  .wc-reel-window.wc-landed .wc-orbit-sparkle {
    animation: wc-orbit-twinkle 2.4s ease-in-out infinite;
  }
  .wc-reel-window.wc-landed .wc-orbit-sparkle--tr { animation-delay: .3s; }
  .wc-reel-window.wc-landed .wc-orbit-sparkle--bl { animation-delay: .6s; }
  .wc-reel-window.wc-landed .wc-orbit-sparkle--br { animation-delay: .9s; }
  @keyframes wc-orbit-twinkle {
    0%, 100% { opacity: 0; transform: scale(.6) rotate(0); }
    50%      { opacity: 1; transform: scale(1.15) rotate(180deg); }
  }

  /* Light sweep: franja diagonal de brillo que recorre el rodillo al aterrizar */
  .wc-reel-window.wc-landed .wc-reel-winner::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.5), transparent);
    transform: skewX(-20deg);
    animation: wc-sweep .9s ease-out .1s 1;
    pointer-events: none;
  }
  @keyframes wc-sweep {
    from { left: -100%; }
    to   { left: 180%; }
  }

  /* Pulso brillante alrededor del rodillo cuando aterriza */
  .wc-reel-window.wc-landed::before {
    animation: wc-gradient-shift 2.5s ease-in-out infinite, wc-glow-pulse 2s ease-in-out infinite;
  }
  @keyframes wc-glow-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(82, 3, 159, .35); }
    50%      { box-shadow: 0 0 30px 6px rgba(82, 3, 159, .15); }
  }

  /* ----- "Tu match" burst central ----- */
  .wc-match-burst {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 10;
    visibility: hidden;
  }
  .wc-match-burst.is-active { visibility: visible; }
  .wc-match-burst-text {
    font-family: 'Suez One', Georgia, serif;
    font-size: clamp(2.4rem, 8vw, 5rem);
    font-weight: 400;
    color: #fff;
    background: linear-gradient(135deg,
      var(--wc-accent, #52039F) 0%,
      var(--wc-accent-2, #65287B) 50%,
      var(--wc-accent-3, #40ABE2) 100%);
    background-size: 200% 200%;
    padding: 18px 42px;
    border-radius: 24px;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1;
    white-space: nowrap;
    box-shadow:
      0 16px 40px rgba(82, 3, 159, .5),
      0 0 0 4px rgba(255, 255, 255, .25),
      0 0 0 6px rgba(82, 3, 159, .2);
    text-shadow: 0 2px 4px rgba(0,0,0,.2);
    transform: scale(0) rotate(-12deg);
    opacity: 0;
  }
  .wc-match-burst.is-active .wc-match-burst-text {
    animation: wc-match-burst-anim 2.2s cubic-bezier(.34, 1.56, .64, 1) forwards,
               wc-match-shimmer 2s linear infinite;
  }
  @keyframes wc-match-burst-anim {
    0%   { transform: scale(0) rotate(-12deg); opacity: 0; }
    25%  { transform: scale(1.25) rotate(3deg); opacity: 1; }
    40%  { transform: scale(.95) rotate(-2deg); opacity: 1; }
    55%  { transform: scale(1.05) rotate(0); opacity: 1; }
    70%  { transform: scale(1) rotate(0); opacity: 1; }
    85%  { transform: scale(1) rotate(0); opacity: 1; }
    100% { transform: scale(1.5) rotate(0); opacity: 0; }
  }
  @keyframes wc-match-shimmer {
    0%, 100% { background-position: 0% 50%; }
    50%      { background-position: 100% 50%; }
  }

  /* ----- Botón de girar como protagonista ----- */
  .wc-actions {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .wc-btn {
    appearance: none;
    border: none;
    font-family: 'Questrial', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 20px 46px;
    border-radius: 999px;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg,
      var(--wc-accent, #52039F) 0%,
      var(--wc-accent-2, #65287B) 50%,
      var(--wc-accent, #52039F) 100%);
    background-size: 200% 200%;
    box-shadow:
      0 8px 20px rgba(82, 3, 159, .35),
      0 0 0 1px rgba(255,255,255,.2) inset;
    transition: transform .2s ease, box-shadow .2s ease, background-position .4s ease;
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
  }
  .wc-spin-btn {
    animation: wc-pulse 2.4s ease-in-out infinite;
  }
  @keyframes wc-pulse {
    0%, 100% { box-shadow: 0 8px 20px rgba(82, 3, 159, .35), 0 0 0 0 rgba(82, 3, 159, .4); }
    50%      { box-shadow: 0 8px 24px rgba(82, 3, 159, .45), 0 0 0 12px rgba(82, 3, 159, 0); }
  }

  /* Wiggle del botón cuando lleva tiempo sin interacción del usuario.
     Se activa al añadirle la clase .wc-attention. Sacude cada 8s hasta que
     el usuario hace algo (la clase se quita). */
  .wc-spin-btn.wc-attention {
    animation: wc-pulse 2.4s ease-in-out infinite, wc-wiggle 8s ease-in-out infinite;
  }
  @keyframes wc-wiggle {
    0%        { transform: translateY(0) rotate(0); }
    1.5%      { transform: translateY(-3px) rotate(-3deg); }
    3%        { transform: translateY(0) rotate(3deg); }
    4.5%      { transform: translateY(-2px) rotate(-2deg); }
    6%        { transform: translateY(0) rotate(2deg); }
    7.5%      { transform: translateY(-1px) rotate(-1deg); }
    9%, 100%  { transform: translateY(0) rotate(0); }
  }
  .wc-btn:hover:not([disabled]) {
    transform: translateY(-2px);
    background-position: 100% 50%;
    box-shadow: 0 12px 28px rgba(82, 3, 159, .5);
  }
  /* Efecto shine que recorre el botón en hover */
  .wc-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.4), transparent);
    transform: skewX(-25deg);
    transition: left .6s ease;
  }
  .wc-btn:hover:not([disabled])::after {
    left: 130%;
  }
  .wc-btn:focus-visible {
    outline: 3px solid var(--wc-accent-3, #40ABE2);
    outline-offset: 4px;
  }
  .wc-btn[disabled] {
    opacity: .5;
    cursor: not-allowed;
    animation: none;
  }
  .wc-btn[disabled]::after { display: none; }

  .wc-btn-icon {
    display: inline-flex;
    align-items: center;
    color: #fff;
  }
  .wc-btn-icon svg { display: block; }
  .wc-spin-btn .wc-btn-icon:first-child  { animation: wc-icon-spin-cw  3s linear infinite; }
  .wc-spin-btn .wc-btn-icon:last-child   { animation: wc-icon-spin-ccw 3s linear infinite; }
  @keyframes wc-icon-spin-cw  { to { transform: rotate(360deg); } }
  @keyframes wc-icon-spin-ccw { to { transform: rotate(-360deg); } }

  .wc-btn--ghost {
    background: transparent;
    color: var(--wc-accent, #52039F);
    border: 2px solid var(--wc-accent, #52039F);
    box-shadow: none;
    animation: none;
  }
  .wc-btn--ghost:hover:not([disabled]) {
    background: var(--wc-accent, #52039F);
    color: #fff;
    transform: translateY(-2px);
  }

  /* ----- Tarjeta de resultado ----- */
  .wc-result {
    margin-top: 40px;
    background: linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(250,245,255,.95) 100%);
    padding: clamp(28px, 4.5vw, 48px);
    border-radius: 24px;
    box-shadow:
      0 16px 40px rgba(82, 3, 159, .15),
      0 0 0 1px rgba(255,255,255,.5) inset;
    position: relative;
    animation: wc-slide-up .5s cubic-bezier(.17,.67,.3,1.3);
  }
  .wc-result[hidden] { display: none; }
  /* Decoración: línea gradiente arriba */
  .wc-result::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translate(-50%, -50%);
    width: 80px; height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--wc-accent), var(--wc-accent-3), var(--wc-accent));
  }
  .wc-result-title {
    font-family: 'Suez One', Georgia, serif;
    margin: 0 0 32px;
    font-size: clamp(2rem, 4.2vw, 2.6rem);
    color: var(--wc-accent, #52039F);
    letter-spacing: -.5px;
  }

  .wc-combo {
    display: flex;
    /* align-items center: como los títulos están posicionados absolute, los items
       solo cuentan la altura de la foto, así +/= quedan centrados con las fotos. */
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 2.8vw, 32px);
    flex-wrap: wrap;
    /* Padding-bottom: el título absoluto cae desde top: 100% y debajo va el
       botón "Agregar al carrito" individual, también absoluto. Reservamos
       espacio para ambos (botón ahora es un poco más grande). */
    padding-bottom: 140px;
    /* Padding-top para que la burbuja explicativa quepa arriba de cada foto */
    padding-top: 70px;
  }
  /* Si las burbujas están apagadas, no necesitamos el espacio extra arriba */
  .wc-section:not(.wc-show-bubbles) .wc-combo { padding-top: 28px; }
  .wc-combo-item {
    position: relative;
    text-align: center;
  }
  /* Marco polaroid alrededor de cada imagen */
  .wc-combo-photo {
    background: #fff;
    padding: 8px 8px 12px;
    border-radius: 8px;
    box-shadow:
      0 6px 16px rgba(82, 3, 159, .18),
      0 1px 0 rgba(255,255,255,1) inset;
    display: inline-block;
    transition: transform .3s ease, box-shadow .3s ease;
  }
  .wc-combo-photo img {
    display: block;
    width: 190px; height: 190px;
    object-fit: cover;
    border-radius: 4px;
    border: none;
  }
  .wc-combo-item:hover .wc-combo-photo {
    transform: rotate(-2deg) translateY(-3px);
    box-shadow: 0 12px 24px rgba(82, 3, 159, .25);
  }

  /* ----- Imagen clicable que lleva al producto -----
     La <img> va envuelta en un <a> para que un tap/click navegue al PDP.
     Sin badges ni overlays: el cursor:pointer y la animación existente del
     polaroid (rotate + lift en hover) ya invitan a tocar. */
  .wc-combo-photo-link {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    border-radius: 4px;
    -webkit-tap-highlight-color: transparent;
  }
  .wc-combo-photo-link:focus-visible {
    outline: 3px solid var(--wc-accent-3, #40ABE2);
    outline-offset: 3px;
  }
  .wc-combo-item p {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 16px 0 0;
    width: max-content;
    max-width: 220px;
    font-family: 'Questrial', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--wc-accent-2, #65287B);
    line-height: 1.35;
  }

  /* ----- Botón "Agregar al carrito" individual debajo de cada producto -----
     Reemplaza al botón único "Agregar combo al carrito". Cada esmalte/efecto
     tiene su propio botón → cada add es un POST independiente y simple.
     Mantiene los mismos efectos visuales que tenía el botón "Girar" original
     (gradient móvil, brillo cruzando en hover, lift, focus accesible). */
  .wc-combo-add-btn {
    position: absolute;
    /* Cae debajo del título del producto. */
    top: calc(100% + 60px);
    left: 50%;
    transform: translateX(-50%);
    appearance: none;
    border: none;
    cursor: pointer;
    font-family: 'Questrial', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 14px 32px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg,
      var(--wc-accent, #52039F) 0%,
      var(--wc-accent-2, #65287B) 50%,
      var(--wc-accent, #52039F) 100%);
    background-size: 200% 200%;
    box-shadow:
      0 8px 20px rgba(82, 3, 159, .35),
      0 0 0 1px rgba(255,255,255,.2) inset;
    white-space: nowrap;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease, background-position .4s ease;
  }
  /* Brillo diagonal que recorre el botón en hover, igual al "Girar" */
  .wc-combo-add-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.4), transparent);
    transform: skewX(-25deg);
    transition: left .6s ease;
  }
  .wc-combo-add-btn:hover:not([disabled])::after {
    left: 130%;
  }
  .wc-combo-add-btn:hover:not([disabled]) {
    transform: translateX(-50%) translateY(-2px);
    background-position: 100% 50%;
    box-shadow: 0 12px 28px rgba(82, 3, 159, .5);
  }
  .wc-combo-add-btn:active:not([disabled]) {
    transform: translateX(-50%) translateY(0);
  }
  .wc-combo-add-btn:focus-visible {
    outline: 3px solid var(--wc-accent-3, #40ABE2);
    outline-offset: 4px;
  }
  .wc-combo-add-btn[disabled] {
    opacity: .6;
    cursor: not-allowed;
  }
  .wc-combo-add-btn[disabled]::after { display: none; }
  .wc-combo-add-btn.is-added {
    background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
    animation: wc-bounce .5s ease;
  }

  /* Signos + y = en círculos con color */
  .wc-combo-sign {
    font-family: 'Suez One', Georgia, serif;
    font-size: 2.1rem;
    font-weight: 400;
    color: #fff;
    background: var(--wc-accent, #52039F);
    width: 56px; height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(82, 3, 159, .3);
    flex-shrink: 0;
  }
  .wc-combo-sign--equals {
    background: var(--wc-accent-3, #40ABE2);
    box-shadow: 0 4px 10px rgba(64, 171, 226, .35);
  }

  /* Imagen del resultado: marco más destacado */
  .wc-combo-photo--result {
    background: linear-gradient(135deg, #fff 0%, #fef0fc 100%);
    padding: 10px 10px 14px;
    box-shadow:
      0 8px 24px rgba(82, 3, 159, .25),
      0 0 0 2px var(--wc-accent-3, #40ABE2) inset;
    transform: rotate(2deg);
  }
  .wc-combo-item:hover .wc-combo-photo--result {
    transform: rotate(0) translateY(-3px);
  }
  .wc-combo-item--result p {
    font-family: 'Suez One', Georgia, serif;
    font-weight: 400;
    color: var(--wc-accent, #52039F);
    font-size: 1.45rem;
  }

  .wc-combo-item--result[hidden],
  .wc-combo-sign--equals[hidden] {
    display: none;
  }

  /* ----- Etiqueta de base (clara/oscura/ambas) sobre cada foto ----- */
  .wc-combo-tag {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: none; /* hidden by default unless section has wc-show-tags */
    font-family: 'Questrial', sans-serif;
    font-weight: 700;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 6px 14px;
    border-radius: 999px;
    white-space: nowrap;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(0,0,0,.12);
  }
  .wc-show-tags .wc-combo-tag:not(:empty) { display: inline-block; }
  .wc-combo-tag[data-base="clara"] {
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fcd34d;
  }
  .wc-combo-tag[data-base="oscura"] {
    background: #1e0935;
    color: #f3c5f1;
    border: 1px solid #4a1d6e;
  }
  .wc-combo-tag[data-base="ambas"] {
    background: rgba(64, 171, 226, .15);
    color: var(--wc-accent-3, #40ABE2);
    border: 1px solid rgba(64, 171, 226, .4);
  }
  /* La foto necesita position relative para que el tag absolute la use de referencia */
  .wc-combo-photo { position: relative; }

  /* ----- Burbuja explicativa (sale del tag de base) ----- */
  .wc-combo-bubble {
    position: absolute;
    bottom: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%) scale(.4);
    transform-origin: bottom center;
    z-index: 5;
    /* botón invisible: sin fondo de botón, hereda look de "burbuja" */
    appearance: none;
    border: none;
    background: #fff;
    color: var(--wc-accent-2, #65287B);
    font-family: 'Questrial', sans-serif;
    font-size: .85rem;
    line-height: 1.3;
    font-weight: 500;
    padding: 10px 14px;
    border-radius: 14px;
    width: max-content;
    max-width: 200px;
    text-align: center;
    box-shadow:
      0 6px 16px rgba(82, 3, 159, .18),
      0 0 0 2px rgba(217, 186, 245, .55);
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    transition: opacity .35s ease, transform .35s cubic-bezier(.34, 1.56, .64, 1);
  }
  .wc-combo-bubble[hidden] { display: none; }
  /* Cola apuntando hacia abajo, hacia el tag */
  .wc-combo-bubble::before,
  .wc-combo-bubble::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0; height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .wc-combo-bubble::before {
    /* borde de la cola (combina con el outer ring del shadow) */
    transform: translateX(-50%);
    border-top: 9px solid rgba(217, 186, 245, .55);
  }
  .wc-combo-bubble::after {
    /* fill blanco encima */
    transform: translateX(-50%) translateY(-2.2px);
    border-top: 8px solid #fff;
  }
  /* Estado visible: aparece con un pequeño rebote */
  .wc-combo-bubble.is-visible {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    pointer-events: auto;
  }
  /* Hover/focus: pequeño levantamiento para invitar a tocar */
  .wc-combo-bubble.is-visible:hover,
  .wc-combo-bubble.is-visible:focus-visible {
    box-shadow:
      0 8px 20px rgba(82, 3, 159, .25),
      0 0 0 2px var(--wc-accent, #52039F);
    outline: none;
  }
  /* Color sutil según base, para reforzar la conexión visual con el tag */
  .wc-combo-bubble[data-base="clara"] {
    box-shadow: 0 6px 16px rgba(146, 64, 14, .15), 0 0 0 2px #fcd34d;
  }
  .wc-combo-bubble[data-base="clara"]::before { border-top-color: #fcd34d; }
  .wc-combo-bubble[data-base="oscura"] {
    box-shadow: 0 6px 16px rgba(30, 9, 53, .25), 0 0 0 2px #4a1d6e;
  }
  .wc-combo-bubble[data-base="oscura"]::before { border-top-color: #4a1d6e; }
  .wc-combo-bubble[data-base="ambas"] {
    box-shadow: 0 6px 16px rgba(64, 171, 226, .2), 0 0 0 2px rgba(64, 171, 226, .6);
  }
  .wc-combo-bubble[data-base="ambas"]::before { border-top-color: rgba(64, 171, 226, .6); }
  /* Si el cliente desactiva las etiquetas, también ocultamos burbujas */
  .wc-section:not(.wc-show-bubbles) .wc-combo-bubble { display: none !important; }

  /* ----- Estado "no compatibles" ----- */
  .wc-incompat-message {
    margin: 0 auto 18px;
    max-width: 520px;
    font-family: 'Questrial', sans-serif;
    font-size: 1.05rem;
    color: var(--wc-accent-2, #65287B);
    line-height: 1.5;
  }
  .wc-incompat-message[hidden] { display: none; }
  /* En estado incompat: ocultar total, signo =, imagen resultado y los
     botones individuales de "Agregar al carrito". El usuario solo ve la
     opción de volver a girar. */
  .wc-result.wc-result--incompat .wc-combo-total,
  .wc-result.wc-result--incompat .wc-combo-sign--equals,
  .wc-result.wc-result--incompat .wc-combo-item--result,
  .wc-result.wc-result--incompat .wc-combo-add-btn {
    display: none !important;
  }
  /* Tono ligeramente más cálido para diferenciar el estado sin alarmar */
  .wc-result.wc-result--incompat {
    background: linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(243, 197, 241, .5) 100%);
  }
  .wc-result.wc-result--incompat::before {
    background: linear-gradient(90deg, var(--wc-accent-2, #65287B), var(--wc-accent-3, #40ABE2), var(--wc-accent-2, #65287B));
  }
  .wc-result.wc-result--incompat .wc-result-title {
    color: var(--wc-accent-2, #65287B);
  }

  .wc-combo-total {
    margin: 32px 0 28px;
    font-family: 'Questrial', sans-serif;
    font-size: 1.4rem;
    color: var(--wc-accent-2, #65287B);
  }
  .wc-combo-total strong {
    font-family: 'Suez One', Georgia, serif;
    font-weight: 400;
    font-size: 1.9rem;
    color: var(--wc-accent, #52039F);
    margin-left: 8px;
  }

  .wc-result-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
  }

  /* Estado "agregado" del botón */
  .wc-btn.is-added {
    background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
    animation: wc-bounce .5s ease;
  }
  @keyframes wc-bounce {
    0%, 100% { transform: scale(1); }
    30%      { transform: scale(1.08); }
    60%      { transform: scale(.96); }
  }

  .wc-error {
    margin-top: 14px;
    color: #b00020;
    font-size: .9rem;
    font-weight: 600;
  }
  .wc-error[hidden] { display: none; }

  /* Confeti */
  .wc-confetti {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 5;
  }

  /* Animaciones de entrada */
  @keyframes wc-slide-up {
    from { transform: translateY(20px) scale(.96); opacity: 0; }
    to   { transform: translateY(0) scale(1);     opacity: 1; }
  }

  /* Mobile */
  @media (max-width: 720px) {
    .wc-reels { gap: 20px; }
    .wc-reel-window {
      --wc-reel-w: min(88vw, 340px);
      --wc-reel-h: 230px;
      --wc-reel-item-h: 64px;
    }
    .wc-reel-item { font-size: 1.05rem; }
    .wc-reel-winner { font-size: clamp(1.1rem, 4vw, 1.4rem); }
    /* En mobile apilamos vertical: imagen → + → imagen → = → imagen resultado.
       Los títulos vuelven a flujo normal (no absolute) para no solaparse. */
    .wc-combo {
      flex-direction: column;
      /* Más gap entre items para que la burbuja del siguiente quepa arriba */
      gap: 56px;
      padding-bottom: 0;
      padding-top: 60px;
    }
    .wc-section:not(.wc-show-bubbles) .wc-combo {
      gap: 12px;
      padding-top: 12px;
    }
    /* Burbuja un poco más compacta en mobile */
    .wc-combo-bubble {
      font-size: .8rem;
      padding: 8px 12px;
      max-width: 180px;
      bottom: calc(100% + 14px);
    }
    .wc-combo-item {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .wc-combo-item p {
      position: static;
      transform: none;
      width: auto;
      max-width: 220px;
      margin: 12px 0 0;
      font-size: 1rem;
    }
    /* En mobile el botón "Agregar al carrito" pasa a flujo normal, debajo
       del título. Desaparece el truco del translateX(-50%). */
    .wc-combo-add-btn {
      position: static;
      transform: none;
      margin-top: 14px;
      padding: 12px 28px;
      font-size: 1rem;
    }
    .wc-combo-add-btn:hover:not([disabled]) {
      transform: translateY(-2px);
    }
    .wc-combo-add-btn:active:not([disabled]) {
      transform: translateY(0);
    }
    .wc-combo-sign { width: 38px; height: 38px; font-size: 1.4rem; }
    .wc-combo-photo img { width: 130px; height: 130px; }
    .wc-sparkle--1, .wc-sparkle--2, .wc-sparkle--3, .wc-sparkle--4 {
      width: 18px; height: 18px;
    }
    /* En mobile las ruletas se apilan; el + se centra entre ellas sin padding-top */
    .wc-reels-plus-wrap { padding-top: 0; }
    .wc-reels-plus { width: 52px; height: 52px; font-size: 1.8rem; }
  }

  /* Reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .wc-reel-strip { transition: transform .2s linear; }
    .wc-result { animation: none; }
    .wc-spin-btn { animation: none; }
    .wc-sparkle { animation: none; opacity: .5; }
    .wc-reel-window::before { animation: none; }
    .wc-spin-btn .wc-btn-icon:first-child,
    .wc-spin-btn .wc-btn-icon:last-child { animation: none; }
    .wc-orbit-sparkle { animation: none !important; opacity: .5; }
    .wc-reel-winner-name { transition: none; }
    .wc-reel-window.wc-landed .wc-reel-winner::after { display: none; }
    .wc-match-burst.is-active .wc-match-burst-text { animation: none; opacity: 1; transform: none; }
    .wc-reels-plus { animation: none; }
    .wc-spin-btn.wc-attention { animation: none; }
    .wc-combo-bubble { transition: opacity .2s ease; }
    .wc-combo-bubble.is-visible { transform: translateX(-50%) scale(1); }
  }
/* END_SECTION:wheel-of-combos */