/*
Theme Name: Shoevouchers
Theme URI: https://shoevouchers.local/
Description: Child theme for Shoe Vouchers. Holds PHP 8.3 / WordPress 7.1 compatibility patches for Oshin.
Author: Shoe Vouchers
Template: oshin
Version: 1.0.1
Text Domain: shoevouchers
*/

/**
 * Tatsu hides .tatsu-animate with visibility:hidden until .animated is added.
 * This Tatsu build comments out addClass('animated'), so modules stay invisible.
 * .already-visible is still applied when a module enters the viewport.
 */
.tatsu-animate.already-visible,
.be-animate.already-visible,
.tatsu-animate.end-animation,
.be-animate.end-animation {
	visibility: visible !important;
}
