/* ZooMag R19 — safe large-screen expansion for the whole storefront.
   Mobile/tablet layout is untouched; overrides begin at 1400px. */
:root{--zm-r19-site-max:1680px;--zm-r19-page-gutter:clamp(22px,2vw,40px)}
@media (min-width:1400px){
  body .zoomag_top_panel>.container,
  body .zoomag_main_header_block>.container,
  body .zoomag_main_container>.container,
  body .zoomag_main_container>main.container,
  body .zoomag_main_container>#common-home,
  body .zoohub-container,
  body #product-category.zoomag-category-page,
  body #product-manufacturer.container,
  body #product-search.container,
  body #information-information.zm-info-unique-container,
  body #information-contact.container,
  body #information-sitemap.container,
  body #account-account.container,
  body #checkout-cart.container,
  body #checkout-checkout.container,
  body #cms-blog.container,
  body #cms-blog-info.container{
    width:min(calc(100vw - (var(--zm-r19-page-gutter)*2)),var(--zm-r19-site-max))!important;
    max-width:var(--zm-r19-site-max)!important;
    margin-left:auto!important;margin-right:auto!important;
  }
  body .main-menu .menu-list,
  body.zoomag-2026 .main-menu .menu-list{
    width:min(calc(100vw - (var(--zm-r19-page-gutter)*2)),var(--zm-r19-site-max))!important;
    max-width:var(--zm-r19-site-max)!important;
  }
  body .zoomag_header_layout{grid-template-columns:minmax(260px,.82fr) minmax(520px,1.9fr) minmax(150px,.42fr)!important;gap:clamp(20px,2vw,38px)!important}
  body .magic-search-input-wrapper{max-width:none!important}
  body #common-home .zoomag-banner-shell.zoomag-main-hero-slider,
  body #common-home .zoomag-banner-shell{max-width:100%!important}
  body #product-category.zoomag-category-page,
  body #information-information.zm-info-unique-container,
  body #information-sitemap.zm-sitemap-2026,
  body #checkout-cart .zm-cart{max-width:var(--zm-r19-site-max)!important}
  body #product-category .zoomag-products-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr))!important;gap:22px!important}
}
@media (min-width:1900px){:root{--zm-r19-site-max:1800px;--zm-r19-page-gutter:42px}}
@media (min-width:2400px){:root{--zm-r19-site-max:2160px;--zm-r19-page-gutter:56px}}
@media (min-width:3200px){:root{--zm-r19-site-max:2440px;--zm-r19-page-gutter:72px}}
