/* Add custom CSS styles below */ 
.main-nav-container.fixed-pinned .navbar-brand img {
    
    filter: brightness(0.0);
}

.main-nav-container .navbar-brand img {
    
    filter: brightness(0.0);
}

  /*Square pictures*/
.image-title .title-heade {
  color: #fff;
    background-color: unset;
    
}


.sicon-search:before {
  content: "\ef09";
  color: #000;
}
.sicon-user:before {
  content: "\f078";
  color: #000;
}
.sicon-shopping-bag:before {
  content: "\ef36";
  color: #000;
}
.s-product-card-image-full {
  overflow: hidden;
  border-radius: 10px;

}
.main-nav-container #shopping-bag path, .main-nav-container #heart path, .search-btn path {
    stroke: #000000 !important;
}

/*footer */

.copyright-text p {

    color: #fff !important;
}

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


.store-footer .container > div >img {
    filter: brightness(0.0);
}
.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    height: unset;
}


@media(max-width:768px) {

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

  .g_cat .flex:nth-child(4) {
    grid-column: 2 /4;
  }
  
  /* تصنيفات */

}