:root {
  --pink:       #d4267a;
  --pink-light: #f9e6f2;
  --pink-mid:   #e8509a;
  --purple:     #6b2fa0;
  --dark:       #1a1a2e;
  --gray:       #6b7280;
  --light:      #f8f8fc;
  --white:      #ffffff;
  --radius:     14px;
  --radius-lg:  22px;
  --shadow:     0 4px 24px rgba(0,0,0,.08);
  --shadow-md:  0 8px 36px rgba(0,0,0,.12);
  --font:       'Nunito', sans-serif;
  --font-display: 'Playfair Display', serif;
  --transition: .25s cubic-bezier(.4,0,.2,1);
}

@font-face {
  font-family: 'ballantines';
  src: url('/ballantines-regular-8039.ttf') format('truetype');
}


/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--dark); background: var(--white); overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ---------- Top Bar ---------- */
.top-bar, .top-bar2 {
  background: linear-gradient(90deg, var(--pink) 0%, var(--purple) 100%);
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 9px 24px;
  letter-spacing: .02em;
}
.top-bar .divider { margin: 0 10px; opacity: .6; }
.top-bar2 .divider2 { margin: 0 10px; opacity: .6; }


/* HEADER */
.header-2026 {
    background: #fff;
    border-bottom: 1px solid #eee;
}

/* LAYOUT */
.header-inner {
    max-width: 1200px;
    margin: auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.logo-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4145a, #8e2de2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* MENU */
.menu {
    display: flex;
    gap: 28px;
}

.menu a {
    padding: 5px;
    border-radius: 5px;
    background-color: white;
    text-decoration: none;
    color: #555;
    font-size: 15px;
    
    transition: color 0.25s ease, background-color 0.25s ease;
}

.menu a:hover {
    color: #c02881;
    background-color: #f9e7f6;
    transition: all 0.4s ease; 
}

/* ACTIONS */
.actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ICON BUTTON */
.icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

/* BADGE */
.badge {
    font-size: 1.2rem;
}

/* ICONS (CSS dibujados) */
.icon-search::before {
    content: "🔍";
    font-size: 16px;
}

.icon-user::before {
    content: "👤";
    font-size: 16px;
}

.icon-cart::before {
    content: "🛒";
    font-size: 16px;
}

/* SEARCH BAR */
.search-bar {
    max-width: 600px;
    margin: 10px auto;
    display: none;
}

.search-bar input {
    width: 100%;
    padding: 12px 20px;
    border-radius: 25px;
    border: 1px solid #f1a1c2;
}

/* MOBILE */
.menu-btn {
    display: none;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    background: #fff;
}

.mobile-menu a {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: block;
}

/* BOTONES */
.mobile-actions {
    display: flex;
    gap: 10px;
    padding: 15px;
}

.btn-outline {
    flex: 1;
    border: 1px solid #712e9e;
    background: transparent;
    padding: 10px;
    border-radius: 20px;
}

.btn-primary {
    flex: 1;
    background: #ff2d7a;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 20px;
}


.btn-longins, .btn-longins{
    /* display: block; */
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .menu {
        display: none;
    }

    .menu-btn {
        display: flex;
    }
    .btn-longins, .btn-longins{
        display: none;
    }

}

/* MOBILE FIX */
@media (max-width: 991px) {

    .c-mega-menu {
        display: none; /* CLAVE */
        width: 100%;
        background: #fff;
        padding: 10px 0;
    }

    .c-mega-menu ul {
        display: block;
    }

    .c-mega-menu ul li {
        display: block;
        text-align: left;
        padding: 12px 20px;
        border-bottom: 1px solid #eee;
    }

    .c-mega-menu ul li a {
        display: block;
        width: 100%;
    }

}
/* Asegura animación correcta */
.mobile-menu {
    display: none;
}

.search-bar {
    display: none;
}

.logo_menu {
    height: 80px;
}

.icono_menu {
    width: 100%;
    margin: 5px;
}


.c-quick-search {
  width: 100%;
}

.search-bar {
  display: flex;
  justify-content: center;
  padding: 10px;
   width: 100%;
   display: none;
}

.search-input-wrapper {
  position: relative;
  width: 100%;
}

.search-input-wrapper input {
  width: 100%;
  padding: 12px 45px 12px 16px;
  border-radius: 25px;
  border: 1px solid #ddd;
  outline: none;
  font-size: 14px;
  transition: all 0.2s ease;
}

.search-input-wrapper input:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0,123,255,0.2);
}

.search-input-wrapper button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
}

