/* Prevent FOUT (Flash of Unstyled Text) */ .wix-renderer-page { opacity: 0; transition: opacity 0.3s; } .wix-renderer-page-loaded { opacity: 1; }