
*{
  box-sizing:border-box;
}

body{
  margin:0;
  font-family:Arial;
  background:#f4f6f9;
}

/* ================= HEADER ================= */

/* HEADER */
.header{
  background:#bababf;
  color:white;
  padding:0px;
  position:sticky;
  top:0;
  z-index:10;
}




.logo img{
  width:70px;
  height:70px;
  border-radius:10px;
}



/* IMPORTAR FONT ESTILO KAWAII */
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@700;800;900&display=swap');

.logo{
  display:flex;
  align-items:center;
  gap:12px;
}

.logo img{
  width:100px;
  height:70px;
  object-fit:cover;
}

.brand{
  display:flex;
  flex-direction:column;
  line-height:1;
}

/* DISTRIBUIDOR */
.variedades{
  font-family:'League Spartan', sans-serif;
  font-size:10px;
  font-weight:700;
  letter-spacing:3px;
  color:#222;
  margin-bottom:2px;
}

/* VEGA */
.gaela{
  font-family:'League Spartan', sans-serif;
  font-size:30px;
  font-weight:900;
  letter-spacing:3px;
  color:#111;
  line-height:.9;
}

/* SLOGAN */
.slogan{
  font-family:'League Spartan', sans-serif;
  font-size:10px;
  font-weight:600;
  color:#c40000;
  margin-top:6px;
  letter-spacing:1px;
  font-style:italic;
}

/* ================= HERO ================= */

.hero{
  position:relative;
}

.hero img{
  width:100%;
  max-height:350px;
  object-fit:cover;
  display:block;
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.45);
  display:flex;
  align-items:center;
  justify-content:center;
}

.hero-overlay h1{
  color:white;
  font-size:42px;
  margin:0;
  text-align:center;
}

/* ================= CONTAINER ================= */

.container{
  max-width:1200px;
  margin:auto;
  /*padding:25px;*/
}

/* ================= PRODUCTOS ================= */

.grid{
  display:grid;
  grid-template-columns:
  repeat(auto-fill,minmax(240px,1fr));
  gap:20px;
}

.card{
  background:white;
  /*border-radius:18px;*/
  overflow:hidden;
  box-shadow:0 4px 15px rgba(0,0,0,.08);
  transition:.2s;
}

.card:hover{
  transform:translateY(-4px);
}

.card img{
  width:100%;
  height:240px;
  object-fit:cover;
}

.card-body{
  padding:15px;
}

.title{
  font-size:18px;
  font-weight:bold;
  margin-bottom:10px;
  min-height:50px;
}

.code{
  color:#666;
  font-size:13px;
  margin-bottom:12px;
}

.btn{
  display:block;
  width:100%;
  padding:12px;
  border:none;
  border-radius:10px;
  background:#111827;
  color:white;
  text-decoration:none;
  text-align:center;
  font-weight:bold;
}

.btn-whatsapp{
  background:#25D366;
  margin-top:10px;
}

/* ================= PRODUCTO INDIVIDUAL ================= */

.single{
  max-width:500px;
  margin:auto;
}

.single img{
  width:100%;
  /*border-radius:18px;*/
}

.single .content{
  background:white;
  margin-top:15px;
  padding:20px;
  border-radius:18px;
}

/* ================= MOBILE ================= */

@media(max-width:768px){

  .hero-overlay h1{
    font-size:28px;
    padding:0 15px;
  }

  .brand{
    font-size:18px;
  }

}
.logo-link{
  text-decoration:none;
}
/* =========================
   TOPBAR
========================= */
.topbar{
  background:#ff8de6;
  color:white;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:8px 15px;
  font-size:13px;
  flex-wrap:wrap;
  gap:10px;
}

