/* Add custom CSS styles below */ 



.weeklyOffers  .s-slider-container .swiper-wrapper  > div > div{
  background: linear-gradient(311deg,rgba(10, 10, 12, 1) 0%, rgba(57, 57, 63, 1) 100%) !important; 
}
a.weekly-star-btn {
    background: #FFf;
}
@media (min-width:991px){
  .landing-page-first-banner .container{
    max-width: 90%;
  }


@media (max-width:768px){
  section:nth-child( 2 of section.landing-page-first-banner ) .container > div  {
        width: 50% !important;
  }
  section:nth-child( 2 of section.landing-page-first-banner )  h1 {
    font-size: 18px !important;
}
    header.store-header {
    position: static !important;
}
}
.overflow-hidden {
     overflow: unset !important; 
}
.g_cat .products-item:hover img {
    transform: scale(1.1) rotate(0deg);
}