/* Add custom CSS styles below */ 
.store-header {
    position: static !important;
}
/*start customize section*/
section:first-of-type {
  margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
  padding: 0rem;
  margin: 0rem;
  width: 100%;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
  opacity: 0;
}
salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
  padding: 0rem;
}
.s-block__title h2,
.s-slider-block__title h2 {
  border-bottom: unset;
  padding: 0;
}
/*banner*/
.s-comments-product {
  background-color: transparent;
}

section:nth-of-type(2) .container {
  width: 80%;
  margin: auto !important;
}



section:nth-child(1 of .landing-page-first-bannar) .txt {
     margin-right: 0;  
}
section:nth-child(2 of .landing-page-first-bannar) .txt {
     margin-right: 0;  
}
section:nth-child(1 of .landing-page-first-bannar) h1{
    font-size: 50px;
}

section:nth-child(1 of .landing-page-first-bannar) p{

    font-size:35px;
}
section:nth-child(2 of .landing-page-first-bannar) h1{
    font-size: 50px;
}

section:nth-child(2 of .landing-page-first-bannar) p{

    font-size:35px;
}

.image-title .title-heade {
    background-color: unset;
 
}
.ads .img{
  max-height:600px !important;
  }



.g_cat .grid{
 grid-template-columns: repeat(3, minmax(0, 1fr));   
}
.copyright-text p {

    color: #fff;
}



@media(max-width:768px) {

section:nth-child(1 of .landing-page-first-bannar) h1 {
    font-size: 30px;

}

section:nth-child(1 of .landing-page-first-bannar) p {
    font-size: 20px;
    display: block;

}
section:nth-child(2 of .landing-page-first-bannar) p {
    font-size: 20px;
    display: block;
    
}
section:nth-child(2 of .landing-page-first-bannar) h1 {
    font-size: 36px;
      
}
.font-bold {
    font-weight: 700;
    text-align: center;
}
.font-medium {
    font-weight: 500;
    text-align: center;
}
.s-product-card-vertical {
    flex-direction: column;
    height: 400px !important;
}

.g_cat .grid{
 grid-template-columns: repeat(3, minmax(0, 1fr));   
}

/*
  .grid-cols-3 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
 .g_cat .products-item {
    align-self: start;
    grid-column: 2 span;
}

  .g_cat .flex:nth-child(4) {
    grid-column: 2 /4;
  }

  /* تصنيفات */


/**/
section:nth-child(2 of .landing-page-first-bannar) .txt {
    margin-right: 0;
    padding: 0;
}

.product-index .s-product-card-image-full {
    overflow: hidden;
    border-radius: 10px;
    height: 200px;
}

.horizontal-list>div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
/**/


.landing-page-first-bannar .font-bold {
    font-weight: 700;
    text-align: center;

    font-size: 18px;
    width: 100%;
}

.banner_ad .item-text {
    font-size: 19px;
    color: #0c0c0c !important;
    font-weight: bold;
}
.landing-banner .item-text {
    background-color: rgb(255 255 255 / 71%);
    align-items: center !important;
    position: absolute;
    bottom: 0;
}
footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  
}
section.s-block.s-block--photos-slider {
    margin-bottom: 37px;
}
@media(max-width:768px){
.product-table td:last-child {
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}
.product-table td:last-child p{
  text-align:center
}
}
@media(max-width:768px){
.product-table td:last-child {
    gap: 2.5rem !important;
}
}