/** Shopify CDN: Minification failed

Line 282:0 Unexpected "<"
Line 295:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:featured-collection-mobile-carousel (INDEX:29) */
.fc-mc__desktop {
    display: none;
  }

  .fc-mc__mobile {
    display: block;
    position: relative;
    padding: 0 44px;
  }

  @media screen and (min-width: 750px) {
    .fc-mc__desktop {
      display: block;
    }

    .fc-mc__mobile {
      display: none;
    }
  }

  .fc-mc__swiper {
    overflow: hidden;
  }

  .fc-mc__slide {
    height: auto;
    box-sizing: border-box;
    padding: 0 2px;
  }

  .fc-mc__mobile .custom-add-to-cart-btn {
    height: 40px;
    border-radius: 6px;
    border-width: 0.69px;
    padding: 6.94px 24.3px;
    box-sizing: border-box;
    width: 100%;
  }

  .fc-mc__nav-btn {
    position: absolute;
    top: var(--fc-mc-nav-top, 50%);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: rgb(var(--color-foreground));
    z-index: 10;
  }

  .fc-mc__nav-btn--prev {
    left: 0;
  }

  .fc-mc__nav-btn--next {
    right: 0;
  }

  .fc-mc__nav-btn svg {
    width: 12px;
    height: auto;
  }

  .fc-mc__nav-btn.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
  }
/* END_SECTION:featured-collection-mobile-carousel */

/* START_SECTION:icon-features-slider (INDEX:37) */
.icon-features-slider__header {
    margin-bottom: 2rem;
  }

  .icon-features-slider__logo {
    margin-bottom: 1.5rem;
  }

  .icon-features-slider__logo img {
    width: var(--logo-size, 120px);
    height: auto;
    display: block;
  }

  .text-center .icon-features-slider__logo {
    display: flex;
    justify-content: center;
  }

  .icon-features-slider__heading {
    font-family: 'Josefin Sans', sans-serif;
    font-size: var(--heading-font-size, 2.4rem);
    font-weight: 700;
    color: #333333;
    margin: 0 0 1rem;
  }

  .icon-features-slider__description {
    font-size: var(--desc-font-size, 1.4rem);
    line-height: 1.6;
    color: #333333BF;
    margin: 0;
    max-width: 60ch;
  }

  .text-center .icon-features-slider__description {
    margin-inline: auto;
  }

  /* ── Mobile: native scroll-snap slider ── */
  .icon-features-slider__wrapper {
    overflow: visible;
  }

  .icon-features-slider__track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .icon-features-slider__track::-webkit-scrollbar {
    display: none;
  }

  /* Peek: subtract peek size so a sliver of the next slide is visible */
  .icon-features-slider__slide {
    flex: 0 0 calc(100% / var(--items-mobile, 2) - var(--peek, 24px));
    scroll-snap-align: start;
    position: relative;
  }

  /* Separator between slides — first child has no left separator */
  .icon-features-slider__slide::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 5%;
    height: 90%;
    width: 1px;
    background: var(--icon-slider-separator, #c8c8c8);
  }

  .icon-features-slider__slide:first-child::before {
    display: none;
  }

  /* ── Desktop: static grid, no scrolling, no slider ── */
  @media screen and (min-width: 990px) {
    .icon-features-slider__wrapper {
      overflow: visible;
    }

    .icon-features-slider__header{
      margin-bottom: 4.8rem;
    }

    .icon-features-slider__track {
      overflow: visible;
      scroll-snap-type: none;
    }

    .icon-features-slider__slide {
      flex: 0 0 calc(100% / var(--items-desktop, 4));
      scroll-snap-align: none;
    }

    /* On desktop, hide ::before and use border-left via sibling selector.
       The + selector naturally skips the first item — no outer separators. */
    .icon-features-slider__slide::before {
      display: none;
    }

    .icon-features-slider__slide + .icon-features-slider__slide {
      border-left: 1px solid var(--icon-slider-separator, #c8c8c8);
    }
  }

  .icon-features-slider__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.2rem;
    padding: 2rem 1.4rem;
  }

  @media screen and (min-width: 990px) {
    .icon-features-slider__item {
      padding: 2rem 4.5rem;
    }
  }

  .icon-features-slider__icon {
    width: var(--icon-size, 90px);
    height: var(--icon-size, 90px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-features-slider__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .icon-features-slider__title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: var(--title-font-size, 1.4rem);
    font-weight: 500;
    color: #333333;
    line-height: 1.4;
    margin: 0;
  }
/* END_SECTION:icon-features-slider */

/* START_SECTION:new-article (INDEX:65) */
.article-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
  }
  .article-section .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .article-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
  }
  .article-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
  }
  .article-image {
    text-align: center;
    margin-top: 20px;
  }
  .article-image img {
    max-width: 100%;
    height: auto;
    border-radius: var(--media-radius);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  .product-card img {
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  }
  @media (max-width: 768px) {
    .article-title {
      font-size: 2rem;
    }
    .article-section {
      padding: 40px 10px;
    }
  }
/* END_SECTION:new-article */

/* START_SECTION:product-taste (INDEX:80) */
<style>
  .product-taste-section {
    margin-top: 2rem;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 12px;
    text-align: center;
  }
  .product-taste-section img {
    max-width: 150px;
    margin-top: 1rem;
    border-radius: var(--media-radius);
  }
</style>
/* END_SECTION:product-taste */