/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/_editorialExploreList.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-explore-list {
  background-color: #e4edfa;
  padding: 48px 24px;
}
@media (min-width: 1025px) {
  .lvz-explore-list {
    padding: 64px 48px;
  }
}

.lvz-explore-list__title {
  color: #191c1d;
  margin: 0 0 32px;
}

.lvz-explore-list__cards {
  width: 100%;
}
@media (min-width: 1025px) {
  .lvz-explore-list__cards {
    max-width: 1120px;
    margin: auto;
  }
}

.lvz-explore-list__region {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
}
@media (min-width: 1025px) {
  .lvz-explore-list__region {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 16px;
  }
}

.lvz-explore-list__region > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}

.lvz-explore-list__cta-wrap {
  margin-top: 32px;
}

.lvz-explore-list__cta {
  color: #0a2d4b !important;
}
.lvz-explore-list__cta:focus, .lvz-explore-list__cta:focus-visible {
  outline: 2px solid #1c5aa2;
  outline-offset: 2px;
  border-radius: 4px;
}

.lvz-explore-list-card {
  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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lvz-explore-list-card:focus, .lvz-explore-list-card:focus-visible {
  outline: 2px solid #1c5aa2;
  outline-offset: 2px;
  border-radius: 4px;
}

.lvz-explore-list-card__inner {
  border-radius: 0 0 24px 0;
  background-color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 100px;
  max-height: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
@media (min-width: 1025px) {
  .lvz-explore-list-card__inner {
    min-height: 162px;
    max-height: 162px;
    width: 363px;
    border-radius: 0 0 42px 0;
  }
}

.lvz-explore-list-card__copy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding: 24px 16px 24px 24px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  gap: 8px;
}
@media (min-width: 769px) and (max-width: 1024px), (max-width: 768px) {
  .lvz-explore-list-card__copy {
    padding: 16px 24px 16px 16px;
  }
}

.lvz-explore-list-card__heading {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .lvz-explore-list-card__heading {
    font-size: 18px;
  }
}

.lvz-explore-list-card__subtitle {
  color: #db001c;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 10px;
  line-height: 13.5px;
  height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.lvz-explore-list-card__media {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  max-width: 10.5rem;
  min-width: 5.5rem;
  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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 0;
  margin-top: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1025px) {
  .lvz-explore-list-card__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41%;
            flex: 0 0 41%;
    max-width: 13rem;
  }
}

.lvz-explore-list-card__picture {
  position: absolute;
  top: 0;
  height: 171px;
  min-width: 171px;
  left: 0;
}
@media (min-width: 769px) and (max-width: 1024px), (max-width: 768px) {
  .lvz-explore-list-card__picture {
    max-width: 95px;
    min-width: 95px;
    height: 95px;
  }
}

.lvz-explore-list-card__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}

.lvz-explore-list-card__chevron {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #5b5d5e;
  -ms-flex-item-align: center;
      align-self: center;
  padding-right: 16px;
  padding-left: 4px;
}
@media (min-width: 1025px) {
  .lvz-explore-list-card__chevron {
    display: none;
  }
}

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