.wc-product-table-wrapper {
    margin: 20px 0;
}

#product-category-filter {
    margin-bottom: 10px;
}

.wc-product-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.wc-product-table th, .wc-product-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.pagination {
    margin-top: 10px;
    text-align: center;
}

.pagination a {
    margin: 0 5px;
    text-decoration: none;
    color: #0073aa;
}