/** Shopify CDN: Minification failed

Line 8987:0 Expected "}" to go with "{"

**/
@font-face {
  font-family: 'Suisse Works';
  src: url('/cdn/shop/files/SuisseWorks.eot');
  src: url('/cdn/shop/files/SuisseWorks.eot?#iefix') format('embedded-opentype'),
    url('/cdn/shop/files/SuisseWorks.woff2') format('woff2'),
    url('/cdn/shop/files/SuisseWorks.woff') format('woff'),
    url('/cdn/shop/files/SuisseWorks.ttf') format('truetype'),
    url('/cdn/shop/files/SuisseWorks.svg#SuisseWorks') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Suisse Works';
  src: url('/cdn/shop/files/SuisseWorks-Italic.eot');
  src: url('/cdn/shop/files/SuisseWorks-Italic.eot?#iefix') format('embedded-opentype'),
    url('/cdn/shop/files/SuisseWorks-Italic.woff2') format('woff2'),
    url('/cdn/shop/files/SuisseWorks-Italic.woff') format('woff'),
    url('/cdn/shop/files/SuisseWorks-Italic.ttf') format('truetype'),
    url('/cdn/shop/files/SuisseWorks-Italic.svg#SuisseWorks-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Suisse Int\'l';
  src: url('/cdn/shop/files/SuisseIntl-Regular.eot');
  src: url('/cdn/shop/files/SuisseIntl-Regular.eot?#iefix') format('embedded-opentype'),
    url('/cdn/shop/files/SuisseIntl-Regular.woff2') format('woff2'),
    url('/cdn/shop/files/SuisseIntl-Regular.woff') format('woff'),
    url('/cdn/shop/files/SuisseIntl-Regular.ttf') format('truetype'),
    url('/cdn/shop/files/SuisseIntl-Regular.svg#SuisseIntl-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


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

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

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

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

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

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

/* base */

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

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

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

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

.page-width {
  margin: 0 auto;
}

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

.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.0375rem);
  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) * 3.125rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: var(--font-weight-6);
  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: 1rem;
}

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-offset: 0.3rem;
  box-shadow:none;
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: none;
  outline-offset: 0.3rem;
  box-shadow:none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

.button,
.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(7.5rem + var(--buttons-border-width) * 2);
  min-height: calc(2.8125rem + 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;
  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;
  display: none;
}

.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;
  display: none;
}

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

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

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

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

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

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

/* Select */

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

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 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 {
    float: left;
    width: 100%;
    padding: 0;
    height: auto;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    line-height: normal;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    font-family: "Suisse Int'l";
    font-weight: var(--font-weight-4);
     letter-spacing: 0.36px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.field select {
    float: left;
    width: 100%;
    padding: 0;
    height: auto;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    line-height: normal;
    outline: none !important;
    box-shadow: none !important;
    background: url(select-arrow.svg) no-repeat right center transparent !important;
    font-family: "Suisse Int'l";
    font-weight: var(--font-weight-4);
     letter-spacing: 0.36px;
   appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.field__label,
.customer .field label {
  font-size: 16px;
  left: 0;
top: 0px;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  color: #000;
  letter-spacing: 0.36px;
  line-height:normal;
}

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

.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: "Suisse Int'l";
  font-style: normal;
  font-weight: normal;
  min-height: 292px;
  resize: none;
  padding:18px 22px;
  border:1px solid #000;
}
.text-area + .form__label{
  margin:0;
  top: 18px;
left: 24px;
}

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: var(--font-weight-5);
  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;
}

/* section-header */
#shopify-section-header {
  z-index: 3;
}
.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;
}
.shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

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

.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 1fr;
    column-gap: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.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;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

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

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

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

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

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video {
  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);
    }
  }
}

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

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

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

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

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

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  background-color: #fcfbf5;
  font-family: 'Suisse Int\'l';
  letter-spacing: 0.36px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  overflow-x: hidden;
}

.fullset {
  float: left;
  width: 100%;
}

.page-width {
  padding: 0;
  max-width: 1272px;
}

.large--hide {
  display: none !important;
}

.hide {
  display: none !important;
}

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

  .large--hide {
    display: inherit !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-83 {
  padding: 16px 83px;
}

h1.header__heading svg path {
  fill: black;
}

.header__menu-item,
.header__icons a {
  font-family: SuisseWorks;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  padding: 0 20px;
}

.header__menu-item:hover {
  text-decoration: none;
  color: #000;
}

.header__icons ul li {
  display: inline-block;
}

.heading_h2 {
  font-family: 'Suisse Works';
  font-size: 54px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
}

.heading_h3 {
  font-family: 'Suisse Works';
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 42px;
  letter-spacing: normal;
  text-align: left;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
}

.heading_h4 {
  font-family: 'Suisse Int\'l';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.44px;
  text-align: left;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
}

.banner__heading {
  font-family: SuisseWorks;
  font-size: 54px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fcfbf5;
}

.banner__text.body {
  font-family: 'Suisse Int\'l';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.36px;
  text-align: left;
  color: #fff;
}

.banner--desktop-transparent .banner__box {
  padding: 0;
}

.banner__box .banner__heading+* {
  margin-top: 0.5rem;
}

.banner__box {
  width: 100% !important;
}

.banner__content.banner__content--bottom-left,
.banner__box.content-container {
  width: 100% !important;
  max-width: 100% !important;
}

.banner__buttons {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 0;
}

.button {
  max-width: 330px;
  width: 100%;
  height: 46px;
  background-color: #fcfbf5 !important;
  font-family: "Suisse Int'l";
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 46px !important;
  letter-spacing: .36px !important;
  color: #000 !important;
  border-radius: 0 12px 0 0;
  border: none;
  min-height: inherit;
  text-transform: capitalize;
  text-transform: uppercase;
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .button {
    max-width: 100%;
  }
}

.button:after,
.button:before {
  border: none !important;
  box-shadow: none !important;
}

.button:hover {
  background-color: #763426 !important;
  color: #FCFBF5 !important;
}

.button.green_btn {
  background: #b0b994 !important;
}

.button.green_btn:hover {
  background-color: #763426 !important;
  color: #fcfbf5 !important;
}

.rich-text {
  background-color: #763426;
}

.rich-text__blocks {
  max-width: 100% !important;
}

.rich-text p {
  font-family: 'Suisse Int\'l';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.36px;
  text-align: left;
  color: #fcfbf5;
  display: inline-block;
  padding: 0 50px;
}

.rich-text p:before {
  content: '';
  width: 8px;
  height: 8px;
  flex-grow: 0;
  display: inline-block;
  transform: rotate(-315deg);
  background-color: #c3a683;
  left: -50px;
  position: relative;
}

.rich-text p:first-child:before {
  content: inherit;
}

#shopify-section-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fcfbf5;
  font-family: 'Suisse Int\'l';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  text-align: left;
  color: #000;
  height: 42px;
  padding: 12px 24px 12px;
  display: none;
}

.txt_link {
  color: #000;
  text-decoration: underline;
}

.txt_link:hover {
  color: #763426;
}

.cookie_accept {
  text-align: right;
  float: right;
}

#shopify-section-site_newsletter {
  width: 513px;
  height: auto;
  padding: 24px 22px 30px;
  background-color: #326f83;
  font-family: 'Suisse Works';
  font-size: 22px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #FCFBF5;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  border-radius: 12px 0 0 0;
  z-index: 99;
  top: inherit;
  float: left;
}

#shopify-section-site_newsletter .close_popup {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
}

#shopify-section-site_newsletter .close_popup img {
  filter: invert(1);
  float: left;
}

#shopify-section-site_newsletter div {
  padding: 0 !important;
  min-height: inherit !important;
}


#shopify-section-site_newsletter .klaviyo-form input[type="email"] {
  float: left !important;
  width: 100% !important;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  color: #FCFBF5 !important;
  font-size: 18px !important;
  line-height: normal !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  font-family: 'Suisse Int\'l' !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

#shopify-section-site_newsletter .klaviyo-form button {
  position: absolute;
  width: 62px;
  right: -7px;
  background: transparent !important;
  font-size: 0 !important;
  height: 37px !important;
  outline: none !important;
  box-shadow: none !important;
}

#shopify-section-site_newsletter .klaviyo-form button::before {
  content: "Submit" !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  font-size: 18px !important;
  width: 100% !important;
  height: 100% !important;
  line-height: 49px !important;
  font-family: 'Suisse Int\'l' !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  background: transparent !important;
  letter-spacing: 0.36px;
}

form.klaviyo-form {
  /* border-bottom: 1px solid #fff !important; */
  border-radius: 0 !important;
}

.klaviyo-form input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FCFBF5 !important;
  opacity: 1 !important;
}

.klaviyo-form input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #FCFBF5 !important;
  opacity: 1 !important;
}

.klaviyo-form input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #FCFBF5 !important;
  opacity: 1 !important;
}

.klaviyo-form input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #FCFBF5 !important;
  opacity: 1 !important;
}

.klaviyo-form input[type="email"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #326f83 inset !important;
  -webkit-text-fill-color: #ffffff !important;
}


.footer-block__newsletter .klaviyo-form p,
.footer-block__newsletter .klaviyo-form p span {
  font-family: 'Suisse Int\'l' !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #FCFBF5 !important;
  letter-spacing: 0.32px;
  text-align: left !important;
}

.klaviyo-form p,
.klaviyo-form p span {
  line-height: normal !important;
}
.list-menu li {
  padding: 14px 0;
}

.header-wrapper.shop_active {
  background-color: #b0b994 !important;
}

.header-wrapper.ab_active {
  background-color: #fcfbf5 !important;
}

.dropdown_menu {
  border-top: 1px solid #000000;
  width: 100%;
  background-color: #b0b994;
  position: absolute;
  left: 0;
  top: 61px;
  padding: 55px 40px 37px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: opacity .1s ease-in, visibility .1s ease-in, top .1s ease-in;
  -moz-transition: opacity .1s ease-in, visibility .1s ease-in, top .1s ease-in;
  -webkit-transition: opacity .1s ease-in, visibility .1s ease-in, top .1s ease-in;

}

.dropdown_menu.active {
  /* top: 49px; */
  top: 72px;
  opacity: 1;
  visibility: visible;

}

.dropdown_menu ul {
  width: 50%;
  float: left;
}

.dropdown_menu ul li {
  display: block;
  list-style-type: none;
  padding: 0;
}

.dropdown_menu ul li a {
  font-family: 'Suisse Int\'l';
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: 0.44px;
  text-align: left;
  color: #000;
  text-decoration: none;
}

.links_wrapper {
  width: 50.5%;
  float: left;
}

.dropdown_menu ul li a:hover {
  color: #763426;
}

.col-6 {
  width: 50%;
  float: left;
}

.menu_products_wrapper {
  float: left;
  width: 49.5%;
}

.menu_products_wrapper #product-grid {
  width: 100%;
  column-gap: 23px;
  row-gap: 23px;
}

.menu_products_wrapper .card-information {
  display: none;
}

.submenu {
  float: left;
}

.dropdown_menu .submenu ul {
  width: 100%;
}

.submenu span {
  float: left;
  width: 100%;
  color: #000;
  margin: 0 0 20px;
}

.menu_products_wrapper .card__inner {
  --ratio-percent: 106% !important;
  background: #EBE9DE;

}

.menu_products_wrapper .card__inner .card__content {
  display: none !important;
}

.menu_products_wrapper .card__inner .media--transparent {
  position: static;
}

.menu_products_wrapper .card__information {
  padding-bottom: 0;
  padding-top: 10px;
}

.underline-links-hover:hover a {
  text-decoration: none;
}

.header__inline-menu .icon.icon-chevron-down {
  width: 9px;
  height: auto;
  display: none;
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.header__inline-menu .list-menu>li:nth-child(1) .icon.icon-chevron-down,
.header__inline-menu .list-menu>li:nth-child(2) .icon.icon-chevron-down {
  display: inherit !important;
}

.header__menu-item span {
  display: flex;
}

.list-menu li.current .icon.icon-chevron-down {
  transform: rotate(-180deg);
}

.drop__buttons {
  margin-top: 0;
  position: absolute;
  bottom: 46px;
  left: 40px;
  width: 80%;
}

.header__menu-item:hover span {
  text-decoration: none !important;
}

.about-drop {
  display: flex;
  flex-wrap: wrap;
}

.about-dropbox {
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.about-dropbox a {
  color: #000;
}

.about-dropimg {
  float: left;
}

.about-droptext {
  float: left;
}

.about-dropbox img {
  height: auto;
}

.about-droptext .heading_h2 {
  font-size: 32px;
  line-height: 42px;
  margin: 0 0 10px;
  color: #000;
}

.about-droptext {
  padding: 22px 48px 0;
}

.about-droptext p {
  float: left;
  width: 100%;
  max-width: 248px;
}

#about_megamenu {
  padding: 55px 48px 47px;
  /* background-color: #fcfbf5; */
  background-color: var(--gradient-background);
}

.header-wrapper.ab_active {
  background-color: #fcfbf5;
}

.nav_hover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(176, 185, 148, 0.25);
  display: none;
  z-index: 2;
}

