.shadow-bottom-only {
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .14);
}
.spotlight-item-view .container {
    overflow-x: visible;
}

.bg-E7F4F7 {
    background-color: #E7F4F7;
}
.col-E7F4F7 {
    color: #E7F4F7;
}
.bg-67BFE0 {
    background-color: #67BFE0;
}
.col-67BFE0 {
    color: #67BFE0;
}
.col-F4F4F4 {
    color: #F4F4F4;
}
.bg-F4F4F4 {
    background-color: #F4F4F4;
}

.bg-FFF2F9 {
    background-color: #FFF2F9;
}
.bg-EAF6F8 {
    background-color: #EAF6F8;
}
.col-67BFE0 {
    color: #67BFE0;
}
.bg-F3F2FA {
    background-color: #F3F2FA;
}

.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,
.end-cover.over-width {
    background-image: url('https://www.jeban.com/spotlight-item/speedy-micellar/top-banner_2xx.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 520px;
    height: 520px;
    text-align: center;
}
.end-cover.over-width {
    background-image: url('https://www.jeban.com/spotlight-item/speedy-micellar/foot-banner_2x.png');
    background-size: auto 350px;
    height: 350px;
}
.cover.over-width .cover-title {
    padding-top: 20px;
}
.cover.over-width .cover-title img {
    width: 130px;
    margin-bottom: .1rem;
}
.cover.over-width .cover-title h1, 
.cover.over-width .cover-title h2, 
.cover.over-width .cover-title h3 {
    margin: .1rem 0;
}
.cover.over-width .cover-title h1 span {
    display: inline-block;
    width: auto;
    font-weight: bold;
    line-height: 1;
    padding: 0 .5rem;
    font-size: 28px;
}
.cover.over-width .cover-title h2 {
    font-size: 32px;
}
.cover.over-width .cover-title h3 {
    font-size: 26px;
}

@media screen and (min-width: 1601px) {
    .cover.over-width {
        background-size: auto 32.5vw;
        height: 32.5vw;
    }
    .end-cover.over-width {
        background-size: auto 21.875vw;
        height: 21.875vw;
    }
    .cover.over-width .cover-title h1 span {
        font-size: 1.75vw;
    }
    .cover.over-width .cover-title h2 {
        font-size: 2vw;
    }
    .cover.over-width .cover-title h3 {
        font-size: 1.625vw;
    }
}

#sec-1 h2, h3 {
    line-height: 1;
}
#sec-1 h2 {
    position: relative;
    display: inline-block;
}
#sec-1 h2:after {
    background-image: url('https://www.jeban.com/spotlight-item/speedy-micellar/char-question_2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    position: absolute;
    content: ' ';

    width: 72px;
    height: 200px;
    right: -72px;
    top: 50%;
    margin-top: -80px;
}
@media screen and (min-width: 400px) {
    #sec-1 h2:after {
        width: calc(100vw * 72/400);
        height: calc(100vw * 200/400);
        right: calc(100vw * -72/400);
        margin-top: calc(-1 * (100vw * 80/400));
    }
}
@media screen and (min-width: 640px) {
    #sec-1 h2:after {
        width: calc(640px * 72/400);
        height: calc(640px * 200/400);
        right: calc(640px * -72/400);
        margin-top: calc(640px * -80/400);
    }
}

#sec-2 {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 8%;
}
#sec-2 .circle-wrapper {
    position: relative;
    overflow: visible;
    margin-top: -15%;
}
#sec-2 .circle-wrapper .rounded-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#sec-2 .circle-wrapper .rounded-circle h2 {
    position: relative;
}
#sec-2 .circle-wrapper .rounded-circle:before {
    background-image: url('https://www.jeban.com/spotlight-item/speedy-micellar/char-doubleqoute_2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    position: absolute;
    content: ' ';

    width: calc(100vw * 150/720);
    height: calc(100vw * 573/720);
    top: calc(100vw * -80/720);
    left: calc(100vw * -40/720);
}
@media screen and (min-width: 600px) {
    #sec-2 .circle-wrapper .rounded-circle:before {
        width: calc(600px * 150/720);
        height: calc(600px * 573/720);
        top: calc(600px * -80/720);
        left: calc(600px * -40/720);
    }
}
@media screen and (min-width: 992px) {
    #sec-2 .circle-wrapper .rounded-circle:before {
        width: 150px;
        height: 573px;
        top: -80px;
        left: -40px;
    }
}

