/* Pars Khalal Header Pro 1.3.0 */
.pkh-shell,
.pkh-shell *,
.pkh-drawer,
.pkh-drawer * {
    box-sizing: border-box;
}

.pkh-shell {
    position: relative;
    z-index: 99990;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    color: var(--pkh-text);
    font-family: IRANYekanX, Tahoma, Arial, sans-serif !important;
    line-height: 1.5;
    text-align: start;
}

.pkh-shell a,
.pkh-shell button,
.pkh-drawer a,
.pkh-drawer button {
    font-family: IRANYekanX, Tahoma, Arial, sans-serif !important;
    -webkit-tap-highlight-color: transparent;
}

.pkh-shell a,
.pkh-drawer a {
    text-decoration: none !important;
}

.pkh-shell ul,
.pkh-shell li,
.pkh-drawer ul,
.pkh-drawer li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.pkh-shell svg,
.pkh-drawer svg {
    display: block;
    width: 1.35em;
    height: 1.35em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pkh-shell.is-sticky {
    position: sticky;
    top: 0;
    z-index: 99990;
    padding-top: 16px;
    pointer-events: none;
}

body.admin-bar .pkh-shell.is-sticky {
    top: 32px;
}

.pkh-shell.is-sticky > * {
    pointer-events: auto;
}

.pkh-desktop,
.pkh-mobile {
    width: min(calc(100% - 48px), var(--pkh-max));
    max-width: 100%;
    min-width: 0;
    margin-inline: auto;
}

.pkh-desktop__bar,
.pkh-mobile__bar {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border: 1px solid var(--pkh-border);
    border-radius: var(--pkh-radius);
    background:
        linear-gradient(125deg, rgba(255,255,255,.065), rgba(255,255,255,.012) 49%, rgba(244,181,72,.026)),
        rgba(9,19,33,.88);
    -webkit-backdrop-filter: blur(var(--pkh-blur)) saturate(145%);
    backdrop-filter: blur(var(--pkh-blur)) saturate(145%);
    box-shadow:
        0 28px 80px rgba(0,0,0,.48),
        inset 0 1px 0 rgba(255,255,255,.085),
        inset 0 -1px 0 rgba(255,255,255,.025);
    isolation: isolate;
}

.pkh-desktop__bar {
    min-height: var(--pkh-h);
    padding-inline: 34px;
    overflow: visible;
}

.pkh-desktop__bar::before,
.pkh-mobile__bar::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background:
        radial-gradient(circle at 86% 0%, rgba(244,181,72,.09), transparent 28%),
        radial-gradient(circle at 7% 100%, rgba(255,255,255,.045), transparent 33%);
    pointer-events: none;
}

.pkh-desktop__bar::after,
.pkh-mobile__bar::after {
    content: "";
    position: absolute;
    inset-inline: 8%;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(244,181,72,.72), transparent);
    opacity: .55;
    pointer-events: none;
}

/* Brand */
.pkh-brand-wrap {
    flex: 0 0 auto;
    margin-inline-end: clamp(22px, 2.2vw, 44px);
}

.pkh-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    width: var(--pkh-logo-w);
    max-width: 100%;
    min-width: 0;
    color: var(--pkh-text) !important;
}

.pkh-brand--image {
    justify-content: center;
}

.pkh-brand__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 98px;
    object-fit: contain;
}

.pkh-brand--fallback {
    width: auto;
    min-width: 235px;
}

.pkh-brand__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.08;
    white-space: nowrap;
}

.pkh-brand__copy strong {
    color: var(--pkh-text);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.6px;
}

.pkh-brand__copy small {
    margin-top: 8px;
    color: var(--pkh-gold);
    font-family: Arial, sans-serif !important;
    font-size: 11px;
    font-weight: 500;
}

.pkh-brand__mark {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 75px;
    height: 79px;
    color: var(--pkh-gold);
    filter: drop-shadow(0 0 14px rgba(244,181,72,.24));
}

.pkh-brand__mark svg {
    width: 71px;
    height: 75px;
    stroke-width: 2.3;
}

/* Main navigation */
.pkh-nav {
    flex: 1 1 auto;
    min-width: 0;
}

