.image-text__content h1, .image-text__content h2, .image-text__content h3, .image-text__content h4, .image-text__content h5, .image-text__content h6, .text-only__content h1, .text-only__content h2, .text-only__content h3, .text-only__content h4, .text-only__content h5, .text-only__content h6 {
  font-size: var(--tdfs-display-2);
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #1B494F;
}
.product-card__title, .product-card__subtitle, .business__list-title {
  font-size: var(--tdfs-body-l);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.business {
  padding: 8.3333333333vw 0vw;
}
@media screen and (max-width: 1199px) {
  .business {
    padding: 13.3444537114vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .business {
    padding: 7.8226857888vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .business {
    padding: 12.5vw 0vw;
  }
}
@media screen and (max-width: 430px) {
  .business {
    padding: 13.9534883721vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .business {
    padding: 16vw 0vw;
  }
}
.business {
  background-color: #EEF5ED;
  border-bottom: 1px solid #EFEFEF;
}
.business__title {
  text-align: center;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 1199px) {
  .business__title {
    margin-bottom: 6.6722268557vw;
  }
}
@media screen and (max-width: 767px) {
  .business__title {
    margin-bottom: 5.2151238592vw;
  }
}
@media screen and (max-width: 480px) {
  .business__title {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 430px) {
  .business__title {
    margin-bottom: 9.3023255814vw;
  }
}
@media screen and (max-width: 375px) {
  .business__title {
    margin-bottom: 10.6666666667vw;
  }
}
.business__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 3.125vw;
}
@media screen and (max-width: 1199px) {
  .business__list {
    row-gap: 5.0041701418vw;
  }
}
@media screen and (max-width: 767px) {
  .business__list {
    row-gap: 3.9113428944vw;
  }
}
@media screen and (max-width: 480px) {
  .business__list {
    row-gap: 6.25vw;
  }
}
@media screen and (max-width: 430px) {
  .business__list {
    row-gap: 6.976744186vw;
  }
}
@media screen and (max-width: 375px) {
  .business__list {
    row-gap: 8vw;
  }
}
.business__item {
  flex: 0 1 14%;
  padding: 0vw 1.0416666667vw;
}
@media screen and (max-width: 1199px) {
  .business__item {
    padding: 0vw 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .business__item {
    padding: 1.3037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .business__item {
    padding: 2.0833333333vw;
  }
}
@media screen and (max-width: 430px) {
  .business__item {
    padding: 2.3255813953vw;
  }
}
@media screen and (max-width: 375px) {
  .business__item {
    padding: 2.6666666667vw;
  }
}
@media (max-width: 767px) {
  .business__item {
    flex: 0 1 50%;
  }
}
.business__image {
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 1.7708333333vw;
}
@media screen and (max-width: 1199px) {
  .business__image {
    margin-bottom: 2.8356964137vw;
  }
}
@media screen and (max-width: 767px) {
  .business__image {
    margin-bottom: 3.1290743155vw;
  }
}
@media screen and (max-width: 480px) {
  .business__image {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 430px) {
  .business__image {
    margin-bottom: 5.5813953488vw;
  }
}
@media screen and (max-width: 375px) {
  .business__image {
    margin-bottom: 6.4vw;
  }
}
.business__list-title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  color: #1B494F;
  font-weight: 600;
  line-height: 1.5;
}

.product-card {
  display: block;
  text-decoration: none;
}
.product-card:hover .product-card__image-container img {
  transform: scale(1.1);
}
.product-card__image-container {
  background-color: #D9D9D9;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 510/600;
  border-radius: 10px;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 1199px) {
  .product-card__image-container {
    margin-bottom: 2.5020850709vw;
  }
}
@media screen and (max-width: 767px) {
  .product-card__image-container {
    margin-bottom: 2.6075619296vw;
  }
}
@media screen and (max-width: 480px) {
  .product-card__image-container {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 430px) {
  .product-card__image-container {
    margin-bottom: 4.6511627907vw;
  }
}
@media screen and (max-width: 375px) {
  .product-card__image-container {
    margin-bottom: 5.3333333333vw;
  }
}
.product-card__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.product-card__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  color: #1B494F;
  font-weight: 600;
  line-height: 1;
}
.product-card__subtitle {
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 1199px) {
  .product-card__subtitle {
    margin-top: 1.3344453711vw;
  }
}
@media screen and (max-width: 767px) {
  .product-card__subtitle {
    margin-top: 2.0860495437vw;
  }
}
@media screen and (max-width: 480px) {
  .product-card__subtitle {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 430px) {
  .product-card__subtitle {
    margin-top: 3.7209302326vw;
  }
}
@media screen and (max-width: 375px) {
  .product-card__subtitle {
    margin-top: 4.2666666667vw;
  }
}
.product-card__subtitle {
  color: #444444;
}

.banner {
  position: relative;
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner__image-container {
  position: relative;
  position: absolute;
  top: 1.0416666667vw;
}
@media screen and (max-width: 1199px) {
  .banner__image-container {
    top: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__image-container {
    top: 1.3037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__image-container {
    top: 2.0833333333vw;
  }
}
@media screen and (max-width: 430px) {
  .banner__image-container {
    top: 2.3255813953vw;
  }
}
@media screen and (max-width: 375px) {
  .banner__image-container {
    top: 2.6666666667vw;
  }
}
.banner__image-container {
  left: 1.0416666667vw;
}
@media screen and (max-width: 1199px) {
  .banner__image-container {
    left: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__image-container {
    left: 1.3037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__image-container {
    left: 2.0833333333vw;
  }
}
@media screen and (max-width: 430px) {
  .banner__image-container {
    left: 2.3255813953vw;
  }
}
@media screen and (max-width: 375px) {
  .banner__image-container {
    left: 2.6666666667vw;
  }
}
.banner__image-container {
  bottom: 1.0416666667vw;
}
@media screen and (max-width: 1199px) {
  .banner__image-container {
    bottom: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__image-container {
    bottom: 1.3037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__image-container {
    bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 430px) {
  .banner__image-container {
    bottom: 2.3255813953vw;
  }
}
@media screen and (max-width: 375px) {
  .banner__image-container {
    bottom: 2.6666666667vw;
  }
}
.banner__image-container {
  right: 1.0416666667vw;
}
@media screen and (max-width: 1199px) {
  .banner__image-container {
    right: 1.6680567139vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__image-container {
    right: 1.3037809648vw;
  }
}
@media screen and (max-width: 480px) {
  .banner__image-container {
    right: 2.0833333333vw;
  }
}
@media screen and (max-width: 430px) {
  .banner__image-container {
    right: 2.3255813953vw;
  }
}
@media screen and (max-width: 375px) {
  .banner__image-container {
    right: 2.6666666667vw;
  }
}
.banner__image-container::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(27, 73, 79, 0.7);
}
.banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__title {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-align: center;
}

.image-text {
  padding: 6.25vw 0vw;
}
@media screen and (max-width: 1199px) {
  .image-text {
    padding: 10.0083402836vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .image-text {
    padding: 7.8226857888vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .image-text {
    padding: 12.5vw 0vw;
  }
}
@media screen and (max-width: 430px) {
  .image-text {
    padding: 13.9534883721vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .image-text {
    padding: 16vw 0vw;
  }
}
.image-text {
  position: relative;
}
.image-text__content h1, .image-text__content h2, .image-text__content h3, .image-text__content h4, .image-text__content h5, .image-text__content h6 {
  color: #1B494F;
  margin-bottom: 0.5em;
}
.image-text__image-container {
  max-width: 100%;
  height: auto;
}
.image-text__image-container img {
  width: 100%;
  height: auto;
}

.text-only {
  padding: 6.25vw 0vw;
}
@media screen and (max-width: 1199px) {
  .text-only {
    padding: 10.0083402836vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .text-only {
    padding: 7.8226857888vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .text-only {
    padding: 12.5vw 0vw;
  }
}
@media screen and (max-width: 430px) {
  .text-only {
    padding: 13.9534883721vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .text-only {
    padding: 16vw 0vw;
  }
}
.text-only__content h1, .text-only__content h2, .text-only__content h3, .text-only__content h4, .text-only__content h5, .text-only__content h6 {
  color: #1B494F;
  margin-bottom: 0.5em;
}

.gallery {
  padding: 6.25vw 0vw;
}
@media screen and (max-width: 1199px) {
  .gallery {
    padding: 10.0083402836vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .gallery {
    padding: 7.8226857888vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .gallery {
    padding: 12.5vw 0vw;
  }
}
@media screen and (max-width: 430px) {
  .gallery {
    padding: 13.9534883721vw 0vw;
  }
}
@media screen and (max-width: 375px) {
  .gallery {
    padding: 16vw 0vw;
  }
}
.gallery__title {
  text-align: center;
}
.gallery__image-container {
  max-width: 100%;
  height: auto;
}
.gallery__image-container img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

.product {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 1199px) {
  .product {
    margin-bottom: 6.6722268557vw;
  }
}
@media screen and (max-width: 767px) {
  .product {
    margin-bottom: 5.2151238592vw;
  }
}
@media screen and (max-width: 480px) {
  .product {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 430px) {
  .product {
    margin-bottom: 9.3023255814vw;
  }
}
@media screen and (max-width: 375px) {
  .product {
    margin-bottom: 10.6666666667vw;
  }
}

/*# sourceMappingURL=story-of-ingredients.css.map */