.topbar-left,
.topbar-right{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.top-link{
  color:white;
  text-decoration:none;
  transition:.2s;
}

.top-link:hover{
  opacity:.8;
}

.social{
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  text-decoration:none;
  font-size:16px;
  color:white;
  transition:.2s;
}

.social:hover{
  transform:translateY(-2px);
}

.tiktok{
  background:#000;
}

.instagram{
  background:#E1306C;
}

.facebook{
  background:#1877F2;
}

.youtube{
  background:#FF0000;
}

/* MOBILE */
@media(max-width:768px){

  .topbar{
    flex-direction:column;
    text-align:center;
    padding:10px;
  }

  .topbar-left,
  .topbar-right{
    justify-content:center;
  }

  .top-link{
    font-size:12px;
  }

  .social{
    width:28px;
    height:28px;
    font-size:14px;
  }
}


.code-label{
  font-size:14px;
  color: #f76478;
  font-weight: bold;
}

.code-text{
	 font-size:14px;
  color: gray;
}

.desc-label{
  font-size:14px;	
  color: #f76478;
  font-weight: bold;
}

.desc-text{
  color: gray;
  font-size:14px;
}

.code-label{
  font-size:14px;
  color: #f76478;
  font-weight: bold;
}

.code-text{
  font-size:14px;
  color: gray;
}

.desc-label{
  font-size:14px;
  color: #f76478;
  font-weight: bold;
}

.desc-text{
  color: gray;
  font-size:14px;
}

.qty-box{
  margin:15px 0;
}

.qty-label{
  font-weight:bold;
  font-size:14px;
  color:#333;
  display:block;
  margin-bottom:8px;
}

.qty-control{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:#f5f5f5;
  padding:10px;
  border-radius:12px;
  max-width:180px;
}

.qty-control input{
  width:60px;
  text-align:center;
  border:none;
  background:transparent;
  font-size:16px;
  outline:none;
}

.qty-control button{
  width:36px;
  height:36px;
  border:none;
  border-radius:10px;
  background:#111827;
  color:white;
  font-size:18px;
  display:flex;
  align-items:center;
  justify-content:center;
}

#lightbox{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.85);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

#lightbox img{
  max-width:90%;
  max-height:90%;
  /*border-radius:12px;*/
}

.producto-carousel{
  position:relative;
  width:100%;
  overflow:hidden;
  /*border-radius:18px;*/
  background:#f5f5f5;
}

.carousel-track{
  display:flex;
  gap:8px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scrollbar-width:none;
}

.carousel-track::-webkit-scrollbar{
  display:none;
}

.product-media{
  min-width:100%;
  width:100%;
  max-height:420px;
  object-fit:cover;
 
  cursor:pointer;
}

.carousel-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:38px;
  height:38px;
  border:none;
  border-radius:50%;
  background:rgba(0,0,0,.45);
  color:#fff;
  font-size:28px;
  cursor:pointer;
}

.carousel-btn.left{
  left:10px;
}

.carousel-btn.right{
  right:10px;
}
.logo-link{
  text-decoration:none;
  color:inherit;
  display:inline-block;
}

/* =========================
   LIGHTBOX MEJORADO
========================= */

#lightbox{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.92);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:99999;
}

#lightbox img{
  max-width:90%;
  max-height:90%;
  object-fit:contain;
}

.lightbox-close{
  position:absolute;
  top:20px;
  right:25px;
  color:#fff;
  font-size:38px;
  cursor:pointer;
  z-index:100000;
}

/* MOBILE */
@media(max-width:768px){

  .carousel-btn{
    width:34px;
    height:34px;
    font-size:24px;
  }

  .lightbox-close{
    font-size:32px;
    top:15px;
    right:18px;
  }

}

/* =========================
   TOPBAR
========================= */

.topbar{
  background:#b41817;
  color:#fff;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:8px 15px;
  font-size:13px;
  flex-wrap:wrap;
  gap:10px;
}