.pkh-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 1.35vw, 27px);
    width: 100%;
}

.pkh-menu__item {
    position: relative;
    flex: 0 0 auto;
}

.pkh-menu__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: var(--pkh-h);
    padding-inline: 1px;
    color: var(--pkh-text) !important;
    font-size: var(--pkh-menu-size);
    font-weight: var(--pkh-menu-weight);
    white-space: nowrap;
    opacity: .9;
    transition: color .22s ease, opacity .22s ease;
}

.pkh-menu__link svg {
    width: 15px;
    height: 15px;
    transition: transform .24s ease;
}

.pkh-menu__link::after {
    content: "";
    position: absolute;
    inset-inline: 50%;
    bottom: 24px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pkh-gold), var(--pkh-gold-light), var(--pkh-gold));
    background-size: 220% 100%;
    box-shadow: 0 0 16px rgba(244,181,72,.44);
    opacity: 0;
    transition: inset-inline .28s ease, opacity .2s ease;
    animation: pkh-gold-flow 2.2s linear infinite;
}

.pkh-menu__item:hover > .pkh-menu__link,
.pkh-menu__item:focus-within > .pkh-menu__link,
.pkh-menu__item.is-current > .pkh-menu__link {
    color: var(--pkh-gold) !important;
    opacity: 1;
}

.pkh-menu__item:hover > .pkh-menu__link::after,
.pkh-menu__item:focus-within > .pkh-menu__link::after,
.pkh-menu__item.is-current > .pkh-menu__link::after {
    inset-inline: 0;
    opacity: 1;
}

.pkh-menu__item:hover > .pkh-menu__link svg,
.pkh-menu__item:focus-within > .pkh-menu__link svg {
    transform: rotate(180deg);
}

@keyframes pkh-gold-flow {
    to { background-position: 220% 0; }
}

/* Tools */
.pkh-tools {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 14px;
    margin-inline-start: clamp(18px, 1.8vw, 34px);
}

.pkh-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 54px;
    padding-inline: 20px;
    overflow: hidden;
    border: 1px solid rgba(244,181,72,.55) !important;
    border-radius: 16px !important;
    background: linear-gradient(125deg, rgba(255,255,255,.065), rgba(255,255,255,.02)) !important;
    color: var(--pkh-text) !important;
    font-size: 15px;
    font-weight: 600;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 8px 30px rgba(0,0,0,.18) !important;
    isolation: isolate;
    transition: color .2s ease, transform .2s ease;
}

.pkh-cta::before {
    content: "";
    position: absolute;
    inset: -110% -35%;
    z-index: -2;
    background: conic-gradient(from 0deg, transparent 0 67%, var(--pkh-gold) 75%, var(--pkh-gold-light) 80%, transparent 88%);
    animation: pkh-cta-spin 4.2s linear infinite;
}

.pkh-cta::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -1;
    border-radius: 14px;
    background: linear-gradient(125deg, rgba(21,31,47,.98), rgba(12,22,37,.98));
}

.pkh-cta:hover,
.pkh-cta:focus-visible {
    color: var(--pkh-gold-light) !important;
    outline: none !important;
    transform: translateY(-1px);
}

.pkh-cta svg {
    width: 20px;
    height: 20px;
    color: var(--pkh-gold);
}

@keyframes pkh-cta-spin {
    to { transform: rotate(360deg); }
}

/* Languages */
.pkh-language-switcher {
    position: relative;
    flex: 0 0 auto;
}

.pkh-language-trigger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 48px;
    padding: 0 10px !important;
    border: 0 !important;
    border-radius: 13px !important;
    background: transparent !important;
    color: var(--pkh-text) !important;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none !important;
    cursor: pointer;
    white-space: nowrap;
}

.pkh-language-trigger:hover,
.pkh-language-trigger:focus-visible,
.pkh-language-switcher.is-open .pkh-language-trigger {
    background: rgba(255,255,255,.045) !important;
    color: var(--pkh-gold-light) !important;
    outline: none !important;
}

.pkh-language-trigger svg {
    width: 14px;
    height: 14px;
    transition: transform .2s ease;
}

