/* Shared WooCommerce baseline. Detailed shop/product/checkout styling comes in the next theme stage. */
.woocommerce .woocommerce-breadcrumb { margin: 24px auto; width: min(100% - (var(--tlm-gutter) * 2), var(--tlm-container)); font-size: 11px; color: var(--tlm-muted); }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--tlm-accent); background: var(--tlm-surface); color: var(--tlm-text); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 0; background: var(--tlm-text); color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--tlm-accent); color: #fff; }
