.sp-header.sp-header--up {
  transform: translateY(-120%) !important;
}



/************/
/** STICKY **/
/************/

.le-parfum-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 10;
  height: 0;
  color: #000;
  display: none;
  min-height: var(--STICKY-HEIGHT);
}

.le-parfum-ready.le-parfum-sticky {
  display: block;
}

.le-parfum-sticky__wrapper {
  transform: translateY(100%);
  background-color: #f6f6f6;
  position: absolute;
  bottom: 0;
  width: 100vw;
  transition: transform ease-in-out 0.3s;
  min-height: var(--STICKY-HEIGHT);
  display: flex;
  align-items: center;
}

.le-parfum-sticky__wrapper>.sisley-quickshop-container {
  width: 100%;
}

.le-parfum-sticky[data-visible="true"] .le-parfum-sticky__wrapper {
  transform: translateY(0);
}

.le-parfum-sticky__content {
  padding: 20px 52px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.le-parfum-sticky__product-name {
  flex: 1;
  font-family: var(--PLAY-FAIR-FONT);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.le-parfum-sticky__product-price {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  flex-shrink: 0;
}

.le-parfum-sticky__product-price-capacity-container {
  color: #575757;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  flex-shrink: 0;
}

.le-parfum-sticky__product-name-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: 63px;
  gap: 12px;
}

.le-parfum-sticky__cta {
  padding: 0px 40px;
  height: 45px;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  border-radius: 22px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  justify-content: center;
}

.le-parfum-sticky__cta:hover {
  border: 1px solid #cacaca;
  background-color: #fff;
  color: #000;
}

.le-parfum-product-modal__product-atb .c-button {
  margin-top: 0 !important;
}

.le-parfum-product-modal__product-atb {
  flex-shrink: 0;
}

.le-parfum-product-modal__product-atb .c-button:hover {
  color: #000 !important;
}

@media (max-width: 1023px) {
  .le-parfum-sticky__product-name-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-right: 0;
    width: auto;
  }

  .le-parfum-product-modal__product-atb {
    flex-basis: 100%;
  }

  .le-parfum-product-modal__product-atb>button {
    width: 100%;
  }

  .le-parfum-sticky__content:not(:has(.le-parfum-sticky__product-price-capacity-container)) {
    align-items: center;
  }

  .le-parfum-sticky__product-price {
    margin-left: auto;
  }

  .le-parfum-sticky__content {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 20px 40px;
  }

  .le-parfum-sticky__cta {
    flex-basis: 100%;
  }
}

@media (max-width: 761px) {
  .le-parfum-sticky__content {
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px 24px;
  }
}

/*****************/
/** STRAT INTRO **/
/*****************/

.le-parfum-strat-intro {
  background-color: #000;
  height: 100vh;
  width: 140vw;
  position: relative;
}

.le-parfum-strat-intro-wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  position: relative;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  will-change: transform;
}

:dir(rtl) .le-parfum-strat-intro-wrapper {
  justify-content: flex-start;
}

.le-parfum-strat-intro__content {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  padding-inline: 20px;
}

.le-parfum-strat-intro__background-visual-container {
  position: relative;
}

.le-parfum-strat-intro__background-visual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%);
}

.le-parfum-strat-intro__background-visual {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.le-parfum-strat-intro__content-1 {
  font-family: var(--PLAY-FAIR-FONT);
  font-size: clamp(20px, calc(40 / 1920 * 100vw), 40px);
  max-width: clamp(511px, calc(1024 / 1920 * 100vw), 1024px);
  width: 100%;
  line-height: 150%;
  margin-inline: auto;
}

.le-parfum-strat-intro__content-anim {
  width: 100%;
  max-width: 1024px;
  margin-inline: auto;
}

.le-parfum-strat-intro__content-anim--1 {
  opacity: 0;
}

.le-parfum-strat-intro__background-visual-overlay-wide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.le-parfum-strat-intro__content-2 {
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 18px);
  font-weight: 300;
  line-height: 160%;
  margin-top: 30px;
  max-width: clamp(510px, calc(976 / 1920 * 100vw), 976px);
  margin-inline: auto;
}

