/** Shopify CDN: Minification failed

Line 232:0 All "@import" rules must come first
Line 660:29 Expected "}" to go with "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-banner (INDEX:16) */
.symptom-stack-container {
  /* max-width: 80%; */
  width:100%;
  margin: 0 auto;
  /* padding: 60px 20px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position:relative;
  padding-bottom :45%;
}
  .symptom-bottom{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  }
  
.symptom-top{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.symptom-image {
  width: 80%;
  max-width: 100%;
  /* margin-bottom: 20px; */
}

.symptom-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* .symptom-button-area {
  margin-top: 80px;
  position: absolute;
    bottom: 10%;
    font-size: 40px;
}
  .symptom-button-area {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 10%;
}

.symptom-button {
  background-color: #2c2140;
  color: #fff;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s ease;
}

.symptom-button:hover {
  background-color: #4c3d7b;
} */
.symptom-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  gap: 20px;
  flex-wrap: wrap;
}

.symptom-left,
.symptom-right {
  width: 48%;
}

.symptom-button {
  background-color: #534087; /* original background */
  color: #fff;
  border: 2px solid v;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.symptom-button:hover {
  background-color: #fff;
  color: #534087;
  border: 2px solid #534087
}

.symptom-button:focus,
.symptom-button:active {
  background-color: #fff;
  color: #534087;
  border: 2px solid #534087;
  outline: none;
  box-shadow: none;
}


.symptom-right h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2c2140;
  font-weight: 900 !important;
}

.symptom-left p {
  font-size: 3.3rem;
    font-style: italic;
    line-height: 3.5rem;
    text-align: left;
  color: #534087;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
  .symptom-content-wrapper {
    flex-direction: column;
    bottom: 5%;
    width: 90%;
  }

  .symptom-left,
  .symptom-right {
    width: 100%;
    text-align: center;
  }
}
   @media screen and (min-width: 1024px) and (max-width: 1279px) {
    #shopify-section-custom_banner_7AtL8A .symptom-content-wrapper {
      bottom: 1% !important;
    }
  }

  @media screen and (min-width: 1280px) and (max-width: 1919px) {
    #shopify-section-custom_banner_7AtL8A .symptom-content-wrapper {
      bottom: 8% !important;
    }
  }

  @media screen and (min-width: 1920px) {
    #shopify-section-custom_banner_7AtL8A .symptom-content-wrapper {
      bottom: 13% !important;
    }
  }


@media screen and (max-width: 768px) {
  .symptom-stack-container {
    max-width: 95%;
    padding: 40px 15px;
  }

  /* .symptom-button-area {
    margin-top: 60px;
  } */
}
/* display */
  .symptom-stack-container {
    display: none;
  }

  @media screen and (min-width: 1024px) {
    .symptom-stack-container {
      display: flex !important;
    }
  }
/* END_SECTION:custom-banner */

/* START_SECTION:mv-hero-stats (INDEX:54) */
/* ============================================================
   MENOVEDA – Diet, Lifestyle & Supplements Section
   ============================================================ */

/* ── CSS Variables (Menoveda Brand) ── */
.dls-section {
  --color-primary:     #1D4238;
  --color-bg:          #FFF;
  --color-accent-gold: #B58E58;
  --color-text:        #212121;
  --color-text-light:  #555555;
  --color-card-green-bg:  #EEF5F1;
  --color-card-green-bdr: #C2DDD1;
  --color-card-pink-bg:   #FDF0F0;
  --color-card-pink-bdr:  #F0CCCC;
  --color-feature-bg:  #FFFFFF;
  --color-feature-bdr: #E8E0D6;
  --color-icon-bg:     #F3ECE2;

  --font-heading: 'Cormorant Garamond', 'Cormorant', Georgia, serif;
  --font-body:    'Jost', 'Montserrat', sans-serif;

  --radius-card: 12px;
  --radius-feature: 10px;

  background-color: var(--color-bg);
  padding: 72px 0 80px;
  font-family: var(--font-body);
  color: var(--color-text);
}

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Jost:wght@300;400;500;600&display=swap');

/* ── Container ── */
.dls-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Eyebrow ── */
.dls-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent-gold);
  margin: 0 0 14px;
}

/* ── Main Heading ── */
.dls-main-heading {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 52px;
  max-width: 680px;
}

/* ── Sub Headings ── */
.dls-sub-heading {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  font-weight: 600;
  color: var(--color-text);
  letter-spacing: 0.01em;
  margin: 0 0 16px;
  line-height: 1.3;
}

/* ── Body Text ── */
.dls-body-text {
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--color-text-light);
  margin: 0 0 32px;
  max-width: 820px;
}

/* ── Diet Block ── */
.dls-diet-block {
  margin-bottom: 64px;
}

/* ── Two Column Cards (Emphasise / Moderate) ── */
.dls-two-col-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 8px;
}

/* ── Card Base ── */
.dls-card {
  border-radius: var(--radius-card);
  padding: 24px 26px 28px;
  border: 1px solid transparent;
}

.dls-card--green {
  background-color: var(--color-card-green-bg);
  border-color: var(--color-card-green-bdr);
}

.dls-card--pink {
  background-color: var(--color-card-pink-bg);
  border-color: var(--color-card-pink-bdr);
}

.dls-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.dls-card__icon {
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

.dls-card__title {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text);
  margin: 0;
  letter-spacing: 0.01em;
}

