/* 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-2-3-occassions: clamp(0.68rem, 3.33vw, 1.2rem);
  --step-3: clamp(0.9rem, 4.44vw, 1.6rem);
  --step-3-4-occassions: clamp(1.1rem, 5.67vw, 2rem);
  --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-4-5: clamp(1.7rem, 2vw, 3rem);
    --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 !important;
}

.exe-gifting-desktop {
  display: none !important;
}

.exe-gifting-hidden {
  visibility: hidden;
}

.exe-gifting-ribbon1 {
  position: absolute;
  top: -0.6vw;
  left: 0;
}

.exe-gifting-ribbon1 .exe-gifting-mobile {
  width: 100vw;
}

.exe-gifting-ribbon2 {
  position: absolute;
  top: -37vw;
  left: 0;
  z-index: -1;
}

.exe-gifting-ribbon3 {
  position: absolute;
  top: -50vw;
  left: 0;
  right:0;
  z-index: -1;
}
.exe-gifting-ribbon3 .exe-gifting-mobile {
  width:100%;
}

.exe-gifting-ribbon4 {
  position: absolute;
  top: -37vw;
  left: 0;
  z-index: -1;
}

.exe-gifting-ribbon5 {
  position: relative;
}
.exe-gifting-ribbon5 img {
  position: absolute;
  top: -38vw; /* -14rem */
  z-index: -1;
  width:100%;
}

.exe-gifting-glitter {
  display: none;
  width: 100%;
  height: 10px;
  background-color: #ffffff;
}

#exe-gifting-lp {
  font-family: "Montserrat";
  /* overflow-x: hidden; */
}

.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;
  bottom: 10%;
  left: 5%;
}

.exe-gifting-header .exe-gifting-headerLeft .exe-gifting-headerText .exe-gifting-titleSmall {
  font-size: var(--step-2-3);
  line-height: 1.2;
  letter-spacing: 4.8px;
  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: 1.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%, #000000 100%) 0% 0% no-repeat padding-box;
  background-position-y: 6rem;
}

.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-scroll-okazje .exe-gifting-headerText .exe-gifting-titleSmall {
  font-size: var(--step-2-3-occassions);
}

.exe-gifting-header .exe-gifting-headerRight > div .exe-gifting-headerText .exe-gifting-titleBig {
  font-size: var(--step-3);
  line-height: 1.3;
  letter-spacing: 1.3px;
  font-weight: 900;
  text-shadow: 1px 1px 10px rgba(24, 24, 24, 0.8);
}
.exe-gifting-header .exe-gifting-headerRight > div.exe-gifting-scroll-okazje .exe-gifting-headerText .exe-gifting-titleBig {
  font-size: var(--step-3-4-occassions);
}

.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://www2.pl.avon.com/dam/pl-home/Gifting-23/universal/forhim_m.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 50.43vw;
  position: relative;
  padding: 5.8vw;
  padding-bottom: 15vw;
}

.exe-gifting-category.exe-gifting-her {
  background-image: url("https://www2.pl.avon.com/dam/pl-home/Gifting-23/universal/forher_m.png");
}

.exe-gifting-category.exe-gifting-kids {
  background-image: url("https://www2.pl.avon.com/dam/pl-home/Gifting-23/universal/forkids_m.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-category .exe-gifting-filtersContainer .exe-gifting-animatedArrow {
  text-align: right;
  -webkit-animation: animatedArrow 1.5s ease-out infinite;
          animation: animatedArrow 1.5s ease-out infinite;
  opacity: 1;
  margin-top: 1em;
  margin-bottom: 1em;
}

@-webkit-keyframes animatedArrow {
  0% {
    margin-right: 2em;
  }
  50% {
    margin-right: 0;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes animatedArrow {
  0% {
    margin-right: 2em;
  }
  50% {
    margin-right: 0;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.exe-gifting-category.exe-gifting-engraving {
  min-height: 46.64vw;
}

.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-productsSlider {
  width: 100%;
  min-height: 20em;
  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-productsTransform-empty {
  justify-content: center;
  height: 20vw;
  align-content: center;
  flex-wrap: wrap;
}

.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform.exe-gifting-productsTransform-empty > p {
  flex-basis: 100%;
  text-align: center;
  text-shadow: 1px 1px 10px rgba(24, 24, 24, 0.8);
  font-size: clamp(1.6em, 7.78vw, 2.8em);
  color: #fff;
}

.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;
  margin: 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: 90%;
}

.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-listprice {
  font-size: var(--step-2-3);
  color: #ec0b01;
  margin-top: 1em;
}

.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-listprice span {
  text-decoration: line-through;
}

.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,
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-pdpBtn-2 {
  display: flex;
  align-items: center;
  font-size: var(--step-0);
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background-color: #293132;
  border-radius: 6px;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.6em;
  padding: 1em 2em;
  cursor: pointer;
}

.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-orderBtn img,
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-pdpBtn-2 img {
  width: 1.2em;
  height: auto;
  margin-right: 0.7em;
}

.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-orderBtn.exe-gifting-added,
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-pdpBtn-2.exe-gifting-added {
  background-color: #fff;
  color: #1a8282;
}

.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-orderBtn.exe-gifting-added:hover,
.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-pdpBtn-2.exe-gifting-added:hover {
  background-color: #fff;
  color: #1a8282;
}

.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-pdpBtn {
  font-size: var(--step-1);
  color: #181818;
  text-decoration: none;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  cursor: pointer;
  visibility: hidden;
}

.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-pdpBtn.exe-gifting-show {
  visibility: visible;
}

.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsControls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--step-0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 70%;
  margin-right: auto;
  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: 0%;
  transform: translateX(-50%);
}

.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsLoader.exe-gifting-active {
  display: block;
}

.exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsLoader.exe-gifting-active rect:last-child {
  -webkit-animation: loading 1s ease-out infinite;
          animation: loading 1s ease-out infinite;
}

@-webkit-keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 110%;
  }
}

@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 110%;
  }
}

