/** Shopify CDN: Minification failed

Line 59:19 Expected identifier but found whitespace
Line 59:28 Unexpected "!"
Line 73:19 Expected identifier but found whitespace
Line 73:28 Unexpected "!"
Line 86:19 Expected identifier but found whitespace
Line 86:28 Unexpected "!"
Line 113:21 Expected identifier but found whitespace
Line 113:22 Unexpected "'Nunito'"

**/
/* ============================================================
   PLANETA EEE — Identidad Visual para Shopify Dawn
   EEE Studios | Querétaro, México
   Versión 1.0 | Pegar al FINAL de Assets > base.css
   ============================================================ */

/* ── 1. VARIABLES DE MARCA ─────────────────────────────────── */
:root {
  /* Colores oficiales Planeta EEE */
  --eee-rosa:     #E8637A;
  --eee-amarillo: #F5C842;
  --eee-teal:     #4BBFAD;
  --eee-naranja:  #F4813F;
  --eee-morado:   #8B5CF6;
  --eee-verde:    #10B981;
  --eee-oscuro:   #2D2D2D;
  --eee-crema:    #FDF6EE;
  --eee-crema-2:  #F5EDE0;
/* — 19. BOTONES HERO ————————————————————————————— */
.hero-wrapper a.button,
.hero-wrapper .button {
  background-color: #E8637A !important;
  color: white !important;
  border: 2px solid #E8637A !important;
  border-radius: 50px !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

.hero-wrapper a.button:last-of-type {
  background-color: #4BBFAD !important;
  border-color: #4BBFAD !important;
}
  background-color: #E8637A !important;
  color: white !important;
  border: 2px solid #E8637A !important;
  border-radius: 50px !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

.hero__button:last-child,
.hero__content-wrapper a.button:last-child {
  background-color: #4BBFAD !important;
  border-color: #4BBFAD !important;
}
  background-color: #E8637A !important;
  color: white !important;
  border: 2px solid #E8637A !important;
  border-radius: 50px !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

.image-banner .button:last-child,
.image-banner a.button:last-child,
.image-banner__buttons a:last-child {
  background-color: #4BBFAD !important;
  border-color: #4BBFAD !important;
}
  background-color: #E8637A !important;
  color: white !important;
  border: 2px solid #E8637A !important;
  border-radius: 50px !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

.banner__buttons a:last-child,
.banner__buttons a.button:last-child {
  background-color: #4BBFAD !important;
  border-color: #4BBFAD !important;
}
  background-color: #E8637A !important;
  color: white !important;
  border: 2px solid #E8637A !important;
  border-radius: 50px !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

.banner .button:hover,
.banner a.button:hover {
  background-color: #F4813F !important;
  border-color: #F4813F !important;
}

/* Segundo botón — Teal */
.banner .button--secondary,
.banner a.button--secondary {
  background-color: #4BBFAD !important;
  border-color: #4BBFAD !important;
}

.banner .button--secondary:hover,
.banner a.button--secondary:hover {
  background-color: #3aa898 !important;
  border-color: #3aa898 !important;
}
  /* Tipografía */
  --eee-font-display: 'Nunito', 'Fredoka One', 'Rounded Mplus 1c', sans-serif;
  --eee-font-body:    'Nunito', 'Quicksand', sans-serif;

  /* Bordes y sombras con personalidad */
  --eee-radius:   16px;
  --eee-radius-lg: 28px;
  --eee-shadow:   0 4px 24px rgba(232, 99, 122, 0.13);
  --eee-shadow-hover: 0 8px 36px rgba(232, 99, 122, 0.22);

  /* Sobreescribir variables nativas de Dawn */
  --color-background: 253, 246, 238;       /* crema como fondo */
  --color-foreground: 45, 45, 45;          /* oscuro para texto */
  --color-base-accent-1: 232, 99, 122;     /* rosa como acento principal */
  --color-base-accent-2: 75, 191, 173;     /* teal como acento secundario */
  --color-button: 232, 99, 122;
  --color-button-text: 255, 255, 255;
  --buttons-radius: 50px;                  /* botones píldora */
  --buttons-radius-outset: 0px;
  --inputs-radius: 12px;
}

/* ── 2. IMPORTAR FUENTE ─────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap');

/* ── 3. BASE GLOBAL ─────────────────────────────────────────── */
body {
  font-family: var(--eee-font-body) !important;
  background-color: var(--eee-crema) !important;
  color: var(--eee-oscuro) !important;
}

/* Textura sutil de fondo (puntos cálidos) */
body::before {
  content: '';
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(232,99,122,0.04) 1px, transparent 0);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

/* ── 4. HEADER / NAVEGACIÓN ─────────────────────────────────── */
.header {
  background-color: var(--eee-crema) !important;
  border-bottom: 2px solid rgba(232, 99, 122, 0.12) !important;
  padding: 12px 0 !important;
}

.header__heading-link {
  display: flex;
  align-items: center;
}

/* Logo con animación suave al hover */
.header__heading-logo {
  max-width: 160px !important;
  transition: transform 0.3s ease !important;
}
.header__heading-logo:hover {
  transform: scale(1.05) rotate(-1deg) !important;
}

/* Links de navegación */
.header__menu-item,
.header__menu-item a {
  font-family: var(--eee-font-display) !important;
  font-weight: 700 !important;
  color: var(--eee-oscuro) !important;
  font-size: 1rem !important;
  transition: color 0.2s ease !important;
}
.header__menu-item a:hover {
  color: var(--eee-rosa) !important;
}

/* Carrito */
.cart-count-bubble {
  background-color: var(--eee-rosa) !important;
  color: white !important;
  font-family: var(--eee-font-display) !important;
  font-weight: 800 !important;
}

/* ── 5. BOTONES ─────────────────────────────────────────────── */
.button,
.btn,
button[type="submit"],
.shopify-payment-button__button {
  font-family: var(--eee-font-display) !important;
  font-weight: 800 !important;
  font-size: 1rem !important;
  border-radius: 50px !important;
  padding: 14px 32px !important;
  background-color: var(--eee-rosa) !important;
  color: white !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 4px 0 rgba(180, 50, 70, 0.4) !important;
  letter-spacing: 0.02em !important;
}

.button:hover,
.btn:hover {
  background-color: var(--eee-naranja) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 0 rgba(180, 80, 20, 0.35) !important;
}

.button:active {
  transform: translateY(1px) !important;
  box-shadow: 0 2px 0 rgba(180, 50, 70, 0.4) !important;
}

/* Botón secundario / outline */
.button--secondary,
.button[aria-label*="secundario"] {
  background-color: transparent !important;
  border: 2.5px solid var(--eee-teal) !important;
  color: var(--eee-teal) !important;
  box-shadow: none !important;
}
.button--secondary:hover {
  background-color: var(--eee-teal) !important;
  color: white !important;
}

/* ── 6. TIPOGRAFÍA ──────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4 {
  font-family: var(--eee-font-display) !important;
  font-weight: 900 !important;
  color: var(--eee-oscuro) !important;
  line-height: 1.2 !important;
}

h1, .h1 { font-size: clamp(2rem, 5vw, 3.5rem) !important; }
h2, .h2 { font-size: clamp(1.5rem, 3.5vw, 2.5rem) !important; }
h3, .h3 { font-size: clamp(1.2rem, 2.5vw, 1.8rem) !important; }

p, li, span, label {
  font-family: var(--eee-font-body) !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

/* ── 7. CARDS DE PRODUCTOS ──────────────────────────────────── */
.card {
  border-radius: var(--eee-radius-lg) !important;
  overflow: hidden !important;
  background: white !important;
  border: 2px solid transparent !important;
  box-shadow: 0 4px 20px rgba(45, 45, 45, 0.08) !important;
  transition: all 0.3s ease !important;
}

.card:hover {
  border-color: var(--eee-rosa) !important;
  box-shadow: var(--eee-shadow-hover) !important;
  transform: translateY(-4px) !important;
}

.card__heading a {
  font-family: var(--eee-font-display) !important;
  font-weight: 800 !important;
  color: var(--eee-oscuro) !important;
  transition: color 0.2s !important;
}
.card__heading a:hover {
  color: var(--eee-rosa) !important;
}

/* Precio */
.price,
.price__regular,
.price--on-sale {
  font-family: var(--eee-font-display) !important;
  font-weight: 800 !important;
  color: var(--eee-teal) !important;
  font-size: 1.2rem !important;
}

/* ── 8. HERO SECTION ────────────────────────────────────────── */
.banner {
  border-radius: var(--eee-radius-lg) !important;
  overflow: hidden !important;
  margin: 16px !important;
}

.banner__heading {
  font-family: var(--eee-font-display) !important;
  font-weight: 900 !important;
  font-size: clamp(2rem, 5vw, 4rem) !important;
  text-shadow: 0 3px 12px rgba(0,0,0,0.2) !important;
}

/* ── 9. SECCIONES ALTERNAS ──────────────────────────────────── */
/* Secciones con fondo crema oscuro */
.color-background-2,
.color-inverse {
  background-color: var(--eee-crema-2) !important;
}

/* Secciones con fondo de acento */
.color-accent-1 {
  background-color: var(--eee-rosa) !important;
  color: white !important;
}
.color-accent-1 h2,
.color-accent-1 h3,
.color-accent-1 p {
  color: white !important;
}

/* ── 10. INPUTS / FORMULARIOS ───────────────────────────────── */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  font-family: var(--eee-font-body) !important;
  border-radius: 12px !important;
  border: 2px solid rgba(232, 99, 122, 0.25) !important;
  background: white !important;
  padding: 12px 16px !important;
  transition: border-color 0.2s ease !important;
}

