@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
.jetpack-social-sharing { display: none !important; }
/* Force full-width display on mobile */  
@media (max-width: 767px) {  
  .header-image, .wp-block-cover {  
    object-fit: contain !important;  
    height: auto !important;  
  }  
} 
.wp-block-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #e84c8b; /* softer pink */
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .wp-block-heading {
    font-size: 32px;
  }
}
body {
  font-size: 16px;
  color: #333333;
  background-color: #ffffff;
}

p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-post-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  .wp-block-post-title {
    font-size: 22px;
  }
}
h2 {
  font-size: 34px;
  font-weight: 600;
}

h3 {
  font-size: 26px;
  font-weight: 500;
}

/* Make the menu sticky */
.main-navigation {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff; /* Optional: keeps background white */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: adds a subtle shadow */
}
.single-product .single_add_to_cart_button {
    display: none !important;
}
.single-product .quantity {
    display: none !important;
}
/* Hide cart and checkout icons or links in header */
.header-cart,
.menu-item-cart,
.site-header .cart-icon,
.site-header .checkout-icon,
.header .woocommerce-cart,
.header .woocommerce-checkout,
.header a[href*="checkout"],
.header a[href*="cart"],
.nav-menu li.menu-item a[href*="cart"],
.nav-menu li.menu-item a[href*="checkout"] {
    display: none !important;
}
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    display: inline-block;
    margin: 0 10px;
}
.footer-links a {
    color: #333;
    text-decoration: none;
}
.footer-links a:hover {
    text-decoration: underline;
}
.pum-container {
  z-index: 999999 !important;
}

@media screen and (max-width: 768px) {
  .pum-container {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
body,
p,
.wp-block-paragraph,
li,
a {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6,
.wp-block-post-title,
.wp-block-site-title,
.wp-block-site-tagline,
.wp-block-query-title {
  font-family: 'Poppins', sans-serif !important;
}
.wp-block-site-tagline,
.wp-block-cover p,
.wp-block-cover h1 {
  color: #444444;
  font-weight: 500;
}
.wp-block-post-title a {
  color: #444444 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
.wp-block-site-tagline,
.wp-block-site-tagline a,
.wp-block-cover p,
.wp-block-cover p a {
  color: #444444 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
.site-description,
.header-intro,
.hero-text,
.theme-slogan {
  font-family: 'Poppins', sans-serif !important;
  color: #444444 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
.site-description *,
.header-intro *,
.hero-text *,
.theme-slogan * {
  color: #444444 !important;
  font-weight: 500 !important;
}