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,
    #bc954e 0%,
    #d4a95a 29%,
    #f2d08c 67%,
    #bc954e 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: #bc954e;
  background: linear-gradient(90deg, #d4a95a 0%, #bc954e 100%) !important;
  color: #ffffff !important;
}

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

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

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

.s-block--bundle-text-content {
  margin-top: 0 !important;
}

.s-block--bundle-text-content .container {
  background-color: #e8f3f3 !important;
}