.tabSelector {
  flex: 0 0 auto;
  cursor: pointer;
  padding: 8px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  text-align: center;
  transition: border-color 0.2s;
  min-width: 64px;
  color: #0A0A0A99;
}

.tabSelector-visible {
  border-bottom: 2px solid #0A0A0A;
  color: #0A0A0A;
}

.tabSelector-container {
  display: flex !important;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0.5rem 1rem;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
  left: 0;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tabSelector-container.center {
  justify-content: center;
}
.tabSelector-container.left {
  justify-content: flex-start;
  padding: 0.5rem 0;
}
@media (min-width: 480px) {
  .tabSelector-container {
    width: 100%;
  }
}

.tabSelector-container::-webkit-scrollbar {
  display: none;
}

.tabContent-hidden {
  display: none;
}

/*# sourceMappingURL=default\css\experience\components\commerceLayouts\tabset.css.map*/