.s-angel--divider.xl-title h2,
.s-slider-block__title h2,
div.main-content.mob\:container.w-full.md\:w-1\/2.md\:pb-16
  > div.flex.flex-col
  > h1 {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #3f78ce 0%,
    #245091 29%,
    #6080b1 67%,
    #1b417a 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;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.lazy__bg.lazy_avatar {
  border-radius: 20px;
}
.s-block--photos-slider .container,
.s-block--photos-slider {
  padding: 0;
  margin: 0;
}

.s-block--photos-slider .container {
  max-width: initial;
}

.header-inner.inner,
.store-footer__inner,
.main-nav-container.fixed-header .inner,
.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: #235092;
  background: linear-gradient(90deg, #4b7fcf 0%, #173f7a 100%) !important;
}

.dark .s-social-link a,
.dark .s-contacts-item {
  background-color: #ecac43;
}

.sicon-menu,
.store-footer .footer-title,
.store-footer h3 {
  color: #fff;
}
html:not(.theme-light) .store-footer.dark .logo-dark,
html:not(.theme-light) .store-header.dark .logo-dark {
  filter: brightness(0) invert(1) !important;
}

.navbar-brand {
  margin: 0 !important;
}