/*
Custom Css
*/

/* puesto ultimo*/



.acart-modal{
    display: none;
    width: 390px;
    height:auto;
    border-radius: 8px;
    box-shadow: 3px 3px 10px;
    position: absolute;
    right: 115px;
    top: 125px;
    
    background-color:   hsl(223, 64%, 98%);
    z-index: 9999; /* Un valor alto para asegurar que esté al frente */
    
    }
    
     @media screen and (max-width: 600px) { /* Ajusta según el tamaño deseado */
      .acart-modal {
          left: 0px; /* Mueve más a la derecha */
          top: 170px; /* Opcional: ajustar la altura si es necesario */
      }
  }
    .acart-modal__title{
    font-weight: 700;
    padding: 24px;
    border-bottom: 1px solid black;
    }
    
    .acart-modal__details-container {
    
   
    align-items: center;
    justify-content:space-between ;
    margin-bottom: 24px;
    
    
    }
    
    .miu_details{
      margin-bottom: 20px;
      display: flex;
      align-items: center; 
      justify-content:space-between ;
  
    }
    .cart-modal__price span{
      color: black;
      font-weight: 700;
      }
      
    .miu_content{
      flex-grow: 1;
      margin-left: 20px
    }
      
    .acart-modal__image{
    width: 50px;
    border-radius: 4px;
    margin-bottom: 10px;
    }
    .acart-modal__chekout-container{
    padding: 24px;
    }
    .acart-modal__price {
    color: black;
    font-weight: 700;
    margin: 0;
    margin-bottom: 0px;
    }
    .acart-modal__delete:hover{
    cursor: pointer;
    }
    .acart-modal__chekount{
    
      text-decoration: none;
        background-color: rgb(2 195 152);
        width: 100%;
        height: 57px;
        border-radius: 8px;
        border: none;
        color: azure;
        font-size: 0.9em;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        
    }
    .cart-empty {
      text-align: center;
      font-weight: bold;
      padding: 20px 0;
      margin-top: 20px;
  }
    .chekount{
      text-decoration: none;
    }
    .acart-modal__product{
     
      margin: 0;
      margin-bottom: 0px;
      color:hsl(219, 9%, 45%);
    }
    .cart-modal__price {
      color: hsl(219, 9%, 45%);
   
   }
    .acart-modal__delete{
      width: 20px; /* Ajusta el ancho según lo necesario */
      height: 20px; /* Ajusta la altura según lo necesario */
       margin-top: 6px;
      
    }
    .show{
      display: block;
  }
  .agregar{
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);;
    cursor: pointer;
  
  }
  .agregar:hover {
   
    color: white; /* Mantiene el texto en blanco */
    transform: scale(1.04); /* Aumenta el tamaño del botón */
}
  
  .miu_details{
    margin-bottom: 20px;
    display: flex;
    align-items: center; 
    justify-content:space-between ;
  
  }
  
  .cart-modal__price span{
    color: black;
    font-weight: 700;
    }
  
    .miu_content{
      flex-grow: 1;
      margin-left: 20px
    }  
    .price_content{
  
      display: flex;
      gap:10px;
      
    }
  
    .price_final{
      margin-left: 80px;
    }
    .col-12.col-md-4 img {
        width: 300px; /* Tamaño del círculo: ajusta este valor */
        height: 300px; /* Tamaño del círculo: igual al width */
        object-fit: cover; /* Hace que la imagen se ajuste dentro del contenedor */
        border-radius: 50%; /* Convierte el contenedor en un círculo */
        border: 2px solid #ccc; /* Opcional: agrega un borde alrededor del círculo */
        display: block; /* Asegura que no haya espacio extra alrededor de la imagen */
        margin: 0 auto; /* Centra la imagen en su contenedor */
    }
    .nav-icon .badge{
 
        position: relative;

    left: 25px; /* Lo coloca al lado derecho del ícono */

        
    }
    .carrito{
    
      position: relative;
      z-index: 999;
      left: 1110px;
      top: 1px;   
     }
     @media (max-width: 768px) { /* Para pantallas menores a 768px (tablets y móviles) */
      .carrito {
     
        position: relative;

        
        left: 40px;
        top: 0px;   
      }
    }

/* Para el logo de facebook y instagram */

