.product-card__figure button,
.product-card__figure button svg {
  animation: none !important;
  transition: transform 0.22s cubic-bezier(0.6, 0.18, 0.66, 1.33);
}

.product-card__figure button:hover,
.product-card__figure button:focus,
.product-card__figure button:hover svg,
.product-card__figure button:focus svg {
  transform: scale(1.13);
}

.product-card__figure button svg.header__nav-icon.icon-cart {
  transition: transform 0.2s, filter 0.2s !important;
}
.product-card__figure button svg.header__nav-icon.icon-cart:hover {
  transform: scale(1.15) !important;
  filter: drop-shadow(0 2px 6px rgba(54,67,61,0.25)) !important;
}