.le-parfum-strat-intro__content-anim--2 {
  opacity: 0;
  padding-inline: 24px;
}

.le-parfum-scroll-button {
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 18px;
  border: none;
  padding: 0;
  z-index: 1;
  opacity: 0;
}

.le-parfum-scroll-button-text {
  color: #fff;
  font-size: clamp(10px, calc(14 / 1920 * 100vw), 14px);
  line-height: 150%;
  text-transform: uppercase;
}

.le-parfum-scroll-button-arrow {
  width: clamp(80px, calc(107 / 1920 * 100vw), 107px);
  border-top: 1px solid #fff;
}

.le-parfum-strat-intro__animation-canvas-container {
  height: calc(50vh - var(--STICKY-HEIGHT));
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .le-parfum-strat-intro {
    background-color: #000;
    height: 100vh;
    width: 100vw;
  }

  .le-parfum-strat-intro-wrapper {
    position: unset;
  }
}

@media (max-width: 767px) {
  .le-parfum-strat-intro__animation-canvas-container {
    height: calc(30vh + max(0px, max(env(safe-area-inset-bottom, 0px), (100vh - 100dvh)) - var(--STICKY-HEIGHT)));
  }
}

/*************/
/** STRAT 1 **/
/*************/

.le-parfum-strat-1 {
  position: relative;
  width: 100vw;
}

.le-parfum-strat-1__video,
.le-parfum-strat-1__video>div,
.le-parfum-strat-1__video>video {
  width: 100%;
  height: 100%;
}

.le-parfum-strat-1__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  font-family: var(--PLAY-FAIR-FONT);
  font-size: clamp(20px, calc(30 / 1920 * 100vw), 30px);
  line-height: 130%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  padding-inline: 20px;
}

.le-parfum-strat-1__content-text {
  max-width: clamp(1000px, calc(1362 / 1920 * 100vw), 1362px);
  width: 100%;
}

@media (max-width: 1023px) {
  .le-parfum-strat-1__content-text {
    max-width: 558px;
  }

  .le-parfum-strat-1 {
    overflow: hidden;
  }
}

/*************/
/** START 2 **/
/*************/

.le-parfum-strat-2 {
  background-color: #000;
  display: flex;
  width: max-content;
  position: relative;
  justify-content: flex-end;
  color: #fff;
  overflow: hidden;
}

.le-parfum-strat-2__title {
  font-family: var(--PLAY-FAIR-FONT);
  font-size: clamp(20px, calc(40 / 1920 * 100vw), 40px);
  line-height: 130%;
}

.le-parfum-strat-2__description {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 16px);
  font-weight: 300;
  line-height: 150%;
  margin-top: 21px;
}

.le-parfum-strat-2__button {
  margin-top: 17px;
  display: inline-flex;
  color: #fff;
  font-size: clamp(12px, calc(14 / 1920 * 100vw), 14px);
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
}

.le-parfum-strat-2__button:hover {
  text-decoration: none;
}

.le-parfum-strat-2__block {
  width: clamp(300px, calc(759 / 1920 * 100vw), 759px);
  flex-shrink: 0;
  z-index: 1;
  background-color: #000;
}

.le-parfum-strat-2__visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

.le-parfum-strat-2__video,
.le-parfum-strat-2__video>div,
.le-parfum-strat-2__video video {
  width: 100%;
  height: 100%;
}

.le-parfum-strat-2__video video {
  left: clamp(150px, calc(150 / 1920 * 100vw), 150px);
  overflow: visible;
}

.le-parfum-strat-2__video {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: visible;
}

#le-parfum-video-strat-2_container {
  overflow: visible;
}

.le-parfum-strat-2__block-video {
  width: clamp(300px, calc(838 / 1920 * 100vw), 838px);
  z-index: 1;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.le-parfum-strat-2__block-content {
  width: 100%;
  max-width: clamp(600px, calc(647 / 1920 * 100vw), 647px);
  transform: translateY(-50%);
}

.le-parfum-strat-2__block-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: flex-end;
  padding-right: clamp(20px, calc(139 / 1920 * 100vw), 139px);
  padding-left: clamp(20px, calc(68 / 1920 * 100vw), 68px);
}

