:root {
  --footer-bg: #F6F6F6;
  --second-footer-bg: #000000;
  --second-footer-text: white;
  --store-feature-bg: white;
  --store-feature-border: black;
  --store-feature-text: black;
  --store-feature-text-size: 16px;
  --store-feature-title: black;
  --store-feature-title-size: 18px;
  --store-feature-icon-bg: black;
  --store-feature-icon-color: white;
  --store-feature-icon-size: 2rem;
  --add-to-cart-bg: black;
  --add-to-cart-text: white;
  --header-categories-bg: white;
  --hedaer-categories-text: black;
  --footer-logo-size: 150px;
  --display-all-btn: white;
}

@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
body {
  font-family: "Cairo", sans-serif;
  background-color: white !important;
}
/* Search in Center Start */
/* .header-search {
  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;
  width: 280%;
}
/* Search in Center End*/
/* Footer Start */
.store-footer__inner {
  background: var(--footer-bg) !important;
  color: black !important;
}

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

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

/* Store Features Start*/
.s-block--features {
  background-color: white !important;
}
.store-footer {
  /* if before banner */
  /* margin-top: 0 !important; */
}

.s-block--features__item {
  padding: 60px;
  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;
  color: var(--store-feature-text) !important;
  font-size: var(--store-feature-text-size);
}
.s-block--features__item h2 {
  font-size: var(--store-feature-title-size);
  text-align: center;
  color: var(--store-feature-title) !important;
}

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

/* 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);
  order: -1;
  padding-bottom: 20px;
}

.banner--fixed img {
  background-color: white !important;
}
.s-slider-block__display-all {
  color: var(--display-all-btn) !important;
  background-color: black;
  padding: 15px;
}
/* Footer Logo End */
.store-footer__inner .container > div:first-child{
 display: flex;
  flex-direction: column;
}
.store-footer__inner .container > div:first-child h3{
display: none;
}

.banner-entry{
  overflow: visible !important;
  padding-bottom: 35px;
}
.text-with-border{
      opacity: 1 !important;
    position: relative;
    top: 100%;
  color: black;
  padding: 0;
    background: gray;
}
.banner-entry.square-photos h3{
  height: fit-content !important;
}
.banner-entry square-photos:hover{
  scale: unset !important;
  background: unset !important;
  transform: unset !important;
}
.banner-entry square-photos::after{
   content: none !important;
  display: none !important;
  all:unset !important;
}
.s-products-slider-card {
  border: 1px solid black !important ;
  border-radius: 12px !important;
  margin-inline: 10px;
}
.s-button-element{
  background-color: black !important;
  color: white !important;
}
.s-social-share-btn{
  background-color: transparent !important;
  color: black !important;
}
.btn--wishlist{
  background-color: transparent !important;
  color: black !important;
  
}
.s-fast-checkout-button.outline{
  color: black !important;
  border-color: black !important;
}