.product-listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px}.product-listing-title{color:#05073c;font-size:30px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:24px}.product-card{border-radius:10px;overflow:hidden;cursor:pointer;text-decoration:none}.product-image{width:100%;object-fit:cover;min-height:185.9px;max-height:185.9px;border-bottom-right-radius:10px;border-bottom-left-radius:10px}.product-details{padding:14px 10px 0}.product-title{color:#05073c;font-size:18px;font-style:normal;font-weight:500;line-height:140%;margin-bottom:10px}.product-rating{display:flex;align-items:center;margin-bottom:10px}.offer-stars{color:#f4c150;margin-right:5px}.product-reviews{color:#05073c;font-size:16px;font-style:normal;font-weight:400;line-height:16px;margin-left:5px}.product-price{color:#717171;font-size:18px;font-weight:500}.product-price,.product-price span{font-style:normal;line-height:normal}.product-price span{color:var(--primary-color);font-size:20px;font-weight:400}.product-price span span{font-weight:800}