/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/blocks/featured-products.entry.scss ***!
  \***************************************************************************************************************************************/
@font-face {
  font-family: "RedHatDisplay";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../../.././dist/css/build/font/RedHatDisplay-VariableFont_wght.ttf) format("truetype-variations");
}
.featured-products {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-block: 25px 35px;
}
@media only screen and (min-width: 1200px) {
  .featured-products {
    padding-block: 60px 90px;
  }
}
.featured-products--blog-section {
  border-block: 1px solid rgba(0, 0, 0, 0.1);
  padding-block: 35px;
}
@media only screen and (min-width: 1200px) {
  .featured-products--blog-section {
    padding-block: 60px 90px;
  }
}
.featured-products--blog-section * {
  text-decoration: unset !important;
}
.featured-products__container {
  padding-inline: 15px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .featured-products__container {
    max-width: 1518px;
    padding-inline: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-products__container {
    display: grid;
    grid-template-areas: "heading button" "subheading subheading" "wrapper wrapper";
  }
}
.featured-products__heading {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}
.featured-products__heading.has-subheading {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .featured-products__heading {
    grid-area: heading;
    font-size: 45px;
    margin-bottom: 55px;
  }
  .featured-products__heading.has-subheading {
    margin-bottom: 25px;
  }
}
.featured-products__subheading {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) {
  .featured-products__subheading {
    grid-area: subheading;
    font-size: 18px;
    margin-bottom: 45px;
    max-width: 970px;
  }
}
.featured-products__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .featured-products__wrapper {
    grid-area: wrapper;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1600px) {
  .featured-products__wrapper {
    gap: 30px;
  }
}
.featured-products__item {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.featured-products__item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}
@media only screen and (min-width: 1200px) {
  .featured-products__item {
    border-radius: 10px;
  }
}
.featured-products__image-wrapper {
  position: relative;
  width: 100%;
  height: 160px;
}
@media only screen and (min-width: 1200px) {
  .featured-products__image-wrapper {
    height: 345px;
  }
}
.featured-products__image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) {
  .featured-products__image {
    border-radius: 10px;
    height: 345px;
  }
}
.featured-products__brand {
  display: grid;
  place-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 63px;
  height: 56px;
  border-top-left-radius: 10px;
  background-color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .featured-products__brand {
    width: 125px;
    height: 112px;
  }
}
.featured-products__brand-image {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@media only screen and (min-width: 1200px) {
  .featured-products__brand-image {
    width: 90px;
    height: 90px;
  }
}
.featured-products__content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px 12px 12px;
}
@media only screen and (min-width: 1200px) {
  .featured-products__content-wrapper {
    padding: 19px 22px 15px;
  }
}
.featured-products__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .featured-products__title {
    font-size: 22px;
  }
}
.featured-products__category {
  margin-bottom: 27px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .featured-products__category {
    font-size: 18px;
    margin-bottom: 45px;
  }
}
.featured-products__price-value:has(del) {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 4px;
  margin-right: auto;
}
.featured-products__price-label, .featured-products__price-value {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .featured-products__price-label, .featured-products__price-value {
    font-size: 18px;
  }
}
.featured-products__price-label > ins, .featured-products__price-value > ins {
  font-size: 15px;
  font-weight: 700;
  color: #f95fc4;
}
@media only screen and (min-width: 1200px) {
  .featured-products__price-label > ins, .featured-products__price-value > ins {
    font-size: 18px;
  }
}
.featured-products__price-label > del, .featured-products__price-value > del {
  padding-left: 4px;
  padding-bottom: 1px;
  font-size: 12px;
  text-decoration: line-through;
}
@media only screen and (min-width: 1200px) {
  .featured-products__price-label > del, .featured-products__price-value > del {
    font-size: 14px;
  }
}
.featured-products__price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
}
@media only screen and (min-width: 1200px) {
  .featured-products__price {
    flex-direction: row;
    gap: 5px;
  }
}
.featured-products__price-value {
  font-weight: 500;
  color: #1a1a1a;
}
.featured-products__button {
  margin-top: 20px;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .featured-products__button {
    grid-area: button;
    height: max-content;
    margin-top: unset;
    margin-left: auto;
    color: #ffffff;
  }
}
.featured-products__button:hover {
  color: #ffffff !important;
  background-color: #2675cc !important;
}

/*# sourceMappingURL=featured-products.min.60154ac09d7e3a6ce17b.css.map*/