#ps-header-v3, #ps-header-v3 * { box-sizing: border-box; }
#ps-header-v3 { position: sticky; top: 0; z-index: 9999; width: 100%; background: #17182d; color: #fff; font-family: Inter, Arial, sans-serif; box-shadow: 0 8px 28px rgba(8,10,25,.14); }
#ps-header-v3 a { text-decoration: none; }
#ps-header-v3 button, #ps-header-v3 input { font: inherit; }
#ps-header-v3 .psh3-shell { display: flex; align-items: center; gap: 16px; max-width: 1600px; height: 64px; margin: 0 auto; padding: 0 20px; }
#ps-header-v3 .psh3-logo { display: flex; flex: 0 0 auto; align-items: center; }
#ps-header-v3 .psh3-logo img { display: block; width: 120px; height: auto; }
#ps-header-v3 .psh3-search { position: relative; flex: 1 1 280px; min-width: 180px; max-width: 350px; }
#ps-header-v3 .psh3-search input { width: 100%; height: 44px; padding: 0 44px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; outline: 0; background: rgba(255,255,255,.10); color: #fff; font-size: 14px; }
#ps-header-v3 .psh3-search input::placeholder { color: rgba(255,255,255,.52); }
#ps-header-v3 .psh3-search input:focus { border-color: #fff; background: #fff; color: #111827; box-shadow: 0 10px 24px rgba(0,0,0,.16); }
#ps-header-v3 .psh3-search-icon { position: absolute; left: 16px; top: 13px; width: 18px; height: 18px; fill: none; stroke: rgba(255,255,255,.62); stroke-width: 2; pointer-events: none; }
#ps-header-v3 .psh3-search:focus-within .psh3-search-icon { stroke: #64748b; }
#ps-header-v3 .psh3-search-close { position: absolute; right: 4px; top: 0; width: 44px; height: 44px; border: 0; background: transparent; color: #64748b; font-size: 22px; cursor: pointer; }
#ps-header-v3 .psh3-search-results { position: absolute; top: 52px; right: 0; left: 0; max-height: 520px; overflow: auto; border: 1px solid #e2e8f0; border-radius: 16px; background: #fff; color: #111827; box-shadow: 0 22px 60px rgba(15,23,42,.24); }
#ps-header-v3 .psh3-result, #ps-header-v3 .psh3-search-all { display: block; min-height: 52px; padding: 10px 16px; color: #111827; }
#ps-header-v3 .psh3-result:hover, #ps-header-v3 .psh3-result:focus { background: #f8fafc; }
#ps-header-v3 .psh3-result strong, #ps-header-v3 .psh3-result small { display: block; }
#ps-header-v3 .psh3-result strong { font-size: 14px; }
#ps-header-v3 .psh3-result small { margin-top: 2px; color: #64748b; font-size: 12px; }
#ps-header-v3 .psh3-search-all { border-top: 1px solid #e2e8f0; color: #a60063; text-align: center; font-size: 13px; font-weight: 700; }
#ps-header-v3 .psh3-search-empty { margin: 0; padding: 20px 16px; color: #64748b; text-align: center; font-size: 13px; }
#ps-header-v3 .psh3-search-trigger { display: none; }
#ps-header-v3 .psh3-desktop-nav { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; }
#ps-header-v3 .psh3-top-link { display: flex; min-height: 44px; align-items: center; gap: 5px; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 650; white-space: nowrap; transition: color .18s ease; }
#ps-header-v3 .psh3-top-link:hover, #ps-header-v3 .psh3-top-link:focus { color: #fff; }
#ps-header-v3 .psh3-chevron { font-size: 15px; transition: transform .18s ease; }
#ps-header-v3 .psh3-category { position: relative; display: flex; min-height: 44px; align-items: center; }
#ps-header-v3 .psh3-category:hover .psh3-chevron, #ps-header-v3 .psh3-category:focus-within .psh3-chevron { transform: rotate(180deg); }
#ps-header-v3 .psh3-mega { position: absolute; top: 44px; left: 0; width: 560px; padding-top: 8px; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-4px); transition: opacity .18s ease, transform .18s ease; }
#ps-header-v3 .psh3-align-right .psh3-mega { right: 0; left: auto; }
#ps-header-v3 .psh3-category:hover .psh3-mega, #ps-header-v3 .psh3-category:focus-within .psh3-mega { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
#ps-header-v3 .psh3-mega-card { padding: 12px; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; color: #111827; box-shadow: 0 22px 60px rgba(15,23,42,.24); }
#ps-header-v3 .psh3-view-all { display: flex; min-height: 44px; align-items: center; justify-content: space-between; padding: 0 12px; border-radius: 8px; color: #a60063; font-size: 13px; font-weight: 750; }
#ps-header-v3 .psh3-view-all:hover { background: #f8fafc; }
#ps-header-v3 .psh3-menu-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px; margin-top: 4px; }
#ps-header-v3 .psh3-menu-item { display: flex; min-height: 58px; flex-direction: column; justify-content: center; gap: 3px; padding: 8px 12px; border-radius: 8px; color: #111827; }
#ps-header-v3 .psh3-menu-item:hover, #ps-header-v3 .psh3-menu-item:focus { background: #f8fafc; }
#ps-header-v3 .psh3-menu-item span { font-size: 13px; font-weight: 700; line-height: 1.2; }
#ps-header-v3 .psh3-menu-item small { color: #64748b; font-size: 11px; line-height: 1.25; }
#ps-header-v3 .psh3-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }
#ps-header-v3 .psh3-actions svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
#ps-header-v3 .psh3-sign-in { display: flex; min-height: 44px; align-items: center; gap: 6px; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 650; white-space: nowrap; }
#ps-header-v3 .psh3-phone { display: flex; min-height: 44px; align-items: center; gap: 7px; padding: 0 13px; border-radius: 8px; background: #00aeef; color: #050505; font-size: 13px; font-weight: 800; white-space: nowrap; transition: background .18s ease; }
#ps-header-v3 .psh3-phone:hover, #ps-header-v3 .psh3-phone:focus { background: #21baf2; color: #050505; }
#ps-header-v3 .psh3-phone svg { fill: currentColor; stroke: none; }
#ps-header-v3 .psh3-cart { position: relative; display: flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; gap: 7px; padding: 0 13px; border-radius: 8px; background: #e6007e; color: #fff; font-size: 13px; font-weight: 700; }
#ps-header-v3 .psh3-menu-trigger { display: none; width: 44px; min-width: 44px; height: 44px; flex: 0 0 44px; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 8px; background: rgba(255,255,255,.1); color: #fff; cursor: pointer; }
#ps-header-v3 .psh3-menu-trigger svg { width: 18px; min-width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: currentColor; stroke-width: 2; }
#ps-header-v3 .psh3-mobile-nav, #ps-header-v3 .psh3-mobile-phone { display: none; }
#ps-header-v3 .psh3-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

