div.s-slider-block__title > div.s-slider-block__title-right > h2,
section.faq-section.my-5.md\:my-10
  div.title-wrapper.hidden.md\:flex.md\:items-center.md\:flex-col
  > div
  > h3,
section.customer-reviews-14.customer-reviews.section-space h3,
#s-products-slider-hqoqq4bpd
  > div.s-slider-block__title
  > div.s-slider-block__title-right
  > h2,
.product-single div.flex.flex-col.gap-1 > h1,
#payment-methods-single h3,
#app
  > div.app-inner.flex.flex-col.min-h-full
  > section.section-space
  > div
  > div.flex.flex-col.gap-1.md\:gap-3.text-center.mb-3.md\:mb-6.lg\:mb-10.max-w-5xl.m-auto.w-full
  > div
  > div
  > h3,
section.customer-reviews-26.customer-reviews.section-space
  > div.flex.flex-col.gap-1.md\:gap-3.text-center.mb-3.md\:mb-6.lg\:mb-10.max-w-5xl.m-auto.w-full
  > div
  > div
  > h3 {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #26a556 0%,
    #de294d 29%,
    #ff6767 67%,
    #e1be23 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;
  }
}

.store-footer__inner,
.s-product-card-vertical .s-product-card-content-footer .icon,
#mainnav,
#mainnav > div,
.product-single .product-form .s-button-element {
  background: linear-gradient(90deg, #f3acae 0%, #b15d5e 100%) !important;
  color: black !important;
}

.s-product-card-vertical .s-product-card-content-footer .icon {
  border-radius: 50%;
}

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

.s-product-card-entry {
  border: 1px solid #cf6461;
  border-radius: 16px;
}

section.section-space.feature-16.features-section img {
  width: 5rem;
  height: 5rem;
}

.s-rating-stars-btn-star.s-rating-stars-selected svg {
  fill: #e1be23 !important;
}

.customer-reviews div.image-wrapper.flex.items-center.gap-3 > img {
  width: 2.5rem;
}

.s-block.s-block--photos-slider {
  margin-top: 0 !important;
}

.s-block.s-block--photos-slider
  div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
  padding: 0;
}

#app
  > div.app-inner.flex.flex-col.min-h-full
  > footer
  > div.flex.flex-col.md\:flex-row.items-center.justify-between.gap-y-1.py-4.container.text-center
  > div.md\:flex-1 {
  display: none;
}

salla-slider.photos-slider .swiper-slide {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.navbar-brand img {
  transform: scale(1.2);
}