.fixed-header{position:fixed;top:0;left:0;width:100vw;display:flex;align-items:center;background-color:#fff;height:fit-content;padding:5px 2%;border-bottom:3px solid #000;z-index:999;transform:translateY(-100%);transition:transform .3s ease-in-out;gap:20px}@media(max-width:768px){.fixed-header{position:relative;transform:translateY(0) !important;justify-content:space-between;gap:20px;padding:15px 8%;border:0;box-shadow:rgba(0,0,0,0.1) 0 2px 6px}.fixed-header .search{margin-left:0 !important}.fixed-header .search .search-button{padding:0}.fixed-header .search .search-button img{width:30px}.fixed-header .logo-link{flex:100%}.fixed-header .logo{margin:0 !important}body .fixed-header .logo img{height:100%;width:auto !important}.fixed-header .menu img{width:30px !important}}.fixed-header .logo{display:flex;margin:0 !important;max-width:250px;margin-left:15px;align-items:center;justify-content:flex-start}.fixed-header .logo img{width:10rem !important}.fixed-header .menu img{width:25px;cursor:pointer;display:flex}.fixed-header .search{margin-left:auto}.fixed-header .search .search-form{width:fit-content;background:#FFF}.fixed-header .search .search-form label{opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;margin:0 10px;padding:5px;box-shadow:inset 0 2px 2px rgba(0,0,0,.05);border:1px solid #e0e0e0;border-radius:4px}.fixed-header .search .search-form .search-submit{width:20px}.fixed-header .search .search-form:hover>label{opacity:1;transform:translateY(0)}button.search-button,.search-fixed .search-submit{border:transparent;display:flex;align-items:center}button.search-button:hover,.search-fixed .search-submit:hover{background:transparent !important}button.search-button img,.search-fixed .search-submit img{width:20px}.search-fixed{display:none}.search-fixed .search-form{display:flex;padding:10px;background-color:#FFF;z-index:999;position:fixed;width:100%;box-shadow:0 1px 5px rgba(0,0,0,0.6)}.search-fixed .search-form label{flex:100%}.search-fixed .search-form .search-submit{padding:0;margin-left:10px;flex:10%}
