.ProductCatalog-module__8YDUyW__productGrid{grid-template-columns:1fr;gap:1rem;width:100%;display:grid}@media (min-width:768px){.ProductCatalog-module__8YDUyW__productGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}@media (min-width:1024px){.ProductCatalog-module__8YDUyW__productGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}}.ProductCatalog-module__8YDUyW__productCard{border:1px solid var(--border-subtle);background-color:#fff;border-radius:12px;flex-direction:column;height:100%;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.ProductCatalog-module__8YDUyW__productCard:hover{border-color:var(--brand-green);box-shadow:var(--shadow-sm)}.ProductCatalog-module__8YDUyW__imageContainer{aspect-ratio:4/3;background-color:var(--bg-secondary);border-bottom:1px solid var(--border-subtle);width:100%;position:relative;overflow:hidden}.ProductCatalog-module__8YDUyW__productImage{transition:transform .3s}.ProductCatalog-module__8YDUyW__productCard:hover .ProductCatalog-module__8YDUyW__productImage{transform:scale(1.02)}.ProductCatalog-module__8YDUyW__cardContent{flex-direction:column;flex:1;padding:1.25rem;display:flex}.ProductCatalog-module__8YDUyW__brandName{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.6875rem;font-weight:600}.ProductCatalog-module__8YDUyW__productName{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.25rem;font-size:1.125rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.ProductCatalog-module__8YDUyW__inquireButton{background-color:var(--brand-green);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:100%;margin-top:auto;padding:.625rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-flex}.ProductCatalog-module__8YDUyW__inquireButton:hover{background-color:var(--brand-green-hover)}.ProductCatalog-module__8YDUyW__filterControls{flex-direction:column;gap:1.25rem;margin-bottom:2.5rem;display:flex}@media (min-width:768px){.ProductCatalog-module__8YDUyW__filterControls{flex-direction:row;justify-content:space-between;align-items:center}}.ProductCatalog-module__8YDUyW__searchContainer{width:100%;max-width:320px;position:relative}.ProductCatalog-module__8YDUyW__searchInput{border:1px solid var(--border-default);background-color:#fff;border-radius:8px;outline:none;width:100%;padding:.625rem 1rem .625rem 2.5rem;font-size:.875rem;transition:border-color .2s}.ProductCatalog-module__8YDUyW__searchInput:focus{border-color:var(--brand-blue)}.ProductCatalog-module__8YDUyW__searchIcon{color:var(--text-muted);position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.ProductCatalog-module__8YDUyW__categoryPills{flex-wrap:wrap;gap:.5rem;display:flex}.ProductCatalog-module__8YDUyW__categoryPill{background-color:var(--bg-neutral);color:var(--text-secondary);cursor:pointer;border:1px solid #0000;border-radius:6px;padding:.4rem .875rem;font-size:.8125rem;font-weight:500;transition:all .2s}.ProductCatalog-module__8YDUyW__categoryPill:hover{background-color:var(--border-subtle);color:var(--text-primary)}.ProductCatalog-module__8YDUyW__categoryPill.ProductCatalog-module__8YDUyW__active{background-color:var(--brand-green-tint);color:var(--brand-green-dark);border-color:var(--brand-green);font-weight:600}.ProductCatalog-module__8YDUyW__emptyState{text-align:center;color:var(--text-secondary);background-color:var(--bg-secondary);border:1px dashed var(--border-strong);border-radius:12px;padding:4rem 1rem}
