/** Shopify CDN: Minification failed

Line 4493:0 Unexpected "("
Line 4497:0 Unexpected "("

**/
/* Color custom properties */

:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}

.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}

.color-background-2 .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}

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

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

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

/* base */

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 990px) {
  .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));
  }
}

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
}

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

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

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

.hidden {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
  section#shopify-section-template--16759597859059__55ce5f02-9893-436c-baa2-bdca44de50fc h4.rich-text__heading.rte.h1:after {
    left: 28% !important;
}
    .award-sample {
       padding-top: 20px !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-long: 500ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  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;
  }
}

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

@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%;
  }
section#shopify-section-template--16759597924595__e7ec2bba-31e6-4866-97d8-90759f2c4b4d iframe {
    width: 100%;
    height: 200px
}
  section#shopify-section-template--16759598022899__46a28352-7c8b-488a-ba22-7706131ac6cf .multicolumn-card__info {
    padding-left: 0px !important;
    padding-right: 0px !important;
        padding-bottom: 0px !important;
}
  section#shopify-section-template--16759598186739__0740082c-9c0c-4763-9d70-16005462b11c .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin h6.preheading-main-site-branding {
    width: 100%;
    text-align: center;
}
  section#shopify-section-template--16759598186739__7aa333ee-83e0-4409-b577-f64db3e5ce18 h6.preheading-main-site-branding {
    width: 100%;
    text-align: center;
}
  section#shopify-section-template--16759598186739__d8153cbf-2583-489c-aefd-9dcd534a4e7c {
    margin-top: 0px !important;
        padding-top: 20px !important;
    padding-bottom: 20px !important;
}
  .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;
  }

  .grid--peek.slider .grid__item:last-of-type {
    margin-right: 1.5rem;
  }

  .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) - 2.5rem);
    margin: 0 17px;
  }
  section#shopify-section-template--16758821290227__featured_collection .center.collection__view-all {
    margin-top: 20px;
}
}

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

  .slider--tablet.grid--peek .grid__item:last-of-type {
    margin-right: 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%;
  }
}
@media screen and (min-width: 1600px) {
 .okendo-reviews-page-holder {
    max-width: 1600px;
}
}
deferred-media {
  display: block;
}

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

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

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

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

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

.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,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

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

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

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

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

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

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

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

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

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

/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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;
  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-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

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

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

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

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

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

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

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

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

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

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

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground),.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),.3);
}

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

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

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

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

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

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

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

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

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

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}
.field__input, .customer .field input::placeholder {
    font-size: 14px;
    color: #272727;
    opacity: 0.8;
}
.contact__button button.button {
    font-family: 'brandon-grotesque';
    font-size: 16px;
    padding: 0 2rem !important;
    text-transform: uppercase;
    min-width: 12%;
}
.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

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

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

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

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 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(1.3rem + 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;
}
form#ContactForm label {
    color: #272727;
    font-family: 'Poppins', sans-serif!important;
    font-size: 14px;
}
.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) + -1rem);
    left: calc(var(--inputs-border-width) + 2rem);
    letter-spacing: 0.04rem;
    background: #fff;
    padding: 0px 10px;
    z-index: 3;
}

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal__toggle-close {
  display: none;
}

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

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}

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

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

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

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

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

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

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

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}
div#shopify-section-template--16353257259251__product-grid .facets-container {
    background: #F3EDE9;
    padding: 20px 30px 0px 30px;
}
div#shopify-section-template--16353257259251__product-grid form#FacetFiltersForm {
    margin: 0px;
}
div#shopify-section-template--16353257259251__product-grid .price__regular .price-item--regular {
    font-size: 16px;
    color: #101010;
}
div#shopify-section-template--16353257259251__product-grid .underline-links-hover:hover a {
    text-decoration: none;
}
div#shopify-section-template--16353257259251__product-grid .card-information>*:not(.visually-hidden:first-child)+*:not(.rating) {
    font-size: 16px;
    color: #101010;
}
div#shopify-section-template--16353257259251__product-grid .rating-star:before {
    -webkit-text-fill-color: #101010;
    font-size: 24px;
}
div#shopify-section-template--16353257259251__product-grid .price {
    margin-top: 3px !important;
}
.main-site-button-first-effect::after {
    display: none;
}
/* 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-icon heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (min-width: 990px) {
  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

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

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

  .header:not(.header--middle-left) .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;
  width: 100%;
}

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

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

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

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

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

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

.no-js .predictive-search {
  display: none;
}

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

  .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);
  }
}
section#shopify-section-template--16692368933107__main h1.main-page-title.page-title.h0 {
    text-align: center;
}
.section-template--16759606608115__e8d097e4-707d-47f7-ab88-509cc01cb966-padding {
    max-width: 1080px;
    margin: 0px auto;

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
      font-size: 16px;
    color: #101010;
  text-decoration: unset;
}

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

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

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

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

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

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem;
}

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

@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-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;
  }
  section#shopify-section-template--16758821290227__166091542250cec5e0 a.link.underlined-link.large-up-hide {
    display: none;
}
  section#shopify-section-template--16758821290227__166091542250cec5e0 .card__information h3.card__heading.h2 {
    margin-top: 25px;
}
  .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;
}

.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 {
  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 {
  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);
    }
  }
}
p {
    letter-spacing: 0;
}
.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}
.image-with-text__text p {
    margin-bottom: 2rem !important;
}
.page-width.page-width--narrow.section-template--16698983547123__main-padding {
    text-align: center;
    padding-bottom: 0px;
}
/***custom-style**/
.main-site-heading-mogan {
font-size: 52px;
    line-height: 62px;
    color: #101010;
      letter-spacing: 0;
      margin-top: 0px !important;
      text-align: center;
}
h1.main-page-title.page-title.h0 {
    text-align: center;
  font-size: 52px;
    line-height: 62px;
    color: #101010;
      letter-spacing: 0;
   
}

.preheading-main-site-branding {
 font-size: 18px;
   letter-spacing: 1.50px;
    font-family: 'brandon-grotesque' !important;
    line-height: 25px;
    color: #272727;
      font-weight: 500;
}

.image-with-text.image-with-text--no-overlap.page-width {
    max-width: 100%;
    padding: 0px;
}
  .video.ratio-16-9{
       position: relative;
    width: 100%;
    padding-bottom: 56.6%; 
  }
  .video.ratio-1-1 {
    padding-bottom: 100%;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

  .image-with-text__grid {
    align-items: center;
}
  .image-with-text__text.rte.body {
    margin-top: 12px;
}
  .body-style-guide p {
    color: #101010;
        letter-spacing: 0px;
        font-family: 'Poppins', sans-serif!important;
}
  .body-style-guide  {
    color: #101010;
        letter-spacing: 0px;
        font-family: 'Poppins', sans-serif!important;
}
p {
        font-family: 'Poppins', sans-serif!important;
}
h2 {
        font-family: 'Poppins', sans-serif!important;
}
h3 {
        font-family: 'Poppins', sans-serif!important;
}
h4 {
        font-family: 'Poppins', sans-serif!important;
}
h5 {
        font-family: 'Poppins', sans-serif!important;
}
.card__information h3 a {
      font-family: 'Poppins', sans-serif!important;
}
.main-site-button-first-effect {
    color: #272727;
    background-color: #fff;
    border-color: #272727;
    opacity: unset !important;
    text-transform: uppercase;
    margin-top: 0px!important;
  font-family: 'brandon-grotesque';
    letter-spacing: 1.5px;
    font-size: 18px !important;
  border: 1px solid;
  
}
a.link.animate-arrow.main-site-button-first-effect {
    padding: 10px 30px;
}
a.button.main-site-button-first-effect.button--primary:hover:after {
    display: none;
}
a.button.main-site-button-first-effect.button--primary:after {
    display: none;
}
  .main-site-button-first-effect:hover {
    background: #f2ede9;
}
.image-with-text__text.rte.body-style-guide.body ul li {
    margin-bottom: 15px;
}
.rte img { 
    background: transparent;
    border: unset !important;
}
img { 
        border: unset !important;
    background: transparent;
}
.accordion__content.rte.body-style-guide img {
    margin-top: 15px;
    margin-bottom: 15px;
 
}
.accordion__content.rte.body-style-guide {
    padding: 40px 45px !important;
  background: #FAF9F7;
  margin-bottom:0px;
  font-size: 16px;
   line-height: 28px;
}
.rich-text__blocks.center .image-about img {
    width: 100%;
}
.rich-text__blocks.center .rich-text__text.rte.body-style-guide {
    margin-top: 5px;
}
section#shopify-section-template--16759598186739__d8153cbf-2583-489c-aefd-9dcd534a4e7c {
    background: #F3EDE9;
    padding-top: 82px;
    padding-bottom: 72px;
  margin-top: 50px;
}
section#shopify-section-template--16759598186739__46f7f402-1647-416c-a131-412c939071cb .rte.body-style-guide p strong {
       font-weight: 600;
    margin-bottom: 10px !important;
    display: block;
}
section#shopify-section-template--16759598186739__46f7f402-1647-416c-a131-412c939071cb .rte.body-style-guide p a {
    font-weight: 600;
    margin-top: 10px !important;
    display: block;
    text-decoration: unset;
}
section#shopify-section-template--16759598186739__bcdebd71-35a0-4c59-9b91-e0a38019faee h1.rich-text__heading.rte.main-site-heading-mogan.h1 {
    margin-bottom: 20px;
}
section#shopify-section-template--16759598186739__bcdebd71-35a0-4c59-9b91-e0a38019faee h6.rich-text__caption.preheading-main-site-branding.caption-with-letter-spacing.caption-with-letter-spacing--medium {
    font-family: 'Poppins', sans-serif!important;
    font-weight: 300;
    font-size: 18px;
    margin-top: 30px;
}
section#shopify-section-template--16759598186739__f52ef52c-db20-44ba-99a9-0fcaec969bc3 .accordion-container .article-title {
    font-size: 18px;
}
section#shopify-section-template--16759598186739__46f7f402-1647-416c-a131-412c939071cb .rte.body-style-guide p:first-child strong {
    font-size: 20px;
    line-height: 25px;
}
section#shopify-section-template--16759598186739__d8153cbf-2583-489c-aefd-9dcd534a4e7c #pagereviewssection .review-section--linkbutton1 a {
    font-size: 18px !important;
}
section#shopify-section-template--16759598186739__f52ef52c-db20-44ba-99a9-0fcaec969bc3 {
    padding-top: 0px;
    padding-bottom: 50px;
}
section#shopify-section-template--16759598186739__d8153cbf-2583-489c-aefd-9dcd534a4e7c h1.review-section--title.main-site-heading-mogan {
    margin-bottom: 72px !important;
}
section#shopify-section-template--16759598186739__f52ef52c-db20-44ba-99a9-0fcaec969bc3 {
    margin-top: 60px;
}
section#shopify-section-template--16759598186739__f52ef52c-db20-44ba-99a9-0fcaec969bc3 .tabs-main.page-width {
    max-width: 1300px;
    margin: 0px auto;
}
section#shopify-section-template--16759598186739__f52ef52c-db20-44ba-99a9-0fcaec969bc3 .accordion-content p {
    border: unset;
    padding-bottom: 0px;
    padding-top: 10px;
}
section#shopify-section-template--16759598186739__bcdebd71-35a0-4c59-9b91-e0a38019faee .rich-text__text.rte {
    position: relative;
}
section#shopify-section-template--16759598186739__bcdebd71-35a0-4c59-9b91-e0a38019faee .rich-text__text.rte:after {
    content: "";
    border-bottom: 2px solid #000;
    width: 135px;
    margin: 40px auto 0;
}
.image-review-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
    margin-bottom: 60px;
}
.image-review-inner img {
    width: 100%;
}
section#shopify-section-template--16353257357555__main .card__information h3.card__heading.h2 {
    font-size: 25px;
    color: #101010;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}
