/*!****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/experience/squaredCard.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-squared-card-container {
  background-color: #ffffff;
  padding: 40px 0;
}
@media (min-width: 1025px) {
  .lvz-squared-card-container {
    padding: 80px 120px;
    overflow: hidden;
  }
}

.lvz-squared-card-container .lavazza-card--squared .lavazza-card-image {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}

.lvz-squared-card-container .lavazza-card--squared .lavazza-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 2px 2px 32px 2px;
}

.lvz-squared-card__list[data-lvz-swiper] {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}

.lvz-squared-card__list[data-lvz-swiper]:not(.lvz-squared-card__list--desktop-carousel) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1025px) {
  .lvz-squared-card__list--desktop-carousel {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .lvz-squared-card__list--desktop-carousel .lvz-squared-card__swiper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
  }
}
.lvz-squared-card__shell {
  width: 100%;
}

.lvz-squared-card__shell--static {
  padding-inline: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lvz-squared-card__shell--swiper {
  position: relative;
  max-width: 100%;
}

.lvz-squared-card__viewport {
  width: 100%;
  min-width: 0;
  overflow: visible;
}
.lvz-squared-card__viewport .experience-component {
  width: 100%;
  max-width: calc((100% - 24px) / 1.3);
}
@media (min-width: 1025px) {
  .lvz-squared-card__viewport .experience-component {
    width: 100%;
    max-width: calc((100% - 72px) / 3.5);
  }
}

.lvz-squared-card__viewport .lvz-squared-card__region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.lvz-squared-card__viewport .lvz-squared-card__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;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.lvz-squared-card__swiper.swiper {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .lvz-squared-card__swiper.swiper {
    overflow: visible;
  }
}

.lvz-squared-card__swiper .swiper-wrapper.lvz-squared-card__region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  gap: 0;
}

.lvz-squared-card__swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lvz-squared-card--has-desktop-static .lvz-squared-card__swiper .swiper-slide {
  width: 324px;
}
@media (max-width: 768px) {
  .lvz-squared-card--has-desktop-static .lvz-squared-card__swiper .swiper-slide {
    width: 284px;
  }
}

.lvz-squared-card__swiper .swiper-slide > * {
  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;
  min-height: 0;
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.lvz-squared-card__swiper:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/*.lvz-squared-card--has-mobile-carousel .lvz-squared-card__swiper:not(.swiper-initialized) .swiper-slide {
	flex: 0 0 calc(100% / 1.2);
	max-width: 284px;
}*/
.lvz-squared-card-container .lavazza-card-body-content-subtitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*
.swiper-wrapper .swiper-slide:first-child {
	margin-left: $spacing-500;
}

.swiper-wrapper .swiper-slide:last-child {
	margin-left: $spacing-500;
}*/
@media (min-width: 1025px) {
  /*.lvz-squared-card--has-desktop-carousel .lvz-squared-card__swiper:not(.swiper-initialized) .swiper-slide {
  	flex: 0 0 26.3%;
  	max-width: 324px;
  }

  .lvz-squared-card--has-desktop-static .lvz-squared-card__swiper:not(.swiper-initialized) .swiper-slide {
  	flex: 0 0 auto;
  	width: 324px;
  	max-width: 324px;
  }*/
  /*
  .lvz-squared-card--has-desktop-carousel .lvz-squared-card__swiper .swiper-slide:first-child {
  	margin-left: $spacing-500;
  }

  .lvz-squared-card--has-desktop-carousel .lvz-squared-card__swiper .swiper-slide:last-child {
  	margin-right: $spacing-500;
  }*/
}
.lvz-squared-card__pagination.swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.lvz-squared-card__pagination.swiper-pagination.swiper-pagination-lock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lvz-squared-card__pagination.swiper-pagination {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 120px;
  margin-top: 32px;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}

.lvz-squared-card__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.2rem;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background-color: #8f9193;
  opacity: 1;
  vertical-align: middle;
  -webkit-transition: width 0.25s ease, border-radius 0.25s ease, background-color 0.25s ease;
  transition: width 0.25s ease, border-radius 0.25s ease, background-color 0.25s ease;
}

.lvz-squared-card__pagination .swiper-pagination-bullet-active {
  width: 2.25rem;
  border-radius: 999px;
  background-color: #000000;
  height: 0.5rem;
}

.lvz-squared-card--has-desktop-static .lvz-squared-card__nav {
  display: none;
}

.lvz-squared-card--has-desktop-carousel .lvz-squared-card__nav {
  display: none;
}

@media (min-width: 1025px) {
  .lvz-squared-card--has-desktop-carousel .lvz-squared-card__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lvz-squared-card__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  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: 3.75rem;
  height: 3.75rem;
  margin-top: -1.875rem;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background-color: #162a44;
  color: transparent;
  cursor: pointer;
}
.lvz-squared-card__nav .swiper-navigation-icon {
  display: none;
}
.lvz-squared-card__nav::after {
  display: none;
}
.lvz-squared-card__nav:focus {
  outline: none;
}
.lvz-squared-card__nav:focus-visible {
  outline: 2px solid #1c5aa2;
  outline-offset: 2px;
}
.lvz-squared-card__nav {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.lvz-squared-card__nav::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.5625rem;
  height: 0.5625rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-margin-start: -0.125rem;
          margin-inline-start: -0.125rem;
}
.lvz-squared-card__nav.swiper-button-disabled, .lvz-squared-card__nav.swiper-button-lock {
  display: none;
}
@media (min-width: 1025px) {
  .lvz-squared-card__nav--prev {
    left: 48px;
  }
}
@media (min-width: 1025px) {
  .lvz-squared-card__nav--next {
    right: 4.75rem;
  }
}

.lvz-squared-card__nav--prev {
  left: 90px;
}
.lvz-squared-card__nav--prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-margin-start: 0.125rem;
          margin-inline-start: 0.125rem;
}

.lvz-squared-card__nav--next {
  right: 90px;
}

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