:root {
  --footer-bg: #FFFAF2;
  --second-footer-bg: #700001;
  --second-footer-text: white;
  --store-feature-bg: white;
  --store-feature-border: #700001;
  --store-feature-text: #6B7280;
  --store-feature-title: #700001;
  --store-feature-icon-bg: #700001;
  --store-feature-icon-color: white;
  --add-to-cart-bg: #ad8550;
  --add-to-cart-text: white;
  --header-categories-bg: #860f37;
  --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;
}

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

.store-footer > div:nth-child(3) {
  background: var(--second-footer-bg) !important;
  color: var(--second-footer-text) !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;
  gap: 10px;
}
.s-block--features__item {
  padding: 40px;
  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;
}

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

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

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

.about-store p {
  display: none !important;  
}

.banner-entry{
  grid-column: span 1 !important;
  border-radius: 50% !important;
  width: 200px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
  overflow: visible !important;
}
@media(max-width:768px){
.banner-entry{
   width: 120px;
    height: 120px;
  margin-top: 30px;
}
}
.s-block--banners .container >div{
  display: grid;
  /* grid-template-columns: repeat(4 , 1fr) !important; */
}
.banner-entry a{
  border-radius: 50%;
}
.banner-entry h2{
position: relative;
    top: 95%;
    color: black;
  font-size: 16px;
}
.s-block--banners{
  padding-bottom: 80px;
}
.banner-entry a:before{
  display: none !important;
}
.store-footer__info-bar{
  background: var(--second-footer-bg) !important;
  
}
.store-footer__info-bar p{
  color: white;
}
.search-bar{
  order: -1 !important;
}
@media(max-width:768px){
  .top-nav{
     display: block !important; 
  }
}
.product-entry {
  border: 1px solid #700001;
}
.product-entry button{
  background-color: #700001;
  color: white;
}
.product-entry__image{
  background-color: transparent !important;
}
.footer-is-light .store-footer .s-social-link a{
  border-color: #700001 !important;
  background-color: transparent !important;

}
.s-social-link a svg{
  fill:  #700001 !important;
}