/* home product categories */
.home_product_categories{padding:40px 0;position:relative}
.home_product_categories .section_header{position:relative;padding-right:80px}
.home_product_categories .hp_cat_nav{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;gap:8px}
.home_product_categories .hp_cat_btn{width:36px;height:36px;border:1px solid #ddd;border-radius:50%;background:#fff;cursor:pointer}
.home_product_categories .hp_cat_slider{margin-top:20px}
.home_product_categories .hp_cat_item{padding:10px}
.home_product_categories .hp_cat_link{display:block;text-decoration:none;color:#222}
.home_product_categories .hp_cat_image{width:100%;height:220px;overflow:hidden;border-radius:8px}
.home_product_categories .hp_cat_image img{width:100%;height:100%;object-fit:cover;display:block}
.home_product_categories .hp_cat_card{padding:16px;border-radius:8px;background:#0c58e0;color:#fff;margin-top:10px}
.home_product_categories .hp_cat_title{font-size:18px;margin:0 0 6px}
.home_product_categories .hp_cat_desc{font-size:14px;opacity:.85;margin:0 0 8px}
.home_product_categories .hp_cat_more{font-size:14px;color:#fff}
