/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-checker.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;
  }
}
.rating-0 {
  color: #000000;
}

.rating-1 {
  color: #8C244D;
}

.rating-2 {
  color: #E2967F;
}

.rating-3 {
  color: #CEAEA1;
}

.rating-4 {
  color: #339999;
}

.rating-5 {
  color: #0065B7;
}

.rating-99 {
  color: #898A8D;
}

.page-ingredientschecker .rating-info__text.unknown {
  display: block;
}

.ingredient-checker__header {
  display: block;
  position: relative;
  width: 100%;
}

.ingredient-checker__hero {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  right: 50%;
  width: 100vw;
  overflow: hidden;
}

@media all and (min-width: 769px) {
  .ingredient-checker-landing__content {
    background-color: #ffffff;
    position: relative;
    max-width: 1270px;
    margin: 0 auto;
    width: 100%;
    top: -75px;
    padding: 65px 115px;
  }
}
@media all and (min-width: 1025px) {
  .ingredient-checker-landing__content {
    top: -170px;
  }
}

@media all and (min-width: 769px) {
  .ingredient-checker-landing__content-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}

.ingredient-checker-landing__content .content-container {
  padding: 0 20px;
}

.ingredient-checker__breadcrumb-wrapper {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ingredient-checker__breadcrumb-container {
  display: block;
  margin: 0 auto;
  max-width: 1270px;
  padding: 30px 20px 20px;
  position: relative;
  width: 100%;
}
@media all and (min-width: 769px) {
  .ingredient-checker__breadcrumb-container {
    padding: 24px 115px;
  }
}

.ingredient-checker__button {
  font-size: 16px;
  display: block;
  margin: 0 auto;
  min-width: 240px;
  padding: 15px;
  font-weight: 400;
}
@media all and (min-width: 769px) {
  .ingredient-checker__button {
    margin: unset;
    min-width: unset;
  }
}

.ingredient-checker__breadcrumbs {
  -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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.ingredient-checker__breadcrumb,
.ingredient-checker__breadcrumb-link {
  color: #979797;
}

.ingredient-checker__breadcrumb:not(:last-child)::after {
  content: " / ";
  display: inline-block;
  padding-right: 5px;
}
.ingredient-checker__breadcrumb:last-child, .ingredient-checker__breadcrumb:last-child .ingredient-checker__breadcrumb-link, .ingredient-checker__breadcrumb:nth-last-child(2)::after {
  color: #333133;
}

.ingredient-checker__breadcrumb-link {
  text-decoration: none;
}
@media not all and (pointer: coarse) {
  .ingredient-checker__breadcrumb-link:hover {
    opacity: 0.8;
  }
}

.ingredient-list-checker__title,
.ingredient-image-analyzer__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 10px;
}
@media all and (min-width: 769px) {
  .ingredient-list-checker__title,
  .ingredient-image-analyzer__title {
    font-size: 24px;
    margin-bottom: 1px;
  }
}

@media all and (min-width: 769px) {
  .ingredient-image-analyzer__title {
    margin-bottom: 9px;
  }
}

.ingredient-list-checker__text,
.ingredient-image-analyzer__text {
  margin-top: 0;
}

.ingredient-list-checker__textbox {
  border-color: #959498;
  border-radius: 4px;
  display: block;
  margin-bottom: 0;
  width: 100%;
}

.ingredient-checker__image {
  height: 100%;
  max-height: 350px;
  min-height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.ingredient-checker-rte__title {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin-top: 20px;
}
@media all and (min-width: 769px) {
  .ingredient-checker-rte__title {
    font-size: 55px;
    margin-top: 0;
  }
}

.ingredient-checker-rte__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #959498;
  margin: 10px 0 40px;
}
@media all and (min-width: 769px) {
  .ingredient-checker-rte__text p {
    font-size: 30px;
    font-weight: 600;
    margin: 21px 0 50px;
  }
}

.ingredient-image-analyzer {
  margin: 24px 0 0;
}
@media all and (min-width: 769px) {
  .ingredient-image-analyzer {
    margin-top: 60px;
  }
}

.ingredient-research {
  background-color: rgba(215, 196, 183, 0.3);
  padding: 40px 20px;
  margin-top: 30px;
}
@media all and (min-width: 769px) {
  .ingredient-research {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0;
    max-width: 320px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    padding: 40px 30px;
  }
}

.ingredient-research__image {
  width: 100%;
}

.ingredient-research__title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: normal;
}
@media all and (min-width: 769px) {
  .ingredient-research__title {
    font-size: 24px;
  }
}

