.products-page .page-header{background-color:var(--primary-blue);color:var(--text-white);text-align:center;padding:4rem 0}.products-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));justify-content:center;gap:2.5rem;display:grid}.product-card{background-color:var(--text-white);border-radius:8px;transition:transform .3s;overflow:hidden;box-shadow:0 4px 15px #0000000d}.product-card:hover{transform:translateY(-5px)}.product-img{background-color:var(--medium-gray);height:250px;color:var(--text-gray);justify-content:center;align-items:center;font-weight:600;display:flex}.product-info{padding:2rem}.category-tag{background-color:var(--light-gray);color:var(--text-gray);border-radius:20px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-block}.product-info h2{color:var(--text-dark);margin-bottom:.8rem;font-size:1.5rem}.product-info p{color:var(--text-gray);margin-bottom:1.5rem}
