.m-content-asset__breadcrumbs {
    display: none;
}

.SisleyDV {
    display: block;
    --PLAY-FAIR-FONT: 'Playfair Display', serif;
    --HELVETICA-NEUE-LIGHT-FONT: 'HelveticaNeueLTW05-45Light';
    --HELVETICA-NEUE-BOLD-FONT: 'HelveticaNeueLTW05-75Bold';
    --TYPEWRITER-FONT: 'ErikasBuero';
    --MARGIN-ITEM: 21px;
    --BLACK-DEFAULT: #000000;
    --DARK-BLUE: #1639B1;
    --LIGHT-BLUE: #A9D0EB;
    overflow: hidden;
    color: #000;
}

/*************************************************/
/*************  HEADER                 ***********/
/*************************************************/
.SisleyDV-Header {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.SisleyDV-Header__title {
    margin: 0;
    display: block;
    font-family: var(--TYPEWRITER-FONT);
    color: var(--DARK-BLUE);
    font-weight: normal;
    font-size: 28px;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
    width: 100%;
    z-index: 2;
    margin-top: -50px;
    padding: 0 1em;
}



.SisleyDV-Header__text+.SisleyDV-Header__text {
    margin-top: 0;
}

.SisleyDV-Header__wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-width: 745px;
    z-index: 1
}

.SisleyDV-Header__anim {
    display: block;
    width: 100%;
}

.SisleyDV-Header__anim:first-child {
    position: relative;
}

.SisleyDV-Header__anim:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.SisleyDV-Header__anim img {
    display: block;
    width: 100%;
    height: auto;
}


@media(min-width:1201px) {
    .SisleyDV-Header__title span::after {
        content: "-";
        display: inline-block;
        margin-left: 15px;
    }

    .SisleyDV-Header__title span:last-child::after {
        display: none;
    }
}

@media(max-width:1200px) {
    .SisleyDV-Header__title span {
        display: block;
    }
}

@media(max-width:761px) {
    .SisleyDV-Header__title {
        margin: 0;
        font-size: 22px;
        line-height: 32px;
    }

}

/*************************************************/
/*************  DESTINATIONS           ***********/
/*************************************************/

.SisleyDV-Destinations {
    position: relative;
    width: 100%;
    display: block;
    height: 530px;
    overflow: hidden;
    margin-top: 50px;
}

.SisleyDV-Destinations__wrapper {
    display: flex;
    width: 2000px;
    position: absolute;
    left: calc(50% - 1000px);
    top: 0;
}

*[data-lang="arabic"] .SisleyDV-Destinations__wrapper {
    flex-direction: row-reverse;
}

.SisleyDV-Destinations__post-card {
    transition: transform cubic-bezier(0.5, 0.0, 0.58, 1.0) 2s;
    transform: translateX(0%);
}

.SisleyDV-Destinations__post-card img {
    transition: transform ease-in-out 0.5s;
    transform: rotate(0deg);
    filter: saturate(1.3);
}

@media(min-width:762px) {

    .SisleyDV-Destinations #post-card-01 {
        transform: translateX(200%);
    }

    .SisleyDV-Destinations #post-card-02 {
        transform: translateX(100%) rotate(5deg);
    }

    .SisleyDV-Destinations #post-card-03 {
        transform: translateX(0%);
    }

    .SisleyDV-Destinations #post-card-04 {
        transform: translateX(-100%) rotate(-5deg);
    }

    .SisleyDV-Destinations #post-card-05 {
        transform: translateX(-200%);
    }

    .SisleyDV-Destinations[data-anim="1"] #post-card-01,
    .SisleyDV-Destinations[data-anim="1"] #post-card-02,
    .SisleyDV-Destinations[data-anim="1"] #post-card-03,
    .SisleyDV-Destinations[data-anim="1"] #post-card-04,
    .SisleyDV-Destinations[data-anim="1"] #post-card-05 {
        transform: translateX(0);
    }

    .SisleyDV-Destinations__wrapper[data-visible="1"] #post-card-01 img {
        transform: rotate(2deg);
    }

    .SisleyDV-Destinations__wrapper[data-visible="1"] #post-card-02 img {
        transform: rotate(-3deg);
    }

    .SisleyDV-Destinations__wrapper[data-visible="1"] #post-card-03 img {
        transform: rotate(2deg);
    }

    .SisleyDV-Destinations__wrapper[data-visible="1"] #post-card-04 img {
        transform: rotate(2deg);
    }

    .SisleyDV-Destinations__wrapper[data-visible="1"] #post-card-05 img {
        transform: rotate(-2deg);
    }
}




