.product-quantity-price{
    display: flex;
    flex-direction: row;
    column-gap: 11px;
}

.product-quantity-price .product-form__quantity-label{
    margin-bottom: 0;
}

.product-quantity-price .product-quantity-price-infos{
    font-size: 13px;
}
.product-quantity-price .product-quantity-price-infos .product-quantity-price-infos-color{
    color: var(--primary-product-color)
}
