/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/tasting/index.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.acf-tasting {
  padding: 60px var(--theme--horizontal-padding);
  background: var(--theme--chalk);
}
.acf-tasting__wrapper {
  display: flex;
  flex-direction: column;
}
.acf-tasting__side {
  width: 100%;
  margin-bottom: 40px;
}
.acf-tasting__side:last-child {
  margin-bottom: 0;
}
.acf-tasting__slider {
  width: 100%;
  overflow: hidden;
}
.acf-tasting__slide {
  width: 116px;
  height: 140px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background: var(--theme--pure-white);
  border-radius: 5px;
}
.acf-tasting__loadmore {
  display: none;
  opacity: 0;
}
.acf-tasting__graph, .acf-tasting__picto {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .acf-tasting__title {
    max-width: 1340px;
    margin: 0 auto 40px;
  }
  .acf-tasting__wrapper {
    flex-direction: row;
    max-width: 1340px;
    margin: 0 auto;
    gap: 100px;
  }
  .acf-tasting__slider .swiper-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .acf-tasting__slide {
    box-sizing: border-box;
    width: calc(48% - 10px);
    height: auto;
  }
  .acf-tasting__slide.hidden {
    display: none;
  }
  .acf-tasting__loadmore {
    display: flex;
    opacity: 1;
    margin-top: 20px;
  }
  .acf-tasting__side {
    width: 40%;
    min-width: 388px;
  }
  .acf-tasting__side:last-child {
    width: calc(100% - 488px);
    margin-bottom: 0;
    max-width: inherit;
  }
}

/*# sourceMappingURL=index.css.map*/