/** Shopify CDN: Minification failed

Line 215:0 Unexpected "}"
Line 662:0 Expected ")" to go with "("

**/
:root {
    --font-heading: 'CommutersSans-Regular', 'Helvetica', san-serif;
    --font-heading-weight: 400;
    --font-heading-lh: 1.25;
    --font-heading-ls: 0.12em;
    --font-heading-transform: uppercase;

    --font-subhead: "CommutersSans-Bold", 'Helvetica', sans-serif;
    --font-subhead-size: 1.4rem;
    --font-subhead-weight: 400;
    --font-subhead-lh: 1.25;
    --font-subhead-ls: 0.2em;
    --font-subhead-transform: uppercase;

    --font-body: 'OpenSans-Regular', 'Helvetica', sans-serif;
    --font-body-size: 1.6rem;
    --font-body-weight: 400;
    --font-body-lh: 1.3;
    --font-body-ls: 0;

    --font-handwriting: "PPEditorialNew-Italic", 'Brush Script MT', cursive;
    --font-handwriting-size-regular: 3.6rem;
    --font-handwriting-size-small: 2.4rem;
    --font-handwriting-weight: 400;
    --font-handwriting-lh: 1.27;
    --font-handwriting-ls: 0;

    --margin-xlarge: 100px;
    --margin-large: 60px;
    --margin-medium: 40px;
    --margin-small: 20px;

    --color-off-white: #F7F7F5;
    --color-leaves: #475136;
  }

  @media screen and (max-width: 1400px) {
    :root {
      --font-subhead-size: 1.2rem;
    }
  }

  @media screen and (max-width: 767px) {
    :root {
      --margin-xlarge: 50px;
      --margin-large: 30px;
      --margin-medium: 20px;
      --margin-small: 10px;
    }
  }
  
  /*** IMPORT FONTS ***/
  @font-face {
      font-family: 'OpenSans-Regular';
      src: url('/cdn/shop/files/OpenSans-Regular.woff2?v=1720142457') format('woff2'),
        url('/cdn/shop/files/OpenSans-Regular.woff?v=1719971695') format('woff');
  }
  
  @font-face {
      font-family: 'CommutersSans-Regular';
      src: url('/cdn/shop/files/CommutersSans-Regular.woff2?v=1719971695') format('woff2'),
        url('/cdn/shop/files/CommutersSans-Regular.woff?v=1720142396') format('woff');
  }

  @font-face {
    font-family: 'CommutersSans-Bold';
    src: url('/cdn/shop/files/CommutersSans-Bold.woff2?v=1719971694') format('woff2'),
      url('/cdn/shop/files/CommutersSans-Bold.woff?v=1720142396') format('woff');
}

@font-face {
    font-family: 'PPEditorialNew-Italic';
    src: url('/cdn/shop/files/PPEditorialNew-Italic.woff2?v=1720155485') format('woff2'),
      url('/cdn/shop/files/PPEditorialNew-Italic.woff?v=1720155485') format('woff');
}

body, span.f-cartgoal__default-message, p {
  font-family: var(--font-body);
  font-size: var(--font-body-size);
  font-weight: var(--font-body-weight); 
  line-height: var(--font-body-lh);
  letter-spacing: var(--font-body-ls);
}

[class*=title], [class*=heading], 
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, .h0, .h-xl {
  font-family: var(--font-heading);
  line-height: var(--font-heading-lh);
  letter-spacing: var(--font-heading-ls);
  text-transform: var(--font-heading-transform);
  font-weight: var(--font-heading-weight);
}

[class*=subheading], h6, .h6, .f-cart-item__name.text-product-title {
  font-family: var(--font-subhead);
  line-height: var(--font-subhead-lh);
  letter-spacing: var(--font-subhead-ls);
  text-transform: var(--font-subhead-transform);
  font-weight: var(--font-subhead-weight);
  font-size: var(--font-subhead-size);
}

li {
  margin-bottom: 0.75em;
}

@media (max-width: 639.98px) {
  .f-text-blocks .text-subheading+* {
      margin-top: 1.5em;
  }
}

/* Container */
.container, .container-narrow {
    padding-left: var(--margin-medium);
    padding-right: var(--margin-medium);
}

