@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400&display=swap');

/* = Selectores = */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:  'Plus Jakarta Sans', sans-serif;
}

html, body {
    overflow-x: hidden;
  }

/* = Header's = */
/* Promoción */
.prom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    background: #000000;
    color: #fff;
    font-size: 11px;
}

.prom span {
    color: #ff0000;
}

/* ROSETE */
mx {
    font-size: 1rem;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    background: #c2bfbf2d;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.145);
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shein {
    color: #000000;
    font-size: 25px;
}

.navbar li {
    list-style: none;
    padding: 0 9px 0 10px;
}

.navbar li a {
    text-decoration: none; 
    font-size: 15px;
    font-weight: 400; 
    color: #000000;
}

.iconos svg {
    width: 24px;
    height: 24px;
    stroke: rgb(82, 82, 82); /* o cualquier color */
  }

/* Categorías */
.catego {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #f3f3f380;
    box-shadow: 20px rgba(33, 29, 29, 0.423);
}

/* Search Input  */
.search-box {
    display: flex;
    width: 300px;
    border: 1px solid #000;
    margin-right: 14px;
  }
  
  .search-box input[type="text"] {
    flex: 1;
    padding: 7px;
    border: none;
    outline: none;
    font-size: 16px;
  }
  
  .search-box button {
    background-color: #222;
    color: white;
    padding: 0 15px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

/* = Home Page ROSETE = */
#ros {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url("Promo/Project.jpg");
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
}

/* = Descuentos = */
.descuento {
    text-align: center;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.extra {
    background-color: #e4e3e36a;
    padding: 30px;
    margin: 10px 10px 0 10px;
    font-size: 19px;
    width: 450px;
    outline: 1px solid #000000;
    border-radius: 5px;
}

.extra:hover {
    color: #c30000;
}

.cod {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 50px;
    width: 300px;
    margin: 10px 10px 0 10px;
    font-size: 25px;
    line-height: 4px;
    outline: 2px solid #000000;
    border-radius: 5px;
}

/* = SLIDER 1 = */
#collabs h2 {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    font-size: 25px;
  }
  
  /* Organización en 3 columnas */
  .slider-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 0 15px 0 15px;
  }
  
  .bodas-club {
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .bodas-club img {
    border-radius: 5px;
  }

  .slider {
    width: 50%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .slider ul {
    display: flex;
    animation: cambio 10s infinite alternate linear;
    width: 400%;
  }
  
  .slider li {
    list-style: none;
  }

  .slider img {
    border-radius: 5px;
  }

  /* Animación de los dos SLIDER */
  @keyframes cambio {
    0%{margin-left: 0;}
    20%{margin-left: 0;}

    25%{margin-left: -100%;}
    45%{margin-left: -100%;}

    50%{margin-left: -200%;}
    70%{margin-left: -200%;}

    75%{margin-left: -300%;}
    100%{margin-left: -300%;}
}

  .marcas-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    max-width: 436px;
    width: 60%;
  }
  
  .marcas-slider img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
  }


/* = MODAL de CARRITO Y FAVORITOS = */
.carrito-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 410px;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 15px;
  z-index: 1000;
}

.carrito-container ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
  margin: 30px 20px 10px 20px;
}

.carrito-container li {
  margin-bottom: 15px;
}  

.total {
  display: flex;
  justify-content: space-between;
  margin: 5px 0 10px 0;
}

.carrito-container h3 {
  margin: 30px 0 10px 20px;
  font-weight: bold !important;
}

.carrito-container h4 {
  margin: 30px 0 10px 20px;
}

.carrito-container .btn {
  color: #fff;
  background-color: #c30000;
  padding: 10px 140px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  /* centrado */
  display: block;
  margin: 20px auto 0 auto;
  font-size: 15px;
}

.footer-modal {
  margin-top: 30px;
  padding-top: 10px;
  background: #fff;
  border-top: 1px solid #ddd;
}

/*  */
.btn-menos {
  background: none;
  border: none;
}

.btn-mas {
  background: none;
  border: none;
}

.btn-remover {
  background-color: #000;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
}

/* = Tooltip Atención al Cliente = */
.soporte-hover {
  position: relative;
}

.tooltip-soporte {
  position: absolute;
  left: -150px; /* hacia la izquierda */
  top: 50%;
  transform: translateY(-50%);
  background: #c30000;
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* cuando pasas el mouse */
.soporte-hover:hover .tooltip-soporte {
  left: -130px;
  opacity: 1;
}


/* = COLOR EN TENDENCIA = */
  .tendencia {
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
  }

  .tendencia h2 {
    margin-bottom: 10px;
  }

  .products {
    display: grid;
    grid-template-columns: repeat(6, 2fr);
    gap: 15px;
    width: 100%;
    padding: 0 80px 0 80px;
  }

  .product {
    height: none;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden; 
    text-align: start;
    padding-bottom: 15px;
  }

  .product h6 {
    margin: 15px 10px 8px 10px;
    color: #5c5c5c;
  }

  .product p {
    margin: 12px 10px 8px 10px;
    font-size: 15px;
  }

  .actions {
    margin: 25px 10px 0 10px;
    display: flex;
    justify-content: space-between;
  }

  .btn {
    background: #000000;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
  }

  .heart {
    background: none;
    border: none;
    font-size: 25px;
    color: #dc3545;
    cursor: pointer;
  }

  .pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 70px 0 70px;
  }

  .pagination button {
    margin: 0 10px;
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    background: #000000;
    color: white;
    font-size: 18px;
    cursor: pointer;
  }

  .page {
    display: none;
  }

  .page.active {
    display: grid;
  }

