/* v1.8.46 safe gallery alignment fix */

/* keep calculator in its original look, only remove the old desktop lift */
.single-product div.product .summary .afp-builder-shell,
.single-product div.product .summary .afp-unified-card {
  margin-top: 0 !important;
}
@media (min-width: 981px) {
  .single-product div.product .summary .afp-builder-shell {
    transform: none !important;
  }
}

/* disable legacy static shell so native/main gallery can work */
.single-product div.product .afp-photo-static-shell,
#afp-photo-lightbox-v1846 {
  display: none !important;
}
