.st-line {
  height: 1px;
  background-color: #999999;
  margin: 0px;
  display: block;
}

.st-product-carousel .block-product-title span {
  font-size: 21px;
  font-weight: 500;
}

.st-product-carousel .body-font-bold {
  font-size: 18px;
  font-weight: 300 !important;
}

body[data-page-type] .st-product-carousel .product-price__item {
  font-weight: 300 !important;
}

.block-product-subtitle span {
  font-size: 16px;
  font-weight: 500 !important;
}

@media (min-width: 960px) {
  .st-product-carousel .product-price__item {
    font-size: 21px;
  }

  .st-product-carousel .product-price__item {
    font-size: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .page-width > div {
    padding-left: 46px;
    padding-right: 46px;
  }
}