.product-catalog-page{--green:#2d6a2d;--green-light:#e8f5e8;--green-mid:#4a8c4a;--amber:#c47c0a;--amber-light:#fdf3e0;--blue:#1a4f7c;--blue-light:#e5eef8;--gray:#5a5a5a;--gray-light:#f5f4f0;--border:#e0ddd5;--white:#fff;--text:#1a1a1a;--text-muted:#666;font-family:DM Sans,sans-serif;background:#faf9f6;color:var(--text);line-height:1.6}.product-catalog-page .filter-bar{display:flex;flex-wrap:wrap;gap:8px;padding:1.5rem 2rem;background:#fff;border-bottom:1px solid var(--border);position:sticky;top:72px;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.05)}.product-catalog-page .filter-btn{padding:7px 18px;border-radius:50px;border:1.5px solid var(--border);background:#fff;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s;color:var(--text-muted)}.product-catalog-page .filter-btn:hover{border-color:var(--green);color:var(--green)}.product-catalog-page .filter-btn.active{background:var(--green);color:#fff;border-color:var(--green)}.product-catalog-page .filter-btn.active.maize{background:var(--amber);border-color:var(--amber)}.product-catalog-page .filter-btn.active.wheat{background:#7a7a6a;border-color:#7a7a6a}.product-catalog-page .filter-btn.active.mustard{background:#b8860b;border-color:#b8860b}.product-catalog-page main{padding:2rem;max-width:1400px;margin:0 auto}.product-catalog-page .section{margin-bottom:3.5rem}.product-catalog-page .section-header{display:flex;align-items:center;gap:12px;margin-bottom:1.5rem;padding-bottom:12px;border-bottom:2px solid var(--green)}.product-catalog-page .section-header.maize{border-color:var(--amber)}.product-catalog-page .section-header.wheat{border-color:#888}.product-catalog-page .section-header.mustard{border-color:#b8860b}.product-catalog-page .section-icon{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;background:var(--green-light);flex-shrink:0}.product-catalog-page .section-icon.maize{background:var(--amber-light)}.product-catalog-page .section-icon.wheat{background:var(--gray-light)}.product-catalog-page .section-icon.mustard{background:#fff8e1}.product-catalog-page .section-title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:var(--text)}.product-catalog-page .section-count{margin-left:auto;font-size:.8rem;color:var(--text-muted);background:var(--gray-light);padding:3px 10px;border-radius:20px}.product-catalog-page .cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:16px}.product-catalog-page .card{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.product-catalog-page .card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.09)}.product-catalog-page .card-image{width:100%;height:170px;-o-object-fit:cover;object-fit:cover;display:block;background:var(--green-light)}.product-catalog-page .card-body{padding:1rem 1.1rem;flex:1;display:flex;flex-direction:column}.product-catalog-page .badge{display:inline-block;font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;padding:2px 9px;border-radius:20px;margin-bottom:7px}.product-catalog-page .badge.hy{background:var(--green-light);color:var(--green)}.product-catalog-page .badge.imp{background:var(--blue-light);color:var(--blue)}.product-catalog-page .badge.maize{background:var(--amber-light);color:var(--amber)}.product-catalog-page .badge.wheat{background:var(--gray-light);color:#555}.product-catalog-page .badge.mustard{background:#fff8e1;color:#8a6d00}.product-catalog-page .card-name{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:10px}.product-catalog-page .specs-row{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px}.product-catalog-page .spec-chip{font-size:.72rem;background:var(--gray-light);color:var(--gray);padding:3px 9px;border-radius:6px;font-weight:500}.product-catalog-page .features{list-style:none;margin-top:auto;border-top:1px solid var(--border);padding:10px 0 0}.product-catalog-page .features li{font-size:.8rem;color:var(--text-muted);padding:3px 0 3px 14px;position:relative;line-height:1.45}.product-catalog-page .features li:before{content:"✓";position:absolute;left:0;color:var(--green);font-size:.7rem;top:4px}.product-catalog-page .features li.maize:before{color:var(--amber)}.product-catalog-page .features li.wheat:before{color:#888}.product-catalog-page .features li.mustard:before{color:#b8860b}.product-catalog-page .section.hidden{display:none}@media (max-width:600px){.product-catalog-page main{padding:1rem}.product-catalog-page .filter-bar{padding:1rem;top:60px}.product-catalog-page .cards-grid{grid-template-columns:1fr}}