.ingredient-research__link {
  color: #5D7E95;
  display: inline-block;
  text-decoration: none;
}
.ingredient-research__link::after {
  content: ">>";
}
@media all and (min-width: 769px) {
  .ingredient-research__link {
    margin-top: 69px;
  }
}

.ingredient-list-checker__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 14px;
  text-align: center;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ingredient-list-checker__checkbox input[type=checkbox] + label {
  line-height: 20px;
  margin-bottom: 0;
  padding-top: 0;
}
.ingredient-list-checker__checkbox input[type=checkbox] + label::after {
  top: 2px;
  left: 2px;
}
@media all and (min-width: 769px) {
  .ingredient-list-checker__checkbox {
    padding-top: 14px;
    text-align: left;
  }
}

.ingredient-list-checker__checkbox-label {
  font-size: 14px;
}
@media all and (min-width: 769px) {
  .ingredient-list-checker__checkbox-label {
    font-size: 15px;
  }
}

.ingredient-list-checker__textbox-msg {
  display: none;
  background-color: #faeded;
  width: 100%;
}

.ingredient-list-checker__field--error .ingredient-list-checker__textbox {
  border-color: #990000;
}
.ingredient-list-checker__field--error .ingredient-list-checker__textbox-msg {
  display: block;
}

.ingredient-checker-results {
  background-color: rgba(215, 196, 183, 0.1);
  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;
  min-height: 100vh;
  position: relative;
  width: 100%;
}

.ingredient-checker-results__findAlternatives {
  background-color: rgba(215, 196, 183, 0.4);
  padding: 40px 35px;
}
.ingredient-checker-results__findAlternatives-popupopen {
  border: 2px solid #323132;
  border-radius: 4px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
}
.ingredient-checker-results__findAlternatives-title {
  margin-bottom: 20px;
  font-size: 17px;
}

.ingredient-checker-results__header {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 100%;
  position: relative;
}

.ingredient-checker-results__header-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ingredient-checker-results__header-hero-img {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 110px;
}

.ingredient-checker-results__header-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;
  padding: 26px 0;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__header-container {
    padding-top: 24px;
    padding-bottom: 47px;
  }
}

.ingredient-checker-results__breadcrumb-container {
  display: block;
  max-width: 1180px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.ingredient-checker-results__header-content {
  padding: 26px 10px 0;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__header-content {
    padding-top: 43px;
  }
}

.ingredient-checker-results__header-content-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 25px;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__header-content-actions {
    margin-bottom: 27px;
  }
}

.ingredient-checker-results__header-cta {
  border-width: 1px;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 11px;
  text-transform: none;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__header-cta {
    font-size: 16px;
    padding-bottom: 14px;
    padding-top: 15px;
  }
}

.ingredient-checker-results__header-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__header-title {
    font-size: 55px;
  }
}

.ingredient-checker-results__header-info-text {
  display: block;
  font-size: 17px;
  line-height: 1.17;
  margin-bottom: 20px;
  width: 100%;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__header-info-text {
    font-size: 20px;
    line-height: 1.2;
  }
}

.ingredient-checker-results__header-info-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5D7E95;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.ingredient-checker-results__header-info-button .icon {
  color: #333133;
  font-size: 14px;
  margin-right: 10px;
}
@media not all and (pointer: coarse) {
  .ingredient-checker-results__header-info-button:hover {
    opacity: 0.8;
  }
}