:root {
    --primary-color: #a3328d; /* Púrpura */
    --accent-color: #e6007e;  /* Rosa */
    --text-dark: #333;
    --text-light: #666;
    --bg-soft: #fdf8fb;
}

.hero {
    background-color: #FBF7FC;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow: hidden;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

/* --- Columna Izquierda --- */
.hero-content {
    flex: 1;
}

.badge {
background-color: white;
  color: #564550;
  font-size: 1.3rem;
}

.hero-content h1 {
    font-size: 9rem;
    color: var(--text-dark);
    margin: 0 0 20px 0;
    font-family: 'ballantines', sans-serif;
}

.hero-content h1 span {
    color: var(--primary-color);
}

.hero-content p {
    font-size: 1.6rem;
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 30px;
}

.hero-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.btn {
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s;
}

.btn-primary, .btn-secondary:hover {
    background-color: #c32780;
    color: white;
    border: 2px solid rgb(207, 207, 207);
}

.btn-secondary, .btn-primary:hover  {
    border: 2px solid #c32780;
    background-color: white;
    color: #c32780;
    
}

.btn:hover {
    transform: translateY(-3px);
}

.hero-features {
    display: flex;
    gap: 20px;
    font-size: 1.7rem;
    color: var(--text-light);
}

/* --- Columna Derecha --- */
.hero-image-wrapper {
    flex: 1;
    position: relative;
}

.image-container {
    position: relative;
    border-radius: 40px;
    overflow: visible; /* Para permitir que la tarjeta flote fuera */
}

.image-container img {
    width: 100%;
    border-radius: 40px;
    display: block;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.floating-card {
    position: absolute;
    bottom: -20px;
    left: 20px;
    background: white;
    padding: 15px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.floating-card .star {
    font-size: 1.5rem;
}

.card-text {
    display: flex;
    flex-direction: column;
}

/* Responsivo */
@media (max-width: 968px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
    }
    .hero-actions {
        justify-content: center;
    }
    .hero-features {
        justify-content: center;
    }
}

.badge-productos {
  display: inline-block;
  animation: bounceSoft 2s infinite ease-in-out;
}

@keyframes bounceSoft {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* .badge-productos {
  animation: bounceSoft 2.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
} */

/* --- Contenedor de la Sección --- */
.categories {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Segoe UI', sans-serif;
}

/* --- Encabezado --- */
.categories-header {
    text-align: center;
    margin-bottom: 50px;
}

.eyebrow {
    background: #fdf2f8;
    color: #db2777;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
}

.categories-header h1 {
    font-size: 2.5rem;
    color: #1e293b;
    margin: 15px 0;
}

.categories-header p {
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

/* --- Grid de Categorías --- */

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 300px));
    gap: 25px;
    justify-content: center; /* clave */
}

/* --- Tarjetas --- */
.category-card {
    position: relative;
    height: 300px; /* Altura fija para uniformidad */
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta la imagen sin deformarla */
    display: block;
}

/* Capa de texto sobre la imagen */
.category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    display: flex;
    align-items: flex-end;
}

