/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/blocks/featured-product.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-product * {
  text-decoration: unset !important;
}
.featured-product__item {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  max-width: 300px;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .featured-product__item {
    flex-direction: row;
    border-radius: 10px;
    max-width: unset;
    width: 100%;
    height: 207px;
  }
}
.featured-product__item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}
.featured-product__item:hover .featured-product__button {
  background-color: #2675cc !important;
  color: #ffffff !important;
  border-color: #2675cc !important;
}
.featured-product__image-wrapper {
  position: relative;
  width: 100%;
  height: 238px;
}
@media only screen and (min-width: 1200px) {
  .featured-product__image-wrapper {
    height: 100%;
    max-width: 345px;
  }
}
.featured-product__image-wrapper span.onsale {
  position: absolute;
  top: 14px;
  left: 15px;
  border-radius: 2px;
  background-color: #f95fc4;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  padding: 3px 8px 6px;
  width: max-content;
  margin: unset;
  min-height: unset;
  min-width: unset;
}
@media only screen and (min-width: 1200px) {
  .featured-product__image-wrapper span.onsale {
    top: 10px;
    left: 10px;
    padding: 4px 8px 5px;
    font-size: 15px;
  }
}
.featured-product__image {
  width: 100%;
  height: 238px;
  object-fit: cover;
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) {
  .featured-product__image {
    border-radius: 10px;
    height: 207px;
  }
}
.featured-product__brand {
  display: grid;
  place-items: center;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 90px;
  height: 90px;
  border-top-left-radius: 10px;
  background-color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .featured-product__brand {
    width: 100px;
    height: 70px;
    bottom: -2px;
  }
}
.featured-product__brand-image {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
@media only screen and (min-width: 1200px) {
  .featured-product__brand-image {
    width: 60px;
    height: 60px;
  }
}
.featured-product__content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px 12px 12px;
}
@media only screen and (min-width: 1200px) {
  .featured-product__content-wrapper {
    position: relative;
    width: 100%;
    padding: 20px 20px 20px 47px;
  }
}
.featured-product__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-product__title {
    font-size: 22px;
  }
}
.featured-product__category {
  margin-bottom: 27px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .featured-product__category {
    font-size: 18px;
    margin-bottom: unset;
  }
}
.featured-product__price-value:has(del) {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 4px;
  margin-right: auto;
}
.featured-product__price-value {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .featured-product__price-value {
    font-size: 18px;
  }
}
.featured-product__price-value > ins {
  font-size: 15px;
  font-weight: 700;
  color: #f95fc4;
}
@media only screen and (min-width: 1200px) {
  .featured-product__price-value > ins {
    font-size: 18px;
  }
}
.featured-product__price-value > del {
  padding-left: 4px;
  padding-bottom: 1px;
  font-size: 12px;
  text-decoration: line-through !important;
}
@media only screen and (min-width: 1200px) {
  .featured-product__price-value > del {
    font-size: 14px;
  }
}
.featured-product__price-omnibus {
  font-size: 13px;
}
.featured-product__price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
}
@media only screen and (min-width: 1200px) {
  .featured-product__price {
    gap: 5px;
  }
}
.featured-product__price-value {
  font-weight: 500;
  color: #1a1a1a;
}
.featured-product__button {
  padding-inline: 15px;
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) {
  .featured-product__button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 13px 33px !important;
  }
}

/*# sourceMappingURL=featured-product.min.13d707f483381e33eb9f.css.map*/