.spotlight-item-view .container {
    overflow-x: visible;
}
.flex-media {
    display: flex;
    align-items: flex-start;
}
.flex-media .body {
    flex: 1;
}
.btn-user-review {
    height: auto;
    background: none!important;
    color: white!important;
    border: 1px solid white!important;
    box-shadow: none;
    border-radius: 4px;
    padding: .25rem 3rem;
}
.border-main-color {
    border: 2px solid var(--main-color);
}
.mw-100vw {
    /*max-width: 100vw;*/
    max-width: 1280px;
}
.mw-1000px {
    max-width: 1000px;
}

.over-width {
    margin-left: calc(-1 * (50vw - 360px));
    margin-right: calc(-1 * (50vw - 360px));
}
@media screen and (max-width: 991px) {
    .over-width {
        margin-left: calc(-1 * (50vw - 285px));
        margin-right: calc(-1 * (50vw - 285px));
    }
}
@media screen and (max-width: 600px) {
    .over-width  {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media screen and (max-width: 581px) {
    .over-width .container .wrapper {
        max-width: 100vw;
    }
    .over-width > .container > .wrapper {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
}

.cover.over-width {
    background-repeat: no-repeat;
    text-align: center;
    position: relative;

    height: calc(100vw * 675/375);

    background: url('https://www.jeban.com/spotlight-item/cerave/bg_top_2x.png') center top no-repeat white;
    background-size: 60vw auto;

    display: flex;
    flex-flow: column;
    align-items: center;

    padding-top: 30vw;
}
.cover.over-width img.logo,
#sec-2 img.logo {
    width: 42vw;
    margin-bottom: 6vw;
}
.cover.over-width .packshot-wrapper {
    position: relative;
    display: inline-block;
    padding: 5vw 10.5vw 10vw;
    width: 85vw;
}
.cover.over-width .packshot-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: url('https://www.jeban.com/spotlight-item/cerave/triangle_big_2x.png') center bottom no-repeat transparent;
    background-size: contain;
    z-index: 0;
}
.cover.over-width .packshot-wrapper img {
    z-index: 1;
    position: relative;
}
.cover.over-width h1 {
    line-height: 1;
    color: #0F3254;
    margin-top: 20vw;
}

@media screen and (min-width: 576px) {
    .cover.over-width {
        background-size: calc(576px * .6) auto;
        height: calc(576px * 675/375);
        padding-top: calc(576px * .3);
    }
    .cover.over-width img.logo,
    #sec-2 img.logo {
        width: calc(576px * .42);
        margin-bottom: calc(576px * .06);
    }
    .cover.over-width .packshot-wrapper {
        width: calc(576px * .85);
        padding: calc(576px * .05) calc(576px * .105) calc(576px * .1);
    }
    .cover.over-width h1 {
        margin-top: calc(576px * .2);
    }
}

#sec-1 .wrapper {
    /*background: #F1F6FB;*/
    background: url('https://www.jeban.com/spotlight-item/cerave/bg_why_ceramide_2x.png') center top #F1F6FB no-repeat;
    background-size: 100% auto;

    border-radius: 14px;
    margin-bottom: 6rem;

    color: #0F3254;
    text-align: center;
    
    padding: calc((100vw * 0.092532467532468) - 6.699675324675325px) 0!important;
}
#sec-1 .wrapper h2 {
    font-family: "DB-Heavent-reg" !important;
    line-height: 1;
}
.wrapper p {
    font-family: "DB-Heavent-li" !important;
    line-height: 1.25;
}
#sec-1 .wrapper li.flex-media img,
#sec-3 .wrapper li.flex-media img {
    width: calc((100vw * 0.081168831168831) + 19.561688311688312px);
}
#sec-1 .wrapper ul,
#sec-3 .wrapper ul {
    max-width: 600px;
}
@media screen and (min-width: 992px) {
    #sec-1 .wrapper {
        padding-top: 85px;
    }
    #sec-1 .wrapper li.flex-media img,
    #sec-3 .wrapper li.flex-media img {
        width: 100px;
    }
}