.le-parfum-strat-2__visual-container {
  display: block;
  width: auto;
  height: 100%;
  position: relative;
  background-color: #000;
}

.le-parfum-strat-2__block-visual {
  width: clamp(300px, calc(840 / 1920 * 100vw), 840px);
  z-index: 1;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  background-color: #000;
}

@media (min-width: 1024px) {
  .le-parfum-strat-2__visual-container {
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
  }

  .le-parfum-strat-2__visual {
    width: 140%;
    height: 100%;
    object-fit: cover;
  }

  .le-parfum-strat-2__block-visual {
    position: relative;
    left: 1px;
  }

  .le-parfum-strat-2 {
    overflow: unset;
  }
}

.le-parfum-strat-2__blocks-wrapper {
  background-color: #000;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

@media (max-width: 1023px) {
  .le-parfum-strat-2 {
    width: 100vw;
    height: auto;
    flex-direction: column;
  }

  .le-parfum-strat-2__block-video {
    width: 100vw;
  }

  .le-parfum-strat-2__video {
    position: unset;
    width: 100%;
  }

  .le-parfum-strat-2__blocks-wrapper {
    flex-direction: column;
  }

  .le-parfum-strat-2__block {
    width: 100%;
    padding-block: 50px;
  }

  .le-parfum-strat-2__block-visual {
    width: 100%;
  }

  .le-parfum-strat-2__block-content {
    max-width: 510px;
    transform: none;
  }

  .le-parfum-strat-2__block-inner {
    align-items: center;
  }

  .le-parfum-strat-2__title {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.2px;
  }

  .le-parfum-strat-2__description {
    margin-top: 14px;
    font-size: 16px;
    line-height: 150%;
  }

  .le-parfum-strat-2__button {
    margin-top: 14px;
    font-size: 14px;
    line-height: 150%;
  }

  .le-parfum-strat-2__video video {
    left: 0;
  }

  .le-parfum-strat-2__visual {
    height: calc(100vh - var(--STICKY-HEIGHT));
  }
}

/*************/
/** STRAT 3 **/
/*************/

.le-parfum-strat-3 {
  background-color: #000;
  width: 200vw;
  position: relative;
  overflow: hidden;
}

.le-parfum-strat-3__wrapper {
  width: 100vw;
  height: 100%;
  position: relative;
}

.le-parfum-strat-3__background-visual {
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.2);
}

.le-parfum-strat-3__overlay {
  background-color: rgba(0, 0, 0, 0.93);
  width: 105vw;
  height: 105vh;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.le-parfum-strat-3__content {
  width: 100vw;
  height: 100%;
  z-index: 1;
  position: relative;
}

.text-curv {
  position: absolute;
  /* left: 0; */
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  color: #fff;
}

.text-curv svg {
  width: 100%;
  height: 300px;
  pointer-events: none;
}

#textpath {
  color: #fff;
  fill: #fff;
  color: #fff;
  font-family: var(--PLAY-FAIR-FONT);
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
  will-change: transform;
  text-rendering: geometricPrecision;
}

.text-motion {
  color: #fff;
  font-family: var(--PLAY-FAIR-FONT);
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
  will-change: transform;
  text-rendering: geometricPrecision;
  position: absolute;
  top: 50%;
  /* left: 100%; */
  inset-inline-start: 100%;
  transform: translateY(-50%);
}

.le-parfum-strat-3__visual-container {
  z-index: 1;
  grid-column: 2;
}

