.admin-bar .header { top: 32px; }
.admin-bar .announce { top: 32px; }
.woocommerce-info,
.woocommerce-message,
.woocommerce-notices-wrapper,
.demo_store { display: none !important; }
body.page-checkout .woocommerce-error {
  display: block !important;
  max-width: var(--max);
  margin: 16px auto;
  padding: 12px 16px;
  background: #ffe1eb;
  color: #5e6973;
  border-radius: 12px;
}
#postnl_checkout_option,
.postnl_checkout_container,
.postnl-fill-in-with { display: none !important; }
body.ek-theme .wp-site-blocks,
body.ek-theme .is-layout-constrained { max-width: none; margin: 0; padding: 0; }
@media (max-width: 782px) {
  .admin-bar .header,
  .admin-bar .announce { top: 46px; }
}
