.header-merged .top-navbar .header-search .s-search-input {
    background-color: hsl(0deg 0% 100% / 49%);
}

.header-merged .top-navbar {
    display: flex !important;
    justify-content: center !important;
}

.header-merged .logo {
    margin: 0 auto !important;
}

.header-merged .logo img {
    max-height: 60px !important;
    width: auto !important;
}

/* Mobile: make logo clearer */
@media (max-width: 768px){
  .header-merged .logo img{
    max-height: 78px !important;
    filter: drop-shadow(0 2px 10px rgba(0,0,0,0.6)) !important;
  }
}
.header-merged .logo{
  z-index: 9999 !important;
}

/* تكبير الشعار في الجوال */
@media (max-width: 768px){
    .store-logo img,
    .navbar-brand img{
        height: 70px !important;
        max-height: 70px !important;
        width: auto !important;
    }
}