.shop-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 4px double #9eaab0;
    margin-top: 30px;
    padding: 15px 6px;
    min-height: 100px;
    text-align: center;
    color: #f3f3f3;
    text-shadow: 0 0 2px #223049, 0 0 2px #223049, 0 0 2px #223049;
    background: linear-gradient(to right, #164659, #597983, #164659);
}
.shop-footer section {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.shop-footer li {
    list-style: none;
}

@media (max-width: 600px) {
    .shop-footer {
        /* height: 80px; */
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .shop-footer {
        /* height: 120px; */
    }
}

.shop-footer-attention {
    padding: 0 6px 0.8em;
    justify-content: center;
    text-align: left;
}
.shop-footer-attention h2 {
    margin-bottom: 0.4em;
}

.shop-footer-links {
    margin-bottom: 0.8em;
}
.shop-footer-links ul {
    display: flex;
    gap: 0.8em;
    justify-content: center;
}
.shop-footer-links a {
    margin-right: 0.5em;
    font-size: 0.9em;
    color: #f3f3f3;
}
@supports (gap: 1rem) {
    .shop-footer-links a {
        margin-right: 0;
    }
}
.banner-apple {
    width: 38%;
    margin: 1em auto 0;
}
.banner-google {
    width: 42%;
    margin: 1em auto 0;
}

.shop-footer-info {
    line-height: 1.5;
    width: 36vh;
    padding: 4px;
    margin: 0 auto 14px;
    border: 1px solid #f3f3f3;
}


