.productCard{display:flex;flex-direction:column;justify-content:space-between;height:100%;max-width:292px;width:100%;border:1px solid #e1e6ef;border-radius:10px;box-shadow:0 2px 30px 9px rgba(109,103,89,.06);padding:16px;text-align:center}.titleLink{text-decoration:none!important;color:#000}.imageWrapper{margin-bottom:8px}.title{font-size:1rem;font-weight:500;margin:8px 0;height:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:20px}.price{color:#666;margin:4px 0}.price-vic{color:#000;font-weight:700;font-size:14px}.unit{color:#999;margin:4px 0}.companyName{font-weight:700;margin:8px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px;display:block}.inquiryButton{gap:8px;background-color:#2a5182;color:#fff;border:none;border-radius:8px;padding:8px 16px;cursor:pointer;height:48px;margin-top:auto}.inquiryButton,.itemGrid{display:flex;align-items:center;justify-content:center;width:100%}