.stock.out-of-stock {
    margin: 0!important;
}

.elementor-add-to-cart {
    .stock.out-of-stock {
        font-family: 'Roboto', sans-serif;
        font-size: 14px!important;
        font-weight: 600;
        line-height: 14px;
        color: #C14431!important;
    }

    .quantity {
        display: flex;
        align-items: center;
        height: 48px;
        border-radius: 5px;
        border: 1px solid #DED8D2;
        margin: 0 !important;

        .quantity-button {
            border: none;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            padding: 0 8px;
        }

        .quantity-button:hover {
            background: none!important;
        }

        input {
            border-radius: 0;
            height: 48px;
            width: 44px!important;
            text-align: center!important;
            border: none;
            background: none;
            font-family: 'Roboto';
            font-size: 16px;
            font-weight: 500;
            line-height: 16px;
            margin-bottom: -4px;
            padding: 12px 8px;
            
            /* Désactiver les flèches par défaut */
            -webkit-appearance: none;
            -moz-appearance: textfield;
            
            /* Pour Firefox */
            &::-webkit-outer-spin-button,
            &::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }
        }
    }
}