/* featured section */
.featured-product-item {
}

.featured-inner {
  margin: 0 100px;
}

.products-inner {
  margin: 0 100px;
}

@media (min-width: 1440px) {
  .featured-inner {
    margin: 0 165px;
  }

  .products-inner {
    margin: 0 165px;
  }
}

.first-row {
  padding-top: 80px;
}

.featured-upper-title {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: var(--darkhighprio);
}

.featured-view-all {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.2px;
  color: var(--darkhighprio);
  text-decoration: none;
}
.underline {
  padding-top: 4px;
  width: 124px;
  height: 1px;
  border-bottom: 1px solid var(--darkhighprio);
}

.datasets-img {
  width: 189.43px;
  height: 189.43px;
}

.second-row {
  padding-top: 32px;
}

.item-img-container {
  width: 255px;
  height: 291.43px;
  background: #eee6e0;
  cursor: pointer;
}

.item-img-container-active {
  border: 1.73px solid #e66192;
  box-sizing: border-box;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05),
    0px 16px 24px rgba(48, 49, 51, 0.1);
  overflow: hidden;
  display: inline-block;
}

.item-brand {
  padding-top: 24.57px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--darkmidprio);
}

.item-name-container {
  height: 90px;
  padding-top: 8px;
  width: 198px;
  text-overflow: ellipsis;
  --max-lines: 3;
  max-height: 90px;
  overflow: hidden;
}

.item-name {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: var(--orange);
}

.item-review-container {
  padding-top: 10.63px;
}

.item-price {
  padding-top: 24px;
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.5px;
  color: var(--darkhighprio);
}

.item-review-count {
  padding-left: 6.97px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--darkmidprio);
}

.prod-image {
  width: 255px;
  height: 291.43px;
  padding-top: 1px;
  padding-bottom: 1px;
  transition: transform 0.2s;
}

.prod-image-active {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.item-star {
  padding-left: 2px;
}

@media (max-width: 912px) {
  .featured-upper-title {
    font-size: 20px;
    line-height: 28px;
  }

  .featured-view-all {
    width: 50px;
    font-size: 14px;
    line-height: 20px;
  }

  .featured-inner {
    margin: 0 16px;
  }

  .products-inner {
    margin: 0 16px;
  }

  .underline {
    width: 50px;
  }

  .first-row {
    padding-top: 32px;
  }

  .second-row {
    padding-top: 16px;
  }

  .item-brand {
    padding-top: 16px;
    font-size: 12px;
    line-height: 16px;
  }

  .item-name-container {
    height: 50px;
    padding-top: 2px;
    max-height: 50px;
  }

  .item-name {
    font-size: 16px;
    line-height: 24px;
  }

  .item-review-count {
    padding-left: 6.64px;
    font-size: 12px;
    line-height: 16px;
  }

  .item-price {
    padding-top: 18px;
    font-size: 16px;
    line-height: 24px;
  }

  .item-img-container {
    width: 162px;
    height: 185px;
  }

  .prod-image {
    width: 162px;
    height: 185px;
  }

  .item-star {
    width: 12.05px;
    height: 11.47px;
  }
}

.favorite-container {
  margin-top: 16px;
  width: 100%;
  height: 48px;
  background-color: var(--pink);
  cursor: pointer;
}

.favorite-container-add {
  background-color: #f5f1f0;
}

.add-to-favorites {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #fb70a3;
}

.added-to-favorites {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #fff9f4;
}

.sponsored-carousel {
  padding-bottom: 90px;
  overflow: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
}

.no-results-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.no-results-text {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: var(--darkhighprio);
}

.prod-image:hover {
  transform: scale(1.1);
}

@media (max-width: 912px) {
  .favorite-container {
    height: 32px;
  }
  .add-to-favorites {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .added-to-favorites {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
