section.s-block.s-block--fixed-banner:nth-of-type(4) .container {
    max-width: 100%;
    padding: unset;
}

.footer-is-light .store-footer .store-footer__inner {
    background: linear-gradient(180deg, #11F8DD 0%, #1986D3 100%);

}
.standard-features-colors .sugary-design__item {
  background: linear-gradient(180deg, #11F8DD 0%, #1986D3 100%);
}
.standard-features-colors > .sugary-design  > .features-items > .sugary-design__item *{
  color: #000;
}
.store-footer .s-social-list .s-social-link a {
  background-color:#fff;
}

.store-footer .s-social-list .s-social-link a .s-social-icon svg {
    fill:#000;
}
.standard-features-colors .s-block__title .right-side .main-title h2 {
    font-weight: 800;
    font-size: 1rem;

}
.s-block--features .sugary-design .s-block__title .right-side {
   width: 9rem;
}
section.s-block__title md:!mb-0 h-full {
      width: 9rem;
}
.special_offer-block .special-offer-container .titles-container .offer-btn {
background: unset;
}
.special_offer-block .special-offer-container .s-count-down-item-value {
   background-color: #000;
     border-radius: 12px;
}
.main-menu .has-children li a:hover, .main-menu .has-children:hover > a
{
     color: #000000;
    }
    .main-menu li > a:hover {
         color: #000000;
    }