/* = Imagen de promoción NAVIDAD = */
#banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url("Promo/nav.jpg");
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
    margin-top: 30px;
}

#banner h4 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-shadow: 0px 5px 4px #000000;
}

#banner h2 {
    color: #fff;
    font-size: 35px;
    padding: 10px 0;
    text-shadow: 0px 4px 4px #000000;
}

#banner h2 span {
    color: rgb(5, 80, 209);
}

#banner button:hover {
    background: #ff0101;
    color: #fff;
}

/* Botón de Navidad */
button.normal {
    font-size: 17px;
    font-weight: 600;
    padding: 12px 30px;
    color: #ffffff;
    background-color: rgb(17, 20, 176);
    border-radius: 4px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.4s;
    box-shadow: 0px 0px 15px 3px rgb(0, 0, 0);
}

/* = Compra por categoría = */
#categoria {
    text-align: center;
}

#categoria .com-catego {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0 60px 0 60px;
}

#categoria .com {
    width: 10%; 
    min-width: 150px;
    cursor: pointer;
    position: relative;
    padding-bottom: 50px;
}

.rebajas {
    font-size: 30px;
    background: linear-gradient(to right, rgb(21, 0, 255), rgb(240, 252, 0), rgb(255, 0, 0));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#categoria .com img {
    width: 100%;
    border-radius: 10px;
}

.com p {
    font-size: 18px;
    margin-top: 10px;
}

/* = Slider 2 = */
  .slider-2 {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
  }
  
  .slider-2 ul {
    display: flex;
    animation: cambio 10s infinite alternate linear;
    width: 400%;
  }
  
  .slider-2 li {
    list-style: none;
  }

/* = Gloss y Pato = */
.daily {
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 30px;
}

#glopa {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

#glopa .glopa2 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    background-image: url(Promo/gloss.jpg);
    height: 25vw;  
    background-size: cover;
    background-position: center;
    cursor: pointer;
    width: 45vw;
    border-radius: 5px;
}

#glopa .pato-2 {
    background-image: url(Promo/pato.jpg);
}

/* = Tallas Curvy = */
#curvy {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

#curvy h2 {
    font-size: 40px;
    background: linear-gradient(to right, rgb(255, 0, 76), rgb(255, 0, 34), rgb(0, 13, 255), rgb(0, 13, 255));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .7;
    margin-bottom: 30px;
}

#curvy .talla-curvy {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    color: #ffffff;
}

#curvy .curvys {
    width: 0; 
    min-width: 550px;
    cursor: pointer;
    position: relative;
    padding: 30px;
    height: 100px;
    margin: 10px;
    background-color: #000000;
    font-size: 28px;
    border-radius: 5px;
} 

/* = FOOTER = */
.footer {
    background-color: #111;
    color: #fff;
    padding: 40px 20px 20px;
    font-family: Arial, sans-serif;
    margin-top: 50px;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
  }
  
  .footer-logo h2 {
    color: #ffffff;
    margin-bottom: 5px;
  }
  
  .footer-links ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
  }
  
  .footer-links li {
    margin-bottom: 8px;
  }
  
  .footer-links a {
    color: #ccc;
    text-decoration: none;
  }
  
  .footer-links a:hover {
    color: #ff83dc;
    text-decoration: underline;
  }
  
  .social-icons {
    margin-top: 10px;
  }

  .footer-social .social-icons a {
    color: #ccc;
    font-size: 20px;
    margin-right: 10px;
    transition: color 0.3s ease;
  }
  
  .footer-social .social-icons a:hover {
    color: #ff83dc;
  }
  
  .footer-contact p {
    margin: 10px 0;
    color: #ccc;
  }
  
  .footer-contact i {
    margin-right: 8px;
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #444;
    padding-top: 15px;
    font-size: 14px;
  }
  
  .footer-bottom a {
    color: #888;
    margin: 0 5px;
    text-decoration: none;
  }
  
  .footer-bottom a:hover {
    text-decoration: underline;
  }
  
  /* = BOTÓN FLOTANTE LINKEDIN = */
  .linkedin-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    left: 15px;
    background-color: #0077b5;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease;
  }
  
  .linkedin-float:hover {
    transform: scale(1.1);
  }
  
  /* = RESPONSIVO = */
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      text-align: center;
      gap: 30px;
    }
  
    .footer-social .social-icons {
      justify-content: center;
    }
  }
  