/** Shopify CDN: Minification failed

Line 6245:13 Unexpected "{"
Line 6245:22 Expected ":"
Line 6245:28 Unexpected "{"
Line 6250:9 Unexpected "{"
Line 6250:18 Expected ":"

**/
@font-face {
    font-family: 'Fraunces';
    src: url('/cdn/shop/files/Fraunces-Bold.woff2?v=1775650321') format('woff2'),
        url('/cdn/shop/files/Fraunces-Bold.woff?v=1775650321') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces';
    src: url('/cdn/shop/files/Fraunces-Black.woff2?v=1775650321') format('woff2'),
        url('/cdn/shop/files/Fraunces-Black.woff?v=1775650321') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces';
    src: url('/cdn/shop/files/Fraunces-ExtraBold.woff2?v=1775650321') format('woff2'),
        url('/cdn/shop/files/Fraunces-ExtraBold.woff?v=1775650321') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Fraunces';
    src: url('/cdn/shop/files/Fraunces-ExtraLight.woff2?v=1775650321') format('woff2'),
        url('/cdn/shop/files/Fraunces-ExtraLight.woff?v=1775650321') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Fraunces';
    src: url('/cdn/shop/files/Fraunces-Medium.woff2?v=1775650321') format('woff2'),
        url('/cdn/shop/files/Fraunces-Medium.woff?v=1775650321') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Fraunces';
    src: url('/cdn/shop/files/Fraunces-Light.woff2?v=1775650321') format('woff2'),
        url('/cdn/shop/files/Fraunces-Light.woff?v=1775650321') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Fraunces';
    src: url('/cdn/shop/files/Fraunces-Regular.woff2?v=1775650321') format('woff2'),
        url('/cdn/shop/files/Fraunces-Regular.woff?v=1775650321') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces';
    src: url('/cdn/shop/files/Fraunces-SemiBold.woff2?v=1775650321') format('woff2'),
        url('/cdn/shop/files/Fraunces-SemiBold.woff?v=1775650321') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.logo_section .main_heading_galery h2.title.h1, h2.smi-h2.smi-heading-component__heading, .collection-list .card--media .card__text-spacing .card-information__text,.collection-list .card--media .card__text-spacing .card-information__text, .title-wrapper .title, h2.smi-heading-component__heading, .heading, h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5, .intro_content h3, .card-information__text, span.slideshow__subheading.h3 p, .slideshow__heading, .big_section_highlight span.rich-text__heading, .tengin-food-showcase .tfs__heading {
      font-family: Fraunces !important;
}
.rich_text_cs .rich-text__text.typeset.rte p{
font-size: 15px !important;
}
.collection-list .card--media .card__text-spacing .card-information__text, .card-information__text{
      font-size: 17px !important;
    font-weight: 600 !important;
}
.tengin-food-showcase {
    z-index: 7;
    position: relative;
}


:root {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background);
  --color-heading: var(--color-base-heading);
  --color-border: var(--color-base-border);
}

/* Primary button */

:root {
  --color-button-background: var(--color-base-accent);
  --color-button-border: var(--color-base-accent);
  --color-button-text: var(--color-base-solid-button-labels);
}

/* Secondary button */

.button--secondary {
  --color-button-background: var(--color-background);
  --color-button-border: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
}

/* Tertiary button */

.button--tertiary {
  --color-button-background: var(--color-background);
  --color-button-border: var(--color-border);
  --color-button-text: var(--color-base-outline-button-labels);
}

/* Links */

:root {
  --color-link: var(--color-base-outline-button-labels);
}

/* Badges */

:root {
  --color-badge-background: rgba(var(--color-background), 0.95);
  --color-badge-foreground: rgb(var(--color-foreground));
  --color-badge-border: rgb(var(--color-border));
}

/* Duration */

:root {
  --duration-short: 100ms;
  --duration-default: 250ms;
  --duration-long: 500ms;
  --duration-animate: 1000ms;
  --image-position: center center;
}

/* base */

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }
}

@media screen and (min-width: 990px) {
  .page-width--inner {
    padding: 0 15rem;
  }

  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.page-width--full-width {
  max-width: 100%;
  padding: 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 {
  margin-top: 5rem;
}

.element-margin-small {
  margin-top: 3rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

[data-page-rendering] .shopify-section + .shopify-section {
  content-visibility: auto;
}

.shopify-design-mode[data-page-rendering] .shopify-section + .shopify-section,
.no-js [data-page-rendering] .shopify-section + .shopify-section {
  content-visibility: visible;
}

body {
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  overflow-x: hidden;
}

.background-secondary {
  border-top: 0.1rem solid rgb(var(--color-border));
  padding: 4rem 0 5rem;
}

@media screen and (min-width: 750px) {
  .background-secondary {
    padding: 6rem 0 5rem;
  }
}

.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: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  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;
}

body.overflow-hidden {
  padding-inline-end: var(--scrollbar-width);
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.heading,
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-heading));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 3.6rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 6rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 2.8rem);
}

@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.8rem);
  }
}

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) * 2rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

@media only screen and (min-width: 750px) {
  h4,
  .h4 {
    font-size: calc(var(--font-heading-scale) * 1.6rem);
  }
}

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;
}

[data-heading-capitalize] h1,
[data-heading-capitalize] h2,
[data-heading-capitalize] h3,
[data-heading-capitalize] .h0,
[data-heading-capitalize] .h1,
[data-heading-capitalize] .h2,
[data-heading-capitalize] .h3,
[data-heading-capitalize] .card-information__text,
[data-heading-capitalize] .bundle-products .product-title {
  text-transform: uppercase;
}

[data-heading-capitalize] .article-card__title,
[data-heading-capitalize] .article-template__navigation .h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem - 0.2rem);
  letter-spacing: 0.2em;
}

[data-heading-capitalize] .card-information__text.h4,
[data-heading-capitalize] .bundle-products .product-title {
  font-size: calc(var(--font-heading-scale) * 1.5rem - 0.2rem);
  letter-spacing: 0.2em;
}

@media only screen and (min-width: 750px) {
  [data-heading-capitalize] .article-card__title,
  [data-heading-capitalize] .article-template__navigation .h3 {
    font-size: calc(var(--font-heading-scale) * 2rem - 0.2rem);
  }

  [data-heading-capitalize] .card-information__text.h4,
  [data-heading-capitalize] .bundle-products .product-title {
    font-size: calc(var(--font-heading-scale) * 1.6rem - 0.2rem);
  }
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-inline-start: 0.2rem solid rgb(var(--color-border));
  padding-inline-start: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-inline-start: 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;
  }
}

.typeset0,
.typeset,
.typeset2,
.typeset3 {
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  color: rgb(var(--color-foreground));
}

.typeset0 {
  font-size: 1.3rem;
}

@media screen and (min-width: 750px) {
  .typeset0 {
    font-size: 1.4rem;
  }
}

.typeset {
  font-size: 1.5rem;
}

@media screen and (min-width: 750px) {
  .typeset {
    font-size: 1.6rem;
  }
}

.typeset2 {
  font-size: 1.8rem;
}

@media screen and (min-width: 750px) {
  .typeset2 {
    font-size: 2.2rem;
  }
}

.typeset3 {
  font-size: 2rem;
}

@media screen and (min-width: 750px) {
  .typeset3 {
    font-size: 2.4rem;
  }
}

.typeset .link,
.typeset2 .link,
.typeset3 .link {
  font-size: inherit;
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.75);
}

.caption-with-letter-spacing .link {
  font-size: inherit;
  color: inherit;
}

.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 rgb(var(--color-border));
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgb(var(--color-border));
}

@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;
  }
}

.center {
  text-align: center;
}

.left {
  text-align: start;
}

.right {
  text-align: end;
}

@media screen and (max-width: 749px) {
  .mobile-center {
    text-align: center;
  }
  
  .mobile-left {
    text-align: start;
  }
  
  .mobile-right {
    text-align: end;
  }
}

.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 {
  font-family: inherit;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 0;
  position: relative;
  border: none;
  box-shadow: none;
  text-decoration: none;
  color: rgb(var(--color-link));
  background-color: transparent;
  background-image: linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px), linear-gradient(to top, transparent 0px, transparent 0px);
  background-repeat: no-repeat;
  background-position: right bottom, right bottom;
  background-size: 0% 0.1rem, 100% 0.1rem;
  transition-property: background-size;
  transition-timing-function: ease;
  transition-duration: var(--duration-default);
}

@media screen and (hover: hover) {
  .link:hover {
    background-position: left bottom, left bottom;
    background-size: 100% 0.1rem, 100% 0.1rem;
  }
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--underline {
  background-image: linear-gradient(to top, rgb(var(--color-link)) 0px, rgb(var(--color-link)) 0px), linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px);
}

.link-with-icon {
  background-image: none;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
}

.link-with-icon .label {
  position: relative;
}

@media screen and (hover: hover) {
  .link-with-icon .label {
    background-color: transparent;
    background-image: linear-gradient(to top, rgb(var(--color-link)) 0px, rgb(var(--color-link)) 0px), linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px);
    background-repeat: no-repeat;
    background-position: right bottom, right bottom;
    background-size: 0% 0.1rem, 100% 0.1rem;
    transition: background-size var(--duration-default) ease;
  }

  .link-with-icon:hover .label {
    background-position: left bottom, left bottom;
    background-size: 100% 0.1rem, 100% 0.1rem;
  }
}

.link-with-icon .icon {
  width: 2rem;
  height: 2rem;
  margin-inline-end: 1rem;
}

.circle-divider::after {
  content: '\2022';
  font-weight: 400;
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  content: none;
}

.dash-divider::after {
  content: '\2014';
  font-weight: 400;
  margin: 0 1rem 0 1.2rem;
}

.dash-divider:last-of-type::after {
  content: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgb(var(--color-border));
  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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.placeholder {
  background-color: rgba(var(--color-base-text), 0.04);
  color: rgba(var(--color-base-text), 0.55);
  fill: rgba(var(--color-base-text), 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;
  }
}

/* arrow animation */
@media screen and (hover: hover) {
  .animate-arrow .icon-arrow path {
    transform: translateX(-0.25rem);
    transition: transform var(--duration-default) ease;
  }

  .animate-arrow:hover .icon-arrow path {
    transform: translateX(-0.05rem);
  }
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -0.3rem;
  height: 0.6rem;
  transition: transform var(--duration-default) ease;
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  display: block;
  cursor: default;
  background: none;
}

.disclosure-has-popup > summary::before {
  content: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 101;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  /* outline: 0.2rem solid rgb(var(--color-keyboard-focus));
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-keyboard-focus), 0.5); */
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgb(var(--color-keyboard-focus));
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-keyboard-focus), 0.5);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgb(var(--color-keyboard-focus));
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-keyboard-focus), 0.5);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgb(var(--color-keyboard-focus));
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-keyboard-focus), 0.5);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgb(var(--color-keyboard-focus));
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-keyboard-focus), 0.5);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgb(var(--color-keyboard-focus));
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-keyboard-focus), 0.5);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.title-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.title-wrapper.center {
  justify-content: center;
}

.title-wrapper.right {
  justify-content: flex-end;
}

.title-wrapper .title {
  margin: 0;
}

.title {
  margin: 3rem 0 2rem;
}

.title--primary {
  margin: 4rem 0;
}

@media screen and (min-width: 990px) {
  .title {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper {
    margin-bottom: 3rem;
    align-items: center;
  }
}

.title-wrapper .link {
  font-size: 1.6rem;
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper .link-with-icon {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--font-heading-family);
  font-size: calc(var(--font-heading-scale) * 1.3rem);
  letter-spacing: 0.3rem;
  font-weight: 600;
}

.title-wrapper.right .link-with-icon .icon {
  width: 1.5rem;
}

.title-wrapper--no-margin {
  margin-bottom: 0;
}

.title-wrapper--no-heading {
  display: none;
}

@media screen and (max-width: 989px) {
  .title-wrapper--mobile-link {
    display: flex;
  }
}

[data-heading-center] .title-wrapper:not(.title-wrapper--no-heading) {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

[data-heading-center] .page-title {
  text-align: center;
}

.title .link {
  font-size: inherit;
  line-height: normal;
}

.subtitle {
  font-size: 1.6rem;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  letter-spacing: 0.05rem;
  color: rgba(var(--color-foreground), 0.7);
}

@media screen and (min-width: 750px) {
  .subtitle {
    font-size: 1.8rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-horizontal-spacing);
  --grid-horizontal-spacing: 1rem;
}

@media screen and (min-width: 480px) {
  .grid {
    --grid-horizontal-spacing: 2rem;
  }
}

@media screen and (min-width: 750px) {
  .grid {
    --grid-horizontal-spacing: 3rem;
  }
}

.grid__item {
  padding-bottom: 0.5rem;
  flex-grow: 1;
  flex-shrink: 0;
  width: calc(25% - var(--grid-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid__item {
    padding-bottom: 1rem;
  }

  .grid__item--one-third {
    max-width: 100%;
    width: calc(33.33% - var(--grid-horizontal-spacing) / 2);
  }

  .grid__item--two-third {
    max-width: 100%;
    width: calc(66.67% - var(--grid-horizontal-spacing) / 2);
  }

  .grid__item--one-quarter {
    max-width: 100%;
    width: calc(25% - var(--grid-horizontal-spacing) / 2);
  }

  .grid__item--three-quarter {
    max-width: 100%;
    width: calc(75% - var(--grid-horizontal-spacing) / 2);
  }
}

.grid--gapless {
  margin-bottom: 0;
  --grid-horizontal-spacing: 0rem;
}

.grid--gapless .grid__item {
  padding-bottom: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .grid--1-col-tablet .grid__item {
    max-width: 100%;
  }

  .grid--one-third-max.grid--2-col-tablet .grid__item {
    max-width: calc(50% - var(--grid-horizontal-spacing) / 2);
  }

  .grid--one-third-max.grid--3-col-tablet .grid__item {
    max-width: calc(33.33% - var(--grid-horizontal-spacing) * 2 / 3);
  }
}

@media screen and (min-width: 990px) {
  .grid--one-third-max.grid--3-col-desktop .grid__item {
    max-width: calc(33.33% - var(--grid-horizontal-spacing) * 2 / 3);
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-horizontal-spacing) / 2);
  max-width: 100%;
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-horizontal-spacing) * 2 / 3);
  }

  .grid--3p3-col-tablet .grid__item {
    width: calc(30.3% - var(--grid-horizontal-spacing) * 3 / 3.3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-horizontal-spacing) / 2);
  }

  .grid--2p3-col-tablet .grid__item {
    width: calc(43.48% - var(--grid-horizontal-spacing) 2 / 2.3);
  }

  .grid--1-col-tablet .grid__item {
    width: 100%;
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-horizontal-spacing) * 3 / 4);
  }

  .grid--4p3-col-desktop .grid__item {
    width: calc(23.26% - var(--grid-horizontal-spacing) * 4 / 4.3);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-horizontal-spacing) * 2 / 3);
  }

  .grid--3p3-col-desktop .grid__item {
    width: calc(30.3% - var(--grid-horizontal-spacing) * 3 / 3.3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-horizontal-spacing) / 2);
  }

  .grid--rigid.grid--6-col-desktop .grid__item {
    max-width: calc(16.66% - var(--grid-horizontal-spacing) * 5 / 6);
  }

  .grid--rigid.grid--5-col-desktop .grid__item {
    max-width: calc(20% - var(--grid-horizontal-spacing) * 4 / 5);
  }

  .grid--rigid.grid--4-col-desktop .grid__item {
    max-width: calc(25% - var(--grid-horizontal-spacing) * 3 / 4);
  }

  .grid--rigid.grid--3-col-desktop .grid__item {
    max-width: calc(33.33% - var(--grid-horizontal-spacing) * 2 / 3);
  }

  .grid--rigid.grid--2-col-desktop .grid__item {
    max-width: calc(50% - var(--grid-horizontal-spacing) / 2);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .grid--1-col-mobile .grid__item {
    max-width: 100%;
    width: 100%;
  }
}