.pkh-language-switcher.is-open .pkh-language-trigger svg {
    transform: rotate(180deg);
}

.pkh-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
    background: rgba(255,255,255,.055);
    font-family: Apple Color Emoji, Segoe UI Emoji, sans-serif !important;
    font-size: 16px;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.pkh-language-menu {
    position: absolute;
    top: calc(100% + 9px);
    inset-inline-end: 0;
    z-index: 300;
    display: flex;
    width: 180px;
    padding: 8px;
    flex-direction: column;
    gap: 4px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 15px;
    background: rgba(12,22,37,.98);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 0 22px 55px rgba(0,0,0,.48);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.pkh-language-switcher.is-open .pkh-language-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.pkh-language-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 43px;
    padding-inline: 9px;
    border-radius: 10px;
    color: var(--pkh-muted) !important;
    font-size: 14px;
    font-weight: 500;
    transition: color .2s ease, background .2s ease;
}

.pkh-language-menu a:hover,
.pkh-language-menu a.is-current {
    background: rgba(244,181,72,.07);
    color: var(--pkh-gold-light) !important;
}

/* Simple submenu */
.pkh-submenu {
    position: absolute;
    top: calc(100% - 11px);
    inset-inline-start: 50%;
    z-index: 80;
    width: 220px;
    padding: 12px !important;
    border: 1px solid var(--pkh-border);
    border-radius: 16px;
    background: rgba(13,23,38,.98);
    box-shadow: 0 24px 60px rgba(0,0,0,.44);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(10px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.pkh-menu__item:hover > .pkh-submenu,
.pkh-menu__item:focus-within > .pkh-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.pkh-submenu a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: var(--pkh-muted) !important;
    font-size: 14px;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.pkh-submenu a:hover {
    background: rgba(244,181,72,.06);
    color: var(--pkh-gold) !important;
    transform: translateX(-3px);
}

[dir="ltr"] .pkh-submenu a:hover {
    transform: translateX(3px);
}

/* Mega menu */
.pkh-mega {
    position: absolute;
    top: calc(100% + 12px);
    right: -196px;
    left: auto;
    z-index: 200;
    width: min(900px, calc(100vw - 56px));
    padding: 24px 26px 21px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 22px;
    background:
        linear-gradient(130deg, rgba(255,255,255,.058), rgba(255,255,255,.012)),
        rgba(14,25,41,.97);
    -webkit-backdrop-filter: blur(26px) saturate(145%);
    backdrop-filter: blur(26px) saturate(145%);
    box-shadow: 0 38px 95px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.075), 0 0 45px rgba(244,181,72,.035);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}

.pkh-mega::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    height: 22px;
}

.pkh-menu__item:hover > .pkh-mega,
.pkh-menu__item:focus-within > .pkh-mega {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.pkh-mega__pointer {
    position: absolute;
    top: -10px;
    right: 222px;
    left: auto;
    width: 20px;
    height: 20px;
    border-top: 1px solid var(--pkh-gold);
    border-left: 1px solid var(--pkh-gold);
    background: #142033;
    box-shadow: -5px -5px 18px rgba(244,181,72,.25);
    transform: rotate(45deg);
}

[dir="ltr"] .pkh-mega {
    right: auto;
    left: -196px;
}

[dir="ltr"] .pkh-mega__pointer {
    right: auto;
    left: 222px;
}

.pkh-mega__content {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.pkh-mega__columns {
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: repeat(var(--pkh-cols), minmax(0, 1fr));
    min-width: 0;
}

.pkh-mega__column {
    position: relative;
    min-width: 0;
    padding: 6px 28px 5px;
    border-inline-end: 1px solid rgba(255,255,255,.13);
}

.pkh-mega__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 23px;
    color: var(--pkh-text) !important;
    font-size: var(--pkh-mega-title);
    font-weight: 700;
}

.pkh-mega__icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 32px;
    height: 32px;
    color: var(--pkh-gold);
}

.pkh-mega__icon svg,
.pkh-mega__icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.pkh-mega__column ul {
    display: flex;
    flex-direction: column;
    gap: 17px;
    min-height: 208px;
}

.pkh-mega__column li {
    position: relative;
    padding-inline-start: 14px !important;
}

