/*
Theme Name: Electronics Equipment Pro
Theme URI: https://www.themagnifico.net/products/electronics-wordpress-theme
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: Electronics Equipment Pro is a modern and stylish WordPress theme designed for electronics equipment stores, tech blogs, and gadget review websites. With its clean and responsive design, it provides an excellent user experience across all devices. The theme is packed with features such as custom widgets, multiple layout options, and easy customization settings, making it perfect for showcasing your products and content effectively.
Version: 0.0.1
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: electronics-equipment-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Electronics Equipment Pro WordPress Theme has been created by Themagnifico(themagnifico.net), 2026.
Electronics Equipment Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*--------- Site Loader --------------*/
.preloader {
  background: #210714;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  align-items: center;
    justify-content: center;
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 45px;
  aspect-ratio: .75;
  --c: no-repeat linear-gradient(#FFFFFF 0 0);
  background: 
    var(--c) 0%   50%,
    var(--c) 50%  50%,
    var(--c) 100% 50%;
  background-size: 20% 60%;
  animation: l9 1s infinite;
}
@keyframes l9 {
  33% {background-position: 0% 0%  ,50% 100%,100% 0%  }
  66% {background-position: 0% 100%,50% 0%  ,100% 100%}
}
.woocommerce .loader::before{
  background: none !important;
}