section#shopify-section-template--16353257357555__main .underline-links-hover:hover a {
    text-decoration: unset;
    text-underline-offset: unset;
}
a.full-unstyled-link.blog-read-more {
    font-size: 18px;
    letter-spacing: 1.5px;
    font-family: brandon-grotesque;
    line-height: 25px;
    color: #272727;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}
section#shopify-section-template--16353257226483__main .article-template__content.page-width.page-width--narrow.rte p {
    color: #101010;
}
section#shopify-section-template--16353257226483__main .article-template__content.page-width.page-width--narrow.rte h6 {
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 25px;
    color: #101010;
}
section#shopify-section-template--16353257226483__main .article-template__content.page-width.page-width--narrow.rte li {
    color: #101010;
}
section#shopify-section-template--16353257226483__main .article-template__hero-container {
    max-width: 100%;
}
.main-tabs-lips-nurish {
    display: flex;
    justify-content: center;
    padding: 40px;
}
.lip-nurish-inner {
    display: flex;
}
.lip-nurish-inner div {
    margin-right: 50px;
    position: relative;
}
.lip-nurish-inner div::after {
    content: "";
    border: 1px solid #707070;
    position: absolute;
    right: -25px;
    height: 25px;
    top: 5px;
}
.lip-nurish-inner div:last-child::after {
    display: none;
}
.lip-nurish-inner div a {
    font-size: 20px;
    font-weight: 600;
    color: #272727;
    text-decoration: unset;
}
section#shopify-section-template--16353257324787__167324817226d18ea7 {
    padding-top: 80px;
}
div#shopify-block-8b2e923a-5f63-4464-ab06-1e3ca00d9a8a h2 {
    font-size: 18px;
    letter-spacing: 1.5px;
    font-family: brandon-grotesque;
    line-height: 25px;
    color: #272727 !important;
    margin-bottom: 15px !important;
}
div#shopify-block-8b2e923a-5f63-4464-ab06-1e3ca00d9a8a p {
    font-size: 18px !important;
    color: #101010;
    margin-bottom: 45px !important;
}
section#shopify-section-template--16353257324787__4ee4b59c-dc8b-422e-8483-e2f28892471c a.button.button--primary.main-site-button-first-effect {
    margin-top: 30px !important;
}
section#shopify-section-template--16353257324787__167324817226d18ea7 .page-width {
    padding: 0px;
    max-width: 100%;
}
section#shopify-section-template--16721926291699__1c987907-bace-434d-949e-70235c6722a3 .accordion-container .article-title {
font-weight: 600;
}
section#shopify-section-template--16721926291699__1c987907-bace-434d-949e-70235c6722a3 .accordion-container, #description {
    width: 80%;
    margin: 1.875em auto;
}
section#shopify-section-template--16721926291699__1c987907-bace-434d-949e-70235c6722a3 .accordion-content p {
    border: unset;
    padding-bottom: 0px;
    padding-top: 5px;
}
/***custom-style**/
/**lip  nursih product templete**/
.lip-nurish-product-templete .image-with-text__grid.grid.grid--gapless.grid--1-col.grid--2-col-tablet {
    flex-wrap: nowrap;
}
.lip-nurish-product-templete .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
    width: 24%;
}
.lip-nurish-product-templete .image-with-text__text-item.grid__item {
    width: 38%;
}
.lip-nurish-prodct-collage-templete h6.preheading-main-site-branding {
    text-align: center;
    margin-top: 0px !important;
    margin-bottom: 0px;
}
.lip-nurish-prodct-collage-templete h1.collage-wrapper-title.main-site-heading-mogan.h1 {
    margin-bottom: 0px !important;
}
.lip-nurish-prodct-collage-templete h1.collage-wrapper-title.main-site-heading-mogan.h1 p {
    margin-bottom: 0px;
}
.lip-nurish-prodct-collage-templete .body-style-guide p {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0px !important;
}
.lip-nurish-templete-image-with-text div#ImageWithText--template--16716260704499__9471dcac-ec1b-4636-a0f9-2a55feb0e1bb {
    padding-left: 25rem;
}
.lip-nurish-templete-image-with-text div#ImageWithText--template--16716260704499__656b03dd-cf4c-42ce-9ec0-fb833910d964 {
    padding-left: 25rem;
}
.lip-nurish-templete-image-with-text div#ImageWithText--template--16716260704499__b49c8c51-4abe-43d4-9904-7bae390431a9 {
    padding-left: 13rem;
}
section#shopify-section-template--16716260704499__3dbb619f-7318-4685-b153-f901530a741c .collection__description.body-style-guide.body {
    text-align: center;
  margin-top: 35px;
}
.card__heading.h5 a {
    font-size: 18px;
    color: #101010;
    margin-bottom: 15px;
  line-height:25px;
}
.rating-star:before {
    -webkit-text-fill-color: #101010;
    font-size: 24px;
}
.card-information>*:not(.visually-hidden:first-child)+*:not(.rating) {
    font-size: 16px;
    color: #101010;
}
.price__regular .price-item--regular {
    font-size: 16px;
    color: #101010;
}
.card-wrapper.underline-links-hover:hover a {
    text-decoration: unset !important;
    text-underline-offset: unset;
}

