.rosque-mobile-categories {
  display: none;
}

@media only screen and (max-width: 767px) {
  .rosque-mobile-categories {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .rosque-mobile-categories .container {
    overflow: hidden;
  }

  .rosque-mobile-categories__list {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0.5rem 0;
    overflow-x: auto;
    list-style: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .rosque-mobile-categories__list::-webkit-scrollbar {
    display: none;
  }

  .rosque-mobile-categories__item {
    flex: 0 0 auto;
  }

  .rosque-mobile-categories__item + .rosque-mobile-categories__item {
    margin-left: 0.5rem;
  }

  #header .rosque-mobile-categories__link {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0.625rem 0.875rem;
    border: 1px solid #d4b251;
    border-radius: 999px;
    background: #fff;
    color: #232323;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
  }

  #header .rosque-mobile-categories__link:focus,
  #header .rosque-mobile-categories__link:hover,
  #header .rosque-mobile-categories__item.current .rosque-mobile-categories__link {
    background: #d4b251;
    color: #fff;
    text-decoration: none;
  }
}
