.LiveField
.LiveField__container {
    padding: 8px 0px;
}
.__unstyled {
    display: none;
}
.Product__imgthumb i {
    opacity: 0!important;
}
.Product__imgthumb:hover i {
    opacity: 0!important;
}
.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 */
  }