/* The presale has one intentional path: CTA -> checkout. */
.wp-block-woocommerce-cart-link,
a.wc-block-cart-link {
	display: none !important;
}

/* Outside the editorial landing, the public header keeps only the Elizabeth
   Johnson wordmark. The presale does not expose the generic store navigation. */
body:not(.winsor-editorial-home) header .wp-block-navigation,
body:not(.winsor-editorial-home) header nav,
body:not(.winsor-editorial-home) header .wp-block-woocommerce-customer-account,
body:not(.winsor-editorial-home) header .wp-block-woocommerce-mini-cart,
body:not(.winsor-editorial-home) header .wc-block-mini-cart {
	display: none !important;
}