@media(max-width:1720px) and (min-width:762px) {
    .SisleyDV-Destinations {
        height: 29vw;
    }

    .SisleyDV-Destinations__wrapper {
        width: 108vw;
        left: calc(50% - 54vw);
    }


    .SisleyDV-Destinations__wrapper[data-visible="1"] #post-card-01 img {
        transform: rotate(2deg);
    }

    .SisleyDV-Destinations__wrapper[data-visible="1"] #post-card-02 img {
        transform: rotate(-3deg);
    }

    .SisleyDV-Destinations__wrapper[data-visible="1"] #post-card-03 img {
        transform: rotate(2deg);
    }

    .SisleyDV-Destinations__wrapper[data-visible="1"] #post-card-04 img {
        transform: rotate(2deg);
    }

    .SisleyDV-Destinations__wrapper[data-visible="1"] #post-card-05 img {
        transform: rotate(-2deg);
    }
}

.SisleyDV-Destinations::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
}


@media(max-width:761px) {
    .SisleyDV-Destinations {
        height: 110vw;
        width: 100vw;
        left: 0;
        overflow-x: scroll;
        scroll-behavior: smooth;
        margin-top: 10px;
    }

    .SisleyDV-Destinations__wrapper img {
        width: 90vw;
    }

    .SisleyDV-Destinations__wrapper {
        width: 410vw;
        left: 10vw;
        transition: left ease-in-out 3s;
    }

    .SisleyDV-Destinations__wrapper[data-visible="0"] {
        left: -315vw;
    }
}

/*************************************************/
/*************  INTRO           ***********/
/*************************************************/

.SisleyDV-Intro {
    position: relative;
    width: 100%;
    display: block;
}

.SisleyDV-Intro__text {
    margin: 25px auto;
    display: block;
    font-family: var(--HELVETICA-NEUE-LIGHT-FONT);
    color: var(--BLACK-DEFAULT);
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
    line-height: 28px;
    position: relative;
    width: 100%;
    max-width: 782px;
    z-index: 2;
    text-align: center;
}

@media(max-width:1200px) {
    .SisleyDV-Intro__text {
        max-width: 702px;
    }
}


@media(max-width:761px) {
    .SisleyDV-Intro__text {
        margin: 20px 45px;
        font-size: 16px;
        line-height: 24px;
        width: auto;
    }
}





/*************************************************/
/*************  HOW TO                 ***********/
/*************************************************/
.SisleyDV-HowTo {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 80px auto;
    color: #000;

}

.SisleyDV-HowTo__qualifio {
    display: none;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.SisleyDV-HowTo__title {
    margin: 0 45px;
    display: block;
    font-family: var(--TYPEWRITER-FONT);
    color: var(--DARK-BLUE);
    font-weight: normal;
    font-size: 38px;
    text-transform: none;
    line-height: normal;
    position: relative;
    width: auto;
    max-width: 1070px;
    z-index: 2;
}

.SisleyDV-HowTo__text {
    margin: 25px;
    display: block;
    font-family: var(--HELVETICA-NEUE-LIGHT-FONT);
    color: var(--BLACK-DEFAULT);
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
    line-height: 28px;
    position: relative;
    width: 100%;
    max-width: 810px;
    z-index: 2;

}

.SisleyDV-HowTo__step {
    margin: 0;
    display: flex;
    font-family: var(--TYPEWRITER-FONT);
    color: var(--BLACK-DEFAULT);
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
    text-align: left;
    padding-left: 81px;
    box-sizing: border-box;
    min-height: 60px;
    align-items: center;
    transition: opacity ease-in-out 0.8s, transform ease-in-out 0.6s;
}


.SisleyDV-HowTo__step#how-to-step-01 {
    transition-delay: 0s;
}

