/**
Theme Name: Astra Child
Author: IgorYartsev
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/ :root {
  --border-radius: 5px;
  --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  --box-shadow-hover: 0 2px 5px -1px;
  --background: #f6f6f6;
  --main-color: #ff0090;
  --h-color: #2d4151;
  --header-height: 70px;
  --max-container-width: 1240px;
  --font-size-large: 1.8rem;
  --font-size-middle: 1.3rem;
  --font-size-small: 0.9rem;
  --transition-fast: 0.3s ease;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  margin: auto;
}
@font-face {
  font-family: 'Sofia Sans';
  src: url('/wp-content/themes/astra-child/fonts/SofiaSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Great Vibes';
  src: url('/wp-content/themes/astra-child/fonts/GreatVibes-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  position: relative;
  box-sizing: border-box;
}
:active, :focus {
  outline: 0 !important;
}
::-moz-focus-inner {
  border: 0 !important;
}
.site-header::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #6bd800 16.6%, /* Green */ #b3e36a 16.6%, /* Light green */ #b3e36a 33.3%, #ecf5ca 33.3%, /* Very light green */ #ecf5ca 50%, #ff0090 50%, /* Pink */ #ff0090 66.6%, #ff85c0 66.6%, /* Light pink */ #ff85c0 83.3%, #f4c5dc 83.3% /* Soft purple */
    );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.linear-gradient-text * {
  color: var(--ast-global-color-0);
  background: linear-gradient(90deg, rgb(213, 58, 157) 1%, rgb(217, 125, 185) 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow();
}
.entry-content .box-wrapper {
  box-shadow: var(--box-shadow);
  max-width: var(--max-container-width);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.entry-content ul.wp-block-list, .entry-content ol {
  margin-top: 0;
}
.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link {
  text-decoration: none;
  color: #696969;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 5px;
  transition: .3;
  display: block;
  position: relative;
  margin: 0 0px 0 10px;
}
#astra-footer-menu > .menu-item > .menu-link {
  padding: 0 15px;
}
.main-navigation a:hover, .main-navigation .current-lang a, .ast-builder-menu-1 .menu-item:hover > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle, .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-1 .current-menu-ancestor > .menu-link {
  box-shadow: var(--box-shadow);
  background-color: rgb(136 136 136 / 10%);
  color: var(--h-color);
}
.ast-builder-menu-2 .menu-item:hover > .menu-link, .ast-builder-menu-2 .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
  color: var(--h-color);
}
.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu {
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  overflow: hidden;
}
.ast-builder-menu-1 .sub-menu .menu-item:hover > .menu-link {
  box-shadow: none;
  background-color: var(--ast-global-color-4);
}
.main-navigation a, .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
  line-height: 15px;
}
.main-navigation #ast-hf-menu-2 li:not(:last-child)::after, .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 30%;
  height: 40%;
  width: 1px;
  background-color: #ccc;
}
.ripple-button {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  height: 130px;
  width: 130px;
}
.ripple-button > div {
  cursor: pointer;
  border: 2px solid white;
  color: white;
  height: 130px;
  width: 130px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 100%;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  animation: ripple 1.5s linear infinite;
  transition: all 0.7s ease;
  background-color: var(--ast-global-color-0);
}
.ripple-button > div:hover {
  transform: scale(1.1);
}
.ripple-button > div:focus {
  outline: none;
}
.ripple-button.wp-block-button .wp-block-button__link {
  padding: 10px;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3), 0 0 0 5px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 4px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
.wh-tabs-container {
  display: flex;
  border-bottom: 2px solid #ccc;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.wh-tab {
  cursor: pointer;
  padding: 10px;
  text-align: center;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  position: relative;
}
.wh-tab span {
  display: block;
  width: 85%;
  padding: 20px 0;
  color: #fff;
  font-weight: bold;
  background-size: cover;
  background-position: center;
  text-align: center;
  border-radius: 5px;
  margin-top: -15px;
}
.wh-tab[data-wh-tab="wh-girls"] span {
  background-image: url('/wp-content/uploads/2025/02/pink_btn_bg2.webp');
}
.wh-tab[data-wh-tab="wh-women"] span {
  background-image: url('/wp-content/uploads/2025/02/green_btn_bg2.webp');
}
.wh-tab[data-wh-tab="wh-vaginosis"] span {
  background-image: url('/wp-content/uploads/2025/03/flyomizin_tab_title_hover_bg.webp');
}
.wh-tab[data-wh-tab="wh-pregnancy"] span {
  background-image: url('/wp-content/uploads/2025/03/flyomizin_tab_title_hover_bg.webp');
}
.wh-tab[data-wh-tab="wh-breastfeeding"] span {
  background-image: url('/wp-content/uploads/2025/03/flyomizin_tab_title_hover_bg.webp');
}
.wh-tab img {
  width: 400px;
  height: auto;
}
.wh-tabs-fluomizyn .wh-tab img {
  width: 250px;
  height: auto;
}
/* Active tab */
.wh-tab.wh-active {
  border-bottom: 2px solid #007bff;
}
/* Tab content */
.wh-tab-content {
  display: none;
  padding: 20px;
}
.wh-tab-content.wh-active {
  display: block;
}
.mshr-background {
  background-color: #fff;
  background-image: radial-gradient(at 0 0, #fff 0, transparent 50%), radial-gradient(at 99% 0, #fff 0, transparent 50%), radial-gradient(at 53% 0, #fff 0, transparent 50%), radial-gradient(at 21% 48%, hsl(109deg 100% 88% / 49%) 0, transparent 50%), radial-gradient(at 71% 45%, #c1f2fe 0, transparent 50%), radial-gradient(at 5% 92%, hsl(136deg 100% 88% / 38%) 0, transparent 50%), radial-gradient(at 82% 89%, hsl(240deg 100% 70% / 17%) 0, transparent 50%);
  background-blend-mode: normal, normal, normal;
}
.ast-site-title-wrap {
  display: none
}
/* Responsive Styles */
@media (max-width: 1024px) {
  .wh-tabs-container {
    gap: 30px;
  }
  .wh-tab {
    width: 300px;
  }
  .wh-tab img {
    width: 350px;
  }
  .wh-tabs-fluomizyn .wh-tab img {
    width: 150px;
    height: auto;
  }
  .wh-tabs-fluomizyn .wh-tab span {
    margin-top: -40px;
  }
}
@media (max-width: 768px) {
  body, button, input, select, textarea, .ast-button, .ast-custom-button {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .wh-tabs-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .wh-tab {
    width: 90%;
  }
  .wh-tab img {
    width: 100%;
    max-width: 320px;
  }
  .site-main .page .ginoflor-head-mbl {
    background-size: 130%;
  }
  .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .wh-tab {
    width: 100%;
  }
  .wh-tab img {
    width: 100%;
    max-width: 280px;
  }
  .wh-tab span {
    font-size: 14px;
    padding: 8px 0;
  }
}