.le-parfum-strat-3__block-aromatic {
  grid-template-columns: 1fr 200px 1fr;
  display: grid;
  position: relative;
  z-index: 3;
  color: #000;
  text-align: center;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.le-parfum-strat-3__block-aromatic-container {
  grid-column: 3;
}

.le-parfum-strat-3__block-aromatic-inner {
  height: fit-content;
  width: fit-content;
  margin-left: 50px;
}

.le-parfum-strat-3__block-aromatic-item {
  max-width: 376px;
  width: 100%;
  text-align: center;
}

.le-parfum-strat-3__visual {
  width: 100%;
  height: auto;
}

.le-parfum-strat-3__block-aromatic-title {
  font-family: var(--PLAY-FAIR-FONT);
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.le-parfum-strat-3__block-aromatic-description {
  font-size: clamp(12px, calc(14 / 1920 * 100vw), 14px);
  font-weight: 300;
  line-height: 150%;
  margin-top: 16px;
}

.le-parfum-strat-3__block-aromatic-carrousel {
  opacity: 0;
  max-width: clamp(300px, calc(376 / 1920 * 100vw), 376px);
  width: 100%;
  overflow: hidden;
}

.le-parfum-strat-3__block-aromatic-carrousel-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  margin-top: 20px;
}

.le-parfum-strat-3__block-aromatic-carrousel-navigation-dots {
  width: fit-content !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 0;
}

.le-parfum-strat-3__block-aromatic-carrousel-navigation-dots .swiper-pagination-bullet {
  margin: 0 !important;
  padding: 0;
  width: 5px;
  height: 5px;
  background-color: #d9d9d9;
  flex-shrink: 0;
  opacity: 1;
}

.le-parfum-strat-3__block-aromatic-carrousel-navigation-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #efefef;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  z-index: 1;
  flex-shrink: 0;
}

:dir(rtl) .le-parfum-strat-3__block-aromatic-carrousel-navigation-button svg {
  transform: scale(-1);
}

.le-parfum-strat-3__block-aromatic-carrousel-navigation-dots .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background-color: #1529dd !important;
}

.le-parfum-strat-3__block-visual {
  width: auto;
  height: calc(500 / 1080 * 100vh);
  display: flex;
  justify-content: center;
  align-items: center;
}

.le-parfum-strat-3__block-visual canvas {
  margin-inline: auto;
}

@media (max-width: 1023px) {
  .le-parfum-strat-3 {
    height: auto;
    width: 100vw;
  }

  .le-parfum-strat-3__block-visual {
    height: calc(400 / 1080 * 100vh);
  }

  .le-parfum-strat-3__block-aromatic {
    padding-bottom: calc(max(env(safe-area-inset-bottom, 0px), (100vh - 100dvh)) + 20px);
    grid-template-columns: 1fr;
    grid-template-columns: repeat(1, minmax(200px, 376px));
  }

  .le-parfum-strat-3__visual-container {
    grid-column: 1;
    grid-row: 2;
  }

  .le-parfum-strat-3__content {
    height: 100vh;
  }

  .le-parfum-strat-3__block-aromatic-title {
    font-size: 18px;
    line-height: 140%;
  }

  .le-parfum-strat-3__block-aromatic-description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 150%;
  }

  .le-parfum-strat-3__block-aromatic-carrousel-navigation {
    margin-top: 24px;
  }

  .le-parfum-strat-3__block-aromatic-container {
    width: 100%;
    grid-column: 1;
    grid-row: 3;
    align-self: flex-start;
  }

  .le-parfum-strat-3__block-aromatic {
    padding-bottom: 20px;
  }

  .le-parfum-strat-3__block-aromatic-inner {
    width: 100%;
    margin: 0 auto;
  }

  .le-parfum-strat-3__block-aromatic-carrousel {
    max-width: 100%;
  }

  .le-parfum-strat-3__block-aromatic-item {
    max-width: 324px;
    margin-inline: auto;
  }
}

@media (max-width: 1023px) {
  .text-curv {
    top: 40vh;
    transform: none;
  }
}

