
/* ===========================================================
   SRP GLOBAL HEADER X — FULLY SCOPED STYLES
   =========================================================== */

.srp-x-root {
  --srp-x-black: #02040a;
  --srp-x-navy: #061323;
  --srp-x-panel: rgba(5, 16, 30, 0.92);
  --srp-x-cyan: #2ff8ff;
  --srp-x-blue: #2585ff;
  --srp-x-violet: #985cff;
  --srp-x-white: #f4fbff;
  --srp-x-muted: #8ea6bb;
  --srp-x-border: rgba(87, 218, 255, 0.2);
  --srp-x-admin-offset: 0px;
  --srp-x-header-height: 532px;
  position: relative;
  z-index: 99990;
  width: 100%;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  color: var(--srp-x-white);
  isolation: isolate;
}


body.admin-bar .srp-x-root {
  --srp-x-admin-offset: 32px;
}


.srp-x-root,
.srp-x-root *,
.srp-x-root *::before,
.srp-x-root *::after {
  box-sizing: border-box;
}


.srp-x-root a {
  text-decoration: none;
}


.srp-x-header {
  position: sticky;
  position: -webkit-sticky;
  top: var(--srp-x-admin-offset);
  z-index: 99991;
  width: 100%;
  overflow: visible;
  border-bottom: 1px solid rgba(47, 248, 255, 0.16);
  background:
    linear-gradient(110deg, rgba(3, 8, 17, 0.97), rgba(5, 19, 35, 0.95) 45%, rgba(6, 9, 24, 0.97));
  box-shadow:
    0 12px 38px rgba(0, 0, 0, 0.46),
    0 1px 0 rgba(255, 255, 255, 0.025) inset;
  backdrop-filter: blur(20px) saturate(135%);
  -webkit-backdrop-filter: blur(20px) saturate(135%);
  transition:
    background 300ms ease,
    box-shadow 300ms ease;
}


.srp-x-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: 0.6;
  background-image:
    linear-gradient(rgba(71, 177, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(71, 177, 255, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
}


.srp-x-root.srp-x-scrolled .srp-x-header {
  background:
    linear-gradient(110deg, rgba(2, 7, 15, 0.985), rgba(4, 16, 30, 0.98) 50%, rgba(6, 8, 21, 0.985));
  box-shadow:
    0 12px 42px rgba(0, 0, 0, 0.58),
    0 1px 22px rgba(37, 133, 255, 0.08);
}


.srp-x-electric-frame {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}


.srp-x-electric-frame::before {
  content: "";
  position: absolute;
  left: -35%;
  bottom: 0;
  width: 32%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(47, 248, 255, 0.25),
    #ffffff,
    var(--srp-x-cyan),
    var(--srp-x-blue),
    transparent
  );
  filter:
    drop-shadow(0 0 3px #fff)
    drop-shadow(0 0 8px var(--srp-x-cyan))
    drop-shadow(0 0 16px var(--srp-x-blue));
  animation: srp-x-tracer 7s cubic-bezier(.4, 0, .2, 1) infinite;
}


.srp-x-electric-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.26;
  background:
    linear-gradient(90deg, transparent, rgba(47, 248, 255, 0.18), transparent)
    bottom / 100% 1px no-repeat;
  animation: srp-x-border-breathe 5s ease-in-out infinite;
}


.srp-x-ambient {
  position: absolute;
  z-index: -2;
  width: 300px;
  height: 120px;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.13;
}


.srp-x-ambient-one {
  left: 4%;
  top: -50px;
  background: var(--srp-x-cyan);
  animation: srp-x-ambient-one 12s ease-in-out infinite alternate;
}


.srp-x-ambient-two {
  right: 8%;
  top: -45px;
  background: var(--srp-x-violet);
  animation: srp-x-ambient-two 15s ease-in-out infinite alternate;
}


.srp-x-mainbar {
  position: relative;
  z-index: 3;
  width: min(100%, 1920px);
  min-height: 94px;
  margin: 0 auto;
  padding: 8px clamp(18px, 2.8vw, 54px);
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.1vw, 42px);
  transition:
    min-height 320ms ease,
    padding 320ms ease;
}


.srp-x-root.srp-x-scrolled .srp-x-mainbar {
  min-height: 76px;
  padding-top: 4px;
  padding-bottom: 4px;
}


