/*
Theme Name: Gym Nutrition Shop Pro
Theme URI: https://www.themagnifico.net/products/fitness-supplement-wordpress-theme
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: The Fitness Supplement WordPress Theme is a purpose-built, feature-rich theme designed for fitness brands, supplement stores, gyms, fitness supplements store, gym nutrition shop, pre workout boosters, protein powder store, muscle gain supplements, sports nutrition hub, vegan protein shop, keto supplement store and personal trainers who want to create a powerful online presence. With a clean, minimal, and modern layout, it showcases your protein powders, vitamins, performance boosters, and other health products with clarity and professionalism. Built with Bootstrap for optimal responsiveness, the theme delivers a mobile-friendly, retina-ready experience across all devices. Its user-friendly interface ensures smooth navigation while optimized codes and faster page load time enhance performance. Key features include an eye-catching banner to highlight offers, a testimonial section to build trust, and a prominent Call to Action (CTA) button to increase conversions. The theme also offers a team section where you can introduce nutrition experts, trainers, or staff members. Whether you’re managing a local supplement shop or a global brand, this theme provides all the essential tools to create a sophisticated, interactive, and stunning online store.
Version: 0.0.3
Requires at least: 5.0
Tested up to: 6.8
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: gym-nutrition-shop-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Gym Nutrition Shop Pro WordPress Theme has been created by Themagnifico(themagnifico.net), 2025.
Gym Nutrition Shop Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*--------- Site Loader --------------*/
.preloader {
  background: #000000;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  align-items: center;
    justify-content: center;
}

.woocommerce .loader::before{
  background: none !important;
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 40px;
  height: 20px;
  background: #9EEF0B;
  position: relative;
  animation: l9-0 1.5s infinite linear;
}
.loader:before,
.loader:after {
   content:"";
   position: absolute;
   background: inherit; 
   bottom: 100%;
   width: 50%;
   height: 100%;
   animation: inherit;
   animation-name: l9-1;
}
.loader:before {
  left: 0;
  transform-origin: bottom left;
  --s:-1;
}
.loader:after {
  right: 0;
  transform-origin: bottom right;
}
@keyframes l9-0 {
   0%,10%   {transform:translateY(0%)    scaleY(1)}
   49.99%   {transform:translateY(-50%)  scaleY(1)}
   50%      {transform:translateY(-50%)  scaleY(-1)}
   90%,100% {transform:translateY(-100%) scaleY(-1)}
}
@keyframes l9-1 {
   10%,90% {transform: rotate(0deg)}
   50%     {transform: rotate(calc(var(--s,1)*180deg))}
}