/* Add custom CSS styles below */ 
:root{
  --main-color: #000;
  --background-color: #f8f3e0;
}
body {
    background-color: var(--background-color) !important;
}

/* HEADER */

div#mainnav {
    background-color: var(--background-color);
    box-shadow:none;
}
.main-nav-container {
    min-height: 80px;
}
.navbar-brand img{
max-height: 4rem;
}

/* NAV MOBILE */

@media only screen and (max-width: 1024px) {
    
    .mm-spn.mm-spn--navbar.mm-spn--main:where([dir="rtl"], [dir="rtl"] *):after {
        padding-right: 0.75rem;
        content: "أقسام المتجر";
    }
    
}

button.btn--close.close-mobile-menu.sicon-cancel.lg\:hidden {
    border: 1px solid;
    left: 5px;
    top: 2px;
    box-shadow: 2px 2px var(--main-color);
    height: 2.8rem;
    width: 3rem;
    color:var(--main-color);
}

@media only screen and (max-width: 600px) {
button.btn--close-sm.close-mobile-menu.sicon-cancel.hidden {
    background: #cf9e98;
}
}

/* HERO BANNER */ 



section.s-block.s-block--fixed-banner.wide-placeholder{
margin-top:0;
}

section.s-block.s-block--fixed-banner .container {
    padding: 0;
    max-width:100%;
}

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

#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(8){
margin-top:40px !important;
}

/* PRODUCTS */

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

#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) > div > div > h2:after{
 display:block;
  font-weight:400;
  font-size:0.9rem;
  padding:5px 0;
  text-align:center
}

#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) > div > div > h2:after{
    content:"لأنك تستحقين الأفضل";
}

.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: 10px;
}

.s-product-card-fit-height .s-product-card-image {
    height: 11rem;
    max-height: 20rem;
}

.s-product-card-vertical {
    flex-direction: column;
    max-height: 500px;
    max-width: 300px;
}

.s-block__title {
    justify-content: center;
}

.s-product-card-vertical {
    background: transparent;
    border: 1px solid #ccc;
}

@media (max-width:600px){
  .s-product-card-fit-height .s-product-card-image {
    height: 16rem;
    max-height: 20rem !important;
  }
}

@media (min-width: 768px) {
    .s-products-list-vertical-cards {
        display: flex;
        justify-content: center;
    }
}

/* PRODUCT PAGE */

.main-content.md\:sticky.md\:overflow-hidden.top-24.w-full.md\:w-2\/4.md\:pb-16 {
    display: grid;
}

.product__description.p-2.px-5.sm\:p-1.leading-7.mb-3 {
    order: 2;
}

/* FEATURES */

.s-block--features__item {
    background: transparent;
    border: 1px solid var(--main-color);
     border-radius:10px !important;
}

/* 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/wWVjqg/6YLlXgyg7zbsOUix3WcL4UW1bJ7EyNFKghz5HWii.png) center / cover no-repeat;
    display: block;
    max-width: 4.5rem;
    height: 4.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;
}
.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
    max-width: 500px;
    text-align:center;
}
.s-social-list {
    display: flex
;
    gap: 0.625rem;
    justify-content: center;
}


@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;
   }
}