.buyer-shop-header{position:sticky;top:0;z-index:999;display:grid;grid-template-columns:auto auto minmax(260px,760px) auto;align-items:center;justify-content:center;gap:clamp(12px,1.8vw,28px);min-height:76px;padding:10px clamp(18px,4vw,64px);border-bottom:1px solid rgba(255,255,255,.09);background:rgba(7,8,10,.96);box-shadow:0 12px 34px rgba(0,0,0,.18);backdrop-filter:blur(18px)}
.buyer-shop-header__logo{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;transition:background-color .2s ease}.buyer-shop-header__logo:hover{background:rgba(216,181,91,.08)}.buyer-shop-header__logo img{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 0 16px rgba(216,181,91,.2))}
.buyer-shop-header__search{display:grid;grid-template-columns:minmax(0,1fr) 52px;min-width:0;height:48px;overflow:hidden;border:1px solid rgba(216,181,91,.35);border-radius:15px;background:#f8f5ed;box-shadow:0 9px 28px rgba(0,0,0,.18)}.buyer-shop-header__search:focus-within{border-color:#e8c96f;box-shadow:0 0 0 3px rgba(216,181,91,.15),0 9px 28px rgba(0,0,0,.18)}.buyer-shop-header__search input{min-width:0;padding:0 17px;border:0;outline:0;background:transparent;color:#171717;font-size:14px}.buyer-shop-header__search input::placeholder{color:#727272}.buyer-shop-header__search button{display:grid;place-items:center;border:0;background:linear-gradient(135deg,#f0d58a,#c9993e);color:#111;cursor:pointer}.buyer-shop-header__search button svg{width:20px;height:20px}.buyer-shop-header__search button:focus-visible{outline:3px solid #fff2c5;outline-offset:-5px}
.buyer-shop-header__categories{position:relative}.buyer-shop-header__categories summary{display:flex;align-items:center;gap:8px;min-height:42px;padding:9px 12px;border:1px solid rgba(216,181,91,.24);border-radius:12px;color:#f5ecd4;font-size:12px;font-weight:800;white-space:nowrap;cursor:pointer;list-style:none}.buyer-shop-header__categories summary::-webkit-details-marker{display:none}.buyer-shop-header__categories summary svg{width:18px;height:18px;color:#e8c96f}.buyer-shop-header__categories[open] summary{border-color:#e8c96f;background:rgba(216,181,91,.08)}.buyer-shop-header__category-panel{position:absolute;top:calc(100% + 10px);left:0;z-index:20;width:min(330px,calc(100vw - 24px));max-height:min(430px,70vh);overflow:auto;padding:10px;border:1px solid rgba(216,181,91,.3);border-radius:16px;background:#11151b;box-shadow:0 25px 60px rgba(0,0,0,.42)}.buyer-shop-header__category-panel form{display:grid}.buyer-shop-header__category-panel a,.buyer-shop-header__category-panel button{width:100%;padding:11px 12px;border:0;border-bottom:1px solid rgba(255,255,255,.07);background:transparent;color:#eef0f4;font:inherit;font-size:13px;text-align:left;cursor:pointer}.buyer-shop-header__category-panel a:hover,.buyer-shop-header__category-panel button:hover,.buyer-shop-header__category-panel :is(a,button):focus-visible,.buyer-shop-header__category-panel [aria-current=page]{background:rgba(216,181,91,.12);color:#f2d47c;outline:none}.buyer-shop-header__guest-actions{display:flex;align-items:center;gap:7px}.buyer-shop-header__account--gold{border-color:transparent;background:linear-gradient(135deg,#f0d58a,#c9993e);color:#111}.buyer-shop-header__account--gold:hover{background:linear-gradient(135deg,#f6dfa0,#d7aa4d);color:#111}
.buyer-shop-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;min-width:max-content}.buyer-shop-header__tracking{display:inline-grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border:1px solid rgba(216,181,91,.28);border-radius:50%;color:#f0d58a;transition:.2s ease}.buyer-shop-header__tracking:hover,.buyer-shop-header__tracking:focus-visible{border-color:#f0d58a;background:rgba(216,181,91,.08)}.buyer-shop-header__tracking svg{width:20px;height:20px}.buyer-shop-header__account{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border:1px solid rgba(216,181,91,.42);border-radius:999px;color:#f0d58a;font-size:13px;font-weight:800}.buyer-shop-header__account:hover{border-color:#f0d58a;background:rgba(216,181,91,.08)}.buyer-shop-header__member-id{color:var(--lvx-gold-light);font-weight:900}.buyer-shop-header__role{margin-bottom:10px;color:#aaa}
.buyer-shop-header__menu-toggle{display:none;width:38px;height:38px;padding:0;border:1px solid rgba(216,181,91,.28);border-radius:50%;background:#11151b;color:#f5ecd4;cursor:pointer}.buyer-shop-header__menu-toggle span,.buyer-shop-header__menu-toggle:before,.buyer-shop-header__menu-toggle:after{content:"";display:block;width:16px;height:2px;margin:4px auto;background:currentColor;transition:transform .2s ease,opacity .2s ease}.buyer-shop-header__menu-toggle[aria-expanded=true] span{opacity:0}.buyer-shop-header__menu-toggle[aria-expanded=true]:before{transform:translateY(6px) rotate(45deg)}.buyer-shop-header__menu-toggle[aria-expanded=true]:after{transform:translateY(-6px) rotate(-45deg)}.buyer-shop-header__menu{display:none}
@media(max-width:1050px){.buyer-shop-header{grid-template-columns:auto auto minmax(0,1fr) auto}.buyer-shop-header__categories summary span{display:none}}
@media(max-width:900px){.buyer-shop-header{grid-template-columns:auto auto minmax(0,1fr) auto;gap:8px 10px;padding-inline:18px}.buyer-shop-header__search{grid-column:1/-1;grid-row:2}.buyer-shop-header__actions{grid-column:4;grid-row:1}.buyer-shop-header__categories{grid-column:2;grid-row:1}.buyer-shop-header__logo{grid-column:1;grid-row:1}.buyer-shop-header .profile-btn>span:last-child{display:none}.buyer-shop-header__menu-toggle{display:block}.buyer-shop-header__guest-actions,.buyer-shop-header .profile-box,.buyer-shop-header__tracking{display:none}.buyer-shop-header__menu{position:fixed;z-index:50;top:68px;right:0;display:flex;visibility:hidden;flex-direction:column;width:min(88vw,360px);height:calc(100vh - 68px);height:calc(100dvh - 68px);min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:24px 24px calc(24px + env(safe-area-inset-bottom));background:#0b0d11;border-left:1px solid rgba(216,181,91,.24);box-shadow:-20px 20px 60px rgba(0,0,0,.45);transform:translateX(105%);transition:transform .25s ease,visibility 0s linear .25s}.buyer-shop-header__menu.is-open{visibility:visible;transform:none;transition-delay:0s}.buyer-shop-header__menu form{margin:0}.buyer-shop-header__menu>a,.buyer-shop-header__menu>form button{display:block;width:100%;padding:12px 4px;border:0;border-bottom:1px solid rgba(255,255,255,.07);background:transparent;color:#f4f1ea;font:inherit;font-size:15px;font-weight:750;text-align:left;cursor:pointer}.buyer-shop-header__menu :is(a,button):focus-visible,.buyer-shop-header__menu :is(a,button):hover{color:#f0d58a}.buyer-shop-header__mobile-auth{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:auto;padding-top:22px;border-top:1px solid rgba(216,181,91,.2)}.buyer-shop-header__menu .buyer-shop-header__mobile-auth-action{display:flex;min-height:48px;align-items:center;justify-content:center;padding:10px 12px;border:1px solid rgba(216,181,91,.56);border-radius:12px;color:#f0d58a;font-size:13px;font-weight:850;text-align:center;overflow-wrap:anywhere}.buyer-shop-header__menu .buyer-shop-header__mobile-auth-action--gold{border-color:transparent;background:linear-gradient(135deg,#f0d58a,#c9993e);color:#111}.buyer-shop-header__actions{min-width:0}}
@media(max-width:520px){.buyer-shop-header{position:fixed;inset:0 0 auto;z-index:1200;min-height:calc(112px + env(safe-area-inset-top));grid-template-columns:42px auto minmax(0,1fr) auto;gap:7px;padding:calc(7px + env(safe-area-inset-top)) 12px 9px;transform:translateZ(0);backface-visibility:hidden}.buyer-shop-header+main{padding-top:calc(112px + env(safe-area-inset-top))}.buyer-shop-header__logo{width:42px;height:42px}.buyer-shop-header__logo img{width:38px;height:38px}.buyer-shop-header__categories summary{min-height:38px;padding:7px}.buyer-shop-header__categories summary span{display:inline;max-width:46px;overflow:hidden;text-overflow:ellipsis;font-size:9px}.buyer-shop-header__category-panel{position:fixed;top:calc(58px + env(safe-area-inset-top));left:12px;right:12px;width:auto}.buyer-shop-header__search{height:42px;border-radius:12px;grid-template-columns:minmax(0,1fr) 44px}.buyer-shop-header__search input{padding-inline:12px;font-size:12px}.buyer-shop-header__actions{gap:4px}.buyer-shop-header .language-switcher{min-width:62px}.buyer-shop-header .language-switcher select{min-height:36px;padding:7px 21px 7px 6px;font-size:10px}.buyer-shop-header .language-switcher__icon{right:7px}.buyer-shop-header .cart-btn,.buyer-shop-header__menu-toggle{width:36px;height:36px;flex:0 0 36px}.buyer-shop-header__menu{top:calc(58px + env(safe-area-inset-top));height:calc(100vh - 58px - env(safe-area-inset-top));height:calc(100dvh - 58px - env(safe-area-inset-top))}.buyer-shop-header__mobile-auth{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.buyer-shop-header__logo,.buyer-shop-header__account{transition:none}}