.social_links  {

margin-right: 15px;
  
}

    
    .social_links ul {
      list-style: none; /* Elimina los puntos de la lista */
      padding: 0;
      margin: 0;
      display: flex; /* Coloca los elementos uno al lado del otro */
      gap: 10px; /* Espacio entre los íconos */
      
  }
  
  .social_links li {
      display: inline-block; /* Asegura que cada <li> se comporte como un elemento en línea */
  }
  
  .social_links img {
      width: 22px; /* Tamaño reducido de los íconos */
      height: 22px;
      display: block;
      transition: transform 0.3s ease; /* Efecto suave para interacciones */
  }
  
  .social_links img:hover {
      transform: scale(1.1); /* Aumenta ligeramente el tamaño al pasar el cursor */
  }
  


  .banner {
    background-color: black;
    color: white;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
}
.banner span {
    color: #ff2d55;
}
.banner img {
    width: 20px;
    vertical-align: middle;
    margin-left: 5px;
}



.card {
  border: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.card:hover {
  transform: scale(1.05);
}

.card-img-top {
  height: 180px; /* Ajustar tamaño de imágenes */
  object-fit: cover;
}

.price {
  color: #28a745;
  font-size: 1.2rem;
}
.custom-carousel-btn {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 20px;
}

.custom-carousel-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.imagenone{
  height: 350px; /* Ajustar tamaño de imágenes */

  border-radius: 10px!important;
  
}

.fotopublicidad img {
  
  border-radius: 10px !important;
  box-shadow: none !important; /* Elimina cualquier sombra */
}


@media (max-width: 767px) {
  .fotopublicidad img {
  
    border-radius: 10px !important;
      margin-top: 5px; /* Espacio arriba */
      margin-bottom: 15px; /* Espacio abajo */
      box-shadow: none !important; /* Elimina cualquier sombra */
  }
}


.contenedoro{
width: 100%;
}



    /* Asegurar que el carrusel sea horizontal y sin desplazamiento automático */
    .carousel-wrapper {
        overflow: hidden;
        width: 100%;
        position: relative;
    }

    #carouselContainer {
        display: flex;
        gap: 20px;
        transition: transform 0.5s ease-in-out;
        will-change: transform;
    }

    .card {
        min-width: 250px;
    }

    /* Estilos de los botones */
    .custom-carousel-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        z-index: 10;
    }

    #prevBtn {
        left: 0;
    }

    #nextBtn {
        right: 0;
    }
  /* Ajuste para móviles */
  @media (max-width: 768px) {
    .card {
        min-width: 45%;
    }
}


@media (max-width: 768px) {
  .imagenone {
      display: none; /* Oculta la imagen en dispositivos móviles */
  }
}



@media (max-width: 768px) {
  #calzadoCarousel .row {
    display: flex;
    flex-wrap: wrap;
  }

  #calzadoCarousel .col-md-2 {
    flex: 0 0 50%; /* Hace que cada imagen ocupe el 50% del ancho */
    max-width: 50%;
    text-align: center;
  }

  #calzadoCarousel img {
    max-width: 80px; /* Reduce el tamaño de las imágenes */
    height: auto;
  }

  #calzadoCarousel p {
    font-size: 14px; /* Ajusta el tamaño del texto */
  }
}









#carouselContainer2 {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}


#prevBtn2 {
  left: 0;
}

#nextBtn2 {
  right: 0;
}






/*---------------------
  Footer
-----------------------*/
.footer {  
   background-image: url('/kabila/assets/img/footer-img.jpg'); /* Nueva imagen */

  background-size: 100%; /* Mantiene el tamaño real de la imagen */
  background-repeat: no-repeat; /* Evita que se repita */
  background-position: center center; /* Centra la imagen */

  padding-top: 10px;
}
@media (max-width: 768px) {
  .footer {
    background-image: url('/kabila/assets/img/footer-imgmovil.jpg')!important; /* Nueva imagen */
    padding-top: 10px;
  }
}
.footer__widget {
  position: relative;
  margin-bottom: 30px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .footer__widget {
    top: 130px;
    padding-top: 0px;

  }
}

.footer__widget:after {
  position: absolute;
  right: 25px;
  top: 0;
  width: 1px;
  height: 165px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}
