
    body .global_products_may_like .like_products_box .like_products_item {margin-left: unset;margin-bottom: unset;width: 100%;}
    body .global_products_may_like .like_products_box .like_products_item .item_name {height: auto;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
    body .global_products_may_like .like_products_box .like_products_item .item_price {color: #FA4646;font-size: 16px;}
    body .global_products_may_like .like_products_box {margin-top: 20px;}
    .global_products_may_like .like_products_box .like_products_item .number {margin-top: 5px;}
    
    @media screen and (min-width: 1000px) {
        body .themes_global_point .global_products_may_like {padding-top: 20px;padding-bottom: 60px;}
        body .global_products_may_like .like_products_box .like_products_item {text-align: center;}
        body .themes_global_point .global_products_may_like {border-top: unset;}
        .global_products_may_like .like_products_box {display: grid;grid-template-columns: repeat(6, 1fr);gap: 15px;}
    }
    @media screen and (max-width: 1000px) {
        body .global_products_may_like .like_products_box .like_products_item .item_name {font-size: 12px;height: 34px;}
        body .global_products_may_like .like_products_box .like_products_item .item_price {color: #FA4646;font-size: 12px;}
        body .global_products_may_like .like_products_box .like_products_item .item_price {margin-top: 0px;} 
        body .global_products_may_like .like_products_box .like_products_item .number {margin-top: 0px;} 
        .global_products_may_like .like_products_box {display: grid;grid-template-columns: repeat(4, 1fr);gap: 5px;}
        body .themes_global_point .global_products_may_like {padding-top: 20px;padding-bottom: 20px;}
    }
    @media screen and (max-width: 400px) {
        body .global_products_may_like .like_products_box .like_products_item .item_img {height: 70px;width: auto;padding-top: unset;}
    }
