/* ============================================================================
 * pp-canvas-width.css
 *
 * Widens the brand canvas to 1600px to match the PDP (pp-pdp-buybox-v8.css)
 * and the shop list (pp-shop-list.css). Only the header bar's `.container`
 * is widened — the generic `.container` class is Bootstrap-style and used
 * by many other components site-wide, so the override is narrowly scoped
 * to the parent theme's header chain.
 *
 * Enqueued globally by wp-content/mu-plugins/pp-canvas-width.php so the
 * header lines up with the wider shop/PDP content on every page.
 * ============================================================================ */

.naturally-main-header .header_container > .container,
.naturally-main-header .header_container .container {
	max-width: 1600px;
}
