.store-header, .store-header *, .store-header .marquee, .store-header .marquee *, .store-header .top-navbar, .store-header .top-navbar *, .store-header .main-nav-container, .store-header .main-nav-container *, .store-header .header-buttons *, .store-header .s-contacts *, .store-header .desktop-menu *, .store-header .main-menu *, .store-header .menu-item-link, .store-header .menu-item-link *, .store-header a, .store-header span, .store-header div, .store-header button, .store-header i:not(.sicon-flash) {
    background-color: #ffffff !important;
    color: #397b7c !important;
}
.top-navbar{
  display: none;
}
.navbar-brand img {
    max-height: 5rem;
}
.object-cover {
    object-fit: contain;
}
@media (max-width:768px){
  .h-\[400px\] {
    height: 200px !important; 
}
.navbar-brand img {
    max-height: 3.5rem;
}
.my-6 {
    margin-top: 0;
    margin-bottom: 0;
}
.store-footer .grid {
    display: grid;
    justify-items: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.store-footer .flex{
  justify-content: center;
}
  .flex.flex-row-reverse.justify-between.items-center.w-full.md\:w-1\/2 {
    flex-direction: column;
}
 .col-span-2.relative.special_category_banner.sal-animate .text-secondary{
    margin-bottom: -10%;
  }
}