@charset "utf-8";

.footer__footer___MMHBz { display: flex; justify-content: center; align-items: center; height: 25px; flex-shrink: 0; font-size: 10px; font-weight: 500; color: rgb(113, 112, 112); gap: 20px; }

body.shop .footer__footer___MMHBz > div:first-child { display: none; }

body.shop .footer__footer___MMHBz:not(:has(button)) { display: none; }

.footer__footerNavigation___dgKul { font-weight: 500; display: flex; justify-content: space-around; align-items: center; cursor: pointer; }

.footer__icon___bbLQ5 { width: 18px; height: 18px; }

.footer__itemContainer___i7b3T { display: flex; flex-direction: column; width: 50%; align-items: center; justify-content: center; color: rgb(113, 112, 112); border-top: 0.5px solid rgb(233, 239, 245); padding-top: 10px; padding-bottom: 5px; height: 100%; }

.footer__itemContainer___i7b3T:hover { color: rgb(39, 53, 59); }

.footer__highlighted___cJheK { border-top: 2px solid rgb(39, 53, 59); color: rgb(39, 53, 59); background-color: rgb(255, 255, 255); }

.footer__chatContainer___j-p2I { position: relative; display: flex; gap: 5px; }

.footer__unread___jaE1P { height: 16px; width: 16px; min-width: 10px; background-color: red; text-align: center; }

.footer__footerContainer___\+Vavx { margin-top: auto; }

html[dir="rtl"] .footer__icon___bbLQ5 { margin: 0px 0px 0px 10px; transform: scaleX(-1); }

html[dir="rtl"] .footer__chatContainer___j-p2I, html[dir="rtl"] .footer__itemContainer___i7b3T { flex-direction: row-reverse; }