body {
  background-color: #f9f9f9;
}

.gift-finder {
  max-width: 1400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
  background-color: #E31D42;
}

.gift-finder #header {
  margin-top: 60px;
  margin-bottom: 118px;
}
.gift-finder #header .heading {
  margin-right: auto;
  margin-left: auto;
  max-width: 360px;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 1280px) {
  .gift-finder #header .heading {
    max-width: 500px;
    width: 100%;
  }
}
.gift-finder .bl-lightgray {
  border: solid 1px #D0D0D0 !important;
}
.gift-finder .pc-btn-secondary {
  cursor: pointer !important;
}
.gift-finder .font-weight-600 {
  font-weight: 600 !important;
}
.gift-finder .swiper {
  width: 100%;
  height: 100%;
}
.gift-finder .card-slider {
  min-width: 280px;
  max-width: 320px;
  width: 100%;
  height: 480px;
  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.16));
  padding: 0 15px;
  margin-bottom: 40px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.gift-finder .container-quizz {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  max-width: 1080px;
  width: 100%;
}
.gift-finder .cover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 140px;
}
.gift-finder .cover .kiss-white {
  margin-bottom: 18px;
}
.gift-finder .cover .kiss-title {
  font-size: 22px;
  text-transform: uppercase;
  color: white;
}
.gift-finder .cover .kiss-info {
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  position: relative;
}
.gift-finder .cover .kiss-info:after {
  background: white;
  bottom: -4px;
  content: "";
  height: 1px;
  position: absolute;
  width: 32px;
  left: calc(50% - 16px);
  opacity: 0.5;
}
.gift-finder .cover .kiss-desc {
  font-size: 15px;
  color: white;
  margin-top: 6px;
}
.gift-finder .product-tile {
  height: 360px;
  min-height: unset !important;
}
.gift-finder .product-tile .tile-body {
  padding: 0.625em 0 0.875em;
}
.gift-finder .pc-tile-image {
  width: 100% !important;
  height: 100% !important;
  max-width: 200px !important;
  max-height: 200px !important;
  padding: 20px 0 10px 0;
}
@media (min-width: 1280px) {
  .gift-finder .pc-tile-image {
    width: 100% !important;
    height: 100% !important;
    max-width: 200px !important;
    max-height: 200px !important;
    padding: 20px 0 10px 0;
  }
}
.gift-finder .pc-tags-wrapper {
  min-height: 0 !important;
}
.gift-finder .pc-promo-badge-wrapper {
  height: 60px;
  top: 0;
  width: 60px;
}
.gift-finder #quizz {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 0 20px;
}
.gift-finder #quizz .wrapper-quizz {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 898px;
  width: 100%;
  background: white;
  box-shadow: 0px -10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 30px 30px 0px 0px;
  padding: 0 20px;
}
.gift-finder #quizz .wrapper-quizz .top-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: -85px;
}
.gift-finder #quizz .wrapper-quizz .top-wrapper .steps-quizz {
  position: relative;
}
.gift-finder #quizz .wrapper-quizz .top-wrapper .steps-quizz img {
  width: 128px;
}
@media (min-width: 1280px) {
  .gift-finder #quizz .wrapper-quizz .top-wrapper .steps-quizz img {
    width: 174px;
  }
  .gift-finder #quizz .wrapper-quizz .top-wrapper .steps-quizz img {
    width: initial;
  }
}
.gift-finder #quizz .wrapper-quizz .top-wrapper .answers-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  list-style: none;
}
.gift-finder #quizz .wrapper-quizz .top-wrapper .answers-list .selector-quizz {
  max-width: 348px;
  width: 100%;
}
.gift-finder #disclaimer {
  background: white;
  display: flex;
  justify-content: center;
  padding: 50px 15px;
}
.gift-finder #disclaimer .disclaimer-copy {
  font-size: 12px;
  color: #4A4B4B;
  max-width: 1120px;
}/*# sourceMappingURL=style.css.map */