/** Shopify CDN: Minification failed

Line 4120:21 Expected identifier but found whitespace
Line 4120:23 Unexpected "{"
Line 4120:32 Expected ":"
Line 4121:10 Expected identifier but found whitespace
Line 4121:12 Unexpected "{"
Line 4121:21 Expected ":"
Line 4300:0 Unexpected "{"
Line 4300:1 Expected identifier but found "%"

**/

@font-face {
    font-family: 'Poppins';
    src: url('/cdn/shop/files/Poppins-Light.eot?v=1742966725');
    src: url('/cdn/shop/files/Poppins-Light.woff2?v=1742966725') format('woff2'),
        url('/cdn/shop/files/Poppins-Light.woff?v=1742966725') format('woff'),
        url('/cdn/shop/files/Poppins-Light.ttf?v=1742966725') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/cdn/shop/files/Poppins-Regular.eot?v=1742966726');
    src: url('/cdn/shop/files/Poppins-Regular.woff2?v=1742966726') format('woff2'),
        url('/cdn/shop/files/Poppins-Regular.woff?v=1742966725') format('woff'),
        url('/cdn/shop/files/Poppins-Regular.ttf?v=1742966726') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/cdn/shop/files/Poppins-SemiBold.eot?v=1742966726');
    src: url('/cdn/shop/files/Poppins-SemiBold.woff?v=1742966725') format('woff2'),
        url('/cdn/shop/files/Poppins-SemiBold.woff2?v=1742966725') format('woff'),
        url('/cdn/shop/files/Poppins-SemiBold.ttf?v=1742966725') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/cdn/shop/files/Poppins-SemiBoldItalic.eot?v=1746609011');
    src: url('Poppins-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Poppins-SemiBoldItalic.woff2?v=1746609010') format('woff2'),
        url('/cdn/shop/files/Poppins-SemiBoldItalic.woff?v=1746609010') format('woff'),
        url('/cdn/shop/files/Poppins-SemiBoldItalic.ttf?v=1746609011') format('truetype'),
        url('Poppins-SemiBoldItalic.svg#Poppins-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}




@font-face {
    font-family: 'Poppins';
    src: url('/cdn/shop/files/Poppins-Medium.eot?v=1742966726');
    src:  url('/cdn/shop/files/Poppins-Medium.woff2?v=1742966725') format('woff2'),
        url('/cdn/shop/files/Poppins-Medium.woff?v=1742966725') format('woff'),
        url('/cdn/shop/files/Poppins-Medium.ttf?v=1742966725') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Andreas';
    src: url('/cdn/shop/files/Andreas-Regular.eot?v=1742995393');
    src: url('/cdn/shop/files/Andreas-Regular.woff2?v=1742995392') format('woff2'),
        url('/cdn/shop/files/Andreas-Regular.woff?v=1742995392') format('woff'),
        url('/cdn/shop/files/Andreas-Regular.ttf?v=1742995393') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



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

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

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

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

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

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

/* base */

.page-width {
  max-width: 1212px;
  margin: 0 auto;
  padding: 0 0rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
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-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
 
}

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

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

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

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button__button--unbranded:focus {
  outline: 0;
}

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

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

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

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

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

/* Shopify Accelerated Checkout */

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


/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);

  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 {

  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 {

  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 {

  outline: 0;
  border-radius: var(--inputs-radius);
}

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label{
   color: #ffffff;
}


/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

.cart-count-bubble {
    position: absolute;
 
    color: rgb(var(--color-button-text));
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    bottom: 0.8rem;
    left: 0;
    line-height: 0;
    top: -10px;
}
/* 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;
}


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

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

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

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

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

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

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

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

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

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

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

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rte table {
  table-layout: fixed;
}

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

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

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

.rte li {
  list-style: inherit;
}

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

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

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

.rte blockquote {
  display: inline-flex;
}

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

/* Image mask global styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Animations */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
  
  }

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

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

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

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

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

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

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

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
@font-face {
    font-family: 'Poppins';
    src: url('/cdn/shop/files/Poppins-Light.eot?v=1742966725');
    src: url('/cdn/shop/files/Poppins-Light.woff2?v=1742966725') format('woff2'),
        url('/cdn/shop/files/Poppins-Light.woff?v=1742966725') format('woff'),
        url('/cdn/shop/files/Poppins-Light.ttf?v=1742966725') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/cdn/shop/files/Poppins-Regular.eot?v=1742966726');
    src: url('/cdn/shop/files/Poppins-Regular.woff2?v=1742966726') format('woff2'),
        url('/cdn/shop/files/Poppins-Regular.woff?v=1742966725') format('woff'),
        url('/cdn/shop/files/Poppins-Regular.ttf?v=1742966726') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/cdn/shop/files/Poppins-SemiBold.eot?v=1742966726');
    src: url('/cdn/shop/files/Poppins-SemiBold.woff?v=1742966725') format('woff2'),
        url('/cdn/shop/files/Poppins-SemiBold.woff2?v=1742966725') format('woff'),
        url('/cdn/shop/files/Poppins-SemiBold.ttf?v=1742966725') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/cdn/shop/files/Poppins-Medium.eot?v=1742966726');
    src:  url('/cdn/shop/files/Poppins-Medium.woff2?v=1742966725') format('woff2'),
        url('/cdn/shop/files/Poppins-Medium.woff?v=1742966725') format('woff'),
        url('/cdn/shop/files/Poppins-Medium.ttf?v=1742966725') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Andreas';
    src: url('/cdn/shop/files/Andreas-Regular.eot?v=1742995393');
    src: url('/cdn/shop/files/Andreas-Regular.woff2?v=1742995392') format('woff2'),
        url('/cdn/shop/files/Andreas-Regular.woff?v=1742995392') format('woff'),
        url('/cdn/shop/files/Andreas-Regular.ttf?v=1742995393') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

      

      @media screen and (min-width: 750px) {
        body {
          font-size: 1.6rem;
        }
      }
      





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

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

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

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

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

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

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
.section-header sticky-header.header-wrapper.color-scheme-1.gradient {
    background: transparent;
    border-bottom: 1px solid #e7e7e7;
}
.shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate sticky-header {
    background: rgb(255 255 255 / 50%) !important;
    backdrop-filter: blur(12px);
  
}
.template-page-our-story .section-header sticky-header.header-wrapper.color-scheme-1.gradient {
    border-bottom: 0px !important;
}



.template-index .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate sticky-header {
     border-bottom: 1px solid #E7E7E7 !important;
}


.shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate header.header.header--middle-left {
    padding-top: 0;
    padding-bottom: 0;
}

.template-index sticky-header.header-wrapper.color-scheme-1.gradient {
    margin-bottom: -112px;
} 

.shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-hidden.shopify-section-header-sticky sticky-header.header-wrapper.color-scheme-1.gradient {

    background: rgb(255 255 255 / 50%) !important;
    backdrop-filter: blur(12px);
      margin-top: 35px;
       border-bottom: 1px solid #E7E7E7 !important;
  
}

.template-index .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-hidden.shopify-section-header-sticky sticky-header.header-wrapper.color-scheme-1.gradient,
.template-page-our-story .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-hidden.shopify-section-header-sticky sticky-header.header-wrapper.color-scheme-1.gradient{
     border-bottom: 1px solid #E7E7E7;
 
}
.template-index .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate sticky-header i.fa.fa-angle-down.mldarrow {
    color: #070707;
}

.template-index  .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-hidden.shopify-section-header-sticky sticky-header.header-wrapper.color-scheme-1.gradient i.fa.fa-angle-down.mldarrow,
.template-page-our-story  .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-hidden.shopify-section-header-sticky sticky-header.header-wrapper.color-scheme-1.gradient i.fa.fa-angle-down.mldarrow
{
    color: #070707;
}




.shopify-section-header-sticky .header__menu-item span:after {
    background: #000 !important;
}

.shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-hidden.shopify-section-header-sticky sticky-header.header-wrapper.color-scheme-1.gradient header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
    padding-top: 0;
    padding-bottom: 0;
          /* transition: 0.6s; */
}
.shopify-section.shopify-section-group-header-group.section-header header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
    /* transition: 0.6s; */
}
 /* .header {
    padding-top: 10px !important;
}  */
.shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate sticky-header .header {
    padding-top: 0 !important;
}
.shopify-section-header-hidden .header {
    padding-top: 0 !important;
}

sticky-header.header-wrapper.color-scheme-1.gradient {
  padding-top: 5px;
    padding-bottom: 5px;
    color: white;
  top: 0;
  margin-top: 25px;

}
.header__menu-item span {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: -0.14px;
}

body.template-index .header__menu-item span, .template-page-our-story  .header__menu-item span {
    color: white;
}



strong {
  font-weight:600;
}
.button {
  display: inline-block;
    padding: 14px 23px;
    border-radius: 25px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
transition: background 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.2s ease-in-out;
    text-decoration: none;
background:#D2FE34 !important;
  transition: all 0.3s ease;
  color:black !important;
  
}

.button:hover, .banner-button:hover, .footer a.link.list-social__link:hover, .top-section a.border-btn:hover {
  
    background: #000000 !important;
    color: white !important;
     
}
.button, .banner-button, a.link.list-social__link, .border-btn {
      transition: background 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.2s ease-in-out;

}

.right-essential a.button:hover{
      background: #000000 !important;
    color: #ffffff !important;
}
.active-slides a.button:hover{
      background: #000000 !important;
    color: #ffffff !important;
}
.image-accordion a.button:hover{
      background: #000000 !important;
    color: #ffffff !important;
}



 .Subheading {
   font-family: Poppins;
font-weight: 500;
font-size: 12px;
line-height: 14px;
letter-spacing: 0;
text-transform: uppercase;
   color:#000000;

  }
.newsletter-form__button:hover {
    background: #d3fe54 !important;
    transition: 0.6s;
    color: #000;
}
.newsletter-form__button {
    transition: 0.6s;
}

.Heading {
  margin:0;
  font-family: Andreas;
font-weight: 400;
font-size:40px;
line-height: 40px;;
letter-spacing: 0;

}

.Heading p {
    margin: 0;
    font-family: Andreas;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    color: #000;
    max-width: 411px;
}

.Description {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}
.Description p {
  margin:0;
}
.Description p strong{
  background: #D2FE34;
    padding: 2px;
    border-radius: 5px;
      margin-right: 6px;
}

 
/* Footer css */

.newsletter__top-content p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
     color: #000000;
    text-align: left;
}

.newsletter__top-content h2 p {
    font-family: Andreas;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
}

.newsletter__top-content h2 p strong {
font-family: Poppins;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.2px;
}

.newsletter__top-content h2 p em strong {
  font-weight:600;
}
p{
  margin:0 !important;
}

.newsletter__bottom-content h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
    color: #070707;
}
.newsletter__bottom-content .rte p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    text-align: left;
    color: #6D6D6D;
}
.newsletter__bottom-content .newsletter-form__field-wrapper {
    max-width: 100% !important;
}
.newsletter__bottom-content .newsletter-form {
    align-items: flex-start;
    max-width: 570px !important;
    margin-left: 0;
}
.newsletter__top-content h2 {
  margin:0 !important
}


.footer  .list-social {
  justify-content: flex-start !important;
  gap:14px !important;
}
.footer a.link.list-social__link {
    background: #BCB6FF;
    display: flex;
    gap: 9px;
    border-radius: 40px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    text-decoration: none;
    padding-top: 7px;
    padding-bottom: 7px;
}

  .footer__middle-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0;
  
    margin: 30px 0;
    margin:auto
  }
.footer__middle-container {
  border-top:1px solid #E7E7E7;
}
.footer__middle-block.content {
    border-left: 1px solid #E7E7E7;
    padding-left: 21px;
    padding-bottom: 46px;
}

 
  .footer__middle-block {
    flex: 1;
    min-width: 200px;
    padding: 0 15px;
  }
  
  .footer__middle-image {
    max-width: 100%;
    height: auto;
  }
  
.footer__middle-heading {
    font-family: Andreas;
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: 0;
    width: 78%;
    color: #000;
    margin-bottom: 25px;
    margin-top: 37px;
}
small.copyright__content {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-align: center;
    text-transform: uppercase;
    color: black;
}
h2.footer-block__heading.inline-richtext {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}
h2.footer-block__heading.inline-richtext strong {
    text-transform: capitalize;
}

ul.footer-block__details-content li a {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    color: #000000 !important;
}
nav.header__inline-menu {
    text-align: center !important;
}

  /* Section styling */
  .custom-accordion-section {
    padding:70px 0;
    background-color: {{ section.settings.background_color }};
    color: {{ section.settings.text_color }};
  }

  /* Top content styling */
  .custom-accordion-section .top-content {
    margin: 0 auto;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  .custom-accordion-section .top-content .description p strong {
    font-weight:600 !important;
  }
.custom-accordion-section .top-content .button {
    display: flex;
    padding: 11px 14px;
    background-color: white !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    border: 1px solid;
    border-radius: 25px;
    width: max-content;
    height: auto !important;
    min-height: auto;
}
.button-div-wrapper {
    width: 20%;
    text-align: right !important;
    display: flex
;
    justify-content: end;
}
.custom-accordion-section .top-content .button:hover {
    background: #070707 !important;
}

 .custom-accordion-section .accordion-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1212px;
    margin: 0 auto;
  }

.description p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    color: #000;
}

.custom-accordion-section .top-content .description p a {
    color: black;
    background: #D2FE34;
    text-decoration: none;
    font-weight: 500 !important;
    pointer-events: none;
    cursor: none;
    border-radius: 5px;
    margin-right: 4px;
}


  .custom-accordion-section .accordion-header {
    padding: 0px 10px 0 0;
    transition: all 0.3s ease;
  }

.custom-accordion-section .accordion-header h3 {
    margin: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 56px;
    line-height: 79px;
    letter-spacing: 0;
    color: black;
    border-bottom: 1px solid #070707;
}
  .custom-accordion-section .subheading-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }

  .custom-accordion-section .accordion-header h4 {
    margin: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size:20px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;

  }

.custom-accordion-section .accordion-description {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #6D6D6D;
    padding-top: 11px;
    padding-bottom: 10px;
}

  .custom-accordion-section .accordion-icons {
    display: flex;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
  }
.custom-accordion-section .accordion-icon {
    transition: transform 0.3s ease;
    fill: #070707;
    color: #070707;
}

  .custom-accordion-section .accordion-icon.plus {
    display: block;
  }

  .custom-accordion-section .accordion-icon.minus {
    display: none;
  }

  .custom-accordion-section .accordion-item.active .accordion-icon.plus {
    display: none;
  }

  .custom-accordion-section .accordion-item.active .accordion-icon.minus {
    display: block;
  }

  .custom-accordion-section .accordion-content {
    padding: 0 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.9s ease-in-out;
    color: #6D6D6D;
  }

  .custom-accordion-section .accordion-item.active .accordion-content {
    max-height: 500px;
    padding: 0 ;
   
  }
  .custom-accordion-section  .accordion-content p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    color:#6D6D6D;
   
  }

  .custom-accordion-section .accordion-header-content {
    flex: 1;
  }

  /* Hide icons when no content */
  .custom-accordion-section .accordion-item.no-content .accordion-icons {
    display: none;
  }

{%- style -%}
  .two-column-section {
  
    margin: 0 auto;

  }
  
  .two-column-section__heading {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
  }
  
  .two-column-section__container {
    display: flex;
    flex-wrap: nowrap;
    gap: 0px;
    
  }
.two-column-section__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
    padding: 0 0 87px 0;

    width: 42.2% !important;
}
.two-column-section__right {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    border-left: 1px solid #E7E7E7;
    padding-top: 72px;
}
  
  .two-column-section__left p{
   font-family: Poppins;
font-weight: 500;
font-size: 12px;
line-height: 14px;
letter-spacing: 0;
/* text-transform: uppercase; */
    color:#000000;

  }
  
  .left-top__heading {
    margin: 30px 0px;
  }

  h3.left-top__heading p {
    font-family: Andreas;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0px;
    vertical-align: bottom;
}
h3.left-top__heading p strong {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
    vertical-align: bottom;
    text-transform: capitalize;
}
h3.left-top__heading p strong {
    font-weight: 600;
    letter-spacing: -0.80px;
}
.left-top__description p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    color: black;
}
  .left-top__description p strong {
    background: #D2FE34;
    padding: 2px;
    border-radius: 5px;
}

.left-bottom__description p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: -0.15px;
    text-transform: uppercase;
    color: #B5B5B5;
    width: 81%;
}
 
  
.right-item {
    display: flex;
    gap: 20px;
    padding: 30px 0px 24px 9%;
    border-bottom: 1px solid #E7E7E7;
}
  div#shopify-section-template--17546246750289__your_goals_RLCJfd {
      border-bottom: 1px solid #E7E7E7;
  }
