.page-id-1265 h1.entry-title {
  display: none
}

h1.entry-title {
   text-align: center 
}
.single-product .product_meta {
display: none;
}
.elementor-kit-6657 input:not([type="button"]):not([type="submit"]), .elementor-kit-6657 textarea, .elementor-kit-6657 .elementor-field-textual {
    color: black;
}
/* === GLOBAL FONT FAMILY & WEIGHT === */
body, button, input, select, textarea {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.6;
  color: #111;
}

/* === HEADINGS STYLE (h1–h6) === */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: #111;
}

/* === PRODUCT TITLE ALIGNMENT / HIDE PAGE TITLES ON SPECIFIC PAGES === */
.page-id-1265 h1.entry-title {
  display: none;
}
h1.entry-title {
  text-align: center;
}

/* === HIDE PRODUCT META === */
.single-product .product_meta {
  display: none;
}

/* === FORM FIELD COLOR FIX (IF NEEDED) === */
.elementor-kit-6657 textarea,
.elementor-kit-6657 .elementor-field-textual {
  color: black;
}

/* === BUTTONS (Match Timeline Style) === */
button,
.elementor-button {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 6px;
  color: #fff;
}

/* === PRODUCT CARD TITLES (Loop) === */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.single-product .product_title {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: #111;
}

/* === SHOW HIDDEN ELEMENTS IN BACKEND === */
body.elementor-editor-active .extra-tab-row.hidden {
  display: flex !important;
}
.microvora-button {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  background-color: white;
  color: #113F32;
  border: 2px solid #113F32;
  padding: 10px 20px;
  border-radius: 999px; /* pill shape */
  transition: all 0.25s ease;
  box-shadow: none;
  cursor: pointer;
}

.microvora-secondary-button:hover {
  background-color: #113F32;
  color: white;
}
.subscription-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 600px;
  margin-top: 20px;
}

.sub-option {
  border: 1px solid #ccc;
	gap: 0;
	position: relative;
  border-radius: 12px;
  padding: 14px 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  transition: border 0.2s ease;
}

.sub-option:hover {
  border-color: #444;
}

.sub-option input[type="radio"] {
  margin-right: 14px;
  transform: scale(1.2);
}

.sub-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  width: 100%;
}
.sub-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.sub-content .left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sub-content .right {
  text-align: right;
}

.price-old {
  text-decoration: line-through;
  color: #aaa;
  font-size: 14px;
  margin-right: 5px;
}

.price-new {
  font-size: 16px;
  font-weight: 600;
}

.subtext {
  color: #d32f2f;
  font-size: 13px;
}

.badge {
  background: #333;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
}

.badge.best {
  background: #d32f2f;
}

.add-to-cart-btn {
  width: 100%;
  background: #000;
  color: #fff !important;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  text-align: center;
}

.add-to-cart-btn:hover {
  background: #111;
}

