/** Shopify CDN: Minification failed

Line 104:0 Unexpected "{"

**/
/* ===========================
   TWW Horizontal Category Bar
=========================== */

.tww-category-bar {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-top: none;
  border-bottom: 1px solid #ececec;
  height: 56px;
  position: relative;
  margin-top: -1px;
}

.tww-category-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  flex: 1;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tww-category-wrapper::-webkit-scrollbar {
  display: none;
}

.tww-category-list {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
}

.tww-category-item {
  position: relative;
}

.tww-category-item > a {
  display: block;
  padding: 18px 12px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  transition: .25s;
}

.tww-category-item > a:hover {
  color: #E67C86;
}

.tww-dropdown {
  display: none;
  position: fixed;
  min-width: 220px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  list-style: none;
  padding: 10px 0;
  margin: 0;
  z-index: 999;
}

.tww-dropdown.tww-dropdown-visible {
  display: block;
}

.tww-dropdown li a {
  display: block;
 padding: 3px 18px;
  color: #444;
  text-decoration: none;
}

.tww-dropdown li a:hover {
  background: #faf5f6;
  color: #E67C86;
}

.tww-scroll-btn {
  width: 42px;
  height: 100%;
  border: none;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  color: #666;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}

.tww-scroll-btn:hover {
  background: #faf5f6;
}
{
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}