.right-item:last-child {
    border: none;
    padding-bottom: 100px;
    padding-top: 25px;
}
 
 
  .right-item__content {
    flex: 1;
  }
  
  .right-item__heading p{
    font-family: Poppins;
font-weight: 500;
font-size: 20px;
line-height: 24px;
letter-spacing: 0;
    margin-bottom: 0 !important;
vertical-align: middle;
text-transform: uppercase;

  }
.right-item__heading {
   margin-bottom: 0 !important;
  margin-top: 0 !important;
}  
.right-item__description p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #6D6D6D;
    margin-top: 8px !important;
    width: 546px;
}
.newsletter-form__button {
    width: 8.6rem !important;
    background: #000 !important;
    color: #fff;
    font-family: 'Poppins' !important;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    height: 33px !important;
    z-index: 2;
    padding: 9px;
    margin-top: 4px !important;
    margin-right: 3px !important;
    letter-spacing: -0.12px;
}
.newsletter-cls .newsletter__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 21.5rem;
}
.newsletter__top-content hr {
    width: 16px;
    background: #070707;
    margin-top: 23px;
}
.newsletter-cls .newsletter__bottom-content {
    margin-top: 2rem;
    gap: 0px !important;
}

.newsletter-cls .newsletter__bottom-content .rte {
    margin: 4px 0;
}
.newsletter-cls .newsletter__form-subheading.rte p {
    text-align: right;
    margin-top: 4px !important;
}

.newsletter-cls  .field:after {
    box-shadow: none;
}
.field:before, .select:before, .customer .field:before, .customer select:before, .localization-form__select:before {
  
 box-shadow: none !important;  
}

.field:hover.field:after{
   box-shadow: none !important;  
}
.field__input:focus {
    box-shadow: none;
}

.newsletter-form__field-wrapper .field input {
    z-index: 0;
    border: 1px solid #b0b0b0 !important;
    border-radius: 50px !important;
    transition: 0.6s;
}
.newsletter-form__field-wrapper .field input:focus{
     border: 1px solid #000000 !important;
   
}
span.mlcurrent:focus-visible {
    outline: none !important;
    border: none !important;
    box-shadow: none;
}
/* .footer-block.grid__item.footer-block--menu:last-child ul li:first-child {
    pointer-events: none;
} */
.sale_price_esa, .sale_price_esa span {
    font-weight: 600 !important;
}

.newsletter-form__field-wrapper .field__input {
    border-radius: 50px !important;
}
.newsletter__bottom-content .newsletter-form {
    margin-top: 6px;
}
.newsletter__container {
    align-items: center !important;
}

.newsletter-form__field-wrapper .field__input {
    height: 39px;
    padding: 10px !important;
    font-size: 13px;
}
.field__label, .customer .field label {
    top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.field__input:not(:placeholder-shown) ~ .field__label {
    top: -1px !important;
    font-size: 10px !important;
  /* opacity: 0; */

}
.newsletter-cls {
    border-top: 1px solid #E7E7E7;
border-bottom: none;
}
.newsletter__wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.newsletter__image-container {
    line-height: 0;
}
/* section.testimonial-section h2 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
} */
section.testimonial-section p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 18px;
    letter-spacing: 0;
    vertical-align: bottom;
    text-transform: capitalize;
    color: #000;
    text-align: left;
}
.testimonial-card h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0;
    margin-top: 7px;
    margin-bottom: 2px;
}
.testimonial-card blockquote {
    font-style: normal;
    margin-left: 0;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #6D6D6D;
    padding-left: 0;
    border-left: 0;
    margin-bottom: 19px;
    margin-right: 0;
    margin-top: 6px;
}


p.client-name {
    font-size: 12px !important;
    text-transform: uppercase !important;
    color: #070707 !important;
}
.stars {
    display: block !important;
}
.cart-count-bubble {
padding-right: 1px;
    font-weight: 600;
    font-family: 'Poppins';
    padding-top: 1px;
    letter-spacing: -1px !important;
    border: 1.2px solid #000;
}
.template-index .cart-count-bubble, .template-page-our-story .cart-count-bubble {
  
    color: #fff;
    border: 1.2px solid;
}
.cart-count-bubble span {
    color: #000;
}

 
.header select#currencies ul.list li.option {
    color: #000 !important;
}
.header select#currencies .nice-select .option:hover {
    color: #686868 !important;
    background-color: inherit !important;
}

a.pick_currency.mldesk {
    display: none;
}
.header__icons {
    padding-right: 0;
}

.header__icons .fa-angle-down:before, .header__icons  i.fa.mldarrow.fa-angle-up {
    font-size: 22px;
}

.header__search {
    margin-right: 9px;
    margin-left: 9px;
}
.pick_currency {
    left: 0;
}
.mldarrow {
    position: relative;
    right: 16px;
    top: 1px;
}
.mldcustom {
      display: block !important;
    margin-right: 15px !important;
}
.header__heading-logo {
    width: 102px;
}
.header--middle-left .header__inline-menu {
    margin-left: 121px;
}
.shopify-section  .nice-select .option:hover {
    color: #666666 !important;
 
}

.shopify-section .nice-select .option {
    color: #000 !important;

}
.custom-accordion-section .accordion-item {
    border-bottom: 0;
}
.two-column-section__left {
    padding-top: 80px;
}

.left-top__subheading p {
    letter-spacing: 1.2px;
}
.left-top__heading {
    margin-bottom: 24px;
}
.right-item__heading strong {
    font-size: 32px;
    margin-right: 4px;
}
.marq-inf {
    padding-top: 30px !important;
    padding-bottom: 26px !important;
}
.left-top__subheading {
    font-size: 12px;
    color: #000;
    letter-spacing: 1.2px;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: uppercase;
}
.newsletter__content .left-top__subheading {
    margin-bottom: 11px;
    margin-top: 13px;
}
.newsletter__wrapper .field label.field__label {
    left: 13px;
}
.newsletter__form-subheading.rte p {
    font-size: 12px;
    letter-spacing: 0;
}
.newsletter__form-subheading {
    padding-right: 44px;
}
.newsletter-cls .newsletter__form-subheading.rte p {
    color: #6D6D6D;
    font-weight: 400;
    letter-spacing: 0 !important;
}

.newsletter__wrapper .field label.field__label{
    top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: -0.14px;
    font-weight: 300;
    color: #000;
}
ul.footer-block__details-content li {
    line-height: 14px;
}
ul.footer-block__details-content li a {
    padding-bottom: 0px;
}
.footer-block--newsletter {
    margin-top: 0;
}
.footer__content-top.page-width {
    padding-bottom: 6px !important;
}
.footer .list-social__item .icon {
    height: 16px;
    width: auto;
}
.footer__copyright {
    margin-top: 8px;
}
.footer__content-bottom {
    padding-bottom: 11px;
}
.footer__middle-content .footer__middle-block.image {
    padding-left: 0;
    margin-right: 44px;
}
.footer__copyright {
     margin-top: 11px;
}

.footer a.link.list-social__link:hover {
    color: #fff;
    background: #000;
    transition: 0.6s;
}
.footer a.link.list-social__link {
    transition: 0.6s;
}
.footer a.link.list-social__link:hover svg path {
    fill: #fff !important;
    transition: 0.6s;
}
.verified { 
    font-size: 10px;
    color: #888888;
    font-weight: 500;
    display: block;
    line-height: 12px;
    letter-spacing: 0.8px;
}
.testimonial-slider {
    margin-top: 55px;
    width: 100vw;
    padding-left: calc((100vw - 1226px) / 2) !important;
    box-sizing: border-box;
    transition: padding-left 0.5s ease;
}
span.verified svg {
    width: 15px;
    height: 15px;
    margin-bottom: -3px;
}
section.testimonial-section p.section-heading {
    margin-top: 40px !important;
}
section.testimonial-section h2.left-top__subheading {
    text-align: left;
}
.testimonial-section {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 81px;
    overflow: hidden;
}
.testimonial-card {
    background: #fff;
    padding: 16px;
    text-align: left;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    min-height: 156px;
  
}
.swiper.testimonial-slider {
    width: 100vw;
     overflow: hidden;
      padding-right: 37px;
}
.testimonial-section .swiper-slide {
    width: 388px !important;
}
.marquee-bar-header span {
      letter-spacing: -0.12px;
    font-weight: 500;
      margin-left: 25px;
}
.left-custom-css .thumbnail[aria-current] {
    box-shadow: none;
    border: 2px solid #070707;
    border-radius: 4px;
}
.left-custom-css .thumbnail-list {
    grid-gap: 17px;
}

.left-custom-css .thumbnail {
    height: 96px;
    width: 96px;
    border-radius: 4px;
}

.left-custom-css .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
        width: 96px;
}

.left-custom-css .product__media-list {
    margin-bottom: 10px;
}



.footer {
       border-top: 1px solid #E7E7E7;
}
.shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-hidden.shopify-section-header-sticky sticky-header.header-wrapper.color-scheme-1.gradient img.header__heading-logo.motion-reduce {
    filter: invert(1);
  
}
.template-page-ingredients .shopify-section-header-sticky .header__menu-item span {
    color: #000000 !important;
}
.shopify-section-header-sticky .header__icon .icon path {
    stroke: #000 !important;
}
body.template-index .header__icon .icon path, body.template-page-our-story .header__icon .icon path{
    stroke: #ffffff !important;
}
.header__icon .icon path {
     stroke: #000 !important;
}

body.template-index .shopify-section-header-sticky .header__icon .icon path, .template-page-our-story  .shopify-section-header-sticky .header__icon .icon path {
    stroke: #000 !important;
}

body.template-index .shopify-section-header-sticky span, body.template-page-our-story .shopify-section-header-sticky span {
    color: #000 !important;
}
html, body {
  -webkit-overflow-scrolling: touch;
}




span.svg-wrapper.header__icon-close {
    display: none;
}
span.mlcurrent {
    color: #070707;
}
.pick_currency.mldcustom i.fa.fa-angle-down.mldarrow {
    color: #000;
}
body.template-index  .pick_currency.mldcustom i.fa.fa-angle-down.mldarrow, .template-page-our-story .pick_currency.mldcustom i.fa.fa-angle-down.mldarrow {
    color: #ffffff;
}

body.template-index span.mlcurrent, .template-page-our-story  span.mlcurrent {
    color: #ffffff;
}

.shopify-section-header-sticky .cart-count-bubble {
    color: #000000 !important;
    border-color: #000;
    background: none;
    border: 1.6px solid !important;
}
.shopify-section-header-sticky span.mlcurrent {
    color: #000;
}
.shopify-section-header-sticky i.fa.fa-angle-down.mldarrow {
    color: #000;
}

 .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate sticky-header  .header__heading-logo-wrapper img {
    filter: invert(1);
} 
.two-column-section h3.left-top__heading {
    margin-top: 16px;
}


.header__heading-logo-wrapper img.header__heading-logo {
   filter: invert(1);
}

.template-index .header__heading-logo-wrapper img.header__heading-logo, .template-page-our-story  .header__heading-logo-wrapper img.header__heading-logo  {
   filter: none;
}
.marquee-bar-header {
      top: 0;
    position: fixed !important;
}
.template-index  .section-header sticky-header {
    background: transparent !important;
}
.custom-accordion-section .accordion-item:last-child .accordion-header {
    padding-right: 0 !important;
}
.header__menu-item.list-menu__item.link:hover span {
    text-decoration: none !important;
}
.header__menu-item span:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    transition: transform .25s cubic-bezier(.215,.61,.355,1);
    top: 9px;
    transform: scaleX(0);
    position: relative;
}
.template-index .header__menu-item span:after, .template-page-our-story .header__menu-item span:after {
    background: #fff;

}

.in-first-section .header__menu-item span:after {
    background: #fff !important;

}


.template-index  sticky-header {
    border-bottom: 0px solid #E7E7E7 !important;
}




.template-index .section-header, .template-page-our-story .section-header {
    border-bottom: 0 !important;
}


 .header__menu-item span:after {
    background: #070707;
}
.header__active-menu-item {
    text-decoration: none;
}

.header__menu-item {
    color: #070707;
}
/* sticky-header {
    border-bottom: 1px solid #E7E7E7;
} */

/* Stiky -header css */

.template-page-ingredients  sticky-header.header-wrapper header,
.template-page-ingredients_single  sticky-header.header-wrapper header,
.template-product sticky-header.header-wrapper header,
.template-list-collections  sticky-header.header-wrapper header,
.template-collection  sticky-header.header-wrapper header,
.template-cart sticky-header.header-wrapper header,
.template- sticky-header.header-wrapper header,
.template-page-research sticky-header.header-wrapper header,
.template-page-articles  sticky-header.header-wrapper header,
.template-article sticky-header.header-wrapper header,
.template-search sticky-header.header-wrapper header,
.template-page-our-story  sticky-header.header-wrapper header,
.template-page-contact sticky-header.header-wrapper header{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.shopify-policy__body a {
    text-decoration: none;
}



a.header__menu-item:hover :after {
    transform: scaleX(1);
}
.header__menu-item {
    margin: 0.9rem;
}
a.header__menu-item{
  position: relative;
}
#Quantity-Form-template--17546246946897__main {
  margin: 0;
}

.product-form__buttons button {
  flex-shrink: 0;
}



.shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-hidden.shopify-section-header-sticky sticky-header.header-wrapper.color-scheme-1.gradient .header__menu-item span:after {
  background: #f7f7f7;
}

/* .header__icons .modal__content {
    top: 74px;
} */
.header__menu-item .search-modal__content {
    padding: 0 !important;
}
.header__menu-item .search-modal__form {
        max-width: 1200px;
}
.shopify-policy__container {
    max-width: 1212px !important;
    margin: 0 auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.shopify-payment-button__button {
    display: none !important;
}

.product-single-custom .product-media-container {
    width: 100%;
}


.product-single-custom .product__title h1 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.80px;
}

.product-single-custom .quantity:before {
    box-shadow: none !important;
}
.product-single-custom .quantity:after {
    border: none !important;
    box-shadow: none;
}
.product-single-custom quantity__input:focus-visible {
    box-shadow: none;
    outline: none;
}

.product-single-custom button.quantity__button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding-top: 0;
    border: 1px solid #070707;
}

.product-single-custom .quantity__input:focus-visible {
    box-shadow: none;
    outline: none;
}
.product-single-custom .quantity__input {
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    color: #070707 !important;
    opacity: 1;
    display: block !important;
    flex-grow: revert !important;
    width: 40px;
}

.product-single-custom .quantity {
    align-items: center;
}

.product-single-custom .product-form__submit span {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
     line-height: 24px;
    letter-spacing: -0.16px;
    color: #070707;
}

.product-single-custom .product-form__submit {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    padding-left: 21px;
    padding-right: 25px;
    width: 259px;
}
.product-single-custom  .product-form__submit span.money {
    font-family: Poppins !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}
.product-single-custom .product-form__buttons:hover {
    color: #fff;
}
legend.form__label {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #070707;
}
.product-form__input--pill label {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 16px !important;
    letter-spacing: -0.16px !important;
    padding: 12px 17px !important;
    border-color: #070707 !important;
}


.product-single-custom h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    color: #070707;
    margin-top: 23px !important;
    display: block;
    margin-bottom: 0 !important;
}
.product-single-custom h6 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px !important;
    text-transform: uppercase;
    text-align: center;
    margin-top: -7px !important;
}
.right-custom-css {
    padding-left: 23px !important;
}
.product__media.media.media--transparent {
    border-radius: 4px;
}
.thumbnail.global-media-settings img {
    border-radius: 5px;
}

.thumbnail[aria-current] {
    border: none;
      box-shadow: none;
}
.thumbnail[aria-current] {
    box-shadow: none;
    border-color: rgb(var(--color-foreground));
}

.shopify-policy__title {
    display: none;
}
.shopify-policy__container {
    margin-top: 77px;
    margin-bottom: 70px;
}

.right-custom-css .right-custom-css .quantity {
    width: 121px;
}

.right-custom-css .metafield-rich_text_field p {
    font-family: Andreas;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0;
    color: #070707;
}
.product-single-custom .product-form__submit:hover span {
    color: #fff;
}

.right-custom-css .metafield-rich_text_field {
    margin: 0 !important;
}


.right-custom-css .metafield-rich_text_field p strong {
    font-family: 'Poppins';
    font-weight: 600;
}

.right-custom-css .product__description h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.right-custom-css  h4 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

.right-custom-css .product__description li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #070707;
    list-style-type: none;
      margin-bottom: 5px;
}
.right-custom-css  .product__description ul {
    padding-left: 10px;
}

.right-custom-css .product__title {
    margin-bottom: 0;
}

.right-custom-css  .product__description {
    margin-top: 13px !important;
}
.quantity-box svg.accordion-icon {
    width: 10px;
}
.right-custom-css  .product__description h3 {
    margin-bottom: 0;
}
.selling_plan_app_container .easy_radio_design {
    border-color: #01B460 !important;
}
.selling_plan_app_container .easy_radio_design.unchecked {
      border: 1px solid #070707 !important;
}
.delivery_value_small:checked {
     background-color: #01B460 !important;
}
.esa-purchase-option.middle .delivery_value_small {
    border: 1px solid #01B460 !important;
}
.selling_plan_app_container .esa-purchase-option.middle {
    border-bottom: 0 !important;
}
.selling_plan_app_container .option-header-span {
    font-weight: 600  !important;
}

