/**
 * fp_proportional_images — front styles.
 *
 * Proportional large_default files no longer cover the whole gallery/modal
 * image box, so falcon's lazyload skeleton (img.lazyload:not(.loaded)
 * {background:#e9ecef}) shows as grey letterbox bars around the photo.
 * Product photos live on white, so the skeleton must be white here too.
 * Selectors repeat the theme's .lazyload:not(.loaded) pattern to win
 * specificity regardless of stylesheet order.
 */
.js-product-images-modal .modal-gallery img.lazyload:not(.loaded),
.product-main-images img.lazyload:not(.loaded),
.js-product-images img.lazyload:not(.loaded),
.js-product-images-modal .modal-gallery img,
.product-main-images img,
.js-product-images img {
    background-color: #fff;
}