.SisleyDV-HowTo__step#how-to-step-02 {
    transition-delay: 0.4s;
}

.SisleyDV-HowTo__step#how-to-step-03 {
    transition-delay: 0.8s;
}

.SisleyDV-HowTo__step#how-to-step-04 {
    transition-delay: 1.2s;
}


.SisleyDV-HowTo__num {
    background-color: var(--LIGHT-BLUE);
    color: var(--DARK-BLUE);
    display: block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
}



.SisleyDV-HowTo__visual {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: -20px;

}

.SisleyDV-HowTo__visual img {
    display: block;
    width: 100%;
    height: auto;
}

.SisleyDV-HowTo__video {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.SisleyDV-HowTo__video .freecaster-player.flowplayer {
    background-color: #fff;
}

.SisleyDV-HowTo__video flowplayer-ui {
    display: none !important
}

/*************************************************/
.SisleyDV-HowTo__cta {
    margin: 0;
    margin-top: 20px;
    font-family: var(--HELVETICA-NEUE-BOLD-FONT);
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: 290px;
    box-sizing: border-box;
    height: 45px;
    padding: 0 20px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #cacaca 1px solid;
    background-color: var(--BLACK-DEFAULT);
    color: #fff;
    position: relative;
    z-index: 2;
    cursor: pointer;
    grid-column: 1 / 3;
}

.SisleyDV-HowTo__cta:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
    outline: none;
}

/*************************************************/

@media(min-width:1201px) {

    .SisleyDV-HowTo__wrapper {
        position: absolute;
        top: 120px;
        right: calc(50% - 170px);
        width: 847px;
        height: 960px;
        clip-path: polygon(2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px));
    }

    .SisleyDV-HowTo__text {
        margin-bottom: 280px;
    }

    .SisleyDV-HowTo__step {
        width: 390px;
        margin-left: 450px;
        margin-bottom: 60px;

    }

    .SisleyDV-HowTo__num {
        font-size: 28px;
        height: 60px;
        width: 60px;
        line-height: 1em;
        position: absolute;
        top: 0;
        left: 0px;
    }


    *[data-lang="arabic"] .SisleyDV-HowTo__step {
        padding-left: 0;
        padding-right: 81px;
        text-align: right;
    }

    *[data-lang="arabic"] .SisleyDV-HowTo__num {
        left: auto;
        right: 0px;
    }

    *[data-visible="0"] .SisleyDV-HowTo__step {
        opacity: 0;
        transform: translateY(100%);
    }

    *[data-visible="1"] .SisleyDV-HowTo__step {
        opacity: 1;
        transform: translateY(0%);
    }

    #how-to-step-02 {
        margin-left: 550px;
    }

    #how-to-step-04 {
        margin-left: 550px;
        margin-bottom: 220px;
    }


}

