/** Shopify CDN: Minification failed

Line 2120:15 Unexpected "{"
Line 2120:24 Expected ":"
Line 2120:30 Unexpected "{"
Line 2121:10 Expected identifier but found "{"
Line 2121:11 Unexpected "{"
Line 2121:20 Expected ":"
Line 2121:47 Unexpected "0"
Line 2121:50 Unexpected "{"
Line 2121:59 Expected ":"
Line 2121:88 Expected ":"
... and 55 more hidden warnings

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 0rem;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

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

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxxl {
  font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem));
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

.placeholder-svg {
  height: 100%;
  width: 100%;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon .svg-wrapper {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button__button--unbranded:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Shopify Accelerated Checkout */

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}


/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover .svg-wrapper {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > .svg-wrapper {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message .svg-wrapper {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message .svg-wrapper {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message .svg-wrapper {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button .svg-wrapper {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

.product__info-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.note-from-us {
    margin: 80px 0px;
}


#note-from-us-{{ section.id }}{
  padding:{{ section.settings.padding_top }}px 0 {{ section.settings.padding_bottom }}px;
}

#note-from-us-{{ section.id }} .note-from-us__wrapper{
  background:radial-gradient(circle at center,#efffb7 0%,#ddff98 25%,#d6f6c2 60%,#c8efb8 100%);
  border-radius:20px;
  padding:55px 60px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
}

#note-from-us-{{ section.id }} .note-from-us__content{
  max-width:760px;
}

#note-from-us-{{ section.id }} .note-from-us__heading{
  margin:0 0 20px;
  font-size:44px;
  line-height:1.1;
  color:#17352e;
      font-family: Noto Serif;
  font-weight:300;
}

#note-from-us-{{ section.id }} .note-from-us__text{
  color:#17352e;
  line-height:1.7;
  font-size:16px;
  font-family: Open Sans;
}

#note-from-us-{{ section.id }} .note-from-us__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 34px;
  border-radius:10px;
  text-decoration:none;
  background:linear-gradient(90deg,#d7ff2d,#31b85b);
  color:#17352e;
  font-size:13px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  transition:.3s;
}

#note-from-us-{{ section.id }} .note-from-us__button:hover{
  transform:translateY(-2px);
}

.media-gallery-section p {
    max-width: 70%;
    margin-bottom: 50px;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 400;
    color: #022425;
}
















@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon .svg-wrapper {
  width: 44px;
  height: 44px;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  display: inline-block;
}

account-icon {
  display: flex;
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

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

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

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > .svg-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > .svg-wrapper {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}



/************************custom css***************************/
img {
    height: auto;
}
.page-width{
  max-width:1240px;
  margin:0 auto;
      width: 100%;
}
.utility-bar {
    background: RGBA(202, 249, 72, 1);
    background: linear-gradient(90deg, rgba(202, 249, 72, 1) 0%, rgba(43, 190, 85, 1) 65%);
    border: 0px;
}
.announcement-bar p.announcement-bar__message.h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #022425;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0px;
}
.announcement-bar p.announcement-bar__message.h5 strong {
    font-weight: 600;
    text-decoration: underline;
}

.header-sections .header-center {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-sections {
    width: 1240px;
    display: flex;
    align-items: center;
    max-width: 100%;
}

.header-sections .header-left {
    width: 30%;
}
.header-sections .header-right {
    width: 30%;
    display: flex;
    align-items: anchor-center;
    justify-content: end;
}

.header-center li a {
    margin: 0 5px;
    text-decoration: none;
    color: #022425;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 14px;
}
.header-center li a:hover span {
    text-decoration: none;
    color: #2bbe55;
}
.header-wrapper {
    border-bottom: 1px solid #898989;
}
.header__icon--search span.svg-wrapper {
    margin-right: -30px;
}.header__icon--cart span.svg-wrapper {
    margin-left: -30px;
}
.header__icons.header__icons--localization.header-localization {
    padding-right: 0px;
}
header.header.header--middle-left {
    z-index: 9999;
    position: relative;
}

/* .button-read-more a:hover {
    color: #fff;
    background: #2bbe55;

        transition: all ease-in-out 0.5s;
} */

.custom-hero-slider {
  position: relative;
  overflow: hidden;
}

.hero-slider {
  display: flex;
  transition: transform 0.5s ease;
}

.hero-slide {
  min-width: 100%;
  height: 760px;
  background-size: cover;
  background-position: top center; 
  position: relative;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
      max-width: 490px;
    margin-left: 0;
    margin-right: auto;
}

.hero-heading {
    margin-bottom: 15px;
    font-family: "Noto Serif", serif;
    color: #022425;
    font-weight: 400;
    font-style: Italic;
    font-size: 56px;
    line-height: 1.3;
    letter-spacing: 0%;
}
.hero-slide:nth-child(2) .hero-heading, .hero-slide:nth-child(3) .hero-heading, .hero-slide:nth-child(2) .hero-subheading,
.hero-slide:nth-child(3) .hero-subheading{
    color: #fff;
}
.hero-subheading {
    margin-bottom: 40px;
    opacity: 0.95;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0%;
    color: #022425;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}


/* .hero-btn {
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 4%;
    text-transform: uppercase;
} */

.hero-btn {
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Open Sans;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: 4%;
    text-transform: uppercase;
}

.hero-btn-primary {
    color: #000;
    background: linear-gradient(90deg, #CAF948 0%, #2BBE55 100%);
}

.hero-btn-primary:hover {
  opacity: 0.9;
}

.hero-btn-secondary {
  border: 1px solid #fff;
  color: #fff;
}

.hero-btn-secondary:hover {
  background: #fff;
  color: #000;
}

.hero-arrow {
  position: absolute;
  transform: translateY(-50%);
  z-index: 10;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
}
.custom-hero-slider .hero-arrow {
display: none;
}
section.custom-hero-slider {
    margin-bottom: 30px;
}


.custom-hero-slider button.hero-arrow.hero-prev, .custom-hero-slider button.hero-arrow.hero-next {
    bottom: 40px;
    right: 34px !important;
    z-index: 99;
}
.custom-hero-slider button.hero-arrow.hero-prev {
    right: 80px !important;
}

.hero-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 10;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  display: none;
}

.hero-dot.active {
  background: #fff;
}


.product-card__image{
position:relative;
display:block;
overflow:hidden;
}

.product-card__category {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    background: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #022425;
}
.product-card{
   transition: all 0.5s ease;
}
.product-card:nth-child(1) .product-card__category{
  background: #FFBD00;
}
.product-card__image:hover{
   box-shadow: 0px 4px 16px 0px #00000029;
   border: 1px solid #00000033
}
.product-card:hover .product-card__category{
   transition: all 0.5s ease;
}


/* content spilt */


.feature-marquee-section {
  background: #fff;
  overflow: hidden;
  padding: 18px 0;
}

.feature-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.feature-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  /* animation: marqueeScroll {{ section.settings.speed }}s linear infinite; */
  animation: marqueeScroll 50s linear infinite;
}
.feature-marquee-group{
    display: flex;
    align-items: center;
    width: max-content;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-right: 80px;
  white-space: nowrap;
}

.feature-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.feature-text {
  font-size: 24px;
  font-weight: 500;
  color: #18363a;
  line-height: 1;
}
span.feature-text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #022425;
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* .feature-marquee:hover .feature-marquee-track {
  animation-play-state: paused;
} */
.media-gallery-wrap{
overflow:hidden;
width:100%;
}

.media-gallery-slider{
overflow:visible;
}

.media-gallery-section {
  padding: 70px 0;
}

.media-gallery-title {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 32px;
  color: #1f3527;
}

.media-gallery-slider {
  overflow: hidden;
  position: relative;
}

.swiper-wrapper {
  align-items: stretch;
}

.media-card {
  overflow: hidden;
  border-radius: 32px;
  background: #f5f5f5;
  position: relative;
}


.media-card--landscape {
  width: 420px !important;
  height: 260px;
}

.media-card img,
.media-card video,
.media-card iframe {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
  border: 0;
}

.media-card iframe {
  border-radius: 32px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
  width: 44px;
  height: 44px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}
header.header.header--middle-left.header--mobile-center {
    padding: 12px 0;
}
section.header-marquess {
    background: linear-gradient(90deg, #CAF948 0%, #CAF948 100%);
    padding: 8px 0;
}


.feature-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* .feature-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marqueeScroll 25s linear infinite;
} */

.feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-right: 80px;
    white-space: nowrap;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0%;
    color: #022425;
}

.feature-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.feature-text {
  font-size: 24px;
  font-weight: 500;
  color: #18363a;
  line-height: 1;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.feature-marquee:hover .feature-marquee-track {
  animation-play-state: paused;
}


.image-content-split {
  padding: 80px 0;
}

.split-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

.split-content {
    width: 41%;
    padding-right: 35px;
}

.split-image {
  width: 57%;
}

.split-image img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.split-subtitle, .product-showcase__subtitle, .ingredients-head span.tag, .wrap .left span.label, .comparison-section span.badge, 
.ritual-badge, .testimonial-slider-wrap span.badge, .blog-badge {
    margin-bottom: 15px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: #022425;
    background: #CAF94880;
    padding: 5px 10px;
    border-radius: 50px;
    display: inline-block;
    border: navajowhite;
}
.split-title, .media-gallery-title, .product-showcase__title{
    margin: 0 0 30px;
  }

.split-title, .media-gallery-title, .product-showcase__title, .image-tabs-title, .left h2, .head h2, .ritual-head h2, 
.lab-report-section .section-header h2, .left-title, .heading-wrap h2, .blog-header h2, .faq-title {
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: 0%;
}

.split-description, .product-showcase__description, .image-tabs-subtitle, section.comparison-section .head p {
    color: #022425;
    margin-bottom: 50px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0%;
}
  .image-tabs-subtitle span, .split-description span, .ingredients-head .left p span {
    margin-top: 10px;
    display: block;
}
.split-button, .product-card__button, .image-tabs-button, .fill-btn, .btn, .view-blog-btn, .faq-btn, .button-read-more a, a.gut-btn, 
.system-btn, .ingredients-btn, .impact-btn, .cta-btn, .digest-btn, .pro-ingredients-btn, .custom-story-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 34px;
    color: #022425;
    text-decoration: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #CAF948 0%, #2BBE55 100%);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 4%;
    text-transform: uppercase;
        border: none;
     transition: all 0.5s ease;
}
button.product-card__button,.button-read-more a {
    font-size: 17px;
    font-weight: 800;
}

/* .ingredients-head button.outline-btn.popup-trigger {
    font-size: 17px;
    font-weight: 800;
} */


.product-showcase__wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 90px;
}
.product-showcase-mob-slider{
    display: none;
  }
  .product-showcase__products.product-showcase-mob-slider {
    display: none;
}

.product-showcase__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.3s;
}

.product-showcase__button:hover {
  opacity: 0.85;
}

.product-showcase__products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.product-card {
  overflow: hidden;
}

.product-card__image img {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
}
.product-card__content {
    padding-top: 30px;
}

.product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.product-card__tags span {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 9.84px;
    line-height: 1.6;
    letter-spacing: 4%;
    text-transform: uppercase;
    background: #CAF94899;
    padding: 5px 12px;
    border-radius: 30px;
    color: #022425;
}

.product-card__title {
    margin: 8px 0;
}

.product-card__title a {
    text-decoration: none;
    color: #022425;
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0%;
}
.product-card__title a {
    position: relative;
}
 .product-card__title a:after {
    position: absolute;
    content: url(/cdn/shop/files/0f50b4f3-a000-45c0-b2af-0a0bc2eb75c7.jpg?v=1779869067);
    color: #000;
    padding-left: 10px;
    bottom: 2px;
}

.product-card__description {
    margin-bottom: 32px;
    color: #022425;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0%;
}

.product-card__button {
  width: stretch;
}


.image-tabs-section {
  width: 100%;
  padding: 80px 0;
}

.image-tabs-wrapper {
  display: flex;
      align-items: stretch;
}

.image-tabs-images {
  position: relative;
  width: 45%;
}

.image-tab-image {
  display: none;
  overflow: hidden;
}

.image-tab-image.active {
  display: inline;
}

.tab-image {
  width: 100%;
  display: block;
      height: 100%;
}
img.tab-image {
    max-height: 896px;
    object-fit: cover;
}
h2.image-tabs-title {
    margin-bottom: 16px;
    margin-top: 0;
}
.image-tabs-content {
    background: radial-gradient(50% 50% at 50% 50%, rgba(242, 255, 88, 0.54) 0%, rgba(229, 234, 230, 0.21) 100%);
    padding: 64px 100px;
    width: 55%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.swiper-button-prev.ingredients-prev-template--21153742651529_ingredients_slider_NgM8JN, .swiper-button-next.ingredients-next-template--21153742651529_ingredients_slider_NgM8JN {
    display: block;
}
.image-tabs-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
      margin-bottom: 50px;
  width: 100%;
}

.image-tab-item-header {
        display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
}
.image-tab-item.active .image-tab-heading {
    color: #022425;
}
.image-tab-item.active .image-tab-item-header {
    background: linear-gradient(90deg, #CAF948 0%, rgba(202, 249, 72, 0) 100%);
}
.mobile-inline-image {
  display: none;
}
.image-tab-heading {
    margin: 0px;
    color: #02242580;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: uppercase;
        margin-right: 25PX;
}
.image-tab-description {
    border: 1px solid #022425;
    background: transparent;
    color: #022425;
    padding: 15px;
    border-radius: 50%;
    min-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-tab-item.active .image-tab-description {
    background: #022425;
    color: #fff;
}

.swiper-button-prev.ingredients-prev, .swiper-button-next.ingredients-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #000;
}
.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 20px !important;
}

.ingredients-prev:after, .ingredients-next:after {
    font-size: 13px !important;
}

.image-tabs-button:hover {
  opacity: 0.9;
}
/* .right.btncontainer {
    margin-top: 30px;
} */

.ingredients-slider-wrap{
position:relative;
padding:40px 0;
overflow:hidden;
padding-left: 120px;
}

.ingredient-card{
border:1px solid #ddd;
background:#fff;
}

.ingredient-card img{
width:100%;
height:500px;
object-fit:cover;
display:block;
}

