/* Add custom CSS styles below */ 
body {
 font-size: 15px;
 font-weight: 400;
 line-height: 26px;
 color: var(--main-text-color);
 position: relative;
 font-family: sans-serif;
 background: #fff;
}
.app-inner{
  background: white;
}
.topnav-link-item.right-side:first-child:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0px;
  color:black;
}

.topnav-link-item:last-child:where([dir="rtl"], [dir="rtl"] *) {
  border-width: 0px;
  padding-left: 0px;
  color:black;
}

.s-contacts-topnav-link:last-child:where([dir="rtl"], [dir="rtl"] *) {
  border-width: 0px;
  padding-left: 0px;
  color:black;
}

.top-navbar .s-search-input {
  border-style: none;
  background-color: white;
}
/* ===== Desktop ===== */
@media only screen and (min-width: 1024px) {

  .main-menu li > a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color:black;
    display: inline-block;  
  }

  .main-menu li > a:hover {
    color:black;
    text-decoration-line: none;
  }
}

/* Icons */
[class*=" sicon-"], [class^="sicon-"] {
  font-family: sallaicons !important;
  border: none;
  color:black;
}

.s-cart-summary-total {
  font-weight: 600;
  color:black;
}

/* ===== Banners ===== */
.banner--fixed img {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  object-fit: cover;
  background-color:white;          
}

.banner-entry {
  position: relative;
 /* height: 400px;*/
  overflow: hidden;
  border-radius:12%;
  background-color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.75rem;
  text-align: center;
  color: white;
  transition: transform 0.3s ease-in-out;

  /* الأساس */
  width: 42vw;
  min-height:100px;
}

.lazy__bg{
  background-size: contain !important;
  background-repeat:no-repeat !important;
}

/* سيبنا اللاب زي ما هو */
.gap-3{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

/* ===== Mobile Fix ===== */
@media (max-width: 480px) {

  .gap-3 {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0.6rem;
  }

  .gap-3 .banner-entry {
    width: 120px !important;
    height: 100px !important;
  }

}

/* ===== Other Sections ===== */
.s-block--features__item {
  background-color: var(--third-color)!important;
}

.s-block--features__item p {
  color: black;
}

.text-with-border span {
  color : black;
}

/* Footer */
.footer-is-light .store-footer .store-footer__inner {
  background-color:white;
 }

.store-footer {
  padding: 30px;
  font-size: 14px;
  text-align: center;
}

.py-4 {
  background-color:white;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-is-light .store-footer {
  background-color:white;
}

:root {
  --font-main: 'DINNextLTArabic-Regular';
  --color-primary:black;
}
/* Products */
.s-product-card-vertical {
  box-shadow: 0 2px 6px #4c4484;
  border: 2px solid #4c4484;
  border-radius: 16px;
}

.s-product-card-content {
  background: white;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.s-product-card-content-title a {
  color: black;
  text-align: center;
}

.s-product-card-price {
  color: black;
  margin: auto;
}

.s-button-btn {
  border:#4c4484 solid 1px;
  background: #4c4484;
  color: black;
}

.s-button-btn:hover{
  background: #4c4484;
  color: black;
  border-radius: .75rem !important;
  border:#4c4484 solid 1px;
}

/* Slider spacing */
.carousel-slider .swiper-wrapper > div{
  margin-bottom:5px;
  margin-top: 14px;
}
.two-row .banner-entry:first-child {
  height: auto !important;
}
.s-block--banners+.s-block--banners, .s-block--features+.s-block--features, .s-block--fixed-banner+.s-block--fixed-banner {
    margin-top: -1em;
}
.s-block--features__item .feature-icon {
      background-color: #4c4484;
}
.s-block--features__item .feature-icon i {
  color: black;
}