/* LOGO */
.srp-x-logo {
  position: relative;
  flex: 0 0 clamp(190px, 15vw, 280px);
  height: 78px;
  display: flex;
  align-items: center;
  border-radius: 14px;
  outline: none;
  transform: translateZ(0);
  transition:
    height 320ms ease,
    transform 250ms ease,
    filter 250ms ease;
}


.srp-x-root.srp-x-scrolled .srp-x-logo {
  height: 64px;
}


.srp-x-logo:hover {
  transform: translateY(-1px);
  filter: brightness(1.1);
}


.srp-x-logo:focus-visible {
  box-shadow:
    0 0 0 2px #061323,
    0 0 0 4px var(--srp-x-cyan);
}


.srp-x-logo-glow {
  position: absolute;
  inset: 13px 8%;
  z-index: -1;
  border-radius: 50%;
  background: linear-gradient(90deg, var(--srp-x-blue), var(--srp-x-violet));
  filter: blur(24px);
  opacity: 0.22;
  animation: srp-x-logo-breathe 5s ease-in-out infinite;
}


.srp-x-logo-media {
  position: relative;
  width: auto;
  height: auto;
  max-height: 72px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  background-image: none;
}


.srp-x-logo-media::after {
  content: none;
  display: none;
}


.srp-x-logo-video,
.srp-x-drawer-video {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  background: transparent;
  transition: opacity 500ms ease;
}


.srp-x-logo-video.srp-x-video-ready,
.srp-x-drawer-video.srp-x-video-ready {
  opacity: 1;
}


.srp-x-logo-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 15px;
  color: white;
}


.srp-x-fallback-mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid var(--srp-x-cyan);
  border-radius: 50%;
  color: var(--srp-x-cyan);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow:
    0 0 13px rgba(47, 248, 255, 0.28),
    0 0 16px rgba(37, 133, 255, 0.14) inset;
}


.srp-x-fallback-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}


.srp-x-fallback-copy strong {
  font-size: 12px;
  letter-spacing: 0.1em;
}


.srp-x-fallback-copy small {
  margin-top: 5px;
  color: var(--srp-x-cyan);
  font-size: 9px;
  letter-spacing: 0.32em;
}


/* DESKTOP NAV */
.srp-x-desktop-nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(4px, 0.52vw, 11px);
}


.srp-x-desktop-nav > a,
.srp-x-social-trigger,
.srp-x-search-button {
  position: relative;
  min-height: 42px;
  margin: 0;
  padding: 0 clamp(7px, 0.55vw, 11px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: rgba(235, 248, 255, 0.86);
  font: inherit;
  font-size: clamp(11px, 0.69vw, 13.5px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.025em;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  transition:
    color 200ms ease,
    text-shadow 200ms ease,
    background 200ms ease,
    transform 200ms ease;
}


.srp-x-desktop-nav > a:not(.srp-x-cart-button)::after,
.srp-x-social-trigger::after,
.srp-x-search-button::after {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 6px;
  left: 9px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--srp-x-cyan), transparent);
  box-shadow: 0 0 8px var(--srp-x-cyan);
  opacity: 0;
  transform: scaleX(0.3);
  transition:
    opacity 200ms ease,
    transform 200ms ease;
}


.srp-x-desktop-nav > a:hover,
.srp-x-social-trigger:hover,
.srp-x-search-button:hover,
.srp-x-social-menu.srp-x-open .srp-x-social-trigger {
  color: #fff;
  background: rgba(43, 166, 255, 0.07);
  text-shadow:
    0 0 7px rgba(47, 248, 255, 0.8),
    0 0 17px rgba(37, 133, 255, 0.45);
  transform: translateY(-1px);
}


.srp-x-desktop-nav > a:hover::after,
.srp-x-social-trigger:hover::after,
.srp-x-search-button:hover::after,
.srp-x-social-menu.srp-x-open .srp-x-social-trigger::after {
  opacity: 1;
  transform: scaleX(1);
}


.srp-x-desktop-nav a:focus-visible,
.srp-x-desktop-nav button:focus-visible,
.srp-x-mobile-actions a:focus-visible,
.srp-x-mobile-actions button:focus-visible {
  box-shadow:
    0 0 0 2px var(--srp-x-black),
    0 0 0 4px var(--srp-x-cyan);
}


