@media (max-width: 767px) {
  .buyer-panel {
    height: auto;
    min-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .buyer-sidebar,
  .buyer-main {
    height: auto;
    overflow: visible;
  }

  .buyer-main {
    min-width: 0;
  }

  .buyer-main header > div:last-child {
    width: 100%;
    flex-wrap: wrap;
  }

  .buyer-main header > div:last-child > button {
    flex: 1 1 auto;
    justify-content: center;
  }
}
