: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
    }
}

@font-face {
    font-family: SouthIslandRegular;
    font-display: auto;
    src: url(https://s3-eu-west-1.amazonaws.com/assets.dev.sandwatch/static_assets/images/ka/landings/coty-honey/fonts/southisland/SouthIsland-Regular.woff)
}

.coty-inspiration__item__title,
.coty-sir-font,
.coty-years__title {
    font-family: SouthIslandRegular
}

.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, .15);
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, .15);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.785, .135, .15, .86);
    transition: -webkit-transform .7s cubic-bezier(.785, .135, .15, .86);
    -o-transition: transform .7s cubic-bezier(.785, .135, .15, .86);
    transition: transform .7s cubic-bezier(.785, .135, .15, .86);
    transition: transform .7s cubic-bezier(.785, .135, .15, .86), -webkit-transform .7s cubic-bezier(.785, .135, .15, .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;
}

.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%;
}

@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-width: .125rem;
    border-style: solid;
    border-radius: .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 .4s cubic-bezier(.785, .135, .15, .86);
    transition: -webkit-transform .4s cubic-bezier(.785, .135, .15, .86);
    -o-transition: transform .4s cubic-bezier(.785, .135, .15, .86);
    transition: transform .4s cubic-bezier(.785, .135, .15, .86);
    transition: transform .4s cubic-bezier(.785, .135, .15, .86), -webkit-transform .4s cubic-bezier(.785, .135, .15, .86)
}

.coty-arrow--down svg {
    -webkit-transform: translate3d(0, .4375rem, 0);
    transform: translate3d(0, .4375rem, 0)
}

.coty-arrow--hibiscus {
    border-color: #d0214e
}

.coty-arrow--hibiscus svg path {
    fill: #d0214e
}

.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__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-intro__play {
    display: none;
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.785, .135, .15, .86);
    transition: -webkit-transform .7s cubic-bezier(.785, .135, .15, .86);
    -o-transition: transform .7s cubic-bezier(.785, .135, .15, .86);
    transition: transform .7s cubic-bezier(.785, .135, .15, .86);
    transition: transform .7s cubic-bezier(.785, .135, .15, .86), -webkit-transform .7s cubic-bezier(.785, .135, .15, .86)
}

.coty-intro__play:hover {
    cursor: pointer;
    -webkit-transform: translateY(-50%) scale(1.2);
    -ms-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2)
}

