
:root {
	--swiper-theme-color: white;
	--ss-orange: #ee3124;
}

/* TOP */



.hdr-bar { width:100%; height:20px; background-color:var(--ss-orange); display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding-left:10px; }
.hdr-bar .logo-img { width:138px; height:16px; float:left; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	
}

@media (max-width: 1399.98px) {
	
}
@media (max-width: 1199.98px) {
	
}
@media (min-width: 992px) {
	
}
@media (max-width: 991.98px) {
	
}



/* BOTTOM */

.footer { text-align:center; padding:0px 18px 72px; }
.copyright { font-size:14px; color:gray; }


.kol_body { font-family:  brandon-grotesque, source-han-sans-cjk-tc, sans-serif; }
.kol_body p { margin-bottom: 3em; font-size: 18px; line-height: 1.8em; }
.kol_body img { width: 100%; }
a { cursor: pointer; transition: all 300ms; }

.container { max-width: 1308px; margin: 0 15px; }
.section { margin: 3em auto;display: flex; flex-direction: column; justify-content: center; align-items: center; }
.section:first-child { margin-top: 0; }
.title.center { text-align: center; }

.perse_img { max-width: 423px; margin: 0 auto; }

.kol_body .logo { max-width: 360px;  margin: 3em auto; }

.text { margin: 50px auto; width: 100%; max-width: 980px; text-align: center; }
.sm_txt { font-size: 15px; line-height: 1.2em; margin-bottom: 3em; }
.title { font-size: 28px; margin-bottom: 1em; }
.title span , .list_title_1 span { font-size: 16px; display: block; font-weight: 300; }
.video_block { width: 1000px; margin-left: auto;  margin-right: auto; }
.yt_video { margin-top: 40px; margin-bottom: 20px; position: relative; width: 100%; padding-top:56.17021276595745%; }
.yt_video iframe { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }

