.bountiful--content .view {
    min-height: fit-content !important;
}
@media screen and (max-width: 768px) {
.bountiful--sidebar-wrapper {
  display: flex;
  flex-direction: column;
}

/* Order 1: Sidebar settings (login, cookie, audience selector) */
.bountiful--sidebar-controls {
  order: 1;
}

/* Order 2: Product menu (Produkter vertical menu) */
.slot--sidebar {
  order: 2;
}

/* Order 3: Mobile menu (the nav block) */
.bountiful--sidebar-mobile-menu {
  order: 3;
}
}