@media (min-width: 1280px) {
  body.nm-store-route .nm-main {
    padding-inline: clamp(18px, 2.4vw, 34px);
  }

  body.nm-store-route .nm-content-shell {
    width: min(100%, 1480px);
    margin-inline: auto;
  }

  body.nm-store-nav-landing .nm-store-nav,
  body.nm-store-nav-landing .nm-store-shell {
    width: min(100%, 1240px);
    margin-inline: auto;
  }

  body.nm-store-nav-orderform #order-standard_cart {
    width: min(100%, 1240px);
    max-width: 1240px;
    margin-inline: auto;
  }

  body.nm-store-nav-orderform #order-standard_cart .nmf-layout--catalog,
  body.nm-store-nav-orderform #order-standard_cart:has(.nmf-products-grid) > .nmf-layout:not(.nmf-layout--catalog) {
    width: min(100%, 1240px) !important;
    margin-inline: auto !important;
  }

  body.nm-store-nav-orderform #order-standard_cart .nmf-content,
  body.nm-store-nav-orderform #order-standard_cart .nmf-content--catalog {
    width: min(100%, 1240px) !important;
    max-width: 1240px !important;
    margin-inline: auto !important;
  }
}