#sec-2 .items {
    display: flex;
    width: 80%;
    margin-top: -5%;
}
#sec-2 .items div[class*="item-"] {
    flex: 1 0 0px;
}
#sec-2 .item-3 {
    margin-top: -10%;
}

#sec-2 .items-info h2 span {
    display: inline-block;
    width: auto;
    line-height: 1;
    padding: 0 .5rem;
}

#sec-2 .items-info ul {
    margin-left: 20%;
}
.list-styled-checked li {
    margin-left: 32px;
}
#sec-2 .items-info li,
.list-styled-checked li {
    list-style: none;
    position: relative;
}
#sec-2 .items-info li:before,
.list-styled-checked li:before {
    content: '';
    display: block;
    background-image: url('https://www.jeban.com/spotlight-item/speedy-micellar/li-checked.png');
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    height: 28px;
    width: 28px;
    left: -36px;
    margin-top: 5px;
}
.list-styled-checked li:before {
    left: -28px;
    height: 20px;
    width: 20px;
}
@media screen and (max-width: 400px) {
    #sec-2 .items-info li:before,
    .list-styled-checked li:before {
        left: -28px;
        height: 20px;
        width: 20px;
        margin-top: unset;
    }
}

#sec-2 .items div[class*="item-"] {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
#sec-2 .items .item-1 {animation-duration: 4s;}
#sec-2 .items .item-2 {animation-duration: 7s;}
#sec-2 .items .item-3 {animation-duration: 3s;}

@keyframes floating {
    0% {
        transform: translateY(0%);  
    }
    50% {
        transform: translateY(3%); 
    }   
    100% {
        transform: translateY(0%);
    }           
}
@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);  
    }
    50% {
        -webkit-transform: translateY(3%); 
    }   
    100% {
        -webkit-transform: translateY(0%);
    }
}

#sec-3 h2 img {
    height: 80px;
}
@media screen and (min-width: 400px) {
    #sec-3 h2 img {
        height: calc(100vw * 80/400);
    }
}
@media screen and (min-width: 640px) {
    #sec-3 h2 img {
        height: calc(640px * 80/400);
    }
}

#sec-3 h4 {
    position: relative;
}
#sec-3 h4:before {
    content: 'จัดการ';
    background-color: black;
    color: white;
    position: absolute;
    transform: rotate(-8deg);
    padding: 0 1rem;
    top: -22px;
    left: -5px;
}
@media screen and (min-width: 401px) {
    #sec-3 h4:before {
        top: -25px;
        left: calc(100vw * -5/400);
    }
}
@media screen and (min-width: 641px) {
    #sec-3 h4:before {
        top: -28px;
        left: calc(100vw * -5/400);
    }
}
@media screen and (min-width: 991px) {
    #sec-3 h4:before {
        top: -32px;
        left: calc(100vw * -5/400);
    }
}

#sec-4 .wrapper {
  display: flex;
  
  flex-flow: row wrap;
  justify-content: space-around;
}
#sec-4 div[class*="product-"] {
    position: relative;
    border-radius: 1rem;
    width: 50%;
    max-width: 330px;
    margin: 1rem 0;
}
#sec-4 div[class*="product-"] img {
    position: absolute;
    height: 330px;
    z-index: 1;
    right: -45px;
    top: -20px;
}
@media screen and (max-width: 455px) {
    #sec-4 div[class*="product-"] img {
        height: calc(100vw * .725);
        right: -20px;
        top: -20px;
    }
}
@media screen and (max-width: 400px) {
    #sec-4 div[class*="product-"] img {
        top: 10px;
    }
}
#sec-4 .product-1 {
  z-index: 2;
}
#sec-4 .product-2 {
  z-index: 1;
}
#sec-4 div[class*="product-"] p {
    width: 60%;
}
#sec-4 div[class*="product-"] h3 {
    font-size: 40px;
}
#sec-4 div[class*="product-"] h4,
#sec-4 div[class*="product-"] p,
#sec-4 div[class*="product-"] ul {
    font-size: 25px;
}

@media screen and (max-width: 991px) {
    #sec-4 div[class*="product-"] {
        width: 100%;
        max-width: 380px;
    }
}

.btn.shopping-link, 
.btn.btn-user-review {
    height: auto;
    border-radius: 2rem;
    border-color: var(--main-color)!important;
    color: var(--main-color);
    padding: .75rem 2.5rem;
    background-color: white!important;
}
.product-2 .btn.btn-user-review,
.product-3 .btn.btn-user-review {
    color: var(--sub-color)!important;
    border-color: var(--sub-color)!important;
}