/** Shopify CDN: Minification failed

Line 17:0 All "@import" rules must come first
Line 12933:32 Expected identifier but found "."

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

@import url('https://fonts.cdnfonts.com/css/bernier-distressed');

/* font-family: 'BERNIER Distressed', sans-serif; */

@font-face {
    font-family: 'Fabio XM Semibold';
    src: url('/cdn/shop/files/FabioXM-Semibold.woff2?v=1741762141') format('woff2'),
        url('/cdn/shop/files/FabioXM-Semibold.woff?v=1741762142') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cerebri Sans Regular';
    src: url('/cdn/shop/files/CerebriSans-Regular.woff2?v=1741762141') format('woff2'),
    url('/cdn/shop/files/CerebriSans-Regular.woff?v=1741762142') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cerebri Sans Book';
    src: url('/cdn/shop/files/CerebriSans-Book.woff2?v=1741762141') format('woff2'),
        url('/cdn/shop/files/CerebriSans-Book.woff?v=1741762141') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cerebri Sans Light';
    src: url('/cdn/shop/files/CerebriSans-Light.woff2?v=1741762141') format('woff2'),
        url('/cdn/shop/files/CerebriSans-Light.woff?v=1741762141') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cerebri Sans Medium';
    src: url('/cdn/shop/files/CerebriSans-Medium.woff2?v=1741762141') format('woff2'),
        url('/cdn/shop/files/CerebriSans-Medium.woff?v=1741762141') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cerebri Sans SemiBold';
    src: url('/cdn/shop/files/CerebriSans-SemiBold.woff2?v=1741762141') format('woff2'),
        url('/cdn/shop/files/CerebriSans-SemiBold.woff?v=1741762141') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cerebri Sans Bold';
    src: url('/cdn/shop/files/CerebriSans-Bold.woff2?v=1741762141') format('woff2'),
        url('/cdn/shop/files/CerebriSans-Bold.woff?v=1741762141') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Cerebri Sans Heavy';
    src: url('/cdn/shop/files/CerebriSans-Heavy.woff2?v=1741762141') format('woff2'),
        url('/cdn/shop/files/CerebriSans-Heavy.woff?v=1741762141') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cerebri Sans ExtraBold';
    src: url('/cdn/shop/files/CerebriSans-ExtraBold.woff2?v=1741762141') format('woff2'),
        url('/cdn/shop/files/CerebriSans-ExtraBold.woff?v=1741762141') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cerebri Sans Pro Regular';
    src: url('/cdn/shop/files/CerebriSansPro-Regular.woff2?v=1747981536') format('woff2'),
        url('/cdn/shop/files/CerebriSansPro-Regular.woff?v=1747981537') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


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

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

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

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

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

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Shopify Accelerated Checkout */

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


/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

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

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rte table {
  table-layout: fixed;
}

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

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

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

.rte li {
  list-style: inherit;
}

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

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

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

.rte blockquote {
  display: inline-flex;
}

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

/* Image mask global styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Animations */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/* ========= CUSTOM CSS START ======== */

/* TypoGraphy Start */

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

:focus {
    outline: none !important;
    box-shadow: none;
    border-color: inherit
}

textarea.form-control {
    resize: none;
    overflow: hidden
}
html{
    /* overflow-x: hidden; */
}
html, body {
    width: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Cerebri Sans Regular';
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
}
body {
    background: #fff;
    overflow-x: hidden
}

body::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

a,
a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0vw 0vw 1.042vw;
    padding: 0vw;
    color: #212121;
    font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #e67143;
}

h1 {
    font-size: 3.125vw;
    line-height: 3.125vw;
}

h2 {

    font-size: 2.083vw;
    line-height: 2.083vw;
}

h3 {
    font-size: 1.563vw;
    line-height: 1.563vw;
}

h4 {
    font-size: 1.25vw;
    line-height: 1.25vw;
}
h5 {
    font-size: 1.146vw;
    line-height: 1.25vw;
}
h6 {
    font-size: 1.042vw;
    line-height: normal;
}

p {
    font-size: 0.99vw;
    line-height:1.51vw;
    letter-spacing: 0.016vw;
    color: #212121;
    font-weight: normal;
}

p:last-child{
    margin-bottom: 0;
}

ul {
    padding: 0 0 1.042vw 0.938vw;
    margin: 0;
}
ol {
    padding-left: 0;
    padding-bottom: 1.042vw;
    counter-reset: listitem;
}
ol li {
    list-style: none;
    position: relative;
    padding-left: 1.771vw;
}
ol li::before {
    counter-increment: listitem;
    content: counters(listitem, '.') '.';
    color: #212121;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    left: 0;
}
li{
    font-size: 0.99vw;
    line-height: normal;
    color: #212121;
    letter-spacing: 0.026vw;
}

li a{
    color: #212121;
}
li a:hover {
    color: #e67143;
}

a {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    color: #212121;
}

a:hover {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    color: #e67143;
}
button {
    padding: 0;
    background-color: transparent;
    border: none;
}

.btn {
	display: inline-flex;
	min-width: 190px;
	height: 55px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: normal;
	padding: 0 1vw;
	border-radius: 3vw;
	color: #fff;
	background: transparent;
	border: 2px solid #f0eee8;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 0;
}
.btn:hover {
    color: #000;
    background: #f0eee8;
    border-color: #f0eee8;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

/* TypoGraphy End */


/* HEADR CSS START */
.page-width {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
}
.section-header {
    padding: 3.650vw 0 3.2255vw;
    background: url(/cdn/shop/files/header-pattern-background.jpg?v=1741761771) center top;
    background-size: 100%;
    position: sticky;
    top: 0;
    z-index: 9;
    transition: 0.4s;
}
.header-wrapper {
    background: transparent;
    position: initial;
}
.header-wrapper .header {
    column-gap: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
nav .list-menu li {
	padding: 0 0;
	position: relative;
	margin-right: 140px;
	font-family: 'Cerebri Sans Medium';
	font-weight: 500;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: normal;
	color: #000000;
    width: max-content;
}
nav .list-menu li:nth-child(3) {
    font-size: 0;
    width: 0;
    margin-right: 14vw;
}
nav .list-menu li:last-child {
    margin-right: 0;
}
nav .list-menu li .list-menu__item {
    padding: 0;
    color: #000000;
    position: relative;
    font-size: inherit;
}
nav .list-menu li .list-menu__item:hover {
    color: #e67143;
    text-decoration: none;
}
nav .list-menu li .list-menu__item:hover span {
    text-decoration: none;
}
.header__heading-link {
    width: 5.677vw;
    position: absolute;
    top: 0.729vw;
    left: 0;
    right: 1.8vw;
    margin: auto;
    z-index: 2;
    transition: 0.4s;
}
.header__icons {
    display: none;
}
.header--middle-center a.header__heading-link {
    padding: 0;
}
.header__inline-menu {
    margin-left: 0;
}
.section-header.header-sticky {
    padding: 2.650vw 0 2.2255vw;
}
.header-sticky .header__heading-link {
    width: 3.677vw;
}
/* HEADR CSS END */

/** ================== // HERO SECTION CSS START // ================== **/
.hero-section {
    margin: 0;
    padding: 0;
    position: relative;
    height: calc(100vh - 8vw);
}

.hero-content-absolute-top{
    position: absolute;
    bottom: 1.354vw;
    left: 0;
    right: 0;
}
.hero-image-figure{
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
}
.hero-image-figure::after {
    content: "";
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,171,104,0) 22%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,171,104,0) 22%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,171,104,0) 22%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00ab68",GradientType=1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.hero-image-figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-heading{
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
}
.hero-heading a.btn {
    position: absolute;
    left: 30px;
    bottom: 35px;
}
.hero-heading h1 {
	font-family: 'BERNIER Distressed', sans-serif;
	font-size: 120px;
	color: #fff;
	line-height: 120px;
	margin: 0;
	letter-spacing: 0;
}
.hero-heading h1 span:nth-child(1) {
	margin-right: 150px;
	animation-delay: 0s;
}
.hero-heading h1 span:nth-child(3) {
	margin-left: 230px;
  animation-delay: 1s;
}
.hero-heading h1 span:nth-child(4) {
	margin-left: 110px;
	font-size: 100px;
  animation-delay: 1.5s;
}
.hero-heading h1 span:nth-child(2) {
  animation-delay: 0.5s;
}
.bottle-fixed-img {
  animation-delay: 2s;
}
.bottle-fixed-img,
.hero-heading h1 span {
	transform: translateY(100%);
	display: inline-block;
  opacity: 0;
  animation: fadeUp 1s ease forwards;
}
.hero-image-figure {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-content-absolute-top .container {
    padding: 0;
}
.bottle-fixed-img {
	position: absolute;
	bottom: -315px;
	left: 0;
	right: 0;
	text-align: center;
	max-width: 625px;
	margin: 0 auto;
	z-index: 1;
}
.bottle-fixed-img img{
    width: 100%;
    display: block;
}
.bottle-fixed-img img.desktop-hide {
    display: none;
}
/** HERO SECTION CSS END **/


/** DADY'O FIRST SECTION START **/
.dady-first-section{
    margin: 0;
    padding: 50px 0 180px;
    background: url('/cdn/shop/files/pattern-bg-01.jpg?v=1741775506') repeat center top;
    background-size: 100%;
    position: relative;
}
.dady-first-section::after{
    content: "";
    background: url('/cdn/shop/files/shape-btm-background-01.png?v=1741775551') no-repeat center bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6.51vw;
    background-size: 100%;
}
.dady-first-section .container{
    padding: 0;
}
.dady-1list-colum{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.dady-1list-left{
    width: 50%;
    text-align: left;
}
.dady-1list-right{
    width: 50%;
    text-align: right;
}
.list-1-content{
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.list-1-content p{
    display: block;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Cerebri Sans Bold';
}
.dady-1list-full-12{
    width: 100%;
    text-align: center;
    margin-top: 6.771vw;
}

/** DADY'O FIRST SECTION END **/

/** ================== // 100% PURE &TRADITIONAL SECTION START // ================== **/
.pure-traditional-section{
    margin: 0;
    padding: 0 0 50px;
    background: url('/cdn/shop/files/pattern-bg-02.jpg?v=1741778832') repeat;
    background-size: 100%;
    position: relative;
    z-index: 1;
}
.pure-traditional-section::after{
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    z-index: -1;
}
.pure-traditional-section .container{
    padding: 0;
}
.pure-heading {
    margin: 0 0 -2vw;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.pure-heading h2 {
	color: #e67143;
	font-size: 135px;
	margin: 0;
	padding: 0;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	line-height: .85;
	letter-spacing: 0;
}
.pure-traditional-flex-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    row-gap: 2.396vw;
}
.pure-traditional-col-4{
    width: 33.333%;
    padding: 0 10px;
}
.pure-traditional-col-info{
    margin: 0;
    padding: 0;
    position: relative;
}
.pure-traditional-col-info figure{
    margin: 0;
    padding: 0;
}
.pure-traditional-col-info figure img{
    width: 100%;
}
.traditional-absolute-fixed {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 40px 10px;
}
.traditional-absolute-fixed h4{
    font-size: 36px;
    color: #fff;
    font-family: 'Cerebri Sans Bold';
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0;
}
.celebrate-madein-center {
	margin: 50px auto 0;
	padding: 0;
	max-width: 910px;
	text-align: center;
}
.celebrate-madein-center h3 {
	color: #000;
	font-size: 60px;
	line-height: normal;
	font-family: 'Cerebri Sans SemiBold';
	font-weight: 600;
	margin: 40px 0 40px;
	letter-spacing: 0;

}
.celebrate-madein-headingh.aos-animate + h3 {
  opacity: 0;
  transform: translateY(100%);
  animation: fadeUp 1s ease forwards;
}

.btn.btn-black {
    border-color: #000;
    color: #000;
}
.btn.btn-black:hover {
    border-color: #000;
    color: #fff;
    background-color: #000;
}
.oaxaca-logo {
    text-align: right;
    margin-right: -14.6vw;
    margin-bottom: -5vw;
}
.oaxaca-logo img {
    width: 250px;
}
.unforgettablysmooth{
    margin: 0 auto 0;
    padding: 50px 0 0;
    max-width: 950px;
}
.unforgettablysmooth-main {
    background: #f6f0ea;
}
.smooth-heading{
    margin: 0 0 1.571vw;
    padding: 0 80px;
    text-align: center;
}
.celebrate-madein-center h2,
.smooth-heading h2 {
    margin: 0;
    padding: 0;
    color: #37515a;
    font-size: 5.563vw;
    font-family: 'BERNIER Distressed', sans-serif;
    font-weight: normal;
    line-height: 4.573vw;
    letter-spacing: 0;
}
.unfor-card-flex{
    display: flex;
    flex-wrap: wrap;
}
.unfor-card-col-left{
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    padding-top: 30px;
}
.unforgettablysmooth-btn .btn {
	background: #000;
	color: #fff;
	min-width: 140px;
	height: 45px;
}
.unfor-card-flex {
	position: relative;
}
.unfor-card-col-left a.btn.btn-black {
    font-size: 0.938vw;
    /* padding: 0; */
    letter-spacing: 0;
    font-weight: 500;
    min-width: 8.583vw;
    height: 2vw;
}
.unfor-item-card{
    margin: 25px 0;
    width: 50%;
}
.unfor-card-col-right{
    width: 29.5%;
    margin: 0 auto;
}
.unforgettablysmooth-btn {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
}
.unfor-item-card img {
    width: 100%;
    max-height: 65px;
    object-fit: contain;
    display: block;
}
.unfor-card-bottle {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
}
.unfor-card-bottle img{
    width: 100%;
    display: block;
}
/** 100% PURE &TRADITIONAL SECTION END **/

/** ABV SECTION START **/
.abvfour-section{
    margin: 0;
    padding: 1.646vw 0;
    background: #191719;
}
.abvfour-warp-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.abv-nbr{
    margin: 0;
    padding: 0;
}
.abv-nbr span {
    display: block;
    font-size: 82px;
    line-height: 2.771vw;
    font-family: 'BERNIER Distressed', sans-serif;
    font-weight: normal;
    color: #fff;
}
.abv-nbr span sub {
    font-size: 18px;
    line-height: normal;
    font-family: 'Cerebri Sans Medium';
    font-weight: 500;
    color: #fff;
    bottom: 0;
    left: -0.5vw;
    position: relative;
    vertical-align: baseline;
}
.abvfour-warp-col-2 {
    width: 23%;
}
.abvfour-warp-col-1 {
    width: 23.4%;
}
.abv-text-info{
    margin: 0;
    padding: 0;
}
.abv-text-info h4 {
    font-size: 38px;
    line-height: 1;
    font-family: 'BERNIER Distressed', sans-serif;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}
.abv-text-info p {
    font-size: 16px;
    line-height: normal;
    font-family: 'Cerebri Sans Regular';
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0.4vw;
    letter-spacing: 0;
}
.abvfour-section .container {
    max-width: 770px;
}
/** ABV SECTION END **/


/** ================== // INGREDIENTS SECTION CSS START // ================== **/
.ingredients-section {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 5.729vw;
}
.ingredients-heading {
    text-align: center;
    margin-bottom: 1.563vw;
}
.ingredients-heading h2 {
    margin: 0;
    color: #fff;
    font-family: 'BERNIER Distressed', sans-serif;
    font-weight: normal;
    font-size: 95px;
    line-height: 1;
    letter-spacing: 0;
}
.ingredients-list-section {
    margin: 9.021vw 0 0 0;
    padding: 0 0 3.906vw;
    background: url('/cdn/shop/files/pattern-bg-01.jpg?v=1741775506') repeat center top;
    background-size: 100%;
    position: relative;
}
.ingredients-list-section::after {
    content: "";
    background: url('/cdn/shop/files/shape-btm-background-02.png?v=1741783561') no-repeat center top;
    position: absolute;
    top: -9.24vw;
    left: 0;
    right: 0;
    height: 12.292vw;
    background-size: 100%;
}
.ingredients-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.ingredients-inner {
    text-align: center;
}
.ingredients-img-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.ingredients-img-card img {
    height: 260px;
}
.ingredients-info-card {
    margin-top: 1.302vw;
}
.ingredients-col3 {
    width: 33.33%;
    position: relative;
    z-index: 2;
}
.ingredients-col3:nth-child(1) {
    margin-top: -4.427vw;
}
.ingredients-col3:nth-child(3) {
    margin-top: -0.781vw;
}
.ingredients-info-card h4 {
	font-size: 42px;
	color: #000000;
	font-family: 'BERNIER Distressed', sans-serif;
	line-height: 1;
	margin-bottom: 15px;
	letter-spacing: 3px;
}
.ingredients-info-card p {
	font-family: 'Cerebri Sans Medium';
	font-weight: 500;
	font-size: 22px;
	color: #000000;
	letter-spacing: 1px;
}

/** INGREDIENTS SECTION CSS END **/


/** MADE BY EDUARDO LALO SECTION CSS START **/
.made-by-eduardo-lalo-section {
    position: relative;
    height: 920px;
}
.made-by-eduardo-img-holder img {
    width: 100%;
    display: block;
}
.made-by-eduardo-lalo-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 720px;
	height: 720px;
	margin: auto;
	z-index: 1;
}
.made-by-eduardo-lalo-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.circle-text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: textRotation 35s linear infinite;
}
.circle-text img {
    width: 100%;
    height: 100%;
    display: block;
}
@keyframes textRotation {
	to {
		transform: rotate(360deg);
	}
}
.made-by-eduardo-lalo-inner p {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	font-family: 'Cerebri Sans Book';
	margin-bottom: 20px;
}
.made-by-eduardo-lalo-inner img {
    margin-bottom: 30px;
    display: block;
    max-width: 220px;
}
/** MADE BY EDUARDO LALO SECTION CSS END **/


/** HONOR YOUR ROOTS SECTION CSS START **/
.honor-your-roots-section {
    position: relative;
}
.honor-your-roots-img-holder img {
    width: 100%;
    display: block;
}
.honor-your-heading {
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}
.honor-your-heading h2 {
	margin: 0;
	font-size: 170px;
	color: #fff;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	line-height: .85;
}
/** HONOR YOUR ROOTS SECTION CSS END **/


/** PROCESS SECTION CSS START **/
.process-heading {
    background: #000;
    text-align: center;
}
.process-heading h2 {
	margin: 0;
	font-size: 90px;
	color: #fff;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	line-height: 1;
	padding: 50px 0;
	letter-spacing: 0;
}
.process-info-card h3 {
    color: #37515a;
    font-size: 3.659vw;
    line-height: 1;
    font-family: 'BERNIER Distressed', sans-serif;
    font-weight: normal;
    margin-bottom: 1.302vw;
    letter-spacing: 0;
}
.process-info-card ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.process-info-card ul li {
    color: #37515a;
    font-size: 1.25vw;
    font-family: 'Cerebri Sans Medium';
    font-weight: 500;
    letter-spacing: 0.104vw;
    text-transform: uppercase;
    margin-bottom: 0.781vw;
    position: relative;
    padding-left: 1.146vw;
}
.process-info-card ul li:last-child {
    margin-bottom: 0;
}
.process-info-card ul li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    color: #37515a;
    font-size: 1.25vw;
    font-family: 'Cerebri Sans Medium';
    font-weight: 500;
    letter-spacing: 0.104vw;
}
.process-wrapper {
    background: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 3.906vw;
    padding: 3.906vw 0;
}
.process-repeat-card:nth-child(even) {
    flex-direction: row-reverse;
}
.process-repeat-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.process-col-left {
    width: calc(100% - 63%);
}
.process-info-card {
    max-width: 24.677vw;
    margin: 0 auto;
}
.process-col-right {
    width: 63%;
}
.process-img-card img {
    width: 100%;
}

/** PROCESS SECTION CSS END **/


/** FOOTER CSS START **/
.footer {
    padding: 4.531vw 0 2.083vw 0 !important;
    background-color: #37515a;
    position: relative;
    z-index: 1;
    border: 0 !important;
}
.footer::after {
    content: '';
    background-image: url(/cdn/shop/files/footer-bg-new.png?v=1741844069);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    height: 95%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.notify-section {
    margin: 0 0 5.292vw;
    text-align: center;
}
.notify-section h3 {
	font-size: 98px;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	color: #121212;
	letter-spacing: 5px;
	margin: 0 0 35px;
	line-height: 0.8;
}
.notify-section p {
	font-size: 35px;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	color: #121212;
	letter-spacing: 2px;
	margin: 0 0 35px;
	line-height: 0.8;
}
.notify-form {
    max-width: 640px;
    margin: 0 auto;
}
.footer-left .newsletter-form .newsletter-form__field-wrapper,
.notify-form .newsletter-form .newsletter-form__field-wrapper,
.footer-left .newsletter-form,
.notify-form .newsletter-form {
    max-width: 100%;
}
.notify-form .newsletter-form .form-row {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1.302vw;
    width: 100%;
}
.notify-form .newsletter-form .form-row .field {
    width: calc(50% - 0.677vw);
    position: relative;
    margin-bottom: 1rem;
}
.footer-left .newsletter-form .field:before,
.notify-form .newsletter-form .form-row .field:before,
.footer-left .newsletter-form .field:after,
.notify-form .newsletter-form .form-row .field:after {
    display: none !important;
}
.footer-left .newsletter-form .field .field__input,
.notify-form .newsletter-form .form-row .field .field__input {
    background: transparent;
    border: none;
    border-bottom: 0.104vw solid #000;
    box-shadow: none;
    outline: none;
    width: 100%;
    border-radius: 0;
    padding: 0;
    height: 2.604vw;
    font-family: 'Cerebri Sans Bold';
    font-weight: bold;
    color: #000;
    font-size: 1.042vw;
    text-transform: inherit;
    letter-spacing: 0;
}
.footer-left .newsletter-form .field .field__input::placeholder,
.notify-form .newsletter-form .form-row .field .field__input::placeholder {
    display: block !important;
    font-size: 1.042vw;
    color: #000;
    opacity: 1;
    visibility: visible;
}
.footer__content-top.page-width {
    display: none;
}
.footer-row-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.footer-left {
    width: 320px;
}
.footer-left .footer-block__heading {
	font-size: 28px;
	font-family: 'BERNIER Distressed', sans-serif;
	letter-spacing: 2px;
	line-height: 1.1;
	max-width: 100%;
	text-align: left;
	margin: 0vw 0vw 1.042vw;
}
.footer-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.footer-logo {
    width: 400px;
}
.inner-footer-logo {
    width: 100%;
}
.inner-footer-logo img {
    width: 100%;
    display: block;
}
.footer-right {
    width: 320px;
}
.footer-menu {
    margin: 0;
    padding: 0;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
	display: block !important;
	font-size: 70px;
	font-family: 'BERNIER Distressed', sans-serif;
	line-height: 1;
	margin: 0 !important;
	padding: 0;
	font-weight: normal;
}
.footer-menu ul li a.list-menu__item {
    color: #212121;
    display: block;
    font-size: inherit;
    text-align: left;
    line-height: inherit;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    padding: 0;
}
.footer-menu ul li a.list-menu__item:hover {
    color: #e67143;
    text-decoration: none;
}
.footer-menu .footer-block {
    max-width: 100% !important;
    width: 100%;
}
.copyright {
    margin: 0;
    padding: 0;
}
.copyright .footer__copyright {
    text-align: left;
    margin-top: 0;
}
.copyright .footer__copyright .copyright__content {
	color: #fff;
	font-size: 18px;
	margin-bottom: 35px;
	font-family: 'Fabio XM Semibold';
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
}
.footer-last-wrapper .privacy-content ul li {
    display: inline-block;
    margin: 0 1.667vw 0 0;
}
.footer-last-wrapper .privacy-content ul li::before {
    display: none;
}
.footer-last-wrapper .privacy-content ul li a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Cerebri Sans Medium';
	letter-spacing: 0.5px;
	font-weight: 500;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
}
.footer-last-wrapper .privacy-content ul li a:hover {
    color: #ec7523;
    text-decoration: none;
}
.footer-last-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.social-icon .list-social__link {
	padding: 0;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: 'Fabio XM Semibold';
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
}
.social-icon .list-social__link:hover {
     color: #ec7523;
}
.social-icon .list-social__link span.visually-hidden {
    position: relative !important;
    width: auto;
    height: auto;
    margin: 0;
    clip: inherit;
}
.social-icon .list-social__link .svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0.221vw;
}
.social-icon .list-social__link .svg-wrapper svg {
	height: 19px;
	width: 18px;
}
.social-icon .list-social__link .svg-wrapper svg path {
  fill: #fff;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
}
.social-icon .list-social__link:hover .svg-wrapper svg path {
  fill: #ec7523;
}
.social-icon ul li {
    display: inline-block;
    margin: 0 3.646vw 0 0;
}
.social-icon ul li:last-child {
    margin: 0;
}
.footer__content-bottom {
    display: none;
}
.social-icon ul li:last-child .list-social__link .svg-wrapper svg {
    height: 1.458vw;
    width: 1.458vw;
}
.newsletter-form__button.field__button {
    width: 25px;
}
.desktop-hide {
    display: none;
}
.privacy-content ul {
    padding: 0;
}
/** FOOTER CSS END **/


/** AGE VERIFICATION MODAL CSS START **/
.agemodal {
    position: fixed;
    inset: 0;
    z-index: 111;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #000;
}
.agemodal::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}
.agemodal-body {
    position: relative;
}
.agemodal-logo {
    width: 9.635vw;
    margin: 0 auto 1.823vw;
}
.agemodal-logo img {
    width: 100%;
}
.agemodal-body h2 {
    color: #fff;
    font-family: 'BERNIER Distressed', sans-serif;
    font-weight: normal;
    font-size: 4.083vw;
    line-height: 1;
    margin: 0 0 0.781vw;
}
.agemodal-body p {
    color: #fff;
    margin: 0 0 1.667vw;
}
.age-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.833vw;
}
.age-btn-group .btn {
    padding: 0.625vw 1.25vw;
    min-width: auto;
    min-height: auto;
    height: auto;
    border-width: 1px;
    font-size: 0.833vw;
    border-radius: 0;
}
.age-btn-group .btn.btn-fill {
    background-color: #fff;
    color: #000;
}
.age-btn-group .btn:hover {
    opacity: 0.85;
}
body.agemodalactive {
    position: fixed;
    inset: 0;
    overflow: hidden;
}
.header-lang-seletor {
    position: absolute;
    left: 4vw;
}
.header-lang-seletor form {
    margin: 0;
}
.header-lang-seletor form h2 {
    display: none;
}
.header-lang-seletor form button {
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 18px !important;
    letter-spacing: 2px !important;
    font-family: 'Cerebri Sans Medium' !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #000 !important;
}
.header-lang-seletor form button:before,
.header-lang-seletor form button:after {
    display: none;
}
.disclosure__list-wrapper {
    transform: translateY(15rem) !important;
}
/** AGE VERIFICATION MODAL CSS END **/


