.woocommerce ul.products li.product .cart-loop {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.woocommerce ul.products li.product .cart-loop .quantity {
    display: flex;
    align-items: center;
    gap: 5px;
}

.woocommerce ul.products li.product .cart-loop .quantity input {
    width: 10px;
    text-align: center;
    margin: 0;
}

/* Notices WooCommerce en pleine largeur */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 1.5rem 0;
    padding: 1rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
}

/* Couleurs */
.woocommerce-error { background-color: #ff5f5f; color: #fff; }
.woocommerce-message { background-color: #37b24d; color: #fff; }
.woocommerce-info { background-color: #ffe7b3; color: #7a5200; }

table.shop_table th {
    vertical-align: middle !important;
}