body.shop-page .shop-footer {
    margin-top: 10px;
    padding: 22px 0 26px;
    border-top: 4px solid #c96f32;
    background:
        linear-gradient(135deg, rgba(201, 111, 50, 0.12), rgba(14, 165, 233, 0.12)),
        #0f172a;
    color: #ffffff;
    box-shadow: 0 -14px 34px rgba(15, 23, 42, 0.12);
}

body.shop-page .shop-footer-inner {
    display: grid;
    grid-template-columns: minmax(180px, 0.8fr) minmax(250px, 1.2fr) minmax(460px, 1.35fr);
    gap: 16px;
    align-items: stretch;
}

body.shop-page .shop-footer-brand,
body.shop-page .shop-footer-address,
body.shop-page .shop-footer-link,
body.shop-page .shop-footer-contact-card {
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
}

body.shop-page .shop-footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
}

body.shop-page .shop-footer-mark {
    display: inline-grid;
    place-items: center;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 20%, rgba(125, 211, 252, 0.34), transparent 38%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 237, 0.9));
    border: 1px solid rgba(125, 211, 252, 0.32);
    box-shadow: 0 14px 28px rgba(201, 111, 50, 0.22), 0 0 0 5px rgba(201, 111, 50, 0.08);
    overflow: hidden;
}

body.shop-page .shop-footer-mark img {
    display: block;
    width: 82%;
    height: 82%;
    object-fit: contain;
}

body.shop-page .shop-footer-brand-copy {
    min-width: 0;
}

body.shop-page .shop-footer-brand strong {
    display: block;
    font-size: 1.08rem;
    line-height: 1.2;
}

body.shop-page .shop-footer-brand p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    line-height: 1.45;
}

body.shop-page .shop-footer-address {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
    font-style: normal;
}

body.shop-page .shop-footer-address i,
body.shop-page .shop-footer-link i {
    flex: 0 0 auto;
    color: #7dd3fc;
}

body.shop-page .shop-footer-address span,
body.shop-page .shop-footer-link span {
    min-width: 0;
    font-size: 0.86rem;
    line-height: 1.45;
}

body.shop-page .shop-footer-links {
    display: grid;
    gap: 10px;
}

body.shop-page .shop-footer-phone-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 10px;
}

body.shop-page .shop-footer-facebook-row {
    display: grid;
}

body.shop-page .shop-footer-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 10px 12px;
    color: #ffffff;
    text-decoration: none;
}

body.shop-page .shop-footer-link-viber {
    border-color: rgba(201, 111, 50, 0.5);
    background: rgba(201, 111, 50, 0.18);
}

body.shop-page .shop-footer-link-viber i {
    color: #c96f32;
}

body.shop-page .shop-footer-link:hover,
body.shop-page .shop-footer-link:focus-visible {
    border-color: rgba(125, 211, 252, 0.62);
    background: rgba(14, 165, 233, 0.18);
    outline: none;
}

body.shop-page .shop-footer-link-viber:hover,
body.shop-page .shop-footer-link-viber:focus-visible {
    border-color: rgba(201, 111, 50, 0.72);
    background: rgba(201, 111, 50, 0.24);
}

body.shop-page .shop-footer-contact-card {
    display: grid;
    gap: 10px;
    min-width: 220px;
    padding: 12px;
}

body.shop-page .shop-footer-contact-copy {
    display: grid;
    gap: 3px;
}

body.shop-page .shop-footer-contact-copy strong {
    color: #ffffff;
    font-size: 0.92rem;
    line-height: 1.25;
}

body.shop-page .shop-footer-contact-copy span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.25;
}

body.shop-page .shop-footer-contact-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.shop-page .shop-footer-contact-number,
body.shop-page .shop-footer-viber-button {
    min-height: 38px;
    border: 1px solid rgba(125, 211, 252, 0.26);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    text-decoration: none;
}

body.shop-page .shop-footer-contact-number {
    flex: 1 0 170px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 170px;
    padding: 0 8px;
    font-size: 0.82rem;
    font-weight: 800;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

body.shop-page .shop-footer-contact-number i {
    flex: 0 0 auto;
    color: #7dd3fc;
    font-size: 0.88rem;
}

body.shop-page .contact-phone,
body.shop-page .footer-phone,
body.shop-page .shop-phone-number,
body.shop-page [data-contact-shop-phone] {
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

body.shop-page .shop-footer-viber-button {
    width: 38px;
    flex: 0 0 38px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    background: linear-gradient(135deg, #7360f2, #8f5cf7);
    border-color: rgba(143, 92, 247, 0.55);
    cursor: pointer;
}

body.shop-page .shop-footer-viber-button i {
    color: #ffffff;
    font-size: 1.02rem;
}

body.shop-page .shop-footer-contact-number:hover,
body.shop-page .shop-footer-contact-number:focus-visible,
body.shop-page .shop-footer-viber-button:hover,
body.shop-page .shop-footer-viber-button:focus-visible {
    outline: none;
    transform: translateY(-1px);
    border-color: rgba(125, 211, 252, 0.62);
    background: rgba(14, 165, 233, 0.18);
}

body.shop-page .shop-footer-viber-button:hover,
body.shop-page .shop-footer-viber-button:focus-visible {
    background: linear-gradient(135deg, #6550e8, #834ee8);
}

@media (max-width: 980px) {
    body.shop-page .shop-footer-inner {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: center;
    }

    body.shop-page .shop-footer-brand,
    body.shop-page .shop-footer-address,
    body.shop-page .shop-footer-link,
    body.shop-page .shop-footer-contact-card {
        justify-content: center;
    }

    body.shop-page .shop-footer-address {
        text-align: center;
    }
}

@media (max-width: 520px) {
    body.shop-page .shop-footer {
        padding: 18px 0 22px;
    }

    body.shop-page .shop-footer-brand {
        flex-direction: column;
    }

    body.shop-page .shop-footer-mark {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
    }

    body.shop-page .shop-footer-address {
        flex-direction: column;
        align-items: center;
    }

    body.shop-page .shop-footer-phone-row {
        grid-template-columns: 1fr;
    }

    body.shop-page .shop-footer-contact-card {
        text-align: center;
    }

    body.shop-page .shop-footer-contact-actions {
        justify-content: center;
    }
}
