.a-filter {
  margin: 72px 0 100px 0;
}
.a-filter__cards {
  margin: 0 auto;
  max-width: 320px;
}
@media only screen and (min-width: 1025px) {
  .a-filter__cards {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    margin: -16px 0 0 -24px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-filter__cards {
    margin: -16px 0 0 -44px;
  }
}
.a-filter .a-tabs {
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
}
@media only screen and (min-width: 1025px) {
  .a-filter .a-tabs {
    max-width: none;
  }
}
.a-filter .a-tabs button {
  flex: 0 0 50%;
  max-width: 50%;
  height: 56px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
  letter-spacing: 0.05em;
  text-align: center;
  border: solid 2px #000000;
  text-transform: uppercase;
  color: #40b93c;
  position: relative;
  z-index: 1;
}
.a-filter .a-tabs button + button {
  margin-left: -2px;
}
.a-filter .a-tabs button[data-active=true], .a-filter .a-tabs button:hover {
  border-color: #000000;
  color: white;
  background-color: #40b93c;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .a-filter .a-tabs button {
    flex: 0 0 380px;
    max-width: 380px;
  }
}
.a-filter__more {
  display: block;
  width: 100%;
  color: #000000;
  background: transparent;
  border: solid 2px #40b93c;
  max-width: 320px;
}
.a-filter__more.a-button {
  margin: 32px auto 0;
}
.a-filter__more:hover {
  background: #40b93c;
  color: white;
}
@media only screen and (min-width: 1025px) {
  .a-filter__more {
    max-width: none;
  }
}
@media only screen and (min-width: 1280px) {
  .a-filter__more {
    margin: 40px 0 0 0;
  }
}

.a-filter-card {
  position: relative;
  border: solid 2px #000000;
  color: #000000;
  display: flex;
  flex-direction: column;
  margin: 24px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .a-filter-card {
    margin: 44px 0 0 24px;
    flex: auto;
    width: calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}
@media only screen and (min-width: 1280px) {
  .a-filter-card {
    margin: 44px 0 0 40px;
    width: calc(33.3333333333% - 44px);
    max-width: calc(33.3333333333% - 44px);
  }
}
.a-filter-card__sale {
  background: #40b93c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a-filter-card__tools {
  position: absolute;
  right: 16px;
  top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a-filter-card__favourite {
  margin: 0 0 0 8px;
}
.a-filter-card__favourite svg {
  pointer-events: none;
}
.a-filter-card__favourite svg path {
  fill: transparent;
  transition: fill 0.3s;
}
.a-filter-card__favourite[data-active=true] svg path {
  fill: #40b93c;
}
.a-filter-card__block {
  padding: 24px;
}
.a-filter-card__block:first-child {
  padding-bottom: 16px;
  border-bottom: solid 2px #000000;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.a-filter-card__block:last-child {
  padding-top: 16px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.a-filter-card__img {
  max-width: 100%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.a-filter-card__image {
  position: relative;
  margin: 12px 0 16px 0;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}
.a-filter-card__image:before, .a-filter-card__image:after {
  position: absolute;
  content: "";
}
.a-filter-card__image:after {
  background: url(../images/assets/icon-zoom.svg) center center no-repeat;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 28px;
  height: 28px;
}
.a-filter-card__image:before {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: white;
  right: -48px;
  bottom: -48px;
  z-index: 2;
}
.a-filter-card__image_no-image {
  cursor: default;
}
.a-filter-card__image_no-image:before, .a-filter-card__image_no-image:after {
  display: none;
}
.a-filter-card__title {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5rem;
  text-align: left;
  text-transform: uppercase;
}
.a-filter-card__title span {
  color: #40b93c;
}
.a-filter-card__info {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 2px 0 0 0;
}
.a-filter-card__features {
  margin: auto 0 0 0;
}
.a-filter-card__feature {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  letter-spacing: 0.01em;
  color: #40b93c;
  text-transform: uppercase;
}
.a-filter-card__feature span {
  color: #000000;
}
.a-filter-card__feature + .a-filter-card__feature {
  margin: 4px 0 0 0;
}
.a-filter-card__price-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0.01em;
  text-align: center;
  color: #5c5c5c;
}
.a-filter-card__old-price {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0.01em;
  text-align: center;
  color: #40b93c;
  margin: 0 0 0 4px;
}
.a-filter-card__old-price span {
  text-decoration: line-through;
}
.a-filter-card__price {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.625rem;
  text-align: center;
  margin-bottom: 8px;
}
.a-filter-card__price span {
  color: #40b93c;
}
.a-filter-card__price-label {
  margin: -20px 0 12px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
}
.a-filter-card__button.a-button {
  margin: auto auto 0;
  width: 100%;
  display: block;
}