.srp-x-social-menu {
  position: relative;
}


.srp-x-social-trigger svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform 200ms ease;
}


.srp-x-social-menu.srp-x-open .srp-x-social-trigger svg {
  transform: rotate(180deg);
}


.srp-x-social-dropdown {
  position: absolute;
  top: calc(100% + 13px);
  left: 50%;
  width: 205px;
  padding: 9px;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -8px) scale(0.98);
  transform-origin: top center;
  border: 1px solid rgba(47, 248, 255, 0.25);
  border-radius: 15px;
  background:
    linear-gradient(145deg, rgba(6, 22, 38, 0.985), rgba(4, 7, 18, 0.985));
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.62),
    0 0 30px rgba(37, 133, 255, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.05) inset;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms;
}


.srp-x-social-dropdown::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 11px;
  height: 11px;
  border-top: 1px solid rgba(47, 248, 255, 0.25);
  border-left: 1px solid rgba(47, 248, 255, 0.25);
  background: #061526;
  transform: translateX(-50%) rotate(45deg);
}


.srp-x-social-menu.srp-x-open .srp-x-social-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}


.srp-x-social-dropdown a {
  position: relative;
  z-index: 1;
  min-height: 46px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 10px;
  color: #dff7ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  outline: none;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}


.srp-x-social-dropdown a:hover,
.srp-x-social-dropdown a:focus-visible {
  color: #fff;
  background: rgba(47, 248, 255, 0.08);
  transform: translateX(2px);
}


.srp-x-social-dropdown a:focus-visible {
  box-shadow: 0 0 0 2px var(--srp-x-cyan);
}


.srp-x-social-icon {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(47, 248, 255, 0.2);
  border-radius: 7px;
  background: rgba(18, 74, 112, 0.18);
}


.srp-x-social-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--srp-x-cyan);
  stroke-width: 1.8;
}


.srp-x-social-icon.srp-x-youtube svg,
.srp-x-social-icon.srp-x-facebook svg {
  fill: var(--srp-x-cyan);
  stroke: none;
}


.srp-x-social-icon .srp-x-icon-cut {
  fill: #061526;
}


/* CART + SEARCH */
.srp-x-desktop-nav > .srp-x-cart-button {
  min-height: 42px;
  padding: 0 10px 0 11px;
  gap: 6px;
  border: 1px solid rgba(47, 248, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(25, 113, 180, 0.14), rgba(72, 41, 149, 0.12));
  color: #effcff;
  box-shadow:
    0 0 16px rgba(47, 248, 255, 0.08),
    0 0 12px rgba(37, 133, 255, 0.05) inset;
}


.srp-x-cart-button svg,
.srp-x-search-button svg,
.srp-x-mobile-cart svg,
.srp-x-drawer-actions svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.srp-x-desktop-nav > .srp-x-cart-button:hover {
  border-color: rgba(47, 248, 255, 0.72);
  color: white;
  background:
    linear-gradient(135deg, rgba(27, 153, 220, 0.22), rgba(116, 70, 210, 0.18));
  box-shadow:
    0 0 21px rgba(47, 248, 255, 0.18),
    0 0 12px rgba(37, 133, 255, 0.12) inset;
}


.srp-x-cart-count {
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 99px;
  background: linear-gradient(135deg, var(--srp-x-blue), var(--srp-x-violet));
  color: white;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 10px rgba(37, 133, 255, 0.5);
}


/* PULSE */
.srp-x-pulse {
  position: relative;
  z-index: 2;
  height: 34px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-top: 1px solid rgba(47, 248, 255, 0.11);
  background:
    linear-gradient(90deg, rgba(2, 7, 14, 0.99), rgba(5, 20, 35, 0.98), rgba(3, 7, 17, 0.99));
}


.srp-x-pulse-label {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  min-width: 205px;
  padding: 0 22px 0 clamp(18px, 2.8vw, 54px);
  display: flex;
  align-items: center;
  gap: 9px;
  border-right: 1px solid rgba(47, 248, 255, 0.2);
  background:
    linear-gradient(90deg, rgba(11, 50, 76, 0.95), rgba(5, 27, 47, 0.98));
  color: #dffcff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  white-space: nowrap;
  box-shadow: 12px 0 24px rgba(0, 0, 0, 0.28);
}


