/* Forcefully hide all ThemeZaa injected side promotional panels */ /* --- DESKTOP HEADER SIZING & HEIGHT FIX --- */ /* 1. Reduce the main navbar container padding */ /* 2. Fix the logo padding */ /* 3. Reduce the top/bottom padding on the links */ /* 4. Contact Us button styling */ /* --- MOBILE HEADER ALIGNMENT FIXES --- */ padding-left: 15px !important; /* Controls the main container padding */ /* 1. Pulls the logo further to the left */ margin-left: -20px !important; /* Increased from -10px to pull left */ /* 2. Restricts logo height so the header fits properly and doesn't stretch */ /* 3. Locks the hamburger menu to the exact vertical center */ /* --- FOOTER LOGO ALIGNMENT & MOBILE CENTERING --- */ /* Desktop/Tablet: Left aligned, pushed down to prevent text overlap */ margin-bottom: 25px !important; /* PERFECTED GAP: Added just a tiny bit more room (from 10px to 25px) */ /* Mobile: Centered perfectly */ margin-bottom: 20px !important; /* Slightly increased for mobile too */ /* ── PRODUCT DETAILS CUSTOM STYLES ── */ /* Prevent header overlap */ /* ── PRODUCT DETAILS SECTION ── */ /* ── Section common styles ── */ /* ── Product Hero ── */ /* ── KEY FEATURES SECTION ── */ /* ── TECHNICAL SPECS SECTION ── */ /* ── Responsive ── */ /* Prevent google translate from breaking the layout */ --> /* Unique Premium Button Styles for Dark Background */ --> --> // Handle invalid parameters instantly // Safe Clean-up: Clear wrapper elements if array is completely empty // 🛑 CRITICAL CHECK: If product doesn't exist in DB, clear all loaders and stop // 1. Data Found -> Populate Titles and Headings safely // 2. Process Images smoothly // 3. Process Description & Key Features Section $('#keyFeaturesSectionBlock').show(); // Show only if valid points exist // 4. Technical Specs Matrix Block Handler $('#techSpecsSectionBlock').show(); // Show section only when dynamic image/table link exists // Clear ghost text artifacts if API fails or drops connection // Set the google translate cookies to enforce the required language selection // Reload the page to apply the translation immediately // Read the current cookie on load to keep the dropdown synced with the visible language