/** =========== COLLECTION RECIPE PAGE CSS START ========== **/
.recipe-banner-section {
	margin: 0;
	padding: 50px 0 190px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 100%;
	transform: translateY(-1px);
	position: relative;
}
.recipe-banner-wrapper {
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
    padding: 0 1.56vw;
}
.recipe-banner_left {
	width: 420px;
}
.recipe-banner_right {
	width: 622px;
}
.recipe-banner-heading {
	margin: 0;
	font-size: 78px;
	letter-spacing: 0;
	color: #000;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	line-height: 1;
}
.recipe-banner-quote p {
	color: #000;
	font-size: 38px;
	line-height: initial;
	letter-spacing: 0;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	margin: 0 0 12px;
	line-height: 50px;
}
.recipe-banner-quote span {
	display: block;
	font-size: 35px;
	color: #000;
	line-height: 1;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
}
.recipe-list-row {
	padding: 40px 0 50px;
}
.recipe-list {
    width: 100%;
    margin: 0 0 147px;
}
.recipe-list-row .recipe-list:nth-child(even) .card.article-card.recipe-list-card,
.recipe-list:nth-child(even) .recipe-list-card {
    flex-direction: row-reverse;
}
.recipe-list-card {
	display: flex;
	align-content: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recipe-list-card .recipe-list-img,
.recipe-list-img {
    width: 48%;
    height: 353px !important;
    overflow: hidden;
}
.recipe-list-card .recipe-list-img img,
.recipe-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.recipe-list-card .recipe-list-content,
.recipe-list-content {
	width: 46%;
	display: block;
	align-content: center;
    flex-grow: inherit;
}
.article-card-wrapper .card__content .card__information .card__heading.recipe-list-title,
.recipe-list-title {
    font-size: 58px;
    font-family: 'BERNIER Distressed', sans-serif;
    font-weight: normal;
    margin: 0 0 38px;
    line-height: 1;
    letter-spacing: 0;
}
.recipe-listcontent_inner p {
    font-size: 1.67vw;
}
.recipe-listcontent_inner p {
	font-size: 24px;
	letter-spacing: 0;
	color: #000;
	line-height: 37px;
}
.recipe-list-btn {
	margin: 38px 0 0;
}
.recipe-list-btn .btn {
	color: #000;
	border-color: #000;
    text-decoration: none;
}
.recipe-list-btn .btn:hover {
	color: #fff;
	border-color: #000;
    background: #000;
}
.article-card-wrapper.article-card-recipe-wrapper  .card__content .article-card__excerpt.rte-width {
	display: block;
}
.blog-articles.blog-articles--collage.recipe-list-row {
	display: block;
}
.recipe-list-row .card.article-card.recipe-list-card {
    --ratio-percent: 0 !important;
    flex-direction: inherit;
}
.article-card-wrapper.article-card-recipe-wrapper .card__content .card__information {
	padding: 0 !important;
    text-align: left;
}
.article-card-recipe-wrapper  .article-card__info {
	display: none;
}
.article-card-wrapper.article-card-recipe-wrapper:hover a {
    text-decoration: none;
}
/** =========== COLLECTION RECIPE PAGE CSS END ========== **/


/** =========== PROCESS PAGE CSS START ========== **/
.process-main-section {
	position: relative;
	height: 355px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
    align-content: center;
}
.process-main-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.process-banner-wrapper {
	position: relative;
}
.process-banner-heading {
	color: #fff;
	font-size: 32px;
	letter-spacing: 0;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	margin: 0 0 0.63vw;
	line-height: 1;
}
.process-banner-sub-heading {
	color: #fff;
	font-size: 102px;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	line-height: .8;
}
.process-celebration-content {
	width: 775px;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0 0;
	position: relative;
}
.process-celebration-content span {
	display: block;
	color: #E67143;
	font-size: 36px;
	letter-spacing: 0;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 22px;
}
.process-celebration-content p {
	font-size: 38px;
	line-height: 45px;
	letter-spacing: 0;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
}
.process-celebration-img {
	margin: 0 auto;
	max-width: 911px;
	height: 469px;
	overflow: hidden;
}
.process-celebration-img img {
	width: 100%;
	height: 100%;
	display: block;
    object-fit: cover;
}
.process-celebration-section {
	position: relative;
    padding: 0 0 135px;
	z-index: 0;
}
.process-celebration-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	background-image: url(//dady-o.myshopify.com/cdn/shop/files/recipe-banner-bg-label.png?v=1747979696);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 27.55vw;
    transform: translateY(-2px);
}
.owner-quote-wrapper {
	display: flex;
	align-content: center;
	justify-content: space-between;
	flex-wrap: wrap;
    padding: 0 65px;
}
.owner-quote_left {
	width: 462px;
	height: 337px;
	overflow: hidden;
}
.owner-quote_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.owner-quote_right {
	width: 520px;
	align-content: center;
}
.owner-quote-section {
    padding: 0 0 145px;
}
.owner-quote_right_content h2 {
	font-size: 58px;
	letter-spacing: 0;
	line-height: .85;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	width: 81%;
	color: #000;
	margin: 0 0 34px;
}
.owner-quote_right_content p {
	font-size: 24px;
	line-height: 33px;
	color: #000;
	letter-spacing: 0;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
}
.owner-quote_right_content span {
	color: #A0A0A0;
	font-size: 24px;
	letter-spacing: 0;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	margin: 6px 0 0;
	display: inline-block;
}
.owner-quote-bottom-wrap {
	display: flex;
	align-content: center;
	justify-content: space-between;
	margin-top: 10px;
}
.loc-icon {
	width: 154px;
}
.owner-quote_right_content  .loc-icon img {
	width: 100%;
    margin: 0;
}
.owner-quote-bottom_left {
	width: calc(100% - 154px);
	padding-right: 25px;
}
.owner-quote_right_content img {
	margin: 30px 0 0;
	display: block;
	max-width: 154px;
}
.tab-buttons {
	display: flex;
	gap: 34px;
	justify-content: center;
	margin: 0 35px 45px;
}
.tab-button {
	padding: 0 0 12px;
	cursor: pointer;
	border-bottom: 0.16vw solid transparent;
	font-size: 36px;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	color: #37515A;
	letter-spacing: 0;
	gap: 20px;
	display: inline-flex;
	align-content: center;
	justify-content: center;
}
.tab-button span {
    color: #5E7177;
}
.tab-button.active {
  border-color: #5E7177;
}
.tab-header .tab-header-content {
    display: none;
}
.tab-pane {
	display: none;
	padding: 0;
	border: 0;
	align-content: center;
	justify-content: space-between;
}
.tab-pane.active {
  display: flex;
}
.art-process-section {
	background: #F1EFE9;
	padding: 4.53vw 0 0;
    position: relative;
}
.art-process-wrapper {
	text-align: center;
}
.art-process-heading {
	margin: 0 38px 38px;
	font-size: 78px;
	color: #000;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
}
.tab-content-info,
.tab-img {
	width: 50%;
}
.tab-content-info {
	align-content: center;
	padding: 0 7.86vw 0 7.03vw;
	text-align: left;
}
.tab-img {
	height: 572px;
	overflow: hidden;
}
.tab-img img {
    width: 100%;
	height: 100%;
    object-fit: cover;
	display: block;
}
.tab-content-info h2 {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	gap: 0 15px;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	font-size: 102px;
	line-height: 1;
	color: #37515A;
	letter-spacing: 0;
	margin: 0 0 20px;
	white-space: nowrap;
}
.tab-content-info h2 span {
    color: #5E7177;
    flex-shrink: 0;
}
.tab-content {
	margin: 0 0 60px;
}
.tab-content-info p {
	color: #000;
	font-size: 24px;
	line-height: 38px;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	letter-spacing: 0;
}
.tab-bottel-img {
	position: absolute;
	bottom: -7.4vw;
	left: 50%;
	transform: translateX(-50%);
    z-index: 1;
}
.tab-bottel-img img {
	height: 563px;
    object-fit: cover;
}
.make-it-better-section {
	position: relative;
	background: #fff;
	padding: 130px 0;
}
.make-better-heading {
	text-align: center;
}
.make-better-heading h5 {
  display: block;
  color: #E67143;
  font-size: 1.88vw;
  letter-spacing: 0;
  font-family: 'BERNIER Distressed', sans-serif;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 1.15vw;
}
.make-better-heading h2 {
	font-size: 2.92vw;
	line-height: 2.92vw;
	letter-spacing: 0;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
}
.make-better-slider .make-better-slider-list,
.make-better-slider .slick-slide {
	padding: 105px 0 0;
}
.make-better-wrapper {
	padding: 0;
}
.make-better-slider-list figure {
	margin: 0;
	padding: 0;
	height: 265px;
	overflow: hidden;
    position: relative;
    transition: .35s ease-in-out;
}
.make-better-slider-list figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .35s ease-in-out;
}
.make-better-slider-list figure figcaption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  	transition: .35s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.make-better-slider-list figure::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 100%);
	transition: .35s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.make-better-slider-list:hover figure:before,
.make-better-slider-list:hover figure figcaption {
    opacity: 1;
    visibility: visible;
}
.make-better-slider-list h3 {
	margin: 40px 0 0;
	text-align: center;
	font-size: 48px;
	color: #000;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
}
.make-better-slider-list:hover figure,
.make-better-slider .slick-slide.slick-center + .slick-slide .make-better-slider-list figure {
    transform: scale(1.25);
    transform-origin: bottom;
    z-index: 1;
}
.make-better-slider {
	display: flex;
	align-content: flex-end;
	justify-content: center;
}
.make-better-slider-list {
	width: 33.33%;
}
/** =========== PROCESS PAGE CSS END ========== **/


/** =========== STORY PAGE CSS START ========== **/
.story-banner-section {
	background: #E9E6D7;
	padding: 3vw 3.65vw 0;
	position: relative;
    z-index: 0;
}
.story-banner-section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    height: 21.56vw;
	background-image: url(/cdn/shop/files/story-hero-before-layer.png?v=1748253017);
    background-size: 100%;
	background-repeat: no-repeat;
	z-index: 0;
}
.story-banner-wrapper {
  	max-width: 1200px;
  	margin: 0 auto;
  }
.story-banner-img-wrap {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.story-banner-img-wrap figure {
	width: 33.33%;
	height: 557px;
    padding: 0;
    margin: 0;
}
.story-banner-img-wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.story-banner-heading {
	text-align: center;
	padding: 0 0 2.5vw;
	margin: -2.7vw 0 0;
	position: relative;
	z-index: 1;
}
.story-banner-heading h1 {
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	font-size: 100px;
	line-height: .8;
	margin: 0 0 21px;
	color: #000;
}
.story-banner-heading p {
	font-size: 38px;
	letter-spacing: 0;
	color: #000;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	line-height: 1;
}
.story-video-full-banner-section {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
	height: 920px;
	align-content: flex-end;
	justify-content: flex-end;
}
.story-video-full-banner-content {
	max-width: 632px;
	margin-left: auto;
	margin-bottom: 96px;
}
.story-video-card_left h2, .story-video-full-banner-content h2 {
	color: #fff;
	font-size: 64px;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	line-height: .8;
	margin: 0 0 40px;
}
.story-video-card_left p, .story-video-full-banner-content p {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	margin: 0 0 35px;
}
.story-video-full-btn .btn {
	border: 1px solid #fff;
	border-radius: 42px;
	height: 60px;
	display: inline-flex;
	align-content: center;
	justify-content: center;
	color: #fff;
	min-width: 263px;
	font-size: 28px;
}
.story-video-full-btn .btn svg {
    margin-right: 0.34vw;
}
.story-video-full-banner-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: -1;
}
.story-video-full-btn .btn * {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}
.story-video-full-btn .btn:hover {
    color: #000;
}
.story-video-full-btn .btn:hover svg path {
    fill: #000;
}
.fancybox-is-open .fancybox-bg {
	display: block;
}
.story-video-card-section {
	padding: 130px 0 280px;
}
.story-video-card-wrapper {
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
	gap: 4.95vw;
}
.story-video-card_left {
	width: 40.78vw;
	margin: 4.38vw 0 0;
}
.story-video-card_right figure {
	width: 438px;
	height: 359px;
	overflow: hidden;
	margin: 0 0 0 auto;
	padding: 0;
}
.story-video-card_right figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.story-video-card_right {
    width: 43.23vw;
    position: relative;
}
.story-video-card_right a {
	width: 100%;
	display: block;
	text-align: right;
}
.story-video-card_right figure:nth-child(2) {
	position: absolute;
	top: 6.15vw;
	right: 5.99vw;
}
.story-video-card_right figure:nth-child(2) img + img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.88vw;
    height: 6.88vw;
}
.story-video-card_left p,
.story-video-card_left h2 {
    color: #000;
}
.story-video-card-btn .btn {
	border-color: #000;
	background: #000;
}
.story-video-card-btn .btn:hover {
    background: transparent;
    color: #000;
}
.look-back-list img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.look-back-list {
	width: 66.51vw;
	height: 32.45vw;
	overflow: hidden;
}
.look-back-heading {
	padding: 0 17.72vw 1.93vw;
	margin-bottom: -12vw;
	position: relative;
	z-index: 1;
}
.look-back-heading span {
	display: block;
	color: #E67143;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	font-size: 1.88vw;
	line-height: 1;
	margin: 0;
}
.look-back-heading h2 {
	display: block;
	color: #000;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	font-size: 3.39vw;
	line-height: 1;
	margin: 0;
}
.look-back-slider .slick-list.draggable {
    padding: 0 16.72vw;
}
.look-back-slider .slick-slide {
	padding: 0 0.89vw;
    transition: .35s linear;
    transition-delay: 300ms;
}
.look-back-slider .slick-slide.slick-current.slick-active {
    margin-top: 10.89vw;
}
.look-back-slider .slick-slide.slick-current.slick-active + .slick-slide {
    margin-top: 18.18vw;
}
.look-back-slider .slick-next.slick-arrow {
  background-image: url(/cdn/shop/files/right-arrow-slick.svg?v=1748328554);
  right: 10.57vw;
  width: 3.44vw;
  height: 3.02vw;
  top: 11.53vw;
}
.look-back-slider .slick-prev.slick-arrow {
  background-image: url(/cdn/shop/files/left-arrow-slick.svg?v=1748328553);
  left: 11.57vw;
  width: 3.44vw;
  height: 3.02vw;
  top: auto;
  bottom: 9.53vw;
}
.look-back-slider {
	height: 50.63vw;
	overflow: hidden;
}
.owner-quote-section.story-owner-quote-section {
    background: #000;
    padding: 5.26vw 0 0;
}
.story-owner-quote-section .owner-quote_left {
	width: 537px;
	height: 817px;
}
.owner-quote-section.story-owner-quote-section .owner-quote-wrapper {
	padding: 0 35px;
}
.story-owner-quote-section .owner-quote_right_content p,
.story-owner-quote-section .owner-quote_right_content h2 {
    color: #fff;
}
.behind-sprit-video-section {
	position: relative;
	overflow: hidden;
	height: 920px;
}
.behind-sprit-img img,
.behind-sprit-img {
	width: 100%;
	height: 100%;
}
.behind-sprit-img img {
    object-fit: cover;
    display: block;
}
.behind-sprit-img::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.behind-sprit-video-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.behind-sprit-video-content h2 {
	font-size: 64px;
	color: #fff;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	line-height: .8;
	margin: 0 0 1.56vw;
}
.behind-sprit-video-content p {
	color: #fff;
	letter-spacing: 0;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	font-size: 32px;
	margin: 0 0 64px;
}
.behind-sprit-video-content img {
	margin: 0 0 2vw;
}
.blog.color-scheme-1.gradient .page-width-desktop {
    padding: 0 0 0 5.52vw;
    max-width: 100%;
}
.blog.color-scheme-1.gradient {
  padding: 85px 0;
}
.blog__title {
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	font-size: 4.06vw;
	line-height: 1;
	color: #000;
}
.blog .title-wrapper--no-top-margin {
	margin-bottom: 44px;
}
.blog .blog__posts .slick-arrow {
    display: none;
}
.blog .blog__posts .blog__post {
	width: 100%;
	max-width: 100%;
}
.blog .blog__posts .slick-slide {
    padding-right: 2.14vw;
}
.blog .blog__posts .slick-list.draggable {
    padding-right: 23.59vw;
}
.article-card-wrapper .article-card .card__inner {
    height: 360px;
}
.article-card-wrapper .card__content .card__information {
	padding: 21px 0 0 !important;
}
.article-card-wrapper .card__content .card__information .card__heading {
	font-size: 1.88vw;
	color: #000;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0;
	width: 84%;
	margin: 0;
}
.article-card-wrapper .card__content .card__information .card__heading a:hover {
    text-decoration: none;
}
.article-card-wrapper .card__content .article-card__excerpt.rte-width {
	display: none;
}
.blog__view-all.center.small-hide.medium-hide {
    position: absolute;
    top: 1vw;
    right: 13.44vw;
    margin: 0;
}
.blog__view-all.center.small-hide.medium-hide a {
    margin: 0;
    background: transparent;
    color: #000;
    font-family: 'BERNIER Distressed', sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 1.88vw;
    width: auto;
    min-width: auto;
    padding: 0;
    line-height: 1;
}
.blog__view-all.center.small-hide.medium-hide a:before,
.blog__view-all.center.small-hide.medium-hide a:after {
    display: none;
}
.blog__view-all.center.small-hide.medium-hide a:hover {
    color: #e67143;
}
.slider-buttons {
	display: none;
}
/** =========== STORY PAGE CSS END ========== **/



/** =========== COLLECTION PAGE CSS START ========== **/
.collection-hero__text-wrapper .collection-hero__title {
	margin: 50px 0;
	font-size: 78px;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
}
.related-products-section .grid__item .card__inner,
.collection .grid__item .card__inner {
	background: #fff;
	--ratio-percent: 0 !important;
	--ratio-percent: ;
	height: 285px;
}
.grid__item .card__inner .card__media img {
    object-fit: contain;
}
.grid__item .card__inner .card__media .article-card__image img {
    object-fit: cover;
}
.related-products-section .grid__item .card__content .card__information,
.collection .grid__item .card__content .card__information {
	padding: 0;
	margin: 1.46vw 0;
}
.related-products-section .grid__item .card__content .card__heading,
.collection .grid__item .card__content .card__heading {
    font-size: 28px;
    line-height: 1;
  	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
    margin-bottom: 0.57vw;
    color: #000;
    text-align: center;
}
.related-products-section .grid__item .card__content .card__heading a,
.collection .grid__item .card__content .card__heading a {
    text-decoration: none;
}
.related-products-section .grid__item .card__content .price span,
.collection .grid__item .card__content .price span {
    font-size: 24px;
    letter-spacing: 0;
    font-family: 'Cerebri Sans Pro Regular';
    font-weight: normal;
    color: #000;
}
.related-products-section .grid__item .card__inner .card-shop-btn,
.collection .grid__item .card__inner .card-shop-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: auto;
    transition: .25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    scale: 0.95;
}
.card-information > :not(.visually-hidden:first-child) + :not(.rating):not(.card__information-volume-pricing-note) {
	text-align: center;
}
.related-products-section .grid__item .card__inner .card-shop-btn .btn,
.collection .grid__item .card__inner .card-shop-btn .btn {
    background: #fff;
    border-color: #fff;
    color: #000;
    text-decoration: none;
}
.related-products-section .grid__item .card-shop-btn .btn:hover,
.collection .grid__item .card__inner .card-shop-btn .btn:hover {
    background: #e67143;
    border-color: #e67143;
    color: #fff;
    text-decoration: none;
}
.related-products-section .grid__item .card-wrapper:hover .card__inner .card-shop-btn,
.collection .grid__item .card-wrapper:hover .card__inner .card-shop-btn {
    opacity: 1;
    visibility: visible;
    scale: 1;
}
.card-wrapper:hover .media.media--hover-effect > img:first-child:not(:only-child) {
	opacity: 1 !important;
}
.product-grid-container {
	padding: 0 0 80px;
}
.related-products-section .product-grid,
.product-grid-container .grid {
  gap: 36px;
} 
.related-products-section .product-grid {
  justify-content: center;
}
.related-products-section .product-grid .grid__item,
.product-grid-container .grid .grid__item {
    width: calc(25% - 28px);
    max-width: calc(25% - 28px);
}
.collection-full-banner-section {
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 39.27vw;
}
.collection-full-banner-wrapper figure img,
.collection-full-banner-wrapper figure,
.collection-full-banner-wrapper {
    width: 100%;
    height: 100%;
}
.collection-full-banner-wrapper figure img {
    object-fit: cover;
    display: block;
}
.collection-full-banner-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.collection-full-banner-heading {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
    display: flex;
    flex-direction: column;
}
.collection-full-banner-heading h3 {
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	color: #fff;
	font-size: 28px;
	text-align: center;
	line-height: 1;
	margin: 2.66vw 0;
}
.collection-full-banner-heading h2 {
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	color: #fff;
	font-size: 18.23vw;
	text-align: center;
	line-height: .85;
	margin: auto 0 1vw -2vw;
	text-wrap: nowrap;
}
.collection-image-with-text-section {
	padding: 70px 0;
    position: relative;
}
.col-badge {
    width: 21.43vw;
    position: absolute;
    right: 0;
    bottom: -26vw;
}
.col-badge img {
    display: block;
    width: 100%;
}
.collection-image-with-text-section .page-width {
    padding: 0 !important;
}
.collection-image-text_left {
	width: 573px;
    display: block;
    align-content: center;
}
.collection-image-text h2 {
	font-size: 64px;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	color: #000;
	max-width: 100%;
	line-height: .8;
	margin: 0 0 2.66vw;
}
.collection-image-text p {
	font-size: 24px;
	line-height: 35px;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	letter-spacing: 0;
}
.collection-image-text-list {
	display: flex;
	align-content: center;
	justify-content: space-between;
}
.collection-image-text-btn {
	margin: 2.66vw 0 0;
}
.collection-image-text-btn .btn {
	background: #000;
	border-color: #000;
}
.collection-image-text-btn .btn:hover {
    background: transparent;
    color: #000;
}
.collection-image-text-list:nth-child(2n) {
	flex-direction: row-reverse;
    justify-content: space-between;
    gap: 0 6vw;
}
.collection-image-text-list:nth-child(2n) .collection-image-text_left {
    width: 535px;
}
.collection-image-text-list:nth-child(2n) .collection-image-text_right {
    width: 536px;
}
.collection-image-text-list:nth-child(2n) .collection-image-text_left .collection-image-text-btn .btn {
    background: transparent;
    color: #000;
}
.collection-image-text-list:nth-child(2n) .collection-image-text_left .collection-image-text-btn .btn:hover {
    background: #000;
    color: #fff;
}
.collection-image-text_right img {
    display: block;
    max-height: 643px;
}
.collection-accordion-section {
	padding: 50px 0 100px;
}
.collection-accordion-section .page-width {
    padding: 0 74px !important;
}
.collection-accordion-list {
    border-bottom: 1px solid #000;
    padding: 46px 0;
}
.collection-accordion-header {
	position: relative;
	display: flex;
	align-content: center;
	justify-content: flex-start;
    cursor: pointer;
}
.collection-accordion-icon {
	max-width: 4.06vw;
	min-width: 4.06vw;
    align-content: center;
    display: inline-flex;
}
.collection-accordion-header h2 {
	margin-left: 45px;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	color: #000;
	font-size: 58px;
	margin-bottom: 0;
	line-height: 1;
	align-items: center;
	display: inline-flex;
}
.collection-accordion-header::after {
	content: "";
	position: absolute;
	right: 1.88vw;
	top: 45%;
	transform: translateY(-50%) rotate(45deg);
	border: 0.21vw solid #000;
	width: 1.04vw;
	height: 1.04vw;
	border-left: 0;
	border-top: 0;
}
.collection-accordion-body p {
	font-size: 26px;
	line-height: 2.19vw;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	letter-spacing: 0;
}
.collection-accordion-body {
	display: none;
}
.collection-accordion-body p {
    padding: 2vw 0;
}
.collection-accordion-list.active .collection-accordion-header::after {
    top: 55%;
    transform: translateY(-50%) rotate(-135deg);
}
/** =========== COLLECTION PAGE CSS END ========== **/



/** =========== RECIPE ARTICLE PAGE CSS START ========== **/
.article-recipe-templete {
    padding: 55px 0 0;
}
.article-recipe-templete .page-width {
    max-width: 71.09vw !important;
    padding: 0 !important;
}
.article-template__title.article-recipe-title {
	text-align: center;
	width: 300px;
	margin: 0 auto 35px;
	position: relative;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	line-height: .8;
	color: #000;
    font-size: 4.06vw;
}
.article-template__title.article-recipe-title::before {
	content: "";
	position: absolute;
	left: -10vw;
	top: 50%;
	background-image: url(/cdn/shop/files/heading-img.png?v=1748585834);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 6.56vw;
	height: 4.22vw;
    transform: translateY(-50%);
}
.article-template__title.article-recipe-title::after {
	content: "";
	position: absolute;
	right: -10vw;
	top: 50%;
	background-image: url(/cdn/shop/files/heading-img.png?v=1748585834);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 6.56vw;
	height: 4.22vw;
    transform: translateY(-50%);
}
.article-recipe-templete .article-template__hero-adapt {
    padding-bottom: 0 !important;
    height: 406px;
    margin-bottom: 50px;
}
.article-recipe-templete .article-template__content ol li,
.article-recipe-templete .article-template__content ul li,
.article-recipe-templete .article-template__content p {
    font-size: 24px;
    line-height: 42px;
    font-family: 'Cerebri Sans Pro Regular';
    font-weight: normal;
    letter-spacing: 0;
    color: #000;
}
.article-recipe-templete .article-template__content h3 {
	color: #000;
	font-size: 58px;
	line-height: .8;
	margin: 0 0 40px;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
}
.article-recipe-templete .article-template__content .center-content {
	text-align: center;
	border-bottom: 1px solid #37515A;
	margin: 0 0 50px;
	padding: 0 40px 20px;
}
.article-recipe-templete .article-template__content .center-content h2 {
	font-size: 38px;
	line-height: 48px;
	margin: 0 110px 45px;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	letter-spacing: 0;
}
.article-recipe-templete .article-template__content .d-flex-list {
	display: flex;
	align-content: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 5.99vw;
    margin: 0 0 50px;
}
.article-recipe-templete .article-template__content .d-flex-list .recipe-list-half {
	width: 35.21vw;
}
.article-recipe-templete .article-template__content .d-flex-list .recipe-list-half + .recipe-list-half {
	width: 27.21vw;
}
.article-recipe-templete .article-template__content ol li,
.article-recipe-templete .article-template__content ul li {
    list-style-type: none;
    padding-left: 1.5vw;
    position: relative;
}
.article-recipe-templete .article-template__content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .7vw;
	width: .5vw;
	height: .5vw;
	background: #000;
	border-radius: 50%;
}
.article-recipe-templete .article-template__content p:not(:last-child) {
    margin-bottom: 2.5vw;
}
/** =========== RECIPE ARTICLE PAGE CSS END ========== **/