/* Button */
.btn, .shopify-payment-button__button {
  font-family: var(--font-subhead);
  line-height: 1;
  letter-spacing: var(--font-subhead-ls);
  text-transform: var(--font-subhead-transform);
  font-weight: var(--font-subhead-weight);
  font-size: var(--font-subhead-size);
}

button.btn.btn--with-icon.btn--plain {
  font-family: var(--font-body);
  font-size: var(--font-body-size);
  font-weight: var(--font-body-weight); 
  line-height: var(--font-body-lh);
  letter-spacing: var(--font-body-ls);
}

/* Inputs */
button, input, optgroup, select, textarea {
    font-family: var(--font-body);
}

.form-control--textarea, .cf-field input, .cf-select-wrap select {
    padding: 1rem 13px;
}

.form-label, .cf-field label {
  font-family: var(--font-subhead) !important;
  line-height: var(--font-subhead-lh);
  letter-spacing: var(--font-subhead-ls);
  text-transform: var(--font-subhead-transform);
  font-weight: var(--font-subhead-weight);
  font-size: var(--font-subhead-size);
}

/* Breadcrumbs */
.breadcrumbs--last {
    color: inherit;
}

/* Custom classes */
.image-square .f-image {
  --aspect-ratio: 1 !important;
}
.cafe .f-image {
  --aspect-ratio: 1.3 !important;
}
.cafe.f-text-blocks {
    max-width: 500px;
    margin: auto;
}
.cafes .section__description {
    max-width: 900px;
    margin: 20px auto;
}
.cafes .f-image-card__content {
  position: relative;
}
.about {
    padding: 40px 100px;
    background-color: #F1EBEA;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-text-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.stamp {
  width: 120px;
  height: 120px;
}

.stamp {
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    z-index: 50;
    transform: translate(-50%, 0%);
    margin-top: 20px;
  }
  
}
.stamp img {
    object-fit: contain;
}
.signature {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  width: 80%;
}

.about-image__photo {
    object-fit: contain !important;
    max-width: 500px;
    margin: auto;
    width: 100%;
}
p.about-image__caption {
    text-align: center;
    margin-top: 0.5em;
}
.about-image__container {
    margin: auto;
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 20px;
    padding: 190px 20px 40px!important;
  }
}
@media screen and (min-width: 768px) {
  .about {
    padding: 190px 120px 40px !important;
  }
   .stamp {
    transform: translate(-50%, 31%);
  } 
  
}
@media screen and (min-width: 1200px) {
  .stamp {
    position: absolute;
    left: auto;
    right: 0;
    transform: translate(-54%, 40%);
  }
  .about {
    padding:40px 120px 40px !important;
  }

}
/* Collapsible tabs */
.collapsible__button span {
  font-family: var(--font-subhead);
  line-height: var(--font-subhead-lh);
  letter-spacing: var(--font-subhead-ls);
  text-transform: var(--font-subhead-transform);
  font-weight: var(--font-subhead-weight);
  font-size: var(--font-subhead-size);
}

/* Cart drawer */
h3.f-cart-recommendations__title.font-body-bolder.h6 {
  font-family: var(--font-heading) !important;
  line-height: var(--font-heading-lh) !important;
  letter-spacing: var(--font-heading-ls) !important;
  text-transform: var(--font-heading-transform) !important;
  font-weight: var(--font-heading-weight) !important;
}
.f-cart-drawer__subtotal {
  font-family: var(--font-subhead) !important;
  line-height: var(--font-subhead-lh) !important;
  letter-spacing: var(--font-subhead-ls) !important;
  text-transform: var(--font-subhead-transform) !important;
  font-weight: var(--font-subhead-weight) !important;
  font-size: var(--font-subhead-size) !important;
}

button.f-cart-drawer__remove.btn.btn--underline {
  font-family: var(--font-body);
  font-size: var(--font-body-size);
  font-weight: var(--font-body-weight); 
  line-height: var(--font-body-lh);
  letter-spacing: var(--font-body-ls);
}

/* Cart Page */
.template-cart .f-section {
    margin-top: var(--margin-medium);
}

.f-cart-items thead th {
  font-family: var(--font-heading) !important;
  line-height: var(--font-heading-lh) !important;
  letter-spacing: var(--font-heading-ls) !important;
  text-transform: var(--font-heading-transform) !important;
  font-weight: var(--font-heading-weight) !important;
}

