/*!
 * Pentagram header clone — extracted from pentagram.com.ua
 * Source: assets/default/production/styles.*.css + client.*.css
 * Generated: 2026-06-26
 * All rules below are scoped to .header and its descendants
 * to avoid leaking styles into the rest of the wikibook theme.
 */

/* ============== HEADER ============== */

.header,
.footer {
    flex:none;
  }

.header {
    position:relative;
    z-index:102;
    margin-bottom:30px;
  }

.homepage .header {
    margin-bottom:0;
  }

.header__container {
    background:#231358 url("https://cdn.pentagram.com.ua/img/bg_top.webp") 50% 50%;
  }

.header__container:has(.header__bottom) {
    margin-bottom:20px;
  }

.homepage .header__container {
    background:url("https://cdn.pentagram.com.ua/img/bg_top.webp") 50% 50%;
  }

.header__top {
    background:#1b114f;
    line-height:1.5;
    border-bottom:none;
    color:#fff;
    fill:#fff;
    padding-top:0;
    padding-bottom:0;
  }

.header__middle {
    color:#ffd505;
    padding-top:0;
    padding-bottom:0;
  }

.header__middle .icon--search {
    fill:#ffd505;
  }

.header__middle {
    border-bottom:none;
  }

.header__middle .icon--phone,
.header__middle .icon--vodafone,
.header__middle .icon--life,
.header__middle .icon--ks {
    fill:#ffd505;
  }

.header__bottom {
    position:relative;
    top:20px;
    margin:-20px 0 0;
    padding-top:0;
    padding-bottom:0;
    background:#1b114f;
    color:#fff;
    fill:#fff;
    border-left:none;
    border-right:none;
  }

.header__bottom .icon {
    fill:#fff;
  }

.header__wrapper {
    max-width:1440px;
    padding:0 20px;
    margin:0 auto;
  }

.header__layout {
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
  }

.header__layout--top {
    min-height:30px;
  }

.header__layout--top .header__section:not(:last-child) {
    margin-right:20px;
  }

.header__layout--middle {
    height:100px;
  }

.header__layout--middle .header__section:not(:last-child) {
    margin-right:20px;
  }

.header__layout--bottom {
    min-height:20px;
  }

.header__layout--bottom .header__section:not(:last-child) {
    margin-right:16px;
  }

.header__column {
    display:flex;
    align-items:center;
    flex:1 1 auto;
    max-width:100%;
  }

.header__column:not(:last-child) {
    padding-right:12px;
  }

.header__column:not(:first-child) {
    padding-left:12px;
  }

.header__column:only-child {
    padding:0;
  }

.header__column--center .header__logo img {
    margin:0 auto;
    display:block;
  }

.header__column--wide {
    flex:9999 9999 auto;
  }

.header__column--wide .header__section:only-child {
    flex:1 1 100%;
    max-width:100%;
  }

.header__column--vertical {
    flex-direction:column;
    align-items:stretch;
  }

.header__column--right {
    justify-content:flex-end;
  }

.header__row {
    display:flex;
    align-items:center;
    margin-bottom:12px;
  }

.header__row:last-child {
    margin-bottom:0;
  }

.header__section {
    flex:0 1 auto;
    display:inline-block;
    vertical-align:middle;
    font-size:14px;
    text-align:left;
  }

.header__section--catalog-menu {
    max-width:100%;
  }

.header__section--site-menu {
    max-width:100%;
    flex:0 1 auto;
    min-width:0;
  }

.header__section--contacts .phones__callback-link {
    color:#fff;
  }

.header__section--contacts .phones__callback-link:hover {
    color:#ffd505;
  }

.header__logo {
    display:flex;
    align-items:center;
    overflow:hidden;
    width:200px;
    max-height:100px;
  }

.header__column--left .header__logo {
    padding-left:0;
  }

.header__logo img {
    max-width:100%;
    height:auto;
  }

.header--small .header__logo {
    height:100px;
    line-height:100px;
  }

.header__middle .currency-selector .icon--currency {
    fill:#ffd505;
  }

.header__middle .lang-menu .icon--lang-globe-outline {
    fill:#ffd505;
  }

.header__middle .comparison-view__button {
    fill:#ffd505;
    color:#ffd505;
  }

.header__middle .favorites-view__button {
    fill:#ffd505;
    color:#ffd505;
  }

.header__middle .userbar__button {
    fill:#ffd505;
    color:#ffd505;
  }