.coty-intro .coty-arrow {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    margin: 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(#ff6188), color-stop(50%, #e7406a), to(#d0214e)) 0 0 no-repeat padding-box;
    background: transparent -webkit-linear-gradient(top, #ff6188 0, #e7406a 50%, #d0214e 100%) 0 0 no-repeat padding-box;
    background: transparent -o-linear-gradient(top, #ff6188 0, #e7406a 50%, #d0214e 100%) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #ff6188 0, #e7406a 50%, #d0214e 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-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(#ff6188), color-stop(50%, #e7406a), to(#d0214e)) 0 0 no-repeat padding-box;
    background: transparent -webkit-linear-gradient(top, #ff6188 0, #e7406a 50%, #d0214e 100%) 0 0 no-repeat padding-box;
    background: transparent -o-linear-gradient(top, #ff6188 0, #e7406a 50%, #d0214e 100%) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #ff6188 0, #e7406a 50%, #d0214e 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__title {
    max-width: 29.6875rem;
    margin: 1rem 1.2rem 0 1.2rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 3.125rem
}

@media (min-width:768px) {
    .coty-appliances__title {
        margin: 0 auto
    }
}

@media (min-width:1025px) {
    .coty-appliances__title {
        position: absolute;
        top: 4%;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

.coty-appliances__text {
    margin-top: 1rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: .9375rem;
    line-height: 1.25rem;
    color: #fff
}

@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__flower {
    position: absolute;
    max-width: 10rem
}

@media (min-width:768px) {
    .coty-appliances__flower {
        max-width: 18.75rem
    }
}

.coty-appliances__flower--top-left {
    top: 0;
    left: 0
}

.coty-appliances__flower--bottom-right {
    right: 0;
    bottom: 0
}

.coty-appliances .coty-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    margin: 0 0 0 -.6875rem
}

@media (min-width:1025px) {
    .coty-appliances .coty-arrow {
        bottom: 1.75rem
    }
}

.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
}

@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__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: .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: .5rem;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: .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 {
    text-decoration: none;
    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: .8125rem;
    line-height: .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-inspiration {
    min-height: 0;
    height: calc(100vh - 3.75rem);
    min-height: 735px;
}

@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, .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 -.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%
}

.coty-inspiration__title .coty-inspiration__item__title,
.coty-inspiration__title .coty-sir-font,
.coty-inspiration__title .coty-years__title {
    display: block;
    font-size: 5rem;
    line-height: 5rem
}

@media (min-width:768px) {

    .coty-inspiration__title .coty-inspiration__item__title,
    .coty-inspiration__title .coty-sir-font,
    .coty-inspiration__title .coty-years__title {
        display: inline;
        font-size: 7.125rem;
        margin: 0 .5rem
    }
}

@media (min-width:1025px) {

    .coty-inspiration__title .coty-inspiration__item__title,
    .coty-inspiration__title .coty-sir-font,
    .coty-inspiration__title .coty-years__title {
        font-size: 9.375rem
    }
}

@media (min-width:768px) {
    .coty-inspiration__title {
        top: 4rem;
        font-size: 2.5rem;
        width: 60%
    }
}

@media only screen and (min-width:1024px) and (max-width:1400px) {
    .coty-inspiration__title {
        top: 4.375rem
    }
}

@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
}

@media (max-width:768px) {
    .coty-inspiration__text {
        font-size: .9375rem;
        line-height: 1.125rem
    }
}

.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 {
    margin: 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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.25rem;
    flex: 0 0 6.25rem;
    font-size: 3.75rem;
    line-height: 2.5rem
}

.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: .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: .875rem;
    height: .875rem;
    background-color: transparent;
    border: .125rem solid #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 .4375rem
}

.coty-inspiration__nav__bullet--active {
    background-color: #fff;
    border-color: transparent
}

.coty-years {
    min-height: 0;
    height: auto
}

.coty-years__text,
.coty-years__title {
    color: #fff
}

.coty-years__title {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 1.875rem;
    line-height: 2rem
}

.coty-years__title .coty-inspiration__item__title,
.coty-years__title .coty-sir-font,
.coty-years__title .coty-years__title {
    display: block;
    font-size: 5rem;
    line-height: 5rem
}

@media (min-width:768px) {

    .coty-years__title .coty-inspiration__item__title,
    .coty-years__title .coty-sir-font,
    .coty-years__title .coty-years__title {
        display: inline;
        font-size: 7.125rem;
        margin: 0 .5rem
    }
}

@media (min-width:1025px) {

    .coty-years__title .coty-inspiration__item__title,
    .coty-years__title .coty-sir-font,
    .coty-years__title .coty-years__title {
        font-size: 9.375rem
    }
}

.coty-years__text {
    padding-top: 2rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.25rem
}

.coty-years__wrapper {
    padding: 2rem 1.5rem;
    background-color: #d0214e
}

@media (min-width:768px) {
    .coty-years__wrapper {
        padding: 5rem 4rem
    }
}

@media (min-width:1025px) {
    .coty-years {
        overflow: hidden;
        padding-bottom: 56%
    }

    .coty-years__picture {
        position: absolute;
        top: 0;
        left: 0
    }

    .coty-years__wrapper {
        padding: 0;
        margin: 0 auto;
        position: absolute;
        width: 60%;
        top: 13%;
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent
    }
}

.coty-years .coty-arrow {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    margin: 0 0 0 -.6875rem
}

@media (min-width:1025px) {
    .coty-years .coty-arrow {
        position: absolute;
        bottom: 1.75rem
    }
}

.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
}

.coty-recipes__title .coty-inspiration__item__title,
.coty-recipes__title .coty-sir-font,
.coty-recipes__title .coty-years__title {
    display: block;
    font-size: 5rem;
    line-height: 1.5rem;
    color: #d0214e
}

@media (min-width:768px) {

    .coty-recipes__title .coty-inspiration__item__title,
    .coty-recipes__title .coty-sir-font,
    .coty-recipes__title .coty-years__title {
        display: inline;
        font-size: 7.125rem;
        margin: 0 .5rem
    }
}

@media (min-width:1025px) {

    .coty-recipes__title .coty-inspiration__item__title,
    .coty-recipes__title .coty-sir-font,
    .coty-recipes__title .coty-years__title {
        font-size: 9.375rem
    }
}

@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'%23D0214E'%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: .625rem;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.coty-recipes__next {
    right: .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: .875rem;
    height: .875rem;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: .125rem solid #d0214e;
    border-radius: 50%;
    margin: 0 .4375rem
}

.coty-recipes__nav__bullet--active {
    border-color: transparent;
    background-color: #d0214e
}

.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 -.6875rem
    }
}