/** =========== MAIN PRODUCT PAGE CSS START ========== **/
.main-product-wrap {
	/* background: #E4D6C4; */
    padding-top: 37px !important;
    padding-bottom: 90px !important;
    background: url(/cdn/shop/files/header-pattern-background.jpg?v=1741761771) center top;
    background-repeat: repeat;
}
.main-product-wrap .page-width {
    padding: 0 !important;
}
.main-product-wrap .product .grid__item.product__media-wrapper {
    max-width: 545px;
    width: 545px;
}
.main-product-wrap .product .product__info-wrapper.grid__item {
	padding: 0;
	max-width: 491px;
	width: 491px;
	margin-left: 43px;
}
.main-product-wrap .product__info-wrapper.grid__item .product__text {
    display: none;
}
.main-product-wrap .product__title h1 {
	font-size: 78px;
	letter-spacing: 0;
	color: #000;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
}
.main-product-wrap .product__title {
	margin-bottom: 0.52vw;
}
.main-product-wrap .product__info-wrapper.grid__item .price .price__container span {
    font-size: 24px;
    color: #000;
    font-family: 'Cerebri Sans Pro Regular';
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1;
}
.main-product-wrap .product__info-wrapper.grid__item .price.price--large {
	margin-bottom: 24px;
}
.main-product-wrap .product__info-wrapper.grid__item .quantity__label {
    display: none;
}
.main-product-wrap .price-per-item__container .quantity {
    border: 2px solid #151515;
    border-radius: 0.31vw;
    width: 10.1vw;
    min-height: 3.28vw;
}
.main-product-wrap .price-per-item__container .quantity::before,
.main-product-wrap .price-per-item__container .quantity::after {
    display: none;
}
.main-product-wrap .product__info-wrapper.grid__item .product-form__quantity {
	margin: 2.08vw 0;
}
.main-product-wrap .product__info-wrapper.grid__item .quantity__input {
	font-size: 1.09vw;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	letter-spacing: 0;
	color: #000;
    width: 33.33%;
    padding: 0.21vw 0 0;
}
.main-product-wrap .product__info-wrapper.grid__item .quantity__button .svg-wrapper {
	width: 2rem;
}
.main-product-wrap .product__info-wrapper.grid__item .product-form__buttons {
	max-width: 100%;
}
.main-product-wrap .product__info-wrapper.grid__item .product-form__buttons .product-form__submit::after,
.main-product-wrap .product__info-wrapper.grid__item .product-form__buttons .product-form__submit::before {
    display: none;
}
.main-product-wrap .product__info-wrapper.grid__item .product-form__buttons .product-form__submit {
    border: 2px solid #151515;
    border-radius: 2.03vw;
    min-height: 2.03vw;
    font-size: 1.09vw;
  	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
  	letter-spacing: 0;
	color: #000;
}
.main-product-wrap .product__info-wrapper.grid__item .product-form__buttons .product-form__submit {
	border: 2px solid #151515;
	border-radius: 2.03vw;
	min-height: 3.13vw;
	font-size: 1.09vw;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	letter-spacing: 0;
	color: #000;
	background: transparent;
    padding: 0;
    margin: 0 0 0.94vw;
}
.main-product-wrap .product__info-wrapper.grid__item .product-form__buttons .shopify-payment-button__button::before,
.main-product-wrap .product__info-wrapper.grid__item .product-form__buttons .shopify-payment-button__button::after {
    display: none;
}
.main-product-wrap .product__info-wrapper.grid__item .product-form__buttons .shopify-payment-button__button {
    border: 2px solid #E67143;
	border-radius: 2.03vw;
	min-height: 3.13vw;
	font-size: 1.09vw;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	letter-spacing: 0;
	color: #fff;
	background: #E67143;
    padding: 0;
}
.main-product-wrap .product__info-wrapper.grid__item .product__description {
	margin: 1.67vw 0 0;
}
.main-product-wrap .product__info-wrapper.grid__item .product__description p {
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	letter-spacing: 0;
	color: #37515A;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 25px;
}
.product-media-container .product__modal-opener {
	display: block;
	position: relative;
	height: 100%;
}
.product__media.media.media--transparent {
    height: 100%;
    padding: 0;
}
.product__media.media.media--transparent img {
    height: 100%;
    object-fit: contain;
    padding: 2.08vw;
}
.product__media-item .product-media-container {
    height: 19.43vw;
    overflow: hidden;
}
.product__media-item.is-active .product-media-container {
    height: 508px;
    background: #fff;
    overflow: hidden;
}
.product-waitlist-section,
.main-product-video-section {
    position: relative;
    height: 894px;
    overflow: hidden;
}
.product-waitlist-section figure,
.main-product-video-section figure {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.product-waitlist-section figure img,
.main-product-video-section figure img {
    width: 100%;
	height: 100%;
    display: block;
    object-fit: cover;
}
.product-waitlist-content,
.main-product-video-content {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
    width: 100%;
}
.product-waitlist-content h2,
.main-product-video-content h2 {
	color: #fff;
	font-size: 6.25vw;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0;
	margin: 0 0 1.15vwauto;
}
.main-product-video-content img {
	width: 6.88vw;
	margin: 0 auto 4.17vw;
}
.product-waitlist-content p,
.main-product-video-content p {
	color: #fff;
	letter-spacing: 0;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	font-size: 1.88vw;
	margin: 0 0 2.66vw;
	line-height: 1;
}
.main-product-video-btn .btn {
	background: #fff;
	color: #000;
}
.main-product-video-btn .btn:hover {
	background: transparent;
	color: #fff;
}
.product-indradients-info p {
	font-size: 21px;
	color: #37515A;
	margin: 0 0 0.78vw;
}
.product-indradients-info-row {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	flex-wrap: wrap;
    gap: 5px;
}
.product-indradients-info_list {
	display: inline-flex;
	align-content: center;
	justify-content: flex-start;
}
.product-indradients-info_list .icon {
    align-items: center;
    display: flex;
    width: 1.56vw;
}
.product-indradients-info_list .icon img {
	display: block;
}
.product-indradients-info_list h3 {
	font-size: 18px;
	color: #000;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	margin: 0 0 0 0.26vw;
	letter-spacing: 0;
}
.product-indradients-info {
	margin: 24px 0 !important;
}
.ind-collpase-list {
	border-top: 1px solid #37515A;
	padding: 15px 0;
}
.ind-collpase-header {
	display: flex;
	align-content: center;
	justify-content: flex-start;
    cursor: pointer;
    position: relative;
}
.ind-collpase-header .icon {
	width: 1.77vw;
	display: inline-flex;
	align-content: center;
}
.ind-collpase-body {
	display: none;
}
.ind-collpase-row {
	border-bottom: 1px solid #37515A;
	margin: 2.76vw 0;
}
.ind-collpase-header h3 {
	margin: 0 0 0 15px;
	letter-spacing: 0;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	color: #37515A;
	font-size: 24px;
}
.ind-collpase-header::after {
	content: "";
	position: absolute;
	right: 1.61vw;
	top: 32%;
	transform: translateY(-50%) rotate(45deg);
	border: 2px solid #000;
	width: 0.94vw;
	height: 0.94vw;
	border-left: 0;
	border-top: 0;
}
.ind-collpase-body p {
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	letter-spacing: 0;
	color: #37515A;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0 0;
}
.collection-art-process-section {
    z-index: 0;
    height: 920px;
}
.collection-art-process-section .tab-pane {
    flex-wrap: wrap;
}
.collection-art-process-section .tab-content-info,
.collection-art-process-section .tab-img {
	width: 100%;
}
.collection-art-process-section .tab-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}
.collection-art-process-section .tab-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.collection-art-process-section .tab-pane.active .tab-img {
    transform: scale(1.2);
    transition: .35s;
    animation: transUp 1s ease forwards;
}
.collection-art-process-section .tab-pane .tab-content-info {
    transition: .5s;
}
.collection-art-process-section .tab-pane.active .tab-content-info {
      opacity: 0;
      transform: translateY(100%) translateX(-50%);
      animation: fadeUpText 1s ease forwards;
}
@keyframes fadeUpText {
  to {
     opacity: 1;
      transform: translateY(0) translateX(-50%);
  }
}
@keyframes transUp {
  to {
     opacity: 1;
      transform: scale(1) ;
  }
}
.collection-art-process-section .tab-content-info h2 {
	display: none;
}
.collection-art-process-section .tab-content-info {
	position: absolute;
	bottom: 113px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 904px;
	padding: 0;
	text-align: center;
}
.collection-art-process-section .tab-content-info p {
    color: #fff;
}
.collection-art-process-section .tab-button {
    color: #EDFAFF;
}
.collection-art-process-section .art-process-heading,
.collection-art-process-section .tab-button span {
     color: #fff;
}
.collection-art-process-section .tab-button.active {
	border-color: #fff;
}
.collection-review-section {
	position: relative;
	display: flex;
	align-content: flex-end;
	justify-content: center;
	background: #F1EFE9;
	padding: 5.94vw 10.78vw 0 0;
    gap: 3.65vw;
}
.collection-review_left {
	width: 490px;
}
.collection-review_right {
	width: 660px;
	margin-top: 0;
}
.collection-review_block {
    margin: 40px 0 30px;
}
.collection-review_block h2 {
	color: #000;
	letter-spacing: 0;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	font-size: 48px;
	line-height: 1;
}
.collection-review-star {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	gap: 0.36vw;
}
.collection-review-star span {
    display: inline-block;
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
    font-family: 'Cerebri Sans Pro Regular';
    font-weight: normal;
    padding-top: 0.31vw;
}
.collection-review_left img {
	width: 100%;
    display: block;
}
.collection-review-star img {
	width: 12.5vw;
}
.product-graph-section {
	text-align: center;
	padding: 0;
}
.product-graph-wrapper h2 {
	color: #000;
	letter-spacing: 0;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 20px;
	font-size: 78px;
}
.product-graph-wrapper figure {
	width: 780px;
	margin: 0 auto;
}
.product-graph-wrapper figure img {
    width: 100%;
    display: block;
}
.availability-wrap {
	max-width: 656px;
	margin: 45px auto 90px;
}
.availability-wrap span {
	display: block;
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 1.67vw;
	letter-spacing: 0;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	line-height: 1.25;
}
.varient-wrap {
	display: flex;
	align-content: center;
	justify-content: center;
	border: 3px solid #000;
}
.varient-wrap h3 {
    min-height: 100px;
    justify-content: center;
    width: 50%;
    font-size: 36px;
    line-height: 1;
    font-family: 'BERNIER Distressed', sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    align-content: center;
}
.varient-wrap h3 + h3 {
    border-left: 3px solid #000;
}
.collection-info-right {
	width: 407px;
    margin-top: 3vw;
}
.collection-info-right p {
	font-size: 24px;
	line-height: 32px;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	letter-spacing: 0;
	color: #000;
}
.collection-info-row-section {
	padding: 0;
	position: relative;
	z-index: 0;
	min-height: 554px;
	display: flex;
	align-content: center;
	max-width: 100%;
	margin: 0 auto;
}
.collection-info-row-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 27.6vw;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	transform: translateY(-13vw);
	background-image: url(//dady-o.myshopify.com/cdn/shop/files/recipe-banner-bg-label.png?v=1747979696);
}
.collection-info-left {
	width: 500px;
}
.collection-info-left-list label {
	font-size: 14px;
	letter-spacing: 0;
	color: #000;
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	line-height: 1.3;
	min-height: 30px;
	display: block;
	text-align: left;
	margin: 0 0 15px;
}
.collection-info-left-list h2 {
	font-size: 48px;
	color: #000;
	letter-spacing: 0;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	line-height: 1;
}
.collection-info-left-list h3 {
	font-size: 24px;
	color: #000;
	letter-spacing: 0;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	line-height: 1;
}
.collection-info-left-list:first-child {
	width: 6.67vw;
}
.collection-info-left-list:nth-child(2) {
	width: 7.24vw;
}
.collection-info-left-list:nth-child(3) {
	width: 7.5vw;
}
.collection-info-left-list:nth-child(4) {
	width: 9.32vw;
}
.collection-info-center {
    width: 362px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.collection-info-row {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin: 11vw auto 0;
    width: 1200px;
}
.collection-info-center figure {
	width: 100%;
}
.collection-info-center figure img {
    width: 100%;
    display: block;
}
product-info {
    position: relative;
    z-index: 1;
}
.collection-info-left-top {
	display: flex;
	align-content: center;
    gap: 2.08vw;
}
.collection-info-select {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	gap: 1.25vw;
    margin-top: 30px;
}
.get-deliver-wrap .select-delivery {
	border: 2px solid #151515;
	height: 40px;
	min-width: 196px;
	background: transparent;
	border-radius: 0.31vw;
	padding: 0 1vw 0;
	font-size: 16px;
	line-height: 1;
	position: relative;
	appearance: none;
	cursor: pointer;
	background-image: url(/cdn/shop/files/select-down-arrow.svg?v=1748867189);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	color: #000;
}
.find-d-btn .btn {
	background: #E67143;
	border-color: #E67143;
	border-radius: 0.31vw;
	font-size: 16px;
	gap: 10px;
	min-width: 180px;
	height: 40px;
}
.find-d-btn .btn svg {
    width: 25px;
    height: 25px;
}
.find-d-btn .btn svg,
.find-d-btn .btn svg path {
    transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
}
.find-d-btn .btn:hover {
    background: transparent;
    color: #E67143;
}
.find-d-btn .btn:hover svg path {
    fill: #E67143;
}
.main-product-wrap .product .grid__item.product__media-wrapper .thumbnail-slider .thumbnail-list {
    padding: 0;
}
.main-product-wrap .product .grid__item.product__media-wrapper .thumbnail-slider .thumbnail-list .thumbnail-list__item {
    width: calc(50% - .8rem);
}
.main-product-wrap .product .grid__item.product__media-wrapper .thumbnail-list__item .thumbnail {
    background: #fff;
    box-shadow: none;
    border: 0;
    transition: .35s ease;
}
.main-product-wrap .product .grid__item.product__media-wrapper .thumbnail-list__item .thumbnail[aria-current] {
    background: #E67143;
    box-shadow: none;
    border: 0;
    transition: .35s ease;
}
.main-product-wrap .product .grid__item.product__media-wrapper .thumbnail-list__item .thumbnail.global-media-settings img {
	border-radius: 0;
	object-fit: contain;
	padding: 2.6vw;
}
.related-products-section {
	margin: 100px 0 0;
}
.related-products-section .related-products__heading {
	margin: 0 0 100px;
	text-align: center;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	font-size: 4.06vw;
	letter-spacing: 0;
	color: #000;
	line-height: 1;
}
.product__tax.caption.rte {
	font-family: 'Cerebri Sans Pro Regular';
	font-weight: normal;
	letter-spacing: 0;
	color: #37515A;
	font-size: 0.94vw;
	line-height: 1.25vw;
	margin: 0 0 1.67vw;
}
.product__tax.caption.rte a {
    color: #37515A;
    text-decoration: underline;
}
.product__tax.caption.rte a:hover {
    color: #37515A;
    text-decoration: none;
}
.article-template {
	max-width: 1200px;
	margin: 60px auto;
}
.article-template .article-template__hero-container {
	max-width: 100%;
	margin: 0 auto 30px;
    border-radius: 22px;
    overflow: hidden;
    height: 30vw;
}
.article-template .article-template__hero-container .article-template__hero-adapt {
    padding: 0 !important;
    height: 100%;
}
.article-template .page-width {
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
	width: 100% !important;
}
.article-template__title {
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
}
.article-template__content p {
	margin-bottom: 2vw;
}
.article-template .article-template__content {
    margin-top: 30px !important;
}
.collection-hero {
    position: relative;
    z-index: 0;
    padding-bottom: 40px !important;
}
.collection-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/cdn/shop/files/collection-top-banner.png?v=1750323148);
	width: 100%;
	height: 257px;
	background-repeat: no-repeat;
	z-index: -1;
	background-position: bottom center;
	background-size: cover;
}
/** =========== MAIN PRODUCT PAGE CSS END ========== **/


/** SPANISH LANGUAGE CSS START **/
.spanish-language .hero-heading h1 span:nth-child(1) {
    margin-right: -1.281vw;
    margin-left: 12vw;
}
.spanish-language .hero-heading h1 span:nth-child(2) {
    margin-left: 11vw;
}
.spanish-language .hero-heading h1 {
    font-size: 11.115vw;
    line-height: 5.785vw;
}
.spanish-language .hero-heading h1 span:nth-child(3) {
    margin-left: 19.719vw;
    font-size: 5vw;
}
.spanish-language .hero-heading h1 span:nth-child(4) {
    margin-left: 7.619vw;
    font-size: 5vw;
}
.spanish-language .pure-heading h2 {
    font-size: 10.273vw;
}
.spanish-language .traditional-absolute-fixed {
    padding: 0 2.271vw 2.303vw;
}
.spanish-language .traditional-absolute-fixed h4 {
    font-size: 2.3vw;
}
.spanish-language .made-by-eduardo-lalo-inner p {
    letter-spacing: 0.16vw;
}
.spanish-language .smooth-heading h2 {
    font-size: 6.563vw;
    line-height: 5.573vw;
}
.spanish-language .abv-nbr span sub {
    font-size: 0.35vw;
}
.spanish-language .abv-nbr span {
    font-size: 2.971vw;
}
/** SPANISH LANGUAGE CSS END **/

/* AWARD SECTION CSS START */
.awards-badge-icon figure {
  	width: 205px;
  	position: relative;
}
.awards-badge-icon {
	width: 50%;
	text-align: center;
	position: relative;
	margin-top: 20px;
	margin-bottom: 0;
}
.awards-badge-icon figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.awards-badge-icon figcaption h3 {
	font-size: 19px;
	text-transform: uppercase;
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	padding: 0 40px;
	line-height: 1;
	margin: 0 0 2px;
}
.awards-badge-icon figcaption h4 {
	font-size: 14px;
	line-height: 1;
	font-family: 'Cerebri Sans Regular';
	font-weight: normal;
	letter-spacing: 0;
	margin: 4px 0 0;
	padding: 0 56px;
}
.awards-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	justify-content: space-between;
    row-gap: 35px;
    margin: 0 60px;
}
.awards-wrapper .awards-badge-icon:nth-child(2n) {
	justify-content: flex-end;
	display: inline-flex;
}
.awards-wrapper .awards-badge-icon:nth-child(5) {
	position: absolute;
	bottom: 140px;
	left: 50%;
	transform: translateX(-50%);
}
.awards-wrapper .awards-badge-icon:nth-child(5) figure {
	margin: 0 auto;
}
/* AWARD SECTION CSS END */
.cart__warnings .button::before,
.cart__warnings .button::after {
    display: none;
}
.cart__warnings .button {
	background: transparent;
	border: 2px solid #000;
	border-radius: 25px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0;
	font-family: 'Cerebri Sans Regular';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	min-height: 50px;
	transition: .35s;
}
.cart__warnings .button:hover {
    background: #000;
    color: #fff;
}
.cart__warnings {
	padding: 100px 0 !important;
}
cart-items {
	background: #f6f0ea !important;
}
.cart-notification-product__image {
  height: 70px;
  width: 70px;
}
.cart-notification-product__image img {
    object-fit: contain;
    max-height: 100%;
    padding: 5px;
}
.cart-item__image-container img {
	height: 110px;
	object-fit: contain;
	padding: 5px;
}
.cart-item__image-container {
	background-color: transparent;
}
quantity-popover .quantity::before,
quantity-popover .quantity {
  background: transparent !important;
}
.cart-items tr td,
.cart-items tr th {
	color: #000;
	font-size: 14px;
	letter-spacing: 0;
	padding: 15px;
	border-collapse: collapse;
}
.cart-items {
	border: 1px solid #ccc;
}
.cart-items thead th {
	background-color: #cccccc2b;
}
.cart-item__name {
	font-size: 20px;
}
.cart__items {
	border: 0;
}
#main-cart-footer {
	background: #f6f0ea;
	padding-bottom: 50px;
}

.customer button,
.cart__ctas .cart__checkout-button {
	background: transparent;
	color: #000;
	border: 2px solid #000;
	border-radius: 25px;
	letter-spacing: 0;
	text-transform: uppercase;
	transition: .35s;
}
.customer button::before,
.customer button::after,
.cart__ctas .cart__checkout-button::before,
.cart__ctas .cart__checkout-button::after {
    display: none;
}
.customer button:hover,
.cart__ctas .cart__checkout-button:hover {
    background: #000;
	color: #fff;
}
.customer h2,
.customer h1,
#recover,
#login,
cart-items .title-wrapper-with-link .title {
	font-family: 'BERNIER Distressed', sans-serif;
	font-weight: normal;
}
#main-cart-items {
	border: 0;
}
.cart__footer-wrapper:last-child .cart__footer {
	padding-top: 0;
}
.account-main-wrap {
	flex-wrap: wrap;
	gap: 40px;
}
.account-order-history-wrap {
	width: 100%;
	padding-right: 0 !important;
}
.account-order-details-wrap {
	width: 100%;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
}
.account-order-details-col {
	width: 50%;
    padding-right: 25px;
}
.account-order-details-col:last-child {
    padding-right: 0; 
}
.customer.addresses .acc-address-row-list {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start;
}
.acc-address-row-list li {
	width: 50%;
	text-align: left;
    padding-right: 25px;
}
.customer.addresses {
    max-width: var(--page-width) !important;
    text-align: left !important;
}
.acc-address-row-list h2 {
	text-align: left !important;
}
.addresses ul p {
	font-size: 16px;
}
#AddAddress {
	margin-top: 30px;
}
.acc-address-row-list li label {
	font-size: 15px;
}
.address-edit-wrap {
	margin-top: 30px;
}
.acc-address-row-list .border-line,
.account-order-details-col .border-line {
	box-shadow: 0 0 0 .1rem rgba(var(--color-foreground),.08);
	padding: 20px;
}
.acc-address-row-list li h2 {
    font-size: 34px !important;
    margin-bottom: 15px !important;
    display: block;
    min-height: 41px;
}
.art-process-section,
.art-process-section.collection-art-process-section {
  position: relative;
  height:600vh;
  padding: 0;
  z-index: 11;
}

.art-process-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  /* overflow: hidden; */
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Tab content styling */
.tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tab-pane.active {
  display: flex;
  opacity: 1;
}
/* ========= CUSTOM CSS END ======== */



