:root {
  --footer-bg: #FFFFFF;
  --footer-text-color: black;
  --second-footer-bg: #C13C7D;
  --second-footer-text: white;
  --store-feature-bg: #d0c2b1;
  --store-feature-border: #4a4137;
  --store-feature-text: #c27d2d;
  --store-feature-text-size: 16px;
  --store-feature-title: #643b0b;
  --store-feature-title-size: 18px;
  --store-feature-icon-bg: #4a4137;
  --store-feature-icon-color: white;
  --store-feature-icon-size: 2.875rem;
  --add-to-cart-bg: #C13C7D;
  --add-to-cart-text: white;
  --header-categories-bg: white;
  --hedaer-categories-text: black;
  --footer-logo-size: 200px;
  --display-all-btn: black;
  --display-all-btn-bg: #f3f4f6;
  --product-card-border: #C13C7D;
  --section-titles-header: 35px;
}

@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");
body {
  font-family: "Cairo", sans-serif;
  background-color: white !important;

}
.store-footer__inner .container > div:first-child >div:first-of-type{
  display: none !important;
}
.navbar-brand{
      max-height: 4rem;
    overflow: hidden;
}

.navbar-brand img{
    max-height: 13rem !important;
}
/* Search in Center Start */
/* .header-search {
padding:10px;
  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;
} */
.top-navbar {
  display: none !important;
}
.main-menu {
  justify-content: center !important;
}
/* Search in Center End*/
/* Footer Start */
.store-footer__inner {
  background: var(--footer-bg) !important;
}
.s-block--fixed-banner:first-child .container {
  max-width: 100%;
}

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

.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 {
  /* filter: invert(1); */
  max-width: var(--footer-logo-size);
}
.store-footer__inner .container > div:first-child {
  display: flex !important;
  flex-direction: column !important;
}
.store-footer__inner .container > div:first-child .copied-img {
  order: -1 !important;
  padding-bottom: 10px;
}
.store-footer__inner .container > div:first-child > a:first-child {
  display: none !important;
}

.banner--fixed img {
  background-color: white !important;
}
.s-slider-block__display-all {
  color: var(--display-all-btn) !important;
  background-color: var(--display-all-btn-bg) !important;
  padding: 15px;
}

.store-footer__inner .container > div:first-child {
  display: flex !important;
  flex-direction: column !important;
}
.store-footer__inner .container > div:first-child .copied-img {
  order: -1 !important;
}
.box-shadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.store-footer,
.store-footer p,
.store-footer h3,
.store-footer a {
  color: var(--footer-text-color) !important;
}

/* IF Footer Have Banner  */
.store-footer {
  margin: 0 !important;
}

/* Footer Logo End */

/* Make Title In Center and have line  */
/* .s-slider-block__title-left {
  display: none !important;
}

.s-slider-block__title-right {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.s-slider-block__title-right::after {
  content: "" !important;
  position: absolute !important;
  bottom: -10px !important;
  left: 50% !important;
  transform: translateX(-13%) !important;
  width: 89px !important;
  height: 1px !important;
  background-color: #fe3ed6 !important;
}

html[lang="en"] .s-slider-block__title-right::after {
  content: "" !important;
  position: absolute !important;
  bottom: -10px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 89px !important;
  height: 1px !important;
  background-color: #fe3ed6 !important;
}

html[lang="en"] .s-slider-block__title-right {
  padding: 0 !important;
}

html[lang="en"] .s-slider-block__title-right h2 {
  padding: 0 !important;
}

@media (max-width: 768px) {
  .s-slider-block__title-right {
    padding: 0 !important;
  }

  .s-slider-block__title-right h2 {
    padding: 0 !important;
  }

  .s-slider-block__title-right::after {
    left: 38% !important;
    transform: translateX(-35%) !important;
  }

  .s-slider-block__title {
    padding-bottom: 10px !important;
  }
} */
/* Make Title In Center and have line  End */

/* .s-block--categories  .swiper-wrapper >div:first-child{
  background-color: #FFF9F2 !important;
} */

/* Circle In Line In Sections Title Strat */

.s-products-slider-card {
  border: 1px solid var(--product-card-border);
  border-radius: 12px;
  margin-inline: 5px;
}

.s-slider-block__title-right h2 {
  font-size: 35px !important;
  text-align: center;
}
.s-slider-block__title-left {
  display: none !important;
}

.s-slider-block__title-right {
  padding: 0 !important;
  position: relative !important;
  margin-left: auto;
  margin-right: auto;
}
.s-slider-block__title-right h2 {
  padding: 0 !important;
}

.s-slider-block__title-right::after,
.s-reviews-header::after {
  content: "";
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
}
.s-slider-block__title-right::before,
.s-reviews-header::before {
  content: "";
  z-index: 999;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid black;
}
.s-reviews-header {
  padding: 0 !important;
  position: relative !important;
  margin-left: auto;
  margin-right: auto;
}
.s-reviews-header h2 {
  padding: 0 !important;
  text-align: center;
}

.feature-title {
  position: relative;
}
.feature-title::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 48%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
}
.feature-title::before {
  content: "";
  z-index: 999;
  position: absolute;
  top: 90%;
  left: 48%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid black;
}

.s-slider-block__title-right h2,
.s-reviews-header {
  font-size: var(--section-titles-header) !important;
}

.s-reviews-swiper-slide {
  box-shadow: 1px 3px 4px #32326926;
  margin-block: 5px;
}

/* Circle In Line In Sections Title End */

/* .s-reviews-header::after {
  content: "";
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
} */
/* .s-reviews-header::before {
  content: "";
  z-index: 999;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid black;
} */