/* body animation on stl load */
body {
    transition: .3s ease all;
}

.noscroll {
    overflow: hidden;
}

body.noscroll #container-header {
    transform: translateX(-525px);
}

#shopthelook-productpage *,
#shopthelook-productpage *:before,
#shopthelook-productpage *:after {
    box-sizing: border-box;
}

#shopthelook-productpage {
    font-family: 'Roboto-Condensed', 'Roboto', 'Arial', sans-serif;
    line-height: 1.2;
    transition: .3s ease all;
    overflow: hidden;
}

#shopthelook-productpage .title-floor {
    display: none;
}

/* card styles */
.shopthelook-floor-container.look-wrapper {
    max-width: 730px;
    margin: auto;
}

#shopthelook-productpage .look * {
    font-family: 'Roboto Condensed', 'Roboto', 'Arial', sans-serif;
}

#shopthelook-productpage .look {
    position: relative;
    z-index: 2;
    overflow: hidden
}

#shopthelook-productpage .look .info-wrap {
    text-align: center;
    position: relative;
    box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #efefef;
    overflow: hidden;
}


#shopthelook-productpage .look-img-wrapper {
    position: relative;
    /* padding-top: 80%; */
    padding-bottom: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#shopthelook-productpage .look-img-wrapper img {
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    display: block;
}

#shopthelook-productpage .look-image:after {
    content: "";
    display: block;
    width: 110%;
    height: 43%;
    position: absolute;
    bottom: -33%;
    left: -5%;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(5deg);
    background: #efefef;
    z-index: 2;
    overflow: hidden;
}

#shopthelook-productpage .look .look-cat {
    display: none
}

#shopthelook-productpage .look .look-headline {
    position: relative
}

#shopthelook-productpage .look-wrapper .st-title-header,
#shopthelook-productpage #shoplook .st-title-header,
#shopthelook-productpage .st-title-header {
    box-sizing: border-box;
    font-family: "Roboto-Condensed", Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #1A171B;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: .8rem;
    line-height: 1.1;
    text-align: center;
}

#shopthelook-productpage .look-actions {
    display: inline-flex;
    align-items: stretch;
    margin: 10px 0 30px;
    margin: 1rem 0 3rem;
}


#shopthelook-productpage .look .look-headline .st-title-header {
    font-size: 18px;
    font-size: 1.8rem;
}

#shopthelook-productpage .st-title-header span {
    color: #0082c3;
}

/* Target Elements */
#shopthelook-productpage .mix {
    position: relative;
}

/* Prices */
#shopthelook-productpage .de-price-v1-shape {
    border: 3px solid #ffea28;
    border-collapse: collapse;
    background-color: #ffea28;
    border-radius: 2px;
    margin: 1px;
}

#shopthelook-productpage .de-price-v1-container {
    position: relative;
    display: inline-flex;
    width: auto;
    overflow: hidden;
    font-size: 26px;
    line-height: 20px;
    z-index: 10;
    color: #1A171B;
}

#shopthelook-productpage .de-price-v1-content {
    display: flex;
    font-weight: 700;
    padding: 7px;
}

#shopthelook-productpage .de-price-v1-small-wrap {
    font-size: 42%;
    line-height: 1;
}

#shopthelook-productpage .de-price-v1-small-wrap span {
    display: block
}

/* Top Eye-Catcher */
.de-shopthelook-link-wrapper {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 3%;
    right: 17%;
}

.de-shopthelook-link-wrapper #de-shopthelook-link {
    position: relative;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    background-color: rgba(255, 255, 255, .85);
    max-height: 50px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: 1s all;
    padding-right: 1rem;
}

.de-shopthelook-link-wrapper #de-shopthelook-link:hover {
    background-color: #efefefef
}

.de-shopthelook-link-wrapper #de-shopthelook-link .look-img-wrapper {
    width: 6rem;
    margin-right: 1rem;
    flex: 1;
}

.de-shopthelook-link-wrapper #de-shopthelook-link .look-img-wrapper img {
    width: 100%;
    padding: 0;
    margin: 0;
}

.de-shopthelook-link-wrapper .de-shopthelook-link--close {
    position: relative;
    border: none;
    padding: 1rem;
    margin-left: 0.5rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    background-color: rgba(255, 255, 255, .85);
}

@media (min-width: 700px) {
    #shopthelook-productpage .look .look-headline {
        width: 100%;
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -55%)
    }

    #shopthelook-productpage .look:before {
        content: "";
        display: block;
        width: 110%;
        height: 43%;
        position: absolute;
        top: -33%;
        left: -5%;
        -webkit-transform: skewY(-5deg);
        -ms-transform: skewY(-5deg);
        transform: skewY(-5deg);
        background: #fff;
        z-index: 2;
        overflow: hidden;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    }

    #shopthelook-productpage .look-image:after {
        display: none
    }

    #shopthelook-productpage .look-wrapper .st-title-header,
    #shopthelook-productpage #shoplook .st-title-header,
    #shopthelook-productpage .st-title-header {
        color: white;
        text-shadow: 5px 5px 10px #1A171B;
    }

    #shopthelook-productpage .look .look-headline .st-title-header {
        font-size: 50px;
        font-size: 5rem;
    }

    #shopthelook-productpage .look-actions {
        align-items: center;
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* END MEDIA 700 */

@media (min-width: 1200px) {
    #shopthelook-productpage .look .look-headline .st-title-header {
        font-size: 50px;
        font-size: 5rem;
    }
}