
body .ly_product_list_2 .list_box{gap: 16px;}
body .ly_product_list_2 .list_box .themes_prod .item_price{color: #c0392b;font-size: 20px;}
body .ly_product_list_2 .list_box .themes_prod .name{font-size: 16px;}
body .ly_product_list_2 .list_box .themes_prod{margin-bottom: 0;border: 1px solid #dfdfdf;border-radius: 16px;overflow: hidden;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}

body .ly_products_9 .products_box{gap: 16px;}
body .ly_products_9 .products_box .themes_prod .item_price{color: #c0392b;font-size: 20px;}
body .ly_products_9 .products_box .themes_prod .name{font-size: 16px;}
body .ly_products_9 .products_box .themes_prod{margin-bottom: 0;border: 1px solid #dfdfdf;border-radius: 16px;overflow: hidden;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}

@media screen and (min-width: 1000px) {
body .ly_products_9 .products_box{grid-template-columns: repeat(5, 1fr) !important;}
}

@media screen and (max-width: 1000px) {
body .ly_product_list_2 .list_box .themes_prod .item_price{font-size: 16px;}
body .ly_product_list_2 .list_box .themes_prod .name{font-size: 14px;}

body .ly_products_9 .products_box .themes_prod .item_price{font-size: 16px;}
body .ly_products_9 .products_box .themes_prod .name{font-size: 14px;}
}
