.price-value {
    font-weight: bold;
    color: #333;
    font-size: 1.1em;
}

.price-tax {
    font-size: 0.9em;
    color: #666;
    margin-left: 4px;
}

.product-price-and-shipping {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price {
    font-weight: bold;
    color: #000;
}

.per-pezzo {
    display: block;
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
} 