/* LOB 02 - Breakfast Cereals (Wholesale)
   Extracted verbatim from <style>
   in design file lob-02-cereals-wholesale.html (block 2 of 3).
   Load order matters -- keep the numeric prefix. */

    .wrange-grid {
      display: flex !important;
      flex-wrap: nowrap !important;
      overflow-x: auto !important;
      scroll-snap-type: x mandatory !important;
      scroll-behavior: smooth !important;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    .wrange-grid::-webkit-scrollbar {
      display: none;
    }

    .wrange-grid .wr-card {
      flex: 0 0 calc(33.333% - 14px) !important;
      scroll-snap-align: start !important;
      min-width: 280px !important;
    }
  