.pkh-mega__column li::before {
    content: "";
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--pkh-gold);
    box-shadow: 0 0 10px rgba(244,181,72,.6);
    transform: translateY(-50%);
}

.pkh-mega__column li a {
    color: var(--pkh-muted) !important;
    font-size: var(--pkh-mega-link);
    font-weight: 500;
    transition: color .2s ease, transform .2s ease;
}

.pkh-mega__column li a:hover {
    color: var(--pkh-gold-light) !important;
    transform: translateX(-3px);
}

[dir="ltr"] .pkh-mega__column li a:hover {
    transform: translateX(3px);
}

.pkh-mega__all {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    margin-top: 18px;
    padding-inline: 13px;
    border: 1px solid rgba(244,181,72,.35);
    border-radius: 12px;
    color: var(--pkh-gold-light) !important;
    font-size: 13px;
    font-weight: 600;
    transition: background .2s ease, border-color .2s ease;
}

.pkh-mega__all:hover {
    border-color: var(--pkh-gold);
    background: rgba(244,181,72,.06);
}

.pkh-mega__all svg {
    width: 16px;
    height: 16px;
}

/* Catalog */
.pkh-catalog {
    flex: 0 0 220px;
    padding: 5px 0 4px 26px;
    border-inline-start: 1px solid rgba(255,255,255,.13);
}

[dir="ltr"] .pkh-catalog {
    padding: 5px 26px 4px 0;
}

.pkh-catalog__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 17px;
    color: var(--pkh-text);
}

.pkh-catalog__heading strong {
    font-size: var(--pkh-mega-title);
    font-weight: 700;
}

.pkh-catalog__heading svg {
    width: 24px;
    height: 24px;
    color: var(--pkh-gold);
}

.pkh-catalog__card {
    padding: 12px;
    border: 1px solid rgba(244,181,72,.3);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.017));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 14px 35px rgba(0,0,0,.24);
}

.pkh-catalog__visual {
    display: grid;
    place-items: center;
    min-height: 178px;
    overflow: hidden;
    border-radius: 11px;
    background: rgba(0,0,0,.12);
}

.pkh-catalog__visual img {
    display: block;
    width: 100%;
    height: 178px;
    object-fit: contain;
}

.pkh-catalog__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 12px;
}

.pkh-catalog__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.pkh-catalog__copy strong {
    color: var(--pkh-text);
    font-size: 13px;
    font-weight: 600;
}

.pkh-catalog__copy span {
    color: var(--pkh-gold);
    font-family: Arial, sans-serif !important;
    font-size: 12px;
}

.pkh-catalog__download {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 39px;
    height: 39px;
    border: 1px solid var(--pkh-gold) !important;
    border-radius: 11px;
    background: linear-gradient(145deg, var(--pkh-gold-light), var(--pkh-gold)) !important;
    color: #101827 !important;
    box-shadow: 0 7px 22px rgba(244,181,72,.18);
    transition: transform .2s ease, box-shadow .2s ease;
}

.pkh-catalog__download:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(244,181,72,.3);
}

.pkh-catalog__download svg {
    width: 19px;
    height: 19px;
    stroke-width: 2.1;
}

/* Mobile header */
.pkh-mobile {
    display: none;
}

.pkh-mobile__bar {
    justify-content: space-between;
    min-height: var(--pkh-mh);
    padding-inline: 25px;
    overflow: hidden;
}

.pkh-mobile__brand {
    display: flex;
    flex: 0 1 auto;
    min-width: 0;
}

.pkh-mobile__brand .pkh-brand {
    width: var(--pkh-logo-mw);
    max-width: 70vw;
}

.pkh-mobile__brand .pkh-brand__image {
    max-height: calc(var(--pkh-mh) - 17px);
}

