:root{
--background-color:#fff;
--main-color:#092818;
}

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

/* HEADER */

div#mainnav{
    background-color: #092818;
}
div#mainnav.animated {
    background-color: #fff !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) {
    margin-top: -84px;
}

@media (max-width: 768px) {
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) {
    margin-top: -68px;
  } 
}

header .header-btn__icon,
i.sicon-menu.text-primary.text-2xl{
color:white;
}

div#mainnav.animated .header-btn__icon, div#mainnav.animated i.sicon-menu.text-primary.text-2xl{
color:black;
}

.s-cart-summary-total{
display:none;
}


@media (min-width: 768px){
  ul.main-menu.mm-spn--open {
    color: white;
  }
    .main-menu li>a:hover {  
        color: #1f955b;
  }
  div#mainnav.animated ul.main-menu.mm-spn--open{
  color:black;
  }
}

/* Banner */

section.s-block.s-block--fixed-banner.wide-placeholder .container {
    padding-inline: 0;
    max-width:none;
}

.banner--fixed img{
border-radius: 0 !important;
}



/* Categories */

.s-block__title {
    justify-content: center;
    position: relative;
    text-align: center;
}

#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div.s-block__title > div > h2 {
    font-size: 20px;
}

#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div.s-block__title > div > h2:after {
    content: "مجموعة مختارة بعناية لتمنحك إطلالة ساحرة!";
    display: block;
    font-weight: 400;
    font-size: 0.9rem;
    padding: 5px 0;
    text-align: center;
    color: var(--main-color);
  }

@media (min-width: 640px) {
    .s-block {
        margin-top: 3rem;
    }
}

.s-block__title .right-side{
padding:0;
}

.two-row .banner-entry{
    display: flex;
    justify-content: center;
    align-items: center;
     border-radius:0;
}

.banner-entry h3.text-with-border {
    height: fit-content !important;
    border: 1px solid white;
    padding: 10px 30px;
    transform: none !important;
    transition: opacity 0.5s;
}
.two-row .banner-entry:first-child h3{
padding: 5px 30px;
}

.two-row .banner-entry:first-child {
        grid-column: span 1 / span 1;
        grid-row: span 1;
}
    
.md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .two-row .banner-entry{
     height: 300px;
    }
}

.banner-entry:hover div {
    transform: scale(1.1);
}

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

.banner-entry:hover:after{
background-color: rgb(0 0 0 / 20%);
}

.lazy__bg.lazy.entered.loaded {
    transition: 1.5s transform;
}

/* PRODUCTS */

.s-block__title h2,
.s-slider-block__title h2{
  color: var(--main-color);
}

.s-block.s-block--best-offers .s-slider-block__title h2:after{
 display:block;
  font-weight:400;
  font-size:0.9rem;
  padding:5px 0
}

.s-block.s-block--best-offers:nth-of-type(3) .s-slider-block__title h2:after{
    content:"اكتشفى أحدث منتجاتنا";
}

.s-block.s-block--best-offers:nth-of-type(5) .s-slider-block__title h2:after {
content: "الأفضل بين الأفضل";
}


.s-slider-block__display-all{
  font-weight: 900;
  min-width: max-content;
  padding:2px;
  border-bottom:2px solid var(--main-color);
}

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

.s-product-card-content-sub {
    justify-content: center;
}

.s-button-btn, .s-price-range-number-input {
    border-radius: 00px;
}

.s-product-card-fit-height .s-product-card-image {
    height: 11rem;
    max-height: 20rem;
}
/* مميزات المتجر */

.s-block--features__item {
  border: 1px solid #092818;
}

/* START FOOTER */

.flex.items-center.m-0 h3{
    visibility: hidden;
    }

footer .store-footer__inner .container div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20:before {
    content: "";
    background: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/OqyVye/qNfNuHzQbYs26Pnox2EivLKzH08r1yIz9111PxLo.jpg) center / cover no-repeat;
    display: block;
    max-width: 4.5rem;
    height: 3.5rem;
    margin-inline:auto;
}

#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a{
display: none;
}

#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > p:nth-child(3){
margin-bottom:5px;
}

.container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6{
display: flex;
gap: 0px;
justify-content: space-evenly;
}
salla-apps-icons.lg\:col-span-2.rtl\:lg\:pr-20.ltr\:lg\:pl-20.hydrated{
display:none;
}
.flex.items-center.m-0 h3 {

text-shadow: 0px 0px 2px #ffffff85;
}

.md\:flex.items-center.justify-between.py-4.container.text-center{
border-top:1px solid #e9e9e9;
background-color:var(--background-color) !important;
}
.copyright-text p{
  color:black;
}
.store-footer__inner{
border-top:1px solid #e9e9e9;
background-color: var(--background-color) !important;
}
@media (max-width:992px){
.container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6{
      flex-direction:column;
      justify-content:center;
      align-items:center;
      text-align:center;
  }
  .store-footer a {
      justify-content:center;
      align-items:center;
  }
  .s-social-list {
  justify-content:center;
      align-items:center;
      }
  p.max-w-sm.leading-6.mb-6{
  max-width: 99%;
    text-align: center;
    }
   .flex.rtl\:space-x-reverse.space-x-2.items-end{
   margin-bottom:1rem;
   }
   .s-menu-footer-item:last-child{
    margin-bottom:1rem;
   }
   .mb-6{
    margin-bottom:1rem !important;
   }
}
/*
#custom-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: 'Tajawal', sans-serif;
}

#custom-popup .popup-content {
  background: #fff;
  padding: 40px 30px;
  width: 400px;
  max-width: 90%;
  border-radius: 0px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  text-align: center;
  animation: fadeIn 0.4s ease-in-out;
}

#custom-popup .popup-content p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333;
}

#custom-popup button {
  padding: 12px 30px;
  background: #18442e;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

#custom-popup button:hover {
  background: #333;
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
*/