.company-products-heading{font-size:15px;font-weight:600;color:#111;margin-bottom:12px}.company-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width:767px){.company-products-grid{grid-template-columns:repeat(2,1fr)}}.company-products-card{border-radius:8px;overflow:hidden;border:1px solid #f0ece6;background:#fff;cursor:pointer;transition:box-shadow .2s}.company-products-card:hover{box-shadow:0 2px 12px rgba(0,0,0,.08)}.company-products-card-img{width:100%;height:120px;background:#f5f5f5;overflow:hidden}.company-products-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.company-products-card-info{padding:8px 10px 10px}.company-products-card-name{font-size:13px;font-weight:500;color:#111;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.company-products-card-row{display:flex;align-items:center;justify-content:space-between}.company-products-card-price{font-size:14px;font-weight:600;color:#111}.company-products-card-link{font-size:12px;color:#9ca3af;transition:color .2s}.company-products-card:hover .company-products-card-link{color:#111}.company-products-viewall{margin-top:10px}.company-products-viewall a{font-size:13px;color:#9ca3af;text-decoration:none;transition:color .2s}.company-products-viewall a:hover{color:#111}