/*  ======== RESPONSIVE CSS START ======== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
@media (max-width:1699px) {
    .smooth-heading {
    	padding: 0 110px;
    }
    .story-banner-section::after {
    	height: 26.56vw;
    }
    nav .list-menu li {
    	margin-right: 100px;
    	font-size: 17px;
    }
    .header-lang-seletor form button {
    	font-size: 17px !important;
    }
    .bottle-fixed-img {
    	bottom: -288px;
    	max-width: 530px;
    }
    .article-recipe-templete {
    	padding: 35px 0 0;
    }
    .article-recipe-templete .article-template__hero-adapt {
        height: 325px;
        margin-bottom: 30px;
    }
    .article-template__title.article-recipe-title {
    	margin: 0 auto 30px;
    }
    .article-recipe-templete .article-template__content h3 {
    	font-size: 45px;
    	margin: 0 0 30px;
    }
    .article-recipe-templete .article-template__content ol li, .article-recipe-templete .article-template__content ul li, .article-recipe-templete .article-template__content p {
    	font-size: 21px;
    	line-height: 37px;
    }
    .make-it-better-section {
    	padding: 85px 0;
    }
    .make-better-slider-list h3 {
    	margin: 30px 0 0;
    	font-size: 38px;
    }
    .process-celebration-content {
    	padding: 50px 0 0;
    }
    .tab-content-info h2 {
    	font-size: 66px;
    }
    .tab-content-info {
    	padding: 0 3.86vw 0 7.03vw;
    }
    .story-banner-img-wrap figure {
    	height: 495px;
    }
    .story-banner-section::after {
    	height: 22.56vw;
    }
    .story-banner-heading h1 {
    	font-size: 80px;
    }
    .story-banner-heading p {
    	font-size: 33px;
    }
    .story-video-full-banner-section {
    	height: 760px;
    }
    .story-video-card-section {
    	padding: 90px 0 180px;
    }
    .story-owner-quote-section .owner-quote_left {
    	width: 517px;
    	height: 607px;
    }
    .behind-sprit-video-section {
    	height: 710px;
    }
    .behind-sprit-video-content img {
    	margin: 0 0 20px;
    	max-width: 80px;
    }
    .behind-sprit-video-content p {
    	font-size: 24px;
    	margin: 0 0 35px;
    }
    .behind-sprit-video-content h2 {
    	font-size: 54px;
    }
    .article-card-wrapper .article-card .card__inner {
    	height: 300px;
    }
    .collection-hero::before {
    	height: 205px;
    }
    .collection-hero__text-wrapper .collection-hero__title {
    	font-size: 64px;
    }
    .product-grid-container {
    	padding: 0 0 50px;
    }
    .related-products-section .grid__item .card__content .price span, .collection .grid__item .card__content .price span {
    	font-size: 20px;
    }
    .collection-accordion-body p {
    	font-size: 22px;
    	line-height: 36px;
    }
    .collection-accordion-header h2 {
    	margin-left: 30px;
    	font-size: 50px;
    }
    .collection-accordion-list {
    	padding: 32px 0;
    }
    .product-waitlist-section, .main-product-video-section {
    	height: 750px;
    }
    .collection-art-process-section {
    	height: 750px;
    }
    .collection-review_left {
    	width: 360px;
    	display: flex;
    	align-content: flex-end;
    }
    .tab-button {
        font-size: 30px;
    }
    .art-process-heading {
        margin: 0 38px 25px;
        font-size: 65px;
    }
    .tab-buttons {
        margin: 0 35px 35px;
    }
    .tab-content-info p {
        font-size: 21px;
        line-height: 34px;
    }
    .tab-img {
        height: 450px;
    }
    .tab-bottel-img img {
        height: 453px;
        object-fit: cover;
    }
    .recipe-banner-heading {
        font-size: 64px;
    }
    .recipe-banner-quote p {
        font-size: 32px;
        line-height: 44px;
    }
    .recipe-banner-section {
        padding: 35px 0 110px;
    }
    .recipe-banner_right {
        width: 580px;
    }
    .owner-quote_right_content p {
    	font-size: 20px;
    	line-height: 28px;
    }
    .owner-quote_right_content span {
    	font-size: 20px;
    	margin: 6px 0 0;
    }
}


@media (max-width:1439px) {
    .nav-manu ul li {
        font-size: 1.3vw;
    }
    .unfor-item-card {
    	margin: 15px 0;
    }
    .abvfour-warp-col-2 {
        width: 22%;
    }
    .unfor-item-card img {
        max-height: 4.5vw;
    }
    .spanish-language .abv-nbr span {
        font-size: 2.1vw;
    }
    .spanish-language .smooth-heading h2 {
        line-height: 5.573vw;
    }
    .unforgettablysmooth {
    	padding: 30px 0 0;
    	max-width: 780px;
    }
    .article-template {
    	max-width: 100%;
    	margin: 40px auto;
    	padding: 0 40px;
    }
    nav .list-menu li {
    	margin-right: 60px;
    	font-size: 16px;
    }
    .header-lang-seletor form button {
    	font-size: 16px !important;
    }
    .article-recipe-templete .article-template__hero-adapt {
    	height: 335px;
    	margin-bottom: 30px;
    }
    .article-recipe-templete .article-template__content .center-content h2 {
    	font-size: 30px;
    	line-height: 43px;
    	margin: 0 110px 25px;
    }
    .article-recipe-templete .article-template__content ol li, .article-recipe-templete .article-template__content ul li, .article-recipe-templete .article-template__content p {
    	font-size: 21px;
    	line-height: 33px;
    }
    .article-recipe-templete .article-template__content h3 {
    	font-size: 40px;
    	margin: 0 0 26px;
    }
    .make-better-heading h5 {
    	font-size: 26px;
    }
    .make-better-heading h2 {
    	font-size: 34px;
    	line-height: 1.1;
    }
    .make-better-slider .make-better-slider-list, .make-better-slider .slick-slide {
    	padding: 65px 0 0;
    }
    .process-celebration-content span {
    	font-size: 30px;
    	margin: 0 0 15px;
    }
    .process-celebration-content p {
    	font-size: 28px;
    	line-height: 37px;
    }
    .process-celebration-content {
    	width: 525px;
    }
    .process-celebration-img {
    	max-width: 670px;
    	height: 380px;
    }
    .process-celebration-section {
    	padding: 0 0 85px;
    }
    .owner-quote-section {
    	padding: 0 0 85px;
    }
    .art-process-heading {
    	margin: 0 38px 25px;
    	font-size: 58px;
    }
    .tab-button {
    	padding: 0 0 8px;
    	font-size: 28px;
    	gap: 12px;
    }
    .tab-content-info h2 {
    	font-size: 60px;
    }
    .tab-content-info p {
    	font-size: 20px;
    	line-height: 32px;
    }
    .tab-img {
    	height: 470px;
    }
    .tab-bottel-img img {
    	height: 445px;
    }
    .tab-buttons {
    	gap: 34px;
    	margin: 0 35px 35px;
    }
    .tab-content-info {
    	padding: 0 2.86vw 0 5.03vw;
    }
    .article-card-wrapper .article-card .card__inner {
    	height: 260px;
    }
    .behind-sprit-video-section {
    	height: 650px;
    }
    .collection-image-text_right img {
    	max-height: 540px;
    }
    .collection-image-text-list {
    	padding: 0 70px;
    }
    .collection-image-text h2 {
    	font-size: 55px;
    	margin: 0 0 25px;
    }
    .collection-image-text p {
    	font-size: 21px;
    	line-height: 32px;
    }
    .article-template .article-template__hero-container {
    	height: 320px;
    }
    .article-template .article-template__content p {
    	font-size: 18px;
    	line-height: 25px;
    	letter-spacing: 0;
    }
    .recipe-banner-quote p {
        font-size: 28px;
        line-height: 39px;
    }
    .recipe-banner-quote span {
        font-size: 25px;
    }
    .recipe-banner_right {
        width: 520px;
    }
    .blog-articles.blog-articles--collage.recipe-list-row {
        display: block;
        padding-top: 0;
    }
    .recipe-list-card .recipe-list-img, .recipe-list-img {
        height: 330px !important;
    }
}


/* @media (min-height: 921px) {
    .celebrate-madein-center h2,
    .smooth-heading h2 {
      font-size: 110px;
      line-height: 100px;
    }
    .unfor-card-col-left a.btn.btn-black {
        font-size: 1vw;
        min-width: 10.583vw;
        height: 2.7vw;
    }
    .abv-text-info p {
        font-size: 10px;
    }
    .abv-nbr span {
        display: block;
        font-size: 65px;
    }
    .abv-nbr span sub {
        font-size: 16px;
    }
    .abvfour-warp-col-1 {
        width: 21.4%;
        position: relative;
        left: -1.5vw;
    }
    .abv-text-info h4 {
        font-size: 29px;
        line-height: 1.1;
    }
    .abvfour-warp-col-2 {
        width: 20%;
    }
    .abvfour-section {
        padding: 20px 0;
    }
    .unfor-item-card img {
    	max-height: 68px;
    }
} */

@media (max-width:1279px) {
  .hero-content-absolute-top .container {
  	padding: 0 40px;
  }
  .hero-heading h1 {
  	font-size: 105px;
  }
  .hero-heading h1 span:nth-child(3) {
  	margin-left: 225px;
  }
  .bottle-fixed-img {
    bottom: -308px;
    max-width: 520px;
  }
  .dady-first-section .container {
  	padding: 0 40px;
  }
  .list-1-content p {
  	font-size: 16px;
  }
  .dady-first-section {
  	padding: 50px 0 180px;
  }
  .pure-traditional-section .container {
  	padding: 0 40px;
  }
  .container {
  	padding: 0 40px;
  }
  .pure-heading h2 {
  	font-size: 122px;
  }
  .traditional-absolute-fixed {
  	padding: 0 40px 22px;
  }
  .traditional-absolute-fixed h4 {
  	font-size: 34px;
  	line-height: 36px;
  }
  .oaxaca-logo img {
  	width: 170px;
  }
  .oaxaca-logo {
  	margin-right: -110px;
  	margin-bottom: -8vw;
  }
  .unforgettablysmooth {
  	margin: 0 auto 0;
  	padding: 20px 0 0;
  }
  .abvfour-section .container {
  	max-width: 700px;
  }
  .abv-text-info p {
  	font-size: 14px;
  }
  .abv-text-info h4 {
  	font-size: 34px;
  }
  .abv-nbr span {
  	font-size: 65px;
  }
  .abv-nbr span sub {
  	font-size: 14px;
  }
  .abvfour-warp-col-2 {
  	width: 24%;
  }
  .ingredients-heading h2 {
  	font-size: 85px;
  }
  .ingredients-wrap {
  	padding: 0 40px;
  }
  .ingredients-img-card img {
  	height: 180px;
  }
  .ingredients-info-card h4 {
  	font-size: 34px;
  }
  .ingredients-info-card p {
  	font-size: 18px;
  }
  .made-by-eduardo-lalo-wrap {
  	width: 600px;
  	height: 600px;
  }
  .made-by-eduardo-lalo-section {
  	height: 750px;
  }
  .honor-your-heading h2 {
  	font-size: 140px;
  }
  .honor-your-heading {
  	top: -50px;
  }
  .footer-menu ul li {
  	font-size: 57px;
  }
  .notify-section h3 {
  	font-size: 80px;
  }
  .page-width {
  	padding: 0 40px !important;
  }
  .recipe-list {
  	margin: 0 0 90px;
  }
  .recipe-banner-quote p {
  	line-height: 1.3;
  }
  .owner-quote_left {
  	width: 430px;
  	height: 307px;
  }
  .owner-quote_right {
  	width: 470px;
  }
  .owner-quote_right_content h2 {
  	font-size: 46px;
  	margin: 0 0 20px;
  }
  .main-product-wrap .page-width {
  	padding: 0 40px !important;
  }
  .main-product-wrap .product__title h1 {
  	font-size: 60px;
  	line-height: 1;
  }
  .collection-info-row {
  	padding: 0 40px;
  	margin: 19vw auto 0;
  }
}

