@media (max-width: 768px){.mobile-header .search-form{width:90%;display:flex;justify-content:center;align-items:center;position:relative}.mobile-header .search-form input[type="text"]{width:100%;max-width:280px;padding:10px;font-size:16px;border:1px
solid #ddd;border-radius:20px;background:white;color:#333}.mobile-header .search-form button.search-submit{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#666;font-size:18px}.mobile-header .search-form{position:absolute;top:50px;left:50%;transform:translateX(-50%);z-index:9999;background:white;padding:10px;border-radius:8px;box-shadow:0px 4px 10px rgba(0, 0, 0, 0.1)}}