.collage-product  .collage__item--left {
    grid-column: auto !important;
    grid-row: auto !important;
}
.collage-product  .page-width {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.collage-product h1.collage-wrapper-title.main-site-heading-mogan.h1 {
    margin-bottom: 5rem;
}
.collage-product h6.preheading-main-site-branding {
    text-align: center;
    margin-bottom: 0px;
}
.collage-product h6.preheading-main-site-branding p {
    margin: 0px !important;
}
.collage-product h1.collage-wrapper-title.main-site-heading-mogan.h1 p {
    margin-top: 10px;
}
.product-lip-nurish-single h6.preheading-main-site-branding {
    margin-bottom: 0px;
text-align: center;
}

.product-lip-nurish-single h1.main-site-heading-mogan p {
    margin-top: 0px;
}
.product-lip-nurish-single h1.main-site-heading-mogan {
        margin-bottom: 25px;
}
.product-lip-nurish-single h1.main-site-heading-mogan p {
    margin-bottom: 0px;
}
.product-lip-nurish-single .body-style-guide p {
    text-align: center;
    margin-top: 0px;
}
.product-lip-nurish-single .body-style-guide {
    margin-bottom: 35px;
}
.product-lip-nurish-single .image-with-text__grid.grid.grid--gapless.grid--1-col.grid--2-col-tablet {
    flex-wrap: nowrap;
}
.product-lip-nurish-single .image-with-text__text-item.grid__item {
    width: 26%;
}
.product-lip-nurish-single .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
    width: 48%;
}
.product-lip-nurish-single {
    padding-top: 25px !important;
}
.hydra-image-text .image-with-text__grid.grid.grid--gapless.grid--1-col.grid--2-col-tablet {
    flex-wrap: nowrap;
}
.hydra-image-text .image-with-text__text-item.grid__item {
    width: 33%;
}
.hydra-image-text .image-with-text__text.rte.body-style-guide.body ul {
    list-style: none;
}
.hydra-image-text .image-with-text__text.rte.body-style-guide.body ul li strong {
      font-size: 18px;
    letter-spacing: 1.5px;
    font-family: brandon-grotesque;
    line-height: 25px;
    color: #272727;
}
.hydra-image-text .image-with-text__text.rte.body-style-guide.body ul li {
    position: relative;
  margin-bottom: 30px;
}
.hydra-image-text .image-with-text__text.rte.body-style-guide.body ul li img {
    position: absolute;
    left: -60px;
    top: -10px;
    width: 50px;
}
.hydra-image-text .image-with-text__text.rte.body-style-guide.body ul li:first-child img {
    width: auto;
    left: -45px;
}
.hydra-image-text .image-with-text__text.rte.body-style-guide.body ul li:last-child img {
    top: 0;
}
.hydra-image-text .image-with-text__text.rte.body-style-guide.body ul li:nth-child(6n-1) img {
    top: 0;
}
.hydra-image-text .image-with-text__text.rte.body-style-guide.body ul li:nth-child(6n-2) img {
    top: -8px;
}
.hydra-image-text .image-with-text__text.rte.body-style-guide.body ul li:nth-child(6n-4) img {
    width: 40px;
    left: -48px;
    top: -7px;
}
.hydra-image-text .top-iconss {
    width: 100%;
    text-align: center;
}
.top-iconss h6.preheading-main-site-branding {
    margin-top: 0px;
}
.top-iconss h6.preheading-main-site-branding p {
    margin-top: 0px;
}
.image-with-text__text-item.grid__item.hydra-center .image-with-text__text.rte.body-style-guide.body {
    text-align: center;
}
.image-with-text__text.center-align-hydra.rte.body-style-guide.body {
    text-align: center;
}
.hydera-underline-contnt .image-with-text__content.image-with-text__content--top.image-with-text__content--desktop-left.image-with-text__content--mobile-left.image-with-text__content--adapt.gradient.color-background-1.content-container {
    padding-left: 15rem;
}
.hydra-center .image-with-text__content.image-with-text__content--top.image-with-text__content--desktop-left.image-with-text__content--mobile-left.image-with-text__content--adapt.gradient.color-background-1.content-container {
    padding-left: 20px;
    padding-right: 20px;
}
.collapsible-content-wrapper-narrow .accordion {
    border-top: unset;
    border-color: #707070;
}
.collapsible-content-wrapper-narrow h3.accordion__title.h4 {
    font-weight: 600;
}
.lipnurish-product .rich-text__blocks {
    max-width: 100rem;
}
label.swatches-style-custom {
    position: relative;
    height: 64px;
    padding: 0;
    cursor: pointer;
    border: 0;
    box-shadow: 0 0 0 0.0625rem #0000;
    transition: box-shadow .15s ease;
    width: 64px;
    border-radius: unset !important;
}
section#shopify-section-template--16668953608435__f1349d68-81f3-4957-aae5-d89a41e3ad37 .title-wrapper-with-link.title-wrapper--self-padded-tablet-down.title-wrapper--no-top-margin {
    justify-content: center;
}
.pagination__item {

    opacity: unset;
}
section#shopify-section-template--16713087254771__0740082c-9c0c-4763-9d70-16005462b11c h6.preheading-main-site-branding {
    width: 100%;
    text-align: center;
}
section#shopify-section-template--16713087254771__0740082c-9c0c-4763-9d70-16005462b11c h1.title.main-site-heading-mogan.h1 {
    width: 100%;
}
section#shopify-section-template--16713087254771__7aa333ee-83e0-4409-b577-f64db3e5ce18 h6.preheading-main-site-branding {
    width: 100%;
    text-align: center;
}
section#shopify-section-template--16713087254771__7aa333ee-83e0-4409-b577-f64db3e5ce18 h1.title.main-site-heading-mogan.h1 {
    width: 100%;
}
section#shopify-section-template--16759598186739__46f7f402-1647-416c-a131-412c939071cb h1.title.main-site-heading-mogan.h1 {
    width: 100%;
}
/**lip nurish product templete**/
/**responsive**/
@media only screen and (max-width: 1600px){
.main-site-heading-mogan {
font-size: 32px;
    line-height: 42px;
}
h1.main-page-title.page-title.h0 {
  font-size: 32px;
    line-height: 42px;
}
  body {
    font-size: 1.45rem;
}
  .main-site-button-first-effect {
    font-size: 16px!important;
    line-height: 27px;
}
.quick-add span {
    font-size: 16px !important;
}
  .ingrdient-tabs {
    width: 95% !important;
    margin: 0 auto !important;
}
 section#shopify-section-template--16759597990131__928698ee-10d9-4931-989d-d038f933a5bb .accordion-container, #description {
    width: 95% !important;
}
  section#shopify-section-template--16759597990131__62a9ec00-8952-43cb-9474-3793c5df2e71 .accordion-container, #description {
 width: 95% !important;
}
li.grid__item a.chose-button.main-site-button-first-effect {
padding: 11px 15px;
font-size: 16px !important;
}
}
@media only screen and (max-width: 1250px){
  section#shopify-section-template--16690525962483__a852dc12-670f-4621-9d59-224b3fa73c74 .bottom-button {
    width: 100%;
    bottom: 45px;
     left: 12%;
}
section#shopify-section-template--16759597727987__1cc70000-84f1-4fba-ae22-743be17018b5 .bottom-button {
    width: 100%;
    bottom: 45px;
       left: 12%;
}
  section#shopify-section-template--16721926291699__cb3b0aa6-b7bc-4ebd-939b-05e8a5bf5747 .video-section.isolate.page-width.section-template--16721926291699__cb3b0aa6-b7bc-4ebd-939b-05e8a5bf5747-padding {
    width: 60% !important;
}
}
@media only screen and (max-width: 1100px){
  p br {
    display: none;
}
  .preheading-main-site-branding br {
    display: none;
}
  h1.image-with-text__heading.h1 br {
    display: none;
}
.as-seen-sec .rich-text__blocks.center {
    max-width: 100% !important;
}
.ingrdient-tabs .tab {
    display: flex;
    flex-wrap: wrap;
}
  .heading-top-main-ingridents h3:after {
    left: 40.5%;
}
  .ingrdient-tabs .tab {
    margin-bottom: 30px;
}
  .ingrdient-tabs .description-section-main {
    flex-direction: column;
}
.ingrdient-tabs .left-text-descripition {
    width: 100% !important;
}
.ingrdient-tabs .right-image {
    width: 100% !important;
}
    .accordion-container .article-title {
    font-size: 16px !important;
}
  .accordion-container .content-entry i {
    font-size: 14px !important;
 margin-left: 5px  !important;
}
  .accordion-container .content-entry i {
    top: 0px !important;
}
section#shopify-section-template--16759597760755__d9109f91-ea13-48aa-9919-82e0067d3fea main.row {
    margin: 0px auto !important;
       width: 95% !important;
}
section#shopify-section-template--16759597760755__d9109f91-ea13-48aa-9919-82e0067d3fea a.slide-arrow.arrow-next.slick-arrow {
    position: absolute;
    right: -45px;
    bottom: -90px;
}
section#shopify-section-template--16759597760755__d9109f91-ea13-48aa-9919-82e0067d3fea a.slide-arrow.arrow-prev.slick-arrow {
    position: absolute;
    left: -45px;
    bottom: -90px;
}
section#shopify-section-template--16759597760755__3de091cb-092e-4734-a105-fbb329a6cf87  h1.title.main-site-heading-mogan.h1 {
    width: 100%;
}
  section#shopify-section-template--16759597760755__3de091cb-092e-4734-a105-fbb329a6cf87 .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin:after {
    left: 38%;
}
  section#shopify-section-template--16353257357555__main .card__information h3.card__heading.h2 {
    font-size: 20px;
}
  .main-blog.page-width.section-template--16353257357555__main-padding h1.title--primary {
    margin-top: 20px;
}
  .pagination__list>li:not(:last-child) {
    margin-right: 0px !important;
}
  section#shopify-section-template--16688605921523__7dfe9abd-70b0-4f20-a629-386b5cec361c .rich-text__blocks {
    max-width: 100% !important;
}
section#shopify-section-template--16688605921523__7dfe9abd-70b0-4f20-a629-386b5cec361c .rich-text__wrapper.rich-text__wrapper--center.page-width {
    padding: 0px;
}
  .rich-text.content-container.color-background-1.gradient.rich-text--full-width.content-container--full-width.section-template--16710624182515__a471b81d-3d57-4c21-82ab-0531e6e2d437-padding {
    padding-top: 0px;
}
  h1.title.main-site-heading-mogan.h1 br {
    display: none;
}
}
@media only screen and (max-width: 1100px) and (min-width: 600px)  {
  .blog-articles {
    grid-template-columns: 1fr 1fr !important;
}
  ul#product-grid .grid__item {
    width: 49% !important;
    max-width: 49% !important;
}
}
@media only screen and (max-width: 989px){
    section#shopify-section-template--16759598186739__46f7f402-1647-416c-a131-412c939071cb .multicolumn-card__info {
    text-align: center;
}
  section#shopify-section-template--16759598186739__7aa333ee-83e0-4409-b577-f64db3e5ce18 .multicolumn-card__info {
    text-align: center !important;
}
  section#shopify-section-template--16759598186739__46f7f402-1647-416c-a131-412c939071cb .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
    margin-bottom: 35px;
}
  section#shopify-section-template--16713087254771__0740082c-9c0c-4763-9d70-16005462b11c .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
    margin-bottom: 0px;
}
section#shopify-section-template--16759597727987__1cc70000-84f1-4fba-ae22-743be17018b5 .bottom-button {
    position: unset !important;
    width: 100%;
    bottom: 45px;
        margin-top: 65px;
    width: 100% !important;
}
section#shopify-section-template--16759597727987__1cc70000-84f1-4fba-ae22-743be17018b5 .multicolumn-card.content-container {
padding: 30px 10px 70px!important;

}
  section#shopify-section-template--16690525962483__a852dc12-670f-4621-9d59-224b3fa73c74 .bottom-button {
  position: unset !important;
    width: 100%;
    bottom: 45px;
        margin-top: 65px;
    width: 100% !important;

}
  section#shopify-section-template--16721926291699__cb3b0aa6-b7bc-4ebd-939b-05e8a5bf5747 .video-section.isolate.page-width.section-template--16721926291699__cb3b0aa6-b7bc-4ebd-939b-05e8a5bf5747-padding {
    width: 90%;
}
section#shopify-section-template--16690525962483__a852dc12-670f-4621-9d59-224b3fa73c74 .multicolumn-card.content-container {
padding: 30px 10px 70px!important;

}
section#shopify-section-template--16759598022899__46a28352-7c8b-488a-ba22-7706131ac6cf  .multicolumn-card__info .rte p {
    text-align: center !important;
}
  section#shopify-section-template--16759598022899__441c9b31-becd-40eb-9153-52f9ef73cc95 .accordion-container .content-entry i {