@media (max-width:1199px) {
    .pure-traditional-section::after {
        height: 150px;
    }
    .header {
        padding: 30px 0;
        /* position: relative; */
    }
    .header.header-sticky {
        padding: 30px 0;
    }
    .nav-manu ul li {
        font-size: 15px;
        margin-right: 70px;
        letter-spacing: 1px;
    }
    .logo {
        width: 57px !important;
        top: 7px;
        right: 15px;
    }
    .container {
        padding: 0 30px;
    }
    .hero-content-absolute-top .container {
        padding: 0 30px;
        max-width: 1024px;
    }
    .hero-heading h1 {
        font-size: 91px;
        line-height: 81px;
    }
    .btn {
        min-width: 110px;
        height: 43px;
        font-size: 17px;
        padding: 0 19px;
        border-radius: 50px;
        border: 1px solid #f0eee8;
    }
    .hero-content-absolute-top {
        bottom: 20px;
    }
    .hero-heading h1 span:nth-child(1) {
        margin-right: 117px;
    }
    .hero-heading h1 span:nth-child(3) {
        margin-left: 197px;
    }
    .hero-heading h1 span:nth-child(4) {
        margin-left: 98px;
        font-size: 85px;
    }
    .bottle-fixed-img {
        bottom: -253px;
        left: 29px;
        max-width: 425px;
    }
    .dady-first-section .container {
        padding: 0 30px;
    }
    .hero-heading a.btn {
        left: 30px;
        bottom: 22px;
    }
    .dady-first-section {
        padding: 35px 0 99px;
    }
    .list-1-content p {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .dady-1list-full-12 {
        width: 100%;
        text-align: center;
        margin-top: 67px;
    }
    .dady-first-section::after {
        height: 65px;
    }
    .pure-traditional-section .container {
        padding: 0 30px;
    }
    .pure-heading {
        margin: 0 0 -30px;
    }
    .pure-heading h2 {
        font-size: 104px;
        line-height: 75px;
    }
    .pure-traditional-col-4 {
        padding: 0 15px;
    }
    .pure-traditional-flex-row {
        margin: 0 -15px;
        row-gap: 30px;
    }
    .traditional-absolute-fixed {
        padding: 0 30px 20px;
    }
    .traditional-absolute-fixed h4 {
        font-size: 24px;
        margin: 0;
    }
    h1, h2, h3, h4, h5, h6 {
        margin: 0vw 0vw 15px;
    }
    .celebrate-madein-center {
        margin: 26px auto 0;
        max-width: 622px;
    }
    .oaxaca-logo {
        margin-right: -146px;
        margin-bottom: -50px;
    }
    .oaxaca-logo img {
        width: 222px;
    }
    .unforgettablysmooth {
        max-width: 710px;
    }
    .celebrate-madein-center h2,
    .smooth-heading h2 {
        font-size: 70px;
        line-height: 66px;
    }
    .abvfour-section .container {
        max-width: 740px;
    }
    .unfor-item-card {
        margin: 0 0 30px;
    }
    .abv-nbr span {
        font-size: 50px;
        line-height: 56px;
    }
    .smooth-heading {
    	padding: 0 50px;
    }
    .abv-text-info p {
        font-size: 10px;
    }
    .abvfour-warp-col-1 {
        width: 16.4%;
    }
    .unfor-card-col-left {
        width: 100%;
        text-align: center;
        transform: none;
    }
    .unfor-item-card img {
        max-height: 55px;
    }
    .abvfour-warp-col-2 {
        width: 18%;
    }
    .abv-text-info p {
        font-size: 13px;
    }
    .abv-text-info h4 {
        font-size: 26px;
        line-height: 25px;
        max-width: 135px;
    }
    .abv-nbr span sub {
        font-size: 12px;
        left: -10px;
    }

    .ingredients-heading  h2 {
        font-size: 70px;
    }
    .ingredients-wrap {
        max-width: 85%;
    }
    .ingredients-img-card {
        height: 190px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    .ingredients-col3:nth-child(1) {
        margin-top: 0;
    }
    .ingredients-img-card img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .ingredients-info-card h4 {
        font-size: 32px;
        line-height: 1.1em;
        margin-bottom: 5px;
        letter-spacing: 2px;
    }
    .made-by-eduardo-lalo-inner img {
        margin-bottom: 25px;
        width: 210px;
    }
    .process-heading h2 {
        font-size: 65px;
        padding: 25px 0;
    }
    .process-wrapper {
        row-gap: 40px;
        padding: 40px 0;
    }
    .process-info-card {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 30px;
    }
    .process-info-card h3 {
        font-size: 46px;
        margin-bottom: 15px;
    }
    .process-info-card ul li {
        font-size: 16px;
        letter-spacing: 0.5px;
        margin-bottom: 10px;
        padding-left: 15px;
    }
    .process-info-card ul li::before {
        font-size: 18px;
    }
    .shop-now-section {
        padding: 110px 15px;
    }
    .shop-now-section .shop-now-wrap a {
        font-size: 110px;
        letter-spacing: 10px;
        line-height: 1.1em;
    }
    .container {
        max-width: 100%;
        padding: 0 30px;
        width: 100%;
    }
    .ingredients-section {
        padding-top: 110px;
    }
    .ingredients-list-section::after {
        top: -117px;
        height: 120px;
    }
    .footer-right {
        width: 230px;
    }
    .footer-logo {
        width: 250px;
    }
    .footer-logo {
        width: 310px;
    }
    .footer-left h3 {
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 1.1;
        max-width: 100%;
    }
    .notify-form .form-group .form-control, .footer-form input.form-control {
        border-bottom: 1px solid #000;
        box-shadow: none;
        outline: none;
        width: 100%;
        padding: 0;
        height: 45px;
        font-size: 16px;
    }
    .footer::after {
        height: 58%;
        top: -2px;
    }
    .notify-form .form-group .btn, .footer-form .btn {
        width: 24px;
        height: 45px;
        right: 0;
        top: 0;
        font-size: 0;
        background-size: 20px;
        min-width: auto;
        padding: 0;
        border: 0;
    }
    .footer-menu ul li {
        font-size: 48px;
        line-height: 1.1;
    }
    .copyright h4 {
        font-size: 16px;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    li {
        font-size: 16px;
        letter-spacing: 0;
    }
    .footer-last-wrapper .privacy-content ul li a {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .footer-last-wrapper .privacy-content ul li {
        margin: 0px 20px 0px 0px;
    }
    .footer-last-wrapper .social-icon ul li a {
        font-size: 14px;
        letter-spacing:1px;
    }
    .footer {
        padding: 40px 0 25px;
    }
    .footer-left {
        width: 320px;
    }
    .hero-section {
        height: auto;
    }
    .page-width {
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 30px !important;
        width: 100% !important;
    }
    .section-header {
        padding: 30px 0 !important;
    }
    nav .list-menu li {
      margin-right: 40px;
      font-size: 15px;
      letter-spacing: 1px;
  }
  .header__heading-link {
      width: 57px !important;
      top: 7px;
      right: 15px;
  }
  .footer {
      padding: 40px 0 25px 0 !important;
  }
  .footer-left .newsletter-form .field .field__input, .notify-form .newsletter-form .form-row .field .field__input {
      border-bottom: 1px solid #000;
      height: 45px;
      font-size: 16px;
  }
  .footer-left .newsletter-form .field .field__input::placeholder,
  .notify-form .newsletter-form .form-row .field .field__input::placeholder {
      font-size: 16px;
  }
  .footer-left .footer-block__heading {
      font-size: 24px;
      letter-spacing: 1px;
      line-height: 1.1;
      max-width: 100%;
      margin: 0 0 15px;
  }
  .social-icon ul li:last-child .list-social__link .svg-wrapper svg {
      height: 18px;
      width: 18px;
      position: relative;
      top: -2px;
  }
  .social-icon .list-social__link .svg-wrapper svg {
      height: 15px;
      width: 15px;
      position: relative;
      top: -2px;
  }
  .copyright .footer__copyright .copyright__content {
      font-size: 16px;
      margin-bottom: 20px;
      letter-spacing: 1px;
  }
  .newsletter-form__button.field__button {
      width: 24px;
  }
  .spanish-language .hero-heading h1 span:nth-child(4) {
      margin-left: 85px;
      font-size: 50px;
  }
  .spanish-language .hero-heading h1 span:nth-child(3) {
      margin-left: 225px;
      font-size: 50px;
  }
  .spanish-language .pure-heading h2 {
      font-size: 100px;
  }
  .spanish-language .traditional-absolute-fixed h4 {
      font-size: 22px;
  }
  .spanish-language .abv-nbr span {
      font-size: 45px;
  }
  .header-lang-seletor {
      left: 0vw;
  }
  .header-lang-seletor form button {
      font-size: 15px !important;
      letter-spacing: 0 !important;
  }
  .recipe-banner-section {
  	padding: 45px 0 175px;
  }
  .recipe-banner_left {
  	width: 40%;
  }
  .recipe-banner-heading {
  	font-size: 55px;
  }
  .recipe-banner_right {
  	width: 50%;
  }
  .recipe-banner-quote p {
  	font-size: 32px;
  	margin: 0 0 15px;
  }
  .recipe-banner-quote span {
  	font-size: 22px;
  }
  .recipe-list-card .recipe-list-img,
  .recipe-list-img {
  	width: 44%;
  	height: 270px !important;
  }
  .recipe-list-card .recipe-list-content,
  .recipe-list-content {
  	width: 48%;
  }
  .article-card-wrapper .card__content .card__information .card__heading.recipe-list-title,
  .recipe-list-title {
  	font-size: 42px;
  	margin: 0 0 20px;
  }
  .recipe-listcontent_inner p {
  	font-size: 18px;
  	line-height: 24px;
  }
  .recipe-list-btn {
  	margin: 20px 0 0;
  }
  .story-banner-section::after {
  	height: 28.56vw;
  }
  .collection-image-text_right img {
  	max-height: 450px;
  }
  .article-template__title.article-recipe-title {
  	font-size: 46px;
  }
  .celebrate-madein-center h3 {
  	font-size: 38px;
  }
  .oaxaca-logo img {
  	width: 150px;
  }
  .honor-your-heading {
  	width: 100%;
  }
  .honor-your-heading h2 {
  	font-size: 130px;
  }
  .article-recipe-templete .article-template__content .center-content h2 {
  	margin: 0 0 25px;
  }
  .process-banner-heading {
  	font-size: 22px;
  }
  .process-banner-sub-heading {
  	font-size: 66px;
  }
  .process-main-section {
  	height: 265px;
  }
  .process-celebration-section::before {
  	height: 33.55vw;
  }
  .owner-quote-wrapper {
  	padding: 0;
  }
  .owner-quote_right_content img {
  	margin: 20px 0 0;
  	max-width: 115px;
  }
  .owner-quote-section {
  	padding: 0 0 55px;
  }
  .process-celebration-section {
  	padding: 0 0 55px;
  }
  .art-process-heading {
  	margin: 0 38px 20px;
  	font-size: 48px;
  }
  .tab-buttons {
  	gap: 22px;
  	margin: 0 33px 28px;
  }
  .tab-button {
  	padding: 0 0 8px;
  	font-size: 23px;
  	gap: 12px;
  }
  .tab-content-info h2 {
  	font-size: 46px;
  }
  .tab-content-info p {
  	font-size: 18px;
  	line-height: 27px;
  }
  .tab-img {
  	height: 400px;
  }
  .tab-bottel-img img {
  	height: 345px;
  }
  .make-it-better-section {
  	padding: 55px 0;
  }
  .story-video-full-banner-content {
  	max-width: 500px;
  	margin-left: auto;
  	margin-bottom: 65px;
  }
  .story-video-card_left h2, .story-video-full-banner-content h2 {
  	font-size: 50px;
  	margin: 0 0 25px;
  }
  .story-video-card_left p, .story-video-full-banner-content p {
  	font-size: 18px;
  	line-height: 28px;
  	margin: 0 0 25px;
  }
  .story-video-full-btn .btn {
  	height: 45px;
  	font-size: 18px;
    min-width: auto;
  }
  .story-video-full-banner-section {
  	height: 600px;
  }
  .story-video-card-section {
  	padding: 50px 0 120px;
  }
  .story-owner-quote-section .owner-quote_left {
  	width: 375px;
  	height: 435px;
  }
  .owner-quote_right {
  	width: 490px;
  }
  .owner-quote_right_content p {
  	font-size: 18px;
  	line-height: 23px;
  }
  .owner-quote_right_content span {
  	font-size: 16px;
  	margin: 6px 0 0;
  }
  .behind-sprit-video-section {
  	height: 540px;
  }
  .blog.color-scheme-1.gradient {
  	padding: 50px 0;
  }
  .article-card-wrapper .article-card .card__inner {
  	height: 220px;
  }
  .collection-hero__text-wrapper .collection-hero__title {
  	font-size: 44px;
  }
  .collection-hero::before {
  	height: 155px;
  }
  .collection-image-with-text-section {
  	padding: 50px 0;
  }
  .collection-image-text_left {
  	width: 510px;
  }
  .collection-image-text h2 {
  	font-size: 48px;
  	margin: 0 0 20px;
  }
  .collection-image-text p {
  	font-size: 19px;
  	line-height: 27px;
  }
  .collection-image-text-list:nth-child(2n) .collection-image-text_right {
  	width: 395px;
  }
  .collection-image-text-list:nth-child(2n) .collection-image-text_left {
  	width: 415px;
  }
  .collection-accordion-header h2 {
  	margin-left: 25px;
  	font-size: 43px;
  }
  .collection-accordion-list {
  	padding: 25px 0;
  }
  .collection-accordion-body p {
  	font-size: 19px;
  	line-height: 30px;
  }
  .collection-accordion-section {
  	padding: 20px 0 70px;
  }
  .main-product-wrap .product .grid__item.product__media-wrapper {
  	max-width: 48%;
  	width: 48%;
  }
  .main-product-wrap .product .product__info-wrapper.grid__item {
  	padding: 0;
  	max-width: 45%;
  	width: 45%;
  	margin-left: 43px;
  }
  .product-indradients-info p {
  	font-size: 18px;
  	margin: 0 0 18px;
  	line-height: 1;
  }
  .product__media-item.is-active .product-media-container {
  	height: 368px;
  }
  .main-product-wrap .product__info-wrapper.grid__item .product__description p {
  	font-size: 16px;
  	line-height: 20px;
  	margin: 0 0 20px;
  }
  .ind-collpase-body p {
  	font-size: 16px;
  	line-height: 20px;
  	margin: 1vw 0 0;
  }
  .ind-collpase-header h3 {
  	font-size: 22px;
  }
  .collection-info-right {
  	width: 335px;
  	margin-top: 3vw;
  }
  .collection-info-right p {
  	font-size: 18px;
  	line-height: 32px;
  }
  .collection-info-left {
  	width: 400px;
  }
  .collection-info-left-top {
  	gap: 10px;
  }
  .collection-info-left-list:first-child {
  	width: 80px;
  }
  .collection-info-left-list h2 {
  	font-size: 44px;
  }
  .collection-info-left-list:nth-child(2) {
  	width: 110px;
  }
  .collection-info-left-list:nth-child(3) {
  	width: 105px;
  }
  .collection-info-left-list:nth-child(4) {
  	width: 145px;
  }
  .collection-review_block h2 {
  	font-size: 38px;
  }
  .collection-review-star span {
  	font-size: 18px;
  }
  .collection-review_right {
  	width: 500px;
  	margin-top: 0;
  }
  .related-products-section {
  	margin: 60px 0 0;
  }
  .related-products-section .related-products__heading {
  	margin: 0 0 60px;
  }
  .product-waitlist-section, .main-product-video-section {
  	height: 660px;
  }
  .article-template__title {
  	font-size: 36px;
  }
  .caption-with-letter-spacing {
  	font-size: 14px;
  }
  .article-template .article-template__content {
  	margin-top: 20px !important;
  }
  .article-template .article-template__content p {
  	font-size: 16px;
  	line-height: 23px;
  	letter-spacing: 0;
  }
  .unfor-card-col-right {
  	width: 205px;
  	margin: 0 auto;
  }
  .awards-wrapper .awards-badge-icon:nth-child(5) {
      bottom: 90px;
  }
}

@media (max-width:1023px) {
    .header {
        padding: 10px 0;
    }
    .header.header-sticky {
        padding: 15px 0;
    }
    .header-wrapper {
        padding-right: 0;
        justify-content: flex-start;
    }
    .logo {
        width: 75px !important;
        position: static;
        margin: 0 auto;
    }
    .container {
        padding: 0 20px;
    }
    .header-wrapper {
        position: relative;
        padding-right: 0;
    }
    .main-nav {
        position: static;
        z-index: auto;
    }
    .main-nav .menu-bar {
		display: block;
	}
    .mobile-menu .menu-bar {
        top: 20px;
        right: 20px;
    }
    .mobile-menu {
        overflow: hidden;
    }
	/************ // MOBILE MENU CSS START // ***********************/
	.menu-bar {
		width: 38px;
		height: 30px;
		position: absolute;
		margin: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		display: block;
		right: 0;
		top: 25px;
		z-index: 1111;
	}
	.menu-bar span {
		display: block;
		position: absolute;
		height: 4px;
		width: 50%;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
		background: #000;
	}
	.menu-bar span:nth-child(even) {
		left: 50%;
		border-radius: 0 9px 9px 0;
		background: #000;
	}
	.menu-bar span:nth-child(odd) {
		left: 0px;
		border-radius: 9px 0 0 9px;
	}
	.menu-bar span:nth-child(1),
	.menu-bar span:nth-child(2) {
		top: 0px;
	}
	.menu-bar span:nth-child(3),
	.menu-bar span:nth-child(4) {
		top: 10px;
	}
	.menu-bar span:nth-child(5),
	.menu-bar span:nth-child(6) {
		top: 21px;
	}
	.menu-bar span:nth-child(3) {
		width: 40%;
		left: 4px;
	}
	.menu-bar span:nth-child(5) {
		width: 29%;
		left: 9px;
	}
	.mobile-menu .menu-bar span:nth-child(1),
	.mobile-menu .menu-bar span:nth-child(6) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #000;
	}
	.mobile-menu .menu-bar span:nth-child(2),
	.mobile-menu .menu-bar span:nth-child(5) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #000;
	}
	.mobile-menu .menu-bar span:nth-child(1) {
		left: 5px;
		top: 7px;
	}
	.mobile-menu .menu-bar span:nth-child(2) {
		left: calc(50% - 5px);
		top: 7px;
	}
	.mobile-menu .menu-bar span:nth-child(3) {
		left: -50%;
		opacity: 0;
	}
	.mobile-menu .menu-bar span:nth-child(4) {
		left: 100%;
		opacity: 0;
	}
	.mobile-menu .menu-bar span:nth-child(5) {
		left: 5px;
	}
	.mobile-menu .menu-bar span:nth-child(6) {
		left: calc(50% - 5px);
	}
	.mobile-menu .menu-bar span:nth-child(6),
	.mobile-menu .menu-bar span:nth-child(5) {
		top: 16px;
		width: 50%;
	}
	.mobile-menu .menu-bar {
		background: none;
		position: fixed;
	}
	.navigation {
		background: url('../images/header-pattern-background.jpg') repeat center top;
		position: fixed;
		top: 0;
		padding-top: 0px;
		right: -150%;
		width: 100%;
		height: 100%;
		z-index: 99;
		transition: .7s;
		-webkit-transition: .7s;
		-moz-transition: .7s;
		overflow-y: auto;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 92px;
		margin: 0;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
	.mobile-menu .navigation {
		display: block;
		right: 0;
	}
	.nav-manu {
		flex-wrap: wrap;
	}
	.navigation ul {
		display: block;
		width: 100%;
	}
	.navigation ul li {
		margin-right: 0;
		padding: 0;
		margin: 0;
		position: relative;
        font-size: 40px;
        line-height: 1.1;
        color: #fff;
        font-family: 'BERNIER Distressed', sans-serif;
        font-weight: normal;
	}
	.navigation ul>li::before {
		display: none;
	}
	.navigation .menu-item-has-children>a::before {
		display: none;
	}
	.menu-item-has-children::after {
		content: "\f107";
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 48px;
		transition: 0.4s;
		font-family: FontAwesome;
		color: #fff;
		padding: 0;
		z-index: 111;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		display: flex !important;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		opacity: 1;
	}
	.navigation ul li.menu-item-has-children {
		padding-right: 0;
	}
	.navigation ul li.current-menu-item>a {
		color: #fff;
		background: #5F1111;
	}
    .navigation ul>li>a {
        display: block;
        border-top: 1px #000 solid;
        padding: 14px 20px;
        font-weight: normal;
        color: #000;
        text-align: center;
        text-transform: initial;
    }
	.navigation .moblelogo {
		display: block;
		padding: 10px 15px;
        text-align: center;
	}
	.menu-item-has-children::before {
		display: none;
	}
	.navigation .moblelogo img {
		max-width: 75px;
	}
	.navigation ul>li>a::after {
		display: none;
	}
    .nav-manu ul li a:hover {
        background: #000;
        color: #fff;
    }
	.navigation ul li ul.sub-menu {
		display: none;
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}
	.navigation ul li ul.sub-menu.in {
		position: static;
		max-width: 100%;
		top: 0;
		left: 0;
		padding: 0;
		display: block;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
	}
	.navigation ul li ul.sub-menu li {
		width: 100% !important;
		padding: 0;
		border-bottom: none;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		border-radius: 0;
		margin: 0;
		box-shadow: none;
	}
	.navigation ul li ul.sub-menu li:hover {
		background-color: inherit;
	}
	.navigation ul li ul.sub-menu li.current-menu-item {
		background-color: inherit;
	}
	.navigation ul li ul.sub-menu li.current-menu-item a {
		color: #01a4ec;
	}
	.navigation ul li ul.sub-menu li a {
		padding: 14px 15px 14px 30px;
		font-weight: 500;
		transform: skewX(0deg);
		-webkit-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
	}
	.navigation ul li ul.sub-menu li a:hover {
		color: #fff;
	}
	.navigation ul li ul.sub-menu ul.sub-menu {
		width: 100%;
		padding: 0;
	}
	.navigation ul li ul.sub-menu ul.sub-menu li a {
		padding-left: 40px;
	}
	nav.mobile-scroll {
		display: block;
		width: 100%;
	}
	/************ // MOBILE MENU CSS END // ***********************/
    .hero-content-absolute-top .container {
        padding: 0 20px;
        max-width: 745px;
    }
    .hero-heading h1 {
        font-size: 70px;
        line-height: 60px;
    }
    .hero-heading h1 span:nth-child(1) {
        margin-right: 118px;
    }
    .hero-heading h1 span:nth-child(3) {
        margin-left: 156px;
    }
    .hero-heading h1 span:nth-child(4) {
        margin-left: 87px;
        font-size: 55px;
    }
    .hero-heading a.btn {
        left: 8px;
        bottom: 9px;
        font-size: 14px;
    }
    .bottle-fixed-img {
        bottom: -183px;
        left: 59px;
        max-width: 303px;
    }
    .unfor-card-col-left a.btn.btn-black {
        font-size: 14px;
        padding: 0;
        letter-spacing: 0;
        font-weight: 500;
        min-width: 140px;
        height: 35px;
    }
    .dady-first-section .container {
        padding: 0 20px;
    }
    .dady-1list-left {
        padding-right: 40px;
    }
    .dady-1list-right .list-1-content {
        max-width: 210px;
        margin-left: auto;
        text-align: left;
    }
    .dady-1list-full-12 {
        margin-top: 45px;
    }
    .pure-heading h2 {
        font-size: 72px;
        line-height: 63px;
    }
    .pure-traditional-section .container {
        padding: 0 20px;
    }
    .pure-traditional-flex-row {
        margin: 0 -10px;
        row-gap: 20px;
    }
    .pure-traditional-col-4 {
        padding: 0 10px;
    }
    .traditional-absolute-fixed h4 {
        font-size: 20px;
        line-height: 22px;
    }
    .traditional-absolute-fixed {
        padding: 0 20px 20px;
    }
    .oaxaca-logo img {
        width: 142px;
    }
    .oaxaca-logo {
        margin-right: -70px;
        margin-bottom: -30px;
    }
    .celebrate-madein-center h3 {
        font-size: 32px;
        margin: 0 0 25px;
    }
    .celebrate-madein-center {
        max-width: 542px;
        margin: 26px auto 0;
    }
    .celebrate-madein-center h2,
    .smooth-heading h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .unfor-item-card img {
        width: 100%;
        max-width: 250px;
    }
    .unfor-item-card {
        margin: 0 0 20px;
    }
    .made-by-eduardo-img-holder {
    	height: 100%;
    }
    .made-by-eduardo-img-holder img {
    	height: 100%;
        object-fit: cover;
    }
    .made-by-eduardo-lalo-inner p {
      	font-size: 15px;
      	margin-bottom: 20px;
      }
  .made-by-eduardo-lalo-section {
  	height: 570px;
  }
  .honor-your-heading h2 {
  	font-size: 90px;
  }
  .made-by-eduardo-lalo-wrap {
  	width: 460px;
  	height: 460px;
  }
    .abv-text-info h4 {
        font-size: 25px;
        line-height: 26px;
        max-width: 109px;
    }
    .abv-nbr span {
        font-size: 46px;
        line-height: 57px;
    }
    .abv-nbr span sub {
        font-size: 12px;
        left: -5px;
    }
    .abv-text-info p {
        font-size: 11px;
        margin: 0 0 5px;
    }
    .ingredients-heading  h2 {
        font-size: 54px;
    }
    .ingredients-section {
        padding-top: 120px;
    }
    .ingredients-wrap {
        max-width: 100%;
        padding: 0 20px;
    }
    .ingredients-list-section::after {
        top: -90px;
        height: 92px;
        background-size: cover;
    }
    .ingredients-img-card {
        height: 170px;
        padding: 8px;
    }
    .ingredients-info-card p {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 1;
    }
    p {
        font-size: 18px;
        line-height: 1.1em;
        letter-spacing: 1px;
    }
    .process-info-card {
        padding: 0 20px;
    }
    .process-col-left {
        width: calc(100% - 56%);
    }
    .process-col-right {
        width: 56%;
    }
    .process-info-card h3 {
        font-size: 42px;
    }
    .process-info-card ul li {
        letter-spacing: 0;
    }
    .shop-now-section .shop-now-wrap a {
        font-size: 80px;
        letter-spacing: 7px;
        line-height: 1.1em;
    }
    .shop-now-section {
        padding: 90px 15px;
    }
    .footer-row-wrap {
        justify-content: center;
    }
    .footer-left {
        width: 100%;
        padding: 0 120px;
    }
    .footer-logo {
        width: 240px;
        margin: 25px auto 15px;
    }
    .footer-right {
        width: 100%;
        text-align: center;
    }
    .footer-menu ul li {
        font-size: 40px;
        line-height: 1.1;
        color: #fff;
        margin: 10px 0 !important;
    }
    .footer-menu ul li a {
        color: #fff;
    }
    .footer-last-wrapper {
        justify-content: center;
    }
    .footer-last-wrapper .privacy-content ul li {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }
    .privacy-content {
        width: 100%;
    }
    .social-icon {
        width: 100%;
        text-align: center;
        margin-top: 0;
        margin-bottom: 25px;
        order: -1;
    }
    .footer-left h3 {
        text-align: center;
    }
    .copyright h4 {
        font-size: 14px;
        margin-bottom: 0;
        letter-spacing: 1px;
        line-height: 1;
        text-align: center;
    }
    .footer-last {
        display: flex;
        flex-direction: column;
    }
    .copyright {
        margin: 0;
        padding: 0;
        display: none;
    }
    .copyright.desktop-hide {
        display: block;
        margin: 0 0 15px;
    }
    .footer-right {
        width: 100%;
        text-align: center;
        margin: 0 0 15px;
    }
    .footer-left h3 {
        font-size: 26px;
    }
    .unfor-item-card img {
        max-height: 45px;
        object-fit: contain;
    }
    .smooth-heading {
        margin: 0 0 45px;
    }
    .unforgettablysmooth {
        max-width: 610px;
    }
    .notify-form {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 120px;
    }
    .notify-section h3 {
        font-size: 55px;
        letter-spacing: 4px;
        margin: 0 0 25px;
    }
    .notify-section p {
        font-size: 26px;
        letter-spacing: 2px;
        margin: 0 0 25px;
    }
    .notify-form .form-row {
        align-items: center;
        gap: 0 8px;
        flex-wrap: wrap;
    }
    .notify-form .form-group .form-control {
        margin: 0 0 17px;
    }
    .notify-form .form-group {
        width: 100%;
    }
    .notify-form .form-group .form-control {
        margin: 0;
    }
    .section-header {
        padding: 10px 0 !important;
    }
    .header__heading-link {
        width: 75px !important;
        top: auto;
        right: auto;
        position: static;
    }
    header-drawer {
        margin-left: 0 !important;
        position: absolute;
        right: 11px;
    }
  header-drawer .header__icon .icon {
      height: auto;
      width: 38px;
      fill: inherit;
      vertical-align: middle;
  }
  .page-width {
      max-width: 100% !important;
      margin: 0 auto !important;
      padding: 0 20px !important;
      width: 100% !important;
  }
  .menu-drawer {
      position: fixed !important;
      transform: translate(100%) !important;
      top: 105px !important;
      left: 0;
      right: 0;
      background: url(/cdn/shop/files/header-pattern-background.jpg?v=1741761771) center top;
      background-size: 100%;
      width: 100% !important;
  }
  .js details[open].menu-opening>.menu-drawer, details[open].menu-opening>.menu-drawer__submenu {
      transform: translate(0) !important;
      visibility: visible;
  }
  .header__icon--menu[aria-expanded='true']::before {
      display: none;
  }
  nav .list-menu li .list-menu__item {
      padding: 0;
      color: #000000;
      position: relative;
      font-size: inherit;
      display: block;
      border-top: 1px #000 solid;
      padding: 14px 20px;
      font-weight: normal;
      color: #000;
      text-align: center;
      text-transform: initial;
      line-height: 1;
  }
  nav .list-menu li {
      margin-right: 0;
      font-size: 40px;
      letter-spacing: 0;
      font-family: 'BERNIER Distressed', sans-serif;
      font-weight: normal;
  }
  nav .list-menu li:nth-child(3) {
      display: none;
  }
  nav .list-menu li .list-menu__item:hover {
      color: #fff;
      text-decoration: none;
      background-color: #000;
  }
  .js .menu-drawer__menu li {
      margin-bottom: 0 !important;
      width: 100%;
  }
  .notify-form .newsletter-form .form-row {
      gap: 0;
      width: 100%;
      flex-wrap: wrap;
  }
  .notify-form .newsletter-form .form-row .field {
      width: 100%;
      position: relative;
      margin-bottom: 1rem;
  }
  .footer-left .footer-block__heading {
      text-align: center;
  }
  .footer-menu ul li a.list-menu__item {
      color: #fff;
      text-align: center;
  }
  .copyright .footer__copyright .copyright__content {
      font-size: 14px;
      margin-bottom: 0;
      letter-spacing: 1px;
      line-height: 1;
  }
  .menu-drawer__navigation {
      padding-top: 0 !important;
  }
  .menu-drawer-container.menu-opening .header__icon .icon {
      width: 28px;
  }
  .menu-drawer__localization .localization-form:only-child .localization-form__select {
      font-family: 'Cerebri Sans Medium';
      font-weight: 500;
  }
  .menu-drawer__utility-links:has(.menu-drawer__localization) .menu-drawer__account {
      font-family: 'Cerebri Sans Medium';
      font-weight: 500;
      display: flex;
      gap: 11px;
  }
  .footer-left .footer-block__heading {
      font-size: 26px;
  }
  .agemodal-logo {
      width: 150px;
      margin: 0 auto 20px;
  }
  .agemodal-body h2 {
      font-size: 45px;
      margin: 0 0 20px;
  }
  .agemodal-body p {
      margin: 0 0 30px;
  }
  .age-btn-group {
      gap: 12px;
  }
  .age-btn-group .btn {
      padding: 10px 20px;
      font-size: 16px;
  }
  .spanish-language .hero-heading h1 span:nth-child(4) {
      margin-left: 60px;
      font-size: 40px;
  }
  .spanish-language .hero-heading h1 span:nth-child(3) {
      margin-left: 165px;
      font-size: 40px;
  }
  .spanish-language .hero-heading h1 span:nth-child(2) {
      margin-left: 13vw;
  }
  .spanish-language .hero-heading h1 {
      font-size: 11.115vw;
      line-height: 7.785vw;
  }
  .spanish-language .pure-heading h2 {
      font-size: 75px;
  }
  .spanish-language .traditional-absolute-fixed h4 {
      font-size: 18px;
  }
  .header-lang-seletor {
      left: 0;
  }
  .spanish-language .abv-nbr span sub {
      font-size: 6px;
  }
  .recipe-banner-section {
  	transform: translateY(-2px);
    padding: 25px 0 95px;
  }
  .recipe-banner-heading {
  	font-size: 42px;
  }
  .recipe-banner-quote p {
  	font-size: 26px;
  	margin: 0 0 10px;
  }
  .recipe-banner-quote span {
  	font-size: 18px;
  }
  .article-card-wrapper .card__content .card__information .card__heading.recipe-list-title,
  .recipe-list-title {
  	font-size: 35px;
  	margin: 0 0 15px;
  }
  .recipe-listcontent_inner p {
  	font-size: 16px;
  	line-height: 21px;
  }
  .recipe-list-card .recipe-list-img,
  .recipe-list-img {
  	width: 47%;
  	height: 240px !important;
  }
  .recipe-list {
  	width: 100%;
  	margin: 0 0 55px;
  }
  .process-banner-heading {
  	font-size: 18px;
  }
  .process-banner-sub-heading {
  	font-size: 45px;
  }
  .process-celebration-content span {
  	font-size: 18px;
  	margin: 0 0 12px;
  }
  .process-celebration-content p {
  	font-size: 25px;
  	line-height: 28px;
  }
  .process-celebration-content {
  	width: 400px;
  	padding: 40px 0 0;
  }
  .process-celebration-section::before {
  	height: 255px;
  }
  .process-celebration-section {
  	padding: 0 0 50px;
  	z-index: 0;
  }
  .owner-quote_left {
  	width: 48%;
  	height: 260px;
  }
  .owner-quote_right {
  	width: 48%;
  }
  .owner-quote_right_content h2 {
  	font-size: 34px;
  	line-height: 1;
  	width: 75%;
  	margin: 0 0 15px;
  }
  .owner-quote_right_content p {
  	font-size: 16px;
  	line-height: 21px;
  	letter-spacing: 0;
  }
  .owner-quote_right_content img {
  	margin: 15px 0 0;
  	max-width: 100px;
  }
  .owner-quote-section {
  	padding: 0 0 50px;
  }
  .tab-button {
  	font-size: 18px;
  }
  .tab-content-info p {
  	font-size: 14px;
  	line-height: 21px;
  }
  .tab-content-info {
  	padding: 0 40px;
  }
  .make-it-better-section {
  	padding: 70px 0 50px;
  }
  .make-better-heading h5 {
  	font-size: 18px;
  	margin: 0 0 10px;
  }
  .make-better-heading h2 {
  	font-size: 25px;
  	line-height: 1;
  }
  .make-better-slider .slick-slide {
  	padding: 60px 0 0;
  }
  .story-banner-heading h1 {
  	font-size: 55px;
  	margin: 0 0 12px;
  }
  .story-banner-heading p {
  	font-size: 24px;
  }
  .behind-sprit-video-content img {
  	width: 65px;
  }
  .slider-buttons,
  .title-wrapper-with-link a {
      display: none !important;
  }
  .story-video-full-btn .btn {
  	border-radius: 45px;
  	height: 50px;
  	min-width: auto;
  }
  .story-video-full-btn .btn svg {
  	margin-right: 10px;
  }
  .story-video-card_left p, .story-video-full-banner-content p {
  	font-size: 14px;
  	line-height: 20px;
  	margin: 0 0 2vw;
  	letter-spacing: 0;
  }
  .story-video-card_left h2, .story-video-full-banner-content h2 {
  	font-size: 36px;
  	line-height: 1;
  	margin: 0 0 15px;
  	letter-spacing: 0;
  }
  .story-video-full-banner-content {
  	max-width: 360px;
  	margin-left: auto;
  	margin-bottom: 45px;
  }
  .story-video-card-section {
  	padding: 50px 0 100px;
  }
  .blog .title-wrapper--no-top-margin {
  	margin-bottom: 25px;
  }
  .article-card-wrapper .card__content .card__information .card__heading {
  	font-size: 20px;
  	line-height: 1;
  	letter-spacing: 0;
  	margin: 0;
  }
  .collection-hero__text-wrapper .collection-hero__title {
  	margin: 35px 0;
  	font-size: 30px;
  }
  .related-products-section .product-grid,
  .product-grid-container .grid {
  	gap: 30px 15px;
  }
  .related-products-section .product-grid .grid__item,
  .product-grid-container .grid .grid__item {
  	width: calc(33.33% - 15px);
  	max-width: calc(33.33% - 15px);
  }
  .related-products-section .product-grid .grid__item .card__inner,
  .collection .grid__item .card__inner {
  	height: 270px;
  }
  .related-products-section .product-grid .grid__item .card__content .card__heading,
  .collection .grid__item .card__content .card__heading {
  	font-size: 22px;
  	margin-bottom: 6px;
  }
  .related-products-section .product-grid .grid__item .card__content .price span,
  .collection .grid__item .card__content .price span {
  	font-size: 14px;
  }
  .product-grid-container {
  	padding: 0 0 40px;
  }
  .collection-full-banner-section {
  	height: 320px;
  }
  .collection-image-with-text-section .page-width {
  	padding: 0 20px !important;
  }
  .collection-image-text_left {
  	width: 48%;
  }
  .collection-image-text_right {
  	width: 48%;
  }
    .collection-image-text-list {
    	justify-content: space-between;
    	margin-bottom: 40px;
    }
  .collection-image-text h2 {
  	font-size: 32px;
  	max-width: 80%;
  	line-height: 1;
  	margin: 0 0 20px;
  }
  .collection-image-text p {
  	font-size: 16px;
  	line-height: 24px;
  }
  .collection-image-text_right img {
  	max-height: 390px;
  }
  .collection-image-text-list:nth-child(2n) .collection-image-text_left {
  	width: 48%;
  }
  .collection-image-text-list:nth-child(2n) .collection-image-text_right {
  	width: 48%;
  }
  .collection-image-with-text-section {
  	padding: 40px 0;
  }
  .collection-accordion-section {
  	padding: 0 0 40px;
  }
  .collection-accordion-section .page-width {
  	padding: 0 20px !important;
  }
  .collection-accordion-icon {
  	max-width: 55px;
  	min-width: 55px;
  }
  .collection-accordion-header h2 {
  	margin: 0 0 0 15px;
  	font-size: 30px;
  }
  .collection-accordion-body p {
  	padding: 15px 0;
  	font-size: 16px;
  	line-height: 24px;
  }
  .article-template__title.article-recipe-title::after,
  .article-template__title.article-recipe-title::before {
  	width: 100px;
  	height: 68px;
  }
  .main-product-wrap .page-width {
  	padding: 0 20px !important;
  }
  .main-product-wrap .product .grid__item.product__media-wrapper {
  	max-width: 45%;
  	width: 45%;
  }
  .main-product-wrap .product .product__info-wrapper.grid__item {
  	padding: 0;
  	max-width: 48%;
  	width: 48%;
  	margin-left: 35px;
  }
  .main-product-wrap .product .grid__item.product__media-wrapper .thumbnail-list__item .thumbnail.global-media-settings img {
  	padding: 20px;
  }
  .main-product-wrap .product__title h1 {
  	font-size: 35px;
  	line-height: 1;
  }
  .main-product-wrap .product__info-wrapper.grid__item .price .price__container span {
  	font-size: 16px;
  }
  .product-indradients-info p {
  	font-size: 16px;
  	margin: 0 0 12px;
  	letter-spacing: 0;
  }
  .product-indradients-info_list .icon {
  	width: 30px;
  }
  .product-indradients-info_list .icon img {
  	display: block;
  	width: 100%;
  }
  .product-indradients-info_list h3 {
  	font-size: 16px;
  	margin: 0 0 0 8px;
  	letter-spacing: 0;
    align-content: center;
  }
  .product-indradients-info-row {
  	gap: 12px;
  }
  .product-indradients-info {
  	margin: 20px 0 !important;
  }
  .product__tax {
  	margin-top: 0;
  }
  .main-product-wrap .product__info-wrapper.grid__item .product-form__quantity {
  	margin: 20px 0;
  }
  .main-product-wrap .price-per-item__container .quantity {
  	border-radius: 6px;
  	width: 135px;
  	min-height: 40px;
  }
  .main-product-wrap .product__info-wrapper.grid__item .quantity__button .svg-wrapper {
  	width: 15px;
  }
  .main-product-wrap .product__info-wrapper.grid__item .quantity__input {
  	font-size: 17px;
  	padding: 0;
  }
  .main-product-wrap .product__info-wrapper.grid__item .product-form__buttons .product-form__submit {
  	border-radius: 46px;
  	min-height: 45px;
  	font-size: 16px;
  	padding: 0;
  	margin: 0 0 10px;
  }
  .main-product-wrap .product__info-wrapper.grid__item .product-form__buttons .shopify-payment-button__button {
  	border-radius: 46px;
  	min-height: 45px;
  	font-size: 16px;
  }
  .main-product-wrap .product__info-wrapper.grid__item .product__description p {
  	font-size: 16px;
  	line-height: 24px;
  	margin: 0 0 15px;
  }
  .ind-collpase-header .icon {
  	width: 40px;
  }
  .ind-collpase-header .icon img {
    margin: auto;
  }
  .ind-collpase-header h3 {
  	margin: 0 0 0 10px;
  	font-size: 25px;
  	align-content: center;
  }
  .ind-collpase-body p {
  	font-size: 16px;
  	line-height: 24px;
  	margin: 15px 0 0;
  }
  .ind-collpase-header::after {
  	width: 12px;
  	height: 12px;
  }
  .ind-collpase-list {
  	padding: 12px 0;
  }
  .collection-info-row-section {
  	padding: 0 20px;
  	min-height: 330px;
  }
  .find-d-btn .btn svg {
  	width: 20px;
  }
  .collection-info-select {
  	gap: 10px;
  	margin-top: 20px;
  	flex-wrap: wrap;
  }
  .find-d-btn,
  .get-deliver-wrap {
  	width: 100%;
  }
  .get-deliver-wrap .select-delivery {
  	height: 45px;
  	min-width: 100%;
  	border-radius: 6px;
  	padding: 0 15px;
  	font-size: 16px;
  	background-position: 95% 50%;
  }
  .find-d-btn .btn {
  	border-radius: 6px;
  	font-size: 16px;
  	gap: 10px;
  	min-width: 100%;
  	height: 45px;
  }
  .collection-info-left {
  	width: 40%;
  	position: relative;
  	z-index: 1;
  }
  .collection-info-right {
  	width: 38%;
  	margin-top: 25px;
  }
  .collection-info-right p {
  	font-size: 18px;
  	line-height: 26px;
  }
  .availability-wrap span {
  	font-size: 22px;
  	line-height: 1.25;
  }
  .varient-wrap h3 {
  	min-height: 90px;
  	font-size: 20px;
  }
  .related-products-section {
  	margin: 40px 0;
  }
  .related-products-section .related-products__heading {
  	margin: 0 0 30px;
  }
  .blog.color-scheme-1.gradient {
  	padding: 40px 0;
  }
  .product__tax.caption.rte {
      font-size: 16px; 
  }
  .article-recipe-templete .article-template__content .center-content h2 {
  	margin: 0 0 15px;
  	font-size: 25px;
  	line-height: 39px;
  }
  .article-recipe-templete .article-template__content .center-content {
  	margin: 0 0 40px;
  	padding: 0 0px 15px;
  }
  .article-recipe-templete .article-template__content ol li, .article-recipe-templete .article-template__content ul li, .article-recipe-templete .article-template__content p {
  	font-size: 18px;
  	line-height: 28px;
  }
  .article-recipe-templete .article-template__content h3 {
  	font-size: 34px;
  	margin: 0 0 20px;
  }
  .make-better-slider-list h3 {
  	margin: 15px 0 0;
  	font-size: 25px;
  }
  .make-better-slider-list figure {
  	height: 175px;
  }
  .make-better-slider .make-better-slider-list, .make-better-slider .slick-slide {
  	padding: 45px 0 0;
  }
  .process-main-section {
  	height: 195px;
  }
  .process-celebration-img {
  	max-width: 580px;
  	height: 290px;
  }
  .art-process-heading {
  	font-size: 40px;
  }
  .tab-content-info h2 {
  	font-size: 40px;
  }
  .tab-img {
  	height: 330px;
  }
  .tab-content {
  	margin: 0 0 20px;
  }
  .story-banner-img-wrap {
  	gap: 10px;
  }
  .story-banner-img-wrap figure {
  	height: 365px;
  }
  .story-banner-section::after {
  	height: 25.56vw;
  }
  .story-video-full-banner-section {
  	height: 460px;
  }
  .story-video-card_right figure {
  	width: 305px;
  	height: 250px;
  }
  .owner-quote-section.story-owner-quote-section .owner-quote-wrapper {
  	padding: 0;
  }
  .story-owner-quote-section .owner-quote_left {
  	width: 48%;
  	height: 435px;
  }
  .owner-quote_right_content span {
  	font-size: 16px;
  	margin: 10px 0;
  	line-height: 1;
  }
  .article-card-wrapper .article-card .card__inner {
  	height: 170px;
  }
  .collection-hero::before {
  	height: 125px;
  }
  .collection-image-text-list {
  	padding: 0;
  }
  .collection-accordion-list {
  	padding: 20px 0;
  }
  .collection-info-row {
  	padding: 0;
    margin: 14vw auto 0;
  }
  .collection-info-left-list h3 {
  	font-size: 17px;
  }
  .collection-info-left-list label {
  	font-size: 10px;
    margin: 0 0 8px;
  }
  .collection-info-left-list h2 {
  	font-size: 31px;
  }
  .collection-info-center {
  	width: 220px;
    margin-top: 40px;
  }
  .availability-wrap {
  	max-width: 415px;
  	margin: 55px auto 50px;
  }
  .product-graph-wrapper h2 {
  	font-size: 55px;
  }
  .product-graph-wrapper figure {
  	width: 70%;
  	margin: 0 auto;
  }
  .product__media-item.is-active .product-media-container {
  	height: 290px;
  }
  .main-product-wrap {
  	padding-bottom: 40px !important;
  }
  .collection-art-process-section .tab-content-info {
  	bottom: 50px;
  	width: 85%;
  }
  .collection-art-process-section {
  	height: 460px;
  }
  .collection-review_block h2 {
  	font-size: 28px;
  	margin: 0 0 7px;
  }
  .collection-review-star span {
  	font-size: 14px;
  }
  .collection-review_block {
  	margin: 20px 0 20px;
  }
  .collection-review_right {
  	width: 400px;
  	margin-top: 0;
  }
  .collection-review_left {
  	width: 220px;
  }
  .product-waitlist-section, .main-product-video-section {
  	height: 500px;
  }
  .article-template {
  	max-width: 100%;
  	margin: 30px auto;
  	padding: 0 25px;
  }
  .article-template .article-template__hero-container {
  	height: 280px;
  }
  .article-template__title {
  	font-size: 32px;
  	line-height: 1;
  }
  .article-template__link {
  	font-size: 16px;
  }
  .element-margin-top {
  	margin-top: 30px;
  }
  .awards-badge-icon figure {
  	width: 145px;
  }
  .awards-badge-icon figcaption h3 {
  	font-size: 16px;
  	padding: 0 28px;
  }
  .awards-badge-icon figcaption h4 {
      font-size: 12px;
      padding: 0 33px;
  }
  .owner-quote-wrapper {
  	align-content: flex-end;
  }
  .loc-icon {
  	width: 84px;
  }
  .owner-quote-bottom_left {
  	width: calc(100% - 84px);
  	padding-right: 25px;
  }
  h1 {
  	font-size: 35px;
  	line-height: 1.2;
  }
  h2 {
  	font-size: 30px;
  	line-height: 1.2;
  }
  .cart__warnings {
  	padding: 60px 0 !important;
  }
}


@media only screen
and (device-width : 812px)
and (device-height : 375px)
and (-webkit-device-pixel-ratio : 3) {}


@media (max-width: 1023px) and (orientation: landscape) {
  .agemodal-logo {
      width: 120px;
      margin: 0 auto 10px;
  }
  .agemodal-body h2 {
      font-size: 40px;
      margin: 0 0 10px;
  }
  .agemodal-body p {
      margin: 0 0 14px;
  }
}


@media (max-width:767px) {
    .hero-content-absolute-top .container {
        padding: 0 20px;
        max-width: 557px;
    }
    .hero-heading h1 {
        font-size: 44px;
        line-height: 46px;
    }
    .hero-heading h1 span:nth-child(1) {
        margin-right: 112px;
    }
    .hero-heading h1 span:nth-child(3) {
        margin-left: 135px;
    }
    .hero-heading h1 span:nth-child(4) {
        margin-left: 52px;
        font-size: 44px;
    }
    .bottle-fixed-img {
        bottom: -90px;
        left: 31px;
        max-width: 213px;
    }
    .hero-heading a.btn {
        left: -16px;
        bottom: 0;
        height: 35px;
    }
    .pure-heading {
        margin: 0 0 -28px;
    }
    .pure-heading h2 {
        font-size: 55px;
        line-height: 63px;
    }
    .traditional-absolute-fixed h4 {
        font-size: 18px;
    }
    .traditional-absolute-fixed {
        padding: 0 15px 25px;
    }
    .oaxaca-logo {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .celebrate-madein-center h3 {
        font-size: 25px;
        margin: 0 0 20px;
    }
    .celebrate-madein-center {
        max-width: 422px;
        margin: 26px auto 0;
    }
    .celebrate-madein-center h2,
    .smooth-heading h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .abv-text-info p {
        font-size: 9px;
        margin: 0 0 5px;
    }
    .abvfour-warp-col-1 {
        width: 19.4%;
    }
    .pure-traditional-flex-row{
        justify-content: center;
    }
    .pure-traditional-col-4 {
        width: 50%;
    }
    .ingredients-heading  h2 {
        font-size: 42px;
    }
    .ingredients-heading {
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .ingredients-list-section {
        margin: 120px 0 0 0;
        padding: 0 0 35px;
    }
    .ingredients-info-card h4 {
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 5px;
        letter-spacing: 1px;
    }
    .ingredients-info-card p {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 1;
    }
    .process-heading h2 {
        font-size: 55px;
        padding: 15px 0;
    }
    .process-img-card img {
        min-height: 260px;
        object-fit: cover;
    }
    .process-col-left {
        width: calc(100% - 52%);
    }
    .process-col-right {
        width: 52%;
    }
    .shop-now-section .shop-now-wrap a {
        font-size: 62px;
        letter-spacing: 4px;
        line-height: 1.1em;
    }
    .shop-now-section {
        padding: 80px 15px;
    }
    .process-info-card h3 {
        font-size: 38px;
    }
    .process-info-card ul li {
        font-size: 15px;
    }
    .notify-form {
        padding: 0 60px;
    }
    .notify-section h3 {
        font-size: 50px;
        letter-spacing: 2px;
    }
    .footer-left {
        width: 100%;
        padding: 0 60px;
    }
    .abv-nbr span {
    	font-size: 40px;
    	line-height: 57px;
    }
    .unfor-card-col-left a.btn.btn-black {
        font-size: 16px;
        padding: 0;
        letter-spacing: 0;
        font-weight: 500;
        min-width: 140px;
        height: 37px;
    }
    .wpcf7 form.sent .wpcf7-response-output {
        font-size: 16px;
    }
    .abvfour-warp-col-2 {
        width: 20%;
    }
    .spanish-language .hero-heading h1 {
        font-size: 50px;
        line-height: 40px;
    }
    .spanish-language .hero-heading h1 span:nth-child(3) {
        margin-left: 115px;
        font-size: 30px;
    }
    .spanish-language .hero-heading h1 span:nth-child(4) {
        margin-left: 46px;
        font-size: 30px;
    }
    .spanish-language .hero-heading h1 span:nth-child(2) {
        margin-left: 105px;
    }
    .spanish-language .pure-heading h2 {
        font-size: 60px;
    }
    .spanish-language .traditional-absolute-fixed {
        padding: 0 25px 25px;
    }
    .spanish-language .abv-nbr span sub {
        font-size: 8px;
    }
    .spanish-language .unfor-card-bottle {
        bottom: -91px;
    }
    .collection-image-text h2 {
    	font-size: 32px;
    	max-width: 90%;
    	line-height: 1;
    	margin: 0 0 20px;
    }
    .article-recipe-templete .page-width {
    	max-width: 100% !important;
    	padding: 0 20px !important;
    }
    .article-recipe-templete {
    	padding: 40px 0 0;
    }
    .article-template__title.article-recipe-title {
    	font-size: 46px;
    	margin: 0 auto 30px;
    }
    .article-recipe-templete .article-template__content .center-content h2 {
    	font-size: 32px;
    	line-height: 42px;
    	margin: 0 0 20px;
    }
    .article-recipe-templete .article-template__content ol li, .article-recipe-templete .article-template__content ul li, .article-recipe-templete .article-template__content p {
    	font-size: 18px;
    	line-height: 28px;
    }
    .article-recipe-templete .article-template__content .center-content {
    	margin: 0 0 35px;
    	padding: 0 0 35px;
    }
    .article-recipe-templete .article-template__content h3 {
    	font-size: 30px;
    	line-height: 1;
    	margin: 0 0 20px;
    }
    .article-recipe-templete .article-template__content ul li::before {
    	left: 0;
    	top: 9px;
    	width: 6px;
    	height: 6px;
    }
    .article-recipe-templete .article-template__content ol li, .article-recipe-templete .article-template__content ul li {
    	padding-left: 18px;
    }
    .article-recipe-templete .article-template__content .d-flex-list .recipe-list-half {
    	width: 55%;
    }
    .article-recipe-templete .article-template__content .d-flex-list .recipe-list-half + .recipe-list-half {
    	width: 40%;
    }
    .article-recipe-templete .article-template__content .d-flex-list {
    	gap: 25px;
    	margin: 0 0 30px;
    }
    .collection-art-process-section .tab-content-info p {
    	font-size: 16px;
    }
    .collection-art-process-section .tab-content-info {
    	bottom: 50px;
    	width: 90%;
    	padding: 0;
    }
    .collection-art-process-section {
    	z-index: 0;
    	height: 420px;
    }
    .product .grid--peek.slider .grid__item:first-of-type {
    	margin-left: 0;
    }
    .product .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    	margin-left: 0;
    	margin-right: 0;
    }
    .product .product__media-list .product__media-item {
    	width: 100%;
    }
    .product .slider.slider--mobile .slider__slide {
    	background: #fff;
    }
    .product__media-item .product-media-container,
    .product__media-item.is-active .product-media-container {
    	border: 0;
    }
    .honor-your-heading h2 {
    	font-size: 75px;
    }
    .honor-your-heading {
    	top: -30px;
    }
    .story-banner-img-wrap figure {
      	height: 275px;
    }
    .story-banner-heading h1 {
    	font-size: 44px;
    	margin: 0 0 12px;
    }
    .story-banner-heading p {
    	font-size: 19px;
    }
    .story-video-card_right figure {
    	width: 275px;
    	height: 200px;
    }
    .collection-info-left {
    	width: 45%;
    }
    .collection-info-select {
    	padding-right: 20px;
    }
    .awards-wrapper {
    	row-gap: 25px;
    	margin: 0;
    }
    .dady-first-section {
    	padding: 35px 0 60px;
    }
    .customer table {
    	border: 1px solid rgba(var(--color-foreground),.08);
    }
    .customer tbody tr {
    	border-top: 0;
    }
    .customer tbody td {
    	padding: 10px !important;
    }
    .account-order-details-col p {
    	font-size: 16px;
    	line-height: 25px;
    }
    .customer td:first-of-type {
    	border-bottom: 1px solid rgba(var(--color-foreground),.08);
    }
    .customer td {
    	padding: 12px !important;
    }
    .customer tfoot tr:first-of-type td {
    	padding-top: 15px !important;
    }
    .order tfoot tr:last-of-type td, .order tfoot tr:last-of-type th {
        font-size: 16px !important;
        padding-bottom: 15px !important;
    }
    .order tfoot tr:last-of-type td::before {
    	font-size: 16px !important;
    }
    .account-order-details-col {
    	width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }
    :is(.account, .order) h2 {
    	margin-top: 0 !important;
    }
    .account-order-details-wrap {
    	width: 100%;
    	margin-bottom: 0;
    	margin-top: 25px;
    }
    .account-main-wrap {
    	margin-top: 25px;
    }
    .acc-address-row-list li[data-address] {
    	margin-top: 0;
        margin-bottom: 20px;
    }
    .customer.addresses .acc-address-row-list {
    	margin: 25px 0 0;
    	padding: 0;
    }
    .addresses ul p {
    	font-size: 16px;
    	line-height: 24px;
    }
    .acc-address-row-list li {
    	width: 100%;
    	text-align: left;
    	padding-right: 0;
    }
    .customer button {
    	margin: 15px 0 !important;
    }
    .customer form {
    	margin-top: 0 !important;
    }
    .account-order-details-col .border-line {
    	padding: 12px;
    }
    .acc-address-row-list li h2 {
    	min-height: auto;
    }
    .menu-drawer__localization.header-localization {
      display: none;
    }
    html {
    overflow-x: hidden;
  }
}


@media (max-width:575px) {
    .hero-image-figure img {
        height: 450px;
        object-fit: cover;
        object-position: 70% top;
    }
    .pure-heading h2 {
        font-size: 42px;
        line-height: 46px;
        text-align: left;
    }
    .pure-heading {
        margin: 0 0 -17px;
    }
    .hero-heading h1 span {
        margin: 0;
        padding: 0;
    }
    .hero-content-absolute-top .container {
        padding: 0 15px;
    }
    .bottle-fixed-img {
        bottom: 110px;
        left: auto;
        max-width: 100%;
        position: relative;
        right: 0;
        margin-bottom: -270px;
    }
    .hero-heading a.btn {
        left: 0;
        bottom: 0;
        position: relative;
    }
    .hero-image-figure::after {
        background: rgb(0,0,0);
        background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,171,104,0) 82%);
        background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,171,104,0) 82%);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,171,104,0) 82%);
    }
    .hero-heading h1 {
        font-size: 37px;
        line-height: 40px;
        margin: 0 0 6px;
    }
    .hero-heading h1 span:nth-child(4) {
        margin-left: 22px;
        font-size: 37px;
        position: relative;
        left: 15px;
    }
    .hero-heading h1 span:nth-child(3) {
        margin-left: 54px;
    }
    .hero-content-absolute-top {
        bottom: 0;
    }
    .hero-heading {
        text-align: center;
        margin-bottom: 0;
    }
    .dady-1list-left {
        padding-right: 0;
        width: 100%;
    }
    .dady-1list-right {
        width: 100%;
        text-align: left;
        margin: 10px 0;
    }
    .dady-1list-right .list-1-content {
        max-width: 100%;
        margin-left: auto;
        text-align: center;
    }
    .dady-1list-full-12 {
        margin-top: 0;
    }
    .list-1-content {
        margin: 0;
        position: relative;
        z-index: 1;
        border: 0;
        text-align: center;
        padding: 20px 20px 0;
    }
    .dady-first-section {
        padding: 160px 0 80px;
    }
    .dady-first-section::after {
        height: 72px;
        background-size: cover;
    }
    .pure-traditional-flex-row {
        row-gap: 0;
    }
    .traditional-absolute-fixed h4 {
        font-size: 18px;
    }
    .traditional-absolute-fixed {
        padding: 20px;
    }

    .ingredients-heading  h2 {
        font-size: 44px;
        max-width: 320px;
        margin: 0 auto;
    }
    .smooth-heading {
        margin: 0 auto 0;
        padding: 0;
        text-align: center;
        max-width: 325px;
    }
    .celebrate-madein-center h2,
    .smooth-heading h2 {
        font-size: 55px;
        line-height: 54px;
    }
    .unfor-card-col-left {
    	width: 66%;
    	text-align: center;
    	position: relative;
    	margin-bottom: 80px;
    }
    .unforgettablysmooth-btn {
    	position: absolute;
    	bottom: 16px;
    	left: 34%;
    	transform: translateX(-50%);
    }
    .unfor-item-card img {
    	max-height: 40px;
    }
    .abvfour-warp-col-1 {
        width: 100%;
    }
    .abvfour-warp-col-2 {
        width: 33.33%;
    }
    .abv-text-info p {
        font-size: 11px;
        margin: 0 0 5px;
        letter-spacing: 0;
        min-height: 36px;
        display: inline-flex;
        align-items: flex-end;
    }
    .abv-text-info h4 {
        font-size: 28px;
        line-height: 33px;
        max-width: 109px;
    }
    .abvfour-section {
        padding: 25px 0 25px;
    }
    .abvfour-warp-row {
        row-gap: 15px;
    }
    .pure-traditional-section {
        padding: 0 0 40px;
        overflow: hidden;
    }
    .unfor-card-col-right {
        width: 58%;
        position: absolute;
        right: -50px;
        bottom: 0;
    }
    .unfor-card-bottle {
        bottom: 0;
        width: 100%;
        position: relative;
        margin: 0 auto;
    }
    .ingredients-section {
        padding-top: 80px;
    }
    .ingredients-list-section {
        margin: 70px 0 0 0;
        padding: 0 0 35px;
    }
     .slick-dots {
        position: relative;
        bottom: 0;
        padding: 0;
        margin: 15px 0 0;
        width: 100%;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .slick-dots li {
        margin: 0 6px;
    }
    .slick-dots li button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #37515a;
        border-color: #37515a;
        opacity: 0.5;
    }
    .slick-dots li.slick-active button {
        opacity: 1;
        background: #37515a;
        border-color: #37515a;
    }
    .ingredients-wrap {
        max-width: 310px;
        padding: 0 20px;
        margin: 0 auto;
    }

    .made-by-eduardo-lalo-wrap {
        width: 100%;
        height: auto;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto;
        padding: 35px 20px;
    }
    .made-by-eduardo-lalo-inner img {
        margin-bottom: 10px;
        width: 120px;
    }
    .btn {
        min-width: 120px;
        height: 35px;
        font-size: 16px;
        padding: 5px 10px;
        border-radius: 120px;
    }
    .circle-text {
        width: 260px;
        height: 260px;
        margin: 0 auto;
    }
    .made-by-eduardo-lalo-inner p {
        font-size: 16px;
        letter-spacing: 0;
        margin-bottom: 0 0 10px;
        text-align: center;
    }
    .made-by-eduardo-img-holder img {
        width: 100%;
        min-height: 410px;
        object-fit: cover;
    }
    .honor-your-roots-section {
        display: flex;
        flex-direction: column;
    }
    .honor-your-heading h2 {
        margin: 0;
        font-size: 52px;
        line-height: 1em;
    }
    .honor-your-heading {
        top: -30px;
    }
    .process-heading h2 {
        font-size: 46px;
    }
    .process-wrapper {
        row-gap: 0;
        padding: 0;
        margin: 0 0 -10px;
    }
    .process-repeat-card {
        justify-content: center;
        position: relative;
        overflow: hidden;
    }
    .process-col-left {
        width: 100%;
        position: absolute;
        padding: 0;
        z-index: 1;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .process-col-right {
        width: 100%;
        padding: 0;
    }
    .process-img-card {
        position: relative;
    }
    .process-img-card:before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgb(0,0,0);
        background: linear-gradient(90deg, rgba(0,0,0,0.5102415966386555) 30%, rgba(255,255,255,0) 100%);
    }
    .process-info-card {
        padding: 0 15px;
        width: 100%;
    }
    .process-info-card h3 {
        font-size: 34px;
        color: #fff;
        margin: 0 0 10px;
    }
    .process-info-card ul li {
        font-size: 14px;
        color: #fff;
    }
    .process-info-card ul li::before {
        color: #fff;
    }
    .ingredients-info-card h4 {
        font-size: 35px;
    }
    .ingredients-info-card p {
        font-size: 18px;
    }
    .shop-now-section {
        padding: 80px 0;
        background-size: 100% 210px;
        object-fit: cover;
        background-color: #fff;
    }
    .shop-now-section::after {
        height: 100%;
    }
    .shop-now-section .shop-now-wrap a {
        font-size: 46px;
        letter-spacing: 2px;
        line-height: 1.1em;
    }
    .made-by-eduardo-lalo-inner {
        position: relative;
        width: 200px;
        height: 280px;
        border-radius: 100vmax;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto;
    }
    .footer-left {
        width: 100%;
        padding: 0;
    }
    .footer-logo {
        width: 160px;
    }
    .footer-menu ul li {
        font-size: 34px;
        line-height: 1;
        margin: 10px 0;
    }
    .footer {
        padding: 35px 0 15px;
    }
    .navigation ul li {
        font-size: 34px;
        line-height: 1;
    }
    .navigation ul>li>a {
        padding: 10px 15px;
    }
    .mobile-buy-btn.desktop-hide {
        display: block;
        position: absolute;
        left: 15px;
    }
    .container {
        padding: 0 15px;
    }
    .mobile-buy-btn .btn {
        min-width: auto;
        height: 33px;
        font-size: 13px;
        padding: 5px 12px;
        border-radius: 109px;
        border-color: #000;
        color: #000;
    }
    .mobile-buy-btn .btn:hover {
        background: #000;
        color: #fff;
    }
    .hero-heading .btn {
        display: none;
    }
    .hero-heading h1 span:nth-child(1) {
        margin-right: 10px;
        position: relative;
        left: -23px;
    }
    img.mobile-hide {
        display: none;
    }
    .bottle-fixed-img img.desktop-hide {
        display: block;
    }
    .pure-traditional-col-info figure img {
        width: 100%;
        max-height: 500px;
        object-fit: cover;
    }
    .pure-traditional-slider01 .slick-list.draggable {
        padding-right: 150px;
    }
    .abv-nbr span {
        font-size: 88px;
        line-height: 1;
    }
    .abv-nbr span sub {
        font-size: 18px;
        left: -5px;
    }
    .process-wrapper .slick-dots {
        position: absolute;
        bottom: 25px;
        margin: 0;
    }
    .process-wrapper .slick-dots li button {
        background: #fff;
        border-color: #fff;
        opacity: 0.5;
    }
    .process-wrapper .slick-dots li.slick-active button {
        opacity: 1;
        background: #fff;
        border-color: #fff;
    }
    .process-img-card img {
        min-height: 320px;
        object-fit: cover;
    }
    .unfor-card-col-left a.btn.btn-black {
        font-size: 16px;
        padding: 0;
        letter-spacing: -1px;
        font-weight: 500;
        min-width: 130px;
        height: 35px;
    }
    .notify-form {
        padding: 0;
    }
    .notify-section h3 {
        font-size: 47px;
        letter-spacing: 0px;
        line-height: 45px;
        margin: 0 0 15px;
    }
    .notify-section p {
        font-size: 26px;
        letter-spacing: 0px;
        margin: 0 0 15px;
        line-height: 1.1;
    }
    .footer::after {
        height: 64%;
    }
    .page-width {
      max-width: 100% !important;
        margin: 0 auto !important;
        padding: 0 15px !important;
        width: 100% !important;
    }
    nav .list-menu li .list-menu__item {
        padding: 10px 15px;
    }
    nav .list-menu li {
        font-size: 34px;
        letter-spacing: 1px;
    }
    .hero-section {
        height: 450px;
    }
    .footer {
        padding: 35px 0 15px 0 !important;
    }
    .age-btn-group .btn {
        padding: 10px 24px;
        font-size: 16px;
    }
    .spanish-language .hero-heading h1 {
        font-size: 40px;
        line-height: 30px;
    }
    .spanish-language .hero-heading h1 span:nth-child(2) {
        margin-left: 35px;
    }
    .spanish-language .hero-heading h1 span:nth-child(1) {
        margin-right: 0;
        margin-left: 20px;
    }
    .spanish-language .hero-heading h1 span:nth-child(3) {
        margin-left: 0;
        font-size: 27px;
    }
    .spanish-language .hero-heading h1 span:nth-child(4) {
        margin-left: 46px;
        font-size: 27px;
    }
    .spanish-language .pure-heading h2 {
        font-size: 38px;
    }
    .spanish-language .traditional-absolute-fixed {
        padding: 0 15px 15px;
    }
    .spanish-language .traditional-absolute-fixed h4 {
        font-size: 14px;
    }
    .spanish-language .abv-nbr span {
        font-size: 88px;
    }
    .spanish-language .abv-nbr span sub {
        font-size: 18px;
    }
    .spanish-language .made-by-eduardo-lalo-inner p {
        letter-spacing: 0;
    }
    .spanish-language .smooth-heading h2 {
        font-size: 47px;
        line-height: 45px;
    }
    .header-lang-seletor {
        display: none;
    }
    .spanish-language .unfor-card-bottle {
        bottom: 0;
    }
    .recipe-banner-wrapper {
    	justify-content: flex-start;
    	padding: 0 30px;
    }
    .recipe-banner_left {
    	width: 100%;
    }
    .recipe-banner_right {
    	width: 100%;
    }
    .recipe-banner-heading {
    	font-size: 48px;
    	margin: 0 0 22px;
    }
    .recipe-banner-quote p {
    	font-size: 38px;
    	margin: 0 0 40px;
    }
    .recipe-banner-quote span {
    	font-size: 24px;
    }
    .recipe-banner-section {
    	transform: translateY(-2px);
    	padding: 60px 0 190px;
    	background-size: cover;
    }
    .recipe-list-row {
    	padding: 0 30px 30px;
    }
    .recipe-list {
    	width: 100%;
    	margin: 0 0 70px;
    }
    .recipe-list-card .recipe-list-img,
    .recipe-list-img {
    	width: 100%;
    	height: 280px !important;
    }
    .recipe-list-card .recipe-list-content,
    .recipe-list-content {
    	width: 100%;
    	margin: 50px 0 0;
    }
    .article-card-wrapper .card__content .card__information .card__heading.recipe-list-title,
    .recipe-list-title {
    	font-size: 38px;
    	margin: 0 0 40px;
    }
    .recipe-listcontent_inner p {
    	font-size: 18px;
    	line-height: 24px;
    }
    .recipe-list-btn {
    	margin: 50px 0 0;
    }
    .recipe-list-btn .btn {
        min-width: 190px;
        height: 60px;
        font-size: 28px; 
    }
    .process-main-section {
    	height: 385px;
    	align-content: flex-end;
    	padding-bottom: 25px;
    }
    .process-banner-heading {
    	font-size: 24px;
    	margin: 0 0 13px;
    }
    .process-banner-sub-heading {
    	font-size: 56px;
    }
    .process-main-section .page-width {
    	padding: 0 47px !important;
    }
    .process-celebration-content span {
    	font-size: 36px;
    	margin: 0 0 31px;
    }
    .process-celebration-content p {
    	font-size: 38px;
    	line-height: 38px;
    }
    .process-celebration-content p br {
    	display: none;
    }
    .process-celebration-content {
    	width: 100%;
    	padding: 50px 0 0;
    }
    .process-celebration-img img {
    	object-fit: cover;
    }
    .process-celebration-img {
    	margin: 0 auto;
    	max-width: 95%;
    	height: 402px;
    	overflow: hidden;
    }
    .process-celebration-section::before {
    	height: 455px;
    }
    .process-celebration-section {
    	padding: 0 0 66px;
    	z-index: 0;
    }
    .owner-quote-wrapper {
    	justify-content: center;
    }
    .owner-quote_left {
    	width: 100%;
    	height: 287px;
    }
    .owner-quote_right {
    	width: 85%;
    	order: -1;
    	margin: 0 auto 45px;
    }
    .owner-quote_right_content h2 {
    	font-size: 48px;
    	line-height: 1;
    	width: 75%;
    	margin: 0 0 51px;
    }
    .owner-quote_right_content p {
    	font-size: 21px;
    	line-height: 28px;
    	letter-spacing: 0;
    }
    .owner-quote-bottom-wrap {
    	margin-top: 30px;
    }
    .loc-icon {
    	width: 114px;
    }
    .owner-quote_right_content img {
    	margin: 0;
    	max-width: 187px;
    }
    .owner-quote_left img {
    	width: 85%;
    	height: 100%;
    	object-fit: cover;
    	display: block;
    	margin: 0 auto;
    }
    .tab-bottel-img {
        display: none;
    }
    .make-it-better-section {
    	padding: 90px 0;
    }
    .make-better-heading {
    	text-align: left;
    	margin: 0 0 70px;
    }
    .make-better-heading h5 {
    	font-size: 36px;
    	margin: 0 0 24px;
    }
    .make-better-heading h2 {
    	font-size: 38px;
    	line-height: 1;
    }
    .make-better-slider .make-better-slider-list, .make-better-slider .slick-slide {
        padding: 0;
        width: 100%;
        margin: 0 0 115px;
    }
    .make-better-slider .make-better-slider-list:last-child {
          margin: 0;
    }
    .make-better-slider {
    	align-content: flex-start;
    	flex-wrap: wrap;
    }
    .make-better-slider-list figure {
    	height: 287px;
    }
    .make-better-slider-list h3 {
    	margin: 34px 0 0;
    	text-align: left;
    	font-size: 38px;
    }
    .art-process-heading {
    	margin: 0 35px 27px;
    	font-size: 48px;
    	color: #fff;
    	position: relative;
    	z-index: 1;
    	text-align: left;
    }
    .tab-buttons {
    	display: flex;
    	gap: 0;
    	justify-content: flex-start;
    	margin: 0 36px;
    	flex-wrap: wrap;
    }
    .tab-button.active {
    	border-color: #DFDFDF;
    	border-width: 3px;
    }
    .tab-button.active + .tab-header-content {
        display: block;
    }
    .tab-button {
    	font-size: 36px;
    	width: 100%;
    	text-align: left;
    	display: block;
    	margin: 0;
    	color: #fff;
        position: relative;
        z-index: 1;
    }
    .tab-button span {
    	color: #fff;
    	margin: 0 24px 0 0;
    }
    .tab-pane.active {
    	display: block;
    }
    .tab-img {
    	height: 100%;
    	overflow: hidden;
    	width: 100%;
    }
    .tab-content-info {
    	display: none;
    }
    .tab-content {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    }
    .tab-pane {
        height: 100%;
    }
    .art-process-section::before {
    	content: "";
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    	z-index: 1;
    }
    .tab-button:last-child {
        margin: 0;
    }
    .tab-header {
    	width: 100%;
    	margin: 0 0 34px;
    }
    .tab-header:last-child {
        margin: 0;
    }
    .tab-header-content {
    	position: relative;
    	z-index: 1;
    	text-align: left;
        padding: 15px 0 0;
    }
    .tab-header-content p {
    	font-size: 21px;
    	line-height: 24px;
    	color: #fff;
    }
    .process-main-section {
    	background-image: none !important;
    }
    .process-banner-mobile {
    	display: block !important;
    	z-index: -1;
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    }
    .process-banner-mobile img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
    .story-banner-section {
    	padding: 50px 0 0;
    }
    .story-banner-img-wrap figure {
    	height: 316px;
    }
    .story-banner-heading {
    	text-align: center;
    	padding: 117px 0;
    	margin: 0 auto;
    	position: relative;
    	z-index: 1;
    	max-width: 380px;
    }
    .story-banner-heading h1 {
    	font-size: 64px;
    	margin: 0 0 26px;
    	line-height: 57px;
    }
    .story-banner-heading p {
    	font-size: 38px;
    	line-height: 38px;
    }
    .story-banner-section::after {
    	height: 530px;
    	background-size: cover;
    }
    .story-video-full-banner-section {
    	height: 1069px;
    }
    .story-video-full-banner-content {
    	max-width: 100%;
    	margin-left: auto;
    	margin-bottom: 77px;
        padding: 0 15px;
    }
    .story-video-card_left h2, .story-video-full-banner-content h2 {
    	font-size: 64px;
    	line-height: .9;
    	margin: 0 0 15px;
    	letter-spacing: 0;
    }
    .story-video-card_left p, .story-video-full-banner-content p {
    	font-size: 21px;
    	line-height: 31px;
    	margin: 0 0 45px;
    	letter-spacing: 0;
    	letter-spacing: 0;
    }
    .story-video-full-btn .btn {
    	padding: 0 25px;
    }
    .story-video-card-section {
    	padding: 0 0 140px;
    }
    .story-video-card-section .page-width {
        padding: 0 !important;
    }
    .story-video-card-wrapper {
    	display: flex;
    	align-content: flex-start;
    	justify-content: center;
    	gap: 0;
    	flex-wrap: wrap;
    }
    .story-video-card_right {
    	width: 100%;
    	position: relative;
    	order: -1;
    }
    .story-video-card_right figure {
    	width: 100%;
    	height: 339px;
    	overflow: hidden;
    	margin: 0 0 0 auto;
    	padding: 0;
    }
    .story-video-card_right figure:nth-child(2) {
    	position: absolute;
    	top: 87px;
    	right: auto;
    	width: calc(100% - 33px);
    	left: 50%;
    	transform: translateX(-50%);
    }
    .story-video-card_right figure:nth-child(2) img + img {
    	width: 132px;
    	height: auto;
    }
    .story-video-card_left {
    	width: 100%;
    	margin: 147px 0 0;
    	padding: 0 35px;
    }
    .story-video-card_left h2 {
    	font-size: 38px;
    	margin: 0 0 51px;
    	max-width: 320px;
    }
    .story-video-card_left p {
    	font-size: 18px;
    	line-height: 28px;
    	margin: 0 0 51px;
    }
    .story-video-card-btn .btn {
    	min-width: 231px;
    	height: 60px;
    	font-size: 28px;
    }
    .look-back-heading span {
    	font-size: 36px;
    }
    .look-back-heading h2 {
    	font-size: 48px;
    }
    .look-back-slider .slick-list.draggable {
    	padding: 0 0 0 121px;
    }
   .look-back-heading {
    	padding: 0 0 0 126px;
    	margin-bottom: -90px;
    	position: relative;
    	z-index: 1;
    }
    .look-back-list {
    	height: 224px;
    }
    .look-back-slider .slick-next.slick-arrow {
    	right: 15px;
    	width: 66px;
    	height: 66px;
    	top: 100px;
    }
    .look-back-slider .slick-prev.slick-arrow {
    	width: 66px;
    	height: 66px;
    	left: 30px;
    	bottom: 20px;
    }
    .look-back-slider {
    	height: 390px;
    }
    .look-back-slider .slick-slide {
    	padding: 0 10px;
    }
    .look-back-slider .slick-slide.slick-current.slick-active {
    	margin-top: 170px;
    }
    .look-back-slider-section {
    	padding: 0 0 90px;
    }
    .story-owner-quote-section .owner-quote_left {
    	width: 100%;
    	height: 351px;
    	order: -1;
    	margin: 0 0 56px;
    }
    .story-owner-quote-section .owner-quote_left img {
        width: 100%;
    }
    .owner-quote-section.story-owner-quote-section {
    	padding: 72px 0 47px;
    }
    .owner-quote-section.story-owner-quote-section .owner-quote_right {
    	width: 100%;
    	order: 0;
    	margin: 0;
    }
    .owner-quote-section.story-owner-quote-section .owner-quote-wrapper {
    	padding: 0 30px;
    }
    .owner-quote-section.story-owner-quote-section .owner-quote_right_content h2 {
    	font-size: 64px;
    	line-height: 1;
    	width: 68%;
    	margin: 0 0 51px;
    }
    .behind-sprit-video-section {
    	height: 768px;
    }
    .behind-sprit-video-content {
    	top: auto;
    	transform: translate(-50%, 0);
    	width: 458px;
    	bottom: 92px;
    }
    .behind-sprit-video-content img {
    	width: 132px;
    	margin: 0 0 39px;
    }
    .behind-sprit-video-content h2 {
    	font-size: 60px;
    	line-height: 1;
    	margin: 0 0 39px;
    }
    .behind-sprit-video-content p {
    	font-size: 21px;
    	margin: 0 0 39px;
    }
    .behind-sprit-btn .btn {
    	min-width: 220px;
    	height: 60px;
    	font-size: 28px;
    	background: #fff;
    	color: #000;
    }
    .blog.color-scheme-1.gradient {
    	padding: 72px 0 100px;
    }
    .blog__title {
    	font-size: 48px;
    }
    .blog .title-wrapper--no-top-margin {
    	margin-bottom: 30px;
        padding: 0;
    }
    .blog.color-scheme-1.gradient .page-width-desktop {
    	padding: 0 37px;
    	max-width: 100%;
    }
    .article-card-wrapper .article-card .card__inner {
    	height: 297px;
    }
    .blog .blog__posts .slick-list.draggable {
    	padding-right: 0;
    }
    .grid--peek.slider .grid__item:first-of-type {
    	margin-left: 0;
    }
    .article-card-wrapper .card__content .card__information .card__heading {
    	font-size: 36px;
    	line-height: 1;
    	letter-spacing: 0;
    	margin: 0;
    	width: 90%;
    }
    .blog__posts.articles-wrapper {
    	margin-bottom: 0;
    	padding-bottom: 100px;
    }
    .blog .blog__posts .slick-arrow {
    	top: auto;
    	bottom: 0;
    	width: 66px;
    	height: 66px;
    	background-repeat: no-repeat;
    	background-size: 100%;
    	transform: none;
    	left: 0;
    }
    .blog .blog__posts .slick-prev {
        background-image: url(/cdn/shop/files/blog-left-arrow.svg?v=1748349233);
    }
    .blog .blog__posts .slick-next {
        background-image: url(/cdn/shop/files/blog-right-arrow.svg?v=1748349233);
        left: 80px;
    }
    .article-card-wrapper .card__content .card__information {
    	padding: 38px 0 0 !important;
    }
    .collection-hero__text-wrapper .collection-hero__title {
    	margin: 62px 0 51px;
    	font-size: 48px;
        line-height: 1;
    	text-align: center;
    }
    .collection-hero::before {
    	height: 175px;
    }
    .product-grid-container .grid .grid__item {
    	width: 100%;
    	max-width: 100%;
    }
    .collection .grid__item .card__inner {
    	height: 460px;
    }
    .collection .grid__item .card__content .card__information {
    	padding: 0;
    	margin: 28px 0;
    }
    .collection .grid__item .card__content .card__heading {
    	font-size: 36px;
    	margin-bottom: 10px;
        text-align: left;
    }
    .collection .grid__item .card__content .price span {
    	font-size: 24px;
        text-align: left;
    }
    .card-information > :not(.visually-hidden:first-child) + :not(.rating):not(.card__information-volume-pricing-note) {
    	text-align: left;
    }
    .collection-full-banner-heading h3 {
    	font-size: 86px;
    	text-align: center;
    	line-height: 1;
    	margin: 51px 0 30px;
    }
    .collection-full-banner-heading h2 {
    	font-size: 40px;
    	text-align: center;
    	line-height: .85;
    	margin: 0;
    }
    .collection-image-with-text-section {
    	padding: 80px 0 0;
    }
    .collection-image-text-list {
    	justify-content: center;
    	margin-bottom: 118px;
    	flex-wrap: wrap;
    }
    .collection-image-text_left {
    	width: 100%;
    	margin: 0;
    }
    .collection-image-text_right {
        width: 100%;
        order: -1;
        text-align: center;
    }
    .collection-image-text_right figure {
    	width: 100%;
    }
    .collection-image-text_right img {
    	max-height: inherit;
    	margin: 0 auto;
    	width: 100%;
    	object-fit: ;
    }
    .collection-image-text h2 {
    	font-size: 38px;
    	max-width: 70%;
    	line-height: 1;
    	margin: 0 0 50px;
    }
    .collection-image-text p {
    	font-size: 18px;
    	line-height: 28px;
    }
    .collection-image-text-btn {
    	margin: 51px 0 0;
    }
    .collection-image-text-list:nth-child(2n) .collection-image-text_left {
    	width: 100%;
    }
    .collection-image-text-list:nth-child(2n) .collection-image-text_right {
    	width: 100%;
    	margin: 0 0 50px;
    }
    .collection-accordion-icon {
    	max-width: 30px;
    	min-width: 30px;
    }
    .collection-accordion-header h2 {
      	margin: 0 0 0 15px;
      	font-size: 32px;
    	width: 75%;
    }
    .collection-accordion-header::after {
    	right: 60px;
    	top: 34%;
    	width: 20px;
    	height: 20px;
    	border-width: 4px;
    }
    .collection-accordion-section {
    	padding: 0 0 100px;
    }
    .article-template__title.article-recipe-title::after, .article-template__title.article-recipe-title::before {
    	width: 71px;
    	height: 46px;
    }
    .article-template__title.article-recipe-title {
    	font-size: 48px;
    	margin: 0 auto 52px;
    }
    .article-recipe-templete {
    	padding: 52px 0 0;
    }
    .article-recipe-templete .page-width {
    	max-width: 100% !important;
    	padding: 0 15px !important;
    }
    .article-recipe-templete .article-template__hero-adapt {
    	height: 218px;
    	margin-bottom: 52px;
    }
    .article-recipe-templete .article-template__content .center-content h2 {
    	font-size: 38px;
    	line-height: 45px;
    	margin: 0 0 36px;
    }
    .article-recipe-templete .article-template__content .center-content {
    	margin: 0 0 46px;
    	padding: 0 0 46px;
    }
    .article-recipe-templete .article-template__content .d-flex-list {
    	gap: 0;
    	margin: 0 0 35px;
    	padding: 0;
    }
    .article-recipe-templete .article-template__content .d-flex-list .recipe-list-half {
    	width: 100%;
    }
    .article-recipe-templete .article-template__content .d-flex-list .recipe-list-half:not(:last-child) {
    	margin: 0 0 70px;
    }
    .article-recipe-templete .article-template__content h3 {
    	font-size: 38px;
    	line-height: 1;
    	margin: 0 0 36px;
    }
    .article-recipe-templete .article-template__content .d-flex-list .recipe-list-half + .recipe-list-half {
    	width: 100%;
    }
    .article-recipe-templete .article-template__content.page-width {
    	max-width: 100% !important;
    	padding: 0 45px !important;
    }
    .main-product-wrap .page-width {
    	padding: 0 40px !important;
    }
    .main-product-wrap .product .grid__item.product__media-wrapper {
    	max-width: 100%;
    	width: 100%;
    }
    .product__media-item.is-active .product-media-container {
    	height: 379px;
    }
    .main-product-wrap .product .product__info-wrapper.grid__item {
    	padding: 0;
    	max-width: 100%;
    	width: 100%;
    	margin-left: 0;
    	margin-top: 51px;
    }
    .main-product-wrap .product__title h1 {
    	font-size: 48px;
    	line-height: 1;
    }
    .main-product-wrap .product__info-wrapper.grid__item .price .price__container span {
    	font-size: 24px;
    	letter-spacing: 0;
    }
    .product-indradients-info p {
    	font-size: 21px;
    	margin: 0 0 15px;
    	letter-spacing: 0;
    }
    .main-product-wrap .product .product__info-wrapper.grid__item .product__tax {
    	margin-top: 0 !important;
    }
    .product-indradients-info_list h3 {
    	font-size: 24px;
    	margin: 0 0 0 12px;
    	letter-spacing: 0;
    	align-content: center;
    }
    .main-product-wrap .price-per-item__container .quantity {
    	border-radius: 6px;
    	width: 194px;
    	min-height: 63px;
    }
    .main-product-wrap .product__info-wrapper.grid__item .quantity__button .svg-wrapper {
    	width: 23px;
    }
    .main-product-wrap .product__info-wrapper.grid__item .quantity__input {
    	font-size: 21px;
    	padding: 0;
    }
    .main-product-wrap .product__info-wrapper.grid__item .product-form__buttons .product-form__submit {
    	border-radius: 46px;
    	min-height: 60px;
    	font-size: 21px;
    	padding: 0;
    	margin: 0 0 18px;
    }
    .main-product-wrap .product__info-wrapper.grid__item .product-form__buttons .shopify-payment-button__button {
    	border-radius: 46px;
    	min-height: 60px;
    	font-size: 21px;
    }
    .main-product-wrap .product__info-wrapper.grid__item .product__description p {
    	font-size: 18px;
    	line-height: 24px;
    	margin: 0 0 22px;
    }
    .ind-collpase-row {
    	margin: 38px 0 !important;
    }
    .ind-collpase-header h3 {
    	margin: 0 0 0 24px;
    	font-size: 24px;
    }
    .ind-collpase-header::after {
    	right: 15px;
    }
    .ind-collpase-body p {
    	line-height: 21px;
    }
    .ind-collpase-list {
    	padding: 21px 0;
    }
    .collection-info-row-section {
    	min-height: auto;
    }
    .collection-info-row {
    	justify-content: center;
    	margin: 0;
    	flex-wrap: wrap;
    }
    .collection-info-left {
    	width: 100%;
    	text-align: center;
    }
    .collection-info-left-top {
    	gap: 10px;
    	justify-content: center;
    }
    .collection-info-left-list:first-child {
    	width: 25%;
    }
    .collection-info-left-list:nth-child(2) {
    	width: 25%;
    }
    .collection-info-left-list:nth-child(3) {
    	width: 25%;
    }
    .collection-info-left-list:nth-child(4) {
    	width: 25%;
    }
    .collection-info-left-list label {
    	font-size: 14px;
    	line-height: 1.2;
    	min-height: 36px;
    	margin: 0 0 15px;
    }
    .collection-info-left-list h2 {
    	font-size: 54px;
    	color: #000;
    	letter-spacing: 0;
    	text-align: left;
    }
    .collection-info-left-list h3 {
    	font-size: 24px;
    	text-align: left;
    }
    .collection-info-right {
        display: none;
    }
    .collection-info-center {
    	width: 226px;
    	position: relative;
    	top: 0;
    	left: 0;
    	transform: none;
    	order: -1;
        margin: 0 auto 21px;
    }
    .collection-info-row-section::before {
    	transform: translateY(-3vw);
    }
    .find-d-btn, .get-deliver-wrap {
    	width: 49%;
    }
    .collection-info-select {
    	gap: 10px;
    	margin-top: 20px;
    	flex-wrap: wrap;
    	justify-content: space-between;
    	margin-bottom: 40px;
    }
    .availability-wrap {
    	max-width: 100%;
    	margin: 0 auto 80px;
    }
    .availability-wrap span {
    	font-size: 32px;
    	line-height: 1.25;
    }
    .varient-wrap h3 {
    	min-height: 120px;
    	font-size: 36px;
    }
    .product-graph-wrapper h2 {
    	margin: 0 0 66px;
    	font-size: 48px;
    }
    .product-graph-wrapper figure {
    	width: 90%;
    	margin: 0 auto;
    }
    .product-graph-wrapper {
    	margin: 0 0 100px;
    }
    .collection-art-process-section {
    	z-index: 0;
    	height: auto;
    }
    .collection-review-section {
    	padding: 70px 35px 0 0;
    	gap: 0;
    }
    .collection-review_left {
    	width: 45%;
        align-content: flex-end;
    }
    .collection-review_block h2 {
    	font-size: 30px;
    }
    .collection-review-star {
    	justify-content: flex-start;
    	gap: 5px;
    	flex-wrap: wrap;
    }
    .collection-review-star img {
    	width: 35%;
    	display: block;
    }
    .collection-review-star span {
    	font-size: 18px;
    	padding-top: 0;
    }
    .collection-review_content {
        padding-bottom: 55px;
    }
    .collection-review_content .slick-prev {
        background-image: url(/cdn/shop/files/blog-left-arrow.svg?v=1748349233);
    }
    .collection-review_content .slick-next {
        background-image: url(/cdn/shop/files/blog-right-arrow.svg?v=1748349233);
    }
    .collection-review_content .slick-arrow {
    	width: 50px;
    	height: 50px;
    	background-size: 100%;
    	background-repeat: no-repeat;
    	top: auto;
    	bottom: 0px;
    }
    .collection-review_block {
    	margin: 0px 0 20px;
    }
    .product-waitlist-section, .main-product-video-section {
    	height: 768px;
    }
    .product-waitlist-section figure img, .main-product-video-section figure img {
    	object-fit: cover;
    }
    .product-waitlist-content h2, .main-product-video-content h2 {
    	font-size: 60px;
    	margin: 0 0 22px;
    }
    .product-waitlist-content p, .main-product-video-content p {
    	font-size: 24px;
    	margin: 0 0 41px;
    	line-height: 1;
    }
    .main-product-video-content img {
    	width: 132px;
    	margin: 0 auto 40px;
    }
    .related-products-section .related-products__heading {
    	margin: 0 0 30px;
    	font-size: 48px;
    	text-align: left;
    }
    .related-products-section .product-grid .grid__item, .product-grid-container .grid .grid__item {
    	width: 100%;
    	max-width: 100%;
    }
    .related-products-section .product-grid .grid__item .card__inner {
    	height: 461px;
    }
    .related-products-section .grid__item .card__content .card__information {
    	margin: 28px 0;
    }
    .related-products-section .product-grid .grid__item .card__content .card__heading {
    	font-size: 36px;
        text-align: left;
    }
    .related-products-section .product-grid .grid__item .card__content .price span {
    	font-size: 24px;
    }
    .related-products-section {
    	margin: 80px 0 0;
    }
    .related-products-section .page-width {
        padding: 0 37px !important;
    }
    .product__media.media.media--transparent,
    .product-media-container .product__modal-opener,
    .product__media-item .product-media-container, .product__media-item.is-active .product-media-container {
    	height: 100%;
     
    }
    .product__media.media.media--transparent{ padding-bottom: 67.5%;}
    .article-template {
    	padding: 0 20px;
    }
    .article-template .article-template__hero-container {
    	height: 210px;
    	margin: 0 auto 15px;
    	border-radius: 12px;
    }
    .article-template__title {
    	font-size: 29px;
    	line-height: 1;
    }
    .article-template .article-template__content {
    	margin-top: 5px !important;
    }
    .article-template .article-template__content p {
    	margin-bottom: 20px;
    }
    .blog .blog__posts .slick-slide {
        padding-right: 0;
    }
    .slider.slider--tablet {
        scroll-padding-left: 0;
    }
    .collection-review_right {
        width: 55%;
        margin-top: 0;
    }
    .awards-badge-icon {
    	display: flex;
    	justify-content: center;
    }
    .awards-wrapper .awards-badge-icon:nth-child(2n) {
    	justify-content: center;
    }
    .awards-wrapper {
    	margin: 25px 0 0;
    }
    .awards-wrapper .awards-badge-icon:nth-child(2n),
    .awards-badge-icon {
      display: none;
    }
    .awards-badge-icon:nth-of-type(2),
    .awards-badge-icon:nth-of-type(1) {
      display: flex !important;
    }
    .awards-badge-icon figcaption h3 {
    	font-size: 17px;
        margin: 0 0 6px;
    }
    .awards-badge-icon figcaption h4 {
    	font-size: 12px;
    	padding: 0 50px;
    	line-height: 1;
    }
    .awards-badge-icon figure {
    	width: 155px;
    }
    .unfor-item-card {
    	margin: 0 0 6px;
    	width: 100%;
    }
    .unfor-item-card img {
    	width: max-content;
    }
    .unfor-card-col-left .unfor-item-card:nth-child(even) {
    	justify-content: flex-end;
    	display: flex;
    }
    .cart-items thead th {
    	background-color: transparent;
    }
    .cart-items tr td {
    	padding: 6px;
    }
    .cart-items thead tr {
    	margin-bottom: 15px !important;
    }
    .art-process-section,
    .art-process-section.collection-art-process-section {
        position: relative;
        height: auto;
      }
      .art-process-wrapper {
        position: relative;
        top: 0;
        height: auto;
        padding: 50px 0;
  }
  .ingredients-col3,
  .pure-traditional-col-4 {
    transform: none !important;
    opacity: 1 !important;
  }
  body.overflow-hidden-tablet {
    position: fixed;
    inset: 0;
  }
  .collection-art-process-section .tab-pane.active .tab-img {
      transform: scale(1);
      transition: .35s;
      animation: transUp 1s ease forwards;
  }
}

