/* Hide theme's built-in progress bar/percent if it renders */
.la-image-loading .la-loader-ss,
.la-image-loading .la-loader-ss:after {
    display: none !important;
    content: none !important;
}

/* Keep the preloader above header, search, product controls and sticky cart UI. */
body .la-image-loading,
body.site-loading .la-image-loading {
    z-index: 999999 !important;
}