.pkh-mobile-btn {
    display: grid !important;
    flex: 0 0 auto;
    place-items: center;
    width: 52px;
    height: 52px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 15px !important;
    background: transparent !important;
    color: var(--pkh-gold) !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.pkh-mobile-btn:hover,
.pkh-mobile-btn:focus-visible {
    background: rgba(244,181,72,.07) !important;
    color: var(--pkh-gold-light) !important;
    outline: none !important;
    transform: translateY(-1px);
}

.pkh-mobile-btn svg {
    width: 35px;
    height: 35px;
    stroke-width: 1.7;
}

/* Drawer */
.pkh-drawer {
    position: fixed;
    inset: 0;
    z-index: 100000;
    width: 100vw;
    max-width: 100%;
    height: 100dvh;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .24s ease, visibility .24s ease;
}

.pkh-drawer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.pkh-drawer__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(2,7,14,.75) !important;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    box-shadow: none !important;
}

.pkh-drawer__panel {
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    width: min(var(--pkh-drawer), 100%);
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 18px;
    border-inline-end: 1px solid rgba(255,255,255,.14);
    background:
        linear-gradient(140deg, rgba(255,255,255,.045), rgba(255,255,255,.01)),
        #0b1524;
    box-shadow: 25px 0 80px rgba(0,0,0,.48);
    transform: translateX(105%);
    transition: transform .3s cubic-bezier(.22,.78,.25,1);
}

[dir="ltr"] .pkh-drawer__panel {
    transform: translateX(-105%);
}

.pkh-drawer.is-open .pkh-drawer__panel {
    transform: translateX(0);
}

.pkh-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.pkh-drawer__head .pkh-brand {
    width: min(var(--pkh-logo-mw), calc(100% - 62px));
    max-width: calc(100% - 62px);
}

.pkh-mobile-btn--close {
    width: 44px;
    height: 44px;
}

.pkh-mobile-btn--close svg {
    width: 27px;
    height: 27px;
}

/* Mobile language selector */
.pkh-mobile-languages {
    margin-top: 14px;
    padding: 13px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 15px;
    background: rgba(255,255,255,.022);
}

.pkh-mobile-languages__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 11px;
    color: var(--pkh-text);
    font-size: 14px;
    font-weight: 600;
}

.pkh-mobile-languages__title svg {
    width: 19px;
    height: 19px;
    color: var(--pkh-gold);
}

.pkh-mobile-languages__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.pkh-mobile-language {
    display: flex;
    min-width: 0;
    min-height: 48px;
    padding: 6px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 11px;
    background: rgba(255,255,255,.022);
    color: var(--pkh-muted) !important;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.pkh-mobile-language:hover,
.pkh-mobile-language.is-current {
    border-color: rgba(244,181,72,.38);
    background: rgba(244,181,72,.065);
    color: var(--pkh-gold-light) !important;
}

.pkh-mobile-language .pkh-flag {
    width: 23px;
    height: 23px;
    font-size: 15px;
}

/* Mobile menu; closed accordions have exactly zero height */
.pkh-mobile-nav {
    width: 100%;
    min-width: 0;
}

.pkh-mobile-nav > .pkh-mobile-list {
    padding-top: 15px !important;
}

.pkh-mobile-list {
    display: block !important;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
}

.pkh-mobile-item {
    display: block !important;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.pkh-mobile-row {
    display: flex !important;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 61px;
    gap: 10px;
}

.pkh-mobile-row > a {
    display: flex !important;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
    padding: 0 !important;
    color: var(--pkh-text) !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    white-space: normal;
}

.pkh-mobile-row__icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--pkh-gold);
}

.pkh-mobile-row__icon svg,
.pkh-mobile-row__icon img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

.pkh-accordion-toggle {
    display: grid !important;
    flex: 0 0 auto;
    place-items: center;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(244,181,72,.38) !important;
    border-radius: 50% !important;
    background: rgba(244,181,72,.055) !important;
    color: var(--pkh-gold) !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, transform .25s ease;
}

.pkh-accordion-toggle:hover,
.pkh-accordion-toggle:focus-visible {
    border-color: var(--pkh-gold) !important;
    background: rgba(244,181,72,.11) !important;
    color: var(--pkh-gold-light) !important;
    outline: none !important;
}

.pkh-accordion-toggle svg {
    width: 18px;
    height: 18px;
    transition: transform .25s ease;
}

.pkh-mobile-item.is-open > .pkh-mobile-row .pkh-accordion-toggle svg {
    transform: rotate(45deg);
}

