.mobile-drawer,.mobile-header,.mobile-overlay{display:none}@media (max-width:768px){.main-header,.top-bar{display:none!important}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:10px;background:white;box-shadow:0 2px 5px rgba(0,0,0,.1)}.mobile-logo img{height:35px}.mobile-search{flex:1;margin:0 10px}.mobile-search input{width:100%;padding:6px 10px;border-radius:20px;border:1px solid #ccc;outline:none}.mobile-menu-icon img{height:22px;cursor:pointer}.mobile-drawer{display:block;position:fixed;top:0;left:-260px;width:260px;height:100%;background:white;z-index:9999;transition:.3s;box-shadow:2px 0 10px rgba(0,0,0,.2)}.mobile-drawer.open{left:0}.drawer-header{padding:10px;text-align:right}.drawer-menu{list-style:none;padding:20px}.drawer-menu li{margin-bottom:15px;font-size:16px}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:9998}}