/** Shopify CDN: Minification failed

Line 256:17 Expected ":"

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
}

.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 */

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

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

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 5rem;
  }

  .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;
  }
  .protecting-brain_img{
    max-height: 620px;
  }
}

@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;cccccc
  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);
  color: rgb(var(--color-foreground));
  line-height:1;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}
@media only screen and (min-width: 990px) {
  h4,
  .h4 {
    font-size: calc(var(--font-heading-scale) * 2rem);
  }
}

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

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

h6,
.h6 {
  color: rgba(var(--color-foreground), 1);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  font-size: calc(var(--font-heading-scale) * 1.4rem);
}

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,
div: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-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);
}

/* 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;
  }
}

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

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

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

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
/* .focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
} */

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  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,
.no-js .focus-inset:focus {
  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);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  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,
.no-js .focus-offset:focus {
  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);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* 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 {
  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--5-col-tablet .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  
  .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,
.shopify-payment-button [role='button'],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --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);
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 1.5rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.6rem;
  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,
.shopify-payment-button [role='button']:before,
.cart__dynamic-checkout-buttons [role='button']: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 [role='button']:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role='button']: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),
.shopify-payment-button [role='button']: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;
}

/* 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-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

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

.button.loading > .loading-overlay__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,
.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 {
  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-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 .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.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 {
  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 {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

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

.customer .field .form__message svg {
  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-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 {
  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: 1.2rem;
  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 .loading-overlay:not(.hidden) ~ *,
.quantity__rules-cart .loading-overlay:not(.hidden) ~ * {
  visibility: hidden;
}

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

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.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: #EB5757;
  color: rgb(var(--color-button-text));
  height: 13px;
  width: 13px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  bottom: 0.8rem;
  left: 15px;
  line-height: 110%;
}

@media screen and (min-width: 990px) {
  .cart-count-bubble {
    text-decoration-line: none;
    text-underline-offset: 0.7px;
    height: 1.7rem;
    width: 1.7rem;
    font-size: 1.2rem;
    left: 2.2rem;
  }
}

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

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

@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));
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.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 1fr auto;
    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;
  position: relative;
  z-index: 9;
}

.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;
  align-items:center;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
  position: relative;
  z-index: 9;
}

.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::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 .icon.icon-hamburger,
.header__icon .icon.icon-close{
  height: 4rem;
  width: 4rem;
}

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

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

@media screen and (max-width: 990px) {
  .header__icon--cart .icon{
    width: 27px;
    height: 24px;
  }
  .header__icon--cart{
    width: 27px;
  }
}

.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);
}

/* 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;
  }
}

.no-js .predictive-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;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.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), 1);
}

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

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

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));
}

.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__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 {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > svg {
    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;
  }

  .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. */
  }
}
/* ======================================================================================================== */

img {
  display: block;
  max-width: 100%;
  height: auto;
}
a{
  text-decoration:none;
}
.button-full{
  width:100%;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: unset;
}
:root {
  --custom-color-1: #536780;
}


/* ==================================== HELPING CLASS START ==================================== */
.col-padding{
  padding: 0 1rem;
}
.col-cover {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; 
}
.col-full {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; 
}
.col-two {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 1rem;
  padding-right: 1rem; 
}
.col-three {
  -webkit-box-flex: 0 0 33.333333%;
  -moz-box-flex: 0 0 33.333333%;
  box-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  -moz-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 1rem;
  padding-right: 1rem; 
}
.col-four {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 1rem;
  padding-right: 1rem; 
}
.col-five {
  -webkit-box-flex: 0 0 20%;
  -moz-box-flex: 0 0 20%;
  box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 1rem;
  padding-right: 1rem; 
}
.col-six {
  -webkit-box-flex: 0 0 16.666667%;
  -moz-box-flex: 0 0 16.666667%;
  box-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
  -moz-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding-left: 1rem;
  padding-right: 1rem; 
}

.row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: wrap;
  -moz-box-lines: wrap;
  box-lines: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
  margin:0 -1rem;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: wrap;
  -moz-box-lines: wrap;
  box-lines: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
}
.align-start {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start; 
}
.align-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; 
}
.align-end {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end; 
}
.align-stretch {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; 
}
.align-baseline {
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline; 
}
.justify-start {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; 
}
.justify-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; 
}
.justify-around {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: center; 
}
.justify-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; 
}
.justify-end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end; 
}
.flex-direction-column{
  flex-direction: column;
}
.flex-direction-row{
  flex-direction: row;
}
.float-l{ float: left; }
.float-r{ float: right; }
.float-clear{ clear: both; }

.text-left{ text-align: left; }
.text-center{ text-align: center; }
.text-right{ text-align: right; }
.text-nowrap{ white-space: nowrap; }
.text-lowercase{ text-transform: lowercase; }
.text-uppercase{ text-transform: uppercase; }
.text-capitalize{ text-transform: capitalize; }
.text-deco-underline{ text-decoration: underline; }
.list-style-none{ list-style: none; }

.m-0{
  margin:0;
}
/* ==================================== HELPING CLASS END ==================================== */

:root {
  --radius: 10vmin;
  --frame-size: calc(var(--radius) / 3);
  --d-outer: calc(var(--radius) * 2);
  --d-inner: calc(var(--d-outer) - var(--frame-size));
  --font-size: calc(var(--radius) / 5);
}
.bp-circle {
  --radius: 7vmin;
  --frame-size: calc(var(--radius) / 3);
  --d-outer: calc(var(--radius) * 2);
  --d-inner: calc(var(--d-outer) - var(--frame-size));
  --font-size: calc(var(--radius) / 4);
  background-color: #000;
  box-shadow: 0px 0px 0px 5px #000;
  color: #FFF;
  position: absolute;
  width: var(--d-outer);
  height: var(--d-outer);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bp-circle-img {
  position: absolute;
  width: calc(var(--d-inner) / 2);
  height: calc(var(--d-inner) / 2);
  background: url(/cdn/shop/files/Mask_group_3.png?v=1696955856);
  background-size: contain;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  filter: contrast(1.5);
}
.bp-circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotateText 10s linear infinite;
}
.bp-circle-text p span {
  position: absolute;
  left: 50%;
  transform-origin: 0 var(--radius);
}
.bp-circle-text p{
  font-size: var(--font-size);
  margin:0;
}
@keyframes rotateText {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.hdr-megamenu_wrapper {
    display: flex;
}
.hdr-megamenu-right {
  flex: 1;
  padding: 20px;
}
.hdr-megamenu-left {
  width: 35%;
  background-color: #F3F4F6;
  padding: 2.4rem;
}
.hdr-megamenu-submenu_list {
  list-style: none;
  padding: 0;
  max-width: 268px;
  margin-left: auto;
}
.hdr-megamenu-submenu_list-item:not(:last-child){
  margin-bottom:4px;
}
.hdr-megamenu-submenu_list-item_link {
  display: block;
  font-size: 1.6rem;
  color: var(--custom-color-1);
  text-decoration: none;
  padding: 8px;
  border-radius: 10px;
}
.hdr-megamenu-submenu_list-item_link.active{
  font-weight: 600;
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
.hdr-megamenu-right-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 765px;
}
.second_mega_manu_type .hdr-megamenu-right-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hmrg-item-style-1 .hmrg-item_img-wrapper{
  display:block;
  padding:10px;
  border-radius: 10px;
  background: #F2F2F2;
}
.hmrg-item-style-1 .hmrg-item_img {
  aspect-ratio: 1;
  object-fit: contain;
}
.hmrg-item-style-1 .hmrg-item_content {
  position: relative;
  margin-top:1.4rem;
}
.hmrg-item-style-1 .hmrg-item_icon-right {
  position: absolute;
  right: 0;
}
.hmrg-item-style-1 .hmrg-item_title {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1.8rem;
}
.hmrg-item-style-1 .hmrg-item_desc {
  margin: 0;
  font-size:1.4rem;
  color: var(--custom-color-1);
}
.hmrg-item_desc{
 font-size:1.4rem; 
  color: var(--custom-color-1);
}
.hmrg-item-style-2,
.hmrg-item-style-3{
  grid-column: span 2 / span 2;
  padding:8px;
  border-radius: 10px;
  background: #F2F2F2;
}
.second_mega_manu_type .hmrg-item-style-3{
  grid-column: span 1 / span 1;
}
.hmrg-item-style-2  .hmrg-item_inner{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 100%;
  border-radius: 10px;
  overflow:hidden;
}
.hmrg-item-style-2 .hmrg-item_img-wrapper{
  position:relative;
}
.hmrg-item-style-2 .hmrg-item_img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border-radius:8px;
  object-fit:cover;
}
.hmrg-item-style-2 .hmrg-item_content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hmrg-item-style-3 .hmrg-item_inner{
  position:relative;
}
.hmrg-item-style-3 .hmrg-item_img {
  width: 100%;
  /* aspect-ratio: 1.4; */
  object-fit: cover;
  border-radius: 8px;
}
.hmrg-item-style-3 .hmrg-item_content{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}
.hmrg-item-style-3 .hmrg-item_title {
  width: max-content;
  padding: 4px 8px;
  display: block;
  text-align: center;
  border-radius: 4px;
  background: rgba(172, 172, 172, 0.80);
}


.annoucement-bar-secondary {
  background: #000;
  overflow:hidden;
}
.annoucement-bar-secondary-item_link {
  display: block;
  padding: 10px 27px;
  color: #fff;
}
.annoucement-bar-secondary {
   width: 100%;
   overflow: hidden;
   white-space: nowrap;
}
.annoucement-bar-secondary:hover .annoucement-bar-secondary-item {
   /* animation-play-state: paused; */
}
.annoucement-bar-secondary-item {
   display: inline-block;
   will-change: transform;
   animation: marquee 10s linear infinite;
}

@media screen and (max-width: 989px) {
  .annoucement-bar-secondary-item_link{
    padding: 6px 14px;
  }
}

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

.hero-wrapper {
    padding: 20px 0;
}
.hero-grid {
  display: grid;
  align-items:center;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 66px;
}
.hero-grid-text-column{
  grid-column: span 3 / span 3;
}
.hero-grid-img-column{
  grid-column: span 4 / span 4;
  position:relative;
}
.hero .bp-circle{
  left: 18%;
  bottom: 5%;
}
.hgtc-wrapper .hgtc-title{
  margin: 38px 0 28px;
}
.hgtc-price-button-wrapper .button svg{
  margin-right:1.2rem;
}
.logo-list{
  padding-bottom:2.8rem;
}
.logo-list_item{
  max-width:20%;
  width:20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trusted-by {
  padding: 35px 0;
  background: #000;
}
.trusted-by .tb-title{
  color: #fff;
}

.tb-wrapper {
  display: grid;
  align-items:center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:30px;
}
.tb-left_wrapper {
  max-width: max-content;
}
.tb-left_wrapper p{
  color: #F5F5F5;
  font-size:1.6rem;
  margin:1.6rem 0 0;
}
.tb-right_item {
  padding: 26px;
  background-color: #FFF;
  border-radius: 10px;
}
.tb-right_item:nth-child(2n) p:not(:last-child){
  margin-top: -5px;
}
.tb-right_items-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  max-width: 500px;
  text-align: center;
}
.tb-right_item-title{
  margin-bottom:14px;
}
.tb-right_item p{
  margin:8px 0 0;
  color: var(--custom-color-1);
  font-size: 2rem;
}

