/* impact */
.product-info__variant-picker, .product-info__quantity-selector, .product-gallery__ar-wrapper, .product-gallery__media-list-wrapper, .product-gallery-container {
  display: none !important;
}

/* impulse */
.variant-wrapper, .product__main-photos, .product__thumbs {
  display: none !important;
}

/* maveon */

/* Debutify */
.product-single__quantity {
  display: none !important;
}

/* Dawn */
.product-media-container, .product-single__media-wrapper, .thumbnails-wrapper, .gelato-preview-wrapper ~ *{
  display: none !important;
}

/* Avatar */
.product-media-nav .swiper-wrapper {
  display: none !important;
}

.product-media.swiper-container {
  background: transparent !important;
  border: none !important;
}

.gelato-preview-wrapper {
  width: 100% !important;
  height: 100%;
  min-height: 100px;
  display: block;
}

@media only screen and (max-width: 480px) {
  .gelato-preview-wrapper {
    /* 44px is the space taken by the image indicators */
    min-height: calc(100vw + 44px);
  }
}
