/* District 27 — final shell */
.header-wrapper{position:relative!important;z-index:60!important;background:var(--d27-bg,#080808)!important;border:0!important;box-shadow:none!important}
.header-wrapper .header{box-sizing:border-box;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;width:100%;max-width:1440px;min-height:76px;margin:0 auto;padding:10px 34px!important;gap:28px!important;background:transparent!important}
.header-wrapper .header>header-drawer{display:none!important}
.header-wrapper .header__heading{grid-column:1;grid-row:1;margin:0!important;min-width:0}
.header-wrapper .header__heading-link{display:flex!important;align-items:center;padding:0!important;margin:0!important}
.header-wrapper .header__heading-logo{display:block!important;width:auto!important;max-width:118px!important;max-height:42px!important;margin:0!important}
.header-wrapper .header__inline-menu{grid-column:2;grid-row:1;display:flex!important;align-items:center;justify-content:center!important;min-width:0!important;margin:0!important}
.header-wrapper .header__inline-menu>nav>ul,.header-wrapper .header__inline-menu>ul{display:flex!important;align-items:center!important;justify-content:center!important;gap:0!important;width:auto!important;margin:0 auto!important}
.header-wrapper .header__inline-menu li{display:flex!important;align-items:center!important}
.header-wrapper .header__menu-item{font-family:var(--d27-body,Arial,sans-serif)!important;font-size:10px!important;line-height:1!important;letter-spacing:.18em!important;font-weight:600!important;color:var(--d27-text,#f3efe7)!important;padding:13px 12px!important;white-space:nowrap;text-decoration:none!important}
.header-wrapper .header__menu-item:hover,.header-wrapper .header__active-menu-item{color:var(--d27-accent,#dec28b)!important}
.header-wrapper .header__icons{grid-column:3;grid-row:1;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:3px!important;min-width:0!important}
.header-wrapper .header__icon{display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;padding:0!important;color:var(--d27-text,#f3efe7)!important}
.header-wrapper .header__icon .svg-wrapper{width:17px!important;height:17px!important}
.header-wrapper .header__icon:hover{color:var(--d27-accent,#dec28b)!important}
.header-wrapper .desktop-localization-wrapper,.header-wrapper .d27-mode-switch{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
.header-wrapper .header__icon--search,.header-wrapper .header-search,.header-wrapper details-modal,.header-wrapper .search-modal{display:none!important}
.header-wrapper .cart-count-bubble{min-width:15px!important;height:15px!important;font-size:8px!important}
@media(max-width:989px){.header-wrapper .header{display:flex!important;justify-content:space-between!important;min-height:64px!important;padding:8px 18px!important;gap:12px!important}.header-wrapper .header>header-drawer{display:flex!important;order:0}.header-wrapper .header__heading{order:1;flex:1;display:flex;justify-content:center}.header-wrapper .header__inline-menu{display:none!important}.header-wrapper .header__icons{order:2;gap:0!important}.header-wrapper .header__heading-logo{max-width:98px!important;max-height:34px!important}.header-wrapper .header__icon{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}}
@media(max-width:560px){.header-wrapper .header{padding-left:14px!important;padding-right:14px!important}.header-wrapper .header__heading-logo{max-width:88px!important}}