/*
Theme Name: Shopwell-Child
Template: shopwell
Version: 1.0
*/
.ceny-netto-brutto {
    display: flex;
    flex-direction: column; /* ustawia ceny jedna pod drugą */
    gap: 2px; /* mały odstęp */
    line-height: 1.4;
}

.cena-netto {
    color: #555;
    font-size: 0.9em;
}

.cena-brutto {
    color: #000;
    font-weight: 600;
    font-size: 1em;
}

.short-description__label {
    display: none !important;
}
