.uk-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;z-index:50}
.uk-header__bar{display:flex;align-items:center;justify-content:space-between;padding:10px 0;gap:12px}
.uk-header__left{display:flex;align-items:center;gap:12px}
.uk-logo img{max-height:34px;width:auto}
.uk-burger{display:inline-flex;flex-direction:column;gap:4px;background:transparent;border:0;padding:4px;cursor:pointer}
.uk-burger span{display:block;width:20px;height:2px;background:#111}
.uk-header__center{flex:1;max-width:860px}
.uk-search{display:flex;align-items:center;border:1px solid #ddd;border-radius:999px;padding:6px 8px;background:#fff}
.uk-search__select{border:0;border-right:1px solid #eee;background:#f8f8f8;border-radius:999px;padding:6px 10px;margin-right:8px;font-size:13px}
.uk-search__input{flex:1;border:0;outline:none;font-size:14px;padding:6px}
.uk-search__btn{border:0;background:#111;color:#fff;border-radius:999px;padding:6px 12px;cursor:pointer}
.uk-header__right{display:flex;align-items:center;gap:10px}
.uk-icon{font-size:18px;position:relative;text-decoration:none;color:#111}
.uk-cart__count{position:absolute;top:-6px;right:-10px;background:#111;color:#fff;border-radius:999px;padding:1px 5px;font-size:11px;line-height:1;}
.uk-nav{display:none;border-top:1px solid #f2f2f2}
.uk-menu{list-style:none;display:flex;gap:16px;padding:10px 0;margin:0;flex-wrap:wrap}
.uk-menu li{margin:0}
.uk-menu a{text-decoration:none;color:#111;padding:6px 8px;border-radius:8px}
.uk-menu a:hover{background:#f5f5f5}
.uk-drawer{position:fixed;inset:0;pointer-events:none}
.uk-drawer__inner{position:absolute;left:0;top:0;bottom:0;width:80%;max-width:320px;background:#fff;border-right:1px solid #eee;transform:translateX(-100%);transition:transform .25s ease;padding:14px}
.uk-drawer.show{pointer-events:auto}
.uk-drawer.show .uk-drawer__inner{transform:translateX(0)}
.uk-drawer__close{position:absolute;right:10px;top:10px;border:0;background:#fff;font-size:22px;cursor:pointer}
.uk-drawer__menu{list-style:none;margin:40px 0 0;padding:0;display:grid;gap:8px}
.uk-drawer__menu a{text-decoration:none;color:#111;padding:10px 8px;border-radius:8px}
.uk-drawer__menu a:hover{background:#f5f5f5}
@media(min-width:960px){
  .uk-nav{display:block}
  .uk-burger{display:none}
}