/* FOOTER */

.footer{
background:black;
color:white;
padding:40px 0 0 0;
}

.footer-inner{
padding:0 8px;
}

.footer-logo{
font-size:28px;
margin-bottom:10px;
}

.help{
color:#bbb;
margin-bottom:30px;
}

.footer-columns{
display:flex;
flex-direction:column;
gap:25px;
}

.footer-col h3{
margin-bottom:10px;
}

.footer-col p{
color:#bbb;
margin:6px 0;
}

.social{
display:flex;
gap:20px;
font-size:20px;
margin:25px 0;
}

.location{
display:flex;
gap:20px;
color:#bbb;
margin-bottom:25px;
}

.stores{
display:flex;
align-items:center;
gap:20px;
margin-top:20px;
}

.store-google{
height:72px;
width:auto;
}

.store-apple{
height:56px;
width:auto;
}

.copyright{
color:#888;
font-size:14px;
margin-top:20px;
padding-bottom:20px;
}
