/*  ------  local   ------  */


#wrapper.pt_wrapper #dsl__page .dsl__navigation {
    display: none;
}
.dsl__page .dsl__header-media{
	height: 103%;
}
.dsl__page .dsl__header {
	top: -15px;
}
.dsl__page .dsl__bkgd {
	height: 100vh !important;
}
.break-landscape{
	display: none;
}

.dsl__page {
    --CLARINS-FONT: "Kanit", ClarinsRegular, Clarins !important;
    --GOTHAM-EXTRALIGHT: "Kanit Light","Gotham_ExtraLight" !important;
    --GOTHAM-LIGHT: "Kanit Light","Gotham_Light" !important;
    --GOTHAM-BOOK: "Kanit Light", "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif !important;
    --GOTHAM-MEDIUM: "Kanit Light","Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif !important;
}


 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.break-landscape {
		display: block;
	}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .dsl__page .dsl__compare-item-detail-text {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
	.dsl__page .dsl__header {
	    top: 0px; 
	}
	.dsl__page .dsl__research-title .dsl__desktop {
		display: inline-block;
	}
}