.right-custom-css  .product__description h4 {
    margin-top: 11px;
    margin-bottom: 0;
}
.right-custom-css .product__description ul {
    margin-top: 13px;
    padding-left: 23px;
}


.right-custom-css  .product-single-custom .product-form__submit {
    width: ;
}

.right-custom-css  .product-form__quantity {
    max-width: max-content;
}


.right-custom-css .product-form__quantity .form__label {
    margin-bottom: 0;
}


.right-custom-css  .quantity {
    width: 131px;
}
.right-custom-css product-form.product-form {
    margin-bottom: 0 !important;
}

.percentage-circle p {
    width: 40px;
    height: 24px;
    background: #BCB6FF;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    border-radius: 200px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 11px;
    padding-top: 2px;
}
.text-content {
    margin-left: 10px;
}
.text-content p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.20px;
    text-transform: uppercase;
    color: #070707;
}

.percentage-with-text-container {
    display: flex;
    flex-wrap: wrap;
}
.percentage-item {
    margin-bottom: 11px;
    width: 180px;
    display: flex;
    align-items: center;
}

.single-product-marq {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}

.right-custom-css .product__description ul li:after {
    content: '';
    width: 3px;
    height: 3px;
    background: #000;
    display: block;
    position: absolute;
    top: 5px;
    left: -10px;
    border: 50px;
}
.right-custom-css .product__description ul li {
    position: relative;
}

.product-accordion-ss .left-top__description p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
    text-transform: none;
}
.product-accordion-ss {
    display: flex !important;
    justify-content: space-between;
}
.product-accordion-ss .accordion-grid {
    gap: 20px;
    max-width: 100% !important;
    margin: 0 auto;
    width: 55.5%;
    grid-template-columns: repeat(2, 1fr);
}



.search-column input:focus-visible {
    outline: none;
    box-shadow: none;
}

.product-accordion-ss .two-column-section__left {
    padding-top: 74px !important;
    border-right: 1px solid #E7E7E7 !important;
      width: 515px !important;
}
.product-accordion-ss .accordion-header {
   padding: 0;
}
.product-accordion-ss {
    padding-top: 0;
    padding-bottom: 0;
}
.product-accordion-ss .accordion-grid {
    margin-right: 0;
    padding-top: 68px;
    padding-bottom: 73px;
}

.template-product  section.testimonial-section {
    border-top: 1px solid #E7E7E7;
    margin-top: 85px;
}
section#shopify-section-template--17546246946897__product_accordion_Q4bneN {
    border-bottom: 1px solid #E7E7E7;
}
.footer {
    background: #fff !important;
}
.header-wrapper {
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    margin-top: 23px !important;
}

.image-accordion-section, .search-pages-layout, .template-list-collections,
.template-collection, .template-product, .shopify-policy__container, .template-cart, .template-page-research, .template-article, .template-search, .template-page-our-story, .template-search, .template-page-our-story, 
.template-page-contact, .template-customers-login, .template-customers-register, .template-customers-account   {
    padding-top: 91px;
}
.template-page-ingredients .footer {
    border-top: 0;
}

benefits-text p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    font-style: normal;
    color: #070707;
}
.thumbnail-list__item:before {
     padding-bottom: 0% !important;
}
.shopify-policy__body h5 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-top: 4px !important;
}
.shopify-policy__body h1 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.48px;
    color: #000;
    margin-bottom: 0 !important;
}
.shopify-policy__body hr {
    margin-top: 38px;
    margin-bottom: 46px;
}
.shopify-policy__body h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 22px;
}
.shopify-policy__body p {
    color: #000;
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}
h1.article-template__title {
    font-family: Andreas;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    margin-top: 19px;
}
.article-template__content p, .article-template__content li {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    color: #070707;
}

.article-template__content h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}
.article-template__content p {
    margin-bottom: 26px !important;
}
.article-template__back.element-margin-top.center {
    display: none;
}
p.article-card__excerpt {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.40px;
    color: #070707;
      display: block;
}
.page-width.\<article.class\= {
    padding-top: 77px;
}


.template-article   span.circle-divider.caption-with-letter-spacing time {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #000000;
}
p.article-card__excerpt {
    margin-top: 21px !important;
    margin-bottom: 35px !important;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 24px;
}

.article-template__content ul {
    margin-bottom: 5px;
}
.article-template__hero-adapt.media img {
    width: 440px !important;
    height: 240px !important;
}
.join-solies h2 {
    font-family: Andreas;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
}

.join-solies h2 strong {
    font-family: 'Poppins';
    font-weight: 400;
 letter-spacing: -1.2px;
}
.join-solies h2 em strong {
    font-weight: 600;
    letter-spacing: -0.80px;
    text-transform: uppercase;
}

.join-solies {
    text-align: center;
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
    padding-bottom: 51px;
}
.join-solies a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.16px;
    background: #D2FE34;
    color: #070707;
    text-decoration: none;
    padding-bottom: 13px !important;
    padding-top: 12px;
    padding-left: 23px;
    padding-right: 23px;
  transition: 0.5s;
    border-radius: 50px;
}
.join-solies a:hover {
    background: #000;
    color: #fff;
    transition: 0.5s;
}
.article-template__content {
    padding-bottom: 81px;
}
.article-images img {
    width: 440px;
}

.slider-main{
  z-index: 0;
}
h1.h2.center {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.80px;
    vertical-align: bottom;
    color: #000000;
    text-align: left;
}
.template-search .field:after {
    box-shadow: none;
}
form.search {
    border-bottom: 1px solid #e7e7e7;
}
button.search__button.field__button {
    width: 40px;
    height: 32px;
    border: 1px solid #070707;
    border-radius: 50px;
    padding: 12px;
}
.search__input.field__input {
    padding-left: 0 !important;
}
form.search label.field__label {
    left: 0 !important;
}
.field__input:not(:placeholder-shown) ~ .field__label {
    left: 0 ;
}
.card.card--standard.card--media {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
}
h3.card__heading.h5 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}


.template-search__results .card-information span {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000000 !important;
}
.template-search__results  .card__inner.color-scheme-2.gradient.ratio {
    width: 163px;
}

.template-search__results .card__content {
    margin-left: 15px;
}
.template-search__results ul.grid.product-grid.grid--2-col-tablet-down.grid--2-col-desktop {
    column-gap: 22px !important;
    row-gap: 22px;
}

.template-search__results .card-wrapper {
    background: #F6F6F6;
    padding: 14px;
    border-radius: 8px;
}
.template-search__results .card__media {
    border-radius: 4px !important;
}
.rtl-ww p {
    margin-bottom: 20px !important;
}
.rtl-ww  .custom-image-with-text__text-container{
     max-width: 520px;
    margin-left: 0;
}
input#searchInput:focus {
    border-color: #000;
}


 


.template-search__results h3.card__heading a.full-unstyled-link {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.28px;
    vertical-align: middle;
    text-transform: uppercase;
}


.template-search__results  li.grid__item {
    width: calc(48% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}

.template-search__results  .card__badge.bottom.left span.badge.color-scheme-1 {
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    font-family: 'Poppins';
}
.template-search__results .card__content {
    display: flex;
    width: 100%;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
}


a.view-btn {
    background: #BCB6FF;
    color: #000;
    text-decoration: none;
    padding: 8px 22px;
    border-radius: 50px;
    letter-spacing: -0.32px;
    font-weight: 500;
    z-index: 1;
    transition: 0.5s;
}

a.view-btn:hover {
    background: #000;
      color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
}
.underline-links-hover:hover a {
        text-decoration: none !important;
}
.predictive-search__heading {
    letter-spacing: 0;
    font-family: 'Poppins';
}
p.predictive-search__item-heading.h5 {
    color: #070707;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.32px;
    font-size: 16px;
}
.predictive-search-option-product-1 span.price-item.price-item--regular span {
    color: #000000;
    font-weight: 300;
}
.predictive-search__item span {
    letter-spacing: 0;
}
.template-search__header.page-width p {
    display: none;
}
button.search__button.field__button path {
    stroke: #000;
}


.story-banner h1.banner-heading, .story-banner p {
    font-family: Andreas !important;
    font-weight: 400 !important;
    font-size: 40px !important;
    line-height: 40px !important;
    letter-spacing: 0 !important;
    margin-bottom: 3px;
}
.story-banner .banner-content {
    max-width: 100% !important;
  
}
.story-banner p {
    text-transform: none !important;
}
.story-banner .banner-content {
    max-width: 100% !important;
    padding-top: 359px;
}
.story-banner {
    margin-top: -65px;
}

  .story-banner .custom-image-banner-container {
    padding-bottom: 37px !important;
}
.story-marq {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 29px !important;
    padding-bottom: 25px !important;
}
.multislider-main {
    text-align: center;
    border-top: 1px solid #e7e7e7;
    padding-top: 76px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 71px;
}
h2.custom-image-with-text__shortheading {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 26px;
}
.custom-image-with-text__description em strong {
    background: none;
}

.highlit-text strong {
    color: black;
    background: #D2FE34;
    text-decoration: none;
    font-weight: 600 !important;
    pointer-events: none;
    cursor: none;
    border-radius: 5px;
}
button.nav-button.prev-button svg {
    transform: rotate(180deg);
}
span.quantity__rules-cart span {
    display: none;
}
.slider-wrapper button.nav-button span {
    line-height: 0;
}
.thumbnail[aria-current]:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none !important;
}
.global-media-settings {
    border: none;
}
.footer-block__details-content .list-menu__item--active {
    text-decoration: none;
}
a.studies-links {
    display: flex;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #e7e7e7;
    padding: 16px 15px;
}
a.studies-links span {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    width: 19px;
    text-align: center;
    margin-right: 17px;
}
.search-modal__form {
    max-width: 1200px !important;
}

/* .header form.search {
    border-bottom: 1px solid #e7e7e7;
} */
.header .search-modal__form {
    max-width: 1212px !important;
   border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header form.search {
    border-bottom: 0;
}

.header .field:after {
    border: none !important;
    box-shadow: none;
}
.header button.search__button.field__button {
    width: 40px !important;
    height: 32px !important;
    border: 1px solid #070707;
    border-radius: 50px;
    transition: 0.6s;
    padding: 12px;
    position: relative;
}
form.search.search-modal__form button.search__button.field__button:hover {
    background: #000;
}
form.search.search-modal__form button.search__button.field__button:hover path {
    stroke: #fff;
}
.header form.search .field {
    align-items: center;
}
.viewmore-btn {
    padding: 11px 25px;
    background-color: white !important;
    color: #070707;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    min-height: auto;
    min-width: auto;
    border: 1px solid;
    border-radius: 25px;
    cursor: pointer;
    margin: 0 auto;
}
button.search__button.field__button svg {
    width: 33px !important;
    height: 16px;
}
button.reset__button.field__button {
    display: none;
}


.viewmore-btn:hover {
    color: #ffffff !important;
    background: #000 !important;
}
.footer-block__details-content .list-menu__item--active:hover {
        text-decoration-thickness: 0;
    }


.right-custom-css span.jdgm-prev-badge__text {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #070707;
}




.jdgm-rev__body p, .jdgm-rev__body  {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #070707;
}

b.jdgm-rev__title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    color: #070707;
    margin-top: 0;
}
.jdgm-row-profile {
    display: flex;
    align-items: center;
    margin-top: 24px;
}
a.jdgm-write-rev-link {
    display: block;
    margin: 20px auto 0;
    padding: 12px 16px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.28px;
    background: #070707;
    border-radius: 74px;
      text-align: center;

    transition: 0.5s;
}
h2.jdgm-rev-widg__title {
    margin: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #070707;
}
.jdgm-rev-widg {
    padding: 0 !important;
}
span.jdgm-rev__author {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #070707;
    margin: 0;
}
.jdgm-row-rating {
    margin-bottom: 17px !important;
}
select.jdgm-sort-dropdown {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #070707 !important;
}
select.jdgm-sort-dropdown:focus-visible {
    outline: none;
    box-shadow: none;
}
.jdgm-rev-widg__summary-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #070707;
    margin-top: 8px !important;
}
.pick_currency .nice-select:focus-visible {
    outline: none !important;
    box-shadow: none;
}
.satcb-cs-item-title a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    text-decoration: none;
}
.satcb-cs-item-variant {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    color: #000000 !important;
    margin-top: 0 !important;
}
.satcb-cs-item-img {
    width: 117px !important;
    height: 117px;
}
.satcb-cs-item-img img {
    height: 117px;
    object-fit: cover;
}
.satcb-cs-item-qty a {
    border: 1px solid #000;
    border-radius: 50% !important;
    color: #000 !important;
}

.satcb-cs-item-qty a path {
    fill: #000 !important;
}
.satcb-cs-item-main-bottom {
    margin-top: 0 !important;
}
.satcb-cs-content .satcb-cs-item-qty input {
    border-top: 0 !important;
    border-bottom: 0 !important;
    width: 38px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
}
.satcb-cs-checkout-btn {
    border-radius: 50px !important;
    height: 48px !important;
    font-size: 16px !important;
    letter-spacing: -0.16px;
    font-family: 'Poppins';
    font-weight: 500 !important;
      margin-bottom: 8px;
}

form.jdgm-form .jdgm-form__title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #070707;
}
.satcb-cs-item {
    padding-left: 15px;
    padding-right: 15px;
}
span.satcb-cs-item-price span.money {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    color: #070707;
}
.satcb-cs-item {
    padding: 15px !important;
}
.satcb-cs-items.satcb-cs-cart-empty div {
    color: #000000;
    letter-spacing: 0;
}


.jdgm-form__fieldset label {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}
.jdgm-form__fieldset input, .jdgm-form__fieldset textarea {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}
.jdgm-form__fieldset p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
      color: #6D6D6D;
}
.jdgm-form__fieldset label {
    text-align: left !important;
}
.jdgm-rev-widg__header {
    text-align: left !important;
}
a.jdgm-btn.jdgm-btn--border.jdgm-cancel-rev {
    width: max-content;
    margin: 20px auto 0;
    padding: 11px 16px;
    background-color: transparent;
    color: #070707;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #070707;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 16px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}
input.jdgm-btn.jdgm-btn--solid.jdgm-submit-rev {
    padding: 10px 21px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.28px;
    color: #F6F6F6;
    background: #070707;
    border-radius: 74px;
    transition: 0.5s;
}
.jdgm-form__fieldset p a {
    color: #000;
}
.jdgm-form div.jdgm-input-error {
    font-size: 14px;
}
.jdgm-form__fieldset input::placeholder, .jdgm-form__fieldset textarea::placeholder {
    color: #070707;
}
.jdgm-notification__title {
    font-size: 14px  !important;
    font-weight: 600  !important;
    margin-bottom: 16px  !important;
    text-transform: uppercase  !important;
    color: #070707 !important;
}
.jdgm-notification__title:before {
    display: block;
    margin: 0 auto 4px auto;
    width: 23px !important;
    height: 24px !important;
    border-radius: 16px;
    color: white;
    background-color: var(--jdgm-primary-color);
    font-family: "JudgemeIcons";
    content: "\e001";
    text-align: center;
    margin-left: 0 !important;;
    margin-bottom: 12px !important;;
}
.jdgm-notification__inner {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: 0 !important;
    color: #6D6D6D !important;
}
.in-first-section .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-hidden.shopify-section-header-sticky sticky-header.header-wrapper.color-scheme-1.gradient {
background: #0000001A !important;
  border-bottom: 1px solid #171717 !important; 
}
.in-first-section .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate sticky-header {
background: #0000001A !important;
  border-bottom: 1px solid #171717 !important; 
}
.in-first-section .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate sticky-header img {
    filter: none;
}
.template-index.in-first-section .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate sticky-header i.fa.fa-angle-down.mldarrow {
    color: #ffffff;
}

.in-first-section .scrolled-past-header a#cart-icon-bubble span {
    color: #ffffff !important;
}



.in-first-section .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-hidden.shopify-section-header-sticky sticky-header.header-wrapper.color-scheme-1.gradient img.header__heading-logo.motion-reduce {
    filter: none;
}


body.in-first-section .shopify-section-header-sticky span, body.in-first-section .template-page-our-story .shopify-section-header-sticky span {
    color: #FFFFFF !important;
}

body.in-first-section .shopify-section-header-sticky .header__icon .icon path, body.in-first-section .shopify-section-header-sticky .header__icon .icon path {
    stroke: #ffffff !important;
}

body.in-first-section .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-hidden.shopify-section-header-sticky sticky-header.header-wrapper.color-scheme-1.gradient i.fa.fa-angle-down.mldarrow {
      color: #ffffff;
}

.template-page-our-story .shopify-section-header-sticky i.fa.fa-angle-down.mldarrow {
    color: #000 !important;
}
body.template-page-our-story.in-first-section .shopify-section-header-sticky i.fa.fa-angle-down.mldarrow {
    color: #ffffff !important;
}

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

 .no-results {
    width: 283px;
    text-align: center;
    margin: 0 auto;
}

