:root {
  --color-primary: #2A190F !important;
  --color-primary-dark: #2A190F !important;
  --color-primary-light: #2A190F !important;
}

/* Banners */
.s-block--fixed-banner:first-of-type {
  margin: 0px !important;
  overflow: hidden !important;
}
.s-block--fixed-banner:first-of-type .container {
  max-width: 100% !important;
  padding: 0px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}

/* Titles */
.s-slider-block__title-left,
.s-block__display-all {
  display: none;
}
.s-slider-block__title,
.s-block__title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 30px 0;
  position: relative;
  flex-direction: column;
}
.s-slider-block__title h2,
.right-side h2 {
  margin: 20px 0;
  position: relative;
  font-size: 24px;
  color: #2A190F !important;
  display: inline-block;
}
.s-slider-block__title-right::after,
.right-side::after {
  display: none !important;
}
.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
  padding: 0 !important;
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
  padding-left: 0;
}

/* Product Cards */
custom-salla-product-card {
  background-color: #fff !important;
  border: 0px solid #000 !important;
}
salla-add-product-button button {
  background-color: #502F1C !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}
salla-add-product-button:hover button {
  background-color: #fff !important;
  color: #502F1C !important;
  border: 1px solid #502F1C !important;
}

/* Footer */
footer {
  background-image: url("https://i.postimg.cc/CxbLg1L9/da205e2f-5919-46fa-835e-bf659655cc53-1-2.png") !important;
  background-size: cover;
  background-position: center;
}
.footer-logo {
  height: 150px !important;
}

/* Footer Links Layout */
@media (min-width: 1280px) {
  #main-links-1 .gap-x-1 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #2A190F !important;
}

/* Disable animations & loaders */
body, html,
img,
.banner,
.container,
section {
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.saji-loader,
.loader,
.preloader,
.splash-screen {
  display: none !important;
  animation: none !important;
  opacity: 1 !important;
}
custom-salla-product-card,
custom-salla-product-card * {
  animation: none !important;
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}