/* Imágenes de producto */
.loop-image-product-lg {
  width: 100% !important;
  height: 200px !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.loop-img-fit.image-width {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 12px !important;
}

/* Barra de descuento verde */
div.loop-bundle-footer-discount-section {
  background-color: #708668;
  border-style: none;
}

/* Ocultar imagen de cabecera del bundle */
.loop-bundle-image-container,
.loop-bundle-image-container-wrapper {
  display: none !important;
}

/* Ocultar descripción original */
.loop-bundle-new-description {
  display: none !important;
}

/* Ocultar contador, ahorro y total — CSS en vez de .remove() */
.loop-selected-bundle-items-count,
.loop-bundle-saved-label,
.loop-bundle-total-label,
.loop-display-saved-total {
  display: none !important;
}

/* Fix solapamiento "Tu paquete" en modo suscripción */
.loop-selected-bundle {
    max-height: 200px !important;
    overflow-y: auto;
}

/* Tamaño del contenidor de lops platos al 80% de la pantalla */
@media (min-width: 769px) {
  div.loop-category-container {
    width: 65vw;
  }
}