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

/* تعريف الألوان الأساسية */
:root {
  --main-bg-color: #fff;
  --highlight-bg-color: #f7e9df;
  --notification-bg-color: rgb(253, 242, 228);
  --notification-border-color: rgb(177, 137, 91);
  --notification-text-color: rgb(177, 137, 91);
  --sub-header-bg-color: #b1895b;
  --product-border-color: #b1895b;
  --footer-bg-color: #fcf1e4;
}

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

body{
  background-color: var(--main-bg-color);
}

body::-webkit-scrollbar {
    width: 8px;
    background: var(--notification-bg-color);
   
}

body::-webkit-scrollbar-thumb {
    background: #B1895B;
     border-radius: 70px;
}

body::before {
  content: '';
  position: fixed;
  width: 100%;
  height: 0;
  background-color: var(--highlight-bg-color);
  background-image: url('https://cdn.salla.sa/KnyjQ/YhBxEEBl7RtjNt9VToLO1DRl0p8dK5eXFzdllS45.png');
  background-size: 350px;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  z-index: 9999999;
  animation: reload 1.5s;
}

@keyframes reload {
  0%, 20%, 78% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

/* شريط الإشعارات */
.store-notify {
  background-color: var(--notification-bg-color) !important;
  color: var(--notification-text-color) !important;
  font-weight: bold !important;
  border-bottom: 1px solid var(--notification-border-color) !important;
}
.store-notify a:link,
.store-notify a:visited {
  color: var(--notification-text-color) !important;
}

/* الشريط الفرعي */
.sub-header {
  background-color: var(--sub-header-bg-color);
}

/* إعدادات الشعار */
.salla-theme_6 .site-header .header-top .logo a img {
  height: 100px !important;
}

/* إعدادات البحث */
#search {
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  border-radius: 5px;
}

/* القوائم */
.salla-theme_6.font-dinnextltarabic-regular .main-menu > li > a {
  color: var(--sub-header-bg-color) !important;
  font-weight: bold;
}

/* إعدادات المنتجات */
.section--title span,
.section--title  {
  color: var(--sub-header-bg-color) !important;
  font-size: 32px !important;
}
.circle-action.button-next,
.circle-action.button-prev,
.button-more {
  background-color: var(--sub-header-bg-color) !important;
  color: #fff !important;
}
.products-listing {
  border: none !important;
  background-color: transparent;
}
.slick-list.draggable {
  padding-bottom: 5px !important;
}
.product {
  border-radius: 20px !important;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  border: 2px solid var(--product-border-color);
}
.product-title,
.product-price {
  color: #000 !important;
}
.add_to_cart_btn {
  background-color: var(--sub-header-bg-color) !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-weight: bold;
}
.salla-theme_6 .product .product-footer .product-add.add_to_cart_btn span:first-child {
  color: #fff;
  font-weight: bold;
}

/* إعدادات تفاصيل المنتج */
.salla-theme_6 .product-details__social-share a:hover svg {
  display: block !important;
}
.product-showwithslug .product-details .product-title,
.product-showwithslug .product-details .product-price {
  color: #000 !important;
}
.breadcrumb > .active,
ol.breadcrumb li a {
  color: #000;
}
.product-details__title {
  color: #000;
}

/* خلفية العنوان */
.bg-brand {
  background-color: var(--footer-bg-color);
  margin-top: -55px !important;
}

/* إعدادات الفوتر */
.footer-main {
  background-color: var(--footer-bg-color);
  color: var(--sub-header-bg-color) !important;
}
.footer-title span {
  color: var(--sub-header-bg-color) !important;
  font-weight: bold;
}
.footer-links li a,
.social__item a span,
.salla-theme_6 footer .store-contact a,
.d-inline-block.text-plain.v-align-middle {
  color: var(--sub-header-bg-color) !important;
}

.salla-theme_6 section.section.has-slider .products-listing.slick-slider {
    padding: 1.5rem 0 !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1380px;
    }
}