.card-content {
    padding: 20px;
    position: absolute;
    bottom: 0;
    backdrop-filter: blur(30px);
    left: 0;
    right: 0;
        min-height: 218px;
}
.card-content h4 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin: 0;
}
.card-content p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #022425;
        margin: 8px 0 20px;
}
.card-content .list p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 4%;
    text-transform: uppercase;
    margin-bottom: 0;
}
.swiper-button-next,
.swiper-button-prev{

width:50px;
height:50px;
background:#fff;
border-radius:50%;
border:1px solid #ddd;

}

.swiper-button-next:after,
.swiper-button-prev:after{
font-size:18px;
}


.subscribe-save{
  margin-top: 80px;
padding:80px 0;
background-size:cover !important;
background-position:center !important;
}

.wrap{
display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;
}
.wrap .left h2 {
    margin: 0;
}
.wrap .left p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #022425;
    margin: 5px 0 20px;
}
.item .price {
    display: flex;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16.71px;
    line-height: 1.4;
    letter-spacing: 0%;
}
.item .price s {
    color: #2e2316a1;
    margin-left: 5px;
}
.items .item h4 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16.71px;
    line-height: 1.4;
    letter-spacing: 0%;
    color: #022425;
    margin: 0;
}
.items .item p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16.71px;
    line-height: 1.4;
    letter-spacing: 0%;
    color: #022425B2;
        margin-bottom: 0;
}
.ingredients-head{
display:flex;
justify-content:space-between;
gap:40px;
align-items: flex-start;
}


.ingredients-head .right{
  width: 45%;
      padding-top: 55px;
}

.ingredients-head .left h2 {
    margin: 0 0 12px;
}
.ingredients-head .left p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0%;
    color: #022425;
}
.outline-btn, .buy-now-btn {
    border: 1px solid #000;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12.99px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: #022425;
    text-decoration: none;
    background: #fff;
    border-radius: 10px;
    padding: 14px 30px;
     margin-right: 8px;
}
.item{
display:flex;
justify-content:space-between;
padding:12px 0;
}

.total {
    border-top: 1px solid #2E23163D;
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 45px;
}
.total span, .total strong{
  font-family: Open Sans;
font-weight: 600;
font-size: 16.71px;
line-height: 140%;
letter-spacing: 0%;
color: #022425;

}

.right img{
width:100%;
display:block;
}

.comparison-section h2 {
    margin: 0;
}
.comparison-section{
padding:80px 0;
}


.comparison-wrap{
position:relative;
margin-top:60px;
}

.comparison-table{
width:72%;
border:1px solid #d6d6d6;
border-radius:24px;
overflow:hidden;
background:#fff;
}
.table-head{
  padding: 30px 40px;
}
.table-head,
.table-row{
display:grid;
grid-template-columns:1fr 2fr;
border-bottom:1px solid #ececec;
}
.table-row{
    padding: 20px 40px;
}

.table-head {
    font-family: Noto Serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    background: #EDFCC64D;
    color: #022425;
}
.table-row, .card-row {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #022425;
}

.highlight-card {
    position: absolute;
    right: 0;
    top: -45px;
    width: 460px;
    padding: 32px;
    border-radius: 24px;
    background: radial-gradient(50% 50% at 50% 50%, #E7FFA4 0%, #DAF4BE 100%);
    border: 1px solid #02242533;
}
.highlight-card img {
    max-width: 132px;
}
.highlight-card h3 {
    text-align: center;
    margin: 0px 0 16px;
}
.card-items {
    padding-top: 13px;
}
.card-row{
padding: 16px 0;
    border-bottom: 1px solid #02242533;
    line-height: 1.2;
}

.card-row:last-child{
border:none;
    padding-bottom: 0;
}


.gut-ritual, .lab-report-section, .testimonial-slider-wrap{
padding:80px 0;
}


.ritual-head h2{
margin:0 0 10px;
}

.ritual-head p {
    font-size: 18px;
    font-weight: 400;
    color: #022425;
     margin-bottom: 50px;
}

.ritual-grid.swiper.ritual-slider {
    display: none;
   
  }
.ritual-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

.ritual-image-wrap{
position:relative;
overflow:hidden;
}

.ritual-image-wrap img{
width:100%;
height:300px;
object-fit:cover;
display:block;
}
.ritual-image-wrap::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.15) 0%,
        rgba(0,0,0,0.35) 60%,
        rgba(0,0,0,0.55) 100%
    );
    pointer-events: none;
}
button.outline-btn.popup-trigger:hover, button.fill-btn.popup-trigger:hover {
    cursor: pointer;
}
section.lab-report-section {
    margin-top: 80px;
}
.header__menu-item:hover {
    color: #2bbe55;
}
summary#HeaderMenu-shop span {
    color: #000;
}
.header__menu-item .icon-caret {
    color: #000;
}




.founder-names {
    margin-top: 10px;
}
.founder-names p {
    margin: 0px 0px 0px 0px;
    font-size: 20px;
    font-weight: 500;
        color: #000;
}
.founder-names span p {
    font-size: 13px;
    margin-top: -8px;
}

.ritual-no {
    position: absolute;
    top: 16px;
    left: 16px;
    color: #fff;
    z-index: 2;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
}
.ritual-card:hover .ritual-number {
  color: #022425;
}
.ritual-content{
margin-top:20px;
}


.ritual-tag {
    display: inline-block;
    padding: 5px 24px;
    background: #CAF948;
    border-radius: 30px;
    margin-bottom: 12px;
    border: 1px solid #CAF948;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 4%;
    text-transform: uppercase;
}

.ritual-desc {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: .4s;
    padding-left: 12px;
    border-left: 1px solid #CAF948;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #022425;
}

.ritual-card:hover .ritual-desc{

max-height:120px;

opacity:1;

margin-top:10px;

}

.section-header h2{
      margin-top: 0;
margin-bottom:50px;
}

.lab-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:24px;
}

.left-card {
    padding: 55px 40px;
    border-radius: 24px;
    padding-right: 55px;
}

.left-card {
    background: radial-gradient(50% 50% at 50% 50%, rgba(242, 255, 88, 0.64) 0%, rgba(229, 234, 230, 0.5) 100%);
}
.left-small, .left-bottom {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0%;
}

.left-count {
    margin: 70px 0 10px;
    font-family: Noto Serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #022425;
}

.left-title{
margin-bottom:80px;
}

.right-top {
    padding: 40px;
    border-radius: 24px;
    margin-bottom: 20px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #022425;
    background: radial-gradient(50% 50% at 50% 50%, rgba(190, 217, 242, 0.5) 0%, rgba(226, 241, 255, 0.5) 100%);
}

.buttons-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(202, 255, 56, 0.23) 0%, rgba(137, 230, 71, 0.42) 100%);
    padding: 40px;
    border-radius: 24px;
}
.buttons-grid {
    position: relative;
    padding-bottom: 120px;
}
.tooltip-item{
position:relative;
}

.tooltip-btn {
    width: 100%;
    padding: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    background: #FFFFFF66;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12.96px;
    line-height: 1.4;
    letter-spacing: 0%;
}

.tooltip-btn img{
width:24px;
height:24px;
}

.tooltip-box {
    position: absolute;
    bottom: 66px;
    left: -40px;
    width: 320px;
    padding: 18px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 5;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #022425;
}

.tooltip-box:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 45%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}

.tooltip-item:hover .tooltip-box{

opacity:1;

visibility:visible;

}
.tooltip-item .tooltip-btn{
    transition: 0.3s ease;
}


.tooltip-item:nth-child(1) .tooltip-btn:hover{
    background: #F6B95B;
    color: #022425;
}

.tooltip-item:nth-child(2) .tooltip-btn:hover{
    background: #BED9F2;
    color: #022425;
}

.tooltip-item:nth-child(3) .tooltip-btn:hover{
    background: #BDC2FF;
    color: #022425;
}

.tooltip-item:nth-child(4) .tooltip-btn:hover{
    background: #F3BBE5;
    color: #022425;
}

.tooltip-item:nth-child(5) .tooltip-btn:hover{
    background: #D3C6B0;
    color: #022425;
}

.tooltip-item:nth-child(6) .tooltip-btn:hover{
    background: #F5AB40;
    color: #022425;
}

.tooltip-item:nth-child(7) .tooltip-btn:hover{
    background: #CAF948;
    color: #022425;
}

.view-report-btn{

margin-top:30px;

padding:18px 28px;

background:transparent;

border:1px solid #102f28;

border-radius:14px;

cursor:pointer;
position: absolute;
bottom: 30px;
left: 40px;

}

.lab-popup{

display:none;

position:fixed;

inset:0;

background:
rgba(0,0,0,.5);

justify-content:center;

align-items:center;

z-index:999;

padding:20px;

}

.popup-inner{

background:white;

max-width:1000px;

width:100%;

padding:40px;

border-radius:30px;

position:relative;

max-height:90vh;

overflow:auto;

}

.popup-image{
width:100%;
border-radius:20px;
margin-bottom:30px;
}

.download-btn {
    display: block;
    margin-top: 30px;
    padding: 22px;
    background: rgba(202, 249, 72, 1);
    text-align: center;
    border-radius: 14px;
    text-decoration: none;
    color: rgba(2, 36, 37, 1);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
}

.popup-close{

position:absolute;

top:20px;

right:25px;

font-size:34px;

cursor:pointer;

}

.heading-wrap{
margin-bottom:60px;
}


.heading-wrap h2 {
    max-width: 1000px;
    margin: 0 0 56px;
}

.testimonial-slider-outer{
padding-left:120px;
overflow:hidden;
}
.swiper-slide.swiper-slide-active .testimonial-card {
    background: radial-gradient(50% 50% at 50% 50%, #E7FFA4 0%, #DAF4BE 100%);
    opacity: 100%;
  }

.testimonial-card {
    padding: 48px;
    background: #fff;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 3.04px 3.04px 9.11px 0px #0000000A;
    opacity: 60%;
}

.quote{
font-size:80px;
line-height:1;
}

.testimonial-card h4 {
    margin-bottom: 20px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 17.43px;
    line-height: 29.87px;
    letter-spacing: 0%;
    margin: 0;
}

.content, .product span {
    margin-bottom: 25px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 17.43px;
    line-height: 29.87px;
    letter-spacing: 0%;
    color: #022425;
}

.product{
margin-bottom:30px;
}
.product span {
    color: #02242580;
}
.product a {
    font-family: Open Sans;
    font-size: 17.43px;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    font-weight: 600;
    color: #022425;
}

.bottom{

display:flex;
justify-content:space-between;
    padding-top: 24px;
    border-top: 1px solid #0224251A;

}
.bottom .date {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #02242580;
}
.bottom .author {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 19.91px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #022425;
}
.stars{
color:#ff8d47;
}

.nav-wrap, .slider-nav{

display:flex;

gap:25px;

margin-top:60px;

}

.testimonial-slider-outer .test-prev, .blog-slider-wrap .blog-prev,
.testimonial-slider-outer .test-next, .blog-slider-wrap .blog-next{
    border: 0.6px solid #022425;
    width: 36px;
    height: 36px;
    color: #022425;
    font-size: 34px;
    padding-bottom: 5px;
    font-weight: 300;
    z-index: 0;
        box-shadow: 0px 2.4px 7.2px 0px #00000040;

}

.test-prev:after,
.test-next:after{
display:none;
}
.nav-wrap .swiper-button-prev.test-prev, .nav-wrap .swiper-button-next.test-next {
    position: relative;
}

.blog-slider-section{
overflow:hidden;
}

.blog-header{

display:flex;

justify-content:space-between;

align-items:flex-start;

margin-bottom:56px;

}
.blog-header h2 {
    margin: 0;
}


.blog-slider-wrap{

padding-left:120px;

overflow:hidden;

}
.blog-card {
  position: relative;
}
article.blog-card a {
    text-decoration: none;
}
.blog-card .article-image img {
    width: 100%;
    height: 316px;
    object-fit: cover;
    display: block;
}
.blog-arrow {
    position: absolute;
    right: 25px;
    margin-top: 17px;
    z-index: 9;
}
.blog-arrow img {
    max-width: 22px;
}
.blog-card h3 {
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0%;
        margin-top: 12px;
}

.blog-card h3 a{
text-decoration:none;
color:inherit;
}

.read-more {
    color: #2BBE55;
    text-decoration: none;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}


.blog-prev:after,
.blog-next:after{
display:none;
}
.slider-nav .swiper-button-prev.blog-prev, .slider-nav .swiper-button-next.blog-next {
    position: relative;
}
.custom-faq{
padding:30px 0;
}
h2.faq-title {
    text-align: center;
}

.faq-wrap{

max-width:900px;
    padding-bottom: 55px;
margin:auto;

}
span.faq-icon img {
    max-width: 11px;
}

.faq-item{

border-bottom:1px solid #d8d8d8;

}

.faq-question {
    width: 100%;
    padding: 26px 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
}

.faq-icon{

transition:.3s;

font-size:22px;

}

.faq-answer{

max-height:0;

overflow:hidden;

transition:.35s ease;

}

.faq-inner {
    padding: 0 0 25px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 29.87px;
    letter-spacing: 0%;
    color: #022425;
}

.faq-item.active .faq-icon{
transform:rotate(180deg);
}

a.faq-btn {
    width: max-content;
    display: block;
        margin: 0 auto;
}
.custom-footer-section{
padding:90px 0;
}
.custom-footer-section {
    padding: 90px 0;
    background: url(/cdn/shop/files/ea3019ef-9abc-4dfa-861d-dbcc59d67e11.jpg?v=1779872724) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.footer-top{
display:grid;
grid-template-columns:1fr 1.3fr .7fr;
gap:42px;
align-items:center;
padding-bottom:40px;
}

.footer-newsletter h2{
    margin: 0 0 15px;
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
}
.footer-desc, .footer-social h3 {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #022425;
}

.footer-form form{
display:flex;
gap:12px;
}

.footer-form input {
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 20px;
    border-radius: 12px;
    background: #FFFFFF66;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 12px;
}

.footer-form button {
    height: 50px;
    padding: 0 31px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    background: #CAF948;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    white-space: nowrap;
}
.footer-social {
    text-align: left;
}
.social-icons{
display:flex;
    justify-content: start;
gap:15px;
margin-top:20px;
}

.social-icons a{
text-decoration:none;
font-size:18px;
}

.footer-middle {
    padding: 40px 0;
    display: grid;
    grid-template-columns: 2fr 4fr;
    gap: 88px;
}
.footer-center-right {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.footer-brand img{
max-width:220px;
margin-bottom:24px;
}
.footer-brand p, .footer-disclaimer p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0%;
    margin: 0;
}
.footer-menu h4, .footer-contact h4 {
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}
.footer-menu a, .footer-contact p {
    display: block;
    margin-bottom: 16px;
    text-decoration: none;
    color: #022425;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
}
.footer-contact p{
      display: flex;
    align-items: flex-start;
}
.footer-contact p span {
    margin-right: 7px;
}
.footer-disclaimer{
padding:40px 0;
}
.footer-disclaimer p br {
    display: none;
}
.footer-copy {
    padding-top: 15px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #022425;
}

hr {
    border: none;
    border-bottom: 1px solid #02242533;
    margin: 0;
}


.custom-popup{
position:fixed;
inset:0;
display:none;
z-index:999;
}

.custom-popup.active{
display:flex;
align-items:center;
justify-content:center;
}

.popup-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.65);
}

