/* Add custom CSS styles below */ 
.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    
    height: unset;
}
.s-payments-list-item:nth-of-type(4) img {
    padding:12px 5px !important;
}


.store-footer .container > div >img {
    filter: brightness(0.0)invert(1);
}

section:nth-child(2 of .landing-page-first-banner) .txt {
    width: 40% !important;
    margin-right:  0;
}
section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
  width: 70% !important;
}
@media (max-width: 767px) {

 .landing-page-first-banner .item-text h1 {

    color: #fff !important;
}
section:nth-child(2 of .landing-page-first-banner) .txt {
    width: 100% !important;
  
}
  .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;
  }
  


}