/**
 * Product Quantity Price Update – front.css
 * Compatible with PrestaShop 9.1
 */

.js-product-price-with-quantity {
    margin-top: 8px;
    margin-bottom: 12px;
}

.js-product-price-with-quantity.hidden {
    display: none;
}

.price-with-quantity-wrapper {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.pwq-quantity,
.pwq-price {
    color: #000;
}