.pd_card_block_gp { display: flex; }
.pd_card_block_gp .pd_card.full { flex-direction: column; flex-wrap: wrap; }
.pd_card_block_gp .pd_card_block { flex: 1; margin-bottom: 0; }
.pd_card_block_gp .pd_card_block:last-child { border-left: 0; }
.pd_card_block_gp:last-child  { margin-top: -1px; }
.pd_card_block { border: 1px solid black; display: inline-flex; flex-wrap: wrap; margin-bottom: 2em; }
.pd_card { display: flex; flex-direction: column; padding: 2em; width: 50%; }
.pd_card.full { width: 100%; flex-direction: row; }
.card_col { flex: 1; display: flex; flex-direction: column;  }
.pd_info { margin-top: 2em; }
.card_showmore { text-decoration: underline; color: black; display: inline-block; }
.card_showmore:hover { color: #606060; }
.price_col { display: flex; flex-direction: column; align-items: flex-start; }
.price_col p { margin-bottom: 1.5em; }
.price_col.flex { display: flex; flex-direction: row; justify-content: space-between; align-items: end; }
.price_col.flex .price { margin-bottom: 0; }
.price span { font-size: 30px; margin-left: 5px; }
.buy-btn , .close-btn { background-color: black; padding: 12px 32px; color: white; font-size: 22px; text-decoration: unset!important; }
.buy-btn:hover , .close-btn:hover { background-color: #606060; color: white; }
/* .card_contents { margin-bottom: 2em; } */
/* .card_contents_preview p { margin-bottom: 0; } */
.card_contents_preview { display:block; }
.card_contents_full { display:none; }
.card_contents.active .card_contents_preview { display: none; }
.card_contents.active .card_contents_full { display: block; }

.modal-content { border-radius: 0; border: 0; padding: 2em; }
.modal-backdrop { background-color: white;}
.modal-backdrop.show { opacity:.7; }
.modal-body { text-align: center; border: 1px solid black; border-bottom: 0; }
.list_col { margin-bottom: 20px; font-size: 19px; line-height: 2em; }
.list_col:last-child { margin-bottom: 0; }
.list_col .sm_txt { line-height: 2.2em; }
.list_title_1 { font-size: 23px; line-height: 1.3em; font-weight: 700; margin: 15px 0; }
.list_title_2 { font-size: 21px; line-height: 1.3em; font-weight: 700; text-decoration: underline; margin-bottom: 15px; }
.modal-footer { border: 1px solid black; border-top:0; border-radius: 0; }
.btn { border-radius: 0; }

@media (max-width: 1200px) {/* Essential */
	.video_block { width: 750px; }
    .pd_card { padding: 1.6em; }
}

@media (max-width: 959px) {/* Essential */
    .pd_card { padding: 1.3em; }
    .modal-content { padding: 1.5em; }
}

@media (max-width: 767px) {/* Essential */
    .kol_body .logo { max-width: 220px; margin: 2em auto; }
    .perse_img { max-width: 280px; }
    .kol_body p { font-size: 15px; margin-bottom: 1.8em; }
    .section { margin: 0 auto; }
    .sm_txt { font-size: 14px; margin-bottom: 2em; }
    .pd_info { margin-top: 2em;  display: flex; flex-direction: column; }
    .pd_card_block_gp .pd_info { flex: 1; }
    .title { font-size: 22px; }
    .buy-btn , .close-btn{ padding: 10px 25px; font-size: 20px; }
    .pd_card { width: 100%; padding: 1em; flex-direction: row; }
    .pd_card.mobile { align-items: center; }
    .pd_card.mobile.spere { order: 2;}
    .pd_card.mobile.resep { order: 3;}
    .price_col { display: flex; flex-direction: column; align-items: flex-start; }
    .price_col.flex { flex-direction: column; align-items: flex-start; }
    .price_col.flex .price {  margin-bottom: 2em; }
    .price_col .price { margin-bottom: 1.8em; }
    .price_col p { margin-bottom: 1em; }

    .pd_card_block_gp .price_col.flex { flex-direction: row; flex-wrap: wrap; align-items: flex-end; }
    .pd_card_block_gp .price_col.flex .price { margin-bottom: 0; }

    .video_block { width: calc(100% + 24px); margin-left: -12px; }
    
    .pd_img.mobile { overflow: hidden; margin: 10px; }
    .pd_img.mobile img { transform: scale(1.1); }

    .modal-content { padding: 1em; }
    .list_col { margin-bottom: 10px; font-size: 15px; line-height: 1.8em; }
    .list_title_1 { font-size: 18px; margin: 10px 0; }
    .list_title_2 { font-size: 18px; margin-bottom: 10px; }
}

@media (max-width: 575.98px) {
    .kol_body p { margin-bottom: 1.8em; }
    .sm_txt { font-size: 12px;}
    .perse_img { width: 180px; }
    .kol_body .logo { width: 150px; }

    .pd_info { margin-top: 5px; }
    .title { font-size: 18px; }
    .pd_card { padding: 10px; }
    .price_col { display: flex; justify-content: space-between; align-items: flex-start; }
    .price { margin-bottom: 1em; }
    .price_col.flex .price { margin-bottom: 1em; }


    .price span  { font-size: 20px; }
    .buy-btn , .close-btn { font-size: 16px; padding: 7px 16px; }


}

@media (max-width: 479.98px) {
    .pd_card.full { flex-direction: column; }
    .pd_card { flex-direction: column; width: 100%; }
    .pd_card.mobile { align-items: flex-start; }
    .pd_card_block { margin-bottom: 1em; }
    .pd_card_block_gp { flex-direction: column; }
    .pd_card_block_gp .pd_card_block{ margin-bottom: 1em; }
    .pd_card_block_gp .pd_card_block:last-child { border-left: 1px solid black; }

    .pd_img.mobile { margin: 0; }
    .card_col { width: 100%; }
    .price_col , .price_col.flex { flex-direction: row; flex-wrap: wrap; align-items: flex-end; }
    .price_col .price , .price_col.flex .price { margin-bottom: 0; }

    .title { font-size: 24px; }
    .price span { font-size: 28px; }
    .buy-btn , .close-btn{ padding: 10px 25px; font-size: 20px; }

}