footer {
    background-color: #1d1f1f !important; /* Solid background color */
    background-image: none !important;
    background-size: unset !important;
    background-position: unset !important;
    background-repeat: unset !important;
}

footer * {
    background-color: unset !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

footer > svg {
    display: none !important;
}

.store-footer__inner .grid > div:nth-of-type(1) > a::after {
    content: "";
    background: url(https://i.postimg.cc/fySbN8K0/Asset-6.png);
    display: block;
    background-size: contain;
    width: 150px;
    height: 140px;
    background-repeat: no-repeat;
}

.store-footer__inner .container > div {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-bottom: 20px;
}

.store-footer__inner .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-footer__inner .container > div:nth-of-type(1) {
    grid-column: span 1 / span 2;
}

.store-footer__inner + div {
    background: #fff0;
    max-width: 100%;
    justify-content: space-around;
}

.store-footer__inner > div a h3 {
    display: none;
}

@media (max-width: 992px) {
    .store-footer__inner .container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}