@font-face {
  font-family: "Sugo Pro Classic";
  src: url("../creator/assets/sugo-pro-classic-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

body#index .featured-products.clearfix > .products-section-title {
  font-family: "Sugo Pro Classic", "Manrope", sans-serif;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 400;
  letter-spacing: normal !important;
  line-height: 1;
  text-transform: lowercase !important;
  transform: none;
  color: #17181c;
}

body#index .featured-products.clearfix > .products-section-title::first-letter {
  text-transform: uppercase;
}

body#index .featured-products.fm-home-best-sellers {
  margin-top: 28px !important;
  padding-bottom: 0 !important;
}

body#index .creator-home {
  margin-top: 28px;
}

body#index .featured-products.fm-home-new-products {
  margin-top: 28px !important;
}

@media (max-width: 991px) {
  body#index .creator-home {
    margin-top: 28px;
  }
}

@media (max-width: 560px) {
  body#index .creator-home,
  body#index .featured-products.fm-home-best-sellers,
  body#index .featured-products.fm-home-new-products {
    margin-top: 18px !important;
  }

  body#index .featured-products.clearfix > .products-section-title {
    font-size: 38px;
  }
}
