.offer-card .offer{max-width:334px;text-decoration:none;cursor:pointer;height:216px;background-color:#ffffff;border-radius:4px}.offer-card .offer .image-wrapper{position:relative;height:135px;background:#ffffff}.offer-card .offer .image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:4px 4px 0 0}.offer-card .offer .image-wrapper .offer-price-type{position:absolute;bottom:0;right:0;background-color:#fccc50;border-top-left-radius:8px;padding:1px 4px 1px 6px;color:#3f1d35;font-size:10px;font-family:"Poppins",sans-serif;font-weight:500;text-align:center}.offer-card .offer .data-wrapper{background-color:#ffffff;padding:0px 8px 12px 8px}.offer-card .offer .data-wrapper .offer-name{padding:4px 0;width:inherit;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.offer-card .first-row{display:flex;gap:4px;align-items:center;justify-content:space-between;padding:12px 8px 4px 8px;background-color:#ffffff}.offer-card .first-row .info{display:flex;gap:4px;align-items:center}.offer-card .first-row .fav-icon{height:16px;width:16px;line-height:16px;cursor:pointer}.offer-card .first-row .fav-icon.active{filter:invert(30%) sepia(78%) saturate(5677%) hue-rotate(338deg) brightness(106%) contrast(99%)}