section.s-block.s-block--square-links.square-links-2 > div > div > h2,
.s-block--best-offers.container h2,
.s-block--faq p.tracking-tight,
.s-block--blog div.mb-8.home-block-title > h2,
.s-block.s-block--custom-reviews p.tracking-tight,
.product-single__info > h1,
.s-slider-block__title h2,
section.s-block.s-block--rectangular-links.s-block--animate.free_aspect_ratio.rectangular-links-1
  > div
  > div.lg\:mx-0.text-center.home-block-title
  > h2 {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #d9b061 0%,
    #eaa844 29%,
    #ffd68b 67%,
    #ecb245 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
  display: inline-block;
  font-weight: 800;
  line-height: 2.5rem;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
@keyframes animate {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(3px, -3px);
  }
  50% {
    transform: translate(-3px, 3px);
  }
  75% {
    transform: translate(3px, 3px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.s-product-card-entry:hover img {
  animation: animate 0.6s linear;
}


.single-faq,
.product-single
  .sticky-product-bar
  salla-add-product-button
  salla-button
  .s-button-btn,
.product-card.hover_style_3 .product-card__buttons div button,
.product-single
  .sticky-product-bar
  salla-add-product-button
  salla-button
  .s-button-btn,
.product-card__enhanced-mini-cart button.s-button-element,
.s-infinite-scroll-btn,
.product-card--primary-buttons button {
  background: #d9b061;
  background: linear-gradient(90deg, #ffd993 0%, #c59e57 100%) !important;
  color: black !important;
}

.footer-is-custom .store-footer .footer-rights p,
.product-card--primary-buttons button i,
.product-card--primary-buttons salla-button i {
  color: black !important;
}

.footer-bottom {
  background-color: #d9b061;
}

.product-card__image img{
  object-fit: cover !important;
}