position: unset !important;
}
section#shopify-section-template--16759598022899__441c9b31-becd-40eb-9153-52f9ef73cc95 .accordion-container .content-entry.open i:before {
 position: unset !important;
}
  section#shopify-section-template--16759598022899__441c9b31-becd-40eb-9153-52f9ef73cc95 .tabs-main.page-width {
    max-width: 95% !important;
}
  section#shopify-section-template--16759598022899__46a28352-7c8b-488a-ba22-7706131ac6cf .multicolumn.color-background-1.gradient.background-none {
    padding-left: 20px;
    padding-right: 20px;
}
  section#shopify-section-template--16759598022899__46a28352-7c8b-488a-ba22-7706131ac6cf slider-component.slider-mobile-gutter {
    max-width: 100% !important;
}
   section#shopify-section-template--16759598022899__46a28352-7c8b-488a-ba22-7706131ac6cf ul#Slider-template--16692434600179__46a28352-7c8b-488a-ba22-7706131ac6cf {
    padding: 0px;
}
}
@media only screen and (max-width: 749px){
  .ingrdient-tabs .left-text-descripition {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}
div#shopify-section-template--16759597727987__4239a59b-c713-486e-8dbc-3a649ec31542 h1.image-with-text__heading.main-site-heading-mogan.h1 {
    text-align: center !important;
}
  .as-seen-sec .image-about {
    margin-top: 25px !important;
}
  .award-top-sec .credit-text.body-style-guide.body p {
    padding-left: 20px;
    padding-right: 20px;
}
.award-slider {

    padding-top: 30px;
    padding-bottom: 30px;
}
  .award-slider iframe.fp-iframe {
    height: 450px !important;
}
  .award-sample .revieww-section--title-container {
    padding-left: 15px;
    padding-right: 15px;
}
  .instantly-sec .section-template--16759597695219__56b8cb21-7f6c-431f-96d4-f505dd1d5cb6-padding {
    padding-top: 0px;
}
  div#shopify-section-template--16759597727987__69df5c28-d107-4a3a-8c73-fec8e3a82ce9 h1.image-with-text__heading.main-site-heading-mogan.h1 {
    text-align: center !important;
}
  section#shopify-section-template--16759597695219__f1349d68-81f3-4957-aae5-d89a41e3ad37 .collection-list-wrapper.page-width.isolate.page-width-desktop.no-mobile-link.section-template--16759597695219__f1349d68-81f3-4957-aae5-d89a41e3ad37-padding {
    padding-top: 0px;
}
  div#shopify-section-template--16759597695219__0c7ec914-ebab-46a8-b89d-8b3e54f90596 .about-speacial.image-with-text.image-with-text--no-overlap.page-width.isolate.section-template--16759597695219__0c7ec914-ebab-46a8-b89d-8b3e54f90596-padding {
    padding-bottom: 30px;
}
  section#shopify-section-template--16758821290227__166091542250cec5e0 .page-width-desktop.isolate.section-template--16758821290227__166091542250cec5e0-padding {
    padding-bottom: 20px;
}
section#shopify-section-template--16758821290227__167324817226d18ea7 {
    margin-top: 40px !important;
}
  section#shopify-section-template--16758821290227__166091542250cec5e0 .card__information {
    padding-bottom: 0px !important;
}
  .ingrdient-tabs .tab button {
  font-size: 14px !important;
   }
  section#shopify-section-template--16759597727987__1cc70000-84f1-4fba-ae22-743be17018b5 .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
        margin-bottom: 35px !important;
}
  section#shopify-section-template--16759597727987__1cc70000-84f1-4fba-ae22-743be17018b5 .multicolumn-card.content-container {
    padding: 30px 10px 45px!important;
}
  section#shopify-section-template--16759597727987__a852dc12-670f-4621-9d59-224b3fa73c74 .page-width.section-template--16759597727987__a852dc12-670f-4621-9d59-224b3fa73c74-padding.isolate {
    padding-top: 10px;
}

  .section-template--16759597760755__82a55b43-ecfd-4376-9a16-100a8063fede-padding {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}
  section#shopify-section-template--16759597760755__d9109f91-ea13-48aa-9919-82e0067d3fea #FirstCarousel .slide-arrow {
    font-size: 50px !important;
}
  section#shopify-section-template--16759597760755__d9109f91-ea13-48aa-9919-82e0067d3fea a.slide-arrow.arrow-prev.slick-arrow {
    left: -40px !important;
    bottom: -55px !important;
}
  section#shopify-section-template--16759597760755__d9109f91-ea13-48aa-9919-82e0067d3fea a.slide-arrow.arrow-next.slick-arrow {
    right: -40px !important;
    bottom: -55px !important;
  }
  section#shopify-section-template--16759597760755__3de091cb-092e-4734-a105-fbb329a6cf87 {
    padding-top: 0px !important;
}
  .heading-top-main-ingridents h3:after {
    left: 29.5% !important;
}
  div#ImageWithText--template--16759597727987__411b2ef2-3c5c-4219-8e54-951d05f731c3 {
    padding-bottom: 0px;
}
  section#shopify-section-template--16759597727987__1cc70000-84f1-4fba-ae22-743be17018b5 .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
    margin-bottom: 35px;
}
section#shopify-section-template--16759597859059__5f45ecc3-0dfa-438e-be9a-862e87a859ba .accordion-container .content-entry.open i:before {
    position: unset !important;
}
section#shopify-section-template--16759597859059__5f45ecc3-0dfa-438e-be9a-862e87a859ba .accordion-container .content-entry i {
    position: unset  !important;
}
  section#shopify-section-template--16684012011763__82a55b43-ecfd-4376-9a16-100a8063fede .image-about img {
    width: 100% !important;
}
section#shopify-section-template--16759597760755__3de091cb-092e-4734-a105-fbb329a6cf87 .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin:after {
    left: 28% !important;
}
section#shopify-section-template--16759597760755__3de091cb-092e-4734-a105-fbb329a6cf87 {
    padding-bottom: 15px !important;
}
  section#shopify-section-template--16759597793523__7dfe9abd-70b0-4f20-a629-386b5cec361c {
    padding-bottom: 35px;
}
  section#shopify-section-template--16758821355763__cacec9e1-d070-4c21-8a88-49eb1bdd60fa h1.rich-text__heading.rte.main-site-heading-mogan.h1 {
    margin-bottom: 50px !important;

}
  section#shopify-section-template--16353257226483__main blockquote {
    width: 100%;
    margin: 0px;
    margin-bottom: 30px;
}
  .image-with-text__text-item.grid__item .rte ul {
    padding-left: 2rem;
    list-style-position: inside;
}
  section#shopify-section-template--16710624182515__e7ec2bba-31e6-4866-97d8-90759f2c4b4d .rich-text__wrapper.rich-text__wrapper--center.page-width iframe {
    width: 100%;
    height: 230px;
}
  section#shopify-section-template--16710624182515__a471b81d-3d57-4c21-82ab-0531e6e2d437 .rich-text__wrapper.rich-text__wrapper--center.page-width {
    padding: 0px;
}
  section#shopify-section-template--16759598186739__d8153cbf-2583-489c-aefd-9dcd534a4e7c .revieww-section--title-container {
    padding-left: 20px;
    padding-right: 20px;
}
  section#shopify-section-template--16759598186739__f52ef52c-db20-44ba-99a9-0fcaec969bc3 .accordion-container .content-entry i {
    position: unset;
}
section#shopify-section-template--16759598186739__f52ef52c-db20-44ba-99a9-0fcaec969bc3 .accordion-container .content-entry.open i:before {
    position: unset;
}
  section#shopify-section-template--16759597727987__1cc70000-84f1-4fba-ae22-743be17018b5 {
    padding-top: 0px !important;
}
  div#shopify-section-template--16353257259251__product-grid .facets-container {
    padding: 20px 30px 20px;
}
  .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 5rem 0 1rem !important;
}
    section#shopify-section-template--16721926291699__cb3b0aa6-b7bc-4ebd-939b-05e8a5bf5747 .video-section.isolate.page-width.section-template--16721926291699__cb3b0aa6-b7bc-4ebd-939b-05e8a5bf5747-padding {
    width: 90% !important;
}
  section#shopify-section-template--16721926291699__1c987907-bace-434d-949e-70235c6722a3 .accordion-container .content-entry i {
    position: unset;
}
section#shopify-section-template--16721926291699__1c987907-bace-434d-949e-70235c6722a3 .accordion-container .content-entry.open i:before{
  position: unset;
}
  section#shopify-section-template--16721926291699__1c987907-bace-434d-949e-70235c6722a3 .accordion-container, #description {
    width: 95%;
    margin: 1.875em auto;
}
  section#shopify-section-template--16721926291699__ac710b58-6a45-42f9-b3f8-c34ce721ebbe {
    padding-left: 20px;
    padding-right: 20px;
}

}
/**responsive**/

 .ingrdient-tabs .tab {
  overflow: hidden;
        display: flex;
    justify-content: center;
}
.ingrdient-tabs .tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    background: transparent;
    color: #AAAAAA;
    opacity: unset;
    font-family: 'brandon-grotesque';
    letter-spacing: 1.50px;
    font-size: 18px;
    font-weight: 600;
}
.ingrdient-tabs .tabcontent {
    display: none;
    padding: 5px 15px 5px 15px;
    border-top: none;
}
.ingrdient-tabs {
    width: 75%;
    margin: 0px auto;
}
  .ingrdient-tabs .description-section-main {
    display: flex;
}
.ingrdient-tabs .left-text-descripition {
    width: 50%;
    padding: 50px 25px;
}
  .ingrdient-tabs .des-main p{
      color: #101010;
    font-size: 16px;
    line-height: 26px;
  }