/* One-time purchase styled like a ghost button */
.one-time-btn {
  display: inline-block;
  margin: 16px auto 0;
  padding: 12px 24px;
  font-size: 14px;
  color: #000;
  border: 2px solid #000;
  border-radius: 999px;
  background: transparent;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

/* Center it */
.one-time-btn-container {
  display: flex;
  justify-content: center;
}
.renew-bar {
  background-color: #f6f6f6;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 14px;
  margin-top: 12px;
  border: 1px solid #e0e0e0;
  font-family: Inter, sans-serif;
}
/* === SUBSCRIPTION OPTION REFINEMENTS (Timeline-style) === */

.subscription-options {
  font-family: 'Inter', sans-serif;
}

.sub-option.selected {
  border-color: #000;
  box-shadow: 0 0 0 2px #000;
}

.badge {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 10px;
  background: #333;
  padding: 4px 6px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
}

.badge.best {
  background: #d32f2f;
}
.renew-note {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 6px;
  display: block;
  font-size: 13px;
  color: #444;
  font-family: 'Inter', sans-serif;
}

.renew-line,
.pause-line {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 14px;
  color: #444;
}

.renew-line svg,
.pause-line svg {
  width: 14px;
  height: 14px;
  fill: #888;
}



.subscription-options,
.subscription-options * {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}


.sub-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  margin-bottom: 6px; /* adds clean spacing before renew lines */
}
/* Center the "View cart" link under the button */
.single-product a.added_to_cart.wc-forward {
  float: none !important;
  display: block !important;
  text-align: center;
  margin: 10px auto 0;
}
.single-product form.cart {
  text-align: center;
}
/* Force "View cart" link to be centered under the custom Add to Cart */
.subscription-options .added_to_cart.wc-forward,
.subscription-options + .added_to_cart.wc-forward,
.subscription-options ~ .added_to_cart.wc-forward,
.woocommerce div.product form.cart .added_to_cart.wc-forward {
  float: none !important;
  display: block !important;
  text-align: center !important;
  width: 100% !important;
  margin: 10px auto 0 !important;
}
/* One-time purchase: make focus ring solid instead of dotted */
.subscription-options .one-time-link:focus,
.subscription-options .one-time-link:focus-visible {
  outline: 2px solid #0f766e !important;  /* solid teal box */
  outline-offset: 2px;                    /* a little breathing room */
}
/* === Shop left text menu (Timeline-style) === */
.shop-side-menu .menu,
.shop-side-menu .elementor-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* base links: light grey, no underline */
.shop-side-menu .menu a,
.shop-side-menu .elementor-nav-menu a {
  display: block;
  padding: 4px 0;
  font-size: 20px;
  color: #9a9a9a;
  text-decoration: none;
  font-weight: 400;
}

/* hover: darken a bit */
.shop-side-menu .menu a:hover,
.shop-side-menu .elementor-nav-menu a:hover {
  color: #111111;
}

/* active (current category/page): dark + bold */
.shop-side-menu .menu .current-menu-item > a,
.shop-side-menu .menu .current-menu-ancestor > a,
.shop-side-menu .elementor-nav-menu .current-menu-item > a,
.shop-side-menu .elementor-nav-menu .current-menu-ancestor > a {
  color: #111111;
  font-weight: 600;
  text-decoration: none;          /* kill default underline */
  border-bottom: 2px solid #111;  /* subtle “selected” line, like their style */
  padding-bottom: 2px;
}
/* === MICROVORA SHOP GRID – New Shop page (ID 16321) === */

/* Reset product cards: no background, no shadow, left-aligned */
.page-id-16321 .woocommerce ul.products li.product {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 56px;
  text-align: left !important;
}

/* Big tall image with rounded corners */
.page-id-16321 .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
  width: 100%;
  height: 340px;               /* adjust up/down if you want taller/shorter */
  object-fit: cover;
  border-radius: 24px;
  display: block;
  margin-bottom: 16px;
}

/* Title smaller so it can share a row with price */
.page-id-16321 .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #111;
  margin: 0;
  display: inline-block !important;
  max-width: 70%;              /* leaves room on the right for price */
}

/* Price on the right, next to the title */
.page-id-16321 .woocommerce ul.products li.product .price {
  display: inline-block !important;
  float: right !important;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  color: #111;
}

/* Hide rating stars in the grid */
.page-id-16321 .woocommerce ul.products li.product .star-rating {
  display: none !important;
}

/* Small gray descriptor line under title/price (if it exists) */
.page-id-16321 .woocommerce ul.products li.product .woocommerce-product-details__short-description,
.page-id-16321 .woocommerce ul.products li.product .woocommerce-loop-product__description {
  clear: both;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4;
  color: #6b6b6b;
}

/* Hide add-to-cart buttons in the grid for a clean gallery */
.page-id-16321 .woocommerce ul.products li.product .button {
  display: none !important;
}
/* Dotted line under "All products" heading on New Shop page (ID 16321) */
.page-id-16321 .mv-shop-heading .elementor-heading-title {
  position: relative;
  padding-bottom: 18px;   /* space between text and dots */
  margin-bottom: 24px;    /* space between dots and next content */
}

