@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');

body {
  font-family: "El Messiri", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #fff !important;
}

body::-webkit-scrollbar {
  width: 12px; /* عرض الشريط */
}

body::-webkit-scrollbar-track {
  background: #333;  
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #555, #888); 
  border-radius: 10px; 
  border: 2px solid #000; 
}

body::-webkit-scrollbar-thumb:hover {
  background: #444;
}

:root {
    --dark-black: #8B7D6B;
    --light-black: #F5F5DC;
    --light-gold: #b0854d;
    --bg-st: linear-gradient(213deg, rgba(0,0,0,1) 28%, rgba(113,113,113,1) 76%);
}

.s-user-menu-trigger {
  padding: 0 !important;
  border-radius: 50% !important;
}

.navbar-brand img {
  max-height: 3.6rem !important;
  filter: drop-shadow(11px 10px 11px #000);
}

.bg-inherit {
   background:#000;
   color: #fff;
   border-radius: 1rem;
   width: 96%;
   margin: 1.1rem auto 0 auto;
   
}

.header-btn i,
.header-btn__icon.icon {
  background: #fff;
  color: #000;
}

.sicon-menu {
  color: #cac2c2;
}

.s-cart-summary-total {
  color: #fff;
  white-space: nowrap; /* تغيير text-wrap إلى white-space */
}

.main-menu li>a:hover {
  color: #ffd39b;
}

.top-navbar {
  background: #000;
  color: #fff;
}

.s-search-icon svg {
  fill: #000;
}

.top-navbar .s-search-input {
  background: #fff;
  border-radius: 8px !important;
  border: 2px solid #666666;
}

.top-navbar .s-search-input::placeholder {
  color: #000;
}

.s-product-card-fit-height .s-product-card-image {
  height: 18rem;
  max-height: 25rem;
}

.s-product-card-content-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
  font-weight: 600;
}

.s-product-card-content {
  padding: 12px;
  text-align: center;
  border-radius: 24px !important;
  background: linear-gradient(to top, rgb(212 212 212), rgb(255 255 255));
  margin: 6px 7px;
  border: 1px solid #a07d3170;
}

.s-product-card-image {
  background: #fff;
}

.s-product-card-image img {
   border-radius: 22px !important;
   background-color: #fff;
   padding: 5px;
}

.s-product-card-content-sub {
  display: flex; /* تصحيح لإضافة flex */
  justify-content: space-around; /* تصحيح للإضافة */
}

.s-product-card-price {
  font-size: 15px;
  color: #000;
}
.s-button-btn {
background: linear-gradient(213deg, rgba(0,0,0,1) 28%, rgba(113,113,113,1) 76%) !important;  

  border-color: #d4d4d4 !important;
  box-shadow: 0 0px 9px 0 #00000063;
  transition: all 0.4s ease;
  color: #eeeeee;
}

.salla-add-product-button .s-button-btn:hover {
  background: #000 !important;
  box-shadow: 0 2px 4px 0 #d8b7768c;
  color: #fff;
}

.s-product-card-sale-price {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 6px;
  flex-wrap: wrap;
}

.s-product-card-sale-price span {
    color: #6d6d6d !important;
    font-size: 13px !important;
} 

.s-product-card-sale-price h4 {
  color: #000 !important;
  font-size: 15px !important;
}

.s-product-card-entry {
    border: 1px solid #eeeed4;
    box-shadow: 0 2px 2px #dedecf7d;
    border-radius: 24px;
    overflow: hidden;
}

.text-red-800 {
  color: #000;
}

.s-product-card-entry .s-product-card-wishlist-btn button {
  background-color: #00000029 !important;
  opacity: 1 !important;
}

.s-product-card-entry .s-product-card-wishlist-btn .sicon-heart {  
  opacity: 1 !important;
  color: #000;
  padding: 5px;
  font-size: 19px;
}

.s-product-card-promotion-title,
.promotion-title {
    background-color: rgb(239 41 41);
}

.s-block__title h2,
.s-slider-block__title h2,
.s-reviews-header {
    border-right: 5px solid #000;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 1px;
}

.s-block__display-all i {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px;
    border-radius: 50%;
    color: var(--light-gold);
    background: var(--light-black);
}

.s-slider-nav-arrow {
  width: 2.2rem;
  height: 2.2rem;
  background: #000;
  opacity: 1 !important;
}

.s-slider-nav-arrow svg {
    fill:  #fff;
}

.slide--cat-entry i {
    font-size: 33px;
    color: #000;
    background: #fff;
    padding: 10px;
    border-radius: 18px;
}

.s-block--categories .swiper-slide .slide--cat-entry {
    background: linear-gradient(36deg, rgb(0 0 0) 28%, rgb(200 200 200) 76%, rgb(255 255 255) 100%);
    box-shadow: 0 3px 5px 2px #00000054;
    border-radius: 12px 42px;
    border: 2px solid #bcbcbc;
    color: #fff;
    text-shadow: 0px 1px 7px #939292;
    margin: 8px;
}

.s-block--categories .swiper-slide:nth-child(even) .slide--cat-entry {
    background: linear-gradient(0deg, rgb(0 0 0) 28%, rgb(200 200 200) 76%, rgb(255 255 255) 100%);
    border-radius: 42px 12px;
}

