/**
 * Override CSS du module wkmultipleunit pour le thème direct-filet
 * Corrige l'affichage du touchspin dans le panier
 */

/* Page panier - Touchspin pour produits gérés par le module */
body#cart .wk-cart-line.bootstrap-touchspin {
    max-width: 128px;
    width: 128px;
    display: flex;
    flex-wrap: nowrap;
}

body#cart .wk-cart-line.bootstrap-touchspin > input {
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
}

body#cart .wk-cart-line.bootstrap-touchspin .input-group-btn {
    flex: 0 0 auto;
}

/* Page produit - garde le style normal */
.product-quantity #wk_quantity_wanted {
    width: 3rem;
    height: 2.75rem;
    padding: 0.175rem 0.5rem;
    color: #232323;
    background-color: #fff;
}