.ingredient-checker-results__dialog-hidden {
  display: none;
}

div.ingredient-checker-results__dialog {
  padding: 58px 0 0;
}
div.ingredient-checker-results__dialog .ui-dialog-content {
  border-top: 1px solid #D5D8DC;
  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;
  font-size: 16px;
  line-height: 1.25;
  padding: 20px;
  width: 100%;
}
div.ingredient-checker-results__dialog .ui-dialog-titlebar-close {
  -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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 5px;
  top: 5px;
}
div.ingredient-checker-results__dialog .ui-dialog-titlebar-close::before {
  font-size: 25px;
}
div.ingredient-checker-results__dialog h2,
div.ingredient-checker-results__dialog .ingredient-checker-results__dialog-title {
  color: #333133;
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 20px;
}
div.ingredient-checker-results__dialog ul li,
div.ingredient-checker-results__dialog .ingredient-checker-results__dialog-list li {
  list-style: disc;
}
div.ingredient-checker-results__dialog .ingredient-checker-results__dialog-text {
  display: block;
  position: relative;
  width: 100%;
}
div.ingredient-checker-results__dialog .ingredient-checker-results__dialog-text p {
  color: #333133;
  font-size: 16px;
  line-height: 1.25;
}
div.ingredient-checker-results__dialog .ingredient-checker-results__dialog-text p + div.ingredient-checker-results__dialog .ingredient-checker-results__dialog-text p {
  margin-top: 20px;
}
div.ingredient-checker-results__dialog button,
div.ingredient-checker-results__dialog .button {
  margin-top: 20px;
}
div.ingredient-checker-results__dialog .ingredient-checker-results__dialog-hidden {
  display: block;
}
@media all and (min-width: 769px) {
  div.ingredient-checker-results__dialog {
    padding-top: 98px;
  }
  div.ingredient-checker-results__dialog .ui-dialog-titlebar-close {
    right: 35px;
    top: 25px;
  }
  div.ingredient-checker-results__dialog .ui-dialog-titlebar-close::before {
    font-size: 33px;
  }
  div.ingredient-checker-results__dialog h2,
  div.ingredient-checker-results__dialog .ingredient-checker-results__dialog-title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 26px;
  }
}

.ingredient-checker-results__dialog-popup-small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 600px;
      -ms-flex: 0 1 600px;
          flex: 0 1 600px;
  max-width: 600px;
  padding: 20px 0;
  width: 100%;
}

.ingredient-checker-results__dialog-button--long {
  width: 100%;
}

.ingredient-checker-results__dialog--center .ui-dialog-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ingredient-checker-results__dialog--center .ingredient-checker-results__dialog-popup-small {
  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;
}

.ingredient-checker-results__main {
  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;
  width: 100%;
  padding: 19px 0;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__main {
    padding: 40px 0;
  }
}

.ingredient-checker-results__container {
  display: block;
  margin: 0 auto;
  max-width: 680px;
  padding: 0 10px;
  width: 100%;
}

.ingredient-checker-results__main-block {
  background-color: #ffffff;
  display: block;
  width: 100%;
}

.ingredient-checker-results__quick-look-container {
  display: block;
  position: relative;
  padding: 10px;
  width: 100%;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__quick-look-container {
    padding: 33px 40px 0;
  }
}

.ingredient-checker-results__quick-look-container-top {
  display: grid;
  grid-template-areas: "quick-look-title quick-look-title" "quick-look-pie quick-look-list";
  grid-template-columns: minmax(0, 60%) minmax(0, 40%);
  margin-bottom: 35px;
  width: 100%;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__quick-look-container-top {
    grid-template-areas: "quick-look-pie quick-look-title" "quick-look-pie quick-look-list";
  }
}

.ingredient-checker-results__quick-look-title-container {
  display: block;
  grid-area: quick-look-title;
  margin-bottom: 18px;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__quick-look-title-container {
    margin-bottom: 20px;
    padding-left: 40px;
  }
}

