/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  text-decoration: none;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  /* Fonts */
  --step-0: clamp(0.57rem, 2.78vw, 1rem);
  --step-2-3: clamp(0.68rem, 3.33vw, 1.2rem);
  --step-3: clamp(0.9rem, 4.44vw, 1.6rem);
  --step-4: clamp(1.35rem, 6.67vw, 2.4rem);
  --step-5: clamp(1.6rem, 7.78vw, 2.8rem);
  --step-6: clamp(2.51rem, 12.22vw, 4.4rem);
  --productsTransition: 0.8s;
}

@media only screen and (min-width: 768px) {
  :root {
    /* Fonts */
    --step-0: clamp(0.8rem, 0.73vw, 1.4rem);
    --step-1: clamp(0.9rem, 0.83vw, 1.6rem);
    --step-2: clamp(1rem, 0.94vw, 1.8rem);
    --step-2-3: clamp(1.33rem, 1.25vw, 2.4rem);
    --step-3: clamp(1.6rem, 1.46vw, 2.8rem);
    --step-4: clamp(1.8rem, 1.67vw, 3.2rem);
    --step-5: clamp(3.15rem, 2.92vw, 5.6rem);
    --step-6: clamp(4rem, 3.64vw, 7rem);
    --productsTransition: 0.8s;
  }
}
html {
  font-family: "Montserrat";
  font-size: 62.5%;
}

.exe-gifting-mobile {
  display: block;
}

.exe-gifting-desktop {
  display: none;
}

.exe-gifting-hidden {
  visibility: hidden;
}

.exe-gifting-glitterWide {
  width: 100%;
  height: auto;
}
.exe-gifting-glitterWide img {
  width: 100%;
  height: auto;
}

.exe-gifting-glitter {
  width: 100%;
}
.exe-gifting-glitter img {
  width: 100%;
  height: auto;
}

#exe-gifting-lp {
  font-family: "Montserrat";
}

