/** Shopify CDN: Minification failed

Line 7:15 Expected ":"

**/
.new-footer{
    padding-top
}
.new-footer__top{
    display: flex;
}
@media screen and (max-width: 1200px) {
    .new-footer__top{
        justify-content: space-between;
    }
}
@media screen and (max-width: 767px) {
    .new-footer__top{
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width: 550px) {
    .new-footer__top{
        flex-wrap: wrap;
        justify-content: unset;
    }
}
.new-footer__top-image{
    width: 46%;
}
@media screen and (max-width: 767px) {
    .new-footer__top-image{
        width: 100%;
    }
}
.new-footer__top-items{
    display: flex;
    max-width: 25%;
    flex-direction: column;
    gap: 16px;
    margin-left: auto;  
}
@media screen and (max-width: 1200px) {
    .new-footer__top-items{
        margin-left: 15px; 
        white-space: nowrap;
    }
}
@media screen and (max-width: 767px) {
    .new-footer__top-items{
        margin-left: 0;
        margin-top: 48px;
        /* Keep the 2-column layout: cap at ~60% so the right-hand menu
           column still fits next to it, but lift nowrap so the long
           address wraps onto a second line inside its column. */
        max-width: 60%;
        white-space: normal;
        min-width: 0;
    }
}
.new-footer__top-menu_2{
    margin-left: 92px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media screen and (max-width: 989px) {
    .new-footer__top-menu_2{
        margin-left: 15px;
    }
}
@media screen and (max-width: 767px) {
    .new-footer__top-menu_2{
        margin-left: 100px;
        margin-top: 48px; 
    }
}
@media screen and (max-width: 550px) {
    .new-footer__top-menu_2{
        margin-left: auto;
        margin-top: 48px; 
    }
}
.new-footer__top-menu-item{
    display: flex;
    gap: 6px;
    cursor: pointer;
    font-family: Indivisible Variable;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -3%;
    color: white;
}
@media screen and (max-width: 767px) {
    .new-footer__top-menu-item{
        white-space: normal;
        align-items: flex-start;
    }
}
.new-footer__top-menu-item img{
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 767px) {
    .new-footer__top-menu-item img{
        max-width: unset;
    }
}
.new-footer__top-menu-item img:not(:first-child) {
    margin-left: 8px;
}
.new-footer__top-menu-item-text{
    font-family: Indivisible Variable;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -3%;
    color: white;
}
@media screen and (max-width: 767px) {
    .new-footer__top-menu-item-text{
        font-size: 16px;
    }
}
.new-footer__top-menu-2-item{
    display: flex;
    gap: 6px;
    cursor: pointer;
    font-family: Indivisible Variable;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -3%;
    color: white;
    justify-content: right;
}
@media screen and (max-width: 767px) {
    .new-footer__top-menu-2-item{
        font-size: 16px;
    }
}
.new-footer__buttom{
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
}
@media screen and (max-width: 767px) {
    .new-footer__buttom{
        margin-top: 40px;
        flex-direction: column;
    }
}
.new-footer__buttom_left{
    font-family: Indivisible Variable;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -3%;
    color: #FFFFFF;
}
@media screen and (max-width: 767px) {
    .new-footer__buttom_left{
        text-align: center;
    }
}
.new-footer__buttom_right{
    display: flex;
    gap: 24px;
}
@media screen and (max-width: 767px) {
    .new-footer__buttom_right{
        gap: 8px 24px;
        white-space: nowrap;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 8px;
    }
}
.new-footer__buttom_right a{
    display: flex;
    gap: 24px;
    cursor: pointer;
    font-family: Indivisible Variable;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -3%;
    color: white;
}