/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/ingredients/index.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.pd-block-ingredients p {
  margin-top: 0 !important;
}
.pd-block-ingredients .pd-card-col {
  margin-bottom: 1.875rem;
}
.pd-block-ingredients .pd-card-col .card {
  height: 100%;
  position: relative;
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform-style: preserve-3d;
}
@media (max-width: 540px) {
  .pd-block-ingredients .pd-card-col .card .card-body {
    display: flex;
    flex-direction: column-reverse;
  }
  .pd-block-ingredients .pd-card-col .card .card-body .pd-title-header {
    margin-bottom: 1.5rem !important;
  }
  .pd-block-ingredients .pd-card-col .card .card-body .pd-icon-header {
    margin-bottom: 0rem !important;
  }
  .pd-block-ingredients .pd-card-col .card .card-body .pd-icon-header img {
    width: 24px;
  }
}
.pd-block-ingredients .pd-card-col .card .pd-icon-header,
.pd-block-ingredients .pd-card-col .card .pd-title-header {
  position: relative;
  display: flex;
  align-items: center;
}
.pd-block-ingredients .pd-card-col .card .pd-icon-header .pd-card-icon,
.pd-block-ingredients .pd-card-col .card .pd-icon-header .pd-title-icon,
.pd-block-ingredients .pd-card-col .card .pd-title-header .pd-card-icon,
.pd-block-ingredients .pd-card-col .card .pd-title-header .pd-title-icon {
  margin-right: 0.5rem;
}
.pd-block-ingredients .pd-card-col .card .pd-title-icon {
  position: relative;
  top: -0.2em;
}
.pd-block-ingredients .pd-card-col .card .pd-placeholder-icon {
  filter: invert(1) brightness(5) grayscale(1);
}
.pd-block-ingredients .pd-card-col .card .card-overflow-wrapper {
  overflow-y: hidden;
}
.pd-block-ingredients .pd-card-col .card .card-overflow-wrapper .card-overflow {
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.pd-block-ingredients .pd-card-col .card .card-overflow-wrapper .pd-card-img {
  aspect-ratio: 1/1;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 540px) {
  .pd-block-ingredients .pd-card-col .card .card-overflow-wrapper .pd-card-img {
    display: none;
  }
}
.pd-block-ingredients .pd-card-col .card .card-overflow-wrapper .card-hover {
  margin-top: 1rem;
}
@media (hover: hover) and (min-width: 541px) {
  .pd-block-ingredients .pd-card-col .card .card-overflow-wrapper .card-hover {
    position: absolute;
    top: calc(100% + 1.5rem);
    opacity: 0;
    margin-top: 0;
    will-change: opacity;
    transition: opacity 0.5s ease-in-out;
  }
  .pd-block-ingredients .pd-card-col .card .card-overflow-wrapper .card-hover .h4 {
    margin-bottom: 0.5rem !important;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 541px) {
  .pd-block-ingredients .pd-card-col .card:hover .pd-card-img {
    opacity: 0;
  }
  .pd-block-ingredients .pd-card-col .card:hover .card-hover {
    opacity: 1;
    transition: opacity 0.5s 0.5s ease-in-out;
  }
}
.pd-block-ingredients .pd-card-col .card .card-body {
  position: relative;
  z-index: 1;
}
.pd-block-ingredients .pd-card-col .card .card-body,
.pd-block-ingredients .pd-card-col .card .card-back {
  padding: 2rem;
  border-radius: 1rem;
}
.pd-block-ingredients .pd-card-col .card .card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FAFAF1;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.5s ease-in-out;
}
.pd-block-ingredients .pd-card-col .card:hover .card-back {
  opacity: 1;
}
.pd-block-ingredients .pd-card-col .card .card-footer {
  background: none;
  padding: 0 2rem 2rem;
}
.pd-block-ingredients .pd-filter-collapse {
  position: relative;
}
.pd-block-ingredients .pd-filter-collapse::after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  top: 39px;
  left: 15px;
  height: 1px;
  background: #000;
}
.pd-block-ingredients .pd-filter-collapse > .row {
  min-height: 4rem;
}
.pd-block-ingredients .pd-filter-collapse .facetwp-checkbox .facetwp-counter {
  display: none;
}
.pd-block-ingredients .btn-filter {
  position: relative;
  font-size: 1rem;
  padding: 0;
  border: none;
  border-radius: 0;
  padding: 0.5rem 0 !important;
  font-weight: 400;
}
.pd-block-ingredients .btn-filter::after {
  font: var(--fa-font-regular);
  content: "\f078";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: rotate(0);
  transition: transform 0.2s ease-in-out;
  margin-left: 0.5rem;
}
.pd-block-ingredients .btn-filter[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.pd-block-ingredients .facetwp-facet {
  margin-bottom: 1rem !important;
}
.pd-block-ingredients .facetwp-facet .facetwp-checkbox {
  color: #757575;
  font-size: 1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%271em%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%23757575%7D%3C/style%3E%3Cpath d=%27M384 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H384zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z%27/%3E%3C/svg%3E") 0 20% no-repeat;
  background-size: 1rem 1rem;
  margin-bottom: 4px;
  padding-left: 1.3125rem;
  cursor: pointer;
}
.pd-block-ingredients .facetwp-facet .facetwp-checkbox:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%271em%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%23000000%7D%3C/style%3E%3Cpath d=%27M384 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H384zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z%27/%3E%3C/svg%3E");
}
.pd-block-ingredients .facetwp-facet .facetwp-checkbox.checked {
  color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%271em%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%23000000%7D%3C/style%3E%3Cpath d=%27M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z%27/%3E%3C/svg%3E");
}
.pd-block-ingredients .facetwp-facet .facetwp-input-wrap {
  width: 100%;
  font-size: 1rem !important;
  line-height: 1 !important;
}
.pd-block-ingredients .facetwp-facet .facetwp-input-wrap i {
  color: #000;
  opacity: 1;
}
.pd-block-ingredients .facetwp-facet .facetwp-input-wrap i::before {
  display: none;
}
.pd-block-ingredients .facetwp-facet .facetwp-input-wrap i::after {
  font: var(--fa-font-regular);
  content: "\f002";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding-bottom: 0.2em;
}
.pd-block-ingredients .facetwp-facet .facetwp-input-wrap .facetwp-search {
  font-size: 1rem !important;
  line-height: 1 !important;
  color: #000;
  border-width: 0px 0px 1px 0px !important;
  border-bottom-width: 1px !important;
  border-color: #000 !important;
  border-radius: 0 !important;
  padding: 0.5rem 2rem 0.5rem 0 !important;
  height: 40px !important;
}
.pd-block-ingredients .facetwp-facet .facetwp-input-wrap .facetwp-search::-moz-placeholder {
  color: #757575;
}
.pd-block-ingredients .facetwp-facet .facetwp-input-wrap .facetwp-search::placeholder {
  color: #757575;
}
.pd-block-ingredients .facetwp-facet .facetwp-input-wrap .facetwp-search:focus {
  box-shadow: none !important;
  outline: none !important;
  border-bottom: 3px solid #000 !important;
}
.pd-block-ingredients .facetwp-facet .fs-wrap {
  min-width: 100%;
  font-size: 1rem !important;
  line-height: 1 !important;
}
.pd-block-ingredients .facetwp-facet .fs-wrap:focus, .pd-block-ingredients .facetwp-facet .fs-wrap.fs-open {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: gray !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
  outline: #000 solid 2px !important;
}
.pd-block-ingredients .facetwp-facet .fs-wrap .fs-dropdown {
  min-width: auto;
}
.pd-block-ingredients .facetwp-facet .fs-wrap .fs-label {
  padding: 0.6875rem 0 !important;
  height: 40px !important;
}
.pd-block-ingredients .facetwp-facet .fs-wrap .fs-label-wrap {
  border-width: 0px 0px 1px 0px !important;
  border-color: #000 !important;
}
.pd-block-ingredients .facetwp-facet .fs-wrap .fs-arrow {
  border: none !important;
  top: 0.7em !important;
  right: 0 !important;
  bottom: auto !important;
  margin-right: 1rem !important;
}
.pd-block-ingredients .facetwp-facet .fs-wrap .fs-arrow::after {
  font: var(--fa-font-regular);
  content: "\f078";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: rotate(0);
  transition: transform 0.2s ease-in-out;
}
.pd-block-ingredients .facetwp-facet .fs-wrap.fs-open .fs-arrow {
  transform: none !important;
}
.pd-block-ingredients .facetwp-facet .fs-wrap.fs-open .fs-arrow:after {
  transform: rotate(-180deg);
}
.pd-block-ingredients button#pd-clear-facet {
  font-weight: 400;
  margin-bottom: 0;
  padding: 0.5rem 0 !important;
}
.pd-block-ingredients button#pd-clear-facet::after {
  font: var(--fa-font-regular);
  content: "\f00d";
  transform: none !important;
}
.pd-block-ingredients .pd-top-button a {
  display: block;
  font-weight: 700;
  text-decoration: none;
}
.pd-block-ingredients .pd-top-button a:hover {
  text-decoration: underline;
}

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