/** Shopify CDN: Minification failed

Line 470:0 Unexpected "}"
Line 480:0 Unexpected "}"

**/
/* === Ohno Softie Black === */
@font-face {
  font-family: 'Ohno Softie Black';
  src: url('/cdn/shop/files/OhnoSoftie-Black.woff2?v=1787258198') format('woff2'),
       url('/cdn/shop/files/OhnoSoftie-Black.woff?v=1787258198') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* === Komplekt Ultra Font === */
@font-face {

  font-family: 'Komplekt Ultra';
  src: url('/cdn/shop/files/Komplekt-070Ultra.woff2?v=1787257481') format('woff2'),
       url('/cdn/shop/files/Komplekt-070Ultra.woff?v=1787257481') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* === Mushy Script Font === */
@font-face {
  font-family: 'Mushy Script Cheese';
  src: url('/cdn/shop/files/MushyScript-Cheese.woff2?v=1787258186') format('woff2'),
       url('/cdn/shop/files/MushyScript-Cheese.woff?v=1787258186') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* === Gooper7 Fonts === */
@font-face {
  font-family: 'Gooper7 Light';
  src: url('/cdn/shop/files/gooper7-light.woff2?v=1748759948') format('woff2'),
       url('/cdn/shop/files/gooper7-light.woff?v=1748759948') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gooper7 Regular';
  src: url('/cdn/shop/files/gooper7-regular.woff2?v=1748759948') format('woff2'),
       url('/cdn/shop/files/gooper7-regular.woff?v=1748759948') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gooper7 Medium';
  src: url('/cdn/shop/files/gooper7-medium.woff2?v=1748759948') format('woff2'),
       url('/cdn/shop/files/gooper7-medium.woff?v=1748759948') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gooper7 Medium Italic';
  src: url('/cdn/shop/files/gooper7-mediumitalic.woff2?v=1748759948') format('woff2'),
       url('/cdn/shop/files/gooper7-mediumitalic.woff?v=1748759948') format('woff');
  font-weight: 500;
  font-style: italic;
}

/* === Mint Book Fonts === */
@font-face {
  font-family: 'Mint Book Medium';
  src: url('/cdn/shop/files/mint-book-medium-v1.woff2?v=1748759948') format('woff2'),
       url('/cdn/shop/files/mint-book-medium-v1.woff?v=1748759948') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Mint Book Bold';
  src: url('/cdn/shop/files/mint-book-bold-v1.woff2?v=1748759948') format('woff2'),
       url('/cdn/shop/files/mint-book-bold-v1.woff?v=1748759948') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Mint Book Regular';
  src: url('/cdn/shop/files/mint-book-regular-v1.woff2?v=1748759948') format('woff2'),
       url('/cdn/shop/files/mint-book-regular-v1.woff?v=1748759948') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* === Ralphisans Font Faces === */
@font-face {
  font-family: 'Ralphisans';
  src: url('/cdn/shop/files/ralphisans-regular-webfont.woff2?v=1748885408') format('woff2'),
       url('/cdn/shop/files/ralphisans-regular-webfont.woff?v=1748885408') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Ralphisans';
  src: url('/cdn/shop/files/ralphisans-medium-webfont.woff2?v=1748885408') format('woff2'),
       url('/cdn/shop/files/ralphisans-medium-webfont.woff?v=1748885408') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Ralphisans';
  src: url('/cdn/shop/files/ralphisans-bold-webfont.woff2?v=1748885408') format('woff2'),
       url('/cdn/shop/files/ralphisans-bold-webfont.woff?v=1748885391') format('woff');
  font-weight: 700;
  font-style: normal;
}

.product__subtitle-jp {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 2rem;
  margin-top: 1em;
}

.product-attributes {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-badge {
  /* background-color: #eee; */
  background-color: rgba(var(--color-foreground), 0.1);
  border-radius: 999px;
  padding: 0.25em 0.75em;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: default;
}

.product__title h1, .product-attributes, .product__subtitle-jp {
  margin-bottom: 2rem !important;
}

/* === Sample Usage (Optional) === */
body {
  /* font-family: 'Gooper7 Regular', serif; */
  font-family: 'Mint Book Regular', sans-serif;
  /* font-family: 'Ralphisans', sans-serif;   */
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Mint Book Bold', sans-serif;
  text-transform: uppercase;
  /* font-family: 'Gooper7 Regular', serif; */
  line-height: calc(1 + 0.1 / max(1, var(--font-heading-scale)));
}


em, i {
  /* font-family: 'Gooper7 Medium Italic', sans-serif; */
}

/* custom header */

.password-header {
  padding: 2rem 2rem !important;

}


header {
  /* padding: 1rem 2rem !important; */

}

@media screen and (min-width: 750px) {
  header, .password-header {
     /* padding: 2em !important; */
    padding: 3rem 5rem !important;
  }
}

@media screen and (min-width: 990px) {
  header {
    padding: 3rem 5rem !important;
  }
  .password-header {
    padding: 4rem 5rem !important;
  }

}

/*  */

/* password screen */

.email-signup-banner__box {
  width: 30% !important;
  border-radius: 6px;
}

@media screen and (max-width: 749px) {
  .email-signup-banner__box {
  width: 100% !important;
  }
}


/*  */

h1, h2, h3, h4, h5, h6,
.banner__heading,
.inline-richtext.h0 {
  font-family: 'Mint Book Bold', sans-serif !important;
  text-transform: uppercase;
  line-height: calc(1 + 0.05 / max(1, var(--font-heading-scale)));
}

h0, h1, .h1 .h0, .inline-richtext {
  /* font-family: 'Gooper7 Light', serif !important; */
    font-family: 'Gooper7 Regular', serif !important;


}

.email-signup-banner__heading {
  font-family: 'Gooper7 Medium Italic' !important;
  font-style: italic;
}


/* .product__title h1 {
  font-family: 'Mint Book Bold', sans-serif !important;
} */

.product__title h1 {
  font-family: 'Mushy Script Cheese', cursive !important;
  /* font-size: 2em !important; */
  line-height: 0.9em !important;
  margin-bottom: 0.2em !important;
}

/* .product__title h1 {
  font-family: 'Komplekt Ultra', sans-serif !important;
  line-height: 0.9em !important;
  margin-bottom: 0.2em !important;
} */

/* Granola title */
.product-type-granola .product__title h1 {
  font-family: 'Ohno Softie Black', sans-serif !important;
  line-height: 0.9em !important;
  margin-bottom: 0.2em !important;

}

:root {
  --buttons-radius-outset: 6px !important;
  /* --border-radius: 6px !important; */
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  border-radius: 6px;
}


button,
.button,
a.button,
.shopify-payment-button__button,
.shopify-challenge__button,
input[type="submit"] {
  border-radius: 6px !important;
}
.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  border-radius: 6px !important;
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  border-radius: 6px !important;
}

.button,
.button::before,
.button::after,
.shopify-payment-button__button,
.shopify-payment-button__button::before,
.shopify-payment-button__button::after {
  border-radius: 6px !important;
}

.button,
.shopify-payment-button__button {
  border-radius: 6px !important;
  overflow: hidden !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
}

#shopify-installments {
  display: none !important;
}

/* Custom HR Rule */

.hr-rule {
  margin: 3rem 0 !important;
  border: none;
  /* border-top: 1px solid rgba(0, 0, 0, 0.05); */
  background-color: rgba(var(--color-foreground), 0.2) !important;
}

/* Styling for nutritional facts */

.nutrition-panel {
  /* margin-top: 1.5em; */
  /* padding: 1em; */
  /* border: 1px solid #ccc; */
  /* border-radius: 0.5em; */
  /* font-size: 0.95em; */
}

.nutrition-panel h4 {
  margin-bottom: 0.5em;
}

.nutrition-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nutrition-panel li {
  margin-bottom: 0.25em;
}

/*  */

.nutrition-facts {
  /* margin-top: 2rem; */
  /* font-size: 1rem; */
  /* color: inherit; */
}

.nutrition-heading {
  /* font-weight: bold; */
  /* margin-bottom: 0.75rem; */
  /* text-transform: uppercase; */
  /* letter-spacing: 0.05em; */
}

.nutrition-row, .nutrition-meta {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 0.4rem; */
}

.nutrition-meta {
    margin: 1.5rem 0;
}


/* custom button with on product page  */

.product-form__buttons {
  max-width: 50rem !important;
}

h1.main-page-title {
  text-align: center;
}

.rich-text__blocks h2 {
    text-align: center !important;

}

#shopify-section-template--24698778255673__rich_text_BLLnKQ p:last-child img {
  border: none !important;
}

/* #shopify-section-template--24698778255673__rich_text_BLLnKQ p {
  text-align: left !important;
}*/

#shopify-section-template--24698778255673__rich_text_BLLnKQ .rte > *:last-child {
  text-align: center !important;
} 

/* global border radius */
.product__media img,
.card__media img,
.collection-product-card img {
  border-radius: 3px;
}

.card__inner,
.card__inner .media {
  border-radius: 3px;
  overflow: hidden;
}

.card__inner img {
  transition: transform 0.3s ease;
  border-radius: 3px; /* optional, for extra safety */
}

/* .kl-private-reset-css-XuajS1 button {
  padding: 12px 32px !important;
  font-size: 16px;
}

.klaviyo-wrapper {
  margin-top: 2rem;
  text-align: center;
}

.klaviyo-wrapper form {
  max-width: 400px;
  margin: 0 auto;
}
 */
.klaviyo-wrapper button {
  padding: 0px 24px !important;
  font-size: 16px;
  font-family: 'Mint Book Regular', sans-serif !important;
}

.kkaviyo-wrapper p span {
  font-family: 'Mint Book Regular', sans-serif !important;
}
.klaviyo-form input::placeholder {
  font-family: 'Mint Book Regular', sans-serif !important;
}

.klaviyo-wrapper span[class*="ql-font-"] {
  font-family: 'Mint Book Regular', sans-serif !important;
  color: rgba(102, 93, 110, 0.75) !important;
  letter-spacing: 0.7px;
}

.klaviyo-wrapper [id^="rich-text-"] span {
  font-family: 'Mint Book Regular', sans-serif !important;
  color: rgba(102, 93, 110, 0.75) !important;
  letter-spacing: 0.7px;
  display: block;
  margin-bottom: 1rem;
}

/* accorion */

/* .icon-caret {
  background: red; /* temp */
}
.card__badge.top.left .badge {
  padding: 0.6rem 1rem 0.5rem 1rem !important;
  background-color: red !important;
}