.popup-box{
position:relative;
background:#fff;
padding:20px;
border-radius:20px;
max-width:900px;
width:90%;
z-index:2;
}

.popup-box img{
width:100%;
display:block;
border-radius:12px;
}

.popup-close{
position:absolute;
top:10px;
right:10px;
width:40px;
height:40px;
border:none;
background:#fff;
border-radius:50%;
cursor:pointer;
font-size:24px;
}


.right{
display:flex;
gap:14px;
}

.tag{
padding:8px 14px;
background:#d8ef84;
border-radius:30px;
}



.outline-btn {
    background: transparent;
    border: 1.08px solid #022425;
    padding: 17px 34px;
    border-radius: 10px;
}

.ingredient-popup{
position:fixed;
inset:0;
display:none;
justify-content:center;
align-items:center;
z-index:999;
}

.ingredient-popup.active{
display:flex;
}

.popup-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.65);
}

.popup-content {
    position: relative;
        background: radial-gradient(50% 50% at 50% 50%, rgb(242 255 88 / 28%) 0%, rgba(229, 234, 230, 0.15) 100%), #FFFFFF;
    border-radius: 20px;
    max-width: 1000px;
    width: 90%;
    z-index: 2;
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px 60px;
}
.ingredient-popup.active .popup-overlay {
    display: block;
}
.popup-content img{
width:100%;
display:block;
border-radius:12px;
}

.popup-close{
position:absolute;
top:10px;
right:10px;
width:40px;
height:40px;
border:none;
border-radius:50%;
cursor:pointer;
font-size:24px;
}


.agn1-hero{
position:relative;
overflow:hidden;
z-index: 0;
}

.agn1-hero-bg{
min-height:740px;
background-size:cover;
background-position:center;
position:relative;
display:flex;
align-items:center;
}

.agn1-overlay{
position:absolute;
inset:0;
background:linear-gradient(
90deg,
rgba(0,0,0,.75) 0%,
rgba(0,0,0,.45) 40%,
rgba(0,0,0,.15) 100%
);
z-index:1;
}

.agn1-inner{
position:relative;
z-index:3;
padding-top:120px;
padding-bottom:180px;
}

.agn1-content{
max-width:670px;
color:#fff;
}

.agn1-breadcrumb, .breadcrumb {
    text-transform: uppercase;
    margin-bottom: 22px;
    color: #C6FF35;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
}

.agn1-content h1 {
    margin: 0 0 25px;
    color: #fff;
    font-family: Noto Serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 140%;
    letter-spacing: 0%;
}

.agn1-desc {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    max-width: 700px;
}

.agn1-features {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 27px 32px;
}

.agn1-feature-wrap{
display:flex;
justify-content:space-between;
gap:30px;
}

.agn1-feature-item{
display:flex;
align-items:center;
gap:14px;
color:#fff;
}

.agn1-feature-item img{
width:34px;
height:34px;
object-fit:contain;
}

.agn1-feature-item span {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16.93px;
    line-height: 1.6;
    letter-spacing: 0%;
}

.agn1-features{
  overflow:hidden;
  width:100%;
}

.agn1-marquee{
  overflow:hidden;
  width:100%;
}

.agn1-feature-wrap{
  display:flex;
  align-items:center;
  gap:50px;
  width:max-content;
  animation: agnMarquee 25s linear infinite;
}

.agn1-feature-item{
  display:flex;
  align-items:center;
  gap:12px;
  flex-shrink:0;
}

.agn1-feature-item img{
  width:24px;
  height:auto;
  display:block;
}

@keyframes agnMarquee{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}


.faq-title{
font-size:52px;
margin-bottom:50px;
text-align:center;
}

.faq-wrap{
max-width:900px;
margin:auto;
}

.faq-item{
border-bottom:1px solid #ddd;
padding:24px 0;
}

.faq-question{

width:100%;

display:flex;

justify-content:space-between;

align-items:center;

background:none;

border:none;

padding:0;

cursor:pointer;

text-align:left;

font-size:24px;

font-weight:500;

}

span.faq-text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
}

.faq-icon{

display:flex;

align-items:center;

justify-content:center;

transition:.35s ease;

}

.faq-answer{

max-height:0;

overflow:hidden;

transition:
max-height .4s ease;

}

.faq-item.active .faq-answer {
    min-height: 100%;
    height: 100%;
    overflow: visible;
    max-height: max-content;
    margin-bottom: -25px;
}
.faq-inner p{
  padding-bottom:0;
  margin-bottom: 0;
 }

.faq-item.active .faq-icon{
transform:rotate(180deg);
}
.product-atc-btn{
  background: linear-gradient(90deg, #bdf449 0%, #bdf449 100%);
  align-items: center;
    justify-content: center;
    padding: 17px 34px;
    color: #022425;
    text-decoration: none;
    border-radius: 10px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 4%;
    text-transform: uppercase;
    border: none;
    transition: all 0.5s ease;
}
button.product-card_button:hover, .split-button:hover, .product-card_button:hover, .image-tabs-button:hover, 
.fill-btn:hover, .btn:hover, .view-blog-btn:hover, .faq-btn:hover, .button-read-more a:hover, button.product-card__button:hover,
.hero-btn:hover, .system-btn:hover, .ingredients-btn:hover, .impact-btn:hover, .digest-btn:hover, .pro-ingredients-btn:hover {
    background: linear-gradient(90deg, #bdf449 0%, #bdf449 100%);
}
.outline-btn:hover, .view-report-btn:hover, .digestion-btn:hover {
    background: #bff549;
}
.testimonial-slider-outer,
  .blog-slider-wrap, .ingredients-slider-wrap {
              padding-bottom: 5px;
  }
.fill-btn.shop-btn {
    margin-top: 32px;
}
.swiper-button-prev.ingredients-prev {
    left: 0;
}
.swiper-button-next.ingredients-next {
    right: 0;
}

.supplement-table h2 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
    border-bottom: 1.5px solid #022425;
    margin: 0 0 8px;
    padding-bottom: 8px;
}
.supplement-inner {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0%;
    color: #022425;
}
.ingredient-block h5 {
    font-family: Open Sans;
    font-weight: 600;
    font-style: Italic;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    margin: 0;
     padding-top: 15px;
}
.ingredient-block p{
  margin: 8px 0;
}
.ingredients-info h4 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
    border-bottom: 1px solid #022425;
    margin: 30px 0 5px;
    padding-bottom: 8px;
}
.ingredient-block {
    border-bottom: 0.4px solid #02242566;
}
h3.supplement-title {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.table-subtitle {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #022425;
    border-bottom: 0.5px solid #022425;
    padding: 20px 0px 8px;
}

.table-head-th,
.table-row-tr{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #D7D7D0;
}

.table-head-th{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #022425;
}

.table-row-tr div{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #022425;
}
a.gut-btn {
    margin-top: 35px;
}
.ingredient-block.ingredient-block-last {
    border: none;
}
/* INGREDIENTS */

.supplement-info{
    margin-top: 40px;
}

.supplement-info h4{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #022425;
    margin-bottom: 20px;
}

.supplement-info p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #022425;
    margin-bottom: 18px;
}
p.flavor-text
 {
    font-family: Open Sans;
    font-weight: 600;
    font-style: Italic;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
}

.novisible {
    opacity: 0;
}



.system-title {
    color: #022425;
    margin-bottom: 50px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
}


/* CATEGORY */

.system-category{
    margin-bottom: 30px;
}

.system-category h3 {
    color: #022425;
    padding-bottom: 14px;
    margin-bottom: 45px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    border-bottom: 0.5px solid rgba(2, 36, 37, 0.26);
}


/* GRID */

.system-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}


/* ITEM */

.system-item{
    text-align: center;
}

.system-img{
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(2, 36, 37, 0.2);
    background:
    radial-gradient(
    50% 50% at 50% 50%,
    rgba(242,255,88,0.18) 0%,
    rgba(255,255,255,1) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
}


.system-item h4{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #022425;
    text-transform: uppercase;
}
.lab-popup .popup-inner {
    padding: 60px;
}
.lab-popup h3 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(2, 36, 37, 1);
        border-bottom: 1px solid rgba(2, 36, 37, 1);
    padding-bottom: 5px;
}
.lab-popup .popup-content{
  padding: 0;
}
div#labPopup p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
        margin: 0;
}
div#labPopup strong {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    margin: 0 0 8px;
    display: block;
}
.lab-popup span.popup-close {
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lab-popup .popup-content{
  max-width: 100%;
    width: 100%;
}
.digestion-section {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #f7f6f1;
}

.digestion-grid{
max-width:700px;
}
.digestion-title, .impact-title {
       margin-bottom: 60px;
    margin-top: 0;
    color: rgba(2, 36, 37, 1);
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 124%;
    letter-spacing: 0%;
}

.accordion-item{
margin-bottom:12px;
}

.accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: rgba(202, 249, 72, 1);
    border: none;
    cursor: pointer;
    text-align: left;
    color: rgba(2, 36, 37, 1);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
        background: linear-gradient(90deg, #CAF948 0%, rgba(202, 249, 72, 0) 100%);
}

.ritual-contentss {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-top: 20px;
}

.accordion-icon{
font-size:32px;
line-height:1;
}

.accordion-content{
max-height:0;
overflow:hidden;
background:#ecece6;
transition:max-height .35s ease;
}

.accordion-inner {
    padding: 16px;
    background: rgba(202, 249, 72, 0.2);
    backdrop-filter: blur(60px);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
}

.accordion-item.active .accordion-content{
max-height:300px;
}

/* .digestion-btn {
    padding: 16px 32px;
    border: 1px solid rgba(2, 36, 37, 1);
    border-radius: 10px;
    text-decoration: none;
    color: rgba(2, 36, 37, 1);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
    margin-top: 40px !important;
    display: inline-block;
} */
.digestion-btn{
      display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 34px;
    color: #022425;
    text-decoration: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #caf948, #2bbe55);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 4%;
    text-transform: uppercase;
    border: none;
    margin-top: 40px !important;
}


#FoundersStory-{{ section.id }}{
  padding-top:{{ section.settings.padding_top }}px;
  padding-bottom:{{ section.settings.padding_bottom }}px;
}

#FoundersStory-{{ section.id }} .founders-story__content{
  margin:0 auto;
  text-align:center;
  position:relative;
}

#FoundersStory-{{ section.id }} .founders-story__content::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:500px;
  height:500px;
  background:radial-gradient(circle,
      rgba(233,245,184,.9) 0%,
      rgba(233,245,184,.45) 35%,
      rgba(233,245,184,0) 75%);
  z-index:0;
  pointer-events:none;
}

#FoundersStory-{{ section.id }} .founders-story__text{
  position:relative;
  z-index:1;
}

#FoundersStory-{{ section.id }} .founders-story__text p{
  margin:0;
  font-size:52px;
  line-height:1.25;
  font-weight:400;
  color:#16342e;
  letter-spacing:-0.02em;
}




.ingredients-grid{
display:grid;
grid-template-columns:45% 50%;
align-items:center;
gap:60px;
}

.ingredients-title {
    margin-bottom: 60px;
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 47.42px;
    line-height: 124%;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
}

.ingredients-description {
    margin-bottom: 40px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 19.4px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
}




.ingredients-image img{
width:100%;
display:block;
}



.ingredient-impact-slider{
    /* background: linear-gradient(90deg, #E7E8E3 0%, #E7E5E5 61.7%), 
    linear-gradient(180deg, #EAEAE8 4.84%, rgba(234, 234, 232, 0) 14.26%), 
    linear-gradient(358.03deg, #EAEAE8 6%, rgba(234, 234, 232, 0) 9.76%), 
    linear-gradient(110.91deg, #FFFFFF 12.34%, rgba(255, 255, 255, 0) 59.46%), 
    linear-gradient(151.26deg, rgba(255, 255, 255, 0) 52.28%, rgba(255, 255, 255, 0.2) 69.8%); */
overflow:hidden;
}
.impact-slide {
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}
.impact-col{
display:grid;
grid-template-columns:60% 40%;
align-items:center;
}
.impact-mobile-image img {
    width: 100%;
    opacity: 0;
    display: none;
}



.impact-description{
margin-bottom:35px;
max-width:650px;
color:#17322d;
font-family: Open Sans;
font-weight: 400;
font-size: 18px;
line-height: 140%;
letter-spacing: 0%;

}

.impact-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    max-width: 540px;
    margin-bottom: 24px;
}