input:focus,
textarea:focus {
  border-color: var(--eee-rosa) !important;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(232, 99, 122, 0.12) !important;
}

/* ── 11. BADGES / ETIQUETAS ─────────────────────────────────── */
.badge,
.product-badge,
.card__badge {
  font-family: var(--eee-font-display) !important;
  font-weight: 800 !important;
  font-size: 0.75rem !important;
  border-radius: 50px !important;
  padding: 4px 12px !important;
  background-color: var(--eee-amarillo) !important;
  color: var(--eee-oscuro) !important;
}

/* ── 12. FOOTER ─────────────────────────────────────────────── */
.footer {
  background-color: var(--eee-oscuro) !important;
  color: var(--eee-crema) !important;
  border-top: 4px solid var(--eee-rosa) !important;
}

.footer a,
.footer__list-item a {
  font-family: var(--eee-font-body) !important;
  color: rgba(253, 246, 238, 0.75) !important;
  transition: color 0.2s !important;
}
.footer a:hover {
  color: var(--eee-amarillo) !important;
}

.footer h2,
.footer h3,
.footer .footer__heading {
  font-family: var(--eee-font-display) !important;
  font-weight: 800 !important;
  color: white !important;
}

/* ── 13. MIGAS DE PAN (BREADCRUMB) ──────────────────────────── */
.breadcrumb,
.breadcrumbs {
  font-family: var(--eee-font-body) !important;
  font-size: 0.875rem !important;
  color: rgba(45, 45, 45, 0.6) !important;
}