.accordion ul, .accordion ol {
  padding-left: 0rem !important;
}

}

div[data-simple-bundles-options] select {
  color: #665D6E !important;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 6px !important;
  outline: none !important;
}

[data-simple-bundles-options] select {
  color: #665D6E !important;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 6px !important;
  outline: none !important;
}

/* div[data-simple-bundles-options] select:focus {
  border: 2px solid #665D6E !important;
  outline: 2px solid #665D6E !important;
} */

.product__accordion .accordion__content {
  padding: 0rem !important;
}

.accordion {
  margin-top: 2.5rem;
  margin-bottom: 0;
  border-top: 0.1rem solid rgba(var(--color-foreground), .2) !important;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), .2) !important;
}

.product__accordion.accordion:last-child {
border-top: none !important;
}

.accordion__title {
  line-height: 3rem !important;
}

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

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

.underlined-link,
.customer a,
.inline-richtext a {
  color: rgba(var(--color-link), var(--alpha-link), .3);
  text-underline-offset: 0.45rem;
  text-decoration-thickness: 0.01rem;
}

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

.thumbnail {
  color: rgb(var(--color-foreground), .3) !important;
}


.thumbnail[aria-current] {
  box-shadow: 0 0 0rem 0.1rem rgb(var(--color-foreground), .3) !important;
  border-color: rgb(var(--color-foreground), .3) !important;
}