.impact-card-label {
    color: rgba(2, 36, 37, 1);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(2, 36, 37, 1);
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.impact-card-divider{
height:1px;
background:#17322d;
margin:12px 0 20px;
}

.impact-card-number {
    color: rgba(2, 36, 37, 1);
    margin-bottom: 15px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0%;
}

.impact-card-text {
    color: rgba(2, 36, 37, 1);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}


.impact-image{
text-align:center;
}

.impact-image img{
max-width:100%;
height:auto;
display:block;
margin:auto;
}

.impact-prev,
.impact-next{
width:50px;
height:50px;
background:#fff;
border:1px solid #d9d9d9;
border-radius:50%;
}

.impact-prev:after,
.impact-next:after{
font-size:18px;
color:#17322d;
}

.impact-pagination{
margin-top:0px;
position:relative;
bottom: 40px !important;
}

.impact-pagination .swiper-pagination-bullet{
width:28px;
height:6px;
border-radius:20px;
}

.impact-pagination .swiper-pagination-bullet-active{
background:#072c2b;
}
.daily-ritual{
padding:80px 0;
}

.ritual-badge {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(202, 249, 72, 1);
    border-radius: 20px;
    margin-bottom: 20px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
}

.ritual-heading, .clean-science-heading{
    color: #0b2d2d;
    margin: 0 0 20px;
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 124%;
    letter-spacing: 0%;
}

.ritual-description
 {
    color: rgba(2, 36, 37, 1);
    margin-bottom: 60px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
}

.ritual-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

.ritual-card{
position:relative;
overflow:hidden;
border-radius:0px;
height:450px;
}


.product-card__price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 12px;
}

.product-card__price--sale {
  font-weight: 600;
  color: #000;
}

.product-card__price--compare {
  opacity: 0.6;
  font-size: 14px;
}

.product-card__price--compare{
  text-decoration: line-through;
}

.ritual-image{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.ritual-overlay{
position:absolute;
inset:0;
display:flex;
flex-direction:column;
justify-content:space-between;

}

.ritual-number {
        padding: 16px 24px;
    color: #fff;
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 124%;
    letter-spacing: 0%;
}

.ritual-title {
    background: rgba(0, 0, 0, .25);
    backdrop-filter: blur(8px);
    padding: 20px 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
}

.ritual-card:hover img{
transform:scale(1.05);
transition:.5s;
}

.ritual-card img{
transition:.5s;
}
.blog-hero {
    padding: 140px 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(242, 255, 88, 0.16) 0%, rgba(229, 234, 230, 0.16) 100%);
}
.blog-hero .breadcrumb, .blog-hero .breadcrumb a {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    color: rgba(24, 125, 53, 1);
    text-decoration: none;
    text-transform: uppercase;
}
.blog-hero h1 {
    margin-top: 20px;
    font-family: Noto Serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 12px;
}
section.blog-hero p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
}
.blog-filter {
    padding: 80px 0 56px;
    text-align: center;
}

.founders-story {
    padding: 80px 0px;
}
.founders-story .founders-story__content .founders-story__text.rte.fss p {
    font-size: 24px !important;
    font-weight: 300 !important;
    color: #022425 !important;
    font-family: Noto Serif !important;
    text-align: center !important;
    line-height: 35px !important;
}
.lab-report-section {
    padding-bottom: 80px !important;
}
.filter-btn {
    display: inline-block;
    padding: 12px 24px;
    border: 1.08px solid rgba(2, 36, 37, 1);
    border-radius: 10px;
    margin: 0 8px;
    text-decoration: none;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12.99px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: rgba(2, 36, 37, 1);
}


.quick-add__submit {
    padding: .8rem;
    min-width: 100%;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 34px;
    color: #022425;
    text-decoration: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #CAF948 0%, #2BBE55 100%);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 4%;
    text-transform: uppercase;
    border: none;
    transition: all 0.5s ease;
    border: 0px !important;
    --buttons-border-offset: 0px!important;
    --border-offset: none !important;
}
.collection__view-all a.button {
    padding: .8rem;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 17px 34px;
    color: #022425;
    text-decoration: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #CAF948 0%, #2BBE55 100%);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 4%;
    text-transform: uppercase;
    border: none;
    transition: all 0.5s ease;
    border: 0px !important;
    --buttons-border-offset: 0px !important;
    --border-offset: none !important;
}




.founder-story-section{
padding:90px 0;
position:relative;
overflow:hidden;
}

.founder-heading-wrap{
text-align:center;
margin-bottom:70px;
}

.founder-badge{
display:inline-block;
padding:6px 14px;
background:#DDF86F;
border-radius:30px;
font-size:12px;
font-weight:600;
letter-spacing:.08em;
text-transform:uppercase;
margin-bottom:18px;
}

.founder-heading{
margin:0;
font-size:56px;
font-family:var(--font-heading-family);
font-weight:400;
line-height:1.1;
color:#143232;
}

.founderStorySlider{
position:relative;
overflow:visible;
}

.founder-grid{
display:grid;
grid-template-columns:420px 1fr;
gap:70px;
align-items:center;
}

.founder-left{
position:relative;
}

.founder-image{
display:block;
width:100%;
height:470px;
object-fit:cover;
border-radius:22px;
}

.founder-progress{
margin-top:22px;
width:220px;
height:4px;
background:#D8D8D8;
border-radius:20px;
overflow:hidden;
}

.progress-fill{
display:block;
height:100%;
width:0%;
background:#153736;
transition:.45s;
}

.founder-right{
position:relative;
padding-right:100px;
}

.founder-content{
font-size:22px;
line-height:1.75;
color:#173534;
}

.founder-content p{
margin:0 0 22px;
}

.founder-content p:last-child{
margin-bottom:0;
}

.founder-next{
position:absolute;
right:-35px;
top:50%;
transform:translateY(-50%);
width:66px;
height:66px;
border-radius:50%;
background:#fff;
border:1px solid #163836;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
transition:.3s;
z-index:20;
box-shadow:0 8px 18px rgba(0,0,0,.12);
}

.founder-next svg{
width:24px;
height:24px;
color:#163836;
transition:.3s;
}

.founder-next:hover{
background:#163836;
}

.founder-next:hover svg{
color:#fff;
}

.founderStorySlider .swiper-slide{
opacity:1;
transition:.35s;
}

.founderStorySlider .swiper-slide-active{
opacity:1;
}

.founderStorySlider .swiper-wrapper{
align-items:center;
}



.filter-btn.active, .filter-btn:hover {
    background: linear-gradient(90deg, #CAF948 0%, #2BBE55 100%);
    border: none;
}

.blog-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
    padding-bottom: 80px;
}

.blog-card .article-image img{
width:100%;
border-radius:16px;
display:block;
}

.blog-meta{
display:flex;
    margin: 15px 0;
    justify-content: space-between;
}
.blog-meta span {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(2, 36, 37, 1);
}
.article-image{
    border-radius: 24px; /* jo bhi radius use kar rahe ho */
    overflow: hidden;
}

.article-image img{
    display: block;
    width: 100%;
    transition: transform .5s ease;
}

.blog-card:hover .article-image img{
    transform: scale(1.05);
}
.custom-article-hero{
position:relative;
height:500px;
overflow:hidden;
}

.article-hero-image img{
width:100%;
height:500px;
object-fit:cover;
display:block;
}

.custom-article-hero .page-width{
position:absolute;
left:0;
right:0;
bottom:60px;
color:#fff;
}

.article-breadcrumb{
margin-bottom:20px;
font-size:14px;
}

.article-breadcrumb a{
color:#fff;
text-decoration:none;
}

.article-title{
font-size:64px;
line-height:1.1;
margin:0;
}

.custom-article-content{
padding:80px 0;
}

.article-layout{
display:grid;
grid-template-columns:2fr 1fr;
gap:50px;
}

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

.article-main h2{
margin-top:40px;
}

.sidebar-product{
border-radius:12px;
overflow:hidden;
margin-bottom:30px;
position: relative;
}

.sidebar-product img{
width:100%;
display:block;
}


#founders-story-{{ section.id }} .page-width{
max-width:1300px;
margin:auto;
}

.founders-story__badge{
display:table;
margin:0 auto 18px;
padding:8px 18px;
background:#dfff69;
border-radius:999px;
font-size:13px;
letter-spacing:.08em;
text-transform:uppercase;
}

h2.founder-heading {
    text-align: center;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 70px;
    color: #022425;
    font-family: Noto Serif;
}

.founders-story .founders-story__content .founders-story__text p {
    font-size: 21px;
    font-weight: 400;
    color: #022425;
    line-height: 40px;
    font-family: Open Sans;
    text-align: left;
}

.founders-story__grid{
display:grid;
grid-template-columns:420px 1fr;
gap:70px;
align-items:center;
}

.founders-story__image{
width:100%;
display:block;
border-radius:24px;
}

.founders-story__progress{
margin-top:18px;
height:3px;
background:#d7d7d7;
}

.founders-story__progress span{
display:block;
width:34%;
height:100%;
background:#0f2f2c;
}

.founders-story__content{
display:flex;
align-items:center;
gap:40px;
}

.founders-story__text{
flex:1;
font-size:20px;
line-height:1.8;
color:#17352e;
}

.founders-story__text p{
margin:0;
}

.founders-story__arrow{
width:56px;
height:56px;
border-radius:50%;
background:#fff;
border:1px solid #17352e;
font-size:28px;
cursor:pointer;
flex-shrink:0;
transition:.3s;
}

.founders-story__arrow:hover{
transform:translateX(5px);
}

.founder-navigation .founder-next {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 20;
}

.founder-prev,
.founder-next{
    width:66px;
    height:66px;
    border-radius:50%;
    background:#fff;
    border:1px solid #163836;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:.3s;
    box-shadow:0 8px 18px rgba(0,0,0,.12);
}

.founder-navigation .founder-prev {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: flex
;
    flex-direction: column;
    gap: 14px;
    z-index: 20;
}


.founder-prev svg,
.founder-next svg{
    width:24px;
    height:24px;
    color:#163836;
    transition:.3s;
}

.founder-prev:hover, .founder-next:hover {
    background: #ddf86f;
}
.founder-prev:hover svg, .founder-next:hover svg {
    color: #000000;
}


#story-layout-{{ section.id }} {
  padding: 80px 0;
}

#story-layout-{{ section.id }} .page-width {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.story-layout__heading {
    text-align: center;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 70px;
    color: #022425;
    font-family: Noto Serif;
}

.story-layout__rows {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.story-layout__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.story-layout__row--reverse .story-layout__content {
  order: 2;
}

.story-layout__row--reverse .story-layout__image {
  order: 1;
}



.story-layout__content p:last-child {
  margin-bottom: 0;
}

.story-layout__image img {
  width: 100%;
  display: block;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
}
.story-layout__content p {
    font-size: 21px;
    font-weight: 400;
    color: #022425;
    line-height: 34px;
    font-family: Open Sans;
    text-align: left;
}

.recent-posts{
background:#fafafa;
padding:25px;
border-radius:12px;
margin-bottom:25px;
}

.blog-sidebar .recent-post{
display:flex;
gap:12px;
margin-bottom:15px;
text-decoration:none;
color:#000;
}
.blog-sidebar .recent-post a {
      display: block;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
        text-decoration: none;
}
.blog-sidebar .recent-post  small
 {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(108, 117, 125, 1);
}
.blog-sidebar .social-icons{
  display: flex;
    align-items: center;
    justify-content: center;
}
.blog-sidebar .social-icons a {
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(46 35 22 / 9%);
    border-radius: 50%;
        color: rgba(46, 35, 22, 1);
}

.recent-post img{
width:80px;
height:80px;
object-fit:cover;
border-radius:8px;
}

.social-box{
background:#fafafa;
padding:25px;
border-radius:12px;
}

.social-icons{
display:flex;
gap:15px;
flex-wrap:wrap;
}

.social-icons a{
text-decoration:none;
color:#000;
}

.article-cta{
padding:120px 0;
background-size:cover;
background-position:center;
position:relative;
}

.article-cta::before{
content:'';
position:absolute;
inset:0;
background:rgba(0,0,0,.35);
}


/* .cta-btn{
display:inline-block;
padding:14px 30px;
background:#b9ff31;
color:#000;
text-decoration:none;
border-radius:50px;
} */
section.clean-science-section, .ingredients-showcase {
    padding: 80px 0;
}
.clean-science-grid {
  margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}
.science-item {
    text-align: center;
}
.science-title {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(2, 36, 37, 1);
    margin-bottom: 8px !important;
}
.science-description br {
    display: none;
}
.science-description {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(2, 36, 37, 0.8);
}
.science-description p{
  margin: 0;
}
.science-icon img {
    max-width: 80px;
}
.accordion-inner p {
    margin: 0;
}


.system-item{
  position:relative;
  cursor:pointer;
}

.system-tooltip{
  position:absolute;
  bottom:110%;
  left:50%;
  transform:translateX(-50%);
  width:260px;
  background:#fff;
  padding:16px;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,.15);
  opacity:0;
  visibility:hidden;
  transition:.3s ease;
  z-index:99;
  text-align:left;
}

.system-tooltip strong{
  display:block;
  margin-bottom:8px;
  font-size:16px;
}

.system-tooltip p{
  margin:0;
  font-size:14px;
  line-height:1.5;
}

.system-tooltip::after{
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%);
  border-width:8px;
  border-style:solid;
  border-color:#fff transparent transparent transparent;
}

.system-item:hover .system-tooltip{
  opacity:1;
  visibility:visible;
}

.subscribe-save .right {
    display: none;
}
.digestion-image {
    display: none;
}
.swiper-button-prev.impact-prev, .swiper-button-next.impact-next {
       display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #000;
    border: 0.6px solid rgba(2, 36, 37, 1);
    z-index: 1;
}
.swiper-pagination.impact-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
}
.ingredient-impact-slider {
    position: relative;
  }
  .swiper-button-prev.impact-prev {
    left: 52px;
}
.swiper-button-next.impact-next {
    right: 52px;
}
.impact-prev:after, .impact-next:after {
    font-size: 13px !important;
}

.accordion-content{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s ease;
}

.accordion-item.active .accordion-content{
  max-height:500px;
}


.accordion-icon{
  font-size:28px;
  line-height:1;
  transition:transform .3s ease;
}

.accordion-item.active .accordion-icon{
  transform:rotate(180deg);
}
.blog-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-bottom:15px;
}

.blog-author{
  display:flex;
  align-items:center;
  gap:10px;
}

.author-avatar{
  width:32px !important;
  height:32px !important;
  border-radius:50% !important;
  object-fit:cover !important;
}

.blog-date{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:14px;
}

.blog-read-time{
  opacity:.7;
}


.mobile-hero-card{
  display:none;
}
.subright {
  display: none;
}

.custom-contact-section{
  padding:80px 0;
}

