/* Global Background */
body {
  background-color: #FFEBDF !important;
}

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

/* Mobile Menu */
@media (max-width: 1024px) {
  .mm-spn--open {
    background-color: #fff !important;
  }
  .mm-spn--open li,
  .mm-spn--open li a {
    color: #ED7726 !important; 
  }
  .mm-spn--open li:hover,
  .mm-spn--open li a:hover {
    color: #ED7726 !important; 
    opacity: 0.8;
  }
  #mobile-menu::after {
    background-color: #ED7726 !important; 
    color: #fff !important;
  }
}

/* Product Cards */
custom-salla-product-card {
  background-color: #FFEBDF !important;
  border: 1px solid #ED7726 !important;
}
salla-add-product-button button {
  background-color: #ED7726 !important; 
  color: #fff !important;
  border: 1px solid transparent !important;
}
salla-add-product-button:hover button {
  background-color: #fff !important;
  color: #ED7726 !important; /* Changed */
  border: 1px solid #ED7726 !important; /* Changed */
}

/* 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;
}

/* Titles (New Style) */


.s-slider-block__title h2,
.s-block__title h2 {
  font-size: 24px;
  color: #ED7726; 
  margin: 0;
  position: relative;
}

.s-slider-block__title h2::before,
.s-block__title h2::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;

  border-radius: 5px;
  background-color: #ED7726; 
  margin-right: 10px;
  position: absolute;
  right: -15px;
  top: 0;
}

/* Feature Items */
.s-block--features .s-block--features__item {
  border: 1px solid #ddd;
  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: #ED7726 !important; 
  font-size: 100px;
}

/* Footer */
footer {
  background-color: #DBB480 !important;
  border-radius:15% 15% 0 0 !important;
}
.store-footer__inner {
border-radius:15% 15% 0 0 !important;
  position: relative;
  z-index: 2;
  background-color: #DBB480 !important;
  padding-bottom: 0;
}
.store-footer__inner * {
  color: #000!important;
}
.store-footer h3 {
  color: #ED7726 !important;
}
.copyright-text p {
  color: #000!important;
}
.copyright-text p a:hover {
  color: #000!important;
  opacity: 0.8;
}
.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://i.postimg.cc/k5CYNmnk/image-1.png");
  display: block;
  background-size: contain;
  width: 150px;
  height: 150px;
  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: #DBB480 !important; 
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #ED7726; /* Changed */
}