.exe-gifting-header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}
.exe-gifting-header .exe-gifting-headerLeft {
  flex-basis: 100%;
  width: 100%;
  position: relative;
}
.exe-gifting-header .exe-gifting-headerLeft img {
  width: 100%;
  height: auto;
}
.exe-gifting-header .exe-gifting-headerLeft .exe-gifting-headerText {
  position: absolute;
  color: #fff;
  top: 20%;
  left: 5%;
  right: 20%;
}
.exe-gifting-header .exe-gifting-headerLeft .exe-gifting-headerText .exe-gifting-titleSmall {
  font-size: var(--step-2-3);
  line-height: 1.2;
  letter-spacing: 6.5px;
  text-shadow: 1px 1px 10px rgba(24, 24, 24, 0.8);
}
.exe-gifting-header .exe-gifting-headerLeft .exe-gifting-headerText .exe-gifting-titleBig {
  font-size: var(--step-4);
  margin: 0.2em 0;
  line-height: 1;
  letter-spacing: 5px;
  font-weight: 900;
  text-shadow: 1px 1px 10px rgba(24, 24, 24, 0.8);
}
.exe-gifting-header .exe-gifting-headerRight {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}
.exe-gifting-header .exe-gifting-headerRight > div {
  width: 50%;
  position: relative;
  display: flex;
  cursor: pointer;
  background: transparent linear-gradient(180deg, rgba(43, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(37, 17, 0, 0.768627451) 74%, rgba(47, 21, 0, 0.8901960784) 90%, #231103 100%) 0% 0% no-repeat padding-box;
}
.exe-gifting-header .exe-gifting-headerRight > div.exe-gifting-unavailable {
  background-color: rgba(24, 24, 24, 0.8);
  pointer-events: none;
}
.exe-gifting-header .exe-gifting-headerRight > div.exe-gifting-unavailable .exe-gifting-headerText {
  display: none;
}
.exe-gifting-header .exe-gifting-headerRight > div.exe-gifting-unavailable .exe-gifting-unavailable-text {
  display: block;
  position: absolute;
  font-size: var(--step-0);
  font-weight: 700;
  letter-spacing: 2px;
  left: 0;
  top: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}
.exe-gifting-header .exe-gifting-headerRight > div img {
  width: 100%;
  height: auto;
  z-index: -1;
}
.exe-gifting-header .exe-gifting-headerRight > div .exe-gifting-unavailable-text {
  display: none;
}
.exe-gifting-header .exe-gifting-headerRight > div .exe-gifting-headerText {
  position: absolute;
  left: 9%;
  bottom: 8.5%;
  color: #fff;
}
.exe-gifting-header .exe-gifting-headerRight > div .exe-gifting-headerText .exe-gifting-titleSmall {
  font-size: var(--step-0);
  line-height: 1;
  letter-spacing: 4px;
  text-shadow: 1px 1px 10px rgba(24, 24, 24, 0.8);
}
.exe-gifting-header .exe-gifting-headerRight > div .exe-gifting-headerText .exe-gifting-titleBig {
  font-size: var(--step-3);
  line-height: 1.3;
  letter-spacing: 2.5px;
  font-weight: 900;
  text-shadow: 1px 1px 10px rgba(24, 24, 24, 0.8);
}
.exe-gifting-header .exe-gifting-headerRight > div .exe-gifting-headerText .exe-gifting-titleBig svg {
  display: none;
}

.exe-gifting-headerFixed {
  display: none;
}

.exe-gifting-category {
  background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/forhim_m2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 50.43vw;
  position: relative;
  padding: 5.8vw;
}
.exe-gifting-category.exe-gifting-her {
  background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/forher_m2.png");
}
.exe-gifting-category.exe-gifting-kids {
  background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/forkids_m2.png");
}
.exe-gifting-category.exe-gifting-engraving {
  background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/engraving_m2.png");
}
.exe-gifting-category.exe-gifting-influencer {
  background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/influencer_m2.png");
}
.exe-gifting-category .exe-gifting-filtersContainer {
  overflow-x: hidden;
  width: 100%;
  margin-left: auto;
}
.exe-gifting-category .exe-gifting-filtersContainer .exe-gifting-filtersList {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin-top: 52vw;
  font-size: var(--step-3);
  padding-right: 1em;
  overflow: hidden;
  position: relative;
}
.exe-gifting-category .exe-gifting-filtersContainer .exe-gifting-filtersList .exe-gifting-filtersList-item {
  width: 100%;
  display: block;
  margin-right: 1em;
}
.exe-gifting-category .exe-gifting-filtersContainer .exe-gifting-filtersList .exe-gifting-filtersList-item .exe-gifting-filtersList-link {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 1em 1.5em;
  border: 2px solid #000000;
  border-radius: 6px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.exe-gifting-category .exe-gifting-filtersContainer .exe-gifting-filtersList .exe-gifting-filtersList-item .exe-gifting-filtersList-link.exe-gifting-active {
  border: none;
  background: transparent linear-gradient(145deg, #7f28c4 0%, #e2197c 51%, #e4212f 82%, #e5231b 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 25px rgba(127, 40, 196, 0.6);
}
.exe-gifting-category .exe-gifting-filtersContainer .exe-gifting-filtersList .exe-gifting-filtersList-item .exe-gifting-filtersList-link.exe-gifting-active svg path {
  fill: #fff;
}
.exe-gifting-category .exe-gifting-filtersContainer .exe-gifting-filtersList .exe-gifting-filtersList-item .exe-gifting-filtersList-link.exe-gifting-active .exe-gifting-filtersList-description .exe-gifting-filtersList-category {
  color: #ffffff;
}
.exe-gifting-category .exe-gifting-filtersContainer .exe-gifting-filtersList .exe-gifting-filtersList-item .exe-gifting-filtersList-link.exe-gifting-active .exe-gifting-filtersList-description .exe-gifting-filtersList-count {
  color: #ffffff;
}
.exe-gifting-category .exe-gifting-filtersContainer .exe-gifting-filtersList .exe-gifting-filtersList-item .exe-gifting-filtersList-link .exe-gifting-filtersList-icon {
  width: 3em;
  height: auto;
  padding-right: 1em;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.exe-gifting-category .exe-gifting-filtersContainer .exe-gifting-filtersList .exe-gifting-filtersList-item .exe-gifting-filtersList-link .exe-gifting-filtersList-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.exe-gifting-category .exe-gifting-filtersContainer .exe-gifting-filtersList .exe-gifting-filtersList-item .exe-gifting-filtersList-link .exe-gifting-filtersList-description .exe-gifting-filtersList-category {
  white-space: nowrap;
  text-align: left;
  color: #000000;
  font-weight: 700;
  font-size: var(--step-3);
}
.exe-gifting-category .exe-gifting-filtersContainer .exe-gifting-filtersList .exe-gifting-filtersList-item .exe-gifting-filtersList-link .exe-gifting-filtersList-description .exe-gifting-filtersList-count {
  white-space: nowrap;
  text-align: left;
  color: #a09998;
  font-size: var(--step-0);
}

.exe-gifting-productsSliderContainer {
  display: flex;
}
.exe-gifting-productsSliderContainer .exe-gifting-categoryText {
  margin-left: auto;
  margin-top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 40vw;
  color: #fff;
}
.exe-gifting-productsSliderContainer .exe-gifting-categoryText .exe-gifting-titleSmall {
  font-size: var(--step-2-3);
  line-height: 1;
  letter-spacing: 4px;
  text-shadow: 1px 1px 10px rgba(24, 24, 24, 0.8);
  order: 2;
}
.exe-gifting-productsSliderContainer .exe-gifting-categoryText .exe-gifting-titleBig {
  font-size: var(--step-5);
  line-height: 1.3;
  letter-spacing: 2.5px;
  font-weight: 900;
  text-shadow: 1px 1px 10px rgba(24, 24, 24, 0.8);
  order: 3;
}
.exe-gifting-productsSliderContainer .exe-gifting-categoryText .exe-gifting-allBtn {
  font-size: var(--step-0);
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  order: 1;
  margin-bottom: 30vw;
  text-shadow: 1px 1px 15px rgba(24, 24, 24, 0.8);
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider {
  width: 100%;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2%;
  padding: 1%;
  transition: transform var(--productsTransition);
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  min-width: 100%;
  grid-gap: 1em;
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  width: 100%;
  background-color: #fff;
  font-size: var(--step-0);
  padding: 3em 0.5em;
  box-shadow: 0px 3px 6px rgba(24, 24, 24, 0.2);
  transition: transform 0.5s;
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem img {
  width: 60%;
  height: auto;
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-title {
  font-size: var(--step-2-3);
  font-weight: 700;
  overflow-wrap: break-word;
  color: #000000;
  text-align: center;
  margin-top: 2em;
  max-width: 70%;
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-listprice {
  font-size: var(--step-2-3);
  color: #ec0b01;
  text-decoration: line-through;
  margin-top: 1em;
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-saleprice {
  font-size: var(--step-3);
  font-weight: 700;
  line-height: 1;
  color: #7f28c4;
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-orderBtn {
  font-size: var(--step-0);
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background-color: #293132;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.6em;
  padding: 1em 3em;
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsControls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--step-0);
  width: 100%;
  margin-right: 6em;
  margin-top: 1em;
  margin-left: auto;
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsControls .exe-gifting-slider__arrow-container {
  cursor: pointer;
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsControls .exe-gifting-dotsContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsControls .exe-gifting-dotsContainer .exe-gifting-slider__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2em;
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsControls .exe-gifting-dotsContainer .exe-gifting-slider__dots .exe-gifting-slider__dot {
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background: #9d9d9d;
  margin-right: 0.5em;
  transition: background-color var(--productsTransition);
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsControls .exe-gifting-dotsContainer .exe-gifting-slider__dots .exe-gifting-slider__dot:last-child {
  margin-right: 0;
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsControls .exe-gifting-dotsContainer .exe-gifting-slider__dots .exe-gifting-slider__dot--active {
  width: 0.75em;
  height: 0.75em;
  background: #343434;
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsControls .exe-gifting-dotsContainer .exe-gifting-slideNumber {
  font-size: var(--step-2-3);
  color: #9d9d9d;
  margin-top: 0.4em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsControls .exe-gifting-dotsContainer .exe-gifting-slideNumber .exe-gifting-currentSlide {
  color: #343434;
  font-weight: 600;
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsLoader {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsLoader.exe-gifting-active {
  display: block;
}

.exe-gifting-footer {
  background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/footer_d.png");
  background-repeat: no-repeat;
  background-position: 85% 0%;
  background-size: cover;
  width: 100%;
  height: 133vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.exe-gifting-footer .exe-gifting-footerText {
  color: #fff;
  text-align: center;
}
.exe-gifting-footer .exe-gifting-footerText .exe-gifting-titleSmall {
  font-size: var(--step-3);
  line-height: 1.5;
  letter-spacing: 6.4px;
  text-shadow: 1px 1px 10px rgba(24, 24, 24, 0.8);
  margin-bottom: 15%;
}
.exe-gifting-footer .exe-gifting-footerText .exe-gifting-titleBig {
  font-size: var(--step-5);
  line-height: 1.3;
  letter-spacing: 1.2px;
  font-weight: 900;
  text-shadow: 1px 1px 10px rgba(24, 24, 24, 0.8);
  margin-bottom: 2%;
}
.exe-gifting-footer .exe-gifting-footerText .exe-gifting-guideBtn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: var(--step-2-3);
  font-weight: 700;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25%;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 1.5em 3em;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .exe-gifting-mobile {
    display: none;
  }
  .exe-gifting-desktop {
    display: block;
  }
  .exe-gifting-glitter {
    width: 35%;
  }
  .exe-gifting-header {
    flex-direction: row;
  }
  .exe-gifting-header .exe-gifting-headerLeft {
    flex-basis: 35%;
    width: 34.7vw;
  }
  .exe-gifting-header .exe-gifting-headerLeft .exe-gifting-headerText {
    top: 15%;
    left: 5%;
    right: 0;
  }
  .exe-gifting-header .exe-gifting-headerLeft .exe-gifting-headerText .exe-gifting-titleSmall {
    letter-spacing: 9px;
    font-size: var(--step-2-3);
  }
  .exe-gifting-header .exe-gifting-headerLeft .exe-gifting-headerText .exe-gifting-titleBig {
    font-size: var(--step-6);
  }
  .exe-gifting-header .exe-gifting-headerRight {
    flex-basis: 65%;
  }
  .exe-gifting-header .exe-gifting-headerRight > div {
    width: 33.33%;
    background: none;
  }
  .exe-gifting-header .exe-gifting-headerRight > div:hover {
    background: transparent linear-gradient(180deg, rgba(43, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(37, 17, 0, 0.768627451) 74%, rgba(47, 21, 0, 0.8901960784) 90%, #231103 100%) 0% 0% no-repeat padding-box;
  }
  .exe-gifting-header .exe-gifting-headerRight > div:hover .exe-gifting-headerText .exe-gifting-titleBig svg {
    opacity: 1;
    transform: translateX(70%);
  }
  .exe-gifting-header .exe-gifting-headerRight > div .exe-gifting-headerText .exe-gifting-titleBig {
    display: flex;
  }
  .exe-gifting-header .exe-gifting-headerRight > div .exe-gifting-headerText .exe-gifting-titleBig svg {
    transform: translateX(-100%);
    display: inline;
    opacity: 0;
    transition: all 0.3s;
  }
  .exe-gifting-headerFixed {
    display: block;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .exe-gifting-headerFixed.exe-gifting-show {
    visibility: visible;
  }
  .exe-gifting-headerFixed .exe-gifting-headerFixedContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color: #181818;
  }
  .exe-gifting-headerFixed .exe-gifting-headerFixedContainer > div {
    color: #fff;
    font-size: var(--step-2);
    font-weight: 700;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0.3em 2em;
  }
  .exe-gifting-headerFixed .exe-gifting-headerFixedContainer > div svg {
    width: 1em;
    margin-right: 0.5em;
  }
  .exe-gifting-headerFixed .exe-gifting-headerFixedContainer > div svg path {
    fill: #ffffff;
  }
  .exe-gifting-category {
    background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/forhim_d.png");
    padding: 0;
  }
  .exe-gifting-category.exe-gifting-her {
    background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/forher_d.png");
  }
  .exe-gifting-category.exe-gifting-kids {
    background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/forkids.png");
  }
  .exe-gifting-category.exe-gifting-engraving {
    background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/engraving.png");
  }
  .exe-gifting-category.exe-gifting-influencer {
    background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/influencer_d2.png");
  }
  .exe-gifting-category .exe-gifting-filtersContainer {
    width: 69.5vw;
  }
  .exe-gifting-category .exe-gifting-filtersContainer .exe-gifting-filtersList {
    margin-top: 6vw;
    font-size: var(--step-1);
  }
  .exe-gifting-category .exe-gifting-filtersContainer .exe-gifting-filtersList .exe-gifting-filtersList-item .exe-gifting-filtersList-link {
    border-radius: 4px;
  }
  .exe-gifting-category .exe-gifting-filtersContainer .exe-gifting-filtersList .exe-gifting-filtersList-item .exe-gifting-filtersList-link .exe-gifting-filtersList-description .exe-gifting-filtersList-category {
    font-size: var(--step-1);
  }
  .exe-gifting-productsSliderContainer {
    margin-right: 0.5vw;
  }
  .exe-gifting-productsSliderContainer .exe-gifting-categoryText {
    top: auto;
    bottom: 33%;
    left: 3.5%;
  }
  .exe-gifting-productsSliderContainer .exe-gifting-categoryText .exe-gifting-titleSmall {
    order: 1;
  }
  .exe-gifting-productsSliderContainer .exe-gifting-categoryText .exe-gifting-titleBig {
    order: 2;
  }
  .exe-gifting-productsSliderContainer .exe-gifting-categoryText .exe-gifting-allBtn {
    font-weight: 700;
    text-decoration: none;
    background-color: rgba(24, 24, 24, 0.5490196078);
    border: 1px solid #fff;
    border-radius: 4px;
    margin-top: 4vw;
    margin-bottom: 0;
    order: 3;
    padding: 1em 3em;
  }
  .exe-gifting-productsSliderContainer .exe-gifting-categoryText .exe-gifting-allBtn:hover {
    background-color: #fff;
    color: #181818;
  }
  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider {
    width: 69vw;
  }
  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform {
    padding: 1% 0;
  }
  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem {
    min-width: 30%;
    width: 30%;
    padding: 3em 1.5em;
  }
  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem:hover {
    transform: scale(1.04);
  }
  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-title {
    font-size: var(--step-2);
  }
  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-listprice {
    font-size: var(--step-2);
  }
  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-saleprice {
    font-size: var(--step-4);
  }
  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-orderBtn {
    border-radius: 4px;
  }
  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-orderBtn:hover {
    background-color: #5e06a4;
  }
  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsControls {
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsControls .exe-gifting-dotsContainer .exe-gifting-slideNumber {
    font-size: var(--step--1);
  }
  .exe-gifting-footer {
    background-position: 0% 0%;
    background-size: cover;
    height: 36vw;
  }
  .exe-gifting-footer .exe-gifting-footerText .exe-gifting-titleSmall {
    font-size: var(--step-2-3);
    letter-spacing: 9.6px;
    text-shadow: 1px 1px 10px rgba(24, 24, 24, 0.8);
    margin-bottom: 2.5em;
  }
  .exe-gifting-footer .exe-gifting-footerText .exe-gifting-titleBig {
    font-size: var(--step-5);
    letter-spacing: 3.36px;
    margin-bottom: 0.5em;
  }
  .exe-gifting-footer .exe-gifting-footerText .exe-gifting-guideBtn {
    font-size: var(--step-2-3);
    margin-bottom: 5em;
    padding: 1em 2em;
    border-radius: 4px;
  }
  .exe-gifting-footer .exe-gifting-footerText .exe-gifting-guideBtn:hover {
    background-color: #293132;
    border: 1px solid #293132;
  }
}
/* QUIZ */
#exe-gifting-popup {
  position: fixed;
  z-index: 1100;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 10px;
  font-family: "Montserrat";
  background-color: #9a000c;
}
#exe-gifting-popup.exe-gifting-result .exe-gifting-popup-header {
  background-image: none;
}
#exe-gifting-popup.exe-gifting-kids .exe-gifting-popup-header {
  background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/guide/kids_m.jpg");
}
#exe-gifting-popup.exe-gifting-her .exe-gifting-popup-header {
  background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/guide/her_m.jpg");
}
#exe-gifting-popup.exe-gifting-him .exe-gifting-popup-header {
  background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/guide/him_m.jpg");
}
#exe-gifting-popup.exe-gifting-show {
  display: flex;
}
#exe-gifting-popup .exe-gifting-container {
  width: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: 100%;
  background-color: #9a000c;
}
#exe-gifting-popup .exe-gifting-container .exe-gifting-popup-header {
  padding: 9vw 5.55vw;
  width: 100%;
  height: 105.55vw;
  background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/guide/main_m.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#exe-gifting-popup .exe-gifting-container .exe-gifting-popup-header p {
  font-size: clamp(0.57em, 2.78vw, 1em);
  line-height: 1.6;
  letter-spacing: 4px;
  color: #fff;
}
#exe-gifting-popup .exe-gifting-container .exe-gifting-popup-header h2 {
  font-size: clamp(1.6em, 7.78vw, 2.8em);
  line-height: 1.2;
  color: #fff;
  font-weight: 900;
}
#exe-gifting-popup .exe-gifting-container .exe-gifting-question {
  padding: 6.67vw 5.55vw;
  background-color: #9a000c;
  transform: translateY(-20vw);
}
#exe-gifting-popup .exe-gifting-container .exe-gifting-question .text-box h3 {
  font-size: clamp(0.9em, 4.44vw, 1.6em);
  line-height: 1.3;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #fff;
}
#exe-gifting-popup .exe-gifting-container .exe-gifting-question .text-box p {
  font-size: clamp(0.57em, 2.78vw, 1em);
  line-height: 1.6;
  letter-spacing: 4px;
  color: #fff;
}
#exe-gifting-popup .exe-gifting-container .exe-gifting-question .button-box {
  margin-top: 3vw;
}
#exe-gifting-popup .exe-gifting-container .exe-gifting-question .button-box button {
  width: 100%;
  height: 100%;
  margin-top: 2.22vw;
  padding: 2.78vw;
  font-size: clamp(0.8rem, 3.89vw, 1.4em);
  color: #181818;
  font-weight: 600;
  letter-spacing: 0.14px;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 1px 1px 20px rgba(61, 0, 0, 0.5019607843);
  border: 2px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#exe-gifting-popup .exe-gifting-container .exe-gifting-question .button-box button svg {
  width: 10.25vw;
  height: auto;
  margin-right: 3.33vw;
}
#exe-gifting-popup .exe-gifting-container .exe-gifting-question .button-box button:hover {
  color: #9b0000;
}
#exe-gifting-popup .exe-gifting-container .exe-gifting-question .button-box button:hover svg rect,
#exe-gifting-popup .exe-gifting-container .exe-gifting-question .button-box button:hover svg path {
  fill: #9b0000;
}
#exe-gifting-popup .exe-gifting-container .exe-gifting-question .button-box button.exe-gifting-chosen {
  color: #ffffff;
  background-color: #9b0000;
}
#exe-gifting-popup .exe-gifting-container .exe-gifting-question .button-box button.exe-gifting-chosen svg rect,
#exe-gifting-popup .exe-gifting-container .exe-gifting-question .button-box button.exe-gifting-chosen svg path {
  fill: #ffffff;
}
#exe-gifting-popup .exe-gifting-container.exe-gifting-result-container {
  background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/guide/result_m.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#exe-gifting-popup .exe-gifting-container.exe-gifting-result-container .exe-gifting-popup-header {
  height: auto;
  background-image: none;
}
#exe-gifting-popup .exe-gifting-container.exe-gifting-result-container .exe-gifting-productsSlider .exe-gifting-productsControls {
  margin-left: auto;
  margin-right: auto;
}
#exe-gifting-popup .exe-gifting-container.exe-gifting-result-container .exe-gifting-previous {
  margin-top: 0;
  position: absolute;
  top: 3vw;
  left: 6vw;
}
#exe-gifting-popup .exe-gifting-container .exe-gifting-previous {
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 6vw;
  font-size: clamp(0.57em, 2.78vw, 1em);
  cursor: pointer;
}
#exe-gifting-popup .exe-gifting-container .exe-gifting-previous svg {
  margin-right: 1.5vw;
  width: 2.5vw;
  height: auto;
}
#exe-gifting-popup .exe-gifting-quiz-container {
  display: block;
}
#exe-gifting-popup .exe-gifting-result-container {
  display: none;
}
#exe-gifting-popup.exe-gifting-result {
  background-color: #fff;
}
#exe-gifting-popup.exe-gifting-result .exe-gifting-quiz-container {
  display: none;
}
#exe-gifting-popup.exe-gifting-result .exe-gifting-result-container {
  display: block;
}
#exe-gifting-popup .icon-cross {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  position: absolute;
  top: 1vh;
  right: 3vh;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1200;
}
#exe-gifting-popup .icon-cross::before, #exe-gifting-popup .icon-cross::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  height: 4px;
  background: #fff;
  border-radius: 2px;
}
#exe-gifting-popup .icon-cross:before {
  transform: rotate(45deg);
}
#exe-gifting-popup .icon-cross:after {
  transform: rotate(-45deg);
}