.header__middle .userbar__button-icon {
    color:#ffd505;
  }

.header__middle .site-menu__link {
    color:#fff;
  }

.header__middle .site-menu__link:hover {
    color:#fff;
    opacity:.6;
  }

.header__middle .social-icons__item {
    color:#ffd505;
  }

.header__middle .social-icons__item:hover {
    color:#ffd505;
    opacity:.8;
  }

.header__middle .timetable .icon--clock,
.header__middle .timetable .icon--clock-outline {
    fill:#ffd505;
  }

.header__middle .basket {
    fill:#ffd505;
    color:#ffd505;
  }

.header__middle .basket__link {
    fill:#ffd505;
    color:#ffd505;
  }

.header.__noMenu+.banners--wide {
    margin-top:0;
  }

/* ============== SITE-MENU ============== */

.site-menu {
    display:block;
    overflow:hidden;
    height:20px;
  }

.site-menu__item {
    display:inline-block;
    margin-left:16px;
    font-size:12px;
    line-height:12px;
    font-weight:normal;
    letter-spacing:normal;
    text-transform:none;
    transition:opacity .25s;
    opacity:1;
    white-space:nowrap;
  }

.site-menu__item.is-active {
    opacity:.6;
  }

.site-menu__item:first-child {
    margin-left:0;
  }

.site-menu__link {
    padding:4px 0;
    display:block;
    border:0;
    color:currentColor;
    transition:opacity .25s;
  }

.site-menu__link:hover {
    color:currentColor;
    opacity:.6;
  }

.site-menu__link.__hover .icon--arrow-down-light {
    transform:rotate(180deg);
  }

.site-menu__link .icon--arrow-down-light {
    display:inline-block;
    margin-top:0;
    margin-left:6px;
    font-size:10px;
    fill:currentColor;
    transition:transform .25s;
  }

.site-menu__link,
.phones--column .phones__item-link,
.timetable,
.userbar--user-outline-icon .userbar__button .userbar__button-text,
.productsMenu-tabs-list__tab:hover a,
.productsMenu-tabs-list__tab.__hover a {
    color:#fff;
  }

.phones__item-link:hover,
.site-menu__link:hover,
.footer__link:hover,
.userbar--user-outline-icon .userbar__button:hover .userbar__button-text {
    color:var(--hover-color);
  }

/* ============== LANG-MENU ============== */

.lang-menu {
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    font-weight:normal;
    text-transform:none;
    letter-spacing:normal;
    color:currentColor;
  }

.lang-menu .icon--lang-globe-outline {
    position:relative;
    font-size:16px;
    fill:currentColor;
  }

.lang-menu__item {
    opacity:.6;
    transition:opacity .25s;
  }

.lang-menu__item.is-active,
.lang-menu__item:hover {
    cursor:default;
    opacity:1;
  }

.lang-menu__link {
    display:block;
    border:0;
    line-height:1;
    color:currentColor;
    transition:opacity .15s;
  }

.lang-menu__link:hover {
    color:currentColor;
  }

/* ============== SEARCH ============== */

.search .loader-spinner--form {
    font-size:16px;
    left:initial;
    right:12px;
  }

.search {
    position:relative;
    z-index:100;
    width:auto;
    min-width:200px;
  }

.search__input {
    display:grid;
    grid-template-columns:1fr auto;
    overflow:hidden;
    box-sizing:border-box;
    width:100%;
    font-size:14px;
    background:#fff;
    color:#000;
    border-radius:100px;
    height:40px;
    padding:0 10px 0 24px;
    border:1px solid #000;
  }

.search__input::-moz-placeholder {
    color:rgba(0,0,0,.4);
  }

.search__input:-ms-input-placeholder {
    color:rgba(0,0,0,.4);
  }

.search__input::placeholder {
    color:rgba(0,0,0,.4);
  }

.search__button {
    display:flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    padding:0;
    border:0;
    background-color:rgba(0,0,0,0);
    transition:all .15s;
    cursor:pointer;
    border-radius:100px;
    width:40px;
    height:40px;
  }

.search__button .icon--search {
    fill:#000;
    transition:all .15s;
    font-size:16px;
  }

.search__button .loader-spinner--form {
    right:12px;
  }

.search__button:disabled {
    cursor:default;
  }

.search__button:disabled .icon--search {
    opacity:.4;
  }

.search .form-load {
    right:10px;
  }