.srp-x-pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--srp-x-cyan);
  box-shadow:
    0 0 5px var(--srp-x-cyan),
    0 0 12px var(--srp-x-cyan);
  animation: srp-x-pulse-dot 2s ease-in-out infinite;
}


.srp-x-pulse-window {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 4%, black 96%, transparent);
}


.srp-x-pulse-track {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
  animation: srp-x-ticker 42s linear infinite;
  will-change: transform;
}


.srp-x-pulse:hover .srp-x-pulse-track {
  animation-play-state: paused;
}


.srp-x-pulse-set {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}


.srp-x-pulse-set span {
  position: relative;
  padding: 0 45px;
  color: rgba(217, 239, 250, 0.84);
  font-size: 11px;
  font-weight: 580;
  letter-spacing: 0.055em;
  white-space: nowrap;
}


.srp-x-pulse-set span::after {
  content: "◆";
  position: absolute;
  right: -4px;
  color: var(--srp-x-cyan);
  font-size: 7px;
  text-shadow: 0 0 8px var(--srp-x-cyan);
}


.srp-x-pulse-mobile {
  display: none;
}


/* MOBILE BUTTONS */
.srp-x-mobile-actions {
  display: none;
  align-items: center;
  gap: 9px;
  margin-left: auto;
}


.srp-x-mobile-cart,
.srp-x-hamburger {
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(47, 248, 255, 0.24);
  border-radius: 11px;
  background: rgba(12, 39, 62, 0.48);
  color: var(--srp-x-white);
  outline: none;
}


.srp-x-mobile-cart .srp-x-cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
}


.srp-x-hamburger {
  padding: 11px;
  cursor: pointer;
}


.srp-x-hamburger span {
  width: 21px;
  height: 2px;
  display: block;
  border-radius: 2px;
  background: linear-gradient(90deg, #fff, var(--srp-x-cyan));
  box-shadow: 0 0 6px rgba(47, 248, 255, 0.7);
  transition:
    transform 250ms ease,
    opacity 200ms ease,
    width 250ms ease;
}


.srp-x-hamburger span + span {
  margin-top: 5px;
}


.srp-x-hamburger span:nth-child(2) {
  width: 15px;
  margin-left: auto;
}


.srp-x-hamburger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}


.srp-x-hamburger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}


.srp-x-hamburger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}


/* DRAWER */
.srp-x-drawer-layer,
.srp-x-search-layer {
  --srp-x-black: #02040a;
  --srp-x-navy: #061323;
  --srp-x-panel: rgba(5, 16, 30, 0.96);
  --srp-x-cyan: #2ff8ff;
  --srp-x-blue: #2585ff;
  --srp-x-violet: #985cff;
  --srp-x-white: #f4fbff;
  --srp-x-muted: #8ea6bb;
  --srp-x-border: rgba(87, 218, 255, 0.2);
  --srp-x-admin-offset: 0px;
  position: fixed;
  inset: 0;
  z-index: 999999;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 260ms ease,
    visibility 260ms;
}


.srp-x-drawer-layer.srp-x-visible,
.srp-x-search-layer.srp-x-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}


.srp-x-drawer-backdrop,
.srp-x-search-backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 3, 9, 0.78);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}


.srp-x-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: min(92vw, 430px);
  height: 100%;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  padding:
    calc(14px + var(--srp-x-admin-offset))
    18px
    max(24px, env(safe-area-inset-bottom));
  border-left: 1px solid rgba(47, 248, 255, 0.24);
  background:
    radial-gradient(circle at 20% 4%, rgba(37, 133, 255, 0.19), transparent 29%),
    radial-gradient(circle at 95% 38%, rgba(152, 92, 255, 0.12), transparent 32%),
    linear-gradient(155deg, #061525 0%, #030a14 55%, #02050b 100%);
  box-shadow:
    -24px 0 75px rgba(0, 0, 0, 0.7),
    -1px 0 22px rgba(47, 248, 255, 0.08);
  outline: none;
  transform: translateX(105%);
  transition: transform 340ms cubic-bezier(.22, .8, .24, 1);
}


.srp-x-drawer-layer.srp-x-visible .srp-x-mobile-drawer {
  transform: translateX(0);
}


