.h-group-box{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.25rem;
}
.filter-product.hflex{
    display: flex;
}
.filter-product.hflex .link-img{
    width:45%;
}
/*shop-show-change*/
.list_filter.active-btn{
    background-color: #fff;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