.no-results h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
    text-align: center;
    vertical-align: middle;
    color: #070707;
    text-transform: uppercase;
}
.no-results p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.no-results p a {
    color: #BCB6FF;
    font-weight: 600;
}

.satcb-cs-item-qty input:focus-visible {
    box-shadow: none;
}

.satcb-cs-taxes-shipping-note {
    font-size: 12px !important;
    margin-bottom: 5px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0;
      text-align: center;
}

.satcb-cs-footer.satcb-cs-footer-sticky div:last-child {
    flex-direction: column-reverse !important;
    display: flex;
}

.satcb-cs-footer.satcb-cs-footer-sticky {
    background: no-repeat;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.satcb-cs-footer-subtotal span {
    font-size: 16px !important;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}
.satcb-cs-footer-subtotal {
    padding-bottom: 5px;
}

.field::after {
    box-shadow: none;
}
.contact input, textarea#ContactForm-body {
    border: 1px solid #E7E7E7;
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 20px;
    letter-spacing: -0.28px !important;
    text-transform: uppercase;
}
.template-page-contact .field__input:not(:placeholder-shown) ~ .field__label {
    left: 20px;
    background: #fff !important;
    display: block;
    top: -9px !important;
    padding: 4px;
}
.template-page-contact .field__label, .template-page-contact .customer .field label {
    top: 14px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.template-page-retail .field__label, .template-page-retail .customer .field label {
    top: 14px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
}




.template-page-contact .field textarea#ContactForm-body, .template-page-retail .field textarea#ContactForm-body {
    height: 159px;
}
.contact__button button.button {
    background: #000 !important;
    color: #fff !important;
    font-weight: 500 !important;
    letter-spacing: -0.14px;
}
.template-page-contact .contact__button, .template-page-retail  .contact__button {
    text-align: center;
    margin-top: 0;
}

.template-page-contact .field__label, .template-page-contact .customer .field label {
    font-weight: 300;
    color: #888888;
}

.template-page-retail .field__label, .template-page-retail .customer .field label {
    font-weight: 300;
    color: #888888;
}



.contact input:focus, textarea#ContactForm-body:focus {
    border-color: #000;
      transition: 0.2s;

  
}








.template-page-contact .contact__button button.button:hover, .template-page-retail  .contact__button button.button:hover  {
    background: #D2FE34 !important;
    color: #070707 !important;
}



.research-section {
    padding-top: 172px;
    font-family: 'Poppins';
}
.template-page-contact  .action-buttons, .template-page-retail  .action-buttons  {
    display: flex;
    margin-bottom: 39px;
    gap: 15px;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 22px;
}
.template-page-contact p.left-top__subheading {
    margin-top: 77px !important;
}

 .template-page-retail  p.left-top__subheading {
    margin-top: 168px !important;
}



.contact {
    max-width: 560px;
}
.template-page-contact .contact .field, .template-page-retail  .contact .field  {
    margin-bottom: 18px;
}
.template-page-contact .contact__fields, .template-page-retail .contact__fields {
    grid-column-gap: 14px !important;
  
}


.template-page-contact .contact__button button.button, .template-page-retail .contact__button button.button {
    background: #000 !important;
    color: #fff !important;
    font-weight: 500 !important;
    letter-spacing: -0.14px;
    padding: 0 !important;
    min-width: 86px;
    min-height: 41px;
}
  
  .subheading {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding: 4px 10px;
    background-color: #FFFF00;
    display: inline-block;
  }
  
h2.left-top__heading, span.secondary-heading {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.80px;
    vertical-align: bottom;
    color: #000000;
}

span.secondary-heading {
    font-family: Andreas;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: -4px;
    display: inline-block;
}
  
  .secondary-heading {
    font-weight: 400;
    color: #666;
    margin-left: 10px;
  }
  
.description {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    color: #000000;
    width: 85%;
    max-width: 600px;
}
.description p strong {
    background: #D2FE34;
    text-decoration: none;
    font-weight: 600 !important;
    pointer-events: none;
    cursor: none;
    border-radius: 5px;
    padding: 0 2px;
}
.action-buttons a.action-button.active {
    border-bottom: 3px solid #000;
    border-radius: 0;
}

  
.action-buttons {
    display: flex;
    margin-bottom: 39px;
    gap: 15px;
    border-bottom: 1px solid #e7e7e7;
}
  
.action-button {
    padding: 10px 8px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    color: #888888;
    margin-bottom: -2px;
}
  
.action-button.active {
    color: #000000;
    font-family: Poppins;
    font-weight: 600;
}
  .action-button:hover {
    color: #000000;
}

  
.search-container {
    display: flex;
    margin-left: 0;
    margin-top: 22px;
    justify-content: end;
    margin-bottom: 1px;
}
  
.search-form {
    display: flex;
    position: relative;
}
.search-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #E7E7E7;
    border-radius: 99px;
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    color: #000000;
    width: 284px;
    transition: 0.6s;
}

.search-button path {
    stroke: #6D6D6E;
}
.learn-more-button:hover svg {
    padding-left: 4px !important;
    transition: 0.6s;
    display: block !important;
}
  .learn-more-button svg {
    transition: 0.6s;
}
  .search-form input#searchInput:focus {
    border-color: #000;
    transition: 0.6s;
}
.search-button {
    bottom: 0;
    background-color: transparent;
    padding: 0 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}
  .search-input:focus-visible {
    outline: none;
    box-shadow: none;
}
  
.research-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    padding-bottom: 71px;
}
  
.research-item {
    padding: 22px 0;
    border-bottom: 1px solid #E7E7E7;
}
  
.research-tag {
    display: inline-block;
    background-color: #BCB6FF;
    color: #070707;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 9px;
    border-radius: 50px;
    letter-spacing: 0;
    font-family: 'Poppins';
}
  
.research-date {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #8F8F8F;
    padding-left: 8px;
}
  
.research-title {
    margin-bottom: 12px;
    margin-top: 0;
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;

    color: #000000;
    max-width: 800px;
}
.learn-more-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #070707;
    justify-content: end;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
}
  
.learn-more-button svg {
    margin-left: 0px;
    transition: transform 0.2s;
    transform: rotate(320deg) !important;
}
  
  .learn-more-button:hover svg {
    transform: translateX(3px);
  }
  
  .no-results {
    text-align: center;
    padding: 40px 0;
  }

.research-tag-date {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
}
.blog-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
  gap: 27px;
  margin-top: 30px;
 padding-bottom: 178px;
}

.blog-item {
    border: 1px solid #e1e1e1;
    transition: box-shadow 0.3s ease;
    border-radius: 5.2px;
    padding: 0;
   transition: 0.6s;
}
.title-meta {
    padding: 15px;
}
  .blog-title a:hover {
    text-decoration: none;
}
.blog-item:hover {
    border-color: #000;
    transition: 0.6s;
}

  
.blog-featured-image img {
    width: 100%;
    height: 228px;
    display: block;
    object-fit: cover;
    border-radius: 4px;
}
.blog-meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 16px;
}

.blog-category {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #070707;
    text-transform: uppercase;
    background: #BCB6FF;
    border-radius: 100px;
    padding: 3px 8px;
}
.blog-date {
    margin-left: 5px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #8F8F8F;
}
.blog-title {
    margin: 0;
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    color: #000000;
}

.blog-title a {
  text-decoration: none;
  color: #000000;
}
/* .template-page-our-story .shopify-section-header-sticky sticky-header.header-wrapper.color-scheme-1.gradient,
.template-index .shopify-section-header-sticky sticky-header.header-wrapper.color-scheme-1.gradient 
{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
 */

/* 
.newsletter__wrapper .field label.field__label {
    display: none;
} */

.template-index .custom-accordion-section .description p strong {
    background: none;
  
}

.satcb-cs-shippingbar-message {
    letter-spacing: 0;
    font-weight: 300;
    text-transform: uppercase;
}
.satcb-cs-checkout-btn:hover {
    background: #070707 !important;
    color: #fff !important;
}

.newsletter__bottom-content .field__input:not(:placeholder-shown) ~ .field__label {
    opacity: 0;
}

.jdgm-form {
    padding-left: 0 !important;
}
.header {
    padding-bottom: 0 !important;
}



.overflow-hidden .header-wrapper {
    margin-top: 0 !important;
}

:focus-visible {
    outline: none !important;
}
  .image-accordion__right.tablet-bg {
    display: none;
  }

li.list-social__item path {
    fill: #070707;
}

.product-single-custom {
    padding-top: 80px;
    padding-bottom: 76px;
}
/* 
 .search-is-open .marquee-bar-header{
      display: none;
} 
 */

.research-item {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.custom-image-with-text__image.second-image {
    display: none !important;
}

.ingredients-pages-slider {
    min-height: 290px;
}
.customer form button {
    display: inline-block;
    padding: 14px 23px;
    border-radius: 25px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    text-decoration: none;
    background: #D2FE34 !important;
    transition: all 0.3s ease;
    color: black !important;
    min-height: auto;
    padding: 13px 17px;
    margin-top: 18px;
}

.login a {
       letter-spacing: 0;
    font-size: 14px !important;
    text-decoration: none;
}
.field__input, .select__select, .customer .field input, .customer select {
    border: 1px solid #E7E7E7;
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 20px;
    letter-spacing: -0.28px !important;
    /* text-transform: uppercase; */
}
.product-option * {
    display: inline;
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}
.cart-item__name {
    color: #000;
}
h1.title.title--primary {
    font-family: Andreas;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0 !important;
}
.title-wrapper-with-link a {

    font-size: 14px;
    text-decoration: none;
}

.template-cart  .cart-item__quantity-wrapper {
    display: flex !important;
    align-items: center !important;
}
.template-cart  .cart-item cart-remove-button {
    display: flex;
    margin-left: 1rem;
    align-items: center !important;
    text-align: center;
    vertical-align: middle !important;
    line-height: 0 !important;
}
.template-cart  cart-remove-button .button {
        align-items: center !important;
        display: flex;
    }
.template-cart button.quantity__button {
    border: 1px solid #070707 !important;
    border-radius: 200px;
    width: 32px;
    height: 32px;
}
.template-cart quantity-popover .quantity {
    align-items: center;
}


.field__label, .customer .field label {
    color: #888888 !important;
    font-weight: 300 !important;
}

.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
    box-shadow: none !important;
}
input#CustomerEmail:focus, input#CustomerEmail:focus-visible,
input#CustomerPassword:focus, input#CustomerPassword:focus-visible {
    box-shadow: none !important;
    border-color: #000;
}
.template-cart .quantity__input {
    width: 50px !important;
    max-width: 50px;
}
.totals>h2 {

    letter-spacing: 0;
    margin-right: 15px;
}

.totals__total-value {
    font-size: 15px;
    letter-spacing: 0;
    color: #000;
    font-weight: 500;
}
.price>* {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
      letter-spacing: 0;
    font-size: 14px;
}

.template-cart  a.underlined-link {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid;
    border-radius: 25px;
    padding: 11px 20px;
   transition: 0.5s;
  letter-spacing: 0;
}
a.underlined-link:hover {
    background: #070707;
    color: #fff;
    transition: 0.5s;
}
.field__label, .customer .field label {
    top: 14px;
}

.customer form button:hover {
    background: #000 !important;
    color: #fff !important;
}

input#CustomerEmail:focus, input#CustomerEmail:focus-visible,
input#CustomerPassword:focus, input#CustomerPassword:focus-visible {
    box-shadow: none !important;
    border-color: #000;
}

.field__label, .customer .field label {
    top: 14px;
}

.customer form button:hover {
    background: #000 !important;
    color: #fff !important;
}

#recover, #login, .customer.register h1 {
    font-family: 'Andreas';
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
    vertical-align: bottom;
    color: #000000;
    margin-bottom: 20px !important;
    text-transform: capitalize;
}



input#CustomerEmail:focus, input#CustomerEmail:focus-visible,
input#CustomerPassword:focus, input#CustomerPassword:focus-visible, input#RecoverEmail:focus-visible,
input#RecoverEmail:focus {
    box-shadow: none !important;
    border-color: #000;
}
.template-customers-register  .field input:focus-visible,
.template-customers-login  .field input:focus-visible{
    border: 1px solid #000;
}

.satcb-cs-upsell-item {
    width: 96% !important;
}
.satcb-cs-item-qty, .satcb-cs-item-empty {
    background-color: transparent  !important;
}
.satcb-cs-upsell-item-title a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px  !important;
    line-height: 20px !important;
    letter-spacing: -0.32px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}
.satcb-cs-upsell-item-btn a {
    padding: 11px 22px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    border-radius: 50px !important;
    font-size: 14px !important;
}
 .satcb-cs-upsell-item-header span {
    letter-spacing: 0 !important;
    color: #070707 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}
.satcb-cs-upsell-item-image {
    width: 100px !important;
}
.template-collection  .collection-hero {
padding-top: 50px;
}
.template-collection  .collection-hero h1.collection-hero__title {
color: #000;
font-family: Andreas;
font-weight: 400;
font-size: 40px;
line-height: 40px;
margin-bottom: 0px;
}
.template-collection  .facets-container h2 {
font-weight: 500 !important;
font-size: 14px;
line-height: 20px;
letter-spacing: -0.28px;
text-transform: uppercase;
color: #000;
}
.template-collection  .facets-container
.facets__form span {
text-decoration: unset !important;
font-size: 14px;
color: #000 !important;
letter-spacing: -0.28px;
line-height: 20px;
}
.template-collection  .facets-container
select#SortBy {
font-size: 14px !important;
color: #000 !important;
text-transform: capitalize;
letter-spacing: -0.28px !important;
line-height: 20px;
font-weight: 400 !important;
}
.template-collection  .facets-container h2.product-count__text span {
font-weight: 500 !important;
color: #000 !important;
}
.template-collection  .facets-container
.select .svg-wrapper {
right: 18px;
}
.template-collection  select#SortBy {
width: 100%;
height: 100%;
padding: 10px 20px !important;
line-height: 20px !important;
border: 1px solid #fff;
}
.template-collection  .facet-filters__sort:focus-visible {
box-shadow: unset !important;
outline: unset !important;
border: 1px solid #ccc !important;
outline-offset: unset !important;
}

.template-collection  .collection .card.card--standard.card--media {
flex-direction: column;
gap: 15px;
}
.template-collection  .collection a.view-btn {
background-color: #D2FE34;
color: #121212;
max-width: 200px;
width: fit-content;
}
.template-collection  .collection h3 a {
font-size: 14px;
}
.satcb-cs-shippingbar-progress-inner {
    display: block !important;
}
a.satcb-cs-close {
    display: block !important;
    background: white !important;
}
.satcb-cs-close:before, .satcb-cs-close:after {
    position: absolute !important;
    left: 14px !important;
    top: 6px !important;
    height: 19px !important;
    width: 2px !important;
    background-color: #000000 !important;
}
.satcb-cs-close:hover:before, .satcb-cs-close:hover:after {
    background-color: #000 !important;
}
h1.cart__empty-text {
    font-family: Andreas;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0 !important;
}
.template-cart h2.cart__login-title, .template-cart p.cart__login-paragraph {
    display: none;
}
.cart__warnings {
        padding: 7rem 0 7rem;
    }
.contact .form__message {

    font-size: 14px !important;
    letter-spacing: 0 !important;
}

.template-collection  .facets-container .select .svg-wrapper {
right: 6px;
}


.template-collection  .collection .card.card--card.card--media {
background-color: #fff !important;
}
.template-collection  .facets-container .facets__wrapper {
padding: 10px 0;
}
.template-collection  .facets-container .product-count.light {
padding: 10px 0;
}

.template-collection  .collection-list .card.card--media {
background-color: #fff;
max-width: 350px;
}

.search-is-open .marquee-bar-header {
 
    top: -30px !important; /* example */
}

.search__input.field__input {
    border: none !important;
}

.menu-drawer-container .nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .menu-drawer-container .nav-menu .svg-wrapper > svg {
    transform: rotate(270deg);
}
  .menu-drawer-container .local_svg {
    display: flex;
    align-items: center;
}
  .menu-drawer-container .total {
    display: flex;
    align-items: center;
}

.menu-drawer__navigation-container {
    padding-left: 16px;
    padding-right: 16px;
}
nav.menu-drawer__navigation h3 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #6d6d6d;
    margin-bottom: 0;
}
.menu-drawer__utility-links a.menu-drawer__account.link.focus-inset.h5.medium-hide.large-up-hide {
    display: none;
}
.menu-drawer__navigation-container {
    display: block !important;
}

.menu-drawer__inner-container ul.list.list-social.list-unstyled {
    display: none;
}

.header--has-social .menu-drawer__utility-links {
    background: none;
  
}


/* .header--has-social .menu-drawer__utility-links {
    display: none  !important;
}
 */

  /* Image with accordion css section */