.nav_hover.active {
  display: inherit;
}

.no_scroll {}

.header__icons ul {
  display: flex;
  align-items: center;
  float: right;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  width: auto;
  height: auto;
  text-decoration: none;
  font-family: SuisseWorks;
  font-size: 18px;
  font-weight: var(--font-weight-4);
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.header__icon {
  height: auto;
  text-decoration: none;
  font-family: SuisseWorks;
  font-size: 18px;
  font-weight: var(--font-weight-4);
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.header__search {
  padding-right: 20px;
}

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

.button.button--large {
  width: 100%;
  max-width: 318px;
}

.button.button--large span {
  color: rgba(0, 0, 0, 0.5);
  padding-right: 5px;
  margin-left: 3px;
  text-decoration: line-through;
}

.button.button--large:hover span {
  color: #ffffff;
}

.button.button--large:hover {
  color: rgba(255, 255, 255, 0.5);
}

.menu_products_wrapper #product-grid .card__content form {
  display: none !important;
}

body.gradient {
  background: #fcfbf5;
}

.image-with-text-section-2 .gradient {
  background: #fcfbf5;
}

.image-with-text-section-2 .gradient.color-background-2 {
  background: #B0B994;
}

.image-with-text-section-2 .gradient .button {
  background: #B0B994 !important;
  /* max-width: 330px; */
  width: 100% !important;
}

.image-with-text-section-2 .gradient.color-background-2 .button {
  background: #EBE9DE !important;
}

.product-form.m-0.p-0 {
  z-index: 2;
}

.radio-wrapper {
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
}

.card__information {
  float: left;
  width: 80%;
  padding: 0 !important;
}

.quick_add {
  float: right;
  width: 40%;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  transition: opacity .1s ease-in, visibility .1s ease-in;
  -moz-transition: opacity .1s ease-in, visibility .1s ease-in;
  -webkit-transition: opacity .1s ease-in, visibility .1s ease-in;
  z-index: 9;
}

.grid.product-grid li .card-wrapper:hover .quick_add {
  opacity: 1;
  visibility: visible;
}

.variant-sizes {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.quick-variants {
  position: absolute;
  right: 0;
  top: -9999px;
}

.s_box {
  margin: 0 0 0 20px;
}

.s_box input:disabled+label {
  opacity: 1;
}

.s_box:first-child {
  margin: 0;
}

.card:not(.ratio)>.card__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 37px 30px 34px 37px;
  background-color: #ebe9de;
  position: relative;
}

.card__heading {
  margin-bottom: 10px;
}

.radio-wrapper .add_btn {
  float: left;
  width: 100%;
  max-width: none;
  text-transform: none;
  opacity: 1;
}

.card__heading+p {
  margin-top: 8px;
  float: left;
  width: 100%;
}

.card__heading a::after {
  display: none;
}

.s_box input {
  display: none;
}

.s_box label {
  position: relative;
  padding-left: 20px;
}

.s_box label::after {
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  /*top: 1px;*/
  top: 3px;
  border-radius: 100%;
}

.s_box label::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px solid #000;
  position: absolute;
  background: #000;
  left: 3px;
  /*top: 4px;*/
  top: 6px;
  border-radius: 100%;
  opacity: 0;
}

.s_box input:checked+label::before {
  opacity: 1;
}

.menu_products_wrapper .card__information {
  width: 100%;
}

.menu_products_wrapper .card:not(.ratio)>.card__content {
  padding: 10px 0 0;
  background-color: transparent;
  display: inherit !important;
}

.menu_products_wrapper .card__heading+p,
.menu_products_wrapper .card__heading+p.shop_p_Default.Title {
  display: none !important;
}

.grid.product-grid {
  column-gap: inherit;
  row-gap: inherit;
  display: inherit;
  margin: 0 -12px;
}

.grid.product-grid li {
  float: left;
  width: 50%;
  padding: 0 12px;
}

.grid.product-grid li {
  float: left;
  width: 50%;
  padding: 0 12px;
}

.menu_products_wrapper .grid.product-grid li {
  width: 33.333%;
}

.menu_products_wrapper .Marquee {
  display: none !important;
}

.Marquee {
  transform: rotate(-90deg) translateY(-750%);
  bottom: auto;
  left: auto;
  position: absolute;
  width: 290%;
  display: flex;
  opacity: 0;
  visibility: visible;
  transition: opacity .1s ease-in, visibility .1s ease-in;
  -moz-transition: opacity .1s ease-in, visibility .1s ease-in;
  -webkit-transition: opacity .1s ease-in, visibility .1s ease-in;
}

.grid.product-grid .card-wrapper:hover .Marquee {
  opacity: 1;
  visibility: visible;
}

.Marquee-container {
  display: flex;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: Marqueeloop 30s linear infinite;
  -moz-animation: Marqueeloop 30s linear infinite;
  -o-animation: Marqueeloop 30s linear infinite;
}

.Marquee-container>div {
  display: flex;
  align-items: center;
  font-family: 'Suisse Works';
  font-size: 32px;
  line-height: normal;
  letter-spacing: normal;
  color: #cda787;
  margin: 0 24px;

}

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

  100% {
    transform: translateX(0%);
  }
}

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

  100% {
    transform: translateX(0%);
  }
}

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

  100% {
    transform: translateX(0%);
  }
}

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

  100% {
    transform: translateX(0%);
  }
}

.product_linkurl.fullset {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 70%;
}

.header__search {
  display: none !important;
}

#pageheader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fcfbf5;
  width: 100%;
  height: 100%;
  display: none;
}

.search-form {
  float: left;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #b0b994;
}

.search-form input {
  float: left;
  width: 100%;
  padding: 12px 24px 9px 24px;
  border: none;
  background: transparent;
  font-family: 'Suisse Works';
  border-radius: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  outline: none !important;
  box-shadow: none !important;
}

.d-title {
  float: left;
  width: 100%;
  padding: 10px 0 0;
  font-size: 18px;
  font-family: 'Suisse Works';
}

.cls_search {
  float: left;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 10px;
  top: 6px;
  padding: 10px;

}

.cls_search img {
  float: left;
  width: 100%;
}

.header__heading-link svg,
.header__heading-link svg path {
  fill: #000;
}

.heading_h2 em {
  font-style: italic;
}

.menu_products_wrapper #productgrid {
  width: 100%;
  column-gap: 23px;
  row-gap: 23px;
  display: inherit;
  margin: 0 -12px;
}

.menu_products_wrapper .grid.productgrid li {
  width: 33.333%;
  float: left;
  padding: 0 12px;
  position: relative;
}

#shopify-section-header {
  z-index: 13;
  position: sticky;
  top: 0;
}
.shopify-section-header {
  z-index: 13;
  position: sticky;
  top: 0;
}

.save_price {
  position: absolute;
  top: 20px !important;
  left: 24px !important;
  width: auto !important;
  height: auto !important;
  color: #cda787 !important;
  font-size: 14px !important;
  padding: 5px 17px !important;
  border-radius: 20px;
  border: solid 1px #cda787;
  line-height: normal;
}

.save_price:empty {
  display: none !important;
}

.menu_products_wrapper .save_price {
  display: none !important;
}

.card__badge.bottom.left {
  display: none !important;
}

/* AJAX CART
========================*/
.product.product--large {
  flex-direction: row-reverse;
}

.product__media-toggle {
  display: none !important;
}

#product_Slider-Gallery .product__media {
  padding: 0 !important;
  background: #ebe9de;
  height: calc(100vh - 42px);
  border: none;
}

#product_Slider-Gallery .product__media img {
  position: static !important;
}

.section+.section {
  clear: both;
}

.home-blogs .card:not(.ratio)>.card__content {
  padding: 10px 0 0;
  background-color: transparent;
}

.product--large:not(.product--no-media) .product__media-wrapper {
  max-width: none;
  width: none;
}

.collection .grid.product-grid li .card:not(.ratio)>.card__content {
  display: flex;
}

.progress_bar {
  padding: 23px 24px;
  border-bottom: 1px solid red;
}

.progress {
  height: 8px;
  overflow: hidden;
  background-color: #ebe9de;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  margin: 0 auto 20px;
  float: left;
  border: 0px solid #f6f6f6;
  border-radius: 4px;
}

.Bar {
  width: 45%;
  height: 8px;
  background-color: #763426;
  padding-left: 0;
  padding-right: 0;
  line-height: 30px;
  color: #fff;
  display: block;
  border-radius: 4px;
}

.btn_price i {
  opacity: 0.5;
}

#preview-bar-iframe {
  z-index: 9 !important;
}

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

span.hide_Default.Title {
  display: none !important;
}

.underline-links-hover:hover a {
  text-decoration: none !important;
}

.text-marquee {
  background-color: #b0b994;
  padding: 62px 0;
}

.text-marquee-animation {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
}

.marquee-animation {
  display: flex;
  font-family: Suisse Works;
  font-size: 52px;
  font-weight: var(--font-weight-4);
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  -webkit-animation: Marqueetext 25s linear infinite;
  -moz-animation: Marqueetext 25s linear infinite;
  -o-animation: Marqueetext 25s linear infinite;
}

.marquee-animation div {
  padding: 0 41px;
  white-space: nowrap;
}

.text-marquee>span {
  color: #000;
  padding: 0 0 50px;
  letter-spacing: 0.4px;
}

@-webkit-keyframes Marqueetext {
  0% {
    transform: translateX(0%);
  }

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

@-moz-keyframes Marqueetext {
  0% {
    transform: translateX(0%);
  }

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

@-o-keyframes Marqueetext {
  0% {
    transform: translateX(0%);
  }

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

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

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

div.products_list,
div.articles_list {
  padding-top: 54px;
}

.d-author {
  float: left;
  width: auto;
  clear: both;
  padding-top: 10px;
}

.w_1147 {
  max-width: 1147px;
  display: table;
}

.page-header {
  border-bottom: 1px solid #b0b994;
  padding: 70px 0 47px;
  margin-bottom: 24px;
}

.page_rte {
  float: right;
  width: 74%;
  padding-left: 8px;
  color: #000;
}

.left_links {
  float: left;
  width: 26%;
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
}

.left_links ul {
  list-style: none;
}

.left_links li {
  list-style: none;
  margin-bottom: 20px;
}

.left_links li a {
  float: left;
  color: #000;
  font-family: SuisseWorks;
  font-size: 18px;
  text-decoration: none;
}

.left_links li a:hover {
  text-decoration: underline;
}

.left_links li a.active {
  float: left;
  color: #000;
  text-decoration: underline;
}

.faq_box h2 {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  line-height: 24px;
  letter-spacing: 0.36px;
  font-family: "Suisse Int'l";
}

.faq_box h3 {
  float: left;
  width: 100%;
  padding: 21px 50px 21px 0;
  margin: 0px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  line-height: 24px;
  letter-spacing: 0.36px;
  position: relative;
  font-family: "Suisse Int'l";
  letter-spacing: .36px;
  cursor: pointer;
}

.faq_box h3::after {
  content: "+";
  position: absolute;
  width: auto;
  height: auto;
  right: 0;
  top: 19px;
  font-size: 32px;
  opacity: 0.5;
  font-family: var(--font-heading-family);
}

.faq_box .active h3::after {
  content: "-";
  top: 16px;
}

.box-a1 {
  padding: 0;
  border-bottom: 1px solid #b0b994;

}

.level-box {
  display: none;
  margin-top: -10px !important;
  padding-bottom: 21px;
  padding-right: 50px;
}

.page_rte .faq_box .box-a1:nth-child(2) h3 {
  margin-top: -21px;
}

.faq_box {
  margin-bottom: 45px;
}

.level-box p {
  margin: 0 0 25px;
}

.level-box p:last-child {
  margin: 0;
}

.level-box ul {
  margin: 0 0 25px;
  float: left;
  width: 100%;
  padding: 0 0 0 40px;
}

.level-box ul:last-child {
  margin: 0;
  padding-bottom: 10px;
}

.page-info {
  padding-bottom: 70px;
}

.static-page {
  padding: 70px 0 117px;
  color: #000;
}

.static-page h1 {
  margin: 0 0 70px;
}

.w_842 {
  max-width: 842px;
}

.static-rte h5 {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  line-height: 24px;
  letter-spacing: 0.36px;
  font-family: "Suisse Int'l";
}

.static-rte p {
  margin: 0 0 22px;
}

.static-rte p:last-child {
  margin: 0;
}

.static-rte ul {
  margin: 0 0 25px;
  float: left;
  width: 100%;
  padding: 0 0 0 40px;
}

.static-rte ul:last-child {
  margin: 0;
  padding-bottom: 10px;
}

.static-rte a {
  color: #000;
  text-decoration: none;
}

.static-rte a:hover {
  text-decoration: underline;
}

#general-box .box-a1:nth-child(2) .level-box {
  display: block;
}

.home-blogs .article-card__excerpt {
  display: none !important;
}

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

.w_1440 {
  max-width: 1440px;
}

.w_1030 {
  max-width: 1030px;
}

.banner_404 {
  padding: 81px 0 110px;
}

.banner_404 h4 {
  margin: 0 0 30px;
  font-family: 'Suisse Int\'l';
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: center;
  color: #000;
}

.img_404 {
  margin: 0 auto;
  width: 100%;
  display: table;
  position: relative;
  max-width: 446px;
  min-height: 522px;
}

.img_404 video {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.img_404 img {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.w_1030 {
  max-width: 1030px;
  position: relative;
}

.banner_404 .heading_h2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.banner_404 .banner_buttons {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-top: 39px;
}

.text-fade {
  opacity: 0;
}

.shopify-section {
  float: left;
  width: 100%;
}

#groves-and-mills_body .rich-text__blocks .text-fade {
  opacity: 1 !important;

}

#product-grid.template-search__results {
  float: left;
  width: 100%;
  padding: 55px 48px;
  min-height: 600px;
}

.search_res h3 {
  font-family: 'Suisse Int\'l';
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.44px;
  text-transform: none;
  padding: 0;
  margin: 0 0 20px;
}

.search_item.col-6 {
  width: 50%;
  padding: 0 11px;
  margin-bottom: 50px;
}

.search_res .row {
  margin: 0 -11px;
  padding-right: 33.33%;
}

#product-grid.template-search__results .Marquee,
#product-grid.template-search__results .quick_add,
#product-grid.template-search__results .card__heading+p {
  display: none !important;
}

#product-grid.template-search__results .heading_h3 {
  font-size: 22px;
  margin: 10px 0 0;
}