/* ── 14. MENSAJES Y ALERTAS ─────────────────────────────────── */
.shopify-section--announcement-bar {
  background-color: var(--eee-teal) !important;
  color: white !important;
  font-family: var(--eee-font-display) !important;
  font-weight: 700 !important;
}

/* ── 15. ANIMACIONES SUAVES ─────────────────────────────────── */
@keyframes eee-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-6px); }
}

@keyframes eee-pulse-soft {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.85; }
}

/* Aplicar flotado al logo en el hero */
.banner__media img {
  animation: eee-float 4s ease-in-out infinite;
}

/* ── 16. SCROLLBAR PERSONALIZADA ────────────────────────────── */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--eee-crema-2); }
::-webkit-scrollbar-thumb {
  background: var(--eee-rosa);
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover { background: var(--eee-naranja); }

/* ── 17. SELECCIÓN DE TEXTO ─────────────────────────────────── */
::selection {
  background-color: var(--eee-amarillo);
  color: var(--eee-oscuro);
}

/* ── 18. MOBILE FIRST — AJUSTES RESPONSIVOS ─────────────────── */
@media (max-width: 768px) {
  .button, .btn {
    width: 100% !important;
    padding: 16px 24px !important;
    font-size: 1.05rem !important;
  }

  .card {
    border-radius: 20px !important;
  }

  .banner {
    margin: 8px !important;
    border-radius: 20px !important;
  }

  h1, .h1 { font-size: 2rem !important; }
  h2, .h2 { font-size: 1.6rem !important; }
}
/* — 19. BOTONES HERO ————————————————————————————— */
.hero .button,
.hero a.button,
.hero button {
  background-color: #E8637A !important;
  color: white !important;
  border: 2px solid #E8637A !important;
  border-radius: 50px !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

.hero .button:hover,
.hero a.button:hover {
  background-color: #F4813F !important;
  border-color: #F4813F !important;
}

/* Segundo botón Hero — Teal */
.hero .button--secondary,
.hero a.button--secondary {
  background-color: #4BBFAD !important;
  border-color: #4BBFAD !important;
}

.hero .button--secondary:hover,
.hero a.button--secondary:hover {
  background-color: #3aa898 !important;
  border-color: #3aa898 !important;
}
/* ── FIN DEL ARCHIVO ────────────────────────────────────────── */
/* Planeta EEE © 2025 EEE Studios — Querétaro, México         */
@media (max-width: 768px) {
  .hero__content {
    padding-bottom: 20px !important;
  }
  .hero__heading {
    font-size: 1.4rem !important;
    margin-bottom: 12px !important;
  }
  .hero .button {
    padding: 10px 20px !important;
    font-size: .85rem !important;
  }
}