.ingrdient-tabs .right-image {
    width: 50%;
}
.ingrdient-tabs .right-image img {
    width: 100%;
}
 .ingrdient-tabs .short-description-main-inner {
    display: flex;
    align-items: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
  .ingrdient-tabs .short-description-main-inner-left {
    padding-top: 8px;
}
 .ingrdient-tabs .short-description-main h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
}
 .ingrdient-tabs .short-description-main-inner-right p {
    font-size: 18px;
    color: #101010;
}
 .ingrdient-tabs .short-description-main-inner-right {
    margin-left: 10px;
}
  .ingrdient-tabs .tablinks.active {
    color: #000;
    position: relative;
}
.ingrdient-tabs .tablinks.active::after {
    content: "";
    border-bottom: 2px solid #aaa;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
  .heading-top-main-ingridents h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
        position: relative;
}
  .heading-top-main-ingridents h3::after {
    content: "";
    width: 150px;
    height: 2px;
    border-bottom: 2px solid #CDCDCD;
    position: absolute;
    bottom: -20px;
    left: 45.5%;
}
  .heading-top-main-ingridents {
    margin-bottom: 55px;
}
  .ingridents-link h4 {
    font-size: 20px;
    color: #101010;
    font-weight: 500;
    margin-bottom: 10px;
}
  .ingridents-link a {
    color: #101010;
    width: 100%;
    display: block;
     font-size: 16px;
}
h6.image-with-text__text.image-with-text__text--caption.preheading.preheading-main-site-branding.caption-with-letter-spacing.caption-with-letter-spacing--medium.caption-with-letter-spacing {
    text-align: center;
    width: 100%;
}
h1.image-with-text__heading.main-site-heading-mogan.h1 {
    text-align: center;
    width: 100%;
}
.about-planet-sec h6.image-with-text__text.image-with-text__text--caption.preheading.preheading-main-site-branding.caption-with-letter-spacing.caption-with-letter-spacing--medium.caption-with-letter-spacing {
    text-align: center;
    width: 100%;
    font-size: 22px;
    line-height: 35px;
}  
.title-wrapper-with-link.title-wrapper--self-padded-tablet-down.title-wrapper--no-top-margin {
    justify-content: center;
}
section#shopify-section-template--16759597695219__f1349d68-81f3-4957-aae5-d89a41e3ad37 p.card__heading {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    color: #101010;
}
.instantly-sec .rich-text__blocks.center {
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
}
.instantly-sec h6.rich-text__caption.preheading-main-site-branding.caption-with-letter-spacing.caption-with-letter-spacing--medium {
    font-size: 22px;
    line-height: 35px;
}
.title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
    justify-content: center;
}
div#shopify-section-template--16758821290227__f1dd03d5-38ee-43ba-bcde-31f35ae70236 .image-with-text.image-with-text--no-overlap.page-width.isolate.section-template--16758821290227__f1dd03d5-38ee-43ba-bcde-31f35ae70236-padding {
    background: #FDFAF9;
}
div#shopify-section-template--16758821290227__f1dd03d5-38ee-43ba-bcde-31f35ae70236 div#ImageWithText--template--16758821290227__f1dd03d5-38ee-43ba-bcde-31f35ae70236 {
    background: transparent;
}
div#shopify-section-template--16758821290227__166109885404adc0f6 .image-with-text__grid.grid.grid--gapless.grid--1-col.grid--2-col-tablet.image-with-text__grid--reverse {
    background:#FDFAF9;
}
div#shopify-section-template--16758821290227__166109885404adc0f6 div#ImageWithText--template--16758821290227__166109885404adc0f6 {
    background: transparent;
}
section#shopify-section-template--16758821290227__4ee4b59c-dc8b-422e-8483-e2f28892471c .multicolumn.color-background-1.gradient.background-primary {
    background: #F3EDE9;
}
section#shopify-section-template--16758821290227__4ee4b59c-dc8b-422e-8483-e2f28892471c .multicolumn-card.content-container {
    background: transparent !important;
}
.multicolumn-card__info h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}
section#shopify-section-template--16758821290227__167324817226d18ea7 {
    margin-top: 60px;
}
section#shopify-section-template--16758821290227__167324817226d18ea7 .page-width {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
section#shopify-section-template--16759597727987__1cc70000-84f1-4fba-ae22-743be17018b5 .media.media--transparent.media--adapt {
    padding-bottom: 0px !important;
    position: unset;
}
section#shopify-section-template--16759597727987__1cc70000-84f1-4fba-ae22-743be17018b5 .media.media--transparent.media--adapt img.multicolumn-card__image {
    position: unset;
    transform: unset;
    width: 124px;
    margin: 0px auto;
}
section#shopify-section-template--16759597727987__a852dc12-670f-4621-9d59-224b3fa73c74 .media.media--transparent.media--adapt {
    padding-bottom: 0px !important;
    position: unset;
}
section#shopify-section-template--16759597727987__a852dc12-670f-4621-9d59-224b3fa73c74 .media.media--transparent.media--adapt img.multicolumn-card__image {
    position: unset;
    transform: unset;
    width: 124px;
    margin: 0px auto;
}
section#shopify-section-template--16758821290227__166091542250cec5e0 .title-wrapper-with-link.title-wrapper--self-padded-tablet-down.title-wrapper--no-top-margin {
    margin-bottom: 45px;
}
section#shopify-section-template--16758821290227__166091542250cec5e0 .card__information h3.card__heading.h2 {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    color: #101010;
}
section#shopify-section-template--16758821290227__166091542250cec5e0 p.article-card__excerpt.rte-width.body-style-guide {
    text-align: center;
}
.body-style-guide.body a {
    color: #101010;
    letter-spacing: 0px;
    font-family: Poppins,sans-serif!important;
}
section#shopify-section-template--16759597695219__f1349d68-81f3-4957-aae5-d89a41e3ad37 .card.card--standard.card--media {
    border: 1px solid #D9D9D9;
}
section#shopify-section-template--16759597695219__f1349d68-81f3-4957-aae5-d89a41e3ad37 {
    margin-bottom: 50px;
}
section#shopify-section-template--16759597695219__f1349d68-81f3-4957-aae5-d89a41e3ad37 .card__information {
    padding-bottom: 5px;
}
div#shopify-section-template--16759597727987__69df5c28-d107-4a3a-8c73-fec8e3a82ce9 h1.image-with-text__heading.main-site-heading-mogan.h1 {
    text-align: left;
}
div#shopify-section-template--16759597727987__69df5c28-d107-4a3a-8c73-fec8e3a82ce9 .image-with-text__grid.grid.grid--gapless.grid--1-col.grid--2-col-tablet.image-with-text__grid--reverse {
    max-width: var(--page-width);
  margin: 0px auto;
}
div#shopify-section-template--16759597727987__4239a59b-c713-486e-8dbc-3a649ec31542 h1.image-with-text__heading.main-site-heading-mogan.h1 {
    text-align: left;
}
div#shopify-section-template--16759597727987__4239a59b-c713-486e-8dbc-3a649ec31542 .image-with-text__grid.grid.grid--gapless.grid--1-col.grid--2-col-tablet {
    max-width: var(--page-width);
      margin: 0px auto;
}
section#shopify-section-template--16759597727987__a852dc12-670f-4621-9d59-224b3fa73c74 .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
    margin-bottom: 45px;
}
.rich-text__text.rte.body-style-guide a {
    color: #101010;
    letter-spacing: 0px;
    font-family: Poppins,sans-serif!important;
}
.section-template--16758821355763__cacec9e1-d070-4c21-8a88-49eb1bdd60fa-padding {
    background: #FAF9F7;
}
.section-template--16758821355763__9aeca635-4a6d-4740-8379-a357ec01ec75-padding {
    background: #FAF9F7;
}
.section-template--16758821355763__f7bec3c6-8e06-4723-870f-a13b9c0d9fa9-padding {
    background: #FAF9F7;
}
.section-template--16758821355763__e1b02ec9-75eb-4349-920c-9495f3c50552-padding {
    background: #FAF9F7;
}
section#shopify-section-template--16758821355763__cacec9e1-d070-4c21-8a88-49eb1bdd60fa h1.rich-text__heading.rte.main-site-heading-mogan.h1 {
      margin-bottom: 80px;
    margin-top: 35px !important;
}
section#shopify-section-template--16758821355763__cacec9e1-d070-4c21-8a88-49eb1bdd60fa a.button.main-site-button-first-effect.button--primary {
    background: #F2EDE9;
}
section#shopify-section-template--16758821355763__cacec9e1-d070-4c21-8a88-49eb1bdd60fa a.button.main-site-button-first-effect.button--primary:hover {
    background: #fff;
}

section#shopify-section-template--16758821355763__9aeca635-4a6d-4740-8379-a357ec01ec75 a.button.main-site-button-first-effect.button--primary {
    background: #F2EDE9;
}
section#shopify-section-template--16758821355763__9aeca635-4a6d-4740-8379-a357ec01ec75 a.button.main-site-button-first-effect.button--primary:hover {
    background: #fff;
}
section#shopify-section-template--16759606640883__270e0232-85d5-407b-ba9a-45ac91a22d04 .rich-text__blocks.center {
    max-width: 100rem;
    text-align: left;
}
section#shopify-section-template--16759606640883__270e0232-85d5-407b-ba9a-45ac91a22d04 .rich-text__blocks.center ol {
    padding-left: 15px;
}
section#shopify-section-template--16759606640883__270e0232-85d5-407b-ba9a-45ac91a22d04 .section-template--16759606640883__270e0232-85d5-407b-ba9a-45ac91a22d04-padding {
    background: #FDFAF9;
}
section#shopify-section-template--16759606640883__270e0232-85d5-407b-ba9a-45ac91a22d04 h1.rich-text__heading.rte.main-site-heading-mogan.h1 {
    margin-bottom: 60px;
    margin-top: 35px !important;
}
section#shopify-section-template--16764222669043__015562a3-cf37-46dd-9511-6b8abb7c1f95 .rich-text__blocks.center {
    max-width: 100rem;
    text-align: left;
}
section#shopify-section-template--16764222669043__015562a3-cf37-46dd-9511-6b8abb7c1f95 .rich-text__blocks.center ol {
    padding-left: 15px;
}
section#shopify-section-template--16764222669043__015562a3-cf37-46dd-9511-6b8abb7c1f95 .section-template--16764222669043__015562a3-cf37-46dd-9511-6b8abb7c1f95-padding {
    background: #FDFAF9;
}
section#shopify-section-template--16764222669043__015562a3-cf37-46dd-9511-6b8abb7c1f95 h1.rich-text__heading.rte.main-site-heading-mogan.h1 {
    margin-bottom: 60px;
    margin-top: 35px !important;
}
section#shopify-section-template--16764222669043__015562a3-cf37-46dd-9511-6b8abb7c1f95 .rich-text__text.rte.body-style-guide h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
div#ImageWithText--template--16759597793523__c8137d42-289e-4809-9ef9-fafd81115caf {
    background: transparent;
}
.product .product__info-wrapper.grid__item h2 {
 font-size: 28px;
    line-height: 35px;
    color: #101010;
    letter-spacing: 0px;
    font-weight: 500;
}
.product .product__info-wrapper.grid__item .product__tax.caption.rte {
    font-size: 14px;
    color: #101010;
    letter-spacing: 0;
line-height: 20px;
}
.product .product__info-wrapper.grid__item .product__description.rte.quick-add-hidden p {
    font-size: 14px;
    color: #101010;
    letter-spacing: 0;
    line-height: 20px;
}
section#shopify-section-template--16758821454067__2fcb3c91-ab20-4d66-ae5a-6dc7fbf5cd6c .card__information h3.card__heading.h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #101010;
}
.product .product__info-wrapper.grid__item .gs__option-input-wrap.gs__field.gs__align-left legend {
    color: #101010;
    font-weight: 600;
}
.product .product__info-wrapper.grid__item .gs__option-help {
    color: #101010;
}
.product .product__info-wrapper.grid__item .gs__option-input-wrap.gs__field.gs__align-left div {
    color: #101010;
}
.product .product__info-wrapper.grid__item .gs__checkbox-input-title {
    color: #101010;
    font-weight: 600;
}
.product .product__info-wrapper.grid__item span.gs__custom-checkbox.gs__rectangular {
    border-color: #272727;
    border-width: 1px;
}
.product .product__info-wrapper.grid__item .shopify-payment-button button {
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
}
.product .product__info-wrapper.grid__item button.product-form__submit.button.button--full-width.button--primary:after {
    display: none;
}
.product .product__info-wrapper.grid__item button.product-form__submit.button.button--full-width.button--primary {
    font-size: 18px;
    border: 1px solid #272727;
   font-family: brandon-grotesque;
  text-transform: uppercase;
  background: transparent;
    color: #272727;
}
.cart__footer-wrapper .cart__ctas {
    flex-direction: column;
}
afterpay-placement {
    margin-top: 10px !important;
}
.product .product__info-wrapper.grid__item button.product-form__submit.button.button--full-width.button--primary:hover {
    background: #F2EDE9;
font-size: 18px !important;
}
.product .product__info-wrapper.grid__item label.quantity__label.form__label {
    color: #101010;
}
.product .product__info-wrapper.grid__item .product-form__input.product-form__quantity {
    position: relative;
}
.product .product__info-wrapper.grid__item .product-form__input.product-form__quantity label.quantity__label.form__label {
    position: absolute;
    top: -10px;
    left: 15px;
    background: #fff;
    display: flex;
    z-index: 3;
    padding-left: 3px;
    padding-right: 3px;
}
.grid__item.product-metafield-tab {
    width: 100%;
    max-width: 100%;
    margin-top: 65px;
    margin-bottom: 50px;
}
.metaheading h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 35px;
  line-height:30px;
}
.grid__item.product-metafield-tab .accordion h5.accordion__title.h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
}
.grid__item.product-metafield-tab .accordion {
    margin-top: 20px !important;
}
.grid__item.product-metafield-tab .accordion {
    border-top: unset;
}
 
