/* top nav */

#app
  > div.app-inner.flex.flex-col.min-h-full
  > div.ronaq-top-navbar.store-header {
  display: none;
}

/* navbar color */

#mainnav {
  background-color: white !important;
}

/* fix main banner */

.home-slider.photos-slider .swiper-wrapper.s-slider-swiper-wrapper {
  transform: none !important;
}

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

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

.s-slider-v-centered .s-slider-block__title-nav {
  display: none !important;
}

/* product page main btn */
salla-products-list > div.s-infinite-scroll-wrapper > button,
.ronaq-single-product
  .ronaq-main-content
  .s-add-product-button-main
  .s-add-product-button-mini-checkout,
.s-add-product-button-main
  .s-add-product-button-mini-checkout
  .s-fast-checkout-button.outline {
  background: #ff9e3d;
  background: linear-gradient(
    90deg,
    rgba(255, 158, 61, 1) 0%,
    rgba(247, 124, 0, 1) 100%
  ) !important;
}

salla-products-list > div.s-infinite-scroll-wrapper > button {
  color: white !important;
}

/* foter titles color */

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

/* bg cart img */

.s-product-card-image {
  background-color: white !important;
}

/* title colors */
.ronaq-single-product div.main-content.ronaq-main-content > h1,
section.ronaq-features h2,
section.ronaq-faq h2.font-medium.capitalize,
section.ronaq-gallery h2,
.s-slider-block__title-right h2 {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #763fe0 0%,
    #e98600 29%,
    #a272ff 67%,
    #ffd666 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;
  }
}

/* card title */

.s-product-card-content-title a {
  text-align: center;
}

/* product sliders space */

.s-block.s-block--best-offers.container {
  margin: 3rem auto !important;
}

/* fix cataloge */

.ronaq-gallery .relative.group {
  height: auto !important;
}

.ronaq-gallery img {
  padding: 1rem;
  border: 1px solid;
  border-style: dashed;
  border-radius: 2rem;
  border-color: rgb(122 122 122);
  object-fit: contain;
}

/* fix logo postion  */

@media (max-width: 1023px) {
  .navbar-brand {
    position: absolute;
    top: -6px;
  }
}
footer.ronaq-store-footer,
#mainnav {
  background: linear-gradient(
    90deg,
    rgba(130, 100, 215, 1) 0%,
    rgba(96, 59, 199, 1) 100%
  ) !important;
  color: white !important;
}

.sicon-shopping-bag:before {
  color: white !important;
}