/* =================================================================
   SD24 CHECKOUT-EXTRAS (Minify-Bundle – laedt auf ALLEN Seiten)
   Styles die seitentypuebergreifend benoetigt werden:
   Cart-Dropdown, kleine Helfer
   ================================================================= */

/* ─── Globale Font-Size Korrektur (Mobil) ─────────────────────── */

@media screen and (max-width: 991px) {
    .small, small, .price-note {
        font-size: .85rem;
    }
}

/* ─── Cart-Dropdown Preis ─────────────────────────────────────── */

span.single-price.small.block.nowrap {
    font-weight: 400;
}