#product-grid.template-search__results .card:not(.ratio)>.card__content {
  display: block;
  padding: 0;
  background-color: transparent;
}

#product-grid.template-search__results .card__information {
  width: 100%;
}

#product-grid.template-search__results .heading_h3.d-title {
  margin: 0 !important;
  padding: 0;
  line-height: normal;
}

.search_item a {
  color: #000;
}

.search_res.col-6.art_search_res .search_item.fullset {
  margin: 0 0 30px;
}

.my_details_rte,
.my_details_rte a {
  font-size: 16px;
  color: #000;
  line-height: normal;
  text-decoration: none;
}

.my_details_rte a:hover {
  text-decoration: underline;
}

.my_accwrapper {
  min-height: 500px;
}

.my_accwrapper .heading_h4 {
  margin: 0 0 12px;
}

.my_history_box {
  display: none;
}

.order_box {
  padding: 47px 0;
  border-bottom: 1px solid #b0b994;
  float: left;
  width: 100%;
  position: relative;
}

.order_box:nth-child(2) {
  padding-top: 0;
}

.order_box>span {
  margin-bottom: 10px;
  position: relative;
}

#account-section.w_720 {
  max-width: 720px;
}

#account-section .order_view {
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 18px;
}

.total_price_box {
  padding: 15px 0 0;
}

.button.green_btn.addresses_btn {
  max-width: none;
  width: 100%;
  text-decoration: none;
}

#AddAddress {
  display: none;
}

.addresses_btn[aria-expanded="true"]+#AddAddress {
  display: block;
}

.customer[data-customer-addresses] {
  max-width: none !important;
  float: left;
  width: 100%;
  padding: 0 !important;
  text-align: left;
}

li[data-address] {
  margin-top: 0;
  padding: 0 0 47px;
  border-bottom: 1px solid #b0b994;
  float: left;
  width: 100%;
  position: relative;
}

.addresses ul {
  padding: 0 !important;
  text-align: left;
}

input:-internal-autofill-selected {
  background-color: -internal-light-dark(rgb(232, 240, 254, 0), rgba(70, 90, 126, 0)) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.fullslide {
  background: #ebe9de;
}

.fullslide img {
  border-radius: 0 12px 0 0;
}

#shopify-section-site_newsletter h3 {
  margin: 0 0 55px;
  color: currentColor;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
}

#productgrid_p .card-wrapper::after {
  display: none !important;
}

.button.green_btn.empty_btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.heading_h2.heritage_h3 {
  margin-top: 45px;
  margin-bottom: 35px;
}

#groves-and-mills_body .image-with-text-section {
  padding-top: 0;
}

.ag-section.fullset {
  padding-bottom: 70px;
}

.quantity::before {
  background: transparent;
}

div.product-option {
  font-size: 18px;
  line-height: normal;
}

dl div.product-option {
  font-size: 16px;
}

.global-media-settings {
  border: none;
  border-radius: 0;
  background-color: #ebe9de;
}

.button_cart.button--tertiary_cart {
  color: #000;
}

.title-wrapper-with-link {
  align-items: center;
  flex-direction: row;
  flex-wrap: inherit;
}

.totals>h2 {
  font-size: 16px;
  letter-spacing: normal;
  color: #000;
  font-family: "Suisse Int'l";
}

.totals__subtotal-value {
  font-size: 18px;
  color: #000;
}

.tax-note {
  font-size: 16px;
  color: #000;
}

.totals>h2 {
  font-size: 18px;
}

.text-fade-load {
  opacity: 1 !important;
  transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}

.collection_box .grid.product-grid {
  clear: both;
}

.hide_variants .product-form__controls-group {
  display: none !important;
}

.card-wrapper.hide_variants:hover .card__heading+p {
  display: inherit !important;
}

.quick_add .warning.animated.bounceIn {
  display: none !important;
}

.bestSellers .heading_h4 {
  text-transform: capitalize;
}

.s_box input[disabled]+label {
  opacity: 0.5;
  text-decoration: line-through;
}

.grove_rte p {
  margin: 0 0 20px;
}

.grove_rte p:last-child {
  margin: 0;
}

.menu_products_wrapper .card-wrapper.hide_variants:hover .card__heading+p {
  display: none !important;
}

.sticky_box.add_sticky h1 {
  width: auto;
  margin-right: 20px;
}

.article_info a {
  color: #000;
}

#upseelprodyct .add_btn i {
  display: none !important;
}

.banner_404 .heading_h2 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  width: 100%;
  max-width: 350px;
  padding: 0;
  margin: 0;
}

.radio-wrapper .add_btn[disabled] {
  text-transform: capitalize;
}

.blogtag_link+.blogtag_link {
  display: none !important;
}

product-recommendations .grid.product-grid li {
  display: none !important;
}

product-recommendations .grid.product-grid li:nth-child(1),
product-recommendations .grid.product-grid li:nth-child(2),
product-recommendations .grid.product-grid li:nth-child(3) {
  display: inherit !important;
}

.template-index .image-with-text__media img {
  position: absolute !important;
}

.media_thumb_box.thumb_1 {
  z-index: 2;
}

.media_thumb_box.thumb_2 {
  z-index: 1;
  opacity: 0;
}

.card-wrapper:hover .media_thumb_box.thumb_1 {
  z-index: 1;
  opacity: 0;
}

.card-wrapper:hover .media_thumb_box.thumb_2 {
  z-index: 2;
  opacity: 1;
}

.media_thumb_box video {
  object-fit: cover;
  z-index: 2;
}

.grid.product-grid .card-wrapper:hover .Marquee {
  z-index: 3;
}

.product__media-icon.motion-reduce.quick-add-hidden {
  display: none !important;
}

.media_thumb_box .product__modal-opener--video {
  display: none !important;
}

modal-opener {
  float: left;
  width: 100%;
  height: 100%;
}

.error_ul a {
  text-decoration: none !important;
}

.Marquee-container>div {
  color: #c3a683;

}

#password_confirmation-error {
  display: none !important;
}

small#password-error,
small#password_confirmation-error {
  display: none !important;
}

.menu_products_wrapper .card__inner .media--transparent {
  position: static;
  padding: 0 !important;
}

.needsclick.kl-teaser-U7KJ9J.undefined.kl-private-reset-css-Xuajs1 {
  left: 50% !important;
  transform: translateX(-50%);
  width: auto !important;
}

/*
.needsclick[data-testid="animated-teaser"] > span.needsclick{
  padding:0 15px!important;
}
.needsclick[data-testid="animated-teaser"] p span{
    font-size:0px!important;
}
.needsclick[data-testid="animated-teaser"] p span::after{
  content: 'Enter to Win a Free Cookbook';
  font-size:18px!important;
  font-weight: 600!important;
  position: relative;
top: -11px;
  cursor:pointer;
}*/
/*
.needsclick.kl-teaser-U7KJ9J.undefined.kl-private-reset-css-Xuajs1 {
	display: none !important;
}
#dynamic-react-root + div{
  display: none !important;
}*/
.cookie_accept.txt_link img {
  width: 14px;
  height: auto;
  float: left;
  margin: 3px 10px 0 0;
}

.cookie_accept.txt_link span {
  text-decoration: underline;
  width: auto !important;
}

.cookie_accept.txt_link:hover span {
  text-decoration: none;
}

.dropdown_menu ul li {
  padding: 0 0 7px;
}

.dropdown_menu ul li a {
  font-size: 16px;
  line-height: normal;
  letter-spacing: .32px;
}

.submenu span {
  font-size: 18px;
  margin: 0 0 12px;
  font-family: 'Suisse Works';
  font-weight: normal;
}

.drop__buttons {
  position: static;
}

.submenu.fullset {
  margin: 40px 0 40px;
  width: 100% !important;
}

.dropdown_menu .menu_products_wrapper ul li a {
  /* font-size: 22px; */
  font-size: 25px;
  font-family: 'Suisse Works';
  font-weight: normal;
}

.dropdown_menu {
  padding-bottom: 48px;
}

#shop_megamenu .submenu {
  width: 35%;
}

#shop_megamenu .submenu:first-child {
  width: 25%;
}

#shopify-section-giveaway-header {
  padding: 0;
}

#shopify-section-giveaway-header .image-with-text_wrap {
  max-width: 533px;
}

#shopify-section-giveaway-header .image-with-text__content .heading_h2,
#shopify-section-giveaway-header .image-with-text__content p {
  color: #000;
}

#shopify-section-giveaway-header .image-with-text__content .heading_h2 {
  font-size: 54px;
  margin-bottom: 20px;
}

#ImageWithText--giveaway-header {
  background: #ebe9de;
}

#shopify-section-giveaway-header .image-with-text__content .image-with-text__text+.button {
  margin-top: 30px;
  width: 210px;
}

.image-with-text__text.rte.note_rte.body p {
  font-size: 14px;
}

.image-with-text__text.rte.note_rte.body a {
  color: #000;
}

#giveaway-landing_body .header {
  border-bottom: 1px solid #b0b994;
}

.image-with-text__text.rte.note_rte.body a:hover {
  text-decoration: none;
}

.overview_rte {
  margin: 0 0 30px;
}

#shopify-section-giveaway-overview {
  padding-top: 70px;
  padding-bottom: 115px;
  color: #000;
}

.w_553 {
  max-width: 553px;
  float: right;
  margin-right: 84px;
}

.fullset.slider_title {
  max-width: 241px;
  background: #236776;
  display: flex;
  line-height: normal;
  align-items: center;
  justify-content: center;
  height: 41px;
  border-radius: 0 12px 0 0;
  color: #fff;
  margin-bottom: -1px;
}

.overview_slider_wrap {
  padding: 128px 48px 74px;
  max-width: 624px;
  background: #236776;
  color: #fff;
  clear: both;
}

.overview_slider_wrap .heading_h3,
.overview_slider_wrap .heading_p {
  color: #fff;
}

.overview_slider_wrap .heading_h3 {
  max-width: 440px;
}

.fullset.overview_box p {
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: normal;
}

.slickslider_arrow .slick-arrow {
  font-size: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border: none;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(arrow-right.svg) no-repeat center center #fcfbf5;
  background-size: 12px auto;
  z-index: 3;
  cursor: pointer;
}

.slickslider_arrow .slick-next.slick-arrow {
  right: 24px;
}

.slickslider_arrow .slick-prev.slick-arrow {
  left: 24px;
  background: url(arrow-left.svg) no-repeat center center #fcfbf5;
  background-size: 12px auto;
}

.overview_slider.slickslider_arrow .slick-arrow {
  top: -78px;
  transform: none;
}

.overview_slider.slickslider_arrow .slick-prev.slick-arrow {
  left: 0px;
}

.overview_slider.slickslider_arrow .slick-next.slick-arrow {
  right: inherit;
  left: 42px;
}

.overview_slider-section {
  padding-left: 12px;
}

.overview_section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.image_item img {
  height: auto;
}

.fullset.giveaway_images {
  margin-bottom: 70px;
}

.page-width.w_950 {
  max-width: 950px;
}

#shopify-section-giveaway-faq {
  color: #000;
}

.faqheader.fullset {
  float: left;
  width: 100%;
  padding: 23px 0;
  cursor: pointer;
  position: relative;
}

.faqheader::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  color: #b0b994;
  font-size: 0px;
  background: url(plus.svg) no-repeat center center;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
}

.active .faqheader::after {
  background: url(min.svg) no-repeat center center;
  background-size: 100% auto;
}

.level-box a {
  color: #000;
}

