/* BerryB+ – Pflichtangaben (Germanized-Nachbau): MwSt./Versand, Grundpreis,
   Lieferzeit, 30-Tage-Tiefstpreis. Dezent, CI-konform. */

.bwm-price-note {
	display: block;
	margin-top: 3px;
	color: #6b7177;
	font-size: 0.72rem;
	font-weight: 400;
	line-height: 1.4;
	text-transform: none;
	letter-spacing: 0;
}
.bwm-price-note a { color: inherit; text-decoration: underline; }

.bwm-unit-price {
	display: block;
	margin-top: 1px;
	color: #6b7177;
	font-size: 0.78rem;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
}
.bwm-unit-price .woocommerce-Price-amount { font-weight: 400; }

.bwm-lowest-price {
	display: block;
	margin-top: 4px;
	color: #6b7177;
	font-size: 0.72rem;
}
.bwm-lowest-price .woocommerce-Price-amount { font-weight: 500; }

.bwm-delivery-time {
	margin: 6px 0 0;
	color: #6b7177;
	font-size: 0.82rem;
}
.bwm-delivery-time strong { color: #083957; font-weight: 600; }

/* Warenkorb-/Checkout-Hinweiszeile */
.bwm-checkout-tax-note {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e7e9eb;
	color: #6b7177;
	font-size: 12px;
	line-height: 1.5;
}
.bwm-checkout-tax-note a { color: inherit; text-decoration: underline; }

/* im Shopify-Checkout an die rechte Spalte anpassen */
form.bwm-co .bwm-summary__totals .bwm-checkout-tax-note {
	border-top: 1px solid #e7e9eb;
	margin-top: 12px;
	padding-top: 12px;
}

/* Produkt-Einzelseite + Archiv (YOOtheme): unter dem Preis */
#tm-main .bwm-price-note,
#tm-main .bwm-unit-price,
#tm-main .bwm-lowest-price,
.bwm-price-note,
.bwm-unit-price,
.bwm-lowest-price {
	text-align: left;
	text-transform: none !important;
	letter-spacing: normal !important;
	font-weight: 400 !important;
}