.footer__widget h6 {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.footer__widget ul li {
  list-style: none;
  font-size: 14px;
  color: #a4a4a4;
  line-height: 36px;
}

.footer__about {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .footer__about {
   top: 80px;
  }
}


.footer__about:after {
  position: absolute;
  right: -35px;
  top: 0;
  width: 1px;
  height: 165px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}
.footer__about .footer__logo {
  margin-bottom: 32px;
}
.footer__about .footer__logo a {

  display: inline-block;
}
.footer__about .footer__logo a img {
  position: relative;
  width: 130px !important;  /* Ajusta el ancho */
  height: auto;           /* Mantiene la proporción */

bottom: -10px;
}
.footer__about p {  position: relative;

  font-size: 14px;
  color: #a4a4a4;
  line-height: 26px;
  margin-bottom: 25px;
  bottom: 20px;
}
.footer__about .footer__social a {
  position: relative;
  
  bottom: 20px;
  display: inline-block;
  color: #ffffff;
  background: rgba(225, 225, 225, 0.1);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  margin-right: 6px;

}



.footer__about .footer__social a:last-child {
  margin-right: 0;
}

.footer__newslatter {
  padding-left: 50px;
  margin-bottom: 30px;
}
.footer__newslatter h6 {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.footer__newslatter p {
  font-size: 14px;
  color: #a4a4a4;
  line-height: 26px;
  margin-bottom: 25px;
}
.footer__newslatter form {
  position: relative;
}
.footer__newslatter form input {
  height: 50px;
  width: 100%;
  padding-left: 22px;
  background: rgba(253, 243, 234, 0.2);
  border: none;
  color: #ffffff;
  font-size: 14px;
}
.footer__newslatter form input::-webkit-input-placeholder {
  color: #ffffff;
}
.footer__newslatter form input::-moz-placeholder {
  color: #ffffff;
}
.footer__newslatter form input:-ms-input-placeholder {
  color: #ffffff;
}
.footer__newslatter form input::-ms-input-placeholder {
  color: #ffffff;
}
.footer__newslatter form input::placeholder {
  color: #ffffff;
}
.footer__newslatter form button {
  font-size: 20px;
  color: #f08632;
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 20px;
}

.copyright {
position: relative;
  background: #000000;

padding-bottom: 20px!important;
}

.copyright__text {
  position: relative;
  
margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px !important;
  color: #888888;
}
.copyright__text i {
  color: #f08632 ;
}
.copyright__text a {
  color: #f08632 ;
}

.copyright__widget {
  position: relative;
  margin-top: 10px;

  text-align: right;
}
@media (max-width: 768px) {
  .copyright__widget {
    text-align: center;
  
  }
}
.copyright__widget ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  position: relative;
  
}

.copyright__widget ul li:after {
  position: absolute;
  right: -18px;
  top: 0;
  content: "|";
  color: #888888;
}
.copyright__widget ul li:last-child {
  margin-right: 0;
}
.copyright__widget ul li:last-child:after {
  display: none;
}
.copyright__widget ul li a {
  text-decoration: none ; /* Quita el subrayado */
  font-size: 14px !important;
  color: #888888;
}

/*---------------------
  Breadcrumb
-----------------------*/
.breadcrumb-option {
  padding-top: 60px;
}

.breadcrumb__text h2 {
  font-size: 50px;
  color: #000000;
  font-weight: 700;
  font-style: italic;
  font-family: "Playfair Display", serif;
}

.breadcrumb__links {
  text-align: right;
  padding-top: 15px;
}
.breadcrumb__links a {
  font-size: 16px;
  color: #111111;
  margin-right: 26px;
  display: inline-block;
  position: relative;
}
.breadcrumb__links a:after {
  position: absolute;
  right: -16px;
  top: 0;
  content: "|";
  color: #888888;
}
.breadcrumb__links span {
  font-size: 16px;
  color: #888888;
  display: inline-block;
}



.reclamos_imagen {

  width: 105px; /* Aumenta el tamaño directamente */
  /* Si necesitas mantener proporciones, usa transform */
  transform: scale(1.5); /* Agranda al 150% */
  transition: none; /* Elimina la transición si no es necesaria */
}

@media screen and (max-width: 768px) {
.reclamos_imagen {

  width: 100px; /* Aumenta el tamaño directamente */
  /* Si necesitas mantener proporciones, usa transform */
  transform: scale(1.5); /* Agranda al 150% */
  transition: none; /* Elimina la transición si no es necesaria */
}
}

.footer_title{
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}


.footer_widget{
  position: relative;

  margin-left: 130px;
  margin-top:100px ;
}
@media (max-width: 768px) {
  .footer_widget{
   margin-bottom: 20px; /* Reduce el espacio entre el texto y el siguiente elemento */
   margin-left: 0px;
   bottom: 30px;

  }
}

@media (max-width: 768px) {
  .copyright {
      font-size: 2px !important; /* Tamaño más pequeño en pantallas móviles */
      padding: 5px 0; /* Reduce el padding superior e inferior */
  }
  .copyright__text {
    text-align: center;; /* Reduce el espacio entre el texto y el siguiente elemento */
  }
  .copyright__widget ul {
      font-size: 12px; /* Tamaño más pequeño */
      margin: 0; /* Elimina márgenes */
      padding: 0; /* Elimina padding */
      list-style: none; /* Opcional: Elimina el estilo de lista si no lo necesitas */
  }
  .copyright__widget ul li {
      margin-bottom: 3px; /* Espaciado mínimo entre los elementos de la lista */
  }
}

#template-mo-zay-hero-carousel {
  background-color: #f8f9fa; /* Cambia el color */
}
.header-h1{
  color: #9dc474;
  
  font-family: 'Oswald', sans-serif;


  font-size: 48px !important;
  font-weight: 200 !important;
}

