/*  ------  local   ------  */


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.skn__page .skn__lists-category {
        font-size: 42px;
    }
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.skn__page .skn__lists-category {
        font-size: 30px;
    }
    .skn__lists-groups > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > i-product-tile:nth-child(1) > div:nth-child(4) > div:nth-child(2) {
    	margin-top: 25px;
    }
    .skn__page .skn__lists-product-category-text {
    	text-align: center;
    }
}


@media (max-width: 480px) {

}