/*
Theme Name: Astra Child - FloBites
Description: Custom Figma Redesign for FloBites
Author: Pracheth
Template: astra
Version: 1.0.0
*/

@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&family=Lora:wght@300;400;600&family=Manrope:wght@500;600&display=swap");

html,
body {
  overflow-x: hidden;
  width: 100%;
  background-color: #fdfbf5 !important;
}

@font-face {
    font-family: 'Arlette Heavy';
    src: url("https://staging.thehormoneessentials.com/wp-content/fonts/arlette-heavy.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* ==============================
   DESIGN TOKENS
============================== */
:root {
  /* Colors */
  --flo-bg-hero: #f9dbd0;
  --flo-bg-dark: #3a1808;
  --flo-accent: #fa3558; /* This is the bright pink */
  --flo-accent-border: #e43255;
  --flo-accent-tint: #fff4f5;
  --flo-text-dark: #1c1c1c;
  --flo-text-body: #474747;
  --flo-btn-text-light: #fde8e7;

  /* Typography */
  --flo-font-display: "Fredoka One", cursive;
  --flo-font-serif: "Lora", serif;
  --flo-font-sans: "Manrope", sans-serif;

  /* Scale */
  --flo-heading-size: 60px;
  --flo-heading-lh: 83px;
  --flo-body-size: 18px;
  --flo-body-lh: 28px;
  --flo-btn-size: 20px;
}

body {
  overflow-x: hidden;
}

/* ==============================
   OVERFLOW NUKE (Required for overlap)
============================== */
#content,
#primary,
.site-main,
.ast-container,
.flobites-v2-wrapper {
  overflow: visible !important;
}

/* ==============================
   ISOLATION WRAPPER
============================== */
.flobites-v2-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fdfbf5;
}

/* ==============================
   GLOBAL HEADER (WHITE & FULL WIDTH)
============================== */
.site-header,
#masthead,
.ast-main-header-wrap,
.main-header-bar {
  background-color: #fdfbf5 !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.site-header .custom-logo,
header .custom-logo {
  max-width: 140px;
  height: auto;
  display: block;
}

/* Allow every Astra wrapper inside the header bar to expand */
.main-header-bar-navigation,
.main-navigation,
.ast-main-navigation,
.ast-builder-menu {
  flex-grow: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center !important;
}

/* Pass-through: the inner list container must not collapse */
.main-header-menu-list {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center !important;
}

/* ==============================
   THE WRAPPER ANNIHILATOR (Restored)
   Forces all Astra & EHF parents to 100% width
============================== */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

/* Strip all restrictions from hidden Astra/Elementor wrappers */
#page,
#content,
.site-content,
.ast-container,
.ast-separate-container,
#primary,
#main,
.elementor-section-wrap,
.elementor-section,
.elementor-container,
.ehf-template-astra {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Ensure our custom wrapper spans the newly opened gap */
.flobites-v2-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
}

/* ==============================
   HERO SECTION
============================== */
.flobites-v2-wrapper .hero {
  /* 1. The Flexbox Image Cage (DO NOT REMOVE) */
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  background-color: #f9dbd0; /* Your peach background */

  /* 2. The New Size Controls */
  min-height: 1100px; /* Adjust this higher or lower to change overall tallness */
  padding: 200px 58px; /* First number is top/bottom space, second is left/right */
}

.flobites-v2-wrapper .hero__content {
  flex: 1;
  max-width: 50%;
  z-index: 20;
  margin-top: -350px;
  padding: 0;
}

.flobites-v2-wrapper .hero__heading,
.flobites-v2-wrapper .hero__heading * {
  font-family: "Fredoka One", "Fredoka", cursive !important;
  margin-top: -110px ;
  font-size: var(--flo-heading-size, 64px);
  line-height: var(--flo-heading-lh, 1.1);
  color: var(--flo-text-dark, #1c1c1c);
  text-transform: capitalize !important;
}

/* Exception for the pink highlight word */
.flobites-v2-wrapper .hero__heading .hero__highlight {
  color: var(--flo-accent, #ff4b6b) !important;
  text-transform: none !important; /* prevents auto caps */
}

.flobites-v2-wrapper .hero__heading .hero__heading_new {
  font-family: "Lora", serif !important;
  font-weight: 700 !important;
  text-transform: none !important; /* prevents auto caps */
}

.flobites-v2-wrapper .hero__word--fredoka {
  font-family: var(--flo-font-display);
  font-weight: 400;
}
.flobites-v2-wrapper .hero__word--lora {
  font-family: var(--flo-font-serif);
  font-weight: 600;
}
.flobites-v2-wrapper .hero__word--accent {
  color: var(--flo-accent);
}

.flobites-v2-wrapper .hero__subtext {
  margin: 0;
  font-family: var(--flo-font-sans);
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: var(--flo-body-size);
  line-height: var(--flo-body-lh);
  color: var(--flo-text-body);
  max-width: 512px;
}

.flobites-v2-wrapper .hero-product-image {
  position: absolute;
  top: -180px;
  bottom: auto;
  left: -60px;
  width: 200vw;
  max-width: 1500px;
  height: auto;
  z-index: 5;
  pointer-events: none;
}

/* ==============================
   HERO BUTTONS
============================== */
.flobites-v2-wrapper .hero__actions {
  display: flex;
  gap: 16px;
  align-items: center;
}

.flobites-v2-wrapper .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 177px;
  padding: 8px 36px;
  border-radius: 20px;
  font-weight: 300;
  background-color: var(--flo-accent);
  color: var(--flo-btn-text-light);
  text-decoration: none;
  border: none;
}

.flobites-v2-wrapper .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 177px;
  padding: 8px 36px;
  border-radius: 20px;
  font-weight: 600;
  background-color: var(--flo-accent-tint);
  color: var(--flo-text-dark);
  border: 1px solid var(--flo-accent-border);
  text-decoration: none;
}

/* ==============================
   PROBLEM SECTION (Pink Cut-Off Layer)
============================== */
.flobites-v2-wrapper .problem-section {
  position: relative !important;

  /* Crucial: High Z-index forces this section to paint ON TOP of the overflowing pouch */
  z-index: 99;

  background-color: var(--flo-accent); /* Bright pink */
  padding: 20px 28px;
  min-height: 150px;

  margin-top: -400px;
}

/* ==============================
   PRIMARY NAV LIST
============================== */
.flobites-nav-list {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 32px !important;
  width: 100% !important;
}

.flobites-nav-list .menu-item > a {
  font-family: var(--flo-font-sans, sans-serif);
  font-weight: 500;
  font-size: 16px;
  color: var(--flo-text-dark, #1c1c1c);
  text-decoration: none;
  white-space: nowrap;
}

.flobites-nav-list .menu-item > a:hover {
  color: var(--flo-accent, #fa3558);
}

/* ==============================
   FAR-RIGHT CTA GROUP
   margin-left: auto on the shop item absorbs all remaining space,
   pushing it (and the adjacent cart item) flush to the right edge.
============================== */
.flobites-shop-btn-item {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
}

.flobites-shop-btn {
  background-color: var(--flo-accent, #fa3558) !important;
  color: #fff !important;
  padding: 10px 24px !important;
  border-radius: 6px !important;
  font-family: var(--flo-font-sans, sans-serif) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.flobites-shop-btn:hover {
  opacity: 0.88;
}

.flobites-custom-menu-cart {
  display: flex !important;
  align-items: center !important;
}

.flobites-custom-menu-cart img {
  max-width: 32px !important;
  height: auto !important;
  display: block !important;
}

/* ==============================
   CLEANUP: HIDE NATIVE ASTRA ELEMENTS
============================== */
.ast-site-header-cart-wrap,
.ast-site-header-cart,
.ast-woo-header-cart-info-wrap,
.ast-header-break-point .main-header-menu {
  display: none !important;
}

/* ==============================
   PROBLEM SECTION - 3 COLUMN LAYOUT
============================== */
.problem-section-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10%;
  max-width: 1200px;
  margin: 0 auto; /* Centers the 3 columns inside the pink section */
  text-align: center;
}

.problem-card {
  flex: 1; /* Makes all 3 columns equal width */
  display: flex;
  flex-direction: column;
  margin-left: -40px;
  align-items: center;
}

.problem-card img {
  max-width: 130px; /* Keeps the illustrations from getting too huge */
  height: auto;
  margin-bottom: 16px;
}

.problem-heading {
  font-family: var(--flo-font-display, "Fredoka One", cursive);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 16px 0;
  color: #ffffff !important;
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;700&display=swap'); 

.problem-text {
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 200;
  margin: 0;
  color: #ffffff !important;
}

/* ==============================
   SIMPLE NUTRITION SECTION
============================== */
.simple-nutrition-section {
  background-color: #fdfbf5; /* Matching Nav Bar color */
  padding: 100px 58px;
  width: 100%;
  position: relative;
  z-index: 20;
}

.simple-nutrition-container {
  display: flex;
  align-items: center; /* Vertically center content against the image */
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
}

.nutrition-image-col {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.nutrition-content-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 500px; /* Constrain text width for readability */
}

.nutrition-img {
  max-width: 78%;
  height: auto;
  display: block;
  border-radius: 32px; /* Replicating the distinct rounded corners from the reference */
  object-fit: cover;
}

.nutrition-heading {
  font-family: var(--flo-font-display, "Fredoka One", cursive);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--flo-text-dark, #1c1c1c);
  margin: 0;
  text-transform: none;
}

.flo-accent-span {
  color: var(--flo-accent, #fa3558);
}

.nutrition-paragraph {
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--flo-text-body, #474747);
  margin: 0;
}

.nutrition-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--flo-accent, #fa3558);
  color: #fff !important;
  padding: 10px 40px;
  border-radius: 20px;
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: opacity 0.2s;
  margin-bottom: 8px; /* Slight gap before the text link */
}

.nutrition-primary-btn:hover {
  opacity: 0.88;
}

.nutrition-secondary-link {
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
  font-size: 14px;
  margin-left: 16px;
  margin-top: -8px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--flo-text-dark, #1c1c1c);
  text-decoration: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nutrition-secondary-link:hover {
  color: var(--flo-accent, #fa3558);
}

/* ==============================
   RESPONSIVE (Stack on Mobile)
============================== */
@media (max-width: 900px) {
  .simple-nutrition-container {
    flex-direction: column; /* Stack vertically */
    gap: 40px;
    text-align: center;
  }

  .nutrition-content-col {
    align-items: center;
    max-width: 100%;
  }
}

/* ==============================
   SUPER SEEDS FORMULA SECTION
============================== */
.super-seeds-section {
  background-color: #fdfbf5;
  padding: 60px 58px 120px 58px;
  width: 100%;
  position: relative;
  z-index: 10; /* Lowered so it sits behind the wrapper */
}

.super-seeds-container {
  max-width: 1200px;
  margin: 0 auto;
}

.super-seeds-main-heading {
  font-family: var(--flo-font-display, "Fredoka One", cursive);
  font-size: 40px;
  color: #2c3329;
  text-transform: capitalize !important;
  text-align: left;
  margin: 0 0 60px 0;
}

 .super-seeds-main-heading .super_seed_colour{
    color: #485D30;
 }
.seeds-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: end;
}

.seed-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.seed-benefits {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 80px;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.seed-benefits span {
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
  font-size: 13px;
  color: #555;
  line-height: 1.3;
  position: relative;
  padding-left: 12px;
}

.seed-benefits span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #aaa;
}

.seed-img {
  width: 100%;
  max-width: 180px;
  height: auto;
  margin-bottom: 24px;
  align-self: center;
}


.seed-title {
  font-family: var(--flo-font-serif, "Lora", serif) !important;
  font-size: 20px !important;
  /*font-style: italic;*/
  font-weight: 600 !important;
  color: var(--flo-accent, #fa3558) !important;
  margin: 0 0 12px 0 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.seed-title.sesame {
  color: #713D27 !important;
}

.seed-title.sunflower {
  color: #C85A11 !important;
}


.seed-desc {
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
  font-size: 13px;
  font-weight: 500;
  max-width:210px; 
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.seed-desc strong {
  font-weight: 700;
  color: var(--flo-text-dark, #1c1c1c);
}

/* ==============================
   RESPONSIVE GRID
============================== */
@media (max-width: 1024px) {
  .seeds-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
}

@media (max-width: 600px) {
  .seeds-grid {
    grid-template-columns: 1fr;
  }
  .super-seeds-main-heading {
    font-size: 32px;
    text-align: center;
  }
  .seed-card {
    align-items: center;
    text-align: center;
  }
  .seed-benefits span::before {
    display: none;
  }
  .seed-benefits span {
    padding-left: 0;
  }
}

/* ==============================
   INGREDIENT PURPOSE SECTION
============================== */
.ingredient-purpose-section {
  background-image: url("https://staging.thehormoneessentials.com/wp-content/uploads/2026/05/background-wrapper-scaled.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;

  /* Strict width constraints */
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;

  padding: 80px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 30;

  /* Overlap controls */
  margin-top: -60px; /* Keeps the top overlap intact */
  margin-bottom: 0px; /* CRITICAL FIX: Removes the overlap with the footer */

  overflow: hidden; /* Clips the floating seeds so they don't break the layout */
}

.purpose-header {
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.purpose-title-img {
  max-width: 400px;
  height: auto;
}

.purpose-equation-container {
  display: flex;
  flex-direction: row;
  /* CRITICAL FIX: Allows items to drop to a new line if they run out of space */
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
}

.math-symbol {
  width: 30px;
  height: auto;
}

/* --- Circle Group (Absolute Positioning) --- */
.circle-group {
  position: relative;
  margin-top: -20px;
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.base-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.circle-center-text {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.text-4 {
  max-width: 40px;
}
.text-super-seeds {
  max-width: 120px;
}

/* Pinning the seeds to the edges */
.floating-seed {
  position: absolute;
  z-index: 10;
  max-width: 120px;
}

.seed-top {
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.seed-right {
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
}
.seed-bottom {
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.seed-left {
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

/* --- Ragi Group --- */
.ragi-group {
  display: flex;
  flex-direction: column;
  margin-left:15px;
  align-items: center;
  gap: 15px;
}

.ragi-title-img {
  max-width: 120px;
}
.ragi-main-img {
  max-width: 160px;
  border-radius: 50%;
}
.small-plus {
  width: 20px;
  margin: 10px 0;
}

.minerals-row {
  display: flex;
  gap: 20px;
}
.mineral-img {
  max-width: 60px;
}

/* --- Outcome Group --- */
.outcome-img {
  max-width: 400px;
  height: auto;
}

/* --- Footer / Button --- */
.purpose-btn-img {
  max-width: 220px;
  height: auto;
  margin-bottom: 60px;
  transition: transform 0.2s;
}
.purpose-btn-img:hover {
  transform: scale(1.05);
}

/* ==============================
   RESPONSIVE (Scale Down)
============================== */
@media (max-width: 1024px) {
  .purpose-equation-container {
    flex-direction: column;
    gap: 50px;
  }
  .math-symbol {
    transform: rotate(90deg);
  }
  .small-plus {
    transform: none;
  }
}

@media (max-width: 480px) {
  .circle-group {
    transform: scale(0.7);
  }
}

/* Ensure footer sits behind the overlapping wrapper */
.site-footer {
  position: relative;
  z-index: 10;
}

/* ==============================
   CUSTOM FOOTER
============================== */
.site-footer {
  background-color: #f9dbd0;
  padding: 60px 40px 30px 40px;
  border-radius: 40px 40px 0 0;
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links li a {
  text-decoration: none;
  color: #555;
  font-size: 14px;
  transition: color 0.2s;
}

.footer-links li a:hover {
  color: #fa3558;
}

.footer-main-logo {
  width: 130px;
  margin-bottom: 20px;
}

.footer-tagline {
  max-width: 250px;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.social-placeholder {
  width: 32px;
  height: 32px;
  background-color: #fa3558;
  border-radius: 50%;
  opacity: 0.2;
}

.footer-divider {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 50px 0 25px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 11px;
  color: #777;
  letter-spacing: 0.5px;
}

.footer-the-logo img {
  width: 45px;
  height: auto;
}

.footer-legal a {
  margin-left: 20px;
  text-decoration: none;
  color: #777;
}

.footer-legal a:hover {
  text-decoration: underline;
}
/* --- Nudge the Main Plus Sign --- */
.main-plus {
  transform: translate(20px, 0px); /* Adjust these numbers to move it! */
}

/* --- Nudge the Main Equals Sign --- */
.main-equals {
  /*
       The first number moves it Left/Right (positive = right, negative = left).
       The second number moves it Up/Down (positive = down, negative = up).
    */
  transform: translate(30px, 0px);
}

/* ==============================
   CYCLE OF BALANCE SECTION
============================== */
.cycle-balance-section {
  background-color: #fdfbf5;
  padding: 250px 20px 300px 20px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.cycle-main-heading {
  font-family: "Fredoka One", sans-serif !important;
  font-size: 46px !important;
  font-weight: 400 !important;
  color: #1c1c1c !important;
  margin-bottom: 80px;
  text-transform: none !important;
}

.flo-accent-span {
  color: var(--flo-accent, #fa3558) !important;
}

/* The wrapper that holds the diagram together */
.cycle-diagram-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cycle-union-img {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

/* Position the little pink heart on the left edge of the union */
.cycle-heart-icon {
  position: absolute;
  width: 35px;
  height: auto;
  left: 11%; /* Positioned on the left curve */
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

/* Standard image block styling */
.cycle-block {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  z-index: 5;
}

.cycle-header-img {
  height: 40px; /* Adjust based on your exported image size */
  width: auto;
}

.cycle-text-img {
  width: 200px; /* Constrains the paragraph text image */
  height: auto;
}

/* --- Pinning the blocks around the diagram --- */
.block-left {
  left: -130px;
  top: 50%;
  transform: translateY(-50%);
}

.block-right {
  right: -120px;
  top: 60%;
  transform: translateY(-50%);
}

.block-bottom {
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
}

/* --- Custom Overrides for the Feel Better Block --- */
.block-right .cycle-header-img {
  /* Increased from the default 40px */
  height: 90px;
  width: auto;
}

.block-right .cycle-text-img {
  /* Increased from the default 150px */
  width: 190px;
  height: auto;
}

/* ==============================
   RESPONSIVE (Stack on Mobile)
============================== */
@media (max-width: 850px) {
  .cycle-diagram-container {
    flex-direction: column;
    gap: 50px;
  }
  /* Hide the union image and heart on mobile to prevent squishing */
  .cycle-union-img,
  .cycle-heart-icon {
    display: none;
  }
  /* Remove absolute positioning and stack the image blocks */
  .cycle-block {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
  }
}

/* ==============================
   BUY THE COLLECTION SECTION
============================== */
.buy-collection-section {
  /* CRITICAL FIX: Adds the off-white color behind the transparent parts of the wave */
  background-color: #fdfbf5;
  background-image: url("https://staging.thehormoneessentials.com/wp-content/uploads/2026/05/wavey-bg-scaled.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;

  padding: 160px 20px 160px 20px;
  width: 100%;
  box-sizing: border-box;

  margin-top: -40px;
  position: relative;
  z-index: 20;
}

@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600&display=swap'); 

.collection-main-heading .buy_the_font{
    font-family: "Fredoka", sans-serif !important;
    font-size: 40px !important;
    font-weight: 600 !important;
}

.collection-main-heading {
  text-align: center;
  font-family: "Lora", serif !important;
  color: #ffffff !important;
  font-size: 38px !important;
  margin-bottom: 60px;
  margin-top: -60px;
  text-transform: none !important;
  /* Normal weight for the 'Collection' part */
  

}

.collection-main-heading .bold-sans {
  /* Ensures the bold part also uses Fredoka One */
  font-family: "Fredoka One", sans-serif !important;
  /* Extra bold weight for 'Buy the' */
  font-weight: 800 !important;
}

/* --- Cards Container --- */
.collection-cards-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* --- Individual Card Styling --- */
.flo-product-card {
  background-color: #fdfbf5 !important;
  border-radius: 30px;
  padding: 40px 30px;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.card-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-bottom: 30px;
}

.card-image-container img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

/* --- Card Text & Layout --- */
.card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.flo-product-card .card-title {
  font-family: var(--flo-font-serif, "Lora", serif) !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin: 0 !important;
}

.card-price-box {
  text-align: right;
  display: flex;
  flex-direction: column;
}

.pack-size {
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
  font-size: 14px;
  color: #666;
}

.price-amt {
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
  font-size: 24px;
  font-weight: 800;
  color: #1c1c1c;
}

.card-description {
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
  font-size: 14px;
  color: #555;
  margin: 0 0 20px 0;
}

.card-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto; /* Pushes to bottom of card */
}

.card-bullets {
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
  font-size: 13px;
  color: #444;
  padding-left: 18px;
  margin: 0;
  max-width: 60%; /* Leaves room for the button */
}

.card-bullets li {
  margin-bottom: 6px;
}

.flo-add-cart-btn {
  background-color: #ffc629;
  color: #333;
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  padding: 12px 24px;
  cursor: pointer;
  transition:
    background-color 0.2s,
    transform 0.2s;
  white-space: nowrap;
}

.flo-add-cart-btn:hover {
  background-color: #f4b81a;
  transform: translateY(-2px);
}

/* ==============================
   RESPONSIVE (Stack on Mobile)
============================== */
@media (max-width: 900px) {
  .collection-cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .card-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .card-bullets {
    max-width: 100%;
  }

  .flo-add-cart-btn {
    width: 100%;
  }
}

/* ==============================
   BENEFITS IMAGE SECTION
============================== */
.benefits-image-section {
  /* Matches the site's off-white base color */
  background-color: #fdfbf5;
  /* Generous padding to space it out from the wavy brown section above */
  padding: 110px 20px 110px 20px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.benefits-container {
  width: 100%;
  /* Constrains the image so it doesn't get ridiculously huge on ultra-wide monitors */
  max-width: 1400px;
  display: flex;
  justify-content: center;
}

.benefits-full-img {
  width: 100%;
  height: auto;
  /* Ensures the image scales down smoothly without getting stretched or squished */
  object-fit: contain;
}

/* ==============================
   REAL STORIES SECTION
============================== */
.stories-section {
  background-color: #fdfbf5;
  padding: 20px 20px 120px 20px;
  width: 100%;
  box-sizing: border-box;
}

.stories-heading {
  text-align: center;
  font-family: "Fredoka One", sans-serif !important;
  font-weight: 400 !important;
  font-size: 42px !important;
  color: #1c1c1c !important;
  margin-bottom: 60px;
  text-transform: capitalize !important;
}

/* --- Video Grid --- */
.video-grid-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 25px;
  max-width: 1500px;
  margin: 0 auto 60px auto;
  flex-wrap: wrap;
}

.video-placeholder {
  width: 260px;
  height: 460px;
  background-color: #2a3b32;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.play-icon-overlay {
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition:
    transform 0.2s,
    background-color 0.2s;
}

.play-icon-overlay::after {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid rgba(255, 255, 255, 0.9);
  margin-left: 5px;
}

.video-placeholder:hover .play-icon-overlay {
  transform: scale(1.1);
  background-color: rgba(0, 0, 0, 0.5);
}

/* --- Pink Pill Button --- */
.stories-btn-container {
  display: flex;
  justify-content: center;
}

.flo-primary-btn-pink {
  display: inline-block;
  background-color: #fa3558;
  color: #ffffff;
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 60px;
  border-radius: 50px;
  box-shadow: 0 6px 15px rgba(250, 53, 88, 0.3);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.flo-primary-btn-pink:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(250, 53, 88, 0.4);
  color: #ffffff;
}

/* ==============================
   PLACEHOLDER SECTION
============================== */
.placeholder-section {
  height: 300px;
  background-color: #f4f4f4;
  border: 3px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 20px;
  color: #888;
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
}

/* ==============================
   FAQ SECTION
============================== */
.faq-section {
  background-color: #fa3558; /* Main Pink Background */
  padding: 250px 10px 200px 20px;
  position: relative;
  overflow: hidden; /* Keeps scattered images inside */
  width: 100%;
  box-sizing: border-box;
}

/* --- Scattered Background Images --- */
.faq-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none; /* Prevents images from blocking clicks on the FAQs */
}

.faq-bg-img {
  position: absolute;
  width: 180px; /* Adjust size of floating characters here */
  height: auto;
  opacity: 0.9;
}

/* Hardcoded 'random' positions and rotations */
.img-1 {
  top: 15%;
  left: 17%;
  transform: rotate(0deg);
}
.img-2 {
  bottom: 5%;
  right: 35%;
  transform: rotate(10deg) scaleX(-1);
}
.img-3 {
  top: 8%;
  right: 40%;
  transform: rotate(-20deg);
}
.img-4 {
  bottom: 20%;
  left: 73%;
  transform: rotate(-10deg) scaleX(-1);
}
.img-5 {
  top: 8%;
  right: 10%;
  transform: rotate(-5deg);
}
.img-6 {
  bottom: 30%;
  left: 25%;
  transform: rotate(-15deg);
}
.img-7 {
  top: 40%;
  left: 60%;
  transform: rotate(-25deg);
  width: 130px;
}
.img-8 {
  bottom: 5%;
  right: 73%;
  transform: rotate(5deg) scaleX(-1);
  width: 130px;
}

/* --- FAQ Content Wrapper --- */
.faq-content-wrapper {
  position: relative;
  z-index: 10; /* Keeps text above the scattered images */
  max-width: 800px;
  margin: 0 auto;
}

.faq-heading {
  text-align: center;
  font-family: "Fredoka One", sans-serif !important;
  color: #ffffff !important;
  font-size: 42px !important;
  font-weight: 400 !important;
  margin-bottom: 50px;
  text-transform: capitalize !important;
}

/* --- Native HTML Accordion Styling --- */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Alternate the colors of the boxes just like the design */
.faq-item:nth-child(even) {
  background-color: #f8d9d2; /* Light Peach/Pink */
}

/* Hide default HTML triangle marker */
.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary {
  padding: 20px 30px;
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
  font-size: 18px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  list-style: none; /* Hides default marker in Firefox/Edge */
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.2s;
}

.faq-item summary:hover {
  opacity: 0.8;
}

.faq-arrow {
  font-size: 14px;
  transition: transform 0.3s ease;
}

/* Flip the arrow when the dropdown is opened */
.faq-item[open] summary .faq-arrow {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 30px 20px 30px;
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Hide floating images on mobile so they don't crowd the text */
@media (max-width: 768px) {
  .faq-bg-img {
    display: none;
  }
}

/* ==============================
   MORE ABOUT FLO SECTION
============================== */
.more-about-section {
  background-color: #fdfbf5;
  padding: 80px 20px 100px 20px;
  width: 100%;
  box-sizing: border-box;
}

.more-about-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* --- Header Row --- */
.more-about-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}

.more-about-title {
  font-family: "Fredoka One", sans-serif !important;
  font-size: 38px !important;
  color: #1c1c1c !important;
  margin: 0;
  text-transform: capitalize !important;
  font-weight: 400;
}

.view-all-link {
  font-family: var(--flo-font-serif, "Lora", serif);
  font-size: 14px;
  font-weight: 600;
  color: #555;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #555;
  padding-bottom: 2px;
  transition:
    color 0.2s,
    border-color 0.2s;
}

.view-all-link:hover {
  color: #fa3558;
  border-bottom-color: #fa3558;
}

/* --- Peach Banner Box --- */
.blog-banner-box {
  background-color: #f9dbd0;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.blog-banner-content {
  flex: 1.3;
  max-width: 750px;
}

.blog-banner-text {
  font-family: var(--flo-font-serif, "Lora", serif) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #333 !important;
  text-transform: capitalize !important;
  line-height: 1.45;
  margin: 0 0 40px 0;
}

.blog-read-btn {
  display: inline-block;
  background-color: #fa3558;
  color: #ffffff;
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 80px;
  border-radius: 18px;
  transition:
    transform 0.2s,
    background-color 0.2s;
}

.blog-read-btn:hover {
  background-color: #e02e4e;
  transform: translateY(-2px);
  color: #ffffff;
}

.blog-banner-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.blog-banner-image img {
  max-width: 90%;
  height: auto;
  border-radius: 12px;
}

/* ==============================
   RESPONSIVE (Stack on Mobile)
============================== */
@media (max-width: 850px) {
  .more-about-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .blog-banner-box {
    flex-direction: column;
    padding: 30px;
    text-align: center;
  }

  .blog-banner-image {
    justify-content: center;
    width: 100%;
  }
}

/* ==============================
   FINAL CTA BANNER SECTION
============================== */
.cta-banner-section {
  background-color: #e2b4c5;
  /* background-image: url('YOUR_IMAGE_LINK_HERE'); */
  /* background-size: cover; */
  /* background-position: center; */
  padding: 110px 20px;
  box-sizing: border-box;
  border-radius: 26px;
  text-align: center;
  margin-bottom: 70px;
  width: 100%;
}

.cta-banner-content {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-heading {
  font-family: "Fredoka One", sans-serif !important;
  font-size: 54px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-transform: capitalize !important;
  line-height: 1.2;
  margin: 0 0 25px 0;
}

.cta-subheading {
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin: 0 0 40px 0;
}

.cta-buy-btn {
  display: inline-block;
  background-color: #ce4972;
  color: #ffffff;
  font-family: var(--flo-font-sans, "Manrope", sans-serif);
  font-size: 11px;
  font-weight: 500;
  margin-left: -10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 5px 70px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(206, 73, 114, 0.3);
  transition:
    transform 0.2s,
    background-color 0.2s;
}

.cta-buy-btn:hover {
  background-color: #b53e61;
  transform: translateY(-2px);
  color: #ffffff;
}

/* ==============================
   RESPONSIVE
============================== */
@media (max-width: 768px) {
  .cta-heading {
    font-size: 38px !important;
  }
  .cta-subheading {
    font-size: 16px;
  }
  .cta-banner-section {
    padding: 80px 20px;
  }
}

.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 40px 0;
}

.ingredient-card {
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.ingredient-card img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

/* ==============================
   INGREDIENTS PAGE
============================== */
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Manrope:wght@400;500;600&family=Sora:wght@400;600&display=swap');

.flo-ingredients-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #485d30; /* Updated to blue */
}

.ingredients-hero {
  position: relative;
  width: 100%;
  min-height: 800px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 100px 5vw;
  box-sizing: border-box;
}

.bg-semicircle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  object-fit: cover;
  object-position: top;
}

.ingredients-container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.ingredients-content {
  flex: 1;
  max-width: 500px;
  color: #ffffff;
}

.ingredients-title {
  margin: 0 0 24px 0;
  line-height: 1.1;
  color: #ffffff;
}

.font-fredoka {
  font-family: "Fredoka One", cursive;
  font-size: 84px;
  font-weight: 400;
}

.font-sora {
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.ingredients-desc {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.font-manrope {
  font-family: "Manrope", sans-serif;
}

.ingredients-visuals {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.product-graphic {
  max-width: 320px;
  height: auto;
  position: relative;
  z-index: 5;
}

.arrow-graphic {
  position: absolute;
  left: -60px;
  top: 30%;
  width: 120px;
  height: auto;
  z-index: 6;
  transform: rotate(-10deg);
}

/* Responsive Breakpoint */
@media (max-width: 900px) {
  .ingredients-container {
    flex-direction: column;
    text-align: center;
  }
  .arrow-graphic {
    left: -20px;
    top: -40px;
    transform: rotate(20deg);
  }
}

/* ==============================
   GLOBAL TITLE CASING OVERRIDE
   Forces Title Case and overrides theme ALL CAPS settings
============================== */
.flobites-v2-wrapper h1,
.flobites-v2-wrapper h2,
.flobites-v2-wrapper h3,
.flobites-v2-wrapper h4,
.flobites-v2-wrapper .hero__heading,
.flo-ingredients-wrapper h1,
.flo-ingredients-wrapper h2,
.flo-ingredients-wrapper h3,
.flo-ingredients-wrapper h4,
.ingredients-title {
  /*text-transform: capitalize !important;*/
}

/* ==============================
   TITLE CASE EXEMPTION
   Allows exact HTML casing for the Ingredients Title
============================== */
.ingredients-title,
.flo-ingredients-wrapper .ingredients-title {
  text-transform: none !important;
}

/* ==============================
   SUPER SEEDS SECTION
============================== */
.super-seeds {
  background-color: #4a5d3b;
  padding: 350px 20px 300px 20px !important;
  min-height: 900px;
  position: relative;
  text-align: center;
  color: #ffffff;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.seeds-container {
  max-width: 1200px;
  margin: 0 auto;
}

.seeds-header {
  max-width: 800px;
  margin: 0 auto 80px auto;
}

.seeds-title {
  font-family: "Fredoka One", cursive;
  font-size: 42px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: none !important;
}

.seeds-title span {
  font-family: "Fredoka One", cursive;
  font-weight: 800;
}

.seeds-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
}

.seeds-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.seed-card {
  flex: 1;
  min-width: 250px;
  max-width: 280px;
  transition: transform 0.3s ease;
}

.seed-card:hover {
  transform: translateY(-10px);
}

.seed-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* ==============================
   INSIDE A BITE SECTION (Image Background)
============================== */
.inside-a-bite {
  position: relative;
  background-color: transparent;
  background-image: url("https://staging.thehormoneessentials.com/wp-content/uploads/2026/05/semicircle-bg-scaled.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 120px 20px 180px 20px;
  margin-bottom: -150px;
  z-index: 20;
}

.inside-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.inside-text-column,
.inside-arrow-column,
.inside-product-column {
  flex: 1 1 33.33%;
  max-width: 33.33%;
}

.inside-text-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.inside-heading {
  font-size: 56px;
  font-family: var(--flo-font-display, "Fredoka", sans-serif);
  line-height: 1.1;
  text-transform: capitalize !important;
  color: #ffffff !important;
  margin: 0;
}

.inside-description {
  font-size: 20px;
  line-height: 1.5;
  font-family: Manrope;
  color: #ffffff !important;
  margin: 0;
}

.inside-arrow-column {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inside-arrow-img {
  max-width: 150px;
  height: auto;
}

.inside-product-column {
  display: flex;
  justify-content: flex-end;
}

.inside-product-img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

/* ==============================
   OTHER KEY INGREDIENTS SECTION (Fixed Arch)
============================== */
.other-ingredients {
  position: relative;
  background-color: #fdfbf5;

  /* Force Full Width */
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;

  z-index: 20;
  padding: 20px 20px 100px 20px;
  text-align: center;
}

/* The Overscaled Arch Magic */
.other-ingredients::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 120vw;
  height: 250px;
  background-color: #fdfbf5;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  z-index: -1;
}

.other-ingredients-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.other-title {
  font-family: "Fredoka One", cursive;
  font-size: 42px;
  font-weight: 400;
  color: #1c1c1c;
  margin-bottom: 60px;
}

.other-title .highlight-green {
  background-color: #728a5e;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 4px;
  display: inline-block;
}

/* ==============================
   KEY INGREDIENTS RADIAL LAYOUT
============================== */
.key-ingredients-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  max-width: 1300px;
  margin: 0 auto 80px auto;
}

.ingredient-side-col {
  display: flex;
  flex-direction: column;
  gap: 50px;
  flex: 1;
}

.ingredient-center-col {
  flex: 1.5;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.center-pouch-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  filter: drop-shadow(0px 15px 25px rgba(0, 0, 0, 0.1));
}

.shifted-left {
  transform: translateX(-100px);
}
.shifted-right {
  transform: translateX(100px);
}

.ing-circle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ing-circle-item img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}

.ing-name {
  font-family: "Fredoka One", cursive !important;
  font-size: 18px;
  font-weight: 700 !important;
  color: #000000 !important;
  margin: 0 0 4px 0;
  text-transform: none !important;
}

.ing-benefit {
  font-family: "Manrope", sans-serif !important;
  font-size: 14px;
  font-weight: 400 !important;
  color: #888888 !important;
  margin: 0;
  text-transform: lowercase;
}

.minor-ingredients-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 0 20px;
  flex-wrap: wrap;
}

.minor-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 900px) {
  .key-ingredients-wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .shifted-left,
  .shifted-right {
    transform: none;
  }
  .minor-ingredients-row {
    gap: 30px;
  }
}

/* ==============================
   WITH THE GOODNESS OF SECTION
============================== */
.goodness-section {
  background-color: #fdfbf5;
  padding: 80px 20px 140px 20px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.goodness-container {
  max-width: 1100px;
  margin: 0 auto;
}

.goodness-title {
  font-family: "Fredoka One", cursive !important;
  font-size: 40px;
  font-weight: 400;
  color: #1c1c1c;
  margin: 0 0 70px 0;
  text-transform: none !important;
}

.goodness-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
}

.goodness-card {
  flex: 1;
  min-width: 250px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.goodness-card img {
  height: 200px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 24px;
}

.goodness-desc {
  font-family: "Lora", serif !important;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  margin: 0;
  max-width: 260px;
}

/* Responsive Mobile Stack */
@media (max-width: 850px) {
  .goodness-grid {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .goodness-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}

/* ==============================
   MYO-INOSITOL SPECIFIC SIZING
============================== */
/* ==============================
   MYO-INOSITOL SPECIFIC SIZING
============================== */
.goodness-card .myo-special-img {
  max-width: none !important;
  transform: none;
  margin-bottom: 24px;
}

/* ==============================
   NOTHING EXTRA SECTION (Bulletproof Full-Bleed)
============================== */
.nothing-extra-section {
  position: relative;

  /* Remove buggy 100vw and negative margin hacks entirely */
  width: 100%;
  max-width: 1200px; /* Keep content safely contained */
  margin: 0 auto;

  /* Clean vertical spacing top and bottom */
  padding: 120px 20px 120px 20px;
  text-align: center;

  /* Keep text and buttons safely ABOVE the pseudo-background */
  z-index: 10;
}

/* The Bulletproof Edge-to-Edge Background */
.nothing-extra-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw; /* Spans the entire screen from monitor edge to monitor edge */
  height: 100%; /* Matches the exact height of the text section */
  background-color: #f9dbd0; /* The requested peach background */
  z-index: -1; /* Pushes it behind all the text and buttons */
}

.nothing-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Typography for the Title */
.nothing-title {
  font-size: 48px;
  color: #1c1c1c;
  margin: 0 0 160px 0 !important;
  text-transform: none !important;
}

.nothing-bold {
  font-family: "Fredoka One", cursive !important;
  font-weight: 400;
}

.nothing-serif {
  font-family: "Lora", serif !important;
  font-weight: 400;
}

/* The 3-Column Text Grid */
.nothing-features {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-item p {
  font-family: "Lora", serif !important;
  font-size: 20px;
  color: #333333;
  margin: 0 0 16px 0;
}

/* The delicate underline accent */
.feature-line {
  width: 30px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}

/* The Pink Pill Button */
.nothing-btn {
  display: inline-block;
  background-color: #fa3558;
  color: #ffffff !important;
  font-family: "Lora", serif !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 50px;
  transition:
    transform 0.2s,
    opacity 0.2s;
}

.nothing-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* Responsive Stack for Mobile */
@media (max-width: 768px) {
  .nothing-features {
    flex-direction: column;
    gap: 40px;
  }
  .nothing-title {
    font-size: 36px;
  }
}

/* ==============================
   WHY THIS COMBINATION WORKS (Refined HTML/CSS)
============================== */
.combo-section {
  background-color: #fdfbf5;
  padding: 60px 20px 100px 20px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.combo-container {
  max-width: 1350px;
  margin: 0 auto;
}

/* The Main Pink Box */
.combo-pink-box {
  background-color: #fa3558;
  border-radius: 40px;
  padding: 60px;
  display: flex;
  align-items: center;
  gap: 80px;
  box-shadow: 0 20px 40px rgba(250, 53, 88, 0.15);
}

/* --- LEFT COLUMN (Graphic Composition) --- */
.combo-left-col {
  flex: 0 0 350px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.brown-bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}

.combo-graphic-title {
  position: absolute;
  top: 70px;
  left: 15px;
  z-index: 10;
  font-family: "Fredoka One", cursive !important;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff !important;
  line-height: 1.1;
  margin: 0;
  text-transform: none !important;
}

.combo-graphic-title .yellow-text {
  color: #fbc220 !important;
}

.yellow-product {
  position: absolute;
  bottom: 0px;
  left: 47%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 320px;
  z-index: 15;
}

/* Scaled-Up Spikes — radiate from top-left bite corner */
.spike {
  position: absolute;
  width: 75px;
  height: auto;
  z-index: 2;
}

.spike-1 {
  top: 90px;
  left: 310px;
  transform: rotate(-20deg);
}

.spike-2 {
  top: 10px;
  left: 300px;
  transform: rotate(-20deg);
}

.spike-3 {
  top: -40px;
  left: 240px;
  transform: rotate(-10deg);
}

/* --- RIGHT COLUMN (Text & Cards) --- */
.combo-right-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* --- RIGHT COLUMN TYPOGRAPHY UPDATES --- */

.combo-main-text {
  font-family: "Manrope", sans-serif !important; /* Swapped to Manrope */
  font-size: 22px; /* Increased from 20px for better readability */
  color: #ffffff;
  line-height: 2.2;
  font-weight: 400;
  margin: 0 0 30px 0;
  text-align: justify;
}

.combo-cards-wrapper {
  display: flex;
  gap: 20px;
}

.combo-white-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  flex: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.card-title {
  font-family: "Manrope", sans-serif !important;
  font-size: 20px;
  font-weight: 700 !important;
  color: #1c1c1c;
  /* Increased bottom margin from 10px to 24px for better spacing */
  margin: 0 0 24px 0 !important;
  text-transform: none !important;
}

.card-desc {
  font-family: "Manrope", sans-serif !important;
  font-size: 16px;
  font-weight: 400 !important;
  color: #555555;
  /* Added the wider line padding to match the main text */
  line-height: 2.2;
  margin: 0;
}

/* Responsive Stack for Mobile */
@media (max-width: 950px) {
  .combo-pink-box {
    flex-direction: column;
    padding: 40px 20px;
  }
  .combo-cards-wrapper {
    flex-direction: column;
  }
}

/* ==============================
   TEXT-BASED SCROLLING TICKER
============================== */
.ticker-section {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 40px auto 0 auto;
  padding: 45px 40px;
  display: flex;
  align-items: center;
  z-index: 10;
}

/* Edge-to-Edge Yellow Background */
.ticker-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #fbc220;
  z-index: -1;
}

.ticker-container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 60px;
}

/* Static Left Title */
.ticker-static {
  flex-shrink: 0;
  z-index: 5;
}

.ticker-static h2 {
  font-family: "Fredoka One", cursive !important;
  font-size: 38px;
  font-weight: 700 !important;
  color: #1c1c1c;
  margin: 0;
  text-transform: none !important;
  white-space: nowrap;
  line-height: 1.2;
}

/* Scrolling Right Track */
.ticker-scroll-wrapper {
  flex: 1;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scrollTextTicker 20s linear infinite;
}

.ticker-text-group {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

/* The Scrolling Text Styling */
.ticker-text-group span {
  font-family: "Manrope", sans-serif !important;
  font-size: 26px;
  font-weight: 500;
  color: #1c1c1c;
  line-height: 1.2;
}

/* The Bullet Point Separators */
.ticker-dot {
  margin: 0 40px;
  font-size: 30px !important;
}

@keyframes scrollTextTicker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive Adjustments */
@media (max-width: 900px) {
  .ticker-section {
    padding: 20px;
  }
  .ticker-container {
    gap: 30px;
  }
  .ticker-static h2 {
    font-size: 28px;
  }
  .ticker-text-group span {
    font-size: 20px;
  }
  .ticker-dot {
    margin: 0 25px;
  }
}

/* ==============================
   KNOW WHAT YOU CONSUME SECTION
============================== */
.consume-section {
  position: relative;
  width: 100%;
  padding: 80px 20px 120px 20px;
  background-color: #fdfbf5;
}

.consume-container {
  max-width: 1350px;
  margin: 0 auto;
}

.consume-green-box {
  background-color: #58663e;
  border-radius: 40px;
  padding: 120px 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 20px 40px rgba(88, 102, 62, 0.15);
}

/* --- IMAGES --- */
.consume-img {
  position: absolute;
  z-index: 1;
  height: auto;
}

.flipped {
  transform: scaleX(-1);
}

.img-left-pink {
  width: 280px;
  left: -40px;
  bottom: -20px;
  transform: rotate(-10deg);
}

.img-left-yellow {
  width: 220px;
  left: 140px;
  bottom: -90px;
  transform: scaleX(-1) rotate(-15deg);
}

.img-right-yellow {
  width: 320px;
  right: -30px;
  top: 40px;
  transform: rotate(15deg);
}

.img-right-pink {
  width: 240px;
  right: 150px;
  bottom: -100px;
  transform: scaleX(-1) rotate(20deg);
}

/* --- CENTER TEXT CONTENT --- */
.consume-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 700px;
}

.consume-title {
  font-family: "Fredoka One", cursive !important;
  font-size: 54px;
  font-weight: 700 !important;
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1.2;
  text-transform: none !important;
}

.consume-yellow-text {
  color: #fbc220;
}

.consume-subtitle {
  font-family: "Fredoka One", cursive !important;
  font-size: 22px;
  font-weight: 400 !important;
  color: #ffffff;
  margin: 0 0 50px 0;
  line-height: 1.5;
}

.consume-btn {
  display: inline-block;
  background-color: #fbc220;
  color: #8c5535 !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 50px;
  border-radius: 50px;
  transition:
    transform 0.2s,
    opacity 0.2s;
}

.consume-btn:hover {
  transform: translateY(-3px);
  opacity: 0.95;
}

@media (max-width: 900px) {
  .consume-title {
    font-size: 38px;
  }
  .consume-subtitle {
    font-size: 18px;
  }
  .consume-green-box {
    padding: 80px 20px;
  }
  .img-left-yellow,
  .img-right-pink {
    display: none;
  }
  .img-left-pink {
    width: 180px;
    left: -20px;
    bottom: -10px;
  }
  .img-right-yellow {
    width: 200px;
    right: -20px;
    top: 10px;
  }
}

/* ==============================
   SINGLE PRODUCT HERO: DARK INDULGENCE
============================== */
.custom-product-page {
  background-color: #fdfbf5;
  padding: 40px 20px 100px 20px;
  font-family: "Fredoka One", cursive !important;
}

/* =======================================
   CENTERED "ISLAND" LAYOUT
======================================= */

/* Tighten the main container so it doesn't stretch too far */
main.custom-product-page .product-hero-container {
    max-width: 1400px !important;
    margin: 40px auto !important;
    width: 95% !important;
    padding: 0 20px !important;
}

.custom-breadcrumbs {
  font-size: 14px;
  color: #888888;
  margin-bottom: 40px;
}

.custom-breadcrumbs strong {
  color: #1c1c1c;
}

/* Center the two columns perfectly in the middle of the screen */
main.custom-product-page .product-hero-split {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    gap: 100px !important;
}

/* Lock the image box to a strict size */
main.custom-product-page .product-left-col {
    width: 550px !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    display: block !important;
}

main.custom-product-page .image-pink-bg {
  background-color: #FFF0F3 !important;
  border-radius: 40px !important;
  padding: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

main.custom-product-page .main-product-img {
  width: 100% !important;
  max-width: 480px !important;
  height: auto !important;
  transform: rotate(-15deg) !important;
}

/* Lock the text box to a strict size */
main.custom-product-page .product-right-col {
    width: 550px !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    padding-right: 0 !important; /* We don't need right padding anymore because the width is strict */
}

.hero-product-title {
  font-family: "Fredoka One", cursive !important;
  font-size: 42px;
  color: #fa3558;
  margin: 0;
  line-height: 1.1;
  font-weight: 400 !important; /* Prevents artificial bolding */
  text-transform: none !important;
}

.hero-product-desc {
  font-family: "Manrope", sans-serif !important;
  font-size: 16px;
  color: #555555;
  font-weight: 400; /* Lighter, cleaner weight */
  line-height: 1.6;
  margin: 0;
}

.hero-reviews {
  font-family: "Manrope", sans-serif !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.hero-reviews .stars {
  font-size: 24px; /* Made the stars significantly larger */
  letter-spacing: 2px;
}

.hero-reviews .rating-number {
  font-size: 18px;
  font-weight: 700;
  color: #1c1c1c;
}

.hero-reviews .review-count {
  font-size: 16px;
  color: #555;
}

/* Pricing Row */
.hero-price-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 10px;
  width: 100%;
}

.woo-custom-price .price {
  font-family: "Manrope", sans-serif !important;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}

/* Force WooCommerce price components to use Manrope */
.woo-custom-price del,
.woo-custom-price del span.amount {
  font-family: "Manrope", sans-serif !important;
  color: #999999;
  font-size: 28px;
  font-weight: 400;
}

.woo-custom-price ins,
.woo-custom-price ins span.amount {
  font-family: "Manrope", sans-serif !important;
  color: #1c1c1c;
  font-size: 38px !important;
  font-weight: 700;
  text-decoration: none;
}

.shipping-badge {
  background-color: #c8e6c9;
  color: #2e7d32;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
}

/* Tags */
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 10px;
}

.hero-tags .tag {
  font-family: "Manrope", sans-serif !important;
  background-color: #fcdcc2;
  color: #1c1c1c;
  padding: 10px 24px; /* Slightly thicker padding */
  border-radius: 30px; /* Rounder edges */
  font-size: 14px;
  font-weight: 600;
}

.allergen-copy {
  font-family: "Manrope", sans-serif !important;
  color: #fa3558;
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0;
}

.custom-add-to-cart-wrapper {
  width: 100%;
  margin-top: 10px;
}

/* Overriding WooCommerce Add to Cart Button */
.custom-add-to-cart-wrapper form.cart {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.custom-add-to-cart-wrapper form.cart .quantity {
  display: none;
}

.custom-add-to-cart-wrapper form.cart button.single_add_to_cart_button {
  font-family: "Manrope", sans-serif !important;
  background-color: #fa3558 !important;
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding: 16px 40px !important;
  border-radius: 12px !important;
  border: none !important;
  width: 100% !important;
  /* Changes it from "ADD TO CART" to "Add to cart" to match design */
  text-transform: capitalize !important;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.custom-add-to-cart-wrapper form.cart button.single_add_to_cart_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(250, 53, 88, 0.3);
}

/* Mobile responsiveness stays the same */
@media (max-width: 900px) {
    main.custom-product-page .product-hero-split {
        flex-direction: column !important;
        gap: 40px !important;
    }
    main.custom-product-page .product-left-col,
    main.custom-product-page .product-right-col {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
  .hero-product-title {
    font-size: 32px;
  }
}


/* 1. Force the page to take full width so centering works */
main.custom-product-page {
    width: 100% !important;
    display: block !important;
    overflow-x: hidden !important;
}

/* 2. Create the perfectly centered island */
main.custom-product-page .product-hero-container {
    max-width: 1400px !important;
    margin: 40px auto !important;
    width: 95% !important;
    padding: 0 20px !important;
}

/* 3. Put the image and text side-by-side */
main.custom-product-page .product-hero-split {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    gap: 100px !important;
}

/* 4. Lock Image Size */
main.custom-product-page .product-left-col {
    width: 550px !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
}

/* 5. Lock Text Size */
main.custom-product-page .product-right-col {
    width: 550px !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    padding-right: 0 !important;
}


/* =======================================
   BULLETPROOF NUTRITION BENEFITS 
======================================= */
.nutrition-benefits-section {
    max-width: 1400px !important;
    margin: 80px auto 60px auto !important;
    padding: 0 20px !important;
    width: 95% !important;
}

.benefits-pink-box {
    background-color: #FCEFEA !important;
    border-radius: 32px !important;
    padding: 80px 60px !important;
    text-align: center !important;
    width: 100% !important;
}

.benefits-main-title {
    font-family: 'Arlette Heavy', sans-serif !important;
    font-size: 32px !important;
    color: #FA3558 !important;
    margin: 0 0 50px 0 !important;
    font-weight: 400 !important;
    text-transform: none !important;
    font-style: normal !important; /* Forces the theme to stop italicizing */
}

.benefits-cards-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 50px !important;
}

.benefit-card {
    background-color: #FFFFFF !important;
    border-radius: 20px !important;
    padding: 60px 40px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.03) !important;
}

.benefit-icon {
    height: 140px !important;
    width: auto !important;
    margin-bottom: 30px !important;
    object-fit: contain !important;
}

.benefit-title {
    font-family: 'Fredoka One', cursive !important;
    font-size: 22px !important;
    color: #FA3558 !important;
    margin: 0 0 15px 0 !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    font-style: normal !important; /* Forces the theme to stop italicizing */
    text-transform: none !important;
}

.benefit-desc {
    font-family: 'Manrope', sans-serif !important;
    font-size: 15px !important;
    color: #E26674 !important; 
    line-height: 1.7 !important;
    margin: 0 !important;
    font-weight: 500 !important;
    font-style: normal !important;
}

/* Mobile Responsiveness */
@media (max-width: 900px) {
    .benefits-cards-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .benefits-pink-box {
        padding: 40px 20px !important;
    }
    .benefits-main-title {
        font-size: 26px !important;
        margin-bottom: 30px !important;
    }
}

/* =======================================
   PRODUCT DESCRIPTION SECTION
======================================= */
.product-description-section {
    width: 100% !important;
    background-color: #FDFBF5 !important;
    padding: 80px 0 !important;
}

/* Bring the text section inward for better readability */
.description-container {
    max-width: 1250px !important; /* Reduced from 1400px to indent it visually */
    margin: 0 auto !important;
    padding: 0 60px !important; /* Increased from 40px to push it away from the edges */
    width: 100% !important;
}

.description-title {
    font-family: 'Fredoka One', cursive !important;
    font-size: 36px !important;
    color: #1C1C1C !important;
    margin-bottom: 40px !important;
    font-weight: 400 !important;
}

.description-list {
    list-style-type: disc !important;
    padding-left: 20px !important;
    margin: 0 !important;
}

.description-list li {
    margin-bottom: 25px !important;
    color: #1C1C1C !important;
}

.description-list li::marker {
    color: #4A4A4A !important;
}

.desc-heading {
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1C1C1C !important;
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 8px !important;
    letter-spacing: 0.5px !important;
}

.description-list p {
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #4A4A4A !important;
    line-height: 1.8 !important;
    margin: 0 !important;
}

.description-list p strong {
    font-weight: 700 !important;
    color: #1C1C1C !important;
}

.description-disclaimer {
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px !important;
    color: #1C1C1C !important;
    margin-top: 40px !important;
}

/* Mobile Responsiveness */
@media (max-width: 900px) {
    .product-description-section {
        padding: 50px 0 !important;
    }
    .description-container {
        padding: 0 20px !important; /* Relaxes the heavy padding on small screens */
    }
    .description-title {
        font-size: 28px !important;
    }
}

/* =======================================
   USAGE INSTRUCTIONS (CONTAINED CARD)
======================================= */
.usage-image-section {
    max-width: 1400px !important; /* Locks the pink box to our standard width */
    width: 95% !important; /* Ensures there is always a small gap on the screen edges */
    margin: 60px auto 0 auto !important; /* Centers the whole pink block */
    padding: 40px !important; /* Adds breathing room between the image and the pink edges */
    background-color: #E3294E !important;
    border-radius: 32px !important; /* Matches the nice rounded corners of the benefits section */
    display: flex !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

.usage-full-width-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Mobile Responsiveness */
@media (max-width: 900px) {
    .usage-image-section {
        padding: 20px !important; /* Less padding on phones */
        border-radius: 20px !important;
    }
}

/* =======================================
   CUSTOMER REVIEWS SECTION
======================================= */
.product-reviews-section {
    width: 100% !important;
    background-color: #FDFBF5 !important;
    padding: 80px 0 !important;
}

.reviews-container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Header Area */
.reviews-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    margin-bottom: 50px !important;
}

.reviews-main-title, .reviews-overall-score {
    font-family: 'Fredoka One', cursive !important;
    font-size: 42px !important;
    color: #1C1C1C !important;
    margin: 0 !important;
    font-weight: 400 !important;
}

/* Review Cards */
.review-card {
    background-color: #FFFFFF !important;
    border-radius: 20px !important;
    padding: 40px 50px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02) !important;
}

/* User Info & Avatar Placeholders */
.review-user-info {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
}

.review-avatar {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 700 !important;
    color: #FFF !important;
    font-size: 18px !important;
}
.avatar-orange { background-color: #E2805A !important; }
.avatar-blue { background-color: #2F4858 !important; }

.review-author {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 700 !important;
    color: #1C1C1C !important;
    font-size: 16px !important;
}

/* Ratings & Headings */
.review-rating-row {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 8px !important;
}

.review-stars {
    color: #B4C086 !important;
    font-size: 18px !important;
    letter-spacing: 2px !important;
}

.review-heading {
    font-family: 'Manrope', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #586940 !important;
    margin: 0 !important;
}

/* Meta Data */
.review-meta {
    font-family: 'Manrope', sans-serif !important;
    font-size: 14px !important;
    color: #7A7A7A !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.meta-dot {
    font-size: 10px !important;
}

.verified-badge {
    color: #6C7A3C !important;
    font-weight: 700 !important;
}

/* Review Body */
.review-body {
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #4A4A4A !important;
    margin: 0 0 30px 0 !important;
}

/* Actions Area */
.review-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important; /* This forces the buttons to the right edge */
    gap: 20px !important;
    border-top: 1px solid #F0F0F0 !important;
    padding-top: 20px !important;
}

.helpful-count {
    font-family: 'Manrope', sans-serif !important;
    font-size: 13px !important;
    color: #999 !important;
    margin-right: auto !important;
}

.btn-helpful {
    font-family: 'Manrope', sans-serif !important;
    background-color: #EFEFDF !important;
    color: #586940 !important;
    border: none !important;
    padding: 8px 20px !important;
    border-radius: 20px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

.btn-report {
    font-family: 'Manrope', sans-serif !important;
    background: none !important;
    border: none !important;
    color: #999 !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

/* Footer Link */
.reviews-footer {
    text-align: right !important;
    margin-top: 20px !important;
}

.all-reviews-link {
    font-family: 'Manrope', sans-serif !important;
    font-size: 18px !important;
    color: #1C1C1C !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
}

/* Mobile Responsiveness */
@media (max-width: 900px) {
    .reviews-container { padding: 0 20px !important; }
    .review-card { padding: 30px 20px !important; }
    .reviews-header { margin-bottom: 30px !important; }
    .reviews-main-title, .reviews-overall-score { font-size: 32px !important; }
    .review-rating-row { flex-direction: column; align-items: flex-start; gap: 5px; }
    .review-actions { flex-wrap: wrap; }
    .helpful-count { width: 100%; margin-bottom: 10px; }
}

/* =======================================
   STAY IN THE FLO SECTION
======================================= */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700&display=swap');

.stay-in-flo-section {
    width: 100% !important;
    padding: 100px 0 120px 0 !important;
    background-color: #FDFBF5 !important;
}

.stay-container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.stay-main-title {
    font-family: 'Fredoka One', cursive !important;
    font-size: 42px !important;
    color: #1C1C1C !important;
    margin-bottom: 50px !important;
    font-weight: 400 !important;
}

.stay-cards-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
}

/* Generic Card Styles */
.flo-card {
    border-radius: 32px !important;
    padding: 50px 40px 40px 40px !important;
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.flo-card-image-wrap {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 40px !important;
    flex-grow: 1 !important;
}

.flo-product-img {
    max-width: 90% !important;
    height: auto !important;
    object-fit: contain !important;
}

.flo-card-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    width: 100% !important;
}

.flo-info-left {
    flex: 1 !important;
    padding-right: 20px !important;
}

.flo-info-right {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    text-align: right !important;
    min-width: 150px !important;
}

/* Typography - LORA FONT */
.flo-product-title {
    font-family: 'Lora', serif !important;
    font-size: 20px !important;
    color: #1C1C1C !important;
    margin: 0 0 15px 0 !important;
    font-weight: 700 !important;
}

.flo-product-desc {
    font-family: 'Manrope', serif !important;
    font-size: 14px !important;
    color: #4A4A4A !important;
    margin: 0 0 10px 0 !important;
    line-height: 1.4 !important;
}

.flo-product-bullets {
    font-family: 'Manrope', serif !important;
    font-size: 14px !important;
    color: #4A4A4A !important;
    margin: 0 !important;
    padding-left: 18px !important;
}

.flo-product-bullets li {
    margin-bottom: 5px !important;
}

.flo-pack-size {
    font-family: 'Lora', serif !important;
    font-size: 18px !important;
    color: #4A4A4A !important;
    margin-bottom: 5px !important;
}

.flo-price {
    font-family: 'Lora', serif !important;
    font-size: 42px !important; 
    font-weight: 100 !important;
    color: #1C1C1C !important;
    /* This massive margin pushes the text up and away from the Add to Cart button */
    margin-bottom: 45px !important; 
    line-height: 1 !important; 
}

.flo-add-btn {
    background-color: #FFC72C !important;
    color: #1C1C1C !important;
    font-family: 'Lora', serif !important;
    font-weight: 700 !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: opacity 0.2s !important;
}
.flo-add-btn:hover { opacity: 0.9 !important; }

/* Card 1: Comfort 6 */
.comfort-card {
    background-color: #FCEAE5 !important;
}

/* Card 2: Savoury */
.savoury-card {
    background-color: #D3D3D3 !important;
}

.savoury-img {
    max-width: 70% !important;
    transform: rotate(15deg) !important;
}

/* =======================================
   SAVOURY CARD 'NEW' BADGE
======================================= */
.savoury-badge-wrapper {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 160px !important;
    height: auto !important;
    z-index: 5 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.savoury-new-band-bg {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.savoury-new-text {
    position: absolute !important;
    top: 35px !important;
    right: 30px !important;
    font-family: 'Lora', serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1C1C1C !important;
    letter-spacing: 2px !important;
    transform: rotate(45deg) !important;
}

.flo-coming-soon {
    font-family: 'Lora', serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #1C1C1C !important;
    margin-top: 10px !important;
}

/* Rotates the single bar in the related products card to match the hero style */
.slanted-card-img {
    transform: rotate(-15deg) !important;
    max-width: 60% !important;
}

/* Mobile Responsiveness */
@media (max-width: 900px) {
    .stay-cards-grid { grid-template-columns: 1fr !important; }
    .flo-card-content { flex-direction: column !important; align-items: flex-start !important; }
    .flo-info-right { align-items: flex-start !important; text-align: left !important; margin-top: 20px !important; }
    .stay-container { padding: 0 20px !important; }
}

/* =======================================
   COMFORT 6 SPECIFIC OVERRIDES
======================================= */

/* 1. Expand the pink box for the 6-pack */
main.custom-product-page .comfort-left-col {
    width: 650px !important;
    max-width: 100% !important;
}

/* 2. Make the 6-pack image scale up inside the bigger box */
main.custom-product-page .comfort-img {
    transform: none !important;
    max-width: 580px !important;
    width: 100% !important;
    height: auto !important;
}

/* =======================================
   BULLETPROOF HERO STYLES (OVERRIDE THEME)
======================================= */

main.custom-product-page h1.product-title {
    font-family: 'Fredoka One', cursive !important;
    font-size: 42px !important;
    color: #FA3558 !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: none !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}

main.custom-product-page .product-short-desc {
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #4A4A4A !important;
    line-height: 1.6 !important;
    margin-bottom: 30px !important;
}

main.custom-product-page .ingredients-pills {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
}

main.custom-product-page .pill {
    background-color: #FCEFEA !important;
    color: #1C1C1C !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 14px !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-weight: 600 !important;
    display: inline-block !important;
}

main.custom-product-page .add-to-cart-btn {
    background-color: #FA3558 !important;
    color: #FFFFFF !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 15px 40px !important;
    border-radius: 30px !important;
    border: none !important;
    cursor: pointer !important;
    margin-top: 20px !important;
    display: inline-block !important;
}

/* =======================================
   COMFORT 6 HERO REFINEMENTS
======================================= */

/* 1. Reviews row */
main.custom-product-page .product-reviews-summary {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
}
main.custom-product-page .stars {
    color: #FFC72C !important;
    font-size: 24px !important;
    letter-spacing: 2px !important;
}
main.custom-product-page .half-star {
    color: #D3D3D3 !important;
}
main.custom-product-page .rating-number {
    font-family: 'Manrope', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1C1C1C !important;
}
main.custom-product-page .review-count {
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px !important;
    color: #4A4A4A !important;
}

/* 2. Price row */
main.custom-product-page .product-price-row {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 25px !important;
}
main.custom-product-page .price-strikethrough {
    font-family: 'Manrope', sans-serif !important;
    font-size: 24px !important;
    color: #999999 !important;
    text-decoration: line-through !important;
}
main.custom-product-page .price-current {
    font-family: 'Manrope', sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1C1C1C !important;
}
main.custom-product-page .shipping-badge {
    background-color: #B4C086 !important;
    color: #1C1C1C !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 12px !important;
    padding: 5px 12px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
}

/* 3. Ingredient pills */
main.custom-product-page .pill {
    background-color: #FCEAE5 !important;
    color: #1C1C1C !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 14px !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-weight: 500 !important;
}

/* 4. Allergen copy */
main.custom-product-page .allergen-warning {
    font-family: 'Manrope', sans-serif !important;
    font-size: 14px !important;
    color: #FA3558 !important;
    margin-top: 15px !important;
    margin-bottom: 30px !important;
}

/* 5. Add to Cart button */
main.custom-product-page .add-to-cart-btn {
    background-color: #FA3558 !important;
    color: #FFFFFF !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 15px 40px !important;
    border-radius: 12px !important;
    border: none !important;
    cursor: pointer !important;
    width: 100% !important;
    max-width: 350px !important;
    text-transform: none !important;
}
/* =======================================
   STAY IN THE FLO - VERTICAL POSITIONING
======================================= */
/* Lifts the right column (price + button) up from the bottom edge */
.stay-in-flo-section .flo-info-right {
    transform: translateY(-35px) !important; /* Slides the entire block up by 35 pixels */
}

.flo-price {
    font-family: 'Lora', serif !important;
    font-size: 42px !important; 
    font-weight: 100 !important;
    color: #1C1C1C !important;
    /* This massive margin pushes the text up and away from the Add to Cart button */
    margin-bottom: 45px !important; 
    line-height: 1 !important; 
}

/* =======================================
   WOOCOMMERCE CART PAGE OVERRIDES
======================================= */

/* 1. Master Page Background & Layout */
body.woocommerce-cart {
    background-color: #FAF8F5 !important;
}

body.woocommerce-cart .woocommerce {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 80px 40px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 50px !important;
}

body.woocommerce-cart .entry-title,
body.woocommerce-cart h1.page-title {
    font-family: 'Fredoka One', cursive !important;
    font-size: 56px !important;
    color: #1C1C1C !important;
    width: 100% !important;
    margin-bottom: 40px !important;
}

/* 2. Left Column: Cart Form/Table */
body.woocommerce-cart .woocommerce-cart-form {
    width: 60% !important;
}

.woocommerce table.shop_table {
    border: none !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

.woocommerce table.shop_table th {
    font-family: 'Manrope', sans-serif !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    color: #999 !important;
    border: none !important;
    border-bottom: 2px solid #EAEAEA !important;
    padding: 15px 0 !important;
    letter-spacing: 1px !important;
}

.woocommerce table.shop_table td {
    border: none !important;
    border-bottom: 1px solid #EAEAEA !important;
    padding: 30px 0 !important;
    vertical-align: middle !important;
}

.woocommerce table.cart .product-thumbnail img {
    width: 80px !important;
    height: auto !important;
    background: #EAEAEA !important;
    border-radius: 8px !important;
}

.woocommerce table.cart .product-name a {
    font-family: 'Lora', serif !important;
    font-size: 20px !important;
    font-style: italic !important;
    color: #1C1C1C !important;
    text-decoration: none !important;
}

.woocommerce table.cart a.remove {
    color: #999 !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    background: #EAEAEA !important;
    border-radius: 50% !important;
    width: 24px !important;
    height: 24px !important;
    line-height: 22px !important;
    text-align: center !important;
}
.woocommerce table.cart a.remove:hover {
    background: #FA3558 !important;
    color: #FFF !important;
}

.woocommerce .actions {
    padding: 30px 0 !important;
    border: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.woocommerce .actions .coupon {
    display: flex !important;
    gap: 15px !important;
}

.woocommerce .actions .coupon input.input-text {
    padding: 12px 20px !important;
    border: 1px solid #CCC !important;
    border-radius: 8px !important;
    font-family: 'Manrope', sans-serif !important;
    width: 200px !important;
}

.woocommerce .actions button.button {
    background-color: #FA3558 !important;
    color: #FFF !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    padding: 12px 24px !important;
    text-transform: uppercase !important;
}

.woocommerce .actions button[name="update_cart"] {
    background-color: transparent !important;
    color: #1C1C1C !important;
    border: 1px solid #FA3558 !important;
}

/* 3. Right Column: Cart Totals Box */
body.woocommerce-cart .cart-collaterals {
    width: 35% !important;
}

body.woocommerce-cart .cart_totals {
    background-color: #FCEAE5 !important;
    padding: 40px !important;
    border-radius: 20px !important;
    width: 100% !important;
}

body.woocommerce-cart .cart_totals h2 {
    font-family: 'Fredoka One', cursive !important;
    font-size: 32px !important;
    margin-bottom: 30px !important;
    color: #1C1C1C !important;
}

body.woocommerce-cart .cart_totals table {
    width: 100% !important;
    border: none !important;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
    border: none !important;
    padding: 15px 0 !important;
    font-family: 'Manrope', sans-serif !important;
    color: #4A4A4A !important;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
    border-top: 1px solid #EAEAEA !important;
    font-size: 24px !important;
    font-family: 'Lora', serif !important;
    color: #1C1C1C !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #FA3558 !important;
    color: #FFF !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 20px !important;
    border-radius: 12px !important;
    display: block !important;
    text-align: center !important;
    margin-top: 30px !important;
}

/* Mobile Responsiveness */
@media (max-width: 900px) {
    body.woocommerce-cart .woocommerce {
        flex-direction: column !important;
        padding: 40px 20px !important;
    }
    body.woocommerce-cart .woocommerce-cart-form,
    body.woocommerce-cart .cart-collaterals {
        width: 100% !important;
    }
}

/* =======================================
   CUSTOM FLOBITES HEADER STYLES
======================================= */
.custom-flo-header {
    width: 100% !important;
    background-color: #FAF8F5 !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid #EAEAEA !important;
    position: relative !important;
    z-index: 9999 !important;
}

.custom-flo-container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* Logo */
.flo-logo-area {
    flex: 1 !important;
}
.flo-main-logo {
    max-width: 140px !important;
    height: auto !important;
}

/* Navigation Links */
.flo-main-nav {
    flex: 2 !important;
    display: flex !important;
    justify-content: center !important;
}
.flo-main-nav ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    gap: 40px !important;
}
.flo-main-nav a {
    text-decoration: none !important;
    color: #1C1C1C !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    transition: color 0.3s ease !important;
}
.flo-main-nav a:hover {
    color: #FA3558 !important;
}

/* Right Actions (Button & Cart) */
.flo-action-area {
    flex: 1 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 25px !important;
}

.header-shop-btn {
    background-color: #FA3558 !important;
    color: #FFFFFF !important;
    padding: 12px 30px !important;
    border-radius: 40px !important;
    text-decoration: none !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: opacity 0.3s ease !important;
    white-space: nowrap !important;
}
.header-shop-btn:hover {
    opacity: 0.8 !important;
    color: #FFFFFF !important;
}

.header-cart-link {
    display: flex !important;
    align-items: center !important;
    transition: opacity 0.2s ease !important;
}
.header-cart-link:hover {
    opacity: 0.7 !important;
}
.nav-cart-icon {
    width: 32px !important;
    height: auto !important;
}

/* Basic Mobile Responsiveness */
@media (max-width: 900px) {
    .custom-flo-container {
        flex-direction: column !important;
        gap: 20px !important;
    }
    .flo-main-nav ul {
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
    }
    .flo-action-area {
        justify-content: center !important;
    }
}

/* =======================================
   ALL PRODUCTS PAGE - CENTERING ISLAND FIX
======================================= */

/* 1. Force the page to take full width */
main.flo-shop-main {
    background-color: #FAF8F5 !important;
    padding: 60px 0 100px 0 !important;
    min-height: 80vh !important;
    width: 100% !important;
    display: block !important;
    overflow-x: hidden !important;
}

/* 2. Create the perfectly centered island */
.flo-shop-container {
    max-width: 1250px !important;
    margin: 0 auto !important;
    width: 100% !important;
    padding: 0 20px !important;
}

/* 3. Stretch the Header across the Island */
.flo-shop-header {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 50px !important;
}

.flo-shop-title {
    font-family: 'Fredoka One', cursive !important;
    font-size: 42px !important;
    color: #1C1C1C !important;
    margin: 0 !important;
}

.flo-sort-btn {
    background-color: #FA3558 !important;
    color: #FFF !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 10px 20px !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    cursor: pointer !important;
    margin-left: auto !important;
}

.sort-icon {
    background: rgba(255,255,255,0.3) !important;
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 10px !important;
}

/* 4. The Flex Container for the Cards */
.flo-products-grid {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 60px !important;
}

/* 5. Lock the Card Sizes */
.flo-product-card {
    background-color: #F8E5E0 !important;
    border-radius: 24px !important;
    padding: 50px 45px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    width: 550px !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
}

/* 6. Specific Image Sizing */
.flo-card-img-wrapper {
    min-height: 320px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 30px !important;
}

.flo-product-card:nth-child(1) .flo-card-img-wrapper img {
    max-width: 100% !important;
    transform: scale(1.15) !important;
}

.flo-product-card:nth-child(2) .flo-card-img-wrapper img {
    max-width: 60% !important;
    transform: scale(1) !important;
}

.flo-card-details {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
}

.flo-card-left {
    width: 60% !important;
}

.flo-card-left h2 {
    font-family: 'Lora', serif !important;
    font-size: 24px !important;
    color: #1C1C1C !important;
    margin: 0 0 10px 0 !important;
}

.flo-card-left p {
    font-family: 'Manrope', sans-serif !important;
    font-size: 12px !important;
    color: #4A4A4A !important;
    margin: 0 0 15px 0 !important;
}

.flo-card-left ul {
    padding-left: 15px !important;
    margin: 0 !important;
}

.flo-card-left li {
    font-family: 'Manrope', sans-serif !important;
    font-size: 11px !important;
    color: #4A4A4A !important;
    margin-bottom: 5px !important;
}

.flo-card-right {
    width: 35% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    text-align: right !important;
}

.flo-pack {
    font-family: 'Manrope', sans-serif !important;
    font-size: 14px !important;
    color: #1C1C1C !important;
    margin-bottom: 2px !important;
}

.flo-price {
    font-family: 'Fredoka One', cursive !important;
    font-size: 28px !important;
    color: #1C1C1C !important;
    margin-bottom: 15px !important;
}

.flo-add-btn {
    background-color: #FFC107 !important;
    color: #1C1C1C !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    text-align: center !important;
    display: inline-block !important;
    white-space: nowrap !important;
    transition: opacity 0.3s ease !important;
}

.flo-add-btn:hover {
    opacity: 0.8 !important;
}

@media (max-width: 900px) {
    .flo-products-grid {
        grid-template-columns: 1fr !important;
    }
    .flo-card-details {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .flo-card-left, .flo-card-right {
        width: 100% !important;
        align-items: flex-start !important;
        text-align: left !important;
    }
    .flo-card-right {
        margin-top: 20px !important;
    }
}

