/* Add custom CSS styles below */ 
:root{
  --main-color: #880633;
  --background-color: #fdfdfd;
}
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;
}
/* 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;
}
/* CATEGORIES */

#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div.s-block__title{
justify-content: center;
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{
padding-left: 0rem;
}
#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;
}
@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-column: span 1 / span 1;
        grid-row: span 1 / span 1;
    }
}

.two-row .banner-entry:first-child {
    padding: 1rem;
}

.two-row .banner-entry:first-child h3 {
    font-size: 1.25rem;
    line-height: 38px;
    
}
h3.text-with-border{
height: fit-content !important;
border: 1px solid !important;
border-radius:30px !important;
}
a.banner-entry.square-photos.has-overlay.with-hover {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.banner-entry.square-photos.has-overlay.with-hover {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--main-color);
    border-radius:30px !important;
}

.lazy__bg.lazy.bg-no-repeat.entered.loaded{
background-size: cover !important;
}

/* 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: 20px;
}

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

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

.s-block--features__item {
    background: white;
    border: 1px solid var(--main-color);
     border-radius:30px !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/gEAoo/eRY73txxAJK5w9czxzA9S1UAPrSIa3Et8EuyVDg1.png) center / cover no-repeat;
    display: block;
    max-width: 10rem;
    height: 4.5rem;
}

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