@media (max-width: 767px) {
  .text-curv {
    top: 250px;
    transform: none;
  }

  .text-motion {
    font-size: 60px;
  }

  .le-parfum-strat-3__block-visual {
    height: 250px;
  }

  .le-parfum-strat-3__block-aromatic-container {
    margin-top: 50px;
  }

  .le-parfum-strat-3__content {
    height: auto;
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .le-parfum-strat-3__background-visual {
    transform: scale(1.1);
  }
}

/*************/
/** STRAT 4 **/
/*************/

.le-parfum-strat-4 {
  position: relative;
  width: fit-content;
  display: flex;
  color: #fff;
}

.le-parfum-strat-4__content {
  max-width: clamp(300px, calc(854 / 1920 * 100vw), 854px);

  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-inline: 20px;
  justify-content: center;
  padding-right: clamp(20px, calc(139 / 1920 * 100vw), 139px);
  padding-left: clamp(20px, calc(68 / 1920 * 100vw), 68px);
}

.le-parfum-strat-4__content-inner {
  max-width: clamp(600px, calc(647 / 1920 * 100vw), 647px);
  width: 100%;
  flex-shrink: 0;
  transform: translateY(-50%);
}

.le-parfum-strat-4__block-visual {
  flex-shrink: 0;
  position: relative;
  width: calc(835 / 1920 * 100vw);
  overflow: hidden;
}

.le-parfum-strat-4__block-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.le-parfum-strat-4__visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

@media (min-width: 1024px) {
  .le-parfum-strat-4__visual {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 140%;
    height: 100%;
    object-fit: cover;
  }
}

.le-parfum-strat-4__title {
  font-size: clamp(12px, calc(15 / 1920 * 100vw), 15px);
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.le-parfum-strat-4__description {
  font-family: var(--PLAY-FAIR-FONT);
  font-size: clamp(20px, calc(40 / 1920 * 100vw), 40px);
  line-height: 130%;
  margin-top: 20px;
}

.le-parfum-strat-intro__scroll-button--hided {
  opacity: 0 !important;
  pointer-events: none !important;
  transition: 0.3s ease-in-out !important;
}

@media (max-width: 1023px) {
  .le-parfum-strat-4__title {
    font-weight: 300;
  }

  .le-parfum-strat-intro__background-visual {
    width: auto;
    height: 100%;
  }

  .le-parfum-strat-intro__scroll-button {
    display: none;
  }

  .le-parfum-strat-4 {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100vw;
  }

  .le-parfum-strat-4__content-inner {
    max-width: 509px;
    transform: none;
    margin-inline: auto;
  }

  .le-parfum-strat-4__content {
    max-width: 100%;
    padding-block: 50px;
    align-items: center;
  }

  .le-parfum-strat-4__block-visual {
    max-width: 100%;
    width: 100%;
  }
}

/*************/
/** STRAT 5 **/
/*************/

.le-parfum-strat-5 {
  background-color: #181821;
  width: 100vw;
  position: relative;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}

.le-parfum-strat-5__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 1;
}

.le-parfum-strat-5__title {
  color: #fff;
  font-size: clamp(12px, calc(14 / 1920 * 100vw), 14px);
  font-weight: 300;
  line-height: normal;
  letter-spacing: 5.6px;
  text-transform: uppercase;
}

.le-parfum-strat-5__title-wrapper {
  max-width: clamp(800px, calc(1176 / 1920 * 100vw), 1176px);
  width: 100%;
  margin-inline: auto;
}

.le-parfum-strat-5__description {
  font-family: var(--PLAY-FAIR-FONT);
  font-size: clamp(20px, calc(40 / 1920 * 100vw), 40px);
  line-height: 130%;
  margin-top: 20px;
  margin-inline: auto;
}

.le-parfum-strat-5__products-carrousel {
  width: 100%;
  margin-top: clamp(50px, calc(100 / 1920 * 100vw), 100px);
  position: relative;
}

.le-parfum-strat-5__product-card-container {
  width: auto !important;
  align-items: flex-start;
}

.le-parfum-strat-5__product-card {
  max-width: clamp(300px, calc(676 / 1920 * 100vw), 676px);
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}

.le-parfum-strat-5__product-card-container-inner {
  padding-inline: clamp(20px, calc(35 / 1920 * 100vw), 35px);
}

.le-parfum-strat-5__visual {
  width: 100%;
  height: auto;
}

.le-parfum-strat-5__product-card-description {
  margin-top: 16px;
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 16px);
  font-weight: 300;
  line-height: 150%;
}