.page-id-16321 .mv-shop-heading .elementor-heading-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;               /* makes the line stretch full width of the container */
  bottom: 0;
  border-bottom: 2px dotted #3b3b35;  /* tweak color/thickness to match accordion */
}
/* === BIOACTIVE VISUAL – CONTAINER === */
#bioactive-visual {
  position: relative;
  overflow: visible;        /* let markers extend past the circle if needed */
  max-width: 640px;         /* optional: keeps it from blowing up too wide */
  margin: 0 auto;           /* center the whole sphere block on the page */
}

/* === VIDEO – KEEP SPHERE CENTERED INSIDE THE CIRCLE === */
#bioactive-visual .bioactive-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;        /* fill the circular mask */
  object-position: center center; /* <-- this is the key line */
  z-index: 1;
}

/* === MARKERS (CHIPS) === */
#bioactive-visual .marker {
  position: absolute;
  z-index: 5;
  transform: translate(-50%, -50%);
  white-space: nowrap;

  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;

  font-size: 11px;
  padding: 4px 6px;
  border-radius: 999px;
}

#bioactive-visual .marker.is-hidden {
  display: none !important;
}

@media (max-width: 767px) {
  #bioactive-visual .marker {
    font-size: 10px;
    padding: 3px 5px;
  }
}
.posted-by,
.post-author,
.entry-author,
.author,
.post-meta .author,
.meta-author {
    display: none !important;
}
/* Hide the meta row: comments / category / author on single posts */
.single-post .entry-meta,
.single-post .entry-meta a,
.single-post .post-meta,
.single-post .post-meta a,
.single-post .byline,
.single-post .comments-link,
.single-post .cat-links {
    display: none !important;
}
body,
.site,
#content,
.container,
.site-content,
.page-content,
.entry-content {
    background: #ffffff !important;
}
/* Hide Authorize.Net CIM saved-card choices on checkout */
.woocommerce-checkout #payment input[id^="wc-authorize-net-cim-credit-card-payment-token"],
.woocommerce-checkout #payment label[for^="wc-authorize-net-cim-credit-card-payment-token"] {
    display: none !important;
}
/* Hide only the "Clinically Recommended" badge everywhere */
.subscription-options .badge:not(.best) {
  display: none !important;
}
/* ============================
   MICROVORA – SUBSCRIPTION BOX RESTYLE
   Make it look clearly different from Timeline
   ============================ */

/* 1. Card shape + border style (left accent bar, softer corners) */
.subscription-options .sub-option {
  border-radius: 8px !important;
  border-width: 1px 1px 1px 6px !important;
  border-style: solid !important;
  border-color: #e5e7eb #e5e7eb #e5e7eb #0f766e !important; /* light grey, teal accent */
  background: #f9fafb !important;                          /* light grey background */
  box-shadow: none !important;
}

/* 2. Selected state – soft teal block instead of bold outline */
.subscription-options .sub-option.is-open {
  border-color: #0f766e !important;
  background: #e0f2f1 !important;  /* pale teal fill */
}

/* 3. Radio indicator – square + teal, not round */
.subscription-options .radio-ui {
  border-radius: 3px !important;
  border-color: #0f766e !important;
}

.subscription-options .radio-ui::after {
  border-radius: 2px !important;
  background: #0f766e !important;
}

/* 4. Price column – left aligned, slightly different hierarchy */
.subscription-options .right {
  text-align: left !important;
}

.subscription-options .price-per-month {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #111827 !important;
}

.subscription-options .price-old {
  font-size: 13px !important;
  color: #9ca3af !important;
}

.subscription-options .price-new {
  font-size: 15px !important;
  font-weight: 700 !important;
}

/* 5. "Save X%" text – shift to pill style under the title */
.subscription-options .subtext strong {
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: #fee2e2;
  color: #b91c1c;
  padding: 2px 6px;
  border-radius: 999px;
  display: inline-block;
}
/* Already hiding "Clinically Recommended" badge */
.subscription-options .badge:not(.best) {
  display: none !important;
}

