

/* Start:/local/templates/html/styles.css?177401532151*/
.side-filter__item.focus-in {
    #display: none;
}
/* End */


/* Start:/local/templates/html/assets/components-template/brands-list/style.css?1773849315445*/
.brands-list__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767px) {
  .brands-list__inner {
    gap: 12px;
  }
}

.brand-card-wrap {
  width: calc(25% - 18px);
}
@media (max-width: 1499px) {
  .brand-card-wrap {
    width: calc(33.3333333333% - 18px);
  }
}
@media (max-width: 767px) {
  .brand-card-wrap {
    width: calc(50% - 8px);
  }
}
@media (max-width: 575px) {
  .brand-card-wrap {
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/html/assets/components-template/mixin__brand-card/style.css?17738493152126*/
.brands-list .brand-card {
  height: 382px;
}
@media (max-width: 1699px) {
  .brands-list .brand-card {
    height: 300px;
  }
}
@media (max-width: 1499px) {
  .brands-list .brand-card {
    height: 315px;
  }
}
@media (max-width: 1099px) {
  .brands-list .brand-card {
    height: 230px;
  }
}
@media (max-width: 575px) {
  .brands-list .brand-card {
    height: 324px;
  }
}
@media (min-width: 1024px) {
  .brands-list .brand-card {
    cursor: pointer;
  }
  .brands-list .brand-card:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .brands-list .brand-card:hover .brand-card__back {
    transform: translateY(0%);
  }
}
.brands-list .brand-card__front {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 5px;
}
.brands-list .brand-card__front img {
  max-width: 100%;
  max-height: 100%;
}
.brands-list .brand-card__back {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 54px 25px;
  transition: all 0.3s ease;
  transform: translateY(100%);
  background-color: #fff;
  border-radius: 5px;
}
.brands-list .brand-card__back:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 50px;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 25%, rgb(255, 255, 255) 75%);
}
@media (max-width: 1699px) {
  .brands-list .brand-card__back {
    padding: 20px;
  }
}

.brand-card {
  position: relative;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s ease;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
}
@media (min-width: 1100px) {
  .brand-card {
    cursor: pointer;
  }
  .brand-card:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 767px) {
  .brand-card {
    min-height: 90px;
  }
}
.brand-card__content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.brand-card__title {
  margin-bottom: 24px;
  font-weight: 600;
}
/* End */
/* /local/templates/html/styles.css?177401532151 */
/* /local/templates/html/assets/components-template/brands-list/style.css?1773849315445 */
/* /local/templates/html/assets/components-template/mixin__brand-card/style.css?17738493152126 */
