/*
Theme Name: Pedicure Makeup Store Pro
Theme URI: https://www.legacytheme.net/products/makeup-wordpress-theme/
Author: Legacytheme
Author URI: https://www.legacytheme.net/
Description: The Makeup WordPress Theme is a modern, multipurpose design crafted for beauty salons, makeup artists, cosmetic brands, and spas. With a minimal yet elegant layout, it offers a retina-ready, responsive, and mobile-friendly experience across all devices. Built with clean and secure code, it ensures faster page load times and smooth performance. The theme includes customizable banners, testimonial sections, team showcases, and Call to Action (CTA) buttons to increase engagement and conversions. Developers and agencies will appreciate its Bootstrap framework, built-in shortcodes, and advanced customization options. Designed to be user-friendly, it also supports translation-ready features and social media integration to expand global reach. Whether you’re launching a new brand or refreshing an existing one, this interactive, sophisticated, and luxurious theme provides all the tools needed to create a stunning online presence. It’s optimized, agency-friendly, and offers endless personalization options for a truly tailored digital experience.
templates, pagination option and multiple inner page templates. You also have enable-disable option on all sections.
Version: 0.0.2
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: pedicure-makeup-store-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Pedicure Makeup Store Pro WordPress Theme has been created by Legacytheme(legacytheme.net), 2025.
Pedicure Makeup Store Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */


@import url('https://fonts.googleapis.com/css2?family=Elsie:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Elsie:wght@400;900&family=Inter:wght@100..900&display=swap');
.bypostauthor {
  font-weight: 600;
}
/*--------- Site Loader --------------*/
.preloader {
  background: #F7C7BA;
  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{
  display: none;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #0000;
  border-right-color: #B90763;
  position: relative;
  animation: l24 1s infinite linear;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: inherit;
  animation: inherit;
  animation-duration: 2s;
}
.loader:after {
  animation-duration: 4s;
}
@keyframes l24 {
  100% {transform: rotate(1turn)}
}