body {
 background-color:#fff !important;
 }
/* Slider */
.navbar-brand img {
    max-height: 100% !important;
    width: 5rem !important;
}
.slider-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  width: 100%;
  pointer-events: auto;
  opacity: 1 !important;
  visibility: visible !important;
}

.dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #000;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.dot.active {
  background: #fff;
}

.dot:active {
  transform: scale(0.9);
}

@media (max-width: 768px) {
  .slider-dots {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .dot {
    width: 14px;
    height: 14px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
  }

  .dot.active {
    background: #fff;
  }
}


/* banner */
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) {
    margin-top: 0;
}
.banner--fixed img {
    border-radius: 0px;

}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    padding-inline: 0;
    max-width: none;
    
}
/* قائمة عناصر */ 
.md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 .banner-entry {
    border-radius: 0rem !important;
    height: 148px;
}
.banner-entry {
    border-radius: 0PX;
    height: 290px;
    }
        
@media(min-width:768px ) {
 .banner-entry {
    height: 405px !important;
}
}

/* products */ 

@media (min-width: 768px) {
  .s-block--banners .grid.md\:grid-cols-2 {
    display: grid; 
  }


  .s-block--banners .grid.md\:grid-cols-2 > a[aria-label="square-banner-0"] {
    grid-column: 2;  
    grid-row: 1;
  }


  .s-block--banners .grid.md\:grid-cols-2 > a[aria-label="square-banner-1"] {
    grid-column: 1;  
    grid-row: 1;
  }
}
/*-----------------*/
.s-block.s-block--best-offers:nth-of-type(3) .s-slider-block__title h2:after {
    content: "Elegant Simplicity";
    color: #000;
}
.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-slider-block__title h2 {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}
.s-slider-block__display-all {
    font-weight: 900;
    min-width: max-content;
    padding: 2px;
    border-bottom: 2px solid #000;
     color: #000;
}
.s-block.s-block--best-offers:nth-of-type(6) .s-slider-block__title h2:after {
    content: "Crowd Choices";
}
.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--features__item {      
        border: solid 1px #000;
        border-radius: 0px;
}
.s-block--features__item h2 {
    color: #000;
}
.s-block--features__item p {
    color: #000;
}
.s-block--features__item .feature-icon {
    background-color: #000;
  
}
.s-block--features__item .feature-icon i {
   color: white;
}
.s-product-card-fit-height .s-product-card-image {
    height: 20rem;
    max-height: 21rem !important;
}
.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.s-button-btn, .s-price-range-number-input {
    border-radius: 0px;
}
.s-button-primary-outline {
    color: #000;
}
.s-product-card-content {
        text-align: center;
        color: #000;
}
.s-product-card-content-sub {
    justify-content: center;
}
.s-product-card-content-title a {
    color: #000;
}

/*---- Footer ----*/
footer.store-footer {
    background-color: #fff !important;
}
@media (min-width: 1024px) {
    .lg\:col-span-2 {
        grid-column: span 1;
    }
        .lg\:grid-cols-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
}
.footer-is-light .store-footer .store-footer__inner {

    background-color: #fff !important;
    color: #000 !important;
}

.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/rAYylX/A8i7Dw7ay1pzDthofkZ6w8tsUWkHMkk8Cw96Gwv8.jpg) center / cover no-repeat;
    display: block;
    max-width: 8rem;
    height: 3rem;
    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 #000;
background-color:#fff !important;
}
.copyright-text p{
  color:black;
}
.store-footer__inner{
border-top:1px solid #000;
background-color:#fff !important;
color: #000;
}
 .s-social-list {
      justify-content:center;
      align-items: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;
   }
}
.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 p {
    color: #000 !important;
}