/* Footer - shop redesign (Figma 2046:4285) */

.site-footer.site-footer--shop {
    position: relative;
    background: #fff !important;
    background-image: none !important;
    color: #3b3333;
    padding: 80px 0 0;
    margin-top: 80px;
    font-family: "Open Sans", "open-sans", sans-serif;
}

.site-footer.site-footer--shop::after {
    content: none !important;
}

.site-footer--shop .site-footer__container {
    max-width: 1724px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.site-footer--shop .site-footer__main {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(380px, 1.4fr);
    gap: 60px;
    align-items: start;
}

.site-footer--shop .site-footer__col {
    min-width: 0;
}

.site-footer--shop .site-footer__col--contact {
    text-align: left;
}

/* Brand column */
.site-footer--shop .site-footer__logo-link {
    display: inline-block;
    margin-bottom: 40px;
}
.site-footer--shop .site-footer__logo {
    width: 304px;
    max-width: 100%;
    height: auto;
    display: block;
}
.site-footer--shop .site-footer__address {
    margin-bottom: 24px;
}
.site-footer--shop .site-footer__company {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #3b3333;
    margin: 0;
}
.site-footer--shop .site-footer__address-line {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #3b3333;
    margin: 0;
}
.site-footer--shop .site-footer__meta {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #777272;
    margin: 0;
    white-space: pre;
}
.site-footer--shop .site-footer__description {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #777272;
    margin: 0;
    max-width: 634px;
}

/* Headings */
.site-footer--shop .site-footer__heading {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #3b3333;
    margin: 0 0 16px;
    text-transform: none;
    letter-spacing: 0;
}
.site-footer--shop .site-footer__heading--links {
    margin-top: 32px;
}

/* Lists */
.site-footer--shop .site-footer__list,
.site-footer--shop .site-footer__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer--shop .site-footer__list li {
    margin: 0;
    padding: 0;
}
.site-footer--shop .site-footer__list a,
.site-footer--shop .site-footer__list .menu-item a {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 32px;
    color: #777272 !important;
    text-decoration: none;
    text-transform: none !important;
    transition: color .2s ease;
    display: inline-block;
}
.site-footer--shop .site-footer__list a:hover,
.site-footer--shop .site-footer__list .menu-item a:hover {
    color: #3b3333 !important;
}
.site-footer--shop .site-footer__list a::after,
.site-footer--shop .site-footer__list .menu-item a::after {
    display: none !important;
}

/* Contact column */
.site-footer--shop .site-footer__phone {
    font-family: "Open Sans", sans-serif;
    font-size: clamp(36px, 3.2vw, 60px);
    font-weight: 800;
    line-height: 1.1;
    color: #3b3333;
    margin: 0 0 16px;
    white-space: nowrap;
    letter-spacing: -0.02em;
}
.site-footer--shop .site-footer__phone a {
    color: inherit;
    text-decoration: none;
}
.site-footer--shop .site-footer__email-label {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #777272;
    margin: 8px 0 0;
}
.site-footer--shop .site-footer__email {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #3b3333;
    margin: 0;
}
.site-footer--shop .site-footer__email a {
    color: inherit;
    text-decoration: none;
}
.site-footer--shop .site-footer__email a:hover {
    color: #e82693;
}

/* Divider */
.site-footer--shop .site-footer__divider {
    height: 1px;
    background: #e5e5e5;
    margin: 60px 0 24px;
}

/* Bottom row */
.site-footer--shop .site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 24px;
}
.site-footer--shop .site-footer__back-top {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #3b3333;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}
.site-footer--shop .site-footer__back-top-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #e82693;
    color: #fff;
    flex-shrink: 0;
}
.site-footer--shop .site-footer__back-top-icon svg {
    width: 14px;
    height: 14px;
}
.site-footer--shop .site-footer__copyright {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #777272;
    margin: 0;
    text-align: center;
    flex: 1;
}
.site-footer--shop .site-footer__partner {
    display: inline-block;
    flex-shrink: 0;
}
.site-footer--shop .site-footer__partner-logo {
    width: 62px;
    height: auto;
    display: block;
}

/* Responsive */
@media (max-width: 1399px) {
    .site-footer--shop .site-footer__phone {
        font-size: 44px;
        line-height: 48px;
    }
}

@media (max-width: 1199px) {
    .site-footer--shop .site-footer__main {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 48px;
    }
    .site-footer--shop .site-footer__col--brand {
        grid-column: 1 / -1;
    }
    .site-footer--shop .site-footer__col--contact {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .site-footer.site-footer--shop {
        padding: 60px 0 0;
        margin-top: 60px;
    }
    .site-footer--shop .site-footer__main {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .site-footer--shop .site-footer__logo {
        width: 220px;
    }
    .site-footer--shop .site-footer__phone {
        font-size: 32px;
        line-height: 40px;
    }
    .site-footer--shop .site-footer__company,
    .site-footer--shop .site-footer__address-line {
        font-size: 18px;
        line-height: 28px;
    }
    .site-footer--shop .site-footer__meta {
        white-space: normal;
    }
    .site-footer--shop .site-footer__bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    .site-footer--shop .site-footer__copyright {
        order: 3;
    }
}