@media (max-width:430px) {
    .hero-heading h1 {
        line-height: 40px;
        margin: 0 0 15px;
        font-size: 35px;
    }
    .hero-heading h1 span:nth-child(4) {
        margin-left: 15px;
        position: relative;
        left: 11px;
        font-size: 35px;
    }
    .hero-heading h1 span:nth-child(3) {
        margin-left: 52px;
    }
    .pure-heading h2 {
        font-size: 38px;
        line-height: 46px;
        text-align: left;
    }
    .traditional-absolute-fixed {
        padding: 15px 10px;
    }
    .traditional-absolute-fixed h4 {
        font-size: 14px;
    }
    .pure-traditional-col-4 {
        padding: 0 8px;
    }
    .spanish-language .hero-heading h1 span:nth-child(4) {
        margin-left: 22px;
        font-size: 26px;
    }
    .spanish-language .hero-heading h1 span:nth-child(3) {
        margin-left: 18px;
        font-size: 26px;
    }
    .spanish-language .hero-heading h1 span:nth-child(1) {
        margin-right: 0;
        margin-left: 40px;
    }
    .spanish-language .pure-heading h2 {
        font-size: 32px;
    }
    .spanish-language .traditional-absolute-fixed {
        padding: 0 10px 10px;
    }
    .spanish-language .smooth-heading h2 {
        font-size: 42px;
        line-height: 40px;
    }
    .recipe-banner-wrapper {
    	padding: 0 10px;
    }
    .recipe-banner-heading {
    	font-size: 42px;
    	margin: 0 0 22px;
    }
    .recipe-banner-quote p {
    	font-size: 28px;
    	margin: 0 0 25px;
    }
    .recipe-banner-section {
    	padding: 30px 0 140px;
    }
    .recipe-list-row {
    	padding: 0 10px 0;
    }
    .recipe-list-card .recipe-list-img,
    .recipe-list-img {
    	width: 100%;
    	height: 240px !important;
    }
    .recipe-list-card .recipe-list-content,
    .recipe-list-content {
    	width: 100%;
    	margin: 35px 0 0;
    }
    .article-card-wrapper .card__content .card__information .card__heading.recipe-list-title,
    .recipe-list-title {
    	font-size: 32px;
    	margin: 0 0 20px;
    }
    .recipe-list-btn {
    	margin: 20px 0 0;
    }
    .recipe-list-btn .btn {
    	min-width: 155px;
    	height: 50px;
    	font-size: 20px;
    }
    .process-main-section .page-width {
    	padding: 0 30px !important;
    }
    .process-banner-heading {
    	font-size: 18px;
    	margin: 0 0 10px;
    }
    .process-banner-sub-heading {
    	font-size: 45px;
    }
    .process-main-section {
    	height: 285px;
    }
    .process-celebration-content {
    	padding: 40px 25px 0;
    }
    .process-celebration-content span {
    	font-size: 32px;
    	margin: 0 0 20px;
    }
    .process-celebration-content p {
    	font-size: 28px;
    	line-height: 34px;
    }
    .process-celebration-img {
    	margin: 0 auto;
    	max-width: 90%;
    	height: 280px;
    	overflow: hidden;
    }
    .process-celebration-section::before {
    	height: 305px;
        background-position: center right;
    }
    .process-celebration-section {
    	padding: 0 0 40px;
    	z-index: 0;
    }
    .owner-quote_right_content h2 {
    	font-size: 38px;
    	line-height: 1;
    	width: 100%;
    	margin: 0 0 25px;
    }
    .owner-quote_right_content p {
    	font-size: 16px;
    	line-height: 25px;
    	letter-spacing: 0;
    }
    .owner-quote_right_content img {
    	margin: 0;
    	max-width: 125px;
    }
    .loc-icon {
    	width: 84px;
    }
    .owner-quote_left {
    	width: 100%;
    	height: 250px;
    }
    .art-process-heading {
    	margin: 0 25px 20px;
    	font-size: 34px;
    	color: #000;
    	position: relative;
    	z-index: 1;
    	text-align: left;
    }
    .tab-button {
    	font-size: 30px;
    }
    .tab-button span {
    	margin: 0 10px 0 0;
    }
    .tab-buttons {
    	margin: 0 25px;
    }
    .tab-header-content p {
    	font-size: 16px;
    	line-height: 20px;
    	letter-spacing: 0;
    }
    .tab-header {
    	margin: 0 0 20px;
    }
    .make-better-heading h5 {
    	font-size: 32px;
    	margin: 0 0 15px;
    }
    .make-better-heading h2 {
    	font-size: 28px;
    	line-height: 1;
    }
    .make-better-heading {
    	text-align: left;
    	margin: 0 0 40px;
    }
    .make-it-better-section {
    	padding: 40px 0;
    }
    .make-better-wrapper {
    	padding: 0 20px;
    }
    .make-better-slider-list figure {
    	height: 225px;
    }
    .make-better-slider-list h3 {
    	margin: 20px 0 0;
    	text-align: left;
    	font-size: 30px;
    }
    .make-better-slider .make-better-slider-list, .make-better-slider .slick-slide {
    	padding: 0;
    	width: 100%;
    	margin: 0 0 55px;
    }
    .make-better-slider-list:hover figure, .make-better-slider .slick-slide.slick-center + .slick-slide .make-better-slider-list figure {
    	transform: scale(1);
    	transform-origin: bottom;
    	z-index: 1;
    }
    .story-banner-img-wrap figure {
    	height: 296px;
    }
    .story-banner-heading h1 {
    	font-size: 45px;
    	margin: 0 0 16px;
    	line-height: 44px;
    }
    .story-banner-heading p {
      	font-size: 28px;
      	line-height: 33px;
    }
    .story-banner-heading {
    	text-align: center;
    	padding: 60px 0;
    	margin: 0 auto;
    	position: relative;
    	z-index: 1;
    	max-width: 295px;
    }
    .story-banner-section::after {
    	height: 370px;
    	background-size: cover;
    }
    .story-video-card_left h2, .story-video-full-banner-content h2 {
    	font-size: 54px;
    	line-height: .9;
    	margin: 0 0 15px;
    	letter-spacing: 0;
    }
    .story-video-card_left p, .story-video-full-banner-content p {
    	font-size: 17px;
    	line-height: 24px;
    	margin: 0 0 40px;
    	letter-spacing: 0;
    	letter-spacing: 0;
    }
    .story-video-full-btn .btn {
    	border-radius: 45px;
    	height: 45px;
    	min-width: 170px;
        font-size: 16px;
    }
    .story-video-full-banner-section {
    	height: 840px;
    }
    .story-video-card_right figure {
    	height: 290px;
    }
    .story-video-card_right figure:nth-child(2) img + img {
    	width: 85px;
    	height: auto;
    }
    .story-video-card_left h2 {
    	font-size: 38px;
    	margin: 0 0 51px;
    	max-width: 320px;
    }
    .story-video-card_left h2 {
    	font-size: 32px;
    	margin: 0 0 30px;
    	max-width: 320px;
    }
    .story-video-card_left p {
    	font-size: 16px;
    	line-height: 24px;
    }
    .story-video-card-btn .btn {
    	min-width: 160px;
    	height: 45px;
    	font-size: 16px;
    }
    .story-video-card_left {
    	width: 100%;
    	margin: 115px 0 0;
    	padding: 0 35px;
    }
    .story-video-card-section {
    	padding: 0 0 90px;
    }
    .look-back-heading span {
    	font-size: 25px;
    }
    .look-back-heading h2 {
    	font-size: 32px;
    }
    .look-back-slider .slick-next.slick-arrow {
    	right: 15px;
    	width: 50px;
    	height: 50px;
    	top: 38px;
    }
    .look-back-slider .slick-prev.slick-arrow {
    	width: 50px;
    	height: 50px;
    	left: 30px;
    	bottom: 20px;
    }
    .look-back-list {
    	height: 145px;
    }
    .look-back-slider .slick-slide.slick-current.slick-active {
    	margin-top: 110px;
    }
    .look-back-heading {
    	padding: 0 0 0 126px;
    	margin-bottom: -80px;
    	position: relative;
    	z-index: 1;
    }
    .look-back-slider {
    	height: 255px;
    }
    .look-back-slider-section {
    	padding: 0 0 50px;
    }
    .owner-quote-section.story-owner-quote-section {
    	padding: 50px 0 35px;
    }
    .owner-quote-section.story-owner-quote-section .owner-quote-wrapper {
    	padding: 0 20px;
    }
    .story-owner-quote-section .owner-quote_left {
    	height: 320px;
        margin: 0 0 30px;
    }
    .owner-quote-section.story-owner-quote-section .owner-quote_right_content h2 {
    	font-size: 41px;
    	line-height: 1;
    	width: 55%;
    	margin: 0 0 25px;
    }
    .behind-sprit-video-content img {
    	width: 75px;
    	margin: 0 0 20px;
    }
    .behind-sprit-video-content {
    	top: auto;
    	transform: translate(-50%, 0);
    	width: 320px;
    	bottom: 60px;
    }
    .behind-sprit-video-content h2 {
    	font-size: 40px;
    	line-height: 1;
    	margin: 0 0 20px;
    }
    .behind-sprit-video-content p {
    	font-size: 18px;
    	margin: 0 0 25px;
    }
    .behind-sprit-btn .btn {
    	min-width: 150px;
    	height: 45px;
    	font-size: 16px;
    	background: #fff;
    	color: #000;
    }
    .behind-sprit-video-section {
    	height: 550px;
    }
    .blog.color-scheme-1.gradient .page-width-desktop {
    	padding: 0 25px;
    	max-width: 100%;
    }
    .blog.color-scheme-1.gradient {
    	padding: 50px 0;
    }
    .blog__title {
    	font-size: 40px;
    }
    .blog .title-wrapper--no-top-margin {
    	margin-bottom: 20px;
    	padding: 0;
    }
    .article-card-wrapper .article-card .card__inner {
    	height: 230px;
    }
    .article-card-wrapper .card__content .card__information {
    	padding: 25px 0 0 !important;
    }
    .article-card-wrapper .card__content .card__information .card__heading {
    	font-size: 28px;
    }
    .blog__posts.articles-wrapper {
    	margin-bottom: 0;
    	padding-bottom: 60px;
    }
    .blog .blog__posts .slick-arrow {
    	width: 45px;
    	height: 45px;
    }
    .blog .blog__posts .slick-slide {
    	padding-right: 0;
    }
    .collection-hero__text-wrapper .collection-hero__title {
    	margin: 40px 0;
    	font-size: 38px;
    }
    .collection-full-banner-heading h3 {
    	font-size: 60px;
        margin: 20px 0 10px;
    }
    .collection-full-banner-heading h2 {
    	font-size: 30px;
    }
    .collection-full-banner-section {
    	height: 280px;
    }
    .collection-image-text h2 {
    	font-size: 32px;
    	max-width: 80%;
    	line-height: 1;
    	margin: 0 0 25px;
    }
    .collection-image-text-btn {
    	margin: 25px 0 0;
    }
    .collection-image-text-list {
    	margin-bottom: 60px;
    }
    .collection-image-text-list:nth-child(2n) .collection-image-text_right {
    	width: 100%;
    	margin: 0 0 25px;
    }
    .collection-image-text_right {
    	margin: 0 0 25px;
    }
    .collection-accordion-header::after {
    	right: 15px;
    	top: 34%;
    	width: 14px;
    	height: 14px;
    	border-width: 2px;
    }
    .col-badge {
        display: none;
    }
    .collection-accordion-icon {
      	display: inline-block;
    }
    .collection-accordion-section {
    	padding: 0 0 50px;
    }
    .article-recipe-templete {
    	padding: 40px 0 0;
    }
    .article-template__title.article-recipe-title {
    	font-size: 44px;
    	margin: 0 auto 40px;
    }
    .article-recipe-templete .article-template__hero-adapt {
        height: 218px;
        margin-bottom: 40px;
    }
    .article-recipe-templete .article-template__content.page-width {
    	max-width: 100% !important;
    	padding: 0 35px !important;
    }
    .article-recipe-templete .article-template__content .center-content h2 {
    	font-size: 29px;
    	line-height: 40px;
    	margin: 0 0 20px;
    }
    .article-recipe-templete .article-template__content ol li, .article-recipe-templete .article-template__content ul li, .article-recipe-templete .article-template__content p {
    	font-size: 16px;
    	line-height: 25px;
    }
    .article-recipe-templete .article-template__content .center-content {
    	margin: 0 0 25px;
    	padding: 0 0 25px;
    }
    .article-recipe-templete .article-template__content h3 {
    	font-size: 32px;
    	line-height: 1;
    	margin: 0 0 15px;
    }
    .article-recipe-templete .article-template__content .d-flex-list .recipe-list-half:not(:last-child) {
    	margin: 0 0 35px;
    }
    .d-flex-list ul {
    	padding: 0;
    }
    .main-product-wrap .page-width {
    	padding: 0 30px !important;
    }
    .product__media-item.is-active .product-media-container {
    	height: 320px;
    }
    .main-product-wrap .product .product__info-wrapper.grid__item {
    	margin-top: 25px;
    }
    .main-product-wrap .product__title h1 {
    	font-size: 40px;
    	line-height: 1;
    }
    .main-product-wrap .product__info-wrapper.grid__item .price .price__container span {
    	font-size: 18px;
    	letter-spacing: 0;
    }
    .product-indradients-info p {
    	font-size: 18px;
    }
    .product-indradients-info_list h3 {
    	font-size: 20px;
    }
    .product-indradients-info_list .icon {
    	width: 24px;
    }
    .main-product-wrap .product__info-wrapper.grid__item .quantity__input {
    	font-size: 18px;
    }
    .main-product-wrap .product__info-wrapper.grid__item .quantity__button .svg-wrapper {
    	width: 16px;
    }
    .main-product-wrap .price-per-item__container .quantity {
    	width: 170px;
    	min-height: 55px;
    }
    .main-product-wrap .product__info-wrapper.grid__item .product__description p {
    	font-size: 16px;
    	line-height: 21px;
    	margin: 0 0 15px;
    }
    .ind-collpase-row {
    	margin: 25px 0 !important;
    }
    .ind-collpase-list {
    	padding: 15px 0;
    }
    .ind-collpase-header h3 {
    	margin: 0 0 0 15px;
    	font-size: 22px;
    }
    .collection-info-left-list label {
        font-size: 12px;
        min-height: 31px;
        margin: 0 0 15px;
    }
    .collection-info-left-list h2 {
    	font-size: 46px;
    }
    .collection-info-left-list h3 {
    	font-size: 20px;
    	text-align: left;
    }
    .find-d-btn, .get-deliver-wrap {
    	width: 48%;
    }
    .availability-wrap span {
    	font-size: 26px;
    }
    .varient-wrap h3 {
    	min-height: 100px;
    	font-size: 26px;
    }
    .availability-wrap {
    	margin: 0 auto 40px;
    }
    .product-graph-wrapper h2 {
    	margin: 0 0 40px;
    	font-size: 36px;
    }
    .product-graph-wrapper {
    	margin: 0 0 50px;
    }
    .collection-review_left {
    	width: 160px;
        display: block;
    }
    .collection-review-section {
    	padding: 40px 20px 0 0;
    	gap: 0;
    }
    .collection-review_block h2 {
    	font-size: 23px;
    }
    .collection-review-star img {
    	width: 76%;
    }
    .collection-review-star span {
    	font-size: 18px;
    	padding-top: 0;
    }
    .collection-review_content .slick-arrow {
        width: 40px;
        height: 40px;
        bottom: 20px;
    }
    .collection-review_content {
    	padding-bottom: 85px;
    }
    .product-waitlist-content, .main-product-video-content {
    	width: 100%;
    	padding: 0 20px;
    }
    .product-waitlist-content h2, .main-product-video-content h2 {
    	font-size: 46px;
    	margin: 0 0 15px;
    }
    .product-waitlist-content p, .main-product-video-content p {
    	font-size: 16px;
    	margin: 0 0 20px;
    	line-height: 1;
    }
    .product-waitlist-section, .main-product-video-section {
    	height: 460px;
    }
    .main-product-video-content img {
    	width: 80px;
    	margin: 0 auto 20px;
    	display: block;
    }
    .related-products-section .page-width {
    	padding: 0 25px !important;
    }
    .related-products-section .related-products__heading {
    	margin: 0 0 20px;
    	font-size: 40px;
    	text-align: left;
    }
    .related-products-section .product-grid .grid__item .card__inner {
    	height: 380px;
    }
    .related-products-section .grid__item .card__content .card__information {
    	margin: 20px 0;
    }
    .related-products-section .product-grid .grid__item .card__content .card__heading {
    	font-size: 30px;
        text-align: left;
    }
    .related-products-section .product-grid .grid__item .card__content .price span {
    	font-size: 16px;
    }
     .collection-review_right {
    	width: 190px;
    	margin-top: 0;
    }
    
}

