/*
Theme Name: Ativo Child
Author: VamTam
Author URI: https://vamtam.com
Template: ativo
*/

/*

put your child theme styles here


you don't need any @import rules

*/

.cart_item .input-text{
    width: auto !important;
    color: #01877e !important;
}

.cart_item .vamtam-quantity{
    justify-content: flex-end !important;
}






/* Por defecto, no mostrar el mensaje (escritorio) */
.add-to-cart-notice {
    display: none;
}

/* Solo móvil */
@media (max-width: 767px) {

    .add-to-cart-notice {
        display: block;
        margin-top: 15px;
        padding: 15px;
        background: #fafafa;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        font-size: 14px;
        line-height: 1.4;
    }

    .add-to-cart-text {
        margin-bottom: 10px;
    }

    .add-to-cart-buttons {
        display: flex;
        gap: 10px;
        flex-wrap: wrap; /* por si no caben los dos en una línea */
    }

    .add-to-cart-buttons .button {
        flex: 1 1 auto;
        text-align: center;
        width: auto !important;
        max-width: 100%;
        padding: 8px 12px;
        font-size: 13px;
        margin: 0;
    }
}