.main-tabs-glow-inner {
    display: flex;
}
.left-side-glow {
    width: 60%;
}
.right-side-glow {
    width: 40%;
  text-align: center;
}
.right-side-glow img {
    margin-top: 0px !important;
}
.right-side-glow figure {
margin-top: 0px !important;
}
.secend-glow-inner {
    display: flex;
}
section#shopify-section-template--16759606608115__e8d097e4-707d-47f7-ab88-509cc01cb966 {
    padding-left: 20px;
    padding-right: 29px;
}
.main-site-heading-mogan sup {
    font-size: 20px;
    position: relative;
    left: -10px;
    top: -10px;
}
section#shopify-section-template--16759606706419__6e3b8899-8ad7-4a52-ba6a-f24784c59c1c .rich-text__wrapper.rich-text__wrapper--center.page-width {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
      margin-bottom: 40px;
}
section#shopify-section-template--16759606706419__6e3b8899-8ad7-4a52-ba6a-f24784c59c1c .image-about {
    margin-bottom: 40px;
}
section#shopify-section-template--16759606706419__6e3b8899-8ad7-4a52-ba6a-f24784c59c1c h6.rich-text__caption.preheading-main-site-branding.caption-with-letter-spacing.caption-with-letter-spacing--medium {
    margin-bottom: 30px;
}
.product .product__info-wrapper.grid__item .rating-star:before {
    font-size: 20px;
}
.product .product__info-wrapper.grid__item .product-form__input.product-form__quantity {
    margin-top: 20px;
}
@media only screen and (max-width: 900px) {
    .main-tabs-glow-inner {
    flex-direction: column;
}
.left-side-glow {
       width: 100% !important;
}
.right-side-glow {
       width: 100% !important;
    margin-top: 30px;
}
  .grid__item.product-metafield-tab .accordion__content.rte.body-style-guide {
    padding: 30px 25px!important;
    background: #FAF9F7;
    margin-bottom: 0;
}
}
/**megamenu style**/
.site-navigation {
    text-align: center;
width: 100%;
    margin: 0 0 0 -15px;
    padding-top: 0.46875rem;
max-width: 100%;
    flex: 0 0 auto;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    background: transparent;
    transition: opacity .4s;
}
.site-navigation>.navmenu {
    display: inline-block;
    max-width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style-type: none;
    display: inline-block;
    height: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.site-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-navigation>.navmenu>.navmenu-item:first-child {
    padding-left: 0;
}
.site-navigation>.navmenu>.navmenu-item {
    display: inline-block;
    margin: 0;
}
.site-navigation .navmenu-depth-1>li {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: top;
}
.site-navigation a, .site-navigation .navmenu-depth-1>li>a, .site-header-actions, .mobile-nav-content .navmenu-depth-1>.navmenu-item>.navmenu-link {
    text-transform: none;
}
.site-navigation a {
    position: relative;
    display: inline-block;
    padding: 12px 10px;
    color: #212121;
    text-decoration: none;
}
.site-navigation .navmenu-icon.navmenu-icon-depth-1 {
    position: relative;
    top: -1px;
    right: -3px;
    transform: rotate(90deg);
}
.site-navigation .navmenu-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    height: 6px;
    margin-top: -3px;
}
.site-navigation .navmenu-icon svg {
    display: block;
    width: 8px;
    height: 6px;
    transform: rotate(-90deg);
    fill: currentColor;
  display:none;
}
.navmenu-icon-depth-1 svg {
    display: none !important;
}
.site-navigation>.navmenu {
    display: inline-block;
    max-width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style-type: none;
}
.site-navigation .navmenu-icon .icon-chevron-down-left, .site-navigation .navmenu-icon .icon-chevron-down-right {
    transition: transform .4s cubic-bezier(.25,.46,.45,.94),fill .4s cubic-bezier(.25,.46,.45,.94);
    transform-origin: 50% 50%;
}
(max-width: 1482px){
li.navmenu-id-shop-all .navmenu-meganav--desktop {
    left: -100px;
}}
(max-width: 1482px){
.navmenu-meganav.navmenu-meganav--desktop {
    top: 126px;
    transform: scale(.9);
}}
.navmenu-meganav.navmenu-meganav--desktop {
    max-width: 1319px;
    margin-left: 10%;
    border: solid 1px #b4b4b4 !important;
    top: 70px;
}
.navmenu-meganav.navmenu-meganav--desktop {
    position: absolute;
    left: 0;
    float: left;
    width: 100vw;
    max-width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.site-navigation .navmenu-submenu {
    position: absolute;
    top: 100%;
    z-index: 100;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}
.navmenu-meganav--scroller {
    width: 100%;
    max-width: 100%;
    position: relative;
padding-right: 40px;
    padding-left: 40px;
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items {
    min-height: 550px;
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items {
    white-space: normal !important;
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-items {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 18px;
    padding-bottom: 25px;
    margin-right: -27px;
    margin-left: -27px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
white-space: normal !important;
}
.navmenu-meganav--desktop .navmenu-meganav-items {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 100px;
    gap: 10px;
}
.site-navigation .navmenu-depth-2 {
    margin-left: -0.625rem;
}
.site-navigation .navmenu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.site-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.navmenu-depth-2 {
    overflow-x: hidden !important;
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-item.navmenu-item-count-2 {
    width: 50%;
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-item {
    flex-basis: 225px;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: space-between;
    min-width: 225px;
    padding-right: 2px;
    padding-left: 2px;
}
.site-navigation .navmenu-link-parent, .site-navigation .navmenu-item-parent:not(.navmenu-meganav-item-parent) {
    position: relative;
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text {
display: block;
 padding: 0.4375rem 1.5625rem;
      font-weight: 500;
  line-height: 22px;
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-depth-3 {
    display: block;
    height: auto;
    padding: 0;
    margin-top: 0.25rem;
    margin-left: 0;
    opacity: 1;
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-depth-4, .navmenu-meganav.navmenu-meganav--desktop .navmenu-depth-3 {
    position: relative;
    top: 0;
    left: auto;
    z-index: 1;
    width: 100%;
    transform: translate(0);
    box-shadow: none;
}
.site-navigation .navmenu-depth-2 .navmenu-submenu, .site-navigation .navmenu-depth-2 .navmenu-submenu>li {
    animation-name: none;
    transition: none;
}

.site-navigation .navmenu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.site-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-navigation .navmenu-depth-3 .navmenu-link {
    display: inline-block !important;
}
.navmenu-meganav--desktop .navmenu-meganav-items li:nth-child(2) {
    grid-column: 1;
    grid-row: 2/3;
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-item.navmenu-item-count-2 {
    width: 50%;
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-item {
    flex-basis: 225px;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: space-between;
    min-width: 225px;
    padding-right: 2px;
    padding-left: 2px;
}
.site-navigation .navmenu-link-parent, .site-navigation .navmenu-item-parent:not(.navmenu-meganav-item-parent) {
    position: relative;
}
li.navmenu-item.navmenu-item-parent.navmenu-id-shop-all.navmenu-meganav-item-parent li.navmenu-item.navmenu-item-parent.navmenu-item-count-1.navmenu-id-eyes.navmenu-meganav-item {
    grid-column: 1;
    grid-row: 2/3;
    margin-top: 130px;
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-item.navmenu-item-count-1 {
    width: 100%;
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-item.navmenu-item-count-5-up {
    width: 20%;
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-depth-4, .navmenu-meganav.navmenu-meganav--desktop .navmenu-depth-3 {
    position: relative;
    top: 0;
    left: auto;
    z-index: 1;
    width: 100%;
    transform: translate(0);
    box-shadow: none;
}
.navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-item.navmenu-item-count-3 {
    width: 33.33333%;
}
.navmenu-meganav--desktop .navmenu-meganav-items li.navmenu-meganav--image-last {
    grid-column: 5;
    grid-row: 1/5;
}
li.navmenu-meganav--image-container {
    position: relative;
    margin: 10px 25px 20px;
}
.navmenu-meganav--image-last {
    order: 1;
}
.navmenu-meganav--desktop .navmenu-meganav-items li.navmenu-meganav--image-last {
    grid-column: 5;
    grid-row: 1/5;
}
.navmenu-meganav--image-container.navmenu-meganav--image-first {
    order: 1;
}
li.navmenu-item.navmenu-item-parent.navmenu-id-latest-products ul.navmenu.navmenu-depth-2.navmenu-submenu {
    width: 606px;
    flex-direction: column;
  min-height: 550px;
}
li.navmenu-id-new-products.navmenu-item.navmenu-item-parent.navmenu-id-gifts-sets ul.navmenu.navmenu-depth-2.navmenu-submenu {
    width: 606px;
    flex-direction: column;
  min-height: 550px;
}
li.navmenu-item.navmenu-item-parent.navmenu-id-try-at-home ul.navmenu.navmenu-depth-2.navmenu-submenu {
    width: 606px;
    flex-direction: column;
  min-height: 550px;
}
li.navmenu-item.navmenu-item-parent.navmenu-id-about ul.navmenu.navmenu-depth-2.navmenu-submenu {
    width: 606px;
    flex-direction: column;
  min-height: 550px;
}
ul.navmenu.navmenu-depth-3.navmenu-submenu {
    flex-direction: column;
    width: 100%;
}
ul.navmenu.navmenu-depth-1 li.navmenu-item.navmenu-item-parent .navmenu-submenu.navmenu-meganav.navmenu-meganav--desktop {
    display: none;
      padding: 15px 20px;
}
ul.navmenu.navmenu-depth-1 li.navmenu-item.navmenu-item-parent ul.navmenu.navmenu-depth-2.navmenu-submenu {
    display: none;
      padding: 15px 20px;
}
ul.navmenu.navmenu-depth-1 li.navmenu-item.navmenu-item-parent:hover .navmenu-submenu.navmenu-meganav.navmenu-meganav--desktop {
    display: block;
  margin-top: -16px;
}
ul.navmenu.navmenu-depth-1 li.navmenu-item.navmenu-item-parent:hover ul.navmenu.navmenu-depth-2.navmenu-submenu {
    display: block;
}
.navmenu-submenu:before, .navmenu-submenu:after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 32px;
    pointer-events: none;
    background-color: transparent;
    content: "";
    opacity: 0;
    transition: opacity .2s cubic-bezier(.25,.46,.45,.94);
}
.navmenu-submenu:before {
    left: -2px;
    background-image: linear-gradient(90deg,#ffffff 0%,rgba(255,255,255,0) 100%);
}

li.navmenu-meganav--image-container.navmenu-meganav--image-first a.navmenu-meganav--image-link img.navmenu-meganav--image {
    max-width: 250px;
}
li.navmenu-item.navmenu-item-parent.navmenu-id-latest-products.navmenu-meganav-item-parent .navmenu-submenu.navmenu-meganav.navmenu-meganav--desktop {
    width: 650px;
    margin-left: 32%;
}
li.navmenu-id-new-products.navmenu-item.navmenu-item-parent.navmenu-id-gifts-sets.navmenu-meganav-item-parent ul.navmenu.navmenu-depth-2.navmenu-meganav-items {
    display: flex !important;
}
li.navmenu-item.navmenu-item-parent.navmenu-id-try-at-home.navmenu-meganav-item-parent ul.navmenu.navmenu-depth-2.navmenu-meganav-items {
    display: flex !important;
}
li.navmenu-item.navmenu-item-parent.navmenu-id-about.navmenu-meganav-item-parent ul.navmenu.navmenu-depth-2.navmenu-meganav-items {
    display: flex !important;
}
li.navmenu-item.navmenu-item-parent.navmenu-id-latest-products.navmenu-meganav-item-parent li.navmenu-item.navmenu-item-parent.navmenu-item-count-1.navmenu-id-eyes.navmenu-meganav-item {
    min-width: 270px;
}
@media only screen and (min-width: 1601px) {
nav.site-navigation.small-screen {
    display: none;
}
}
@media only screen and (max-width: 1600px) {
 nav.site-navigation.wide-screen {
    display: none;
}
  .ingrdient-tabs .tab button {
    font-size: 15px;
}
}
@media only screen and (max-width: 1500px) {
nav.site-navigation.small-screen {
    margin-bottom: 10px;
}
  .collection button.quick-add__submit.button.button--full-width.button--secondary {
    font-size: 16px !important;
    min-width: 65% !important;
    width: 65%;
}
  .navmenu-meganav.navmenu-meganav--desktop {
    max-width: 100%;
    margin-left: 2%;
    top: 120px;
}
  .navmenu-meganav.navmenu-meganav--desktop {
    max-width: 1150px !important;
    margin-left: 6% !important;
       top: 150px !important;
}
  .navmenu-meganav.navmenu-meganav--desktop .navmenu-meganav-item {
    min-width: 195px;

}
  li.navmenu-item.navmenu-item-parent.navmenu-id-latest-products.navmenu-meganav-item-parent .navmenu-submenu.navmenu-meganav.navmenu-meganav--desktop {
    left: 11% !important;
}
  li.navmenu-id-new-products.navmenu-item.navmenu-item-parent.navmenu-id-gifts-sets.navmenu-meganav-item-parent .navmenu-submenu.navmenu-meganav.navmenu-meganav--desktop {
    left: 15%;
}
  li.navmenu-item.navmenu-item-parent.navmenu-id-try-at-home.navmenu-meganav-item-parent .navmenu-submenu.navmenu-meganav.navmenu-meganav--desktop {
    left: 22%;
}
  li.navmenu-item.navmenu-item-parent.navmenu-id-about.navmenu-meganav-item-parent .navmenu-submenu.navmenu-meganav.navmenu-meganav--desktop {
    left: 33%;
}
 .main-button-flex .product-form__input.product-form__quantity {
      margin-right: 20px !important;
} 
}
@media only screen and (max-width: 1150px) {
 nav.site-navigation.small-screen {
    display: none;
} 
  .header {
    grid-template-areas: 'left-icon heading icons' !important;

}
  .header__heading, .header__heading-link {
    justify-self: center !important;
}
}
@media only screen and (max-width: 1100px) {
  .main-button-flex {
    flex-direction: column;
}
  .main-button-flex .product-form__input.product-form__quantity {
    width: 100% !important;
    max-width: 100% !important;
}
}
@media only screen and (max-width: 767px) {
  button.site-header-button.site-header-wishlist-button {
    display: none;
}
  section#shopify-section-template--16758821290227__1661101303fe495e30 {
    overflow: hidden;
}
  .header {
grid-template-columns: 1fr 3fr 1fr;
}
  h1.header__heading a.header__heading-link.rrr.link.link--text.focus-inset {
    padding-left: 0px;
}
  .feature-collection-media-image img {
    height: 150px !important;
}
.collection button.quick-add__submit.button.button--full-width.button--secondary {
    min-width: 95% !important;
    width: 95%;
}  
}
.rating {
    background: url(/cdn/shop/files/download.png?v=1679566401);
    background-repeat: no-repeat;
    width: 80px;
    height: 14px;
     position: relative;
    top: 4px;
}
.product .product__info-wrapper.grid__item .rating {
    top: 8px;
}
.rating span:before {
    display: none;
}
button.quick-add__submit.button.button--full-width.button--secondary {
    color: #272727;
    background-color: #fff;
    border-color: #272727;
    opacity: unset !important;
    text-transform: uppercase;
    margin-top: 0px!important;
    font-family: 'brandon-grotesque';
    letter-spacing: 1.5px;
    font-size: 18px !important;
    border: 1px solid;
  line-height:25px;
      min-width: 55% !important;
    width: 55%;
  margin: 0px auto;
}
button.quick-add__submit.button.button--full-width.button--secondary:hover {
    background: #F2EDE9;
}
.product .product__info-wrapper.grid__item .product__title h1 {
    font-size: 28px;
    font-family: 'Poppins', sans-serif!important;
}

/**megamenu style end**/

p.body-style-guide.body.meta-top-description {
    font-size: 14px;
}
p.body-style-guide.body.meta-top-titile {
    font-size: 14px;
      text-transform: uppercase;
}
section#shopify-section-template--16770731311347__2fcb3c91-ab20-4d66-ae5a-6dc7fbf5cd6c h3.card__heading.h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #101010;
}
.related-product-list {
    display: flex;
    flex-wrap: wrap;
      width: 90%;
      margin-top: 25px;
}
.related-product-list .related-product {
    margin-right: 15px;
    position: relative;
    height: 46px;
    padding: 0;
    cursor: pointer;
    border: 0;
    box-shadow: 0 0 0 0.0625rem #0000;
    transition: box-shadow .15s ease;
    width: 45px;
    margin-bottom: 15px;
}
.related-product-list .related-product .related-product-name {
    display: none;
}
.related-product span {
    display: none;
}
.related-product:hover span {
    display: block;
    position: absolute;
    background: #f7f7f7fa;
    padding: 5px;
    width: 265%;
          bottom: -28px;
    color: #101010;
    font-size: 11px;
      z-index: 999;
}
p.shade-name-title {
    color: #101010;
    font-size: 14px;
}
.blog-articles h3.card__heading.h2 {
    font-size: 23px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
}
.main-blog.page-width.section-template--16758821191923__main-padding {
    max-width: 1600px;
}
.main-blog.page-width.section-template--16758821191923__main-padding a.pagination__item:after {
    display: none;
}
section#shopify-section-template--16759597695219__f1349d68-81f3-4957-aae5-d89a41e3ad37 .card.card--standard.card--media {
    height: 76%;
}
li.navmenu-item a.navmenu-link {
    font-weight: 400;
}
a.chose-button.main-site-button-first-effect {
    color: #272727;
    background-color: #fff;
    border-color: #272727;
    opacity: unset !important;
    text-transform: uppercase;
    margin-top: 0px!important;
    font-family: 'brandon-grotesque';
    letter-spacing: 1.5px;
    font-size: 18px !important;
    border: 1px solid;
    line-height: 25px;
    padding: 11px 45px;
    text-decoration: none;
}
a.chose-button.main-site-button-first-effect:hover {
 background-color: #F2EDE9; 
}
.faq-main-footer-list a {
    text-decoration: unset;
}
.section-template--16758821257459__product-grid-padding ul#product-grid .card__information {
    text-align: center;
}
.section-template--16758821257459__product-grid-padding ul#product-grid .card-information {
    text-align: center;
}
.section-template--16758821257459__product-grid-padding ul#product-grid .quick-add.no-js-hidden {
    text-align: center;
}
.collection-hero__inner.page-width {
    width: 100%;
    max-width: 1600px;
      margin: 0px auto !important;
}
div#shopify-section-template--16758821257459__product-grid {
    width: 100%;
    max-width: 1600px;
    margin: 0px auto;
}
div#gsAppContainer {
    /* display: none; */
}
.feature-collection-media-image {
    text-align: center;
}
.feature-collection-media-image img {
    height: 200px;
}
.feature-collection-media {
    border: 1px solid #ccc;
}
.breacrumbs {
    width: 100%;
}
nav.breadcrumb {
    color: #272727c4;
    padding-bottom: 20px;
      font-size: 16px;
}
nav.breadcrumb a {
    color: #101010;
    text-decoration: unset;
    margin-right: 5px;
}
nav.breadcrumb span.icon-breadcrumb {
    margin-right: 7px;
    font-size: 27px;
    position: relative;
    top: 3px;
    line-height: 17px;
}
div#klaviyoformsgethide1 .main-site-button-first-effect {
    padding: 13px 30px;
    cursor: pointer;
}
.page-width.page-width--narrow.section-template--16758821388531__main-padding {
    max-width: 98rem;
}
.product-not-availble {
    display: none;
}
a.btn.main-site-button-first-effect.klaviyo-bis-trigger {
    padding: 12px;
    text-decoration: unset;
    margin-top: 20px;
    display: block;
      width: 65% !important;
}
.main-button-flex {
    display: flex;
}
.main-button-flex .product-form__input.product-form__quantity {
     width: 25%;
    max-width: 25%;
  margin-top: 0px !important;
}
.main-button-flex product-form.product-form {
    margin: 0px !important;
}
.main-button-flex span.quantity__rules-cart.no-js-hidden {
    display: none;
}
.product.product--medium.product--left.product--thumbnail_slider.product--mobile-hide.grid.grid--1-col.grid--2-col-tablet div#gsAppContainer {
    display: none;
}
.rebuy-cart__background {
    display: block !important;
}
.rebuy-cart__flyout-item-info a.rebuy-cart__flyout-item-product-title {
    text-decoration: none;
    color: #272727;
    font-weight: 500;
}
.rebuy-cart__flyout-item-quantity-widget-button, .rebuy-cart__flyout-item-quantity-widget-label {
    color: #272727 !important;
       font-weight: 500 !important;
}
span.rebuy-money span {
    color: #272727;
    font-weight: 500;
}
.rebuy-cart__flyout-discount-form .rebuy-input {
    border-color: #272727 !important;
    border-width: 1px !important;
}
.rebuy-cart .rebuy-input:focus-visible {
    border-color: #272727 !important;
    outline: unset !important;
}
.rebuy-cart__flyout-subtotal-label span {
    font-weight: 500;
}
.rebuy-cart__flyout-subtotal-amount {
    font-weight: 500;
}
button.rebuy-button.rebuy-cart__checkout-button.block {
    cursor: pointer;
    color: #272727;
    background-color: #fff;
    border-color: #272727;
    opacity: unset !important;
    text-transform: uppercase;
    font-family: 'brandon-grotesque';
    letter-spacing: 1.5px;
}
button.rebuy-button.rebuy-cart__checkout-button.block:hover {
  background-color: #F2EDE9;
}
button.rebuy-button.rebuy-cart__view-cart-button.block{
cursor: pointer;
    color: #272727;
    background-color: #fff;
    border-color: #272727;
    opacity: unset !important;
    text-transform: uppercase;
    font-family: 'brandon-grotesque';
    letter-spacing: 1.5px;
    border-width: 1px;
}
button.rebuy-button.rebuy-cart__view-cart-button.block:hover{
   background-color: #F2EDE9;
}
button.rebuy-button.rebuy-cart__continue-shopping-button.block.outline{
 cursor: pointer;
    color: #272727;
    background-color: #fff;
    border-color: #272727;
    opacity: unset !important;
    text-transform: uppercase;
    font-family: 'brandon-grotesque';
    letter-spacing: 1.5px;
    border-width: 1px; 
}
button.rebuy-button.rebuy-cart__continue-shopping-button.block.outline:hover{
   background-color: #F2EDE9;
}
.rebuy-cart__flyout-installments a {
    color: #272727;
    font-weight: 700;
}
.rebuy-cart__flyout-installments  {
    color: #272727;
}
button.rebuy-button.rebuy-cart__checkout-button.block i.rebuy-button-icon.prefix.fas.fa-lock {
    position: relative;
    bottom: 2px;
}
.main-button-flex div:nth-child(2) {
    width: 60%;
}
.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
    background: transparent;
}
button.btn.swym-button.swym-add-to-wishlist.swym-inject.swym-text.swym-heart.swym-loaded {
    font-size: 18px;
    border: 1px solid #272727;
    font-family: brandon-grotesque;
    text-transform: uppercase;
    color: #272727 !important;
    background: transparent !important;
    padding: 0px 30px;
}
a#dawn-desktop {
    width: 40px;
      text-align: center;
}
span.swym-header-launcher-icon svg {
    width: 30px;
    position: relative;
    top: 3px;
    left: 2px;
}
a#dawn-desktop span.swym-header-launcher-badge.cart-count-bubble {
    left: 22px !important;
    top: 18px;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-title {
    white-space: unset !important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-title {
   white-space: unset !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #272727 !important;
    line-height: 22px;
    font-family: 'Poppins', sans-serif!important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item {
    border: 1px solid #272727;
    width: 23% !important;   
padding-top: 25px;
    padding-bottom: 25px;
}
.swym-ui-component .swym-product-price .swym-product-final-price {
    font-size: 16px !important;
    color: #272727;
   font-family: 'Poppins', sans-serif!important;
    font-weight: 300;
}
button.swym-add-to-cart-btn.swym-button.swym-button-1.swym-is-button.swym-bg-2.swym-color-4.swym-is-button {
    font-size: 14px;
    border: 1px solid #272727;
    font-family: brandon-grotesque;
    text-transform: uppercase;
    background: transparent !important;
    color: #272727;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
    margin-left: 15px;
  font-weight: 400;
}
button.swym-add-to-cart-btn.swym-button.swym-button-1.swym-is-button.swym-bg-2.swym-color-4.swym-is-button:hover {
    background: #F2EDE9 !important;
}
.swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar .swym-wishlist-main-title {
    color: #272727;
    font-family: 'Poppins', sans-serif!important;
}
button.swym-button.swym-add-to-wishlist-view-product.product_.swym-icon.swym-heart.swym-loaded {
    position: absolute;
    right: 15px;
    z-index: 99999;
    top: 15px;
}
.product__info-wrapper.grid__item .swym-button-bar.swym-wishlist-button-bar.swym-inject {
    display: none;
}
section#shopify-section-template--16759598186739__d8153cbf-2583-489c-aefd-9dcd534a4e7c .okeReviews.okeReviews--theme.js-okeReviews {
    display: none;
}
section#shopify-section-template--16759606706419__8ac25b7e-6e17-49df-a2c6-df558c37cc4e .rich-text__blocks {
    max-width: 100%;
}
section#shopify-section-template--16759606706419__8ac25b7e-6e17-49df-a2c6-df558c37cc4e .rich-text__wrapper.rich-text__wrapper--center.page-width {
    padding: 0px;
}
section#shopify-section-template--16759598186739__0740082c-9c0c-4763-9d70-16005462b11c .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
    margin-bottom: 0px;
}
section#shopify-section-template--16759598186739__7aa333ee-83e0-4409-b577-f64db3e5ce18 ul#Slider-template--16759598186739__7aa333ee-83e0-4409-b577-f64db3e5ce18 {
    max-width: 80%;
    margin: 0px auto;
}
section#shopify-section-template--16759598186739__7aa333ee-83e0-4409-b577-f64db3e5ce18 .multicolumn-card__info {
    text-align: left;
}
section#shopify-section-template--16759598186739__7aa333ee-83e0-4409-b577-f64db3e5ce18 h6.preheading-main-site-branding {
    text-align: center;
}
section#shopify-section-template--16759598186739__46f7f402-1647-416c-a131-412c939071cb ul#Slider-template--16759598186739__46f7f402-1647-416c-a131-412c939071cb {
    max-width: 85%;
    margin: 0px auto;
}
section#shopify-section-template--16759598186739__46f7f402-1647-416c-a131-412c939071cb .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing .media.media--transparent.media--adapt img.multicolumn-card__image {
    width: 150px;
}
  section#shopify-section-template--16759598186739__7aa333ee-83e0-4409-b577-f64db3e5ce18 .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing .media.media--transparent.media--adapt img.multicolumn-card__image {
    width: 106px;
}
div#shopify-section-template--16759598186739__d30fc2c8-f884-4aeb-9877-c9363a797660 .preheading.preheading-main-site-branding {
  margin-bottom: 18px;
}
div#shopify-section-template--16759598186739__d30fc2c8-f884-4aeb-9877-c9363a797660 a.button.main-site-button-first-effect.button--primary {
    padding-left: 63px;
    padding-right: 63px;
    min-height: 54px;
      margin-top: 20px !important;
}
section#shopify-section-template--16759598186739__0740082c-9c0c-4763-9d70-16005462b11c .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin h6.preheading-main-site-branding {
    margin-top: 23px;
}
section#shopify-section-template--16759598186739__0740082c-9c0c-4763-9d70-16005462b11c h1.title.main-site-heading-mogan.h1 {
    margin-top: 7px !important;
}
section#shopify-section-template--16759598186739__0740082c-9c0c-4763-9d70-16005462b11c .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing h6.preheading-main-site-branding {
    font-family: 'Poppins', sans-serif!important;
    font-size: 25px;
  font-weight: 600;
      margin-top: 15px;
  margin-bottom: 20px !important;
}
section#shopify-section-template--16759598186739__0740082c-9c0c-4763-9d70-16005462b11c a.link.animate-arrow.main-site-button-first-effect {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 12px;
    padding-bottom: 12px;
}
section#shopify-section-template--16759598186739__7aa333ee-83e0-4409-b577-f64db3e5ce18 h1.title.main-site-heading-mogan.h1 {
    margin-bottom: 15px;
}
.rebuy-widget-content .description {
    font-size: 12px;
    line-height: 18px;
    color: #272727;
}
.award-top-sec .image-with-text__text.rte.body-style-guide.body p{
  margin-bottom:0px !important;
}
.award-top-sec .image-with-text__text.rte.body-style-guide.body p:nth-child(2) br {
    display: none;
}
.award-top-sec .image-with-text__text.rte.body-style-guide.body p:nth-child(3) br {
    display: none;
}
.award-top-sec .image-with-text__text.rte.body-style-guide.body p:nth-child(4) br {
    display: none;
}

