/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_lavazza/cartridge/client/default/scss/product/productFeatures.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --white: #ffffff;
  --black: #000000;
  --black-75: rgba(0, 0, 0, 0.75);
  --black-50: rgba(0, 0, 0, 0.5);
  --black-25: rgba(0, 0, 0, 0.25);
  --black-05: rgba(0, 0, 0, 0.05);
  --white-75: rgba(255, 255, 255, 0.75);
  --white-50: rgba(255, 255, 255, 0.5);
  --white-25: rgba(255, 255, 255, 0.25);
  --white-05: rgba(255, 255, 255, 0.05);
  --grey-90: #191c1d;
  --grey-80: #363a3b;
  --grey-70: #5b5d5e;
  --grey-60: #757779;
  --grey-50: #8f9193;
  --grey-40: #a9abad;
  --grey-30: #c5c7c8;
  --grey-20: #e1e3e4;
  --grey-10: #eff1f2;
  --grey-surface-low: #f1f3f4;
  --grey-05: #fbfcfe;
  --grey-02: #f1f3f4;
  --lavazza-p-primary: #0a2d4b;
  --lavazza-p-90: #07182e;
  --lavazza-p-80: #0a2d4b;
  --lavazza-p-70: #194273;
  --lavazza-p-60: #1c5aa2;
  --lavazza-p-50: #2b76c4;
  --lavazza-p-40: #5397dd;
  --lavazza-p-30: #8fbbea;
  --lavazza-p-20: #c3d9f4;
  --lavazza-p-10: #e4edfa;
  --lavazza-p-05: #f2f7fd;
  --lavazza-s-90: #53452d;
  --lavazza-s-80: #6c5c3d;
  --lavazza-s-70: #85724e;
  --lavazza-s-60: #9f8960;
  --lavazza-s-50: #b8a073;
  --lavazza-s-40: #d2b887;
  --lavazza-s-30: #ebd09c;
  --lavazza-s-20: #f8deac;
  --lavazza-s-10: #ffefd2;
  --lavazza-s-05: #fffcf7;
  --lavazza-fuxia-90: #500323;
  --lavazza-fuxia-80: #910c44;
  --lavazza-fuxia-70: #d11666;
  --lavazza-fuxia-60: #f71c7a;
  --lavazza-fuxia-50: #fb578d;
  --lavazza-fuxia-40: #fb82a4;
  --lavazza-fuxia-30: #fca6bb;
  --lavazza-fuxia-20: #ffcdd9;
  --lavazza-fuxia-10: #f9efe3;
  --lavazza-fuxia-05: #fef7f9;
  --light-blue-90: #003f5c;
  --light-blue-80: #005a84;
  --light-blue-70: #0076ad;
  --light-blue-60: #0092d6;
  --light-blue-50: #12aff8;
  --light-blue-40: #40c2ff;
  --light-blue-30: #6acfff;
  --light-blue-20: #94ddff;
  --light-blue-10: #beeaff;
  --light-blue-05: #e7f7ff;
  --red-90: #590104;
  --red-80: #800006;
  --red-70: #ba1a1a;
  --red-60: #de3730;
  --red-50: #ef4d43;
  --red-40: #ff897d;
  --red-30: #ffb4ab;
  --red-20: #ffdad6;
  --red-10: #ffedea;
  --red-05: #fff8f7;
  --yellow-90: #662a0a;
  --yellow-80: #92400e;
  --yellow-70: #b45309;
  --yellow-60: #d97706;
  --yellow-50: #f59e0b;
  --yellow-30: #fcd34d;
  --yellow-20: #fde68a;
  --yellow-10: #fef3c7;
  --yellow-05: #fffbeb;
  --green-90: #064e3b;
  --green-80: #065f46;
  --green-70: #047857;
  --green-60: #059669;
  --green-50: #10b981;
  --green-40: #34d399;
  --green-30: #6ee7b7;
  --green-20: #a7f3d0;
  --green-10: #d1fae5;
  --green-05: #f7fffb;
  --color-text-default: #191c1d;
  --color-text-subtle: #757779;
  --color-text-disabled: #a9abad;
  --color-text-inverse: #ffffff;
  --color-text-brand: #194273;
  --color-text-link: #194273;
  --color-bg-default: #ffffff;
  --color-bg-subtle: #fbfcfe;
  --color-bg-brand: #0a2d4b;
  --color-border-default: #e1e3e4;
  --color-border-strong: #a9abad;
  --color-error: #de3730;
  --color-warning: #d97706;
  --color-success: #059669;
  --color-info: #0092d6;
}

