/** Shopify CDN: Minification failed

Line 104:13 Expected ":"

**/
.footer .footer_logo {
    max-width: 200px;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}
.footer .customer-image img,
.footer .footer_logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.footer .customer-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffff;
    padding: 4px 10px;
    border-radius: 33px;
    margin-top: 40px;
}
.footer .customer-image {
    max-width: 30px;
    flex: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.footer .customer-text {
    font-size: 15px;
    line-height: 1.1;
    color: #000;
    text-align: left;
    margin: 0;
}
.footer .footer__wrapper .prose {
    text-align: center;
}
.footer .footer__block--social {
    display: flex;
    flex-direction: column;
    gap: var(--footer-block-gap);
}
.footer .footer__block--menu-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .footer .footer__block--menu-desktop {
        display: none;
    }
    .footer .footer__block--menu-mobile {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .footer .footer__block-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }
    .footer .footer__block--text-wrap {
        margin-bottom: 2rem;
    }
    .footer .footer__block--social {
        margin-top: 2rem;
    }
     .footer .footer-accordion {
        width: 100%;
        border-bottom: 1px solid #ffffff26;
    }
    .footer .footer-accordion__summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-block: 14px;
    }
    .footer .footer-accordion__icon {
        display: block;
        max-width: 14px;
        flex: 14px;
        height: 14px;
        position: relative;
    }
    .footer .footer-accordion__icon svg {
        display: block;
         width: 100%;
        height: 100%;
    }
    .footer .icon-minus {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        opaci
    }
    .footer .footer-accordion[open] .icon-plus {
        opacity: 0;
    }
    .footer .footer-accordion .footer-accordion__list {
        padding-bottom: 15px;
    }
    .footer .footer-accordion:not([open]) .icon-minus {
        opacity: 0;
    }
    .footer .customer-meta {
        margin-top: 20px;
    }
    .footer .footer_logo {
        margin: 0 auto 0px;
    }
    .footer .footer__copyright .text-sm  {
        width: 100%;
        text-align: left;
    }
}