/* Estilos generales para superposicion de capas en tetinas */
.happymami-product-image {
    text-align: center;
}
.happymami-product-image .product-overlay {
    position: absolute;
}
.happymami-product-image img {
    max-height: 450px;
}
.variant-list svg {
    display: none;
}

/* Estilos globales para flow-option (dentro y fuera del sidebar) */
.flow-option {
    font-family: "Euclid Circular B Regular", Sans-serif !important;
}

.flow-selector .teat-flows .flow-option {
    font-family: "Euclid Circular B Regular", Sans-serif !important;
}

/* Estilos para estado de error en selector de flujo */
.flow-selector.error .teat-flows {
    border: 2px solid #FF4363;
    border-radius: 10px;
    padding: 10px;
}

.flow-error-message {
    color: #FF4363;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    display: block;
}

.teat-flows {
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .teat-flows {
        flex-wrap: wrap;
    }
}