.store-header {
    position: relative;
    padding-top: 20px
}

.store-header:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: var(--main-color)
}

.store-header {
    position: relative;
    padding-top: 20px
}

.store-footer__inner .grid>div:nth-of-type(1)>a::after {
    content: "";
    background: url();
    display: block;
    background-size: contain;
    width: 120px;
    height: 200px;
    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
}

footer {
    background-image: url(https://i.postimg.cc/nhtKgLcV/Group-1261155178.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}


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

footer>svg {
    display: none
}

footer .s-payments-list-item {
    background-color: #ffffff!important
}

.footer-is-light .store-footer {
    background-color: rgb(255 255 255);
    --tw-text-opacity: 1;
}