:root {
  --intro-clip: 216px;
}
@media (min-height: 710px) {
  :root {
    --intro-clip: 170px;
  }
}
@media (min-width: 768px) {
  :root {
    --intro-clip: 320px;
  }
}
@media (min-width: 1025px) {
  :root {
    --intro-clip: 259px;
  }
}
.beetroot-font {
  padding: 0 0.625rem;
  background-color: #48002e;
  color: #fff;
  white-space: nowrap;
  font-weight: 900;
}
.coty-appliances-product__cta,
.coty-product__cta,
.coty-recipe__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 2.625rem;
  border-radius: 2.0625rem;
  text-transform: uppercase;
  padding: 0 1rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.7s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.coty-appliances-product__cta:hover,
.coty-product__cta:hover,
.coty-recipe__cta:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.coty-wrapper {
  background-color: #fff;
  position: relative;
}
.coty-section {
  text-align: center;
}
.coty-section > * {
  position: relative;
  min-height: calc(100vh - 3.75rem);
}
@media (min-width: 1025px) {
  .coty-section > * {
    min-height: calc(100vh - 4.375rem);
  }
}
.coty-section-wrp {
  position: relative;
  width: 100% !important;
  max-width: 100rem;
}
.coty-section--intro {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  height: calc(100vh - 3.75rem);
  width: 100%;
  max-width: 100rem;
}
@media (min-width: 1025px) {
  .coty-section--intro {
    height: calc(100vh - 7.5625rem);
  }
}
.coty-section--app {
  -webkit-clip-path: circle(var(--introCircle, 0) at 50% var(--intro-clip, 0));
  clip-path: circle(var(--introCircle, 0) at 50% var(--intro-clip, 0));
}
@media (max-width: 767px) {
  .coty-section--app-unclip {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
.coty-arrow {
  width: 1.375rem;
  height: 2.0625rem;
  background-color: transparent;
  border: 0.125rem solid #770059;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.coty-arrow svg {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.coty-arrow--down svg {
  -webkit-transform: translate3d(0, 0.4375rem, 0);
  transform: translate3d(0, 0.4375rem, 0);
}
.coty-arrow--violet {
  border-color: #48002e;
}
.coty-arrow--violet svg path {
  fill: #48002e;
}
.coty-arrow--white {
  border-color: #fff;
}
.coty-arrow--white svg path {
  fill: #fff;
}
.coty-intro {
  min-height: 100%;
}
.coty-intro__inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.coty-intro__figure {
  position: relative;
  margin: 0 auto;
  max-width: 20.625rem;
}
.coty-intro__content {
  margin-top: 2rem;
  max-width: 20.9375rem;
}
@media (min-height: 710px) {
  .coty-intro__content {
    margin-top: 0;
    padding: 0 0.25rem;
    display: block;
  }
}
@media (min-width: 768px) {
  .coty-intro__content {
    margin-top: 4rem;
    max-width: 40.625rem;
  }
}
.coty-intro__title {
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.coty-intro__text {
  margin-top: 0.0625rem;
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.coty-intro__text > strong {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
}
@media (min-width: 768px) {
  .coty-intro__text {
    margin-top: 1rem;
  }
}
.coty-intro .coty-arrow {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  margin: 0 0 0 -0.6875rem;
}
@media (min-width: 1025px) {
  .coty-intro .coty-arrow {
    position: absolute;
    bottom: 1.75rem;
  }
}
.coty-appliances {
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#793060),
      color-stop(19%, #48012c),
      color-stop(31%, #793060),
      color-stop(40%, #8f4377),
      to(#48002e)
    ) 0 0 no-repeat padding-box;
  background: transparent -webkit-linear-gradient(
      top,
      #793060 0,
      #48012c 19%,
      #793060 31%,
      #8f4377 40%,
      #48002e 100%
    ) 0 0 no-repeat padding-box;
  background: transparent -o-linear-gradient(
      top,
      #793060 0,
      #48012c 19%,
      #793060 31%,
      #8f4377 40%,
      #48002e 100%
    ) 0 0 no-repeat padding-box;
  background: transparent
    linear-gradient(
      180deg,
      #793060 0,
      #48012c 19%,
      #793060 31%,
      #8f4377 40%,
      #48002e 100%
    )
    0 0 no-repeat padding-box;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .coty-appliances {
    min-height: calc(100vh - 3.75rem);
  }
}
@media (min-width: 1025px) {
  .coty-appliances {
    background: transparent -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#793060),
        color-stop(15%, #48012c),
        color-stop(30%, #793060),
        color-stop(40%, #8f4377),
        to(#48002e)
      ) 0 0 no-repeat padding-box;
    background: transparent -webkit-linear-gradient(
        top,
        #793060 0,
        #48012c 15%,
        #793060 30%,
        #8f4377 40%,
        #48002e 100%
      ) 0 0 no-repeat padding-box;
    background: transparent -o-linear-gradient(
        top,
        #793060 0,
        #48012c 15%,
        #793060 30%,
        #8f4377 40%,
        #48002e 100%
      ) 0 0 no-repeat padding-box;
    background: transparent
      linear-gradient(
        180deg,
        #793060 0,
        #48012c 15%,
        #793060 30%,
        #8f4377 40%,
        #48002e 100%
      )
      0 0 no-repeat padding-box;
    background-attachment: fixed;
    min-height: calc(100vh - 4.375rem);
  }
}
.coty-appliances__mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - 3.75rem);
  z-index: 99;
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#793060),
      color-stop(19%, #48012c),
      color-stop(31%, #793060),
      color-stop(40%, #8f4377),
      to(#48002e)
    ) 0 0 no-repeat padding-box;
  background: transparent -webkit-linear-gradient(
      top,
      #793060 0,
      #48012c 19%,
      #793060 31%,
      #8f4377 40%,
      #48002e 100%
    ) 0 0 no-repeat padding-box;
  background: transparent -o-linear-gradient(
      top,
      #793060 0,
      #48012c 19%,
      #793060 31%,
      #8f4377 40%,
      #48002e 100%
    ) 0 0 no-repeat padding-box;
  background: transparent
    linear-gradient(
      180deg,
      #793060 0,
      #48012c 19%,
      #793060 31%,
      #8f4377 40%,
      #48002e 100%
    )
    0 0 no-repeat padding-box;
}
.coty-appliances__mask--hidden {
  z-index: -1;
  background: 0 0;
}
.coty-appliances__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .coty-appliances__inner {
    height: calc(100% - 4.375rem);
    padding: 2rem 0 2.375rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .coty-appliances__inner {
    height: 100%;
    padding: 0;
  }
}
.coty-appliances__inner > .coty-arrow {
  display: none;
}
@media (min-width: 768px) {
  .coty-appliances__inner > .coty-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    margin: 0 0 0 -0.6875rem;
  }
}
@media (min-width: 1025px) {
  .coty-appliances__inner > .coty-arrow {
    bottom: 1.75rem;
  }
}
.coty-appliances__title {
  display: none;
  max-width: 29.6875rem;
  margin: 0 auto;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 3.125rem;
}
@media (min-width: 768px) {
  .coty-appliances__title {
    display: block;
  }
}
@media (min-width: 1025px) {
  .coty-appliances__title {
    position: absolute;
    top: 8%;
    left: 52%;
    -webkit-transform: translate3d(-52%, 0, 0);
    transform: translate3d(-52%, 0, 0);
  }
}
@media (min-width: 768px) {
  .coty-appliances__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48rem;
    margin: 0 auto 2rem;
  }
}
@media (min-width: 1025px) {
  .coty-appliances__products {
    width: 68rem;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.coty-appliances-product {
  position: relative;
  margin: 0 auto;
  min-width: 18.75rem;
  max-width: 21.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2rem;
  min-height: calc(100vh - 5.75rem);
}
@media (min-width: 768px) {
  .coty-appliances-product {
    min-height: 0;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .coty-appliances-product {
    max-width: 25rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.coty-appliances-product__title {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 0.625rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 3rem;
}
@media (min-width: 768px) {
  .coty-appliances-product__title {
    display: none !important;
  }
}
.coty-appliances-product__figure {
  width: 16.25rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .coty-appliances-product__figure {
    width: 17.1875rem;
  }
}
.coty-appliances-product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .coty-appliances-product__content {
    margin-bottom: 0;
  }
}
.coty-appliances-product__name {
  margin-top: 0.25rem;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .coty-appliances-product__name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.25rem;
    flex: 0 0 1.25rem;
  }
}
.coty-appliances-product__text {
  margin-top: 0.5rem;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .coty-appliances-product__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-top: 0;
  }
}
.coty-appliances-product__cta {
  background-color: #fff;
  color: #000;
  min-width: 11.25rem;
  max-width: 18.25rem;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 0.9125rem;
}
@media (min-width: 768px) {
  .coty-appliances-product__cta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 13.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.coty-appliances-product .coty-arrow {
  margin-top: auto;
}
@media (min-width: 768px) {
  .coty-appliances-product .coty-arrow {
    margin: 0;
    display: none !important;
  }
}
.coty-inspiration {
  min-height: 0;
  height: calc(100vh - 3.75rem);
}
@media (min-width: 1025px) {
  .coty-inspiration {
    height: calc(100vh - 4.375rem);
  }
}
.coty-inspiration::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  mix-blend-mode: darken;
  z-index: 1;
}
.coty-inspiration__inner {
  position: relative;
  height: 100%;
}
.coty-inspiration__inner .coty-arrow {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  margin: 0 0 0 -0.6875rem;
}
.coty-inspiration__content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.coty-inspiration__title {
  position: absolute;
  top: 3.75rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2rem;
  width: 95%;
}
@media (min-width: 768px) {
  .coty-inspiration__title {
    top: 4rem;
    font-size: 2.5rem;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .coty-inspiration__title {
    top: 3.125rem;
  }
}
@media only screen and (min-width: 1401px) {
  .coty-inspiration__title {
    top: 7.5rem;
  }
}
.coty-inspiration__text {
  display: block;
  padding-top: 1.5rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25rem;
}
.coty-inspiration__video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.coty-inspiration__video {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.coty-inspiration__swipe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5.75rem;
  z-index: 10;
}
@media (min-width: 1025px) {
  .coty-inspiration__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .coty-inspiration__item {
    max-width: 15.625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .coty-inspiration__item {
    max-width: 25%;
    margin: 0;
  }
}
@media only screen and (min-width: 1401px) {
  .coty-inspiration__item {
    max-width: 18.75rem;
    margin: 0 1rem;
  }
}
.coty-inspiration__item__content {
  width: 15.625rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .coty-inspiration__item__content {
    width: 85%;
  }
}
@media only screen and (min-width: 1401px) {
  .coty-inspiration__item__content {
    width: 18.75rem;
  }
}
.coty-inspiration__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5rem;
  flex: 0 0 5rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 900;
}
.coty-inspiration__item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}
.coty-inspiration__nav {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .coty-inspiration__nav {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .coty-inspiration__nav {
    margin-top: 0;
    display: none !important;
  }
}
.coty-inspiration__nav__bullet {
  width: 0.875rem;
  height: 0.875rem;
  background-color: transparent;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0.4375rem;
}
.coty-inspiration__nav__bullet--active {
  background-color: #fff;
  border-color: transparent;
}
.coty-power {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fee4ef;
}
.coty-power__beetroot-wrapper {
  position: absolute;
  z-index: 1;
  top: -3.75rem;
  left: -3.75rem;
  max-width: 8.125rem;
}
@media (min-width: 768px) {
  .coty-power__beetroot-wrapper {
    top: -2.5rem;
    left: -5rem;
    max-width: 11.25rem;
  }
}
@media (min-width: 1025px) {
  .coty-power__beetroot-wrapper {
    max-width: 18.75rem;
  }
}
.coty-power__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 3rem auto;
}
@media (min-width: 1025px) {
  .coty-power__inner {
    margin: 9.375rem auto 5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(auto, 50%) minmax(auto, 50%);
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .coty-power__inner > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .coty-power__inner > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.coty-power__left {
  margin: 2rem 1rem 0;
}
@media (min-width: 768px) {
  .coty-power__left {
    margin: 0 7rem;
  }
}
.coty-power__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 3rem 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .coty-power__right {
    margin: 3rem 0 2rem;
    width: 85%;
  }
}
@media (min-width: 1025px) {
  .coty-power__right {
    width: 100%;
  }
}
.coty-power__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .coty-power__title {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
.coty-power__claim-wrapper {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .coty-power__claim-wrapper {
    margin-bottom: 3rem;
  }
}
.coty-power__claim {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 900;
  text-align: right;
  margin-left: 1rem;
}
.coty-power__claim--color-1 {
  color: #750757;
}
.coty-power__claim--color-2 {
  color: #c085aa;
}
.coty-power__claim--color-3 {
  color: #dfaac0;
}
@media (min-width: 768px) {
  .coty-power__claim {
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }
}
.coty-power__text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.375rem;
}
.coty-power__image-static {
  max-width: 15.625rem;
}
@media (min-width: 768px) {
  .coty-power__image-static {
    max-width: 25rem;
  }
}
.coty-power__image-floating {
  position: absolute;
  right: 0;
  max-width: 10rem;
}
@media (min-width: 768px) {
  .coty-power__image-floating {
    max-width: 20rem;
  }
}
.coty-power .coty-arrow {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .coty-power .coty-arrow {
    position: absolute;
    bottom: 1.75rem;
    left: 50%;
    margin: 0 0 0 -0.6875rem;
  }
}
.coty-recipes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.coty-recipes__inner {
  position: relative;
  width: 100%;
  height: calc(100% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .coty-recipes__inner {
    padding: 2rem 0 6rem;
    height: calc(100% - 8rem);
  }
}
.coty-recipes__heading {
  color: #000;
  max-width: 20.9375rem;
  margin: 1.625rem auto 0;
}
@media (min-width: 768px) {
  .coty-recipes__heading {
    margin-top: 2.625rem;
    max-width: 37.5rem;
  }
}
@media (min-width: 1025px) {
  .coty-recipes__heading {
    margin-top: 5.5rem;
    max-width: 68rem;
  }
}
.coty-recipes__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 3.125rem;
}
@media (min-width: 768px) {
  .coty-recipes__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .coty-recipes__title {
    padding: 0 4rem;
  }
}
.coty-recipes__text {
  margin-top: 2rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  .coty-recipes__text {
    max-width: 53.125rem;
    margin: 2rem auto 0;
  }
}
.coty-recipes__next,
.coty-recipes__prev {
  display: none;
  position: absolute;
  top: 55%;
  height: 3.75rem;
  width: 3.75rem;
  z-index: 2;
  background: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2348002E'%2F%3E%3C%2Fsvg%3E")
    center center no-repeat;
}
@media (min-width: 1025px) {
  .coty-recipes__next,
  .coty-recipes__prev {
    display: block;
  }
}
.coty-recipes__prev {
  left: 0.625rem;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.coty-recipes__next {
  right: 0.625rem;
}
.coty-recipes__swipe {
  width: calc(100% - 2.625rem);
  padding: 0 1.3125rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .coty-recipes__swipe {
    width: calc(100% - 2rem);
    padding: 0 1rem;
    margin-top: 3rem;
  }
}
@media (min-width: 1025px) {
  .coty-recipes__swipe {
    padding: 0;
    width: 68rem;
  }
}
.coty-recipes__list {
  height: 22.5rem;
}
@media (min-width: 768px) {
  .coty-recipes__list {
    height: 28.125rem;
  }
}
.coty-recipes__nav {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .coty-recipes__nav {
    margin-top: 2rem;
  }
}
.coty-recipes__nav__bullet {
  width: 0.875rem;
  height: 0.875rem;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.125rem solid #48002e;
  border-radius: 50%;
  margin: 0 0.4375rem;
}
.coty-recipes__nav__bullet--active {
  border-color: transparent;
  background-color: #48002e;
}
.coty-recipes .coty-arrow {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .coty-recipes .coty-arrow {
    position: absolute;
    bottom: 1.75rem;
    left: 50%;
    margin: 0 0 0 -0.6875rem;
  }
}
.coty-recipe {
  max-width: 19.4375rem;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0.16);
}
.coty-recipe.swiper-slide-active .coty-recipe__cta,
.coty-recipe.swiper-slide-active .coty-recipe__text {
  display: inherit;
}
@media (min-width: 768px) {
  .coty-recipe {
    max-width: 21.875rem;
  }
}
@media (min-width: 1025px) {
  .coty-recipe {
    width: 21.875rem;
    height: 24.1875rem !important;
    margin-top: 2.1875rem;
  }
  .coty-recipe.swiper-slide-active {
    margin-top: 0;
    height: 28.125rem !important;
  }
}
.coty-recipe__figure {
  width: 100%;
  height: 100%;
}
.coty-recipe__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.coty-recipe__content {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  width: 16.875rem;
  margin: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
@media (min-width: 768px) {
  .coty-recipe__content {
    width: 18.75rem;
  }
}
.coty-recipe__name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.875rem;
  flex: 0 0 1.875rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.375rem;
}
.coty-recipe__text {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 1rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
.coty-recipe__cta {
  display: none;
  background-color: #fff;
  color: #000;
  margin: 1rem auto 0;
  max-width: 11.25rem;
  min-width: 8.375rem;
  padding: 0 1rem;
  min-height: 2.625rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 0.9125rem;
}
.coty-products {
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#793060),
      color-stop(19%, #793060),
      color-stop(31%, #793060),
      color-stop(40%, #8f4377),
      to(#48002e)
    ) 0 0 no-repeat padding-box;
  background: transparent -webkit-linear-gradient(
      top,
      #793060 0,
      #793060 19%,
      #793060 31%,
      #8f4377 40%,
      #48002e 100%
    ) 0 0 no-repeat padding-box;
  background: transparent -o-linear-gradient(
      top,
      #793060 0,
      #793060 19%,
      #793060 31%,
      #8f4377 40%,
      #48002e 100%
    ) 0 0 no-repeat padding-box;
  background: transparent
    linear-gradient(
      180deg,
      #793060 0,
      #793060 19%,
      #793060 31%,
      #8f4377 40%,
      #48002e 100%
    )
    0 0 no-repeat padding-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.coty-products__beetroot-wrapper {
  position: absolute;
  z-index: 1;
  top: -3.75rem;
  right: -2.5rem;
  max-width: 12.5rem;
}
@media (min-width: 768px) {
  .coty-products__beetroot-wrapper {
    top: -5.625rem;
    right: 1.875rem;
    max-width: 18.75rem;
  }
}
@media (min-width: 1025px) {
  .coty-products__beetroot-wrapper {
    top: -9.375rem;
    max-width: 25rem;
  }
}
.coty-products__inner {
  padding: 2.625rem 0;
  height: calc(100% - 5.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .coty-products__inner {
    padding: 2.625rem 0 4.6875rem;
    height: calc(100% - 7.3125rem);
  }
}
.coty-products__heading {
  color: #fff;
  max-width: 18.75rem;
  margin: 3rem auto 0;
}
@media (min-width: 768px) {
  .coty-products__heading {
    margin: 5rem auto 0;
    max-width: 34.375rem;
  }
}
@media (min-width: 1025px) {
  .coty-products__heading {
    max-width: 68rem;
  }
}
.coty-products__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 1.875rem;
}
@media (min-width: 768px) {
  .coty-products__title {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
.coty-products__text {
  margin-top: 1.375rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  .coty-products__text {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .coty-products__text {
    max-width: 34.375rem;
    margin: 3rem auto 0;
  }
}
.coty-products__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 10.5rem) minmax(auto, 10.5rem);
  grid-template-columns: minmax(auto, 10.5rem) minmax(auto, 10.5rem);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 0.5rem;
  margin: 3.5rem auto 0;
}
.coty-products__list > :nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.coty-products__list > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media (min-width: 768px) {
  .coty-products__list {
    padding: 0;
    -ms-grid-columns: 22.5rem 22.5rem;
    grid-template-columns: 22.5rem 22.5rem;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .coty-products__list > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .coty-products__list > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1025px) {
  .coty-products__list {
    margin-top: 3rem;
    -ms-grid-columns: 34.0625rem 34.0625rem;
    grid-template-columns: 34.0625rem 34.0625rem;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .coty-products__list > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .coty-products__list > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.coty-product {
  border-radius: 0.75rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.coty-product:first-child {
  margin-right: 0.25rem;
}
@media (min-width: 768px) {
  .coty-product:first-child {
    margin-right: 0.625rem;
  }
}
@media (min-width: 1025px) {
  .coty-product:first-child {
    margin-right: 1.25rem;
  }
}
.coty-product:last-child {
  margin-left: 0.25rem;
}
@media (min-width: 768px) {
  .coty-product:last-child {
    margin-left: 0.625rem;
  }
}
@media (min-width: 1025px) {
  .coty-product:last-child {
    margin-left: 1.25rem;
  }
}
.coty-product__picture {
  display: block;
}
.coty-product__content {
  padding: 1.25rem 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .coty-product__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1.5rem 1.25rem;
  }
}
@media (min-width: 1025px) {
  .coty-product__content {
    padding-left: 2rem;
    padding-right: 3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.coty-product__title {
  text-transform: uppercase;
  color: #000;
  padding: 0 0.75rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  .coty-product__title {
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-align: left;
    padding: 0 0.75rem 0 0;
  }
}
@media (min-width: 1025px) {
  .coty-product__title {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16rem;
    flex: 0 0 16rem;
  }
}
.coty-product__cta {
  background-color: #c41230;
  color: #fff;
  width: 7.5rem;
  margin-top: 0.75rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 0.9125rem;
}
@media (min-width: 768px) {
  .coty-product__cta {
    margin: 0;
    width: 6.375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.375rem;
    flex: 0 0 6.375rem;
  }
}
