.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;
}

.category-description{
margin-bottom:30px;
font-size:16px;
line-height:1.6;
padding: 0px 20px;
}

.category-description h2,h3,h4{
    margin-top: 20px;
}

.category-description p{
    font-size:15px;
    margin-bottom: 10px;
}