.level-box a:hover {
  text-decoration: none;
}

#shopify-section-giveaway-faq {
  padding-bottom: 118px;
}

#shopify-section-giveaway-image-width-text .image-with-text__content {
  padding: 80px 83px;
}

#shopify-section-giveaway-image-width-text .image-with-text_wrap {
  max-width: 583px;
}

.faq_title.heading_h3 {
  padding: 0 0 25px;
}

#shopify-section-giveaway-image-width-text {
  margin-bottom: 75px;
  padding: 0;
}

.giveaway_testimonial,
.giveaway_testimonial a {
  color: #000;
}

.testimonial_bottom.fullset {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
}

.giveaway_testimonial a:hover {
  text-decoration: none;
}

.col-4 {
  width: 33.333%;
  float: left;
}

.testimonial_product {
  text-align: right;
}

.testimonial_review {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.testimonial_review i {
  margin: 0 5px;
}

.testimonial_review svg path {
  fill: #763426;
}

.star_4 i:last-child svg path {
  fill: transparent !important;
}

.star_3 i:nth-child(4) svg path,
.star_3 i:nth-child(5) svg path {
  fill: transparent !important;
}

.star_2 i:nth-child(3) svg path,
.star_2 i:nth-child(4) svg path,
.star_2 i:nth-child(5) svg path {
  fill: transparent !important;
}

.star_1 i:nth-child(2) svg path,
.star_1 i:nth-child(3) svg path,
.star_1 i:nth-child(4) svg path,
.star_1 i:nth-child(5) svg path {
  fill: transparent !important;
}

.star_0 i svg path {
  fill: transparent !important;
}

#shopify-section-giveaway-testimonial {
  margin-bottom: 108px;
}

.giveaway_testimonial.slickslider_arrow .slick-arrow {
  background-color: #b0b994;
}

.giveaway_testimonial.slickslider_arrow .slick-arrow {
  background-color: #b0b994;
  transform: none;
  top: -65px;
}

.giveaway_testimonial.slickslider_arrow .slick-next.slick-arrow {
  right: 0;
}

.giveaway_testimonial.slickslider_arrow .slick-prev.slick-arrow {
  left: inherit;
  right: 42px;
}

.testimonial_title {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #000;
  margin: 0 0 37px;
  letter-spacing: 0.4px;
}

.testimonial_product a {
  text-transform: capitalize;
}

#shopify-section-giveaway-image-width-text .image-with-text__media img {
  width: 101% !important;
  max-width: 101% !important;
}

.submenu.fullset.hide+a {
  margin-top: 40px;
}

#giveaway_link {
  position: relative;
  top: -50px;
}

.fillset.up_title {
  color: #000;
  float: left;
  width: 100%;
  margin: 0 16px 15px;

}

.hide-scroll {
  overflow: hidden;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  bottom: 22px;
  top: inherit;
  height: 2px;
  background: #e3e3d4;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ced1b8;
  height: 2px;
}

.bodySharesClass {
  /* display:none!important;*/

}

.product-form__buttons.variant-nobox .product-form__submit.button {
  margin-top: -10px;
}

#shop_megamenu .submenu>a {
  float: left;
  width: 100%;
}

#shop_megamenu .submenu>a:focus {
  background: transparent !important;
}

#store-locator_body .main-page-title.page-title.h0 {
  display: none !important;
}

div#stockist-widget .leaflet-popup-content-wrapper,
div#stockist-widget .leaflet-popup-tip {
  background: #ebe9de !important;
}

div#stockist-widget .leaflet-container {
  font-family: 'Suisse Int\'l' !important;
}

.inner_ul {
  padding-bottom: 0;
  margin-bottom: -1px;
}

.bg-replacement {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
}

.swiper-autoheight > * {
  float: none;
}

#shopify-section-template--17087129289026__16711038741be0ba29 .text-fade {
	opacity: 1 !important;
}

.card__media .media {
	background-color: #EBE9DE;
}

.quick_add .btn.product-form__cart-submit.button.green_btn.m-0 {
	max-width: none;
	width: 100%;
}

@media(min-width:1600px) {
	.dropdown_menu.active {
		top: 49px;
		top: 72px;
	}
}

@media(max-width:1450px) {
	.section.home-about-section {
		overflow: hidden;
	}

	.product_infotext h3 {
		font-size: 31px;
	}

	.about_section h5 {
		width: 76%;
	}

	.featured_collection .card__inner {
		--ratio-percent: 124% !important;
	}

	.w_553 {
		float: left;
		margin-right: 0;
	}
}

/*end 1450px*/

@media(max-width:1399px) {
	.page-width {
		padding: 0;
		max-width: 1170px;
	}

	.image-with-text-section .image-with-text__media {
		position: relative;
	}

	.image-with-text-section .image-with-text__media img {
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.Marquee {
		transform: rotate(-90deg) translateY(-720%);
	}

	.template-product .p-83 {
		padding-left: 63px;
		padding-right: 63px;
	}

	.blog-header_cap {
		max-width: 500px!important;
	}

	#our-story_body .image-with-text-section .image-with-text__media {
		padding: 0 !important;
	}


	#our-story_body .image-with-text-section .image-with-text__media img {
		position: static !important;
	}

	.about_section h5 {
		width: 74%;
	}


	.w_553 {
		max-width: 510px;
	}
}

/*end 1399*/

@media(max-width:1299px) {
	.page-width {
		max-width: 1070px;
	}

	.heading_h2 {
		font-size: 48px;
	}

	.heading_h3 {
		font-size: 30px;
		line-height: 38px;
	}

	.card:not(.ratio)>.card__content {
		padding: 32px 20px 30px 27px;
	}

	.s_box label {
		padding-left: 20px;
		font-size: 16px;
	}

	.s_box {
		margin: 0 0 0 14px;
	}

	.links_wrapper {
		padding-right: 5%;
	}

	.dropdown_menu ul li a {
		font-size: 18px;
	}

	.submenu span {
		font-size: 16px;
	}

	.article-card__info {
		font-size: 16px;
	}

	.footer-block__newsletter {
		max-width: 435px;
	}

	.Marquee {
		transform: rotate(-90deg) translateY(-660%);
	}

	.collection_box .Marquee {
		transform: rotate(-90deg) translateY(-640%);
	}

	.slider-mobile-gutters {
		width: 60%;
	}

	.product--large:not(.product--no-media) .product__info-wrapper {
		padding: 149px 45px 0 0;
		width: 40%;
	}

	.product__info-container {
		max-width: 393px;
	}

	.product-form__input input[type="radio"]+label {
		font-size: 16px;
	}

	.template-product .p-83 {
		padding-left: 52px;
		padding-right: 52px;
	}

	.product_infotext span {
		white-space: nowrap;
	}

	.product_infotext h3 {
		padding-left: 35px;
		font-size: 30px;
	}

	.product_infotext {
		align-items: start;
	}

	#shopify-product-reviews .spr-header-title {
		font-size: 48px;
	}

	.product-recommendations .Marquee {
		transform: rotate(-90deg) translateY(-465%);
	}

	.about_section h5 {
		float: inherit;
	}

	.blog-header_cap {
		max-width: 440px!important;
	}


	.marquee-animation {
		font-size: 42px;
	}

	.heritage-rte {
		left: 0;
	}

	#our-story_body #MainContent .home-banner-section:last-child .banner-cap {
		max-width: 1070px;
	}

	.heading_h2.size_hxl {
		font-size: 54px;
	}

	.about_section h5 {
		width: 70%;
	}

	.dropdown_menu ul li a {
		font-size: 14px;
	}

	.dropdown_menu .menu_products_wrapper ul li a {
		font-size: 18px;
	}

	#shopify-section-giveaway-header .image-with-text__content .heading_h2 {
		font-size: 48px;
	}

	#shopify-section-giveaway-header .image-with-text__content {
		padding: 70px 63px 70px;
	}

	#giveaway-landing_body .p-83 {
		padding: 0 63px;
	}

	.w_553 {
		max-width: 460px;
	}

	.page-width.w_950 {
		max-width: 900px;
	}

	#shopify-section-giveaway-image-width-text .image-with-text__media img {
		position: absolute !important;
	}
}

/*end 1299*/

@media(max-width:1199px) {

	.slide_50-img,
	.fullslide {
		height: calc(75vh - 50px);
	}

	.p-83 {
		padding: 0 55px;
	}

	.page-width {
		max-width: 950px;
	}

	.home_ourstory_img {
		max-width: 326px;
		min-height: 432px;
	}

	.shape_left {
		max-width: 321px;
		bottom: 0px;
		left: -28px;
	}

	.shape_left svg {
		height: auto;
		width: 100%;
	}

	.shape_right {
		max-width: 206px;
		position: absolute;
		top: -100px;
		right: -60px;
	}

	.shape_right svg {
		height: auto;
		width: 100%;
	}

	.aegeanWay_video {
		max-width: 223px !important;
		height: 223px !important;
	}

	.Marquee {
		transform: rotate(-90deg) translateY(-600%);
	}

	.variant-sizes {
		flex-direction: column;
	}

	.s_box {
		margin: 0;
	}

	.template-index .card__heading+p {
		min-height: 48px;
	}

	.image-with-text__content {
		padding: 80px 63px 69px;
	}

	.heading_h2 {
		font-size: 44px;
	}

	.heading_h3 {
		font-size: 26px;
		line-height: 34px;
	}

	.imgbar_info {
		padding: 61px 46px 45px 63px;
	}

	.footer-block__details-content .list-menu__item--link {
		font-size: 20px;
		padding-bottom: 15px;
	}

	.footer-block__details-content.footer-block-image.fullset {
		width: 94%;
	}

	.about-droptext .heading_h2 {
		font-size: 28px;
		line-height: 35px;
	}

	.about-droptext {
		padding: 12px 30px 0;
	}

	.dropdown_menu {
		padding: 45px 30px 28px;
	}

	#about_megamenu {
		padding: 45px 30px 40px;
	}

	.drop__buttons {
		left: 30px;
	}

	.image-with-text__media img {
		position: absolute !important;
	}

	.card__heading.h2.heading_h3 {
		font-size: 20px;
	}

	.collection_box .variant-sizes {
		flex-direction: row;
	}

	.collection_box .Marquee {
		transform: rotate(-90deg) translateY(-570%);
	}

	.product-recommendations .Marquee {
		transform: rotate(-90deg) translateY(-465%);
	}

	.Marquee-container>div {
		font-size: 26px;
		margin: 0 15px;
	}

	.product-recommendations .variant-sizes {
		flex-direction: row;
	}

	.product-recommendations .s_box label {
		font-size: 14px;
	}

	.product-recommendations .s_box {
		margin: 0 0 0 14px;
	}

	.product-recommendations .s_box:first-child {
		margin: 0;
	}

	#shopify-product-reviews .spr-header-title {
		font-size: 38px;
	}

	#shopify-product-reviews .spr-review-content-body {
		font-size: 16px;
		line-height: 23px;
	}

	#shopify-product-reviews .spr-review-header-title {
		font-size: 20px;
	}

	#shopify-product-reviews .spr-review-header-byline {
		font-size: 16px;
	}

	.slider-mobile-gutters {
		width: 58%;
	}

	.product--large:not(.product--no-media) .product__info-wrapper {
		padding: 100px 35px 0 0;
		width: 42%;
	}

	.product__info-container {
		max-width: 370px;
	}

	.span_label {
		font-size: 20px;
	}

	fieldset.product-form__input .form__label {
		font-size: 20px;
	}

	.griditem {
		padding: 17px;
	}

	.griditemproduct-price {
		right: 14px;
		top: 20px;
	}

	.product_infotext {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.template-product .p-83 {
		padding-left: 25px;
		padding-right: 25px;
	}

	.tab_item .heading_h3 {
		width: 35%;
	}

	.tab_text {
		width: 65%;
	}

	.product_infotext h3 {
		font-size: 28px;
		line-height: normal;
	}

	.product_infotext span {
		margin-top: 8px;
	}

	.product_blog_wrap {
		max-width: 300px;
	}

	.product_blog_wrap>span {
		font-size: 20px;
	}

	.specifications {
		padding-right: 29px;
	}

	.Contact_info {
		padding: 85px 130px !important;
	}

	.article_content {
		padding: 45px;
	}

	.information_box {
		padding: 20px 0;
	}

	.ingredient_box {
		padding: 50px;
	}

	#upseelprodyct.ingredient_box {
		padding: 40px 50px;
	}

	.ingredient_box:last-child {
		padding: 30px;
	}

	.article_hero-box {
		padding: 70px 0;
	}

	.article_information {
		padding: 25px 15px;
	}

	.information_box strong {
		padding: 0 0 10px;
	}

	.article_hero-box {
		max-width: 300px
	}


	.about_section h5 {
		width: 60%;
	}

	#our-story_body #MainContent .home-banner-section:last-child .banner-cap {
		max-width: 970px;
	}

	.heading_h2.size_hxl {
		font-size: 40px;
	}

	.heading_h2.size_h1 {
		font-size: 36px;
	}

	.image-with-text__heading.h0.heading_h2 {
		font-size: 50px;
	}

	.image-with-text__heading.h2.heading_h2 {
		font-size: 36px;
	}

	.about_section h5 {
		width: 68%;
	}

	.featured_collection .Marquee {
		transform: rotate(-90deg) translateY(-730%);
	}


	#shop_megamenu .submenu:first-child {
		width: 33.333%;
	}

	#shop_megamenu .submenu {
		width: 33.333%;
		padding-right: 30px;
	}

	.dropdown_menu .menu_products_wrapper ul li a {
		font-size: 16px;
	}


	#shopify-section-giveaway-header .image-with-text__content .heading_h2 {
		font-size: 42px;
	}

	.w_553 {
		max-width: 380px;
	}

	.overview_slider_wrap .heading_h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.fullset.overview_box p {
		font-size: 16px;
	}

	.overview_slider_wrap {
		padding: 108px 35px 54px;
	}

	.overview_slider.slickslider_arrow .slick-arrow {
		top: -72px;
	}

	.page-width.w_950 {
		max-width: 750px;
	}

	#shopify-section-giveaway-image-width-text .image-with-text__content {
		padding: 60px 63px;
	}

	#giveaway-landing_body .p-83 {
		padding: 0 55px;
	}
}