.topbar-left,
.topbar-right{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.top-link{
  color:#fff;
  text-decoration:none;
  transition:.2s;
}

.top-link:hover{
  opacity:.8;
}

.social{
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  text-decoration:none;
  font-size:16px;
  color:#fff;
  transition:.2s;
}

.social:hover{
  transform:translateY(-2px);
}

.tiktok{
  background:#000;
}

.instagram{
  background:#E1306C;
}

.facebook{
  background:#1877F2;
}

.youtube{
  background:#FF0000;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

  .topbar{
    flex-direction:column;
    text-align:center;
    padding:10px;
  }

  .topbar-left,
  .topbar-right{
    justify-content:center;
  }

  .top-link{
    font-size:12px;
  }

  .social{
    width:28px;
    height:28px;
    font-size:14px;
  }

}

.top-link{
  color:white;
  text-decoration:none;
  transition:.2s;
}

.top-link:hover{
  opacity:.8;
}

.social{
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  text-decoration:none;
  font-size:16px;
  color:white;
  transition:.2s;
}

.social:hover{
  transform:translateY(-2px);
}

.tiktok{
  background:#000;
}

.instagram{
  background:#E1306C;
}

.facebook{
  background:#1877F2;
}

.youtube{
  background:#FF0000;
}

/* MOBILE */
@media(max-width:768px){

  .topbar{
    flex-direction:column;
    text-align:center;
    padding:10px;
  }

  .topbar-left,
  .topbar-right{
    justify-content:center;
  }

  .top-link{
    font-size:12px;
  }

  .social{
    width:28px;
    height:28px;
    font-size:14px;
  }
}
/* =========================================
   ESTILO TEMU
========================================= */

.temu-product{
  display:grid;
  grid-template-columns: 55% 45%;
  gap:30px;
  max-width:1400px;
  margin:auto;
  padding:25px;
  background:#fff;
}

.temu-gallery{
  display:flex;
  gap:15px;
}

.temu-thumbs{
  width:90px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.temu-thumbs img{
  width:80px;
  height:80px;
  object-fit:cover;
  border:2px solid #eee;
  border-radius:10px;
  cursor:pointer;
  transition:.2s;
}

.temu-thumbs img:hover,
.temu-thumbs img.active{
  border-color:#ff6600;
}

.temu-main-image{
  flex:1;
  background:#f8f8f8;
  border-radius:16px;
  overflow:hidden;
}

.temu-main-image img{
  width:100%;
  height:700px;
  object-fit:contain;
  cursor:pointer;
}

.temu-info{
  padding:10px;
}

.temu-badge{
  display:inline-block;
  background:#ff2d2d;
  color:#fff;
  padding:8px 15px;
  border-radius:8px;
  font-weight:bold;
  margin-bottom:15px;
}

.temu-title{
  font-size:32px;
  line-height:1.3;
  margin-bottom:20px;
  color:#111;
}

.temu-description{
  color:#555;
  line-height:1.7;
  margin-bottom:25px;
  font-size:15px;
}

.temu-prices{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:25px;
}

.temu-price{
  font-size:42px;
  font-weight:900;
  color:#ff6600;
}

.temu-discount{
  background:#fff1e8;
  color:#ff6600;
  padding:6px 10px;
  border-radius:6px;
  font-weight:bold;
  font-size:13px;
}

.temu-box{
  border:1px solid #eee;
  border-radius:14px;
  padding:18px;
  margin-bottom:20px;
}

.temu-subtitle{
  font-size:15px;
  font-weight:bold;
  margin-bottom:15px;
}

.price-option{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px;
  border:1px solid #eee;
  border-radius:10px;
  margin-bottom:10px;
  cursor:pointer;
  transition:.2s;
}

.price-option:hover{
  border-color:#ff6600;
}

.qty-control{
  display:flex;
  align-items:center;
  gap:10px;
}

.qty-control button{
  width:42px;
  height:42px;
  border:none;
  background:#111;
  color:#fff;
  border-radius:10px;
  font-size:22px;
  cursor:pointer;
}

.qty-control input{
  width:80px;
  height:42px;
  text-align:center;
  border:1px solid #ddd;
  border-radius:10px;
  font-size:18px;
}

.temu-buttons{
  display:flex;
  flex-direction:column;
  gap:15px;
  margin-top:25px;
}

.btn-cart{
  width:100%;
  border:none;
  background:#ff6600;
  color:#fff;
  padding:18px;
  border-radius:50px;
  font-size:18px;
  font-weight:bold;
  cursor:pointer;
}

.btn-buy{
  width:100%;
  background:#111827;
  color:#fff;
  padding:18px;
  border-radius:50px;
  font-size:18px;
  font-weight:bold;
  text-decoration:none;
  text-align:center;
}

.btn-cart:hover{
  opacity:.9;
}

.btn-buy:hover{
  opacity:.9;
}

/* MOBILE */

@media(max-width:900px){

  .temu-product{
    grid-template-columns:1fr;
    padding:10px;
  }

  .temu-gallery{
    flex-direction:column-reverse;
  }

  .temu-thumbs{
    width:100%;
    flex-direction:row;
    overflow-x:auto;
  }

  .temu-thumbs img{
    min-width:70px;
  }

  .temu-main-image img{
    height:420px;
  }

  .temu-title{
    font-size:24px;
  }

  .temu-price{
    font-size:34px;
  }

}


.carousel-track {
  display: flex;
  overflow: hidden;
  align-items: center;
}

