/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Lazy-load-related styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.lazy-load {
    background-color: #f8f8f8;
}

.lazy-load img {
    opacity: 0;
}

.lazy-load-transition {
    transition: background .5s ease-in, opacity .5s ease-in !important;
}

.lazy-load-transition img {
    transition: opacity .5s ease-in !important;
}
