/** Shopify CDN: Minification failed

Line 49:5 Expected ":"

**/
.section-matcha-products .page-width {
  /* max-width: 930px; */
  @media screen and (max-width: 989px) {
    max-width: 100%;
  }
}

.section-matcha-products .section-header {
  text-align: center;
  margin-bottom: 30px;
  @media screen and (max-width: 719px) {
    margin-bottom: 40px;
  }
}

.section-matcha-products .section-header .title {
  margin: 0 0 10px;
  font-size: 44px;
  @media screen and (max-width: 719px) {
    font-size: 34px;
  }
}

.section-matcha-products .section-header .subtitle {
  margin: 0;
}

.section-matcha-products__page-width {
  overflow: hidden;
  @media screen and (max-width: 989px) {
    padding: 0;
  }
}

.section-matcha-products-wrap {
  position: relative;
}

.section-matcha-products-wrap:not(.flickity-enabled) {
  display: flex;
  @media screen and (min-width: 990px) {
    gap: 38px;
            justify-content: center;
    j
  }
}

.section-matcha-products-wrap.flickity-enabled {
  padding-bottom: 30px;
}

.section-matcha-products .flickity-viewport {
  overflow: hidden;
  @media screen and (max-width: 989px) {
    padding-left: 25px;
  }
  @media screen and (max-width: 719px) {
    padding-left: 16px;
  }
}

.section-matcha-products .flickity-page-dots {
  display: flex;
  gap: 8px;
  bottom: 0;
  @media screen and (max-width: 989px) {
    left: 25px;
  }
  @media screen and (max-width: 719px) {
    left: 16px;
  }
}

.section-matcha-products .flickity-page-dots .dot {
  margin: 0;
  background-color: #E0340080;
  opacity: 1;
  width: 8px;
  height: 8px;
}

.section-matcha-products .flickity-page-dots .dot.is-selected {
  background-color: #E03400;
}

.section-matcha-products .flickity-prev-next-button {
  display: none;
}

.section-matcha-products-item {
  position: relative;

  @media screen and (min-width: 990px) {
    width: 50%;
    max-width: 270px;
  }
}

.flickity-enabled .section-matcha-products-item {
  width: 40%;
  margin-right: 38px;
  @media screen and (max-width: 719px) {
    width: 70%;
    min-width: 268px;
  }
}

.section-matcha-products-item .item-media {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #E03400;
}

.section-matcha-products-item .item-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.2;
}

.section-matcha-products-item .item-title {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  z-index: 2;
}

.section-matcha-products-item .item-content-wrap {
  padding: 20px;
}

.section-matcha-products-item .item-text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.section-matcha-products-item .item-text p {
  margin-top: 0;
}

.section-matcha-products-item .item-text p:last-child {
  margin-bottom: 0;
}

.section-matcha-products-item .item-text p + p:last-of-type {
  margin: 20px 0 4px;
  color: #E03400;
  font-size: 16px;
}

.section-matcha-products-item .item-text ul {
  margin: 0;
  font-size: 16px;
}

.section-matcha-products-item .item-text li::marker {
  color: #E03400;
}

.section-matcha-products-item .item-button .button {
  width: 100%;
  text-align: center;
  padding: 17px 10px;
}

.section-matcha-products-bottom {
  width: fit-content !important;
  margin: 35px auto 0;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  @media screen and (max-width: 719px) {
    margin: 40px auto 0;
    align-items: flex-start;
    gap: 29px;
  }
}

.section-matcha-products-bottom .bottom-image {
  flex-shrink: 0;
  @media screen and (max-width: 719px) {
    order: 2;
  }
}

.section-matcha-products-bottom .bottom-image svg {
  display: block;
  width: 85px;
  height: auto;
  @media screen and (max-width: 719px) {
    width: 67px;
  }
}

.section-matcha-products-bottom .bottom-text {
  width: 100%;
  font-size: 20px;
  line-height: 29px;
  @media screen and (max-width: 719px) {
    font-size: 18px;
    line-height: 26px;
  }
  
  p {
    margin: 0;
  }

  a {
    text-decoration: underline;
    @media screen and (max-width: 719px) {
      margin-top: 26px;
      display: inline-block;
    }
  }
}