.pkh-mobile-children {
    display: block !important;
    width: 100%;
    height: auto !important;
    max-height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: max-height .42s cubic-bezier(.22,.78,.25,1), opacity .24s ease, visibility .24s ease;
}

.pkh-mobile-item.is-open > .pkh-mobile-children {
    max-height: 4200px !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.pkh-mobile-list--depth-1 {
    padding: 3px 13px 13px !important;
    border-radius: 15px;
    background: rgba(255,255,255,.02);
}

.pkh-mobile-list--depth-1 > .pkh-mobile-item {
    border-bottom-color: rgba(255,255,255,.06);
}

.pkh-mobile-list--depth-1 .pkh-mobile-row > a {
    color: var(--pkh-muted) !important;
    font-size: 14px;
}

.pkh-mobile-list--depth-2 {
    padding: 2px 17px 11px !important;
}

.pkh-mobile-list--depth-2 .pkh-mobile-item {
    border-bottom: 0;
}

.pkh-mobile-list--depth-2 .pkh-mobile-row {
    min-height: 43px;
}

.pkh-mobile-list--depth-2 .pkh-mobile-row > a {
    position: relative;
    padding-inline-start: 13px !important;
    color: var(--pkh-muted) !important;
    font-size: 13px;
    font-weight: 500;
}

.pkh-mobile-list--depth-2 .pkh-mobile-row > a::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--pkh-gold);
    transform: translateY(-50%);
}

.pkh-catalog--mobile {
    width: 100%;
    padding: 16px 12px 18px !important;
    border: 0;
}

.pkh-catalog--mobile .pkh-catalog__card {
    width: 100%;
    max-width: 245px;
}

.pkh-drawer__footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 20px;
}

.pkh-cta--mobile {
    width: 100%;
}

body.pkh-drawer-lock {
    overflow: hidden !important;
    overscroll-behavior: none;
}

.pkh-shell.is-mobile-mode .pkh-desktop {
    display: none;
}

.pkh-shell.is-mobile-mode .pkh-mobile {
    display: block;
}

@media (max-width: 1280px) {
    .pkh-desktop__bar { padding-inline: 24px; }
    .pkh-brand-wrap { margin-inline-end: 22px; }
    .pkh-brand--fallback { min-width: 205px; }
    .pkh-brand__copy strong { font-size: 28px; }
    .pkh-brand__mark { width: 64px; height: 69px; }
    .pkh-brand__mark svg { width: 61px; height: 66px; }
    .pkh-menu { gap: 15px; }
    .pkh-tools { gap: 10px; margin-inline-start: 16px; }
    .pkh-cta { padding-inline: 15px; }
    .pkh-language-trigger { padding-inline: 6px !important; }
}

@media (max-width: 1120px) {
    .pkh-desktop { display: none; }
    .pkh-mobile { display: block; }
}

@media (max-width: 600px) {
    .pkh-shell {
        overflow-x: clip;
    }

    .pkh-shell.is-sticky {
        padding-top: 8px;
    }

    body.admin-bar .pkh-shell.is-sticky {
        top: 46px;
    }

    .pkh-mobile {
        width: 100%;
        max-width: 100%;
        padding-inline: 10px;
        margin-inline: auto;
    }

    .pkh-mobile__bar {
        width: 100%;
        max-width: 100%;
        min-height: var(--pkh-mh);
        padding-inline: 15px;
        border-radius: 21px;
    }

    .pkh-mobile__brand {
        max-width: calc(100% - 58px);
    }

    .pkh-mobile__brand .pkh-brand {
        width: min(var(--pkh-logo-mw), 68vw);
        max-width: 100%;
    }

    .pkh-brand--fallback {
        min-width: 0;
        gap: 8px;
    }

    .pkh-brand__copy strong {
        font-size: 22px;
    }

    .pkh-brand__copy small {
        margin-top: 5px;
        font-size: 8px;
    }

    .pkh-brand__mark {
        width: 50px;
        height: 55px;
    }

    .pkh-brand__mark svg {
        width: 47px;
        height: 51px;
    }

    .pkh-mobile-btn {
        width: 47px;
        height: 47px;
        border-radius: 13px !important;
    }

    .pkh-mobile-btn svg {
        width: 31px;
        height: 31px;
    }

    .pkh-drawer__panel {
        width: min(var(--pkh-drawer), 100%);
        padding: 14px;
    }

    .pkh-mobile-languages__items {
        grid-template-columns: 1fr;
    }

    .pkh-mobile-language {
        justify-content: flex-start;
        padding-inline: 12px;
    }
}

