.steel-card-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px;display:grid}.steel-card{cursor:pointer;background:#fff;border-radius:10px;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014}.badge{color:#fff;z-index:10;background:#2874f0;border-radius:4px;padding:4px 6px;font-size:11px;position:absolute;top:10px;left:10px}.price{color:#000;font-size:16px;font-weight:700}.old-price{color:#888;margin-left:5px;font-size:12px;text-decoration:line-through}.steel-card-button{color:#fff;cursor:pointer;background:#1a56b1;border:none;width:100%;margin-top:auto;padding:10px;font-weight:500;transition:all .2s}.steel-card-button:hover{background:#22209b}.title{-webkit-text-fill-color:transparent;-webkit-background-clip:text}.rating-section{color:var(--color-yellow-500);justify-content:end;display:flex}.product-card img,.steel-card img{object-fit:cover;border-radius:12px;width:100%;height:180px}.product-card,.steel-card{flex-direction:column;justify-content:space-between;display:flex}
