
.smhp-shared-header{
    position:relative;z-index:1000;display:grid;grid-template-columns:auto 1fr auto;
    align-items:center;min-height:86px;padding:0 clamp(24px,5vw,76px);
    background:#07110d;border-bottom:1px solid rgba(255,255,255,.09);color:#fff;
    font-family:inherit;
}
.smhp-shared-brand{display:flex;align-items:center;text-decoration:none}
.smhp-shared-brand img{display:block;width:auto;max-width:205px;height:48px;object-fit:contain}
.smhp-shared-nav{display:flex;align-items:center;justify-content:center;gap:clamp(22px,3vw,44px)}
.smhp-shared-nav a{
    position:relative;padding:33px 0 30px;color:rgba(255,255,255,.76)!important;
    font-size:13px;font-weight:750;text-decoration:none!important;letter-spacing:.01em
}
.smhp-shared-nav a:after{
    content:"";position:absolute;left:0;right:0;bottom:22px;height:2px;
    background:#ff6a18;transform:scaleX(0);transform-origin:center;transition:transform .2s
}
.smhp-shared-nav a:hover,.smhp-shared-nav a.is-active{color:#fff!important}
.smhp-shared-nav a:hover:after,.smhp-shared-nav a.is-active:after{transform:scaleX(1)}
.smhp-shared-actions{display:flex;align-items:center;gap:10px}
.smhp-shared-account,.smhp-shared-cart{
    display:flex;align-items:center;justify-content:center;height:44px;border:1px solid rgba(255,255,255,.15);
    color:#fff!important;text-decoration:none!important;transition:.2s
}
.smhp-shared-account{width:44px;border-radius:50%}
.smhp-shared-account svg,.smhp-shared-cart svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}
.smhp-shared-cart{gap:9px;padding:0 16px;border-radius:24px;font-size:12px;font-weight:800}
.smhp-shared-cart b{
    display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:10px;
    background:#ff6a18;color:#fff;font-size:10px
}
.smhp-shared-account:hover,.smhp-shared-cart:hover,.smhp-shared-account.is-active,.smhp-shared-cart.is-active{
    border-color:#339287;background:rgba(51,146,135,.14)
}
.smhp-shared-menu{display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:transparent}
.smhp-shared-menu span{display:block;width:17px;height:1px;margin:5px auto;background:#fff;transition:.2s}
@media(max-width:900px){
    .smhp-shared-header{min-height:74px;padding:0 20px;grid-template-columns:1fr auto}
    .smhp-shared-brand img{height:40px;max-width:175px}
    .smhp-shared-nav{
        display:none;position:absolute;top:74px;left:0;right:0;flex-direction:column;align-items:stretch;
        gap:0;padding:12px 20px 20px;background:#07110d;border-bottom:1px solid rgba(255,255,255,.1)
    }
    .smhp-shared-header.is-open .smhp-shared-nav{display:flex}
    .smhp-shared-nav a{padding:15px 4px;border-bottom:1px solid rgba(255,255,255,.07)}
    .smhp-shared-nav a:after{display:none}
    .smhp-shared-cart span{display:none}
    .smhp-shared-cart{width:44px;padding:0;border-radius:50%}
    .smhp-shared-cart b{position:absolute;margin:0 0 28px 28px}
    .smhp-shared-menu{display:block}
}
@media(max-width:480px){
    .smhp-shared-account{display:none}
    .smhp-shared-brand img{max-width:150px;height:36px}
}