.search-field__button .icon--search {
    position:absolute;
    right:7px;
    top:8px;
    font-size:14px;
    fill:#ffd505;
    transition:all .15s;
  }

.search-field__button:disabled .icon--search {
    opacity:.4;
  }

.productsMenu-search .search {
    margin:7px;
  }

.search__input {
    height:40px;
    padding:0 40px 0 20px;
    border:1px solid #000;
    border-radius:30px;
    text-transform:capitalize;
  }

.search__button {
    width:40px;
    display:flex;
    justify-content:center;
    align-items:center;
  }

.search__button .icon--search {
    position:unset;
    right:unset;
    top:unset;
  }

/* ============== PHONES ============== */

.phones--column {
      display: grid;
    grid-template-columns: [icon] -webkit-max-content [content] auto;
    grid-template-columns: [icon] max-content [content] auto;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 6px;
    padding-left: 20px;
    padding-right: 16px;
    font-size: 16px;
    grid-auto-flow: column;
    align-items: baseline;
  }

.phones--column .icon--phones {
    grid-column:icon;
    width:20px;
    height:20px;
    font-size:20px;
    fill:#ffd505;
  }

.phones--column .phones__item {
    grid-column:content;
  }

.phones--column .phones__item:hover {
    color:#ffd505;
  }

.phones--column .phones__item:active {
    color:#ffd505;
  }

.phones--column .phones__item-link {
    color:inherit;
    border:none;
  }

.phones--column .phones__callback,
.phones--column .phones__email {
    grid-column:content;
    font-size:12px;
  }

.phones--column .phones__callback-link,
.phones--column .phones__email-link {
    color:#fff;
  }

.phones--column .phones__callback-link:hover,
.phones--column .phones__email-link:hover {
    color:#ffd505;
  }

.phones--column .phones__callback-link,
.phones--column .phones__email-link {
    border-bottom:none;
  }

.phones--checkout .phones__item {
    position:relative;
    display:inline-block;
    margin-right:5px;
    color:#ffd505;
    border:none;
    font-size:16px;
    white-space:nowrap;
  }

.phones--checkout .phones__item:hover {
    color:#ffd505;
  }

.phones--checkout .phones__item:active {
    color:#ffd505;
  }

.phones--checkout .phones__item-link {
    color:inherit;
    border:none;
  }

.phones--checkout .icon {
    display:inline-block;
    position:relative;
    top:-2px;
    width:1em;
    height:1em;
    fill:#ffd505;
    color:#ffd505;
    margin-right:3px;
    font-size:16px;
  }

.phones--column .phones__callback-link,
.phones--column .phones__email-link {
    color:#fff;
    border-bottom-color:#fff;
  }

.phones--column .phones__callback-link:hover,
.phones--column .phones__email-link:hover {
    color:var(--hover-color);
    border-bottom-color:var(--hover-color);
  }

/* ============== TIMETABLE ============== */

.timetable {
    display:inline-block;
    position:relative;
    text-align:left;
    margin-left:24px;
    font-size:14px;
    font-weight:normal;
    letter-spacing:normal;
    text-transform:none;
  }

.timetable .icon--clock,
.timetable .icon--clock-outline {
    position:absolute;
    left:-23px;
    top:0;
    color:currentColor;
    fill:currentColor;
    font-size:16px;
  }

.timetable__title {
    margin-bottom:5px;
  }

.timetable__text p {
    margin-bottom:1px;
  }

.timetable__text strong {
    display:inline-block;
    min-width:63px;
  }

/* ============== BASKET ============== */

.basket-view {
    position:relative;
  }

.basket-view__tooltip {
    border-radius:4px;
    opacity:0;
    visibility:hidden;
    position:absolute;
    z-index:5000;
    top:100%;
    background:#fff;
    padding:8px 12px;
    font-size:14px;
    margin-top:6px;
    box-shadow:0 3px 35px rgba(0,0,0,.3);
    transition:opacity .15s,visibility 0s .15s;
    text-align:center;
  }

.basket-view__tooltip:before {
    content:"";
    position:absolute;
    bottom:100%;
    left:50%;
    margin-left:-5px;
    border:rgba(0,0,0,0) 5px solid;
    border-bottom-color:#fff;
  }

.basket-view__tooltip.is-visible {
    opacity:1;
    visibility:visible;
    transition-delay:0s;
  }