.grid__item--vertical-align {
  align-self: center;
}

.grid__item--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

.grid--no-gutters {
  column-gap: 0;
}

.grid--no-gutters .grid__item {
  padding-bottom: 0;
}

/* component-media */

.media-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: rgb(var(--color-placeholder));
}

[data-lazy-image] .media-wrapper.loading,
.media-wrapper[loading] {
  position: relative;
}

[data-lazy-image] .media-wrapper.loading::before,
[data-lazy-image] .media-wrapper.loading::after,
.media-wrapper[loading]::before,
.media-wrapper[loading]::after {
  content: '';
  position: absolute;
  width: 5rem;
  height: 0.2rem;
  left: 50%;
  top: 50%;
  margin-top: -0.1rem;
  margin-left: -2.5rem;
  z-index: 1;
  background-color: rgb(var(--color-base-background));
}

[data-lazy-image] .media-wrapper.loading::before,
.media-wrapper[loading]::before {
  opacity: 1;
  background-color: rgb(var(--color-base-text));
}

[data-lazy-image] .media-wrapper.loading::after,
[data-lazy-image] .media-wrapper--small.loading::after,
.media-wrapper[loading]::after {
  animation: preloading 1.5s infinite ease;
  will-change: transform;
}

[data-lazy-image] .media-wrapper.loading img[is=lazy-image],
.media-wrapper[loading] img[is=lazy-image] {
  opacity: 0;
}

.media-wrapper--large[loading]::before,
.media-wrapper--large[loading]::after {
  width: 8rem;
  height: 0.3rem;
  margin-left: -4rem;
  margin-top: -0.15rem;
}

[data-lazy-image] .media-wrapper--small.loading::before,
[data-lazy-image] .media-wrapper--small.loading::after {
  width: 3rem;
  margin-left: -1.5rem;
}

.media {
  display: block;
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom, .deferred-media__poster-button),
.media model-viewer,
.media > picture *:not(.zoom, .deferred-media__poster-button) {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img,
.media > picture img {
  backface-visibility: hidden;
  object-fit: cover;
  object-position: var(--image-position);
}

.media > img,
.media > picture {
  transition: opacity var(--duration-long) ease;
}

.media--image-contain > img,
.media--image-contain > picture img {
  object-fit: contain;
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--wide {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img,
.media.media--hover-effect > picture + picture {
  opacity: 0;
  pointer-events: none;
  background-color: rgb(var(--color-placeholder));
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

.media .image-fit {
  position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	object-position: var(--image-position);
}

.media--image-contain .image-fit {
	object-fit: contain;
}

.media--adapt {
	position: relative;
	height: 0;
	padding-bottom: var(--image-ratio-percent);
}

.media--adapt .image-fit {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.media--400px {
	height: 260px
}

.media--450px {
	height: 292.5px
}

.media--500px {
	height: 325px
}

.media--550px {
	height: 357.5px
}

.media--600px {
	height: 390px
}

.media--650px {
	height: 422.5px
}

.media--700px {
	height: 455px
}

.media--750px {
	height: 487.5px
}

.media--850px {
	height: 552.5px
}

.media--900px {
	height: 585px
}

.media--100vh {
	height: 100vh
}

@media screen and (min-width: 750px) {
	.media--400px {
		height: 400px
	}

  .media--450px {
		height: 450px
	}

	.media--500px {
		height: 500px
	}

  .media--550px {
		height: 550px
	}

	.media--600px {
		height: 600px
	}

  .media--650px {
		height: 650px
	}

  .media--700px {
		height: 700px
	}

	.media--750px {
		height: 750px
	}

  .media--850px {
		height: 850px
	}

  .media--900px {
		height: 900px
	}
}

@media screen and (max-width: 749px) {
  .media-mobile--200px {
		height: 200px
	}

	.media-mobile--250px {
		height: 250px
	}

	.media-mobile--300px {
		height: 300px
	}

	.media-mobile--400px {
		height: 400px
	}

	.media-mobile--500px {
		height: 500px
	}

  .media-mobile--600px {
		height: 600px
	}

	.media-mobile--100vh {
		height: 90vh
	}

  .media-mobile--square {
    padding-bottom: 100%;
  }
  
  .media-mobile--portrait {
    padding-bottom: 125%;
  }
  
  .media-mobile--landscape {
    padding-bottom: 66.6%;
  }

  .media-mobile--adapt {
    position: relative;
    height: 0;
    padding-bottom: var(--image-ratio-percent);
  }

  .media-mobile--adapt .image-fit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button,
.shopify-challenge__button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-family: inherit;
  padding: 1rem 3rem;
  padding-top: calc(1rem + var(--font-button-baseline));
  text-decoration: none;
  border-radius: var(--button-radius);
  border: var(--button-border-width) solid rgb(var(--color-button-border));
  color: rgb(var(--color-button-text));
  background-color: rgb(var(--color-button-background));
  font-family: var(--font-button-family);
  min-width: 24rem;
  max-width: 100%;
  min-height: 4.6rem;
  text-transform: uppercase;
  font-weight: 600;
  transition-property: color, background-color, box-shadow;
  transition-duration: var(--duration-long);
  transition-timing-function: ease;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
  box-shadow: var(--button-shadow-horizontal-offset) var(--button-shadow-vertical-offset) rgba(var(--color-shadow), var(--shadow-opacity));
}

.shopify-challenge__button {
  border: var(--button-border-width) solid rgb(var(--color-button-border));
}

@media screen and (min-width: 750px) {
  .button,
  .shopify-challenge__button {
    min-height: 5rem;
  }

  .button--large {
    font-size: calc(var(--font-button-size) + 2px);
    padding: 1.5rem 3rem;
    padding-top: calc(1.5rem + var(--font-button-baseline));
    min-height: 6rem;
  }
}

.button[disabled],
.button[aria-disabled=true] {
  pointer-events: none;
}

.button,
.button-label,
.shopify-challenge__button {
  font-size: var(--font-button-size);
  letter-spacing: 0.2em;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: calc(var(--font-button-size) - 1px);
  padding: 0.8rem 1.5rem;
  padding-top: calc(0.8rem + var(--font-button-baseline));
  min-width: 9rem;
  min-height: 4rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  border: none;
  box-shadow: inset 0 0 0 0.1rem rgb(var(--color-button-border));
  transition: box-shadow var(--duration-default) ease;
}

.button--small {
  font-size: max(calc(var(--font-button-size) - 2px), 1.2rem);
  padding: 0.6rem 2rem;
  padding-top: calc(0.6rem + var(--font-button-baseline));
  min-height: 4rem;
  min-width: 18rem;
}

.shopify-challenge__container .shopify-challenge__button {
  min-width: 16rem;
  margin-top: 3rem;
}

/* Button - hover */

@media screen and (hover: hover) {
  .button::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transform: skew(-15deg);
    background-image: linear-gradient(90deg, transparent, rgba(var(--color-button-text), 0.25), transparent);
  }

  .button--secondary::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background-image: none;
    background-color: rgb(var(--color-button-text));
    backface-visibility: hidden;
    will-change: transform;
    transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    transform-origin: 0% 100%;
    transition: transform var(--duration-long) ease;
  }

  .button--tertiary::after {
    content: none;
  }

  .button:hover {
    box-shadow: none;
    background-color: rgba(var(--color-button-background), 0.85);
    transition-delay: var(--duration-default);
  }

  .button:hover::after {
    animation: shine var(--duration-animate) ease;
  }

  .button--secondary:hover {
    color: rgb(var(--color-button-background));
    transition-delay: 0s;
  }

  .button--secondary:hover::after {
    animation: none;
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }

  .button--tertiary:hover {
    color: rgb(var(--color-button-text));
    box-shadow: inset 0 0 0 0.2rem rgb(var(--color-button-border));
    transition-delay: 0s;
  }

  @keyframes shine {
    to {
      left: 100%;
    }
  }
}

/* Button - other */

.button:disabled,
.button[aria-disabled=true],
.button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
}

.button.loading::after {
  content: '';
  display: block;
  animation: loading var(--duration-long) infinite linear;
  border: 0.2rem solid transparent;
  border-inline-start: 0.2rem solid rgb(var(--color-button-text));
  border-radius: 100%;
  height: 2.4rem;
  width: 2.4rem;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1.2rem;
  margin-left: -1.2rem;
  right: auto;
  bottom: auto;
  background: none;
  transform: none;
  transform-origin: unset;
}

.button--small.loading:before {
  width: 2rem;
  height: 2rem;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.button--cta {
  min-height: 4.5rem;
  background: none;
  box-shadow: none;
  min-width: auto;
  max-width: 100%;
  padding: 0;
  border: none;
  justify-content: space-between;
  text-transform: none;
  color: rgb(var(--color-link));
}

.button--cta.button--small {
  min-height: 2.7rem;
  min-width: auto;
}

.button--cta.button--small .label {
  padding-inline-end: 1rem;
  font-size: 1rem;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 750px) {
  .button--cta {
    min-width: 22.5rem;
  }

  .button--cta.button--large .label {
    font-size: 1.8rem;
  }
}

@media screen and (hover: hover) {
  .button--cta:hover {
    color: rgb(var(--color-link));
    background-color: transparent;
  }
}

.button--cta::before,
.button--cta::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  transform: none;
  border: none;
  background-image: none;
  background-color: rgb(var(--color-border));
  transition: transform var(--duration-default) ease;
}

.button--cta::before {
  transform: scaleX(0);
  transform-origin: left;
  transition-delay: 0s;
}

.button--cta::after {
  transform-origin: right;
  transition-delay: 0.25s;
}

@media screen and (hover: hover) {
  .button--cta:hover::before {
    transform: scaleX(1);
    transition-delay: 0.25s;
  }

  .button--cta:hover::after {
    transform: scaleX(0);
    transition-delay: 0s;
  }
}

.button--cta .label {
  padding-inline-end: 2rem;
  font-size: 1.6rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.04rem;
  text-align: start;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  transition: transform var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .button--cta:hover .label {
    transform: translateX(0.5rem);
  }
}

.button--cta .icon {
  fill: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}

.button--cta.loading {
  color: rgb(var(--color-link));
}

.button--cta.loading::before {
  content: none;
}

.button--cta.loading::after {
  background-color: transparent;
  border-width: 0.1rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  margin-left: 0;
  left: auto;
  right: 0;
}

.button--cta.loading .icon {
  color: transparent;
}

.button--arrow {
  box-shadow: none;
  min-height: auto;
  min-width: auto;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: rgb(var(--color-foreground));
  width: 100%;
  box-shadow: inset 0 0 0 0.1rem rgb(var(--color-border));
  height: 4.2rem;
  box-sizing: border-box;
  transition: box-shadow var(--duration-default) ease;
}

@media screen and (min-width: 750px) {
  .field__input,
  .select__select,
  .customer .field input,
  .customer select {
    min-height: 4.5rem;
  }
}

.select__select {
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.select__select option {
  color: initial;
}

@media screen and (hover: hover) {
  .field__input:hover,
  .select__select:hover,
  .customer .field input:hover,
  .customer select:hover {
    box-shadow: inset 0 0 0 0.2rem rgb(var(--color-border));
  }
}

.field__input.invalid,
.select__select.invalid,
.customer .field input.invalid,
.customer select.invalid {
  box-shadow: inset 0 0 0 0.1rem var(--color-critical);
}

@media screen and (hover: hover) {
  .field__input.invalid:hover,
  .select__select.invalid:hover,
  .customer .field input.invalid:hover,
  .customer select.invalid:hover {
    box-shadow: inset 0 0 0 0.2rem var(--color-critical);
  }
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 0.2rem rgb(var(--color-border));
}

.text-area,
.select {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.35rem);
  right: 1.5rem;
}

.select__select,
.customer select {
  cursor: pointer;
  padding: 0;
  padding-inline-start: 1.5rem;
  padding-inline-end: 4rem;;
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
}

.customer .field {
  display: block;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: start;
  padding: 1.5rem;
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  color: rgb(var(--color-foreground));
  opacity: 0.7;
  transition: opacity var(--duration-default) ease;
}

.field__input:focus::placeholder,
.customer .field input:focus::placeholder {
  opacity: 0.4;
}

.field__input:-webkit-autofill,
.customer .field input:-webkit-autofill {
  background-clip: text;
  -webkit-background-clip: text;
}

.field__input::-webkit-search-decoration,
.customer .field input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.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;
}

@media screen and (hover: hover) {
  .field__button:hover {
    color: currentColor;
  }
}

.field__button::before {
  content: none;
}

.field__button > .icon {
  height: 2.5rem;
  width: 2.5rem;
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
}

.text-area--resize-vertical {
  resize: vertical;
}

input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin-inline-end: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  font-family: var(--font-body-family);
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--color-success);
}

.form__message.errors {
  color: var(--color-critical);
}

.form__message.errors .rte a {
  color: inherit;
}

.form__message.errors + .errors {
  margin-top: 1rem;
}

.form__message.errors + .errors ul {
  margin-top: 0;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: start;
}

.form__message .icon,
.customer .form__message .icon {
  align-self: flex-start;
  height: 1.6rem;
  width: 1.6rem;
  margin-inline-end: 0.5rem;
}

.customer .field .form__message .icon {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status .icon {
  width: 1.8rem;
  height: 1.8rem;
}

.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 {
  position: relative;
  width: 12rem;
  display: flex;
  align-items: center;
  --color-keyboard-focus: var(--color-border);
}

.form__label + .quantity {
  width: 14rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-border));
}

.no-js .quantity {
  height: 4rem;
  width: 10rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-border));
}

.quantity__input {
  font-family: inherit;
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  height: 3.6rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.form__label + .quantity .quantity__input {
  height: 4.5rem;
}

.quantity__button {
  padding: 0;
  position: relative;
  flex: 0 0 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.06);
  transition: color var(--duration-default) ease;
}

.form__label + .quantity .quantity__button {
  flex: 0 0 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
}

.form__label + .quantity .quantity__button:first-child {
  margin-inline-start: 1rem;
}

.form__label + .quantity .quantity__button:last-child {
  margin-inline-end: 1rem;
}

.quantity__button::after {
  content: '';
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(0);
  background-color: rgb(var(--color-foreground));
  transition: transform var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .quantity__button:hover {
    color: rgb(var(--color-background));
  }
  
  .quantity__button:hover::after {
    transform: scale(1);
  }
}