@media (max-width:375px) {
    .process-celebration-content {
    	padding: 40px 0 0;
    }
    .story-banner-section {
    	padding: 30px 0 0;
    }
    .story-banner-heading {
    	padding: 40px 0;
    }
    .story-banner-section::after {
    	height: 320px;
    	background-size: cover;
    }
    .look-back-slider .slick-prev.slick-arrow,
    .look-back-slider .slick-next.slick-arrow {
    	width: 40px;
    	height: 40px;
    }
    .owner-quote-section.story-owner-quote-section .owner-quote_right_content h2 {
    	width: 65%;
    }
    .article-recipe-templete .article-template__content.page-width {
    	max-width: 100% !important;
    	padding: 0 20px !important;
    }
    .article-recipe-templete .article-template__content .center-content h2 {
    	font-size: 27px;
    	line-height: 35px;
    	margin: 0 0 15px;
    }
    .article-template__title.article-recipe-title::before {
    	left: -20px;
    }
    .article-template__title.article-recipe-title::after {
    	right: -20px;
    }
    .main-product-wrap .page-width {
    	padding: 0 20px !important;
    }
    .product__media-item.is-active .product-media-container {
      	height: 300px;
    }
    .product-indradients-info_list h3 {
    	font-size: 18px;
    	margin: 0 0 0 6px;
    }
    .main-product-wrap .product__info-wrapper.grid__item .product-form__buttons .product-form__submit {
    	border-radius: 46px;
    	min-height: 55px;
    	font-size: 18px;
    	padding: 0;
    	margin: 0 0 12px;
    }
    .main-product-wrap .product__info-wrapper.grid__item .product-form__buttons .shopify-payment-button__button {
    	border-radius: 46px;
    	min-height: 55px;
    	font-size: 18px;
    }
    .collection-info-left-list label {
    	font-size: 10px;
    	min-height: 27px;
    	margin: 0 0 10px;
    }
    .collection-info-left-list h3 {
    	font-size: 17px;
    	text-align: left;
    }
    .collection-info-left-list h2 {
    	font-size: 40px;
    }
    .find-d-btn .btn {
    	font-size: 14px;
    }
    .get-deliver-wrap .select-delivery {
    	font-size: 14px;
        background-size: 15px;
    }
    .collection-info-select {
    	margin-top: 10px;
    	margin-bottom: 25px;
    }
    .product-graph-wrapper h2 {
    	margin: 0 0 25px;
    	font-size: 32px;
    }
    .collection-accordion-header h2 {
    	font-size: 28px;
    }
    .collection-review_content .slick-arrow {
    	width: 45px;
    	height: 45px;
    }
    .collection-review_content .slick-prev {
    	left: 30px;
    }
    .collection-review_content ..slick-next {
    	right: 40px;
    }
    .unfor-card-col-left {
    	width: 60%;
    }
    .unfor-item-card img {
    	max-height: 33px;
    }
}



