:root {
  --footer-bg: #49352C;
  --second-footer-bg: #FADDE3;
  --second-footer-text: black;
  --store-feature-bg: #FFFFFF;
  --store-feature-border: white;
  --store-feature-text: #4E1E14;
  --store-feature-title: black;
  --store-feature-icon-bg: white;
  --store-feature-icon-color: #4E1E14;
  --add-to-cart-bg: #49352C;
  --add-to-cart-text: white;
  --header-categories-bg: #49352C;
  --hedaer-categories-text: white;
  --footer-logo-size: 120px;
}

@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
body {
  font-family: "Cairo", sans-serif;
  background-color: white !important;
}
  .header-search {
    margin-top: 6px;
    order:-1;
  }
@media(max-width:768px){
  .header-search {
    order: 2 !important;
  }
}

.main-nav-container .inner .container >div:first-child{
  flex-wrap: wrap !important;
}
  .main-nav-container .inner .container >div:first-child >div:first-child{
    order: -1;
  }
.main-menu{
 justify-content: center !important; 
}
.top-navbar{
  display: none !important;
}

/* Footer Start */
.store-footer__inner {
  background: var(--footer-bg) !important;
  position: relative;
}



.store-footer > div:nth-child(2) {
  background: var(--second-footer-bg) !important;
  color: var(--second-footer-text) !important;
  max-width: 100% !important;
  width: 100% !important;
}

.store-footer > div:nth-child(3) p {
  color: var(--second-footer-text) !important;
}
/* Footer End */

/* Store Features Start*/
.s-block--features{
    background-color: white !important;
}

.s-block--features__item {
  padding: 30px;
  display: flex !important;
  border-radius: 15px;
  flex-direction: column !important;
  background-color: var(--store-feature-bg) !important;
  border: 1px solid var(--store-feature-border) !important;
  box-shadow: 1px 3px 4px #0000001A;
}

.s-block--features__item p {
  text-align: center;
  margin-top: 5px;
  color: var(--store-feature-text) !important;
}
.s-block--features__item h2 {
  font-size: 25px;
  text-align: center;
  color: var(--store-feature-title) !important;
}

.s-block--features__item .feature-icon {
  padding: 12px;
  border-radius: 50%;
  font-weight: 800;
  font-size: 25px; 
  background-color: var(--store-feature-icon-bg) !important;
  color: var(--store-feature-icon-color) !important;
}

/* Store Features End */

/* Catirors More Than 4 Start */
.banner-entry.square-photos {
  background-color: transparent !important;
}

.s-block.s-block--photos-slider .swiper-slide {
  flex-basis: 35% !important;
  max-width: 35% !important;
}
/* Catirors More Than 4 End */

/* Add To Sall Button Start */
.s-product-card-content-footer button {
  background-color: var(--add-to-cart-bg) !important;
  color: var(--add-to-cart-text) !important;
}
/* Add To Sall Button End*/

/* Hedaer Cateroreis Start */
#mobile-menu {
  background-color: var(--header-categories-bg) !important;
  color: var(--hedaer-categories-text) !important;
}
/* Hedaer Cateroreis End */

/* Footer Logo Start */
.copied-img {
  max-width: var(--footer-logo-size);
}
.banner-entry.square-photos {
    height: 490px ;
}
.store-footer{
  margin-top: 0!important;
}
.banner--fixed img{
  background-color: white !important;
}
.s-slider-block__display-all{
  color: black !important;
}
@media(max-width:768px){
  .banner-entry.square-photos{
    height: 310px;
  }
}