@media(max-width:1200px) and (min-width:762px) {
    .SisleyDV-HowTo {
        overflow: hidden;
    }

    .SisleyDV-HowTo__title {
        font-size: 28px;
        line-height: 34px;
    }

    .SisleyDV-HowTo__text {
        margin: 20px 45px;
        width: auto;
        font-size: 16px;
        line-height: 24px;
    }

    .SisleyDV-HowTo__wrapper {
        position: relative;
        order: 4;
        width: 100%;
        max-width: 750px;
        margin-bottom: -60px;
        clip-path: polygon(2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px));

    }

    #how-to-step-03,
    #how-to-step-04 {
        order: 5;
    }

    .SisleyDV-HowTo__step {
        max-width: 400px;
        gap: 20px;
        margin-top: 40px;
    }

    *[data-lang="arabic"] .SisleyDV-HowTo__step {
        padding-left: 0;
        padding-right: 81px;
        text-align: right;
    }

    *[data-lang="arabic"] .SisleyDV-HowTo__num {
        left: auto;
        right: 0px;
    }

    .SisleyDV-HowTo__step:nth-child(2n) {
        margin-right: 100px;
    }

    .SisleyDV-HowTo__step:nth-child(2n+1) {
        margin-left: 100px;
    }

    .SisleyDV-HowTo__num {
        font-size: 24px;
        height: 60px;
        width: 60px;
        line-height: 1em;
        position: absolute;
        left: 0;
    }

    .SisleyDV-HowTo__cta {
        order: 6;
        margin-top: 50px;
    }

    .SisleyDV-HowTo__qualifio {
        order: 6;
    }
}

@media(max-width:761px) {

    .SisleyDV-HowTo {
        margin: 0;
        overflow: hidden;
        padding-top: 30px;
    }

    .SisleyDV-HowTo__visual {
        margin-bottom: 0px;
    }

    .SisleyDV-HowTo__wrapper {
        position: relative;
        order: 4;
        width: 100%;
        max-width: 750px;
    }

    #how-to-step-03,
    #how-to-step-04 {
        order: 5;
    }

    .SisleyDV-HowTo__step {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 20px 45px;
        margin: 0;
        max-width: 400px;
        gap: 0px;
    }


    .SisleyDV-HowTo__title {
        font-size: 28px;
        line-height: 34px;
    }

    .SisleyDV-HowTo__video {
        top: -15.5vw;
        left: -6vw;
        width: 115vw;
        height: 100%;
    }


    .SisleyDV-HowTo__text {
        margin: 20px 45px;
        width: auto;
        font-size: 16px;
        line-height: 24px;
    }

    .SisleyDV-HowTo__num {
        font-size: 24px;
        height: 45px;
        width: 45px;
        line-height: 1em;
        position: relative;
        margin-bottom: 10px;
    }

    .SisleyDV-HowTo__cta {
        order: 6;
        margin-top: 40px;
        width: calc(100% - 30px);
    }

    .SisleyDV-HowTo__qualifio {
        order: 6;
    }
}

/*************************************************/
/************  LOOKS              ****************/
/*************************************************/


.SisleyDV-Looks {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0px auto;
    color: #000;
}



.SisleyDV-Looks__title {
    margin: 0;
    display: block;
    font-family: var(--TYPEWRITER-FONT);
    color: var(--DARK-BLUE);
    font-weight: normal;
    font-size: 38px;
    text-transform: none;
    line-height: normal;
    position: relative;
    width: 100%;
    max-width: 1070px;
    z-index: 2;
}

.SisleyDV-Looks__text {
    margin: 25px;
    display: block;
    font-family: var(--HELVETICA-NEUE-LIGHT-FONT);
    color: var(--BLACK-DEFAULT);
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
    line-height: 27px;
    position: relative;
    width: 100%;
    max-width: 363px;
    z-index: 2;
}

.SisleyDV-Looks__name {
    margin: 0;
    margin-top: 18px;
    display: block;
    font-family: var(--TYPEWRITER-FONT);
    color: var(--DARK-BLUE);
    font-weight: normal;
    font-size: 30px;
    text-transform: none;
    line-height: normal;
    position: relative;
    width: 100%;
}

.SisleyDV-Looks__description {
    margin: 0px auto;
    margin-top: 12px;
    display: block;
    font-family: var(--HELVETICA-NEUE-LIGHT-FONT);
    color: var(--BLACK-DEFAULT);
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
    line-height: 27px;
    position: relative;
    width: 100%;
    max-width: 420px;
}

.SisleyDV-Looks__link {
    margin: 0 auto;
    margin-top: 18px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--BLACK-DEFAULT);
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 27px;
    position: relative;
    width: 100%;
}