@media (max-width: 380px) {
    .pkh-mobile { padding-inline: 7px; }
    .pkh-mobile__bar { padding-inline: 11px; }
    .pkh-mobile__brand .pkh-brand { width: min(var(--pkh-logo-mw), 65vw); }
    .pkh-mobile-btn { width: 43px; height: 43px; }
    .pkh-mobile-btn svg { width: 28px; height: 28px; }
}

@media (prefers-reduced-motion: reduce) {
    .pkh-shell *,
    .pkh-shell *::before,
    .pkh-shell *::after,
    .pkh-drawer *,
    .pkh-drawer *::before,
    .pkh-drawer *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* =========================================================
   1.4.0 — mobile layout, dropdown and overflow refinements
   ========================================================= */
html.pkh-has-header,
body.pkh-has-header {
    max-width: 100%;
    overflow-x: clip !important;
}

@supports not (overflow: clip) {
    html.pkh-has-header,
    body.pkh-has-header {
        overflow-x: hidden !important;
    }
}

.pkh-drawer {
    width: auto;
    max-width: none;
}

.pkh-mobile,
.pkh-mobile__bar,
.pkh-drawer,
.pkh-drawer__panel,
.pkh-drawer__head,
.pkh-mobile-nav,
.pkh-mobile-list,
.pkh-mobile-item,
.pkh-mobile-row,
.pkh-mobile-children,
.pkh-mobile-languages {
    min-width: 0;
    max-width: 100%;
}

.pkh-mobile__brand .pkh-brand--image,
.pkh-drawer__head .pkh-brand--image {
    justify-content: flex-start;
}

.pkh-shell[dir="rtl"] .pkh-mobile__brand,
.pkh-shell[dir="rtl"] .pkh-drawer__head .pkh-brand {
    margin-inline-end: auto;
}

.pkh-shell[dir="rtl"] .pkh-mobile__brand .pkh-brand__image,
.pkh-shell[dir="rtl"] .pkh-drawer__head .pkh-brand__image {
    object-position: right center;
}

.pkh-shell[dir="ltr"] .pkh-mobile__brand .pkh-brand__image,
.pkh-shell[dir="ltr"] .pkh-drawer__head .pkh-brand__image {
    object-position: left center;
}

/* Mobile language dropdown */
.pkh-mobile-languages {
    margin-top: 16px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 17px;
    background: rgba(255,255,255,.024);
}

.pkh-mobile-languages__trigger {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 64px;
    margin: 0 !important;
    padding: 10px 14px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: transparent !important;
    color: var(--pkh-text) !important;
    box-shadow: none !important;
    cursor: pointer;
    text-align: start;
}

.pkh-mobile-languages__trigger:hover,
.pkh-mobile-languages__trigger:focus-visible {
    background: rgba(244,181,72,.045) !important;
    outline: none !important;
}

.pkh-mobile-languages__label,
.pkh-mobile-languages__current {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.pkh-mobile-languages__label {
    font-size: 15px;
    font-weight: 700;
}

.pkh-mobile-languages__label > svg {
    width: 21px;
    height: 21px;
    color: var(--pkh-gold);
}

.pkh-mobile-languages__current {
    color: var(--pkh-muted);
    font-size: 13px;
    font-weight: 500;
}

.pkh-mobile-languages__current > svg {
    width: 17px;
    height: 17px;
    color: var(--pkh-gold);
    transition: transform .25s ease;
}

.pkh-mobile-languages.is-open .pkh-mobile-languages__current > svg {
    transform: rotate(180deg);
}

.pkh-mobile-languages__panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid transparent;
    transition: max-height .34s cubic-bezier(.22,.78,.25,1), opacity .2s ease, visibility .2s ease, border-color .2s ease;
}

.pkh-mobile-languages.is-open .pkh-mobile-languages__panel {
    max-height: 280px;
    opacity: 1;
    visibility: visible;
    border-top-color: rgba(255,255,255,.08);
}

.pkh-mobile-languages__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 11px !important;
}