/*end 1199px*/

@media(max-width:991px) {

	/* .header__icons li:nth-child(1),
.header__icons li:nth-child(2) { */
	.deskOnly {
		display: none !important;
	}

	.header__icon--menu span {
		width: 24px;
		height: auto;
		flex-direction: column;
	}

	.header__icon--menu span i {
		width: 100%;
		height: 1px;
		background: #000;
		float: left;
		margin: 2.5px 0;
		position: relative;
	}

	header-drawer {
		margin-left: 0;
	}

	.header {
		padding-left: 25px;
		padding-right: 25px;
	}

	.menu-opening .header__icon--menu span i:nth-child(1) {
		transform: rotate(45deg);
		top: 3px;
	}

	.menu-opening .header__icon--menu span i:nth-child(2) {
		transform: rotate(-45deg);
		top: -3px;
	}

	.menu-opening .header__icon--menu span i:nth-child(3) {
		display: none;
	}

	.menu-drawer {
		width: 100%;
		background: #B0B994;
		border-top: 1px solid #000;
	}

	.header-wrapper.active {
		background: #B0B994;
	}

	.js .menu-drawer__menu li {
		margin-bottom: 0;
		padding: 0;
	}

	.slide_50-img,
	.fullslide {
		height: calc(75vh - 50px);
	}

	.p-83 {
		padding: 0 25px;
	}

	.home_ourstory_img {
		max-width: 276px;
		min-height: 352px;
	}

	.shape_left {
		max-width: 261px;
	}

	.shape_right {
		max-width: 186px;
		top: -80px;
		right: -40px;
	}

	.aegeanWay_video_text {
		width: 70%;
		padding: 0 5px 0 18px;
	}

	.aegeanWay_video {
		max-width: 143px;
		height: 143px;
	}

	.aegeanWay {
		align-items: flex-start;
	}

	.heading_h2 {
		font-size: 36px;
	}

	.heading_h3 {
		font-size: 26px;
		line-height: 34px;
	}

	.Marquee {
		transform: rotate(-90deg) translateY(-480%);
	}

	.Marquee-container>div {
		font-size: 28px;
		margin: 0 20px;
	}

	.collection .grid.product-grid li .card:not(.ratio)>.card__content {
		flex-direction: column;
	}

	.card__information {
		width: 100%;
	}

	.quick_add {
		float: left;
		width: 100%;
		text-align: left;
		padding-top: 17px;
	}

	.variant-sizes {
		flex-direction: row;
		justify-content: flex-start;
	}

	.s_box {
		margin: 0 0 0 14px;
	}

	.card:not(.ratio)>.card__content {
		padding: 22px 20px 20px 20px;
	}

	.template-index .card__heading+p {
		min-height: inherit;
	}

	.rich-text p {
		padding: 0 25px;
	}

	.rich-text p::before {
		left: -25px;
	}

	.image-with-text__content {
		padding: 50px 40px 59px;
	}

	.image-with-text__content .image-with-text__text+.button {
		margin-top: 30px;
	}

	.blog_pro {
		max-width: 220px;
		right: -43px;
		bottom: 58px;
	}

	.imgbar_info {
		padding: 41px 26px 25px 43px;
	}

	.imgbar_box:last-child {
		padding: 50px 50px;
	}

	.page-width {
		max-width: 700px;
	}

	.footer-block.grid__item.footer-block--menu {
		width: 33.333%;
	}

	.footer-block__details-content>li:not(:last-child) {
		margin-right: 0;
	}

	.footer-block__details-content .list-menu__item--link {
		font-size: 18px;
		padding-bottom: 5px;
	}

	.footer-block__newsletter {
		max-width: 305px;
	}

	.footer-logo {
		margin: 0;
	}

	.footer__content-bottom {
		margin-top: 40px;
	}

	.menu-drawer__menu-item {
		font-family: SuisseWorks;
		font-size: 20px;
		font-weight: var(--font-weight-4);
		line-height: normal;
		letter-spacing: normal;
		color: #000 !important;
		padding: 15px 25px;
		width: auto;
		float: left;
		clear: both;
		width: 100%;
		justify-content: space-between;
	}

	.menu-drawer__menu-item--active:hover {
		background-color: transparent;
		color: #000;
	}

	.js .menu-drawer__menu>li {
		border-bottom: 1px solid #000;
		width: 100%;
		float: left;
		clear: both;
	}

	.menu-drawer__menu-item--active,
	.menu-drawer__menu-item:focus,
	.menu-drawer__close-button:focus,
	.menu-drawer__menu-item:hover,
	.menu-drawer__close-button:hover {
		background-color: transparent;
	}

	.menu-drawer__utility-links {
		display: none;
	}

	slider-component.page-width {
		padding: 0;
	}

	.banner-cap.align_bottom .banner-rte {
		float: left;
		width: 65%;
	}

	.js .menu-drawer__menu>li:nth-child(1)>a,
	.js .menu-drawer__menu>li:nth-child(2)>a {
		position: relative;
	}

	/* .js .menu-drawer__menu > li:nth-child(1) > a::after,
.js .menu-drawer__menu > li:nth-child(2) > a::after{
background:url(drop_arrow.png) no-repeat  center center;
background-size:12px auto;
content:'';
width: 32px;
height: 17px;
margin-top: 5px;
} */
	.js .menu-drawer__menu>li:nth-child(1)>a.active::after,
	.js .menu-drawer__menu>li:nth-child(2)>a.active::after {
		transform: rotate(180deg);
	}

	.menu_products_wrapper {
		display: none !important;
	}

	.links_wrapper {
		padding-right: 0;
		width: 100%;
	}

	.drop__buttons {
		margin-top: 40px;
		position: static;
	}

	.dropdown_menu {
		position: static;
		display: none;
		opacity: 1;
		visibility: visible;
	}

	.dropdown_menu {
		padding: 20px 30px 48px;
		float: left;
	}

	.about-dropbox {
		flex-direction: column;
	}

	.about-dropbox .col-6 {
		width: 100%;
	}

	.about-dropbox.col-6:nth-child(1) {
		padding-right: 13px;
	}

	.about-dropbox.col-6:nth-child(2) {
		padding-left: 13px;
	}

	.about-droptext {
		padding: 17px 0px 0;
	}

	.about-droptext .heading_h2 {
		font-size: 24px;
		line-height: 32px;
	}

	#about_megamenu {
		padding: 35px 30px 40px;
	}

	.dropdown_menu {
		padding: 20px 26px 48px;
	}

	.icon.icon-search {
		width: 18px;
		height: 18px;
		margin: 1px 0 0 7px;
		position: relative;
		top: 2px;
	}

	.js .menu-drawer__menu>li.border-none {
		border: none;
		padding: 0;
	}

	.menu-drawer__menu-item.list-menu__item.link.header__icon--search.link--text.focus-inset {
		margin-top: 10px;
		margin-bottom: -4px;
	}

	.header-wrapper.active.mo_learn_active {
		background: #fcfbf5;
	}

	.mo_learn_active .menu-drawer {
		background: #fcfbf5;
	}

	.header__icon:not(.header__icon--summary),
	.header__icon span {
		font-size: 20px;
	}

	.d-title {
		font-size: 18px;
	}

	.filter-select {
		font-size: 20px;
		line-height: normal;
	}

	.filter_text .heading_h3 {
		text-align: right;
	}

	.col-filter {
		padding: 30px 25px 27px;
	}

	.filter_dropdown a.filter_open {
		width: 225px;
	}

	.filter_dropdown a.filter_open::after {
		top: 19px;
	}

	.filter_box {
		max-width: 225px;
	}

	.filter_box a {
		line-height: 40px;
	}

	.collection .grid.product-grid li {
		margin-bottom: 50px;
		width: 33.333%;
		padding: 0 8px;
	}

	.collection .grid.product-grid {
		margin: 0 -8px;
	}

	.collection .s_box label {
		padding-left: 18px;
		font-size: 14px;
	}

	.collection_box .card:not(.ratio)>.card__content {
		padding: 12px 15px;
	}

	.collection_box .card__heading+p {
		font-size: 14px;
		line-height: normal;
	}

	.collection_box .heading_h3 {
		font-size: 20px;
		line-height: normal;
	}

	.collection_blog_text {
		padding: 0 15px;
	}

	.collection_blog_text .button {
		width: 100%;
		font-size: 14px !important;
	}

	.collection_box .quick_add {
		padding-top: 7px;
	}

	.collection_box .Marquee {
		transform: rotate(-90deg) translateY(-440%);
	}

	.col-filter {
		padding: 25px 15px 25px;
	}

	.col-filter .page-width {
		flex-direction: column;
	}

	.filter_text .heading_h3 {
		text-align: left;
	}

	.filter_dropdown a.filter_open {
		width: 157px;
	}

	.filter_box {
		max-width: 157px;
	}

	.filter_text.col-6 {
		margin-top: 10px;
	}

	.product-grid-container .collection .heading_h2 {
		margin: 0 0 30px;
		font-size: 40px;
	}

	.template-product .product.product--large {
		margin-top: -58px;
	}

	.slider-mobile-gutters {
		width: 100%;
		position: relative !important;
	}

	#product_Slider-Gallery .product__media {
		height: auto;
	}

	#product_Slider-Gallery {
		width: 140vw;
	}

	.product__info-container {
		max-width: none;
		position: static !important;
	}

	.product--large:not(.product--no-media) .product__info-wrapper {
		padding: 40px 25px;
		width: 100%;
	}

	#upseelprodyct {
		margin: 0 auto;
		max-width: 380px;
		float: left;
	}

	.grid__item.product__media-wrapper {
		margin-bottom: 30px;
	}

	#upseelprodyct .card__heading {
		font-size: 20px;
	}

	.specification_box {
		max-width: 433px;
		padding: 25px 20px 50px 22px;
	}

	.specifications {
		padding-right: 15px;
		width: 45%;
	}

	.tab_items-wrapper {
		width: 55%;
	}

	.tab_item .heading_h3 {
		font-size: 20px;
		width: 40%;
	}

	.tab_text {
		width: 60%;
	}

	.tab_text p {
		font-size: 14px;
		line-height: 22px;
	}

	.span_label,
	fieldset.product-form__input .form__label {
		max-width: 90px;
	}

	.product_infotext {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.product_infotext h3 {
		font-size: 26px;
	}

	.product_infotext span {
		font-size: 18px;
	}

	.product_blog_wrap .slick-next.slick-arrow {
		right: -50px;
	}

	.product_blog_wrap .slick-prev.slick-arrow {
		left: -50px;
	}

	/* .template-product #MainContent .shopify-section:nth-child(2) {
padding: 60px 40px 40px;
} */

	.product-recommendations .grid.product-grid li {
		width: 33.333%;
		padding: 0 8px;
	}

	.product-recommendations .grid.product-grid {
		margin: 0 -8px;
	}

	#shopify-product-reviews .spr-header-title {
		font-size: 34px;
	}

	#shopify-product-reviews .spr-review-content {
		margin: 0 0 65px;
	}

	.product-recommendations .heading_h3 {
		font-size: 18px;
	}

	.product-recommendations .card__heading+p {
		font-size: 14px;
	}

	.product-recommendations .Marquee-container>div {
		font-size: 20px;
	}

	.product-recommendations .quick_add {
		margin-top: 0px;
		padding-top: 10px;
	}

	.sticky_box.add_sticky {
		top: 56px !important;
		z-index: 9;
	}

	.product-recommendations .card:not(.ratio)>.card__content {
		min-height: 89px;
		padding: 15px 18px;
	}

	.product-recommendations .s_box label {
		font-size: 12px;
	}

	.radio-wrapper .add_btn {
		font-size: 14px !important;
	}

	#faq_body #MainContent .page-width {
		max-width: 96%;
	}

	.Contact_info {
		padding: 85px 20px !important;
	}

	.Contact_info .page-width {
		max-width: 100%;
	}

	.contact-header {
		margin: 0 0 40px;
	}

	.field__input,
	.customer .field input {
		color: #000;
		font-size: 18px;
	}

	.contact.page-width {
		padding-left: 15px;
		padding-right: 15px;
	}

	.blog-header_cap {
		max-width: 350px!important;
	}

	.blog-articles {
		grid-template-columns: 1fr 1fr 1fr !important;
	}

	.blog-post_img {
		margin: 0 0 20px;
	}

	.blog-header-post {
		padding: 40px 90px !important;
	}

	#upseelprodyct {
		max-width: 100% !important;
	}

	.information_box strong {
		font-size: 20px;
	}

	.article_hero-box {
		max-width: 260px;
	}

	#upseelprodyct .card__heading+p {
		font-size: 16px;
	}

	.article_information {
		padding: 15px 10px;
	}

	.information_box strong {
		font-size: 20px;
	}



	#our-story_body .banner-cap {
		padding: 0 25px;
	}

	.about_section h5 {
		width: 62%;
	}

	.about_img {
		width: 213px;
		margin: 0 40px 15px 0;
		height: 253px;
	}

	.heritage-rte {
		bottom: 32px;
		padding: 15px 20px;
		color: #fff;
		max-width: 416px;
	}

	.heritage-rte h5 {
		font-size: 20px;
	}

	.marquee-animation div {
		padding: 0 31px;
	}

	.marquee-animation {
		font-size: 38px;
	}

	#our-story_body .image-with-text__content {
		padding: 0 40px;
	}

	#our-story_body .image-with-text__content h2 {
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 10px;
	}

	#groves-and-mills_body .rich-text__text.rte {
		padding: 0 25px;
	}

	#groves-and-mills_body .image-with-text__text.rte.body {
		margin: 14px 0 0;
	}

	#product-grid.template-search__results {
		padding: 55px 25px;
	}

	.search_res .row {
		padding-right: 25%;
	}

	#product-grid.template-search__results .heading_h3 {
		font-size: 18px;
	}

	.account_header {
		padding: 78px 25px 57px;
		font-size: 16px;
	}

	.account_header ul li {
		padding: 0 15px;
	}

	#account-section.account,
	#account-section.order {
		padding: 80px 0 205px;
	}

	#account-section.w_720 {
		max-width: 650px;
	}

	#account-section.account,
	#account-section.order {
		padding: 80px 25px 205px;
	}

	:is(.account, .order) h2 {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.order_address {
		margin-top: 15px;
	}

	.order_info.fullset {
		margin-top: 50px;
	}

	.order>div:nth-of-type(2)>div:last-of-type {
		flex-direction: column;
	}

	.heading_h2.size_hxl {
		font-size: 30px;
	}

	.heading_h2.size_h1 {
		font-size: 30px;
	}

	.image-with-text__heading.h0.heading_h2 {
		font-size: 44px;
	}

	.image-with-text__heading.h2.heading_h2 {
		font-size: 30px;
	}

	#product_Slider-Gallery .product__media {
		height: calc(70vh - 42px);
	}

	.product__media-list .deferred-media {
		height: calc(70vh - 42px);
	}

	.featured_collection .grid.product-grid li {
		width: 50%;
		padding: 0 12px;
	}

	.featured_collection .Marquee {
		transform: rotate(-90deg) translateY(-500%);
	}

	.submenu.fullset {
		margin: 10px 0 20px;
	}

	.col-filter .page-width {
		flex-direction: row;
	}

	#shopify-section-giveaway-header .image-with-text__content {
		padding: 40px 40px;
	}

	#shopify-section-giveaway-header .image-with-text__content .heading_h2 {
		font-size: 32px;
	}

	#giveaway-landing_body .p-83 {
		padding: 0 25px;
	}

	.w_553 {
		max-width: 320px;
	}

	.overview_slider_wrap {
		padding: 98px 35px 54px;
	}

	.overview_slider.slickslider_arrow .slick-arrow {
		top: -67px;
	}

	.page-width.w_950 {
		max-width: 600px;
	}

	#shopify-section-giveaway-image-width-text .image-with-text__content {
		padding: 40px 43px;
	}

	.testimonial_text.heading_h3 {
		font-size: 22px;
		line-height: 31px;
	}

	.testimonial_bottom.fullset {
		font-size: 14px;
	}

	.testimonial_title {
		font-size: 18px;
	}

}