section.s-block.container,
.s-block--categories .container {
  padding: 2rem;
  margin-top: 4rem;
  background: radial-gradient(circle, rgb(241 241 241) 0%, rgb(255 255 255) 21%, rgb(236 236 236) 100%);
  border-radius: 18px;
}

.s-block--categories .container {
  margin-top: 0;
}

.footer-is-light .store-footer .store-footer__inner {
  background: #000;
  color: #fff;
  border-radius: 60px;
  text-shadow: 3px 2px 9px #000;
}

.footer-is-light .store-footer {
  background: linear-gradient(0deg, rgb(0 0 0) 28%, rgb(150 149 149) 76%, rgba(255, 255, 255, 1) 100%);
  padding-top: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.has-overlay:after {
  background-color: rgb(0 0 0 / 11%);
}

.banner-entry {
    border: 4px solid #c3c3c3;
    border-radius: 20px;
}

.copyright-text p {
  color: #fff;
  text-shadow: 0px 1px 1px #fff;
}

.store-footer a:hover {
    color: #ccc;
}

.s-payments-list-item {
  background-color: #b0b0b0;
}

.main-menu .has-children.root-level>a:after {
  color: #E8823D;
  font-weight: 100;
  opacity: 1;
  padding-bottom: 2px;
}

.main-nav-container.fixed-pinned .main-menu>li>a {
    padding-top: 10px;
    padding-bottom: 9px;
}

.sicon-user-circle:before {
    content: "\f078";
}

.sicon-shopping-bag:before {
    content: "\e901";
}

@media (min-width: 1280px) {
    .container {
        max-width: 1420px;
    }
}

@media (min-width: 1024px) {
    .s-products-list-vertical-cards {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .store-footer__inner .container > div:nth-child(2) {
       grid-column: span 2 / span 2;
    }
    .s-products-slider-card {
        width: 20%;
    }
    .main-menu li.root-level>a {
      padding-bottom: 12px !important;
      padding-right: 5px;
      padding-left: 5px;
      font-weight: 400;
    }
    .main-menu {
      padding-top: 19px;
      padding-bottom: 9px;
      justify-content: center;
    }
    .main-menu>.has-children:hover>a {
      color: #fff !important;
    }
    .main-menu li:hover>.sub-menu {
      background: #000;
    }
    .main-menu .has-children .has-children:hover>a,
        .main-menu .has-children li a:hover {
        color: #fff !important;
        background-color: #5e5e5e;
    }
}

@media (max-width: 600px) {
  .s-products-slider-card {
     max-width: 150px;
     padding-left: 0.2rem;
     padding-right: 0.2rem;
  }
  .s-block--slider-with-bg .slider-bg h3{
  font-size: 1rem !important;
 }
  section.s-block.container {
    padding: 1rem;
  }
  
  .footer-is-light .store-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .footer-is-light .store-footer .store-footer__inner {
    border-radius: 28px;
  }
  
  .s-product-card-fit-height .s-product-card-image {
    height: 13rem;
    max-height: 16rem;
  }

  .s-product-card-content {
    padding: 8px;
  }

  .salla-add-product-button .s-button-btn {
    padding: 11px 5px;
    font-size: 13px;
  }

  .s-product-card-price {
    font-size: 14px;
  }

  .s-product-card-sale-price {
    justify-content: start;
  }

  .s-block--categories .container {
    padding: 2rem 10px;
   } 
   
   .s-block--categories .swiper-slide .slide--cat-entry { 
      margin: 0 !important;
      padding: 3px;
   }
   
   .s-product-card-fit-height .s-product-card-image {
    height: 13rem;
    max-height: 18rem;
   }

   .s-products-slider-card {
        max-width: 200px;
   }

   .footer-is-light .store-footer .store-footer__inner {
       background: linear-gradient(0deg, rgb(0 0 0) 36%, rgb(173 167 167) 76%, rgb(0 0 0) 100%);
   }

   .mm-spn ul.main-menu li:before {
      border-color: #fff;
      opacity: 1;
   }
}

.mm-spn.mm-spn--light {
    color: #fff;
    background: #000;
}

.main-menu > li > a[href*=offer] {
    color: rgb(255 0 0);
    text-shadow: 0 0px 4px #ef0000;
}
.s-block--slider-with-bg  {
    width: 95% !important;
    margin: auto;
    margin-top: 2rem !important;
    overflow: hidden;
    border-radius: 25px 25px 0 0 !important;
   .slider-bg{ 
    h3 {
      font-size: 1.3rem;
      line-height: normal;
      margin-bottom: 15px;
      border-right: 5px solid #e8823d ;
      padding-right: 3px;
      }
}
}

.s-block--slider-with-bg .s-slider-block__display-all {
    background-color: #e8823d !important;
    color: #fff!important;
    border-radius: 9px;
    padding-right: 3rem;
    padding-left: 3rem;
    font-size: 16px;
}

.-mt-62 {
    margin-top: -232px;
}

.s-block--special-products .s-product-card-image {
  max-height: 361px !important;
}
.s-block--special-products {
  background: radial-gradient(circle, rgb(241 241 241) 0%, rgb(70 68 68) 21%, rgb(236 236 236) 100%) !important;
}