.bp-grid {
  padding: 100px 0 130px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.bp-text_column-wrapper {
  max-width: 423px;
}
.bp-text-top-title{
  margin-bottom:14px;
}
.bp-text-title {
  margin-bottom: 26px;
}

.bp-text_column-wrapper p:not(.bp-text-top-title){
  color: var(--custom-color-1);
  margin-bottom:0;
}
.bp-img_column-wrapper{
  position:relative;
}
.bp-img_bottom-icon {
  width: 216px;
  height: 86px;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
}
.bp-img_top-icon {
  width: 216px;
  height: 86px;
  position: absolute;
  bottom: calc(100% + 50px);
  right: 100%;
}
.brain-protection{
  overflow:hidden;
}
.brain-protection .bp-circle {
  top: 50%;
  transform: translateY(-50%);
  left: calc(0px - var(--d-outer) / 2);
  background: transparent;
  box-shadow: none;
  color: #000;
}
.brain-protection .bp-circle-img{
  background-image:url(/cdn/shop/files/Mask_group.png?v=1696514905);
}
.high-quality-supplement {
  padding: 120px 0 84px;
  background: #F2F2F2;
}
.hqs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.hqs-header-title {
  margin: 28px 0 16px;
}
.hqs-header p:not(.hqs-header-top-title){
  margin:12px 0 0;
  color: var(--custom-color-1);
}
.hqs-text-with-icons{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.hqs-text-with-icons-item {
  padding:20px;
  border-radius: 10px;
  background: #FFF;
  gap: 10px;
}
.hqs-text-with-icons-item-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.hqs-text-with-icons-item span{
  flex:1;
}
.hqs-accordian-item-header {
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  position:relative;
  cursor:pointer;
}
.hqs-accordian-item-header-left_icon {
  width: 3.8rem;
  height: 3.8rem;
  object-fit: contain;
  border-radius: 0.6rem;
  background: #F2F2F2;
  padding: 0.6rem;
}
.hqs-accordian-item-header-icon {
  position: absolute;
  right: 0;
  transition:all 0.3s ease-in-out;
}
.hqs-accordian-item-header.active .hqs-accordian-item-header-icon path:nth-child(2){
  display:none;
}
.hqs-accordian {
  margin-top: 28px;
  background-color: #FFF;
  border-radius: 20px;
  overflow: hidden;
}
.hqs-accordian-item {
  padding: 2.4rem 3rem;
}
.hqs-accordian-item:not(:last-child) {
  border-bottom: 1px solid #DDD;
}
.hqs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.hqs-grid-item {
  border-radius: 8px;
  background: #FFF;
  padding: 12px;
}
.hqs-grid-item-img-col {
  width: 44%;
  flex: 0 0 44%;
  padding: 20px 10px;
  background:#F2F2F2;
  border-radius:1rem;
}
.hqs-grid-item-img-col img{
  border-radius: 1rem;
  max-height: 380px;
  max-width: 157px;
  margin: 0 auto;
  object-fit: cover;
}
.hqs-grid-item-info-col {
  width: 56%;
  flex: 0 0 56%;
  padding-left: 12px;
}
.hqs-grid-item-vendor {
  color: #A0A0A0;
}
.hqs-grid-item-img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:1rem;
}
.hqs-grid-item-info-title {
  margin-bottom: 18px;
}
.hqs-grid-item-info-price-compare {
  display: block;
  color: #D90000;
  font-size: 2rem;
  line-height: 90%;
  text-decoration-line: line-through;
  margin-bottom: 1.2rem;
}
.hqs-grid-item-info-price-regular {
  display: block;
  font-size: 3.6rem;
  line-height: 90%;
  font-weight: 700;
  letter-spacing: -0.72px;
  margin-bottom: 1rem;
}
.hqs-grid-item-info-price-serving {
  font-size: 1.6rem;
}
.hqs-grid-item-info-col_top {
  padding-left: 2.7rem;
}
.hqs-grid-item-info-list {
  margin: 2rem 0;
}
.hqs-grid-item-info-list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.hqs-grid-item-info-list li {
  position: relative;
  font-size: 1.6rem;
  padding: 1.2rem 2.6rem 1.2rem 4.6rem;
  background-image: url(/cdn/shop/files/tick-circle.png?v=1696518295);
  background-repeat: no-repeat;
  background-size: 2.2rem;
  background-position: 1.1rem 1.2rem;
}
.hqs-grid-item-info-list li:nth-child(odd){
  background-color: #F2F2F2;
}
.hqs-grid-item-info-col .button{
  width:100%;
}
.hqs-grid-item-gaurenty {
  color: var(--custom-color-1);
  font-size: 1.6rem;
}
.best-for-brain {
  padding: 13.4rem 0 8.5rem;;
}
.bfb-wrap {
  position: relative;
}
.bfb-top-shape {
  position: absolute;
  top: -8rem;
  right: 0;
  width: 8.6rem;
  height: 6rem;
}
.bfb-bottom-shape {
  position: absolute;
  bottom: 0;
  right: 2rem;
  width: 29.4rem;
  height: 6rem;
}
.bfb-header {
  text-align: center;
}
.bfb-header p{
  font-size:1.6rem;
  color: var(--custom-color-1);
}
.bfb-header p strong{
  color:#000;
  font-weight: normal;
}
.bfb-grid {
  display: grid;
  align-items:center;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.bfb-grid-item-img {
    width: 100%;
}
.bfb-grid-item.bfb-grid-item-img-col {
  grid-column: span 3 / span 3;
  grid-column-start: 3;
  grid-row: span 4 / span 4;
  position:relative;
}
.bfb-grid-item.bfb-grid-item-img-col .bp-circle{
  right: 14%;
  bottom: 2%;
}
.bfb-grid-item:not(.bfb-grid-item-img-col){
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding:24px 0;
  grid-column: span 2 / span 2;
}
.bfb-grid-item:nth-child(2){
  grid-column-start: 1;
  grid-row-start: 2;
  margin-top: auto;
}
.bfb-grid-item:nth-child(3){
  grid-column-start: 1;
  grid-row-start: 3;
  margin-bottom:auto;
  margin-top: -1px;
}
.bfb-grid-item:nth-child(4){
  grid-column-start: 6;
  grid-row-start: 2;
  margin-top: auto;
}
.bfb-grid-item:nth-child(5){
  grid-column-start: 6;
  grid-row-start: 3;
  margin-bottom:auto;
  margin-top: -1px;
}
.bfb-grid-item:not(.active) .bfb-grid-item-content {
  display: none;
}
.bfb-grid-item-header {
  display: flex;
  align-items: center;
  gap: 18px;
  position:relative;
  cursor:pointer;
  padding-right: 4rem;
}
.bfb-grid-item-header-left-icon {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 0.6rem;
  background: #F8F9FD;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bfb-grid-item-header:not(.active) .bfb-minus,
.bfb-grid-item-header.active .bfb-plus{
  opacity:0;
}
.bfb-grid-item-header.active .bfb-minus{
  opacity:1;
}
.bfb-grid-item-header .pm-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #DDD;
}
.bfb-grid-item-header .pm-icon svg{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.bfb-grid-item-content {
  color: var(--custom-color-1);
  padding:16px 0 0;
}
.bfb-grid-item-content p{
  margin:0;
}

.banner-with-progress {
  position: relative;
}
.bwp-img {
  width:100%;
  min-height: 587px;
  object-fit: contain;
  object-position: bottom;
}
.bwp-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 3.6rem 0;
}
.bwp-wrap > .page-width{
  height:100%;
}
.bwp-wrap-inner{
  position:relative;
  height:100%;
}
.bwp-content {
  max-width: 429px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.bwp-content p{
  color: var(--custom-color-1);
}
.bwp-progress-report {
  width: 393px;
  padding: 30px;
  border-radius: 10px;
  background: #FFF;
  position: absolute;
  top: 100px;
  left: 0;
}
.bwp-progress-report-items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.bwp-progress-report-item-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom:14px;
}
.bwp-percentage {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bwp-progress-report-item-title > p {
  color: var(--custom-color-1);
  font-size: 16px;
  font-weight: 400;
  margin:0;
}
.bwp-progressbar {
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: #CFDDF1;
  position:relative;
  overflow:hidden;
}
.bwp-progressbar-fill{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  height:6px;
  border-radius: 5px;
  background: #196ADC;
}
.bwp-progress-link {
  display: flex;
  align-items: center;
  margin-top: 36px;
}
.bwp-progress-link svg{
  margin-left:8px;
}
.text-width-icon {
  padding: 40px 0 60px;
}
.twi-wrapper {
  border-radius: 26px;
  background: #F2F2F2;
  padding: 20px;
}
.twi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.twi-grid-item {
  border-radius: 20px;
  background: #FFF;
  padding: 30px;
  display: flex;
  gap: 20px;
}
.twi-item-icon {
  width: 44px;
  height: 44px;
  flex:0 0 44px;
  object-fit: contain;
}
.twi-item-info {
  flex: 1;
}

.twi-item-info p{
  margin:4px 0 0;
  color: var(--custom-color-1);
}
.kc-wrapper {
  position:relative;
  padding: 12rem 0 5rem;
}
.kc-top-shape {
  position: absolute;
  top: 2rem;
  right: 6rem;
}
.kc-header {
  margin-bottom: 6.3rem;
}
.kc-title{
  margin-top:24px;
}
.kc-title a{
  color: rgb(var(--color-foreground));
}
.kc-item-info_content > p {
  margin: 2rem 0 2.6rem;
  color: var(--custom-color-1);
}
.kc-item-info-bottom{
  color: var(--custom-color-1);
}
.footer-block__newsletter-top {
    margin-bottom: 2.5rem;
}
.footer-block__newsletter-icon {
  width: 8.7rem;
  height: 8.7rem;
  flex: 0 0 8.7rem;
  object-fit: contain;
}
.footer-block__newsletter-header {
  flex: 1;
}
.footer-block__newsletter-header p{
  margin:1.4rem 0 0;
}
.collection-hero{
  position:relative;
}
.collection-hero .bp-circle {
  --radius: 6vmin;
  top: 66%;
  right: 28%;
}
.collection-hero-banner {
  width: 100%;
  height:100%;
  position:absolute;
  object-fit: cover;
}
.collection-hero-wrapper {
  position:relative;
  z-index:1;
  width: 100%;
  height: 100%;
}
.collection-hero-content {
  max-width:47rem;
  min-height: 50rem;
  padding: 7.6rem 0 10.4rem;
}
.collection-hero-title {
  margin: 2.4rem 0 6rem;
}
.collection-hero-content p:not(.text-uppercase){
  margin:0;
  color: var(--custom-color-1);
}

.our-happy-customers{
  padding:10.6rem 0 8rem;
}
.ohc-header {
  text-align: center;
  max-width: 82rem;
  margin: 0 auto 4.8rem;
}
.ohc-title{
  margin:0 0 3.2rem;
}
.ohc-header p{
  margin:0;
  color: var(--custom-color-1);
}
.ohc-item_inner {
  position: relative;
}
.ohc-item_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor:pointer;
}
.ohc-item_content {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  padding: 1rem;
  border-radius: 1.4rem;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.ohc-item_content-info{
  position:relative;
  flex: 1;
  padding-right: 4rem;
}
.ohc-item_content-info p{
  color: var(--custom-color-1);
}
.ohc-item_content-info svg{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.main-collection {
  padding: 6rem 0 9rem;
}
.main-collection-row{
  gap:8.8rem 0;
}
.product-item{
  position:relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-item-badges {
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items:flex-start;
  gap: 0.5rem;
  text-transform:uppercase;
}
.product-item-img-wrapper{
  display: block;
  padding: 10px;
  border-radius: 10px;
  background: #F2F2F2;
}
.product-item-img-wrapper img{
  border-radius:1rem;
}
.product-item-badges-label{
  display:inline-block;
  color: #FFF;
  font-size: 16px;
  border-radius: 0.6rem;
  background: #D94A4A;
  padding:0.1rem 0.6rem;
  font-family: var(--font-body-family);
}
.product-item-info{
  margin-top:14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-item-review {
  margin-bottom: 1.8rem;
}
.product-item-review .loox-rating,
.product-item-review .loox-rating-content{
  width:100%;
}
.loox-rating-label{
  margin-left:auto;
}
.product-item-info product-form{
  margin-top: auto;
}
.product-item-short-desc{
  margin-top:6px;  
  color: var(--custom-color-1);
}
.product-item .button {
  margin-top: 3rem;
  text-transform: capitalize;
}
.product-item-price-list {
  margin-left: auto;
}
.product-item-regular-price {
  font-weight: 500;
  font-size: 1.6rem;
}
.feel-fuller {
  background: #F2F2F2;
  padding: 8rem 0;
}
.ff-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ff-content-col {
  padding-right: 6rem;
}
.ff-title{
  margin-bottom:3rem;
}
.ff-content-col_wrapper {
  max-width: 50rem;
}
.ff-desc p{
  margin:0;
  font-size:2.2rem;
}
.ff-desc {
  margin-bottom:2.4rem;
}
.ff-list {
  border-radius: 1.6rem;
  background: #FFF;
  padding: 1rem 2.4rem;
}
.ff-list-item {
  padding: 1.6rem 0;
}
.ff-list-item:not(:last-child){
  border-bottom: 1px solid #DDD;
}
.ff-list-item-main-icon{
  width:3.8rem;
  height:3.8rem;
  padding: 1rem;
  background-color: #F8F9FD;
}
.ff-list-item-header{
  position:relative;
  margin-bottom:0.6rem;
  gap:1.8rem;
  font-size:2rem;
}
.ff-list-item-arrow {
  border-radius: 4px;
  border: 1px solid #DDD;
  width: 3.8rem;
  height: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ff-list-item-content p {
  margin: 0;
  color: var(--custom-color-1);
}
.ff-content-col_shape {
  width: 8.6rem;
  height: 6rem;
  margin: 4.8rem 0 0 2.4rem;
}
.ff-img-col {
  position:relative;
  flex-wrap: nowrap;
}
.ff-img-col .bp-circle {
  bottom: 7%;
  left: 11%;
}
.ff-img-col_img {
  max-width: calc(100% - 8.6rem);
  flex: 0 0 calc(100% - 8.6rem);
  object-fit: contain;
}
.ff-img-col_shape {
  width: 6rem;
  height: 19rem;
  margin: auto 0 6.4rem 2.6rem;
}
.product-main{
  padding: 6.8rem 0 25px;
}
.product-main-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.product-main-slide{
  border-radius: 10px;
  background: #F2F2F2;
}
.product-main-slide img{
  border-radius:1rem;
}
.product-main-slider_wrapper{
  position:relative;
}
.product-thubnail-slider-item-img{
  border-radius: 10px;
  background: #F2F2F2;
}
.product-main-badge{
  position:absolute;
  top:3.7rem;
  left:3.4rem;
  display:flex;
  flex-direction:column;
  gap:0.8rem;
  z-index:1;
}
.product-main-badge-label{
  display:block;
  padding:0.4rem 1rem;
  border-radius: 0.6rem;
  background: #D94A4A;
  color: #FFF;
  font-size: 2rem;
  font-family: var(--font-body-family);
}
.product-thubnail-slider {
  margin: 2.8rem -1rem 0;
}
.product-main-info-col{
  padding-left:4.4rem;
}
.product-meta-vendor{
  margin-bottom:1.6rem;
  font-size:1.6rem;
}
.product-meta-title{
  margin-bottom:2.5rem;
}
.product-swatchs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}
.product-swatchs-item label {
  display: block;
  padding: 0.8rem;
  border-radius: 1.2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.10);
  cursor:pointer;
}
.product-swatchs-item input:checked + label{
  border: 0.1rem solid rgba(0, 0, 0, 0.60);
}
.product-swatch-item-img {
  width: 100%;
  aspect-ratio: 1.1;
  object-fit: cover;
  background-color: #f2f2f2;
  border-radius: 0.8rem;
}
.product-swatch-item-info {
  padding: 0.8rem 0;
  text-align: left;
}
.product-swatch-item-title {
  font-size: 1.8rem;
  margin: 0.4rem 0 0.3rem;
}
.product-swatch-item-desc {
  color: #FF0000;
  font-size: 1.4rem;
}
.so-item:not(:last-child) {
  margin-bottom: 2rem;
}
.so-item-header {
  position: relative;
  padding: 2.2rem;
  justify-content: space-between;
}
.so-item-wrapper {
  cursor:pointer;
  display:block;
  border-radius: 1.2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.10);
}
.so-item-check {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top:2.2rem;
  left:2.2rem;
}
.so-item-check:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 4px;
  background: #080808;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity:0;
}
.so-item > input:checked + label .so-item-check:before{
  opacity:1;
}
.so-item-title p {
  font-size: 2.2rem;
  color: #0E5BDE;
  letter-spacing: -0.76px;
}
.so-item-title p small{
  font-size: inherit;
  line-height: inherit;
}
.so-item-title span {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.6rem;
  color: var(--custom-color-1);
}
.so-item-header .line{
  margin: 0 10px;
  width: 15px;
  background: #000;
  height: 1px;
  align-self: center;
}

.so-item-price-list{
  gap:0.8rem;
}
.so-item-compare-price {
  color: #D90000;
  font-size: 1.8rem;
  text-decoration: line-through;
  margin-top: -0.5rem;
  letter-spacing: -0.76px;
}
.so-item-regular-price {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 90%;
  letter-spacing: -0.76px;
}
.so-item-regular-price_slot {
  color: var(--custom-color-1);
  font-size: 1.8rem;
  margin-bottom: -0.5rem;
}
.so-item-content{
  border-radius: 1.2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.10);
  border-top: 0;
  border-top-left-radius: 0em;
  border-top-right-radius: 0rem;
}
.so-item-content-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.so-item-content-li {
  padding: 1.2rem 2.5rem 1.2rem 7rem;
  background-image: url(/cdn/shop/files/tick-circle_d99de05c-bb4e-456a-a427-bc454c7b006e.png?v=1696743486);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: 3rem 1.4rem;
}
.so-item-content-li:nth-child(odd){
  background-color: #F2F2F2;
}
.product-main-atc{
  font-size: 2rem;
  font-weight: 400;
  min-height: 6.4rem;
  text-transform: capitalize;
}
.pdp-main-shipping-text{
  margin:1.6rem 0 0;
  color: var(--custom-color-1);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
}
.product-main-slider .flickity-prev-next-button .flickity-button-icon{
  display:none;
}
.product-main-slider .flickity-prev-next-button{
  background-color:transparent;
  background-image:url(/cdn/shop/files/Arrow_2.png?v=1696746417);
  background-repeat: no-repeat;
  background-position: center;
}
.product-main-slider .flickity-prev-next-button.next {
    right: 10px;
    transform: translateY(-50%) scale(-1);
}
.rich-text-secondary {
  padding: 12rem 0;
  background: #F2F2F2;
}
.rts_wrapper {
  max-width: 86rem;
  margin: 0 auto;
}
.rts_text p {
  text-align: center;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.8px;
  margin:0;
}
.rts_text p span{
  opacity:0.3;
}
.rts_wrapper-bottom-text {
  font-size: 2rem;
  margin: 2rem 0 0;
  text-align: center;
}
.ingredients-section{
  position:relative;
  padding:14rem 0 10rem;
}
.ingredients-section-header {
  width: 30%;
  flex: 0 0 30%;
}
.is-right-top-shape {
  position: absolute;
  top: -17rem;
  right: 10%;
  width: 6rem;
  height: 29.4rem;
  object-fit: contain;
}
.is-left-top-shape {
  position: absolute;
  left: 0;
  top: 20%;
  width: 6rem;
  height: 8.6rem;
  object-fit: contain;
}
.is-bottom-right-shape {
  position: absolute;
  height: 6rem;
  width: 8.6rem;
  bottom: -6rem;
  left: 0;
  object-fit: contain;
}
.ish-title{
  margin-bottom:6rem;
  line-height: 40px;
}
.ingredients-section-header-grid_item {
  border-radius: 1.2rem;
  padding: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.10);
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.ingredients-section-header-grid_item:not(:last-child){
  margin-bottom:1.6rem;
}
.ingredients-section-header-grid_item-icon {
  width: 7.4rem;
  height: 7.4rem;
  object-fit: contain;
  border-radius: 10px;
  background: #F2F2F2;
  padding:2rem;
}
.ishgi-title {
  margin: 0;
  color: var(--custom-color-1);
}
.ishgi-mg {
  margin: 0.6rem 0 0;
  font-size: 3rem;
  font-weight: 500;
}
.isi-col {
  position:relative;
  width: 32%;
}
.inner_isi_col{
  position:relative;
}
.isi-col .bp-circle {
  bottom: 25%;
  right: 15%;
}
.isc-col {
  position:relative;
  width: 30%;
}
.isc-col_wrapper p{
  margin:0 0 1.2rem;
  color: var(--custom-color-1);
}
.isc-col_wrapper ul{
  margin: 22px 0 0;
  list-style: none;
  padding: 0;
}
.isc-col_wrapper ul li{
  margin-bottom:1.2rem;
  color: var(--custom-color-1);
  padding-left:6.4rem;
  background-image:url(/cdn/shop/files/Rectangle_9035.png?v=1698072123);
  background-repeat: no-repeat;
  background-size: 5rem 2.5rem;
  position:relative;
}
.isc-col_wrapper ul li:before {
  content: attr(data-content);
  position: absolute;
  left: 13px;
  top: 1px;
  color: #FFF;
}
.isc-col_wrapper ul li sup{
  color:#196ADC;
  font-weight: 500;
}
.faq-secondary {
  position:relative;
  padding: 5rem 0;
}
.faq-secondary_wrapper {
  max-width: 90rem;
  margin: 0 auto;
}
.faqs-left-top-shape{
  width: 6rem;
  height: 29.4rem;
  position: absolute;
  top: 0;
  left: 10%;
}
.faqs-left-top-shape{
  position:absolute;
  top:0;
  left:10%;
}
.faqs-header {
  text-align: center;
  margin: 0 0 7rem;
}
body:not(.template-product) .faqs-title {
  font-weight: 400;
}
.faqs-item_header {
  padding: 1.6rem 2.5rem;
  position:relative;
  border-radius: 1.2rem;
  border: 1px solid #DDD;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
}
.faqs-item_header-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:3.8rem;
  width:3.8rem;
  height:3.8rem;
  border-radius: 4px;
  border: 1px solid #DDD;
  background: #FFF;
}
.faqs-item_header-arrow svg{
  transition:all 0.3s ease-in-out;
}
.faqs-item_header.active .faqs-item_header-arrow svg path:nth-child(2){
  display:none;
}
.faqs-item_header-title{;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: -0.48px;
}
.faqs-item:nth-child(odd) .faqs-item_header{
  background: #F2F2F2;
  border:none;
}
.faqs-item_content{
  padding:2.5rem;
  display: none;
}
.faqs-item_content p{
  margin:0;
}
.scientific-citations{
  padding:10rem 0 16rem;
}
.scie_c-header{
  margin-bottom:10rem;
}
.scie_c-grid-wrap {
  padding: 2.6rem;
  border-radius: 1.2rem;
  background: #F2F2F2;
  height:100%;
  position:relative;
}
.scie_c-grid-arrow{
  position:absolute;
  top: 2.6rem;
  right: 2.6rem;
  transition:all 0.3s ease-in-out;
}
.scie_c-grid-wrap.active .scie_c-grid-arrow{
  transform: rotate(180deg);
}
.scie_c-grid {
  break-inside: avoid;
  margin-bottom:22px;
}
.scie_c-grid-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.4rem;
  min-height: 5.4rem;
  padding:0.5rem;
  border-radius: 0.6rem;
  color: #FFF;
  background: #000;
  font-size: 2.2rem;
  font-weight: 600;
}
.scie_c-grid-names {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: -0.36px;
  margin: 2.8rem 0 1.4rem;
}
.scie_c-grid-desc p {
  color: var(--custom-color-1);
  font-size: 1.4rem;
  margin: 1.4rem 0 0;
}
.product-info-table{
  padding:8.4rem 0;
  background: #F2F2F2;
}
.pi-table-header {
  text-align: center;
  max-width: 85rem;
  margin: 0 auto 8rem;
}
.pi-table {
  width: 100%;
  background: #FFF;
}
.pi-table td,
.pi-table th{
  max-width: 4.13rem;
  height: 6.6rem;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  position:relative;
  font-weight: 500;
}
.pi-table td svg,
.pi-table th span{
  position:relative;
  z-index:1;
}
.pi-table thead th{
  font-weight: normal;
  color:#4E5256;
}
.pi-table tbody th{
  text-align:left;
}
.pi-table tbody td{
  text-align:center;
}
.pi-table tbody td.checked span {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(/cdn/shop/files/tick-circle_f0637ed0-8ad6-435e-afab-3d2a80ca2a05.png?v=1698071681);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.pi-table tbody tr:nth-child(odd) td:before, 
.pi-table tbody tr:nth-child(odd) th:before{
  content:"";
  background: rgb(217,217,217,0.4);
  border: 0;
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.pi-table thead tr th:nth-child(even):after,
.pi-table tbody tr td:nth-child(even):after{
  content:"";
  background: rgb(217,217,217,0.4);
  border: 0;
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.pi-table-select{
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.6rem 1.2rem;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-left: 1rem;
}
.bua-wrapper {
  position:relative;
  padding: 15rem 0 10rem;
}
.bua-top-left_shape {
  position: absolute;
  left: 0%;
  top: 5rem;
}
.bua-top-right_shape {
  width: 19rem;
  height: 6rem;
  position: absolute;
  right: 0;
  top: 10%;
}
.bua-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bua-title {
  max-width: 38rem;
  margin-bottom: 5rem;
}
.bua-grid-left > p {
  color: #536780;
}
.bua-grid-left_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  margin-top: 3rem;
}
.bua-grid-left_grid-item {
  padding: 1.8rem;
  border-radius: 10px;
  background: #F2F2F2;
}
.bua-grid-left_grid-item-title {
  font-size: 2.4rem;
  white-space:nowrap;
}
.bua-grid-left_grid-item-desc p {
  margin: 0.8rem 0 0;
  font-size: 1.4rem;
  color: var(--custom-color-1);
}
.bua-grid-right {
  padding-left: 8rem;
  text-align: justify;
}
.bua-grid-right p{
  color: var(--custom-color-1);
}
.richtext-with-author {
  margin: 10rem 0;
}
.rtwa-wrapper {
  border-radius: 2rem;
  background: #F2F2F2;
  padding: 8rem 7rem 7rem;
  text-align: center;
  position:relative;
}
.rtwa-left_shape {
  width: 6rem;
  height: 8.6rem;
  position: absolute;
  bottom: 20%;
  left: 3%;
}
.rtwa-right_shape{
  width: 6rem;
  height: 19rem;
  position: absolute;
  top: 6%;
  right: 3%;
}
.rtwa-icon_wrapper,
.rtwa-icon {
  width: 10rem;
  height: 10rem;
  border-radius: 9rem;
  overflow: hidden;
  margin: 0 auto 3.8rem;
}
.rtwa-tagline {
  font-size: 1.8rem;
  margin-bottom: 3.5rem;
}
.rtwa-text {
  max-width: 82rem;
  margin: 0 auto;
}
.rtwa-text p{
  margin:0;
  font-family: var(--font-heading-family);
  font-size: 4rem;
  line-height: 1.52;
  letter-spacing: -0.8px;
}
.rtwa-text p span{
  opacity:0.3;
}
.hth-grid {
  display: grid;
  align-items:center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 5rem 0;
}
.hth-img-col {
  padding-left: 7.5rem;
}
.hth-content-h2 {
  margin-bottom: 2rem;
}
.hth-content-desc{
  margin:2rem 0 3.4rem;
  color: #536780;
}
.hth-content-items {
  display: grid;
  gap: 1.4rem;
}
.hth-content-item {
  border-radius: 1.2rem;
  padding: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.10);
  display: flex;
  align-items: center;
  gap: 2.6rem;
  position:relative;
}
.hth-content-item_info-tagline {
  font-size: 2rem;
  color: var(--custom-color-1);
  margin-bottom: 1rem;
}
.hth-content-item_info-heading{
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1.2px;
}
.hth-content-item-icon {
  width: 9.8rem;
  height: 9.8rem;
  padding: 3rem;
  border-radius: 10px;
  background: #F2F2F2;
}
.hth-content-item_info{
  flex:1;
  padding-right: 3.8rem;
}
.hth-content-item_link {
  display:block;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.smilec_b-right-shape {
  position: absolute;
  top: 4rem;
  right: 4rem;
}
.hth-content-item_link svg{
  display:block;
}
.smilec_b-img {
  width: 100%;
}
.smilec_b-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #fff;
  position:relative;
}
.smilec_b-content {
  max-width: 52.5rem;
  margin-left: auto;
}
.smilec_b-title{
  line-height: 50px;
}
.smilec_b-logo {
  width: 9.3rem;
  height: 4rem;
  object-fit:contain;
  margin-bottom: 5.6rem;
}
.smilec_b-desc p {
  margin: 1.8rem 0 0;
  color: var(--custom-color-1);
}
.scientific-research {
  padding: 11.4rem 0 7.5rem;
}
.scie-research_header {
  text-align: center;
  max-width: 82.3rem;
  margin: 0 auto 5rem;
}
.scie-research_header p{
  color: var(--custom-color-1);
  margin:3rem 0 0;
}
.scie-research_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.4rem 2rem;
}
.scie-research_grid-item {
  border-radius: 1.2rem;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 3rem;
}
.scie-research_grid-item-title {
  font-weight: normal;
  margin-bottom: 1.6rem;
  line-height: 110%;
  letter-spacing: -0.4px;
}
.scie-research_grid-item-content p{
  margin:0;
}
.scie-research_grid-item-content a{
  color: #196ADC;
  text-decoration:underline;
}
.about-us-hero {
  position:relative;
  background-color: #F8F8F8;
}
.about-us-hero_img {
  width:100%;
  object-fit: contain;
  object-position: bottom;
  margin:0 auto;
}
.auh-content p{
  margin:0;
  font-size:1.8rem;
}
.about-us-hero_wrapper{
  position:relative;
  margin:0 auto;
}
.modern-nutrition {
  padding: 8rem 0 10rem;
}
.modern-nut-header{
  margin-bottom:6rem;
}
.modern-nut-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.modern-nut-grid-item {
  border-radius: 12px;
  background: #F2F2F2;
  padding: 4.8rem 3.8rem;
}
.modern-nut-grid-item-title {
  font-weight: normal;
  margin-bottom: 2.7rem;
}
.modern-nut-grid-item p{
  color: var(--custom-color-1);
  margin:0;
}
.protecting-brain_wrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: #f9fbfa;
}
.protecting-brain_content {
  width: 50%;
  padding:12rem 5rem 12rem calc(calc(50vw - calc(var(--page-width) / 2)) + 5rem);
  margin: auto;
}
.protecting-brain_img-col {
  width: 50%;
}
.protecting-brain_img {
  width:100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.pbc-title {
  margin-bottom: 2.4rem;
}
.pbc-subtitle {
  font-size: 22px;
  margin-bottom: 4rem;
}
.pbc-desc p {
  color: var(--custom-color-1);
  margin: 0;
}

.bof-wrapper{
  position:relative;
  padding:12rem 0;  
}
.bof-left-top-shape{
  position:absolute;
  top:6rem;
  left:0;
}
.bof-right-center-shape {
  position: absolute;
  right: 0;
  bottom: 44%;
}
.bof-header {
  margin-bottom: 9.2rem;
}
.bof-header .bof-header-title {
  width: 50%;
}
.bof-header p{
  width: 29%;
  color: var(--custom-color-1);
}
.bof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7.4rem;
}
.bof-grid-item_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bof-grid-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.bof-grid-item_icon-wrapper {
  border-radius: 3rem;
  background: #F2F2F2;
  width: 15rem;
  height: 15rem;
  padding: 1rem;
  margin-bottom:3.4rem;
}
.bof-grid-item-info-title{
  font-weight:500;
  font-size: 2.8rem;
  margin:0 0 2.6rem;
}
.bof-grid-item-info p:not(.bof-grid-item-info-title){
  margin:0;
  color: var(--custom-color-1);
}
.bof-grid-item-info-tags{
  margin-top:auto;
}
.bof-grid-item-info-tags span {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: rgba(0, 0, 0, 0.10);
  margin-top: 1.2rem;
}
.bof-grid-item-info-tags span:not(:last-child){
  margin-right:1.2rem;
}
.contact-us-hero {
  background: #F2F2F2;
}
.cuh-wrapper {
  position:relative;
  padding: 7rem 0 8rem;
  max-width: 100rem;
  margin: 0 auto;
}
.cuh-left-top-shape{
  position:absolute;
  left:0;
  top:4rem;
}
.cuh-right-bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cuh-header {
  text-align: center;
  max-width: 82rem;
  margin: 0 auto 5.5rem;
}
.cuh-title {
  margin-bottom: 2.4rem;
}
.cuh-header p{
  margin: 0;
  color: var(--custom-color-1);
}
.cuh-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.4rem;
}
.cuh-grid-item {
  padding: 2.8rem;
  border-radius: 1rem;
  background: #FFF;
}
.cuh-grid-item_icon {
  display: block;
  object-fit: contain;
}
.cuh-grid-item_title {
  font-size: 2rem;
  margin: 2rem 0 0.8rem;
}
.cuh-grid-item p:not(.cuh-grid-item_title) {
  margin: 0;
  color: var(--custom-color-1);
}
.cuh-grid-item p:not(.cuh-grid-item_title) a {
  color: #000;
  text-decoration: underline;
}
.cuh-bottom {
  margin-top: 4.6rem;
  display: flex;
  flex-wrap: wrap;
}
.cuh-bottom-item {
  width: 37%;
  padding-right: 1.5rem;
}
.cuh-bottom-item_inner {
  display: flex;
  gap: 1.4rem;
}
.cuh-bottom-item_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 6px;
  background: rgba(25, 106, 220, 0.10);
}
.cuh-bottom-item_info {
  flex: 1;
}
.cuh-bottom-item_info p {
  font-size: 1.5rem;
  margin: 0;
  color: var(--custom-color-1);
}
.cuh-bottom-item_info p a,
.cuh-bottom-item_info p span{
  color:#000;
}
.get-it_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5rem;
}
.get-it-touch {
  padding: 6rem 0 10rem;
}
.get-it_form-title {
  margin: 2.2rem 0 6.4rem;
}
.get-it_field {
  position: relative;
  margin-bottom: 2.5rem;
}
.get-it_field__label {
  display: block;
  margin-bottom: 1.4rem;
  text-transform: capitalize;
}
.get-it_field-icon {
  position: absolute;
  top: 5.5rem;
  left: 2rem;
}
.get-it_field__input{
  display: block;
  width: 100%;
  font-size: 2rem;
  min-height: 6.4rem;
  padding: 2rem 3rem;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.get-it_field svg + .get-it_field__input{
  padding-left:6rem;
}
.button.get-it-contact__button {
    width: 100%;
    font-size: 2rem;
    min-height: 6.4rem;
}
.nice-article-header {
  padding: 4.4rem 0;
}
.nice-article-title{
  margin-bottom:4rem;
}
.nice-article-header p{
  margin: 0;
  color: var(--custom-color-1);
  max-width: 82rem;
}
.nice-article-header p span{
  color:#000;
}
.nice-article-search {
  position: relative;
  margin-top:5.2rem;
  max-width: 59rem;
}
.nice-article-search-icon {
  display:block;
  position: absolute;
  top: 1.2rem;
  left: 1.4rem;
}
.nice-article-search-input {
  border-radius: 1rem;
  background: #F2F2F2;
  border: 0;
  padding: 1.6rem 1.6rem 1.6rem 4.8rem;
  width: 100%;
  font-size:1.6rem;
}
.main-blog-secondary {
  padding-bottom: 9rem;
}
.blog-secondary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.bis-img_wrapper{
  display:block;
}
.bis-img {
  aspect-ratio: 1.2;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}
.bis-info {
  margin-top: 1.8rem;
}
.bis-info_date {
  margin: 0 0 1.2rem;
  opacity:0.6;
}
.bis-info_title {
  display: block;
  margin: 0 0 1rem;
}
.bis-info p:not(.bis-info_date){
  margin: 0;
  color: var(--custom-color-1);
}
.trial-new-products-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.trial-new-products {
  position: relative;
}
.tnp_wrapper {
  padding: 7.4rem 0;
  position: relative;
  z-index: 1;
  max-width: 51rem;
}
.tnp_wrapper p{
  margin:3rem 0 2rem;
  color: var(--custom-color-1);
}
.tnp_input-wrapper{
  position:relative;
  width: 100%;
}
.tnp_input-wrapper input{
  border-radius: 1rem;
  background: #F2F2F2;
  border: 0;
  padding: 1.9rem 4.8rem 1.9rem 1.9rem;
  width: 100%;
  font-size: 1.6rem;
}
.tnp_form-submit {
  border: 0;
  background: transparent;
  padding: 0;
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  cursor: pointer;
}
.hgtc-text p strong,
.content_richtext p strong{
  font-weight: 500;
  color: #000;
}
.ash-date {
  text-align: center;
  margin: 5rem 0;
}
.article-secondary-content {
  max-width: 994px;
  margin: 6rem auto 0;
}
.ash-title {
  margin: 5rem auto 9rem;
  text-align: center;
  max-width: 74rem;
}
.article-secondary-header-img img {
  border-radius: 2rem;
}
.article-secondary-content p {
  color: var(--custom-color-1);
  font-size: 1.8rem;
}
.article-secondary-content .article-secondary-content_hielight {
  padding: 8rem 4rem;
  background: #F2F2F2;
  border-radius: 1.2rem;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.56px;
  color: rgba(0,0,0,0.4);
  text-align: center;
}
.article-secondary-content p a,
.article-secondary-content p span{
  color:#000;
}
.as_author-detail_wrapper {
  padding: 2.4rem 0;
  border-top: 1px solid rgb(0,0,0,0.4);
  border-bottom: 1px solid rgb(0,0,0,0.4);
  margin:6rem 0;
}
.as_author-detail_main {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.as_author-img {
  width: 5.4rem;
  height: 5.4rem;
  flex: 0 0 5.4rem;
}
.as_author-detail_info-by.m-0 {
  font-size: 1.4rem;
  opacity: 0.5;
  margin-bottom: 0.6rem;
}
.as_author-name {
  font-weight: 500;
}
.list-social.as__list-social {
  gap: 1.4rem;
}
.list-social.as__list-social .list-social__link{
  background: #F2F2F2;
}
.as_sharing{
  gap:2.4rem;
}
.as_sharing-link {
  border-radius: 6px;
  color:#000;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(0, 0, 0, 0.10);
  padding: 10px 20px;
}
.share-button.quick-add-hidden {
  margin-left: auto;
}
.fhs_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-help_section {
  position: relative;
  overflow:hidden;
}
.fhs_wrapper {
  padding: 14.5rem 0;
  max-width: 59rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
.fhs-title {
  margin: 4rem 0;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.96px;
}
.fhs-desc {
  color: var(--custom-color-1);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 4rem;
}
.fhs-search-form{
  position:relative;
}
.fhs-search-form svg {
  position: absolute;
  top: 1.2rem;
  left: 1.6rem;
}
.fhs-search-input {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  height: 4.8rem;
  padding: 1.4rem 1.4rem 1.4rem 5.4rem;
  font-size:1.6rem;
}
.faq-bene_wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding:4rem 0;
}
.faq-bene_grid-item {
  border-radius: 1.2rem;
  background: #F2F2F2;
  padding: 4rem;
  text-align: center;
}
.faq-bene_grid-item_icon {
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 9rem;
  padding: 1.2rem;
  margin: auto;
}
.faq-bene_grid-item_title {
  font-size: 2.8rem;
  margin: 2.6rem 0 0;
}
.info-email {
  background: #F2F2F2;
  text-align: center;
  margin: 5rem 0 10rem;
}
.faq-bene_wrapper{
  position:relative;
}
.info-email_wrapper{
  padding: 10rem 0;
  position:relative;
}
.info-email_title {
  font-size: 3.6rem;
  margin-bottom: 5rem;
  color: rgba(0, 0, 0, 0.40);
  letter-spacing: -0.72px;
}
.info-email_subtitle {
  font-size: 22px;
  line-height: 1.2;
}
.info-email_email{
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: -0.72px;
  margin-top:1.4rem;
}
.ie-left-shape{
  position:absolute;
  left:0;
  bottom:2rem;
}
.ie-right-shape{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
}
.ie-bottom-shape{
   position:absolute;
  bottom:2rem;
  left:50%;
  transform:translateX(-50%); 
}
.wg-drop.country-selector .wgcurrent{
  border:none !important;
  background-color: transparent
}
.wg-drop.country-selector .wgcurrent:after{
  transform: rotate(-180deg) !important;
}
.wg-drop.country-selector.closed .wgcurrent:after{
  transform:unset !important;
}
aside.country-selector.weglot_switcher.default.wg-drop .wgcurrent a{
  padding-right: 24px !important;
  padding-left: 30px !important;
  background-image: url(/cdn/shop/files/global.png?v=1698131804);
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 1.6rem;
}
aside.country-selector.weglot_switcher.default .wgcurrent:after {
  right: 0 !important;
  background-size: 16px !important;
  background-image: url(/cdn/shop/files/arrow-down.png?v=1698143300) !important;
}
.mobile-menu .wg-drop.country-selector ul{
  position: static;
}
.country-selector a:hover{
  color: #000 !important;
}
.variant_diffrent_layout {
  background-color: transparent !important;
  padding: 0.8rem !important;
  border-radius: 1.2rem !important;
  border: 0.1rem solid rgba(0, 0, 0, 0.10) !important;
  margin: 0 !important;
}
.product-swatchs-item .disabled + .variant_diffrent_layout{
  background: rgba(78, 76, 76, 0.50) !important;
  pointer-events: none;
  cursor: no-drop;
}
.product-form__input input[type=radio]:checked+label.variant_diffrent_layout{
  border: 0.1rem solid rgba(0, 0, 0, 0.60) !important;
}
.scrolled-past-header .header-wrapper{
  background: #F7F7F7;
}
.wg-drop.country-selector{
  background-color: transparent !important;
}
.bp-img_column-wrapper img,
.ff-img-col img{
  border-radius: 10px;
}
.so-item.subscription-item label{
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.hgtc-price-button-wrapper,
.hero_button{
  margin: 40px 0;
}
.footer_menu {
  flex: 0 0 50%;
  max-width: 50%;
}
.footer_menu ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}
.footer_menu .list-menu__item--link{
  padding: 0;
  font-size: 1.2rem;
}
.footer_menu li{
  position: relative;
}
.footer_menu li:not(:last-child)::after {
  position: absolute;
  content: '';
  right: -10px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #556881;
}
.hth-img-col_wrapper img,
.smilec_b-img_wrapper img,
.bua-grid-right img{
  border-radius: 10px;
}
.home-image-with-text-main {
    padding: 65px 0;
}
.home-image-with-text-flexbox {
    display: flex;
    background: #F2F2F2;
}
.home-image-with-text-item.content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 57%;
    padding: 15px;
}
.home-image-with-text-item.image-item {
    width: 43%;
}
.home-image-with-text-main p.pretitle {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 17px;
}
.home-image-with-text-main h2.title {
    margin: 0 0 45px;
}
.home-image-with-text-main h2.title a{
  color: rgb(var(--color-foreground));
}
.home-image-with-text-main .link-btn {
    font-size: 20px;
    line-height: 40px;
    color: #536780;
    margin: 0;
}
.pro-image-with-text{
  padding: 70px 0;
}
h2.pro-image-with-text-title {
  margin: 0 auto 30px;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  max-width: 350px;
}
h2.pro-image-with-text-title b{
    font-weight: 700;
}
h2.pro-image-with-text-title span{
  color: #9A9A9A;
}
.pro-image-with-text-flexbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px;
}
.pro-image-with-text-item.image-item {
  width: calc(56% - 50px);
  overflow: hidden;
  border-radius: 20px;
}
.pro-image-with-text-item.image-item img {
  width: 100%
}
.pro-image-with-text-item.content-item {
  width: calc(44% - 50px);
}