#sec-2 .wrapper {
    color: #0F3254;
    text-align: center;

    padding-left: 0 !important;
    padding-right: 0 !important;
}
#sec-2 .wrapper p {
    font-family: "DB-Heavent-li" !important;
    line-height: 1.25;
}
#sec-2 h1,
#sec-5 h1 {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
}
#sec-2 h1:before,
#sec-2 h1:after,
#sec-5 h1:before,
#sec-5 h1:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#sec-2 h1:before {
    background: url('https://www.jeban.com/spotlight-item/cerave/triangle_light_left_2x.png') left center no-repeat;
    background-size: contain;
}
#sec-2 h1:after {
    background: url('https://www.jeban.com/spotlight-item/cerave/triangle_light_right_2x.png') right center no-repeat;
    background-size: contain;
}
#sec-2 blockquote {
    background: var(--main-color);
    border-radius: 14px;
    color: white;
}
#sec-2 blockquote h3 {
    position: relative;
    display: inline-block;
    margin: 18px 0;
}
#sec-2 blockquote h3:before,
#sec-2 blockquote h3:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
}
#sec-2 blockquote h3:before {
    background: url('https://www.jeban.com/spotlight-item/cerave/qoute_open_2x.png') right center no-repeat;
    background-size: contain;
    margin-top: -9px;
    margin-left: -26px;
}
#sec-2 blockquote h3:after {
    background: url('https://www.jeban.com/spotlight-item/cerave/qoute_close_2x.png') left center no-repeat;
    background-size: contain;
    margin-top: 13px;
    margin-left: 9px;
}
@media screen and (min-width: 400px) {
    #sec-2 blockquote h3 {
        margin: calc(100vw * 18/400) 0;
    }
    #sec-2 blockquote h3:before,
    #sec-2 blockquote h3:after {
        width: calc(100vw * 18/400);
        height: calc(100vw * 18/400);
    }
    #sec-2 blockquote h3:before {
        margin-top: calc(100vw * -9/400);
        margin-left: calc(100vw * -26/400);
    }
    #sec-2 blockquote h3:after {
        margin-top: calc(100vw * 13/400);
        margin-left: calc(100vw * 9/400);
    }
}
@media screen and (min-width: 640px) {
    #sec-2 blockquote h3 {
        margin: calc(640px * 18/400) 0;
    }
    #sec-2 blockquote h3:before,
    #sec-2 blockquote h3:after {
        width: calc(640px * 18/400);
        height: calc(640px * 18/400);
    }
    #sec-2 blockquote h3:before {
        margin-top: calc(640px * -9/400);
        margin-left: calc(640px * -26/400);
    }
    #sec-2 blockquote h3:after {
        margin-top: calc(640px * 13/400);
        margin-left: calc(640px * 9/400);
    }
}
#sec-2 p.font-14,
#sec-4 p.font-14 {
    opacity: .75;
    max-width: 640px;
    margin: 0 auto;
}

#sec-3,
#sec-4 {
    position: relative;
    z-index: 1;
}
#sec-3 .wrapper {
    background: #F6FAFD;
    padding-top: calc((100vw * 0.092532467532468) - 6.699675324675325px);
}
#sec-4 .wrapper {
    background: url('https://www.jeban.com/spotlight-item/cerave/bg_box2_2x.png') center bottom transparent no-repeat;
    background-size: 100% auto;
    padding-top: 0;
    min-height: 32vw;
}
@media screen and (min-width: 850px) {
    #sec-4 .wrapper {
        padding-top: 5vw;
    }
}
@media screen and (min-width: 1000px) {
    #sec-4 .wrapper {
        padding-top: 50px;
        min-height: 320px;
    }
}