.srp-x-drawer-electric {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  overflow: hidden;
  pointer-events: none;
  background: rgba(47, 248, 255, 0.18);
  box-shadow: 0 0 11px rgba(47, 248, 255, 0.35);
}


.srp-x-drawer-electric::after {
  content: "";
  position: absolute;
  top: -25%;
  left: -1px;
  width: 3px;
  height: 24%;
  background: linear-gradient(transparent, #fff, var(--srp-x-cyan), transparent);
  filter: drop-shadow(0 0 7px var(--srp-x-cyan));
  animation: srp-x-drawer-tracer 5s linear infinite;
}


.srp-x-drawer-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}


.srp-x-drawer-logo {
  position: relative;
  flex: 1;
  height: 116px;
  overflow: hidden;
  border: 1px solid rgba(47, 248, 255, 0.16);
  border-radius: 16px;
  background:
    radial-gradient(circle, rgba(37, 133, 255, 0.22), transparent 55%),
    #030b17;
  outline: none;
  box-shadow: 0 0 25px rgba(37, 133, 255, 0.1);
}


.srp-x-drawer-logo:focus-visible {
  box-shadow:
    0 0 0 2px var(--srp-x-cyan),
    0 0 26px rgba(47, 248, 255, 0.28);
}


.srp-x-drawer-logo-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  color: var(--srp-x-white);
}


.srp-x-drawer-logo-fallback strong {
  color: var(--srp-x-cyan);
  font-size: 26px;
  letter-spacing: 0.13em;
  text-shadow: 0 0 15px rgba(47, 248, 255, 0.6);
}


.srp-x-drawer-logo-fallback small {
  margin-top: 8px;
  color: #bdd3e2;
  font-size: 8px;
  letter-spacing: 0.23em;
}


.srp-x-drawer-close,
.srp-x-search-close {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 11px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(47, 248, 255, 0.26);
  border-radius: 11px;
  background: rgba(9, 35, 55, 0.7);
  color: white;
  cursor: pointer;
  outline: none;
}


.srp-x-drawer-close svg,
.srp-x-search-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}


.srp-x-drawer-close:hover,
.srp-x-drawer-close:focus-visible,
.srp-x-search-close:hover,
.srp-x-search-close:focus-visible {
  border-color: var(--srp-x-cyan);
  color: var(--srp-x-cyan);
  box-shadow: 0 0 14px rgba(47, 248, 255, 0.2);
}


.srp-x-mobile-nav {
  margin-top: 17px;
  border-top: 1px solid rgba(47, 248, 255, 0.14);
}


.srp-x-mobile-nav > a,
.srp-x-mobile-social-trigger {
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 0 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid rgba(127, 194, 226, 0.1);
  border-radius: 0;
  background: transparent;
  color: #eaf9ff;
  font: inherit;
  font-size: 15px;
  font-weight: 680;
  letter-spacing: 0.035em;
  text-align: left;
  cursor: pointer;
  outline: none;
  transition:
    color 180ms ease,
    padding 180ms ease,
    background 180ms ease;
}


.srp-x-mobile-nav > a > span:last-child {
  color: rgba(47, 248, 255, 0.4);
  font-size: 9px;
  letter-spacing: 0.13em;
}


.srp-x-mobile-nav > a:hover,
.srp-x-mobile-nav > a:focus-visible,
.srp-x-mobile-social-trigger:hover,
.srp-x-mobile-social-trigger:focus-visible {
  padding-left: 13px;
  color: var(--srp-x-cyan);
  background: linear-gradient(90deg, rgba(47, 248, 255, 0.08), transparent);
}


.srp-x-mobile-nav > a:focus-visible,
.srp-x-mobile-social-trigger:focus-visible,
.srp-x-mobile-social-panel a:focus-visible,
.srp-x-drawer-actions a:focus-visible,
.srp-x-drawer-actions button:focus-visible {
  box-shadow: 0 0 0 2px var(--srp-x-cyan) inset;
}


.srp-x-mobile-social-trigger svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform 200ms ease;
}


.srp-x-mobile-social.srp-x-open .srp-x-mobile-social-trigger svg {
  transform: rotate(180deg);
}


.srp-x-mobile-social-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 300ms ease,
    opacity 220ms ease;
}