.SisleyDV-Looks__item {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    transition: transform ease-in-out 1s, opacity ease-in-out 2s;
}

*[data-lang="arabic"] .SisleyDV-Looks__item {
    align-items: flex-start;
}

.SisleyDV-Looks__item:last-child {
    align-items: flex-start;
}


*[data-lang="arabic"] .SisleyDV-Looks__item:last-child {
    align-items: flex-end;
}

.SisleyDV-Looks__content {
    width: 562px;
}

.SisleyDV-Looks__compo {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 697px;
    width: 50vw;
    cursor: pointer;
}

.SisleyDV-Looks__wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 16 / 9;
    z-index: 1;
}


.SisleyDV-Looks__wrapper .freecaster-player {
    opacity: 0;
}

.SisleyDV-Looks__wrapper .freecaster-player.is-playing {
    opacity: 1;
}

.SisleyDV-Looks__wrapper .freecaster-player.flowplayer {
    background-color: #fff;
}

.SisleyDV-Looks__wrapper flowplayer-ui {
    opacity: 0;
}

.SisleyDV-Looks__visual {
    position: relative;
    display: block;
    width: 100%;
}

.SisleyDV-Looks__visual img {
    display: block;
    width: 100%;
    height: auto;
}

.SisleyDV-Looks__video {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.SisleyDV-Looks__mask {
    display: block;
    position: relative;
    z-index: 2;
    pointer-events: none;
}


.SisleyDV-Looks__mask img {
    display: block;
    width: 100%;
    height: auto;
}

.SisleyDV-Looks__product {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.SisleyDV-Looks__product img {
    display: block;
    width: 100%;
    height: auto;
}



@media(min-width:762px) {
    .SisleyDV-Looks {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
        max-width: 1400px;
    }

    *[data-lang="mexique"] .SisleyDV-Looks__intro {
        position: relative;
        left: auto;
        top: auto;
        height: auto;
    }

    *[data-lang="mexique"] .SisleyDV-Looks {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        max-width: 550px;
    }

    .SisleyDV-Intro+.SisleyDV-Looks {
        padding-top: 80px;
    }

    #mask-video-01 .SisleyDV-Looks__wrapper {
        left: -80px;
        clip-path: circle(275px at center);
    }

    #mask-video-02 .SisleyDV-Looks__wrapper {
        left: -226px;
        clip-path: circle(275px at center);
    }

    .SisleyDV-Looks__item {
        width: 100%;
    }

    .SisleyDV-Looks__item:last-child {
        margin-top: 300px;
    }

    *[data-lang="mexique"] .SisleyDV-Looks__item:last-child {
        margin-top: 0px;
    }

    .SisleyDV-Looks__intro {
        box-sizing: border-box;
        width: 550px;
        top: 20px;
        display: flex;
        left: 50%;
        position: absolute;
        height: 280px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    *[data-lang="arabic"] .SisleyDV-Looks__intro {
        left: auto;
        right: 50%;
    }

    *[data-visible="0"] .SisleyDV-Looks__item {
        opacity: 0;
        transform: translateY(50px);
    }

    *[data-visible="1"] .SisleyDV-Looks__item {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media(max-width:1200px) and (min-width:762px) {
    .SisleyDV-Looks {
        width: auto;
        margin-left: 0px;
        margin-right: 0px;
        gap: 45px;
    }

    .SisleyDV-Intro+.SisleyDV-Looks {
        padding-top: 60px;
    }

    .SisleyDV-Looks__content {
        width: calc(90% - 45px);
    }

    .SisleyDV-Looks__compo {
        width: 50vw;
    }

    .SisleyDV-Looks__intro {
        width: calc(50% - 84px);
        left: calc(50% + 22px);
    }

    *[data-lang="arabic"] .SisleyDV-Looks__intro {
        left: auto;
        right: calc(50% + 22px);
    }

    .SisleyDV-Looks__wrapper {
        width: 72vw;
        height: 40vw;
    }

    #mask-video-01 .SisleyDV-Looks__wrapper {
        left: -5.8vw;
        clip-path: circle(19.7vw at center);
    }

    #mask-video-02 .SisleyDV-Looks__wrapper {
        left: -16.5vw;
        clip-path: circle(19.7vw at center);
    }
}

@media(max-width:761px) {
    .SisleyDV-Looks {
        margin: 0;
        padding-top: 50px;
        overflow: hidden;
        gap: 0;
    }

    #mask-video-01 .SisleyDV-Looks__wrapper {
        left: -8.5vw;
        clip-path: circle(33vw at center);
    }

    #mask-video-02 .SisleyDV-Looks__wrapper {
        left: -10vw;
        clip-path: circle(33vw at center);
    }

    .SisleyDV-Looks__title {
        font-size: 28px;
        line-height: 34px;
        margin-left: 45px;
        margin-right: 45px;
        width: auto;
    }

    .SisleyDV-Looks__text {
        margin: 20px 45px;
        width: auto;
        font-size: 16px;
        line-height: 24px;
    }

    .SisleyDV-Looks__compo {
        width: 100%;
    }

    .SisleyDV-Looks__content {
        width: 100%;
        padding-bottom: 30px;
    }

    .SisleyDV-Looks__item[data-visible="0"] {
        opacity: 0;
    }

    .SisleyDV-Looks__item[data-visible="1"] {
        opacity: 1;
    }

    .SisleyDV-Looks__name {
        margin-top: 18px;
        font-size: 22px;
        line-height: normal;
        margin-left: 45px;
        margin-right: 45px;
        width: auto;
    }

    .SisleyDV-Looks__wrapper {
        height: 99%;
    }

    .SisleyDV-Looks__description {
        margin: 0px 45px;
        width: auto;
        margin-top: 12px;
        display: block;
        font-size: 14px;
        line-height: 22px;
    }
}