.basket {
    display:flex;
    align-items:center;
    gap:6px;
    color:currentColor;
    fill:currentColor;
    opacity:1;
    transition:opacity .15s;
    border:none;
    flex-direction:column;
    background:rgba(0,0,0,0);
    padding:0;
    cursor:pointer;
  }

.basket.is-hover,
.basket:hover {
    color:currentColor;
    opacity:.8;
  }

.basket.is-disabled {
    cursor:default;
  }

.basket .icon {
    font-size:24px;
    min-width:24px;
    min-height:24px;
  }

.basket {
    white-space:nowrap;
  }

.basket.is-hover,
.basket:hover {
    opacity:1;
  }

.basket.__empty .basket__title {
    padding-top:13px;
  }

.basket.is-empty .basket__items {
    display:none;
  }

.basket__icon {
    position:relative;
    display:inline-block;
    transition:all .15s;
    line-height:1;
  }

.basket__icon .icon {
    fill:#ffd25b;
    font-size:24px;
    transition:fill .15s ease;
  }

.basket__contents {
    display:grid;
    gap:2px;
    text-align:center;
  }

.basket__title {
    font-size:14px;
    font-weight:bold;
    letter-spacing:normal;
    color:#fff;
  }

.basket__items {
    position:absolute;
    top:-5px;
    right:-7px;
    min-width:7px;
    padding:3px 4px;
    border-radius:15px;
    background:#231358;
    color:#fff;
    font-size:10px;
    line-height:9px;
    text-align:center;
  }

.basket__value {
    font-size:14px;
    line-height:1;
    color:#fff;
  }

.basket__link.is-disabled {
    cursor:default;
  }

.basket__link .icon {
    font-size:24px;
    min-width:24px;
    min-height:24px;
  }

.basket__icon--cart-outline .basket__items,
.favorites-view__count {
    background:#e91e63;
  }

/* ============== FAVORITES ============== */

.favorites-view__button {
    display:flex;
    align-items:center;
    gap:8px;
    color:currentColor;
    fill:currentColor;
    opacity:1;
    transition:opacity .15s;
    border:none;
    flex-direction:row;
    background:rgba(0,0,0,0);
    padding:0;
    cursor:pointer;
  }

.favorites-view__button.is-hover,
.favorites-view__button:hover {
    color:currentColor;
    opacity:.8;
  }

.favorites-view__button.is-disabled {
    cursor:default;
  }

.favorites-view__button .icon {
    font-size:20px;
    min-width:20px;
    min-height:20px;
  }

.favorites-view__icon-container {
    display:flex;
    position:relative;
  }

.favorites-view__count {
    position:absolute;
    top:-5px;
    right:-7px;
    min-width:7px;
    padding:3px 4px;
    border-radius:15px;
    background:#231358;
    color:#fff;
    font-size:10px;
    line-height:9px;
    text-align:center;
  }

.favorites-view__tooltip {
    border-radius:4px;
    opacity:0;
    visibility:hidden;
    position:absolute;
    z-index:5000;
    top:100%;
    background:#fff;
    padding:8px 12px;
    font-size:14px;
    margin-top:6px;
    box-shadow:0 3px 35px rgba(0,0,0,.3);
    transition:opacity .15s,visibility 0s .15s;
    text-align:center;
  }

.favorites-view__tooltip:before {
    content:"";
    position:absolute;
    bottom:100%;
    left:50%;
    margin-left:-5px;
    border:rgba(0,0,0,0) 5px solid;
    border-bottom-color:#fff;
  }

.favorites-view__tooltip.is-visible {
    opacity:1;
    visibility:visible;
    transition-delay:0s;
  }

.favorites-button__icon .icon {
    stroke:#acacac;
    fill:#fff;
  }

.favorites-button__icon--xs .icon {
    font-size:16px;
  }

.favorites-button__icon--s .icon {
    font-size:20px;
  }

.favorites-button__icon--m .icon {
    font-size:16px;
  }

.favorites-button__icon--l .icon {
    font-size:19px;
  }

.favorites-button.is-active .favorites-button__icon--xs .icon,
.favorites-button.is-active .favorites-button__icon--s .icon {
    stroke:#3a4457;
    fill:#3a4457;
  }

.favorites-button.is-active .favorites-button__icon--m,
.favorites-button.is-active .favorites-button__icon--l {
    background:#3a4457;
    border-color:#3a4457;
  }

.favorites-button.is-active .favorites-button__icon--m .icon,
.favorites-button.is-active .favorites-button__icon--l .icon {
    stroke:#fff;
  }