.srp-x-mobile-social.srp-x-open .srp-x-mobile-social-panel {
  max-height: 190px;
  opacity: 1;
}


.srp-x-mobile-social-panel a {
  min-height: 48px;
  padding: 0 18px 0 27px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(127, 194, 226, 0.08);
  color: #acc8d9;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.04em;
  outline: none;
}


.srp-x-mobile-social-panel a::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 11px;
  border-radius: 50%;
  background: var(--srp-x-cyan);
  box-shadow: 0 0 7px var(--srp-x-cyan);
}


.srp-x-drawer-actions {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}


.srp-x-drawer-actions a,
.srp-x-drawer-actions button {
  position: relative;
  min-width: 0;
  min-height: 67px;
  margin: 0;
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(47, 248, 255, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(15, 54, 82, 0.54), rgba(9, 20, 37, 0.65));
  color: #e9faff;
  font: inherit;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
  outline: none;
}


.srp-x-drawer-actions a:hover,
.srp-x-drawer-actions button:hover {
  border-color: rgba(47, 248, 255, 0.5);
  color: var(--srp-x-cyan);
  box-shadow: 0 0 16px rgba(47, 248, 255, 0.1);
}


.srp-x-drawer-actions .srp-x-cart-count {
  position: absolute;
  top: 5px;
  right: 9px;
}


.srp-x-drawer-note {
  margin: 21px 4px 0;
  color: rgba(157, 187, 204, 0.63);
  font-size: 9px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}


/* SEARCH */
.srp-x-search-layer {
  display: grid;
  place-items: start center;
  padding:
    calc(8vh + var(--srp-x-admin-offset))
    18px
    30px;
  overflow-y: auto;
}


.srp-x-search-dialog {
  position: relative;
  width: min(820px, 100%);
  padding: clamp(30px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(47, 248, 255, 0.27);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 133, 255, 0.2), transparent 38%),
    radial-gradient(circle at 88% 100%, rgba(152, 92, 255, 0.12), transparent 35%),
    linear-gradient(145deg, rgba(7, 27, 45, 0.985), rgba(3, 8, 18, 0.99));
  box-shadow:
    0 35px 100px rgba(0, 0, 0, 0.78),
    0 0 50px rgba(37, 133, 255, 0.13),
    0 1px 0 rgba(255, 255, 255, 0.05) inset;
  outline: none;
  transform: translateY(-17px) scale(0.985);
  transition: transform 280ms cubic-bezier(.22, .8, .24, 1);
}


.srp-x-search-layer.srp-x-visible .srp-x-search-dialog {
  transform: translateY(0) scale(1);
}


.srp-x-search-line {
  position: absolute;
  top: 0;
  right: 13%;
  left: 13%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #fff, var(--srp-x-cyan), transparent);
  box-shadow:
    0 0 8px var(--srp-x-cyan),
    0 0 20px var(--srp-x-blue);
}


.srp-x-search-close {
  position: absolute;
  top: 18px;
  right: 18px;
}


.srp-x-search-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--srp-x-cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.21em;
  text-shadow: 0 0 10px rgba(47, 248, 255, 0.5);
}


.srp-x-search-dialog h2 {
  max-width: 650px;
  margin: 0 55px 28px 0;
  color: #f5fcff;
  font-family: inherit;
  font-size: clamp(26px, 4.3vw, 48px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -0.035em;
}


.srp-x-search-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}


.srp-x-search-control {
  min-height: 66px;
  padding: 7px 7px 7px 19px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(47, 248, 255, 0.28);
  border-radius: 16px;
  background: rgba(1, 8, 17, 0.78);
  box-shadow:
    0 0 24px rgba(37, 133, 255, 0.08) inset,
    0 10px 30px rgba(0, 0, 0, 0.18);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}


.srp-x-search-control:focus-within {
  border-color: rgba(47, 248, 255, 0.7);
  box-shadow:
    0 0 0 3px rgba(47, 248, 255, 0.08),
    0 0 27px rgba(37, 133, 255, 0.14) inset;
}


.srp-x-search-control > svg {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--srp-x-cyan);
  stroke-width: 1.8;
}


.srp-x-search-control input {
  min-width: 0;
  flex: 1;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f4fcff;
  font: inherit;
  font-size: clamp(14px, 2vw, 18px);
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}