/* ── List ── */
.dls-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dls-list__item {
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--color-text);
  padding: 9px 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  position: relative;
  padding-left: 14px;
}

.dls-list__item::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--color-text-light);
  font-size: 12px;
}

.dls-list__item:last-child {
  border-bottom: none;
}

/* ── Supplements Block ── */
.dls-supplements-block {
  margin-bottom: 60px;
}

/* ── Lifestyle Block ── */
.dls-lifestyle-block {
  margin-bottom: 20px;
}

/* ── 3-Column Grid ── */
.dls-grid {
  display: grid;
  gap: 16px;
}

.dls-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}

/* ── Feature Card ── */
.dls-feature-card {
  background: var(--color-feature-bg);
  border: 1px solid var(--color-feature-bdr);
  border-radius: var(--radius-feature);
  padding: 20px 18px 22px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.dls-feature-card:hover {
  box-shadow: 0 6px 24px rgba(29, 66, 56, 0.09);
  transform: translateY(-2px);
}

/* Icon wrap – soft beige circle */
.dls-feature-card__icon-wrap {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: var(--color-icon-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.dls-feature-card__icon-wrap img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.dls-feature-card__emoji {
  font-size: 20px;
  line-height: 1;
}

.dls-feature-card__body {
  flex: 1;
  min-width: 0;
}

.dls-feature-card__title {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text);
  margin: 0 0 7px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.dls-feature-card__text {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.65;
  color: var(--color-text-light);
  margin: 0;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .dls-section {
    padding: 48px 0 56px;
  }

  .dls-two-col-cards {
    grid-template-columns: 1fr;
  }

  .dls-grid--3col {
    grid-template-columns: 1fr;
  }

  .dls-main-heading {
    font-size: 1.8rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .dls-grid--3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* END_SECTION:mv-hero-stats */

/* START_SECTION:paragraph-custom (INDEX:66) */
ul {
  color: inherit!important;
}
details {
  position: relative;
}
details summary {
  display: block;
  cursor: pointer;
  color: red;
}
details summary:focus {
  outline: none;
}
details[open] {
  display: block;
  padding-bottom: 25px;
  padding-top: 10px;
  animation: open 0.2s linear;
}
details[open] summary {
  position: absolute;
  bottom: 0;
  left: 0;
}
details #open {
  padding-left: 5px;
  text-align: middle;
}
details #open:after {
  display: inline-block;
  position: relative;
  top: -3px;
  padding-left: 8px;
  content: "\00bb";
  transform: rotate(90deg);
}
details[open] #open {
  display: none;
}
details #close {
  display: none;
}
details #close:after {
  display: inline-block;
  position: relative;
  top: 6px;
  padding-left: 8px;
  content: "\00bb";
  transform: rotate(-90deg);
}
details[open] #close {
  display: block;
}
::-webkit-details-marker {
  display: none;
}
@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 636px) {
  .mob-pad {
    padding: 0px 12px;
  }
}
/* END_SECTION:paragraph-custom */

/* START_SECTION:section-custom-product-data (INDEX:87) */
.ast-vd-title-wrapper {
    width: 100%;
}
.ast-vd-option {
    flex: 1;
}
.ast-vd-option label {
    height: 100%;
    padding-left:0 !important;
    padding-top:0;
    align-items: baseline !important;
}
.ast-vd-option .ast-vd-option-title,
.ast-vd-option .ast-vd-option-price-wrapper,
.ast-vd-option .ast-vd-total-price-wrapper,
.ast-vd-option .ast-vd-variant-wrapper {
  display:none !important;
}
.ast-vd-option label:before {
  left: unset !important;
  right: 0;
  top: 10px !important;
}
.ast-vd-option.ast-vd-option-active label:after {
  left: unset !important;
  right: 9px;
  top: 10px !important;
}
.ast-vd-option label span,
.ast-vd-option label > div {
    width: 100%;
}
.pitem p {
  margin:0;
}
.pitem .title {
    font-size: 26px;
    padding-right: 20px;
}
.cprice {
    text-decoration: line-through;
    font-size: 16px;
    color: #858585;
    line-height: 1.2;
}
.pprice {
    padding-top: 25px;
    font-size: 26px;
}
.pitem {
    padding: 0 10px;
    display: block;
}

.ast-vd-option.ast-vd-option-active label:before {
    background-color: #c11515 !important;
    border-color: #c11515 !important;
}
.ast-vd-option.ast-vd-option-active {
   border: 1px solid #c11515 !important;
}
@media screen and (min-width: 450px){
.ast-vd {
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
/* END_SECTION:section-custom-product-data */

/* START_SECTION:text-slider (INDEX:119) */
@keyframes marquee {
  0% {
    text-indent: 430px
  }
  100% {
    text-indent: -485px
  }
}

@-webkit-keyframes marquee {
  0% {
    text-indent: 430px
  }
  100% {
    text-indent: -485px
  }
}

.marquee {
  font-size: 25px;
  overflow: hidden;
  white-space: nowrap;
  animation: marquee 12s linear infinite;
  -webkit-animation: marquee 12s linear infinite;
  margin-bottom:0px;
  margin-top:0px;
  border-bottom: 1px solid gainsboro;
  background: #dedaef;
    padding: 10px;

}
.marquee a{
  color:#21483F;
}
.marquee:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
/* END_SECTION:text-slider */