.productsTable-buttons .favorites-button:not(.is-active),
.productsTable-buttons .comparison-button:not(.is-active) {
    visibility:hidden;
  }

/* ============== USERBAR ============== */

.userbar {
    position:relative;
  }

.userbar__button {
    display:flex;
    align-items:center;
    gap:8px;
    color:currentColor;
    fill:currentColor;
    opacity:1;
    transition:opacity .15s;
    border:none;
    flex-direction:row;
    background:rgba(0,0,0,0);
    padding:0;
    cursor:pointer;
  }

.userbar__button.is-hover,
.userbar__button:hover {
    color:currentColor;
    opacity:.8;
  }

.userbar__button.is-disabled {
    cursor:default;
  }

.userbar__button .icon {
    font-size:20px;
    min-width:20px;
    min-height:20px;
  }

.userbar__button {
    max-width:140px;
  }

.userbar__menu-item .icon {
    font-size:16px;
    min-width:16px;
    min-height:16px;
    fill:#000;
  }

.userbar--user-outline-icon .userbar__button {
    border:2px solid #fff;
  }

.userbar--user-outline-icon .userbar__button:hover {
    border:2px solid var(--hover-color);
  }

/* ============== PRODUCTS-MENU ============== */

.products-menu {
    position:relative;
    height:100%;
    margin:0 auto;
    border:none;
    border-radius:0;
  }

.products-menu::after {
    content:" ";
    display:table;
    clear:both;
  }

.products-menu__container {
    display:flex;
    width:100%;
    height:100%;
    overflow:hidden;
  }

.products-menu__container.__collapsed {
    float:left;
    width:70%;
  }

.products-menu__container.__collapsed .products-menu__item:last-child .products-menu__title-link {
    border-radius:0;
  }

.products-menu__container.__collapsed .products-menu__item:last-child .products-menu__title:after {
    content:"";
    display:table-cell;
    height:100%;
    width:1px;
    background:#2c2c2c;
  }

.products-menu__item {
    flex:1 1 auto;
    vertical-align:middle;
  }

.products-menu__item.__active .products-menu__title-link {
    background:#3c248b;
    color:#fff;
  }

.products-menu__item.__hover .products-menu__title-link {
    background:#392f6d;
    color:#fff;
  }

.products-menu__item.__active.__hover .products-menu__title-link {
    color:#fff;
    background:#5a42a9;
  }

.products-menu__item.__active.__hover .products-menu__title-link:active {
    background:rgb(58.5,35.1,136.1);
    color:hsla(0,0%,100%,.75) !important;
  }

.products-menu__title {
    height:100%;
    position:relative;
  }

.products-menu__title-link {
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    height:100%;
    min-height:40px;
    padding:12px 15px 12px;
    border:0;
    line-height:1.15;
    color:#fff;
    font-size:14px;
    font-weight:normal;
    letter-spacing:normal;
    text-transform:none;
    text-align:center;
    transition:all .15s;
  }

.products-menu__title-link:has(.icon--arrow-down-light) {
    flex-direction:row;
  }

.products-menu__title-link.__hover .icon--arrow-down-light {
    transform:rotate(180deg);
  }

.products-menu__title-link .icon--arrow-down-light {
    display:inline-block;
    margin-top:0;
    margin-left:6px;
    font-size:10px;
    fill:currentColor;
    transition:transform .25s;
  }

.products-menu__title-link:hover {
    color:#fff;
  }

.products-menu__title-link:active {
    color:hsla(0,0%,100%,.75) !important;
  }

.products-menu__title-icon {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    width:24px;
    height:24px;
    margin-right:10px;
  }

.products-menu__title-icon img {
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
  }

.products-menu.is-active .productsMenu-submenu {
    transition:visibility 0s,opacity 0s;
  }

/* ============== ICON ============== */

.icon {
    display:inline-block;
    font-size:32px;
    width:1em;
    height:1em;
    vertical-align:middle;
  }

.icon--search {
    font-size:13px;
  }

.icon--basket-outline {
    font-size:34px;
  }

.alert .icon {
    font-size:1em;
    flex-shrink:0;
    margin-right:8px;
  }

.comparison-view__button .icon {
    font-size:32px;
    min-width:32px;
    min-height:32px;
  }

.footer__contacts-group .icon {
    position:absolute;
    top:0;
    left:0;
    transform:translate3d(-24px, 0, 0);
    font-size:16px;
    fill:#fff;
    opacity:.6;
  }

