/* home product categories */
.home_product_categories{padding: 4rem 0 7rem;position:relative;background: #F9F9F9 url(/assets/images/Deerxin/bg3.png) no-repeat center/cover;}
.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: 0;border: none;background: transparent;overflow: visible;}
.home_product_categories .hp_cat_btn{/* width: 6.8rem; *//* height: 4rem; *//* border:1px solid #ddd; *//* border-radius: 1rem 0 0 1rem; *//* background:#fff; *//* cursor:pointer; */}

.home_product_categories .hp_cat_btn.is-next {
    border-radius: 0 1rem 1rem 0;
    margin-left: -1px;
}
.home_product_categories .hp_cat_slider{margin-top: 4rem;}
.home_product_categories .hp_cat_item{padding: 0;margin-left: 1.4rem;}

.home_product_categories .slick-list {
    margin-left: -1.4rem;
}
.home_product_categories .hp_cat_link{display:block;text-decoration:none;color:#222}
.home_product_categories .hp_cat_image{width:100%;height: 31.7rem;overflow:hidden;border-radius: 0;margin-bottom: 1.6rem;}
.home_product_categories .hp_cat_image img{width:100%;height:100%;object-fit:cover;display:block}
.home_product_categories .hp_cat_card{padding: 3rem 3.5rem 3.5rem;border-radius: 14px;background: #fff;/* color:#fff; */margin-top: 1rem;transition: .3s;}

.home_product_categories a:hover .hp_cat_card {
    background: #0c58e0  url(/assets/images/Deerxin/bg43.png) no-repeat center/cover;
}

.home_product_categories a:hover * {
    color: #fff;
}
.home_product_categories .hp_cat_title{font-size: 2.4rem;margin:0 0 6px;color: #333;font-weight: 600;font-family: 'Poppins';}
.home_product_categories .hp_cat_desc{font-size: 1.8rem;opacity:.85;margin: 1.5rem 0 2rem;color: #444;line-height: 1.6;min-height: 5.6rem;}
.home_product_categories .hp_cat_more{font-size: 1.8rem;color: #0F5BCC;display: flex;align-items: center;font-family: "DIN Next LT Pro Light", "Helvetica Neue", Arial, sans-serif;justify-content: flex-start;gap: 0;margin-left: -0.6rem;letter-spacing: 1px;}

.home_product_categories .hp_cat_more i {
    display: flex;
    align-items: center;
    margin-right: .5rem;
    max-width: 0;
    overflow: hidden;
    transition: .2s;
}

.home_product_categories .hp_cat_more i img {
    max-width: 100%;
    transition: .2s;
}

.home_product_categories a:hover .hp_cat_more i {
    max-width: 1.9rem;
}

/* active items show right border except the last active one (modern browsers) */
@supports selector(.slick-active:has(+ .slick-active)){
  .products_section_Deerxin .slick-active{border-right:none}
  .products_section_Deerxin .slick-active:has(+ .slick-active){border-right:1px solid #f3f3f3}
}
/* basic fallback: try to hide border on the last child */
.products_section_Deerxin .slick-active:last-child{border-right-color:transparent}

.products_section_Deerxin{
    content-visibility: auto; contain-intrinsic-size: 800px;
}
.products_section_Deerxin *{}
.products_section_Deerxin *{}
.products_section_Deerxin *{}
.products_section_Deerxin *{}
.products_section_Deerxin *{}
.products_section_Deerxin *{}
.products_section_Deerxin *{}
.products_section_Deerxin *{}
.products_section_Deerxin *{}
.products_section_Deerxin *{}
.products_section_Deerxin *{}
.products_section_Deerxin *{
    font-size: 12px !important;
}
.products_section_Deerxin .slick-list{
    height: 15rem;
    overflow: hidden;
}
.products_section_Deerxin .slick-active{
    border-right: 1px solid #f3f3f3;
}
.products_section_Deerxin .featured_products_scroller{
    position: relative;
}

.featured_products_slider {
    white-space: nowrap;
    overflow: hidden;
    display: flex;
}
.products_section_Deerxin .featured_nav_btn svg{
    width: 3rem;
    height: 3rem;
    fill: #ddd;
    transition: .3s;
}
.products_section_Deerxin .featured_nav_btn{
    background: transparent;
    border: none;
    position: absolute;
    left: -4rem;
    top: calc(50% - 2.5rem);
    cursor: pointer;
}

.products_section_Deerxin .featured_nav_btn:hover svg {
    fill: #3F51B5;
}

.products_section_Deerxin .featured_nav_btn.next {
    left: auto;
    right: -4rem;
}
.products_section_Deerxin a{
    text-decoration: none;
}

.products_section_Deerxin a:hover h3 {
    color: #013A8D;
}
.products_section_Deerxin h3{
    font-size: 1.6rem;
    color: #999;
    text-align: center;
    font-weight: 400;
    margin: 2rem 0 0;
}
.products_section_Deerxin .featured_product_image{
    width: 8.5rem;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.products_section_Deerxin img{
    max-width: 100%;
    max-height: 100%;
}