.contact-top{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

.contact-form-wrap h2{
    margin-bottom: 50px;
    color: rgba(2, 36, 37, 1);
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 124%;
    letter-spacing: 0%;
}

.contact-form-wrap form{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.contact-form-wrap input, .contact-form-wrap textarea {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 21px;
    outline: none;
    border: 1px solid rgba(2, 36, 37, 0.2);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 4%;
    color: rgba(2, 36, 37, 1);
        box-shadow: none;
}

.contact-form-wrap textarea{
  height:140px;
  resize:none;
}

.contact-form-wrap button {
    width: max-content;
    border-radius: 10px;
    background: rgba(202, 249, 72, 1);
    cursor: pointer;
    margin-top: 10px;
    border: 1px solid rgba(2, 36, 37, 0.16);
    padding: 16px 35px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: rgba(2, 36, 37, 1);
        margin-top: 24px;
}

.contact-image-wrap{
  position:relative;
}

.contact-image-wrap img{
  width:100%;
  display:block;
  border-radius:16px;
}

.custom-contact-section .shop-btn {
    position: absolute;
    left: 21px;
    bottom: 21px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, 1);
    backdrop-filter: blur(4px);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
}

.contact-bottom{
  margin-top:120px;
}

.contact-bottom h2 {
    color: rgba(2, 36, 37, 1);
    margin-bottom: 50px;
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: 0%;
}

.contact-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.contact-card {
    border-radius: 14px;
    padding: 32px;
    text-align: center;
    border: 1px solid rgba(2, 36, 37, 0.1);
    background: radial-gradient(390.7% 390.7% at 50% 50%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 10.88%, 
    rgba(2, 36, 37, 0.12) 100%);
}

.contact-card img{
  width:40px;
  height:40px;
  object-fit:contain;
  margin:0 auto 25px;
  display:block;
}

.contact-card p, .contact-card a {
    margin: 0;
    color: rgba(2, 36, 37, 0.8);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: none;
}

/* single blog */

.blog-hero{
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.custom-blog-article .blog-hero::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, #000000, #000000), linear-gradient(90deg, #0009, #0003 40.95%, #0000 47.36%), linear-gradient(180deg, #0000004d, #0000 34.68% 100%);
    opacity: 0.5;
    pointer-events: none;
}

.blog-hero-content .breadcrumb, .blog-hero-content .breadcrumb a {
    text-transform: uppercase;
    margin-bottom: 22px;
    color: rgba(202, 249, 72, 1) !important;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
        z-index: 2;
    position: relative;
}
.blog-hero-content h1 {
    font-family: Noto Serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
    z-index: 2;
    position: relative;
}
.blog-layout {
    display: grid;
    grid-template-columns: 2fr 1fr !important;
    gap: 50px;
        padding: 80px 0;
}
.custom-blog-article .article-content {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
}
.sidebar-product img {
    border-radius: 11.1px;
}
a.sidebar-btn, .custom-contact-section .shop-btn {
    display: flex;
    align-items: center;
}
a.sidebar-btn img, .custom-contact-section .shop-btn img {
    max-width: 10px;
    border-radius: 0;
    margin-left: 5px;
}
a.sidebar-btn {
    border: 0.69px solid rgba(255, 255, 255, 1);
    backdrop-filter: blur(2.77439022064209px);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 11.1px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 11px 22px;
    position: absolute;
    bottom: 21px;
    left: 20px;
    border-radius: 8px;
}

.sidebar-box {
    border: 1px solid rgba(231, 229, 229, 1);
    border-radius: 8px;
    padding: 32px;
        margin: 30px 0px;
}
.sidebar-box h3 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(220, 219, 219, 1);
    padding-bottom: 8px;
}

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

.blog-cta {
    padding: 200px 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-cta-content h2 {
    font-family: Noto Serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
        margin-bottom: 24px;
}


.custom-product-layout{
  padding:80px 0;
}

.custom-product-grid{
  display:grid;
  grid-template-columns:50% 45%;
  gap:60px;
  align-items:start;
}

.product-main-slider{
  margin-bottom:20px;
  border-radius:20px;
  overflow:hidden;
}




.mobbtn-ingredient {
    display: none;
}


/* single product */
.main-product-image{
  width:100%;
  display:block;
  border-radius:20px;
}

.product-thumb-slider .swiper-slide{
  cursor:pointer;
  opacity:.5;
  border-radius:12px;
  overflow:hidden;
}

.product-thumb-slider .swiper-slide-thumb-active{
  opacity:1;
}

.product-thumb-slider img{
  width:100%;
  display:block;
  border-radius:12px;
}

.product-rating{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
        color: rgba(249, 123, 72, 1);
}
.product-rating span{
 color: rgba(2, 36, 37, 1);
}
.custom-product-content .product-title {
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 48px;
    line-height: 124%;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
        margin: 15px 0 8px;
}

.product-price {
    margin-bottom: 20px;
    font-family: Noto Serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
}

.product-price s{
  opacity:.5;
  margin-left:10px;
  font-size:22px;
}

.product-short-description {
    margin-bottom: 20px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
}
.product-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.16);
    padding-top: 24px;
}
.benefit-card {
    display: flex;
    align-items: center;
}
.benefit-card img {
    max-width: 28px;
    margin-right: 10px;
}
.benefit-card h4 {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    margin: 0 0 0px;
}
.product-feature-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
    background: radial-gradient(390.7% 390.7% at 50% 50%, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 39%) 10.88%, rgb(2 36 37 / 86%) 100%);
    padding: 24px;
    border-radius: 16px;
    margin-top: 24px;
}
.product-feature-list .feature-item {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0%;
    color: #022425;
}
.product-feature-list .feature-item img {
    width: 20px;
    height: 18px;
    object-fit: contain;
}

.product-feature-list .feature-item{
  display:flex;
  align-items:center;
  gap:12px;
}
.product-feature-list h3 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
        margin: 0;
}

.offer-box {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    margin: 20px 0;
    background: radial-gradient(316.69% 317.41% at 50% 50%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 10.88%, rgb(2 36 37 / 51%) 100%);
}

.offer-box {
    display: none;
}


.offer-box img{
  width:80px;
  border-radius:10px;
}

.offer-content h4 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    margin: 0;
}

.offer-content p {
    margin: 0;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}

.variant-wrapper{
  margin-bottom:20px;
}

.variant-wrapper label{
  display:block;
  margin-bottom:8px;
  font-weight:600;
}

.variant-wrapper select{
  width:100%;
  height:50px;
  border:1px solid #ddd;
  border-radius:10px;
  padding:0 15px;
}

