.pf-visual-chiusura {
  background: white;
  margin-left: -1000px;
  padding: 80px 1000px;
  margin-right: -1000px;
}
.has-no-results .pf-visual-chiusura {
  display: flex !important;
}
.pf-visual-chiusura__image {
  font-size: 0;
}
.pf-visual-chiusura__image img {
  height: 100%;
}
.pf-visual-chiusura__text {
  background-color: white;
  padding: 30px 0 !important;
  text-align: center;
  width: 100%;
}
.pf-visual-chiusura__title {
  font-size: 48px;
  font-family: 'Deccan-Semibold';
}
.pf-visual-chiusura__title strong {
  color: #007a8c;
}
.pf-visual-chiusura a.button {
  display: inline-block;
  margin: 20px 0;
}
.pf-visual-chiusura__description {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin: 15px;
}
@media (max-width: 767px) {
  .pf-visual-chiusura__image {
    width: 50%;
    font-size: 0;
  }
  .pf-visual-chiusura__image img {
    height: 100%;
    width: 100%;
  }
  .pf-visual-chiusura__title {
    font-size: 20px;
  }
  .pf-visual-chiusura__description {
    display: none;
  }
  .pf-visual-chiusura .pf-button--pieno {
    padding: 10px 13px;
    font-size: 9px;
    margin-top: 10px;
  }
}
.pf-categories {
  user-select: none;
}
.has-no-results .pf-categories {
  display: none;
}
.pf-category {
  display: inline-block;
  padding: 15px 23px;
  background: white;
  border-radius: 30px;
  cursor: pointer;
}
.pf-category span {
  vertical-align: middle;
  display: inline-block;
  font-family: 'Rockwell';
  color: #007a8c;
  text-transform: lowercase;
}
.pf-category.active {
  background: #007a8c;
}
.pf-category.active span {
  color: white;
}
.pf-category.active svg.close-button {
  width: 19px;
  transform: translateX(6px);
}
.pf-category__title {
  font-family: 'Rockwell';
  font-size: 20px;
}
.pf-category__ctr {
  margin: 20px 0 30px;
}
.pf-category svg.close-button {
  vertical-align: middle;
  display: inline-block;
  width: 0;
  transition: width 0.2s ease-out, transform 0.2s ease-out;
  transform: translateX(0);
}
@media (max-width: 767px) {
  .pf-categories {
    overflow: hidden;
    padding-left: 13px;
    position: relative;
  }
  .pf-category {
    font-size: 13px;
    margin-right: 10px;
    padding: 10px 20px;
  }
  .pf-category span {
    line-height: 8px;
  }
  .pf-category__ctr {
    white-space: nowrap;
    font-size: 0;
    overflow-x: auto;
    margin: 15px 0 24px;
    -webkit-overflow-scrolling: touch;
  }
  .pf-category.active svg.close-button {
    width: 10px;
    stroke-width: 1px;
    stroke: white;
  }
}
.thumbnail-product__favourite {
  background-color: white;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  top: 10px;
  right: 10px;
}
.thumbnail-product__favourite .sprite.favourite {
  width: 22px;
  height: 22px;
  fill: transparent;
  stroke: #007a8c;
  stroke-width: 20px;
  position: relative;
  top: 12px;
  left: 0px;
  transition: fill 0.5s;
}
.thumbnail-product__favourite.on .sprite.favourite {
  fill: #007a8c !important;
}
.thumbnail-product__favourite.loadingRate .sprite.favourite {
  animation: heart-pulse 1s ease infinite;
}
.thumbnail-product .new-product,
.thumbnail-product .sticker {
  border-radius: 45px;
  position: relative;
  line-height: 45px;
  background: #007a8c;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  display: block;
  width: 45px;
  height: 45px;
  color: white;
}
.thumbnail-product .is-gluten-free,
.thumbnail-product .is-lactose-free {
  position: relative;
  margin-top: 5px;
}
.thumbnail-product .coupon-flag {
  width: 128px;
  height: 128px;
  position: absolute;
  transform: rotate(-45deg);
  background: #007a8c;
  top: -64px;
  left: -64px;
  z-index: 50;
}
.thumbnail-product .coupon-flag p {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  width: 100%;
  bottom: 5px;
  color: #fbf7ec;
  line-height: 18px;
}
.thumbnail-product__sticker {
  position: absolute;
  font-size: 12px;
  width: 45px;
  height: auto;
  top: 65px;
  right: 10px;
  z-index: 11;
}
.thumbnail {
  text-align: center;
  width: 300px;
  height: 300px;
  box-sizing: border-box;
  margin: 0 0 30px 0;
  overflow: hidden;
  display: inline-block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.thumbnails {
  margin: auto;
}
.has-no-results .thumbnails {
  display: none;
}
.thumbnail--double-x {
  width: 630px;
  height: 300px;
}
.thumbnail--double-x .thumbnail-product .thumbnail__text {
  display: block;
}
.thumbnail--double-x .thumbnail-product .thumbnail__image {
  margin-right: 30px;
}
.thumbnail--double-x .thumbnail-product__favourite {
  right: 340px;
}
.thumbnail--double-x .thumbnail-product .new-product {
  right: 340px;
}
.thumbnail--double-y {
  width: 300px;
  height: 630px;
}
.thumbnail-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.thumbnail-product:hover .thumbnail__image--pack {
  visibility: visible;
  opacity: 1;
}
.thumbnail-product .thumbnail__text {
  display: none;
  text-align: left;
  width: 300px;
}
.thumbnail-product .thumbnail__text__title {
  font-size: 24px;
  color: white;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
.thumbnail-product .thumbnail__text__descripiton {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: white;
  padding-right: 20px;
  line-height: 1.3;
  font-size: 18px;
}
.thumbnail-product .thumbnail__text__descripiton strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.thumbnail-product .thumbnail__text__descripiton .h6 {
  margin-top: 23px;
}
.thumbnail-product .thumbnail__text__descripiton .h3 {
  font-size: 24px;
  color: #5a1e0f !important;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  margin-bottom: 30px;
}
.thumbnail-product .thumbnail__text__descripiton p {
  color: #5a1e0f !important;
}
.thumbnail-product .thumbnail__image {
  width: 300px;
  height: 300px;
}
.thumbnail-product .thumbnail__image img {
  height: 100%;
}
.thumbnail-product .thumbnail__image__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0 12px 0;
  max-width: 300px;
}
.thumbnail-product .thumbnail__image__text.inverse {
  color: white;
}
.thumbnail-product .thumbnail__image__text .inner-text {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 15px;
  color: #5a1e0f;
}
.thumbnail-product .thumbnail__image__text span svg {
  transform: rotate(-90deg);
}
.thumbnail-product .thumbnail__image--pack {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.thumbnail-product .thumbnail__image--pack img {
  width: 90%;
}
.thumbnail-product .thumbnail__image__widelink {
  display: block;
}
.thumbnail-product__favourite {
  position: absolute;
  z-index: 11;
}
.thumbnail-promo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  font-size: 22px;
}
.thumbnail-promo__over {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: white;
}
.thumbnail-promo .ribbon-label .ribbon-label__text {
  color: #fbf7ec;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
}
.thumbnail-promo__text {
  line-height: 1;
  z-index: 2;
}
.thumbnail-promo__text .pf-button {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
  display: inline-block;
}
.thumbnail-promo__text--title span {
  background-color: white;
  padding: 0 8px;
  position: relative;
}
.thumbnail-promo__text--title span:first-child {
  z-index: 1;
}
.thumbnail-promo__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
}
.thumbnail-promo:hover .thumbnail-promo__over {
  visibility: visible;
  opacity: 0.9;
}
.thumbnail-promo:hover .thumbnail-promo__text .pf-button {
  visibility: visible;
  opacity: 1;
}
.thumbnail-social {
  position: relative;
  height: 100%;
  display: block;
}
.thumbnail-social:hover .social__logo {
  background-color: transparent;
}
.thumbnail-social:hover .social__logo:before {
  opacity: 1;
  width: 40px;
  height: 40px;
  background: #007a8c;
  z-index: 1;
}
.thumbnail-social:hover .social__button {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s, transform 0.2s ease-out 0s;
}
.thumbnail-social:hover .social__link {
  visibility: visible;
}
.thumbnail-social:hover .social-ctr {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: top 0.3s ease-out 0s, right 0.3s ease-out 0s, transform 0.3s ease-out 0s;
}
.thumbnail-social:hover .social-ctr.facebook {
  right: 50%;
}
.thumbnail-social:hover .ribbon-label {
  width: 100%;
  height: 100%;
}
.thumbnail-social:hover .ribbon-label__color {
  transform: rotate(45deg) scale(3.5);
  width: 301px;
  height: 301px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.thumbnail-social .social-ctr {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 20;
  transition: top 0.3s ease-out, right 0.3s ease-out, transform 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thumbnail-social .social-ctr.facebook {
  right: 0;
}
.thumbnail-social .social-ctr svg {
  position: relative;
  z-index: 2;
  height: 50px;
}
.thumbnail-social .social-ctr svg.facebook {
  width: 50px;
}
.thumbnail-social .social__button {
  visibility: hidden;
  opacity: 0;
  min-width: 150px;
  box-sizing: border-box;
  transform: translate(0, -20px);
  transition: opacity 0.2s ease-out 0s, transform 0.2s ease-out 0s, visibility 0.2s ease-out 0s;
  z-index: 20;
  position: absolute;
  width: 100%;
  display: block;
  top: 175px;
}
.thumbnail-social .social__link {
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 11;
  left: 0;
  top: 0;
  visibility: hidden;
  transition: visibility 0.2s ease-out 0s;
}
.thumbnail-social .social__logo {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.thumbnail-social .social__logo:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #007a8c;
  border-radius: 50%;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.thumbnail-social__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
}
.thumbnail-social .ribbon-label__color {
  transition: background 0.3s, transform 0.5s;
}
.thumbnail-nutrition-tip {
  padding: 25px 0 0;
  position: relative;
  text-align: left;
}
.thumbnail-nutrition-tip__title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  padding: 0 25px;
}
.thumbnail-nutrition-tip__separator {
  height: 1px;
  background: rgba(90, 30, 15, 0.25);
  display: block;
  margin: 20px 25px;
}
.thumbnail-nutrition-tip__text {
  font-size: 22px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #5a1e0f;
  line-height: 1.2;
  max-height: 215px;
  position: relative;
}
.thumbnail-nutrition-tip__text strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-style: italic;
}
.thumbnail-nutrition-tip__text ul {
  padding: 0 18px 25px;
  list-style-type: none !important;
}
.thumbnail-nutrition-tip__text h4 {
  font-size: 36px;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  display: inline;
}
.thumbnail-nutrition-tip__text p {
  padding: 0 25px 0;
  line-height: 18px;
}
.thumbnail-nutrition-tip__text ul {
  padding: 0 18px 10px;
  list-style-type: none !important;
}
.thumbnail-nutrition-tip__text ul li {
  line-height: 0;
  padding: 4px 0;
}
.thumbnail-nutrition-tip__text ul li > strong:first-child:before,
.thumbnail-nutrition-tip__text ul li > p:first-child:before,
.thumbnail-nutrition-tip__text ul li > span:first-child:before,
.thumbnail-nutrition-tip__text ul li > h4:first-child:before {
  content: "-";
  margin-right: 7px;
}
.thumbnail-nutrition-tip__text ul li .yxp-tiny-testo-grande {
  line-height: 25px;
}
.thumbnail-nutrition-tip__text ul li .yxp-tiny-testo-piccolo {
  line-height: 18px;
}
.thumbnail-nutrition-tip__text .yxp-tiny-testo-maxi {
  display: inline-block;
  line-height: 36px;
  font-size: 36px;
}
.thumbnail-nutrition-tip__text .yxp-tiny-testo-grande {
  display: inline-block;
  line-height: 28px;
  font-size: 25px;
}
.thumbnail-nutrition-tip__text .yxp-tiny-testo-medio {
  display: inline-block;
  line-height: 24px;
  font-size: 21px;
}
.thumbnail-nutrition-tip__text .yxp-tiny-testo-piccolo {
  display: inline-block;
  line-height: 21px;
  font-size: 18px;
}
.thumbnail-nutrition-tip__text .yxp-tiny-testo-mini {
  display: inline-block;
  line-height: 17px;
  font-size: 15px;
}
.thumbnail .ribbon-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 301px;
  height: 301px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
}
.thumbnail .ribbon-label__color {
  position: absolute;
  top: -71%;
  left: 71%;
  background: #007a8c;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  width: 301px;
  height: 301px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.thumbnail .ribbon-label__text {
  color: white;
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.thumbnail .label-instagram {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 16px;
}
.thumbnail .label-instagram__image {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.thumbnail .label-instagram__image img {
  width: 24px;
  height: 24px;
}
.thumbnail .label-instagram__text {
  font-family: 'RobotoCondensed Bold', sans-serif;
  font-size: 14px;
  line-height: 1;
}
.thumbnail--double {
  width: 630px;
  height: 630px;
}
.thumbnail--double.nutrition-tip {
  width: 300px;
  height: 300px;
}
.thumbnail--double.thumbnail .ribbon-label {
  width: 630px;
  height: 630px;
}
.thumbnail--double.thumbnail .ribbon-label__color {
  width: 630px;
  height: 630px;
  top: -75%;
  left: 75%;
}
.thumbnail--double .thumbnail-social .social__button {
  top: calc(50% + 30px);
}
.thumbnail--double .thumbnail-social .social-ctr {
  top: 20px;
  right: 20px;
}
.thumbnail--double .thumbnail-social .social-ctr svg {
  height: 30px;
  width: 33px;
}
.thumbnail--double .thumbnail-social:hover .social-ctr {
  top: 50%;
  right: 50%;
}
.thumbnail--double .thumbnail-social:hover .social__logo:before {
  width: 50px;
  height: 50px;
}
.thumbnail--double .thumbnail-social:hover .ribbon-label__color {
  top: -70%;
  left: 70%;
}
.pf-button.link-brown {
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #5a1e0f;
}
.pf-button.link-brown span {
  display: inline-block;
  vertical-align: middle;
}
.pf-button.link-brown svg {
  display: inline-block;
  vertical-align: baseline;
  stroke-width: 2px;
  width: 11px;
  stroke: #5a1e0f;
  height: 6px;
}
.pf-button.link-brown.inverse {
  color: white;
}
.pf-button.link-brown.inverse svg.arrow {
  stroke: white;
}
.pf-button.link-white {
  color: white;
}
.pf-button.link-white p {
  display: flex;
  align-items: center;
}
.pf-button.link-white svg {
  stroke: white;
  fill: white;
}
.pf-button.link-blue {
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #007a8c;
}
.pf-button.link-blue span {
  display: inline-block;
  vertical-align: middle;
}
.pf-button.link-blue svg {
  display: inline-block;
  vertical-align: baseline;
  stroke-width: 2px;
  width: 11px;
  stroke: #007a8c;
  height: 6px;
}
.pf-button--pieno {
  border-radius: 4px;
  padding: 20px 35px;
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
}
.pf-button--pieno.blue-white {
  background: #007a8c;
  color: white;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .thumbnail--double-x .thumbnail-product .thumbnail__text {
    display: block;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .thumbnail .coupon-flag {
    transform: rotate(-45deg);
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__text {
    display: block;
    width: 50%;
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__text__descripiton {
    padding-right: 9px;
    line-height: 1.1;
    font-size: 13px;
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__text__descripiton .h3 {
    font-size: 15px;
    margin-bottom: 10px;
    display: none;
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__image {
    width: 50%;
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__image__text {
    width: 50%;
    text-align: center;
  }
  .thumbnail--double-x .thumbnail-product .thumbnail__image--pack .thumbnail__image__text {
    width: 100%;
  }
  .thumbnail--double .thumbnail-social:hover .social__logo:before {
    width: 30px;
    height: 30px;
  }
  .thumbnail-product__favourite {
    padding: 10px;
  }
  .thumbnail-product__favourite svg.favourite {
    width: 20px;
    height: 20px;
    stroke-width: 2px;
  }
  .thumbnail-product .thumbnail__image__text {
    padding: 10px 0;
  }
  .thumbnail-product .thumbnail__image__text .inner-text {
    font-size: 10px;
    padding: 0 4px;
  }
  .thumbnail-promo__image {
    width: 100%;
  }
  .thumbnail-promo__text {
    font-size: 10px;
  }
  .thumbnail-social .social-ctr {
    right: 5px;
    width: 20px;
    height: auto;
    top: 5px;
  }
  .thumbnail-social .social-ctr svg.facebook {
    height: 25px;
    width: 25px;
  }
  .thumbnail-social .social-ctr svg.instagram {
    height: 25px;
    width: 15px;
  }
  .thumbnail-social .social-ctr svg.icona_play {
    height: 25px;
    width: 20px;
  }
  .thumbnail-social .social__logo:before {
    width: 20px;
    height: 20px;
  }
  .thumbnail-social .social__button {
    top: calc(50% + 20px);
    font-size: 9px;
  }
  .thumbnail-social:hover .social__logo:before {
    width: 25px;
    height: 25px;
  }
  .thumbnail-social:hover .ribbon-label__color {
    width: 150px;
    height: 150px;
  }
  .thumbnail-nutrition-tip {
    padding: 8px 0;
  }
  .thumbnail-nutrition-tip__title {
    padding: 0 12px;
  }
  .thumbnail-nutrition-tip__separator {
    margin: 10px 12px;
  }
  .thumbnail-nutrition-tip__text {
    font-size: 14px;
    max-height: none;
  }
  .thumbnail-nutrition-tip__text p {
    padding: 0 12px 0;
  }
  .thumbnail-nutrition-tip__text .yxp-tiny-testo-maxi {
    line-height: 27px;
    font-size: 25px;
  }
  .thumbnail-nutrition-tip__text .yxp-tiny-testo-grande {
    line-height: 22px;
    font-size: 18px;
  }
  .thumbnail-nutrition-tip__text .yxp-tiny-testo-medio {
    line-height: 16px;
    font-size: 16px;
  }
  .thumbnail-nutrition-tip__text .yxp-tiny-testo-piccolo {
    line-height: 15px;
    font-size: 15px;
  }
  .thumbnail-nutrition-tip__text .yxp-tiny-testo-mini {
    line-height: 15px;
    font-size: 15px;
  }
  .thumbnail .ribbon-label__color {
    top: -66%;
    left: 66%;
  }
  .thumbnail .ribbon-label__text {
    font-size: 9px;
  }
  .thumbnail--double .thumbnail-social .social-ctr {
    top: 6px;
    right: 6px;
  }
  .thumbnail .new-product,
  .thumbnail .sticker {
    line-height: 21px;
    font-style: normal;
    font-weight: 700;
    font-size: 6px;
    height: 22px;
    width: 22px;
    z-index: 11;
  }
  .thumbnail .is-gluten-free img,
  .thumbnail .is-lactose-free img {
    max-width: 100%;
  }
  .label-instagram__image {
    margin-right: 5px;
  }
  .label-instagram__image img {
    width: 15px;
    height: 15px;
  }
  .label-instagram__text {
    font-size: 11px;
  }
  .pf-button.link-blue {
    font-size: 12px;
  }
  .pf-button.link-blue svg {
    width: 8px;
    height: 4px;
  }
  .pf-button.link-brown {
    font-size: 14px;
  }
  .pf-button.link-brown svg {
    width: 8px;
    height: 4px;
  }
  .thumbnail-product__favourite {
    background-color: white;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    top: 7px;
    right: 7px;
  }
  .thumbnail-product__favourite .sprite.favourite {
    width: 11px;
    height: 11px;
    fill: transparent;
    stroke: #007a8c;
    stroke-width: 12px;
    position: relative;
    top: -6px;
    left: -4px;
  }
  .thumbnail-product__sticker {
    font-size: 12px;
    width: 22px;
    height: auto;
    top: 34px;
    right: 7px;
  }
}
.pf-wall-results {
  width: 1000px;
  margin-top: 62px;
}
.pf-wall-results .thumbnails {
  z-index: 0;
}
.showMoreItems {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 33px 0px 73px 0px;
  cursor: pointer;
}
.showMoreItems svg {
  width: 46px;
  height: 46px;
  fill: #007a8c;
}
.hidden {
  display: none;
}
.pf-wall {
  margin: 30px 0 20px;
}
.has-no-results .pf-wall-products {
  display: none;
}
.pf-wall-products__title {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}
.pf-wall-products__count {
  color: #007a8c;
}
.pf-wall-products__claim {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.pf-wall-products__claim strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.pf-wall-no-products {
  display: none;
  line-height: 1.3;
  margin-bottom: 40px;
}
.has-no-results .pf-wall-no-products {
  display: block;
}
.pf-wall-no-products__title {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  margin: 0;
}
.pf-wall-no-products__text {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}
@media (max-width: 767px) {
  .pf-wall-results {
    margin-top: 28px;
  }
  .pf-wall-results.content-wrapper {
    width: 320px;
  }
  .pf-wall-products__title {
    font-size: 12px;
  }
  .pf-wall-products__claim {
    font-size: 12px;
    margin-top: 10px;
  }
}
/*Colors*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn,
.thumbnail,
.mb-combobox .combo-options {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated,
.thumbnail,
.mb-combobox .combo-options {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.external {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.external:after {
  content: '';
  background-image: url("/fe-web/img/landing-calendario-2025/external.svg");
  width: 24px;
  height: 24px;
  flex: 1 0 auto;
}
.launch-boxes {
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.launch-boxes .box {
  position: relative;
  width: 49%;
}
.launch-boxes .box .image {
  width: 100%;
}
.launch-boxes .box .mb-text-medium {
  font-size: 24px;
}
.launch-boxes .box .link {
  text-decoration: none;
  text-align: center;
  position: absolute;
  line-height: 30px;
  display: block;
  color: #5a1e0f;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  bottom: 7%;
  width: 100%;
}
.launch-boxes .box .link strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #007a8c;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .launch-boxes .box .link {
    bottom: 2%;
  }
}
@media (max-width: 767px) {
  .launch-boxes {
    display: block;
  }
  .launch-boxes .box {
    margin-bottom: 30px;
    width: 100%;
  }
  .launch-boxes .box .image {
    display: block;
  }
  .launch-boxes .box .link {
    line-height: 21px;
    bottom: 5%;
  }
  .launch-boxes .box .mb-text-medium {
    font-size: 19px;
  }
}
.visual-background {
  height: 450px;
  padding-left: 51%;
  padding-right: 30px;
  padding-top: 140px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.visual-background .breadcrumbs {
  margin-bottom: 20px;
}
.visual-background h1,
.visual-background h2,
.visual-background .breadcrumbs,
.visual-background .breadcrumbs a,
.visual-background .breadcrumbs a:visited {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fbf7ec;
}
.visual-background.text-brown h1,
.visual-background.text-brown h2,
.visual-background.text-brown .breadcrumbs,
.visual-background.text-brown .breadcrumbs a,
.visual-background.text-brown .breadcrumbs a:visited {
  color: #5a1e0f;
}
.visual-background .visual-body {
  position: absolute;
  width: 780px;
  height: 510px;
  left: 50%;
  background-position: center right;
  background-size: contain;
  bottom: -30px;
  padding-top: 30px;
  margin-left: -800px;
  background-repeat: no-repeat;
}
.visual-background .text-on-right h1 p,
.visual-background .text-right h1 p {
  font-family: 'Deccan-Semibold';
  color: white;
  font-size: 60px;
  line-height: 60px;
  font-weight: normal;
}
.visual-background .text-on-right h2 p,
.visual-background .text-right h2 p {
  font-family: 'Deccan-Semibold';
  color: white;
  margin-top: 26px;
  font-size: 36px;
  line-height: 40px;
  font-weight: normal;
}
.visual-background .title_right_text span p {
  font-size: 24px;
  color: #5a1e0f;
  line-height: 28px;
  max-width: 450px;
  font-family: 'Deccan-Regular';
}
@media (max-width: 1023px) and (min-width: 768px) {
  .visual-background .text-on-right h1 p {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .visual-background {
    height: 295px;
    padding: 75px 0 0 0;
    text-align: center;
    display: block;
    margin-bottom: 170px;
  }
  .visual-background .visual-body {
    height: 240px;
    bottom: -70px;
    width: 100%;
    left: 0;
    top: auto;
    margin-left: 0;
    background-position: center center;
  }
  .visual-background .text-on-right h1 p {
    font-size: 30px;
    line-height: 1.2;
  }
  .visual-background .title_right_text span p {
    display: none;
  }
}
.visual-background.center {
  padding: 0 20px;
  align-items: center;
  justify-content: center;
}
.visual-background.center h2 {
  text-align: center;
}
@font-face {
  font-display: swap;
  font-family: 'Jasmina FY';
  src: url('/fe-web/css/fonts/JasminaFY-Regular.eot');
  src: url('/fe-web/css/fonts/JasminaFY-Regular.eot#iefix') format('embedded-opentype'), url('/fe-web/css/fonts/JasminaFY-Regular.woff') format('woff'), url('/fe-web/css/fonts/JasminaFY-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'sabonce_bold';
  src: url('/fe-web/css/fonts/sabonce/sabonce-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'sabonce_bold_italic';
  src: url('/fe-web/css/fonts/sabonce/sabonce-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'sabonce_italic';
  src: url('/fe-web/css/fonts/sabonce/sabonce-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'sabonce_roman';
  src: url('/fe-web/css/fonts/sabonce/sabonce-roman-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueW01-65Medi';
  src: url('/fe-web/css/fonts/nmcv/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?iefix=') format('eot');
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueW01-65Medi';
  src: url('/fe-web/css/fonts/nmcv/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?iefix=');
  src: url('/fe-web/css/fonts/nmcv/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff') format('woff'), url('/fe-web/css/fonts/nmcv/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf') format('truetype'), url('/fe-web/css/fonts/nmcv/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#nimb_36c182c6-ef98-4021-9b0d-d63122c2bbf5') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueW01-75Bold';
  src: url('/fe-web/css/fonts/nmcv/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?iefix=') format('eot');
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueW01-75Bold';
  src: url('/fe-web/css/fonts/nmcv/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?iefix=');
  src: url('/fe-web/css/fonts/nmcv/14ff6081-326d-4dae-b778-d7afa66166fc.woff') format('woff'), url('/fe-web/css/fonts/nmcv/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf') format('truetype'), url('/fe-web/css/fonts/nmcv/f751c8ae-1057-46d9-8d74-62592e002568.svg#nimb_f751c8ae-1057-46d9-8d74-62592e002568') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Rockwell W02 Bold';
  src: url('/fe-web/css/fonts/nmcv/0f2ef9a3-cf9b-4737-bebd-bb866a4e4e5c.eot?iefix=') format('eot');
}
@font-face {
  font-display: swap;
  font-family: 'Rockwell W02 Bold';
  src: url('/fe-web/css/fonts/nmcv/0f2ef9a3-cf9b-4737-bebd-bb866a4e4e5c.eot?iefix=');
  src: url('/fe-web/css/fonts/nmcv/69d8de3f-4a1d-4135-9b53-40008ecb5c43.woff') format('woff'), url('/fe-web/css/fonts/nmcv/195f04d2-ae5f-4e46-98f5-70f7621c7d07.ttf') format('truetype'), url('/fe-web/css/fonts/nmcv/0d9be645-c58b-4cef-b53a-93dca0a3528d.svg#nimb_0d9be645-c58b-4cef-b53a-93dca0a3528d') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Rockwell W01';
  src: url('/fe-web/css/fonts/73e6c08f-deb5-4d6f-827b-597a84046aa4.eot?iefix=') format('eot');
}
@font-face {
  font-display: swap;
  font-family: 'Rockwell W01';
  src: url('/fe-web/css/fonts/nmcv/73e6c08f-deb5-4d6f-827b-597a84046aa4.eot?iefix=');
  src: url('/fe-web/css/fonts/nmcv/de4b0540-9702-4662-8f3a-228419485257.woff') format('woff'), url('/fe-web/css/fonts/nmcv/bc34c4cd-af2c-400d-b4d0-726e2d89f690.ttf') format('truetype'), url('/fe-web/css/fonts/nmcv/59c05ddc-99f9-44db-82ce-cb7f503b5110.svg#nimb_59c05ddc-99f9-44db-82ce-cb7f503b5110') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Deccan-Semibold';
  src: url('/fe-web/css/fonts/Deccan-Semibold.eot?iefix=');
  src: url('/fe-web/css/fonts/Deccan-Semibold.woff') format('woff'), url('/fe-web/css/fonts/Deccan-Semibold.ttf') format('truetype'), url('/fe-web/css/fonts/Deccan-Semibold.svg') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Deccan-Regular';
  src: url('/fe-web/css/fonts/DeccanMulinoBianco.eot?iefix=');
  src: url('/fe-web/css/fonts/DeccanMulinoBianco.woff') format('woff'), url('/fe-web/css/fonts/DeccanMulinoBianco.ttf') format('truetype'), url('/fe-web/css/fonts/DeccanMulinoBianco.svg') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'indie-flower';
  src: url('/fe-web/css/fonts/indie-flower.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.titillium {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.titilliumSemiBold {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.titilliumBold {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.titilliumBoldItalic {
  font-family: 'Titillium Web', sans-serif;
  font-style: italic;
  font-weight: bold;
}
.titilliumItalic {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: italic;
}
.jasmina {
  font-family: 'Deccan-Semibold';
}
.sabonceBold {
  font-family: 'Deccan-Semibold';
}
.sabonceBoldItalic {
  font-family: 'Deccan-Semibold';
}
.sabonceItalic {
  font-family: 'Deccan-Semibold';
}
.sabonceRoman {
  font-family: 'Deccan-Semibold';
}
.helveticaBold {
  font-family: 'Titillium Web', sans-serif;
}
.helveticaMedium {
  font-family: 'Titillium Web', sans-serif;
}
.rockwell {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.rockwellBold {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.deccanSemiBold {
  font-family: 'Deccan-Semibold';
}
.deccanRegular {
  font-family: 'Deccan-Regular';
}
.indie-flower {
  font-family: 'indie-flower', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.main-cnt .box-cta {
  padding: 0 15px 26px;
  text-align: center;
  background: white;
  color: #5a1e0f;
}
.main-cnt .box-cta .title {
  padding-bottom: 10px;
  padding-top: 32px;
}
.main-cnt .box-cta .text {
  margin-bottom: 25px;
  display: block;
}
.main-cnt .box-cta.light-reg {
  padding: 0 80px 60px;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg {
    padding: 0 20px 40px;
  }
}
.main-cnt .box-cta.light-reg .loader {
  display: none;
}
.main-cnt .box-cta.light-reg.loading {
  opacity: 0.4;
  position: relative;
}
.main-cnt .box-cta.light-reg.loading .loader {
  display: block;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-cnt .box-cta.light-reg.loading .loader svg {
  fill: #5a1e0f;
  width: 200px;
}
.main-cnt .box-cta.light-reg .title {
  font-size: 36px;
  padding-top: 60px;
  padding-bottom: 6px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .title {
    font-size: 28px;
  }
}
.main-cnt .box-cta.light-reg .text {
  font-size: 16px;
  line-height: 1.44;
  margin-bottom: 15px;
}
.main-cnt .box-cta.light-reg .text b {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .text {
    font-size: 15px;
  }
}
.main-cnt .box-cta.light-reg .text a {
  color: #007a8c;
}
.main-cnt .box-cta.light-reg .mandatory-fields {
  font-size: 12px;
  line-height: 2;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #5a1e0f;
  margin-bottom: 20px;
  display: block;
}
.main-cnt .box-cta.light-reg .button.rounded {
  background: #007a8c;
  min-width: 188px;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 16px 20px;
}
.main-cnt .box-cta.light-reg .button.rounded.single-cta {
  margin-top: 20px;
}
.main-cnt .box-cta.light-reg .form-cnt .input_container {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin-bottom: 5px;
}
.main-cnt .box-cta.light-reg .form-cnt .input_container .input-container {
  display: inline-block;
  margin: 10px 0 0 2%;
  -webkit-box-flex: 2;
  flex-grow: 2;
  height: 100px;
  width: 48%;
  text-align: left;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .form-cnt .input_container .input-container {
    width: 100%;
  }
}
.main-cnt .box-cta.light-reg .form-cnt .input_container .input-container label {
  font-size: 16px;
  line-height: 1.75;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #5a1e0f;
  margin-bottom: 10px;
  display: block;
}
.main-cnt .box-cta.light-reg .form-cnt .thank-you {
  margin-top: 30px;
}
.main-cnt .box-cta.light-reg .form-cnt .thank-you a.label-no {
  color: #007a8c;
  display: block;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 20px;
  font-size: 18px;
}
.main-cnt .box-cta.light-reg .form-cnt .privacy1 {
  text-align: left;
  padding-left: 18px;
  line-height: 1.4;
  font-size: 13px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .form-cnt .privacy1 {
    font-size: 15px;
    padding-left: 10px;
  }
}
.main-cnt .box-cta.light-reg .form-cnt .privacy1 a {
  color: #007a8c;
}
.main-cnt .box-cta.light-reg .form-cnt .privacy2 {
  text-align: left;
  padding-left: 18px;
  line-height: 1.4;
  font-size: 13px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .form-cnt .privacy2 {
    font-size: 12px;
    padding-left: 10px;
  }
}
.main-cnt .box-cta.light-reg .form-cnt .privacy2 a {
  color: #007a8c;
}
.main-cnt .double-boxes-cta-container {
  float: left;
  width: 49%;
  min-height: 281px;
  margin-left: 2%;
}
.main-cnt .double-boxes-cta-container .title.mb-text-large {
  font-size: 40px;
}
.main-cnt .double-boxes-cta-container:first-child {
  margin-left: 0px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .main-cnt .double-boxes-cta-container .title.mb-text-large {
    font-size: 35px;
  }
  .main-cnt .double-boxes-cta-container .text {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .main-cnt .box-cta {
    padding: 0 10px 40px;
  }
  .main-cnt .double-boxes-cta-container {
    width: 100%;
    float: none;
    min-height: auto;
    margin-bottom: 20px;
  }
  .main-cnt .double-boxes-cta-container .title.mb-text-large {
    font-size: 24px;
  }
  .main-cnt .double-boxes-cta-container .text {
    font-size: 15px;
  }
  .main-cnt .double-boxes-cta-container .box-cta {
    padding: 0 0 26px 0;
  }
}
.main-cnt #nl-litreg-email-confirm a.label-no {
  color: #007a8c;
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  margin-top: 20px;
}
.sprite.arrow {
  background-position: 34.39597315% 63.08571429%;
}
.sprite.arrow {
  width: 18.8px;
  height: 10.5px;
}
.sprite.close-button {
  background-position: 20.84033613% 90.25%;
}
.sprite.close-button {
  width: 19px;
  height: 18px;
}
.sprite.facebook {
  background-position: 60.83333333% 57.35294118%;
}
.sprite.facebook {
  width: 30px;
  height: 30px;
}
.sprite.favourite {
  background-position: 0 56.7114094%;
}
.sprite.favourite {
  width: 41px;
  height: 38.4px;
}
.sprite.icona_play {
  background-position: 0 98.68780755%;
}
.sprite.icona_play {
  width: 24.8px;
  height: 24.84px;
}
.sprite.instagram {
  background-position: 35.28399312% 44.12532637%;
}
.sprite.instagram {
  width: 21.8px;
  height: 21.4px;
}
.sprite.lente {
  background-position: 92.62371615% 56.6318927%;
}
.sprite.lente {
  width: 30.9px;
  height: 30.9px;
}
.sprite.mulinetto {
  background-position: 0 0;
}
.sprite.mulinetto {
  width: 65.7px;
  height: 33.8px;
}
.sprite.preloader {
  background-position: 99.2% 0;
}
.sprite.preloader {
  width: 38px;
  height: 38px;
}
.sprite.profile-sagoma {
  background-position: 62.8708134% 0;
}
.sprite.profile-sagoma {
  width: 33.5px;
  height: 39px;
}
.sprite {
  background: none !important;
}
.sprite.arrow {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #5a1e0f;
}
.sprite.arrow-left {
  transform: rotate(90deg);
  width: 10px;
  stroke-width: 3px;
  padding-top: 5px;
}
.sprite.close-button {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #5a1e0f;
}
.sprite.close-button-white {
  fill: white;
}
.sprite.lente {
  fill: white;
}
.sprite.arrow-blue {
  fill: #007a8c;
  transform: rotate(-90deg);
}
.sprite.facebook {
  fill: white;
}
.sprite.instagram {
  fill: white;
}
.sprite.favourite {
  fill: rgba(255, 255, 255, 0.4);
  stroke: none;
  stroke-miterlimit: 10;
  stroke-width: 1;
  transition: fill 0.5s;
}
.sprite.favourite.on {
  fill: white;
}
.sprite.preloader {
  fill: #5a1e0f;
}
.sprite.preloader circle {
  stroke-opacity: 0.5;
}
.sprite.profile-sagoma {
  fill: white;
}
.sprite.profile-sagoma--logout {
  stroke: white;
  stroke-width: 2px;
  fill: none;
}
.sprite.icona_play {
  fill: white;
}
.mb-combobox {
  justify-content: center;
  box-sizing: border-box;
  flex-direction: column;
  padding: 0 0 0 30px;
  position: relative;
  text-align: left;
  display: flex;
  width: 250px;
}
.mb-combobox.single-filter .combo-value {
  position: static;
}
.mb-combobox.single-filter .combo-open-icon-container {
  position: absolute;
  right: 0;
  height: 100%;
  width: 50px;
  top: 0;
  background-color: #007a8c;
}
.mb-combobox.single-filter .combo-open-icon-container .combo-open-icon svg.sprite.arrow {
  fill: white;
}
.mb-combobox.open .combo-open-icon {
  transform: rotate(180deg);
}
.mb-combobox.valorized .combo-value {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #007a8c;
}
.mb-combobox.valorized .combo-value .text {
  opacity: 1;
}
.mb-combobox .combo-label {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #5a1e0f;
  font-size: 16px;
  display: block;
}
.mb-combobox .combo-value {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding-right: 40px;
  position: relative;
  color: #5a1e0f;
  line-height: 24px;
  cursor: pointer;
  font-size: 22px;
  display: block;
}
.mb-combobox .combo-value .text {
  text-transform: lowercase;
  opacity: 0.5;
}
.mb-combobox .combo-value .combo-open-icon {
  transition: 0.2s transform linear;
  position: absolute;
  display: block;
  /*       transform: translateY(-50%); */
  /*       right: 15px; */
  /*       top: -2px; */
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.mb-combobox .combo-options {
  box-shadow: 1px 1px 2px 0 rgba(124, 69, 30, 0.15);
  padding: 16px 29px 22px;
  box-sizing: border-box;
  position: absolute;
  background: white;
  display: none;
  width: 100%;
  top: 74px;
  left: 0;
  z-index: 20;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.mb-combobox .combo-options::before {
  border-color: transparent transparent #ffffff transparent;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  position: absolute;
  margin-left: -8px;
  display: block;
  content: " ";
  top: -8px;
  left: 50%;
  height: 0;
  width: 0;
}
.mb-combobox .combo-options .tips-wrapper {
  border-top: 1px solid #faf9f8;
  padding-top: 20px;
  margin-top: 12px;
}
.mb-combobox .combo-options .tips-wrapper .tip {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 4px;
  line-height: 16px;
  color: #007a8c;
  font-size: 16px;
  display: block;
}
.mb-combobox .combo-options .tips-wrapper .tip.title {
  margin-bottom: 8px;
  color: #5a1e0f;
}
.mb-combobox .combo-options .combo-close {
  position: absolute;
  cursor: pointer;
  height: 35px;
  width: 35px;
  right: 6px;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mb-combobox .combo-options .combo-close svg {
  width: 100%;
  height: 100%;
}
.mb-combobox .combo-options .combo-option {
  text-transform: lowercase;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 3px;
  color: #5a1e0f;
  line-height: 26px;
  display: block;
  cursor: pointer;
  font-size: 22px;
  width: 100%;
}
.mb-combobox .combo-options .combo-option.selected {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #007a8c;
}
.mb-combobox .combo-options .combo-option.inactive {
  color: #dbcec0;
  pointer-events: none;
  cursor: auto;
}
@media (max-width: 767px) {
  body.mb-combobox-opened {
    height: 100vh;
    overflow: hidden;
  }
  .mb-combobox {
    width: 100%;
  }
  .mb-combobox.open .combo-value .combo-open-icon {
    transform: rotate(0) translateY(-50%);
  }
  .mb-combobox .combo-options {
    top: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    max-height: 100vh;
    padding-top: 45px;
    z-index: 1000;
  }
  .mb-combobox:not(.single-filter) {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 0 14px 15px;
  }
  .mb-combobox:not(.single-filter) .combo-label {
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    width: 41px;
    vertical-align: middle;
    line-height: 24px;
    margin-top: 2px;
  }
  .mb-combobox:not(.single-filter) .combo-value {
    font-size: 15px;
    width: calc(100% - 41px);
    box-sizing: border-box;
  }
}
.product-finder-cta-container {
  padding: 75px 0;
  position: relative;
  z-index: 999;
  color: #5a1e0f;
}
.product-finder-cta-container .title {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 32px;
  font-size: 48px;
  font-family: 'Deccan-Semibold';
}
.product-finder-cta-container .description {
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 26px;
  font-size: 20px;
}
.product-finder-cta-container .finder-title {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 35px;
  font-size: 35px;
  font-family: 'Deccan-Semibold';
}
.product-finder-cta-container #product-finder {
  color: #5a1e0f;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  transition: padding-top 0.5s;
  text-align: center;
}
.product-finder-cta-container #product-finder .pf-search-ctr {
  padding: 51px 0;
  z-index: 1;
  position: relative;
  padding-top: 0;
}
.search-done .product-finder-cta-container #product-finder .pf-search-ctr {
  padding: 15px 0;
  background: none;
}
.product-finder-cta-container #product-finder .pf-search .pf-search-inputs {
  box-shadow: rgba(124, 69, 30, 0.15);
  border-radius: 2px;
  background: white;
  display: flex;
  height: 80px;
}
.product-finder-cta-container #product-finder .pf-search .pf-search-inputs .mb-combobox {
  border-left: 1px solid #eee9e6;
  flex-grow: 1;
}
.product-finder-cta-container #product-finder .pf-search .pf-search-inputs .mb-combobox:first-child {
  border-left: none;
}
.product-finder-cta-container #product-finder .pf-search .pf-search-inputs .mb-combobox .combo-options {
  top: 92px;
}
.product-finder-cta-container #product-finder .pf-search .pf-search-inputs .mb-combobox .combo-value .combo-open-icon {
  left: 90%;
  margin-top: -8px;
}
.product-finder-cta-container #product-finder .pf-search .search-trigger {
  background-color: #007a8c;
  height: 80px;
  width: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.product-finder-cta-container #product-finder .pf-search .search-trigger__label {
  display: none;
  vertical-align: middle;
  color: white;
  font-family: 'Deccan-Semibold';
  font-size: 20px;
}
@media (max-width: 767px) {
  .product-finder-cta-container {
    padding: 40px 0;
  }
  .product-finder-cta-container .title {
    font-size: 30px;
  }
  .product-finder-cta-container .description {
    line-height: 20px;
    font-size: 16px;
  }
  .product-finder-cta-container .finder-title {
    font-size: 25px;
  }
  .product-finder-cta-container #product-finder .pf-search-ctr {
    padding: 0 0 20px 0;
    background: transparent;
  }
  .product-finder-cta-container #product-finder .pf-search .pf-search-inputs {
    flex-direction: column;
    height: 100%;
    background: transparent;
    box-shadow: none;
  }
  .product-finder-cta-container #product-finder .pf-search .pf-search-inputs .mb-combobox {
    box-shadow: 1px 1px 2px 0 rgba(124, 69, 30, 0.15);
    border-radius: 2px;
    background: white;
    margin-bottom: 5px;
    flex-grow: inherit;
  }
  .product-finder-cta-container #product-finder .pf-search .pf-search-inputs .mb-combobox .combo-options {
    top: 0;
  }
  .product-finder-cta-container #product-finder .pf-search .pf-search-inputs .button {
    margin: 40px auto 0;
  }
  .product-finder-cta-container #product-finder .pf-search .search-trigger {
    height: 55px;
    width: 180px;
    margin: 10px auto 0;
  }
  .product-finder-cta-container #product-finder .pf-search .search-trigger__label {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Deccan-Semibold';
    font-size: 22px;
  }
  .product-finder-cta-container #product-finder .pf-search .search-trigger .lente {
    transform: translate(16px);
  }
}
.product-category-list {
  font-family: sabonceBold;
}
.ak-url-prodotti-spalmabili .product-category-list .ak-breadcrumb li {
  color: #fbf7ec;
}
.ak-url-prodotti-spalmabili .product-category-list .ak-breadcrumb li a {
  color: #fbf7ec;
}
.product-category-list .sticky-element-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-category-list .sticky-element-container.unpinned .buttons {
  background: #5a1e0f;
  position: fixed;
  margin-top: 0;
  z-index: 5000;
  height: 89px;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
}
.product-category-list .sticky-element-container.unpinned .buttons span {
  background-color: #5a1e0f;
  color: white;
  border-color: white;
}
.product-category-list .body-element {
  margin-top: 50px;
}
.product-category-list .buttons .mobile-scroll-bar-remover {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-category-list .buttons span {
  color: #007a8c;
  padding: 0px 35px 0px 35px;
  font-size: 20px;
  margin-left: 15px;
  border: 1px solid #007a8c;
  text-align: center;
  background-color: #fbf7ec;
  text-transform: uppercase;
  white-space: nowrap;
}
.product-category-list .buttons span:first-child {
  margin-left: 0;
}
.product-category-list .title_bottom {
  font-family: 'Deccan-Semibold';
  padding: 52px 0 0;
  text-align: center;
}
.product-category-list .title_bottom h2 {
  color: #5a1e0f;
  font-size: 48px;
  font-weight: normal;
}
.product-category-list .text_bottom {
  padding: 13px 0 77px;
  text-align: center;
}
.product-category-list .text_bottom span {
  color: #5a1e0f;
  line-height: 26px;
  font-size: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.product-category-list .amazon_container {
  margin-bottom: 80px;
  text-align: center;
  margin-top: 60px;
}
.product-category-list .amazon_container .title {
  font-size: 42px;
  font-family: 'Deccan-Semibold';
  color: #5a1e0f;
  margin: 15px;
}
.product-category-list .amazon_container .text {
  font-family: 'Titillium Web', sans-serif;
  color: #5a1e0f;
  margin: 17px 0 57px 0;
  font-size: 20px;
  line-height: 26px;
}
.product-category-list .parentCategoryContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}
.product-category-list .parentCategoryContainer .content-wrapper-cnt {
  margin: inherit;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .product-category-list .buttons span {
    padding: 0px 15px 0px 15px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .product-category-list .title_bottom h2 {
    font-size: 30px;
  }
  .product-category-list .body-element {
    justify-content: center;
    margin-bottom: -20px;
    display: flex;
  }
  .product-category-list .parentCategoryContainer {
    height: auto;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .product-category-list .buttons {
    height: 50px;
    overflow: hidden;
  }
  .product-category-list .buttons .mobile-scroll-bar-remover {
    justify-content: flex-start;
    height: 76px;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .product-category-list .buttons span {
    line-height: 20px;
    font-size: 16px;
  }
  .product-category-list .text_bottom {
    padding: 13px 10px 50px;
  }
  .product-category-list .text_bottom span {
    line-height: 20px;
    font-size: 16px;
    color: #5a1e0f;
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  .product-category-list .amazon_container .title {
    font-size: 30px;
  }
  .product-category-list .amazon_container .text {
    padding: 0 15px;
    line-height: 20px;
    font-size: 16px;
  }
}

