/* Base legacy CSS chunks are linked directly from app/layout.tsx.
   Keep this file for compatibility overrides only. */

/* Container width override for wide desktops.
   NOTE: legacy CSS is loaded after Next CSS, so it must carry the XL override. */
@media (min-width: 1920px) {
  .container {
    max-width: 1800px;
  }

  .Filter_sidebar {
    width: 280px !important;
  }
  .Catalog_content_layout {
    grid-template-columns: 280px 1fr !important;
  }
}