.le-parfum-strat-5__product-card-description .le-parfum-strat-5__product-card-link {
  font-size: clamp(14px, calc(16 / 1920 * 100vw), 16px);
  font-weight: 300;
  line-height: 150%;
}

.le-parfum-strat-5__products-carrousel-navigation {
  position: absolute;
  top: clamp(50px, calc(155 / 1920 * 100vw), 155px);
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 1;
}

.le-parfum-strat-5__products-carrousel-navigation-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: clamp(300px, calc(1176 / 1920 * 100vw), 1176px);
}

.le-parfum-strat-5__products-carrousel-navigation-button {
  width: clamp(50px, calc(76 / 1920 * 100vw), 76px);
  height: clamp(50px, calc(76 / 1920 * 100vw), 76px);
  flex-shrink: 0;
  background-color: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

:dir(rtl) .le-parfum-strat-5__products-carrousel-navigation-button svg {
  transform: scale(-1);
}

.le-parfum-strat-5__products-carrousel-navigation-button:hover {
  filter: drop-shadow(0px 0 0 rgba(0, 0, 0, 0.25));
}

.le-parfum-strat-5__product-card-container:not(.swiper-slide-active) .le-parfum-strat-5__product-card {
  opacity: 0.3;
}

.le-parfum-strat-5__products-carrousel-navigation-button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.le-parfum-strat-5__product-card-link {
  text-decoration: underline;
}

.le-parfum-strat-5__product-card-link:hover {
  text-decoration: none;
}

.le-parfum-strat-5__product-card-button {
  display: inline-flex;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
}

.le-parfum-strat-5__product-card-button:hover {
  text-decoration: none;
}

.le-parfum-strat-5__scroll-button-text {
  transition: opacity 0.3s ease-in-out;
}

.le-parfum-strat-5__scroll-button.le-parfum-scroll-button--active .le-parfum-strat-5__scroll-button-text {
  opacity: 1;
}

.le-parfum-strat-5__scroll-button.le-parfum-scroll-button--active .le-parfum-strat-5__scroll-button-arrow {
  opacity: 1;
}

@media (max-width: 1023px) {
  .le-parfum-strat-5 {
    width: 100vw;
    height: auto;
    overflow: visible;
    z-index: 2;
  }

  .le-parfum-strat-5__content {
    position: unset;
    height: auto;
    padding: 50px 20px;
  }

  .le-parfum-strat-5__product-card {
    max-width: 512px;
    text-align: left;
  }

  .le-parfum-strat-5__products-carrousel-navigation-inner {
    max-width: 600px;
  }

  .le-parfum-strat-5__title-wrapper {
    text-align: left;
    padding-left: max((100vw - 652px) / 2, 1rem);
  }

  .le-parfum-strat-5__products-carrousel-navigation {
    top: 100px;
  }

  .le-parfum-strat-5__scroll-button {
    display: none;
  }

  .le-parfum-strat-5__product-card-description {
    text-align: left;
  }

  .le-parfum-strat-5__products-carrousel-navigation-button svg {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .le-parfum-strat-5__title-wrapper {
    text-align: left;
    padding-left: max((100vw - 367px) / 2, 0px);
  }

  .le-parfum-strat-5__product-card {
    max-width: 327px;
  }

  .le-parfum-strat-5__products-carrousel-navigation {
    top: calc(70 / 375 * 100vw);
  }
}

/*************/
/** STRAT 6 **/
/*************/

.le-parfum-strat-6 {
  background-color: #181821;
  width: 100vw;
  overflow: hidden;
  position: relative;
  container-type: inline-size;
  z-index: 1;
}

.le-parfum-strat-6__intro-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
  width: 100%;
  color: #fff;
  pointer-events: none;
}

.le-parfum-strat-6__intro-content-inner {
  max-width: clamp(300px, calc(976 / 1920 * 100vw), 976px);
  width: 100%;
}

.le-parfum-strat-6__overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.le-parfum-strat-6__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.le-parfum-strat-6__background-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.le-parfum-strat-6__title {
  font-size: clamp(12px, calc(15 / 1920 * 100vw), 15px);
  line-height: 130%;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.le-parfum-strat-6__description {
  font-family: var(--PLAY-FAIR-FONT);
  font-size: clamp(20px, calc(40 / 1920 * 100vw), 40px);
  line-height: 130%;
  margin-top: clamp(20px, calc(40 / 1920 * 100vw), 40px);
}

.le-parfum-strat-6__modal {
  width: clamp(300px, calc(430 / 1920 * 100vw), 430px);
  height: clamp(300px, calc(430 / 1920 * 100vw), 430px);
  aspect-ratio: 1/1;
  background: #fff;
  padding: clamp(20px, calc(40 / 1920 * 100vw), 40px) clamp(40px, calc(60 / 1920 * 100vw), 60px);
  text-align: center;
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.le-parfum-strat-6__modal-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.le-parfum-strat-6__modal-title {
  font-family: var(--PLAY-FAIR-FONT);
  font-size: clamp(16px, calc(26 / 1920 * 100vw), 26px);
  line-height: 150%;
}

.le-parfum-strat-6__modal-description {
  font-size: clamp(12px, calc(14 / 1920 * 100vw), 14px);
  font-weight: 300;
  line-height: 20px;
  margin-top: 20px;
}

.le-parfum-strat-6__modal-button {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  padding: 20px 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #000;
  margin-top: clamp(30px, calc(40 / 1920 * 100vw), 40px);
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}

.le-parfum-strat-6__modal-button:hover {
  filter: invert(1);
  color: #fff !important;
}

.le-parfum-strat-6__modal {
  display: none;
}

.le-parfum-strat-6__modal-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(30px, calc(50 / 1920 * 100vw), 50px);
  height: clamp(30px, calc(50 / 1920 * 100vw), 50px);
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fcfdfd;
  text-align: center;
  font-size: clamp(16px, calc(27.72 / 1920 * 100vw), 27.72px);
  font-weight: 200;
  line-height: normal;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.le-parfum-strat-6__modal-trigger:hover,
.le-parfum-strat-6__modal-trigger[aria-expanded="true"] {
  background-color: #1529dd;
  width: clamp(50px, calc(86 / 1920 * 100vw), 86px);
  height: clamp(50px, calc(86 / 1920 * 100vw), 86px);
  font-size: clamp(20px, calc(46.2 / 1920 * 100vw), 46.2px);
}

.le-parfum-strat-6__background--2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

#le-parfum-strat-6__modal-trigger-le-parfum {
  left: calc(50% + 3cqw);
  top: calc(50% + 9cqw);
}

#le-parfum-strat-6__modal-trigger-soins-lavants {
  left: calc(50% + 8cqw);
  top: calc(50% - 10cqw);
}

#le-parfum-strat-6__modal-trigger-soins-traitants {
  left: calc(50% - 9cqw);
  top: calc(50% - 4cqw);
}

