/* Add custom CSS styles below */ 
.s-contacts-topnav-link[href*="mailto:"]::before,
.sicon-menu:before,
.s-block__title .btn--main button,
.product__description * {
  color: white !important;
}

.top-navbar {
  display: none;
}

.main-nav-container.fixed-header .inner,
.store-footer__inner,
.top-navbar {
  background: #242424;
  background: linear-gradient(
    90deg,
    rgba(36, 36, 36, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  ) !important;
}

div.main-content.w-full.md\:w-2\/4.md\:pb-16 > h1,
#app
  > div.app-inner.flex.flex-col.min-h-full
  > footer
  > div.store-footer__inner
  > div
  > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20
  > a
  > h2,
.s-block__title h2,
.s-slider-block__title {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #c3ab55 0%,
    #a8913a 29%,
    #ffeaa0 67%,
    #a8913a 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;
  }
}

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

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

salla-slider.photos-slider .swiper {
  padding: 0 !important;
}

.s-block--categories .slide--cat-entry {
  padding: 0.5rem !important;
}

.s-fast-checkout-button.outline,
.main-menu li > a:hover {
  color: #a18b38 !important;
}

.s-fast-checkout-button.outline,
.product-entry--vertical,
.product-index .product-entry--cat,
.product-index .product-entry--cat .product-entry__image,
.questions-details,
.s-block--questions .accordion-container,
.product-entry--vertical {
  border-color: #a18b38 !important;
}

.product-entry--vertical .product-entry__content {
  text-align: center !important;
}

.s-button-primary,
.product-index .product-entry--cat .promotion-badge-wrap,
.s-block--questions .accordion-container .question-icon,
.product-entry--default .promotion-badge,
.btn--main--gray button {
  background: linear-gradient(
    90deg,
    rgb(200 165 31) 0%,
    rgb(131 106 8) 100%
  ) !important;
}
.dark *.main-nav-container,
.main-nav-container {
  background: #242424;
  background: linear-gradient(
    90deg,
    rgba(36, 36, 36, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  ) !important;
}.main-content salla-rating-stars.s-rating-stars-wrapper {
  display: none !important;
}div.main-content.w-full.md\:w-2\/4.md\:pb-16 > salla-rating-stars {
  display: none !important;
}salla-product-options > salla-conditional-fields > div > div > div > div * {
  background: #1e1b1c !important;
}