/* sections titles */

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-block h2 {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #537bb0 0%,
    #0492ab 29%,
    #5a99ec 67%,
    #d8b60b 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 5s linear infinite;
  display: inline-block;
  font-weight: 800;
  line-height: 2.5rem;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/* img prduct animation  */

@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);
  }
}

.fit-slider-products
  .s-slider-swiper-wrapper
  .swiper-slide
  custom-salla-product-card:hover
  img {
  animation: animate 0.6s linear !important;
}

.s-block-photos-album__content,
.product-card.hover_style_3 .product-card__buttons div button,
.product-card.product-card--horizontal .product-card__buttons div button,
.product-card__enhanced-mini-cart button.s-button-element {
  background: #e1892f;
  background: linear-gradient(90deg, #ffb76e 0%, #e1892f 100%) !important;

}
.product-card__buttons > div button i {
  color: white !important;
  fill: white !important;
}
.dark  div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__inner > div > div.lg\:-mt-\[45px\].relative.z-\[1\].lg\:col-\[2\] > a
,.dark .navbar-brand img{
    filter: brightness(0) invert(1);
}