body {
 font-size: medium;
 font-weight: 400;
 line-height: 26px;
 color: var(--main-text-color);
 position: relative;
 font-family: 'Tajawal';
 background: #fff;
 background-repeat: no-repeat;
 background-size:cover !important;
 background-position:center;
 width:100%;
 height:100%;
 background-attachment:fixed;
 margin:0;
 padding:0;
}

.app-inner{
  background: #fcf4ec;
}

.topnav-link-item.right-side:first-child:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0px;
  color:#142444;
}

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

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

.top-navbar .s-search-input {
  border-style: none;
  background-color: white;
}

.bg-inherit {
  background-color:#fcf4ec;
  border-radius: 20px;
  box-shadow: 0 3px 8px 0 #142444;
}

.main-nav-container {
  min-height: 68px;
  background-color:#fcf4ec;
}

/* ===== Desktop ===== */
@media only screen and (min-width: 1024px) {

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

  .top-navbar {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    background:#fcf4ec;
  }

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

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

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

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

.banner-entry {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius:12%;
  background-color: #fcf4ec;
  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: 150px !important;
  }

}

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

.s-block--features__item p {
  color: #142444;
}

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

/* Footer */
.footer-is-light .store-footer .store-footer__inner {
  background-color:#fcf4ec;
  border-radius:9%;
  border:none;
}

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

.py-4 {
  background-color:#fcf4ec;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius:15px;
}

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

:root {
  --font-main: 'DINNextLTArabic-Regular';
  --color-primary:#142444;
}

/* Products */
.s-product-card-vertical {
  box-shadow: 0 2px 6px #142444;
  border: 2px solid #142444;
  border-radius: 16px;
}

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

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

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

.s-button-btn {
  border:#142444 solid 1px;
  background: #fcf4ec;
  color: #142444;
}

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

/* Slider spacing */
.carousel-slider .swiper-wrapper > div{
  margin-bottom:5px;
  margin-top: 14px;
}
.two-row .banner-entry:first-child {
  height: auto !important;
}
section {
    opacity: 0;
    transform: translateY(50px); /* Slide up effect */
    transition: opacity 1s ease, transform 1s ease;
}

section.visible {
    opacity: 1;
    transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
    .main-menu .sub-menu {
     background: #fcf4ec;
    }
}
.s-slider-block__title h2 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    line-height: 1.2;
    position: relative;
    color: #142444;
}
/*First Banner */
section:first-of-type {
    margin: 2;
}
salla-slider.photos-slider .swiper-slide {
    margin:0;
    width: 100%;
    padding:0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
      padding: 0;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
      visibility: hidden;
}
@media (max-width:480px){
  .s-products-slider-card {
    height: auto !important;
    max-width: 210px;
    padding-left: .5rem;
    padding-right: .5rem;
    width: 100%;
 }
}
.navbar-brand img {
    max-height: 5rem;
}