.comparison-button .icon {
    stroke:#acacac;
    fill:none;
  }

.comparison-button.is-active .icon {
    stroke:#3a4457;
    fill:#3a4457;
  }

.files__item-icon .icon {
    position:relative;
    left:-5px;
    font-size:50px;
    fill:currentColor;
  }

.user-discount-details__icon .icon {
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    fill:#fff;
    font-size:36px;
  }

.user-discount-details__item--current .user-discount-details__icon .icon {
    font-size:40px;
  }

.productRating-star.__hover .icon--star,
.productRating-star.__active .icon--star {
    stroke:#ffd25b;
    fill:#ffd25b;
  }

.contacts-info__group .icon {
    position:absolute;
    left:0;
    top:4px;
    font-size:16px;
    fill:#000;
    opacity:.6;
  }

.digital-product-sticker .icon {
    font-size:16px;
    fill:#000;
  }

.digital-product-sticker--pure-icon .icon {
    margin-right:0;
  }

.digital-product-sticker--icon-only .icon {
    margin-right:0;
  }

.productFiles-link-icon .icon {
    position:relative;
    left:-5px;
    font-size:50px;
  }

.installments__active-tick .icon {
    font-size:16px;
    fill:#00b000;
  }

.personal-manager__avatar .icon {
    fill:#48ab11;
    font-size:64px;
  }

.personal-manager__contacts-item .icon {
    position:absolute;
    left:0;
    top:2px;
    font-size:16px;
  }

.cart-panel__icon .icon {
    font-size:24px;
    fill:#000;
  }

/* ============== RESPONSIVE (@media) ============== */

@media (min-width: 1280px) {
  .header__wrapper {
      padding:0 30px;
    }

  .header__middle .header__column:not(:last-child) {
      padding-right:16px;
    }

  .header__middle .header__column:not(:first-child) {
      padding-left:16px;
    }

  .products-menu__title-link {
      padding-top:12px;
    }

}

@media (min-width: 1440px) {
  .header__middle .header__column:not(:last-child) {
      padding-right:20px;
    }

  .header__middle .header__column:not(:first-child) {
      padding-left:20px;
    }

  .products-menu__title-link {
      padding-top:12px;
      padding-bottom:12px;
    }

}

@media (max-width: 1600px) {
  .header__column--right .header__section:last-child .userbar__dropdown {
      right:0;
      left:auto;
      transform:translateY(5%);
    }

}

@media screen and (min-width: 1280px) {
  .categories-grid.__fluidGrid {
      -moz-columns:5;
      columns:5;
    }

}

@media screen and (min-width: 1440px) {
  .categories-grid.__fluidGrid {
      -moz-columns:6;
      columns:6;
    }

}


/* ============== BURGER / MOBILE NAV (added by clone) ============== */

/* Hide burger & mobile nav on desktop by default */
.header__burger {
    display: none;
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 200;
    background: transparent;
    border: 0;
    padding: 8px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.header__burger-line {
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
}

.header--mobile-open .header__burger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.header--mobile-open .header__burger-line:nth-child(2) {
    opacity: 0;
}
.header--mobile-open .header__burger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile nav container — hidden by default */
.header__mobile-nav {
    display: none;
}

.header--mobile-open .header__mobile-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    max-width: 90vw;
    background: #231358;
    color: #fff;
    padding: 80px 20px 20px;
    overflow-y: auto;
    z-index: 150;
    box-shadow: -4px 0 16px rgba(0, 0, 0, 0.25);
}

/* Mobile nav list */
.site-menu--mobile .site-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-menu--mobile .site-menu__item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.site-menu--mobile .site-menu__link {
    display: block;
    padding: 12px 0;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-menu--mobile .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 0 16px;
    display: none;
}
.menu-item-has-children.is-open > .sub-menu {
    display: block;
}

/* Submenu toggle button */
.submenu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submenu-toggle__icon {
    position: relative;
    width: 12px;
    height: 12px;
    display: block;
}
.submenu-toggle__icon::before,
.submenu-toggle__icon::after {
    content: '';
    position: absolute;
    background: currentColor;
    transition: transform 0.2s ease;
}
.submenu-toggle__icon::before {
    top: 5px;
    left: 0;
    right: 0;
    height: 2px;
}
.submenu-toggle__icon::after {
    top: 0;
    bottom: 0;
    left: 5px;
    width: 2px;
}
.menu-item-has-children.is-open > .submenu-toggle .submenu-toggle__icon::after {
    transform: scaleY(0);
}