/*************************************************/
/************  PRODUCTS           ****************/
/*************************************************/

.SisleyDV-Products {
    display: block;
    background-image: url(./assets/Products/background.png);
    background-size: auto 84px;
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #f6f6f6;
    padding-top: 136px;
    margin-top: 50px;
    width: 100%;
}

.SisleyDV-Products__mentions {
    text-align: center;
    padding: 40px;
}

.SisleyDV-Products__title {
    margin: 0 auto;
    display: block;
    font-family: var(--TYPEWRITER-FONT);
    color: var(--DARK-BLUE);
    font-weight: normal;
    font-size: 38px;
    text-transform: none;
    line-height: normal;
    position: relative;
    width: 100%;
    z-index: 2;
    text-align: center;
}

.SisleyDV-Products__text {
    margin: 25px auto;
    display: block;
    font-family: var(--HELVETICA-NEUE-LIGHT-FONT);
    color: var(--BLACK-DEFAULT);
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
    line-height: 27px;
    position: relative;
    width: 100%;
    max-width: 363px;
    z-index: 2;
}

.SisleyDV-Products__slider {
    width: 100%;
    white-space: nowrap;
    height: auto;
    overflow: hidden;
    opacity: 0;
}

.SisleyDV-Products__slider.slick-initialized {
    opacity: 1;
}


.SisleyDV-Products__slider img {
    width: 100%;
    display: block;
    height: auto;
}

.SisleyDV-Products__packshot--rollover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

@media(min-width:1024px) {
    .sisley-quickshop-js--loaded:hover .SisleyDV-Products__packshot--rollover {
        opacity: 1;
    }

    .sisley-quickshop-js--loaded:hover .m-product-details__product-name-container,
    .sisley-quickshop-js--loaded:hover .m-product-details__description-short,
    .sisley-quickshop-js--loaded:hover .c-quick-buy-popin__prices-and-ratings {
        opacity: 0;
    }

}





