.header .icon-btn{width:36px;height:36px;padding:7px;display:grid;place-items:center}
.header .search-icon,.header .user-icon,.header .bag-icon{display:block;width:22px;height:22px;position:relative;inset:auto;border:0;border-radius:0}
.header .search-icon::before{content:"";position:absolute;width:13px;height:13px;left:1px;top:1px;border:1.8px solid currentColor;border-radius:50%}
.header .search-icon::after{content:"";position:absolute;width:8px;height:1.8px;right:0;bottom:4px;background:currentColor;border:0;transform:rotate(45deg);transform-origin:right center}
.header .user-icon::before{content:"";position:absolute;width:8px;height:8px;left:7px;top:1px;border:1.8px solid currentColor;border-radius:50%}
.header .user-icon::after{content:"";position:absolute;width:16px;height:9px;left:3px;bottom:1px;border:1.8px solid currentColor;border-bottom:0;border-radius:12px 12px 0 0}
.header .bag-icon{top:0}
.header .bag-icon::after{content:"";position:absolute;width:16px;height:14px;left:3px;bottom:1px;border:1.8px solid currentColor;border-radius:1px}
.header .bag-icon::before{content:"";position:absolute;width:8px;height:6px;left:7px;top:0;border:1.8px solid currentColor;border-bottom:0;border-radius:7px 7px 0 0}
.header .cart-count{right:-2px;top:-2px}

html[data-theme="monochrome"] .header{justify-content:flex-start}
html[data-theme="monochrome"] .header>.logo{flex:0 1 auto;min-width:0}
html[data-theme="monochrome"] .header-actions{margin-left:auto;flex:0 0 auto;gap:6px;padding:5px 7px;border:1px solid #fff;border-radius:18px;background:linear-gradient(180deg,#ffffffd9,#f0f1f3c7);box-shadow:inset 0 1px #fff,0 8px 24px #1112}
html[data-theme="monochrome"] .header-actions .icon-btn{width:34px;height:34px;padding:6px;border-radius:12px}
html[data-theme="monochrome"] .header-actions .icon-btn:hover{background:#111;color:#fff;box-shadow:inset 0 1px #ffffff30,0 7px 16px #0003}
html[data-theme="monochrome"] .header-actions .language-select{height:34px;max-width:76px;padding:0 7px;border-radius:11px}
html[data-theme="monochrome"] .header-actions .search-icon,html[data-theme="monochrome"] .header-actions .user-icon,html[data-theme="monochrome"] .header-actions .bag-icon{width:22px;height:22px}
@media(max-width:800px){html[data-theme="monochrome"] .header{gap:8px;padding:0 12px}html[data-theme="monochrome"] .header-actions{gap:2px;padding:3px 4px;border-radius:15px}html[data-theme="monochrome"] .header-actions .icon-btn{width:32px;height:32px}html[data-theme="monochrome"] .header-actions .language-select{height:32px;max-width:68px;padding:0 4px}}

html[data-theme="monochrome"] .app-dock a,html[data-theme="monochrome"] .app-dock button{gap:5px;padding-top:4px;padding-bottom:4px}
html[data-theme="monochrome"] .app-dock .dock-icon{width:22px;height:22px;min-width:22px;min-height:22px;flex:0 0 22px;margin:0!important;border:0;background:none}
html[data-theme="monochrome"] .app-dock small{display:block;min-height:12px;margin:0;font-size:9px;line-height:12px;white-space:nowrap}
html[data-theme="monochrome"] .app-dock .dock-home::after{content:"";position:absolute;width:15px;height:10px;left:3.5px;bottom:1px;border:2px solid currentColor;border-top:0;border-radius:0 0 3px 3px}
html[data-theme="monochrome"] .app-dock .dock-home::before{content:"";position:absolute;width:12px;height:12px;left:4px;top:1px;border-left:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(45deg)}
html[data-theme="monochrome"] .app-dock .dock-grid{background:linear-gradient(currentColor 0 0) 1px 1px/8px 8px,linear-gradient(currentColor 0 0) 13px 1px/8px 8px,linear-gradient(currentColor 0 0) 1px 13px/8px 8px,linear-gradient(currentColor 0 0) 13px 13px/8px 8px;background-repeat:no-repeat}
html[data-theme="monochrome"] .app-dock .dock-search::before{content:"";position:absolute;width:14px;height:14px;left:1px;top:1px;border:2px solid currentColor;border-radius:50%}
html[data-theme="monochrome"] .app-dock .dock-search::after{content:"";position:absolute;width:8px;height:2px;right:0;bottom:4px;background:currentColor;transform:rotate(45deg);transform-origin:right center}
html[data-theme="monochrome"] .app-dock .dock-bag::after{content:"";position:absolute;width:16px;height:14px;left:3px;bottom:1px;border:2px solid currentColor;border-radius:3px}
html[data-theme="monochrome"] .app-dock .dock-bag::before{content:"";position:absolute;width:8px;height:6px;left:7px;top:0;border:2px solid currentColor;border-bottom:0;border-radius:7px 7px 0 0}
html[data-theme="monochrome"] .app-dock .dock-user::before{content:"";position:absolute;width:8px;height:8px;left:7px;top:0;border:2px solid currentColor;border-radius:50%}
html[data-theme="monochrome"] .app-dock .dock-user::after{content:"";position:absolute;width:17px;height:9px;left:2.5px;bottom:0;border:2px solid currentColor;border-bottom:0;border-radius:12px 12px 0 0}
