/* SHR batch5: wider desktop shell so sidebar + cards stay readable */
@media (min-width: 1100px) {
  :root { --shr-shell: 1520px; }
  .shr-shell,
  .shr-site-header__bar.shr-shell,
  .shr-site-header__bar--single.shr-shell,
  .shr-site-header__utility-inner.shr-shell,
  .shr-page-hero .shr-shell,
  .shr-section .shr-shell {
    width: min(1520px, calc(100% - 48px)) !important;
    max-width: 1520px !important;
  }
  .shr-product-info-tabs,
  .shr-adblue-diagram,
  .shr-brand-landing,
  .shr-category-architecture {
    width: min(1520px, calc(100% - 48px)) !important;
    max-width: 1520px !important;
  }
  .shr-shop-layout-v2 {
    grid-template-columns: 250px minmax(0, 1fr) !important;
    gap: 22px !important;
    align-items: start !important;
  }
  .shr-shop-mainpanel {
    padding: 18px 20px 22px !important;
  }
  .shr-shop-mainpanel--list .shr-product-card {
    grid-template-columns: 196px minmax(0, 1fr) !important;
    min-height: 196px !important;
    border-radius: 12px !important;
  }
  .shr-shop-mainpanel--list .shr-product-card__image,
  .shr-shop-mainpanel--list .shr-product-card__image img {
    min-height: 196px !important;
  }
  .shr-shop-mainpanel--list .shr-product-card__body {
    grid-template-columns: minmax(0, 1fr) 210px !important;
    gap: 8px 24px !important;
    padding: 16px 20px !important;
  }
  .shr-shop-mainpanel--list .shr-product-card__title {
    font-size: clamp(1.12rem, 1.15vw, 1.28rem) !important;
    line-height: 1.35 !important;
  }
  .shr-shop-mainpanel--list .shr-product-card__oe {
    font-size: 15.5px !important;
    letter-spacing: 0.01em;
  }
  .shr-shop-mainpanel--list .shr-product-card__meta,
  .shr-shop-mainpanel--list .shr-product-card__brand,
  .shr-shop-mainpanel--list .shr-product-card__availability {
    font-size: 13.5px !important;
  }
  .single-product .shr-product-single {
    width: min(1520px, calc(100% - 48px)) !important;
    max-width: 1520px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .single-product .shr-product-single__grid {
    grid-template-columns: minmax(420px, 0.95fr) minmax(420px, 1.05fr) !important;
    gap: 28px !important;
  }
}

@media (min-width: 1600px) {
  :root { --shr-shell: 1680px; }
  .shr-shell,
  .shr-site-header__bar.shr-shell,
  .shr-site-header__bar--single.shr-shell,
  .shr-site-header__utility-inner.shr-shell,
  .shr-page-hero .shr-shell,
  .shr-section .shr-shell,
  .shr-product-info-tabs,
  .shr-adblue-diagram,
  .single-product .shr-product-single {
    width: min(1680px, calc(100% - 56px)) !important;
    max-width: 1680px !important;
  }
  .shr-shop-layout-v2 {
    grid-template-columns: 260px minmax(0, 1fr) !important;
    gap: 28px !important;
  }
  .shr-shop-mainpanel--grid ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}

@media (min-width: 1800px) {
  .shr-shop-mainpanel--grid ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1100px) {
  .shr-mobile-header-search__form {
    max-width: 1520px !important;
    width: min(1520px, calc(100% - 48px)) !important;
  }
  .shr-shop-hero-search {
    max-width: 1100px !important;
  }
  .shr-prose,
  .shr-section--content .shr-prose,
  article.shr-article .shr-prose {
    max-width: 820px;
  }
}