.quantity__button .icon {
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type=number] {
  -moz-appearance: textfield;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 101;
  height: 3.4rem;
  width: 4.4rem;
  right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .no-js details[open] .modal__toggle {
    height: 4.4rem;
    right: calc(100% / 2 - 30rem);
  }
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] .modal__toggle span {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgb(var(--color-background));
}

.no-js details[open] .modal__toggle .icon-close {
  display: flex;
  width: 1.2rem;
  height: 1.2rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button {
  visibility: hidden;
}

.modal__close-button {
  padding: 1.2rem;
  height: 4.4rem;
  width: 4.4rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  color: rgb(var(--color-link));
}

.modal__close-button .icon {
  width: 2rem;
  height: 2rem;
  transition: transform var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .modal__close-button:hover .icon {
    transform: scale(0.8) rotate(90deg);
  }
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(var(--color-background));
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-js details[open] .modal__content {
  overflow: visible;
}

.no-js details[open] .modal-overlay {
  display: block;
  animation: fade-in var(--duration-long) ease;
}

.no-js details[open] .modal-overlay::after {
  content: '';
  position: absolute;
  background-color: rgba(var(--color-overlay), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-base-accent));
  color: rgb(var(--color-base-solid-button-labels));
  font-family: var(--font-button-family);
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  top: 0;
  right: 0.5rem;
  line-height: 1;
  transition-property: opacity, transform, color, background-color;
  transition-duration: var(--duration-default);
  transition-timing-function: ease;
}

@media screen and (min-width: 750px) {
  .cart-count-bubble {
    top: 0.6rem;
  }
}

.cart-count-bubble--dot {
  top: 1.2rem;
  right: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: rgb(var(--color-header-foreground));
}

/* section-header */
.shopify-section-header.animate {
  transition: transform var(--duration-default) ease;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  z-index: 20;
  transition: box-shadow var(--duration-default) ease;
}

.header-wrapper--border-bottom {
  box-shadow: 0 0.1rem 0 rgba(var(--color-header-border), 0.3);
}

.header {
  display: grid;
  grid-template-areas: 'left-icon heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .header--top-left {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 2rem;
  }

  .header--top-center {
    grid-template-areas:
      'left-icon heading icons'
      'navigation navigation navigation';
  }

  .header--center-split {
    grid-template-areas: 'left-icon navigation heading navigation-split icons';
    grid-template-columns: auto 1fr auto 1fr auto;
    column-gap: 2rem;
  }

  .header--center-split .header__heading {
    margin: 0 1rem;
  }

  .header--off-canvas {
    grid-template-areas: 'left-icon heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--off-canvas header-drawer {
    display: block;
  }

  .header--off-canvas .header__inline-menu {
    display: none;
  }

  .header--off-canvas .header__heading,
  .header--off-canvas .header__heading-link {
    grid-area: heading;
    justify-self: center;
  }

  .header--middle-left .header__inline-menu {
    min-width: 45rem;
  }

  .header:not(.header--middle-left):not(.header--center-split) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header-wrapper > .header::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-header-background);
  background-color: rgb(var(--color-header-background));
}

@media screen and (min-width: 750px) {
  .header-wrapper > .header::before {
    transition: height var(--duration-default) ease;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: block;
  position: relative;
  word-break: break-word;
  text-decoration: none;
}

.header__heading-link::before,
.header__heading-link::after {
  content: none;
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgb(var(--color-header-foreground));
  transition: color var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .header__heading-link:hover .h2 {
    color: rgb(var(--color-header-foreground), 0.7);
  }
}

.header__heading-logo {
  width: auto;
  height: auto;
  max-height: var(--image-logo-height);
}

@media screen and (min-width: 750px) {
  .header__heading-logo {
    transition: opacity var(--duration-default) ease;
  }
}

.header__heading-logo.inverse {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: center;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading,
  .header--center-split .header__heading-link,
  .header--center-split .header__heading {
    justify-self: center;
  }
}

/* Header icons */
.header__right {
  display: flex;
  grid-area: icons;
  justify-self: end;
  margin-inline-end: -1.5rem;
}

.header__icon:not(.header__icon--summary),
.header__icon span:not(.cart-count-bubble) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon span:not(.cart-count-bubble) {
  height: 100%;
}

.header__icon {
  color: rgb(var(--color-header-foreground));
  height: 3.4rem;
  width: 4.2rem;
}

@media screen and (hover: hover) {
  .header__icon:hover {
    color: rgba(var(--color-header-foreground), 0.7);
  }
}

@media screen and (min-width: 750px) {
  .header__icon {
    height: 4.4rem;
    transition: color var(--duration-default) ease;
  }
}

.header__icon::after {
  content: none;
}

.header__icon .icon {
  stroke-width: var(--icon-weight);
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
  transition: transform var(--duration-default) ease;
  will-change: transform;
}

.header__icon .icon,
#icon-close,
#icon-search,
#icon-cart {
  overflow: visible;
}

@media screen and (hover: hover) {
  .header__icon:hover .icon {
    transform: scale(1.07);
  }
}

.header__icon--cart {
  position: relative;
}

.no-js .cart-drawer-container {
  display: none;
}

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__right .header__icon--account {
    display: none;
  }
}

/* Search */
.header__left {
  display: flex;
  grid-area: left-icon;
  margin-inline-start: -1.5rem;
}

.header__left header-menu-toggle,
.header__left--localization search-modal,
.header__left--localization > localization-form,
.header--top-center .header__left search-modal,
.header--center-split .header__left search-modal {
  display: none;
}

search-modal {
  display: inline-flex;
  line-height: 0;
}

.header--top-center .header__right search-modal,
.header--center-split .header__right search-modal,
.header--top-center .header__left--localization ~ .header__right search-modal,
.header--center-split .header__left--localization ~ .header__right search-modal {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header__left--localization > localization-form,
  .header--top-center .header__left search-modal,
  .header--center-split .header__left search-modal {
    display: block;
  }

  .header--top-center .header__right search-modal,
  .header--center-split .header__right search-modal {
    display: none;
  }
}

.details-modal {
  overflow: hidden;
  height: 0;
}

/* Header localization */
.header .localization-selector {
  width: auto;
  padding: 0;
  height: 3.4rem;
  color: rgb(var(--color-header-foreground));
  background-color: transparent;
  border: none;
}

@media screen and (min-width: 750px) {
  .header .localization-selector {
    height: 4.4rem;
  }
}

.header .localization-selector .icon + .label {
  margin-inline-start: 0.8rem;
}

