.fav-btn{
position:absolute;
top:0;
right:8px;
background:#fff;
border-radius:50%;
width:34px;
height:34px;
border:none;
box-shadow:0 2px 6px rgba(0,0,0,0.15);
cursor:pointer;
}

.fav-icon{
font-size:18px;
color:#999;
}

.fav-btn.active .fav-icon{
color:#e60023;
}

.favorite-grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(200px,1fr));
gap:20px;
}

.favorite-item{
position:relative;
border:1px solid #eee;
padding:10px;
background:#fff;
}

.favorite-item img{
width:100%;
}

.favorite-title{
font-size:14px;
margin-top:8px;
}

.fav-remove{
position:absolute;
top:8px;
right:8px;
border:none;
background:#fff;
border-radius:50%;
width:30px;
height:30px;
color:#e60023;
cursor:pointer;
}
.h_fav_btn{
	display:none!important;
}
@media (max-width: 500px) {
.h_fav_btn{
	display:block!important;
}