/* Add custom CSS styles below */ 

.container {
    max-width: 1600px;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
}
}

.top-navbar {
    display: none;
}

.bg-storeBG{
    /* background: linear-gradient(180deg, #F6FBFB 0%, #E8F3F1 45%, #F2E9DD 100%); */
      background: #ffffff;

}

section.s-block.s-block--fixed-banner.wide-placeholder.s-block--animate.fixed-banner--0 {
    margin-top: 0rem;
    margin-bottom: 2rem;
}

section.animated-text.animated-text--1 {
   margin-bottom: 1rem;
}

p.hidden.text-xl.md\:block.ms-1.menu-label {
    display: none;
}

.wa-selia {
    bottom: 112px !important;
    right: 37px !important;
}

.phone-selia.wa-enabled {
    bottom: 153px !important;
    right: 37px !important;
}

.s-block--brands img {
    filter: none;
}