body {
    margin-top: 115px;
}

.breadcrumbs {
  height: 42px;
  padding-top: 6px;
}

.breadcrumbs * {
  font-size: 14px;
}

.breadcrumbs *.active {
  font-weight: 600;
}

.page-title-container-v2 * {
  font-family: "KrungsriCondensed";
  align-self: center;
}

.page-title-v2 {
  height: 42px;
}

.page-title-v2 > span {
  font-size: 24px;
  font-weight: 600;
}

.categories-selector-container .selector-title {
  font-weight: 300;
  min-width: fit-content;
}

.categories-selector-container .form-select {
  border: 0;
  padding: 0 28px 0 8px;
  font-weight: 600;
  text-overflow: ellipsis;
}

.categories-selector-container .form-select option {
  background-color: white;
  color: #222222;
}

#product-list {
  min-width: 330px;
}

.btn-load-more {
  width: 140px;
}

@media only screen and (min-width: 992px) {
  .page-title-v2 {
    height: 48px;
    padding-top: 8px;
  }

  .page-title-v2 > span {
    font-size: 28px;
  }

  .categories-selector-container .form-select {
    padding: 0 36px 0 16px;
  }
}
