/** Shopify CDN: Minification failed

Line 58:4 Unexpected ")"

**/
.footer-content .address span.h5 label {
    display: none;
}

@media (max-width: 639px) {
    .footer-content .address .footer_logo {
        order: -99;
    }

    .footer-contacts__social {
        order: -1;
        justify-content: center;
        margin: 1rem auto;
    }

    .footer-content .address:has([id^="toggler-"]) {
        align-items: normal;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .footer-content .address:has([id^="toggler-"]) .footer__payment {
        margin-top: 1.5rem;
        order: 99;
    }

    .footer-content .address span.h5:has(label) {
        padding-right: 1.125rem;
    }
    
    .footer-content .address span.h5 label {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
    }
    
    .footer-content .address span.h5 .icon-caret {
        display: block;
        height: 1rem;
        margin-left: auto;
        margin-top: .25rem;
        width: 1rem;
        transition: transform .3s;
    }

    .footer-content .address :is(
        [id^="toggler-"]:checked ~ span.h5,
        [id^="toggler-"]:checked ~ ._address span.h5,
    ) .icon-caret {
        transform: rotate(180deg);
    }

    .footer-content .address [id^="toggler-"]:not(:checked) ~ :is(.email, .phone, ul),
    .footer-content .address [id^="toggler-"]:not(:checked) ~ ._address p,
    .footer-content .aboutus [id^="toggler-"]:not(:checked) ~ p {
        display: none;
    }

    .footer-content .address :is(.address-item, [data-index]) {
        margin: 0 auto;
        max-width: 350px;
        width: 100%;
    }
        [dir=rtl] .footer-content .address span.h5:has(label) {
            padding-left: 1.125rem;
            padding-right: 0;
        }

        [dir=rtl] .footer-content .address span.h5 .icon-caret {
            margin-left: 0;
            margin-right: auto;
        }
}
