/* Add custom CSS styles below */ 
#main-nav {
  background-color: #1C2646 !important;
  color: #fff !important;
}

@media (min-width: 640px) {
    .banner--fixed img:not(.loaded) {
        height: 100%;
    }
}

:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) {
  margin-top: 0;
}

:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) .container, :nth-child(3 of section.s-block.s-block--fixed-banner.wide-placeholder) .container, :nth-child(4 of section.s-block.s-block--fixed-banner.wide-placeholder) .container, :nth-child(5 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
  max-width: 100%;
  padding: 0;
}

:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) .container .banner--fixed img {
  border-radius: 0;
}

/* Footer */
.dark .store-footer {
  background-color: #1C2646;
}

footer > div.store-footer.lg\:px-10 > div.store-footer__inner.border-b.border-gray-200.dark\:border-white\/10.flex.flex-col.items-center.gap-6.text-center.lg\:text-start.container > div > div:nth-child(1) > a > h2 {
    display: none;
}

footer > div.store-footer.lg\:px-10 > div.store-footer__inner.border-b.border-gray-200.dark\:border-white\/10.flex.flex-col.items-center.gap-6.text-center.lg\:text-start.container > div > div:nth-child(1) > a::after {
    content: "";
    display: block;
    width: 180px;
    height: 72px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ndwpq/P366ZQjUFfzEdqtL466BUqWZqb0VFlygbf1k3Je3.jpg);
    background-size: cover;
    margin-bottom: 15px;
}