@media (max-width: 1399px) {
  #ps-header-v3 .psh3-desktop-nav { display: none; }
  #ps-header-v3 .psh3-menu-trigger { display: flex; }
  #ps-header-v3 .psh3-mobile-nav { position: absolute; top: 100%; right: 0; left: 0; max-height: calc(100dvh - 96px); overflow-y: auto; padding: 14px 18px 20px; border-top: 1px solid #e2e8f0; background: #fff; color: #111827; box-shadow: 0 22px 50px rgba(15,23,42,.2); }
  #ps-header-v3 .psh3-mobile-nav:not([hidden]) { display: block; }
  #ps-header-v3 .psh3-mobile-primary, #ps-header-v3 .psh3-mobile-parent > a { display: flex; min-height: 44px; align-items: center; padding: 0 12px; border-radius: 8px; color: #111827; font-size: 15px; font-weight: 700; }
  #ps-header-v3 .psh3-mobile-primary:hover, #ps-header-v3 .psh3-mobile-parent > a:hover { background: #f8fafc; }
  #ps-header-v3 .psh3-mobile-contact { color: #a60063; }
  #ps-header-v3 .psh3-mobile-parent { display: grid; grid-template-columns: minmax(0,1fr) 44px; align-items: center; }
  #ps-header-v3 .psh3-mobile-parent button { width: 44px; height: 44px; border: 0; border-radius: 8px; background: #f1f5f9; color: #111827; cursor: pointer; }
  #ps-header-v3 .psh3-mobile-parent button[aria-expanded="true"] span { display: inline-block; transform: rotate(180deg); }
  #ps-header-v3 .psh3-mobile-submenu { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px; padding: 8px; border-radius: 8px; background: #f8fafc; }
  #ps-header-v3 .psh3-mobile-submenu[hidden] { display: none; }
  #ps-header-v3 .psh3-mobile-item { display: flex; min-height: 44px; align-items: center; padding: 6px 10px; border-radius: 7px; color: #334155; font-size: 13px; font-weight: 650; }
  #ps-header-v3 .psh3-mobile-item:hover { background: #fff; }
  #ps-header-v3 .psh3-mobile-divider { height: 1px; margin: 8px 0; background: #e2e8f0; }
}

@media (max-width: 980px) {
  #ps-header-v3 .psh3-search { max-width: none; }
  #ps-header-v3 .psh3-sign-in span { display: none; }
}

@media (max-width: 767px) {
  #ps-header-v3 .psh3-mobile-phone { display: flex; height: 32px; align-items: center; justify-content: flex-end; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.1); }
  #ps-header-v3 .psh3-mobile-phone .psh3-phone { min-height: 32px; padding: 0; background: transparent; color: #00aeef; font-size: 12px; }
  #ps-header-v3 .psh3-shell { height: 64px; gap: 8px; padding: 0 14px; }
  #ps-header-v3 .psh3-logo img { width: 112px; }
  #ps-header-v3 .psh3-search { position: absolute; top: 32px; right: 10px; left: 10px; z-index: 2; display: none; max-width: none; }
  #ps-header-v3 .psh3-search.psh3-search-open { display: block; }
  #ps-header-v3 .psh3-search input { background: #fff; color: #111827; }
  #ps-header-v3 .psh3-search-icon { stroke: #64748b; }
  #ps-header-v3 .psh3-search-trigger { display: flex; width: 44px; min-width: 44px; height: 44px; flex: 0 0 44px; align-items: center; justify-content: center; margin-left: auto; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.10); color: #fff; }
  #ps-header-v3 .psh3-search-trigger svg { width: 18px; min-width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: currentColor; stroke-width: 2; }
  #ps-header-v3 .psh3-actions { gap: 6px; }
  #ps-header-v3 .psh3-actions > .psh3-phone, #ps-header-v3 .psh3-sign-in { display: none; }
  #ps-header-v3 .psh3-cart { padding: 0 11px; }
  #ps-header-v3 .psh3-cart span { display: none; }
  #ps-header-v3 .psh3-mobile-nav { top: 96px; max-height: calc(100dvh - 96px); }
  #ps-header-v3 .psh3-mobile-submenu { grid-template-columns: 1fr; }
}

@media print { #ps-header-v3 { display: none !important; } }
