/* ======header====== */
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0;
} 
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) .container{
  padding-left:0;
  padding-right:0;
  max-width: 100%;
}
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder){
  margin-top: 0;
}
@media (max-width: 760px) {
    :nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder){
     margin-top: 0;
}
}
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) img{
  border-radius: 0;
}




.!hidden lg:!block.root-level.lg:!inline-block. 
.span{
  color: #FFFFFF;
}
.main-menu li.root-level>a span{
  color: white;
}

.index .store-header .top-navbar {
  display: none !important;
}
.index .store-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.index #mainnav {
  background: rgb(48 35 31 / 9%) !important;
  box-shadow: none !important;
}

 #mainnav {
   background: #b99a75;
 }
.index  .store-header {
  position: fixed;
}





/*




#mainnav .sicon-sar::before {
    content: "تسجيل دخول" !important;
    font-family: Arial, sans-serif !important; 
    font-weight: 500;
    background: #fff;
    color: #000;
    padding: 6px 14px;
    border-radius: 6px;
}

*/


/*=====product=========  */

.s-product-card-entry.s-product-card-vertical {
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 12px;
  
  transition: 0.3s ease;
}


.s-product-card-entry.s-product-card-vertical:hover {
  transform: translateY(-5px);
}


.s-product-card-image {
  padding: 0 !important;
  border-radius: 16px;
  overflow: hidden;
}


.s-product-card-image img,
.s-product-card-image-cover {
  width: 100% !important;
  height: 350px !important;
  object-fit: cover;
  border-radius: 16px;
}


.swiper-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
 .s-product-card-image img,
.s-product-card-image-cover {
  height: 350px !important; 
}
/*titel  */
.s-block.s-block--categories.s-slider-block__title h2{
    justify-content: center;
}
.s-slider-block__title-left {
    display: none;
}
.s-slider-block__title {
    justify-content: center;
}


.carousel-slider .swiper:where([dir=rtl],[dir=rtl] *), salla-slider[type]:not(.hydrated) .swiper>div>div:where([dir=rtl],[dir=rtl] *), salla-slider[type]:not(.hydrated)>div:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}



/* ====cards======= */
a.banner-entry.square-photos {
    background: transparent;
}
.lazy__bg.lazy.bg-no-repeat.entered.loaded {
    background-size: contain !important;
}
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8.md\:grid-cols-3{
  grid-template-columns: repeat(4, minmax(0, 1fr));     
}
@media (max-width: 768px){
  .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8.md\:grid-cols-3{
  grid-template-columns: repeat(2, minmax(0, 1fr));     
}
a.banner-entry.square-photos {
    background: transparent;
}
.lazy__bg.lazy.bg-no-repeat.entered.loaded {
    background-size: cover !important;
}
  a.banner-entry.square-photos{
    height: 106px;
  }
}

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

section.s-block.s-block--banners.container {
   max-width: 100%;
  
}
a.banner-entry.square-photos {
    border-radius: 20px;
}
/* icons */
.header-btn__icon{
  color: #fff;
}
b.s-cart-summary-total {
    color: white;
}
/*===========footer=====  */

footer.store-footer {
  background-image: url("https://i.ibb.co/N6jR3sxR/Group-1618873871.png");
  background-size: cover;       
  background-position: center;  
  background-repeat: no-repeat; 
}


.store-footer__inner {
  background: transparent;
  color: white;
}




.store-footer h3:first-child {
  display: none;
}

.store-footer .lg\:col-span-2:first-child::before {
  content: "";
  display: block;
  width: 260px;  
  height: 110px;
  margin: 0 auto 20px;
  background: url("https://i.ibb.co/pvTnnYgx/freepik-background-72679-1.png")center/contain no-repeat;
}


/*=====cats==========  */

section.s-block.s-block--categories .swiper-wrapper{
  justify-content: center;
}

@media (min-width: 1024px){
  section.s-block.s-block--categories  salla-slider .slide--one-sixth {
        width: 37%;

    }
}
@media (max-width: 763px){
  section.s-block.s-block--categories  salla-slider .slide--one-sixth {
        width: 50%;
    }
}
 a.slide--cat-entry{
    height: 100%;
    background-color: transparent;
    border-color: transparent;
  }
.slide--cat-entry img{
  border-radius: 0;
   width: 100%;
  height: 100%;
}

.slide--cat-entry h2{
  display: none;
}

/*====content======= */

span.s-reviews-testimonial__icon svg{
  display: none;
}


@media(max-width:768px){
  .store-footer__inner .container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6 {
    justify-content: center;
  }
}

span.text-sm.copyright-text p{
  color: #fff;
}