@media (max-width:320px) {
    .hero-heading h1 {
        font-size: 28px;
    }
    .hero-heading h1 span:nth-child(4) {
        margin-left: 15px;
        left: 23px;
        font-size: 28px;
    }
    .hero-heading h1 span:nth-child(3) {
        margin-left: 30px;
    }
    .pure-heading h2 {
        font-size: 31px;
    }
    .abv-text-info h4 {
        font-size: 25px;
        line-height: 33px;
        max-width: 109px;
    }
    .celebrate-madein-center h2,
    .smooth-heading h2 {
        font-size: 45px;
        line-height: 42px;
    }
    .spanish-language .hero-heading h1 {
        font-size: 35px;
        line-height: 30px;
    }
    .spanish-language .hero-heading h1 span:nth-child(2) {
        margin-left: 14px;
    }
    .spanish-language .hero-heading h1 span:nth-child(4) {
        margin-left: 25px;
        font-size: 22px;
    }
    .spanish-language .hero-heading h1 span:nth-child(3) {
        margin-left: -15px;
        font-size: 22px;
    }
    .mobile-buy-btn .btn {
        height: 29px;
        font-size: 12px;
        padding: 3px 8px;
    }
    .spanish-language .pure-heading h2 {
        font-size: 29px;
    }
    .spanish-language .smooth-heading h2 {
        font-size: 38px;
        line-height: 40px;
    }
    .process-celebration-content span {
    	font-size: 28px;
    	margin: 0 0 20px;
    }
    .process-celebration-content p {
    	font-size: 22px;
    	line-height: 34px;
    }
    .owner-quote_right_content h2 {
    	font-size: 30px;
    }
    .art-process-heading {
    	font-size: 28px;
    }
    .make-better-heading h2 {
    	font-size: 24px;
    	line-height: 1;
    }
    .make-better-heading h5 {
    	font-size: 28px;
    	margin: 0 0 15px;
    }
    .process-main-section::before {
    	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    }
    .story-banner-img-wrap figure {
    	height: 195px;
    }
    .story-banner-heading h1 {
    	font-size: 38px;
    	margin: 0 0 15px;
    	line-height: 35px;
    }
    .story-banner-heading p {
    	font-size: 22px;
    	line-height: 28px;
    }
    .story-banner-heading {
    	padding: 30px 0;
    	max-width: 235px;
    }
    .story-banner-section::after {
    	height: 260px;
    }
    .story-video-card_left h2, .story-video-full-banner-content h2 {
    	font-size: 40px;
    }
    .story-video-card_left p, .story-video-full-banner-content p {
    	font-size: 16px;
    	line-height: 20px;
    	margin: 0 0 25px;
    	letter-spacing: 0;
    	letter-spacing: 0;
    }
    .story-video-full-banner-section {
    	height: 680px;
    }
    .story-video-full-banner-content {
    	margin-bottom: 40px;
    }
    .story-video-card_left h2 {
    	font-size: 26px;
    	margin: 0 0 30px;
    	max-width: 320px;
    }
    .story-video-card_left {
    	padding: 0 25px;
    }
    .look-back-slider .slick-list.draggable {
    	padding: 0 0 0 70px;
    }
    .look-back-heading {
        padding: 0 0 0 78px;
        margin-bottom: -80px;
        position: relative;
        z-index: 1;
    }
    .look-back-slider .slick-prev.slick-arrow, .look-back-slider .slick-next.slick-arrow {
    	width: 35px;
    	height: 35px;
    }
    .owner-quote-section.story-owner-quote-section .owner-quote_right_content h2 {
    	width: 80%;
    }
    .behind-sprit-video-content {
    	top: auto;
    	transform: translate(-50%, 0);
    	width: 250px;
    	bottom: 40px;
    }
    .behind-sprit-video-content h2 {
    	font-size: 34px;
    	line-height: 1;
    	margin: 0 0 15px;
    }
    .behind-sprit-video-content p {
    	font-size: 16px;
    	margin: 0 0 25px;
    }
    .article-card-wrapper .card__content .card__information .card__heading {
    	font-size: 22px;
    }
    .article-template__title.article-recipe-title {
    	width: 250px;
    }
    .article-template__title.article-recipe-title {
    	font-size: 37px;
    	margin: 0 auto 40px;
    }
    .article-recipe-templete .article-template__content .center-content h2 {
    	font-size: 23px;
    	line-height: 32px;
    	margin: 0 0 15px;
    }
    .main-product-wrap .page-width {
    	padding: 0 15px !important;
    }
    .product-indradients-info p {
    	font-size: 16px;
    }
    .collection-info-row-section {
    	padding: 0 15px;
    }
    .collection-info-left-list label {
    	font-size: 9px;
    }
    .collection-info-left-list h3 {
    	font-size: 14px;
    }
    .collection-accordion-header h2 {
    	font-size: 23px;
    }
    .product-waitlist-content h2, .main-product-video-content h2 {
    	font-size: 38px;
    	margin: 0 0 15px;
    }
    .product-waitlist-content p, .main-product-video-content p {
    	font-size: 14px;
    }
    .product-waitlist-section, .main-product-video-section {
    	height: 340px;
    }
    .main-product-video-content img {
    	width: 55px;
    	margin: 0 auto 10px;
    	display: block;
    }
    .related-products-section {
    	margin: 40px 0 0;
    }
    .related-products-section .related-products__heading {
    	margin: 0 0 20px;
    	font-size: 32px;
    	text-align: left;
    }
   
}
/*  ======== RESPONSIVE CSS END ======== */