/* Search */
.f-predictive-search__item--term, .f-predictive-search__block-products .f-predictive-search__heading, .f-predictive-search__heading, 
.f-predictive-search__block-products .f-predictive-search__subheading {
  font-family: var(--font-heading) !important;
  line-height: var(--font-heading-lh) !important;
  letter-spacing: var(--font-heading-ls) !important;
  text-transform: var(--font-heading-transform) !important;
  font-weight: var(--font-heading-weight) !important;
}

.f-predictive-search__item-heading {
  font-family: var(--font-subhead) !important;
  line-height: var(--font-subhead-lh) !important;
  letter-spacing: var(--font-subhead-ls) !important;
  text-transform: var(--font-subhead-transform) !important;
  font-weight: var(--font-subhead-weight) !important;
  font-size: var(--font-subhead-size) !important;
}

.f-template-search__status .h5 {
    letter-spacing: 0 !important;
    text-transform: none;
    font-family: var(--font-body);
}

/*** SECTIONS ***/
/* Announcement */
.announcement-bar__row p {
  font-family: var(--font-subhead) !important;
  font-size: var(--font-subhead-size) !important;
  line-height: var(--font-subhead-lh) !important;
  letter-spacing: var(--font-subhead-ls);
  text-transform: var(--font-subhead-transform);
  font-weight: var(--font-subhead-weight) !important;
}

/* Header */
.f-site-nav__link, .f-mobile-nav__link {
  font-family: var(--font-subhead) !important;
  font-size: var(--font-subhead-size) !important;
  line-height: var(--font-subhead-lh) !important;
  letter-spacing: var(--font-subhead-ls);
  text-transform: var(--font-subhead-transform);
  font-weight: var(--font-subhead-weight) !important;
}

.f-mobile-nav__inner {
    padding-top: 1em !important;
}

.f-mobile-nav__link {
  line-height: 3em !important;
}

.site-header--transparent .mobile-nav-toggle .btn {
  align-self: center;
}

.mobile-nav-toggle button {
    align-self: center;
}

.site-header__link, .site-header__link.site-header__search-toggle-mobile {
    justify-content: end;
}

@media screen and (min-width: 1024px) {
.site-header--design-1 .site-header__left, .site-header--design-1 .site-header__right {
    flex: 0 !important;
}
}

@media screen and (max-width: 639.98px) {
  .site-header__link, .site-header__link.site-header__search-toggle-mobile {
      padding: 5px 0px!important;
  }
}

/* Scrolling Marquee */
.f-promotion__text {
  font-family: var(--font-subhead) !important;
  font-size: var(--font-subhead-size) !important;
  line-height: var(--font-subhead-lh) !important;
  letter-spacing: var(--font-subhead-ls);
  text-transform: var(--font-subhead-transform);
  font-weight: var(--font-subhead-weight) !important;
}

/* Featured Collection */
.product-card__title {
  font-family: var(--font-subhead) !important;
  font-size: var(--font-subhead-size) !important;
  line-height: var(--font-subhead-lh) !important;
  letter-spacing: var(--font-subhead-ls);
  text-transform: var(--font-subhead-transform);
  font-weight: var(--font-subhead-weight) !important;
}