#le-parfum-strat-6__modal-trigger-soins-beaute {
  left: calc(50% - 17cqw);
  top: calc(50% - 0cqw);
}

#le-parfum-strat-6__modal-trigger-brosses {
  left: calc(50% + 16cqw);
  top: calc(50% - 1cqw);
}

#le-parfum-strat-6__modal-brosses,
#le-parfum-strat-6__modal-soins-lavants,
#le-parfum-strat-6__modal-le-parfum {
  left: calc(100% - 20px);
  transform: translate(-100%, -50%);
}

#le-parfum-strat-6__modal-soins-traitants,
#le-parfum-strat-6__modal-soins-beaute {
  left: 20px;
  transform: translate(0, -50%);
}

@media (max-width: 1023px) {
  .le-parfum-strat-6 {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .le-parfum-strat-6__modal-inner {
    max-width: 509px;
  }

  .le-parfum-strat-6__modal {
    padding: 0 20px;
  }

  #le-parfum-strat-6__modal-brosses,
  #le-parfum-strat-6__modal-soins-lavants,
  #le-parfum-strat-6__modal-le-parfum,
  #le-parfum-strat-6__modal-soins-traitants,
  #le-parfum-strat-6__modal-soins-beaute {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 55%;
    background-color: transparent;
    height: auto;
    width: auto;
    aspect-ratio: unset;
  }

  .le-parfum-strat-6__modal-trigger {
    font-size: 18px;
    width: 32px;
    height: 32px;
  }

  .le-parfum-strat-6__modal-trigger:hover,
  .le-parfum-strat-6__modal-trigger[aria-expanded="true"] {
    font-size: 30px;
    width: 56px;
    height: 56px;
  }

  #le-parfum-strat-6__modal-trigger-le-parfum {
    left: calc(50% + 5vw);
    top: calc(50% - 7vw);
  }

  #le-parfum-strat-6__modal-trigger-soins-lavants {
    left: calc(50% + 4vw);
    top: calc(50% - 35vw);
  }

  #le-parfum-strat-6__modal-trigger-soins-traitants {
    left: calc(50% - 14vw);
    top: calc(50% - 36vw);
  }

  #le-parfum-strat-6__modal-trigger-soins-beaute {
    left: calc(50% - 28vw);
    top: calc(50% - 18vw);
  }

  #le-parfum-strat-6__modal-trigger-brosses {
    left: calc(50% + 26vw);
    top: calc(50% - 25vw);
  }
}

