.s-products-slider-card {
  max-width: 190px;
}

body {
  background-color: #fff;
}


.top-navbar {
  background-color: #fff !important;
}
.top-navbar {
  color: #000!important;
}
.header-search input {
  background-color: #fff !important;
  border-radius: 30px;
  color: #000 !important;
  border: 1px solid #eee!important;
}
.header-search .s-search-icon svg {
  fill: #000!important;
}

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

.sicon-menu:before {
  color: #161616 !important;
}
.header-btn__icon {
  color: #161616!important;
  border-color: #161616 !important;
}
.s-cart-summary-total {
  color: #161616 !important;
}

.mm-spn--open li a {
  color: #161616 !important;
}
.mm-spn--open li a:hover {
  color: #161616 !important;
  opacity: 0.6;
}
.sub-menu {
  color: #333;
}
@media (max-width: 1024px) {
  .mm-spn--open {
    background-color: #fff !important;
  }
  .mm-spn--open li a {
    color: #000 !important;
    transition: 0.3s;
  }

  .mm-spn--open li a:hover {
    color: #000 !important;
    opacity: 0.6;
  }

  #mobile-menu::after {
    background-color: #744331!important;
    color: #fff !important;
  }
}

/* Products Cards */

custom-salla-product-card {
  background-color: #fff!important;
  border: 4px solid #744331 !important;
  border-radius: 15px;
}

salla-add-product-button button {
  background-color: #744331 !important;
  color: #fff!important;
  border: 1px solid #744331 !important;
}
salla-add-product-button:hover button {
  background-color: #fff!important;
  color: #744331 !important;
  border: 1px solid #744331 !important;
}
.s-product-card-content-subtitle {
  color: #010101!important;
}
.s-product-card-price {
  color: #ef5230;
}

.s-slider-block__title {
  justify-content: center;
  margin-bottom: 60px;
}
.s-slider-block__title-left {
  display:none;
}

.s-slider-block__title-right,
.s-slider-block__title-right h2{
  padding-left: 0px;
}

.s-slider-block__title-right {
  position: relative;
}

.s-slider-block__title-right h2 {
  font-size: 35px;
  color: #744331;
}

.s-slider-block__title-right::after {
content: "";
    width: 110%;
    height: 15px;
    background-color: #7443314f;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 4px;
}



/* Banners */

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

/* Cats 1 */
section:nth-of-type(2) .md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
}
section:nth-of-type(2)  .two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
section:nth-of-type(2)  a.banner-entry {
    height: 300px;
    background-color:unset;
    transition: 0.2s;
}
section:nth-of-type(2)  a.banner-entry:hover {
    transform: scale(1.04)
}
section:nth-of-type(2) .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}
@media(max-width:1200px){
    section:nth-of-type(2)  a.banner-entry{
        height: 250px;
    }
}
@media(max-width:992px){
    section:nth-of-type(2) .md\:grid-cols-3 {
        grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    }
    section:nth-of-type(2)  a.banner-entry{
        height: 180px;
    }
}
@media(max-width: 480px){
    section:nth-of-type(2)  a.banner-entry{
        height: 130px;
    }
}


/* Footer Colorization */

footer {
  background-color: #fff!important;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  background-color: #744331!important;
}

.store-footer__inner *{
  color: #fff !important;
}
.copyright-text p {
  color: #744331 !important;
}
.copyright-text p a:hover {
  color: #744331 !important;
  opacity: 0.8;
}

/* Logo */

.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ydNbzN/XOrGb49KkAHhBOLWIeRqQJpPHefB0k46GP54zE0A.jpg");
  display: block;
  background-size: contain;
  width: 92px;
  height: 90px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.store-footer__inner .container > div {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 0;
  padding-bottom: 20px;
}

.store-footer__inner .container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-footer__inner .container > div:nth-of-type(1) {
  grid-column: span 1 / span 2;
}

.store-footer__inner + div {
  background: transparent;
  max-width: 100%;
  justify-content: space-around;
}

.store-footer__inner > div a h3 {
  display: none;
}

@media (max-width: 992px) {
  .store-footer__inner .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* custom ScrollBar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f4f4f4;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #744331;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #744331;
}


/* other */