.content-item-flexbox {
    display: flex;
    padding: 10px 17px;
    border-top: 1px solid #DDDDDD;
}
.content-item-flexbox:last-child{
  border-bottom: 1px solid #DDDDDD;
}
.content-item-col.icon-col{
  margin-right:25px;
}
.content-item-col:not(.icon-col) {
    width: 100%;
}
.content-item-col span.icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #F2F2F2;
    border-radius: 10px;
}
.content-item-col svg,
.content-item-col img {
    display: inline-block;
    width: 50px;
    height: 50px;
}
.content-item-col h6.title {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}
.content-item-col p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  margin: 4px 0 0;
}
@media screen and (max-width: 1200px){
  .pro-image-with-text-flexbox{
    gap: 60px;
  }
  .pro-image-with-text-item.image-item {
    width: calc(54% - 30px);
  }
  .pro-image-with-text-item.content-item {
    width: calc(46% - 30px);
  }
}

.comparison-main {
    background: #f2f2f2;
    padding: 65px 0 55px;
}
.comparison-main .comparison-table {
    max-width: 1075px;
    margin: 0 auto;
}
.comparison-main .comparison-table-flexbox{
  display:flex;
}
.comparison-main .first-column {
    width: 37%;
    padding-right: 40px;
}
.comparison-main .comparison-table-flexbox .cell {
    width: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.comparison-main .comparison-table-flexbox .cell.logo-cell{
  font-size: 24px;
  font-weight: 500;
}
.comparison-main .comparison-table-flexbox div:not(.first-column) .cell{
  justify-content:center;
}
.comparison-main .comparison-table-flexbox .cell:not(.logo-cell){
  margin-bottom:15px;
}
.comparison-main .comparison-table-flexbox .cell:last-child{
  margin-bottom:0;
}
.comparison-main .first-column span.icon {
    width: 74px;
    height: 74px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.comparison-main .first-column svg {
    display: inline-block;
    width: 33px;
    height: 33px;
}
.comparison-main .first-column span.text {
    font-size: 20px;
    line-height: 28px;
    flex: 1;
}
.comparison-main .second-column {
    background: #fff;
    width: 17%;
    border-radius: 20px;
}
.comparison-main .cell.logo-cell img {
    max-width: 114px;
    width: auto;
    position: relative;
    top: -5px;
}
.comparison-main .third-column .cell.logo-cell img{
  max-width:103px;
}
.comparison-main .fourth-column .cell.logo-cell img{
  max-width:79px;
}
.comparison-main .fifth-column .cell.logo-cell img{
  max-width:29px;
}
.comparison-main .second-column .cell:not(.logo-cell) img,
.comparison-main .comparison-table-swiper .cell:not(.logo-cell) img{
    width: 25px;
    height: 25px;
}
.comparison-main .comparison-table-swiper.swiper {
    width: 46%;
  padding-left:60px;
}
.comparison-main .comparison-table-swiper.swiper .swiper-wrapper {
    display: flex;
  width:100%;
}
.comparison-main .swiper-slide{
  width:33.33%;
}
.footer-block__newsletter .newsletter-form__message{
  color: #fff;
}
@media screen and (max-width: 991px) and (min-width: 750px){
  .auh-content p {
    font-size: 1.4rem;
  }
  .comparison-main .first-column span.icon {
    min-width: 74px;
  }
  .comparison-main .first-column span.text {
    font-size: 14px;
    line-height: 20px;
  }
  .comparison-main .first-column {
    padding-right: 20px;
  }
  .comparison-main .cell.logo-cell img {
    max-width: 94px;
  }
  .comparison-main .comparison-table-swiper.swiper {
    padding-left: 20px;
  }
  .comparison-main .third-column .cell.logo-cell img {
    max-width: 83px;
  }
  .comparison-main .fourth-column .cell.logo-cell img {
    max-width: 59px;
  }
}
@media screen and (min-width: 750px) {
  .klarity-community .flickity-page-dots{
    display:none;
  }
  .mobile_only{display: none;}
  .product-main-slider .flickity-button{
    display:none !important;  
  }
  .about-us-hero_img {
    min-height: 31.7rem;
  }
  .about-us-hero_wrapper{
    max-width:75rem;
  }
  .auh-content{
    width: 280px;
    height: 100px; 
  }
  .auh-left-content{
    padding-right: 90px;
    text-align: right;
  }
  .auh-right-content{
    padding-left: 90px;
  }
  .auh-content svg{
    width: 80px;
    height: 60px
  }
  .auh-left-top-content {
    position: absolute;
    top: 18%;
    left: 4%;
  }
  .auh-left-top-content-desk-shape {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .auh-left-bottom-content {
    position: absolute;
    top: 54%;
    left: 4%;
    display: flex;
    align-items: flex-end;
  }
  .auh-left-bottom-content-desk-shape {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .auh-right-top-content {
    position: absolute;
    top: 17%;
    left: 58%;
  }
  .auh-right-top-content-desk-shape {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .auh-right-bottom-content {
    position: absolute;
    top: 54%;
    left: 58%;
    display: flex;
    align-items: flex-end;
  }
  .auh-right-bottom-content-desk-shape {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .trusted-by .tb-title{
    font-size: calc(var(--font-heading-scale) * 3.5rem);
  }
  .comparison-main .comparison-table-flexbox .cell.logo-cell span {
    position: relative;
    top: 7px;
  }
}
@media screen and (min-width: 990px){
  .about-us-hero_img {
    min-height: 41.7rem;
  }
  .about-us-hero_wrapper{
    max-width:900px;
  }
  .auh-content{
    width: 340px;
    height: 160px;
  }
  .auh-left-content{
    padding-right: 140px;
  }
  .auh-right-content{
    padding-left: 140px;
    text-align:left;
  }
  .auh-content svg {
    width: 132px;
    height: 96px;
  }
  .auh-left-top-content {
    top: 19%;
    left: 2.5%;
    padding-top: 2rem;
  }
  .auh-left-bottom-content {
    top: 51%;
    left: 2.5%;
  }
  .auh-right-top-content {
    top: 19%;
    left: 59.5%;
    padding-top: 2rem;
  }
  .auh-right-bottom-content {
    top: 51%;
    left: 59.5%;
  }
}
@media screen and (min-width: 1440px){
  .about-us-hero_wrapper{
    max-width:1440px;
  }
  .about-us-hero_img {
    min-height: 58.7rem;
  }
  .auh-left-top-content {
    top: 23%;
    left: 17%;
  }
  .auh-left-bottom-content {
    top: 48%;
    left: 17%;
  }
  .auh-right-top-content {
    top: 23%;
    left: 59%;
  }
  .auh-right-bottom-content {
    top: 48%;
    left: 59%;
  }
}
@media screen and (max-width: 989px) {
  .header__icons .weglot-container{
    display:none !important;
  }
  .hero-grid{
    gap:2.2rem;
  }
  .hqs-grid-item {
    grid-column: span 2 / span 2;
  }
  .bfb-grid{
    gap:0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .bfb-grid-item.bfb-grid-item-img-col {
    grid-column: span 1 / span 1;
    grid-column-start: unset;
    grid-row: span 1 / span 1;
    margin-bottom:20px;
  }
  .bfb-grid-item:nth-child(2),
  .bfb-grid-item:nth-child(3),
  .bfb-grid-item:nth-child(4),
  .bfb-grid-item:nth-child(5){
      grid-column-start: unset;
      grid-row-start: unset;
      margin-top: -0.1rem;
      margin-bottom: auto;
  }
  .bfb-top-shape{
    display:none;
  }
  .bfb-bottom-shape{
    display:none;
  }
  .twi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ff-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .ff-content-col {
    padding: 3.2rem 0 0;
  }
  .product-main-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .product-main-info-col {
    padding: 2.8rem 0 0;
  }
  .bua-grid-left_grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .hth-img-col {
    padding-left: 3.5rem;
  }
  .bof-wrapper {
    padding: 6rem 0 15rem;
  }
  .bof-header {
    margin-bottom: 7.6rem;
  }
  .bof-header .bof-header-title {
    width: 100%;
  }
  .bof-header p {
    width: 100%;
  }
  .bof-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .bof-grid-item_icon-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .bof-grid-item-info-title {
    text-align: center;
    font-size: 2.4rem;
  }
  .cuh-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .cuh-wrapper{
    padding: 6rem 0 3rem;
  }
  .get-it_grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .get-it_form-title {
    margin: 2.2rem 0 4.6rem;
  }

  .pro-image-with-text{
    padding: 0 0 60px;
  }
  .pro-image-with-text-flexbox{
    gap: 40px;
  }
  .pro-image-with-text-item.image-item {
    width: calc(100% + 100px);
    order: -1;
    margin: 0 -50px;
    border-radius: 0;
  }
  .pro-image-with-text-item.content-item {
    width: 100%;
  }
  
}
@media screen and (min-width: 748px) {
  .template-page .faqs-header .faqs-title{
    font-size: 3.2rem;
  }
  .fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding: 0 !important;
  }
  .fancybox-content{
    background: transparent !important;
    /* width: 100vw !important;
    height: 80vh !important;
    padding: 30px 10px !important;
    background: transparent !important; */
  }
  .fancybox-video, .fancybox__iframe{
    width: max-content !important;
    margin: auto;
  }
  .fancybox-content>.f-button.is-close-btn{
    border: 2px solid;
    border-radius: 99px;
    top: 20px;
    right: 20px;
  }
  .fancybox__slide::before, .fancybox__slide::after{
    display:none;
  }
}
@media screen and (max-width: 749px) {
  .desktop_only{
    display:none;
  }
  .weglot-container {
    width: 100%;
  }
  .wg-drop.country-selector {
    width: 100%;
  }
  .bp-circle-img{
    width: calc(var(--d-inner) / 1.4);
    height: calc(var(--d-inner) / 1.4);
  }
  
  .footer-block__newsletter-mobile_content p {
    font-size: 1.6rem;
    margin: 2.3rem 0 3.4rem;
    opacity: 0.4;
  }
  .logo-list {
    padding-bottom: 3.9rem;
  }
  .hero-grid{
    display:flex;
    flex-direction:column-reverse;
  }
  .hgtc-wrapper .hgtc-title {
    margin: 16px 0 39px;
  }
  .logo-list .page-width{
    padding:0;
  }
  .logo-list_item {
    max-width: 50%;
    width:50%;
  }
  .tb-wrapper{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 26px;
  }
  .tb-left_wrapper {
    margin: 0;
  }
  .tb-right_items-row{
    max-width: 100%;
    gap: 20px;
  }
  .tb-right_item{
    padding:1.6rem;
  }
  .bp-grid {
    padding: 6.5rem 0 10.8rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 56px;
  }
  .bp-img_top-icon,
  .bp-img_bottom-icon{
    display:none;
  }
  .brain-protection .bp-circle {
    --font-size: calc(var(--radius) / 3.5);
    top: 0;
    transform: translateY(-20%);
    left: 4%;
    background: transparent;
    box-shadow: none;
    color: #000;
  }
  .hqs-header-content,
  .hqs-top-right {
    grid-column: span 2 / span 2;
  }
  .high-quality-supplement {
    padding: 6rem 0;
  }
  .hqs-text-with-icons{
    gap: 1rem;
  }
  .hqs-text-with-icons-item {
    padding: 1.2rem;
    line-height: 12px;
  }
  .hqs-text-with-icons-item-icon {
    width: 2rem;
    height: 2rem;
  }
  .hqs-text-with-icons-item {
    font-size: 1.2rem;
    flex-wrap: nowrap;
    text-align: left;
  }
  .hqs-accordian-item{
    padding:0.6rem;
  }
  .hqs-accordian {
    margin-top: 1rem;
    border-radius: 0.6rem;
  }
  .hqs-accordian-item-header {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .hqs-grid-item-img-col {
    width: 100%;
    flex: 0 0 100%;
  }
  .hqs-grid-item-info-col {
    width: 100%;
    flex: 0 0 100%;
    padding: 16px 0 0;
  }
  .hqs-grid-item-info-title {
    color: #A0A0A0;
  }
  .hqs-grid-item-info-price-regular{
    display:inline-block;
  }
  .best-for-brain {
    padding: 4.6rem 0 4rem;
  }
  .bwp-img{
    min-height: 900px;
  }
  .bwp-content{
    top: 20%;
  }
  .bwp-progress-report{
    width: 100%;
    top:unset;
    right:unset;
    bottom: 0;
    left: 0;
  }
  .kc-wrapper {
    padding: 4rem 0 8rem;
  }
  .klarity-community .page-width{
    padding:0;
  }
  .klarity-community .flickity-page-dots{
    bottom: -5rem;
  }
  .kc-header {
    margin-bottom: 4.8rem;
  }
  .kc-item{
    flex: 0 0 80%;
    max-width: 80%; 
  }
  
  .text-width-icon{
    padding: 30px 0 50px;
  }
  .twi-grid{
    gap: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .twi-grid{
    gap: 1rem;
  }
  .twi-wrapper{
    border-radius: 1rem;
    padding: 1rem;
  }
  .twi-grid-item {
    border-radius: 1rem;
    background: #FFF;
    padding: 1.6rem;
    gap: 1rem;
  }

  .collection-hero .bp-circle {
    --radius: 10vmin;
    top: 34%;
    right: 56%;
  }
  .collection-hero-content {
    min-height: 57rem;
    padding: 0 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .collection-hero-title {
    margin: 2.4rem 0 2.6rem;
  }
  .our-happy-customers {
    padding: 5.6rem 0 6.8rem;
  }
  .ohc-header{
    padding:0 3rem;
  }
  .our-happy-customers .page-width{
    padding:0;
  }
  .ohc-item {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .main-collection {
    padding: 13.5rem 0 6rem;
  }
  .main-collection-row {
    gap: 6rem 0;
  }
  .collection-item-wrapper{
    flex: 0 0 50%;
    max-width:50%;
  }
  .product-item-badges-label{
    font-size:1rem;  
  }
  .product-item-review {
    margin-bottom: 1.6rem;
  }
  .feel-fuller {
    padding: 4.2rem 0;
  }
  .ff-img-col_img {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .ff-desc p {
    font-size: 2rem;
  }
  .product-main-badge {
    top: 1.8rem;
    left: 1.8rem;
  }
  .product-main-badge-label{
    font-size: 1.4rem;
  }
  .product-meta-title {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
  .product-swatchs{
    display: grid;
    gap: 1rem;
    margin: 1.6rem 0;
  }
  .product-swatchs-item label,
  .variant_diffrent_layout{
    padding: 0.4rem !important;
  }
  .product-swatch-item-title {
    font-size: 1.4rem;
    margin: 0 0 0.2rem;
  }
  .product-swatch-item-desc {
    font-size: 1rem;
  }
  .subscription-item .so-item-header {
    padding: 1.6rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .so-item:not(.subscription-item) .so-item-price-list{
    margin-bottom: 0;
  }
  .so-item:not(.subscription-item) .so-item-header{
     padding: 1.6rem;
     align-items: baseline;
  }
  .so-item-price-list {
    margin-left: auto;
    margin-bottom: 1.3rem;
    gap: 0.8rem;
  }
  .so-item-check{
    top: 1.4rem;
    left: 1.2rem;
  }
  .so-item-title p {
    font-size: 1.6rem;
  }
  .so-item-regular-price{
    font-size: 2rem;
  }
  .so-item-regular-price_slot{
    font-size: 1.4rem;
  }
  .rich-text-secondary {
    padding: 6rem 0;
  }
  .rts_text p {
    font-size: 3.2rem;
  }
  .rts_wrapper-bottom-text {
    font-size: 1.4rem;
    max-width: 100%;
    margin:2rem auto 0;
  }
  .ingredients-section {
    padding: 4.8rem 0 7.3rem;
  }
  .ish-title {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 30px;
  }
  .ingredients_wrapper {
    gap: 3rem;
  }
  .ingredients-section-header {
    width: 100%;
    flex: 0 0 100%;
  }
  .isi-col {
    width: 100%;
  }
  .isc-col {
    width: 100%;
  }
  .ingredients-section-header-grid_item-icon {
    width: 4.5rem;
    height: 4.5rem;
    padding: 1rem;
  }
  .ishgi-mg {
    font-size: 2rem;
    margin-top: 0px;
  }
  .ingredients-section-header-grid_item{
    padding: 0.6rem 1.2rem;
  }
  .faq-secondary {
    padding: 3rem 0 2rem;
  }
  .faqs-header {
    text-align: left;
    margin: 0 0 2rem;
  }
  .faqs-item_header-title {
    font-size: 1.6rem;
  }
  .faqs-item_header {
    padding: 1.8rem;
  }
  .scientific-citations {
    padding: 6rem 0 10rem;
  }
  .scie_c-header {
    margin-bottom: 4.5rem;
    text-align: left;
  }
  .scie_c-grid{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .scie_c-grid-number{
    min-width: 3rem;
    min-height: 3rem;
    font-size: 1.4rem;
  }
  .scie_c-grid-names {
    margin: 1.8rem 0 0;
  }
  .scie_c-grid-desc {
    display: none;
  }
  .product-info-table {
    padding: 6.6rem 0 3.5rem;
  }
  .pi-table-header{
    text-align: left;
    margin: 0 auto 6rem;
  }
  .pi-table_wrapper {
    border-radius: 1rem;
    padding: 2rem 1rem;
    background: #FFF;
  }
  .pi-table {
    display: flex;
    justify-content: space-between;
    border: 1px solid #DDD;
    border-radius: 4px;
    overflow: hidden;
  }
  .pi-table thead,
  .pi-table tbody{
    width:50%;
  }
  .pi-table thead th:first-child,
  .pi-table tbody th,
  .pi-table tbody tr:not(:first-child){
    display: none;
  }
  .pi-table thead th {
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .pi-table tbody td {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .pi-table thead tr,
  .pi-table tbody tr{
    display:flex;
    flex-direction:column;
  }
  .pi-table tbody tr:nth-child(odd) td:before, 
  .pi-table tbody tr:nth-child(odd) th:before{
    display:none;
  }
  .bua-wrapper{
    padding: 6rem 0;
  }
  .bua-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .bua-title {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .bua-grid-right {
    padding: 0 0 3rem 0;
    grid-row-start: 1;
  }
  .bua-grid-left_grid-item-title {
    font-size: 2.2rem;
  }
  .richtext-with-author {
    margin: 3rem 0;
  }
  .richtext-with-author .page-width{
    padding:0;
  }
  .rtwa-wrapper{
    border-radius: 0;
    padding: 7rem 3rem 9rem;
  }
  .rtwa-icon_wrapper, .rtwa-icon {
    width: 7rem;
    height: 7rem;
    margin: 0 auto 3rem;
  }
  .rtwa-tagline {
    font-size: 1.6rem;
    margin-bottom: 5.6rem;
  }
  .rtwa-text p{
    font-size: 2.8rem;
    line-height: 120%;
    letter-spacing: -0.56px;
  }
  .hth-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .hth-content-desc {
    margin: 2rem 0;
  }
  .hth-img-col {
    padding-left: 0rem;
  }
  .hth-content-item-icon {
    width: 4.6rem;
    height: 4.6rem;
    padding: 1rem;
  }
  .hth-content-item_info-tagline {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
  .hth-content-item_info-heading {
    font-size: 1.8rem;
  }
  .smilec_b-wrapper{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .smilec_b-content {
    padding: 2rem 0rem 4.8rem;
  }
  .smilec_b-desc p {
    text-align: justify;
    margin: 3.4rem 0 0;
    line-height: 1.6;
  }
  .scientific-research {
    padding: 6rem 0 12.1rem;
  }
  .scie-research_header {
    text-align: left;
    margin: 0 auto 4rem;
  }
  .scie-research_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.4rem 2rem;
  }
  .scie-research_grid-item-title {
    font-size: 2rem;
  }
  .scie-research_grid-item-content {
    font-size: 1.6rem;
  }
  .bfb-grid-item.bfb-grid-item-img-col .bp-circle {
    right: 68%;
    bottom: 6%;
  }
  .auh-content {
    position: relative;
    padding: 15px 45px 15px 60px;
  }
    .modern-nutrition {
    padding: 5rem 0 7rem;
  }
  .auh-content-mobi-shape{
    position:absolute;
    left: 24px;
    top: 40%;
    transform: translateY(-50%);
  }
  .modern-nut-header {
    text-align: left;
    margin-bottom: 3rem;
  }
  .modern-nut-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .protecting-brain_wrapper {
    background-color: #f6f9f8;
  }
  .protecting-brain_img-col {
    width: 100%;
    order: 1;
  }
  .protecting-brain_content {
    order: 2;
    width: 100%;
    padding: 5rem 3rem 8rem;
  }
  .cuh-bottom {
    gap: 3rem;
    padding: 0 3rem 2.3rem;
    flex-direction: column;
  }
  .cuh-bottom-item {
    width: 100%;
    padding-right: 0;
  }
  .nice-article-title {
    margin-bottom: 2.4rem;
  }
  .blog-secondary-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tnp_wrapper {
    padding: 30rem 0 3.8rem;
  }
  .ash-date {
    text-align: left;
    margin: 2.6rem 0;
  }
  .ash-title {
    margin: 2rem auto 3.4rem;
    text-align: left;
    max-width: 74rem;
  }
  .as_author-detail_main{
    width:100%;
    margin-bottom:1.4rem;
  }
  .as_sharing{
    width:100%;
  }
  .as_sharing .as__list-social{
    justify-content: space-between;
    width: 100%;
  }
  .fhs-title {
    margin: 3.8rem 0;
    font-size: 2.9rem;
  }
  .fhs-desc{
    max-width:25.8rem;
    margin: 0 0 3rem;
  }
  .fhs_wrapper {
    padding: 6rem 0 9rem;
    text-align: left;
  }
  .faq-bene_wrapper{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .info-email{
    background:transparent;
  }
  .faq-bene_grid-item_title {
    font-size: 2rem;
    margin: 2.6rem 0 0;
  }
  .info-email_wrapper {
    padding: 5rem 0 10rem;
    background: #F2F2F2;
  }
  .info-email_title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
  .info-email_subtitle {
    font-size: 2rem;
  }
  .info-email_email {
    font-size: 3.4rem;
    margin-top: 2.4rem;
  }
  .ff-img-col .bp-circle {
    left: 22%;
  }
  .isi-col .bp-circle{
    --radius: 14vmin;
    bottom: 10%;
  }
  .about-us-hero_wrapper{
    padding-bottom:4rem;
  }
  .modern-nut-grid-item{
    padding: 2.7rem 3.4rem;
  }
  .modern-nut-grid-item-title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
  .hqs-accordian-item-header-left_icon {
    width: 2.8rem;
    height: 2.8rem;
  }
  .product-item .button{
    justify-content: center;
  }
  .product-main {
    padding: 2.8rem 0 20px;
  }
  .so-item-content-li {
    padding: 1.2rem 2.5rem 1.2rem 5rem;
    background-position: 2rem 1.2rem;
  }
  .footer_menu {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer_menu ul {
    justify-content: center;
  }
  .home-image-with-text-main {
    padding: 25px 0;
  }
  .home-image-with-text-flexbox {
    flex-direction: column;
  }
  .home-image-with-text-item.content-item {
    width: 100%;
    padding: 70px 15px 55px;
  }
  .home-image-with-text-item.image-item {
    width: 100%;
  }
  .home-image-with-text-main p.pretitle {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
  }
  .home-image-with-text-main h2.title {
    margin: 0 0 35px;
  }
  .home-image-with-text-main .link-btn {
    font-size: 15px;
  }
  .pro-image-with-text{
    padding: 0 0 35px;
  }
  .pro-image-with-text-flexbox{
    gap: 30px;
  }
  h2.pro-image-with-text-title {
    max-width: 250px;
    font-size: 24px;
    line-height: 30px;
  }
  .pro-image-with-text-flexbox {
    max-width: 100%;
    flex-direction: column;
  }
  .pro-image-with-text-item.image-item {
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
  .pro-image-with-text-item.content-item {
  }
  .content-item-flexbox {
    padding: 8px 12px;
  }
  .content-item-col.icon-col {
    margin-right: 18px;
    display: flex;
  }
  .content-item-col span.icon {
    width: 38px;
    height: 38px;
  }
  .content-item-col svg,
  .content-item-col img{
    width: 38px;
    height: 38px;
  }
  .content-item-col h6.title {
    font-size: 14px;
    line-height: 16px;
  }
  .content-item-col p {
    font-size: 14px;
    line-height: 18px;
    margin:0;
  }
  .comparison-main {
    padding: 30px 0 20px;
  }
  .comparison-main .first-column span.icon {
    min-width: 33px;
    width:33px;
    height: 33px;
    margin-right: 5px;
  }
  .comparison-main .first-column svg {
    display: inline-block;
    width: 14px;
    height: 14px;
  }
  .comparison-main .first-column span.text {
    font-size: 10px;
    line-height: 11px;
  }
  .comparison-main .comparison-table-flexbox .cell {
    min-height: 35px;
  }
  .comparison-main .second-column .cell:not(.logo-cell) img, .comparison-main .comparison-table-swiper .cell:not(.logo-cell) img {
    width: 17px;
    height: 17px;
  }
  .comparison-main .second-column {
    width: 29%;
    padding: 20px 0;
  }
  .comparison-main .comparison-table-swiper.swiper {
    width: 37%;
    padding-left: 38px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .comparison-main .comparison-table-swiper.swiper .swiper-wrapper {
    display: block;
  }
  .comparison-table-swiper .swiper-slide {
    width: 100%;
  }
  .comparison-main .comparison-table-swiper .flickity-button, .comparison-main .comparison-table-swiper .flickity-page-dots{opacity:0;}
  .comparison-main .slider-pager span {
	display: inline-block;
	background: #D9D9D9;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	cursor: pointer;
	transition: 0.3s;
  }
  .comparison-main .slider-pager span.is--active,
  .comparison-main .slider-pager span:hover {
  	background: #9E9E9E;
  }
  .comparison-main .comparison-pagination {
    margin: 20px 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .comparison-main .slider-pager {
    margin: 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .comparison-main .comparison-btn {
    display: flex;
    max-width: 34px;
  }
  .comparison-main .cell.logo-cell img {
    max-width: 60px;
  }
  .comparison-main .third-column .cell.logo-cell img, .comparison-main .fourth-column .cell.logo-cell img {
    max-width: 36px !important;
  }
  .comparison-main .fifth-column .cell.logo-cell img {
    max-width: 20px !important;
  }
  .comparison-main .first-column {
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .inner_isi_col {
    position: relative;
    height: 320px;
  }
  .get-it_img-col{
    position: relative;
    height: 200px;
  }
  .inner_isi_col img,
  .get-it_img-col img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .smilec_b-title,
  .hth-content-h2{
    line-height: 36px;
  }
  .pbc-title{
    line-height: 40px;
  }
  .comparison-main .comparison-table-flexbox .cell.logo-cell {
    font-size: 14px;
  }
  .fancybox-content{
    /* width: 100% !important;
    height: 100vh !important; */
    padding: 30px 40px !important;
    background: transparent !important;
  }
  .fancybox-slide--video .fancybox-content{
    width: 100% !important;
    height: 100vh !important;
    padding: 30px 0px !important;
    background: transparent !important;
  }
  .fancybox-video, .fancybox__iframe{
    height: auto !important;
    width: 100% !important;
    margin: auto;
  }
  .fancybox-content>.f-button.is-close-btn{
    border: 2px solid;
    border-radius: 99px;
  }
}



/* New CSS */
.header > .header__inline-menu > .list-menu{display: flex;justify-content: center;}
.header .header__icons .weglot-container{margin-right: 10px;}
.product-swatchs-item .badge_text {
  border-radius: 4.302px;
  background: #EB5757;
  color: #fff;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: -15px;
  right: 5px;
}
.swiper-controller .swiper-button.swiper-button-next:after, 
.swiper-controller .swiper-button.swiper-button-prev:after{
  display: none;
}
.swiper-controller .swiper-button {
  position: static;
  background-color: #E0E0E0;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  transform: none;
  margin-top: 0;
}
.swiper-controller {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-controller .swiper-pagination{position: relative;bottom: unset;display: flex;justify-content: center;flex-wrap: wrap;gap: 15px;width: auto;padding: 0 20px;}
.swiper-controller .swiper-pagination .swiper-pagination-bullet{height: 15px;width: 15px;opacity: 1;background: #E0E0E0;margin: 0}
.swiper-controller .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #828282}
@media screen and (max-width: 989px){
  .header .header__heading .header__heading-link{padding: 0 10px;}
  .header .header__heading .header__heading-link svg{width: 96px;}
}

@media screen and (max-width: 749px){
  .product-swatchs-item .badge_text {
    font-size: 10px;
    top: -12px;
  }
  .swiper-controller .swiper-pagination{
    gap: 10px;
  }
}

.product-main-slider:not(.flickity-enabled) .product-main-slide:not(:first-child),
.product-thubnail-slider:not(.flickity-enabled) .product-thubnail-slider-item:not(:first-child){
  display: none;
}