.lvz-product-features {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: -24px;
  margin-left: -24px;
  padding: 0 24px 48px;
  background: linear-gradient(to bottom, #ffffff 0 144px, rgba(210, 184, 135, 0.5) 144px 100%);
  color: #191c1d;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media (min-width: 1025px) {
  .lvz-product-features {
    margin-left: -80px;
    margin-right: -80px;
    padding: 80px 24px 64px;
    background: linear-gradient(to bottom, #ffffff 0 270px, rgba(210, 184, 135, 0.5) 270px 100%);
  }
}

.lvz-product-features__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.lvz-product-features__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  text-align: center;
}
@media (min-width: 1025px) {
  .lvz-product-features__header {
    gap: 32px;
  }
}

.lvz-product-features__title {
  width: 100%;
  max-width: 368px;
  margin: 0 auto;
  color: #07182e;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0;
}
@media (min-width: 1025px) {
  .lvz-product-features__title {
    font-size: 2rem;
    line-height: 48px;
  }
}

.lvz-product-features__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 129px;
}
@media (min-width: 1025px) {
  .lvz-product-features__media {
    width: 178px;
    height: 191px;
  }
}

.lvz-product-features__image {
  display: block;
  width: 74px;
  height: auto;
}
@media (min-width: 1025px) {
  .lvz-product-features__image {
    width: 110px;
  }
}

.lvz-product-features__description {
  max-width: 100%;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0;
}
@media (max-width: 768px), (min-width: 769px) and (max-width: 1024px) {
  .lvz-product-features__description {
    font-size: 1rem;
  }
}

.lvz-product-features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1025px) {
  .lvz-product-features__list {
    margin-top: 24px;
  }
}

.lvz-product-features__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 24px 0;
  border-bottom: 0.5px solid #c5c7c8;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0;
}
@media (max-width: 768px), (min-width: 769px) and (max-width: 1024px) {
  .lvz-product-features__row {
    font-size: 0.875rem;
    padding: 16px 0;
    line-height: 21px;
  }
}

.lvz-product-features__row:first-child {
  padding-top: 0;
}

.lvz-product-features__row--hidden {
  display: none;
}

.lvz-product-features--expanded .lvz-product-features__row--extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lvz-product-features__name,
.lvz-product-features__value {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  min-width: 0;
}

.lvz-product-features__name {
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .lvz-product-features__name {
    font-size: 1rem !important;
  }
}

.lvz-product-features__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 32px;
  font-weight: 700;
  text-align: right;
  overflow-wrap: anywhere;
}
@media (max-width: 768px), (min-width: 769px) and (max-width: 1024px) {
  .lvz-product-features__value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4px;
  }
}

.lvz-product-features__value--roast {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-wrap: normal;
}
@media (max-width: 768px), (min-width: 769px) and (max-width: 1024px) {
  .lvz-product-features__value--roast {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.lvz-product-features__roast {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lvz-product-features__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .lvz-product-features__dots {
    gap: 12px;
  }
}

.lvz-product-features__dot {
  display: block;
  width: 19px;
  height: 19px;
  border: 1px solid rgba(79, 67, 50, 0.5);
  border-radius: 999px;
  background-color: transparent;
}
@media (min-width: 1025px) {
  .lvz-product-features__dot {
    width: 24px;
    height: 24px;
  }
}

.lvz-product-features__dot--filled {
  background-color: #463a26;
  border-color: #463a26;
}

.lvz-product-features__dot--empty {
  background-color: transparent;
  border-color: rgba(79, 67, 50, 0.5);
}

.lvz-product-features__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 24px 0 0;
  padding: 8px;
  border: 0;
  background: transparent;
  color: #0a2d4b;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .lvz-product-features__toggle {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 27px;
  }
}

.lvz-product-features__toggle-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
}

.lvz-product-features__toggle-icon::before,
.lvz-product-features__toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lvz-product-features__toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.lvz-product-features__toggle[aria-expanded=true] .lvz-product-features__toggle-icon::after {
  display: none;
}

/*# sourceMappingURL=productFeatures.css.map*/