.contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 25px;
  }

  .boton-personalizado {
    background-color: #1D4ED8; /* bg-blue-700 */
    color: white;
    padding: 0.5rem 1rem; /* py-2.5 px-5 */
    font-size: 0.875rem; /* text-sm */
    font-weight: 500; /* font-medium */
    border-radius: 0.5rem; /* rounded-lg */
    border: none;
    cursor: pointer;
    margin-right: 0.5rem; /* me-2 */
    margin-bottom: 0.5rem; /* mb-2 */
    transition: background-color 0.2s;
  }

  .boton-personalizado:hover {
    background-color: #2563EB; /* hover:bg-blue-800 */
  }

  .boton-personalizado:focus {
    outline: none;
    box-shadow: 0 0 0 4px #BFDBFE; /* focus:ring-4 focus:ring-blue-300 */
  }

  .boton-personalizado:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px #1E40AF; /* dark:focus:ring-blue-800 */
  }
.LiveField
.LiveField__container {
    padding: 8px 0px;
}

.Product__imgthumb i {
    opacity: 0!important;
}
.Product__imgthumb:hover i {
    opacity: 0!important;
}

@media screen and (max-width: 720px) {
.Product__imgthumb {
background-width: 100%;
object-fit: contain;
background-repeat: no-repeat !important;
}
.Product__imgthumb::before {
height: 100px !important;
padding-bottom: 0 !important;
}
.Product__withquantity {
min-width: 100px !important;
margin: 1px !important;
}
.ProductGallery {
flex-wrap: nowrap !important;
justify-content: space-between;
}
.ProductGallery * {
font-size: 10px !important;
}
.Choices__choice {
min-width: 100px;
}
.Choices__label {
font-size: 12px !important;
}
}