.product-page .reveal {
  transform: translateY(0) !important;
  transform: translateX(0) !important;
  opacity: 1;
}

.front-page .over {
  height: 60px;
  width: 60px;
  filter: blur(20px);
}

.front-page .hidden {
  display: none !important;
}

.front-page .animated {
  transition: all 1s ease-out;
}

.front-page .mobile {
  display: none;
}

.front-page .video-head {
  padding: 42px 42px 0 42px;
  box-sizing: border-box;
  background-color: #000000;
  height: 274px;
  z-index: 2;
  position: relative;
}

.front-page .cover {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.front-page .cover img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.front-page .video-head-text-container {
  height: 347px;
  background-color: #ffffff;
  width: 322px;
  left: 155px;
  box-sizing: border-box;
  margin: 0 !important;
  bottom: 420px;
  transition: opacity 1s, transform 1s;
}

.front-page .video-head-text-container.videoActive {
  opacity: 0;
  transform: translateX(-200px);
}

.front-page .video-head-mobile {
  display: none;
  padding: 42px 42px 0 42px;
  box-sizing: border-box;
  background-color: #0b0b0b;
  height: 126px;
  z-index: 2;
  position: relative;
}

.front-page .video-head-mobile .cover {
  position: absolute;
  width: 100%;
  height: 100%;
}

.front-page .video-head-mobile .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-page .video-head-mobile .video-head-text-container {
  left: 0;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 347px;
  background-color: #ffffff;
  width: auto;
}

.front-page .head-swiper-slide {
  padding: 51px 60px 0 55.6px;
  box-sizing: border-box;
}

.front-page .small-title {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.front-page .title {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 17px;
}

.front-page .slide-right .content {
  margin: 25px 0 0px;
}

.front-page .scents-swiper-slide {
  display: flex !important;
}

.front-page .slide-right {
  /* padding: 382px 248px 0 221px; */
  width: 50%;
  box-sizing: border-box;
  position: relative;
}

.front-page .slide-left {
  width: 50%;
  height: 1113px;
  position: relative;
}

.front-page .background-title {
  position: relative;
  font-size: 130px;
  line-height: 100px;
  text-align: center;
  padding: 0 0px;
  text-transform: uppercase;
}

.front-page .your-scent .background-title {
  font-size: 200px;
  white-space: nowrap;
}

.front-page .word div {
  display: inline-block;
  transform: translateY(150px);
  opacity: 0;
}

.front-page .active {
  transform: none !important;
  opacity: 1 !important;
  filter: none !important;
}

.front-page .deactive {
  transition: 0s !important;
  transform: none !important;
  opacity: 1 !important;
  filter: none !important;
}

.front-page .swiper-image {
  position: absolute;
  margin: auto;
  top: 350px;
  left: 0;
  right: 0;
  z-index: 2;
  width: fit-content;
}

.front-page .swiper-image-mobile {
  display: none;
}

.front-page .swiper-bottle {
  position: relative;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  transform: translate(0px, 50px);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}

.front-page .swiper-bottle img {
  width: 425px;
}

.front-page .swiper-flower {
  position: relative;
  z-index: 1;
  transition: transform 2s, opacity 2s;
  transition-delay: 0.5s;
  opacity: 0;
}

.front-page .reveal {
  opacity: 1 !important;
  transform: translate(0px, 0px) !important;
}

.front-page .swiper-flower img {
  position: relative;
}

.front-page .background-title-container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 503px;
  margin: auto;
  width: fit-content;
  left: 0;
  right: 0;
}

.front-page .slide-left .background-title-container {
  display: none;
}

.front-page .slide-right-content {
  position: absolute;
  top: 543px;
  max-width: 267px;
  margin: auto;
  left: 0;
  right: 0;
}

.front-page .slide-right-content .environmentBox {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-block: 16px;
}

.front-page .slide-right-content .environmentBox + .black-button {
  margin-top: 0;
}

.front-page .black-button {
  background-color: #2c2927;
  padding: 7px 23px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin-top: 60px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 50px;
  width: fit-content;
  display: block;
}

.front-page .scents-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.97925 19L1.00016 10.0209L9.97925 1.04182' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat;
  left: calc(50% - 30px) !important;
  top: var(--swiper-navigation-top-offset, 55%) !important;
}