.image-accordion__container {
    display: flex;
    width: 100% !important;
    margin: 0 auto;
    padding: 0;
      align-items: stretch;
    justify-content: end;
  
}
.image-accordion__right {
    width: 51.8%;
    height: revert !important;
    line-height: 0;
      background-size: cover;
}
.image-accordion__left {
    width: 40%;
    max-width: 565px !important;
    padding-top: 74px;
    padding-bottom: 80px;
}
.image-accordion__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

}
  .image-accordion__container {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}

.image-accordion__subheading {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #070707;
  margin-bottom: 15px;
}

.image-accordion__heading {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #070707;
}

.image-accordion__description {
  margin-bottom: 30px;
  color: #555;
  line-height: 1.6;
  font-size: 16px;
}

.image-accordion__button {
  display: inline-block;
  padding: 12px 24px;
  background: #070707;
  color: #fff;
  text-decoration: none;
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.image-accordion__button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.image-accordion__image {
    width: 100%;
    height: revert-layer;
    object-fit: cover;
}

.image-accordion .accordion-item {
  border-bottom: 1px solid #eee;
}

.image-accordion .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

.image-accordion .accordion-title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #070707;
  margin: 0;
}

.image-accordion .accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  position: relative;
  cursor: pointer;
}

.image-accordion .accordion-icon .plus {
  display: block;
}

.image-accordion .accordion-icon .minus {
  display: none;
}

.image-accordion .accordion-item.active .accordion-icon .plus {
  display: none;
}

.image-accordion .accordion-item.active .accordion-icon .minus {
  display: block;
}

.image-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
    transition: max-height 0.6s ease-in-out;
  padding: 0;
}

/* .image-accordion .accordion-item.active .accordion-content {
  max-height: 500px;
}
 */
.image-accordion .accordion-content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #6D6D6D;
  margin: 0;
}
  
.image-accordion .accordion-container {
    padding: 20px 0 30px;
    position: relative;
    width: 78%;
}

.image-accordion .image-accordion__left h2 {
    margin-top: 21px;
    margin-bottom: 26px;
}

  .image-accordion .image-accordion__left h2 {
    width: 88%;
}

.image-accordion .image-accordion__left .Description p {
    width: 71%;
}
.image-accordion .image-accordion__container hr {
    width: 16px;
    background: #070707;
    margin-top: 23px;
    margin-bottom: 5px;
}
  

.image-accordion a.button {
    min-width: auto !important;
    min-height: auto;
    padding: 13px 17px;
    margin-top: -7px;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.2s ease-in-out;
} 

.image-accordion .accordion-item.active .accordion-content {
    margin-bottom: 13px !important;
    padding-right: 21px;
}
.image-accordion .accordion-item.active .accordion-header {
    padding-bottom: 6px;
}


/* Custom product & accordion Css   */
  
  .quantity-box {
    display: flex;
    align-items: center;
    gap: 5px;
  }
.quantity-box input {
    width: 30px;
    text-align: center;
    border: none;
    font-size: 23px;
    font-family: 'Poppins';
}
.qty-btn button.qty-btn.minus, 
.qty-btn button.qty-btn.plus {
    background: none;
    cursor: pointer;
    color: #070707;
    border: 1px solid #070707;
    border-radius: 50%;
    width: 32px;
    height: 32px; 
    font-weight: 400;
    font-size: 18px;
    display: flex; /* ye add karo */
    align-items: center;
    justify-content: center;
}

  .variant-options {
    display: flex;
    gap: 10px;

  }
div#cart-message {
    letter-spacing: 0;
    font-size: 14px;
}
  
.variant-swatch {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
}
  .variant-swatch input {
    display: none;
  }
.variant-swatch span {
    padding: 7px 20.5px;
    letter-spacing: 0;
    border-radius: 50px;
    border: 1px solid;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.16px;
}
.variant-swatch input:checked + span {
    background: #000;
    border: 1px solid #000;
    color: #fff;
  
}
.quantity-box input:focus-visible {
    outline: none !important;
    box-shadow: none;
}

button.price-btn-cs:hover {
  background: #000000 !important;
    color: #ffffff !important;
}

button.price-btn-cs {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
    background: #D2FE34;
    border: none;
    border-radius: 50px;
    padding: 11px 20px;
  color: #070707;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
      width: 307px;
    cursor: pointer;
      letter-spacing: -0.16px;
}
button.price-btn-cs span {
    font-weight: 500;
    /* font-size: 14px; */
    text-transform: uppercase;
    margin-left: 14px;
}

.veraitions-designs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #adadad;
    margin-bottom: 11px;
    padding-bottom: 10px;
}
.veraitions-designs label {
    font-size: 13px;
    font-weight: 400;
    color: #000;
      text-transform: uppercase;
}
  .variant-options label.variant-swatch {
    text-transform: capitalize;
}

.qty-btn {
    display: flex;
    justify-content: space-between;
}
p.terms-css {
    font-size: 12px;
    text-transform: uppercase;
    color: #888888;
    text-align: right;
    margin-top: 8px !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    background: no-repeat;
}
img.hover-imgs {
    display: none;
}


.custom-product-section {
    max-width: 594px;
    background: #F6F6F6;

}
.main-essential {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-essential {
    width: 50%;
    padding-left: 75px;
}
.left-essential {
    width: 50%;
}
p.shortheading {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.8px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 21px !important;
}
p.headingwrapper {
    color: #000;
    font-family: Andreas;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
}
p.subline {
    font-weight: 600;
    color: #000;
    font-size: 24px;
    font-family: 'Poppins';
}
.right-essential hr {
    margin: 23px 0;
    width: 16px;
    background: #070707;
    height: 2px;
}
p.list_heading {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
 p.list_paragraph {
    font-size: 12px;
       line-height: 16px;
    color: #6D6D6D;
    text-transform: uppercase;
    font-family: 'Poppins';
    padding-right: 20px;
   letter-spacing: 0;
}
h2.heading-essential {
    font-size: 48px;
    color: #000;
    font-family: 'Andreas';
    line-height: 39px;
    margin-top: 27px;
    margin-bottom: 7px;
    letter-spacing: -0.80px;
}
h2.heading-essential p strong {
    font-weight: 600;
    font-size: 40px;
    font-family: 'Poppins';
    text-transform: uppercase;
    letter-spacing: -0.80px;
}
.subheading-essential {
    font-size: 24px;
    font-family: 'Andreas';
    font-weight: 500 !important;
    color: #000;
    line-height: 22px;
    margin-bottom: 2px;
    letter-spacing: 0;
}
.subheading-essential strong {
    font-family: 'Poppins';
    font-weight: 500;
}
.paragraphessential {
    color: #000;
    text-transform: uppercase;
    letter-spacing: -0.28px;
}
.top-section {
    position: absolute;
    z-index: 1;
    left: 22px;
}

.paragraphessential p {
    line-height: 23px; 
}
.border-btn {
    padding: 12px 13px;
    background-color: #0000 !important;
    color: black;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    border: 1px solid;
    border-radius: 25px;
    display: block;
    width: fit-content;
}
.top-section a.border-btn {
    margin-top: 22px;
}
.paragraphessential p {
    line-height: 20px;
    font-size: 14px;
}
.main-essential .accordion-item.active .accordion-header {
    line-height: 32px;
}

  
.top-section a.border-btn:hover {
    background: #000 !important;
    color: #fff !important;
}

   .main-essential .accordion {
            width: 100%;
            max-width: 500px;
            margin: 10px auto;
    margin-left: 0;
    margin-right: 0 !important;

        }

  
   .main-essential .accordion-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

        .accordion-content.open {
            display: block;
        }
       .main-essential .icon {
         
            font-size: 20px;
            transition: transform 0.3s ease-in-out;
        }
        .main-essential .icon.rotate {
            transform: rotate(180deg);
        }
.main-essential .accordion-header {
    padding: 0;
}
.main-essential .accordion+.accordion {
    margin: 0 !important;
    border-top: none;

}
.main-essential .icon {
    font-size: 26px;
      font-weight: 300;
    transition: transform 0.3s ease-in-out;
    color: #000;
}
.main-essential .accordion-item {
    border-bottom: 0;
    padding: 2px 0;
}
.main-essential .accordion {
    border-top: 0 !important;
}
.right-essential a.button {
    margin-top: 26px;
    width: auto !important;
    min-width: auto !important;
    height: auto !important;
    min-height: auto;
    padding: 12px 16px;
    letter-spacing: -0.28px;
}
.product-imgs:hover img.product-img {
    display: none;
}
.product-imgs:hover img.producthover-img {
    display: block;
}
img.producthover-img {
   display: none;
}



.product-imgs img {
    width: 100% !important;
    height: auto !important;
}
.product-img:hover img{

    display: none;
}

.custom-product-section:hover form {
    bottom: 0;
    transition: bottom 0.5s ease-in-out; /* Thoda slow kar diya */
 
}

.custom-product-section form {
    width: 100%;
    background: rgb(255 255 255 / 70%);
    color: white;
    text-align: center;
    backdrop-filter: blur(12px);
    padding: 20px;
    transition: bottom 0.8s ease-in-out; /* Slow animation */
}
/* .left-essential:hover form {
    bottom: -1px !important;
} */
button.price-btn-cs:hover {
    background: #3d3d3d;
    color: #fff;
    transition: 0.6s;
}
button.price-btn-cs {
    transition: 0.6s;
}
div#shopify-section-template--17546246750289__custom_product_BnCbXf {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}  
h2.heading-essential p {
    letter-spacing: 0;
}
.accordion-header.active {
    line-height: 23px;
    margin-top: 11px;
}
.main-essential .accordion {
    margin: 0;
}

.right-essential span.icon.icon- {
    display: none;
}
.right-essential .accordion-header.active span.icon.icon\+ {
    display: none;
}
.right-essential .accordion-header.active span.icon.icon- {
    display: block;
}
.insights-slider {
    margin-right: 0 !important;
}
  

   .main-essential .accordion-item.active {
    padding-bottom: 12px;
}

 .right-essential  .accordion-content {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out;
}
.template-search .card--card.gradient{
    display: flex !important;
    height: 100%;
      flex-direction: unset !important;
}
.template-search .card__inner {
    width: 163px;
}

.footer__middle-container svg.icon.icon-facebook {
    height: 20px !important;
}

  /* insights slide css */
  
  .insights-slide {
      text-align: center;
      background-size: cover;
      background-position: center;
      padding: 50px;
      color: #fff;
    }

    .insights-tags a {
      margin-right: 5px;
      text-decoration: none;
      background: #eee;
      padding: 5px 10px;
      border-radius: 5px;
    }
    .slider-navigation {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
    }
    .slider-navigation button {
      background: rgba(0,0,0,0.5);
      color: #fff;
      border: none;
      padding: 10px;
      cursor: pointer;
    }
  .insights-slide {
      transform: translateY(10px);
      transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  }
  .toggle-button {
      cursor: pointer;
      color: #000000;
      border: none;
      padding: 10px 15px;
      font-size: 14px;
      transition: background 0.3s ease;
      background: var(--electric-lime-400, #F6F6F6);
      font-weight: 500 !important;
      border-radius: 50px;
      margin-top: 26px;
  }
  .toggle-button:hover {
    background: #005bb5;
  }
  .insights-tags a {
      color: #000 !important;
      opacity: 1 !important;
      background: var(--Violet-500, #BCB6FF);
      border-radius: 250px;
      font-weight: 400 !important;
      text-transform: uppercase;
      font-size: 12px;
  }
  .toggle-button:hover {
      background: #000000;
      color: #fff;
  }
p.short-content {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -0.28px;
    line-height: 20px;
}
  .insights-tags {
      display: flex;
      flex-wrap: wrap;
      row-gap: 6px;
      margin-top: 9px;
  }
  .insights-slider h3 strong {
      font-family: poppins;
      display: block;
      font-weight: 600;

    transition: 0.6s;
  }
  .insights-slider h3 {
      font-family: Andreas;
      color: #fff;
      font-size: 40px;
      margin-top: 0px;
      margin-bottom: 19px;
      line-height: 40px;
  }
  .insights-slider span {
      text-transform: uppercase;
  }
  .insights-slide.active .insights-tags {
      /* opacity: 1; */
      margin-top: 21px;
      visibility: visible !important;
      display: flex !important;
      flex-wrap: wrap;
      row-gap: 9px;
      margin-bottom: 8px;
  }
  .insights-slide {
      text-align: left;
  }
  /* .insights-slide.active h3 strong {
      display: inline;
      transition: 0.6s;
  } */
  .insights-slide.active p.short-content {
      width: 100%;
      max-height: max-content !important;
      overflow: visible;
      -webkit-line-clamp: none;
  }
     .insights-slider {
      max-width: 100%;
      margin-left: auto; 
    }

    .insights-slider .swiper-wrapper {
      display: flex;
      align-items: center;
    }

  .insights-slider .swiper-slide {
      width: 285px !important;
      height: 640px !important;
      background-size: cover;
      padding: 25px;
      color: white;
      position: relative;
      transition: width 0.5s ease-in-out;
      overflow: hidden;
        background-position: bottom;
  }

    .swiper-slide.expanded {
      width: 490px !important; /* Expanded width */
    }

    .extra-content {
      display: none; 
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
    }

    .insights-slider .swiper-slide.expanded .extra-content {
      display: block;
      opacity: 1;
    }
  .toggle-button {
      margin-top: 10px;
      background: #F6F6F6;
      border: none;
      cursor: pointer;
      font-size: 14px;
      font-family: 'Poppins';
      padding: 5px 17px;
      display: flex;
      align-items: center;
  }
 

    .insights-slider .swiper-slide {
      align-content: end;
  }

  .active-slides .insights-tags {
      display: flex !important;
      opacity: 1 !important;
      visibility: visible !important;
      margin-top: 9px;
      flex-wrap: wrap;
      row-gap: 7px;
      margin-bottom: 5px;
  }

  .active-slides p.short-content {
      width: auto;
      display: -webkit-box;
      -webkit-line-clamp: none;
      overflow: visible;
      text-overflow: ellipsis;
      max-height: max-content;
  }


  .active-slides button.toggle-button {
      display: none;
  }

  .active-slides a.button {
      min-height: max-content !important;
      margin-top: 16px;
      font-size: 14px;
      font-weight: 500;
      padding: 13px 18px;
      padding-right: 17px;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.2s ease-in-out;
  }
  span.short-word {
      letter-spacing: 1.4px;
      margin-bottom: 7px !important;
      display: block;
      font-size: 14px;
      font-weight: 500;
  }
  span.toggle-icon {
      margin-left: 11px;
      font-size: 19px;
      line-height: normal;
      display: inline-block;
  }
  .insights-slider {
      margin-top: 40px !important;
      margin-bottom: 40px !important;
  }
  .swiper-backface-hidden .swiper-slide {
      opacity: 1;
  }
  .toggle-button {
      padding-right: 15px;
  }


  .insights-slide {
      transform: translateY(10px);
      transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
      opacity: 0.7;
  }


  .insights-slide.active {
      opacity: 1;
      transform: translateY(0);
  }

  .insights-slide:hover {

      transition: transform 0.3s ease-in-out;
  }

  /* Toggle Content Animation */
  .extra-content {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: max-height 0.8s ease-in-out, opacity 0.8s ease-in-out;
  }

  .extra-content.show {
      max-height: 800px;
      opacity: 1;
  }

  /* Button Hover Animation */
  .toggle-button {
      transition: background 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.2s ease-in-out;
  }

  .toggle-button:hover {
      background: #000000;
      color: #fff;

  }
  .insights-slide h3 strong {
       display: block;
        opacity: 1;
      transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out; /* Smooth transition */
        letter-spacing: -0.80px;
  }
  .insights-slide.active strong {
      display: inline;
  }

  .active-slides a.button:hover svg path {
      fill: #ffffff;
      stroke: #ffffff;
  }
  .active-slides a.button svg {
      margin-left: 6px;
  }


  .swiper-slide {
      width: 100vw;

  }
  .insights-slider {
  padding-left: calc((100vw - 1224px) / 2);
      max-width: 100%;
      margin-right: 0;
      overflow: hidden;
      transition: width 0.5s ease-in-out;
  }
  .line-content-wrapper.active .insights-tags {
      margin-top: 16px !important;
  }
  .expand-wrapper {
    transition: height 0.4s ease;
  }

  .insights-slider {
    width: 100vw;
    padding-left: calc((100vw - 1226px) / 2) !important;
    box-sizing: border-box;
    transition: padding-left 0.5s ease;
  }
.menu-drawer__utility-links {
    position: absolute !important;
    bottom: 45px; 
    left: 0 !important;
    right: 0 !important;
    height: 40px;

    border-top: 1px solid #e7e7e7;
    background-color: #fff;
    z-index: 999;

    /* Safari/WebKit rendering fix */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    /* For older Safari clipping/visibility issues */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    /* Ensures hardware acceleration triggers on iOS Safari */
    -webkit-perspective: 1000;
    perspective: 1000;
}

.overflow-hidden .marquee-bar-header {
    top: -27px;
}
.disclosure {
    display: none;
}
.doubly-wrapper {
    display: none  !important;
}


.doubly-nice-select span.flags {
    display: none;
}
.doubly-nice-select.slim {
    font-family: 'Poppins';
}
.in-first-section span.current.notranslate {
    color: #fff !important;
}
.in-first-section .doubly-wrapper .doubly-nice-select::after {
    border-color: rgb(255 255 255) !important;
}

.overflow-hidden-tablet .menu-drawer__navigation-container .nav-menu span.svg-wrapper path {
    stroke: none !important;
    stroke-width: 0px !important;
    fill: #000;
}

.drawerdoubly-wrapper .doubly-wrapper {
    display: block !important;
    width: max-content;
    text-align: center !important;
    margin: 0 auto;
    margin-top: 10px;
}
.overflow-hidden-tablet span.current.notranslate {
    color: #000000 !important;
}
.overflow-hidden-tablet .doubly-wrapper .doubly-nice-select::after {
    border-color: #000000 !important;
}
small.tax-note.caption-large.rte {
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 11px;
}
.story-banner::before{
    background-color: rgb(0 0 0 / 0%) !important;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     z-index: 1;
}
.story-banner {
      background-position: top !important;
}
.multislider-main .swiper-slide:last-child h3 {
    font-family: Andreas;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: none !important;
}
.multislider-main .swiper-slide:last-child ::after {
    background: none !important;
}


.customer h2.form__message {
    letter-spacing: 0;
}

form#create_customer li {
    font-size: 14px;
    letter-spacing: 0;
}
h1.customer__title {
    font-family: Andreas;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.64px;
}
:is(.account,.order) p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    color: #000000;
}

:is(.account,.order) h2 {
        margin-top: 0;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 32px;
        letter-spacing: -0.48px;
        margin-top: 0;
  margin-bottom: 11px;
    }

.customer.account a{
      font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    color: #000000;
}
:is(.account,.order){
      padding-left: 0 !important;
    padding-right: 0 !important;
}
.predictive-search__image {
    height: 100px !important;
    width: 100px !important;
}
.predictive-search__item--link-with-thumbnail {
    align-items: center!important;
}
.predictive-search__item--link-with-thumbnail {
    grid-template-columns: 10rem 1fr  !important;

}
.product-single-custom .shopify-payment-button {
display: none;
}
li.option.notranslate {
    text-transform: uppercase;
    font-family: 'Poppins';
}

.in-first-section .cart-count-bubble {
    border-color: #fff !important;
}
.in-first-section .cart-count-bubble span {
    color: #fff;
}


.quantity__button:not(:focus-visible):not(.focused), .quantity__input:not(:focus-visible):not(.focused) {
    opacity: 1;
}




/* Subscription app css */

h4.esa_subscription_text_span_regular, h4.esa_subscription_text_span_g, .selling_plan_app_container .option-header-span, .option-header-span, .easy_guideline_details p, .easy_guideline_details span{
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0 !important;
}
.easy-subscription-purchase-options span.price_text_inline, .price-and-price-per-unit-list-view-content span#esa-each-txt {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.easy-subscription-purchase-options h5.price {
    margin-top: 0 !important;
}
.tooltip {
    display: none !important;
}
.tooltip-container-esa {
    padding-bottom: 10px !important;
}
.selling_plan_app_container .price-container>.compare-price {
    font-size: 11px;
}
.selling_plan_app_container .price-container>.price {
    font-weight: 600;
    letter-spacing: 0 !important;
    color: #070707;
}
span.price_text_inline, h5.price.price--on-sale, span.price_text_inline{
      font-weight: 600 !important;
}
.easy-subscription-purchase-options .price-and-price-per-unit-list-view-content h5 {
    font-weight: 600;
      color: #000000 !important;
}

.easy_guideline_details p, .easy_guideline_details span {
    text-transform: uppercase;
    letter-spacing: -0.6px !important;
}
.btn-price-single s.price-item.price-item--regular {
    display: none;
}

.right-custom-css .product-form__submit {
    align-items: center !important;
    padding-top: 7px;
    padding-bottom: 4px;
}

.right-custom-css .product .price .badge, .product .price__container {
    margin-bottom: 0 !important;
}

/* 
.right-custom-css .my-custom-wrapper .price {
    line-height: 0 !important;
} */

.right-custom-css .delivery_value:checked {
      border-color: #01B460 !important;
    background-color: #01B460  !important;
}

.right-custom-css span#esa-each-txt {
    display: none !important;
}
.right-custom-css .esa_subscription_per_unit_delivery_span {
    display: block !important;
}
.option-header-1 h4, .esa_subscription_text_and_radio h4 {
    font-weight: 600;
    letter-spacing: -0.24px !important;
}
.purchase-option-wrapper {
    display: none !important;
}
.right-custom-css .price_text_inline span {
    display: none;
    color: #000 !important;
}
.selling_plan_app_container .purchase-option{
  border-radius: 4px !important;
}
.selling_plan_app_container .esa_subscription_text {
    padding: 12px !important;
}