.header .localization-selector .label {
  font-family: var(--font-navigation-family);
  font-size: calc(var(--font-navigation-size) - 0.2rem);
  font-weight: var(--font-navigation-weight);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.header .menu-drawer .localization-selector {
  color: rgb(var(--color-link));
}

.header__left > localization-form .localization-selector + .disclosure__list,
.header__right > localization-form .localization-selector + .disclosure__list {
  animation-name: animateHeaderLocalization;
  top: calc(100% + 1rem);
  bottom: auto;
  border: none;
  box-shadow: 0 1rem 2rem rgba(var(--color-header-foreground), 0.08);
  --color-background: var(--color-header-background);
  --color-link: var(--color-header-foreground);
}

@keyframes animateHeaderLocalization {
  0% {
    opacity: 0;
    transform: translate(-50%, -1rem);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.header__right .localization-form {
  display: none;
}

@media screen and (min-width: 990px) {
  .header__right .localization-form {
    display: block;
  }
}

/* Header cart drawer */
summary .header__icon--summary::after,
drawer-close-button.header__icon--summary::after,
drawer-close-button.header__icon--menu::after {
  content: '';
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  transform: scale(0);
  background-color: rgba(var(--color-foreground), 0.08);
  transition: transform var(--duration-default) ease;
}

details[open].menu-opening > summary .header__icon--summary::after {
  transform: scale(1);
}

drawer-close-button.header__icon--summary,
drawer-close-button.header__icon--menu {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

drawer-close-button.header__icon--menu {
  right: auto;
  left: 1rem;
}

drawer-close-button.header__icon--summary .icon-close,
drawer-close-button.header__icon--menu .icon-close {
  height: 1.4rem;
  width: 1.4rem;
  stroke-width: calc(var(--icon-weight) - 0.1px);
  color: rgb(var(--color-link));
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: var(--duration-default);
  stroke-width: calc(calc(var(--icon-weight) * 2) - 0.4px);
}

.header__icon--menu .icon-close {
  height: 1.4rem;
  width: 1.4rem;
  stroke-width: calc(var(--icon-weight) - 0.1px);
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

details[open].menu-opening > .header__icon--menu span {
  color: rgb(var(--color-header-foreground));
  transition: color var(--duration-default) ease;
}

.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);
}

/* Header menu */
.header__inline-menu {
  margin-inline-start: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header__inline-menu-split {
  grid-area: navigation-split;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link,
.header--center-split .header__inline-menu,
.header--center-split .header__heading-link {
  margin-inline-start: 0;
}

@media screen and (min-width: 1024px) {
  .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--center-split .header__inline-menu:not(.header__inline-menu-split) {
    text-align: end;
  }

  .header--center-split .header__inline-menu .list-menu {
    justify-content: center;
    column-gap: 0;
  }

  .header--middle-left .header__inline-menu {
    margin-inline-start: 0;
    text-align: end;
  }
}

@media screen and (min-width: 1200px) {
  .header--center-split .header__inline-menu .list-menu {
    column-gap: 1.5rem;
  }

  .header--middle-left .header__right {
    margin-inline-start: 8rem;
  }
}

.header__menu {
  padding: 0 1rem;
}

[data-animate-image] .header__menu-item > use-animate {
  transition: none;
}

.header__menu-item {
  font-family: var(--font-navigation-family);
  font-size: var(--font-navigation-size);
  font-weight: var(--font-navigation-weight);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  letter-spacing: 0.2em;
  padding: 1.2rem 2.5rem;
  color: rgb(var(--color-header-foreground));
  transition: color var(--duration-default) ease;
}

.header-wrapper--uppercase .header__menu-item {
  text-transform: uppercase;
}

@media screen and (hover: hover) {
  .header__menu-item:hover {
    color: rgba(var(--color-header-foreground), 0.7);
  }
}

.header__menu-item--top .label {
  --color-border: var(--color-header-border);
}

@media screen and (hover: hover) {
  .header__menu-item .label {
    background-color: transparent;
    background-image: linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px), linear-gradient(to top, transparent 0px, transparent 0px);
    background-repeat: no-repeat;
    background-position: right bottom, right bottom;
    background-size: 0% 0.1rem, 100% 0.1rem;
    transition-property: background-size;
    transition-timing-function: ease;
    transition-duration: var(--duration-default);
  }

  details[open].menu-opening > .header__menu-item .label,
  .no-js details[open] > .header__menu-item .label,
  .header__menu-item:hover .label {
    background-position: left bottom, left bottom;
    background-size: none;
     border-bottom: 1px dashed;
  }
}
.header__menu-item:hover .label {

        border-bottom: 1px dashed;
    }

.header__active-menu-item .label,
.list-menu__item--active .label {
  background-position: left bottom, left bottom;
  background-size: 100% 0.1rem, 100% 0.1rem;
}

.header__menu-item .icon-caret {
  position: static;
  height: .6rem;
  width: auto;
  display: none;
  transition: transform var(--duration-default) ease;
}

.header__submenu .icon-caret {
  margin-inline-start: 1.2rem;
  margin-top: 0.3rem;
  display: block;
}

.header__submenu details[open] > summary .icon-caret {
  transform: scaleY(-1);
}

@keyframes animateMenuOpen {
  0% {
    height: 0;
  }

  100% {
    height: 27rem;
  }
}

@keyframes animateOverlayOpen {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Sections */
.section--divider {
  border-top: 0.1rem solid rgb(var(--color-base-border));
}

.section--padding,
.header-section--padding {
  padding-top: calc(var(--section-padding-top) * 0.75);
  padding-bottom: calc(var(--section-padding-bottom)  * 0.75);
}

.spacing-section {
  display: block;
  min-height: var(--spacing-section-mobile);
}

@media screen and (min-width: 750px) {
  .section--padding {
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom);
  }

  .spacing-section {
    min-height: var(--spacing-section-desktop);
  }
}

@media screen and (min-width: 990px) {
  .header-section--padding {
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom);
  }
}

.transition-body {
  position: relative;
  /* overflow: hidden; */
}

.transition-body::after {
  content: '';
  display: block;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: url(cross.svg),url(cross.png),zoom-out;
  pointer-events: none;
  transition: opacity var(--duration-long) ease;
  background-color: rgba(var(--color-overlay), 0.5);
}

#MainContent,
.shopify-section-footer {
  transition: transform var(--duration-long) ease;
}

.badge {
  border: 0.1rem solid transparent;
  display: inline-block;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-align: center;
  word-break: break-word;
  width: max-content;
  background-color: var(--color-badge-background);
  border-color: var(--color-badge-border);
  color: var(--color-badge-foreground);
  font-family: var(--font-button-family);
  padding-top: calc(0.5rem + var(--font-button-baseline));
  border-radius: min(var(--button-radius), 0.2rem);
}

@media screen and (max-width: 480px) {
  .badge {
    font-size: 0.9rem;
    padding: 0.3rem 0.5rem;
    padding-top: calc(0.3rem + calc(var(--font-button-baseline) * 0.65));
  }
}

.badge:empty {
  display: none;
}

.badge--onsale {
  color: rgb(var(--color-background));
  background-color: var(--color-sale-badge-background);
  border-color:var(--color-sale-badge-background);
}

.icon-plus-alt {
  position: relative;
}

.icon-plus-alt::before,
.icon-plus-alt::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
}

.icon-plus-alt::before {
  width: 100%;
  height: 0.1rem;
}

.icon-plus-alt::after {
  width: 0.1rem;
  height: 100%;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }
}

quick-view-drawer {
  display: none;
}

/* Animate */

use-animate {
  display: block;
}

[data-animate-image] use-animate {
  transition-duration: var(--duration-long);
  transition-timing-function: ease;
}

[data-animate-image] use-animate[data-animate^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-animate-image] use-animate[data-animate^=fade][animate],
.no-js [data-animate-image] use-animate[data-animate^=fade] {
  opacity: 1;
  transform: translateZ(0);
}

[data-animate-image] use-animate[data-animate=fade-up] {
  transform: translate3d(0, 5rem, 0);
}

[data-animate-image] use-animate[data-animate^=zoom-fade] .image-animate {
  opacity: 0;
}
[data-animate-image] use-animate[data-animate=zoom-fade][animate]:not(.loading) .image-animate {
  animation: zoom-fade var(--duration-animate) ease forwards;
}
[data-animate-image] use-animate[data-animate=zoom-fade-small][animate]:not(.loading) .image-animate {
  animation: zoom-fade-small var(--duration-animate) ease forwards;
}
.no-js [data-animate-image] use-animate .image-animate {
  opacity: 1;
}

@keyframes zoom-fade {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoom-fade-small {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes appear-up {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fade-out {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes preloading {
  0%, 44%, 88.1%, 100% {
		transform-origin: left;
	}
	
	0%, 100%, 88% {
		transform: scaleX(0);
	}
	
	44.1%, 88% {
		transform-origin: right;
	}
	
	33%, 44% {
		transform: scaleX(1);
	}
}

.modal-scrollbar-measure {
  display: block;
  position: absolute;
  top: -100rem;
  width: 5rem;
  height: 5rem;
  overflow: scroll;
}

.breadcrumb {
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}

.breadcrumb--divider {
  border-bottom: 0.1rem solid rgb(var(--color-border));
  padding-bottom: 0.6rem;
}

.breadcrumb .link {
  font-size: inherit;
}

.shopify-policy__container {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .shopify-policy__container {
    margin-bottom: 7rem;
  }
}

/* Flickity v3.0.0 */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

.flickity-button {
  position: absolute;
  background-color: rgb(var(--color-background));
  border: none;
  color: rgb(var(--color-foreground));
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
}

.flickity-page-dots {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  padding: 0 1rem;
  background-color: rgb(var(--color-background));
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
  animation: fade-in var(--duration-default) ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  width: 3rem;
  height: 4rem;
  opacity: 0.4;
  cursor: pointer;
  transition: transform var(--duration-default) ease;
  font-size: 0;
}

.flickity-page-dot.is-selected {
  opacity: 1;
}

.flickity-page-dot::after {
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgb(var(--color-foreground));
  transition: transform var(--duration-default) ease;
}

.flickity-page-dot.is-selected::after {
  transform: scale(1.5);
}

/* Ambient animation */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > svg {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% { transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2); }
    100% { transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2); }
  }
}

/* Highlight text */

span[data-highlight=marker] {
  background-color: unset;
}

[animate] span[data-highlight=marker] {
  animation: 1s hlMarker 0.5s 1 normal forwards;
  animation-timing-function:cubic-bezier(0.86, 0, 0.07, 1);
  background: linear-gradient(90deg,rgb(var(--color-highlight)),rgba(var(--color-highlight),0) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  padding: 0.15rem;
}

@keyframes hlMarker {
  to {
    background-position: 0 0;
  }
}

span[data-highlight] {
  position: relative;
}

span[data-highlight=circle] {
  padding: 0 1rem 0;
}

span[data-highlight] mark,
span[data-highlight] mark {
  background-color: transparent;
  width: 100%;
  position: absolute;
}

span[data-highlight=circle] mark {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-43%);
}

span[data-highlight=underline] mark {
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

span[data-highlight] mark svg {
  fill: none;
  color: rgb(var(--color-highlight));
  transition: stroke-dashoffset 0s 0.2s;
}

span[data-highlight=circle] mark svg {
  stroke-width: 2px;
  stroke-miterlimit: 10;
  stroke-dasharray: 338;
  stroke-dashoffset: 338;
  stroke-linecap: round;
}

[animate] span[data-highlight=circle] mark svg {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.5s cubic-bezier(.645,.045,.355,1);
}

span[data-highlight=underline] mark svg path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0;
}

[animate] span[data-highlight=underline] mark svg path {
  opacity: 1;
  animation: hlUnderline 1.3s cubic-bezier(.65,0,.35,1) forwards;
}

@keyframes hlUnderline {
  0% {
    stroke-dashoffset: 1;
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

[is=scroll-snap-slider]:not(.-show-scroll-bar) {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

[is=scroll-snap-slider]:not(.-show-scroll-bar)::-webkit-scrollbar {
  display: none !important;
}
/* Product info notice box (metafield) */
.vd-product-info-box {
  --vd-accent: #d4472a; /* adjust if your theme red is slightly different */
  margin-top: 10px;
  margin-bottom: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(70, 40, 30, 0.14);
  border-left: 4px solid var(--vd-accent);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 1px 0 rgba(70, 40, 30, 0.03);
  color: inherit;
}

/* Keep typography consistent */
.vd-product-info-box__content {
  font-size: 15px;
  line-height: 1.55;
  color: inherit;
}

/* Remove weird extra spacing from Shopify rich text output */
.vd-product-info-box__content .metafield-rich_text_field,
.vd-product-info-box__content .metafield-rich_text_field > * {
  margin: 0;
}

.vd-product-info-box__content p {
  margin: 0;
}

.vd-product-info-box__content p + p {
  margin-top: 8px;
}

/* Make all inline text inherit same typography */
.vd-product-info-box__content,
.vd-product-info-box__content * {
  font-size: inherit;
  line-height: inherit;
}

/* Links should look premium and same size */
.vd-product-info-box__content a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-size: inherit !important;
  line-height: inherit;
}

/* Highlight bold text in theme-like red */
.vd-product-info-box__content strong,
.vd-product-info-box__content b {
  color: var(--vd-accent);
  font-weight: 700;
}

/* If bold is inside a link, keep it readable */
.vd-product-info-box__content a strong,
.vd-product-info-box__content a b {
  color: var(--vd-accent);
}
.tengin-food-showcase .tfs__heading{
      font-size: clamp(var(--tfs-heading-size-mobile), 7vw, var(--tfs-heading-size-desktop)) !important;
      line-height: 0.88 !important;
    letter-spacing: -0.03em !important;
        color: var(--tfs-heading-color) !important;

}
.rich_text_cs .rich-text__blocks>:first-child:is(.rich-text__heading){
  font-size: calc(var(--font-heading-scale) * 6rem) !important;
}
.rich_text_cs .rich-text__text.typeset.rte {
    max-width: 331px;
}
.rich_text_cs .rich-text__blocks{
  justify-content: space-between;
      position: relative;
}
.bg_full_width.page-width {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}
.copyright__content {
    text-align: center;
}
.announcement-link {

    color: rgb(var(--color-foreground)) !important;
}
.rich_text_cs .rich-text__text.typeset.rte p strong{
      font-size: 24.5px !important;
}
.logo_section .main_heading_galery h2.title.h1 {
        width: 13%;
    line-height: .88 !important;
    letter-spacing: -.03em !important;
    font-size: 30px !important;
    margin: -36px;
    rotate: -90deg;
    background-color: #51180B;
    padding: 38px 0;
    text-align: center;
    color: #fff !important;
    margin-top: -5px;
}
.rich_text_cs .rich-text__subheading{
rotate: -10deg;
    width: 125px;
    position: absolute;
    top: -52px;
    line-height: 28.5px;
    font-family: cursive !important;
    right: 53%;
    text-transform: none;
    font-size: 26px !important;
}
.tfs__badge{
    width: 40px;
    height: 40px;
}

.multi_cs .multicolumn .page-width {
  max-width: 1200px; 
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.multi_cs .multicolumn-list {
  justify-content: space-between;
}
.multi_cs .multicolumn-card {
  text-align: center;
}
.multi_cs .multicolumn-list__item {
  display: flex;
  justify-content: center;
}

/*  */
.customm_size p.rich-text__subheading.h3 {
    font-size: 40px !important;
    margin: 0px;
}
.multi_cs .multicolumn-card__info {
    text-align: left;
}
.multi_cs .rte.typeset {
    margin: 0px;
}
.multi_cs p.multicolumn-card__title.h3 {
    font-weight: bold !important;
}

.grid__item.slider__slide {
    padding: 10px;
    background: transparent;
    border-radius: 0px;
    padding-bottom: 10px;
}
.shopify-section h2, #sp-carousel-template--17143536287904__sp_card_grid_Xdbjzi DIV.sp-col DIV.sp-content DIV H3 STRONG, #shopify-section-template--17143536287904__tab_collage_bfJmQz DIV.section--padding DIV.page-width TAB-COLLAGE.tab-collage.grid.grid--gapless.grid--1-col.grid--2-col-tablet DIV.grid__item.tab-collage__left.top UL.tab-collage__content.left.mobile-left.page-width LI.tab-collage__item P.tab-collage__heading.is-active.h2, #shopify-section-template--17143536287904__tab_collage_bfJmQz DIV.section--padding DIV.page-width TAB-COLLAGE.tab-collage.grid.grid--gapless.grid--1-col.grid--2-col-tablet DIV.grid__item.tab-collage__left.top UL.tab-collage__content.left.mobile-left.page-width LI.tab-collage__item P.tab-collage__heading.h2, #shopify-section-template--17143640031392__tab_collage_Q8gdLG DIV.section--padding DIV.page-width TAB-COLLAGE.tab-collage.grid.grid--gapless.grid--1-col.grid--2-col-tablet DIV.grid__item.tab-collage__left.middle UL.tab-collage__content.left.mobile-left.page-width LI.tab-collage__item P.tab-collage__heading.is-active.h2, #shopify-section-template--17143640031392__tab_collage_Q8gdLG DIV.section--padding DIV.page-width TAB-COLLAGE.tab-collage.grid.grid--gapless.grid--1-col.grid--2-col-tablet DIV.grid__item.tab-collage__left.middle UL.tab-collage__content.left.mobile-left.page-width LI.tab-collage__item P.tab-collage__heading.h2{

    
    font-style: var(--font-heading-style) !important;
    font-weight: var(--font-heading-weight) !important;
    letter-spacing: calc(var(--font-heading-scale) * .06rem) !important;
    color: rgb(var(--color-heading)) !important;
    line-height: calc(1 + .3 / max(1, var(--font-heading-scale))) !important;
    font-size: calc(var(--font-heading-scale) * 4rem) !important;
}
.template-index .AirReviews-Widget .AirReviews-StarRatingWrapper{
      width: 100%;
    justify-content: center;
}
.template-index .header-wrapper>.header:before{
    border-radius: 0px;
}
.template-page .card--product+.card-information, .card--page+.card-information {
    text-align: left;
}
.template-page .card--product+.card-information, .card--page+.card-information, .template-page .card--product+.card-information .price, .card--product+.card-information .card-information__top {
    justify-content: left;
}
.featured_overlay.section--padding{
/* margin-top: -120px; */
    position: relative;
    z-index: 1;
}
.rich-text.section--padding.rich-text--colored.big_section_highlight {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}

.big_section_highlight .rich-text__blocks.center .rich-text__text p {
    font-size: 20px !important;
}
.tfs__content{
  position: relative;
}
.image-with-text__heading, .banner__heading{
  position: relative;
}
.mega-menu__promos {
  display: flex;
  gap: 20px;
  flex: 1 1 100%;
}
.list-menu-dropdown .header__menu-item{
  font-size: 15px !important;
}
.mega-menu__item-link .header__menu-item{
  font-size: 13px !important;
}
.logo_section .main_heading_galery h2.title.h1 {
        width: 13%;
    line-height: .88 !important;
    letter-spacing: -.03em !important;
    font-size: 28px !important;
    margin: -36px;
    rotate: -90deg;
    background-color: #51180B;
    padding: 38px 0;
    text-align: center;
    color: #fff !important;
    margin-top: -5px;
}
.logo_section .title-wrapper.center {
    display: none;
}
.logo_section .custom-slider {
    width: 91%;
    margin-top: 27px;
}
.logo_section .main_heading_galery {
   display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px !important;
    margin: 0 auto;
}

.mega-menu__promo {
  flex: 1 1 20%;
}
.banner__heading:after{
content: '';
    position: absolute;
    left: 0;
    width: 275px;
    height: 20px;
    background: #EFB44C;
    border-radius: 10px;
    top: unset;
    background: url(/cdn/shop/t/12/assets/white_line.svg) no-repeat center;
    background-size: contain;
    opacity: 1;
    bottom: -10px;
     /* hidden initially */
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
}
/* visible */
.banner__heading.active::after {
  clip-path: inset(0 0 0 0);
}
.image-with-text__heading:after {
  content: '';
    position: absolute;
    left: 0;
    width: 240px;
    height: 20px;
    background: #EFB44C;
    border-radius: 10px;
    top: unset;
    background: url(/cdn/shop/t/12/assets/download.svg) no-repeat center;
    background-size: contain;
    opacity: 1;
        bottom: 0px;
       /* hidden initially */
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
}
/* visible */
.image-with-text__heading.active::after {
  clip-path: inset(0 0 0 0);
}
.rich_text_cs h1.rich-text__heading.h0.active {
    line-height: 1 !important;
}
h2.tfs__heading:after {
    content: '';
    position: absolute;
    left: 0;
    width: 300px;
    height: 20px;
    background: #EFB44C;
    border-radius: 10px;
    top: unset;
    background: url(/cdn/shop/t/12/assets/download.svg) no-repeat center;
    background-size: contain;
    opacity: 1;
      /* hidden initially */
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
}
/* visible */
h2.tfs__heading.active::after {
  clip-path: inset(0 0 0 0);
}

.big_section_highlight span.rich-text__heading{
  position: relative;
  font-weight: 500 !important;
  line-height: 1.2;
    font-size: 80px; 
    letter-spacing: -.03em !important;
}
.big_section_highlight span.rich-text__heading:after{
content: "";
    position: absolute;
    left: 7px;
    width: 356px;
    height: 20px;
    background: #efb44c;
    border-radius: 10px;
    top: 87px;
    background: url(/cdn/shop/t/12/assets/download.svg) no-repeat center;
    background-size: contain;
    opacity: 1;
      /* hidden initially */
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
}
/* visible */
.big_section_highlight span.rich-text__heading.active::after {
  clip-path: inset(0 0 0 0);
}
.smi-heading-component .smi-heading-inner {
    max-width: 100% !important;
}

.title-wrapper .title, h2.smi-heading-component__heading {
    display: inline-block;
       padding: 10px 0;
    color: #fff !important;
    font-weight: 600 !important;
    background: url(/cdn/shop/t/12/assets/heading-bg-transparent.png) no-repeat center;
    background-size: auto;
    display: block !important;
    letter-spacing: 3px !important;
}
.template-page .title-wrapper .title {
    background: none;
    color: rgb(var(--color-heading)) !important;
}
.compare-section .title-wrapper .title, h2.smi-heading-component__heading{
background-size: 700px;
letter-spacing: 0.5px !important;
}
h2.smi-heading-component__heading{
  background-size: cover;
}
.collection-list-wrapper .title-wrapper{
display: block;
width: 100%;
}
.smi-heading-component .smi-heading-inner {
    max-width: 100%;
}
.tfs__media {
    background: var(--tfs-card-media-bg) !important;
}
.smi-color-text-75 {
    color: rgba(var(--color-foreground)) !important;
}
.smi-heading-inner {
  display: block;
  width: 100%;
}
.rich_text_cs .rich-text__text.typeset.rte {
    max-width: 331px;
    rotate: 7deg;
    text-align: end;
}


h2.smi-heading-component__heading {
    display: inline-block;
    padding: 0px 10px;
  }
  body, .rte p, .tfs__copy-line span, .smi-component-testimonial-block p, .slideshow__text p, .intro_content p, .content-item span, .modal-description p, .footer .list-menu__item--link, .copyright__content a, p.additional_cp_text, .header__menu-item{
font-family: var(--font-body-family) !important;
  }
.smi-section-testimonial-1 .smi-container-fluid .smi-carousel .swiper-wrapper .swiper-slide {
    height: 100% !important;
}

/*  */
div#slider_custom_bar_new {
    padding: 36px 0;
}
.richtext_custom {
    justify-content: center;
    display: flex;
    text-align: center;
    padding: 4px 2rem;
}
.fade-in.current-message.flex {
    display: flex;
}
.fade-in.current-message.flex p{
  margin: 0px;
}
svg.left-spin{
left: 10px;
}
svg.right-spin{
right: 10px;
}
.footer__content-top {
  position: relative;
}

.smi-container {
    width: 100% !important;
    margin: 0px 30px !important;
}
h2.smi-h2.smi-heading-component__heading strong, p.smi-text-sub.smi-mb-xxs.smi-heading-component__subheading{
  color: #EFB44C !important;
}
p.smi-text-sub.smi-mb-xxs.smi-heading-component__subheading {
    padding: 0 10px;
    margin: 0px;
    letter-spacing: 3px !important;
}
.smi-heading-inner.smi-scroll-trigger {
    margin-bottom: 20px;
}
.announcement-slider__slide:first-child svg.heart-icon.header-svg {
        display: inline-flex;
    width: 24px;
    height: 17px;
    fill: none;
    line-height: 21px;
    stroke: #fff;
    stroke-width: 3px;
}
.announcement-slider__slide svg.heart-icon.header-svg {
    display: none;
}
img.signature_cs {
    width: 100%;
    max-width: 150px !important;
    rotate: 30deg;
    margin-top: -60px;
    margin-left: 18px;
    margin-top: -25px;
}
img.logo_image {
    width: 100%;
    display: block;
    margin-top: -5px;
    max-width: 300px !important;
}
p.additional_cp_text img {
    width: 100%;
    max-width: 100px;
}
h2.smi-h2.smi-heading-component__heading {
    background: none !important;
    color: #51180b !important;
    font-size: calc(var(--font-heading-scale) * 6rem) !important;
    letter-spacing: 1px !important;
}
svg.animate--spin {
  -webkit-animation: spin 3s linear infinite;
    position: absolute;
    animation: spin 3s linear infinite;
    
    top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.roun_bar {
    background-color: antiquewhite;
    border-radius: 9999px;
    position: relative;
}
/* animation */
.relative_demo {
    position: relative;
}
.relative_demo svg{
vertical-align: middle;
    display: block;
    width: 100%;
}
.absolute.mc {
  position: absolute;
  left: 50%;
  top: 20%; 
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  pointer-events: none;
  z-index: 5;
}
#intro-drip-1 svg,
#intro-drip-2 svg {
  width: 100%;
  height: auto;
  display: block;
}
#intro-drip-1,
#intro-drip-2 {
  position: absolute;
  text-transform: uppercase;
  font-weight: 500;
  transform-origin: center;
}

#intro-drip-1,
#intro-drip-2 {
  position: absolute;
  left: 50%;
  top: 0;
  transform-origin: center;
  display: block;
  width: 160px;
  height: auto;
  opacity: 0;
  z-index: 10;
}
/* base */
#intro-drip-1,
#intro-drip-2 {
  position: absolute;
  top: -120px;
  left: 50%;
  transform-origin: center;
}