.ingredient-checker-results__quick-look-title {
  color: #333133;
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.4;
  margin: 0 0 4px;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__quick-look-title {
    font-size: 24px;
  }
}

.ingredient-checker-results__quick-look-text {
  font-size: 16px;
  line-height: 1.16;
  margin: 0;
}

.ingredient-checker-results__quick-look-pie-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;
  grid-area: quick-look-pie;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__quick-look-pie-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.ingredient-checker-results__quick-look-list-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;
  grid-area: quick-look-list;
  padding-left: 10px;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__quick-look-list-container {
    padding-left: 40px;
  }
}

.ingredient-checker-results__quick-look-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ingredient-checker-results__quick-look-list-button {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: grid;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 17px;
  grid-template-columns: minmax(20px, 35px) 1fr;
  line-height: 1;
  margin: 0 0 20px;
  opacity: 1;
  outline: none;
  padding: 0;
  text-align: left;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  width: 100%;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__quick-look-list-button {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
@media not all and (pointer: coarse) {
  .ingredient-checker-results__quick-look-list-button:hover {
    opacity: 0.8;
  }
}

.ingredient-checker-results__quick-look-list-number {
  margin-right: 17px;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__quick-look-list-number {
    margin-right: 18px;
  }
}

.ingredient-checker-results__quick-look-list-grade {
  color: #5D7E95;
  font-size: 14px;
  text-transform: capitalize;
}

.ingredient-checker-results__quick-look-container-bottom {
  display: block;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #D5D8DC;
}

.ingredient-checker-results__quick-look-trigger {
  color: #5D7E95;
  font-size: 14px;
  line-height: 1.42;
  margin: 0;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media not all and (pointer: coarse) {
  .ingredient-checker-results__quick-look-trigger:hover {
    opacity: 0.8;
  }
}

.ingredient-checker-results__quick-look-pie-svg {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.ingredient-checker-results__quick-look-pie-svg-line {
  --angle: 0deg;
  stroke-width: 2;
  stroke: #ffffff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(var(--angle));
          transform: rotate(var(--angle));
}

.ingredient-checker-results__ingredient-list-section,
.ingredient-checker-results__ingredient-list-block {
  display: block;
  position: relative;
  width: 100%;
}

.ingredient-checker-results__ingredient-list-section-header {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 10px 9px;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__ingredient-list-section-header {
    padding: 20px 40px;
  }
}

.ingredient-checker-results__ingredient-list-section-header-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.3;
  margin: 0 0 14px;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__ingredient-list-section-header-title {
    font-size: 30px;
    line-height: 1;
  }
}

.ingredient-checker-results__ingredient-list-section-header-description {
  font-size: 16px;
  line-height: 1.18;
  margin: 0;
}

.ingredient-checker-results__ingredient-list-header {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__ingredient-list-header {
    padding: 30px 40px 20px;
  }
}

.ingredient-checker-results__ingredient-list-header-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 16px;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__ingredient-list-header-title {
    font-size: 20px;
  }
}

.ingredient-checker-results__ingredient-list-header-description {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.ingredient-checker-results__ingredient-list-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.42;
  margin: 0 0 10px;
  padding: 0 10px;
  text-transform: none;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__ingredient-list-title {
    padding: 0 40px;
  }
}

.ingredient-checker-results__ingredient-list-filters {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 25px;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__ingredient-list-filters {
    padding: 0 40px;
    margin-bottom: 41px;
  }
}

.ingredient-checker-results__ingredient-list-filters-list {
  -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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.ingredient-checker-results__ingredient-list-filters-list-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
}
.ingredient-checker-results__ingredient-list-filters-list-item:not(:last-child) {
  margin-right: 10px;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__ingredient-list-filters-list-item {
    margin-bottom: 7px;
  }
  .ingredient-checker-results__ingredient-list-filters-list-item:not(:last-child) {
    margin-right: 7px;
  }
}

.ingredient-checker-results__ingredient-list-filters-button {
  cursor: default;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 9px 14px 8px;
  pointer-events: none;
  text-transform: none;
}
.ingredient-checker-results__ingredient-list-filters-button.secondary {
  cursor: pointer;
  pointer-events: all;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__ingredient-list-filters-button {
    font-size: 16px;
    padding: 10px 12px 9px;
  }
}

.ingredient-checker-results__ingredient-list-wrapper {
  display: block;
  width: 100%;
  position: relative;
}

.ingredient-checker-results__ingredient-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.ingredient-checker-results__ingredient-list[data-filter=ingredient-function] > .ingredient-checker-results__ingredient-list-item, .ingredient-checker-results__ingredient-list[data-filter=ingredient-benefits] > .ingredient-checker-results__ingredient-list-item {
  display: none;
}

.ingredient-checker-results__ingredient-list-button-rating {
  display: block;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 1;
  margin-top: 10px;
  text-transform: uppercase;
}

.ingredient-checker-results__ingredient-list-button-benefits {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
}

.ingredient-checker-results__ingredient-list-group {
  --bgColor: #333133;
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.ingredient-checker-results__ingredient-list-group::before {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bgColor);
  color: inherit;
  content: attr(data-name);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 70px;
  line-height: 1;
  padding: 0 40px;
  text-transform: capitalize;
}
.ingredient-checker-results__ingredient-list-group::after {
  background-color: rgba(215, 196, 183, 0.1);
  content: "";
  display: block;
  height: 20px;
  width: 100%;
}
.ingredient-checker-results__ingredient-list-group:last-child,
.ingredient-checker-results__ingredient-list-group .ingredient-checker-results__ingredient-list-item:last-child {
  border-bottom: 0;
}
.ingredient-checker-results__ingredient-list-group.ingredient-rating .ingredient-checker-results__ingredient-list-button-rating {
  display: none;
}
.ingredient-checker-results__ingredient-list-group.ingredient-rating .ingredient-checker-results__ingredient-list-button-benefits {
  display: block;
}
.ingredient-checker-results__ingredient-list-group.ingredient-function, .ingredient-checker-results__ingredient-list-group.ingredient-benefits {
  color: #333133;
}
.ingredient-checker-results__ingredient-list-group.ingredient-function::before, .ingredient-checker-results__ingredient-list-group.ingredient-benefits::before {
  background-color: #F5EBDF;
}

.ingredient-checker-results__ingredient-list-item {
  border-bottom: 1px solid #c2c2c2;
  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;
  padding: 11px 10px;
  position: relative;
  width: 100%;
}

.ingredient-checker-results__ingredient-list-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333133;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  padding: 10px 20px;
  text-align: left;
  width: 100%;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__ingredient-list-button {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.ingredient-checker-results__ingredient-list-button-icon {
  -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;
}

.ingredient-checker-results__ingredient-list-button--unknown {
  pointer-events: none;
}
.ingredient-checker-results__ingredient-list-button--unknown .icon-chevron {
  display: none;
}

.ingredient-checker-results__ingredient-list-button-text,
.ingredient-checker-results__ingredient-list-match-text {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 20px;
  width: 100%;
}

.ingredient-checker-results__ingredient-list-button-ingredient {
  display: block;
  font-size: 16px;
  line-height: 1;
}

.ingredient-checker-results__ingredient-list-matches {
  display: block;
  margin-top: 5px;
  position: relative;
  width: 100%;
}

.ingredient-checker-results__ingredient-list-match {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #57575c;
  color: #333133;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  padding: 15px 20px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  width: 100%;
}
.ingredient-checker-results__ingredient-list-match::before, .ingredient-checker-results__ingredient-list-match::after {
  border-color: transparent transparent #57575c transparent;
  border-style: solid;
  border-width: 0 7.5px 12px;
  bottom: 100%;
  clear: both;
  content: "";
  height: 0;
  left: 32px;
  margin-bottom: -1px;
  position: absolute;
  width: 0;
}
.ingredient-checker-results__ingredient-list-match::after {
  border-color: transparent transparent #ffffff transparent;
  border-width: 0 6.5px 10px;
  left: 33px;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__ingredient-list-match {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media not all and (pointer: coarse) {
  .ingredient-checker-results__ingredient-list-match:hover {
    opacity: 0.8;
  }
}

.ingredient-checker-results__ingredient-list-match-label {
  display: block;
}

.ingredient-checker-results__ingredient-list-match-edit {
  font-size: 13px;
}

.ingredient-checker-results__share-section {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 21px 0;
  padding: 52px 40px 70px;
  position: relative;
  width: 100%;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__share-section {
    background-color: transparent;
    margin: 0;
    padding: 30px 20px;
  }
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__share-section {
    padding: 60px 56px;
  }
}

.ingredient-checker-results__share {
  display: block;
  margin: 0 auto;
  max-width: 497px;
  width: 100%;
}

.ingredient-checker-results__share-title {
  display: block;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  margin: 0 0 4px;
  text-decoration: none;
  text-transform: none;
}
@media all and (min-width: 769px) {
  .ingredient-checker-results__share-title {
    font-size: 24px;
    font-weight: 700;
  }
}

.ingredient-checker-results__share-text {
  display: block;
  font-size: 15px;
  line-height: 1.26;
  margin: 0 0 26px;
}

.ingredient-checker-results__share-form {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  position: relative;
  width: 100%;
}

input[type=text].ingredient-checker-results__share-input {
  background-color: #ffffff;
  border: 1px solid #959498;
  color: #333133;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  height: 49px;
  line-height: 49px;
  width: 100%;
}

button.ingredient-checker-results__share-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.35px;
  line-height: 1;
  margin-left: 5px;
}

.ingredient-popup__description {
  margin-bottom: 22px;
}

.ingredient-popup__button {
  font-size: 16px;
  font-weight: 400;
  margin-top: 23px;
  padding: 15px 46px;
}

.ingredient-popup__btn--close {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 15px auto 0;
}

.ingredient-popup__close {
  display: block;
  margin-left: auto;
  padding: 30px 30px 20px;
}
.ingredient-popup__close .icon {
  color: #333133;
  font-size: 27px;
}

.ingredient-popup__form fieldset {
  text-align: center;
}

.ingredient-checker-results__jar-image {
  -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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
  width: 100%;
}
.ingredient-checker-results__jar-image img {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  max-width: 100%;
  width: auto;
}

@media screen and (max-width: 768px) {
  .ingredient-image-analyzer__upload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ingredient-image-analyzer__upload .ingredient-checker__button,
.ingredient-image-inner .ingredient-checker__button {
  display: inline-block;
}
.ingredient-image-analyzer__upload .upload-file,
.ingredient-image-inner .upload-file {
  display: none;
}

.ingredient-image-analyzer__error {
  display: none;
  margin-top: 20px;
  color: #E75025;
}
.has-error .ingredient-image-analyzer__error {
  display: block;
}

.ingredient-image-inner {
  padding: 60px 40px 40px;
  border: 1px solid;
  background-color: #ffffff;
  max-width: 800px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ingredient-image-inner {
    padding: 55px 15px 15px;
    max-height: 90vh;
    max-width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  .ingredient-image-inner .cropper-point {
    height: 15px;
    width: 15px;
  }
}

.ingredient-image-popup {
  display: none;
}
.ingredients-popup-visible .ingredient-image-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 210;
  width: 100vw;
  height: 100vh;
}
.ingredients-popup-visible .ingredient-image-popup::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.ingredient-image-popup .image_container {
  max-height: 60vh;
  position: relative;
}
.ingredient-image-popup .image_container img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .ingredient-image-popup .image_container img {
    max-height: 90vh;
    max-width: 90vw;
  }
}
.ingredient-image-popup .close-toggle {
  font-size: 17px;
  line-height: 17px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.ingredient-list-checker__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .ingredient-list-checker__buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ingredient-list-checker__buttons .button {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .ingredient-list-checker__info {
    display: none;
  }
}