.right-custom-css .esa-group-name-widget {
    display: none;
}

.easy_guideline_details p, p.selected_subscription_frequency_with_price span {
    font-weight: 500 !important;
    letter-spacing: -0.20px !important;
}
.selling_plan_app_container .subscription-options {
    border-radius: 4px !important;

}
.selling_plan_app_container .esa-upper-purchase-options.index-one {
    border-radius: 4px !important;

}
.study-block-header svg {
    stroke: #070707 !important;
}
.product-media-gallery .product__media.media.media--transparent {
    background: #f1f1f1 !important;
}
.popular-products h3 {
    text-transform: uppercase;
    font-size: 13px !important;
    letter-spacing: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 27px;
}
.popular-products {
    padding: 0;
    width: 1212px;
}
.product-item h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;

    letter-spacing: -0.32px;
    margin-bottom: 8px;
    margin-top: 8px;
}
.product-item {
    width: 300px !important;
    text-align: center;
    padding: 0 !important;
}
.product-item a{
 text-decoration: none;
}
.product-item img {
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 4px;
}
.content-cm {
    width: 100%;
}
.products-wrapper .product-item h4 {
    margin-top: 0px;
}


.product-item p span {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.14px !important;
}
.template-search .popular-products {
    display: none;
}
.search-modal {
    height: 327px;
    top: 0px;
}
.search-modal__content {
    align-items: start !important;
    flex-wrap: wrap;
}
.searching .popular-products {
    display: none;
}

.search-modal  .field__input:not(:placeholder-shown) ~ .field__label {
    top: 6px !important;
}
.predictive-search {
    box-shadow: none !important;
}
body.in-first-section .product-item p span {
    color: #000 !important;
}
h2#payment {
    font-weight: 500;
}
.product-item {
    width: 558px !important;
    background: #F6F6F6;
    border-radius: 8px;
    padding: 13px !important;
    display: flex;
    align-items: center;
}
.product-item a {
    display: flex;
    align-items: center;
    text-align: left;
}
a.view-btnsearch {
    background: #BCB6FF;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.16px;
    width: fit-content;
    color: #070707;
    padding: 14px 24px;
    border-radius: 200px;
    height: max-content;
}
.content-cm-view {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.product-item a.product-link-searchimg {
    width: 100%;
}
a.view-btnsearch:hover {
    background: #000;
    color: #fff;
    transition: 0.5s;
}
a.view-btnsearch {
    transition: 0.5s;
}

.products-wrapper .product-item h4 {
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.products-wrapper .product-item p span{
      font-weight: 300 !important;
}
p.product-variation-search {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    vertical-align: middle;
    color: #000000;
    text-transform: uppercase;
}
.content-cm {
    width: 304px !important;
}
.popular-products h3 {
    display: none;
}

.shopify-section-header-sticky .search-modal {
    top: 0px;
}
.search-modal__content {
    padding-top: 14px;
}
#predictive-search-results-pages-list-desktop p.predictive-search__item-heading.h5 {
    font-size: 14px;
}
.password h2.rich-text__heading {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-align: center;
    text-transform: uppercase;
    color: black;
}

.password .banner-button {
    padding: 18px 35px;
       font-size: 16px;
    background: #D2FE33 !important;
    color: #070707 !important;
    border-radius: 4px;
    letter-spacing: 0;
      margin-top: 0;
}
.password .banner-content p em {
    font-weight: 400;
}
.coming-soons {
    margin-top: -83px;
    z-index: 0;
}
.password-header {
    z-index: 9;
    position: relative;
}

.password .modal__toggle .modal__toggle-open.password-link.link.underlined-link {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
}

.password .modal__content {
    height: 500px;
}

.password  .banner-content p {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    margin: 0;
    color: white !important;
    margin-bottom: 30px !important;
}
.password-header {
    padding-left: 0;
    padding-right: 0;
}


.password  .custom-image-banner::before {
    background: no-repeat;
}
.btn-price-single span {
    font-weight: 500 !important;
}
.my-custom-wrapper {
    justify-content: space-between;
}
.notify-me-section {
    display: none;
}
.password .notify-me-section {
    display: block;
}
.password .custom-image-banner::before {
    display: none;
}

.password .banner-button {
  display: none;
}
.notify-me-section {
    width: 524px;
}
.password .notify-me-section {
    display: block;
    position: relative;
}
.password .contact__button {
    text-align: right;
    margin-right: 5px;
    margin-top: -42px;
}
.password form#ContactForm input#ContactForm-email {
    border-radius: 200px;
}

.password .contact__button button.button {
    background: #D2FE34 !important;
    color: #000 !important;
    font-weight: 500 !important;
    min-height: 10px !important;
    letter-spacing: -0.12px;
    padding: 11px 18px;
    min-width: auto;
}
.password .contact__button button.button:hover {
    background: #000 !important;
    color: #fff !important;
}

.password .field__input:not(:placeholder-shown) ~ .field__label {
    left: 23px;
    top: 6px !important;
}
.password  form#ContactForm {
    position: relative !important;
}
.password  .password__footer.color-scheme-1.gradient {
    display: none;
}
.password  .content-container {
    padding-top: 14px;
    padding-bottom: 10px;
}
details.password-modal.modal span.svg-wrapper {
    display: none;
}
.password .modal__toggle .modal__toggle-open.password-link.link.underlined-link {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.14px;
}
.password .custom-image-banner {
    height: 100vh;
}

.top-section {
    display: none !important;
}
.main-essential-section {
    padding-bottom: 60px;
}
.custom-product-section img {
    object-fit: contain;
}

h2#shopify-pc__banner__body-title {
    color: #000 !important;
    font-family: Andreas !important;
    font-weight: 400 !important;
    font-size: 28px  !important;
    line-height: 20px !important;
}
.shopify-pc__banner__body p {
    font-size: 12px !important;
    line-height: 16px !important;
    color: #6D6D6D !important;
    text-transform: uppercase !important;
    font-family: 'Poppins' !important;
    padding-right: 20px !important;
    letter-spacing: 0 !important;
}
button#shopify-pc__banner__btn-manage-prefs span {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
button#shopify-pc__banner__btn-accept {
    background: #D2FE34 !important;
    border: none !important;
    border-radius: 25px !important;
    font-family: Poppins !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: -0.28px !important;
      margin-top: 0px !important;
    width: auto !important;
    min-width: auto !important;
    height: auto !important;
    min-height: auto !important;
    padding: 12px 16px !important;
  line-height: 16px !important ;
  flex-basis: auto !important;
}
button#shopify-pc__banner__btn-decline {
   background: #D2FE34 !important;
    border: none !important;
    border-radius: 25px !important;
    font-family: Poppins !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: -0.28px !important;
      margin-top: 0px !important;
    width: auto !important;
    min-width: auto !important;
    height: auto !important;
    min-height: auto !important;
    padding: 12px 16px !important;
  line-height: 16px !important ;
  flex-basis: auto !important;
}

.shopify-pc__banner__dialog button {
  
    flex-basis: 100% !important;
  text-align: left !important;
   
}

button#shopify-pc__banner__btn-accept:hover {
  background: #000000 !important;
    color: #ffffff !important;
}

button#shopify-pc__banner__btn-decline:hover {
  background: #000000 !important;
    color: #ffffff !important;
}



/***********************  Responsive css  **********************/ 

@media (min-width:991px) {

.product-imgs {
        width: 600px;
        height: 600px;
        display: flex;
    }


  
  .swiper-slide.insights-slide.active-slides{
      width: 490px !important;
  }
  .headdoubly-wrapper .doubly-wrapper {
    display: block !important;
}
  
/* .search-modal {
        min-height: 56px !important;
        height: 56px !important;
        top: 68px;
        padding-bottom: 0px;
    }

 */
  .header__icon--account.link {
    margin-right: 20px;
}
.jdgm-notification__inner {
    margin-left: 0 !important;
    padding: 24px 0px !important;
    max-width: 303px !important;
    margin-right: auto !important;
}

  
.jdgm-row-stars {
    display: block !important;
}

.jdgm-row-stars .jdgm-histogram.jdgm-temp-hidden {
    border-left: 0 !important;
}

.jdgm-widget-actions-wrapper {
    border-left: 0 !important;
}
.jdgm-histogram.jdgm-temp-hidden {
    width: max-content !important;
}
.jdgm-widget-actions-wrapper a.jdgm-write-rev-link {
    margin-left: 0;
    margin-top: 45px;
}

.jdgm-rev-widg__summary {
    width: max-content !important;
    margin-bottom: 29px !important;
}
.jdgm-row-actions {
    display: none !important;
}

h2.jdgm-rev-widg__title {
    text-align: left;
}
.jdgm-rev-widg.jdgm-rev-widg {
        display: flex !important;
        justify-content: space-between;
    }

.jdgm-widget-actions-wrapper {
    width: 100% !important;
}

.jdgm-rev-widg__body {
    width: 100%;
    max-width: 68%;
}
  div#judgeme_product_reviews {
    padding-bottom: 50px;
}
.jdgm-rev-widg__header {
    width: 28%;
}
.predictive-search.predictive-search--header {
    max-height: 264px !important;
}
.header__icon--cart {
    position: relative;
    margin-right: 2rem;
}




  
}