/* First coconut piece */
#intro-drip-1 {
  animation: coconutFall1 2.8s cubic-bezier(.25,.8,.25,1) infinite;
}

/* Second coconut piece */
#intro-drip-2 {
  animation: coconutFall2 2.8s cubic-bezier(.25,.8,.25,1) infinite;
  animation-delay: 0.8s;
}

@keyframes coconutFall1 {
  0% {
    opacity: 0;
    transform: translate(-80px, -200px) rotate(-60deg) scale(0.8);
  }

  20% {
    opacity: 1;
  }

  50% {
    transform: translate(-20px, 20px) rotate(10deg) scale(1);
  }

  75% {
    transform: translate(-10px, 60px) rotate(25deg);
  }

  100% {
    opacity: 0;
    transform: translate(0px, 100px) rotate(40deg) scale(0.95);
  }
}

@keyframes coconutFall2 {
  0% {
    opacity: 0;
    transform: translate(80px, -220px) rotate(70deg) scale(0.8);
  }

  20% {
    opacity: 1;
  }

  50% {
    transform: translate(20px, 30px) rotate(-20deg) scale(1);
  }

  75% {
    transform: translate(10px, 70px) rotate(-35deg);
  }

  100% {
    opacity: 0;
    transform: translate(0px, 110px) rotate(-50deg) scale(0.95);
  }
}
.coconut-media img,
.coconut-media svg {
  /* width: 100%;
  height: auto; */
  display: block;
}
img.coconut-media {
    display: block;
    max-width: 210px;
    margin: 0 auto;
    width: 100%;
}
.drop-media {
  /* width: 24px; */
  height: auto;
  display: block;
}
div#intro-container {
    padding-bottom: 10rem;
    margin: 0 auto;
    padding: 0 5rem;
    padding-bottom: 0rem;
}
.policy_main_outer {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    bottom: 60px;
    padding-left: 548px;
}
div#intro-drop svg {
    display: block;
    vertical-align: middle;
    overflow: visible;
}
h2.big_text_anima {
    text-align: left;
    flex-direction: column;
    display: flex;
      font-size: 120px;
  letter-spacing: -3.6px;
}
h2.big_text_anima span {
 font-size: 92px;
    letter-spacing: -2px;
    font-family: Kalam,cursive!important;
}
span.big_right_text{
   font-size: 120px;
  letter-spacing: -3.6px;
  align-self: flex-end;
  margin-top: 1.5rem;
}
.bottom_animation_text {
    width: 100%;
    position: relative;
}
.inner_animat{
  height: 100%;

}
.intro-content{
     grid-template-columns: repeat(12, minmax(0, 1fr));
    display: grid;
    position: sticky;
    height: auto;
}
@supports (-webkit-touch-callout: none) {
  .intro-content {
    position: relative; /* disable sticky only in Safari */
  }
}
div#intro-content-2 {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(var(--tw-space-y-reverse) * 0);
    margin-top: calc(0 - var(--tw-space-y-reverse) * 0);
    display: grid;

}
.intro-content_inner {
    grid-column: span 4 / span 4;
    grid-column-start: 8;
    display: block;
}
.intro_img img {
    max-width: 320px;
    height: 100%;
    object-fit: contain;
    border-radius: 1.25rem;
    margin-left: auto;
    margin-right: auto;  
}
.intro_content p{
  font-size: 17px !important;
}
.intro_img {
    /* height: 66.666667%; */
    height: auto;
    width: 100%;
      margin: 0 auto;
    text-align: center;
}
.intro_content {
    --tw-space-x-reverse: 0;
    margin-left: calc(0 - var(--tw-space-x-reverse) * 0);
    margin-right: calc(0 - var(--tw-space-x-reverse) * 0);
    margin-top: 2.5rem;
    width: 100%;
}
.intro_content h3{
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .625rem;
}

div#intro-content-2 .intro-content_inner {
    grid-column-start: 2;
    grid-column: span 4 / span 4;
    grid-column-start: 2;
}
#intro-drop {
  position: fixed;
  left: 50%;
  top: 0; /* important */
  transform: translate(-50%, 0);
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.animation_btn {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  pointer-events: none;
}
.animation_btn {
  transform: translateX(0);
  will-change: transform, opacity;
}

.animation_btn.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  text-align: center;
    padding-bottom: 40px;
}
/* SHAKE EFFECT */
@keyframes coconutShake {
  0% { transform: translateX(0) rotate(0deg); }
  20% { transform: translateX(-3px) rotate(-2deg); }
  40% { transform: translateX(3px) rotate(2deg); }
  60% { transform: translateX(-2px) rotate(-1deg); }
  80% { transform: translateX(2px) rotate(1deg); }
  100% { transform: translateX(0) rotate(0deg); }
}

/* CRACK OPEN EFFECT */
@keyframes coconutCrack {
  0% { transform: scale(1) rotate(0); }
  50% { transform: scale(1.05) rotate(-2deg); }
  100% { transform: scale(1) rotate(0); }
}

/* APPLY CLASSES */
.coconut-shake {
  animation: coconutShake 0.4s ease;
}

.coconut-crack {
  animation: coconutCrack 0.5s ease;
}

.rich_text_cs p.rich-text__subheading, span.highlight_color_text {
  color: #EFB44C;
}
#intro-drop svg path {
  fill:#EFB44C
  
}
.relative_demo {
  position: relative;
}
.slideshow__content .flickity-page-dots .dot{
  background: #EFB44C;
}
.tengi_s {
    position: relative;
    padding: 30px 0;
    padding-top: 90px;
}

/*  */



.collection-list-wrapper .title-wrapper .title {
  color:#fff;
}
.mega-menu__promo {
  position: relative;
  overflow: hidden;
}

.promo-img {
  width: 100%;
  display: block;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.slideshow__button .button{
      text-transform: lowercase;
    font-size: 20px !important;
    font-weight: 500 !important;
}
p.additional_cp_text {
    font-weight: 700 !important;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}
.footer__blocks-wrapper .grid__item:first-child p.h4.accordion__title {
    font-size: 40px !important;
    letter-spacing: 0px !important;
        text-transform: none;
}
.footer__blocks-wrapper .grid__item:first-child p.h4.accordion__title {
  position: relative;
}
.footer__blocks-wrapper .grid__item:first-child p.h4.accordion__title.active:after {
    clip-path: inset(0 0 0 0);
}
.footer__blocks-wrapper .grid__item:first-child p.h4.accordion__title:after
 {
    content: "";
    position: absolute;
    left: 0px;
    width: 240px;
    height: 20px;
    background: #efb44c;
    border-radius: 10px;
    top: unset;
    background: url(/cdn/shop/t/12/assets/download.svg) no-repeat center;
    background-size: contain;
    opacity: 1;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1s ease;
    bottom: -8px;
}
.promo-img.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.mega-menu__promo:hover .main-img {
  opacity: 0;
}

.mega-menu__promo:hover .hover-img {
  opacity: 1;
  transform: scale(1.05);
}
span.slideshow__subheading.h3{
      font-size: calc(var(--font-heading-scale) * 9rem) !important;
    font-family: "Sansita" !important;
    letter-spacing: 0px;
    font-weight: 700;
}
span.slideshow__subheading.h3 p{
    font-size: calc(var(--font-heading-scale) * 8rem) !important;
    letter-spacing: 0px !important;
    font-weight: 700 !important;
    margin: 0px;
    line-height: 1 !important;
    font-family: 'Fraunces' !important;
}
span.slideshow__subheading.h3 p strong:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    height: 8px;
    background-color: #EFB44C;
    z-index: -1;
}
span.slideshow__subheading.h3 p strong {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: 700;
    font-style: italic;
}
.slideshow__text p {
    font-size: 20px !important;
    font-style: italic !important;
}
.slideshow__text p strong {
    font-style: normal !important;
}
h2.tfs__heading:before {
    content: "";
    position: absolute;
    left: 90px;
    width: 100%;
    height: 100%;
    top: unset;
    background: url(https://tengin.in/cdn/shop/t/12/assets/real_farmers.svg) no-repeat center;
    background-size: contain;
    opacity: 1;
    top: -162px;
    content: "";
    position: absolute;
    top: -129px;
    left: unset;
    width: 235px;
    height: 155px;
    background-color: #658c50;
    -webkit-mask-image: url(https://tengin.in/cdn/shop/t/12/assets/real_farmers.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url(https://tengin.in/cdn/shop/t/12/assets/real_farmers.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    right: -37px;
}
span.different_color {
    color: #658c50;
    font-weight: 700;
    margin-top: 12px;
    display: block;
    font-size: 20px;
    font-family: 'Pacifico', cursive;
    text-align: center;
}
span.slideshow__subheading.h3 {
    text-transform: none;
}

.footer__blocks-wrapper .grid__item:first-child {
        width: 100%;
    max-width: 515px;
    border-right: 1px dashed;
    padding-bottom: 10px;
}
.footer__content-top {
        border-bottom: 1px dashed;
    }
.footer__blocks-wrapper .grid__item:first-child .footer-block__details-content.rte {
    width: 100%;
    max-width: 415px;
}
footer-accordion.accordion.footer-block.grid__item.footer-block--menu {
    width: 100%;
    max-width: 178px;
}
/* search css */
.concern-title {
  font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: Kalam, cursive !important;
    padding: 0 10px;
    /* text-decoration: underline; */
    gap: 10px;
    display: flex;
    align-items: center;
}
h3.concern-title img {
    display: block;
    width: 100%;
    max-width: 25px;
    height: 25px;
}
a.concern-card {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-direction: row;
    border-radius: 15px;
}
.concern-grid {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 5px;
}

.concern-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 30px;
  background: #f5f5f5;
  text-decoration: none;
  transition: all 0.3s ease;
}
.search__recommendation  a.concern-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 15px;
    transition: all .2s ease;
    gap: 7px;
    flex-direction: row;
    border: 1px solid #EFB44C;
    background: transparent;
}
.concern-card:hover {
  transform: translateY(-2px);
  background: #e9f5ee;
}

.concern-icon img {
  width: 24px;
  height: 24px;
}
.field__input::placeholder {
  color: #51180B;
  font-size: 14px;
  opacity: 1;
}

.field__input::-webkit-input-placeholder {
  color: #51180B;
  opacity: 1;
}

.field__input:-ms-input-placeholder {
  color: #51180B;
  opacity: 1;
}

.field__input::-ms-input-placeholder {
  color: #51180B;
  opacity: 1;
}

span.highlight_color_text {
    border-bottom: 3px dashed;
}

.concern-label {
  font-size: 14px;
  font-weight: 500;
  color: #51180B;
}

/* search css */
.popup-floating.popup-floating--left.small-hide {
    display: none;
}
.product-scroll {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}

.product-scroll::-webkit-scrollbar {
  display: none;
}

.product-scroll__item {
  flex: 0 0 20%;
  scroll-snap-align: start;
}
ul.policies.list-unstyled li:last-child {
    display: none;
}
.news_rotate_text {
    position: absolute;
    display: flex;
    align-items: center;
    top: -20px;
    right: -45px;
    rotate: 40deg;
}
.news_rotate_text p {
    font-family: cursive !important;
    text-transform: none;
    font-size: 16px !important;
    color: #efb44c;
    margin: 0px;
}
footer-accordion.accordion.footer-block--newsletter {
    position: relative;
}

