/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../web/app/themes/shared/components/important_product/product-featured_block.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
.product--featured__label, .product--featured__title, .product--featured__price, .product--featured--full__title, .product--featured--full__title a, .product--featured--full__price {
  font-family: "Oswald", "oswald-fallback", "Roboto", "roboto-fallback", sans-serif;
}

.product--featured {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: calc(50vw - 60px);
  height: 100%;
  padding: 5rem 5rem 5rem 6.2rem;
}
@media screen and (max-width: 799px) {
  .product--featured {
    width: 50vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product--featured {
    padding: 4rem 3rem 7rem 4.2rem;
  }
}
@media screen and (max-width: 600px) {
  .product--featured {
    width: 100%;
    border-bottom: 0;
    margin-left: 0;
    padding: 4rem 2.5rem 4rem 2.5rem;
    text-align: center;
  }
}
.product--featured .product--featured__cta {
  background: white;
  border-radius: 50%;
  height: 5.5rem;
  width: 5.5rem;
  line-height: 3.5;
  box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  bottom: 10vh;
  right: 6vw;
}
@media screen and (min-width: 601px) {
  .product--featured .product--featured__cta {
    bottom: 2rem;
    right: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .product--featured .product--featured__cta {
    display: none;
  }
}
.product--featured .product--featured__cta:hover {
  box-shadow: 0 12px 26px 0 rgba(0, 0, 0, 0.27), 0 5px 14px 0 rgba(0, 0, 0, 0.1);
}
.product--featured.grey {
  background: #f5f5f5;
  margin-left: -1.9%;
}
.product--featured.grey {
  background: none;
}
@media screen and (max-width: 600px) {
  .product--featured.grey {
    margin-left: 0;
  }
}
.product--featured.transparent .product--featured__image img {
  box-shadow: none;
}
.product--featured:has(:hover, :focus-visible) .product--featured__image img {
  box-shadow: 0 14px 32px 0 rgba(0, 0, 0, 0.2), 0 10px 8px 0 rgba(0, 0, 0, 0.1);
}
.product--featured .product-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .home .product--featured .product-wrap {
    display: block;
  }
}
.product--featured a {
  text-decoration: none;
}
.product--featured__label {
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-top: 2.5rem;
  font-size: 2.4rem;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .product--featured__label {
    margin-bottom: 0.3rem;
  }
}
.product--featured__title {
  text-transform: uppercase;
  color: #181412;
  font-weight: 600;
  font-size: 2.52rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 601px) {
  .product--featured__title {
    max-width: 33rem;
  }
}
@media screen and (max-width: 1600px) {
  .product--featured__title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .product--featured__title {
    font-size: 1.89rem;
  }
}
.product--featured__image {
  width: auto;
}
.product--featured__image img {
  width: auto;
  max-width: 25rem;
  height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease;
}
@media screen and (max-width: 1600px) {
  .product--featured__image img {
    height: 21rem;
    max-width: 22rem;
  }
}
@media screen and (max-width: 1024px) {
  .product--featured__image {
    width: 100%;
    text-align: center;
  }
}
.product--featured__content {
  padding-left: 8%;
  flex: 1;
}
@media screen and (max-width: 799px) {
  .product--featured__content {
    padding: 0;
  }
}
.product--featured__cta {
  width: 5rem;
  text-align: center;
  line-height: 4.5rem;
  box-shadow: none;
  margin-top: 3rem;
}
@media screen and (max-width: 799px) {
  .product--featured__cta {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .home .product--featured__cta {
    position: static;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.product--featured__cta:hover {
  box-shadow: none;
}
.product--featured__cta img {
  position: relative;
  bottom: -2px;
}
.product--featured__price {
  color: #303030;
  font-size: 2.7rem;
  font-weight: 600;
}
.product--featured__price ins {
  text-decoration: none;
}
.product--featured__price del {
  font-size: 2.1rem;
  color: #9c9c9c;
  font-weight: 500;
}
.product--featured--full {
  background: #ff4e02;
  padding: 7rem 0 10rem 0;
}
@media screen and (max-width: 1024px) {
  .product--featured--full {
    padding: 5rem 0 8rem 0;
  }
}
@media screen and (max-width: 600px) {
  .product--featured--full {
    padding: 4.5rem 0 6rem 0;
  }
}
.product--featured--full .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .product--featured--full .container {
    display: block;
  }
}
.product--featured--full__image {
  width: 42%;
  text-align: center;
  margin-left: 5%;
}
@media screen and (max-width: 799px) {
  .product--featured--full__image {
    width: 40%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product--featured--full__image {
    width: 100%;
    margin-left: 0;
  }
}
.product--featured--full__image img {
  width: 90%;
  height: auto;
  top: 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.07), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: tablet-1) {
  .product--featured--full__image img {
    width: 100%;
  }
}
.product--featured--full__content {
  position: relative;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 1024px) {
  .product--featured--full__content {
    padding-left: 2%;
  }
}
@media screen and (max-width: 799px) {
  .product--featured--full__content {
    width: 56%;
  }
}
@media screen and (max-width: 1024px) {
  .product--featured--full__content {
    width: 100%;
    padding: 0;
  }
}
.product--featured--full__label {
  color: #181412;
  font-size: 2.1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .product--featured--full__label {
    margin-top: 2.5rem;
  }
}
.product--featured--full__description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.44rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: -0.6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 600px) {
  .product--featured--full__description {
    margin-bottom: 1.2rem;
  }
}
.product--featured--full__title, .product--featured--full__title a {
  color: #ffffff;
  font-size: 3.78rem;
  font-weight: bold;
  text-decoration: none;
  max-width: 45rem;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .product--featured--full__title, .product--featured--full__title a {
    font-size: 2.835rem;
  }
}
@media screen and (max-width: 600px) {
  .product--featured--full__title, .product--featured--full__title a {
    font-size: 2.43rem;
    margin-bottom: 1.5rem;
    margin-top: 0.3rem;
  }
}
.product--featured--full__cta {
  position: absolute;
  bottom: 0rem;
  width: 4.6rem;
  height: 4.2rem;
  text-align: center;
  line-height: 4.7rem;
  right: 0;
  background: white;
}
@media screen and (max-width: 600px) {
  .product--featured--full__cta {
    display: none;
  }
}
.product--featured--full__price {
  margin-top: 0.5rem;
  font-size: 3.51rem;
  font-weight: 600;
  color: #ffffff;
}
.product--featured--full__price del {
  font-size: 2.1rem;
  color: #181412;
}
.product--featured--full__price ins {
  text-decoration: none;
}

/*# sourceMappingURL=product-featured.css.map*/