/* Add custom CSS styles below */ 
@media (min-width:991px){
  .landing-page-first-banner .txt.container {
    max-width: 85%;
}
  .g_cat  .grid-cols-3 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
    section:nth-child(2 of section.landing-page-first-banner) .container > div {
    width: 26% !important
  }
  [lang="en"]  section:nth-child(1 of section.landing-page-first-banner) .container{
    align-items: flex-start !important ;
  }
}
.banner_ad  a.ad-star-btn.text-nowrap {
    background: #288081;
}

@media (max-width:768px){
  header.store-header {
    position: static !important;
}
  .main-nav-container #shopping-bag path, .main-nav-container #heart path, .search-btn path {
    stroke: #000 !important;
}
  .sicon-user:before {
   
    color: #000;
}
  h1.animate__animated.animate__fadeInUp.custom-dlay-heading {
    font-size: 20px !important;
}
  .g_cat  .products-item:last-child{
    grid-column: 2/3;
  }
   .g_cat  h3 {
     font-size: 16px !important;
   }
  .banner_ad  .text {
    max-width: 100% !important;
    width: 100% !important;
}
}
.banner_ad a.ad-star-btn.text-nowrap {
    color: #fff !important;
}