/* Warenkorb-Überschriften & Inhalte größer + fett */
.wc-block-cart-items__header th,
.wc-block-cart-item__product .wc-block-components-product-name,
.wc-block-cart-item__product .wc-block-cart-item__prices,
.wc-block-cart-item__total {
  font-size: 18px !important;
  font-weight: bold !important;
}
/* Warenkorb-Summe rechts in der Sidebar */
.wc-block-cart__totals-title,
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
  font-size: 18px !important;
  font-weight: bold !important;
}
/* Low-Stock Badge enger machen */
.wc-block-components-product-low-stock-badge {
  display: inline-block !important;   /* nur so breit wie Text */
  padding: 2px 6px !important;        /* schmaler Innenabstand */
  margin: 0 !important;               /* keinen Außenabstand */
  border-radius: 4px !important;      /* leichte Rundung, nach Geschmack */
  font-size: 14px !important;         /* Schriftgröße */
  line-height: 1.2 !important;        /* damit die Höhe nicht aufbläht */
}
