/** Shopify CDN: Minification failed

Line 104:0 All "@import" rules must come first

**/
@font-face {
  font-family: "PeaceCoffee";
  src: url("/cdn/shop/files/PeaceCoffee-Regular.woff2?v=1730833880")
      format("woff2"),
    url("/cdn/shop/files/PeaceCoffee-Regular.woff?v=1730833880")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GT-America";
  src: url("/cdn/shop/files/GT-America-Standard-Medium.woff2?v=1730835290")
      format("woff2"),
    url("/cdn/shop/files/GT-America-Standard-Medium.woff?v=1730835290")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GT-America";
  src: url("/cdn/shop/files/GT-America-Condensed-Medium.woff2?v=1730835304")
      format("woff2"),
    url("/cdn/shop/files/GT-America-Condensed-Medium.woff?v=1730835304")
      format("woff");
  font-weight: normal;
  font-style: narrower;
}

@font-face {
  font-family: "GT-America";
  src: url("/cdn/shop/files/GT-America-Condensed-Bold.woff2?v=1730835304")
      format("woff2"),
    url("/cdn/shop/files/GT-America-Condensed-Bold.woff?v=1730835304")
      format("woff");
  font-weight: 800;
  font-style: narrower;
}

@font-face {
  font-family: "GT-Walsheim";
  src: url("/cdn/shop/files/GT-Walsheim-Bold.woff2?v=1730836057")
      format("woff2"),
    url("/cdn/shop/files/GT-Walsheim-Bold.woff?v=1730836057")
      format("woff");
  font-weight: 800;
  font-style: normal;
}
/*
@font-face {
  font-family: "GT-Walsheim";
  src: url("/cdn/shop/files/GT-Walsheim-Condensed-Bold.woff2?v=1730836064") format("woff2"),
       url("/cdn/shop/files/GT-Walsheim-Condensed-Bold.woff?v=1730836064") format("woff");
  font-weight: 800;
  font-style: narrower;
}
*/
@font-face {
  font-family: "GT-Walsheim";
  src: url("/cdn/shop/files/GT-Walsheim-Medium.woff2?v=1730836070")
      format("woff2"),
    url("/cdn/shop/files/GT-Walsheim-Medium.woff?v=1730836070")
      format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "GT-Walsheim";
  src: url("/cdn/shop/files/GT-Walsheim-Regular.woff2?v=1733929541")
      format("woff2"),
    url("/cdn/shop/files/GT-Walsheim-Regular.woff?v=1733929541")
      format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GT-Walsheim";
  src: url("/cdn/shop/files/GT-Walsheim-Regular-Oblique.woff2?v=1733929541")
      format("woff2"),
    url("/cdn/shop/files/GT-Walsheim-Regular-Oblique.woff?v=1733929541")
      format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "p22-mackinac-book";
  src: url("/cdn/shop/files/p22-mackinac-book.woff2?v=1744117093")
      format("woff2"),
    url("/cdn/shop/files/p22-mackinac-book.woff?v=1744117093")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,800;1,800&display=swap");

.hd1,
.hd2,
.product__title.h1,
.tabs__select,
h1,
.h1,
h2,
.h2,
.promotion__text,
.footer-newsletter .h3 {
  font-family: PeaceCoffee, var(--font-heading-family) !important;
  letter-spacing: 0.1em !important;
}

h3,
.h3,
.h5,
h5,
.text-subheading,
select,
p,
.p,
body,
.font-heading,
.form-control,
.multicolumn-card__title.h4,
.totals__subtotal,
.totals__subtotal-value {
  font-family: GT-Walsheim, var(--font-body-family);
  font-weight: normal;
  font-style: normal;
}

.btn--secondary,
.btn--primary,
.btn,
.btn--underline,
.menu-drawer__item-link,
.font-navigation,
button,
.announcement-bar__text,
.h4,
h4 {
  font-family: Nunito, sans-serif;
  letter-spacing: 0.13em;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.font-navigation {
  font-size: 16px;
}

.p,
p {
  line-height: 2.2rem;
}

@media (max-width: 1400px) {
  .coffee-quiz {
    display: none !important;
  }
}

.coffee-quiz {
  height: auto !important;
  padding: 10px 20px !important;
  border-radius: 20px !important;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative; /* Establishes a new stacking context */
  border: 2px solid #231f20 !important;
  font-size: 13px !important;
  color: #231f20; /* Default text color */
  background-color: transparent;
  z-index: 0; /* Set to 0 to create stacking context */
  line-height: 20px;
}
/*
.coffee-quiz::before, .product-form__submit::before {
  content: '';
  position: absolute;
  top: 100%; 
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8a6e4b; 
  z-index: -1; 
  transition: top 0.5s ease-in-out;
}

.coffee-quiz:hover::before,
.coffee-quiz:active::before,
.product-form__submit:hover::before,
.product-form__submit:active::before {
  top: 0;
}

.coffee-quiz:hover,
.coffee-quiz:active,
.product-form__submit:hover,
.product-form__submit:active {
  color: #f1efd9;
}

.coffee-quiz span, .product-form__submit span {
  position: relative;
  z-index: 1; 
  transition: color 0.5s ease;
}
*/

.feature-list__items {
  gap: 5rem !important;
}

.text-pcard-title {
  font-size: 1.9rem;
}

.product__title {
  margin: -20px 0 !important;
  text-transform: capitalize;
}

.announcement-bar__content {
  padding-inline: 0;
}

.drawer__content {
  background-color: #f2f2e6;
}

@media (min-width: 1000px) {
  .image-with-text__content.btn-block {
    display: flex;
    column-gap: 20px;
  }
  .product-hero.page-width {
    padding-inline-start: 0 !important;
  }
  .text-pcard-title {
    font-size: 3rem;
  }
}

.drawer__inner,
.menu-drawer__submenu {
  background-color: #f2f2e6;
}

.menu-drawer__header {
  bottom-border: 1px solid black;
}

.quantity:before {
  border: 0.1rem solid black;
}

.drawer__body {
  border-top: 1px solid black;
}

.cart-drawer__footer {
  border-top: 0.1rem solid black !important;
}

.subscribe-save .page-width {
  padding-inline-end: 0;
}

button,
.btn {
  border-width: 2px;
}

.footer__middle {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-top: 0;
}

.footer__middle .footer-turtle {
  width: 140px;
}

.footer__middle img {
  width: 120px;
}

.footer__bottom-row {
  font-size: 15px;
}

.footer__wrapper {
  padding-bottom: 0rem;
}

.footer__info .linklist {
  text-decoration: underline;
}

.social__link svg {
  width: 4rem;
  height: auto;
}

.footer-block:last-child .accordion-details summary {
  display: none;
}

.footer-block:last-child .accordion-details {
  font-family: "Nunito", sans-serif !important;
  text-transform: uppercase;
  font-weight: 800 !important;
  letter-spacing: 0.13rem;
  margin-top: -1px;
}

.linklist--vertical li + li {
  padding-top: 0.5rem;
}

.product__block:first-child:empty + .product__block {
  letter-spacing: 0.1em;
}

.font-body-bold,
.form__label {
  font-family: "GT-Walsheim" !important;
  font-weight: bold !important;
}

.product-form__input--button input[type="radio"] + label,
.form-control {
  letter-spacing: 0.1em;
}

/* Collection Selector Styles */
.collection-selector {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

.collection-link {
  text-decoration: none;
  color: black;
  font-family: "PeaceCoffee", sans-serif;
  font-size: 1em;
  padding: 0.5em 0;
  border: 2px solid transparent;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  flex: 1 1 auto;
  text-align: center;
}

/* Responsive Adjustments for Mobile */
@media (max-width: 768px) {
  .collection-selector {
  }
  .collection-link {
    font-size: 0.9em; /* Smaller font for mobile */
    padding: 0.4em 0.9em; /* Compact padding for smaller screens */
  }
  .collection-link:first-of-type {
  }
  .product-form__submit {
    width: 90%;
    margin: 5px auto 0;
    height: 50px;
  }
  .hero-btns .btn-block {
    margin-bottom: 20px;
  }
  .announcement-bar__text {
    font-size: 15px;
  }
  .collection__toolbar {
    padding-block: 2rem 1.2rem !important;
  }
  .roast-level {
    font-size: 1.8rem;
  }
  .product-card__atc {
    width: 92%;
  }
  .product {
    gap: 2rem !important;
  }
  .product-hero.page-width {
    margin: 0;
    padding: 0;
  }
  .hd2 {
    font-size: 4rem;
  }
  .text-under-title {
    font-size: 15px;
  }
  .footer__top-wrapper.f-flex {
    --row-gap: 1rem !important;
  }
  .footer__bottom-row + .footer__bottom-row {
    gap: 2rem;
  }
  .no-space-right .page-width,
  .no-space-left .page-width {
    padding-right: 0;
    padding-left: 0;
  }
  .short-desc {
    margin: 0.5rem 1rem;
  }
  .footer__middle {
    padding-top: 1rem;
  }
  .rainbow-img {
    margin: auto;
  }
  .footer-block:last-child .accordion-details {
    font-size: 1.9rem;
  }
  .menu-drawer__menus.active .mobile-quiz {
    display: none;
  }
  .swipe-mobile {
    --column-width-mobile: 78vw;
  }
  .product-card__atc-text {
    font-size: 15px;
  }
  .tax-note {
    font-size: 1.4rem;
  }
  .drawer__body {
    padding-block-start: 1rem !important;
  }
  .image-with-text__review-block .rich-text__text {
    font-size: 1.8rem;
    text-align: left;
    width: auto !important;
  }
  .image-with-text__review-block {
    gap: 10px !important;
  }
  .image-with-text__review-block {
    justify-content: center;
  }
  .image-with-text__review-block img {
    vertical-align: inherit !important;
  }
  .hand-img [style*="--aspect-ratio"] > :first-child {
    width: 70%;
    height: auto;
    margin: 5px auto 0;
  }

  .hand-img [style*="--aspect-ratio"]:before {
    padding-top: calc(70% / (0 + var(--aspect-ratio, 1.7777777778)));
  }
  .product-showcase {
    --item-spacing: 1.2rem !important;
    --button-spacing: 1.8rem !important;
  }
  .custom-btn-flex {
    column-gap: 10px;
  }
  .custom-btn-flex .btn {
    padding: 0 15px;
  }
  .product-card__info {
    height: 290px;
  }
}

@media (max-width: 400px) {
  .text-under-title {
    font-size: 14.5px;
  }
}

@media (min-width: 768px) {
  .product-form__submit {
    width: 90%;
    margin: 5px auto 0;
    height: 50px;
  }
  .hero-btns {
    display: flex;
    column-gap: 20px;
  }
  .collection__toolbar {
    padding-block: 4rem 1.2rem !important;
  }
  body.header-pinned .sticky-element {
    --sticky-offset: 10px !important;
  }
  .roast-level {
    font-size: 2rem;
  }
  .product-card__atc {
    width: 70%;
  }
  .block.product__info-wrapper {
    padding-top: 7rem;
  }

  .no-space-right .page-width {
    padding-right: 0;
  }

  .no-space-left .page-width {
    padding-left: 0;
  }

  /*
.product-hero img {
  max-width: 80%;
  height: auto;
  vertical-align: middle;
  margin: auto;
  display: block;
}
  */
  .facet-short select {
    width: 100px;
  }
  .footer__bottom-row + .footer__bottom-row {
    margin-top: 0;
  }
  .hd1,
  .hd2,
  .text-pcard-title,
  .product__title.h1,
  .tabs__select,
  h1,
  .h1,
  h2,
  .h2,
  .promotion__text {
    line-height: 6rem;
  }
  .short-desc {
    margin: 1rem 3rem;
  }
  .footer-block__heading {
    font-size: calc(var(--font-h4-size) * 0.9) !important;
  }
  .footer-block:last-child .accordion-details {
    font-size: 2.1rem;
  }
  .product__media-icon {
    top: 3.5rem !important;
  }
  .image-with-text__review-block .rich-text__text {
    font-size: 2.5rem;
    width: 65% !important;
  }
  .hand-img [style*="--aspect-ratio"] > :first-child {
    width: 60%;
    height: auto;
    margin: 5px auto 0;
  }

  .hand-img [style*="--aspect-ratio"]:before {
    padding-top: calc(60% / (0 + var(--aspect-ratio, 1.7777777778)));
  }

  .custom-btn-flex {
    column-gap: 20px;
  }

  .product-card__info {
    height: 320px; /* Tweak this until all cards align */
  }
}

.roast-level {
  margin: -1rem 0 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em !important;
  font-weight: 500 !important;
}
.mega-menu__wrapper {
  border-top: 0px;
}
@media (max-width: 1022px) {
  .find-peace-icon {
    display: none;
  }
}

@media (min-width: 1023.98px) {
  .article--has-media .article__wrapper {
    margin-top: 0 !important;
  }
}

.f-price {
  font-weight: 500;
}

.product-card:not(.product-card--list) .product-card__actions .btn {
  opacity: inherit !important;
}

.product-card__main-actions {
  position: static !important;
  margin-top: auto;
}

.btn--link {
  font-weight: 500;
}

.card-media__button {
  margin-top: -5px !important;
}

.card-media__media {
  height: 240px !important;
  width: 240px;
  margin: auto;
}

.product-card__image-wrapper {
  border-radius: 0;
}

.icon--large {
  width: 3.5rem;
  height: auto;
}

.text-pcard-title {
  line-height: calc(1 + 0.25 / var(--font-pcard-title-scale));
}

.footer__top-wrapper.f-flex {
  --row-gap: 5rem;
}

.swiper-button-next {
  left: auto;
  right: 5px;
}

.swiper-button-prev {
  left: 5px;
  right: auto;
}

.product__block--addons {
  padding-bottom: 10px;
}

.cart-item__title {
  line-height: 0 !important;
}

.cart-item__title {
  font-size: 2rem;
}

.section-heading__blog-link {
  text-align: center;
  margin: -20px 0 30px;
}

.product-form__input .select {
  border: 1px solid black;
  border-radius: 10px;
}

.multicolumn-card__image {
  border-radius: 100px;
}

.drawer__body {
  padding-block-start: 2rem;
}

.installment {
  display: none;
}

#SortBy {
  width: 125px;
}

.multicolumn-card__title.h4 {
  letter-spacing: 0;
  font-weight: normal !important;
}

.no-space.page-width {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.recommendation-collection-item.flex,
.recommendation-collection-item .flex {
  display: block;
}

.recommendation-collection-item {
  border: 0 !important;
}

.round-corner .blocks-radius {
  border-radius: 20px;
}

.product-card__atc-icon {
  display: none;
}

.mobile-quiz {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.cart-item__media img {
  max-width: 120%;
  margin: 0 0 0 -1rem;
}

.swiper-button {
  display: none;
}

.menu-drawer__submenu .active .menu-drawer__promotions {
  display: none;
}

.swiper-pagination-bullet,
.swiper-button {
  display: none !important;
}

.text-pcard-title {
  font-family: PeaceCoffee, var(--font-heading-family) !important;
  letter-spacing: 0.05em !important;
}

.accordion-details__summary .h5 {
  font-family: "Nunito" !important;
  font-weight: 900;
}

.c-okeReferralsApp {
  border: 0;
}

.product-card--list .product-card__atc {
  width: 80px;
  border-radius: 50px;
}

.cart-drawer-products-recommendation {
  border-top: 1px solid black;
  padding-top: 10px;
  margin-top: 10px;
}

.product-card--list .product-card__info .f-price {
  margin: 0;
}

cart-items .gap-8 {
  gap: 3rem;
}

.product-card--list.blocks-radius {
  border: 1px solid darkgray;
  border-radius: 10px;
  background-color: white;
}

.totals__subtotal {
  letter-spacing: 0.05em !important;
}

.image-with-text__review-block {
  margin-bottom: -20px;
  flex-direction: row !important;
}

.stars-img {
  width: 25% !important;
}
.promotion__caption {
  margin-top: 0.5rem;
  width: 85%;
}

.newsletter .section__header {
  display: block !important;
}

.custom-btn-flex {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .section--custom-content .swipe-tablet__inner {
    --slider-grid: none;
  }
}

.article-card__date {
  padding-top: 20px;
}

.short-desc,
.product-card__title.text-pcard-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card .f-price {
  margin-bottom: 0.5rem;
  margin-top: auto;
}

.product-card__footer {
  margin-top: auto;
}

/* 1. Make all product cards flex containers with vertical layout */
.product-card__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* 1. Force each product card to be the same height */
.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* 2. Make sure the inner wrapper fills the card and pushes the button down */
.product-card__wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* 3. Stretch the info container, and push button to bottom */
.product-card__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* 4. Push main actions to the very bottom */
.product-card__main-actions {
  margin-top: auto;
  padding-top: 0;
  display: flex;
  justify-content: center;
}

/* 5. Optional: enforce equal min height for visual content consistency */
.product-card__info > *:not(.product-card__main-actions) {
  margin-bottom: 0.75rem;
}

.hd3 {
  line-height: calc(1 + 0 / max(1, var(--font-heading-scale))) !important;
}

@media (min-width: 768px) {
  .md\:w-1\/6 {
    width: 15% !important;
  }
}

@media (max-width: 768px) {
  .md\:w-1\/6 {
    width: 50% !important;
  }
}

.section--press .swiper-button-next,
.section--press .swiper-button-prev {
  border: 0;
}

.section--press .swiper-slide .media-wrapper {
  display: none;
}

.section--press .h3 {
  text-transform: none;
}

.callout-author {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .section--press .swiper-horizontal {
    width: 70% !important;
  }
  .feature.block img {
  width: 17px !important;
  height: auto;
}
  .feature-grid {
  padding: 0 1.5rem;
}
  .feature-grid p{
    font-size: 16px;
}
}

@media (max-width: 380px) {
  .feature-grid .p {
    font-size: 15.5px !important;
}
}

.featured-blog__carousel [style*="--aspect-ratio"]:before {
  padding-top: 200px !important;
}

.featured-blog__carousel .article-card__content {
  width: 280px !important;
}

.cart-drawer-products-recommendation .product-card__wrapper {
  flex-direction: row;
}

.cart-drawer-products-recommendation .product-card__info {
  height: auto;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.feature.block img {
  width: 20px;
  height: auto;
}

.feature-grid .feature {
  flex: 1 1 calc(50% - 0.5rem);
  display: flex;
  align-items: center;
  gap: 8px;
}

  @media screen and (min-width: 1024px) {
    .feature-grid .feature {
      flex: 1 1 calc(33.333% - 0.666rem);
    }
  }