/* Mobile actions (login / cart shortcuts at the bottom of mobile nav) */
.header__mobile-actions {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.header__mobile-action {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.header__mobile-action .icon {
    width: 22px;
    height: 22px;
    fill: currentColor;
    flex: 0 0 22px;
}

/* Body scroll lock when mobile menu is open */
.is-locked {
    overflow: hidden;
}

/* ============== RESPONSIVE SWITCHES ============== */

/* Show burger on mobile (< 1024px) */
@media (max-width: 1023px) {
    .header__burger {
        display: flex;
    }

    /* Hide desktop middle-row layout pieces that don't fit mobile */
    .header__layout--middle {
        flex-wrap: wrap;
    }
    .header__column--wide {
        flex: 1 1 100%;
        order: 3;
    }
    .header__column--right {
        order: 2;
    }
}

/* On desktop ensure burger & mobile-nav never show */
@media (min-width: 1024px) {
    .header__burger {
        display: none !important;
    }
    .header__mobile-nav {
        display: none !important;
    }
    .header--mobile-open .header__mobile-nav {
        display: none !important;
    }
}

/* Phones section smaller text on mobile */
@media (max-width: 1023px) {
    .phones--header .phones__item-link {
        font-size: 14px;
    }
}

/* ============== MOBILE BAR (< 1024px) ============== */
/* On mobile: hide desktop container + show mobile bar */
@media (max-width: 1023px) {
    .header__container {
        display: none !important;
    }
    .header__burger--desktop {
        display: none !important;
    }
    .header__mobile-bar {
        display: block;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }
}

/* On desktop: hide mobile bar */
@media (min-width: 1024px) {
    .header__mobile-bar {
        display: none !important;
    }
}

/* Mobile top row: logo + actions */
.header__mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    gap: 12px;
}

.header__logo--mobile {
    flex: 0 0 auto;
    max-width: 120px;
}
.header__logo--mobile img {
    display: block;
    height: auto;
    width: auto;
    max-height: 40px;
}

.header__mobile-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.header__mobile-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #231358;
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.header__mobile-action .icon {
    width: 22px;
    height: 22px;
    fill: currentColor;
}
.header__mobile-action:hover {
    color: #ffeb3b;
}

.header__mobile-cart-count {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: #C54714;
    color: #fff;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
}

/* Burger (inside mobile actions) */
.header__mobile-actions .header__burger {
    position: static;
    width: 40px;
    height: 40px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.header__mobile-actions .header__burger-line {
    display: block;
    width: 22px;
    height: 2px;
    background: #231358;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.header--mobile-open .header__mobile-actions .header__burger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.header--mobile-open .header__mobile-actions .header__burger-line:nth-child(2) {
    opacity: 0;
}
.header--mobile-open .header__mobile-actions .header__burger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile horizontal nav bar (scrollable) */
.header__mobile-nav-bar {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.header__mobile-nav-bar::-webkit-scrollbar {
    display: none;
}

.header__mobile-nav-list {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0 16px;
    white-space: nowrap;
}
.header__mobile-nav-list .menu-item,
.header__mobile-nav-item {
    flex: 0 0 auto;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.header__mobile-nav-link,
.header__mobile-nav-list .menu-item > a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 12px 14px;
    color: #231358;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s, color 0.2s;
}
.header__mobile-nav-link:hover,
.header__mobile-nav-list .menu-item > a:hover,
.header__mobile-nav-link:focus,
.header__mobile-nav-list .menu-item > a:focus {
    color: #ffeb3b;
    border-bottom-color: #ffeb3b;
}
.header__mobile-nav-link::after,
.header__mobile-nav-list .menu-item > a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
    opacity: 0.6;
}
.header__mobile-nav-list .menu-item.menu-item-has-children > a::after,
.header__mobile-nav-item--has-children .header__mobile-nav-link::after {
    display: inline-block;
}

/* Submenus in the horizontal nav (mobile): hidden, only show via tap */
.header__mobile-nav-list .sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Cart inside mobile-actions has the count badge */
.header__mobile-action--cart {
    position: relative;
}

/* Empty state for menu */
.header__mobile-nav-item--empty {
    padding: 12px 14px;
    color: #999;
    font-size: 13px;
}