@media (max-width:1700px) {
.image-accordion__right {
    width: 52.9% !important;
}


}
@media (max-width:1250px) {
.search-modal__content {
        padding: 0 16px !important;
    }
.popular-products {
    width: -webkit-fill-available;
}
  .product-item img {
    width: 100px;
    height: 100px;
}
.product-item a.product-link-searchimg {
    width: 150px;
}


  
.popular-products {
    padding: 0;
    width: -webkit-fill-available;
}  
:is(.account,.order) {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
:is(.account,.order) h2 {
    font-size: 19px;
    line-height: 25px;

}
.header__icon--cart {
    margin-right: 0 !important;
}

.header__icon .svg-wrapper {
    width: 30px;
}
.page-width {
        padding-left: 16px;
        padding-right: 16px;
        max-width: 100% !important;
    }
    .footer__content-bottom-wrapper {
  width: auto !important;
}
.header__icons {
        padding-right: 26px;
    }
  
.header--middle-left .header__inline-menu {
    margin-left: 0;
}
.two-column-section__right {
    width: 40%;
}
 .two-column-section__left {
    width: 55% !important;
} 
.right-item__description p {
    width: auto;
}
.veraitions-designs {
    flex-wrap: wrap !important;
}
.veraitions-designs label {
    width: 100%;
    text-align: left;
}
.variant-options {
    width: 100%;
}
.variant-swatch span {
    width: 100%;
      font-size: 14px !important;
    text-align: center;
}
.variant-options {
    margin-top: 9px;
}
  .veraitions-designs {
    flex-wrap: wrap !important;
    border-bottom: 0 !important;
}
  button.price-btn-cs span {
    margin-left: 18px !important;
}
button.price-btn-cs {
        font-size: 14px !important;
  padding: 9px 12px !important;
    }
.qty-btn button.qty-btn.minus, .qty-btn button.qty-btn.plus {
    width: 28px !important;
    height: 28px !important;
     font-size: 16px !important;

}
.quantity-box {
    gap: 2px;
}
.image-accordion__left {
    width: 50% !important;
}
 .image-accordion__right.desktop-bg {
    display: none;
  }
.image-accordion__right.tablet-bg {
        display: block !important;
        background-position: center;
        background-size: cover;
    }
.image-accordion__container {
        max-width: 100%;
        justify-content: space-between !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
.newsletter-cls .newsletter__content {
       padding: 24px;
    }
  .newsletter__image {
        height: 750px !important;
    }
  .image-accordion__right {
        width: 45.9% !important;
    }
.slider-wrapper {
    padding-left: 36px !important;
    }

.product--left .slider-wrapper {
    padding-left: 0 !important;
}
  .header:not(.drawer-menu).page-width {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.main-nav .swiper-button-prev {
    left: 0 !important;
}
.main-nav .swiper-button-next {
    right: 0 !important;
}
.product-single-custom {
    padding-top: 50px;
    padding-bottom: 50px;
}
.gut-health-section {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}
.protein-info-section .protein-info-container {
    max-width: 100% !important;
     padding-left: 16px !important;
    padding-right: 0px !important;

}
.comparison-table-section {
    margin-left: 16px;
    margin-right: 16px;
}
.product-accordion-ss .two-column-section__left {
        width: 50% !important;
      border-right: 0 !important;
    }
.main-faq {
        margin-top: 50px !important;
        padding-top: 50px !important;
        margin-bottom: 50px !important;
        padding-bottom: 50px !important;
    }
  .ingredients-pages-container {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.image-accordion-container {
    max-width: 100% !important;
    margin: 0 auto;
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.clinical-research-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
  .blog-grid {

    padding-bottom: 80px !important;
}
.description {
    width: 100%  !important;
    max-width: 100%  !important;
}
.page-width.\<article.class\= header.page-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.custom-image-with-text__container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}
.contact.page-width {
    width: 560px !important;
}
.shopify-policy__container {
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.shopify-policy__container {
    margin-top: 50px  !important;

}
  .multislider-main .swiper-wrapper {
    padding-left: 18px;
}
.product-single-custom .product-form__submit {
        padding-left: 18px;
        padding-right: 18px;
        width: auto;
        margin-left: 20px;
    }
  .right-custom-css .quantity {
    width: auto;
}
.product--large:not(.product--no-media) .product__media-wrapper {
        max-width: 55% !important;
        width: 55% !important;
    }
  .product--large:not(.product--no-media) .product__info-wrapper {
        padding: 0 0 0 4rem;
        max-width: 45% !important;
        width: 45% !important;
    }
span.btn-price-single {
    margin-left: 17px;
}
.password-header {
    padding-right: 16px;
    padding-left: 16px;
}
  
}




@media (max-width:989px) {

  .menu-drawer__menu-item:hover {
    background: none !important;
}
  .overflow-hidden-tablet {
    overflow: hidden !important;
}
.js .menu-drawer {
  height: calc(91* var(--vh) + env(safe-area-inset-bottom)) !important;
 }
.menu-drawer__navigation-container {
    margin-top: -8px;
}

  
  .doubly-nice-select.right .list {
    left: auto;
    right: -10% !important;
}
  .drawerdoubly-wrapper .doubly-wrapper {
    margin-right: 17px !important;
    margin-left: auto !important;
}

  .product--large:not(.product--no-media) .product__media-wrapper {
        max-width: 100% !important;
        width: 100% !important;
    }
 .product__info-wrapper.right-custom-css.grid__item {
    width: 100% !important;
    max-width: 100% !important;
}

  
.template-page-contact p.left-top__subheading {
    margin-top: 50px !important;
}
.header__heading-link {
    padding-left: 0;
}
.menu-drawer__menu-item--active {
    background: none;
}

  
  a.header__icon.header__icon--account.link {
    margin-right: 16px;
}
  .pick_currency.mldcustom {
    display: none !important;
}

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


h1.header__heading a.header__heading-link.link.link--text.focus-inset {
    padding-left: 0;
}

.banner-content {
    max-width: 100% !important;
    padding-top: 339px;
  width: 100% !important;

}
.page-width.custom-image-banner-container {
    padding-bottom: 0px !important;
      position: relative;
    bottom: 44px;
}
.custom-accordion-section .accordion-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1212px;

}
.description {
    max-width: 392px;
}
.button-div-wrapper {
    width: 35%;
}
.custom-accordion-section {
    padding: 35px 0;
}  
.two-column-section__left {
    justify-content: start;
    gap: 20px;
      padding-right: 50px;
}
.right-essential {
    padding-left: 35px !important;
}
p.terms-css {
    letter-spacing: 0 !important;
    text-align: center !important;
}
button.price-btn-cs span {
        margin-left: 11px !important;
    }

  .left-essential {
    width: 55% !important;
}
  .top-section {
    left: 17px;
    right: 17px;
}
.image-accordion .image-accordion__left .Description p {
    width: 100% !important;
}
.image-accordion .accordion-container {
     width: 100% !important;
}
.image-accordion .image-accordion__left h2 {
    width: 100% !important;
}
.image-accordion__left {
    padding-right: 30px;
}
.footer__middle-heading {
    width: 100% !important;
}
.footer__middle-content {
    align-items: end !important;
}
.footer__middle-content .footer__middle-block.image {
    margin-right: 0px !important;
}
.footer__middle-image {
    max-width: 281px;
    height: auto;
}
ul.list-unstyled.list-social.footer__list-social {
    flex-wrap: nowrap;
}
.footer-block__details-content .list-menu__item--link {
    padding-bottom: 0 !important;
}

.slider-wrapper {
        padding-left: 21px !important;
    }
  .swiper-slide.insights-slide.active-slides {
    width: 380px !important;
}
.js .menu-drawer__menu li {
    margin-bottom: .2rem;
    border-bottom: 1px solid #E7E7E7;
}

.menu-drawer__menu .total span.localization {
    DISPLAY: NONE;
}
.menu-drawer__navigation {
        padding-top: 0 !important;
        padding-bottom: 10px !important;
    }

h3.drawer-title {
        font-family: Andreas;
        font-weight: 400;
        font-size: 48px;
        line-height: 64px;
        letter-spacing: 0;
        vertical-align: middle;
        margin-bottom: 0;
        color: #000;
        margin-top: 20px;
    } 
.menu-drawer-container .list-menu__item {
        font-size: 14px !important;
        text-transform: uppercase;
        letter-spacing: 0;
        font-family: 'Poppins';
        color: #000;
        font-weight: 600;
        padding: 15px 0 !important;
        margin-left: 0 !important;
         margin-right: 0 !important;
        justify-content: start;
        width: 100% !important;
          position: relative;
    }
.menu-drawer__menu-item>.svg-wrapper {
      right: 9px !important;
}
.cart-heads a#cart-icon-bubble {
        justify-content: space-between;
        padding-bottom: 0 !important;
    }
  
.menu-drawer__menu-item {
        max-width: 100%;
        margin: 0 auto;
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
  .testimonial-section {
    padding-top: 43px;
    padding-bottom: 47px;
}
.banner-heading {
        font-size: 44px !important;
        line-height: 44px !important;
    }
.banner-button {
    display: block;
    width: 100%;
    text-align: center;
}
  .banner-content h1.banner-heading {
        max-width: 360px;
    }
.product-single-custom {
    display: block;
}
.right-custom-css {
        padding-left: 0px !important;
        width: 100% !important;
        padding-top: 30px !important;
    }
.product-accordion-ss{
        padding: 0;
        display: block !important;
    }
  .left-custom-css {
    width: 100% !important;
}
  .product__info-container {
        max-width: 100% !important;
    }
.product-single-custom h6 {
    text-align: left;
    margin-top: 0px !important;
    margin-bottom: 0;
}


.product-accordion-ss .accordion-grid {
    width: 100%;
    padding-top: 0 !important;
}
.product-accordion-ss .two-column-section__left {
    padding-top: 50px !important;
    width: 100% !important;
          border-right: 0 !important;
        padding-right: 0 !important;
    padding-bottom: 50px;
}
.ingredients-content-container {
    max-width: 85%;
}
.stats-container {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        padding: 15px !important;
        justify-content: space-between;
    }
.benefits-buttons {
    gap: 8px;
}
.protein-slider-container {
    width: 55% !important;
}
.protein-slider-container .swiper {
    padding-left: 31px !important;
}
.protein-info-text {
        width: 45% !important;
        padding-right: 95px !important;
    }

.faq-products {
        display: block !important;
    }
  .faq-accordion {
    width: 100% !important;
}
.heading-left {
    padding-bottom: 50px;
}
a.jdgm-write-rev-link {
    margin-left: 0;
}
.faq-products .accordion-item {
    padding-right: 22px;
}
.header__icon--cart {
    margin-right: 48px;
}
.header__icons {
        padding-right: 69px;
    }
.menu-drawer-container {
    display: block;
}
.header__icon--menu .icon {
    right: 20px !important;
    top: 25px;
}
.header__search {
        margin-right: 16px !important;
        margin-left: 9px !important;
    }
.search-modal__content {
    padding-right: 16px;
}
.satcb-cs-content {
    max-width: 100% !important;

}
.search-pages-layout {
    flex-wrap: wrap !important;
}
.search-column {
    width: 100% !important;
    border-right: 0 !important;
    padding-right: 0  !important;
}
.search-column, .pages-column {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
span.learn-more-text {
    margin-top: 5px !important;
}
.pages-column {
        width: 88% !important;
        padding-left: 0 !important;
        margin: 0 auto;
}
.pages-column {
    padding-top: 20px !important;
}
  .image-accordion-container {
    flex-wrap: wrap !important;
}
  .image-accordion-content {
    border-left: 0 !important;
}
.image-accordion-container {
    justify-content: center;
}
  .image-accordion-image {
    padding-right: 0 !important;
    padding-top: 50px !important;
}
.image-accordion-heading, .image-accordion-subheading {
    padding-left: 20px !important;
}
.image-accordion-item {
    padding-left: 20px !important;
}
  .clinical-research-container {
    flex-wrap: wrap !important;
}
.clinical-research-heading {
    width: 100% !important;
    margin-bottom: 50px;
}
  .clinical-research-content {
    width: 100% !important;
}
  .image-accordion-text.tag {
    margin-left: 20px !important;
}
  .image-accordion-image {
    text-align: center;
}
  .image-accordion-image img {
    width: 380px !important;
    height: 380px !important;
    padding: 87px !important;

}
.research-section {
    padding-top: 50px !important;
}
.research-title-btn {
    width: 80% !important;
}
.description {
        max-width: 100% !important;
        width: 100% !important;
    }
#research-items-container.collapsed {
    max-height: 971px !important;

}
.blog-grid {
    grid-template-columns: repeat(3, 1fr)  !important;
    gap: 23px  !important;

}

.template-page-articles .research-section {
    padding-top: 135px !important;
}
.page-width.\<article.class\= {
    padding-top: 50px !important;
}

.article-template__content {
    padding-bottom: 50px !important;
}
  p.article-card__excerpt {
    font-size: 16px;
    line-height: 25px;

}
.template-page-our-story  .banner-content h1.banner-heading {
        max-width: 100% !important;
    }
.custom-image-with-text__text-container {
        max-width: 50% !important;
        padding-left: 50px !important;
    
    }
.three-column-container {
    flex-wrap: wrap !important;
}

.three-column-pillars {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 15px;
    }

.three-column-philosophy {
    margin-bottom: 40px;
    width: 100% !important;;
}  
.three-column-header {
    margin-bottom: 50px;
    text-align: left;
    width: 100% !important;;
}
.custom-image-with-text__image.second-image {
      display: block !important;
}
img.custom-image-with-text__image {
    display: none !important;;
}
.custom-image-with-text__image.second-image {
    margin-top: 0 !important;
}
  .rtl-ww .custom-image-with-text__text-container {
    padding-left: 0 !important;
    padding-right: 50px !important;
}
  .research-articles-container {
    flex-wrap: wrap;
}
.research-header {
    margin-bottom: 10px;

}
  .research-header {
    width: 100%;
}
.research-explore {
    margin-bottom: 0 !important;
}
 .template-page-retail  p.left-top__subheading {
    margin-top: 143px !important;
}
.template-page-our-story .multislider-main .swiper-slide {
   width: 360px !important;

}
.multislider-main .swiper-wrapper {
        padding-left: 24px;
    }
.template-collection  .product--large:not(.product--no-media) .product__media-wrapper {
        max-width: 100% !important;
        width: 100% !important;
    }
 .template-collection   .product--large:not(.product--no-media) .product__info-wrapper {
        padding: 0 0 0 4rem;
        max-width: 100% !important;
        width: 100% !important;
    }
.template-collection   .card--card.card--media>.card__content {
    padding-left: 0;
    padding-right: 0;
}
.template-collection  .collection-hero h1.collection-hero__title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 0;
}
.menu-drawer__navigation {
        padding-top: 0 !important;
    }
.doubly-wrapper {
        left: 0 !important;
      min-width: auto !important;

    }
body.overflow-hidden-tablet .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate sticky-header {
    background: #fff !important;
    backdrop-filter: none !important;
}

body.overflow-hidden-tablet .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-hidden.shopify-section-header-sticky sticky-header.header-wrapper.color-scheme-1.gradient {
    background: #ffffff !important;
    border-bottom: 1px solid #e7e7e7 !important;
}
body.overflow-hidden-tablet .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate sticky-header img {
    filter: invert(1) !important;
}
body.overflow-hidden-tablet .shopify-section-header-sticky .header__icon .icon path, body.overflow-hidden-tablet .shopify-section-header-sticky .header__icon .icon path {
    stroke: #000000 !important;
}

body.overflow-hidden-tablet .shopify-section-header-sticky .cart-count-bubble {

}
body.overflow-hidden-tablet .scrolled-past-header a#cart-icon-bubble span {
    color: #000000 !important;
}
  
body.overflow-hidden-tablet sticky-header.header-wrapper span.svg-wrapper path {
    stroke: #000000 !important;
}

body.overflow-hidden-tablet  .cart-count-bubble {

    color: #ffffff !important;
}

body.overflow-hidden-tablet sticky-header.header-wrapper .cart-count-bubble span {
           color: #000 !important;
    }

  
body.overflow-hidden-tablet .header__icon .icon path {
    stroke: #000 !important;
}
body.overflow-hidden-tablet .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-hidden.shopify-section-header-sticky sticky-header.header-wrapper.color-scheme-1.gradient img.header__heading-logo.motion-reduce {
  filter: invert(1) !important;
}
body.overflow-hidden-tablet .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate sticky-header {
    border-bottom: 1px solid #E7E7E7 !important;
}
body.overflow-hidden-tablet sticky-header {
    border-bottom: 1px solid #E7E7E7 !important;
} 
summary.header__icon.header__icon--menu .icon.icon-close path {
        stroke-width: 0.7 !important;
    }
.swiper.testimonial-slider {
    padding-right: 16px;
    padding-left: 16px !important;
}
.js .menu-drawer__menu-item .icon-caret {
      display: block  !important;
}
.cart-heads svg.icon.icon-caret {
    width: 15px;
}
button.price-btn-cs {
    width: -webkit-fill-available  !important; 

}
  .overflow-hidden-tablet sticky-header.header-wrapper {
    background: #fff !important;
}
body.overflow-hidden-tablet .header__heading-logo-wrapper img.header__heading-logo {
    filter: invert(1);
}
body.overflow-hidden-tablet .cart-count-bubble {
        border-color: #000 !important;
    }
body.overflow-hidden-tablet .shopify-section-header-sticky .cart-count-bubble span {
    color: #000 !important;
}
.search-modal__content {
        padding-left: 16px;
        padding-right: 16px !important;
    }
.popular-products {
    padding: 0;
    width: 100%;
}
.search-modal {
        height: 360px;
}
a.view-btnsearch {
    font-size: 12px;
    padding: 11px 24px;
}
.main-essential {
    align-items: start;
}



  
  
}  




@media (max-width: 768px) {
  .password-header {
    display: grid
;
}

  .image-accordion__container {
    grid-template-columns: 1fr;
  }
  
  .image-accordion__left {
    order: 2;
  }
  
  .image-accordion__right {
    order: 1;
  }
  
  .image-accordion__image {
    height: 400px;
  }
.newsletter__container.page-width {
    max-width: 100% !important;
}

}

@media (max-width: 767px) {

  .searching .search-modal {
        height: auto;
    }


  .image-accordion__container {
    flex-direction: row-reverse;
}
  .heading {
    font-size: 28px;
  }
  
  .research-items {
    grid-template-columns: 1fr;
  }
  
  /* .action-buttons {
    flex-direction: column;
  } */
  
  .blog-item {
    flex: 1 0 100%;
  }

.header__icons .header__icon {
        margin-top: 0;
}


.banner-content p {
        font-size: 14px !important;
        line-height: 20px !important;
    }
.banner-content {
    padding-top: 0 !important;

}
.custom-image-banner {
        height: 700px;
  
    }
.pages-column {
        width: 100% !important;
    }
.page-featured-image {
    width: 168px !important;
    height: 168px !important;
}
.menu-drawer__menu-item--active {
    background: none !important;
}

.menu-drawer__inner-container localization-form {
    display: none !important;
}
.drawerdoubly-wrapper .doubly-wrapper {
        padding-top: 11px !important;
    }
.menu-drawer__navigation-container {
    overflow-y: hidden !important;
    height: 100% !important;
    position: relative !important;
}
.doubly-nice-select .list {
    top: -220px !important;
    right: auto !important;
}
.menu-drawer__menu-item:focus {
    background: none;
}
.product-single-custom .nav-button {
    display: none;
}
.phone-gaps {
    padding-left: 0 !important;
    padding-right: 0;
}
.thumbnail-slider .thumbnail-list.slider {
    padding: 0;
}
.right-custom-css {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.thumb-swiper {
        padding-left: 16px !important;
}


  
}



@media (max-width: 750px) {
.product-item {
        width: 100% !important;
        margin-bottom: 18px;
    }
.products-wrapper {
    display: block !important;
}
.coming-soons {
    margin-top: -131px;

}
.coming-soons .banner-subheading {
        display: block;
    }



  
.stars::before {
    line-height: 14px;
}
  
  .testimonial-section .swiper-slide {
    width: 285px !important;
}
  .testimonial-card {
    padding: 24px !important;
}

  .newsletter__top-content hr {
    margin-bottom: 10px;
}
.newsletter-cls .newsletter__content {
        padding-left: 16px;
        width: 100%;
        padding-right: 16px;
        padding-top: 0;
     gap: 0;
        padding-bottom: 0;
    }
  .newsletter__image {
        height: auto !important;
    }
.newsletter__image-container {
        width: 100%;
    }

.newsletter__container {
        flex-direction: column-reverse;
        gap: 3rem;
    }

.newsletter__bottom-content .newsletter-form {
    max-width: 100% !important;
}
.newsletter__form-subheading {
    padding-right: 0;
}
  .newsletter-cls .newsletter__form-subheading.rte p {
    text-align: center;
}
.newsletter-cls { 
    padding-top: 40px;
}
.newsletter.center.newsletter-cls .newsletter__container.page-width {
        max-width: 100% !important;
        flex-wrap: wrap !important;
        flex-direction: column-reverse !important;
        padding-left: 0;
        padding-right: 0;
    }
.footer__content-top.page-width {
    padding-left: 16px;
    padding-right: 16px;
}

.footer-block__heading {
    margin-bottom: 6px !important;
}
.footer__middle-content {
       flex-wrap: wrap !important;
}
.footer__middle-block.image {
    width: 100% !important;
    min-width: 100%;
}
  .footer__middle-block.content {
    padding-left: 0;
        border-left: 0;
}
.footer__middle-image {
        max-width: max-content;
        height: auto;
        width: 100%;
    }
.footer__middle-content .footer__middle-block.image {
        padding-right: 0;
        border-bottom: 1px solid #E7E7E7;
        padding-top: 30px;
        padding-bottom: 5px;
    }
  .main-essential-section .page-width {
    padding-left: 0;
    padding-right: 0;
}
.right-essential{
      padding-left: 16px !important;
    padding-right: 16px !important;
}
.protein-info-container {
    max-width: 100% !important;
}
.story-banner {
    height: 480px !important;
}
.template-product .page-featured-image {
        width: 110px !important;
        height: 110px !important;
    }
 
.header--has-social .menu-drawer__utility-links {
    padding: 0 !important;
}
.menu-drawer__utility-links button.disclosure__button.localization-form__select {
    padding-top: 16px;
}
.menu-drawer__utility-links .disclosure__button span {
    letter-spacing: 0 !important;
    font-size: 16px !important;
    letter-spacing: -0.16px;
    text-transform: uppercase;
}
  .doubly-wrapper {
             z-index: 999999;
    }
  .header__icons .header__icon {
        margin-top: 0 !important;
    }
  .template-page-our-story  .banner-content p {
        font-family: Andreas !important;
        font-weight: 400 !important;
        font-size: 40px !important;
        line-height: 40px !important;
        letter-spacing: 0 !important;
    }
.product-single-custom .product-form__buttons button {
    flex-shrink: 1;
}
.product-single-custom  .product-form__buttons {
    max-width: 100%;
}
.product-single-custom .product-form__submit {
        width: 100%;
   }
  .product-item a.product-link-searchimg {
        width: 165px;
    }

  
}



@media (max-width: 667px) {

/* .swiper-backface-hidden .swiper-slide {
    margin-left: -1px;
    margin-right: -1px;
}
 */
.password .banner-content {
    padding-bottom: 25px;
}
.password .banner-content p {
    margin-bottom: 18px !important;
}

  

 .product-media-gallery .main-swiper{
    background: #dddddd !important;
}
  
.notify-me-section {
    width: 100%;
}

  
.testimonial-card {
    min-height: 189px !important;
}

.template-page-our-story .multislider-main .swiper-slide {
        width: 338px !important;
    }

  
.comparison-header-image {
        max-width: 70px !important;
    }
.comparison-table {
        overflow-x: hidden !important;
}
  

  .comparison-table td {
    padding: 16px 5px !important;

}


  
.contact.page-width {
        width: 100% !important;
    }

  
  .protein-slider-container {
        width: 100% !important;
    }
    .qty-btn button span {
    display: inline-block;
    line-height: 1 !important; 
}

/* 
.image-accordion .image-accordion__left {
    padding-left: 16px !important;
    padding-right: 16px !important;
} */

.custom-accordion-section .accordion-header h3 {
    font-size: 40px;
    line-height: 55px;
}
.custom-accordion-section .top-content {
    display: block;
    margin: 0 auto;
}
.description {
        max-width: 100% !important;
        width: 100%;
    }
.button-div-wrapper {
        width: 100%;
        margin: 0 auto !important;
        display: block;
    }
  .custom-accordion-section .top-content .button {
    width: 100%;
    margin-top: 24px;
}
.two-column-section__container {
    flex-wrap: wrap;
}
.two-column-section__right {
    border-left: 0 !important;
   padding-top: 0;
     width: 100%;
}
.two-column-section__left {
        width: 100% !important;
        padding-right: 0;
        padding-bottom: 20px;
        padding-top: 50px;
    }
  .right-item {
    padding-left: 0;
}
  .right-item:last-child {
    padding-bottom: 40px;
}
.left-bottom__description p {
    width: 100%;
}
.main-essential {
    flex-wrap: wrap;
}
  .left-essential {
        width: 100% !important;
    }
.right-essential {
        width: 100% !important;
        padding-top: 46px;
        padding-bottom: 0px;
    }
.main-essential .accordion {
    width: 100% !important;
    max-width: 100% !important;
}
.custom-product-section {
    max-width: 100% !important;
}

.main-essential-section .page-width {
    max-width: 100% !important;
}


.image-accordion__container {
    max-width: 100% !important;
    flex-wrap: wrap !important;
  justify-content: flex-end !important
   
}
.image-accordion__right.tablet-bg {
     width: 100% !important;
   max-width: 100% !important;
      order: 2;
        height: 540px !important;
}

  .image-accordion .image-accordion__left {
      width: 100% !important;
    max-width: 100% !important;
     margin: 0 auto;
    padding-top: 48px !important;
    padding-bottom: 61px;
      order: 2;
            padding-left: 16px;
 
}
.slider-wrapper .insights-slide.active-slides {
    width: 280px !important;
}
.banner-content {
    width: 100% !important;
}
.btn-price {
    width: 100%;
    margin-left: 23px;
}
.left-essential form {
    bottom: 0 !important;
}  

.active-slides a.button {
    font-size: 13px;
    padding: 13px 8px !important;
    display: flex;
    text-align: center !important;
    align-items: center;
}
.thumbnail-list__item.slider__slide {
        width: 96px !important;
    }
.stats-container {
        flex-wrap: wrap !important;
}
.info-boxes-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }
.protein-info-container {
    display: block;
          flex-wrap: wrap !important;
    width: 100%;
}
.protein-info-text {
        width: 100% !important;
        padding-right: 16px !important;
        padding-left: 16px;
    }
.protein-slider-container {
    border-left: 0 !important;
}
.protein-swiper {
    width: 100vw !important;
}
.ingredients-content-container {
        max-width: 100%;
        padding-left: 0 !important;
    }
.main-nav {
        display: none !important;
    }
.ingredients-pages-slider {
    padding-left: 0px !important;
}
.ingredients-pages-container {
        padding-top: 35px !important;
        padding-bottom: 40px !important;
        margin-bottom: 40px !important;
    }
.faq-products .accordion-title{
      padding-right: 20px !important;
 
}


.studies_text p {
    padding-right: 28px !important;
}
.product-accordion-ss .accordion-grid {
        padding-bottom: 35px !important;
    }
.product-single-custom {
        padding-bottom: 34px !important;
        padding-top: 0px  !important;
    }
.product-single-custom h6 {
        text-align: center !important;
    }
.ingredients-pages-container .section-header {
    display: block !important;
    padding-bottom: 30px !important;
}
  .benefits-buttons {
    gap: 9px  !important;
}
div#overall-benefits {
    margin-bottom: 0;
}  
.protein-info-section {
    padding-top: 35px;
      margin-bottom: 45px !important;
}

.protein-info-section .protein-slider-container .swiper {
    padding-left: 0px !important;
}
.protein-slider-container .swiper {
    margin-bottom: 20px !important;
}
.comparison-table th {
    padding-left: 13px;
    padding-right: 13px;
}
.comparison-table-container {
    max-width: 100% !important;
    padding: 0 !important;
}
.faq-products .accordion-item:last-child {
    border-bottom: 0;
}
.main-faq {
        margin-bottom: 37px !important;
    }
.product-single-custom .product-form__submit {
    width: 100%;
}


  
  span.btn-price-single {
    margin-left: 20px;
}
 .ingredients-pages-container .ingredients-pages-slider {
    padding-left: 0px !important;
}
  .ingredients-pages-container .page-width {
    padding-left: 0;
    padding-right: 0;
}
.ingredients-pages-container .section-header {
    padding-left: 16px;
    padding-right: 16px;
}
div#ingredientsContentContainer {
    padding-left: 16px;
    padding-right: 16px;
}


.product-single-custom .main-media-slider {
    margin-bottom: 10px;
}
  .product-single-custom .thumbnail-slider {
    margin-top: 0;
}
.thumbnail-slider .thumbnail-list.slider {
        gap: 13px;
}
.faq-products .accordion-item:first-child {
    border-top: 0 !important;
}
.main-faq .heading-left {
        padding-bottom: 30px !important;
    }
.pages-list {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;

}  
  .page-title {
   margin-bottom: 18px;

}
  h1.section-title strong {
    display: block;
}
.image-accordion-image img {
        width: 320px !important;
        height: 320px !important;
        padding: 50px !important;
    }
.clinical-research-heading {
        width: 100%;
        margin-bottom: 20px;
    }

.image-accordion-item {
        padding-left: 0px !important;
    }
  .image-accordion-text.tag {
        margin-left: 0px !important;
    }
.image-accordion-heading, .image-accordion-subheading {
        padding-left: 0px !important;
    }
.image-accordion-item:last-child {
    padding-bottom: 0 !important;
}
  .image-accordion-image, .image-accordion-content {
    padding-top: 53px  !important;
}
.image-accordion-content-inner {
    padding-right: 0  !important;
}
.search-input, form.search-form {
    width: 100% !important;
}
.search-form {
      margin-bottom: 20px;
}
.research-title-btn {
        width: 100% !important;
    }
.research-item {
    flex-wrap: wrap !important;
}
.research-item a.learn-more-button {
    width: 100%;
    padding-top: 10px;
}
#research-items-container.collapsed {
        max-height: 935px !important;
    }
