#main-nav>div>div>div.right-side.mobile-main-nav.flex.items-center.gap-5.lg\:gap-0>div {
            display: none !important;
        }

        .navbar-brand {
            position: absolute !important;
            transform: translate(50%) !important;
            right: 50% !important;
        }

        footer>div>div.store-footer__inner>div>div.lg\:col-span-2.mb-5.lg\:mb-0.text-center.md\:text-start>a>img,
        .navbar-brand img,
        .main-nav.fixed-pinned .navbar-brand img {
            object-fit: contain !important;
        }


        #main-nav>div>div>div.header__icons.flex.items-center.justify-end.gap-2\.5>button:nth-child(1) {
            position: absolute !important;
            right: 0 !important;
        }

        #main-nav>div>div>div.header__icons.flex.items-center.justify-end.gap-2\.5>button:nth-child(2) {
            position: absolute !important;
            right: 2rem !important;
        }

        footer * {
            color: black !important;

        }

        @media screen and (max-width: 667px) {
            footer * {
                margin: auto;
                align-items: center;
                text-align: center;
                justify-content: center;
            }

        }

        #app>div.app-inner.flex.flex-col.min-h-full>footer>div>div.store-footer__inner>div>div:nth-child(3) {
            display: none !important;
        }