.ps-shop-header{position:relative;z-index:20;width:100%;background:#fff;color:#182d2d;border-bottom:1px solid #e8eceb;font:400 14px/1.4 Poppins,Arial,sans-serif;letter-spacing:0}
.ps-shop-header__inner{box-sizing:border-box;display:flex;align-items:center;gap:36px;max-width:1160px;min-height:80px;margin:0 auto;padding:12px 24px}
.ps-shop-header a{color:inherit;text-decoration:none}
.ps-shop-header a:focus-visible,.ps-shop-header summary:focus-visible{outline:2px solid #36797b;outline-offset:4px;border-radius:2px}
.ps-shop-header__brand{display:flex;align-items:center;margin-right:auto;flex-shrink:0}
.ps-shop-header__brand img{display:block;width:190px;height:auto;max-height:50px;object-fit:contain}
.ps-shop-header__brand>span{font-size:24px;font-weight:600}
.ps-shop-header__desktop{display:flex;align-items:center;gap:32px}
.ps-shop-header__desktop a{padding:12px 0}
.ps-shop-header__desktop a:hover,.ps-shop-header__drawer a:hover{color:#36797b}
.ps-shop-header__cart{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}
.ps-shop-header__mobile{display:none}
@media(max-width:699px){
 .ps-shop-header__inner{display:grid;grid-template-columns:44px 1fr 44px;gap:12px;min-height:68px;padding:8px 16px}
 .ps-shop-header__brand{justify-self:center;margin:0}
 .ps-shop-header__brand img{width:160px;max-width:100%;max-height:42px}
 .ps-shop-header__desktop{display:none}
 .ps-shop-header__mobile{display:block}
 .ps-shop-header__mobile summary{display:flex;align-items:center;justify-content:center;width:44px;height:44px;cursor:pointer;list-style:none}
 .ps-shop-header__mobile summary::-webkit-details-marker{display:none}
 .ps-shop-header__drawer{position:absolute;left:0;right:0;top:100%;padding:10px 20px 16px;background:#fff;border-bottom:1px solid #e8eceb;box-shadow:0 8px 12px rgba(20,40,40,.06)}
 .ps-shop-header__drawer a{display:block;min-height:44px;padding:12px 4px;box-sizing:border-box}
}
