

/* Start:/bitrix/templates/template/css/categories.css?17889738051038*/
@media (max-width: 992px) {
  .filterContainer{
    display:none;
  }
}

i[data-role="prop_angle"]{display:none}
.bx-filter .bx-filter-title{display:none}
.bx-filter.bx-blue .bx-filter-section {
    background: none !important;
}
.bx-filter .bx-filter-parameters-box-title span {
    color: #000!important;
    border-bottom: 1px solid transparent!important;
    cursor: pointer!important;
    font-size: 1rem!important;
    font-weight: 600!important;
}
.bx-filter.bx-blue .btn-themes {
    background-color: #00b570!important;
    border-color: #00b570!important;
    width: 100%!important;
    border-radius: 100px!important;
}
#del_filter{
    cursor: pointer;
    width: 100%;
}

/* Category Cards */
.category-card {
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  border-radius: 10px;
  overflow: hidden;
}

.category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.category-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  flex-shrink: 0;
}
/* End */
/* /bitrix/templates/template/css/categories.css?17889738051038 */
