.v-app-bar.show-border{border-bottom:1px solid #ddd}.logo-container{display:flex;align-items:center;margin-right:20px;cursor:pointer}.logo-image{max-width:80px;height:auto}.inputs-container{flex:1;display:flex;gap:12px;margin-left:24px;margin-right:24px;align-items:center;justify-content:center}.search-field{display:flex;align-items:center;background-color:#fff;padding:0 5px;border:1px solid #ddd;border-radius:10px;max-width:300px;height:40px;position:relative}.search-field input{border:none;font-size:14px;flex:1;height:100%;padding-left:36px;padding-right:36px;line-height:1.2;outline:none}.search-field input:focus{outline:none;box-shadow:none;border-color:inherit}.header-desktop.v-app-bar{position:fixed;top:0;left:0;width:100%;height:70px;background:#fff;z-index:1050;display:flex;align-items:center;padding:0 24px;box-sizing:border-box}#sidebarDesktop{position:fixed;top:70px;left:0;width:300px;height:calc(100vh - 70px);background:#fffffff5!important;box-shadow:#0000001a 2px 0 8px;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;z-index:1100;padding:1rem;display:flex;flex-direction:column;font-family:Arial,sans-serif;font-size:14px}#sidebarCloseDesktop{align-self:flex-end;margin-bottom:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer}#sidebarDesktop h6.category-toggle{margin:0 0 .5rem;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:6px}#sidebarDesktop h6.category-toggle i.mdi{font-size:18px}#sidebarDesktop ul.subcategory-list{list-style:none;padding-left:1rem;margin:0;max-height:0;overflow:hidden;transition:max-height .3s ease}#sidebarDesktop ul.subcategory-list.show{max-height:300px;overflow-y:auto}#sidebarDesktop ul.subcategory-list li{padding:.2rem 0;cursor:pointer}#sidebarDesktop ul.subcategory-list li:hover{color:#007bff;text-decoration:underline}#categorySearchDesktop{font-size:14px;padding:.5rem;margin-bottom:1rem;width:100%;box-sizing:border-box;border:1px solid #ddd;border-radius:10px}