.pkh-mobile-language {
    justify-content: flex-start;
    min-height: 50px;
    padding-inline: 12px;
    font-size: 13px;
}

/* Small chevrons only for items which actually have children */
.pkh-accordion-toggle {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: var(--pkh-gold) !important;
}

.pkh-accordion-toggle:hover,
.pkh-accordion-toggle:focus-visible {
    border: 0 !important;
    background: rgba(244,181,72,.065) !important;
    color: var(--pkh-gold-light) !important;
}

.pkh-accordion-toggle svg {
    width: 18px;
    height: 18px;
    stroke-width: 2;
    transform: rotate(0deg);
}

.pkh-mobile-item.is-open > .pkh-mobile-row .pkh-accordion-toggle svg {
    transform: rotate(180deg);
}

/* Catalog is visually centered inside the opened Products accordion */
.pkh-catalog--mobile {
    display: flex;
    width: 100%;
    padding: 18px 8px 22px !important;
    align-items: center;
    flex-direction: column;
}

.pkh-catalog--mobile .pkh-catalog__heading {
    width: min(100%, 290px);
    justify-content: center;
    text-align: center;
}

.pkh-catalog--mobile .pkh-catalog__card {
    width: min(100%, 290px);
    max-width: 290px;
    margin-inline: auto;
}

.pkh-catalog--mobile .pkh-catalog__visual,
.pkh-catalog--mobile .pkh-catalog__visual img {
    margin-inline: auto;
}

@media (max-width: 1120px) {
    .pkh-mobile {
        width: min(calc(100% - 20px), var(--pkh-max));
        max-width: calc(100% - 20px);
        margin-inline: auto;
        padding: 0;
    }

    .pkh-mobile__bar {
        width: 100%;
        max-width: 100%;
        padding-inline: 18px;
        overflow: hidden;
    }

    .pkh-shell[dir="rtl"] .pkh-mobile__brand {
        transform: translateX(5px);
    }

    .pkh-shell[dir="ltr"] .pkh-mobile__brand {
        transform: translateX(-5px);
    }

    .pkh-drawer__panel {
        top: max(14px, env(safe-area-inset-top));
        bottom: max(10px, env(safe-area-inset-bottom));
        inset-inline-start: 8px;
        width: min(var(--pkh-drawer), calc(100% - 16px));
        max-width: calc(100% - 16px);
        height: auto;
        padding: 18px 16px 24px;
        border: 1px solid rgba(255,255,255,.13);
        border-radius: 22px;
        overflow-x: hidden;
        box-shadow: 0 28px 90px rgba(0,0,0,.58), inset 0 1px 0 rgba(255,255,255,.05);
    }

    .pkh-drawer__head {
        min-height: 86px;
        padding: 7px 4px 18px;
    }

    .pkh-drawer__head .pkh-brand {
        width: min(var(--pkh-logo-mw), calc(100% - 58px));
        max-width: calc(100% - 58px);
    }

    .pkh-shell[dir="rtl"] .pkh-drawer__head .pkh-brand {
        transform: translateX(4px);
    }

    .pkh-shell[dir="ltr"] .pkh-drawer__head .pkh-brand {
        transform: translateX(-4px);
    }
}

@media (max-width: 600px) {
    .pkh-mobile {
        width: calc(100% - 16px);
        max-width: calc(100% - 16px);
        padding: 0;
    }

    .pkh-mobile__bar {
        padding-inline: 13px;
    }

    .pkh-drawer__panel {
        inset-inline-start: 6px;
        width: calc(100% - 12px);
        max-width: calc(100% - 12px);
        padding-inline: 13px;
    }

    .pkh-mobile-languages__current > span:not(.pkh-flag) {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pkh-mobile-languages__panel,
    .pkh-mobile-languages__current > svg,
    .pkh-accordion-toggle svg {
        transition-duration: .01ms !important;
    }
}