.exe-gifting-prefooter-disclaimer {
  width: 100%;
  padding: 2em;
  background-color: #f0f0f0;
}
.exe-gifting-prefooter-disclaimer div {
  width: 100%;
  margin: auto;
  padding: 2.5em 1.5em;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1019607843);
}
.exe-gifting-prefooter-disclaimer div p {
  font-size: var(--step-2-3);
  color: #181818;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .exe-gifting-mobile {
    display: none !important;
  }

  .exe-gifting-desktop {
    display: block !important;
  }

  .exe-gifting-ribbon1 {
    top: -0.5%;
  }

  .exe-gifting-ribbon2 {
    top: -12%;
  }

  .exe-gifting-ribbon3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* overflow: hidden; */
    transform: scaleX(-1) translateX(-20%) translateY(-35%);
  }

  .exe-gifting-ribbon4 {
    top: -26%;
    transform: translateX(35%) scale(0.8);
  }

  .exe-gifting-glitter {
    display: block;
    width: 35.3%;
  }

  #exe-gifting-lp {
    font-family: "Montserrat";
    overflow-x: hidden;
  }

  .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 {
    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%, #000000 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;
    font-size: var(--step-4-5);
  }

  .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://www2.pl.avon.com/dam/pl-home/Gifting-23/universal/forhim_d.png");
    padding: 0;
  }
  .exe-gifting-category.exe-gifting-her {
    background-image: url("https://www2.pl.avon.com/dam/pl-home/Gifting-23/universal/forher_d.png");
  }
  .exe-gifting-category.exe-gifting-kids {
    background-image: url("https://www2.pl.avon.com/dam/pl-home/Gifting-23/universal/forkids_d.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-category .exe-gifting-filtersContainer .exe-gifting-animatedArrow {
    display: none;
  }

  .exe-gifting-category.exe-gifting-her .exe-gifting-filtersContainer .exe-gifting-filtersList {
    margin-top: 5vw;
    flex-wrap: wrap;
    row-gap: 1em;
  }

  .exe-gifting-category.exe-gifting-her .exe-gifting-filtersContainer .exe-gifting-filtersList .exe-gifting-filtersList-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .exe-gifting-category.exe-gifting-engraving .exe-gifting-productsSliderContainer {
    margin-top: -4.5vw;
  }

  .exe-gifting-productsSliderContainer .exe-gifting-categoryText {
    top: auto;
    bottom: 33%;
    left: 2.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-productsSlider {
    width: 69.5vw;
    min-height: 40em;
  }

  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform {
    padding: 1% 0;
  }

  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform.exe-gifting-productsTransform-empty > p {
    font-size: clamp(1.33em, 1.25vw, 2.4em);
  }

  .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,
  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-pdpBtn-2 {
    border-radius: 4px;
  }

  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-orderBtn img,
  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-pdpBtn-2 img {
    width: 1.5em;
    margin-right: 0.7em;
  }

  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-orderBtn:hover,
  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsTransform .exe-gifting-productItem .exe-gifting-pdpBtn-2:hover {
    background-color: #5e06a4;
  }

  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsControls {
    justify-content: center;
    margin-right: 12em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
  }

  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsControls .exe-gifting-dotsContainer .exe-gifting-slideNumber {
    font-size: var(--step--1);
  }

  .exe-gifting-productsSliderContainer .exe-gifting-productsSlider .exe-gifting-productsLoader {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .exe-gifting-prefooter-disclaimer div {
    width: 60%;
  }
  
  .exe-gifting-prefooter-disclaimer div p {
    font-size: var(--step-0);
  }

}/*# sourceMappingURL=style.css.map */