.wc-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;
}

.wc-category-card {
    text-align: center;
    text-decoration: none;
    color: #000;
}

.wc-category-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
}

.wc-category-card span {
    margin-top: 8px;
    display: block;
    font-weight: 500;
}
