@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-UltraLight.otf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Light.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Regular.otf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: BaronDidot;
    src: url('../fonts/BARONDIT.TTF') format('truetype');
    font-weight: 600;
    font-style: normal;
}

body, html {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 2048px;
    height: 2732px;
}

* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently */
    touch-action: none;
}

body {
    font-family: Montserrat;
    overflow: hidden;
    background: #000;
    color: #fff;

    /*ipad pro*/
    width: 2048px;
    height: 2732px;
}

header, footer {
    position: absolute;
    z-index: 2;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
}

footer {
    bottom: 0;
    width: 100%;

}

aside {
    position: absolute;
    width: 680px;
    height: 100%;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    margin-top: 580px;
    margin-right: 80px;
}

/*HEADERS*/
h1, h2, h3, h4 {
    margin: 0;
}

header h1 {
    font-size: 82px;
    font-family: Montserrat;
    font-weight: 200;
    padding-left: 170px;
    margin-top: 200px;
}

header h1 i {
    font-weight: 600;
    font-style: normal;
    font-size: 82px;
}

h2 {
    font-weight: normal;
}

h3 {
    font-size: 32px;
    line-height: 64px;
}

h3.product-info__name {
}

h4 {
    font-size: 40px;
}

.btn-back img {
    margin-left: 50px;
    margin-bottom: 50px;
}

.product-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.product-image__image-wrapper {
    flex: 1;
}

.product-image__image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product-image__arrow {
    top:140px;
}

.product-eyes-item,
.product-lips-item {

}

.product-shade {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 60px;
}

.product-shade__arrow {
    top: 0;
}

.product-shade__palette {
    flex:1;
    top: 25px;
}

.product-eyes-shade,
.product-lips-shade {

}

.shade-name {
    margin-top: -15px;
}

.shade-name__number {
    font-size: 38px;
    margin-right: 60px;
}

.shade-name__name {
    font-size: 33px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
}

.product-info__keywords {
    text-transform: uppercase;
    font-size: 23px;
    color: rgba(255,255,255,0.9);
    margin-top: 3px;
}

.product-eyes-header,
.product-lips-header {
    height: 143px;
}

.product-lips{
    margin-top: 300px;
}

/*CUSTOM SLICK*/

.slider {
    margin: 0;
    z-index: 1;
    background-size: 100%;
}

.slider-flip-1 {
    margin-top: 177px;
    margin-bottom: -2px;
}

.slick-next {
    right: 100px;
}

.slick-prev {
    left: 1215px;
}

.slick-prev, .slick-next {
    width: 135px;
    height: 135px;
    top: 60%;
    z-index: 5;
}

.slick-prev:before, .slick-next:before {
    font-size: 100px;
}


*:focus {
    outline: none;
}

/** Color palette **/

.palette {
    position:relative;
    font-size: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.palette__color {
    white-space: nowrap;
    display: inline-block;
    height: 28px;
    max-width: 64px;
    transition: border-radius 150ms,
                transform 300ms,
                box-shadow 200ms 100ms,
                height 300ms;
    margin: 0 8px;
    box-shadow: inset 0 0 0 0 white;
    flex: 1;
    background-size: cover;
}

.palette__color:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    top: 22px;
    left: calc(50% - 16px);
    position: relative;
    border: 16px solid transparent;
    border-bottom: 0 solid white;
    transition: all 300ms;
}

.palette__arrow {
    flex: auto;
    position: absolute;
    top: -35px;
    height: 100px;
    width: 80px;
    transition: left 150ms, background-color, 200ms;
    margin-left: -40px;
}

.palette__arrow:before {
    content: "";
    /*border: 20px solid transparent;*/
    /*border-bottom: 50px solid white;*/
    position: relative;
    top: 55px;
    transform: translateZ(0);
}

/** Indicator **/

.indicator {
    width: 100%;
    height: 48px;
    background-image: url(../images/powder.png);
    background-size: cover;
    padding: 0 22px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: row;
}

.indicator__hitzones {
    flex:1;
}

.indicator--lips {
    background-color: #B80202;
    background-image: url(../images/shine.png);
    background-size: cover;
}

.indicator__arrow {
    border: 23px solid transparent;
    width: 0;
    height: 0;
    border-bottom: 44px solid white;
    position: absolute;
    top: 0;
    transition: left 350ms;
    margin-left: -22px;
}

