/* Add custom CSS styles below */ 
.navbar-brand img , .main-nav.fixed-pinned .navbar-brand img {
    max-height: 120px ;
}

#app > div.app-inner.flex.flex-col.min-h-full > footer > div > div.store-footer__inner.border-b.border-gray-200.dark\:border-white\/10 > div > div{
positive:relative;
}

#app > div.app-inner.flex.flex-col.min-h-full > footer > div > div.store-footer__inner.border-b.border-gray-200.dark\:border-white\/10 > div > div::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 60px;
    background-image: url(https://i.postimg.cc/9fFwNv16/vores-01.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color:#dddedf;
}

.store-footer {
    background-color: #dddedf;
}