@media (max-width: 768px) {
  #template-mo-zay-hero-carousel .carousel-item .row {
      flex-direction: column-reverse;
      text-align: center;
  }
}

/* Evita el desplazamiento horizontal */
html, body {
  overflow-x: hidden; /* Bloquea el scroll horizontal */
  width: 100vw; /* Evita que el contenido se expanda más allá del viewport */
}

/* inicio de carrusel lo mas vendido */

.product-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Oculta scrollbar en Firefox */
}
.product-container::-webkit-scrollbar {
  display: none; /* Oculta scrollbar en Chrome y Edge */
}

.custom-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}



/* fin de carrusel lo mas vendido */

.contenedorone {
  max-width: 100%; /* Ajusta el ancho máximo */
  padding: 15px; /* Espaciado entre los elementos */
}




/* inicio de division de productos en movil */
.catalogorow img {
  border: 1px solid rgb(126, 124, 124) !important; /* Borde rojo */

}



@media (max-width: 768px) { 
  .catalogorow {
      display: grid !important;
      grid-template-columns: repeat(2, 1fr) !important; /* 2 columnas */
      gap: 10px !important; /* Espaciado entre productos */
  }

  .catalogorow > .col-12 {
      width: 100% !important;
      padding: 5px !important;
  }

  /* Reducir el tamaño de las tarjetas */
  .catalogorow .card {
      padding: 10px !important;
      font-size: 14px !important;
  }

  /* Mantener la forma circular de las imágenes */
  .catalogorow img {
      max-width: 150px !important; /* Ajusta el tamaño de la imagen */
      height: 150px !important; /* Mantiene la imagen cuadrada para aplicar border-radius */
      object-fit: cover; /* Recorta la imagen sin deformarla */
      border-radius: 50% !important; /* Hace la imagen circular */
      display: block;
      margin: 0 auto; /* Centra la imagen */
  }

  /* Reducir el tamaño del botón */
  .catalogorow .btn {
      font-size: 12px !important;
      padding: 6px 10px !important;
  }
}
/* fin de division de productos en movil */


.negrita-grande {
  font-size: 1.3rem !important; /* Tamaño más grande */
  
  transition: font-weight 0.2s ease-in-out!important; /* Transición suave */
}

.negrita-grande:hover {
  font-weight: 400!important; /* Se vuelve más negrita al pasar el cursor */
}

.estrella-llena {
  color: #ffcc00; /* Amarillo dorado */
  font-size: 1.2rem;
}

.estrella-vacia {
  color: #B0B0B0; /* Gris */
  font-size: 1.2rem;
}