.blog-grid {
        grid-template-columns: repeat(1, 1fr) !important;
}
.blog-featured-image img {
      height: 248px !important;

}
.article-images img {
    width: 100%;
}
.article-template__content {
        padding-bottom: 30px !important;
    }


  .custom-image-with-text__container {
    display: block  !important;
}
.template-page-our-story .custom-image-with-text__image-container {
    width: 100% !important;
}
.custom-image-with-text__container {
    padding-left: 0;
    padding-right: 0;
}
.custom-image-with-text__text-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
.three-column-pillars {
        grid-template-columns: repeat(1, 1fr) !important;
      
    }

.multislider-main {
    padding-top: 51px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 51px;
}
  h2.heading-multislider {
    margin-bottom: 40px !important;

}
.three-column-section {
        padding-top: 50px !important;
        padding-bottom: 10px !important;
    }
.rtl-ww .custom-image-with-text__text-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }
.rtl-ww .custom-image-with-text__container {
    flex-direction: column-reverse !important;
    display: flex !important;
}
  .rtl-ww .custom-image-with-text__text-container {
        padding-top: 40px !important;
    }
.research-articles-section .research-articles-container.page-width {
    padding-left: 0;
    padding-right: 0;
}
.research-header {
    margin-bottom: 15px !important;
}
.research-article-item .article-content {
    padding-left: 27px  !important;
    padding-right: 20px !important;
}
.research-article-item {
    padding-right: 0 !important;
}
.template-search__results li.grid__item {
    width: 100% !important;
    max-width: 100% !important;
}
.template-search__results .card__content {
    display: block !important;
}
  a.view-btn {
    font-size: 12px !important;
    padding: 6px 19px !important;
}
  .template-search__results ul.grid.product-grid.grid--2-col-tablet-down.grid--2-col-desktop {
    row-gap: 15px !important;
}
.ingredients-pages-slider {
    min-height: 272px;
}
cart-remove-button .button {
    min-width: 40px;
    min-height: 40px;
}
h1.title.title--primary {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0 !important;
}
.template-cart a.underlined-link {
    font-size: 12px;
    padding: 9px 16px;

}
#recover, #login, .customer.register h1 {
    font-size: 32px !important;
    line-height: 40px !important;
    margin-bottom: 10px !important;

}
.customer form {
    margin-top: 2rem;
}
  .customer:not(.account):not(.order) {

    max-width: 100% !important;

}
.customer.login {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.multislider-main .swiper-wrapper {
        padding-left: 16px;
    }
.protein-info-section .protein-info-container {
         padding-left: 0px !important;
    }
.ingredients-pages-slider .page-content-wrapper {
    width: 160px !important;
    height: 160px !important;

}
  .template-product .page-featured-image {
        width: 80px !important;
        height: 80px !important;
    }
.ingredients-page-item.active {
    width: auto !important;
}
  .ingredients-page-item.active.swiper-slide-visible.swiper-slide-active .page-content-wrapper {
    width: 220px !important;
    height: 220px !important;
    margin-left: 28px;
}
.comparison-table td:last-child {
    display: none;
}
tr.header-row th:last-child {
    display: none;
}
.image-accordion__container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

.custom-accordion-section .accordion-header h4 {
    font-size: 18px;

}
.insights-slider .swiper-slide {
    width: 257px !important;
}
  .cart__warnings {
    padding-bottom: 50px !important;
}
.overflow-hidden-tablet .marquee-bar-header {
        top: 0;
    
    }
.overflow-hidden-tablet sticky-header.header-wrapper.color-scheme-1.gradient {
    margin-top: 25px !important;
}
.right-custom-css .metafield-rich_text_field p {
        font-size: 20px;
        line-height: 20px;
    }
  button.price-btn-cs {
      padding: 13px 19px !important;
    }
a.studies-links span {
    width: fit-content !important;
  margin-top: 1px !important;
  margin-left: 2px !important;
}
   a.studies-links p {
    margin-left: 15px !important;
}
.my-custom-wrapper .price {
    line-height: 0 !important;

}
.two-column-section h3.left-top__heading {
    max-width: 300px;
}
.custom-accordion-section .accordion-header{
    padding: 0  !important;

}

.search-modal {
    height: 400px;
}
.product-item {
    width: auto;
    text-align: center;
}
  .search-is-open .search-modal
 {
  top: 0px !important;
} 
.product-media-container.constrain-height {
     margin-right: 0 !important;
    margin-left: 0 !important; 
}

.overflow-hidden-tablet.search-is-open .search-modal {
        top: -26px !important;
    }


  
}


@media (max-width: 410px) {
  .custom-accordion-section .accordion-header h4 {
    font-size: 16px;

}

  

.slider-wrapper {
        padding-left: 14px !important;
    }

.btn-price {
        margin-left: 10px;
    }
  .quantity-box {
    align-items: center;
    gap: 3px !important;
}
.quantity-box input {
    width: 34px !important;
    font-size: 21px !important;

}
.variant-swatch span {
          font-size: 12px !important;
    }
.qty-btn button.qty-btn.minus, .qty-btn button.qty-btn.plus {
    padding-bottom: 2px !important;
}
.right-essential .accordion-content, .image-accordion .accordion-content, .custom-accordion-section .accordion-icon, .custom-accordion-section .accordion-content,
  .faq-products .accordion-content{
    transition: max-height 0.2s ease-in-out !important;
}
  .page-text-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
button.price-btn-cs {
        padding: 13px 18px !important;
    }
.product-item h4 {
    font-size: 13px;
    line-height: 17px;
}
p.product-variation-search {
    font-size: 12px;
    line-height: 14px;
}
.product-item p span {
    font-size: 12px;
}
.product-item {
        margin-bottom: 11px;
    }
.content-cm {
    width: auto;
    margin-left: 13px;
}
.product-item a.product-link-searchimg {
        width: 150px !important;
    }
  .product-item:last-child {
    margin-bottom: 0;
}
.search-modal {
        height: 345px;
      }

  
}


@media (max-width: 360px) {
.custom-accordion-section .accordion-header h3 {
        font-size: 36px;
     
    }
  
  button.price-btn-cs span {
    font-size: 13px !important;
    margin-left: 5px !important;
}

.variant-swatch span {
    padding: 7px 10px !important;
}
.custom-product-section form {
    padding: 13px !important;
}
.join-solies h2 {
    font-size: 34px;
    line-height: 35px;

}
  
  
}