#sec-5 {
    z-index: 0;
    margin-top: -50vw
}
#sec-5 .container {
    background: url('https://www.jeban.com/spotlight-item/cerave/bg_blue_2x.jpg') center bottom transparent no-repeat;
    background-size: cover;
    padding-top: 0;
}
#sec-5 .container .wrapper {
    padding-top: 50vw;
    padding-bottom: 50vw;
}
@media screen and (min-width: 1001px) {
    #sec-5 {
        margin-top: -500px;
    }
    #sec-5 .container .wrapper {
        padding-top: 500px;
        padding-bottom: 500px;
    }
}
#sec-5 h1:before {
    background: url('https://www.jeban.com/spotlight-item/cerave/triangle_white_left_2x.png') left center no-repeat;
    background-size: auto 75%;
    opacity: .5;
}
#sec-5 h1:after {
    background: url('https://www.jeban.com/spotlight-item/cerave/triangle_white_right_2x.png') right center no-repeat;
    background-size: auto 75%;
    opacity: .5;
}
#sec-5 hr {
    border-color: white;
    border-width: 2px;
    opacity: .5;
}
#sec-5 .header-hr {
    width: 65%;
}
#sec-5 .product-img {
    width: 28%;
}
#sec-5 .flex-media .product-img {
    width: 35%;
}
#sec-5 .product p {
    font-family: "DB-Heavent-li" !important;
}
#sec-5 .panel {
    border-radius: 14px;
    background: rgba(0, 0, 0, .15);
}

#sec-6 {
    z-index: 0;
    margin-top: -50vw
}
#sec-6 .container {
    background: url('https://www.jeban.com/spotlight-item/cerave/bg_green_2_2x.png') center top transparent no-repeat;
    background-size: 100% auto;
    padding-top: 0;
    height: 156vw;
}
#sec-6 .container .wrapper {
    padding-top: 17vw;
    height: 107vw;
    display: flex;
    align-items: center;
}
@media screen and (min-width: 992px) {
    #sec-6 .container {
        height: 138.7vw;
    }
    #sec-6 .container .wrapper {
        padding-top: calc((100vw * 0.162629757785467) + 8.833910034602076px);
        height: 89vw;
    }
}
@media screen and (min-width: 1001px) {
    #sec-6 {
        margin-top: -500px;
    }
    #sec-6 .container {
        height: calc((100vw * 0.884142857142857) + 502.857142857142857px);
    }
}
@media screen and (min-width: 1281px) {
    #sec-6 .container {
        height: 1406.56px;
    }
    #sec-6 .container .wrapper {
        padding-top: 217px;
        height: 910.2px;
    }
}
#sec-6 .product-img {
    width: 28%;
}

#sec-7 {
    z-index: 0;
    margin-top: -50vw
}
#sec-7 .container {
    background: url('https://www.jeban.com/spotlight-item/cerave/bg_green_1_2x.png') center top transparent no-repeat;
    background-size: 100% auto;
    padding-top: 0;
}
#sec-7 .container .wrapper {
    padding-top: 17vw;
}
@media screen and (min-width: 992px) {
    #sec-7 .container .wrapper {
        padding-top: calc((100vw * 0.162629757785467) + 8.833910034602076px);        
    }
}
@media screen and (min-width: 1001px) {
    #sec-7 {
        margin-top: -500px;
    }
}
@media screen and (min-width: 1281px) {
    #sec-7 .container .wrapper {
        padding-top: 217px;
    }
}
#sec-7 .product-img {
    width: 28%;
}
#sec-7 .bg-white {
    border-radius: 14px;
}
#sec-7 .bg-white h3 {
    border-radius: 4px;
}

ul.triangle-ul {
    padding-left: 2rem;
}
ul.triangle-ul li{
   list-style: none;
}
ul.triangle-ul li:before{
   content: '';
   display: inline-block;
   height: 1rem;
   width: 1.25rem;
   background-image: url('https://www.jeban.com/spotlight-item/cerave/bullet_triangle_2x.png');
   background-size: cover;
   margin-left: -2rem;
   margin-right: .75rem;
}
@media screen and (max-width: 575px) {
    ul.triangle-ul li:before{
        height: .75rem;
        width: 1rem;
        margin-left: -1.75rem;
    }
}