.sisley-quickshop-js--loaded button {
    font-size: 0.75rem;
    border: 0.0625rem solid #cacaca;
    margin: 0;
    margin-top: 10px;
    font-family: "HelveticaNeueLTW05-75Bold", arial, sans-serif;
    width: 100%;
}

.c-product-tile__actions-wrapper {
    margin: 0;
    opacity: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}

.sisley-quickshop-js--loaded:hover .c-product-tile__actions-wrapper {
    opacity: 1;
}

.SisleyDV-Products__slider .slick-arrow {
    font-size: 0 !important;
    top: 262px;
    position: absolute;
    z-index: 2;
    background-color: #000;
}

@media(max-width:1023px) {
    .SisleyDV-Products__slider .slick-arrow {
        top: 15vw;
    }
}



.SisleyDV-Products__slider .slick-arrow::after {
    filter: invert(1);
}

.SisleyDV-Products__slider .slick-prev {
    left: 30px;
}

.SisleyDV-Products__slider .slick-next {
    right: 30px;
}

.sisley-quickshop-js--loaded>a {
    position: absolute;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    z-index: 3;
    top: 0;
    left: 0;
    /* border: 1px solid #ccc;*/
    box-sizing: border-box;
    font-size: 0;
    opacity: 0;
    transition: opacity ease-in-out 0.5s;
}

@media(min-width:1024px) {

    .sisley-quickshop-js--loaded>a:hover {
        opacity: 1;
    }

}


.sisley-quickshop-js--loaded {
    width: 100% !important;
    display: inline-block;
    white-space: normal;
    position: relative;
    padding: 20px;
}

.SisleyDV-Products .c-ratio-container--secondary>* {
    width: 514px;
    height: 514px;
}

.SisleyDV-Products .m-product-details__product-name-container {
    text-align: left;
    font-size: 13px;
    line-height: 21px;
    font-family: 'HelveticaNeueLTW05-75Bold';
}

*[data-lang="arabic"] .SisleyDV-Products .m-product-details__product-name-container {
    text-align: right;
}

.SisleyDV-Products .m-product-details__description-short {
    text-align: left;
    font-size: 13px;
    line-height: 21px;
}

*[data-lang="arabic"] .SisleyDV-Products .m-product-details__description-short {
    text-align: right;
}

@media(max-width:761px) {

    .SisleyDV-Products__title {
        font-size: 28px;
    }

    .SisleyDV-Products__text {
        margin: 15px 45px;
        width: auto;
        font-size: 16px;
        line-height: 24px;
    }

    .SisleyDV-Products__slider {
        height: auto;
        width: 60vw !important;
        margin-left: 0;
        overflow: visible;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .SisleyDV-Products__slider .slick-list {
        overflow: visible;
    }

    .SisleyDV-Products__slider.slick-initialized {
        opacity: 1;
    }

    .c-product-tile__actions-wrapper {
        display: none;
    }

    .SisleyDV-Products__slider img {
        width: calc(60vw - 15px);
        display: block;
        height: calc(60vw - 15px);
    }

    .sisley-quickshop-js--loaded {
        width: 60vw !important;
        padding-left: 15px;
        box-sizing: border-box;
    }

    *[data-lang="arabic"] .sisley-quickshop-js--loaded {
        padding-left: 0;
        padding-right: 15px;
    }


    .SisleyDV-Products .c-ratio-container--secondary>* {
        width: calc(60vw - 15px);
        height: calc(60vw - 15px);
    }

    .SisleyDV-Products__slider .slick-arrow {
        top: 50%;
    }

    .SisleyDV-Products__slider .slick-prev {
        left: 10px;
    }

    .SisleyDV-Products__slider .slick-next {
        right: 10px;
    }

    .c-product-tile__actions-wrapper {
        opacity: 1;
    }

    .SisleyDV-Products__slider .slick-slide {
        float: none;
    }

    .SisleyDV-Products__slider .slick-track {
        display: flex;
    }
}