/**
 * WooCommerce-specific overrides.
 * Left minimal on purpose. As we build /woocommerce/cart/cart.php,
 * /woocommerce/checkout/form-checkout.php etc, their custom classes
 * get styled here rather than fighting WooCommerce's default stylesheet.
 */

.woocommerce-wrapper {
	max-width: 720px;
	margin: 0 auto;
}

/* Hide WooCommerce's default breadcrumbs; the theme header handles nav context. */
.woocommerce-breadcrumb {
	display: none;
}