.announcement-bar__message {
  min-height: unset !important;
}


/* Where to Buy — stockist listings (sections/where-to-buy.liquid) */

.stockists__intro {
  margin-bottom: 3rem;
}

.stockist-group + .stockist-group {
  margin-top: 4.5rem;
}

.stockist-group__heading {
  margin: 0 0 2rem;
}

.stockist-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 3rem;
}

@media screen and (min-width: 750px) {
  .stockist-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 4rem;
  }
}

.stockist__name {
  margin: 0 0 0.6rem;
  /* !important is required here: the h1-h6 rule above sets Mint Book Bold with
     !important, which a plain class rule cannot beat. `Gooper` is declared at
     runtime outside this repo, so Gooper7 Regular (same files) is the fallback. */
  font-family: Gooper, 'Gooper7 Regular', serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: none;
}

/* The name is a heading for semantics only, so the anchor inherits its type
   rather than Dawn's .link styling. Keeps linked and unlinked names identical. */

.stockist__link {
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.01rem;
}

.stockist__link:hover {
  color: rgb(var(--color-link));
}

/* Address, locality, schedule and notes are one paragraph split by <br>. */

.stockist__details {
  margin: 0;
  line-height: 1.7em;
}

.stockist__notes {
  color: rgba(var(--color-foreground), 0.7);
}

/* A temporary state ("Closed for the season") replaces the schedule and is
   badged like .product-badge, so it reads as a status rather than as hours. */

.stockist__badge {
  display: inline-block;
  background-color: rgba(var(--color-foreground), 0.1);
  border-radius: 999px;
  padding: 0.15em 0.7em;
  font-size: 0.85em;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(var(--color-foreground), 0.7);
}