.front-page .scents-prev::after,
.scents-next::after,
.head-prev::after,
.head-next::after {
  content: none !important;
}

.front-page .scents-next {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.979004 1L9.95809 9.97909L0.979004 18.9582' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat;
  left: calc(50% + 12px) !important;
  top: var(--swiper-navigation-top-offset, 55%) !important;
}

.front-page .head-next {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='44' viewBox='0 0 45 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='44.361' height='44' transform='translate(0.638672)' fill='%231C2028'/%3E%3Crect width='44.361' height='44' transform='translate(0.638672)' fill='black' fill-opacity='0.2'/%3E%3Cpath d='M20.8193 14.5173L24.5988 18.2586L28.3782 21.9999L20.8193 29.4825' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 46px !important;
  right: -1px !important;
  top: 94% !important;
}

.front-page .head-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.97925 19L1.00016 10.0209L9.97925 1.04182' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat;
  right: 55px !important;
  top: 337px !important;
  left: auto !important;
}

.front-page .swiper-pagination-horizontal {
  width: 605px !important;
  left: calc(50% + 46px) !important;
  bottom: 106px !important;
  top: auto !important;
  outline: 0 !important;
}

.front-page .swiper-pagination-bullet {
  width: 193px !important;
  height: 1px !important;
  border-radius: 0 !important;
  background-color: #2c2927 !important;
  margin: 0 !important;
  outline: 0 !important;
}

.front-page .swiper-pagination-bullet-active {
  height: 3px !important;
}

.front-page .swiper-pagination-bullet::before {
  bottom: 30px;
  position: relative;
  white-space: nowrap;
}

.front-page .swiper-pagination-bullet:first-of-type::before {
  content: "Femme Naturelle";
}

.front-page .swiper-pagination-bullet:nth-of-type(2)::before {
  content: "Les eaux d'un instant";
}

.front-page .swiper-pagination-bullet:nth-of-type(3)::before {
  content: "Femme";
}

.front-page .big-image {
  width: 100%;
  display: block;
}

.front-page .vertical-text {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  position: absolute;
  z-index: 1;
  left: 34px;
  top: 74px;
}

.front-page .second-vertical-text {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  position: absolute;
  z-index: 1;
  /* left: 42px; */
  top: -135px;
  color: #000000;
}

.front-page .big-image-container {
  position: relative;
}

.front-page .vertical-line {
  left: 46px;
  top: -49px;
  position: absolute;
  z-index: 1;
  height: 96px;
  width: 1px;
  background-color: #000000;
}

.front-page .second-vertical-line {
  /* left: 46px; */
  top: -75px;
  position: absolute;
  z-index: 1;
  height: 96px;
  width: 1px;
  background-color: #000000;
}

.front-page .line {
  width: 50%;
  background: #f8eada;
  height: 1px;
  margin: auto;
  margin-top: 4px;
  transition: all 0.2s;
}

.front-page .line.long {
  width: 100%;
}

.front-page .line-text {
  left: -10%;
  position: absolute;
}

.front-page .big-text {
  font-size: 40px;
  line-height: 49px;
  color: #514a40;
}

.front-page .quote {
  margin-bottom: 125px;
}

.front-page .quote-container {
  background-color: #1b1b1b;
  color: #ffffff;
  padding: 145px 167px 75px 235px;
}

.front-page .quote-container a,
.front-page .quote-container a:active,
.front-page .quote-container a:visited,
.front-page .quote-container a:hover {
  color: #fff;
  text-decoration: none;
}

.front-page .quote-bottom {
  display: flex;
  flex-direction: column;
  color: #fcf1e0;
  width: fit-content;
  margin: auto;
}

.front-page .quote-bottom a {
  cursor: pointer;
}

.front-page .horizontal-line-big {
  background-color: #fcf1e0;
  width: 96px;
  height: 1px;
}

.front-page .quote-top {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 39px;
  color: #fcf1e0;
}

.front-page .scrollText {
  white-space: nowrap;
  overflow: hidden;
  width: 0%;
}