.quantity-row{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.quantity-row label {
    display: block;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
        margin-right: 20px;
}
.quantity-selector {
    border-radius: 32px;
    padding: 0 15px;
    border: 1px solid rgba(17, 17, 17, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quantity-selector button {
    border: none;
    background: transparent;
    font-size: 16px;
}
button.qty-btn.qty-minus {
    margin-right: 8px;
}
.quantity-row input {
    width: 67px;
    height: 50px;
    padding: 0;
    border: none;
    text-align: center;
}

.custom-product-content button.product-atc-btn {
    display: inline-block;
    float: left;
    width: 48%;
    height: 54px;
    margin-right: 3%;
}
.custom-product-content a.buy-now-btn {
    margin: 0;
    bottom: 0;
    position: relative;
    display: flex;
    width: 48%;
    text-align: center;
    height: 54px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
        background: linear-gradient(90deg, #CAF948 0%, #2BBE55 100%);
        border: none;
}



.subscription-item{
  display:flex;
  align-items:center;
  gap:12px;
}

.subscription-item img{
  width:24px;
  height:24px;
}

.product-accordions button.accordion-header {
    background: transparent;
}
.product-accordions .accordion-item {
    margin-bottom: 12px;
    background: transparent;
    border: 1px solid rgba(2, 36, 37, 0.12);
    border-radius: 8px;
}
.product-accordions .accordion-item.active{
  background: radial-gradient(50% 50% at 50% 50%, rgba(242, 255, 88, 0.162) 0%, rgba(229, 234, 230, 0.063) 100%);
}
.product-accordions .accordion-inner, .product-accordions .accordion-content {
    background: transparent;
  }
.product-accordions .accordion-inner br {
    display: none;
}
.product-accordions .accordion-inner {
    padding-top: 0;
}
/* testimonial-video-section */
.testimonial-video-section{
padding:80px 0;
}

.tv-grid{
display:grid;
grid-template-columns:1fr 500px;
gap:50px;
align-items:start;
}

.tv-left{
overflow:hidden;
}

.tv-slider{
display:flex;
flex-direction:column;
gap:20px;
overflow:hidden;
position:relative;
}

.tv-slide{
display:block !important;
transition:.4s ease;
}

.tv-slide .tv-card:hover {
    background: #f7f7f6;
    border: 0.85px solid rgba(2, 36, 37, 0.2);
}


.tv-quote {
    margin-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.tv-slide .tv-card:hover .tv-quote {
    opacity: 1;
    visibility: visible;
    max-height: 200px; /* content ke hisab se */
}

.tv-card{
background:#fff;
border:1px solid #dcdcdc;
border-radius:18px;
padding:30px;
}
@keyframes fade{
from{
opacity:0;
transform:translateY(20px);
}
to{
opacity:1;
transform:none;
}
}


.tv-card h3 {
    margin: 0 0 8px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14.74px;
    line-height: 25.27px;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
}

.tv-content {
    margin-bottom: 8px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14.74px;
    line-height: 25.27px;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
}
.tv-content br {
    display: none;
}
.tv-content p {
    margin: 0;
}
.tv-product {
    margin-bottom: 20px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14.74px;
    line-height: 25.27px;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 0.5);
    margin-right: 5px;
}

.tv-product a {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 14.74px;
    line-height: 25.27px;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: rgba(2, 36, 37, 1);
}

.tv-bottom{
display:flex;
justify-content:space-between;
align-items:flex-start;
padding-top:20px;
border-top:1px solid #e5e5e5;
}

.tv-author {
    margin-bottom: 0px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16.85px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
}

.tv-stars{
color:#ff7a00;
font-size:20px;
}

.tv-date {
    color: rgba(2, 36, 37, 0.5);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 13.53px;
    line-height: 100%;
    letter-spacing: 0%;
}

.tv-right iframe,
.tv-right video{
width:100%;
height:650px;
border:0;
border-radius:20px;
object-fit:cover;
overflow:hidden;
}

.tv-right .video-section__media,
.tv-right .deferred-media{
width:100%;
height:700px;
border-radius:20px;
overflow:hidden;
}


/* digest */
.digest-support {
    padding: 80px 0;
    background-size: cover !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    position: relative;
    background: linear-gradient(179.04deg, rgba(246, 246, 247, 0) 1.89%, #F6F6F7 98.61%);
}

.digest-support-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

.digest-heading {
    margin: 0 0 20px;
    color: rgba(2, 36, 37, 1);
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 124%;
    letter-spacing: 0%;
}

.digest-description {
    color: rgba(2, 36, 37, 1);
    margin-bottom: 40px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
}

.digest-slider-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    margin-bottom: 35px;
    backdrop-filter: blur(60px);
}

.digest-slide{
  display:none;
}

.digest-slide.active{
  display:block;
}

.slide-number {
    color: rgba(2, 36, 37, 1);
    margin-bottom: 15px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.slide-divider {
    height: 1px;
    background: #082b2b;
    margin-bottom: 22px;
    display: block !important;
}

.slide-content{
  display:flex;
  align-items:center;
  gap:20px;
}

.slide-content img{
  width:50px;
  height:auto;
  display:block;
}

.slide-content span {
    color: rgba(2, 36, 37, 1);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.digest-dots{
  display:flex;
  justify-content:flex-end;
  gap:8px;
  margin-top:35px;
}

.digest-dot{
  width:38px;
  height:6px;
  background:#d6d6d6;
  border-radius:50px;
  cursor:pointer;
  transition:.3s;
}

.digest-dot.active{
  background:#082b2b;
}


.digest-btn:hover{
  opacity:.9;
}
.digest-right {
    display: none;
}


.digestive-system-section{
  padding:80px 0;
}

.digestive-system-section .digestive-system__wrapper{
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:40px;
  align-items:center;
}

.digestive-system-section .digestive-system__heading{
    margin: 0 0 24px;
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 124%;
    letter-spacing: 0%;
}

.digestive-system-section .digestive-system__description p {
    margin-bottom: 40px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
}

 .digestive-system__image img{
  width:100%;
  display:block;
}

.digestive-system-section .digestive-accordion{
  margin-top:30px;
}

.digestive-system-section .digestive-accordion__item
 {
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
    backdrop-filter: blur(60px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.digestive-system-section .digestive-accordion__item.active{
  border-color: #c8ef3e;
}

.digestive-system-section .digestive-accordion__item.active .digestive-accordion__header{
  background: #c8ef3e;
}
button.digestive-accordion__header:hover {
    background: #c8ef3e;
}

.digestive-system-section .digestive-accordion__header {
    width: 100%;
    border: none;
    background: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.digestive-system-section .accordion-icon {
    font-size: 20px;
    line-height: 1;
    border: 1px solid #000;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    dominant-baseline: text-after-edge;
    display: flex;
    align-items: center;
    justify-content: center;
}

.digestive-system-section .digestive-accordion__content {
    padding: 15px;
    background: rgba(202, 249, 72, 0.2);
    font-size: 18px;
    backdrop-filter: blur(60px);
}
.digestive-accordion__content p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
    margin: 0;
}
.digestive-accordion__content p br{
  display: none;
}
/* Fc */
.product-free-contains{
  padding:80px 0;
}

.fc-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:120px;
  max-width:1200px;
  margin:0 auto;
}

.fc-label {
    margin-bottom: 22px;
    color: rgba(2, 36, 37, 1);
    font-family: Open Sans;
    font-weight: 600;
    font-size: 25px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

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

.fc-list li {
    margin-bottom: 24px;
    color: rgba(0, 0, 0, 1);
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 124%;
    letter-spacing: 0%;
}

.fc-list li:last-child{
  margin-bottom:0;
}



.ingredients-tabs-section{
  padding:80px 0;
}

.pro-ingredients-header{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:30px;
  margin-bottom:80px;
}

.pro-ingredients-badge
 {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 20px;
    background: rgba(202, 249, 72, 0.5);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
}

.pro-ingredients-heading {
    margin: 10px 0 0;
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 124%;
    letter-spacing: 0%;
}



.pro-ingredients-layout{
  display:grid;
  grid-template-columns:1fr 1.5fr;
  gap:80px;
  align-items:center;
}

.pro-ingredient-image{
  display:none;
}

.pro-ingredient-image.active{
  display:block;
}

.pro-ingredient-main-image{
  width:100%;
  display:block;
}

.pro-ingredient-tab{
  padding:22px 0;
  border-bottom:1px solid #ddd;
  cursor:pointer;
}

.pro-ingredient-title {
    margin: 0;
    color: rgba(2, 36, 37, 1);
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 124%;
    letter-spacing: 0%;
}

.pro-ingredient-description {
   display: none;
    margin-top: 18px;
    color: rgba(2, 36, 37, 0.7);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
}

.pro-ingredient-tab.active .pro-ingredient-description{
  display:block;
}

.pro-ingredient-tab.active .pro-ingredient-title{
  position:relative;
}

.pro-ingredient-tab.active .pro-ingredient-title:after{
  content:"";
  display:block;
  width:280px;
  height:2px;
  background:#38c95f;
  margin-top:12px;
}


.about-hero-banner {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
section.about-hero-banner::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.about-hero-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.25);
}

.about-hero-content{
  position:relative;
  z-index:2;
  max-width:900px;
  margin:auto;
  text-align:center;
}

.about-breadcrumb{
  color:#c8ff3f;
  font-size:18px;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:20px;
}

.about-hero-content h1 {
    color: #fff;
    font-family: Noto Serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 574px;
    margin: 0 auto;
}

.founder-story-section{
  padding:80px 0;
}

.founder-story-grid{
  display:grid;
  grid-template-columns:480px 1fr;
  gap:70px;
  align-items:center;
}

.founder-story-image{
  width:100%;
}

.founder-img{
  width:100%;
  display:block;
  border-radius:24px;
  object-fit:cover;
}

.founder-heading {
    margin: 0 0 12px;
    color: rgba(2, 36, 37, 1);
    font-family: Open Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
}
.founder-text br {
    display: none;
}


.founder-text{
  margin-bottom:12px;
}

.founder-text p {
    margin: 0;
    color: rgba(2, 36, 37, 1);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    letter-spacing: 0%;
}

.founder-text:last-child{
  margin-bottom:0;
}
.about-hover-cards{
  padding:80px 0;
}

.about-hover-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

.about-hover-card{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:30px;
  min-height:580px;
  text-decoration:none;
}

.about-hover-image{
  width:100%;
  height:580px;
  object-fit:cover;
  display:block;
}

.about-hover-overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  transition:.4s ease;
}

.about-hover-content{
  position:absolute;
  inset:0;
  padding:40px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.about-hover-text {
    color: #fff;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(25px);
    transition: .4s ease;
}

.about-hover-card:hover .about-hover-text{
  opacity:1;
  transform:translateY(0);
}

.about-hover-bottom{
  display:flex;
  align-items:center;
}

.about-hover-bottom h3 {
    margin: 0;
    color: #fff;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.about-hover-arrow {
    color: #fff;
    transition: .3s ease;
    margin-bottom: -5px;
    margin-left: 15px;
}
.about-hover-card:hover .about-hover-arrow {
    opacity: 0;
}

.manufacturing-grid-section{
  padding:80px 0;
}

.mg-header {
    max-width: 750px;
    margin-bottom: 50px;
}

.mg-label, .team-tag {
    display: inline-block;
    background: rgba(202, 249, 72, 0.6);
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
}

.mg-header h2, .team-heading {
    margin: 0;
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 124%;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
}
.mg-grid {
    display: grid;
    gap: 40px;
}
.mg-row {
    display: grid;
    gap: 28px;
}

.mg-row:nth-child(odd){
  grid-template-columns: 1.1fr 1fr;
}

/* Agar ulta chahiye */
.mg-row:nth-child(even){
  grid-template-columns: 1fr 1.1fr;
}
.mg-row:nth-child(2n) .mg-arrow {
        left: 35px;
    right: auto;
    transform: rotate(180deg);
}
.mg-row:nth-child(2n) .mg-small-title {
    text-align: right;
}
.mg-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: radial-gradient(50% 50% at 50% 50%, rgba(242, 255, 88, 0.324) 0%, rgba(229, 234, 230, 0.126) 100%);
}
.mg-card.mg-card-text:hover {
    background: radial-gradient(50% 50% at 50% 50%, rgba(202, 255, 56, 0.23) 0%, rgba(137, 230, 71, 0.42) 100%);
}
.mg-card-text{
  min-height:430px;
  display:flex;
  align-items:flex-end;
}

.mg-card-image{
  min-height:430px;
}

.mg-image{
  height:100%;
}

.mg-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.mg-content {
    padding: 36px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mg-card-image .mg-content{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  color:#fff;
}

.mg-small-title{
  font-size:14px;
  text-transform:uppercase;
  opacity:.7;
}

.mg-arrow{
  position:absolute;
  top:35px;
  right:35px;
}

.mg-card h3 {
    color: rgba(2, 36, 37, 1);
    margin: 0 0 15px;
    font-family: Noto Serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 145%;
    letter-spacing: 0%;
    text-align: right;
}

.mg-text {
    color: rgba(2, 36, 37, 1);
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 145%;
    letter-spacing: 0%;
    
}
.mg-row:nth-child(odd) .mg-text{
  text-align: right;
}
.mg-row:nth-child(even) .mg-text{
  text-align: left;
}

.mg-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:25px;
}

.mg-tags span {
    border-radius: 40px;
    padding: 8px 14px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 9.84px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
    border: 0.82px solid rgba(2, 36, 37, 1);
}


.team-experts{
padding:80px 0;
}
h2.team-heading {
    margin-bottom: 52px;
}
.team-card h3 {
    margin: 25px 0 12px;
    color: rgba(2, 36, 37, 1);
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 124%;
    letter-spacing: 0%;
}

.team-role {
    display: block;
    text-transform: uppercase;
    color: rgba(2, 36, 37, 0.8);
    margin-bottom: 15px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
}

.team-image-wrap{
position:relative;
overflow:hidden;
border-radius:12px;
}

.team-image{
width:100%;
display:block;
aspect-ratio:1/1.2;
object-fit:cover;
transition:.5s;
}

.team-overlay{
opacity:0;
visibility:hidden;
transition:.35s;
}

.team-card .team-desc {
    color: rgba(2, 36, 37, 1);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 0px;
    line-height: 140%;
    letter-spacing: 0%;
}
.team-desc {
    border-left: 1px solid rgba(202, 249, 72, 1);
    padding-left: 14px !important;
    padding: 6px;
}
.team-card:hover .team-overlay{
opacity:1;
visibility:visible;
}

.team-card:hover .team-image{
transform:scale(1.08);
}
.team-card:hover .team-desc {
    font-size: 18px;
}
.team-slider{
overflow:visible;
}

.team-slider .swiper-button-next, .team-slider .swiper-button-prev {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 20px #00000014;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #000;
    border: .6px solid rgba(2, 36, 37, 1);
    z-index: 1;
}


.team-slider .swiper-button-next:after,
.team-slider .swiper-button-prev:after{
font-size:13px;
}

.custom-story-banner{
  position:relative;
  min-height:530px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
section.custom-story-banner::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 28.85%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.custom-story-banner__bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}


.custom-story-banner .page-width{
  position:relative;
  z-index:2;
  width:100%;
}

.custom-story-banner__content{
  text-align:center;
}

.custom-story-banner__heading {
    margin: 0;
    color: #fff;
    font-family: Noto Serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
}




.right-card button.tooltip-btn {
    text-align: left;
}


label.variant-card {
    border: 1px solid rgba(2, 36, 37, 0.1);
    padding: 24px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
        margin-bottom: 8px;
}
label.variant-card.active, label.variant-card:hover {
    background: #f8ffe8;
}
.variant-left {
    display: flex;
}

.variant-left  h4 {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
        margin: 0 8px;
}
span.variant-price {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(2, 36, 37, 1);
}
.cart-count-bubble {
    top: 6px;
    left: 12px !important;
}

.icons-section {
    display: none;
}

/* about */

section.about-hero-banner::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
p.jm-text.jm-review-widget-minimal-header__title {
    font-family: Noto Serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 124%;
    letter-spacing: 0%;
}
button.jm-button.jm-button--primary.jm-action-buttons__button {
    font-family: Open Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(2, 36, 37, 1);
}
/* Radio button green */
.variant-radio {
  accent-color: rgba(91, 162, 40, 1);
}

/* Default card */
.variant-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 12px;
}
button.jm-button.jm-button--primary.jm-action-buttons__button, .jdgm-review-widget-modal button,
.jdgm-write-review-modal__nav-btn-next {
    background: linear-gradient(90deg, #CAF948 0%, #2BBE55 100%);
    padding: 8px 32px;
    color: rgba(2, 36, 37, 1) !important;
}
button.jdgm-write-review-modal__close-btn {
    background: transparent;
}


.system-popup{
  opacity:0;
  visibility:hidden;
  transition:.3s ease;
}

.system-popup.active{
  opacity:1;
  visibility:visible;
}
.pro-ingredient-mobile-image
 {
    display: none;
}

.custom-product-gallery {
    position: sticky;
    top: 0;
    align-self: start;
}






.agn1-hero-bg{
    position:relative;
    overflow:hidden;
}

.hero-video{
    position:absolute;
    inset:0;
    z-index:0;
    overflow:hidden;
}

.hero-video iframe{
    position:absolute;
    top:50%;
    left:50%;
    width:100vw;
    height:56.25vw;
    min-width:177.77vh;
    min-height:100vh;
    transform:translate(-50%,-50%);
    pointer-events:none;
}
.ingredient-para {
    color: #022425;
    margin-bottom: 50px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0%;
}
.impact-card-number span {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}
.header__submenu .header__menu-item:hover, .header__menu-item:hover span, .header__menu-item:focus span {
    text-decoration-line: none;
     text-decoration: none;
}
.header__active-menu-item{
      text-decoration: none;
}
details[open] > .header__menu-item {
    text-decoration: none;
}
.header__submenu li {
    padding: 4px 0;
}
.header__submenu li:hover a {
  color: #3ac454;
}
.list-menu--inline {
    align-items: center;
}

.swiper-button-prev.ingredients-prev, .swiper-button-next.ingredients-next {
    opacity: 0;
        display: none;
}
.ritual-head {
    padding: 0px 0 0;
}
section#productshowcase {
    padding-top: 30px;
}
.ingredients-section {
    padding-bottom: 80px;
}

/* slider slider stop css */
.feature-marquee-track.headertrack {
    animation: none;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.feature-marquee-track.headertrack .feature-marquee-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-marquee-track.headertrack .feature-marquee-group .feature-item {
    width: 50%;
    text-align: center;
    display: block;
}














/********************************custom responsive css**********************************/

@media screen and (max-width: 1370px) {
  .ingredients-slider-wrap,
  .testimonial-slider-outer,
  .blog-slider-wrap {
    padding-left: 57px;
  }
  img.tab-image {
    max-height: 920px;
    object-fit: cover;
  }
}

@media screen and (max-width: 1240px) {
  .page-width {
    max-width: 95%;
    margin: 0 auto;
    width: 100%;
  }
  .header {
    grid-template-columns: 1fr !important;
  }
  .header--middle-left {
    column-gap: 0 !important;
  }
  .header-sections {
    width: 100%;
    max-width: 100%;
  }
  .split-button,
  .product-card__button,
  .image-tabs-button,
  .fill-btn,
  .btn,
  .view-blog-btn,
  .faq-btn,
  .button-read-more a {
    padding: 15px 23px;
  }
  .product-showcase__wrapper {
    gap: 30px;
  }
  .image-tabs-content {
    padding: 25px 45px;
  }
  .tooltip-btn {
    padding: 12px 9px;
  }
  .testimonial-card {
    padding: 30px;
  }
  .blog-slider-wrap {
    padding-left: 0px;
    overflow: hidden;
  }
  .testimonial-slider-outer {
    padding-left: 0px;
  }
  .testimonial-slider-outer,
  .blog-slider-wrap,
  .ingredients-slider-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  
}
@media screen and (max-width: 1024px) {
  .header-sections .header-right {
    width: 40%;
  }
  .split-content {
    padding-right: 0;
  }
  .split-wrapper {
    gap: 10px;
  }
  .split-title,
  .media-gallery-title,
  .product-showcase__title,
  .image-tabs-title,
  .left h2,
  .head h2,
  .ritual-head h2,
  .lab-report-section .section-header h2,
  .left-title,
  .heading-wrap h2,
  .blog-header h2,
  .faq-title {
    font-size: 40px;
  }
  .outline-btn {
    padding: 15px 22px;
  }
  .split-description,
  .product-showcase__description,
  .image-tabs-subtitle,
  section.comparison-section .head p {
    margin-bottom: 28px;
  }

  .image-tabs-list {
    margin-bottom: 16px;
  }
  .right {
    display: flex;
    gap: 5px;
  }
  .highlight-card {
    width: 364px;
    padding: 20px;
  }
  .card-items {
    padding-top: 0;
  }
  .tooltip-item .tooltip-btn {
    text-align: left;
  }
  .hero-slide {
    min-width: 100%;
    height: 556px;
  }
  .media-card img,
  .media-card video,
  .media-card iframe {
    width: 100%;
    height: 350px;
  }
  .ingredients-head .right {
    width: 55%;
  }
  .product-card__description {
    min-height: 45px;
  }
  .lab-popup .popup-content {
    overflow-y: hidden;
  }
  .popup-content {
    max-height: 100%;
  }
  .ritual-heading,
  .clean-science-heading,
  .digestion-title,
  .impact-title,
  .ritual-number,
  .ingredients-title {
    font-size: 40px;
  }
  .agn1-content h1 {
    font-size: 45px;
  }
  .ingredients-description,
  .impact-description {
    font-size: 16px;
  }
  .clean-science-grid {
    gap: 35px;
  }
  .science-title,
  .ritual-title {
    font-size: 16px;
  }
  .science-description {
    font-size: 15px;
  }
  .blog-hero {
    padding: 70px 0;
  }
  .swiper-button-prev.impact-prev {
    left: 3px;
  }
  .swiper-button-next.impact-next {
    right: 3px;
  }
  .blog-hero-content h1,
  .blog-cta-content h2 {
    font-size: 40px;
  }
  .contact-form-wrap h2 {
    font-size: 40px;
  }
  .contact-bottom h2 {
    font-size: 40px;
  }
  .custom-product-grid
 {
    display: grid;
    grid-template-columns: 50% 46%;
    gap: 35px;
    align-items: start;
}
.fc-list li {
    margin-bottom: 14px;
    font-size: 25px;
  }
  .digest-heading, .digestive-system__heading, .pro-ingredients-heading, .digestive-system-section .digestive-system__heading{
    font-size: 40px;
  }
  .digestive-system-section .digestive-system__description p {
    font-size: 16px;
  }
  a.pro-ingredients-btn {
    width: 240px;
}
.pro-ingredient-title{
  font-size: 25px;
}
.tv-card {
    padding: 15px;
}
.tv-grid {
    gap: 16px;
}
.digestive-system-section .digestive-system__wrapper {
    gap: 25px;
  }
  .pro-ingredients-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .about-hero-content h1, .mg-header h2, .team-heading, .custom-story-banner__heading {
    font-size: 40px;
  }
  .founder-text p, .mg-text {
    font-size: 18px;
  }
  .team-role{
    font-size: 16px;
  }
  p.jm-text.jm-review-widget-minimal-header__title {
    font-size: 40px;
  }
  .tv-quote {
    margin-bottom: 15px;
    opacity: 1;
    visibility: visible;
    max-height: max-content;
  }
  .tv-right iframe, .tv-right video {
    width: 100%;
    height: 695px;
  }
  a.pro-ingredients-btn {
    padding: 16px 10px;
  }
  .pro-ingredients-header {
    align-items: center;
  }
  .impact-slide {
    background-position: right;
  }
  .team-card .team-overlay {
    opacity: 1;
    visibility: visible;
  }
  .team-card .team-desc {
    font-size: 18px;
  }

  .founder-grid{
grid-template-columns:360px 1fr;
gap:50px;
}

.founder-heading{
font-size:48px;
}

.founder-image{
height:420px;
}
.swiper-button-prev.ingredients-prev, .swiper-button-next.ingredients-next {
    opacity: 1;
        display: flex;
}
.ritual-head {
    padding: 50px 0 0;
}

}

@media screen and (max-width: 990px) {
  .fc-wrapper {
    gap: 30px;
  }
  .tv-right iframe, .tv-right video {
    width: 100%;
    height: 550px;
  }
  .pro-ingredients-header {
    margin-bottom: 35px;
        align-items: center;
   }
  .tv-grid {
    grid-template-columns: 1fr;
    gap: 24px;
}
.digestive-system-section .digestive-system__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
}
.pro-ingredients-layout {

    gap: 25px;
}
.pro-ingredient-title {
    font-size: 22px;
  }
  .pro-ingredient-description {
    font-size: 15px;
  }
  .digest-support-wrap {
    grid-template-columns: 1fr;
}
.digest-right {
    display: block;
}
.digest-right img{
  width: 100%;
}
    .custom-product-grid {
        display: block;
    }
    .custom-product-content {
    padding-top: 40px;
}
section.digest-support {
    background-image: none !important;
}
.digest-slider-card {
    background: #f7f7f5;
  }
      a.pro-ingredients-btn {
        width: 300px;
        padding: 18px 20px;
    }
  .fc-list li {
    font-size: 38px;
  }
  .ritual-grid {
    grid-template-columns: 1fr;
  }


  .product-title {
    font-size: 30px;
  }

  .ritual-description {
    font-size: 18px;
  }

  .ritual-title {
    font-size: 20px;
  }

  .impact-slide {
    grid-template-columns: 1fr;
  }

  .impact-description {
    font-size: 16px;
            margin-bottom: 20px;
  }
  .impact-card {
    background: #efedee;
   }
   .impact-card-number {
    font-size: 40px;
   }

  .button-read-more {
    display: none;
  }
  .header {
    grid-template-columns: none !important;
  }
  .header-sections .header-right {
    width: 10%;
  }
  .header-sections .header-center {
    display: none;
  }
  .header-sections .header-left {
    width: 100%;
    text-align: center;
  }
  header.header.header--middle-left.header--mobile-center {
    display: flex;
  }
  .product-card__description {
    min-height: auto;
  }
  .product-showcase__wrapper {
    grid-template-columns: 1fr;
  }
  .card-content {
    min-height: 215px;
  }
  img.tab-image {
    max-height: 480px;
    object-fit: cover;
  }
  .ingredients-title {
    margin-bottom: 25px;
  }
  .digestion-title,
  .impact-title {
    margin-bottom: 25px;
  }
  .ingredients-grid {
    gap: 20px;
  }
  .agn1-inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .ingredients-grid {
    display: block;
  }
  .subscribe-save .right {
    display: block;
  }
  section.subscribe-save {
    background-image: none !important;
    background-color: #fff !important;
  }
  .subright {
    display: block;
  }
  .impact-col {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
  }
  .impact-mobile-image img {
    height: 274px;
        object-fit: cover;
                display: block;
        opacity: 1;
  }
  .impact-slide {
    background-image: none !important;
  }
  .impact-slide .page-width {
    padding: 0;
    width: 100% !important;
    max-width: 100%;
  }
  .impact-content {
    padding: 20px;
  }
  .impact-slide {
    padding: 0;
  }
  section.ingredient-impact-slider {
    padding-bottom: 0px;
  }
  .blog-layout {
    display: block;
    padding: 50px 0;
  }
  .custom-contact-section {
    padding: 50px 0;
  }
  .mobbtn-ingredient {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .dekbtn-ingredient {
    display: none;
  }
  .ritual-grid.swiper.ritual-slider {
    display: block;
   
  }
  .gut-ritual .ritual-grid {
    display: none;
  }
  /* section.gut-ritual.page-width {
    max-width: 100%;
    padding: 0;
  }
  .ritual-head {
    padding: 0 25px;
  } */
  .image-tabs-images {
    display: none;
  }
  .right-card .tooltip-box {
    width: 263px;
  }
  .founder-story-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .founder-story-section, .manufacturing-grid-section{
        padding: 50px 0;
  }
   .about-hover-cards{
     padding: 0px 0;
  }
  .team-experts{
    padding: 0px 0 30px;
  }
  .about-hover-text{
    font-size: 16px;
  }
  .about-hover-content {
    padding: 25px;
  }
  .founder-text p, .mg-text {
        font-size: 16px;
    }
    .custom-product-grid .custom-product-gallery {
    position: relative;
   }
  
}

@media screen and (max-width: 768px) {
  .agn1-hero-bg {
    min-height: 500px;
  }
  .media-gallery-section p {
    max-width: 100%;
}

  .product-free-contains {
    padding: 70px 0;
  }

  .fc-list li {
    font-size: 28px;
  }
  .digest-support-wrap {
    gap: 20px;
  }

  .agn1-breadcrumb {
    margin-bottom: 8px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .custom-product-layout {
    padding: 50px 0;
  }

  .product-title {
    font-size: 28px;
  }

  .article-layout {
    grid-template-columns: 1fr;
  }
  .blog-filter {
    padding: 50px 0 36px;
    text-align: center;
  }
  .blog-grid {
    padding-bottom: 50px;
  }

  .contact-top {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-form-wrap h2 {
    font-size: 30px;
  }

  .contact-bottom h2 {
    font-size: 30px;
  }

  .digestion-grid {
    max-width: 100%;
  }
  .accordion-header {
    padding: 10px;
  }

  .accordion-inner {
    padding: 16px;
  }

  .agn1-desc {
    font-size: 16px;
  }

  .agn1-feature-wrap {
    gap: 20px;
  }

  .footer-top,
  .footer-middle {
    grid-template-columns: 1fr;
  }

  .footer-newsletter h2 {
    font-size: 40px;
  }

  .footer-form form {
    flex-direction: column;
  }

  .hero-slide {
    height: 65vh;
  }

  .hero-heading {
    font-size: 42px;
  }

  .hero-subheading {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-btn {
    width: 100%;
    max-width: 230px;
    padding: 12px 30px;
  }
  .feature-item {
    margin-right: 45px;
    gap: 10px;
  }

  .feature-icon {
    width: 24px;
    height: 24px;
  }

  .feature-text {
    font-size: 16px;
  }

  .media-gallery-title {
    font-size: 28px;
  }

  .media-card--landscape {
    width: 300px !important;
    height: 180px;
  }
  .feature-item {
    margin-right: 45px;
    gap: 10px;
  }

  .feature-icon {
    width: 24px;
    height: 24px;
  }

  .feature-text {
    font-size: 16px;
  }
  .split-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .split-content,
  .split-image {
    width: 100%;
  }

  .split-title,
  .media-gallery-title,
  .product-showcase__title,
  .image-tabs-title,
  .left h2,
  .head h2,
  .ritual-head h2,
  .lab-report-section .section-header h2,
  .left-title,
  .heading-wrap h2,
  .blog-header h2,
  .faq-title {
    font-size: 30px;
  }
  .ritual-heading,
  .clean-science-heading,
  .digestion-title,
  .impact-title,
  .ritual-number,
  .ingredients-title,
  .digestive-system-section .digestive-system__heading, .pro-ingredients-heading, .digest-heading {
    font-size: 30px;
  }
  .blog-hero-content h1,
  .blog-cta-content h2 {
    font-size: 30px;
  }
  .custom-blog-article .article-content {
    font-size: 16px;
  }
  .blog-cta {
    padding: 100px 0;
  }

  .split-description {
    font-size: 16px;
  }

  .image-tabs-wrapper {
    grid-template-columns: 1fr;
  }

  .wrap {
    grid-template-columns: 1fr;
  }

  .ritual-grid {
    grid-template-columns: 1fr;
  }
  


  .lab-grid {
    grid-template-columns: 1fr;
  }

  .buttons-grid {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 42px;
  }

  .blog-header {
    flex-direction: column;

    gap: 20px;
  }

  .slider-nav,
  .nav-wrap {
    padding-left: 0;
    margin-left: -10px;
        margin-top: 30px;
  }

  .blog-card .article-image img {
    height: 300px;
  }

  .custom-faq {
    padding: 60px 0;
  }

  .faq-question {
    font-size: 18px;
  }
  .custom-faq {
    padding: 70px 0;
  }

  .faq-question {
    font-size: 18px;
  }
  .hero-arrow {
    width: 35px;
    height: 35px;
    font-size: 16px;
    z-index: 0;
  }
  .product-card__image img {
    height: auto;
  }
  .image-tabs-images,
  .image-tabs-content {
    position: relative;
    width: 100%;
  }
  .image-tabs-wrapper,
  .ingredients-head {
    flex-wrap: wrap;
  }
  .image-tabs-content {
    padding: 25px 20px;
  }
  .image-tab-description {
    min-width: 40px;
    height: 40px;
  }
  .image-tab-heading {
    font-size: 14px;
  }
  .ingredients-head .left,
  .ingredients-head .right {
    width: 100%;
  }
  .ingredients-head {
    gap: 7px;
  }
  .ingredients-head .right {
    padding-top: 0;
    flex-wrap: wrap;
  }
  .ingredients-head .right button {
    width: 240px;
  }
  .wrap .left p {
    font-size: 18px;
  }
  .wrap {
    gap: 0;
  }
  .subscribe-save {
    background-position: left !important;
  }
  .table-row,
  .card-row {
    font-size: 14px;
    line-height: 1.4;
  }
  .table-head,
  .table-row {
    padding: 20px 16px;
  }
  .table-head {
    font-size: 16px;
  }
  highlight-card {
    padding: 20px;
  }
  .comparison-section,
  .custom-footer-section {
    padding: 50px 0;
  }
  .image-content-split {
    padding: 50px 0;
  }
  section.testimonial-slider-wrap,
  .blog-slider-section,
  .custom-faq {
    padding: 30px 0;
  }
  .media-gallery-section{
    padding: 0;
  }
  .image-tabs-section{
    padding: 0 0 50px;
  }
  
  .lab-report-section {
    padding: 30px 12px;
  }
  .gut-ritual{
     padding: 8px 12px 30px;
  }
  h2.faq-title {
    margin: 0 0 30px;
  }
  .subscribe-save {
    margin-top: 00px;
    padding: 50px 0;
  }
  .faq-inner {
    font-size: 14px;
  }
  .footer-middle {
    gap: 8px;
  }
  .right-top {
    padding: 20px;
  }
  .tooltip-box {
    left: 10px;
  }
  .buttons-grid {
    padding: 30px 20px;
  }
  .view-report-btn {
    margin-top: 10px;
    padding: 15px 19px;
    position: relative;
    bottom: 0px;
    left: 0;
  }
  .left-card {
    padding: 30px;
  }
  .left-count {
    margin: 40px 0 10px;
    font-size: 45px;
  }
  .left-small,
  .left-bottom {
    font-size: 18px;
  }
  .left-title {
    margin-bottom: 35px;
  }
  .footer-desc,
  .footer-brand p,
  .footer-disclaimer p {
    line-height: 1.5;
  }
  .footer-top {
    gap: 20px;
  }
  .footer-brand img {
    max-width: 120px;
  }
  .footer-center-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .footer-newsletter h2 {
    font-size: 24px;
    margin: 0;
  }
  .social-icons {
    margin-top: 0;
  }
  .footer-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }
  .footer-middle {
    padding: 20px 0;
  }

  .right-top {
    font-size: 16px;
  }
  .custom-hero-slider button.hero-arrow.hero-prev {
    right: 65px !important;
  }
  .item {
    display: block;
  }
  .popup-content {
    width: 95%;
    z-index: 2;
    max-height: 90vh;
    padding: 10px;
  }
  h3.supplement-title {
    font-size: 22px;
  }
  .supplement-table h2 {
    font-size: 16px;
  }
  .table-head-th {
    font-size: 13px;
  }
  .table-row-tr div,
  .supplement-inner,
  p.flavor-text {
    font-size: 14px;
  }
  .custom-hero-slider button.hero-arrow.hero-prev {
    right: 80px !important;
  }
  .lab-popup .popup-inner {
    padding: 30px;
  }
  .ingredient-card img {
    height: 548px;
  }
  section.clean-science-section,
  .ingredients-showcase,
  .digestion-section,
  .daily-ritual,
  .digest-support,
  .ingredients-tabs-section {
    padding: 50px 0;
  }
  .digestive-system-section,
  .product-free-contains,
  .testimonial-video-section {
    padding: 30px 0;
  }
  .testimonial-video-section {
    padding: 30px 0;
 }
  .custom-product-content .product-title {
    font-size: 40px;
  }

  section.digestion-section {
    background-image: none !important;
    background-color: #dfdcd2;
  }
  .digestion-image {
    display: block;
    width: 100%;
    margin-top: 30px;
  }

  .digestion-image img {
    width: 100%;
  }
  .swiper-button-prev.impact-prev {
    left: 10px;
    top: 63%;
  }
  .swiper-button-next.impact-next {
    right: 10px;
    top: 63%;
  }
  .header__icon--cart span.svg-wrapper {
    margin-left: 0px;
  }
  .header__icon span.svg-wrapper img {
    width: 14px;
  }
  .contact-cards {
    gap: 10px;
  }
  .contact-card {
    border-radius: 14px;
    padding: 15px;
  }
  .contact-card p {
    font-size: 16px;
  }
  .ritual-card {
    border-radius: 0;
  }
  section.digestion-section {
    background-color: #fff;
    padding-bottom: 0;
  }
  .accordion-item.active .accordion-content {
    max-height: max-content !important;
  }
  .agn1-hero-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(0, 0, 0, 0.35) 60%,
      rgba(0, 0, 0, 0.55) 100%
    );
    pointer-events: none;
  }
  .daily-ritual .ritual-card::after {
    content: "";
    position: absolute;
    background: linear-gradient(
      180deg,
      rgb(0 0 0 / 39%) 0%,
      rgba(0, 0, 0, 0.35) 60%,
      rgba(0, 0, 0, 0.55) 100%
    );
    pointer-events: none;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .ritual-heading,
  .ritual-number,
  .ritual-title {
    z-index: 1;
  }
  .comparison-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .comparison-wrap {
    min-width: 884px;
    margin-bottom: 40px;
  }
   .highlight-card {
        top: -24px;
    }
    .highlight-card h3 {
    text-align: center;
    margin: 0 0 -1px;
   }
   a.split-button {
    width: max-content;
    text-align: center;
    display: block;
    margin: 0 auto;
   }

    /* .image-tabs-images {
    display: none;
  } */

  .mobile-inline-image {
    display: none;
    margin: 20px 0;
  }

  .image-tab-item.active .mobile-inline-image {
    display: block;
  }

  .mobile-inline-image img {
    width: 100%;
    display: block;
    border-radius: 12px;
  }
  .icons-section {
    position: fixed;
    top: 40%;
    right: -48px;
    background: #e7ffa4;
    width: 100px;
    padding: 8px;
        z-index: 99;
            transition: all ease-in-out 0.5s;
    border-radius: 70px 0px 0px 70px;
  }
   .icons-section a {
    display: flex;
  }

  .icons-section:hover {
    right: -40px;
    transition: all ease-in-out 0.5s;
  }



  .icons-section img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }

label.variant-card {
    display: block;
}
.variant-left {
    margin-bottom: 10px;
}

.product-rating span {
    width: 100%;
    float: left;
    margin: 10px 0px;
}
.product-rating {
    display: block;
}
    .about-hero-content h1, .mg-header h2, .team-heading, .custom-story-banner__heading {
        font-size: 30px;
    }
    .mg-content {
    padding: 20px;
  }
  .mg-arrow {
    top: 20px;
  }
  .mg-card-text {
    min-height: auto;
  }
  .mg-card h3 {
    margin-top: 20px;
   }
   .mg-card-image {
    min-height: auto;
  }
  p.jm-text.jm-review-widget-minimal-header__title {
    font-size: 30px;
  }

  #note-from-us-{{ section.id }} .note-from-us__wrapper{
  flex-direction:column;
  align-items:flex-start;
  padding:35px 25px;
}

#note-from-us-{{ section.id }} .note-from-us__heading{
  font-size:34px;
}

#note-from-us-{{ section.id }} .note-from-us__button{
  width:100%;
}


}

@media screen and (max-width: 550px) {


  .product-rating span {
    width: 100%;
    float: left;
    margin: 10px 0px;
  }

  .media-card img,
  .media-card video,
  .media-card iframe {
    width: 100%;
    height: 390px;
  }

  .product-showcase__products {
    grid-template-columns: 1fr;
  }

  .product-showcase-dek-slider {
    display: none;
  }

  .product-showcase-mob-slider,
  .product-showcase__products.product-showcase-mob-slider {
    display: block;
  }

  img.tab-image {
    max-height: 400px;
    object-fit: cover;
  }

  .system-title {
    font-size: 24px;
  }

  .system-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .lab-popup .popup-inner {
    padding: 20px;
  }

  .lab-popup h3 {
    font-size: 18px;
  }

  .clean-science-grid {
    display: block;
  }

  .science-item,
  .clean-science-grid {
    margin-top: 35px;
  }

  .filter-btn {
    margin: 6px !important;
    font-size: 10.99px;
  }

  .agn1-content h1 {
    font-size: 35px;
  }

  .desktop-hero-content,
  .hero-overlay {
    display: none;
  }

  .hero-slide {
    background: none !important;
    height: auto !important;
    padding: 0;
  }

  .mobile-hero-card {
    display: block;
  }

  .mobile-hero-content h1,
  .mobile-hero-content .hero-subheading {
    color: rgba(2, 36, 37, 1) !important;
  }

  .mobile-hero-content h1 {
    margin-top: 0;
  }

  .mobile-hero-image img {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
  }

  .mobile-hero-content {
    background: #fff;
    padding: 24px;
  }

  .mobile-hero-heading {
    margin: 0 0 15px;
  }

  .mobile-hero-text {
    margin-bottom: 20px;
  }

  .hero-slider {
    align-items: flex-start;
  }

  .hero-dots {
    bottom: 0;
  }

  .hero-dot {
    background: rgb(0 0 0 / 50%);
  }

  .hero-dot.active {
    background: #000;
  }

  .custom-hero-slider button.hero-arrow.hero-prev,
  .custom-hero-slider button.hero-arrow.hero-next {
    border: 0.6px solid rgba(2, 36, 37, 1);
  }

  .custom-hero-slider button.hero-arrow.hero-next {
    right: 0 !important;
    top: 50%;
  }

  .custom-hero-slider button.hero-arrow.hero-prev {
    left: 0;
    top: 50%;
  }

  .hero-heading {
    font-size: 32px;
  }

  .hero-subheading {
    font-size: 14px;
  }

  .hero-btn {
    margin-bottom: 15px;
  }

  .feature-marquee-section {
    padding: 0;
  }

  .contact-cards {
    grid-template-columns: 1fr;
  }

  .agn1-hero-bg {
    background-position: right;
  }

  .swiper-button-prev.impact-prev {
    left: 5px;
    top: 63%;
  }

  .swiper-button-next.impact-next {
    right: 5px;
    top: 63%;
  }

  .product-benefits-grid {
    display: block;
  }

  .pro-ingredients-header {
    display: block;
  }

  .pro-ingredients-layout {
    display: block;
  }

  a.pro-ingredients-btn {
    width: auto;
    padding: 18px 20px;
    margin-top: 20px;
  }

  .fc-col {
    margin-bottom: 30px;
  }

  .product-free-contains {
    padding: 0;
  }

  .fc-list li {
    font-size: 15px;
  }

  .image-tab-item {
    padding: 6px 0;
  }

  .image-tab-description {
    max-width: 25px !important;
    min-width: 25px;
    height: 25px;
  }

  .image-tab-heading {
    padding: 5px 10px;
  }

  a.image-tabs-button {
    display: none;
  }

  .image-tabs-wrapper {
    flex-direction: column-reverse;
  }

  .image-tabs-content {
    padding: 25px 20px 5px;
  }

  .image-tabs-images img {
    height: 250px;
    object-fit: cover;
  }
  .product-card__description {
    margin-bottom: 19px;
  }
  .product-card__content {
    padding-top: 15px;
  }
  
   .icons-section {
    display: block;
  }
  .system-item:hover .system-tooltip {
    opacity: 0;
    visibility: hidden;
   }
   .system-img {
    margin: 0 auto 25px;
    border: none;
    background: transparent;
  }
  .popup-content img {
    width: 69%;
  }
      .custom-product-content .product-title{
        font-size: 30px;
      }
      .about-hover-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    }
    .mg-row:nth-child(odd), .mg-row:nth-child(even) {
    grid-template-columns: 1fr;
   }
       .mg-row:nth-child(odd) {
        display: flex;
        flex-direction: column-reverse;
    }
    .mg-row {
    gap: 5px;
  }  
  
  .mg-row:nth-child(odd) .mg-text, .mg-card h3 {
    text-align: left;
  }
  
   .mg-row:nth-child(2n) .mg-arrow {
    left: auto;
    right: 35px;
            transform: none;
  }
  .mg-row:nth-child(2n) .mg-small-title {
    text-align: left;
  }
   .custom-story-banner {
    padding: 80px 0;
    }
    .custom-story-banner__button {
    margin-top: 20px;
  }
  .custom-story-banner {
    min-height: auto;
  }
   .about-hover-text {
            opacity: 1;
    transform: translateY(0);
    }
    .team-card h3 {
    font-size: 20px;
  }
  .team-card .team-desc {
        font-size: 16px;
  }
  .team-overlay {
    opacity: 1;
    visibility: visible;
  }
   .impact-mobile-image img {
    height: 274px;
        object-fit: cover;
  }
  .mg-arrow {
    display: none;
  }
  section.custom-story-banner:after {
    background: linear-gradient(90deg, #0006 0% 100.85%, #0000);
  }
      .team-slider .swiper-button-next {
        right: 0;
        left: 45px;
        bottom: 0;
        top: 97%;
    }
  .team-slider .swiper-button-prev{
        left: 5px;
        bottom: 0;
        top: 97%;
  }
  .swiper.team-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-bottom: 55px;
  } 
      .team-experts {
        padding: 0 0 0px;
    }
    .pro-ingredients-left {
    display: none;
}
.pro-ingredient-tab.active .pro-ingredient-mobile-image{
    display:block;
  }
.pro-ingredient-mobile-img {
    width: 100%;
    display: block;
  }
  .impact-card-number span {
    display: block;
  }

}
@media screen and (max-width: 425px) {
  .impact-card {
    margin-bottom: 20px;
  }
  .swiper-button-prev.impact-prev,
  .swiper-button-next.impact-next {
    top: 63%;
  }
      .product-card__description {
        min-height: 45px;
    }
    .custom-product-content button.product-atc-btn {
    padding: 10px;
  }
  
   
      
}

/*********************custom responsive css**********************/
@media screen and (min-width: 1600px) {
  .testimonial-slider-outer,
  .blog-slider-wrap{
    padding-left: 160px;
  }
  .image-tabs-content {
    padding-right: 18%;
  }
  img.tab-image {
    max-height: 993px;
    object-fit: cover;
  }
  
}

@media screen and (min-width: 1900px) {
  .testimonial-slider-outer,
  .blog-slider-wrap{
    padding-left: 16%;
    padding-bottom: 5px;
  }
  img.tab-image {
    max-height: 930px;
    object-fit: cover;
  }
  .media-card img,
  .media-card video,
  .media-card iframe {
    width: 100%;
    height: 530px;
  }
  .swiper-button-prev.impact-prev {
    left: 12%;
  }
  .swiper-button-next.impact-next {
    right: 12%;
  }
}


@media screen and (max-width:990px){
  #FoundersStory-{{ section.id }} .founders-story__text p{
    font-size:40px;
  }

  #FoundersStory-{{ section.id }} .founders-story__content::before{
    width:360px;
    height:360px;
  }
  .founders-story__grid{
grid-template-columns:1fr;
gap:40px;
}

.founders-story__heading{
font-size:48px;
margin-bottom:50px;
}

.founders-story__content{
flex-direction:column;
align-items:flex-start;
}
 .story-layout__heading {
    font-size: 46px;
    margin-bottom: 50px;
  }

  .story-layout__row {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .story-layout__row--reverse .story-layout__content,
  .story-layout__row--reverse .story-layout__image {
    order: initial;
  }
.founder-story-section{
padding:70px 0;
}

.founder-grid{
grid-template-columns:1fr;
gap:35px;
}

.founder-left{
max-width:520px;
margin:auto;
}

.founder-right{
padding-right:0;
}

.founder-heading{
font-size:42px;
}

.founder-content{
font-size:19px;
}

.founder-next{
right:15px;
top:42%;
width:58px;
height:58px;
}


}


@media(max-width:749px){

.country-selector__overlay{
        position: relative !important;

}


.founders-story__heading{
font-size:36px;
}

.founders-story__text{
font-size:18px;
}
 #FoundersStory-{{ section.id }} .founders-story__text p{
    font-size:28px;
    line-height:1.4;
  }

  #FoundersStory-{{ section.id }} .founders-story__content::before{
    width:260px;
    height:260px;
  }
  #story-layout-{{ section.id }} {
    padding: 60px 0;
  }

  .story-layout__heading {
    font-size: 34px;
  }

  .story-layout__content p {
    font-size: 18px;
    line-height: 1.7;
  }
.founder-story-section{
padding:55px 0;
}

.founder-heading-wrap{
margin-bottom:40px;
}

.founder-heading{
font-size:34px;
line-height:1.2;
}

.founder-grid{
gap:28px;
}

.founder-image{
height:340px;
border-radius:16px;
}

.founder-progress{
width:170px;
margin-top:18px;
}

.founder-content{
font-size:17px;
line-height:1.7;
}

.founder-next{
width:52px;
height:52px;
right:8px;
top:38%;
}

.founder-next svg{
width:20px;
height:20px;
}
.note-from-us {
    margin: 00px 0px 45px;
}
.feature-marquee-track.headertrack .feature-marquee-group span.feature-text {
    font-size: 14px;
  }
  .feature-marquee-track.headertrack .feature-marquee-group .feature-item {
    margin: 0;
}

.product-feature-list{

      padding: 15px;
}

}