.coty-recipe {
    max-width: 19.4375rem;
    border-radius: .75rem;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 .0625rem rgba(0, 0, 0, .16);
    box-shadow: 0 0 .0625rem rgba(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;
        margin-top: 2.1875rem
    }

    .coty-recipe.swiper-slide-active {
        margin-top: 0;
        height: 28.125rem
    }
}

.coty-recipe__figure {
    margin: 0;
    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: .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: .8125rem;
    line-height: .9125rem
}

.coty-products {
    background: #d0214e;
    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__picture {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
}

.coty-products__img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.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__title .coty-inspiration__item__title,
.coty-products__title .coty-sir-font,
.coty-products__title .coty-years__title {
    display: block;
    font-size: 5rem;
    line-height: 5rem
}

@media (min-width:768px) {

    .coty-products__title .coty-inspiration__item__title,
    .coty-products__title .coty-sir-font,
    .coty-products__title .coty-years__title {
        display: inline;
        font-size: 7.125rem;
        margin: 0 .5rem
    }
}

@media (min-width:1025px) {

    .coty-products__title .coty-inspiration__item__title,
    .coty-products__title .coty-sir-font,
    .coty-products__title .coty-years__title {
        font-size: 9.375rem
    }
}

.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 .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: .75rem;
    overflow: hidden;
    -webkit-box-shadow: 0 .1875rem .375rem rgba(0, 0, 0, .16);
    box-shadow: 0 .1875rem .375rem rgba(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: .25rem
}

@media (min-width:768px) {
    .coty-product:first-child {
        margin-right: .625rem
    }
}

@media (min-width:1025px) {
    .coty-product:first-child {
        margin-right: 1.25rem
    }
}

.coty-product:last-child {
    margin-left: .25rem
}

@media (min-width:768px) {
    .coty-product:last-child {
        margin-left: .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 .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: .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 .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: .75rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    font-size: .8125rem;
    line-height: .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
    }
}

.coty-disclaimer {
    text-align: center
}

.coty-disclaimer__text {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: .875rem;
    line-height: 1.125rem;
    padding: 2rem;
    color: #77787b;
    display: inline-block
}

.swiper-button-prev:after {
    content: ''
}

.swiper-button-next:after {
    content: ''
}

figure.coty-product__figure {
    margin: 0
}

.coty-years__img {
    width: 100%
}

.coty-product__cta {
    text-decoration: none;
}

.coty-recipe__cta {
    text-decoration: none;
}

@media (max-width:1024px) {
    .coty-recipes__swipe {
        overflow: hidden
    }
}

@media (max-width:1024px) {
    .coty-section-wrp, .coty-appliances {
        width: 100vw !important;
    }
}

@media (max-width:1024px) {
    .coty-recipes {
        width: 100vw !important;
        overflow: hidden;
    }
}

.coty-wrapper {
    width: 100vw !important;
    overflow: hidden;
}