<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ECHO */

@media screen and (max-width: 767px) {
.mobil-lista .header-in-wrap{padding: 0 !important;}
body:not(.sticky-mobile) .mobil-lista, .ordering-process .mobil-lista {display: none;}
.mobil-lista{position: sticky; position: -webkit-sticky; position: -o-sticky; position: -ms-sticky; top: 0;z-index: 51;background: #fff;box-shadow: 0 4px 2px -2px #ccc;padding-left: 0.9375em;padding-right: 0.9375em;}
.sticky-mobile .currency{display: none !important;}
}

@media screen and (min-width: 768px) {
body:not(.sticky-mobile) .mobil-lista, .ordering-process .mobil-lista {display: none;}
.mobil-lista{position: sticky; position: -webkit-sticky; position: -o-sticky; position: -ms-sticky; top: 0;z-index: 51;background: #fff;box-shadow: 0 4px 2px -2px #ccc;padding-left: 0.9375em;padding-right: 0.9375em;}
.mobil-lista .header-in-wrap{max-width: 1190px;margin: 0 auto;padding: 0 14px !important;}
.mobil-lista #logo img {max-height: 58px;margin-bottom: 5px;}
.sticky-mobile .currency .menu-element-wrap .active {color: #000;}
.sticky-mobile .currency:hover .menu-element-wrap .active {color: #fff;}     
}
.mobil-lista .navigation &gt; li &gt; a{color: #222;}</pre></body></html>