@keyframes filter-trigger-bounce {
  0% {
    transform: translateY(0) scale(1);
  }

  38% {
    transform: translateY(-1px) scale(1.08);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

.site-footer {
  margin-top: 26px;
  padding: 24px 0 18px;
  border-top: 1px solid rgba(127, 56, 93, 0.12);
  background: #ece2d1;
  color: var(--accent-dark);
}

.tax-product_cat .site-footer {
  margin-top: 18px;
  padding: 18px 0 14px;
}

.site-footer__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.tax-product_cat .site-footer__grid {
  gap: 20px;
}

.site-footer__col {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-footer__col h2 {
  margin-bottom: 10px;
  font-size: 14px;
}

.tax-product_cat .site-footer__col h2 {
  margin-bottom: 8px;
  font-size: 12px;
}

.site-footer__col p,
.site-footer__col li,
.newsletter-form input,
.newsletter-form button {
  font-size: 11px;
}

.tax-product_cat .site-footer__col p,
.tax-product_cat .site-footer__col li,
.tax-product_cat .newsletter-form input,
.tax-product_cat .newsletter-form button {
  font-size: 10px;
}

.newsletter-form button {
  min-height: 34px;
  border-radius: 2px;
  box-shadow: none;
}

.tax-product_cat .site-footer__col {
  padding: 0;
}

.site-footer__bottom {
  margin-top: 16px;
  padding-top: 12px;
  font-size: 10px;
}

.tax-product_cat .site-footer__bottom {
  margin-top: 10px;
  padding-top: 10px;
}