.front-page .your-scent {
  padding-top: 104px;
  position: relative;
  height: 938px;
  box-sizing: border-box;
  background: linear-gradient(220.66deg, #fcf1e0 17.55%, #ffedfe 81.26%);
}

.front-page .scent-image {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(100px);
  filter: blur(5px);
}

.front-page .scent-content {
  display: flex;
  position: relative;
  margin: auto;
  justify-content: space-around;
  margin-top: 120px;
}

.front-page .your-scent button {
  white-space: nowrap;
  padding: 8px 30px;
  margin-top: 50px;
}

.front-page .scent-p {
  width: 245px;
  transform: translateX(-100px);
}

.front-page .scent-p:last-child {
  transform: translateX(100px);
}

.front-page .mobile {
  display: none;
}

.front-page .bio-section {
  background-image: url("https://picsum.photos/1440/630");
  position: relative;
  height: 601px;
  background-repeat: no-repeat;
  background-size: cover;
  /* display: flex; */
  color: #f8eada;
}

.front-page .bio-content {
  max-width: 490px;
  transform: translateX(-100px);
  opacity: 0;
}

.front-page .bio-container {
  /* width: 1106px; */
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.front-page .bio-image {
  position: relative;
  bottom: 185px;
  transform: translateY(100px);
}

.front-page .read-more,
.front-page .read-more:visited,
.front-page .read-more:hover,
.front-page .read-more:active {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin-top: 10px;
  cursor: pointer;
  color: #f8eada;
  text-decoration: none;
}

/* MEDIUM */

@media only screen and (max-width: 992px) {
  .front-page .scent-image {
    display: none;
  }
  .front-page .scent-image.mobile {
    display: block;
    top: 100px;
    width: 100%;
  }
  .front-page .video-head {
    display: none;
  }
  .front-page .video-head-mobile {
    display: block;
    padding: 0;
    height: auto;
  }
  .front-page .container-half {
    max-width: none;
  }
  .front-page .scents-swiper-slide {
    flex-direction: column;
  }
  .front-page .slide-left,
  .slide-right {
    width: 100% !important;
  }
  .front-page .slide-left {
    padding-top: 110px;
    padding-bottom: 40px;
  }
  .front-page iframe {
    height: auto;
  }
  .front-page .slide-right-content {
    position: relative;
    padding: 50px 34px 30px;
    top: 0;
    text-align: center;
  }
  .front-page .slide-right-content div:nth-child(2) {
    text-align: left;
  }
  .front-page .swiper-pagination-bullet {
    width: 100px !important;
  }
  .front-page .swiper-pagination-horizontal {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    width: fit-content !important;
    display: flex;
    bottom: 425px !important;
  }
  .front-page .scents-next,
  .scents-prev {
    display: none !important;
  }
  .front-page .swiper-pagination-bullet::before {
    bottom: 50px !important;
  }
  .front-page .slide-left .background-title-container {
    width: 100%;
  }
  .front-page .slide-left .background-title {
    margin-left: auto;
    margin-right: auto;
  }
  .front-page .slide-right .background-title-container {
    display: none;
  }
  .front-page .quote-container {
    padding: 84px 34px 93px;
  }
  .front-page .big-text.quote {
    font-size: 24px;
    margin-bottom: 72px;
    line-height: 34px;
  }
  .front-page .your-scent {
    padding-top: 46px;
    padding-bottom: 176px;
    height: auto;
  }
  .front-page .background-title {
    margin: auto;
    font-size: 110px !important;
    max-width: 375px;
    line-height: 88px;
    white-space: normal !important;
  }
  .front-page .scent-content {
    flex-direction: column;
    justify-content: center;
    width: fit-content;
    gap: 19px;
    margin-top: 40vh;
  }
  .front-page .bio-section {
    height: auto;
  }
  .front-page .bio-image {
    width: 183px;
    bottom: auto;
  }
  .front-page .bio-container {
    flex-direction: column;
    align-items: baseline;
    position: relative;
    top: -96px;
    width: fit-content;
    left: 0;
    right: 0;
    padding: 0 34px;
  }
  .front-page .line-text {
    display: none;
  }
  .front-page .bio-content > div:first-child {
    margin-top: 29px;
    margin-bottom: 22px;
  }
  .front-page .read-more {
    margin: auto;
    margin-top: 21px;
  }
  .front-page .container-video {
    max-width: 600px;
    margin: auto;
  }
  .swiper-bottle img {
    transform: scale(0.5);
  }
  .swiper-bottle {
    margin: 0 !important;
  }
  .swiper-flower img {
    transform: scale(0.5);
  }
  .front-page .swiper-pagination-bullet::before {
    white-space: normal;
  }
  .animated {
    transform: translate(0) !important;
    opacity: 1 !important;
  }
  .front-page .swiper-image {
    display: none;
  }
  .front-page .swiper-image-mobile {
    display: block;
  }
  .front-page .swiper-image-mobile img {
    width: 100vw;
  }
  .front-page .slide-left {
    height: 1300px;
  }
  .front-page .background-title-container {
    top: 391px;
  }
  .front-page .title {
    font-size: 24px;
  }
  .front-page .slide-right .title {
    white-space: nowrap;
  }
}

/* SMALL */

@media only screen and (max-width: 576px) {
  /* .front-page .swiper-pagination-horizontal{
    bottom:60vh !important
  } */
  .front-page .scent-content {
    margin-top: 20vh;
  }
  .front-page .slide-left {
    height: auto;
  }
  .front-page .background-title {
    font-size: 80px !important;
  }
}

.front-page .prodotto_naturelle {
  background: linear-gradient(68deg, #99cbbc 29.95%, #daece7 99%);
  padding-bottom: 115px;
  padding-top: 150px;
  position: relative;
}
.front-page .prodotto_naturelle .big-text-femme {
  position: relative;
  font-size: 130px;
  line-height: 100px;
  text-align: center;
  padding: 0 0px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  color: #8fbeb1;
}
.front-page .prodotto_naturelle .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-inline: 70px;
}
.front-page .prodotto_naturelle.prodotto_correlato .flex {
  flex-direction: row-reverse;
}
.front-page .prodotto_naturelle.prodotto_correlato .flex {
  flex-direction: row-reverse;
}

.femme.rose .pdp.prodotto_correlato {
  background: linear-gradient(68deg, #99cbbc 29.95%, #daece7 99%);
}
.front-page .prodotto_naturelle.prodotto_correlato .flex .content .bgText {
  color: rgba(226, 170, 159, 0.3);
}
.femme.rose .pdp.prodotto_correlato .flex .content .bgText {
  color: rgba(101, 176, 154, 0.3);
}
.front-page .prodotto_naturelle.prodotto_correlato {
  background: linear-gradient(
    70deg,
    #ecaca0 18.23%,
    #ecd3cf 93.04%,
    #fff 135.5%
  );
}

.front-page .prodotto_naturelle .flex > * {
  flex: 1 1 0;
}
.front-page .prodotto_naturelle .flex .content {
  max-width: 300px;
}
.front-page .prodotto_naturelle .flex .imgContainer {
  padding: 40px;
  position: relative;
  flex-shrink: 0;
  max-width: 480px;
}
.front-page .prodotto_naturelle .flex .imgContainer img {
  width: 100%;
  opacity: 1;
}
.front-page .prodotto_naturelle .flex .imgContainer .flower {
  position: absolute;
  left: 0;
  z-index: 0;
  top: -26px;
  margin: auto;
  max-width: 770px;
  left: -80px;
  opacity: 0;
  width: 100%;
}

.front-page .prodotto_naturelle .flex .imgContainer .bottle {
  z-index: 2;
  position: relative;
}

.front-page .prodotto_naturelle .flex .content .title {
  color: #22483d;
  font-size: 35px;
  line-height: 40px; /* 114.286% */
}
.femme.rose .pdp .flex .content .title {
  color: #463c3a;
}
.front-page .prodotto_naturelle .flex .content .desc {
  margin: 16px 0 24px;
  width: 100%;
  color: #22483d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.femme.rose .pdp .flex .content .desc {
  color: #463c3a;
}
.front-page .prodotto_naturelle .flex .content .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 30px;
  background: #161a20;
  color: #fff;
  font-size: 12px;
  line-height: 30px; /* 250% */
  text-decoration: none;
  box-sizing: border-box;
}
.front-page .prodotto_naturelle .gallery .bgText {
  color: #8cb7ab;
  text-align: center;
  font-size: 200px;
  line-height: 230px; /* 115% */
  text-transform: uppercase;
}
.front-page .prodotto_naturelle .gallery .swiper {
  transform: translateY(-70px);
  margin-bottom: -70px;
  max-height: 400px;
}
.front-page .prodotto_naturelle .gallery .swiper .swiper-wrapper {
  height: 400px;
}
.front-page .prodotto_naturelle .gallery .swiper .swiper-slide {
  width: fit-content;
}
.front-page .prodotto_naturelle .gallery .swiper .swiper-slide img {
  height: 100%;
}
.front-page .prodotto_naturelle .gallery .swiper-scrollbar {
  position: relative;
  margin-top: 50px;
  height: 1px;
  background: #433238;
}
.front-page
  .prodotto_naturelle
  .gallery
  .swiper-scrollbar
  .swiper-scrollbar-drag {
  position: relative;
  height: 5px;
  top: -5px;
  background: #433238;
}

@media screen and (max-width: 1024px) {
  .front-page .prodotto_naturelle .big-text-femme {
    display: none;
  }
  .front-page .prodotto_naturelle .gallery .swiper {
    max-height: 240px;
  }
  .front-page .prodotto_naturelle .gallery .swiper .swiper-wrapper {
    height: 240px;
  }
  .front-page .prodotto_naturelle .quote-container {
    padding-block: 52px;
    background-color: white;
  }
  .front-page .prodotto_naturelle .quote-container .big-text.quote {
    font-size: 24px;
    line-height: normal;
  }
  .front-page .prodotto_naturelle .quote-container .quote-top {
    margin-bottom: 32px;
  }
  .front-page .prodotto_naturelle {
    padding-block: 100px;
  }
  .front-page .prodotto_naturelle .description-scroll {
    display: block;
  }
  .front-page .prodotto_naturelle .imgMobile {
    display: block;
  }
  .front-page .prodotto_naturelle .flex .content .bgText {
    transform: translateY(40px);
  }
  .front-page .prodotto_naturelle .swiper img {
    height: 160px;
  }
  .front-page .prodotto_naturelle .gallery .swiper {
    transform: translateY(-100px);
    margin-bottom: -100px;
  }
  .front-page .prodotto_naturelle .bottleContainer .bgText {
    flex-direction: column;
    gap: 0;
    align-items: center;
    line-height: normal;
  }
  .front-page .prodotto_naturelle .bottleContainer {
    background: none;
    height: auto;
  }
  .front-page .prodotto_naturelle .bottleContainer .element .content {
    display: none;
  }
  .front-page .prodotto_naturelle .ambiente .grid {
    grid-template-columns: auto;
  }
  .front-page .prodotto_naturelle .flex {
    flex-direction: column;
  }
  .front-page .prodotto_naturelle .ambiente .titleAmbiente {
    color: #22483d;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 40px 0 24px;
  }
  .front-page .prodotto_naturelle .description {
    transform: none !important;
    padding-inline: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-block: 45px;
    top: 0;
  }
  .front-page .prodotto_naturelle .description .cta {
    margin: auto;
    width: fit-content;
  }
  .front-page .prodotto_naturelle .bottleContainer .element {
    display: none;
  }
  .front-page .prodotto_naturelle .flex .content {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .front-page .prodotto_naturelle .flex .imgContainer .bottle {
    width: 100%;
  }
  .front-page .prodotto_naturelle .flex .imgContainer .flower {
    width: 100%;
    left: -50px;
    opacity: 1;
  }
  .front-page .prodotto_naturelle .bgText {
    font-size: 64px !important;
  }
  .front-page .prodotto_naturelle .ambiente {
    padding: 0;
  }
  .front-page .prodotto_naturelle .flex .imgContainer {
    padding: 0;
    max-width: 250px;
  }
  .front-page .prodotto_naturelle .bottleContainer .bottleFlex {
    position: relative;
    max-width: 165px;
  }
  .front-page .prodotto_naturelle .bottleContainer .bottleFlex .flowerBottle {
    width: 100%;
    transform: translate(-81px, -24px);
  }
}
