/* =====================
   GENERAL
===================== */
body{
  font-family:'Poppins', sans-serif;
  background:#fff0f6;
}

/* =====================
   NAVBAR
===================== */
.navbar{background:#ffb6c1;}
.navbar-brand,.nav-link{
  color:#fff!important;
  transition:.3s;
}
.nav-link:hover{color:#ff1493!important;}

/* =====================
   DROPDOWN PRODUCTOS
===================== */
.navbar .dropdown:hover .dropdown-menu{
  display:block;
  margin-top:0;
}
.dropdown-menu{
  border-radius:18px;
  background:#ffe4ec;
  border:none;
  box-shadow:0 8px 20px rgba(255,20,147,.25);
}
.dropdown-item{
  color:#ff1493;
  font-weight:500;
}
.dropdown-item:hover{
  background:#ff69b4;
  color:white;
}

/* =====================
   TITULOS
===================== */
h1{
  color:#ff1493;
  font-weight:800;
  text-align:center;
  margin:40px 0 20px;
}
h2{
  color:#ff1493;
  font-weight:700;
  text-align:center;
  margin:40px 0 35px;
}
.titulo,
.titulo-principal{
  color:#ff1493;
  font-weight:800;
  text-align:center;
  margin:50px 0 10px;
}
.subtitulo{
  text-align:center;
  color:#ff69b4;
  margin-bottom:45px;
  font-size:1.1rem;
}

/* =====================
   CAROUSEL
===================== */
.carousel img{
  height:400px;
  object-fit:cover;
  border-radius:18px;
}

/* =====================
   PRODUCTOS / CARDS
===================== */
.producto,
.card-producto,
.card-regalo,
.catalogo-card,
.seccion,
.seccion-card,
.info-card,
.contacto-card,
.sobremi-card,
.carrito-box{
  background:#ffe4ec;
  border-radius:25px;
  padding:20px;
  text-align:left;
  box-shadow:0 8px 22px rgba(255,20,147,.25);
  transition:.3s;
  animation:fadeUp .7s ease;
}

.dinamica-centro{
  background:#ffe4ec;
  border-radius:25px;
  padding:20px;
  text-align:center;
  box-shadow:0 8px 22px rgba(255,20,147,.25);
  transition:.3s;
  animation:fadeUp .7s ease;
}

.producto:hover,
.card-producto:hover,
.card-regalo:hover,
.contacto-card:hover{
  transform:translateY(-6px);
}

.producto img,
.card-producto img,
.card-regalo img,
.catalogo-card img,
.seccion img,
.sobremi-img{
  width:100%;
  border-radius:18px;
  margin:15px 0;
}

.producto h5,
.card-producto h5,
.card-regalo h5{
  color:#ff1493;
  font-weight:700;
  margin-bottom:8px;
}

.producto p,
.card-producto p,
.card-regalo p,
.seccion p{
  color:#555;
  font-size:.95rem;
  line-height:1.7;
}

/* =====================
   PRECIOS
===================== */
.precio{
  color:#ff1493;
  font-weight:800;
  font-size:1.1rem;
  margin-bottom:10px;
}

/* =====================
   BOTONES
===================== */
.btn-comprar,
.btn-carrito{
  background:#ff69b4;
  color:#fff;
  border-radius:30px;
  padding:12px 30px;
  border:2px solid #ff1493;
  font-weight:600;
  transition:.3s;
}
.btn-comprar:hover,
.btn-carrito:hover{
  background:#ff1493;
}

/* =====================
   CARRITO
===================== */
.list-group-item{
  border:none;
  background:#fff;
  border-radius:15px;
  margin-bottom:12px;
}

.item-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}

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

.btn-cant{
  background:#ff69b4;
  color:#fff;
  border:none;
  border-radius:50%;
  width:30px;
  height:30px;
  font-weight:bold;
}

.btn-eliminar{
  background:#ff1493;
  color:#fff;
  border:none;
  border-radius:50%;
  width:34px;
  height:34px;
}

.total{
  font-size:1.4rem;
  color:#ff1493;
  font-weight:700;
}

.btn-vaciar{
  background:transparent;
  border:2px solid #ff69b4;
  color:#ff69b4;
  border-radius:30px;
  padding:10px 26px;
}

.alert-minimo{
  background:#fff;
  border-radius:18px;
  padding:15px;
  text-align:center;
  color:#ff1493;
  font-weight:600;
  margin-bottom:15px;
  box-shadow:0 5px 15px rgba(255,20,147,.15);
}

/* =====================
   FOOTER
===================== */
footer{
  background:#ffb6c1;
  padding:30px 0;
  margin-top:70px;
}
.social-icons a{
  color:#fff;
  font-size:30px;
  margin:0 15px;
  text-decoration:none;
}
.social-icons a:hover{
  color:#ff1493;
}

/* =====================
   RESPONSIVE
===================== */
@media(max-width:768px){
  .titulo-principal{font-size:1.9rem;}
  .carousel img{height:250px;}
  .seccion{padding:25px;}
}

/* =====================
   ANIMACION
===================== */
@keyframes fadeUp{
  from{opacity:0;transform:translateY(30px);}
  to{opacity:1;transform:translateY(0);}
}
/* STAND DE GLITTER BAR */
.titulo-principal{
  color:#ff1493;
  font-weight:800;
  text-align:center;
  margin:50px 0 20px;
}

.subtitulo{
  text-align:center;
  color:#ff69b4;
  margin-bottom:45px;
}

.seccion{
  background:#ffe4ec;
  border-radius:30px;
  padding:35px;
  box-shadow:0 10px 26px rgba(255,20,147,.25);
  margin-bottom:50px;
  animation:fadeUp .7s ease;
}

.seccion img{
  width:100%;
  border-radius:25px;
  margin-bottom:20px;
}

.seccion h3{
  color:#ff1493;
  font-weight:700;
  margin-bottom:15px;
  text-align:center;
}

.seccion p{
  color:#555;
  line-height:1.7;
  text-align:center;
}

.lista-glitter li{
  color:#ff1493;
  font-weight:500;
  margin-bottom:8px;
}

@media(max-width:768px){
  .seccion{padding:25px;}
}
/* GIRLY FIX – STAND DE GLITTER BAR */
.seccion{
  background:linear-gradient(145deg,#ffe4ec,#fff0f6);
}

.seccion h3{
  letter-spacing:.5px;
}

.seccion p{
  font-size:1rem;
}

.lista-glitter li::before{
  content:"✨ ";
  color:#ff69b4;
  font-weight:bold;
}

.seccion:hover{
  box-shadow:0 15px 35px rgba(255,20,147,.35);
  transform:translateY(-4px);
  transition:.4s;
}

/* DINAMICAS LIVE */
.card-regalo{
  background:#ffe4ec;
  border-radius:28px;
  padding:20px;
  box-shadow:0 10px 26px rgba(255,20,147,.25);
  transition:.3s;
  animation:fadeUp .7s ease;
  text-align:center;
  height:100%;
}

.card-regalo:hover{
  transform:translateY(-6px);
}

.card-regalo img{
  width:100%;
  border-radius:22px;
  margin-bottom:15px;
}

.card-regalo h5{
  color:#ff1493;
  font-weight:700;
}

.card-regalo p{
  color:#555;
  font-size:.95rem;
}

.card-regalo .precio{
  font-size:1.3rem;
  font-weight:800;
  color:#ff1493;
  margin:10px 0;
}
/* GIRLY FIX – DINAMICAS LIVE */
.card-regalo{
  background:linear-gradient(160deg,#ffe4ec,#fff);
}

.card-regalo h5{
  letter-spacing:.4px;
}

.card-regalo p{
  font-size:.95rem;
}

.card-regalo::after{
  content:"💖";
  position:absolute;
  top:12px;
  right:14px;
  font-size:1.2rem;
}

.card-regalo:hover{
  box-shadow:0 18px 40px rgba(255,20,147,.4);
}

/* SOBRE MI */
.sobremi-card{
  background:#ffe4ec;
  border-radius:25px;
  padding:30px;
  box-shadow:0 10px 25px rgba(255,20,147,.25);
  animation:fadeUp .7s ease;
}

.sobremi-img{
  width:100%;
  border-radius:25px;
}

.sobremi-texto h3{
  color:#ff1493;
  font-weight:700;
  margin-bottom:15px;
}

.sobremi-texto p{
  color:#555;
  line-height:1.7;
}
/* CONTACTO */
.contacto-card{
  background:#ffe4ec;
  border-radius:25px;
  padding:30px;
  text-align:center;
  box-shadow:0 10px 25px rgba(255,20,147,.25);
  transition:.3s;
  animation:fadeUp .7s ease;
}

.contacto-card:hover{
  transform:translateY(-8px);
}

.contacto-icon{
  font-size:45px;
  color:#ff1493;
  margin-bottom:15px;
}

.contacto-card a{
  text-decoration:none;
  color:#ff1493;
  font-weight:600;
}

.contacto-card a:hover{
  color:#ff69b4;
}
/* LEER ANTES DE COMPRAR */
.info-card{
  background:#ffe4ec;
  border-radius:22px;
  padding:25px;
  box-shadow:0 6px 15px rgba(255,20,147,.25);
  margin-bottom:25px;
  animation:fadeUp .8s ease;
}

.info-card h5{
  color:#ff1493;
  font-weight:700;
  margin-bottom:10px;
}

.info-card p{
  color:#555;
  font-size:.95rem;
  line-height:1.6;
}
@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(30px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}
h2::after{
  content:" ✨";
}
/* FORMULARIO GIRLY CLIENTAS */
.girly-form-card{
  background:linear-gradient(145deg,#ffe4ec,#fff0f6);
  border-radius:35px;
  padding:40px;
  box-shadow:0 15px 35px rgba(255,20,147,.25);
  animation:fadeUp .8s ease;
}

.girly-form-card h2{
  color:#ff1493;
  font-weight:800;
  text-align:center;
  margin-bottom:15px;
}

.form-subtitle{
  text-align:center;
  color:#ff69b4;
  margin-bottom:35px;
  font-weight:500;
}

.girly-form-card input{
  width:100%;
  padding:14px 18px;
  border-radius:25px;
  border:2px solid #ffd1e1;
  background:#fff;
  font-family:'Poppins',sans-serif;
  transition:.3s;
}

.girly-form-card input:focus{
  outline:none;
  border-color:#ff69b4;
  box-shadow:0 0 12px rgba(255,20,147,.25);
}

.label-girly{
  color:#ff1493;
  font-weight:600;
  margin-bottom:6px;
  display:block;
}

/* Responsive */
@media(max-width:768px){
  .girly-form-card{
    padding:30px 22px;
  }
}