

/* Start:/local/templates/eco_26/components/bitrix/catalog.section/section_block/style.css?1776855489241*/
.reveal-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}
.reveal-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* End */
/* /local/templates/eco_26/components/bitrix/catalog.section/section_block/style.css?1776855489241 */
