
html {
  font-size: 16px;
  zoom: 1;
}
body {
  /* background: url("{{ asset('images/backgrounds/default4.jpg') }}") no-repeat center center fixed; */
  background-size: cover;
  position: relative;
  z-index: 1;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.4;
  font-size: 1rem;
  background-color: #ffffff    !important;

}


.zoom-wrapper {
  width: 100%;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .zoom-wrapper {
    transform: scale(0.87);
    transform-origin: top center;
  }
}


.card {
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  backdrop-filter: blur(4px);
  background: linear-gradient(135deg, rgba(34, 34, 34, 0.85), rgb(255, 255, 255));
  color: #000000;
}

.container1, .card, .footer {
  background: linear-gradient(135deg, rgba(34, 34, 34, 0.85), rgb(255, 255, 255));
  border-radius: 8px;
}



.card .btn-hover-hidden {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-container {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.product-name-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Fondo negro semitransparente */
  color: white;
  text-align: center;
  padding: 6px 10px;
  font-size: 0.95rem;
  font-weight: bold;
  z-index: 2;
}

.category-name-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 8px 12px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  width: 90%;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.whatsapp-float {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 2147483647; 
  font-size: 2.5rem;
  color: #25D366;
  background: none;
}
/* @media (max-width: 575.98px) {
  .whatsapp-float {
    bottom: 90px; 
    right: 16px;
  }
} */


.whatsapp-float:hover {
  transform: scale(1.1);
}


/* .whatsapp-float:hover {
    background-color: #20ba5a;
    transform: scale(1.1);
    color: white;
} */
.zoom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.zoom-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
  cursor: auto;
}





.combo-name-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(195, 2, 2, 0.5);
  color: white;
  padding: 8px 12px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  width: 90%;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card:hover .btn-hover-hidden {
  opacity: 1;
}

.description-clamp {
  font-size: 0.7rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-body {
  height: 150px !important; /* Antes estaba en 90px */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}

.description-clamp {
  font-size: 0.7rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em; /* Reservar espacio de 2 líneas aunque esté vacía */
}

.card-title.price {
  font-size: 1.1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.section-title {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  font-size: 2.2rem;
  color: #ffc107;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  border-left: 5px solid #ffc107;
  padding-left: 15px;
  letter-spacing: 1px;
}

.btn-custom {
  background-color: #05d7a0 !important;
  color: white !important;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* sombra para destacar */
  z-index: 2;
  position: relative;
  transition: background-color 0.3s ease;
}

.btn-custom:hover {
  background-color: #04b88d !important;
  color: white !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #05d7a0; /* el color del icono */
  width: 60px;
  height: 60px;
  font-size: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5); /* fondo semitransparente */
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(5, 215, 160, 0.8);
  color: white;
  transform: scale(1.1);
}
@media (max-width: 575.98px) {
  .btn-hover-hidden {
    opacity: 1 !important;
  }
  .section-title {
    font-size: 1.4rem;
    text-align: center;
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 991.98px) {
  .zoom-wrapper {
    transform: none !important;
    width: 100% !important;
  }
}