/* Tablet */
@media (max-width: 1024px) {
  .product-scroll__item {
    flex: 0 0 33.33%;
  }
}
/* Mobile */
@media (max-width: 768px) {
  .product-scroll__item {
    flex: 0 0 70%;
  }
}
.search__recommendation .product-grid {
  display: flex;
  gap: 0px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.product-grid::-webkit-scrollbar {
  display: none;
}
.newsletter-form .typeset p em {
  color: #EFB44C;
}
ul.product-grid.custom-slider-p-s {
 list-style-type: none;
 }
 .non_linkable_head{
 pointer-events: none;
  cursor: default;
 }
 span.cp-inline {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.page_font_size_cs h2{
  font-weight: 700 !important;
  font-size: 25px !important;
}
.template-index span.badge.badge--onsale {
  display: none;
}
.template-page .image-with-text__heading:after{
  content: none;
}
.recoomended-cart {
    width: 100%;
}
.recoomended-cart .grid__item.slider__slide {
    padding: 0;
}
.recoomended-cart ul.product-grid.custom-slider-p-s{
  padding: 0;
}
.recoomended-cart .concern-title{
padding: 0;
}
.mini-cart__header {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed;
    padding: 5px 1rem;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.mini-cart__footer a.button.button--secondary {
    display: none;
}
.mini-cart__header drawer-close-button.header__icon.header__icon--summary.header__icon--cart {
    position: relative;
        top: 0px;
    right: 0px;
}
/* pop-up */
.content_inner_newsleter {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    text-align: left;
    padding: 10px;
    bottom: 0px;
    align-items: center;
    display: flex !important;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.popup-step h2 {
    font-size: 16px !important;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600 !important;
        padding: 0 65px;
}
.popup-step .contact-form{
padding: 0 65px;
    display: flex;
    justify-content: center;
}

.popup-step input[type="email"]{
  border: 3px solid #EFB44C;
    height: 50px;
    padding: 10px;
    width: stretch;
}
.popup-step .contact-form button{
width: 253px;
    background-color: #EFB44C;
    border: none;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}
span.sub_text_n {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 900;
}
.content_inner_newsleter h4 {
    font-size: 45px;
    margin: 0px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 0, 0, 0.6);
}
.popup-step.step-2 h4 strong{

color: #51180B;
font-weight: bold;
}
.popup-step.step-2 {
    padding: 45px 65px;
}
.popup-step.step-2 img {
    width: 100%;
    max-width: 100px;
    margin: 0 0 20px 0;
}
.popup-step.step-2 h4{
  text-align: center;
  font-size: 45px;
    margin: 0px;
    font-weight: 600;
    line-height: 1;
    color: #EFB44C;
   
}
.content_inner_newsleter p {
    margin: 0;
    font-size: 18px !important;
    color: #fff;
    font-weight: bold !important;
    letter-spacing: 0.5px !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 0, 0, 0.6);
}
span.btn_span {
    background: #347a1a;
    padding: 2px 14px;
    color: #fff;
    margin: 18px 0;
    display: block;
    width: fit-content;
}
.popup-step{
  border-left: 10px solid #EFB44C;
}
.content_inner_newsleter h4.differ-col{
  color: #EFB44C;
}
/* .popup__image {
  position: relative;
}

.popup__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 2;
}

.popup__image img {
  position: relative;
  z-index: 1;
} */
 div#main-cart-items .card__badge {
    display: none;
}
.trustshop-layout-box--left .trustshop-review-container-type--grid>.trustshop-review--list {
    display: block !important;
}
/* product */
.spec-table td {
    font-size: 16px;
    font-family: 'Fraunces';
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 100%;
    text-transform: capitalize;
    padding: 16px 0 16px 26px;
     color: #252525;
}
.spec-label-h {
    font-size: 16px;
    font-family: 'Fraunces';
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 100%;
    text-transform: capitalize;
    padding: 16px 0 16px 26px;
     color: #252525;
     text-align: left;
}
th.spec-label-h.padding-zero-h {
    padding-left: 0;
}
th.spec-label-h.padding-r {
    padding-right: 16px;
}

.product-specs {
  margin-top: 20px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px dashed #000;
  border-radius: 10px;
  overflow: hidden;
}
.product-specs {
    border: 1px dashed #000;
    border-radius: 10px;
    background: #fff;
    margin-top: 27px;
}
.no-padding-item .grid__item.gallery__item.slider__slide{
padding: 0px;
padding-bottom: 0;
}
.no-padding-item .grid__item.gallery__item.slider__slide .media-wrapper {
  background-color: transparent;
}
h4.heading_table {
    font-size: 19px;
    font-family: Fraunces !important;
    font-weight: 300 !important;
    letter-spacing: 0px;
    line-height: 100%;
    text-transform: capitalize;
    padding: 32px 0 20px 26px;
    color: #252525;
    margin: 0px;
    border-bottom: 1px dashed;
}
.spec-table tr {
  border-bottom: 1px dashed #000;
}

.spec-table tr:last-child {
  
}

.spec-label {
  width: 40%;
}

.spec-value {
  width: 60%;
}

span.trustshop-review-summary--average.display_rating--after {
    font-size: 16px !important;
    line-height: 25px;
    color: #848484;
}
.trustshop-review-summary--total {
    margin: 0;
    color: #848484 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0 !important;
    font-size: 16px !important;
    line-height: 25px !important;
}
.background_div {
    background: #fff;
    padding: 20px 30px;
    border: 1px dashed #000;
    border-radius: 10px;
    margin-top: 14px !important;
}
.price--on-sale .price-item--regular bdi {

    display: flex;
    align-items: center;
}

button.product-form__submit.button.button--full-width {
    background: #C5E897;
    border: 1px dashed #000000;
    font-size: 27px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 25px;
}
.ab-flex-1.ab-h-px.ab-bg-\[var\(--selected-card-border-color\)\].ab-volume-discount-header-left-border {
    display: none !important;
}
.ab-flex.ab-flex-wrap.ab-gap-\[var\(--ab-card-gap\)\].ab-pt-4.ab-volume-discount-rule-content-v2 {
    margin: 0px !important;
    padding-top: .5rem !important;
}
.ab-flex.ab-items-center.ab-justify-center.ab-volume-discount-header-section {
    justify-content: left !important;
    margin: 0px !important;
}
.ab-px-6.ab-text-\[length\:var\(--block-title-font-size\)\].ab-font-\[var\(--block-title-font-weight\)\].ab-text-\[var\(--block-title-color\)\].ab-block-title-font-style.ab-volume-discount-header-label {
    padding: 0px !important;
    font-size: 18px !important;
    line-height: 25px !important;
    color: #252525 !important;
    font-weight: 500 !important;
}
.ab-w-full.ab-mt-\[15px\].ab-mb-2\.5.ab-max-w-full.ab-mx-auto.ab-volume-discount-rule-container {
    margin: 0px !important;
}
p.short-text {
    color: #252525;
    font-size: 18px !important;
    line-height: 100% !important;
    font-family: 'Fraunces' !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
    text-transform: capitalize;
    margin: 0px;
    border-bottom: 1px dashed #B1B1B1;
    padding-bottom: .625rem;
    margin-bottom: .625rem;
}
.product-form__input.custom_class_quantity input[type=radio]+label {
    /* width: 100%;
    max-width: 105px;
    min-width: 105px;
    height: 62px;
    min-height: 62px; */
}
.product-form__input.custom_class_quantity span.variant-top-text{
display: none;
}
.product-form__input.custom_class_variant span.variant-quantity-text {
    display: none;
}
span.variant-top-text {
    font-size: 14px;
    color: #252525;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 100%;
        margin-top: 10px;
}
span.variant-location-text {
    font-size: 13px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    background: #1A4A0C;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 0px;
    padding: 4px 0;
}
span.variant-value {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #252525;
}
.ab-mt-4.ab-w-full.ab-flex.ab-flex-col.ab-items-center.ab-gap-2.ab-volume-discount-item-details-wrapper-v2 {min-height: 77.5px;/* align-items: center !important; // justify-content: center; */height: 100%;}
.product__info-container{
  width: 100%;
  max-width: 100%;
}
.ab-absolute.-ab-top-3\.5.ab-right-0.ab-left-0.ab-flex.ab-justify-center.ab-transform.ab-volume-discount-simple-badge-container {
    display: block !important;
    position: absolute !important;
    top: unset !important;
}
.product__info-container product-form.product-form {
    margin-top: .625rem;
}
#appstle_subscription_widget0 {
    margin-top: 0 !important;
}
[class*="ab-bundle-id-"] .ab-volume-discount-item-selected-v2 {
    max-width: 105px;
    height: 100% !important;
}
[class*="ab-bundle-id-"] .ab-volume-discount-item-unselected-v2 {
    height: 100% !important;
}
.ab-flex.ab-flex-wrap.ab-gap-\[var\(--ab-card-gap\)\].ab-pt-4.ab-volume-discount-rule-content-v2 {
    gap: .5rem !important;
        justify-content: space-between;
}

.product-form__input input[type=radio]+label {
 min-width: auto;
 width: 100%;
 }

.product-form__input {
 flex-wrap: nowrap;
 }

.product-form__input input[type=radio]:checked+label:last-child {
 margin: 0;
 }