@media (max-width: 767px) {
  #le-parfum-strat-6__modal-trigger-le-parfum {
    left: calc(50% - 7cqw);
    top: calc(50% - 2cqw);
  }

  #le-parfum-strat-6__modal-trigger-soins-lavants {
    left: calc(50% + 19cqw);
    top: calc(50% - 49cqw);
  }

  #le-parfum-strat-6__modal-trigger-soins-traitants {
    left: calc(50% - 21cqw);
    top: calc(50% - 36cqw);
  }

  #le-parfum-strat-6__modal-trigger-soins-beaute {
    left: calc(50% - 33cqw);
    top: calc(50% - 10cqw);
  }

  #le-parfum-strat-6__modal-trigger-brosses {
    left: calc(50% + 40cqw);
    top: calc(50% - 25cqw);
  }

  #le-parfum-strat-6__modal-brosses,
  #le-parfum-strat-6__modal-soins-lavants,
  #le-parfum-strat-6__modal-le-parfum,
  #le-parfum-strat-6__modal-soins-traitants,
  #le-parfum-strat-6__modal-soins-beaute {
    transform: none;
    width: 100%;
    left: 0;
    top: 60%;
  }

  .le-parfum-strat-6__modal-inner {
    max-width: 305px;
    margin-inline: auto;
  }

  .le-parfum-strat-6__modal-button {
    margin-top: 24px;
  }

  .le-parfum-strat-6__modal-title {
    font-size: 18px;
    line-height: 140%;
  }

  .le-parfum-strat-6__modal-description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
  }
}

/*************/
/** STRAT 7 **/
/*************/

.le-parfum-strat-7 {
  width: 150vw;
  height: 100vh;
  position: relative;
}

.le-parfum-strat-7__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.le-parfum-strat-7__container {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.le-parfum-strat-7__video {
  font-size: 0;
}

.le-parfum-strat-7__video,
.le-parfum-strat-7__video>div,
.le-parfum-strat-7__video video {
  width: 100%;
  height: 100%;
}

.le-parfum-strat-7__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  z-index: 1;
}

.le-parfum-strat-7__new {
  font-size: clamp(12px, calc(14 / 1920 * 100vw), 14px);
  font-weight: 300;
  line-height: normal;
  letter-spacing: 5.6px;
}

.le-parfum-strat-7__title {
  font-family: var(--PLAY-FAIR-FONT);
  font-size: clamp(20px, calc(50 / 1920 * 100vw), 50px);
  font-weight: 500;
  line-height: 110%;
}

@media (max-width: 1023px) {
  .le-parfum-strat-7 {
    height: auto;
  }
}