#fc-hp-filter { margin-top: 20px; }
#hpRange { width: 100%; max-width: 400px; }
#fc-products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; margin-top: 20px; }
.fc-product-card { background:#071216; padding:12px; border-radius:12px; color:#e6f7f2; transition: transform .3s; }
.fc-product-card:hover { transform: translateY(-6px); }
.fc-product-card img { width:100%; border-radius:8px; }
.fc-product-card .pill { display:inline-block; background:rgba(255,255,255,0.1); padding:4px 6px; border-radius:6px; font-size:12px; margin-right:4px; margin-top:4px;}
