/* Add custom CSS styles below */ 
.landing-banner .txt {
    margin-left: 0;
}


/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr))!important;
}
/* end cat*/

 
.ad-star-btn {
  background-color:var(--color-primary);
}


.copyright-text p {
  color: #fff !important;
}


.hover\:text-primary:hover {
  color: #ffff !important;
}
/* end footer */


.text-\[var\(--s-color\)\] {
    color: #ffffff !important;
}

.store-footer__inner img {
    margin: auto;
}

.product-single .s-tabs-header-item.s-tabs-bg-normal {
   
    color: #ffff;
}

.s-product-card-entry {
  border: 2px solid var(--color-primary);
}
.like-product .s-product-card-content {
    height: unset;
}

@media(max-width:768px) {
.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;
}
/*
  .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(1 of .landing-page-first-banner) .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-banner .txt {
    margin-left: 0;
    padding: 0;
}

/*
section:nth-child(2 of .w-full.section_c_r) .swiper-wrapper {
    display: none;
}

section:nth-child(2 of .w-full.section_c_r)  {
    margin:0
}

.s-block--fixed-banner {
    margin: 0;
}
/**/
 section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    width: 100%;
    text-align: center !important;
    color: #000 !important;
}



.landing-banner .font-bold {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    width: 100%;
    text-align: center !important;
}
.landing-banner .item-text {
    background-color: rgb(255 255 255 / 71%);
    align-items: center !important;
    position: absolute;
    bottom: 0;
    padding: 23px;
}
footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  
}
.bg-\[var\(--s-color\)\] {
    background-color: #dc99aa !important;
}