.garden-filter-wrapper{
display:flex;
gap:30px;
}

.filter-sidebar{
width:260px;
border:1px solid #ddd;
padding:20px;
background:#f9f9f9;
}

.filter-sidebar h3{
margin-top:0;
}

.filter-group{
margin-bottom:20px;
}

.filter-group h4{
margin-bottom:10px;
font-size:16px;
}

.filter-group label{
display:block;
margin-bottom:6px;
cursor:pointer;
}

.filter-sidebar select{
width:100%;
margin-bottom:15px;
padding:8px;
}

#filter_products{
width:100%;
background:#2c7a2c;
color:white;
border:0;
padding:10px;
cursor:pointer;
}

.filter-results{
flex:1;
}