/* Add custom CSS styles below */ 
.s-button-element.s-button-btn {
  background: linear-gradient(358deg,rgba(139, 59, 124, 0.43) 36%, rgba(77, 33, 69, 1) 100%);

}
.s-button-element.s-button-btn {
    background: linear-gradient(358deg, rgb(139 59 124 / 93%) 36%, rgba(77, 33, 69, 1) 100%);
    color: #fff;
}
section.weeklyOffers , .g_cat, .g-products  , .dead_line  , .ads {
    margin-bottom: 40px  !important;
}
section:nth-child(1 of section.landing-page-first-banner) .container > div {
    background: #ffffffa1;
    padding: 60px 30px;
    border-radius: 20px;
}
h1.title-heade {
    color: #fff !important;
}
.ad-star-btn::after {
    background: linear-gradient(358deg, rgb(139 59 124 / 92%) 36%, rgba(77, 33, 69, 1) 100%);
}
a.ad-star-btn.text-nowrap {
    color: #fff !important;
}
@media (max-width:768px){
  header.store-header {
    position: static !important;
}
}