/* Add custom CSS styles below */ 
@media (min-width: 480px) {
    .navbar-brand img {
        max-width: 100px !important;
    }
}

.inner.py-\[5px\].add-blur {
    background: #1a2e28;
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 100px;
}

i.text-xl.md\:text-2xl.sicon-user {
    color: #ffffff;
}

.s-search-input:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 2.4rem;
}

input.s-search-input {
    box-shadow: 0px 0px 5px 2px rgb(243 244 246 / 0%);
  transition: all 0.5s ease-in-out;
}

input.s-search-input:hover , input.s-search-input:active {
    box-shadow: 0px 0px 5px 2px rgb(243 244 246 / 54%);
}

@media (max-width:600px){
  .main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 80px;
}
}

.top-navbar.relative.z-\[150\] {
    background: #ffffff !important;
}

p.max-w-sm.mb-6.leading-6 {
    color: #ffffff !important;
}

.store-footer__inner * {
    color: #ffffff !important;
}

.store-footer h3, .copyright-text p {
    color: #ffffff !important;
}