/* hidden quic pay */

.product-single salla-quick-order {
  display: none;
}

/* round futs icons */

.angel-features .lazy__bg.lazy_avatar {
  border-radius: 50% !important;
}

/* fix testimonials  */

.s-block.s-block--testimonials .s-slider-swiper-wrapper > div {
  height: auto !important;
}

/* product btn */

.dark .tabs .tab-trigger.is-active,
.faq-item.open-badge.sicon-add,
.special-product .btn--primary,
.is-sticky-product-bar
  .sticky-product-bar
  salla-add-product-button
  button[quick-buy],
#mail > form > div > salla-button > button:nth-child(1),
.s-product-card-content-footer salla-add-product-button .s-button-primary {
  background: #00541c;
  background: linear-gra dient(90deg, #007a29 0%, #00541c 100%) !important;
}

/* titles color  */

.s-block.s-angel--divider div > div > h2,
.product-single div.flex.flex-col > h1 {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #00802b 0%,
    #b8860b 29%,
    #d8d8d8 67%,
    #b8860b 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: 3rem;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/* footer titles color */

.store-footer h3 {
  color: #b8860b !important;
}