.category-wall__image{
display: none;
}
.category-group {
    margin-bottom: 25px;
}
.group-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #333;
}
.category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.category-link {
    background: #f5f5f5;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    transition: 0.2s;
}
.category-link:hover {
    background: #007bff;
    color: #fff;
    text-decoration: none;
}
.analog-block {
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.product-item {
    width: 180px;
    text-align: center;
}
.product-item img {
    max-width: 100%;
}

.seo-box-list {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.54;
    letter-spacing: normal;
    color: #333;
}
.seo-box-list a {
    color: #333;
    display: inline;
    padding-right: 10px;
    line-height: 1.92;
}
.product-page__textblock-inner{
background: none !important;
padding: 15px 0 !important;}

#tab-description{
max-height:none !important;}