.category-overlay h3 {
    color: white;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

/* --- Responsividad (Media Queries) --- */

/* Tablets: 2 columnas */
@media (max-width: 992px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Móviles: 1 columna */
@media (max-width: 600px) {
    .categories-grid {
        grid-template-columns: 1fr;
    }
    .categories-header h2 {
        font-size: 2rem;
    }
}

/* Estilo general para que la imagen cubra todo el cuadro */
.category-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* Contenedor principal del encabezado */
.header-novedades {
    text-align: center;
    padding-bottom: 20px;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

/* La cápsula pequeña de arriba (Badge) */
.badge-container {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.badge-new {
    background-color: white; /* Rosa muy suave */
    color: #db2777;            /* Rosa fuerte/fucsia */
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: 700;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(219, 39, 119, 0.1);
}

/* Título Principal */
.title-main {
    font-size: 2.8rem;
    color: #1e293b; /* Un gris casi negro muy elegante */
    font-weight: 800;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}

/* Descripción / Subtítulo */
.subtitle-main {
    font-size: 1.1rem;
    color: #64748b; /* Gris suave */
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Ajuste para móviles */
@media (max-width: 768px) {
    .title-main {
        font-size: 2rem;
    }
    .subtitle-main {
        font-size: 1rem;
        padding: 0 10px;
    }
}

.product-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.product-card-modern {
    position: relative;
    overflow: hidden;
}



/* Zoom */
.product-card-modern:hover .img-wrapper img {
    transform: scale(1.1);
}

/* Botón oculto por defecto */
.btn-add-cart {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #e6007e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    opacity: 0;
    transition: all 0.3s ease;
}

/* Mostrar en hover */
.product-card-modern:hover .btn-add-cart {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.product-card-modern:active .btn-add-cart {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

#btn-car-movil{
   display: none;
}

@media (max-width: 768px) {
    #btn-car-movil{
        display: block;
    }
}



/* ---------- Features ---------- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.feature-icon {
  width: 66px; height: 66px;
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 14px;
}
.feature-item h4 { font-size: 1rem; font-weight: 800; margin-bottom: 6px; }
.feature-item p { font-size: .85rem; color: var(--gray); line-height: 1.5; }



.pagination-atoms {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 40px 0;
    gap: 8px;
    flex-wrap: wrap;
}

.pagination-atoms li a, 
.pagination-atoms li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 12px; /* Estilo Atoms */
    background: #fff;
    color: #64748b;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

/* Página Activa */
.pagination-atoms li.active a {
    background: #e6007e; /* El rosa de tu marca */
    color: #fff;
    border-color: #e6007e;
    box-shadow: 0 4px 12px rgba(230, 0, 126, 0.3);
}

/* Hover */
.pagination-atoms li a:hover:not(.active) {
    background: #fdf2f8;
    color: #e6007e;
    border-color: #e6007e;
    transform: translateY(-2px);
}

/* Puntos suspensivos */
.pagination-atoms li.disabled span {
    border: none;
    background: transparent;
    cursor: default;
}

@media (max-width: 480px) {
    .pagination-atoms li a {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }
}



/* Contenedor de la imagen con fondo gris inicial */
.img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%; /* Mantiene el cuadrado */
    background-color: #f1f5f9;
    overflow: hidden;
}

/* Animación de pulso (Skeleton) */
.img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 250%;
    height: 100%;
    background: linear-gradient(to right, #f1f5f9 0%, #e2e8f0 50%, #f1f5f9 100%);
    animation: skeleton-load 1.5s infinite linear;
    z-index: 1;
}

@keyframes skeleton-load {
    from { transform: translateX(0); }
    to { transform: translateX(40%); }
}

/* Ocultar el esqueleto cuando la imagen cargue */
.img-wrapper.loaded::before {
    display: none;
}

.img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.img-wrapper img.show {
    opacity: 1;
}


/* ---------- Features ---------- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.feature-icon {
  width: 66px; height: 66px;
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 14px;
}
.feature-item h4 { font-size: 1rem; font-weight: 800; margin-bottom: 6px; }
.feature-item p { font-size: .85rem; color: var(--gray); line-height: 1.5; }

/* ---------- Newsletter ---------- */
.newsletter {
  background: linear-gradient(135deg, var(--pink) 0%, var(--purple) 100%);
  padding: 60px 0;
  color: #fff;
}
.newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.newsletter h2 { font-size: 1.6rem; font-weight: 900; margin-bottom: 6px; }
.newsletter p { opacity: .85; font-size: .95rem; }
.newsletter-form {
  display: flex;
  gap: 0;
  border-radius: 99px;
  overflow: hidden;
  background: rgba(255,255,255,.18);
  border: 1.5px solid rgba(255,255,255,.4);
  flex-shrink: 0;
}
.newsletter-form input {
  background: transparent;
  border: none;
  outline: none;
  padding: 13px 22px;
  color: #fff;
  font-family: var(--font);
  font-size: .95rem;
  min-width: 280px;
  font-weight: 600;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,.7); }
.newsletter-form button {
  background: #fff;
  border: none;
  cursor: pointer;
  padding: 13px 18px;
  color: var(--pink);
  font-size: 1rem;
  transition: background var(--transition);
}
.newsletter-form button:hover { background: #f0e8ff; }


/* --- NEWSLETTER BANNER --- */
.newsletter-banner {
    background-color: #e6007e; /* Rosa de la marca */
    padding: 60px 0;
    position: relative;
    border-radius: 60px 60px 0 0; /* Curva superior según diseño */
    margin-top: 40px;
}

.newsletter-form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
}

.newsletter-form input {
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.newsletter-form .btn-white {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 50px;
    width: 50px;
    background: white;
    color: #e6007e;
    border: none;
}

/* --- FOOTER CUSTOM --- */
.bg-dark-custom {
    background-color: #0f172a; /* Azul muy oscuro del diseño Atoms */
}

.letter-spacing {
    letter-spacing: 1.5px;
}

.text-primary-lillifee {
    color: #e6007e;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 14px;
}

.footer-links li a:hover {
    color: #e6007e;
}

.social-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.social-btn:hover {
    background: #e6007e;
    transform: translateY(-3px);
}

.payment-badges .badge {
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.5px;
}