.pro-loop .product-detail h3 a{
    -webkit-line-clamp: 2;
}
.product-img.image-resize img {
    height: 280px;
    object-fit: contain;
}

.highlight-mobile, .notice-checkout, .radio-label.transfer, .momo-method, .cod_description {
    display: none !important;
}
@media (max-width: 768px){
    .highlight-mobile{
        display: block;
    }
    #highlight{
        display: none;
    }
}