.product__info-container .trustshop-summary--rating {
    width: 100% !important;
}
.product__info-container .trustshop-summary--rating > a{
  justify-content: center !important;
}
.bottom_info_div {
    padding: 0 30px;
}
.product__info-container {
    width: 82%;
    margin: 0 auto;
}
.product__tax {
    justify-content: center;
    display: flex;
    font-size: 16px;
    line-height: 18px;
    color: #848484;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 1.25rem;
}
.product__info-container .price{
  justify-content: center;
}
.product__info-container .price--on-sale .price-item--regular sup.price__suffix {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.sticky-cart .price-item--regular bdi{
      line-height: 22px;
}
.product__info-container .price-item--regular bdi{
      display: flex !important;
    align-items: center !important;
    line-height: 22px !important;
    font-size: 20px !important;
}
.product__info-container .price-item--regular bdi {
    line-height: 22px;
    display: flex !important;
    align-items: center !important;
    line-height: 22px !important;
    font-size: 20px !important;
}
.product__info-container span.price-item.price-item--regular {
    color: #82b53e;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: monospace;
}
.sticky-cart .price-item--sale bdi {
    display: flex !important;
    align-items: center !important;
    line-height: 22px !important;
    font-size: 20px !important;
}
.product__info-container .price-item--sale bdi {
    display: flex !important;
    align-items: center !important;
    line-height: 22px !important;
    font-size: 20px !important;
}
.price .price__prefix {
    font-size: 100%;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
.product__info-container .price dd {
    margin-inline-end: 14px;
}
.product__info-container .price--large bdi {
    align-items: center;
    display: flex;
}
.product__info-container .price .price__suffix {
    line-height: 22px;
    font-size: 20px;
}




.sticky-cart .price dd {
    margin-inline-end: 14px;
}
.sticky-cart .price--large bdi {
    align-items: center;
    display: flex;
}
.sticky-cart .price .price__suffix {
    line-height: 22px;
    font-size: 20px;
}
.product__info-container span.badge.price__badge-sale {
    background-color: #F4DDC3;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
    font-weight: 300;
    display: flex;
    align-items: center;
}
.product__info-container .price--on-sale .price-item--regular:before{
  opacity: 1;
    transform: rotate(0deg);
    border-color: #9C9C9C;
    top: 47%;
}

.sticky-cart .price--on-sale .price-item--regular {
    text-decoration: none;
    position: relative;
    color: #9C9C9C;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0px;
}
.sticky-cart .price--on-sale .price-item--sale {
    color: var(--color-sale-price);
    color: #82B53E;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: monospace;
}
.product__info-container .price--on-sale .price-item--regular {
    text-decoration: line-through;
    position: relative;
    color: #9C9C9C;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0px;
}
.product__info-container .price--on-sale .price-item--sale {
    color: var(--color-sale-price);
    color: #82B53E;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: monospace;
}
.product__title.rama h2.product-title {
    text-decoration: underline;
}
.top_inner_info {
    padding: 0 30px;
}
.product__info-container .product__title {
    display: block;
}
.product__title.rama h1.product-title , .product__title.rama h2.product-title{
    font-size: 45px !important;
    line-height: 48px !important;
    width: 100%;
    margin: 0;
    text-align: center;
    font-family: 'Fraunces' !important;
    font-weight: 400 !important;
    color: #252525 !important;
    padding-top: 8px;
}
body.template-product .product {margin-top: -96px;}

body.template-product .header-wrapper {

 background: transparent;

}

body.template-product header.header {

 background: transparent !important;

}

body.template-product header.header::before {

 background: transparent;

}

body.template-product .product .product__info-wrapper.grid__item {

 padding-top: 76px;

}

body.template-product .shopify-section-header-sticky header.header::before {
 background: #fff;
}
.product-specs-outer {
    padding: 0 30px;
    margin: 0px !important;
}
body.template-product .header--middle-left .header__right {margin-left: 0;}

body.template-product .list-menu--inline .header__menu-item.header__menu-item--top {
 padding: 1.5em 15px;
}

body.template-product .thumbnail-list.slider.slider--tablet-up {
 max-width: 100%;
 background: transparent;
 box-shadow: none;
 overflow: hidden;
 padding: 0px;
}

body.template-product .slider.slider--tablet-up li.thumbnail-list__item {

 width: 19.4% !important;

 background: transparent;

 padding: 15px 0;

}

body.template-product .slider.slider--tablet-up li button.thumbnail {

 border-radius: 76px 50px;

 transform: rotate(-45deg);

 overflow: hidden;

 background: transparent !important;

}

body.template-product .slider.slider--tablet-up li button.thumbnail img {

 width: 100% !important;

 height: auto !important;

 object-fit: cover;

}

body.template-product .appstle_custom_select {

 right: 13px;

}

body.template-product .appstle_custom_select::before {

 right: 0;

}

body.template-product .appstle_subscribe_option_grid {

 justify-content: space-between;

}
.product__media-gallery li.slider__slide {
    padding: 0px;
}
.custom_padd_ing {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 100%;
    margin-right: 0px;
    max-width: 100%;
}
body.template-product.loaded.shopify-body-section-header-sticky .shopify-section-header-sticky {
     /* visibility: hidden; */
}
.template-product h1.title.h1 {
    background: transparent;
    font-family: 'Fraunces' !important;
    line-height: 100% !important;
    color: #252525 !important;
    font-size: calc(var(--font-heading-scale) * 4rem) !important;
    text-transform: capitalize;
    letter-spacing: 0px !important;
}
.card-information span.badge.price__badge-sale {
    display: none;
}
.template-product .announcement-bar{
display: none;
}
.template-product .header__heading-logo {
    max-height: 54px;
}
.template-product header.header.header--middle-left.header--mobile-center.page-width.header-section--padding {
        padding: 1px 30px;
    max-width: 1440px;
}
.no-padding-item.section--padding .media img {
    object-fit: contain;
}
.sticky-cart .price--on-sale .price-item--regular{
      text-decoration: line-through;
}
.template-product .coco-tourism_hide_class{
display: none;
}
.template-product .connects_hide_class{
display: none;
}

details.cart-drawer-container summary.header__icon.focus-inset {
    width: 100%;
    text-align: center;
}
span#cart-icon-bubble {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: var(--color-highlight);
    border: 1px solid;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 104px;
}
svg.icon.icon-cart{
  display: none;
}
span.cart_text {
    font-size: 16px !important;
    line-height: 36px;
}
span.cart-count-bubble {
    position: relative;
    top: unset;
    left: unset;
    background: transparent;
    right: unset;
    font-size: 16px;
    height: 100%;
    display: block;
    font-weight: 500;
    line-height: 36px;
}
details.cart-drawer-container {
    margin-left: 1rem;
}
span.cart-count-bubble span {
    font-size: 16px;
    height: 100% !important;
    display: block !important;
    font-weight: 500;
    line-height: 36px;
    margin-left: .25rem;
}
span.cart-count-bubble{
      position: relative;
    top: unset;
    left: unset;
    background: transparent;
    right: unset;
    font-size: 12px;
    height: 100%;
    display: block;
}
animate-sticky[animate] .product-sticky-cart .ZipCodeRestrict.zipcode_product_page {
    display: none !important;
}
.spec-table td.spec-value {
    padding: 16px 0 16px 0;
    font-size: 14px;
    line-height: 2rem;
}
.ab-bg-\[var\(--badges-bg-color\)\].ab-text-\[var\(--badges-text-color\)\].ab-px-3.ab-py-1.ab-rounded-md.ab-text-xs.ab-font-semibold.ab-volume-discount-simple-badge {
    background: transparent !important;
}
.custom-image-section img {
    width: 100%;
    display: block;
}
.complementary-products .card{
  background: transparent;
}
.logo-list h2.title.h1 {
    background: transparent;
    font-family: Fraunces !important;
    line-height: 100% !important;
    color: #252525 !important;
    font-size: calc(var(--font-heading-scale) * 4rem) !important;
    text-transform: capitalize;
    letter-spacing: 0px !important;
}

@media (max-width: 1492px) {
  span#cart-icon-bubble {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: var(--color-highlight);
    border: 1px solid;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 80px;
}
  span.cart-count-bubble span.itme_count {
    font-size: 13px;
    line-height: 30px;
  }
  span.cart_text {
    font-size: 13px !important;
    line-height: 30px;
  }
  .trustshop-review--content {
    font-size: 16px !important;
  }
  .sticky-cart__content img {
    height: 4rem !important;
  }
  .product-sticky-cart p.h4.small-hide.medium-hide {
    font-size: 12px !important;
    line-height: 14px !important;
}
.sticky-cart .price-item--sale bdi {
    line-height: 20px !important;
    font-size: 15px !important;
}
.product-sticky-cart .price--on-sale .price-item--regular bdi {
    font-weight: 300;
    font-size: 12px;
}
.sticky-cart .price .price__suffix {
    line-height: 20px;
    font-size: 15px;
}
.product-sticky-cart .price--on-sale .price-item--regular bdi sup.price__suffix {
    font-size: 12px;
      line-height: 20px;
}
  body.template-product .slider.slider--tablet-up li.thumbnail-list__item {
    width: 15.4% !important;
  }
  .ab-mt-4.ab-w-full.ab-flex.ab-flex-col.ab-items-center.ab-gap-2.ab-volume-discount-item-details-wrapper-v2 {
    min-height: 67.5px;
    height: 100%;
}
  button.product-form__submit.button.button--full-width {
    font-size: 20px;
    line-height: 16px;
  }
  h4.heading_table {
    font-size: 15px;
    padding: 18px 0 15px 20px;
  }
  .spec-table td {
    font-size: 13px;
    font-family: Fraunces;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 100%;
    text-transform: capitalize;
    padding: 14px 0 14px 20px;
    color: #252525;
}
  span.variant-value {
    font-size: 15px;
  }
  span.variant-location-text {
    font-size: 11px;
  }
  span.variant-top-text {
    font-size: 10.5px;
  }
  .ab-px-6.ab-text-\[length\:var\(--block-title-font-size\)\].ab-font-\[var\(--block-title-font-weight\)\].ab-text-\[var\(--block-title-color\)\].ab-block-title-font-style.ab-volume-discount-header-label {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .background_div {
    padding: 20px 20px;
  }
  p.short-text {
    font-size: 16px !important;
  }
  .product__tax {
    font-size: 12px;
    line-height: 14px;
}
      .product__info-container {
        padding-top: 1rem;

      }
  .product__title.rama h1.product-title, .product__title.rama h2.product-title {
    font-size: 35px !important;
    line-height: 38px !important;
  }
  footer-accordion.accordion.footer-block.grid__item.footer-block--menu {
    width: 100%;
    max-width: 150px;
}
.footer__blocks-wrapper .grid__item:first-child p.h4.accordion__title {
    font-size: 35px!important;
}
.footer__blocks-wrapper .grid__item:first-child .footer-block__details-content.rte p {
    font-size: 15px !important;
}
.footer__blocks-wrapper .grid__item:first-child .footer-block__details-content.rte {
    width: 100%;
    max-width: 315px;
}
.footer__blocks-wrapper .grid__item:first-child {
    width: 100%;
    max-width: 445px;
}
.policy_main_outer {
    padding-left: 458px;
}

}
@media (max-width: 1430px) {

  .newsletter-form .typeset p {
    font-size: 16px !important;
}
  footer-accordion.accordion.footer-block.grid__item.footer-block--menu {
    width: 100%;
    max-width: 150px;
}
.rich_text_cs .rich-text__blocks>:first-child:is(.rich-text__heading) {
    font-size: calc(var(--font-heading-scale) * 5rem) !important;
}
h2.smi-h2.smi-heading-component__heading {
    font-size: calc(var(--font-heading-scale) * 5rem) !important;
}
.h0 {
    font-size: calc(var(--font-heading-scale) * 5rem);
}
.mega-menu__promo {
    flex: 0 0 15rem;
}
.mega-menu__promos {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.mega-menu__promos::-webkit-scrollbar {
  display: none;
}
.list-menu-dropdown .header__menu-item{
  font-size: 14px !important;
}
.header__menu-item{
  font-size: 14px !important;
  padding: 1.2rem 1rem;
}
.mega-menu__promo {
    flex: 0 0 17rem;
}

}
@media (max-width: 1024px) {
  header-drawer {
        display: block !important;
    }
  }
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  header-drawer {
        display: none !important;
    }
  .policy_main_outer {
    padding-left: 320px;
}
p.additional_cp_text {
    font-size: 12px !important;
}
.policies li a {
    font-size: 12px !important;
}
  .news_rotate_text p {
    font-family: cursive !important;
    text-transform: none;
    font-size: 10px!important;
  }
  .newsletter-form .typeset p {
        font-size: 12px!important;
    }
  .footer-block__details-content>li {
    line-height: 100% !important;
}
.footer .footer-block .list-menu__item--link {
    font-size: 10px !important;
}
footer .footer-block details[open] summary {
        margin-bottom: 10px;
}
.footer__blocks-wrapper .grid__item:first-child p.h4.accordion__title:after {
    content: "";
    position: absolute;
    left: 0;
    width: 165px;
}
footer-accordion.accordion.footer-block--newsletter details[open] summary {
    margin-bottom: 10px;
}
footer-accordion.accordion.footer-block--newsletter p.h4.accordion__title {
    font-size: 12px !important;
}
footer .footer-block .accordion__title {
        font-size: 1rem;
        font-size: 12px !important;
    }
  .trustshop-review--content {
        font-size: 12px!important;
    }
    .footer__blocks-wrapper .grid__item:first-child p.h4.accordion__title {
    font-size: 20px!important;
    }
    .footer__blocks-wrapper .grid__item:first-child .footer-block__details-content.rte {
    width: 100%;
    max-width: 250px;
}
.footer__blocks-wrapper .grid__item:first-child {
    width: 100%;
    max-width: 300px;
}
footer-accordion.accordion.footer-block.grid__item.footer-block--menu {
    width: 100%;
    max-width: 140px;
}
.footer__blocks-wrapper .grid__item:first-child .footer-block__details-content.rte p{
  font-size: 12px !important;
}
  .mega-menu__promos {
        display: flex;
        gap: 10px;
  }
  .list-menu-dropdown .header__menu-item {
        font-size: 10px !important;
    }
    .header__menu-item {
        font-size: 10px !important;
        padding: 4px 1rem !important;
    }
  .header__icon .icon {
    height: 1.5rem;
    width: 1.5rem;
  }
  .template-product .header__heading-logo {
    max-height: 40px;
}
  .header__menu-item {
        font-size: 10px !important;
        padding: 1.2rem 1rem !important;
    }
  button.product-form__submit.button.button--full-width {
        font-size: 16px;
        line-height: 10px;
    }
    h4.heading_table {
        font-size: 12px;
        padding: 15px 0 15px 15px;
    }
    .spec-table td {
        font-size: 10px;
        font-family: Fraunces;
        font-weight: 300;
        letter-spacing: 0px;
        line-height: 100%;
        text-transform: capitalize;
        padding: 12px 0 12px 15px;
    }
  span.variant-location-text {
        font-size: 10px;
    }
    .ab-px-6.ab-text-\[length\:var\(--block-title-font-size\)\].ab-font-\[var\(--block-title-font-weight\)\].ab-text-\[var\(--block-title-color\)\].ab-block-title-font-style.ab-volume-discount-header-label {
        font-size: 11px !important;
        line-height: 16px!important;
    }
  p.short-text {
        font-size: 12px!important;
    }
    
    span.variant-top-text {
        font-size: 10px;
    }

.product__title.rama h1.product-title, .product__title.rama h2.product-title {
        font-size: 30px !important;
        line-height: 30px!important;
    }
    .product__tax {
        font-size: 10px;
        line-height: 10px;
    }
    .trustshop-summary--rating .trustshop-rating-star--container svg {
    width: 10px !important;
    height: 10px !important;
}
span.trustshop-review-summary--average.display_rating--after {
    font-size: 12px !important;
    line-height: 10px;
}
.trustshop-review-summary--total{
  font-size: 12px !important;
    line-height: 10px !important;
}

  }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  nav.menu-drawer__navigation ul.menu-drawer__menu.list-menu li details[open] {
        background: #c5e897;
        padding: 0 20px;
    }
    .menu-drawer__inner-submenu .menu-drawer__topbar {
        border-bottom: none;
        display: none;
    }
    .mega-slider {
        display: flex;
        gap: 0px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mega-slide {
        flex: 0 0 45%;
        scroll-snap-align: start;
        text-align: center;
    }
    .mega-slide a {
        text-decoration: none;
        text-align: center;
    }
    .mega-slide img {
        width: 100%;
        aspect-ratio: unset;
        object-fit: contain;
        max-width: 100%;
        padding: 5px;
        border-radius: 12px;
        border: 2px solid;
    }
    .inner_outer_btn_cs {
        display: flex;
        margin: 0 auto 22px;
        justify-content: center;
    }
  .grid--2-col-tablet .grid__item {
        width: 100%;
    }
    .rich_text_cs .rich-text__text.typeset.rte {
        max-width: 100%;
        rotate: 12deg;
        display: flex;
        justify-content: right;
        text-align: right;
        margin-right: 0;
        margin-top: -18px;
        width: 100%;
        margin-bottom: 14px;
    }
    .rich_text_cs .rich-text__text.typeset.rte p {
        font-size: 10px !important;
        text-align: center;
    }
    .rich_text_cs .rich-text__text.typeset.rte p strong {
        font-size: 16px !important;
    }
    .rich_text_cs .rich-text__blocks>:first-child:is(.rich-text__heading) {
        font-size: 26px !important;
        letter-spacing: 0px !important;
    }
    .rich_text_cs .rich-text__subheading{
      display: none;
    }
  img.coconut-media {
        max-width: 180px;
  }
  .drop-media {
        width: 100%;
        max-width: 60px;
    }
    h2.big_text_anima {
        text-align: center;
        margin-top: 3.75rem;
        margin-bottom: 8.75rem;
    }
    h2.big_text_anima span {
        font-size: 30px;
        letter-spacing: 1px;
        line-height: 1.1;
        text-align: center;
        margin: 0 auto;
        font-family: monospace !important;
        font-weight: 400;
        font-style: oblique;
        font-family: Pacifico, cursive !important;
    }
    .bottom_animation_text {
        padding-bottom: 1rem;
    }
    .inner_animat {
        height: auto;
    }
    .intro-content, div#intro-content-2 {
        display: flex;
        height: auto;
        transform: none;
    }
    .intro-content {
        position: relative;
        height: auto;
        min-height: auto;
        max-height: auto;
    }
    .intro-content_inner {
        display: flex;
        flex-direction: row-reverse;
        -webkit-box-direction: reverse;
        align-items: center;
        gap: 30px;
    }
    
    .intro_img {
        height: auto;
    }
    .intro_img img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 1.25rem;
        margin-left: auto;
        margin-right: auto;
    }
    .intro_content{
      margin-top: 0;
      width: 100%;
      text-align: left;
    }
        .intro_content h3 {
        text-align: center;
        font-size: 15px !important;
    }
    div#intro-content-2{
      margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
    }
    div#intro-content-2 .intro-content_inner {
        flex-direction: row;
    }
  h2.big_text_anima span {
    font-size: 40px;
  }
     h2.tfs__heading:after {
        left: 0;
        width: 140px;
        right: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 160px;
        margin: 0 auto;
    }
    h2.tfs__heading:before {
               top: -41px;
        width: 130px;
        height: 90px;
        right: 57px;
    }
  .big_section_highlight .rich-text__blocks.center .rich-text__text p {
    font-size: 14px !important;
}
  .grid {
        --grid-horizontal-spacing: 0rem;
    }
    .big_section_highlight span.rich-text__heading {
    font-size: 50px;
    }
    .big_section_highlight span.rich-text__heading:after {
    left: 0;
    top: 52px;
    }
  span.slideshow__subheading.h3 p {
    font-size: calc(var(--font-heading-scale) * 4rem) !important;
  }
  .slideshow__heading.h0 {
        font-size: calc(var(--font-heading-scale) * 3.2rem) !important;
    }
    .slideshow__text p {
    font-size: 15px !important;
    }
  p.additional_cp_text {
        flex-wrap: wrap;
        font-size: 12px !important;
    }
  .news_rotate_text {
        top: 0;
        right: 0;
        rotate: 4deg;
    }
    .news_rotate_text p {
        font-size: 11px !important;
    }
    .newsletter-form .field__input {
    margin-top: 15px;
}
  footer-accordion.accordion.footer-block.grid__item.footer-block--menu {
        /* max-width: calc(50% - 10px); */
        margin: 5px 0;
    }
  .policy_main_outer {
        position: relative;
        max-width: 100%;
        margin: 0 auto;
        bottom: 0;
        padding-left: 0;
    }
  footer-accordion.accordion.footer-block--newsletter {
        border: none;
        margin-top: 5px;
    }
    .footer__content-left, .footer__content-right {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
}
  .footer__blocks-wrapper .grid__item:first-child {
        width: 100%;
        max-width: 100%;
        border-right: none;
        padding-bottom: 10px;
    }
  
    /* Main product container */
  .product.grid.grid--1-col.grid--2-col-tablet {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  .grid--2-col-tablet .product__media-wrapper.grid__item,
  .product__media-wrapper.grid__item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    display: block !important;
  }
   .grid--2-col-tablet .product__info-wrapper.grid__item,
  .product__info-wrapper.grid__item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    display: block !important;
  }
  .product__info-wrapper.grid__item {
    width: 100% !important;
}
.product.product--medium.product--left.product--thumbnail_slider.grid.grid--1-col.grid--2-col-tablet {
    flex-wrap: wrap;
}
.grid__item.product__media-wrapper {
    width: 100% !important;
}
.grid--2-col-tablet .product__media-wrapper.grid__item {
       width: 100% !important;
    max-width: 100% !important;
    }
.product__title.rama h1.product-title, .product__title.rama h2.product-title {
        font-size: 25px !important;
        line-height: 25px !important;
    }
    .product__media-wrapper{
      max-width: 100%;
    width: 100%;
    }
  
    .no-padding-item .grid__item.gallery__item.slider__slide {
    padding: 0;
    width: calc(25% - 50px);
    margin: 0;
}
  }