.srp-x-search-control input::placeholder {
  color: #71899b;
  opacity: 1;
}


.srp-x-search-control input::-webkit-search-cancel-button {
  filter: invert(1);
  opacity: 0.55;
}


.srp-x-search-control button {
  min-height: 48px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid rgba(109, 234, 255, 0.55);
  border-radius: 11px;
  background:
    linear-gradient(135deg, #147fbe, #175ed0 55%, #6741bb);
  color: white;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.05em;
  cursor: pointer;
  outline: none;
  box-shadow:
    0 0 18px rgba(37, 133, 255, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.22) inset;
  transition:
    transform 180ms ease,
    filter 180ms ease,
    box-shadow 180ms ease;
}


.srp-x-search-control button:hover,
.srp-x-search-control button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.14);
  box-shadow:
    0 0 25px rgba(47, 248, 255, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.28) inset;
}


.srp-x-search-control button:focus-visible {
  outline: 2px solid var(--srp-x-cyan);
  outline-offset: 2px;
}


.srp-x-search-tip {
  margin: 17px 0 0;
  color: rgba(156, 185, 203, 0.64);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}


.srp-x-search-tip kbd {
  padding: 3px 6px;
  border: 1px solid rgba(47, 248, 255, 0.2);
  border-radius: 5px;
  background: rgba(47, 248, 255, 0.06);
  color: #cbeef8;
  font-family: inherit;
  font-size: 9px;
}


/* BODY LOCK */
body.srp-x-scroll-locked {
  overflow: hidden !important;
}


body.admin-bar > .srp-x-drawer-layer,
body.admin-bar > .srp-x-search-layer {
  --srp-x-admin-offset: 32px;
}


@media (max-width: 782px) {
  body.admin-bar > .srp-x-drawer-layer,
  body.admin-bar > .srp-x-search-layer {
    --srp-x-admin-offset: 46px;
  }}


/* ANIMATIONS */
@keyframes srp-x-tracer {
  0%   { left: -35%; opacity: 0; }
  8%   { opacity: 1; }
  82%  { opacity: 1; }
  100% { left: 110%; opacity: 0; }
}


@keyframes srp-x-border-breathe {
  0%, 100% { opacity: 0.15; }
  50%      { opacity: 0.48; }
}


@keyframes srp-x-logo-breathe {
  0%, 100% { opacity: 0.14; transform: scale(0.94); }
  50%      { opacity: 0.3; transform: scale(1.04); }
}


@keyframes srp-x-ambient-one {
  from { transform: translate3d(-20px, 0, 0) scale(0.9); }
  to   { transform: translate3d(80px, 15px, 0) scale(1.14); }
}


@keyframes srp-x-ambient-two {
  from { transform: translate3d(35px, 5px, 0) scale(1.05); }
  to   { transform: translate3d(-75px, 15px, 0) scale(0.88); }
}


@keyframes srp-x-pulse-dot {
  0%, 100% { opacity: 0.55; transform: scale(0.85); }
  50%      { opacity: 1; transform: scale(1.18); }
}


@keyframes srp-x-ticker {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}


@keyframes srp-x-drawer-tracer {
  from { top: -25%; }
  to   { top: 110%; }
}


@keyframes srp-x-mobile-message {
  0% {
    opacity: 0;
    transform: translateY(7px);
  }
  12%, 82% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-7px);
  }
}


/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1320px) {
  .srp-x-logo {
    flex-basis: 205px;
  }


  .srp-x-desktop-nav {
    gap: 2px;
  }


  .srp-x-desktop-nav > a,
  .srp-x-social-trigger,
  .srp-x-search-button {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 10.8px;
  }


  .srp-x-search-button span,
  .srp-x-cart-button > span:not(.srp-x-cart-count) {
    display: none;
  }}


@media (max-width: 1080px) {
  .srp-x-desktop-nav {
    display: none;
  }


  .srp-x-mobile-actions {
    display: flex;
  }


  .srp-x-mainbar {
    min-height: 84px;
    padding: 6px 16px;
  }


  .srp-x-root.srp-x-scrolled .srp-x-mainbar {
    min-height: 70px;
  }


  .srp-x-logo {
    flex: 0 1 245px;
    height: 70px;
  }


  .srp-x-root.srp-x-scrolled .srp-x-logo {
    height: 58px;
  }}