/* Desktop */
@media screen and (min-width: 768px) {
  #exe-gifting-popup {
    min-height: 100vh;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    overflow: hidden;
    overflow-y: auto;
    background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/guide/main_d.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #exe-gifting-popup.exe-gifting-result {
    background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/guide/result_d.jpg");
  }
  #exe-gifting-popup.exe-gifting-kids {
    background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/guide/kids_d.jpg");
  }
  #exe-gifting-popup.exe-gifting-her {
    background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/guide/her_d.jpg");
  }
  #exe-gifting-popup.exe-gifting-him {
    background-image: url("https://s3.eu-central-1.amazonaws.com/mvt-cdn.abee.cloud/p/resources/Avon/LP_Gifting/guide/him_d.jpg");
  }
  #exe-gifting-popup .exe-gifting-container {
    width: 30%;
    margin-right: 12%;
    margin-top: 8%;
    background-color: transparent;
    height: auto;
  }
  #exe-gifting-popup .exe-gifting-container .exe-gifting-popup-header {
    background-image: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    position: absolute;
    left: 5.2vw;
    top: 5.2vw;
  }
  #exe-gifting-popup .exe-gifting-container .exe-gifting-popup-header p {
    font-size: clamp(1.33em, 1.25vw, 2.4em);
    letter-spacing: 9.6px;
  }
  #exe-gifting-popup .exe-gifting-container .exe-gifting-popup-header h2 {
    font-size: clamp(3.15em, 2.92vw, 5.6em);
  }
  #exe-gifting-popup .exe-gifting-container .exe-gifting-question {
    background-color: transparent;
    transform: translateY(0);
    padding: 0;
  }
  #exe-gifting-popup .exe-gifting-container .exe-gifting-question .text-box h3 {
    font-size: clamp(1.7em, 1.56vw, 3em);
  }
  #exe-gifting-popup .exe-gifting-container .exe-gifting-question .text-box p {
    font-size: clamp(0.8em, 0.73vw, 1.4em);
  }
  #exe-gifting-popup .exe-gifting-container .exe-gifting-question .button-box button {
    margin-top: 0.625vw;
    padding: 0.7vw 0.88vw 0.4vw 0.88vw;
    font-size: clamp(1.33em, 1.25vw, 2.4em);
    letter-spacing: 0.24px;
    box-shadow: 1px 1px 40px rgba(61, 0, 0, 0.5019607843);
    border-radius: 10px;
  }
  #exe-gifting-popup .exe-gifting-container .exe-gifting-question .button-box button svg {
    transform: translateY(0.43vw);
    width: 3.2vw;
    height: auto;
    margin-right: 1.13vw;
  }
  #exe-gifting-popup .exe-gifting-container.exe-gifting-result-container {
    width: 100%;
    margin: auto;
    background-image: none;
    margin-top: 4vw;
  }
  #exe-gifting-popup .exe-gifting-container.exe-gifting-result-container .exe-gifting-popup-header {
    position: static;
    text-align: center;
  }
  #exe-gifting-popup .exe-gifting-container.exe-gifting-result-container .exe-gifting-productsSliderContainer {
    margin-top: 2vw;
  }
  #exe-gifting-popup .exe-gifting-container.exe-gifting-result-container .exe-gifting-productsSliderContainer .exe-gifting-productsSlider {
    width: 90%;
    margin-right: auto;
  }
  #exe-gifting-popup .exe-gifting-container.exe-gifting-result-container .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem {
    min-width: 23%;
    width: 23%;
    padding: 3em 1.5em;
  }
  #exe-gifting-popup .exe-gifting-container.exe-gifting-result-container .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem:first-child {
    margin-left: 1%;
  }
  #exe-gifting-popup .exe-gifting-container.exe-gifting-result-container .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsControls .exe-gifting-dotsContainer .exe-gifting-slider__dots .exe-gifting-slider__dot--active {
    background: #ffffff;
  }
  #exe-gifting-popup .exe-gifting-container.exe-gifting-result-container .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsControls .exe-gifting-dotsContainer .exe-gifting-slideNumber {
    color: #ffffff;
  }
  #exe-gifting-popup .exe-gifting-container.exe-gifting-result-container .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsControls .exe-gifting-dotsContainer .exe-gifting-slideNumber .exe-gifting-currentSlide {
    color: #ffffff;
  }
  #exe-gifting-popup .exe-gifting-container .exe-gifting-previous {
    margin-top: 4.2vw;
    font-size: clamp(0.8em, 0.73vw, 1.4em);
  }
  #exe-gifting-popup .exe-gifting-container .exe-gifting-previous svg {
    margin-right: 0.52vw;
    width: 0.75vw;
  }
  #exe-gifting-popup .icon-cross {
    top: 3vw;
    right: 3vw;
    width: 50px;
    height: 50px;
  }
  #exe-gifting-popup .icon-cross::before, #exe-gifting-popup .icon-cross::after {
    top: 22.5px;
    height: 5px;
    border-radius: 2px;
  }
  #exe-gifting-popup.exe-gifting-animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s;
  }
  @-webkit-keyframes animatezoom {
    from {
      -webkit-transform: scale(0);
    }
    to {
      -webkit-transform: scale(1);
    }
  }
  @keyframes animatezoom {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
  }
}/*# sourceMappingURL=style.css.map */