.list{justify-content:flex-start;gap:10px}.left{position:sticky;height:100%;top:50px}.left .filterItem{margin-bottom:30px}.left .filterItem h2{font-weight:400;margin-bottom:20px}.left .filterItem .inputItem{font-size:12px;margin-bottom:10px}.left .filterItem .inputItem label{margin-left:10px}.list{justify-content:space-between;flex-wrap:wrap}.card,.list{display:flex}.card{width:280px;flex-direction:column;gap:10px;margin-bottom:50px}.card .image{width:100%;height:400px;overflow:hidden;position:relative}.card .image:hover .secondImg{z-index:2}.card .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute}.card .image .mainImg{z-index:1}.card .image span{position:absolute;top:5px;left:5px;background-color:#fff;color:teal;padding:3px 5px;z-index:3;font-weight:500;font-size:12px}.card h2{font-size:16px;font-weight:400}.card .prices{display:flex;gap:20px}.card .prices h3{font-size:18px;font-weight:500}.card .prices h3:first-child{color:gray;text-decoration:line-through}