/*
 Theme Name: Hello Elementor Child (Pro)
 Theme URI: https://elementor.com/hello-theme/
 Description: Proširena child tema za Hello Elementor s pripremljenim strukturama (assets, inc, templates).
 Author: You
 Author URI: https://example.com
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child-pro
*/

/* Brze preinake stila možete dodati i ovdje ili u assets/css/custom.css */


/* =========================================
   CRITICAL anti-FOUC (global)
   Hide multi-slide tracks until JS is ready
   ========================================= */

body:not(.elementor-editor-active) .dv-subslide-track {
  visibility: hidden;
}

body.hec-pro-active:not(.elementor-editor-active) .dv-subslide-track {
  visibility: visible;
}
