/* Compact management controls on phones and tablets. */
@media(max-width:900px){
 body>.electroshop-header{position:static!important;min-height:0!important;padding:0!important;margin:0 auto 12px!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;gap:0!important}
 body>.electroshop-header>.electroshop-header-brand,body>.electroshop-header>.electroshop-header-links{display:none!important}
 body>.electroshop-header .electroshop-header-actions{width:100%;margin:0;padding:0}
 body>.electroshop-header .head-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important;width:100%;margin:0!important}
 body>.electroshop-header .head-actions .button{box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-height:44px;padding:10px 8px!important;margin:0!important;font-size:14px!important;line-height:1.3;white-space:normal}
 body>.electroshop-header .head-actions[hidden]{display:none!important}
}