/*end 991px*/

@media(max-width:767px) {
	.aegeanWay_video a {
		/*  display:none;;*/
	}

	.triangle {
		display: inherit !important;
	}

	.header {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header__icon:not(.header__icon--summary),
	.header__icon span {
		margin-right: 0px !important;
	}

	.header__heading-link svg {
		height: auto;
		width: 130px;
	}

	.header__heading {
		line-height: normal;
	}

	.header {
		padding-top: 9px;
		padding-bottom: 9px;
	}

	.p-83 {
		padding: 0 15px;
	}

	.banner-cap.align_bottom .banner-rte {
		width: 100%;
	}

	.banner-cap {
		bottom: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.banner-cap.align_bottom .banner__buttons {
		margin-top: 28px;
	}

	.banner-rte p {
		padding-top: 10px;
	}

	.banner-cap.align_middle_center .heading_h2 {
		text-align: center;
		margin: 0;
	}

	.slide_50.slide_50_left {
		flex-direction: column;
	}

	.slide_50 .col-6 {
		width: 100%;
		height: auto;
	}

	.slide_50 .col-6 img {
		position: static;
	}

	.slide_50-info .banner-rte {
		float: none;
		width: 100%;
		max-width: 335px;
		padding: 50px 0 30px;
		text-align: center;
		margin: 0 auto;
	}

	.slide_50-info .banner-rte .heading_h2,
	.slide_50-info .banner-rte p {
		text-align: center;
	}

	.slide_50-info .banner__buttons {
		position: static;
		margin-top: 0;
		float: none;
		margin: 0 auto 55px;
		/* display: table; */
	}

	.slide_50-info .banner-rte .heading_h2 {
		float: none;
		margin: 0 auto 0px;
		display: table;
		max-width: 250px;
		width: 100%;
		font-size: 30px;
	}

	.slide_50-img,
	.fullslide {
		height: calc(94vh - 93px);
	}

  #our-story_body .fullslide {
		height: auto;
	}

	.menu-drawer__menu-item {
		padding: 15px 15px;
	}

	.dropdown_menu {
		padding: 15px 15px 35px;
	}

	.submenu {
		width: 100%;
	}

	.submenu.col-6 {
		margin-bottom: 30px;
	}

	.submenu span {
		margin: 0 0 15px;
	}

	.drop__buttons {
		margin-top: 0;
		position: static;
		width: 100%;
	}

	.drop__buttons .button {
		width: 100%;
	}

	#about_megamenu {
		padding: 10px 15px 30px;
	}

	.about-dropbox.col-6:nth-child(1) {
		padding-right: 8px;
	}

	.about-dropbox.col-6:nth-child(2) {
		padding-left: 8px;
	}

	.about-droptext .heading_h2 {
		font-size: 20px;
		line-height: normal;
	}

	.about-droptext p {
		font-size: 12px;
		line-height: normal;
		letter-spacing: 0.24px;
	}

	.search-form input {
		padding: 17px 15px 15px;
		font-size: 20px;
	}

	.col-6 {
		width: 100%;
	}

	.heading_h4 {
		font-size: 20px;
		letter-spacing: .4px;
		margin: 0 0 10px;
	}

	.shape_right {
		right: 20px;
	}

	.featured_collection {
		overflow: hidden;
	}

	#mo-rich-slider p::before {
		content: "";
		width: 8px;
		height: 8px;
		flex-grow: 0;
		display: inline-block;
		transform: rotate(-315deg);
		background-color: #c3a683;
		left: -25px;
		position: relative;
	}

	#mo-rich-slider p {
		white-space: nowrap;
	}

	#mo-rich-slider {
		display: flex !important;
		flex-direction: row !important;
		margin: 0;
		padding: 6px 0;
	}

	.rich-text.content-container {
		overflow: hidden;
	}

	.rich-slider_box {
		-webkit-animation: logoloop 10s linear infinite;
		-moz-animation: logoloop 10s linear infinite;
		-o-animation: logoloop 10s linear infinite;
		width: auto;
		white-space: nowrap;
	}

	.section.home-about-section {
		padding-top: 30px !important;
	}

	.home_ourstory_text .heading_h3 {
		margin: 0 auto !important;
	}

	.heading_h3 {
		font-size: 28px;
		line-height: 40px;
	}

	.aegeanWay {
		margin-top: 30px;
	}

	.home_ourstory_img {
		max-width: none;
		min-height: inherit;
	}

	.home_ourstory.col-6 {
		margin-bottom: 30px;
	}

	.shape_right {
		right: -30px;
	}

	.shape_left {
		max-width: 221px;
		bottom: -70px;
		left: -68px;
	}

	.aegeanWay .col-6 {
		width: 50%;
	}

	.aegeanWay_video_text .heading_h3 {
		font-size: 20px;
	}

	.aegeanWay_video {
		max-width: 41% !important;
		height: 143px !important;
	}

	.aegeanWay_video_text.col-6 {
		width: 59%;
	}

	.featured_collection {
		padding-top: 88px;
	}

	.featured_collection .heading_h2 {
		margin: 0 auto 5px;
		display: table;
		float: none;
		width: 100%;
		max-width: 260px;
	}

	.featured_collection .gradient {
		background: transparent;
	}

	.grid.product-grid {
		margin: 0;
	}

	.grid.product-grid li {
		float: left;
		width: 100%;
		padding: 0 15px;
	}

	.featured_collection .card-wrapper {
		background-color: #ebe9de;
	}

	.card:not(.ratio)>.card__content {
		padding: 15px;
	}

	.heading_h3 {
		font-size: 20px;
		line-height: normal;
	}

	.card__heading+p {
		font-size: 12px;
		color: #000;
	}

	.featured_collection .grid.product-grid li {
		margin-bottom: 15px;
	}

	.s_box label {
		font-size: 12px;
	}

	.s_box label::after {
		width: 12px;
		height: 12px;
	}

	.template-index .s_box label::after {
		top: 2px;
	}

	.s_box label::before {
		width: 6px;
		height: 6px;
		left: 3px;
		top: 6px;
	}

	.template-index .s_box label::before {
		top: 5px;
	}

	.quick_add {
		padding-top: 5px;
	}

	.grid.product-grid li .card-wrapper:hover .card__heading+p {
		display: none;
	}

	.card-wrapper::after {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: transparent;
		z-index: 99;
	}

	.card-wrapper.active::after {
		display: none !important;
		z-index: 1;
	}

	.image-with-text__content {
		padding: 65px 15px;
	}

	.image-with-text-section .image-with-text__media img {
		position: static !important;
	}

	.template-index .image-with-text .grid {
		flex-direction: column-reverse;
	}

	.image-with-text__media img {
		position: static !important;
	}

	.image-with-text-section-2 {
		padding-top: 53px;
	}

	.image-with-text-section-2 .image-with-text__content .heading_h3 {
		margin: 0 0 10px;
		font-size: 28px;
		line-height: 40px;

		font-size: 24px;
		line-height: 1.3;
	}

	.image-with-text-section-2 .image-with-text__content {
		padding: 65px 15px 72px;
	}

	.home-blogs .heading_h2 {
		margin: 0 auto 0px;
		display: table;
		float: none;
		width: 100%;
		max-width: 270px;
	}

	.blog_pro {
		opacity: 1;
		visibility: visible;
	}

	.w_318 {
		width: 315px !important;
		margin: 0 8px;
	}

	.blogtag_link {
		padding: 4px 15px 4px 16px !important;
		margin-bottom: 15px !important;
	}

	.home-blogs .card:not(.ratio)>.card__content {
		padding: 15px 0 0;
	}

	.home-imgbar-section {
		padding-top: 96px;
	}

	.home_imgbar {
		flex-direction: column;
	}

	.imgbar_box:first-child img {
		position: static;
	}

	.imgbar_info {
		padding: 15px 15px 30px;
	}

	.imgbar_box:last-child {
		padding: 30px;
	}

	.section-footer-padding {
		padding: 35px 0px 0;
	}

	.footer__content-top {
		flex-direction: column;
		padding: 0 15px;
	}

	.footer__blocks-wrapper.col-6 {
		width: 100%;
	}

	.footer-block.grid__item.footer-block--menu {
		width: 50%;
	}

	.footer-block__details-content .list-menu__item--link {
		font-size: 20px;
		padding-bottom: 5px;
	}

	.footer-block__details-content {
		margin-bottom: 2rem;
	}

	.footer-block-image .row {
		margin: 0 -8px;
	}

	.footer_img {
		padding: 0 8px;
	}

	.footer-block__details-content.footer-block-image.fullset {
		width: 100%;
		margin-top: -20px;
	}

	.footer-block--newsletter.col-6 {
		width: 100%;
	}

	.footer-block__newsletter {
		max-width: none;
	}

	.footer-block__newsletter .heading_h3 {
		font-size: 28px;
		line-height: 40px;
	}

	#footer_news+p {
		font-size: 12px;
	}

	#footer_news .klaviyo-form input[type="email"] {
		font-size: 16px !important;
	}

	#footer_news .klaviyo-form button::before {
		font-size: 16px !important;
	}

	#footer_news .klaviyo-form ::placeholder {
		font-size: 16px !important;
	}

	#footer_news .klaviyo-form ::-moz-placeholder {
		font-size: 16px !important;
	}

	#footer_news .klaviyo-form ::-webkit-input-placeholder {
		font-size: 16px !important;
	}
	.footer-logo svg {
		width: 80px;
		height: 80px;
	}

	.footer-logo {
		float: none;
		margin: 0 auto;
		display: table;
		padding: 43px 0 0;
	}

	.footer__column--info {
		padding: 15px;
	}

	.footer__copyright.caption {
		flex-direction: column;
	}

	.copyright__content {
		font-size: 12px;
		padding-bottom: 13px;
	}

	.copyright_menu {
		width: 100%;
	}

	.copyright_menu ul {
		display: flex;
		justify-content: space-between;
		width: 100%;
		float: left;
	}

	.copyright_menu ul li {
		padding-left: 0;
	}

	#shopify-section-site_newsletter {
		width: 100%;
		height: auto;
		min-height: 167px;
		padding: 30px 30px 30px;
	}

	#shopify-section-site_newsletter {
		font-size: 20px;
	}

	#shopify-section-site_newsletter .close_popup {
		line-height: normal;
		width: 12px;
		height: 12px;
		top: 20px;
		right: 15px;
	}

	#shopify-section-site_newsletter .close_popup img {
		width: 100%;
		height: auto;
		float: left;
	}

	#shopify-section-site_newsletter {
		width: 100%;
		height: auto;
		min-height: auto;
		padding: 30px;
	}

	#shopify-section-site_newsletter h3 {
		margin: 0 0 32px;
		font-size: 20px;
	}

	#shopify-section-cookies {
		font-size: 16px;
		padding: 15px 15px 15px;
		line-height: 22px;
		height: auto;
	}

	.cookie_accept {
		float: left;
		margin-top: 25px;
	}

	.slide_50 .col-6 {
		/* height: calc(50vh - 47px); */
	}

	.slide_50-info.col-6 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.heading_h3 {
		font-size: 28px;
		line-height: 40px;
	}

	.image-with-text-section {
		padding-top: 60px;
	}

	.footer__copyright {
		font-size: 12px;
	}

	.footer__content-bottom {
		padding: 0;
	}

	div.products_list,
	div.articles_list {
		padding-top: 35px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0;
	}

	.products_list,
	.articles_list {
		width: 100%;
		float: left;
	}

	#pageheader {
		max-height: 100vh;
		overflow-y: scroll;
	}

	.collection .grid.product-grid li {
		margin-bottom: 15px !important;
		width: 100%;
		padding: 0 15px;
		max-width: none;
	}

	.collection .grid.product-grid {
		margin: 0;
	}

	.collection_box .card:not(.ratio)>.card__content {
		min-height: 84px;
	}

	.collection_box .Marquee {
		transform: rotate(-90deg) translateY(-340%);
		width: 240%;
	}

	.collection_box .card__heading+p {
		margin-top: 15px;
	}

	.collection_box:first-child {
		padding-bottom: 55px;
	}

	.collection_blog_text {
		padding: 0 15px;
		max-width: 285px;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#ProductGridContainer {
		/* padding-bottom: 55px; */
		padding-bottom: 0 !important;
	}

	.copyright_menu {
		font-size: 12px;
	}


	#product_Slider-Gallery {
		width: 100vw;
	}

	.product__media-list .product__media-item {
		width: 100%;
	}

	.product--large:not(.product--no-media) .product__info-wrapper {
		padding: 26px 15px;
		width: 100%;
	}

	.caption {
		font-size: 16px !important;
	}

	.vartext ul li::after {
		width: 7px;
		height: 7px;
		top: 7px;
	}

	.vartext ul li {
		padding: 0 14px;
	}

	.span_label,
	fieldset.product-form__input .form__label {
		max-width: 100px;
	}

	.product-form__submit.button {
		margin: 30px 0 0;
	}

	.product-form__buttons {
		margin-bottom: 30px;
	}

	#upseelprodyct .card__inner.color-background-2.gradient.ratio {
		max-width: 75px;
	}

	.radio-wrapper .add_btn {
		font-size: 16px !important;
		margin-top: 5px !important;
	}

	.griditemproduct-price {
		font-size: 14px;
	}

	#upseelprodyct .card:not(.ratio) {
		--ratio-percent: 0 !important;
	}

	.template-product .p-83 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.specifications {
		padding-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.specification_box {
		max-width: none;
		padding: 20px 15px 60px 15px;
	}

	.specification_box h3 {
		font-size: 20px;
		margin: 0 0 12px;
	}

	.tab_section.fullset.p-83 {
		margin-top: 5px;
	}

	.tab_items-wrapper {
		width: 100%;
	}

	.tab_item .heading_h3 {
		font-size: 24px;
		width: 100%;
		margin: 0 0 10px;
	}

	.tab_text {
		width: 100%;
	}

	.tab_text p {
		font-size: 16px;
		line-height: 22px;
	}

	.tab_item {
		padding: 15px 0 28px;
	}

	.tab_section {
		margin-bottom: 25px;
	}

	.product_infotext h3 {
		font-size: 28px;
		padding: 19px 0;
	}

	.product_vidimg img {
		position: static;
	}

	#product_video_section {
		flex-direction: column;
	}

	.product_blog_wrap>span {
		font-size: 16px;
	}

	.product_blog_wrap {
		max-width: 190px;
	}

	.product_blog_wrap .slick-next.slick-arrow {
		right: -60px;
	}

	.product_blog_wrap .slick-prev.slick-arrow {
		left: -60px;
	}

	.product_blogitem img {
		margin-bottom: 15px;
	}

	.product_blog {
		padding: 25px;
	}

	/* .template-product #MainContent .shopify-section:nth-child(2) {
padding: 60px 15px 40px;
} */

	#shopify-product-reviews .spr-header-title {
		font-size: 34px;
		margin: 0 0 27px;
		text-align: center;
	}

	#shopify-product-reviews a.spr-summary-actions-newreview {
		border-radius: 0 12px 0 0;
		display: table;
	}

	#shopify-product-reviews span.spr-summary-actions {
		float: none;
		margin: 30px auto 0;
		display: table;
	}

	.spr-reviews {
		margin: 20px 0 0 0;
		float: left;
		width: 100%;
	}

	#shopify-product-reviews .spr-form-input {
		font-size: 16px;
	}

	#shopify-product-reviews .spr-form-review-body .spr-form-input textarea {
		padding: 18px 18px 17px 22px;
		font-size: 16px;
		min-height: 262px;
	}

	span.spr-starratings.spr-review-header-starratings {
		position: static;
		order: 2;
		margin: -5px 0 15px;
	}

	#shopify-product-reviews .spr-review-header-title {
		order: 1;
	}

	.spr-review-header {
		display: flex;
		flex-direction: column;
	}

	#shopify-product-reviews .spr-review {
		padding: 15px;
		background: #fcfbf5;
		margin-bottom: 15px;
	}

	#shopify-product-reviews .spr-review-header-byline {
		left: 15px;
		bottom: 15px;
	}

	.product-recommendations .grid.product-grid li {
		width: 100%;
		padding: 0 15px;
		max-width: none;
		margin: 0 0 15px;
	}

	.product-recommendations .grid.product-grid {
		margin: 0;
	}

	.product-recommendations__heading {
		margin: 40px 0 30px;
	}

	.product-recommendations .card__heading+p {
		margin-top: 4px;
	}

	.product-recommendations .card:not(.ratio)>.card__content {
		min-height: 85px;
		padding: 15px 15px;
	}

	.product-recommendations .s_box label {
		font-size: 14px;
	}

	.template-product #MainContent {
		padding-bottom: 55px;
		padding-bottom: 0px;
	}

	.sticky_box.add_sticky {
		/* top: inherit !important; */
		top: var(--header-offset, inherit) !important;
		/* bottom: 0; */
		padding: 16px;
		display: inherit !important;
	}

	.product-form-box {
		width: 100%;
		margin-top: 10px;
	}

	.sticky_box.add_sticky .product__title.fullset {
		margin: 0 10px 0 0;
		padding: 0 0 0 15px;
		width: 59%;
	}

	.sticky_box.add_sticky .product-form {
		width: 100%;
	}

	.subtotal {
		padding: 14px 15px;
		font-size: 16px;
	}

	#faq_body .left_links {
		display: none;
	}

	#faq_body .page_rte {
		width: 100%;
	}

	#faq_body #MainContent .heading_h2 {
		font-size: 36px;
		padding: 46px 0 29px !important;
	}

	#faq_body #MainContent .page-header {
		margin-bottom: 30px;
	}

	.faq_box h2 {
		font-size: 22px;
	}

	#ContactForm {
		padding: 0 15px;
	}

	.contact-header h1 {
		font-size: 36px;
	}

	.contact-header {
		margin: 0 0 15px 0;
	}

	.Contact_info {
		padding: 89px 25px;
	}

	.Contact_boxes {
		display: inherit !important;
	}

	.contact_box {
		display: inherit;
		border-left: none !important;
		padding: 25px 0 0;
	}

	.contact_box:before {
		content: "";
		width: 175px;
		height: 1px;
		background: #b0b994;
		display: block;
		margin: 0 auto 30px;
	}

	.contact_box .heading_h3 {
		margin: 0 0 15px;
	}

	.blog-header-img,
	.blog-header-item {
		min-height: 450px;
	}

	.blog-articles {
		grid-template-columns: 1fr 1fr !important;
	}

	.blog-header_cap h1 {
		display: none;
	}

	.blog-articles {
		padding: 0 24px 70px !important;
	}

	#AjaxinatePagination {
		margin-bottom: 70px;
	}

	.article-template__hero-container {
		position: inherit !important;
		width: 100% !important;
		padding-bottom: 0 !important;
		min-height: inherit !important;
	}

	#productgrid_p {
		max-width: 100%;
	}

	.article_hero-box {
		max-width: 280px !important;
	}

	.article_hero-box {
		padding: 40px 0;
	}

	.article_pro-box {
		right: -50px;
		bottom: 90px;
	}

	.ingredient_box {
		padding: 30px;
	}

	#account-section {
		padding: 150px 20px 200px;
	}

	.create_account.fullset a,
	.login a[href="#recover"],
	.field__input,
	.customer .field input,
	.field__label,
	.customer .field label {
		font-size: 16px;
	}

	#RecoverEmail-email-error,
	h3.form__message {
		font-size: 16px;
		margin: 25px 0 20px;
	}

	.static-page .page-width {
		padding: 0 15px;
	}

	.static-page h1 {
		margin: 0 0 40px;
	}


	#our-story_body .banner-cap {
		padding: 0 15px;
	}

	#our-story_body .banner-cap .heading_h2 {
		font-size: 42px;
		line-height: normal;
	}

	#our-story_body .fullslide img {
		border-radius: 0;
		position: static;
	}

	.about_section {
		padding: 0 15px;
	}

	.about_img {
		width: 100%;
		margin: 0 0 30px;
		height: auto;
	}

	.about_img img {
		border-radius: 0;
		position: static;
	}

	.about_section h5 {
		width: 100%;
		margin: 0 0 10px;
	}

	.about_section span {

		line-height: 30px;
	}

	.heritage-rte {
		display: none !important;
	}

	.heading_h2.heritage_h3 {
		font-size: 40px;
		padding: 0 15px;
	}

	.heritage-section {
		padding-bottom: 0px;
	}

	.text-marquee {
		padding: 80px 0;
	}

	.marquee-animation {
		font-size: 40px;
	}

	.text-marquee>span {
		padding: 0 0 30px;
		font-size: 20px;
	}

	#our-story_body .rich-text {
		padding: 70px 0 30px;
	}

	#our-story_body .image-with-text__content {
		padding: 30px 30px 75px;
	}

	#our-story_body .image-with-text__media .fullset.small--hide {
		display: block !important;
	}

	#our-story_body .image-with-text__content p {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.26px;
	}

	#our-story_body #shopify-section-template--17087129420098__1159b50a-e4b2-4127-a2cb-7cb4baaea187 .image-with-text__content h2 {
		font-size: 32px;
		line-height: normal;
		margin: 0 0 10px;
	}

	#our-story_body .banner-cap .heading_h2 {
		font-size: 36px;
		line-height: 46px;
	}

	#our-story_body #Map {
		display: none !important;
	}

	.heritage.img img {
		width: 100%;
	}

	#groves-and-mills_body .rich-text {
		padding: 70px 15px;
	}

	#groves-and-mills_body .rich-text__text.rte {
		padding: 0;
	}

	#groves-and-mills_body .rich-text__wrapper {

		width: 100%;
	}

	#groves-and-mills_body .heading_h2 {
		font-size: 40px;
	}

	#groves-and-mills_body .fullslide img {
		border-radius: 0;
	}

	#groves-and-mills_body .fullslide img {
		position: static;
	}

	#groves-and-mills_body .fullslide video {
		position: static;
		float: left;
		width: 100%;
		height: auto;
	}

	#groves-and-mills_body .fullslide {
		height: auto;
	}

	.grove-products-section h2.heading_h3 {
		padding: 0 15px;
		line-height: normal;
	}

	div.grove_box {
		opacity: 1;
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		padding: 30px 15px 0 !important;
		width: 100%;
		position: relative;
		margin-top: 20px;
	}

	.grove_img {
		max-width: 215px !important;
		margin: 0 auto 15px;
		display: table;
		float: none;
	}

	.grove_box .grove_rte {
		text-align: center;
	}

	.grove_box .grove_rte .heading_h2 {
		text-align: center;
	}

	.ag-timeline::before {
		display: none;
	}

	div.grove_box::after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #cda787;
		content: '';
	}

	div.grove_box::before {
		position: absolute;
		top: -8px;
		left: 50%;
		width: 18px;
		height: 18px;
		background-color: #cda787;
		content: "";
		transform: translate(-50%) rotate(-315deg);
	}

	.grove-products-section h2.heading_h3 {
		margin: 0 auto 58px;
	}

	.ag-section.fullset {
		padding-bottom: 60px;
	}

	#groves-and-mills_body .image-with-text__content {
		padding: 78px 15px;
	}

	#groves-and-mills_body .image-with-text__media .fullset.small--hide {
		/*  display:block!important;*/
	}

	#groves-and-mills_body .image-with-text.heading_h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.search_res .row {
		padding-right: 0%;
		margin: 0 -8px;
	}

	#product-grid.template-search__results {
		padding: 30px 15px;
	}

	.search_item.col-6 {
		padding: 0 8px;
		margin-bottom: 30px;
	}

	.search_res.col-6.art_search_res {
		margin-top: 20px;
	}

	#faq_body #MainContent .page-width {
		max-width: 100%;
	}

	#faq_body .page_rte {
		padding: 0;
	}

	.faq_box h3 {
		font-size: 16px;
		line-height: 22px;
		padding: 15px 40px 15px 0;
	}

	.faq_box h3::after {
		font-size: 24px;
		top: 14px;
	}

	.faq_box h2 {
		font-size: 20px;
		margin: 0 0 26px;
	}

	#other-box {
		margin-bottom: 70px;
	}

	#account-section form {
		margin-top: 40px;
	}

	#account-section .field {
		margin: 35px 0 0;
	}

	.login .field+a.forgot_password {
		margin-top: 15px;
	}

	#account-section button {
		font-size: 16px !important;
	}

	#account-section {
		padding: 150px 15px 200px;
	}

	#create_customer .acc_btn {
		margin: 30px 0 0;
	}

	.account_header {
		padding: 50px 15px 30px;
		flex-direction: column;
		align-items: start;
	}

	.customer__title.heading_h3 {
		width: 100%;
		margin: 0 0 24px;
	}

	.account_header ul li {
		padding: 0;
	}

	.account_header ul {
		justify-content: space-between;
		width: 100%;
	}

	.account_header {
		position: relative;
		padding-top: 0;
		margin-top: 50px;
	}

	.logout_link {
		position: absolute;
		right: 15px;
		top: 8px;
	}

	#account-section.account,
	#account-section.order {
		padding: 60px 15px 150px;
	}

	.my_details_rte,
	.my_details_rte a {
		font-size: 16px;
	}

	li[data-address]>h2 {
		font-size: 16px;
	}

	#account-section .btn {
		font-size: 16px !important;
	}

	li[data-address] {
		margin-top: 30px;
		padding: 0 0 33px;
	}

	.customer select {
		font-size: 16px;
	}

	.customer ul {
		margin-bottom: 2rem;
	}

	#account-section #address_form_new {
		margin-top: 25px;
	}

	#AddAddress {
		margin-top: 50px;
	}

	.order_addbox {
		padding: 21px 15px;
	}

	.order_address {
		flex-direction: column;
	}

	.order_addbox:last-child {
		border-left: 0px solid #b0b994;
		border-top: 1px solid #b0b994;
	}

	.order-header p {
		font-size: 20px;
	}

	#account-section .order-details tfoot tr:first-child td {
		padding-top: 40px;
		text-align: left;
		font-size: 16px;
		color: #000;
	}

	.customer .order-details td::before {
		color: #000;
		font-size: 16px;
		text-transform: none;
		text-align: left;
	}

	.order tfoot tr:last-of-type td::before {
		font-size: 16px;
	}

	:is(.account, .order) h2 {
		font-size: 20px;
	}

	.heading_h4 {
		font-size: 20px;
	}

	.title-wrapper-with-link {
		padding: 0 15px;
	}

	div.product-option {
		font-size: 16px;
	}

	dl div.product-option {
		font-size: 16px;
	}

	.blog-header {
		flex-direction: column;
	}

	.blog-header-img,
	.blog-header-item {
		min-height: auto;
	}

	.blog-header-item img {
		position: static !important;
		float: left;
		width: 100%!important;
	}

	.blog-header-post {
		padding: 30px 30px !important;
	}

	.blog-post_img.fullset {
		float: none;
		margin: 0 auto 30px;
		display: table;
		max-width: 164px;
	}

	.blog-header-post a {
		font-size: 14px;
	}

	.header_bottom_text br {
		display: none;
	}

	.blog-post_img+.heading_h3 {
		margin: 0 0 5px;
	}

	.header_bottom_text {
		padding: 30px 0 30px;
	}

	.blog-filter {
		padding: 20px 0;
		margin-bottom: 15px !important;
	}

	.blog-filter a {
		margin: 0 15px;
		font-size: 14px;
	}

	.blog-articles {
		padding: 0 15px 50px;
	}

	.blog-articles {
		column-gap: 15px;
		row-gap: 30px;
	}

	.blog-articles .blogtag_link {
		font-size: 12px;
		margin: 5px 0 5px !important;
	}

	.submenu span {
		font-size: 14px;
	}

	#AjaxinatePagination {
		margin-bottom: 70px;
		margin-top: 20px;
		padding: 0 16px;
	}

	.blogtag_link {
		padding: 4px 15px 2px 16px;
		font-size: 12px;
	}

	.template-article .header {
		border-bottom: 1px solid #b0b994;
	}

	.article_hero-box {
		padding: 30px 0;
	}

	.article_hero-box .article-template__hero-adapt.media {
		margin: 0 auto 44px;
		width: 100%;
		display: table;
		max-width: 164px;
		padding-bottom: 66.604% !important;
	}

	.article_pro-box {
		max-width: 130px;
		right: 20px;
		bottom: 150px;
	}

	.article_hero-box span {
		font-size: 14px !important;
	}

	.article_content {
		padding: 30px;
		text-align: center;
		line-height: normal;
		font-size: 18px;
		background: #fcfbf5;
	}

	.icon.icon-search {
		top: 0px;
	}

	.information_box {
		padding: 5px 0;
	}

	.information_box {
		padding: 5px 10px;
	}

	.article_information {
		padding: 15px 0px;
	}

	#upseelprodyct.ingredient_box {
		padding: 30px 30px;
	}

	.griditem {
		padding: 13px;
	}

	#upseelprodyct .card__heading+p {
		font-size: 12px;
	}

	.griditemproduct-price {
		font-size: 16px;
		top: 17px;
	}

	#upseelprodyct .card:not(.ratio)>.card__content {
		padding: 0 0 0 16px;
	}

	.ingredient_box:last-child {
		padding: 32px 15px 26px;
	}

	.banner_404 {
		padding: 46px 0 80px;
	}

	.img_404 {
		max-width: none;
		min-height: inherit;
		padding: 0 30px;
	}

	.img_404 img {
		height: auto;
		position: static;
	}

	.banner_404 .heading_h2 {
		position: static;
		transform: none;
		padding: 30px 30px 0;
	}

	.banner_404 .banner_buttons {
		margin-top: 20px;
	}

	.ingredient_box ul,
	.ingredient_box ol {
		float: left;
		clear: both;
		width: 100%;
	}

	.about-dropbox.col-6:nth-child(2) {
		padding-left: 0;
		padding-top: 20px;
	}

	body.hide-scroll {
		overflow: hidden;
	}

	.add_sticky .shopify-block.shopify-app-block {
		position: static;
	}

	.sticky_box.add_sticky .product-form__submit.button[disabled] {
		height: 0;
	}

	.sticky_box.add_sticky div.ct_button {
		width: 100%;
	}

	.ct_button {
		padding: 12px;
		font-size: 16px;
	}

	body {
		font-size: 14px;
	}

	.rich-text p {
		font-size: 14px;
	}

	.card__heading+p {
		font-size: 14px;
	}

	.product-form__input input[type="radio"]+label {
		font-size: 14px;
	}

	.tab_text p {
		font-size: 14px;
	}

	#shopify-product-reviews .spr-review-content-body {
		font-size: 14px;
		line-height: 22px;
	}

	#shopify-product-reviews .spr-review-header-byline {
		font-size: 14px;
	}

	.social-sharing {
		width: 196px;
		margin: 0 auto;
	}

	.faq_box h3 {
		font-size: 14px;
	}

	.create_account.fullset a,
	.login a[href="#recover"],
	.field__input,
	.customer .field input,
	.field__label,
	.customer .field label {
		font-size: 14px;
	}

	.field select {
		font-size: 14px;
	}

	#groves-and-mills_body .rich-text p {
		font-size: 14px;
	}

	.footer-block__newsletter .heading_h3 {
		margin-top: 20px;
	}

	.heading_h2.size_hxl {
		font-size: 26px;
	}

	.heading_h2.size_h2 {
		font-size: 26px;
	}

	.about-dropbox.col-6 {
		width: 50%;
	}

	.about-dropbox.col-6:nth-child(2) {
		padding-left: 8px;
		padding-top: 0;
	}

	#shopify-section-cookies span {
		float: left;
		width: 100%;
	}

	.card--card::after,
	.card--standard .card__inner::after {
		display: none !important;
	}

	.card-wrapper::after {
		z-index: 9;
	}

	.card:not(.ratio) {
		position: relative;
		z-index: 10;
	}

	#groves-and-mills_body .image-with-text__heading.h0.heading_h2 {
		font-size: 42px;
	}

	#groves-and-mills_body .image-with-text__heading.h2.heading_h2 {
		font-size: 26px;
	}

	.add_sticky #product_star {
		margin: -1px 0 0;
		float: right;
		width: 50%;
	}

	.add_sticky .spr-summary-caption {}

	.sticky_box.add_sticky .product__title.fullset {
		padding: 0 15px;
		width: 100%;
	}

	.add_sticky .heading_h3 {
		width: 65%;
	}

	.header__icon--menu[aria-expanded="true"]::before {
		display: none !important;
	}

	.add_sticky .heading_h3 {
		margin: 0 0 10px;
	}

	.add_sticky #product_star {
		margin: 5px 0 0;
	}

	.sticky_box.add_sticky h1 {
		width: 50%;
		margin-right: 0;
	}

	.sticky_box.add_sticky .product__title.fullset {
		white-space: inherit;
	}

	.add_sticky .spr-starrating.spr-summary-starrating {
		float: left;
		width: 100%;
		margin: -11px 0 -3px;
	}

	.Marquee {
		transform: rotate(-90deg) translateY(-560%);
	}

	.collection_box .Marquee {
		transform: rotate(-90deg) translateY(-380%);
	}

	.inner_ul {
		max-height: calc(100vh - 206px);
	}

	.totals-wrapper {
		position: fixed;
		right: -101%;
		transition: right .2s ease-in;
		-moz-transition: right .2s ease-in;
		-webkit-transition: right .2s ease-in;
		left: inherit;
	}

	.template-blog .blog-header_cap h1 {
		display: inherit;
	}

	.blog-header_cap {
		top: 60px !important;
	}

	.banner_404 .heading_h2 {
		position: static;
		transform: none;
		padding: 30px 0px 10px;
		color: #000;
		font-size: 28px;
		line-height: 40px;
		margin: 0 auto;
		float: none;
	}

	.sticky_box.add_sticky .product__title.fullset {
		width: 55%;
	}

	.sticky_box.add_sticky .product_rating.fullset {
		width: auto;
		text-align: right;
		float: right;
		margin-right: 15px;
	}

	.sticky_box.add_sticky h1 {
		width: 100%;
	}

	.article_pro-box {
		bottom: 7px !important;
	}

	.collection-heroimg img {
		height: auto;
	}

	.product__info-container {
		min-height: 588px;
	}

	.sticky_box.add_sticky .product__title.fullset {
		margin: 0;
	}

	.product__media-list .deferred-media {
		width: 100%;
	}

	.product__modal-opener.product__modal-opener--video {
		display: none !important;
	}