@media (min-width: 768px) {
    .md\:f-grid-2-cols {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .md\:f-grid-2-cols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* Rich Text */
.rich-text__wrapper {
  max-width: min(80%, 920px);
  margin: 0 auto;
}
.rich-text__heading {
  font-family: var(--font-handwriting);
  text-transform: none;
  letter-spacing: 0;
}

.rich-text__heading {
    margin-top: 40px;
  }
  
@media (min-width: 768px) {
  .rich-text__heading {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .rich-text__heading {
    margin-bottom: 60px;
  }
}

/* Collage tabs */
.f-collage-tabs {
  background-color: var(--color-off-white);
}

.f-tabs__nav {
  font-family: var(--font-subhead) !important;
  font-size: var(--font-subhead-size) !important;
  line-height: var(--font-subhead-lh) !important;
  letter-spacing: var(--font-subhead-ls);
  text-transform: var(--font-subhead-transform) !important;
  font-weight: var(--font-subhead-weight) !important;
}

.f-collage-tab--heading {
  font-family: var(--font-handwriting);
  text-transform: none;
  letter-spacing: 0;
  max-width: clamp(200px, 70%, 500px);
}

.f-collage-tab--description {
  max-width: clamp(300px, 70%, 500px);
}

.f-collage-tabs .f-tabs__header {
  margin-bottom: var(--margin-small);
}

/* Custom Content */
.f-promotion__item {
    font-family: var(--font-heading);
    line-height: var(--font-heading-lh);
    letter-spacing: var(--font-heading-ls);
    text-transform: var(--font-heading-transform);
    font-weight: var(--font-heading-weight);
}

/*** PAGES ***/
/* PDP */
.f-product-single__block {
    margin: var(--margin-small) 0;
}

.f-product-single__block.f-product-single__block--title {
    /* padding-bottom: var(--margin-small); */
}

.f-product-single__block.f-product-single__block--description {
    /* padding-bottom: var(--margin-small); */
}

.sticky-atc-bar__product-title {
    margin-bottom: 0;
    line-height: 1;
}

.f-product-single__block--buy_buttons {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
/* 
.f-product__media .f-image {
  --aspect-ratio: 1 !important;
} */

/* Contact form */
.f-modal__inner {
    padding: var(--margin-large) var(--margin-medium) !important;
}

.f-modal__inner p.text-subtext {
    margin-top: 0.5em;
    margin-bottom: 2em;
}

.f-question-form {
    margin-bottom: 1em;
}

/* COLLECTION LIST PAGE */
.collection-banner__title {
    margin-top: var(--margin-large);
}

/* CUSTOMER ACCOUNT */
form#customer_login a.btn {
    font-family: var(--font-body);
    text-transform: none;
    letter-spacing: 0;
}
h2.f-form-message, .form__message {
    font-family: var(--font-body);
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
    text-transform: none;
}

/* WHOLESALE */
button.cf-submit-form.cf-button.btn.button {
    background-color: var(--color-leaves);
    color: white;
}
/* POLICY */
.shopify-policy__body.rte {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/*** FOOTER ***/
.site-footer .f-flex.flex-wrap {
    justify-content: space-around;
}

.site-footer__block--image img {
    margin-left: auto;
    margin-right: auto;
}

.site-footer__block--image [data-collapsible-icon] {
    display: none;
}

.site-footer__block-heading, .site-footer__block-heading {
  font-family: var(--font-handwriting) !important;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: var(--font-handwriting-size-small);
}

.site-footer__block-content {
  font-family: var(--font-subhead) !important;
  font-size: var(--font-subhead-size) !important;
  line-height: var(--font-subhead-lh) !important;
  letter-spacing: var(--font-subhead-ls);
  text-transform: var(--font-subhead-transform);
  font-weight: var(--font-subhead-weight) !important;
  margin-top: 2rem;
}

@media screen and (max-width: 1023.98px) {
  .site-footer__block-content {
    margin-top: 1rem;
  }
}

.site-footer__bottom {
    padding: 5rem 0 0 !important;
}

.site-footer__block--newsletter p {
  font-family: var(--font-body);
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.1em;
}

.site-footer li {
  line-height: 1.4 !important;
  margin-bottom: 1em;
}

.site-footer__bottom-row:first-child {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
}
.site-footer__bottom-row:nth-child(2) {
    display: block;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
}

.site-footer__bottom-row+.site-footer__bottom-row {
  margin-top: 0 !important;
  justify-content: center;
}

.site-footer__social-links {
    margin: auto;
}


p.site-footer__copyright {
    font-size: 11px;
}

/* Policies */
.shopify-policy__container {
  max-width: 900px !important;
}

.shopify-policy__body h2, .shopify-policy__body  h3 {
    font-family: var(--font-body);
    letter-spacing: 0;
    text-transform: none;
    margin-top: 20px;
}

/* Wholesale form */
button._formSubmitButton_1ll8d_81 {
    font-family: var(--font-subhead !important;
    text-transform: uppercase !important;
    font-weight: var(--font-subhead-weight) !important;
    letter-spacing: var(--font-subhead-ls) !important;
    background-color: var(--color-leaves) !important;
}
