/* Custom overrides for Tailwind if needed */
body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
}

/* Smooth hover effect for buttons */
button, a {
  transition: all 0.2s ease-in-out;
}
button:hover, a:hover {
  transform: scale(1.05);
}

#hero-banner {
}
.hero-banner-content {
  position: relative;
  z-index: 1;
  max-width: 650px;
  height: 650px;
}
#certifications .fda-approved {
  height: auto;
  width: 130px;
  margin-top:20px
}
#certifications img {
  height: auto;
  width: 100px;
}
.certification-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px
}
.our-products {
  width: min(400px, 100%);
  max-width: 100%;
  margin: auto;
  border-bottom: solid 2px #19a249;
  font-size: 40px;
}
.product-card {
  font-size: 12px;
  background-color: #fff;
}
.cultivating-wellness-img-placeholder {
  height: 282px;
}
.testimonial-background {
  background: linear-gradient(180deg, rgba(37, 158, 72, 0) 0%, #53D057 58.56%, #259E48 100%);
}
.customer-reviews-bg {
  background: linear-gradient(to bottom, #80C16A, #41A651, #06703A);
}
.avatar-container {
  position: absolute;
  top: -17px;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  border: solid 4px #16a34a;
  background-color: #e6e6e6;
}
iframe.papa-p {
  width: 100%;
  max-width: 850px;
}
footer {
  min-height: 390px;
  background: radial-gradient(77.47% 170.6% at 19.41% 46.26%, #80C16A 0%, #41A651 50%, #06703A 100%);
}
.common-hero-bg {
  position: relative;
  background: radial-gradient(77.47% 170.6% at 19.41% 46.26%, #80C16A 0%, #41A651 50%, #06703A 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
#faq-wrapper {
  position: relative;
}
.collapsed-bg {
  display: none;
}
.collapsed .collapsed-bg {
  display: block;
}
#faq-wrapper .collapsed-bg,
.common-hero-bg-fade::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*height: 40%; !* Adjust the height of the fade area *!*/
  height: 100px; /* Adjust the height of the fade area */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  /* The RGBA values are white (255, 255, 255) transitioning from fully transparent (0) to fully opaque (1) */
}
.space-white {
  height: 200px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
#product-details-testimonials.common-hero-bg-fade::after {
  height: 250px;
  bottom: 200px;
}
.rounded-square {
  border-radius: 12px;
  background-color: #e6e6e6;
  height: 47px;
  width: 47px;
}
.testimonial-product-name {
  display: inline-block;
  border-bottom-right-radius: 40px;
  padding: 8px 24px 8px 18px;
  font-size: 15px;
}
.small-tiktok-embed-grid blockquote {
  transform: translateX(-18px) scale(.88);
}
@media screen and (max-width: 600px) {
  .small-tiktok-embed-grid blockquote {
    display: none;
  }
  .small-tiktok-embed-grid blockquote:first-of-type {
    display: block;
  }
}
/* For Chrome, Safari, Edge, and Opera */
input#quantity::-webkit-outer-spin-button,
input#quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input#quantity[type=number] {
  -moz-appearance: textfield;
}

/* General approach (for newer browsers supporting 'appearance') */
input#quantity[type=number] {
  appearance: none;
}
/* Ellipsis effect for collapsed state */
.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 10; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#testimonialsGrid .splide__arrow {
  background: none;
}
#testimonialsGrid .splide__arrow svg {
  fill: #19a249;
  width: 100px;
  height: 100px;
}
#testimonialsGrid .splide__arrow.splide__arrow--prev {
  left: -3em;
}
#testimonialsGrid .splide__arrow.splide__arrow--next {
  right: -3em;
}
.product-gallery {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-width: 0;
  border: solid 1px #19a249;
  cursor: pointer;
}
.product-gallery.selected {
  border-color: #16a34a;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
.product-description-toggle {
  position: relative;
}
.product-full-description {
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.product-description-button-wrap {
  display: none;
}
.product-description-toggle.is-collapsible .product-description-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.product-description-toggle-btn:hover {
  transform: none;
}

.breadcrumb-item-current {
  min-width: 0;
}

@media screen and (max-width: 640px) {
  .breadcrumb-item-current {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-break: break-word;
  }
}

@media screen and (min-width: 641px) {
  .breadcrumb-item-current {
    display: block;
    max-width: 20rem;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.about-us-journey-shell {
  background:
    radial-gradient(circle at top left, rgba(128, 193, 106, 0.16), transparent 34%),
    linear-gradient(180deg, #f8fcf7 0%, #ffffff 24%, #f5fbf4 100%);
}

.about-us-opening {
  display: grid;
  gap: 32px;
  margin-bottom: 56px;
  justify-items: center;
  text-align: center;
}

.about-us-opening-media,
.about-us-media-grid {
  display: grid;
  gap: 16px;
}

.about-us-opening-media-frame,
.about-us-media-item {
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
}

.about-us-opening-media-frame img,
.about-us-media-item img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}

.about-us-opening-media-frame figure,
.about-us-media-item figure {
  margin: 0;
}

.about-us-opening-copy,
.about-us-year-card,
.about-us-milestone-card {
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 10px;
  box-shadow: 0 22px 54px rgba(17, 24, 39, 0.08);
}

.about-us-opening-copy {
  padding: 32px 24px;
  width: 100%;
}

.about-us-opening-media {
  justify-content: center;
}

.about-us-opening-kicker {
  margin: 0 0 12px;
  color: #15803d;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-us-opening-title {
  margin: 0 0 12px;
  color: #14532d;
  font-size: 2.2rem;
  line-height: 1.05;
  font-weight: 800;
}

.about-us-opening .about-us-richtext {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.about-us-opening-lead {
  margin: 0 0 24px;
  color: #15803d;
  font-size: 1.125rem;
  font-weight: 600;
}

.about-us-timeline {
  position: relative;
  display: grid;
  gap: 28px;
}

.about-us-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(34, 197, 94, 0.2) 0%, rgba(22, 163, 74, 0.9) 18%, rgba(21, 128, 61, 0.35) 100%);
}

.about-us-year-block,
.about-us-milestone {
  position: relative;
  width: 100%;
  padding-left: 48px;
}

.about-us-year-badge {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 10px 18px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #166534 0%, #16a34a 100%);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 18px 36px rgba(22, 163, 74, 0.25);
}

.about-us-year-card,
.about-us-milestone-card {
  padding: 28px 22px;
}

.about-us-milestone-node {
  position: absolute;
  top: 34px;
  left: -47px;
  width: 22px;
  height: 22px;
  border: 5px solid #dcfce7;
  border-radius: 999px;
  background: #16a34a;
  box-shadow: 0 0 0 6px rgba(22, 163, 74, 0.16);
}

.about-us-milestone-title {
  color: #16a34a;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.about-us-milestone-title::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 500px;
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 2px solid #16a34a;
}

.about-us-richtext {
  color: #374151;
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
}

.about-us-richtext > *:first-child {
  margin-top: 0;
}

.about-us-richtext > *:last-child {
  margin-bottom: 0;
}

.about-us-richtext p,
.about-us-richtext ul,
.about-us-richtext ol,
.about-us-richtext blockquote {
  margin-bottom: 1.25rem;
}

.about-us-richtext ul,
.about-us-richtext ol {
  padding-left: 1.5rem;
}

.about-us-richtext ul {
  list-style: disc;
}

.about-us-richtext ol {
  list-style: decimal;
}

.about-us-richtext strong {
  color: #14532d;
}

.about-us-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.about-us-meta-item {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #166534;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.about-us-media-grid {
  margin-top: 28px;
}

.about-us-milestone-main {
  display: grid;
  gap: 24px;
}

.about-us-milestone-card-wrap,
.about-us-year-card,
.about-us-milestone-card {
  min-width: 0;
}

.about-us-milestone-copy {
  min-width: 0;
}

.about-us-media-grid--milestone {
  margin-top: 0;
  grid-template-columns: minmax(0, 1fr);
}

.about-us-media-item {
  min-height: 220px;
}

.about-us-substories {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.about-us-substory {
  padding: 22px 20px;
  border-radius: 10px;
  background: linear-gradient(180deg, #f8fff9 0%, #effaf1 100%);
}

.about-us-substory-title {
  margin: 0 0 14px;
  color: #166534;
  font-size: 1.25rem;
  font-weight: 700;
}

.about-us-opening-copy--fallback {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .about-us-opening {
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
  }

  .about-us-opening-media--split {
    grid-template-columns: minmax(0, 1.5fr) minmax(180px, 0.7fr);
    align-items: stretch;
  }

  .about-us-opening-media {
    width: 100%;
  }

  .about-us-opening-copy,
  .about-us-year-card,
  .about-us-milestone-card {
    padding: 40px 36px;
  }

  .about-us-opening-title {
    font-size: 3.25rem;
  }

  .about-us-richtext {
    font-size: 1.0625rem;
  }

  .about-us-milestone-title {
    font-size: 1.875rem;
  }

  .about-us-timeline::before {
    left: 0;
    transform: none;
  }

  .about-us-year-block,
  .about-us-milestone {
    padding-left: 48px;
  }

  .about-us-year-badge {
    top: 0;
    left: -15px;
  }

  .about-us-milestone-card {
    margin-left: 0;
    margin-right: 0;
  }

  .about-us-milestone-node {
    left: -59px;
  }

  .about-us-media-grid:not(.about-us-media-grid--milestone) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .about-us-timeline::before,
  .about-us-milestone-node,
  .about-us-year-badge {
    display: none;
  }

  .about-us-year-block,
  .about-us-milestone {
    padding-left: 0;
  }
}

.article-content {
  color: #374151;
  font-size: 1rem;
  line-height: 1.8;
}

.article-content > *:first-child {
  margin-top: 0;
}

.article-content > *:last-child {
  margin-bottom: 0;
}

.article-content p,
.article-content ul,
.article-content ol,
.article-content blockquote,
.article-content figure,
.article-content .wp-block-image,
.article-content .wp-block-columns {
  margin-bottom: 1.5rem;
}

.article-content h2 {
  color: #16a34a;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 2.5rem 0 0.5rem;
}

.article-content h2::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 500px;
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 2px solid #16a34a;
}

.article-content .article-inline-h1 {
  color: #14532d;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 0.75rem;
}

.article-content .article-lead {
  color: #166534;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.article-content h3 {
  color: #166534;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 14px;
}

.article-content h4 {
  color: #166534;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 1.5rem 0 0.625rem;
}

.article-content h5 {
  color: #14532d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 1.25rem 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.article-content ul,
.article-content ol {
  padding-left: 1.5rem;
}

.article-content li,
.article-content li a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.article-content ul {
  list-style: disc;
}

.article-content ol {
  list-style: decimal;
}

.article-content img {
  height: auto;
  max-width: 100%;
}

.article-content strong {
  color: #14532d;
}

.article-content a {
  color: #16a34a;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.article-content a:hover {
  color: #166534;
}

.article-content .article-references-heading {
  width: 100%;
  border-top: 2px solid #16a34a;
  padding-top: 1rem;
  margin: 2.5rem 0 1rem;
  color: #166534;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .article-content {
    font-size: 1.0625rem;
  }

  .article-content h2 {
    font-size: 1.875rem;
  }

  .article-content .article-inline-h1 {
    font-size: 2.5rem;
  }

  .article-content .article-references-heading {
    font-size: 1.25rem;
  }
}