@media (max-width: 767px) {
    #Slider-{{ section.id }}{
    opacity:0;
    transition:opacity .25s;
}

#Slider-{{ section.id }}.loaded{
    opacity:1;
}
  .padding-left-custom ul.custom-slider-track.gallery {
        padding: 0px;
    }
    .padding-left-custom .gallery .media img.loaded {
        object-fit: cover;
    }
  summary.menu-summary-custom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
}

summary.menu-summary-custom > a{
    flex:1;
    text-decoration:none;
    color:inherit;
    padding:18px 0;
}

.menu-arrow-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
}
  .logo-list h2.title.h1 {
        font-size: calc(var(--font-heading-scale) * 2.5rem) !important;
    }
  .header__left {
    margin-inline-start: 0;
}
.header__right {
    margin-inline-end: 0;
}
        span.cart-count-bubble span.itme_count {
              font-size: 11px;
        }
      span#cart-icon-bubble {
       
        border: none;
        width: auto;
    }
      .template-product h1.title.h1{
        font-size: calc(var(--font-heading-scale) * 2.5rem) !important;
      }
      svg.icon.icon-cart {
          display: block;
      }
      .header__icon span.cart_text:not(.cart-count-bubble){
        display: none;
      }
      #check-bangalore-pincode {
      min-width: initial;
      font-size: 12px;
      padding: 10px;
      }
      .product-form__input input[type=radio]+label {
      padding: .6rem 0.4rem !important;
      }
      body.template-product .product {
      margin-top: 0;
      }
      .trustshop-review-sort--container, .trustshop-review--filter, .trustshop-review-filter--wrap {
      justify-content: center;
      }
      .spec-table td {
      padding: 16px 0 16px 1.5rem;
      }
      .product-specs {
      border-left: none;
      border-right: none;
      border-radius: 0;
      margin-top: 15px;
      }
      body.template-product .slider.slider--tablet-up li.thumbnail-list__item {
      width: 15% !important;
      }
      body.template-product .thumbnail-list.slider.slider--tablet-up {
      justify-content: space-between;
      }
      span.variant-top-text {
      font-size: 11px;
      }
      .bottom_info_div {
      padding: 0 0;
      }
      .product-specs-outer {
      padding: 0 0px;
      }
      .ab-flex.ab-flex-wrap.ab-gap-\[var\(--ab-card-gap\)\].ab-pt-4.ab-volume-discount-rule-content-v2 {
      gap: .5rem !important;
      }

      body.template-product .product .product__info-wrapper.grid__item {
      padding-top: 0;
      }
      .background_div {
      background: #fff;
      padding: 20px 1.5rem;
      border: 1px dashed #000;
      border-radius: 0;
      margin-top: 14px !important;
      border-left: none;
      border-right: none;
      }
      .product__title.rama h1.product-title, .product__title.rama h2.product-title {
      font-size: 32px !important;
      line-height: 36px !important;
      }
      .top_inner_info {
      padding: 0 0;
      }
      .product__info-container {
      width: 100%;
      margin: 0 auto;
      }
      .no-padding-item.section--padding ul.custom-slider-track.gallery {
      padding: 0px;
      }
      .drop-media {
      width: 100%;
      max-width: 60px;
      }
      .mini-cart__empty-collections a.button.button--full-width {
      border-radius: 0px;
      }
      .mini-cart__empty {
      padding: 2rem;
      }
      .mini-cart__empty .recoomended-cart {
      padding: 0;
      }
      .mini-cart__footer {
      padding: 1rem 2rem 1rem;
      }
      .recoomended-cart {

      padding: 2rem;
      padding-top: 0px;
      }

      .concern-label {
      font-size: 11px;
      }
      .custom-slider-p-s .card-information__text {
      font-size: 14px !important;
      }
      .intro_img {
      height: auto;
      }
      ul.custom-slider-track.gallery {
      list-style-type: none;
      }

      .smi-section {
      overflow: hidden;
      }
      footer-accordion.accordion.footer-block--newsletter{
      border: none;
      margin-top: 5px;
      }
      .smi-container {
      width: 100% !important;
      margin: 0px 0px !important;
      padding: 0px 15px;
      }
      p.smi-text-sub.smi-mb-xxs.smi-heading-component__subheading {
      padding: 0 0px;
      margin: 0;
      letter-spacing: 1px !important;
            font-size: 12px !important;
      }
      h2.smi-h2.smi-heading-component__heading {
      font-size: 26px !important;
      letter-spacing: 0px !important;
      padding-left: 0px;
      }
      .rich_text_cs .rich-text__blocks>:first-child:is(.rich-text__heading) {
        font-size: 26px !important;
        letter-spacing: 0px !important;
      }
      .rich_text_cs .rich-text__text.typeset.rte {
      max-width: 100%;
      rotate: 12deg;
      display: flex;
        justify-content: right;
        text-align: right;
        margin-right: 0;
        margin-top: -18px;
        width: 100%;
        margin-bottom: 14px;
      }
      .rich_text_cs .rich-text__subheading {
      top: -58px;
      font-size: 14px !important;
      line-height: 15px !important;
      display: none;
      }
      .rich_text_cs .rich-text__text.typeset.rte p strong {
      font-size: 16px !important;
      }
      .rich_text_cs .rich-text__text.typeset.rte p {
      font-size: 10px !important;
      text-align: center;
      }
      .gallery .media img.loaded {
      object-fit: contain;
      }
      .rich_text_cs .rich-text__subheading, .news_rotate_text p{
      font-family: monospace !important;
      }
      .news_rotate_text {
      top: 0px;
        right: 0;
        rotate: 4deg;
      }
      .policies li:nth-child(5) {
      display: none;
      }

      p.additional_cp_text{
      flex-wrap: wrap;
      font-size: 12px !important;
      }
      .intro-content{
      position: relative;
      height: auto;
      min-height: auto;
      max-height: auto;
      }
      .news_rotate_text p {
      font-size: 11px !important;
      }
      .policy_main_outer {
      position: relative;
      max-width: 100%;
      margin: 0 auto;
      bottom: 0;
      padding-left: 0;
      }

      .footer__blocks-wrapper .grid__item:first-child p.h4.accordion__title:after {
      left: -3px;
      width: 166px;
      }
      .footer__blocks-wrapper .grid__item:first-child p.h4.accordion__title {
      font-size: 30px !important;
      line-height: 1.2 !important;
      }
      .footer__blocks-wrapper .grid__item:first-child {
      width: 100%;
      max-width: 100%;
      border-right: none;
      padding-bottom: 10px;
      }
      footer-accordion.accordion.footer-block.grid__item.footer-block--menu {
        max-width: calc(50% - 10px);
        margin: 5px 0;
      }

      .title-wrapper .title, h2.smi-heading-component__heading{
        font-size: 20px !important;
      }
      .image-with-text__heading {
      font-size: 40px !important;
      }
      .image-with-text__heading:after{
      width: 100%;
        bottom: -7px;
        max-width: 160px;
      }
      .compare-section .title-wrapper .title{
      background-size: 100% 100%;
      }
      div#slider_custom_bar_new {
      padding: 15px 0;
      }
      .rich-text.section--padding.rich-text--colored.big_section_highlight {
      max-width: 100%;
      padding: 0px;
      }
      .big_section_highlight .rich-text__blocks.center .rich-text__text p {
      font-size: 14px !important;
      }
      .big_section_highlight span.rich-text__heading:after {
      width: 140px;
      top: 29px;
      }
      h2.tfs__heading:before {
      top: -90px;
      width: 165px;
      height: 100px;
      right: 0px;
      }
      .title-wrapper .title, h2.smi-heading-component__heading {
      display: inline-block;
      padding: 10px 8px;
      color: #fff !important;
      font-weight: 600 !important;
      background: url(/cdn/shop/t/12/assets/heading-bg-transparent.png) no-repeat center;
      background-size: contain;
      display: block !important;
      letter-spacing: 3px !important;
      /* height: 100%; */
      background-size: 100% 100%;
      }
      h2.tfs__heading:after {
      left: 0;
        width: 140px;
        right: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 140px;
        margin: 0 auto;
      }
      .mega-menu-products {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin-top: 15px;
      }

      .mega-product-card img {
      width: 100%;
      border-radius: 6px;
      }

      .mega-product-card p {
      font-size: 12px;
      margin-top: 5px;
      }

      .mega-menu-images {
      display: flex;
      gap: 10px;
      margin-top: 15px;
      }

      .mega-menu-images img {
      width: 100px;
      border-radius: 6px;
      }
      .mega-slider {
      display: flex;
      gap: 0px;
      flex-wrap: wrap;
      justify-content: space-between;
      }
      .menu-drawer__inner-submenu .menu-drawer__topbar{
      border-bottom: none;
      display: none;
      }
      #link-shop DIV.menu-drawer__inner-submenu UL.menu-drawer__menu.list-menu LI A.menu-drawer__menu-item.list-menu__item.focus-inset {
      font-size: 15px !important;
      border: none;
      }
      .mega-slider::-webkit-scrollbar {
      display: none;
      }
      .mega-slide a {
      text-decoration: none;
      text-align: center;
      }
      .mega-slide {
      flex: 0 0 45%;
      scroll-snap-align: start;
      text-align: center;
      }
      .mega-slider.hide_image_cs {
      display: none;
      }
      .mega-slide img {
              width: 100%;
        aspect-ratio: unset;
        object-fit: contain;
        max-width: 100%;
        padding: 5px;
        border-radius: 12px;
        border: 2px solid;
      }
      .image_mega_slide img{
      width: 100%;
      aspect-ratio: auto;
      object-fit: contain;
      border-radius: 6px;
      }
      .inner_outer_btn_cs {
      display: flex;
      margin: 0 auto;
      justify-content: center;
      margin-top: 0px;
      margin-bottom: 22px;
      }
      nav.menu-drawer__navigation ul.menu-drawer__menu.list-menu li details[open] {
      background: #c5e897;
      padding: 0 20px;
      }
      a.padding_space_cs.menu-drawer__menu-item.list-menu__itemfocus-inset {
      padding-left: 20px;
      padding-right: 20px;
      }
      nav.menu-drawer__navigation ul.menu-drawer__menu.list-menu li details {
      padding: 0 20px;
      }
      .mega-slide p {
      font-size: 12px !important;
      margin-top: 5px;
          font-weight: 800 !important;
      }
      h2.big_text_anima span {
      font-size: 30px;
      letter-spacing: 1px;
      line-height: 1.1;
      text-align: center;
      margin: 0 auto;
      font-family: monospace !important;
        font-weight: 400;
        font-style: oblique;
        font-family: 'Pacifico', cursive !important;
      }
      h2.big_text_anima{
      text-align: center;
          margin-top: 3.75rem;
        margin-bottom: 8.75rem;
      }
      div#intro-content-2 {
      margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
      }
      div#intro-container {

      padding: 0 2rem 0rem;

      }
      .bottom_animation_text{
      padding-bottom: 1rem;
      }
      img.coconut-media {
      max-width: 180px;
      }
      .num_text {
      display: none;
      }
      .inner_animat {
      height: auto;
      }
      .intro-content{
      display: flex;
      height: auto;
      transform: none;
      }
      div#intro-content-2{
      display: flex;
      height: auto;
      transform: none;
      }
      div#intro-content-2 .intro-content_inner {
      flex-direction: row;
      }
      .intro-content_inner {
      display: flex;
      flex-direction: row-reverse;
      -webkit-box-direction: reverse;
      align-items: center;
      gap: 30px;
      }
      .intro_img img {
      max-width: 100%;
      height: auto;
      object-fit: contain;
      border-radius: 1.25rem;
      margin-left: auto;
      margin-right: auto;
      }
      .intro_content {
      margin-top: 0;
      width: 100%;
      text-align: left;
      }
      .intro_content h3 {
      text-align: center;
      font-size: 15px !important;
      }
      span.slideshow__subheading.h3 p {
      font-size: calc(var(--font-heading-scale) * 3rem) !important;
      }
      .slideshow__text.typeset2 {
      margin: 0px;
      }
      .slideshow__text p {
      font-size: 15px !important;
      margin: 10px 0;
      margin-top: 16px;
      }
      svg.animate--spin {
      top: 17px;
      width: 12px;
      }
      svg.left-spin {
      left: 5px;
      }
      svg.right-spin {
      right: 5px;
      }
      .big_section_highlight span.rich-text__heading{
      font-size: 30px;
      }

}
/* Mobile tuning */
@media (max-width: 749px) {
  .concern-grid {
    gap: 5px;
}
.search__recommendation a.concern-card {
    gap: 5px;
}
  span.slideshow__subheading.h3 p strong:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 2px;
    background-color: #efb44c;
    z-index: -1;
}
  .vd-product-info-box {
    padding: 12px 14px;
    border-radius: 8px;
  }

  .vd-product-info-box__content {
    font-size: 14px;
    line-height: 1.5;
  }
  .big_section_highlight span.rich-text__heading {
    width: 100%;
    display: block;
    max-width: 300px;
    margin: 0 auto;
}
.transition-body {
  position: relative;
  overflow: hidden;
}
}
@media screen and (max-width: 372px) {
  [id^="appstle_subscription_widget"] .appstle_select {
        font-size: 12px !important;
    }
    #appstle_subscription_widget0 .appstle_select_label {
        font-size: 12px !important;
    }
.concern-label {
        font-size: 10px;
    }
    .rich_text_cs .rich-text__blocks>:first-child:is(.rich-text__heading) {
        font-size: 24px !important;
    }
    .image-with-text__heading {
        font-size: 35px !important;
    }
  }

  /* Meet Our Farmers: center the three farmer sections */
:is(
  section[id$="_h9wYEb"],
  section[id$="_aJp8Jg"],
  section[id$="_w3Cwen"]
) .sp-content-wrapper {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

:is(
  section[id$="_h9wYEb"],
  section[id$="_aJp8Jg"],
  section[id$="_w3Cwen"]
) .sp-content,
:is(
  section[id$="_h9wYEb"],
  section[id$="_aJp8Jg"],
  section[id$="_w3Cwen"]
) .sp-content * {
  text-align: center !important;
}
/* Meet Our Farmers: mobile width correction */
@media screen and (max-width: 767px) {
  :is(
    section[id$="_h9wYEb"],
    section[id$="_aJp8Jg"],
    section[id$="_w3Cwen"]
  ) .sp-content-inner {
    height: auto !important;
  }

  :is(
    section[id$="_h9wYEb"],
    section[id$="_aJp8Jg"],
    section[id$="_w3Cwen"]
  ) .sp-content-wrapper {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }

  :is(
    section[id$="_h9wYEb"],
    section[id$="_aJp8Jg"],
    section[id$="_w3Cwen"]
  ) .sp-content,
  :is(
    section[id$="_h9wYEb"],
    section[id$="_aJp8Jg"],
    section[id$="_w3Cwen"]
  ) .sp-description {
    width: 100% !important;
    max-width: 100% !important;
    overflow-wrap: anywhere;
    box-sizing: border-box;
  }
}