/**
 * Dizweb Combination Gallery
 * Mobile fallback for Zone product galleries after combination changes.
 */
body#product .js-mobile-images-scrollbox {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

body#product .js-mobile-images-scrollbox::-webkit-scrollbar {
  display: none;
}

body#product .product-mobile-images.dzcg-mobile-gallery {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

body#product .product-mobile-images.dzcg-mobile-gallery > li {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  scroll-snap-align: start;
}

body#product .product-mobile-images.dzcg-mobile-gallery picture,
body#product .product-mobile-images.dzcg-mobile-gallery img {
  display: block;
  width: 100%;
}

body#product .product-mobile-images.dzcg-mobile-gallery img {
  height: auto;
}
