body {
  background-color: #FFF9EA;
}

#mainnav {
  background-color: #1D5A54 !important;
}
.sicon-menu::before {
  color: #fff !important;
}
.header-btn__icon {
  color: #fff !important;
  border-color: #fff !important;
}
.s-user-menu-trigger {
  background-color: transparent !important;
}
.s-cart-summary-total {
  color: #fff !important;
}
.s-cart-summary-count {
  background-color: #fff;
  color: #1D5A54;
}
.sub-menu * {
  color: #000;
}
.mm-spn--open li a {
  color: #fff!important;
}
.mm-spn--open li a:hover {
  color: #fff!important;
  opacity: 0.8;
}
.sub-menu {
  color: #333;
}

@media (max-width: 1024px) {
  .mm-spn--open {
    background-color: #1D5A54 !important;
  }
  .mm-spn--open li,
  .mm-spn--open li a {
    color: #fff!important;
  }

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

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

/*title*/
.s-slider-block__title *{
  color:#C19A43 !important;
  
}

/* Products Cards */
custom-salla-product-card {
  background-color: #fff !important;
  border: 1.8px solid #9A8763 !important;
}
salla-add-product-button button {
  background: linear-gradient(90deg, #9A8763 0%, #CABC76 100%);
  color: #fff !important;
  border: 1px solid transparent !important;
  transition: 
    background 0.4s ease,
    color 0.3s ease,
    border 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

salla-add-product-button:hover button {
  background: #fff !important;
  color: #1D5A54 !important;
  border: 1px solid #1D5A54 !important;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}





/* Banners */
.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;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}





/* Features Items */
.s-block--features .s-block--features__item {
  border: 0;
  border-radius: 0px;
  background-color: transparent !important;
}
.s-block--features .s-block--features__item .feature-icon {
  background-color: transparent !important;
  overflow: unset !important;
  margin: 10px 0px 40px;
}
.s-block--features .s-block--features__item .feature-icon i {
  color: #0C534C !important;
  font-size: 100px;
}

.s-block--features__item h2{
   color:#0F0D0D!important;
    font-weight: 400 !important; 
}

.s-block--features__item p{
      font-size: .875rem !important;
    line-height: 1.25rem !important;
    --tw-text-opacity: 1 !important;
  font-weight: 400 !important; 
  color:#0F0D0D !important;
  
}

/* Footer */
footer {
  
  background-image: url("https://i.postimg.cc/NMMyTrRX/Group_1597883222_(1).png");
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: #FFF9EA !important;
}

.store-footer__inner {
  padding-top:11rem !important;
  position: relative;
  z-index: 2;
  background-image: url("https://i.postimg.cc/NMMyTrRX/Group_1597883222_(1).png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

/* @media (max-width: 768px) {
  .store-footer__inner {
    padding-top: 9rem !important;
    background-size: contain;
    background-position: top center;
  }
} */

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

.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://i.postimg.cc/HL3cVt80/Mask_group_(31).png");
  display: block;
  background-size: contain;
  width: 150px;
  height: 100px;
  background-repeat: no-repeat;
}

.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));
  }
}

.store-footer__inner + div {
  background-color:transparent!important;
}

/* Custom ScrollBar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1D5A54;
}