.category-header h2{font-size:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--fm-secondary);display:inline-block}.category-desc{color:var(--fm-text-muted);font-size:.9375rem;margin-top:.5rem}.product-card{border:1px solid var(--fm-border);border-radius:8px;overflow:hidden;height:100%;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.08)}.product-card-link{-webkit-text-decoration:none;text-decoration:none;color:inherit;flex:1;display:flex;flex-direction:column}.product-card-link:hover{color:inherit}.product-img-wrap{background:var(--fm-light);padding:1.25rem;text-align:center;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.product-img-wrap img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.product-info{padding:1rem;flex:1}.product-info h3{font-size:.9375rem;font-weight:600;margin:0;line-height:1.4}.product-card .btn{border-radius:0;margin-top:auto}.products-cta{background:var(--fm-light);border-top:1px solid var(--fm-border)}