/**
 * @file
 * Styles for AJAX variation image loading.
 */

/* Loading overlay */


/* Smooth transition for main image */
.bootstrap-basic-image-gallery .main-image img,
.product-gallery .main-image img {
  transition: opacity 0.3s ease;
}

/* Thumbnail loading state */


/* Fade in animation for new images */


