/*
Theme Name: Baba-Trends B2B
Description: Child-Theme von Twenty Twenty-Five für b2b.baba-trends.ch — PIXELS Design-Tokens (Ink-Basis, Pink-Lila-Akzent, Poppins lokal).
Template: twentytwentyfive
Version: 1.0.0
Author: PIXELS
Text Domain: babatrends-b2b-theme
*/

/* Tabellarische Ziffern in allen Preis- und Mengenspalten */
.woocommerce-Price-amount,
.wc-block-components-product-price,
table.shop_table td,
.quantity input {
	font-variant-numeric: tabular-nums;
}

/* Woo-Buttons auf Brand-Gradient */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button {
	background: linear-gradient(135deg, #e95095 0%, #7049ba 100%);
	color: #fff;
	border: none;
	border-radius: 8px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.wc-block-components-button:hover {
	opacity: 0.9;
	color: #fff;
}

/* Login-Karte auf Mein-Konto (ausgeloggt) */
.woocommerce-form-login {
	background: #fff;
	border: 1px solid #e6e3ec;
	border-radius: 12px;
	padding: 2rem;
	max-width: 420px;
}

/* Lagerstatus nie nur über Farbe */
.stock.in-stock::before {
	content: "● ";
	color: #1f9d62;
}
.stock.out-of-stock::before {
	content: "● ";
	color: #c7841a;
}