@media (max-width: 782px) {
  body.admin-bar .srp-x-root {
    --srp-x-admin-offset: 46px;
  }}


@media (max-width: 767px) {
  .srp-x-mainbar {
    min-height: 78px;
    gap: 8px;
    padding: 5px 12px;
  }


  .srp-x-root.srp-x-scrolled .srp-x-mainbar {
    min-height: 66px;
  }


  .srp-x-logo {
    flex: 1 1 auto;
    max-width: 240px;
    min-width: 0;
    height: 66px;
  }


  .srp-x-root.srp-x-scrolled .srp-x-logo {
    height: 55px;
  }


  .srp-x-logo-fallback {
    gap: 7px;
    padding: 7px 9px;
  }


  .srp-x-fallback-mark {
    width: 43px;
    height: 43px;
    font-size: 12px;
  }


  .srp-x-fallback-copy strong {
    font-size: 9px;
  }


  .srp-x-fallback-copy small {
    font-size: 7px;
  }


  .srp-x-mobile-actions {
    gap: 7px;
  }


  .srp-x-mobile-cart,
  .srp-x-hamburger {
    width: 42px;
    height: 42px;
  }


  .srp-x-pulse {
    height: 42px;
  }


  .srp-x-pulse-label {
    min-width: 0;
    width: 116px;
    padding: 0 9px;
    gap: 6px;
    font-size: 7.5px;
    line-height: 1.25;
    letter-spacing: 0.09em;
    white-space: normal;
  }


  .srp-x-pulse-window {
    display: none;
  }


  .srp-x-pulse-mobile {
    position: relative;
    min-width: 0;
    flex: 1;
    display: block;
    overflow: hidden;
  }


  .srp-x-mobile-message {
    position: absolute;
    inset: 0;
    padding: 0 12px;
    display: none;
    align-items: center;
    color: rgba(225, 245, 253, 0.88);
    font-size: 9px;
    font-weight: 620;
    line-height: 1.35;
    letter-spacing: 0.03em;
  }


  .srp-x-mobile-message.srp-x-message-active {
    display: flex;
    animation: srp-x-mobile-message 4.8s ease both;
  }


  .srp-x-search-layer {
    padding-top: calc(5vh + var(--srp-x-admin-offset));
  }


  .srp-x-search-dialog {
    padding: 58px 18px 25px;
    border-radius: 19px;
  }


  .srp-x-search-dialog h2 {
    margin-right: 0;
    margin-bottom: 22px;
    font-size: 29px;
  }


  .srp-x-search-control {
    min-height: 58px;
    padding: 6px 6px 6px 14px;
    gap: 9px;
  }


  .srp-x-search-control > svg {
    width: 19px;
    height: 19px;
  }


  .srp-x-search-control input {
    height: 44px;
    font-size: 14px;
  }


  .srp-x-search-control button {
    min-height: 44px;
    padding: 0 15px;
    font-size: 11px;
  }}


@media (max-width: 480px) {
  .srp-x-logo {
    max-width: none;
  }


  .srp-x-mobile-actions {
    flex: 0 0 auto;
  }


  .srp-x-mobile-cart,
  .srp-x-hamburger {
    width: 39px;
    height: 39px;
  }


  .srp-x-mobile-cart svg {
    width: 17px;
    height: 17px;
  }


  .srp-x-hamburger {
    padding: 9px;
  }


  .srp-x-pulse-label {
    width: 103px;
    font-size: 6.9px;
  }


  .srp-x-mobile-message {
    font-size: 8.4px;
  }


  .srp-x-mobile-drawer {
    width: 94vw;
    padding-right: 14px;
    padding-left: 14px;
  }


  .srp-x-drawer-logo {
    height: 103px;
  }}


/* REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  .srp-x-root *,
  .srp-x-root *::before,
  .srp-x-root *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }


  .srp-x-pulse-track {
    transform: none !important;
  }


  .srp-x-pulse-set[aria-hidden="true"] {
    display: none;
  }


  .srp-x-pulse-window {
    overflow-x: auto;
  }


  .srp-x-logo-video,
  .srp-x-drawer-video {
    display: none;
  }}


/* PRINT */
@media print {
  .srp-x-root {
    display: none !important;
  }}