.award-icons-main {
    display: flex;
    justify-content: center;
     width: 67%;
    flex-wrap: wrap;
    margin-top: 40px !important;
}
.award-icons-main img {
    width: 95px;
    object-fit: cover;
    margin-right: 15px;
}
.award-slider {
    background: #F2EDE9;
}
.award-slider iframe.fp-iframe {
    border: unset !important;
}
.as-seen-sec .image-about {
    margin-top: 55px;
}
.award-sample {
    padding-top: 65px;
    padding-bottom: 0px;
}
section#shopify-section-template--16759597760755__16825963083cadb7f9 div#shopify-block-420e73ec-7a66-42ad-9d7c-9725fc76dcf0 {
    max-width: 1600px;
    margin: 0px auto;
}
.award-sample .okeReviews.okeReviews--theme.js-okeReviews {
    margin-top: 70px;
}
.award-top-sec .credit-text.body-style-guide.body p {
    font-size: 11px;
    text-align: center;
}
@media only screen and (min-width: 1600px) {
 .related-product-list {
    width: 70%;
}
  
}
@media only screen and (max-width: 1500px) {
div#shopify-section-template--16759598186739__d30fc2c8-f884-4aeb-9877-c9363a797660 .image-with-text__text.rte.body-style-guide.body p br {
    display: none;
}
  .award-top-sec .image-with-text__text.rte.body-style-guide.body p br {
    display: none;
}
  .award-sample {
    overflow: hidden;
}
  .award-top-sec .image-with-text__text.rte.body-style-guide.body p:nth-child(1) strong {
    display: block;
}
  .award-icons-main {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 40px !important;
}
section#shopify-section-template--16759598186739__7aa333ee-83e0-4409-b577-f64db3e5ce18 ul#Slider-template--16759598186739__7aa333ee-83e0-4409-b577-f64db3e5ce18 {
    max-width: 100%;
    margin: 0px auto;
}
  section#shopify-section-template--16759598186739__46f7f402-1647-416c-a131-412c939071cb ul#Slider-template--16759598186739__46f7f402-1647-416c-a131-412c939071cb {
    max-width: 100%;
}
  section#shopify-section-template--16759598186739__0740082c-9c0c-4763-9d70-16005462b11c h6.preheading-main-site-branding {
        width: 100%;
    text-align: center;
}
section#shopify-section-template--16759598186739__0740082c-9c0c-4763-9d70-16005462b11c h1.title.main-site-heading-mogan.h1 {
    width: 100%;
}
section#shopify-section-template--16759598186739__7aa333ee-83e0-4409-b577-f64db3e5ce18 h6.preheading-main-site-branding {
    width: 100%;
}
section#shopify-section-template--16759598186739__7aa333ee-83e0-4409-b577-f64db3e5ce18 h1.title.main-site-heading-mogan.h1 {
    width: 100%;
}
}
@media only screen and (max-width:767px){
   .collection-hero__image-container.media.gradient.dekstop {
    display: none;
} 

  section#shopify-section-template--16759598186739__0740082c-9c0c-4763-9d70-16005462b11c h6.preheading-main-site-branding {
    margin-top: 0px;
}

}
@media only screen and (max-width:600px){
    
button.btn.swym-button.swym-add-to-wishlist.swym-inject.swym-text.swym-heart.swym-loaded {
    font-size: 16px;
    width: 110%;
}
  .swym-button-bar.swym-wishlist-button-bar.swym-inject {
    margin-left: 0px;
}
  .main-button-flex div:nth-child(2) {
    width: 100%;
}

}
@media only screen and (max-width:360px){
    
button.btn.swym-button.swym-add-to-wishlist.swym-inject.swym-text.swym-heart.swym-loaded {
    width: 120%;
}
}
@media (min-width: 1024px) {
	 .product--thumbnail_slider {
		 position: relative;
	}
	 .product--thumbnail_slider media-gallery {
		 display: flex;
	}
	.product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: 100%;
    margin-bottom: 10px;
}
.medea-sidee {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
.product--thumbnail_slider .slider-mobile-gutter:not(.thumbnail-slider) {
    width: 86%;
    order: 2;
}
	 .product--thumbnail_slider .thumbnail-slider {
		 width: 100px;
		 padding-right: 10px;
	}
	 .product--thumbnail_slider .slider-button {
		 display: none !important;
	}
	 .product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up {
		 padding: 0;
		 display: block;
	}
	 .product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
		 width: 100%;
	}
  slider-component#GalleryViewer-template--16770731311347__main {
    order: 1;
}
  slider-component#GalleryViewer-template--16758821454067__main
  {
    order: 1;
}
  .product--thumbnail_slider .thumbnail-slider {
    align-items: flex-start !important;
}
}

.banner-text.css-nfr6b8.e196k2yj0 {
    color: black !important;
}