/* para area de nosotros */
.ex-header {
  background-image: url('/kabila/assets/img/portada-pie-de-pagina.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px; /* Aumenta la altura según necesites */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Capa oscura */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Ajusta la opacidad */
}

/* Asegurar que el texto esté encima del overlay */
.header-title {
  position: relative;
  color: white;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

/* Contenedor de detalles */
.split {
  display: flex;
  flex-wrap: wrap;
}

.area-2 {
  flex: 1;
  padding: 50px;
}

.area-2 h2 {
  font-size: 2rem;
  color: #333;
  font-weight: bold;
}

.area-2 p {
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Servicios */
.basic-1 {
  padding: 60px 0;
  background: #f7f7f7;
}

.text-container {
  padding: 20px;
}

/* Estilos de Tarjetas */
.ex-cards-1 {
  background: #ffffff;
  padding: 60px 0;
}

.card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.card ul {
  padding: 0;
}

.card li {
  display: flex;
  align-items: center;
}

.card .fa-stack {
  font-size: 1.5rem;
  color: #4CAF50; /* Color genérico */
}

.card h5 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.card p {
  font-size: 1rem;
  color: #666;
}

/* Estilos de Imágenes */
.image-container img {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
}

/* Ajustes Responsivos */
@media (max-width: 768px) {
  .ex-header {
    height: 250px;
  }

  .header-title {
    font-size: 36px;
  }

  .area-2 {
    padding: 30px;
  }

  .area-2 h2 {
    font-size: 1.8rem;
  }

  .area-2 p {
    font-size: 1rem;
  }

  .card {
    padding: 15px;
  }
}
/* fin para area de nosotros */


/* Fondo del formulario con imagen */
#contact {
  background: url('/kabila/assets/img/contacto.jpg') center/cover no-repeat;
  padding: 100px 0;
  position: relative;
}

/* Oscurecer el fondo para mejorar la legibilidad */
#contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Ajusta la opacidad si es necesario */
}

/* Estilos para el título y descripción */
.h2-heading,
.p-heading {
  color: white; /* Color blanco */
  position: relative;
  z-index: 1;
}

/* Información de contacto */
.contact-info {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 16px;
  color: white;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.contact-info a {
  color: white;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-info i {
  color: #28a745; /* Íconos en verde */
  font-size: 18px;
}

/* Contenedor del formulario */
.contact-form {
  padding: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

/* Estilo de los inputs y textarea (sin fondo oscuro) */
.form-control-input,
.form-control-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

/* Efecto en los inputs al hacer clic */
.form-control-input:focus,
.form-control-textarea:focus {
  border-color: #28a745;
  box-shadow: 0px 0px 8px rgba(40, 167, 69, 0.5);
  outline: none;
}

/* Botón de envío (único con color) */
.form-control-submit-button {
  background: #28a745;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease-in-out;
}

.form-control-submit-button:hover {
  background: #218838;
}

/*  fin de Fondo del formulario con imagen */

/* boton de wssp*/
.btn-wsp {
	position: fixed;
	width: 55px;
	height: 55px;
	line-height: 55px;
	bottom: 30px;
	right: 30px;
	background: #0df053;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	z-index: 100;

  }
  .btn-wsp:hover {
	text-decoration: none;
	color: #0df053;
	background: #fff;
  }

  .icon-whatsapp{
    
    font-size: 40px;
    }
  
  /*  fin boton de wssp*/
  /* Mostrar MODAL CUANDO EL USUARIO AÑADE AL CARRITO */
/* Estilos del modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Contenedor del modal */
.modal-content {
  width: 420px; /* Un tamaño más equilibrado */
  background: white;
  padding: 20px; /* Añade espacio interno */
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Estilos para pantallas pequeñas (móviles) */
@media (max-width: 600px) {
  .modal-content {
    width: 320px; /* Ajusta el ancho en móviles */
  }
}
/* Loader animado */
.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

/* Animación de giro */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Contenedor de los botones */
/* Contenedor del mensaje y botones */
#cartMessage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px; /* Espacio entre los botones */
  width: 100%;
  padding-top: 10px;
}

/* Botones */
#cartMessage button {
  width: 100%; /* Que ocupen todo el ancho disponible */
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

/* Botón "Sí" */
#goToCart {
  background-color: #3498db;
  color: white;
}

#goToCart:hover {
  background-color: #2980b9;
}

/* Botón "Seguir comprando" */
#closeModal {
  background-color: rgb(2 195 152);
  color: white;
}

#closeModal:hover {
  background-color: rgb(2, 170, 130); /* Un poco más oscuro */
}


/* Espaciado entre botones */
#goToCart,
#closeModal {
  margin: 5px 0; /* Separa los botones verticalmente */
}


/* Estilo para el mensaje del modal */
#cartMessage p {
  font-size: 18px !important; /* Aumenta el tamaño de la letra */
  font-weight: bold !important; /* Hace que el texto sea más llamativo */
  color: #686767; /* Color de texto más oscuro para mejor lectura */
  text-align: center; /* Centra el texto */
  margin-bottom: 15px; /* Espacio debajo del texto */
  line-height: 1.4; /* Mejora la separación entre líneas */
}


/* FIN DE  MODAL CUANDO EL USUARIO AÑADE AL CARRITO */