.footer{position:relative;width:100%;max-width:1200px;margin:50px auto 0;padding:2rem;box-sizing:border-box;background-color:white;display:flex;flex-direction:column;gap:1rem;z-index:999}.footer-top{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.footer-left{display:flex;flex-direction:column;gap:.5rem}.footer-right{display:flex;flex-direction:row;gap:2rem;flex-wrap:wrap;justify-content:flex-end;align-items:flex-start}.footer-column{display:flex;flex-direction:column;gap:.5rem}.footer-payment,.footer-social{display:flex;flex-direction:row;gap:1rem;align-items:center}.footer-bottom{border-top:1px solid #ccc;display:flex;flex-direction:row;justify-content:space-between;margin-top:1rem;padding-top:1rem;flex-wrap:wrap}.footer-bottom-copyright{order:1}.footer-bottom-links{order:2;display:flex;flex-direction:row;gap:2rem}.footer a{text-decoration:none;color:#000}@media (max-width:800px){.footer-top{flex-direction:column;gap:1rem;text-align:center}.footer-left,.footer-right,.footer-top{align-items:center}.footer-right{flex-direction:column;justify-content:center;text-align:center}.footer-column{align-items:center}.footer-payment,.footer-social{justify-content:center}.footer-bottom{text-align:center}.footer-bottom,.footer-bottom-links{flex-direction:column;align-items:center}.footer-bottom-links{order:1;gap:1rem;margin-bottom:.5rem}.footer-bottom-copyright{order:2;margin-top:20px}}