body {
  background-color: #ffffff;
}

@media (min-width: 1200px) {
  .container,
  .container_97 {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) {
  /* Optional: keep homepage slider sidebar sticky on desktop */
  .slider-section .sidebar-menu {
    position: sticky;
    top: 130px; /* below fixed header */
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    border: 1px solid #e6e6e6;
  }

  .slider-section .sidebar-menu::-webkit-scrollbar {
    width: 6px;
  }

  .slider-section .sidebar-menu::-webkit-scrollbar-thumb {
    background-color: #c0c0c0;
    border-radius: 3px;
  }

  /* Hide header ALL CATEGORIES item on desktop (left sidebar is enough) */
  .catagory_menu .all__category__list {
    display: none;
  }
}
