.category-constructor img {
    width: 100%;
}
.table-wrapper {
    margin-bottom: 2rem;
    overflow: auto;
}
.category-constructor table {
    border: 0.25rem solid var(--borderColor);
    border-collapse: collapse;
    margin: 0;
    line-height: 1.5;
}
.category-constructor thead {
    background-color: var(--font-color);
    color: white;
}
.category-constructor th, .category-constructor td {
    padding: 0.25rem 0.5rem;
    border: 1px solid var(--borderColor);
}
.category-constructor .product__slider {
    margin: 0 0 2rem;
}