.category-products-page {
padding:60px 0;
}

.category-title {
text-align:center;
font-size:32px;
margin-bottom:30px;
}

.products-grid {
display:grid;
grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
gap:25px;
}

.product-card {
background:#111;
padding:15px;
border-radius:8px;
text-align:center;
}

.product-card img {
max-width:100%;
}

.product-card h3 {
color:#fff;
font-size:15px;
margin:10px 0;
}

.price {
color:#FFF !important;
font-weight:600;
}

.pagination {
text-align:center;
margin-top:40px;
}
