/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./cartridges/app_paulaschoice/cartridge/scss/pagedesigner/components/ingredients/ingredient-search.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
.fa {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-user:before, .fa-times:before, .fa-remove:before, .fa-close:before, .fa-facebook:before, .fa-youtube-play:before, .fa-youtube:before, .fa-twitter:before, .fa-instagram:before, .fa-search:before, .fa-comment:before, .fa-pinterest:before, .fa-paulas-choice-logo:before {
  color: #71605f;
}

.fa-logo-paulaschoice-stacked:before {
  content: "\e900";
}

.fa-paulas-choice-new-logo:before {
  content: "\e902";
}

.fa-klarna-logo:before {
  content: "\e903";
}

.fa-calendar:before {
  content: "\e904";
}

.fa-clock:before {
  content: "\e905";
}

.fa-savepay:before {
  content: "\e906";
}

.fa-play-circle:before {
  content: "\e907";
}

.fa-menu:before {
  content: "\e908";
}

.fa-paulas-choice-logo:before {
  content: "\e909";
}

.fa-info:before {
  content: "\e90a";
}

.fa-empty-star:before {
  content: "\e90b";
}

.fa-chat-user:before {
  content: "\e90c";
}

.fa-faq:before {
  content: "\e90d";
}

.fa-shopping-cart:before {
  content: "\e90e";
}

.fa-double-tap:before {
  content: "\e90f";
}

.fa-chevron-down:before {
  content: "\e910";
}

.fa-undo:before {
  content: "\e911";
}

.fa-eyedropper:before {
  content: "\e912";
}

.fa-chevron-left:before {
  content: "\e913";
}

.fa-mail:before {
  content: "\e914";
}

.fa-chevron-right:before {
  content: "\e915";
}

.fa-chevron-up:before {
  content: "\e916";
}

.fa-star:before {
  content: "\e917";
}

.fa-star-empty:before {
  content: "\e918";
}

.fa-info-circle:before {
  content: "\e919";
}

.fa-star-half:before {
  content: "\e91a";
}

.fa-youtube-play2:before {
  content: "\e91b";
}

.fa-pinterest:before {
  content: "\e91c";
}

.fa-comment:before {
  content: "\e91d";
}

.fa-search:before {
  content: "\e91e";
}

.fa-instagram:before {
  content: "\e91f";
}

.fa-twitter:before {
  content: "\e920";
}

.fa-youtube:before {
  content: "\e921";
}

.fa-facebook:before {
  content: "\e922";
}

.fa-close:before {
  content: "\e923";
}

.fa-remove:before {
  content: "\e923";
}

.fa-user:before {
  content: "\e924";
}

.fa-send:before {
  content: "\e925";
}

.fa-check:before {
  content: "\e926";
}

.fa-minus:before {
  content: "\e927";
}

.fa-plus:before {
  content: "\e928";
}

.fa-pf-bank-transfer:before {
  content: "\e929";
}

.fa-pf-ideal:before {
  content: "\e92a";
}

.fa-pf-mastercard:before {
  content: "\e92b";
}

.fa-pf-paypal:before {
  content: "\e92c";
}

.fa-pf-sofort:before {
  content: "\e92d";
}

.fa-pf-visa:before {
  content: "\e92e";
}

.fa-pf-bancontact-mister-cash:before {
  content: "\e92f";
}

.fa-heart--inactive:before {
  content: "\e930";
}

.fa-heart--active:before {
  content: "\e931";
}

/*
Animated checkmark icon
To animate, add .animate class to js-success-checkmark
*/
.success-checkmark {
  width: 80px;
  height: 115px;
}
.success-checkmark.animate .check-icon {
  display: block;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 4px solid #00b451;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  -webkit-animation: rotate-circle 4.25s ease-in;
          animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #00b451;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: icon-line-tip 0.75s;
          animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: icon-line-long 0.75s;
          animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 4px solid rgba(0, 180, 81, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-webkit-keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@-webkit-keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.ingredient-hero {
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 769px) {
  .ingredient-hero {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    right: 50%;
    width: calc(100vw - 9px);
  }
}

.ingredient-hero__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.ingredient-hero__content-container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media all and (min-width: 769px) {
  .ingredient-hero__content-container {
    height: 100%;
    left: 10px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
  }
}

.ingredient-hero__content {
  display: block;
  max-width: 1180px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
@media all and (min-width: 769px) {
  .ingredient-hero__content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 16px;
  }
}

.ingredient-hero__back-link {
  color: #333133;
  font-size: 16px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ingredient-hero__back-link::before {
  content: "<";
  font-size: 12px;
  margin-right: 11px;
  position: relative;
}
@media all and (min-width: 769px) {
  .ingredient-hero__back-link {
    color: #ffffff;
    font-size: 20px;
  }
}
@media not all and (pointer: coarse) {
  .ingredient-hero__back-link:hover:hover {
    opacity: 0.8;
  }
}

.ingredient-hero__block {
  color: #ffffff;
  padding: 0 36px;
  position: absolute;
}
@media all and (min-width: 769px) {
  .ingredient-hero__block {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 20px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1500px) {
  .ingredient-hero__block {
    padding: 0 50px;
  }
}

.ingredient-hero__title {
  color: #ffffff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
}
@media all and (min-width: 769px) {
  .ingredient-hero__title {
    font-size: 55px;
    line-height: 67px;
  }
}

.ingredient-hero__text p {
  font-size: 16px;
  line-height: 1;
}
@media all and (min-width: 769px) {
  .ingredient-hero__text p {
    font-size: 30px;
    line-height: 1;
  }
}

.ingredient-hero__picture,
.ingredient-hero__image {
  width: 100%;
  min-height: 414px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ingredient-hero__picture {
  position: relative;
}
.ingredient-hero__picture::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(205, 173, 160, 0.92)), color-stop(62.8%, rgba(51, 49, 51, 0)));
  background: linear-gradient(360deg, rgba(205, 173, 160, 0.92) 0%, rgba(51, 49, 51, 0) 62.8%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media all and (min-width: 769px) {
  .ingredient-hero__picture::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(210, 178, 165, 0.6)), color-stop(50%, rgba(143, 143, 143, 0)));
    background: linear-gradient(180deg, rgba(210, 178, 165, 0.6) 0%, rgba(143, 143, 143, 0) 50%);
  }
}

.ingredient-hero__wrapper {
  background: #ffffff;
  margin: -7% auto 0;
  max-width: 1270px;
  padding: 20px 20px 35px;
  position: relative;
  width: 94%;
}
@media all and (min-width: 769px) {
  .ingredient-hero__wrapper {
    margin-top: -10%;
    padding: 50px 50px 75px;
    width: 100%;
  }
}
@media all and (min-width: 1025px) and (max-width: 1500px) {
  .ingredient-hero__wrapper {
    width: 94%;
  }
}

.ingredient-hero__wrapper--mobile {
  margin-top: -80%;
}

input[type=search].ingredient-hero__input {
  border-radius: 15px;
  padding: 23px 55px;
  font-size: 16px;
}
input[type=search].ingredient-hero__input::-webkit-input-placeholder {
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 700;
}
input[type=search].ingredient-hero__input::-moz-placeholder {
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 700;
}
input[type=search].ingredient-hero__input:-ms-input-placeholder {
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 700;
}
input[type=search].ingredient-hero__input::-ms-input-placeholder {
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 700;
}
input[type=search].ingredient-hero__input::placeholder {
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 700;
}
@media all and (min-width: 769px) {
  input[type=search].ingredient-hero__input::-webkit-input-placeholder {
    font-size: 20px;
  }
  input[type=search].ingredient-hero__input::-moz-placeholder {
    font-size: 20px;
  }
  input[type=search].ingredient-hero__input:-ms-input-placeholder {
    font-size: 20px;
  }
  input[type=search].ingredient-hero__input::-ms-input-placeholder {
    font-size: 20px;
  }
  input[type=search].ingredient-hero__input::placeholder {
    font-size: 20px;
  }
}
@media all and (min-width: 769px) {
  input[type=search].ingredient-hero__input {
    border-radius: 20px;
    padding: 30px 55px;
  }
}

.ingredient-hero__search {
  position: relative;
}

.ingredient-hero__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000;
}

.ingredient-hero__button--search {
  left: 20px;
}
.ingredient-hero__button--search .icon-search {
  font-size: 19px;
}
@media all and (min-width: 769px) {
  .ingredient-hero__button--search .icon-search {
    font-size: 25px;
  }
}

.ingredient-hero__button--reset {
  right: 20px;
}

.ingredient-hero__view-more {
  display: block;
  margin-top: 12px;
  position: relative;
}
.ingredient-hero__view-more p {
  font-size: 16px;
  text-align: right;
}
.ingredient-hero__view-more a {
  color: #0065B7;
  font-size: inherit;
}
@media all and (min-width: 769px) {
  .ingredient-hero__view-more p {
    font-size: 20px;
  }
}

.ingredient-hero__picture--small {
  height: 75px;
  min-height: 0;
}
.ingredient-hero__picture--small .ingredient-hero__image {
  height: 75px;
  min-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