.indicator-labels {
    width: 100%;
    overflow: auto;
    padding: 20px 2px;
    font-size: 25px;
}

.indicator-labels__left {
    float:left;
}

.indicator-labels__right {
    float:right;
}

.category-label {
    font-size: 55px;
    font-family: BaronDidot, 'Times New Roman', serif;
    margin-bottom: -6px;
}


/** Arrow **/

.arrow {
    position: relative;
    width: 60px;
    height: 60px;
    padding: 20px;
}

.arrow:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}

.arrow--left:before {
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    transform: rotate(45deg);
}

.arrow--right:before {
    border-top: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(45deg);
}


/** Lookbook slide **/

.lookbook-slide {
    position:relative;
    width: 2048px;
    height: 2732px;
    text-align:right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 40px;
    box-sizing: border-box;
}

.slick-initialized .slick-slide.lookbook-slide {
    display: flex;
}

.lookbook-slide__name, .lookbook-slide__bottom, .lookbook-slide__slash {
    font-size: 220px;
    text-transform: uppercase;
    color:white;
    display: inline-block;
}

.lookbook-slide__top {
}

.lookbook-slide__bottom {
    display: block;
    margin-top: -75px;
    line-height: 200px;
}

.lookbook-slide__number {
    font-size: 500px;
    display: inline-block;
    font-family: BaronDidot;
    text-transform: uppercase;
    color: rgba(255,255,255, 0.5);
    margin-bottom: -130px;
    margin-top: -90px;
    text-align:right
}



/* bottom */

.lookbook-slide__bottom {
    overflow:hidden;
}

.lookbook-slide__bottom span {
    position: relative;
    top: -200px;
}

.slick-active .lookbook-slide__bottom span {
    opacity: 1;
}

/* left */

.slick-active .lookbook-slide__name {
    opacity: 1;
}

.lookbook-slide__backdrop {
    width: 100vw;
    height: 450px;
    background-color: rgba(0,0,0,0.3);
    position:absolute;
    bottom:0;
    left:0;
    z-index: 5;
}

.lookbook-slide__name {
    overflow: hidden;
    font-size: 115px;
    font-weight: 200;
    position: relative;
    top: -170px;
    right: 45px;
    border-bottom: 5px solid white;
    z-index: 10;
}

.lookbook-slide__makeup-recipe {
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 54px;
    position: relative;
}

.slick-active .lookbook-slide__name span {
    right: 130px;
}

/* slash */

.slick-active .lookbook-slide__slash {
    opacity: 1;
}

.lookbook-slide__slash {
    margin-right: -35px;
    overflow: hidden;
    height: 220px;
    position: relative;
    width: 100px;
}

.lookbook-slide__slash span {
    height: 0;
    display: block;
    position: absolute;
    overflow: hidden;
}

.slick-active  .lookbook-slide__slash span {
    height: 250px;
}


/** Page progress **/

.progress-bar--fixed-top {
    position: fixed;
    top: 0;
    z-index: 10000;
}

.progress-bar {
    width:500px;
    margin:50px auto;
    border: 1px solid black;
}

.progress-bar__bar {
    width:0;
    height: 20px;
    background-color: white;
    display: block;
    transition: width 500ms;
}

.progress-bar--black .progress-bar__bar {
    background-color:black;
}

.btn-back img{
    margin:0 0 -50px 50px
}

/** Lookbook **/

.label-container {
    height: 813px;
    position: absolute;
    bottom: 0;
    left:0; right: 0;
    transition: opacity 300ms;
}

.dismiss-layer {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    z-index: 1000;
}

.label--open {
    opacity: 1 !important;
    display: block;
    /*pointer-events: all;*/
}

.label__close {
    width: 200px;
    height: 100px;
    position: absolute;
    right: 20px;
    top: 60px;
    pointer-events: all;
    z-index: 1000;
}

.label-opener {
    position: absolute;
    right: 40px;
    background-image: url(../images/more-detail.png);
    width: 250px;
    height: 250px;
    top: 1900px;
    background-size: contain;
}

.palette__color--selected {
    height: 50px;
}
.palette {
    min-height: 100px;
}


[appcache-cloak] {
    display:none;
}