footer {
    /* margin-top: 3em; */
    padding: 0 2em;
    padding-bottom:4em ;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1em;
}
.footer-title {
    font-size: 24px;
    font-weight: 700;
}
.footer-ele {
    font-size: 20px;
}
.shop-name-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 40px;
    font-weight: 700;
}
.shop-name-footer p {
    margin: 0;
    padding: 0;
}
.shop-acronym {
    font-size: 98px;
    font-weight: 400;
}

.news-letter {
    padding-top: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    gap: 0.5em;
    white-space: nowrap;
}

.subscribe-form-footer {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.subscribe-form-footer input{
    background-color: #1B1A17;
    color: #F0E3CA;
    max-width: 300px;
    padding: 0.8em 1em;
}

.subscribe-now-button-container-footer {
    display: flex;
}
.subscribe-now-button-footer {
    font-size: 24px;
    font-family: inherit;
    padding: 0.3em 1em;
    white-space: nowrap;
    border: 1px solid #1B1A17;
    background-color: #F0E3CA;
    color: #1B1A17;
}

.shop-menu-container-footer,
.about-container-footer{
    padding-top: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shop-menu-list-container-footer,
.about-list-container-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icons-address-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}
.icons-footer {
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.shop-menu-list-container-footer-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-column-start: 3;    
    white-space: nowrap;
}

.learn-careers-blog-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
