/* Brew Products */
.brew-products {
  padding-top: 55px;
  padding-bottom: 56px;
  overflow-x: hidden;
  /* background-color: #006241; */
}

.brew-products__title {
  margin-bottom: 40px;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-family: SoDoSans;
  /* color: rgba(255, 255, 255, 0.87); */
  word-spacing: 0.6rem;
  letter-spacing: 0.2rem;
}

.brew-products-carousel {
  display: flex;
  position: relative;
  transition: all 0.4s;
  padding-left: var(--padding-inline-SP);
}

.brew-products-carousel > * {
  margin-right: 4px;
}

.brew-products__card {
  width: 224px;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.brew-products__card__inner__img {
  height: 22.4rem;
}

.brew-products__card__inner__img img {
  object-fit: cover;
  height: 100%;
  object-position: center;
  width: 100%;
}

.brew-products__card__inner__info {
  width: 100%;
  position: relative;
  padding: 1.2rem 0.7rem 2rem 1.4rem;
  min-height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.brew-products__card__inner__desc {
  font-size: 1.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

  line-height: 2rem;
  color: rgba(0, 0, 0, 0.87);
  -webkit-line-clamp: 5;
}

.brew-products__card__inner__time {
  display: block;
  font-size: 1rem;
  font-family: SoDoSans;
  color: rgba(0, 0, 0, 0.7);
  line-height: 2.1rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
}

.carousel__item:not(.active) {
  opacity: 1;
  pointer-events: all;
}

/* Bottom */
.brew-products__bottom {
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  /* padding: 1rem; */
}

.brew-products__bottom__items {
  display: flex;
  align-items: center;
  max-width: calc(20% - 26px);
}

.brew-products__bottom__items__img {
  flex-shrink: 0;
  margin-right: 16px;
  width: 77px;
}

.brew-products__bottom__items__img img {
  /* width: 77px; */
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
}

.brew-products__bottom__items__desc {
  font-size: 1.3rem;
  line-height: 1.8rem;
  /* color: #fff; */
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.brew-products .carousel-wrap .arrow-button {
  top: 50%;
}

.brew-products .carousel-wrap .arrow-button--next {
  right: 16px;
}

.brew-products .carousel-wrap .arrow-button--prev {
  left: 16px;
}

@media screen and (max-width: 519px) {
  .brew-line-gray {
    height: 13px !important;
  }
}

/* @media screen and (min-width: 640px) {
  .brew-products .carousel-wrap .arrow-button--next {
    right: 48px;
  }

  .brew-products .carousel-wrap .arrow-button--prev {
    left: 48px;
  }

  .brew-products-carousel {
    padding-left: var(--padding-inline);
  }

  .brew-products-carousel > * {
    margin-right: 8px;
  }

  .brew-products {
    background-color: unset;
    padding-top: 78px;
    padding-bottom: 80px;
  }

  .brew-products__title {
    color: rgba(0, 0, 0, 0.87);
    font-size: 2rem;
    margin-bottom: 56px;
    word-spacing: 1rem;
    line-height: 2.1rem;
  }

  .brew-products__bottom {
    gap: 32px;
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
  }

  .brew-products__bottom__items__desc {
    color: rgba(0, 0, 0, 0.87);
    max-width: 17ch;
  }

  .brew-products__bottom {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .brew-products__bottom__items__img {
    width: 115px;
  }
} */

/*  new styles 4.10.2022 */

@media screen and (min-width: 1024px) {
  .brew-products .carousel-wrap .arrow-button--next {
    right: 48px;
  }

  .brew-products .carousel-wrap .arrow-button--prev {
    left: 48px;
  }

  .brew-products-carousel {
    padding-left: var(--padding-inline);
  }

  .brew-products-carousel > * {
    margin-right: 8px;
  }

  .brew-products {
    background-color: unset;
    padding-top: 78px;
    padding-bottom: 80px;
  }

  .brew-products__title {
    color: rgba(0, 0, 0, 0.87);
    font-size: 2rem;
    margin-bottom: 56px;
    word-spacing: 1rem;
    line-height: 2.1rem;
  }

  .brew-products__bottom {
    gap: 32px;
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
  }

  .brew-products__bottom__items__desc {
    color: rgba(0, 0, 0, 0.87);
    max-width: 17ch;
  }

  .brew-products__bottom {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .brew-products__bottom__items__img {
    width: 115px;
  }
}

@media screen and (max-width: 1023px) {
  .brew-products__bottom {
    flex-direction: column;
  }
  .brew-products__bottom__items {
    width: 100%;
    max-width: 100%;
  }
}

/* new styles 29.9.2022 */

.brew-products__bottom-container {
  max-width: calc(100% - 80px) !important;
  padding: 0 !important;
}

/* new styles 3.10.2022 */

/* @media screen and (max-width: 1263px) {
  .brew-products__bottom-container {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
} */

@media screen and (max-width: 519px) {
  .brew-products__bottom-container {
    max-width: calc(100% - 32px) !important;
  }
}
