.ps-site-header {
    --psh-bg: #071126;
    --psh-surface: #0d1933;
    --psh-surface-2: #111f3f;
    --psh-border: rgba(96, 165, 250, .24);
    --psh-text: #f7f9ff;
    --psh-muted: #a8b4d1;
    --psh-blue: #60a5fa;
    --psh-violet: #8b5cf6;
    --psh-danger: #fb7185;
    position: sticky;
    top: 0;
    z-index: 1020;
    direction: rtl;
    color: var(--psh-text);
    background: linear-gradient(105deg, rgba(5, 14, 34, .98), rgba(13, 25, 51, .98) 52%, rgba(6, 16, 37, .98));
    border-bottom: 1px solid rgba(96, 165, 250, .32);
    box-shadow: 0 12px 34px rgba(2, 8, 23, .34), 0 2px 12px rgba(59, 130, 246, .14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.admin-bar .ps-site-header { top: 32px; }
.ps-site-header *, .ps-site-header *::before, .ps-site-header *::after { box-sizing: border-box; }
.ps-site-header button, .ps-site-header input { font: inherit; }
.ps-site-header button, .ps-site-header a { -webkit-tap-highlight-color: transparent; }
.ps-site-header a { text-decoration: none; }
.ps-header-icon { width: 22px; height: 22px; display: block; }
.ps-site-header a:focus-visible, .ps-site-header button:focus-visible, .ps-site-header input:focus-visible { outline: 2px solid #93c5fd; outline-offset: 3px; }
.ps-header-skip-link { position: fixed; top: 8px; right: 12px; z-index: 1070; padding: 10px 14px; color: #fff; background: #1d4ed8; border-radius: 10px; transform: translateY(-150%); transition: transform 160ms ease; }
.ps-header-skip-link:focus { transform: translateY(0); }

.ps-site-header__shell {
    width: min(1760px, calc(100% - 44px));
    margin: 0 auto;
}

.ps-site-header__desktop {
    min-height: 112px;
    display: grid;
    grid-template-columns: minmax(235px, auto) auto minmax(260px, 370px) auto auto auto;
    align-items: center;
    gap: clamp(14px, 1.4vw, 28px);
    transition: min-height 180ms ease;
}

.ps-site-header.is-condensed .ps-site-header__desktop { min-height: 82px; }
.ps-header-brand { display: flex; align-items: center; gap: 13px; min-width: 0; color: var(--psh-text); }
.ps-header-brand__mark { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; overflow: hidden; }
.ps-header-brand__mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.ps-header-brand > span:last-child { display: grid; gap: 3px; }
.ps-header-brand strong { color: #fff; font-size: 19px; font-weight: 800; white-space: nowrap; }
.ps-header-brand small { color: var(--psh-muted); font-size: 11px; white-space: nowrap; }

.ps-header-nav { display: flex; align-items: stretch; gap: 2px; height: 56px; white-space: nowrap; }
.ps-header-nav > a, .ps-header-nav__dropdown > button {
    position: relative;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 13px;
    color: #d9e1f4;
    background: transparent;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 650;
    cursor: pointer;
    transition: color 180ms ease, background-color 180ms ease;
}
.ps-header-nav > a:hover, .ps-header-nav > a:focus-visible, .ps-header-nav__dropdown > button:hover, .ps-header-nav__dropdown > button:focus-visible { color: #fff; background: rgba(96, 165, 250, .08); outline: none; }
.ps-header-nav > a.is-active, .ps-header-nav__dropdown > button.is-active { color: #fff; }
.ps-header-nav > a.is-active::after, .ps-header-nav__dropdown > button.is-active::after { content: ""; position: absolute; right: 12px; left: 12px; bottom: -7px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, transparent, var(--psh-blue), var(--psh-violet), transparent); box-shadow: 0 0 12px rgba(96, 165, 250, .8); }
.ps-header-nav__dropdown { position: relative; display: flex; }
.ps-header-nav__dropdown > button .ps-header-icon { width: 16px; height: 16px; transition: transform 180ms ease; }
.ps-header-nav__dropdown.is-open > button .ps-header-icon { transform: rotate(180deg); }
.ps-header-products {
    position: absolute;
    top: calc(100% + 13px);
    right: 0;
    width: 440px;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    color: var(--psh-text);
    background: linear-gradient(145deg, rgba(17, 31, 63, .99), rgba(7, 17, 38, .99));
    border: 1px solid var(--psh-border);
    border-radius: 18px;
    box-shadow: 0 24px 65px rgba(0, 0, 0, .44);
}
.ps-header-products[hidden] { display: none; }
.ps-header-products a { min-height: 50px; display: grid; align-content: center; gap: 2px; padding: 8px 11px; color: #e9efff; border: 1px solid transparent; border-radius: 11px; font-size: 13px; }
.ps-header-products a:hover, .ps-header-products a:focus-visible { background: rgba(96, 165, 250, .09); border-color: rgba(96, 165, 250, .2); outline: none; }
.ps-header-products a small { color: var(--psh-muted); font-size: 10px; }
.ps-header-products__all { grid-column: 1 / -1; grid-template-columns: 38px 1fr; align-items: center; background: linear-gradient(90deg, rgba(59, 130, 246, .14), rgba(139, 92, 246, .11)); border-color: rgba(139, 92, 246, .2) !important; }
.ps-header-products__all span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; color: var(--psh-blue); background: rgba(96, 165, 250, .12); border-radius: 10px; }
.ps-header-products__all .ps-header-icon { width: 18px; height: 18px; }

.ps-header-search { position: relative; height: 52px; display: flex; align-items: center; gap: 9px; padding: 0 15px; color: var(--psh-muted); background: rgba(255, 255, 255, .035); border: 1px solid rgba(122, 148, 202, .28); border-radius: 15px; transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease; }
.ps-header-search:focus-within { color: var(--psh-blue); background: rgba(17, 31, 63, .96); border-color: rgba(96, 165, 250, .62); box-shadow: 0 0 0 3px rgba(59, 130, 246, .12), 0 12px 30px rgba(0, 0, 0, .18); }
.ps-header-search input[type="search"] { min-width: 0; width: 100%; height: 100%; padding: 0; color: #fff; background: transparent !important; border: 0 !important; outline: 0 !important; box-shadow: none !important; font-size: 13px; text-align: right; }
.ps-header-search input::placeholder { color: #8290b2; opacity: 1; }
.ps-header-search input::-webkit-search-cancel-button { display: none; }
.ps-header-search__clear { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; padding: 0; color: var(--psh-muted); background: rgba(255, 255, 255, .05); border: 0; border-radius: 9px; cursor: pointer; }
.ps-header-search__clear[hidden] { display: none; }
.ps-header-search__clear .ps-header-icon { width: 16px; height: 16px; }
.ps-header-search__results { position: absolute; top: calc(100% + 10px); right: 0; left: 0; min-width: 350px; padding: 8px; background: rgba(8, 18, 40, .99); border: 1px solid var(--psh-border); border-radius: 16px; box-shadow: 0 24px 60px rgba(0, 0, 0, .45); overflow: hidden; }
.ps-header-search__results[hidden] { display: none; }
.ps-header-search__state { min-height: 64px; display: grid; place-items: center; padding: 12px; color: var(--psh-muted); font-size: 12px; text-align: center; }
.ps-header-search__item { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 10px; min-height: 62px; padding: 7px; color: #eef3ff; border: 1px solid transparent; border-radius: 11px; }
.ps-header-search__item:hover, .ps-header-search__item:focus, .ps-header-search__item.is-active { background: rgba(96, 165, 250, .09); border-color: rgba(96, 165, 250, .18); outline: none; }
.ps-header-search__item img { width: 48px; height: 48px; object-fit: cover; background: var(--psh-surface); border-radius: 9px; }
.ps-header-search__item b { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.ps-header-search__item .price { color: #c7d2fe; font-size: 11px; white-space: nowrap; }
.ps-header-search__all { display: flex; justify-content: center; padding: 10px; color: var(--psh-blue); border-top: 1px solid rgba(96, 165, 250, .12); font-size: 12px; font-weight: 700; }

.ps-header-phone { min-height: 54px; display: flex; align-items: center; gap: 9px; color: #fff; white-space: nowrap; }
.ps-header-phone > span:first-child { width: 43px; height: 43px; display: grid; place-items: center; color: var(--psh-blue); background: rgba(59, 130, 246, .09); border: 1px solid rgba(96, 165, 250, .22); border-radius: 13px; }
.ps-header-phone > span:last-child, .ps-header-cart__toggle > span:last-child, .ps-header-account__toggle > span:nth-child(2) { display: grid; gap: 1px; }
.ps-header-phone small, .ps-header-cart__toggle small, .ps-header-account__toggle small { color: var(--psh-muted); font-size: 10px; }
.ps-header-phone b { font-size: 13px; letter-spacing: .3px; }

.ps-header-popover { position: relative; }
.ps-header-cart__toggle, .ps-header-account__toggle, .ps-header-login { min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 5px 8px; color: var(--psh-text); background: transparent; border: 1px solid transparent; border-radius: 14px; cursor: pointer; white-space: nowrap; transition: background-color 180ms ease, border-color 180ms ease; }
.ps-header-cart__toggle:hover, .ps-header-cart__toggle:focus-visible, .ps-header-account__toggle:hover, .ps-header-account__toggle:focus-visible, .ps-header-login:hover, .ps-header-login:focus-visible { background: rgba(96, 165, 250, .07); border-color: rgba(96, 165, 250, .24); outline: none; }
.ps-header-cart__icon { position: relative; width: 46px; height: 46px; display: grid; place-items: center; color: #dbeafe; border: 1px solid rgba(96, 165, 250, .34); border-radius: 50%; box-shadow: inset 0 0 14px rgba(96, 165, 250, .08); }
.ps-header-cart-count { position: absolute; top: -6px; right: -5px; min-width: 21px; height: 21px; display: grid; place-items: center; padding: 0 5px; color: #fff; background: linear-gradient(135deg, #fb7185, #f43f5e); border: 2px solid #0a1530; border-radius: 11px; font-size: 10px; font-weight: 800; line-height: 1; }
.ps-header-cart-total { color: #fff; font-size: 12px; font-weight: 750; }
.ps-header-cart-total .woocommerce-Price-amount { color: inherit !important; }
.ps-header-cart-empty { color: var(--psh-muted); }
.ps-header-account__avatar { width: 43px; height: 43px; overflow: hidden; border: 1px solid rgba(139, 92, 246, .55); border-radius: 50%; box-shadow: 0 0 0 3px rgba(139, 92, 246, .09); }
.ps-header-account__avatar img { width: 100%; height: 100%; object-fit: cover; }
.ps-header-account__toggle strong { max-width: 110px; overflow: hidden; text-overflow: ellipsis; font-size: 12px; }
.ps-header-account__toggle > .ps-header-icon { width: 16px; height: 16px; color: var(--psh-muted); transition: transform 180ms ease; }
.ps-header-account.is-open .ps-header-account__toggle > .ps-header-icon { transform: rotate(180deg); }
.ps-header-login { min-width: 126px; justify-content: center; color: #fff; border-color: rgba(139, 92, 246, .34); background: linear-gradient(135deg, rgba(59, 130, 246, .11), rgba(139, 92, 246, .13)); font-size: 12px; font-weight: 750; }

.ps-header-popover__panel { position: absolute; top: calc(100% + 13px); left: 0; width: 310px; padding: 9px; color: var(--psh-text); background: linear-gradient(150deg, rgba(17, 31, 63, .99), rgba(7, 17, 38, .99)); border: 1px solid var(--psh-border); border-radius: 18px; box-shadow: 0 24px 65px rgba(0, 0, 0, .45); }
.ps-header-popover__panel[hidden] { display: none; }
.ps-header-account-menu__profile { display: grid; width: 100%; min-width: 0; grid-template-columns: 48px minmax(0, 1fr) 20px; align-items: center; gap: 10px; padding: 10px; margin-bottom: 7px; color: #fff; background: linear-gradient(135deg, rgba(59, 130, 246, .12), rgba(139, 92, 246, .1)); border: 1px solid rgba(139, 92, 246, .19); border-radius: 13px; box-sizing: border-box; }
.ps-header-account-menu__profile img { display: block; width: 48px; height: 48px; max-width: none; border-radius: 50%; object-fit: cover; }
.ps-header-account-menu__profile > span { display: grid; width: auto; height: auto; min-width: 0; gap: 2px; place-items: initial; color: inherit; background: transparent; border-radius: 0; }
.ps-header-account-menu__profile b { display: block; max-width: 100%; overflow: hidden; color: #fff; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; line-height: 1.6; }
.ps-header-account-menu__profile small { display: block; overflow: hidden; color: var(--psh-muted); text-overflow: ellipsis; white-space: nowrap; font-size: 10px; line-height: 1.6; }
.ps-header-account-menu > a:not(.ps-header-account-menu__profile), .ps-header-drawer__account > a { min-height: 44px; display: grid; grid-template-columns: 34px 1fr 18px; align-items: center; gap: 9px; padding: 5px 7px; color: #e8eeff; border: 1px solid transparent; border-radius: 11px; font-size: 12px; }
.ps-header-account-menu > a:not(.ps-header-account-menu__profile):hover, .ps-header-account-menu > a:not(.ps-header-account-menu__profile):focus-visible { color: #fff; background: rgba(96, 165, 250, .09); border-color: rgba(96, 165, 250, .18); outline: none; }
.ps-header-account-menu > a:not(.ps-header-account-menu__profile) > span, .ps-header-drawer__account > a > span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--psh-blue); background: rgba(96, 165, 250, .1); border-radius: 9px; }
.ps-header-account-menu > a .ps-header-icon, .ps-header-drawer__account > a .ps-header-icon { width: 16px; height: 16px; }
.ps-header-account-menu > a.is-logout { margin-top: 6px; color: #fecdd3; border-top-color: rgba(251, 113, 133, .15); }
.ps-header-account-menu > a.is-logout > span { color: var(--psh-danger); background: rgba(251, 113, 133, .1); }

.ps-site-header .ps-header-mini-cart { width: min(520px, calc(100vw - 32px)); padding: 0; overflow: hidden; border-color: rgba(105, 142, 219, .3); border-radius: 24px; background: radial-gradient(circle at 10% 0, rgba(124, 58, 237, .16), transparent 30%), linear-gradient(155deg, #0b1937, #050d20 72%); box-shadow: 0 30px 80px rgba(0, 0, 0, .58), inset 0 1px rgba(255, 255, 255, .05); direction: rtl; }
.ps-site-header .ps-header-mini-cart .widget_shopping_cart_content { display: grid; max-height: min(720px, calc(100dvh - 130px)); overflow: hidden; grid-template-columns: repeat(2, minmax(0, 1fr)); color: #f5f7ff; scrollbar-width: thin; scrollbar-color: #3f5e9c transparent; }
.ps-site-header .ps-header-mini-cart__head { display: grid; min-height: 104px; padding: 18px 20px; grid-column: 1 / -1; grid-template-columns: 58px minmax(0, 1fr) 48px; align-items: center; gap: 14px; border-bottom: 1px solid rgba(105, 142, 219, .2); background: rgba(5, 13, 32, .66); }
.ps-site-header .ps-header-mini-cart__head-icon { position: relative; width: 56px; height: 56px; display: grid; place-items: center; color: #eef4ff; border: 1px solid rgba(105, 151, 241, .38); border-radius: 17px; background: linear-gradient(145deg, rgba(31, 57, 114, .76), rgba(8, 21, 49, .94)); }
.ps-site-header .ps-header-mini-cart__head-icon svg { width: 28px; height: 28px; }
.ps-site-header .ps-header-mini-cart__head-icon b { position: absolute; top: -8px; right: -8px; min-width: 27px; height: 27px; display: grid; place-items: center; padding: 0 6px; color: #fff; background: linear-gradient(145deg, #ff7184, #db3151); border: 1px solid rgba(255, 151, 163, .7); border-radius: 999px; box-shadow: 0 0 0 4px rgba(255, 81, 109, .08); font-size: 11px; }
.ps-site-header .ps-header-mini-cart__head-copy { display: grid; gap: 3px; }
.ps-site-header .ps-header-mini-cart__head-copy strong { color: #f5f7ff; font-size: 21px; font-weight: 850; }
.ps-site-header .ps-header-mini-cart__head-copy small { color: #8192b8; font-size: 11px; font-weight: 650; }
.ps-site-header .ps-header-mini-cart__close { width: 48px; height: 48px; display: grid; place-items: center; padding: 0; color: #dce7ff; border: 1px solid rgba(105, 151, 241, .3); border-radius: 14px; background: rgba(12, 28, 61, .72); cursor: pointer; }
.ps-site-header .ps-header-mini-cart__close svg { width: 22px; height: 22px; }
.ps-site-header .ps-header-mini-cart__close:hover { color: #fff; border-color: rgba(255, 113, 136, .55); background: rgba(255, 81, 109, .1); }
.ps-site-header .ps-header-mini-cart :is(.ps-header-mini-cart__close, .remove_from_cart_button, .ar-cartbox, .ar-order):focus-visible { outline: 3px solid rgba(76, 141, 255, .55) !important; outline-offset: 3px; }

.ps-site-header .ps-header-mini-cart ul.ar-product { width: auto !important; height: auto !important; max-height: min(470px, calc(100dvh - 350px)) !important; display: flex !important; margin: 0 !important; padding: 18px 22px !important; overflow-x: hidden !important; overflow-y: auto !important; grid-column: 1 / -1; flex-direction: column; gap: 13px; list-style: none; overscroll-behavior: contain; }
.ps-site-header .ps-header-mini-cart ul.ar-product > .bk_purchasing_process { display: none !important; }
.ps-site-header .ps-header-mini-cart ul.ar-product > li.mini_cart_item { position: relative; width: 100% !important; height: auto !important; min-height: 190px !important; display: grid !important; margin: 0 !important; padding: 16px 16px 16px 70px !important; overflow: hidden; border: 1px solid rgba(105, 151, 241, .34) !important; border-radius: 20px !important; background: radial-gradient(circle at 100% 0, rgba(61, 107, 255, .12), transparent 42%), linear-gradient(145deg, rgba(15, 33, 70, .97), rgba(7, 18, 42, .99)) !important; box-shadow: inset 0 1px rgba(255, 255, 255, .04), 0 14px 30px rgba(0, 0, 0, .15) !important; box-sizing: border-box; }
.ps-site-header .ps-header-mini-cart ul.ar-product > li.mini_cart_item:hover { border-color: rgba(119, 165, 255, .58) !important; background: radial-gradient(circle at 100% 0, rgba(61, 107, 255, .16), transparent 42%), linear-gradient(145deg, rgba(18, 40, 82, .98), rgba(8, 21, 47, 1)) !important; }
.ps-site-header .ps-header-mini-cart ul.ar-product > li.mini_cart_item > a:not(.remove) { min-width: 0; display: grid !important; grid-template-columns: 122px minmax(0, 1fr); gap: 16px; align-items: start; color: #f5f7ff !important; }
.ps-site-header .ps-header-mini-cart .ar-product-side { width: 122px !important; height: 122px !important; display: block !important; padding: 0 !important; overflow: hidden !important; border: 1px solid rgba(105, 151, 241, .28); border-radius: 17px; background: rgba(255, 255, 255, .04) !important; }
.ps-site-header .ps-header-mini-cart .ar-product-image { width: 122px !important; height: 122px !important; margin: 0 !important; }
.ps-site-header .ps-header-mini-cart .ar-product-image::before { display: none !important; content: none !important; }
.ps-site-header .ps-header-mini-cart .ar-product-image img { position: static !important; width: 122px !important; max-width: none !important; height: 122px !important; max-height: none !important; display: block !important; margin: 0 !important; object-fit: cover; mix-blend-mode: normal !important; border-radius: 16px; }
.ps-site-header .ps-header-mini-cart .flex-direction-nav { min-width: 0; display: block !important; }
.ps-site-header .ps-header-mini-cart .ar-product > li > a h3 { height: auto !important; display: -webkit-box !important; margin: 3px 0 0 !important; padding: 0 !important; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #f5f7ff !important; font-size: 15px !important; font-weight: 800 !important; line-height: 1.85 !important; text-align: right; }
.ps-site-header .ps-header-mini-cart__license { width: fit-content; display: inline-flex; margin-top: 6px; padding: 3px 7px; align-items: center; gap: 5px; color: #9bb2e2; border: 1px solid rgba(94, 135, 225, .23); border-radius: 999px; background: rgba(76, 141, 255, .08); font-size: 9px; font-weight: 700; }
.ps-site-header .ps-header-mini-cart__license svg { width: 14px; height: 14px; }
.ps-site-header .ps-header-mini-cart .variation { display: grid !important; margin: 7px 0 0 !important; grid-template-columns: max-content minmax(0, 1fr); gap: 2px 6px; color: #9fafd0 !important; font-size: 9px !important; line-height: 1.55 !important; }
.ps-site-header .ps-header-mini-cart .variation :is(dt, dd, p) { margin: 0 !important; padding: 0 !important; color: inherit !important; font-size: inherit !important; line-height: inherit !important; }
.ps-site-header .ps-header-mini-cart .variation dt { color: #7589b3 !important; font-weight: 500 !important; }
.ps-site-header .ps-header-mini-cart .variation p { overflow: hidden; color: #cbd8f3 !important; font-weight: 700 !important; text-overflow: ellipsis; white-space: nowrap; }
.ps-site-header .ps-header-mini-cart .quantity-wrap { width: auto !important; display: flex !important; margin: 12px 138px 0 0 !important; padding-top: 12px; align-items: center; border-top: 1px solid rgba(105, 151, 241, .18); }
.ps-site-header .ps-header-mini-cart .ps-mini-cart-price { width: 100%; display: flex !important; align-items: center; justify-content: space-between; gap: 8px; }
.ps-site-header .ps-header-mini-cart .ps-mini-cart-qty { padding: 4px 9px; color: #9fb0d2 !important; border: 1px solid rgba(92, 135, 220, .26); border-radius: 8px; background: rgba(76, 141, 255, .08); font-size: 10px !important; white-space: nowrap; }
.ps-site-header .ps-header-mini-cart .ps-mini-cart-line-total, .ps-site-header .ps-header-mini-cart .ps-mini-cart-line-total * { position: static !important; margin: 0 !important; color: #f5f7ff !important; font-size: 15px !important; font-weight: 900 !important; white-space: nowrap; }
.ps-site-header .ps-header-mini-cart .quantity { display: none !important; }
.ps-site-header .ps-header-mini-cart .remove_from_cart_button { position: absolute !important; z-index: 3; top: auto !important; right: auto !important; bottom: 14px !important; left: 14px !important; width: 44px !important; height: 44px !important; display: grid !important; padding: 0 !important; place-items: center; color: transparent !important; border: 1px solid rgba(255, 81, 109, .35) !important; border-radius: 12px !important; background: rgba(255, 81, 109, .1) !important; font-size: 0 !important; line-height: 1 !important; }
.ps-site-header .ps-header-mini-cart .remove_from_cart_button::before { position: static !important; display: block !important; color: #ff7188 !important; content: '\00d7' !important; font-family: Arial, sans-serif !important; font-size: 23px !important; line-height: 1 !important; }

.ps-site-header .ps-header-mini-cart .ar-amount { min-height: 66px; display: flex !important; margin: 0 22px 12px !important; padding: 13px 16px !important; grid-column: 1 / -1; align-items: center; justify-content: space-between; color: #f5f7ff !important; border: 1px solid rgba(105, 151, 241, .25) !important; border-radius: 16px; background: linear-gradient(105deg, rgba(42, 31, 93, .62), rgba(10, 27, 62, .88)); font-size: 14px !important; }
.ps-site-header .ps-header-mini-cart .ar-amount strong, .ps-site-header .ps-header-mini-cart .ar-amount strong * { position: static !important; margin: 0 !important; color: #b5a6ff !important; font-size: 22px !important; font-weight: 900 !important; }
.ps-site-header .ps-header-mini-cart :is(.ar-cartbox, .ar-order) { min-width: 0 !important; min-height: 54px !important; display: flex !important; margin: 0 6px 16px !important; padding: 9px 12px !important; align-items: center; justify-content: center; gap: 8px; color: #fff !important; border-radius: 14px !important; font-size: 13px !important; font-weight: 800 !important; text-align: center; }
.ps-site-header .ps-header-mini-cart :is(.ar-cartbox, .ar-order) svg { width: 19px; height: 19px; flex: 0 0 19px; }
.ps-site-header .ps-header-mini-cart .ar-cartbox { margin-right: 22px !important; border: 1px solid rgba(105, 151, 241, .4) !important; background: rgba(13, 34, 71, .76) !important; }
.ps-site-header .ps-header-mini-cart .ar-order { margin-left: 22px !important; border: 1px solid rgba(255, 120, 139, .55) !important; background: linear-gradient(115deg, #f43f67, #ff5f6d 52%, #925cff) !important; box-shadow: 0 10px 25px rgba(244, 63, 103, .23) !important; }

/* Compact desktop proportions: this is a header popover, not a full cart page. */
.ps-site-header .ps-header-mini-cart { width: min(420px, calc(100vw - 28px)); border-radius: 19px; }
.ps-site-header .ps-header-mini-cart .widget_shopping_cart_content { max-height: min(590px, calc(100dvh - 120px)); }
.ps-site-header .ps-header-mini-cart__head { min-height: 76px; padding: 12px 14px; grid-template-columns: 44px minmax(0, 1fr) 42px; gap: 10px; }
.ps-site-header .ps-header-mini-cart__head-icon { width: 42px; height: 42px; border-radius: 13px; }
.ps-site-header .ps-header-mini-cart__head-icon svg { width: 22px; height: 22px; }
.ps-site-header .ps-header-mini-cart__head-icon b { top: -6px; right: -6px; min-width: 22px; height: 22px; font-size: 9px; }
.ps-site-header .ps-header-mini-cart__head-copy strong { font-size: 16px; }
.ps-site-header .ps-header-mini-cart__head-copy small { font-size: 9px; }
.ps-site-header .ps-header-mini-cart__close { width: 42px; height: 42px; border-radius: 12px; }
.ps-site-header .ps-header-mini-cart__close svg { width: 19px; height: 19px; }
.ps-site-header .ps-header-mini-cart ul.ar-product { max-height: min(320px, calc(100dvh - 280px)) !important; padding: 12px 14px !important; gap: 10px; }
.ps-site-header .ps-header-mini-cart ul.ar-product > li.mini_cart_item { min-height: 155px !important; padding: 10px 10px 10px 54px !important; border-radius: 15px !important; }
.ps-site-header .ps-header-mini-cart ul.ar-product > li.mini_cart_item > a:not(.remove) { grid-template-columns: 88px minmax(0, 1fr); gap: 11px; }
.ps-site-header .ps-header-mini-cart .ar-product-side,
.ps-site-header .ps-header-mini-cart .ar-product-image,
.ps-site-header .ps-header-mini-cart .ar-product-image img { width: 88px !important; height: 88px !important; border-radius: 12px; }
.ps-site-header .ps-header-mini-cart .ar-product > li > a h3 { margin-top: 0 !important; font-size: 12px !important; line-height: 1.65 !important; }
.ps-site-header .ps-header-mini-cart__license { margin-top: 4px; padding: 2px 6px; font-size: 8px; }
.ps-site-header .ps-header-mini-cart__license svg { width: 12px; height: 12px; }
.ps-site-header .ps-header-mini-cart .variation { margin-top: 4px !important; gap: 1px 5px; font-size: 8px !important; line-height: 1.35 !important; }
.ps-site-header .ps-header-mini-cart .quantity-wrap { margin: 6px 99px 0 0 !important; padding-top: 7px; }
.ps-site-header .ps-header-mini-cart .ps-mini-cart-qty { padding: 3px 7px; font-size: 9px !important; }
.ps-site-header .ps-header-mini-cart .ps-mini-cart-line-total,
.ps-site-header .ps-header-mini-cart .ps-mini-cart-line-total * { font-size: 12px !important; }
.ps-site-header .ps-header-mini-cart .remove_from_cart_button { bottom: 9px !important; left: 9px !important; width: 40px !important; height: 40px !important; border-radius: 10px !important; }
.ps-site-header .ps-header-mini-cart .remove_from_cart_button::before { font-size: 20px !important; }
.ps-site-header .ps-header-mini-cart .ar-amount { min-height: 50px; margin: 0 14px 9px !important; padding: 9px 12px !important; border-radius: 13px; font-size: 12px !important; }
.ps-site-header .ps-header-mini-cart .ar-amount strong,
.ps-site-header .ps-header-mini-cart .ar-amount strong * { font-size: 17px !important; }
.ps-site-header .ps-header-mini-cart :is(.ar-cartbox, .ar-order) { width: auto !important; height: 48px !important; min-height: 48px !important; margin: 0 4px 12px !important; padding: 8px 11px !important; border-radius: 12px !important; box-sizing: border-box; font-size: 11px !important; line-height: 1.4 !important; white-space: nowrap !important; }
.ps-site-header .ps-header-mini-cart :is(.ar-cartbox, .ar-order) svg { width: 17px; height: 17px; flex-basis: 17px; }
.ps-site-header .ps-header-mini-cart .ar-cartbox { margin-right: 14px !important; }
.ps-site-header .ps-header-mini-cart .ar-order { margin-left: 14px !important; }

/* The parent theme renders its empty cart as a white, single grid column. */
.ps-site-header .ps-header-mini-cart .widget_shopping_cart_content.is-empty { grid-template-columns: minmax(0, 1fr); }
.ps-site-header .ps-header-mini-cart .widget_shopping_cart_content.is-empty .ps-header-mini-cart__head { grid-column: 1; }
.ps-site-header .ps-header-mini-cart .cart-empty-div,
.ps-site-header .ps-header-mini-cart .woocommerce-mini-cart__empty-message { position: relative;width: 100% !important; max-width: none !important; min-height: 342px; display: flex !important; margin: 0 !important; padding: 28px 28px 30px !important; grid-column: 1 / -1; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: #f5f7ff !important; border: 0 !important; border-radius: 0 !important; background: radial-gradient(circle at 50% 22%, rgba(76, 141, 255, .12), transparent 34%), transparent !important; box-shadow: none !important; box-sizing: border-box; line-height: 1.8 !important; text-align: center !important; }
.ps-site-header .ps-header-mini-cart .cart-empty-div::before { position: absolute;top: 38px;left: 50%;width: 190px;height: 190px;content: "";border: 1px solid rgba(96, 165, 250, .09);border-radius: 50%;background: rgba(76, 141, 255, .025);transform: translateX(-50%);pointer-events: none; }
.ps-site-header .ps-header-mini-cart .cart-empty-div > * { position: relative; z-index: 1; }
.ps-site-header .ps-header-mini-cart .cart-empty-div .bakala_cart_empty_icon { width: 118px !important; max-width: 118px !important; height: 104px !important; display: block !important; margin: 0 auto 4px !important; padding: 10px !important; object-fit: contain; border: 1px solid rgba(105, 151, 241, .18); border-radius: 28px; background: linear-gradient(145deg, rgba(21, 43, 87, .7), rgba(7, 18, 42, .86)); filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .22)); box-sizing: border-box; }
.ps-site-header .ps-header-mini-cart .cart-empty-div .c-checkout-empty__icon { width: 92px !important; height: 92px !important; display: block !important; margin: 0 auto 4px !important; border: 1px solid rgba(105, 151, 241, .18); border-radius: 26px; background-color: rgba(12, 28, 61, .74) !important; background-position: center !important; background-size: 70px auto !important; }
.ps-site-header .ps-header-mini-cart .c-checkout-empty,
.ps-site-header .ps-header-mini-cart .c-checkout-empty__links { width: 100% !important; display: grid !important; gap: 5px; margin: 0 !important; padding: 0 !important; }
.ps-site-header .ps-header-mini-cart .ps-header-mini-cart__empty-title { display: block;color: #f8fbff !important;font-size: 16px;font-weight: 900;line-height: 1.7; }
.ps-site-header .ps-header-mini-cart .c-checkout-empty__links > p { max-width: 260px;margin: 0 auto !important;color: #91a1bf !important;font-size: 11px !important;font-weight: 500 !important;line-height: 1.9 !important;text-align: center !important; }
.ps-site-header .ps-header-mini-cart .c-checkout-empty__link-urls { display: flex;align-items: center;justify-content: center;margin-top: 3px; }
.ps-site-header .ps-header-mini-cart .c-checkout-empty__link-urls a { min-height: 38px;display: inline-flex !important;padding: 7px 11px;align-items: center;justify-content: center;color: #a9c4ff !important;border-radius: 9px;background: rgba(76, 141, 255, .07);font-size: 10px !important;font-weight: 800 !important;line-height: 1.6 !important; }
.ps-site-header .ps-header-mini-cart .cart-empty-div .return-to-shop { width: min(100%, 250px) !important;display: block !important;margin: 8px auto 0 !important;padding: 0 !important; }
.ps-site-header .ps-header-mini-cart .cart-empty-div .return-to-shop .button.wc-backward { width: 100% !important;min-height: 48px !important;display: flex !important;margin: 0 !important;padding: 10px 16px !important;align-items: center;justify-content: center;gap: 8px;color: #fff !important;border: 1px solid rgba(255, 125, 143, .5) !important;border-radius: 12px !important;background: linear-gradient(110deg, #f43f67, #ff5f6d 55%, #925cff) !important;box-shadow: 0 11px 25px rgba(244, 63, 103, .2) !important;font-size: 11px !important;font-weight: 900 !important;line-height: 1.5 !important;box-sizing: border-box; }
.ps-site-header .ps-header-mini-cart .cart-empty-div .return-to-shop .button.wc-backward:hover { filter: brightness(1.08);transform: translateY(-1px); }
.ps-site-header .ps-header-mini-cart .cart-empty-div :is(a,button):focus-visible { outline: 3px solid rgba(96, 165, 250, .55) !important;outline-offset: 3px; }
.ps-site-header__mobile, .ps-header-drawer, .ps-header-drawer-backdrop { display: none; }

@media (max-width: 460px) {
    .ps-site-header .ps-header-mini-cart .cart-empty-div,
    .ps-site-header .ps-header-mini-cart .woocommerce-mini-cart__empty-message { min-height: 310px;padding: 22px 18px 24px !important; }
    .ps-site-header .ps-header-mini-cart .cart-empty-div .bakala_cart_empty_icon { width: 100px !important;max-width: 100px !important;height: 90px !important; }
}

@media (max-width: 1420px) {
    .ps-site-header__desktop { grid-template-columns: minmax(190px, auto) auto minmax(220px, 1fr) auto auto; gap: 12px; }
    .ps-header-phone { display: none; }
    .ps-header-brand strong { font-size: 17px; }
    .ps-header-brand small { font-size: 10px; }
}

@media (max-width: 1120px) {
    .ps-site-header__desktop { grid-template-columns: minmax(180px, auto) minmax(210px, 1fr) auto auto; min-height: 94px; }
    .ps-header-nav { display: none; }
}

/* The compact mobile header is phone-only. Tablets and small laptops keep the desktop shell. */
@media (max-width: 767px) {
    .ps-site-header { position: sticky; }
    .ps-site-header__shell { width: 100%; padding: 0 14px 12px; }
    .ps-site-header__desktop { display: none; }
    .ps-site-header__mobile { display: block; }
    .ps-header-mobile__bar { min-height: 66px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 9px; }
    .ps-header-menu-toggle, .ps-header-mobile__actions > a, .ps-header-mobile__actions > button { position: relative; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: #e8efff; background: rgba(255, 255, 255, .035); border: 1px solid rgba(96, 165, 250, .24); border-radius: 12px; cursor: pointer; }
    .ps-header-mobile__brand { min-width: 0; display: flex; align-items: center; gap: 8px; color: #fff; }
    .ps-header-mobile__brand img { width: 38px; height: 38px; object-fit: contain; }
    .ps-header-mobile__brand strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
    .ps-header-mobile__actions { display: flex; gap: 7px; }
    .ps-header-mobile__actions img { width: 100%; height: 100%; border-radius: 11px; object-fit: cover; }
    .ps-header-mobile__actions .ps-header-cart-count { top: -7px; right: -7px; }
    .ps-header-search--mobile { height: 46px; border-radius: 13px; }
    .ps-header-search__results { min-width: 0; z-index: 5; }
    .ps-header-search__item { grid-template-columns: 44px 1fr; }
    .ps-header-search__item .price { grid-column: 2; }

    .ps-header-drawer-backdrop { position: fixed; inset: 0; z-index: 1060; display: block; background: rgba(2, 6, 23, .72); opacity: 0; transition: opacity 200ms ease; }
    .ps-header-drawer-backdrop[hidden] { display: none; }
    .ps-header-drawer-backdrop.is-visible { opacity: 1; }
    .ps-header-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 1061; width: min(340px, calc(100vw - 34px)); display: flex; flex-direction: column; gap: 14px; padding: 16px; overflow-y: auto; color: #fff; background: linear-gradient(155deg, #101e3d, #061027 75%); border-left: 1px solid rgba(96, 165, 250, .3); box-shadow: -20px 0 60px rgba(0, 0, 0, .45); transform: translateX(105%); visibility: hidden; transition: transform 220ms ease, visibility 220ms ease; }
    .ps-header-drawer.is-open { transform: translateX(0); visibility: visible; }
    .ps-header-drawer > header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 13px; border-bottom: 1px solid rgba(96, 165, 250, .14); }
    .ps-header-drawer > header > a { min-width: 0; display: flex; align-items: center; gap: 9px; color: #fff; }
    .ps-header-drawer > header img { width: 44px; height: 44px; object-fit: contain; }
    .ps-header-drawer > header span { display: grid; }
    .ps-header-drawer > header small { color: var(--psh-muted); font-size: 9px; }
    .ps-header-drawer__close { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: #dce6ff; background: rgba(255, 255, 255, .04); border: 1px solid rgba(96, 165, 250, .2); border-radius: 12px; }
    .ps-header-drawer__user { min-height: 72px; display: grid; grid-template-columns: 52px 1fr 20px; align-items: center; gap: 10px; padding: 9px; color: #fff; background: linear-gradient(120deg, rgba(59, 130, 246, .13), rgba(139, 92, 246, .12)); border: 1px solid rgba(139, 92, 246, .21); border-radius: 14px; }
    .ps-header-drawer__user img { width: 52px; height: 52px; border-radius: 50%; }
    .ps-header-drawer__user span { display: grid; gap: 2px; }
    .ps-header-drawer__user small { color: var(--psh-muted); font-size: 10px; }
    .ps-header-drawer__login { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: linear-gradient(110deg, #3b82f6, #7c3aed); border: 0; border-radius: 13px; font-weight: 750; }
    .ps-header-drawer nav { display: grid; gap: 5px; }
    .ps-header-drawer nav a { min-height: 48px; display: flex; align-items: center; gap: 11px; padding: 7px 10px; color: #e9efff; border: 1px solid transparent; border-radius: 11px; font-size: 13px; font-weight: 650; }
    .ps-header-drawer nav a:hover, .ps-header-drawer nav a:focus-visible { background: rgba(96, 165, 250, .09); border-color: rgba(96, 165, 250, .18); outline: none; }
    .ps-header-drawer nav a .ps-header-icon { color: var(--psh-blue); }
    .ps-header-drawer__account { display: grid; gap: 3px; padding-top: 12px; border-top: 1px solid rgba(96, 165, 250, .14); }
    .ps-header-drawer__account > small { padding: 0 7px 5px; color: var(--psh-muted); font-size: 10px; }
    .ps-header-drawer__phone { min-height: 60px; display: flex; align-items: center; gap: 10px; margin-top: auto; padding: 9px 11px; color: #fff; background: rgba(96, 165, 250, .07); border: 1px solid rgba(96, 165, 250, .2); border-radius: 13px; }
    .ps-header-drawer__phone > .ps-header-icon { color: var(--psh-blue); }
    .ps-header-drawer__phone span { display: grid; gap: 2px; }
    .ps-header-drawer__phone small { color: var(--psh-muted); font-size: 9px; }
    body.ps-header-drawer-open { overflow: hidden; }
}

@media (max-width: 782px) {
    .admin-bar .ps-site-header { top: 46px; }
}

@media (max-width: 380px) {
    .ps-site-header__shell { padding-inline: 10px; }
    .ps-header-mobile__bar { grid-template-columns: 40px 1fr auto; }
    .ps-header-menu-toggle, .ps-header-mobile__actions > a, .ps-header-mobile__actions > button { width: 39px; height: 39px; }
    .ps-header-mobile__brand strong { font-size: 12px; }
    .ps-header-mobile__brand img { width: 34px; height: 34px; }
}

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