

#footer_social.footer_social {
    grid-area: span 1 / span 1 / span 1 / span 1 !important;
}


.footer_social-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.container--footer .footer--follow:nth-child(2) {
    flex-direction: column !important;
    gap: 16px !important;
    align-items: center !important;
  }
  
.container--footer {
    grid-column-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    max-width: 1392px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0rem;
    display: grid;
}

.footer--follow_bottom a.new-sa-seals {
    width: 100px;
}

.footer_logo {
    grid-area: span 1 / span 1 / span 2 / span 1;
}

.footer_payment {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

.footer_copyright {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
}

@media screen and (max-width: 991px) {
    .container--footer {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: auto auto auto auto auto;
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }
    .footer_logo {
        grid-column: 1 / 2;
        grid-row: 1;
    }

    #footer_social.footer_social {
       grid-column: 2 / 2;
       grid-row: 2;
       min-width: 0px;
       grid-area: span 1 / span 2 / span 1 / span 2 !important;
    }


    .footer_social {
        grid-column: 1 / 2;
        grid-row: 2;
    }


    .footer_copyright {
        grid-column: 1 / 2;
        grid-row: 5;
    }

    .footer_payment{
        grid-column: 2 / 2;
        grid-row: 5;
    }
    
}

@media screen and (max-width: 550px) {

    .container--footer {
        grid-template-columns: repeat(1, 1fr) !important;
        grid-template-rows: auto auto auto auto auto auto;
    }

    .footer_logo {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    
    .footer_payment {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    
    .footer_copyright {
        grid-area: span 1 / span 1 / span 1 / span 1;
        align-self: center;
    }

    #footer_social.footer_social {
        min-width: 0px;
        // grid-area: span 1 / span 1 / span 1 / span 2 !important;
     }
}
