/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/productPhotoGallery.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-photo-gallery {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 48px;
  margin-bottom: 48px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .lvz-product-photo-gallery {
    padding: 32px 80px 32px 80px;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: -80px;
    margin-right: -80px;
  }
}

.lvz-product-photo-gallery__shell {
  width: 100%;
  min-width: 0;
}
@media (max-width: 768px) {
  .lvz-product-photo-gallery__shell {
    padding-inline: 16px;
  }
}

.lvz-product-photo-gallery__viewport {
  width: 100%;
  overflow: visible;
}

.lvz-product-photo-gallery__track {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.lvz-product-photo-gallery__viewport .lvz-product-photo-gallery__track {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lvz-product-photo-gallery__swiper {
  --swiper-navigation-sides-offset: 16px;
  position: relative;
  width: 100%;
  overflow: visible;
}

.lvz-product-photo-gallery__swiper .lvz-product-photo-gallery__track {
  gap: 0;
}

.lvz-product-photo-gallery__slide {
  width: calc(100vw - 48px);
  max-width: 297px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1025px) {
  .lvz-product-photo-gallery__slide {
    width: 480px;
    max-width: none;
  }
}

@media (min-width: 1025px) {
  .lvz-product-photo-gallery--has-desktop-static .lvz-product-photo-gallery__swiper .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.lvz-product-photo-gallery__item {
  position: relative;
  width: calc(100vw - 48px);
  max-width: 297px;
  height: 223px;
  margin: 0;
  overflow: hidden;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 64px;
  background-color: #eff1f2;
}
@media (min-width: 1025px) {
  .lvz-product-photo-gallery__item {
    width: 480px;
    max-width: none;
    height: 360px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 42px;
  }
}

.lvz-product-photo-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lvz-product-photo-gallery__pagination.swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.lvz-product-photo-gallery__pagination.swiper-pagination.swiper-pagination-lock {
  display: none;
}
.lvz-product-photo-gallery__pagination.swiper-pagination {
  bottom: 0;
  padding-top: 32px;
}

@media (min-width: 1025px) {
  .lvz-product-photo-gallery--has-desktop-static .lvz-product-photo-gallery__pagination.swiper-pagination {
    display: none;
  }
}

.lvz-product-photo-gallery__pagination .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  margin: 0 4px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background-color: #c5c7c8;
  opacity: 1;
  vertical-align: middle;
  -webkit-transition: width 0.2s ease, border-radius 0.2s ease, background-color 0.2s ease;
  transition: width 0.2s ease, border-radius 0.2s ease, background-color 0.2s ease;
}

.lvz-product-photo-gallery__pagination .swiper-pagination-bullet-active {
  width: 2.375rem;
  border-radius: 999px;
  background-color: #191c1d;
}

.lvz-product-photo-gallery__nav {
  position: absolute;
  top: calc(50% - 32px);
  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: 2.875rem;
  height: 2.875rem;
  margin-top: -1.4375rem;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background-color: #0a2d4b;
  color: #ffffff;
  cursor: pointer;
}
.lvz-product-photo-gallery__nav .swiper-navigation-icon {
  display: none;
}
.lvz-product-photo-gallery__nav::after {
  display: none;
}
.lvz-product-photo-gallery__nav:focus {
  outline: none;
}
.lvz-product-photo-gallery__nav:focus-visible {
  outline: 2px solid #1c5aa2;
  outline-offset: 2px;
}
.lvz-product-photo-gallery__nav {
  display: none;
  top: calc(50% - 32px) !important;
}
@media (min-width: 1025px) {
  .lvz-product-photo-gallery__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lvz-product-photo-gallery__nav.swiper-button-disabled, .lvz-product-photo-gallery__nav.swiper-button-lock {
  display: none;
}

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