.gpo-storefront-footer {
    background: #000;
    color: #fff;
    margin-top: 80px;
}

.gpo-storefront-footer__inner,
.gpo-storefront-footer__bottom {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 32px;
    padding-right: 32px;
}

.gpo-storefront-footer__inner {
    align-items: flex-start;
    padding-bottom: 42px;
    padding-top: 52px;
}

.gpo-storefront-footer__links {
    display: flex;
    flex: 1 1 auto;
    gap: 48px;
}

.gpo-storefront-footer__group h2,
.gpo-storefront-footer__subscribe h2 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 16px;
}

.gpo-storefront-footer__group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gpo-storefront-footer__group li + li {
    margin-top: 10px;
}

.gpo-storefront-footer a {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.gpo-storefront-footer__subscribe {
    flex: 0 0 340px;
}

.gpo-storefront-footer__subscribe form {
    display: grid;
    gap: 12px;
}

.gpo-storefront-footer__subscribe input {
    border: 1px solid #d8d2c6;
    color: #1d1f21;
    font-size: 15px;
    min-height: 48px;
    padding: 0 16px;
}

.gpo-storefront-footer__subscribe button {
    background: #1d1f21;
    border: 1px solid #1d1f21;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    min-height: 48px;
    padding: 0 18px;
    text-transform: uppercase;
}

.gpo-storefront-footer__bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-bottom: 22px;
    padding-top: 22px;
}

.gpo-storefront-footer__copyright {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
}

.gpo-storefront-footer__social {
    display: inline-flex;
    gap: 16px;
}

.gpo-storefront-footer__social a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.gpo-storefront-footer__social svg {
    fill: none;
    height: 20px;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 20px;
}

@media (max-width: 767px) {
    .gpo-storefront-footer__inner,
    .gpo-storefront-footer__bottom,
    .gpo-storefront-footer__links {
        flex-direction: column;
    }

    .gpo-storefront-footer__subscribe {
        flex-basis: auto;
        width: 100%;
    }

    .gpo-storefront-footer__bottom {
        gap: 18px;
    }
}
