/* Alpine.js x-cloak support */
[x-cloak]{ display:none !important; }

/* ---------------------------
   LENIS (required CSS hooks)
---------------------------- */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important; /* disable native smooth */
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* Smooth scroll - let Lenis handle it */
html { 
  scroll-behavior: auto; /* let Lenis handle it */
}

/* smoother scroll + less jank */
html, body {
  overscroll-behavior: none;
}

body {
  scroll-padding-top: 120px; /* if you have a sticky header */
}

/* optional: makes animations feel smoother */
* {
  scroll-margin-top: 120px;
}

/* Ensure the product images are zoomed out without being cut off */
.product-card img, 
.object-scale-down, 
.object-cover {
    transform: scale(0.9); /* Zoom out */
    transition: transform 0.3s ease-in-out;
    object-fit: contain; /* Ensures the whole image is visible */
}

/* Ensure the container allows proper scaling */
.product-card .relative.aspect-video {
    overflow: hidden; /* Prevents content from overflowing */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* -----================= Glow theme Shine ===============---------------------*/
.border-2.border-white\/5.rounded-xl.bg-\[rgba\(255\,255\,255\,0\.01\)\] {
  position: relative;
  overflow: hidden;
}

.border-2.border-white\/5.rounded-xl.bg-\[rgba\(255\,255\,255\,0\.01\)\]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-25deg);
  transition: none;
  pointer-events: none;
}

.border-2.border-white\/5.rounded-xl.bg-\[rgba\(255\,255\,255\,0\.01\)\]:hover::before {
  animation: shine 0.75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


/*nigga-------------------------------/*

/* === SaltyAuth Navbar Theme Layer === */
:root{
  --navStroke: rgba(187,134,252,.22);
  --navText: rgba(255,255,255,.92);
  --navMuted: rgba(255,255,255,.70);
  --navGlow1: rgba(168,85,247,.22);
  --navGlow2: rgba(124,58,237,.18);

  --navGlassA: rgba(255,255,255,.07);
  --navGlassB: rgba(255,255,255,.03);

  --navShadow: 0 18px 50px rgba(0,0,0,.50);
  --navShadow2: 0 10px 26px rgba(0,0,0,.35);

  --navRadius: 18px;
  --navRadiusPill: 999px;
}

/* ===== Shared rails ===== */
:root{
  --navRail: min(1200px, calc(100vw - 28px));
  --annPill: min(720px, calc(100vw - 28px));
  --headerRail: min(1200px, calc(100vw - 28px));
  --bg-a: #16061f;
  --bg-b: #2a0b3a;
  --bg-c: #5a0f6d;   /* magenta-ish */
}

body{
  background:
    radial-gradient(900px 520px at 14% 10%, rgba(255, 84, 190, .18), transparent 60%),
    radial-gradient(900px 520px at 86% 18%, rgba(130, 84, 255, .14), transparent 62%),
    linear-gradient(145deg, var(--bg-a), var(--bg-b) 45%, var(--bg-c));
  background-attachment: fixed;
}

/* Container */
.saltyNavWrap{
  position: sticky;
  top: 0;
  z-index: 9999; /* ensure it's above everything */
  padding: 8px 14px 0; /* was 14px */
}

/* soft aura behind */
.saltyNavAura{
  position: absolute;
  inset: -22px 0 auto 0;
  height: 96px;
  pointer-events: none;
  background:
    radial-gradient(700px 160px at 20% 30%, var(--navGlow1), transparent 70%),
    radial-gradient(700px 160px at 80% 30%, var(--navGlow2), transparent 70%);
  filter: blur(14px);
  opacity: .85;
}

/* main bar */
.saltyNav{
  position: relative;
  border: 1px solid rgba(187,134,252,.22) !important;
  border-radius: 20px !important; /* same family */
  background: linear-gradient(180deg, var(--navGlassA), var(--navGlassB));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0,0,0,.50) !important;
  overflow: hidden;
}

/* top shine line */
.saltyNav::before{
  content:"";
  position:absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  opacity: .65;
  pointer-events:none;
}

/* subtle inner glow blobs */
.saltyNav::after{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(420px 200px at 25% 0%, rgba(168,85,247,.14), transparent 65%),
    radial-gradient(420px 200px at 75% 10%, rgba(124,58,237,.12), transparent 62%);
  pointer-events:none;
}

.saltyNavInner{
  position: relative;
  z-index: 1;
  padding: 12px 14px; /* instead of 14px 16px */
  /* Prevent layout shift during load */
  min-height: 60px; /* reserve space for content */
  contain: layout style; /* isolate layout */
}

/* Brand */
.saltyBrand{
  display:flex;
  align-items:center;
  gap: 12px;
  color: var(--navText);
  text-decoration:none;
  min-width: 0;
}
.saltyLogo{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid var(--navStroke);
  background: rgba(255,255,255,.05);
  box-shadow: var(--navShadow2);
  object-fit: cover;
}
.saltyName{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Prevent font loading shift */
  font-display: swap;
  min-height: 1.2em; /* reserve space */
}

/* Link pills */
.saltyLinks{
  display:flex;
  align-items:center;
  gap: 10px;
  /* Prevent layout shift during Alpine initialization */
  min-height: 36px; /* match button height */
  contain: layout style; /* isolate layout */
}
.saltyPill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: 9px 13px; /* cleaner */
  min-width: fit-content; /* prevent size changes */
  height: 36px; /* fixed height to prevent vertical shift */
  border-radius: var(--navRadiusPill);
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.86);
  font-weight: 800;
  font-size: 13.5px;
  letter-spacing: .02em;
  text-decoration:none;
  user-select:none;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
  position: relative;
  overflow: hidden;
  will-change: transform, background, box-shadow; /* prevent layout shift */
  contain: layout style paint; /* isolate rendering */
}
.saltyPill:hover{
  transform: translateY(-1px) scale(1.03);
  background: rgba(255,255,255,.08);
  border-color: rgba(187,134,252,.30);
  box-shadow: 0 16px 30px rgba(0,0,0,.28);
}
.saltyPillActive{
  background: linear-gradient(135deg, rgba(168,85,247,.45), rgba(124,58,237,.35));
  border-color: rgba(187,134,252,.55);
  box-shadow: 0 18px 36px rgba(168,85,247,.16);
  transform: none !important; /* remove scaling to prevent visual jump */
  color: rgba(255,255,255,.92);
  /* Keep same dimensions to prevent layout shift */
  min-width: fit-content;
  height: 36px;
}

/* Keep active styling on hover (don't fade the highlight) */
.saltyPillActive:hover{
  background: linear-gradient(135deg, rgba(168,85,247,.52), rgba(124,58,237,.42));
  border-color: rgba(187,134,252,.62);
  box-shadow: 0 18px 40px rgba(168,85,247,.18);
  transform: translateY(-1px) scale(1.02); /* subtle hover only */
}

/* Right side buttons (Login, My Account, Cart) */
.saltyAction{
  padding: 9px 13px; /* cleaner */
  min-width: fit-content; /* prevent size changes */
  height: 36px; /* fixed height to match pills */
  border-radius: var(--navRadiusPill);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.90);
  font-weight: 900;
  font-size: 13.5px;
  text-decoration:none;
  transition: transform .16s ease, background .16s ease, box-shadow .16s ease, border-color .16s ease;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
  will-change: transform, background, box-shadow; /* prevent layout shift */
  contain: layout style paint; /* isolate rendering */
}
.saltyAction:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.08);
  border-color: rgba(187,134,252,.22);
  box-shadow: 0 14px 28px rgba(0,0,0,.34), 0 0 0 1px rgba(187,134,252,.12);
}

/* Navbar login icon */
.saltyLoginIcon{
  width: 36px;
  height: 36px;
  padding: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 15px;
  color: rgba(255,255,255,.92);
}

/* Slight polish on hover */
.saltyLoginIcon:hover{
  color: #c084fc; /* soft magenta */
}

/* Cart badge */
.saltyBadge{
  position:absolute;
  top:-8px;
  right:-8px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 10px;
  font-weight: 900;
  color: rgba(255,255,255,.95);
  background: linear-gradient(90deg, rgba(168,85,247,.95), rgba(124,58,237,.95));
  box-shadow: 0 0 18px rgba(168,85,247,.35);
  border: 1px solid rgba(255,255,255,.10);
}

/* Mobile menu panel */
.saltyMobilePanel{
  border: 1px solid var(--navStroke);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 22px 60px rgba(0,0,0,.55);
  overflow: hidden;
}
.saltyMobileItem{
  display:block;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.84);
  text-decoration:none;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.saltyMobileItem:hover{
  transform: translateY(-1px);
  border-color: rgba(187,134,252,.20);
  background: rgba(255,255,255,.06);
  box-shadow: 0 14px 26px rgba(0,0,0,.30), 0 0 0 1px rgba(187,134,252,.12);
}

/* ===== Announcement wrapper sits on same rail, but pill stays centered ===== */
.saltyAnnWrap{
  position: relative;
  z-index: 45;
  padding: 0 14px 0;
}

/* Make the pill shrink to its content instead of filling space */
.saltyAnnRail{
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Announcement pill */
.saltyAnn{
  width: min(560px, calc(100vw - 28px));
  margin: 0 auto;

  /* remove the uneven padding that shifts the center */
  padding: 0;

  border-radius: 20px !important;
  border: 1px solid rgba(187, 134, 252, .22) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(0,0,0,.50) !important;

  position: relative;
  overflow: hidden; /* keep it clean */
}

.saltyAnn::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 999px;
  overflow: hidden;
  background:
    radial-gradient(420px 160px at 25% 0%, rgba(168,85,247,.18), transparent 65%),
    radial-gradient(420px 160px at 75% 10%, rgba(124,58,237,.14), transparent 62%);
  pointer-events:none;
}

/* Inner = real centering */
.saltyAnnInner{
  position: relative;
  z-index: 1;

  /* center contents perfectly */
  display: flex;
  align-items: center;
  justify-content: center;

  height: 44px;
  padding: 0 22px; /* single source of padding */
}

/* Pill content: ONLY rotating text */
.saltyAnnOnly{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  height: 44px;
}

.saltyAnnMarquee{
  flex: 0 0 auto;      /* don't expand */
  width: 520px;        /* <-- adjust smaller: 460 / 480 / 520 */
  max-width: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-left: 6px;
  position: relative;
  -webkit-mask-image: linear-gradient(to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%);
  mask-image: linear-gradient(to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%);
}

/* Rotation wrapper */
.saltyAnnRotateWrap{
  position: relative;
  height: 20px;

  width: min(520px, calc(100vw - 120px)); /* ✅ centers and respects padding */
  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
}

/* Each announcement line */
.saltyAnnLine{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: .02em;
  color: rgba(255,255,255,.90);
}

.saltyAnnDot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(168,85,247,.95), rgba(124,58,237,.95));
  box-shadow: 0 0 14px rgba(168,85,247,.28);
  flex: 0 0 auto;
}

/* More breathing room between label + rotating text */
.saltyAnnText{
  color: rgba(255,255,255,.88);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .02em;
  white-space: nowrap;
  padding-right: 14px; /* was 8px */
}

.saltyAnnItem{
  display: inline-block;
  margin-right: 28px;
  color: rgba(255,255,255,.86);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .02em;
}

.saltyAnn:hover{
  box-shadow: 0 22px 60px rgba(0,0,0,.55), 0 0 0 1px rgba(187,134,252,.12);
}

/* Remove external-link icon inside the pill (in case it appears) */
.saltyAnn a svg,
.saltyAnn svg[aria-label="External link"],
.saltyAnn .external-link{
  display: none !important;
}

/* Fade animation for rotating messages */
@keyframes saltyAnnFade{
  0%   { opacity: 0; transform: translateY(3px); filter: blur(1px); }
  15%  { opacity: 1; transform: translateY(0);   filter: blur(0); }
  85%  { opacity: 1; transform: translateY(0);   filter: blur(0); }
  100% { opacity: 0; transform: translateY(-2px); filter: blur(1px); }
}

.saltyAnnRotate{
  animation: saltyAnnFade 3s ease-in-out infinite;
  will-change: opacity, transform, filter;
}

/* Navbar + announcement should always be on top */
.saltyHeaderWrap{
  position: sticky;
  top: 0;
  z-index: 9999; /* ensure it's above everything */
  padding: 10px 14px 0;
  /* Prevent layout shift during page load */
  contain: layout style;
  will-change: transform; /* only if sticky */
}

/* Center everything to same width */
.saltyHeaderRail{
  width: var(--headerRail);
  margin: 0 auto;
  /* Prevent layout shift */
  contain: layout style;
}

/* announcement row BELOW navbar */
.saltyHeaderAnnRow{
  margin-top: 8px;     /* smaller gap */
  padding: 0 0 10px;   /* cleaner */
  position: relative;
  z-index: 9999; /* ensure it's above everything */
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, max-height 0.5s ease, margin 0.5s ease, padding 0.5s ease;
  transform: translateY(0);
  opacity: 1;
  will-change: transform, opacity, max-height;
}

/* subtle separator aura */
.saltyHeaderAnnRow::before{
  content:"";
  position:absolute;
  left: 20px;
  right: 20px;
  top: -6px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(187,134,252,.22), transparent);
  opacity: .7;
}

/* Hide the old standalone announcement component (if it still shows) */
div[data-component-id="announcement"]{
  display: none !important;
}

/* When hero search modal is open, hide the entire header (navbar + announcement) so search input and close button are usable */
body.salty-search-open header {
  visibility: hidden;
  pointer-events: none;
}

/* When group modal is open: keep navbar/announcement in background (behind modal) and prevent background scroll */
body.salty-group-modal-open header,
body.salty-group-modal-open header.sticky,
body.salty-group-modal-open header:has(.saltyHeaderWrap) {
  z-index: 0 !important;
}
body.salty-group-modal-open .saltyNavWrap,
body.salty-group-modal-open .saltyHeaderWrap {
  z-index: 0 !important;
}

/* Slightly smaller font to avoid truncation on mobile */
@media (max-width: 480px){
  .saltyAnnLine{
    font-size: 12.5px;
  }
}

/* ===== HERO: match your index.html vibe + prevent "giant empty card" ===== */
/* Hero must never float above the header */
.saltyHeroWrap{
  position: relative;
  z-index: 1; /* keep hero behind sticky header */
  display: flex;
  align-items: center;          /* vertical center */
  justify-content: center;      /* horizontal center */
  padding: 56px 14px 64px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Force hero background layers to never sit above header */
.saltyHeroWrap *{
  z-index: auto;
}

/* Force hero background elements to never sit above header */
#bubbleCanvas,
.vignette{
  z-index: 0 !important;
}

/* soft background glow like your navbar aura */
.saltyHeroAura{
  position: absolute;
  inset: -40px 0 auto 0;
  height: 360px;
  pointer-events: none;
  background:
    radial-gradient(800px 260px at 30% 30%, rgba(168,85,247,.18), transparent 70%),
    radial-gradient(800px 260px at 70% 30%, rgba(124,58,237,.14), transparent 70%);
  filter: blur(18px);
  opacity: .95;
}

.saltyHeroRail{
  width: min(1200px, calc(100vw - 28px));
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

/* IMPORTANT: keep card auto-height (do NOT stretch) */
/* Hero card shouldn't create weird stacking behavior */
.saltyHeroCard{
  position: relative;
  z-index: 1;
  width: min(980px, calc(100vw - 28px));
  height: auto;
  align-self: center;
  padding: 44px 26px 40px;

  border-radius: 26px;
  border: 1px solid rgba(187,134,252,.22);

  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow: 0 22px 70px rgba(0,0,0,.55);
  position: relative;
  overflow: hidden;
}

/* inner "bloom" like your other cards */
.saltyHeroCard::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(520px 260px at 30% 0%, rgba(168,85,247,.14), transparent 65%),
    radial-gradient(520px 260px at 80% 10%, rgba(124,58,237,.12), transparent 62%);
  pointer-events:none;
}

.saltyHeroInner{
  position: relative;
  z-index: 1;
  text-align: center;
}

/* This is the exact "big clean title" look */
.saltyHeroTitle{
  margin: 0;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1.08;
  font-weight: 1000;
  letter-spacing: -0.03em;

  background: linear-gradient(90deg, rgba(196,141,255,.95), rgba(168,85,247,.95), rgba(124,58,237,.95));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  text-shadow: 0 0 30px rgba(168,85,247,.18);
}

.saltyHeroSub{
  margin: 10px auto 0;
  max-width: 62ch;
  color: rgba(255,255,255,.65);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .02em;
}

/* spacing row so search sits like your reference */
.saltyHeroSearchRow{
  margin-top: 18px;
}

/* Make YOUR existing search trigger look right inside hero */
.saltyHeroSearchTrigger{
  margin: 0 auto;
  width: min(520px, 100%);
  border-radius: 14px;
  border: 1px solid rgba(187,134,252,.22);
  background: rgba(255,255,255,.06);
  padding: 14px 14px;
  color: rgba(255,255,255,.80);
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}
.saltyHeroSearchTrigger:hover{
  transform: translateY(-1px);
  border-color: rgba(187,134,252,.40);
  background: rgba(255,255,255,.08);
  box-shadow: 0 14px 28px rgba(0,0,0,.34), 0 0 0 1px rgba(187,134,252,.12);
}
.saltyHeroSearchTrigger input{
  width: 100%;
  background: transparent !important;
  border: 0 !important;
  outline: none !important;
  color: rgba(255,255,255,.86);
}

.saltyHeroBtns{
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* Buttons: "single clean glow" (no double-shadow look) */
.saltyHeroBtn{
  min-width: 170px;
  height: 46px;

  padding: 0 18px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  font-weight: 950;
  letter-spacing: .01em;
  color: rgba(255,255,255,.92);
  text-decoration: none;

  box-shadow: 0 14px 30px rgba(0,0,0,.45);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease, border-color .16s ease, background .16s ease;
}
.saltyHeroBtn:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 18px 38px rgba(0,0,0,.55), 0 0 0 1px rgba(187,134,252,.22);
}

.saltyHeroBtnPrimary{
  background: linear-gradient(90deg, rgba(168,85,247,.95), rgba(124,58,237,.95));
  border: 1px solid rgba(255,255,255,.08);
}

.saltyHeroBtnSecondary{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(187,134,252,.22);
}
.saltyHeroBtnSecondary:hover{
  border-color: rgba(187,134,252,.40);
}

/* mobile sizing to match your screenshots */
@media (max-width: 520px){
  .saltyHeroCard{ padding: 34px 16px 30px; border-radius: 22px; }
  .saltyHeroSub{ font-size: 13px; }
  .saltyHeroBtn{ min-width: 150px; }
}

/* ===== HERO (Bolt card exact vibe, but class-based) ===== */
:root{
  --bg1:#0b0616;
  --bg2:#190a2a;
  --bg3:#2a0b3a;

  --stroke: rgba(187,134,252,.22);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.65);

  --p1:#c084fc;
  --p2:#a78bfa;
  --p3:#7c3aed;

  --shadow: 0 22px 60px rgba(0,0,0,.55);
  --shadow2: 0 10px 28px rgba(0,0,0,.45);
}

/* Center hero card area */
.saltyHeroStage{
  position: relative;
  z-index: 1;
  padding: 84px 14px 64px;
  display:flex;
  justify-content:center;
  align-items: center;
  min-height: calc(100vh - 170px); /* gives it a "hero" feel under navbar */
}

.saltyHeroCard2{
  position: relative;
  z-index: 1; /* Hero card shouldn't create weird stacking behavior */
  width: min(980px, calc(100vw - 28px));
  border-radius: 26px;
  border: 1px solid var(--stroke);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 46px 34px 38px;
}

.saltyHeroCard2::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(520px 260px at 30% 0%, rgba(168,85,247,.16), transparent 65%),
    radial-gradient(460px 260px at 80% 10%, rgba(124,58,237,.14), transparent 62%);
  pointer-events:none;
}

.saltyHeroContent{
  position: relative;
  z-index: 1;
  text-align:center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px; /* consistent spacing between title/sub/search/buttons/features */
}

.saltyHeroTitle2{
  margin: 0 0 6px 0;
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 900;
  background: linear-gradient(90deg, var(--p1), var(--p2), var(--p3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-bottom: 4px;
  text-shadow: 0 0 30px rgba(168,85,247,.25);
}

.saltyHeroSub2{
  margin: 0 0 6px 0;
  max-width: 56ch;
  color: var(--muted);
  font-size: 14px;
  letter-spacing: .02em;
  line-height: 1.55;
}

/* Search trigger (hero) */
.saltyHeroSearch{
  margin: 10px auto 0;
  width: min(560px, 100%);
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(187,134,252,.22);
  background: rgba(255,255,255,.06);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
  color: rgba(255,255,255,.80);
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}
.saltyHeroSearch:hover{
  transform: translateY(-1px);
  border-color: rgba(187,134,252,.40);
  background: rgba(255,255,255,.08);
  box-shadow: 0 14px 28px rgba(0,0,0,.34), 0 0 0 1px rgba(187,134,252,.12);
}
.saltyHeroSearch input{
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: rgba(255,255,255,.86);
  font-weight: 600;
}
.saltyHeroSearch input::placeholder{ color: rgba(255,255,255,.55); }

/* Buttons row */
.saltyHeroBtnRow{
  margin-top: 4px;
  display:flex;
  justify-content:center;
  gap: 14px;
  flex-wrap: wrap;
}

.saltyBtn{
  position: relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  min-width: 160px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .01em;
  color: rgba(255,255,255,.92);
  text-decoration:none;
  user-select:none;
  isolation:isolate;
  overflow:hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,.40), 0 1px 0 rgba(255,255,255,.06) inset;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease, border-color .15s ease, background .15s ease;
}
.saltyBtn::after{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(120px 60px at 25% 35%, rgba(255,255,255,.16), transparent 60%);
  opacity:.55;
  z-index:-1;
  pointer-events:none;
}
.saltyBtn:hover{
  transform: translateY(-2px);
  filter: brightness(1.02);
  box-shadow: 0 14px 28px rgba(0,0,0,.48), 0 0 0 1px rgba(187,134,252,.30), 0 1px 0 rgba(255,255,255,.06) inset;
}
.saltyBtn:active{ transform: translateY(-1px) scale(.99); }

.saltyBtnPrimary{
  background: linear-gradient(90deg, rgba(168,85,247,.92), rgba(124,58,237,.92));
  border: 0;
}
.saltyBtnSecondary{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(187,134,252,.22);
}
.saltyBtnSecondary:hover{ border-color: rgba(187,134,252,.40); }

/* Feature pills */
.saltyHeroFeatures{
  margin-top: 22px;
  display:flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content:center;
  width: 100%;
}
.saltyHeroFeature{
  flex: 1 1 220px;
  max-width: 280px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 18px;
  padding: 18px 18px 16px;
  text-align:center;
  box-shadow: 0 10px 18px rgba(0,0,0,.22);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}
.saltyHeroFeature:hover{
  transform: translateY(-2px);
  border-color: rgba(187,134,252,.20);
  background: rgba(255,255,255,.05);
  box-shadow: 0 14px 26px rgba(0,0,0,.34), 0 0 0 1px rgba(187,134,252,.18);
}
.saltyHeroFeatureTitle{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  font-size: 13.5px;
  color: rgba(196,141,255,.95);
  margin-bottom: 6px;
}

/* Hero feature icons */
.saltyHeroFeatureIcon{
  width: 34px;
  height: 34px;
  border-radius: 10px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,.06);
  border: 1px solid rgba(187,134,252,.22);

  color: #d08bff; /* softer magenta */
  font-size: 15px;

  box-shadow: 0 6px 14px rgba(0,0,0,.35);
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}

/* Light hover polish */
.saltyHeroFeature:hover .saltyHeroFeatureIcon{
  transform: translateY(-1px);
  border-color: rgba(187,134,252,.35);
  background: rgba(255,255,255,.08);
}
.saltyHeroFeatureDesc{
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,.62);
  line-height: 1.5;
}

/* ===== MODAL (teleported to body so it never clips) ===== */
.saltyModal{
  position: fixed;
  inset: 0;
  z-index: 9999; /* above navbar */
  display:flex;
  align-items: center;
  justify-content: center;
  padding: 18px 10px;
}
.saltyModalBackdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.70);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
/* Make the modal panel never exceed viewport height */
.saltyModalPanel{
  position: relative;
  width: min(980px, calc(100vw - 24px));
  max-height: calc(100vh - 100px); /* room for top/bottom */
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(187,134,252,.22);
  background: linear-gradient(180deg, rgba(20,10,32,.72), rgba(12,6,22,.58));
  box-shadow: 0 28px 90px rgba(0,0,0,.65);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.saltyModalPanel::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(520px 240px at 25% 0%, rgba(168,85,247,.18), transparent 65%),
    radial-gradient(520px 240px at 80% 10%, rgba(124,58,237,.16), transparent 62%);
  pointer-events:none;
}
.saltyModalInner{
  position: relative;
  z-index: 1;
  display:flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  min-height: 0; /* critical: allows flex children to shrink */
}
.saltyModalTop{
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 14px 14px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.saltyModalSearch{
  flex: 1;
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(187,134,252,.22);
  background: rgba(255,255,255,.06);
}
.saltyModalSearch input{
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: rgba(255,255,255,.90);
  font-weight: 650;
}
.saltyModalClose{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.85);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.saltyModalClose:hover{
  transform: translateY(-1px);
  border-color: rgba(187,134,252,.25);
  background: rgba(255,255,255,.06);
}
/* Scroll ONLY the product list area */
.saltyModalBody{
  padding: 14px;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1; /* takes remaining space */
  min-height: 0; /* critical: allows scrolling when content overflows */
  padding-right: 10px; /* space for scrollbar */
}

/* nice scrollbar look (matches theme) */
.saltyModalBody::-webkit-scrollbar{
  width: 12px;
}
.saltyModalBody::-webkit-scrollbar-thumb{
  background: rgba(187,134,252,.32);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.saltyModalBody::-webkit-scrollbar-thumb:hover{
  background: rgba(187,134,252,.45);
  background-clip: padding-box;
}
.saltyModalBody::-webkit-scrollbar-track{
  background: rgba(255,255,255,.04);
  border-radius: 999px;
  margin: 8px 0;
}

/* Smooth search filtering in modal */
.saltyModalBody [data-title]{
  transition: 
    opacity .18s ease,
    transform .18s ease,
    max-height .22s ease,
    margin .22s ease,
    padding .22s ease,
    border-width .22s ease;
  transform-origin: top;
  max-height: 160px;            /* big enough for your row card */
  opacity: 1;
}

.saltyModalBody [data-title].is-filtered-out{
  opacity: 0;
  transform: translateY(-4px) scale(.98);
  max-height: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-width: 0 !important;
  pointer-events: none;
  overflow: hidden;
}

.saltySearchEmpty{
  padding: 1rem 0;
  margin: 0;
  color: var(--cl-t-primary);
  opacity: 0.85;
  font-size: 0.95rem;
}

/* ===== HERO MOBILE TWEAKS ===== */
@media (max-width: 520px){
  .saltyHeroStage{
    padding: 64px 14px 48px;
    min-height: auto;
  }
  .saltyHeroCard2{
    padding: 34px 18px 26px;
  }
  .saltyHeroFeatures{
    margin-top: 14px;
    gap: 10px;
  }
  .saltyHeroFeature{
    max-width: 100%;
  }
}

/* ===== Fix stacking: Navbar + Announcement always above Hero ===== */

/* Make sure header stack is always on top */
header.sticky,
header:has(.saltyHeaderWrap) {
  z-index: 2147483647 !important;
}
.saltyNavWrap,
.saltyHeaderWrap{
  position: sticky !important;
  top: 0;
  z-index: 50000 !important;
}

/* Ensure the actual bar + announcement sit above everything */
.saltyNav{ position: relative; z-index: 50001 !important; }
.saltyHeaderAnnRow{ position: relative; z-index: 50000 !important; }
.saltyAnn{ position: relative; z-index: 50000 !important; }

/* Force hero beneath the header stack */
.saltyHeroWrap,
.saltyHeroStage,
.saltyHeroRail,
.saltyHeroCard,
.saltyHeroCard2{
  position: relative;
  z-index: 1 !important;
}

/* Prevent odd stacking-context leaks */
.saltyHeroWrap{ isolation: isolate; }

/* ===== Search modal: always overlays + scroll results inside ===== */
.saltySearchModal{
  z-index: 100000 !important;
}

.saltySearchModal > .flex{
  min-height: 100vh;
}

.saltySearchDialog{
  position: relative;
  z-index: 2;
  width: min(920px, calc(100vw - 24px));
  max-height: calc(100vh - 120px);
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(187,134,252,.22);
  background: linear-gradient(180deg, rgba(20,10,32,.72), rgba(12,6,20,.62));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 22px 60px rgba(0,0,0,.55);
  overflow: hidden; /* keeps header fixed and scroll only list */
}

.saltySearchResults{
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;

  /* THIS is the scroll area */
  max-height: min(60vh, 560px);
  overflow-y: auto;
  padding-right: 6px;
}

/* Optional: nicer scrollbar */
.saltySearchResults::-webkit-scrollbar{ width: 10px; }
.saltySearchResults::-webkit-scrollbar-thumb{
  background: rgba(187,134,252,.25);
  border-radius: 999px;
}
.saltySearchResults::-webkit-scrollbar-track{
  background: rgba(255,255,255,.04);
  border-radius: 999px;
}

/* ✅ Force header/nav to always render above page content (even with stacking contexts) */
.saltyHeaderWrap,
.saltyNavWrap,
.saltyHeaderWrap{
  position: sticky;
  top: 0;
  z-index: 2147483647 !important; /* max safe int */
  isolation: isolate;             /* critical: creates its own stacking context */
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  transform: translateY(0);
  opacity: 1;
}

:root{
  --salty-nav-h: 72px;      /* JS will overwrite this with the real height */
  --salty-ann-gap: 12px;    /* spacing between nav and announcements */
}

/* Navbar hide = transform only */
.saltyNav{
  transition: transform .28s ease, opacity .22s ease !important;
  will-change: transform, opacity;
}
.saltyNav.nav-hidden{
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
}

/* Announcement row: smooth swap up/down */
.saltyHeaderAnnRow{
  transition: transform .28s ease;
  will-change: transform;
  position: relative;
  z-index: 50; /* make sure it stays above the background */
}

/* When navbar is hidden, move announcements UP into navbar's spot */
.saltyHeaderAnnRow.ann-swap{
  transform: translateY(calc(-1 * var(--salty-nav-h) - var(--salty-ann-gap)));
}

/* ✅ Ensure hero/content can never paint above the header */
.saltyHeroWrap,
.saltyHeroStage{
  position: relative;
  z-index: 0 !important;
}

/* ✅ If you use a canvas/vignette/bg layers, force them behind everything */
#bubbleCanvas,
.vignette{
  position: fixed;    /* important if it's meant to be background */
  inset: 0;
  z-index: -1 !important;
  pointer-events: none;
}

/* =========================
   Salty Stats (Theme Match)
   ========================= */

:root{
  --statsStroke: rgba(187, 134, 252, .22);
  --statsText: rgba(255,255,255,.92);
  --statsMuted: rgba(255,255,255,.62);
  --statsCardA: rgba(255,255,255,.06);
  --statsCardB: rgba(255,255,255,.03);
  --statsShadow: 0 22px 60px rgba(0,0,0,.55);
}

/* Outer spacing like the rest of the site */
.saltyStatsWrap{
  position: relative;
  padding: 34px 14px 64px;
}

.saltyStatsRail{
  width: min(1200px, calc(100vw - 28px));
  margin: 0 auto;
}

/* Header */
.saltyStatsHead{
  text-align: center;
  margin: 0 auto 16px;
  max-width: 80ch;
}

.saltyStatsPillRow{
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.saltyStatsPill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--statsStroke);
  background: rgba(255,255,255,.06);
  color: rgba(196,141,255,.92);
  font-weight: 900;
  font-size: 12.5px;
  letter-spacing: .02em;
  box-shadow: 0 12px 26px rgba(0,0,0,.30);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

.saltyStatsPill:hover{
  transform: translateY(-1px);
  border-color: rgba(187,134,252,.36);
  background: rgba(255,255,255,.08);
  box-shadow: 0 16px 30px rgba(0,0,0,.38);
}

.saltyStatsTitle{
  margin: 0;
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 950;
  color: var(--statsText);
  text-shadow: 0 0 26px rgba(168,85,247,.18);
}

.saltyStatsSub{
  margin: 10px auto 0;
  color: var(--statsMuted);
  font-size: 13.5px;
  letter-spacing: .02em;
  line-height: 1.6;
  max-width: 62ch;
}

/* Card */
.saltyStatsCard{
  position: relative;
  border-radius: 22px;
  border: 1px solid var(--statsStroke);
  background: linear-gradient(180deg, var(--statsCardA), var(--statsCardB));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--statsShadow);
  overflow: hidden;
  padding: 20px;
}

.saltyStatsGlow{
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background:
    radial-gradient(520px 260px at 30% 0%, rgba(168,85,247,.16), transparent 65%),
    radial-gradient(460px 260px at 80% 10%, rgba(124,58,237,.14), transparent 62%);
}

/* Grid */
.saltyStatsGrid{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.saltyStat{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.04);
  box-shadow: 0 10px 18px rgba(0,0,0,.22);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}

.saltyStat:hover{
  transform: translateY(-2px);
  border-color: rgba(187,134,252,.22);
  background: rgba(255,255,255,.05);
  box-shadow: 0 14px 26px rgba(0,0,0,.34), 0 0 0 1px rgba(187,134,252,.18);
}

.saltyStatInner{
  padding: 16px 14px;
  text-align: center;
}

.saltyStatValue{
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,.92);
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 18px rgba(168,85,247,.14);
}

.saltyStatLabel{
  margin-top: 8px;
  font-size: 12.5px;
  font-weight: 850;
  letter-spacing: .02em;
  color: rgba(255,255,255,.62);
}

/* Responsive */
@media (max-width: 900px){
  .saltyStatsGrid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px){
  .saltyStatsCard{ padding: 16px; }
  .saltyStatsGrid{ grid-template-columns: 1fr; }
  .saltyStatInner{ padding: 14px 12px; }
}

/* =========================
   Salty Product Cards
   ========================= */

:root{
  --prodStroke: rgba(187,134,252,.22);
  --prodText: rgba(255,255,255,.92);
  --prodMuted: rgba(255,255,255,.62);
  --prodA: rgba(255,255,255,.06);
  --prodB: rgba(255,255,255,.03);
  --prodShadow: 0 18px 46px rgba(0,0,0,.45);
}

/* Grid card */
.saltyProductCard{
  position: relative;
  display: block;
  border-radius: 22px;
  border: 1px solid var(--prodStroke);
  background: linear-gradient(180deg, var(--prodA), var(--prodB));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--prodShadow);
  overflow: hidden;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
  text-decoration: none;
  color: var(--prodText);
}

.saltyProductGlow{
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background:
    radial-gradient(520px 260px at 30% 0%, rgba(168,85,247,.14), transparent 65%),
    radial-gradient(460px 260px at 80% 10%, rgba(124,58,237,.12), transparent 62%);
  opacity: .95;
}

.saltyProductCard:hover{
  transform: translateY(-3px);
  border-color: rgba(187,134,252,.36);
  box-shadow: 0 24px 60px rgba(0,0,0,.58), 0 0 0 1px rgba(187,134,252,.14);
}

/* Media */
.saltyProductMedia{
  position: relative;
  z-index: 1;
  padding: 12px 12px 0;
}

.saltyProductMediaFrame{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.18);
  box-shadow: 0 12px 24px rgba(0,0,0,.26);
}

.saltyProductImg{
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}

.saltyProductNoImg{
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(196,141,255,.70);
}

.saltyProductNoImgIcon{
  width: 72px;
  height: 72px;
  opacity: .85;
}

/* Badges */
.saltyProductBadges{
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  z-index: 2;
}

.saltyProductBadge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: .02em;
  color: rgba(255,255,255,.92);
  background: color-mix(in srgb, var(--badgeColor, rgba(168,85,247,.9)) 72%, rgba(0,0,0,.15));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 18px rgba(0,0,0,.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Body */
.saltyProductBody{
  position: relative;
  z-index: 1;
  padding: 14px 16px 16px;
}

.saltyProductName{
  margin: 2px 0 10px;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.saltyProductMeta{
  margin-bottom: 12px;
}

.saltyProductStatus{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 850;
  letter-spacing: .02em;
  color: var(--prodMuted);
}

.saltyProductStatus.isIn{
  color: rgba(190,255,230,.72);
}

.saltyProductStatus.isOut{
  color: rgba(255,170,200,.70);
}

.saltyInfIcon{
  width: 16px;
  height: 16px;
  color: rgba(168,85,247,.92);
}

/* Bottom row */
.saltyProductBottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.saltyProductPriceRow{
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.saltyProductPriceLabel{
  font-size: 12px;
  font-weight: 850;
  color: rgba(255,255,255,.48);
}

.saltyProductPrice{
  min-width: 0;
  font-size: 14px;
  font-weight: 900;
  color: rgba(255,255,255,.72);
}

.saltyProductPriceMain{
  color: rgba(196,141,255,.92);
}

.saltyProductSlash{
  margin-left: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.45);
  text-decoration: line-through;
}

.saltyProductArrow{
  flex: 0 0 auto;
  color: rgba(168,85,247,.90);
  opacity: .9;
  transform: translateX(0);
  transition: transform .16s ease, opacity .16s ease;
}

.saltyArrowIcon{
  width: 34px;
  height: 34px;
}

.saltyProductCard:hover .saltyProductArrow{
  transform: translateX(3px);
  opacity: 1;
}

/* =========================
   Horizontal Row Card
   ========================= */

.saltyProductRow{
  position: relative;
  display: flex;
  gap: 12px;
  border-radius: 18px;
  border: 1px solid var(--prodStroke);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 14px 34px rgba(0,0,0,.40);
  overflow: hidden;
  text-decoration: none;
  color: var(--prodText);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

.saltyProductRowGlow{
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background:
    radial-gradient(420px 200px at 25% 0%, rgba(168,85,247,.12), transparent 65%),
    radial-gradient(420px 200px at 75% 10%, rgba(124,58,237,.10), transparent 62%);
  opacity: .95;
}

.saltyProductRow:hover{
  transform: translateY(-2px);
  border-color: rgba(187,134,252,.36);
  box-shadow: 0 20px 50px rgba(0,0,0,.55), 0 0 0 1px rgba(187,134,252,.12);
}

.saltyProductRowMedia{
  position: relative;
  z-index: 1;
  width: 110px;
  flex: 0 0 110px;
  align-self: stretch; /* spans full card height from title to price */
  margin: 10px; /* adds space from card edges */
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.08);
  background: radial-gradient(120% 120% at 30% 20%, rgba(255,255,255,.08), rgba(0,0,0,.22));
  box-shadow: 0 12px 22px rgba(0,0,0,.18) inset;
  overflow: hidden;
}

.saltyProductRowImg{
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: contain;
  transform: scale(.98);
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.35));
}

.saltyProductRowNoImg{
  width: 100%;
  height: 100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color: rgba(196,141,255,.70);
}

.saltyProductRowNoImgIcon{
  width: 50px;
  height: 50px;
  opacity: .85;
}

.saltyProductRowBody{
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  padding: 12px 14px 12px 6px;
}

.saltyProductRowTop{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.saltyProductRowName{
  margin: 0;
  font-size: 15.5px;
  font-weight: 950;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.saltyProductRowBadges{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.saltyProductRowMeta{
  margin-top: 6px;
  margin-bottom: 10px;
}

.saltyProductRowBottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

@media (max-width: 560px){
  .saltyProductRowMedia{ width: 85px; flex-basis: 85px; margin: 8px; }
  .saltyArrowIcon{ width: 30px; height: 30px; }
}

/* =========================
   FAQ Page Styling
   ========================= */

.saltyFaqWrap {
  width: 100%;
  padding: 40px 20px;
  position: relative;
}

.saltyFaqRail {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* FAQ Header */
.saltyFaqHead {
  text-align: center;
  margin-bottom: 48px;
}

.saltyFaqHead .saltyStatsPillRow {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.saltyFaqHead .saltyHeroTitle2 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, rgba(196, 181, 253, 0.95), rgba(167, 139, 250, 0.95), rgba(139, 92, 246, 0.95));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 16px 0;
  text-shadow: 0 0 30px rgba(168, 85, 247, 0.25);
}

.saltyFaqHead .saltyHeroSub2 {
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  letter-spacing: 0.01em;
}

/* FAQ Grid */
.saltyFaqGrid {
  display: grid;
  gap: 20px;
  width: 100%;
}

.saltyFaqGrid--1 {
  grid-template-columns: 1fr;
  max-width: 800px;
  margin: 0 auto;
}

.saltyFaqGrid--2 {
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
}

@media (max-width: 768px) {
  .saltyFaqGrid--2 {
    grid-template-columns: 1fr;
  }
}

/* FAQ Item */
.saltyFaqItem {
  width: 100%;
}

.saltyFaqItemInner {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(187, 134, 252, 0.15) !important;
  border-radius: 20px;
  padding: 0;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}

.saltyFaqItemInner::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, 
    rgba(168, 85, 247, 0.1) 0%, 
    rgba(124, 58, 237, 0.08) 50%,
    transparent 100%);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

.saltyFaqItemInner:hover::before {
  opacity: 1;
}

.saltyFaqItemInner:hover {
  border-color: rgba(187, 134, 252, 0.3) !important;
  box-shadow: 0 12px 40px rgba(168, 85, 247, 0.15), 0 0 0 1px rgba(187, 134, 252, 0.2);
  transform: translateY(-2px);
}

/* FAQ Question Button */
.saltyFaqQuestion {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
}

.saltyFaqQuestion:hover {
  background: rgba(255, 255, 255, 0.02);
}

.saltyFaqQuestionText {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin: 0;
  flex: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* FAQ Icon */
.saltyFaqIcon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: rgba(196, 181, 253, 0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 0 8px rgba(168, 85, 247, 0.3));
}

.saltyFaqItemInner:hover .saltyFaqIcon {
  color: rgba(196, 181, 253, 1);
  filter: drop-shadow(0 0 12px rgba(168, 85, 247, 0.5));
}

.saltyFaqIcon.rotate-180 {
  transform: rotate(180deg);
  color: rgba(196, 181, 253, 1);
}

/* FAQ Answer */
.saltyFaqAnswerWrap {
  padding: 0 28px 24px 28px;
  position: relative;
  z-index: 1;
}

.saltyFaqAnswer {
  font-size: clamp(15px, 1.8vw, 16px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  padding-top: 8px;
  letter-spacing: 0.01em;
}

.saltyFaqAnswer a {
  color: rgba(196, 181, 253, 0.9);
  text-decoration: underline;
  text-decoration-color: rgba(196, 181, 253, 0.3);
  transition: all 0.2s ease;
}

.saltyFaqAnswer a:hover {
  color: rgba(196, 181, 253, 1);
  text-decoration-color: rgba(196, 181, 253, 0.6);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .saltyFaqWrap {
    padding: 32px 16px;
  }

  .saltyFaqHead {
    margin-bottom: 36px;
  }

  .saltyFaqGrid {
    gap: 16px;
  }

  .saltyFaqQuestion {
    padding: 20px 20px;
    gap: 16px;
  }

  .saltyFaqAnswerWrap {
    padding: 0 20px 20px 20px;
  }

  .saltyFaqIcon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .saltyFaqWrap {
    padding: 24px 12px;
  }

  .saltyFaqQuestion {
    padding: 18px 16px;
  }

  .saltyFaqAnswerWrap {
    padding: 0 16px 18px 16px;
  }
}

/* =========================
   Products Page Hero Styling (FAQ-style)
   ========================= */

.saltyPageHero {
  position: relative;
  text-align: center;
  margin-bottom: 48px;
  padding: 20px 0;
}

.saltyPageHeroGlow {
  position: absolute;
  inset: -40px 0 auto 0;
  height: 200px;
  pointer-events: none;
  background:
    radial-gradient(600px 180px at 30% 30%, rgba(168, 85, 247, 0.12), transparent 70%),
    radial-gradient(600px 180px at 70% 30%, rgba(124, 58, 237, 0.1), transparent 70%);
  filter: blur(20px);
  opacity: 0.8;
  z-index: 0;
}

.saltyPageHeroInner {
  position: relative;
  z-index: 1;
}

.saltyPageHeroTop {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.saltyPageHeroTop .saltyPill {
  display: inline-block;
}

.saltyPageHeroTitle {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, rgba(196, 181, 253, 0.95), rgba(167, 139, 250, 0.95), rgba(139, 92, 246, 0.95));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 16px 0;
  text-shadow: 0 0 30px rgba(168, 85, 247, 0.25);
}

.saltyPageHeroTitle .saltyAccent {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.95), rgba(219, 39, 119, 0.95));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.saltyPageHeroSub {
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .saltyPageHero {
    margin-bottom: 36px;
    padding: 16px 0;
  }
}

@media (max-width: 480px) {
  .saltyPageHero {
    margin-bottom: 32px;
    padding: 12px 0;
  }
}

/* Old product page v2 styles removed - using V3 below */

/* =========================
   Salty Feedback Card
   ========================= */
:root{
  --fbStroke: rgba(187,134,252,.18);
  --fbStroke2: rgba(255,255,255,.07);
  --fbGlassA: rgba(255,255,255,.05);
  --fbGlassB: rgba(255,255,255,.02);
  --fbShadow: 0 18px 48px rgba(0,0,0,.40);
}

/* Clamp helpers (2-3 lines) */
.saltyClamp2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.saltyClamp3{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.saltyFbCard{
  position: relative;
  border-radius: 18px;
  border: 1px solid var(--fbStroke);
  background: linear-gradient(180deg, var(--fbGlassA), var(--fbGlassB));
  box-shadow: var(--fbShadow);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
}
.saltyFbCard::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(420px 220px at 28% 0%, rgba(168,85,247,.12), transparent 60%),
    radial-gradient(420px 220px at 82% 10%, rgba(124,58,237,.10), transparent 62%);
  opacity: .95;
}
.saltyFbCard::after{
  content:"";
  position:absolute;
  inset: 1px;
  border-radius: 17px;
  pointer-events:none;
  border: 1px solid rgba(255,255,255,.05);
}
.saltyFbCard:hover{
  transform: translateY(-2px);
  border-color: rgba(187,134,252,.28);
  box-shadow: 0 24px 60px rgba(0,0,0,.48), 0 0 0 1px rgba(187,134,252,.10);
  filter: brightness(1.01);
}

.saltyFbInner{
  position: relative;
  z-index: 1;
  padding: 16px 16px 14px;
}

.saltyFbTop{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.saltyFbStars{
  display:flex;
  align-items:center;
  gap: 4px;
}
.saltyFbStar{
  color: rgba(255,255,255,.30);
  filter: drop-shadow(0 0 10px rgba(0,0,0,.20));
}
.saltyFbStar.isFilled{
  color: rgba(196,141,255,.95);
  text-shadow: 0 0 14px rgba(168,85,247,.18);
}

.saltyFbDate{
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .02em;
  color: rgba(255,255,255,.55);
  white-space: nowrap;
}

.saltyFbMsg{
  color: rgba(255,255,255,.70);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .01em;
}

/* Reply bubble */
.saltyFbReply{
  margin-top: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.04);
  box-shadow: 0 12px 28px rgba(0,0,0,.24);
  display:flex;
  gap: 12px;
  padding: 12px 12px;
}
.saltyFbReplyBar{
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(168,85,247,.95), rgba(124,58,237,.95));
  box-shadow: 0 0 18px rgba(168,85,247,.22);
  flex: 0 0 auto;
}
.saltyFbReplyBody{ min-width: 0; }
.saltyFbReplyText{
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 13px;
  line-height: 1.55;
}
.saltyFbReplyMeta{
  margin: 8px 0 0;
  font-size: 12px;
  color: rgba(255,255,255,.52);
  text-align: right;
}
.saltyFbShop{
  color: rgba(196,141,255,.92);
  font-weight: 900;
}

/* Footer */
.saltyFbFooter{
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.02);
  padding: 10px 14px;
}
.saltyFbFooterRow{
  display:flex;
  align-items:center;
  gap: 10px;
  min-width: 0;
}
.saltyFbItems{
  display:flex;
  align-items:center;
  gap: 6px;
  flex: 0 0 auto;
}
.saltyFbItemImg{
  width: 26px;
  height: 26px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.18);
  box-shadow: 0 10px 18px rgba(0,0,0,.22);
  object-fit: cover;
  object-position: center;
}
.saltyFbItemFallback{
  display:flex;
  align-items:center;
  justify-content:center;
  color: rgba(196,141,255,.75);
}
.saltyFbFooterText{
  min-width: 0;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .01em;
  color: rgba(255,255,255,.72);
}
.saltyFbMore{
  color: rgba(255,255,255,.48);
  font-weight: 800;
}

@media (max-width: 520px){
  .saltyFbInner{ padding: 14px 14px 12px; }
  .saltyFbFooter{ padding: 10px 12px; }
}

:root {
  /* Purple Theme */
  --salty-purple-50: #faf5ff;
  --salty-purple-100: #f3e8ff;
  --salty-purple-200: #e9d5ff;
  --salty-purple-300: #d8b4fe;
  --salty-purple-400: #c084fc;
  --salty-purple-500: #a855f7;
  --salty-purple-600: #9333ea;
  --salty-purple-700: #7c3aed;
  --salty-purple-800: #6b21a8;
  --salty-purple-900: #581c87;
  
  /* Gold Accents */
  --salty-gold-light: #fef3c7;
  --salty-gold: #fbbf24;
  --salty-gold-dark: #f59e0b;
  --salty-gold-deep: #d97706;
  --salty-gold-glow: rgba(251, 191, 36, 0.4);
  
  /* Card Structure */
  --salty-card-bg: linear-gradient(145deg, rgba(147, 51, 234, 0.08) 0%, rgba(124, 58, 237, 0.04) 100%);
  --salty-card-border: rgba(147, 51, 234, 0.2);
  --salty-card-shadow: 0 4px 24px -4px rgba(147, 51, 234, 0.15);
  --salty-card-shadow-hover: 0 12px 40px -8px rgba(147, 51, 234, 0.25);
  --salty-card-radius: 20px;
  
  /* Timing */
  --salty-transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --salty-transition-smooth: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --salty-transition-bounce: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ─── Card Wrapper ──────────────────────────────────────────────────────── */
.saltyFbCardWrap {
  cursor: pointer;
  perspective: 1000px;
}

/* ─── Main Card ─────────────────────────────────────────────────────────── */
.saltyFbCard {
  position: relative;
  background: var(--salty-card-bg);
  border: 1px solid var(--salty-card-border);
  border-radius: var(--salty-card-radius);
  box-shadow: var(--salty-card-shadow);
  overflow: hidden;
  transition: 
    transform var(--salty-transition-smooth),
    box-shadow var(--salty-transition-smooth),
    border-color var(--salty-transition-fast);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.saltyFbCard.is-hovered {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--salty-card-shadow-hover);
  border-color: var(--salty-purple-400);
}

.saltyFbCard.is-expanded {
  border-color: var(--salty-purple-500);
}

/* ─── Decorative Glow ───────────────────────────────────────────────────── */
/* Gold glow OFF by default */
.saltyFbGlow {
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    220px 140px at 85% 10%,
    rgba(255, 200, 120, 0.28), /* muted gold */
    transparent 65%
  );
  opacity: 0;
  transform: scale(0.9);
  filter: blur(10px);
  transition:
    opacity .35s ease,
    transform .35s ease;
  pointer-events: none;
  z-index: 0;
}

/* Subtle gold glow ON hover */
.saltyFbCard.is-hovered .saltyFbGlow {
  opacity: 0.35;        /* barely noticeable */
  transform: scale(1);
}

/* Disable glow on touch devices */
@media (hover: none){
  .saltyFbGlow{
    display: none;
  }
}

/* =========================
   Salty Status Cards
========================= */

.saltyStatusCard{
  position: relative;
  overflow: hidden;

  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 16px;

  padding: 18px 20px;

  border-radius: 18px;
  border: 1px solid rgba(187,134,252,.22);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  transition: transform .4s cubic-bezier(.25,.46,.45,.94), border-color .35s ease, background .35s ease, filter .35s ease;
  text-decoration: none;
  color: inherit;
}

.saltyStatusCard:hover{
  transform: translateY(-2px);
  border-color: rgba(187,134,252,.35);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  filter: brightness(1.03);
}

.saltyStatusGlow{
  position:absolute;
  inset:-2px;
  pointer-events:none;
  opacity:.65;
  background:
    radial-gradient(520px 240px at 20% 0%, rgba(168,85,247,.16), transparent 60%),
    radial-gradient(520px 240px at 80% 0%, rgba(236,72,153,.12), transparent 62%);
}

.saltyStatusLeft{
  position: relative;
  z-index: 1;
  min-width: 0;
  flex: 1;
}

.saltyStatusTitle{
  margin: 0;
  font-size: 17px;
  font-weight: 950;
  color: rgba(255,255,255,.95);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.01em;
}

.saltyStatusSub{
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.saltyStatusRight{
  position: relative;
  z-index: 1;
  display:flex;
  align-items:center;
  gap: 12px;
  flex: 0 0 auto;
}

.saltyStatusPill{
  display:inline-flex;
  align-items:center;
  gap: 10px;

  padding: 9px 14px;
  border-radius: 999px;

  background: rgba(255,255,255,.06);
  border: 1px solid color-mix(in srgb, var(--status, #22c55e) 30%, rgba(255,255,255,.1));
  box-shadow: 0 0 0 1px rgba(0,0,0,.08);
}

.saltyStatusLabel{
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .03em;
  color: color-mix(in srgb, var(--status, #22c55e) 85%, rgba(255,255,255,.95));
}

.saltyStatusDot{
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--status, #22c55e);
  flex-shrink: 0;
}

.saltyStatusPulse{
  position:absolute;
  inset: -6px;
  border-radius: 999px;
  background: var(--status, #22c55e);
  opacity: .18;
  animation: saltyStatusPulse 1.6s ease-out infinite;
}

@keyframes saltyStatusPulse{
  0%   { transform: scale(.65); opacity: .22; }
  70%  { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(1.35); opacity: 0; }
}

@media (prefers-reduced-motion: reduce){
  .saltyStatusPulse{ animation: none; }
}

.saltyStatusArrow{
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;

  color: rgba(196,141,255,.95);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(187,134,252,.22);

  transition: transform .18s ease, border-color .18s ease, background .18s ease;
  flex-shrink: 0;
}

.saltyStatusCard:hover .saltyStatusArrow{
  transform: translateX(2px);
  border-color: rgba(187,134,252,.35);
  background: rgba(255,255,255,.08);
}

/* =========================
   Status Page Layout (matches Sellauth VERITY-style structure)
   ========================= */

.status-page-wrapper {
  position: relative;
  width: 100%;
  min-height: 60vh;
  overflow: hidden;
}

.status-gradient-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.05) 0%, transparent 50%, rgba(244, 63, 94, 0.05) 100%);
  filter: blur(60px);
  pointer-events: none;
  opacity: 0.6;
}

.status-section {
  position: relative;
  z-index: 1;
}

/* VERITY-style status item (same structure as working Sellauth status page) */
.status-item {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 250ms cubic-bezier(0.23, 0.86, 0.39, 0.96);
  position: relative;
  overflow: hidden;
}

.status-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 250ms cubic-bezier(0.23, 0.86, 0.39, 0.96);
  border-radius: 0.5rem 0 0 0.5rem;
}

.status-item:hover::before {
  width: 4px;
  background: var(--status, rgba(255, 255, 255, 0.3));
}

.status-item:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateX(4px);
}

.status-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}

.status-item-left {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.status-item-group {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.5);
}

.status-item-name {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #f5f5f5;
  margin: 0;
  letter-spacing: -0.01em;
  transition: color 250ms cubic-bezier(0.23, 0.86, 0.39, 0.96);
}

.status-item:hover .status-item-name {
  color: #ffffff;
}

.status-item-state {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: relative;
  animation: statusDotPulse 2s ease-in-out infinite;
}

@keyframes statusDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.2); }
}

.status-text {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

@media (max-width: 640px) {
  .status-item {
    padding: 0.875rem 1.25rem;
  }
  .status-item-name {
    font-size: 0.875rem;
  }
  .status-text {
    font-size: 0.75rem;
  }
  .status-dot {
    width: 7px;
    height: 7px;
  }
}

.saltyStatusPage {
  width: 100%;
}

.saltyStatusGridWrapper.status-content,
.status-content.saltyStatusGridWrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.status-content .saltyStatusGrid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.saltyStatusGridWrapper {
  width: 100%;
  min-height: 280px;
}

.saltyStatusGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
}

@media (min-width: 640px) {
  .saltyStatusGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .saltyStatusGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1536px) {
  .saltyStatusGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Ensure status cards are full width in grid */
.saltyStatusGrid > div {
  width: 100%;
}

.saltyStatusGrid .saltyStatusCard {
  width: 100%;
  display: flex;
}

/* Status page empty state */
.saltyStatusEmpty {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px 56px;
  margin-top: 24px;
  margin-bottom: 24px;
  border-radius: 20px;
  border: 1px dashed rgba(187, 134, 252, 0.35);
  background: rgba(255, 255, 255, 0.03);
  min-height: 240px;
}

.saltyStatusEmptyIcon {
  color: rgba(187, 134, 252, 0.5);
  margin-bottom: 16px;
}

.saltyStatusEmptyIcon svg {
  display: block;
}

.saltyStatusEmptyTitle {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.92);
}

.saltyStatusEmptyText {
  margin: 0 0 20px;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  max-width: 360px;
}

.saltyStatusEmptyBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.5), rgba(139, 92, 246, 0.4));
  border: 1px solid rgba(187, 134, 252, 0.4);
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.saltyStatusEmptyBtn:hover {
  transform: translateY(-1px);
  border-color: rgba(187, 134, 252, 0.55);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.25);
}

/* ─── Inner Content ─────────────────────────────────────────────────────── */
.saltyFbInner {
  position: relative;
  z-index: 1;
  padding: 20px 20px 16px;
}

/* ─── Header Row ────────────────────────────────────────────────────────── */
.saltyFbTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 12px;
}

/* ─── Star Rating ───────────────────────────────────────────────────────── */
.saltyFbStars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.saltyFbStar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: starAppear 0.4s ease-out backwards;
  animation-delay: calc(var(--star-index, 0) * 0.08s);
}

@keyframes starAppear {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-180deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.saltyStarIcon {
  width: 22px;
  height: 22px;
  transition: transform var(--salty-transition-bounce), filter var(--salty-transition-fast);
  filter: drop-shadow(0 0 0 transparent);
}

.saltyFbStar.isFilled .saltyStarIcon {
  filter: drop-shadow(0 2px 4px var(--salty-gold-glow));
  animation: starFloat 3s ease-in-out infinite;
  animation-delay: calc(var(--star-index, 0) * 0.15s);
}

@keyframes starFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

.saltyFbStar.isEmpty {
  color: var(--salty-purple-300);
  opacity: 0.5;
}

/* Sparkle Effect */
.saltyFbSparkle {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.saltyFbSparkle::before,
.saltyFbSparkle::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--salty-gold);
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 6px 2px var(--salty-gold);
}

.saltyFbCard.is-hovered .saltyFbStar.isFilled .saltyFbSparkle::before {
  animation: sparkle1 1.2s ease-in-out infinite;
  animation-delay: calc(var(--star-index, 0) * 0.1s);
}

.saltyFbCard.is-hovered .saltyFbStar.isFilled .saltyFbSparkle::after {
  animation: sparkle2 1.2s ease-in-out infinite;
  animation-delay: calc(var(--star-index, 0) * 0.1s + 0.3s);
}

@keyframes sparkle1 {
  0%, 100% { 
    opacity: 0; 
    transform: translate(0, 0) scale(0);
  }
  20% { 
    opacity: 1; 
    transform: translate(-8px, -12px) scale(1);
  }
  40% { 
    opacity: 0; 
    transform: translate(-12px, -18px) scale(0);
  }
}

@keyframes sparkle2 {
  0%, 100% { 
    opacity: 0; 
    transform: translate(0, 0) scale(0);
  }
  20% { 
    opacity: 1; 
    transform: translate(10px, -10px) scale(1);
  }
  40% { 
    opacity: 0; 
    transform: translate(14px, -16px) scale(0);
  }
}

/* ─── Date Badge ────────────────────────────────────────────────────────── */
.saltyFbDate {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  background: var(--salty-purple-100);
  color: var(--salty-purple-700);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 20px;
  white-space: nowrap;
  transition: background var(--salty-transition-fast), color var(--salty-transition-fast);
}

.saltyFbCard.is-hovered .saltyFbDate {
  background: var(--salty-purple-200);
  color: var(--salty-purple-800);
}

.saltyDateIcon {
  width: 12px;
  height: 12px;
  opacity: 0.7;
}

/* ─── Message Section ───────────────────────────────────────────────────── */
.saltyFbMsgWrap {
  position: relative;
  margin-bottom: 4px;
}

.saltyFbMsg {
  font-size: 14px;
  line-height: 1.65;
  color: var(--salty-purple-900);
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  transition: max-height var(--salty-transition-smooth);
}

.saltyFbMsg.is-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Gradient Fade Overlay */
.saltyFbFade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(
    to top,
    rgba(20, 10, 40, .96) 0%,
    rgba(20, 10, 40, .35) 55%,
    transparent 100%
  );
  pointer-events: none;
  transition: opacity var(--salty-transition-fast);
}

.saltyFbFade.is-hidden {
  opacity: 0;
}

/* Read More Toggle */
.saltyFbToggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: var(--salty-purple-600);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: color var(--salty-transition-fast), gap var(--salty-transition-fast), background var(--salty-transition-fast), border-color var(--salty-transition-fast);
}

.saltyFbToggle:hover {
  color: var(--salty-purple-800);
  gap: 6px;
  background: rgba(255,255,255,.06);
  border-color: rgba(187,134,252,.20);
}

.saltyFbToggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(187,134,252,.20);
}

.saltyToggleIcon {
  width: 16px;
  height: 16px;
  transition: transform var(--salty-transition-smooth);
}

.saltyFbToggle.is-expanded .saltyToggleIcon {
  transform: rotate(180deg);
}

/* ─── Reply Section ─────────────────────────────────────────────────────── */
.saltyFbReply {
  position: relative;
  display: flex;
  gap: 0;
  margin-top: 16px;
  padding: 14px;
  background: linear-gradient(135deg, var(--salty-purple-50) 0%, rgba(233, 213, 255, 0.3) 100%);
  border-radius: 14px;
  overflow: hidden;
  animation: replySlideIn 0.4s ease-out;
}

@keyframes replySlideIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.saltyFbReplyAccent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--salty-gold) 0%, var(--salty-purple-500) 100%);
  border-radius: 4px 0 0 4px;
}

.saltyFbReplyContent {
  flex: 1;
  padding-left: 10px;
}

.saltyFbReplyHeader {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.saltyReplyIcon {
  width: 14px;
  height: 14px;
  color: var(--salty-purple-500);
}

.saltyFbReplyLabel {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--salty-purple-600);
}

.saltyFbReplyText {
  font-size: 13px;
  line-height: 1.6;
  color: var(--salty-purple-800);
  margin: 0 0 10px;
  word-wrap: break-word;
}

.saltyFbReplyText.is-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.saltyFbReplyMeta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--salty-purple-500);
}

.saltyFbShopName {
  font-weight: 700;
  color: var(--salty-gold-deep);
  background: linear-gradient(90deg, var(--salty-gold-dark), var(--salty-gold-deep));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.saltyFbReplyDot {
  opacity: 0.4;
}

/* ─── Footer / Products ─────────────────────────────────────────────────── */
.saltyFbFooter {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px 18px;
  border-top: 1px solid rgba(147, 51, 234, 0.1);
  background: linear-gradient(180deg, transparent 0%, rgba(147, 51, 234, 0.03) 100%);
}

/* Product Thumbnails - Overlapping Stack */
.saltyFbProducts {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.saltyFbProductThumb {
  position: relative;
  width: 44px;
  height: 44px;
  margin-left: calc(var(--thumb-index, 0) * -12px);
  border-radius: 10px;
  overflow: hidden;
  background: radial-gradient(90% 90% at 30% 20%, rgba(168,85,247,.22), rgba(0,0,0,.22));
  border: 2px solid rgba(255,255,255,.18);
  box-shadow: 0 10px 20px rgba(0,0,0,.35), 0 0 0 1px rgba(187,134,252,.12);
  transition: 
    transform var(--salty-transition-bounce),
    z-index 0s,
    box-shadow var(--salty-transition-fast);
  z-index: calc(10 - var(--thumb-index, 0));
}

/* subtle inner highlight so it feels like a "slot" */
.saltyFbProductThumb::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 9px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.10);
  background: radial-gradient(120% 80% at 20% 0%, rgba(255,255,255,.10), transparent 60%);
  opacity: .9;
}

.saltyFbProductThumb:first-child {
  margin-left: 0;
}

.saltyFbCard.is-hovered .saltyFbProductThumb {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(147, 51, 234, 0.2);
}

.saltyFbProductThumb:hover {
  transform: translateY(-4px) scale(1.1) !important;
  z-index: 20 !important;
  box-shadow: 
    0 8px 20px rgba(147, 51, 234, 0.25),
    0 0 0 2px var(--salty-gold) !important;
}

.saltyFbProductImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
  filter: drop-shadow(0 10px 16px rgba(0,0,0,.35));
  transform: translateZ(0);
}

.saltyFbProductFallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--salty-purple-100) 0%, var(--salty-purple-200) 100%);
}

.saltyFbProductFallback svg {
  width: 20px;
  height: 20px;
  color: var(--salty-purple-400);
}

.saltyFbProductFallback.saltyFbProductBalance {
  background: linear-gradient(135deg, var(--salty-gold-light) 0%, var(--salty-gold) 100%);
}

.saltyFbProductFallback.saltyFbProductBalance svg {
  color: var(--salty-gold-deep);
}

.saltyFbProductFallback.saltyFbProductDeleted {
  background: linear-gradient(135deg, #fef2f2 0%, #fecaca 100%);
}

.saltyFbProductFallback.saltyFbProductDeleted svg {
  color: #ef4444;
}

/* +X More Badge */
.saltyFbProductMore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: -12px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--salty-purple-600) 0%, var(--salty-purple-700) 100%);
  color: white;
  font-size: 12px;
  font-weight: 700;
  border: 3px solid white;
  box-shadow: 0 2px 8px rgba(147, 51, 234, 0.2);
  z-index: 1;
}

/* Product Info */
.saltyFbProductInfo {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.saltyFbProductName {
  font-size: 13px;
  font-weight: 600;
  color: var(--salty-purple-900);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.saltyFbProductName.saltyFbProductNameDeleted {
  color: #9ca3af;
  font-style: italic;
}

.saltyFbProductCount {
  font-size: 11px;
  color: var(--salty-purple-500);
  font-weight: 500;
}

/* ─── Dark Mode Support ─────────────────────────────────────────────────── */
@media (prefers-color-scheme: dark) {
  :root {
    --salty-card-bg: linear-gradient(145deg, rgba(147, 51, 234, 0.15) 0%, rgba(88, 28, 135, 0.1) 100%);
    --salty-card-border: rgba(192, 132, 252, 0.25);
    --salty-card-shadow: 0 4px 24px -4px rgba(0, 0, 0, 0.4);
    --salty-card-shadow-hover: 0 12px 40px -8px rgba(147, 51, 234, 0.4);
  }
  
  .saltyFbDate {
    background: rgba(147, 51, 234, 0.2);
    color: var(--salty-purple-300);
  }
  
  .saltyFbCard.is-hovered .saltyFbDate {
    background: rgba(147, 51, 234, 0.3);
    color: var(--salty-purple-200);
  }
  
  .saltyFbMsg {
    color: var(--salty-purple-100);
  }
  
  .saltyFbFade {
    background: linear-gradient(to top, rgba(30, 20, 50, 0.95) 0%, transparent 100%);
  }
  
  .saltyFbToggle {
    color: var(--salty-purple-400);
  }
  
  .saltyFbToggle:hover {
    color: var(--salty-purple-300);
  }
  
  .saltyFbReply {
    background: linear-gradient(135deg, rgba(88, 28, 135, 0.3) 0%, rgba(107, 33, 168, 0.2) 100%);
  }
  
  .saltyFbReplyLabel {
    color: var(--salty-purple-400);
  }
  
  .saltyFbReplyText {
    color: var(--salty-purple-200);
  }
  
  .saltyFbReplyMeta {
    color: var(--salty-purple-400);
  }
  
  .saltyFbFooter {
    border-top-color: rgba(147, 51, 234, 0.15);
    background: linear-gradient(180deg, transparent 0%, rgba(88, 28, 135, 0.15) 100%);
  }
  
  .saltyFbProductThumb {
    border-color: rgba(30, 20, 50, 1);
  }
  
  .saltyFbProductFallback {
    background: linear-gradient(135deg, rgba(88, 28, 135, 0.5) 0%, rgba(107, 33, 168, 0.5) 100%);
  }
  
  .saltyFbProductName {
    color: var(--salty-purple-100);
  }
  
  .saltyFbProductCount {
    color: var(--salty-purple-400);
  }
}

/* ─── Responsive Adjustments ────────────────────────────────────────────── */
@media (max-width: 480px) {
  .saltyFbInner {
    padding: 16px 16px 14px;
  }
  
  .saltyFbFooter {
    padding: 12px 16px 16px;
  }
  
  .saltyFbProductThumb {
    width: 38px;
    height: 38px;
    margin-left: calc(var(--thumb-index, 0) * -10px);
  }
  
  .saltyFbProductMore {
    width: 38px;
    height: 38px;
    margin-left: -10px;
    font-size: 11px;
  }
  
  .saltyStarIcon {
    width: 20px;
    height: 20px;
  }
}

/* === Feedback Stars: simplify (no sparkle/float), keep warm glow but toned down === */
.saltyFbSparkle{ display:none !important; }            /* removes the sparkle layer */
.saltyFbStar{ transform:none !important; }            /* removes float/bounce if any */
.saltyFbStar.isFilled .saltyStarIcon{
  filter: drop-shadow(0 2px 6px rgba(255, 193, 7, .18)) !important;
}
.saltyFbStar.isEmpty{
  opacity: .45 !important;
}

.saltyFbStars, .saltyFbStar, .saltyStarIcon{
  transition: none !important;
}

/* === Feedback product thumbs: no gold, no harsh hover === */
.saltyFbProductThumb{
  border: 1px solid rgba(187,134,252,.18) !important;
  background: rgba(255,255,255,.04) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.28) !important;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease !important;
}

.saltyFbProductThumb::after{ display:none !important; } /* removes "extra designed slot" layer if you added it */

.saltyFbCard:hover .saltyFbProductThumb{
  transform: translateY(-1px) !important;
  border-color: rgba(187,134,252,.28) !important;
  background: rgba(255,255,255,.05) !important;
  box-shadow: 0 14px 28px rgba(0,0,0,.34) !important;
}

.saltyFbProductImg{
  object-fit: contain !important;
  padding: 5px !important;
  filter: none !important;  /* removes the heavy "pasted" drop shadow */
}

/* === Read more: reserve space + make it a clean link pill === */
.saltyFbMsgWrap{
  position: relative !important;
  padding-bottom: 34px !important;   /* reserves room for the toggle */
}

.saltyFbFade{
  bottom: 34px !important;           /* fade stops ABOVE the toggle */
  height: 46px !important;
  pointer-events: none !important;
  opacity: .95 !important;
}

/* Make toggle look intentional (not bulky), and keep it from colliding */
.saltyFbToggle{
  position: absolute !important;
  left: 0 !important;
  bottom: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;

  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.08) !important;

  color: rgba(255,255,255,.70) !important;
  font-weight: 800 !important;
  font-size: 12px !important;

  box-shadow: none !important;
  transition: transform .16s ease, border-color .16s ease, background .16s ease !important;
}

.saltyFbToggle:hover{
  transform: translateY(-1px) !important;
  border-color: rgba(187,134,252,.22) !important;
  background: rgba(255,255,255,.06) !important;
}

/* Smooth expand/collapse (no snap). This gives a "good enough" smooth feel without JS changes */
.saltyFbMsg{
  overflow: hidden !important;
  transition: max-height .28s ease !important;
}

.saltyFbMsg.is-clamped{
  max-height: 4.8em !important;  /* ~3 lines depending on font */
}

.saltyFbMsg:not(.is-clamped){
  max-height: 40em !important;   /* big enough for most reviews */
}

/* -------------------------
   Feedback: spacing + layout
   ------------------------- */

/* stop cards looking glued/overlapping in masonry */
.saltyFbCardWrap{
  margin-bottom: 18px;
  break-inside: avoid;
}

/* give the card more breathing room */
.saltyFbInner{
  padding: 18px 18px 14px;  /* slightly tighter */
}

/* If the template has a fixed/min height somewhere, kill it */
.saltyFbCard,
.saltyFbInner{
  min-height: 0 !important;
  height: auto !important;
}

/* -------------------------
   Stars: keep nice, remove "too much"
   ------------------------- */

/* Kill the extra star effects (sparkles/float/appear) */
.saltyFbSparkle{ display:none !important; }
.saltyFbStar{ animation: none !important; }
.saltyStarIcon{
  filter: none !important;
  transition: transform 160ms ease, opacity 160ms ease;
}

/* Keep a clean glow look (not nuclear gold) */
.saltyFbStar.isFilled .saltyStarIcon{
  opacity: .95;
}
.saltyFbStar.isEmpty .saltyStarIcon{
  opacity: .35;
}

/* If you're using the inline SVG gradient fill, keep it subtle */
.saltyFbStars defs,
.saltyFbStars linearGradient{ opacity: .9; }

/* -------------------------
   Read more: clean + smooth + no shadow
   ------------------------- */

.saltyFbMsgWrap{
  position: relative;
  margin-top: 6px;
  padding-bottom: 0;        /* REMOVE the reserved space that made cards tall */
  display: flex;
  flex-direction: column;
}

/* Give the message a little breathing room */
.saltyFbMsg{
  margin-bottom: 8px;
}

/* 2-line clamp when collapsed */
.saltyFbMsg.is-clamped{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* No fade/shadow overlay inside the card */
.saltyFbFade{ 
  display: none !important; 
}

/* Make the toggle its own row under the message */
.saltyFbToggle{
  display: inline-flex;
  align-items: center;
  gap: 6px;

  margin-top: 6px;
  margin-left: auto;     /* pushes it to the right */
  padding: 0;            /* looks like a link, not a pill */
  height: auto;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  font-size: 12.5px;
  font-weight: 850;
  color: rgba(255,255,255,.55);
  transition: color 160ms ease;
}

.saltyFbToggle:hover{
  color: rgba(255,255,255,.78);
}

/* Keep icon subtle */
.saltyToggleIcon{
  width: 16px;
  height: 16px;
  opacity: .65;
  transition: transform 180ms ease;
}
.saltyFbToggle.is-expanded .saltyToggleIcon{
  transform: rotate(180deg);
}

/* -------------------------
   Reply: remove the heavy shadow
   ------------------------- */
.saltyFbReply{
  box-shadow: none !important;
}

/* -------------------------
   Product thumbs: clean stacked row with controlled overlap
   ------------------------- */

/* Product thumbs row */
.saltyFbProducts{
  display: flex;
  align-items: center;
}

/* Each thumb */
.saltyFbProductThumb{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  box-shadow: none !important;
  position: relative;

  /* controlled overlap */
  margin-left: -10px;
  z-index: calc(10 + var(--thumb-index, 0));
  transition: margin-left 160ms ease;
}

/* First one shouldn't be pushed left */
.saltyFbProductThumb:first-child{
  margin-left: 0;
}

/* The image inside */
.saltyFbProductImg{
  width: 100%;
  height: 100%;
  object-fit: cover;    /* looks "made" for the slot */
  display: block;
}

/* +N more pill */
.saltyFbProductMore{
  width: 34px;
  height: 34px;
  margin-left: -10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  font-weight: 900;
  color: rgba(255,255,255,.85);

  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: none !important;
}

/* Makes the stack look intentional on hover, without being flashy */
.saltyFbProducts:hover .saltyFbProductThumb{
  margin-left: -6px; /* slightly "fans out" */
}

/* -------------------------
   Footer: cleaner layout so text doesn't collide
   ------------------------- */
.saltyFbFooter{
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 10px;
}

.saltyFbProductInfo{
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.saltyFbProductName{
  font-weight: 850;
  font-size: 13.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.saltyFbProductCount{
  font-size: 12px;
  color: rgba(255,255,255,.55);
  white-space: nowrap;
}

/* -------------------------
   Taste Tweaks: Glow + Color
   ------------------------- */

/* Stars glow less intense */
.saltyFbStar.isFilled{
  filter: drop-shadow(0 0 6px rgba(255, 196, 0, .18)) !important;
}

/* Darker magenta tint for feedback cards */
.saltyFbCard{
  background: linear-gradient(
    180deg,
    rgba(160, 60, 200, .16),
    rgba(120, 35, 160, .10)
  ) !important;

  border-color: rgba(210, 120, 255, .18) !important;
}

/* Reduce the bright inner highlight so it doesn't look neon */
.saltyFbCard::before,
.saltyFbGlow{
  opacity: .75;
}

/* =========================
   Feedback Page V2 Layout
========================= */

.saltyFbPageV2{
  padding: 18px 14px 64px;
  position: relative;
}

.saltyFbV2Rail{
  width: min(1200px, calc(100vw - 28px));
  margin: 0 auto;
}

/* Hero - main box with glass card styling */
.saltyFbV2Hero,
.saltyFeedbackHero,
.feedbackHero,
.feedbackHeroWrap{
  position: relative;
  border-radius: 28px;
  border: 1px solid rgba(187,134,252,.22);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 22px 70px rgba(0,0,0,.55);
  overflow: hidden;
}

/* Hide the glow background box behind the main box */
.saltyFbV2HeroGlow{
  display: none !important;
}

.saltyFbV2HeroInner{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 30px 22px;
}

@media (min-width: 900px){
  .saltyFbV2HeroInner{
    grid-template-columns: 1fr 360px;
    align-items: end;
    gap: 18px;
  }
}

.saltyFbV2PillRow{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.saltyFbV2Pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(187,134,252,.22);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.86);
  font-weight: 900;
  font-size: 12.5px;
  letter-spacing: .02em;
}

.saltyFbV2MiniMeta{
  color: rgba(255,255,255,.62);
  font-size: 12.5px;
}

.saltyFbV2Title{
  margin: 0;
  font-size: clamp(34px, 4.1vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 950;
  color: rgba(255,255,255,.92);
}

.saltyFbV2Accent{
  background: linear-gradient(90deg, rgba(236,72,153,.95), rgba(168,85,247,.90));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.saltyFbV2Sub{
  margin: 10px 0 0;
  color: rgba(255,255,255,.60);
  font-size: 13.5px;
  line-height: 1.6;
}

/* Sort card (important: stays above grid) */
.saltyFbV2HeroRight{
  position: relative;
  z-index: 50; /* ensures dropdown is above grid */
}

.saltyFbV2SortCard{
  border-radius: 18px;
  border: 1px solid rgba(187,134,252,.18);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 12px;
  box-shadow: 0 14px 34px rgba(0,0,0,.30);
}

.saltyFbV2SortLabel{
  color: rgba(255,255,255,.70);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .02em;
  margin-bottom: 8px;
}

.saltyFbV2SortSelect{
  min-width: 100%;
}

/* The grid is lower layer so it never covers dropdown */
.saltyFbV2GridWrap{
  margin-top: 16px;
  position: relative;
  z-index: 1;
}

.saltyFbV2Grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

@media (min-width: 768px){
  .saltyFbV2Grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1280px){
  .saltyFbV2Grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.saltyFbV2Pagination{
  margin-top: 18px;
}

/* Optional: if any parent has overflow hidden and clips dropdown, neutralize it */
.saltyFbV2GridWrap,
.saltyFbV2Hero{
  overflow: visible;
}

/* ========= Custom Sort Dropdown (Feedback Page) ========= */

.saltySortBtn{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 14px;
  border: 1px solid rgba(187,134,252,.20);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.88);
  font-weight: 900;
  font-size: 13px;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.saltySortBtn:hover{
  background: rgba(255,255,255,.06);
  border-color: rgba(236,72,153,.22);
  transform: translateY(-1px);
}

.saltySortChevron{
  width: 18px;
  height: 18px;
  opacity: .85;
}

.saltySortBackdrop{
  position: fixed;
  inset: 0;
  z-index: 999998;
  background: transparent; /* no dim, just click-to-close */
}

.saltySortMenu{
  border-radius: 16px;
  border: 1px solid rgba(187,134,252,.22);
  background: linear-gradient(180deg, rgba(30,18,44,.92), rgba(20,12,30,.92));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(0,0,0,.55);
}

.saltySortMenuHead{
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03em;
  color: rgba(255,255,255,.65);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.saltySortItem{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 12px;
  text-align: left;
  color: rgba(255,255,255,.86);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: background .15s ease;
}

.saltySortItem:hover{
  background: rgba(236,72,153,.08);
}

.saltySortItem.is-active{
  background: rgba(168,85,247,.10);
}

.saltySortCheck{
  width: 18px;
  height: 18px;
  color: rgba(236,72,153,.95);
}

/* =========================
   PRODUCTS (grid page)
========================= */
.saltyProductsHero{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,.08));
  backdrop-filter: blur(14px);
  padding:28px;
  margin-bottom:18px;
}
.saltyProductsHeroBlend{
  position:absolute; inset:-60px;
  pointer-events:none;
  background:
    radial-gradient(70% 55% at 25% 0%, rgba(255,80,200,.20), transparent 60%),
    radial-gradient(55% 45% at 85% 10%, rgba(255,220,120,.10), transparent 55%),
    radial-gradient(80% 70% at 50% 120%, rgba(120,60,220,.18), transparent 60%);
  opacity:.9;
}
.saltyProductsHeroInner{position:relative; z-index:1;}
.saltyProductsHeroTop{
  display:flex; gap:18px; align-items:flex-end; justify-content:space-between;
  flex-wrap:wrap;
}
.saltyProductsTitle{
  font-size:52px; line-height:1.1; font-weight:800;
  letter-spacing:-.02em;
}
.saltyAccentText{ color: rgb(var(--cl-accent)); }
.saltyProductsSub{ margin-top:8px; color: rgba(255,255,255,.65); max-width:52ch; }

.saltyPillRow{display:flex;}
.saltyPill{
  display:inline-flex; align-items:center;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.80);
  font-weight:600;
  font-size:13px;
}

.saltyProductsSearch{
  min-width: 320px;
  max-width: 520px;
  flex:1;
  display:flex; align-items:center; gap:10px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.14);
  padding:12px 12px;
}
.saltySearchIcon{ width:20px; height:20px; opacity:.8; }
.saltyProductsSearchInput{
  width:100%;
  background:transparent;
  outline:none;
  color: rgba(255,255,255,.88);
}
.saltyProductsSearchClear{
  width:34px; height:34px;
  display:grid; place-items:center;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
}
.saltyClearIcon{ width:18px; height:18px; opacity:.85; }

.saltyProductsGrid{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  align-items:stretch;
}
.saltyProductsGrid.is-centered{ justify-content:center; }
.saltyProductsCol{
  width:100%;
}
@media (min-width: 640px){
  .saltyProductsCol{ width: calc((100% - 16px) / 2); }
}
@media (min-width: 1024px){
  .saltyProductsCol{ width: calc((100% - 32px) / 3); }
}
@media (min-width: 1536px){
  .saltyProductsCol{ width: calc((100% - 48px) / 4); }
}

/* Group modal (FIX: keep header visible + scroll list inside) */
.saltyGroupModal{
  position: fixed;
  inset: 0;
  z-index: 100000; /* your header uses huge z-index; this ensures modal is always above */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.saltyGroupBackdrop{ position:absolute; inset:0; background: rgba(0,0,0,.68); }

.saltyGroupPanel{
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(20,10,30,.72);
  backdrop-filter: blur(18px);
  overflow: hidden;

  /* ✅ critical: prevent panel from exceeding the viewport */
  max-height: calc(100vh - 80px);

  /* ✅ enable "header fixed, list scrolls" layout */
  display: flex;
  flex-direction: column;
}

.saltyGroupTop{
  flex: 0 0 auto; /* header stays sized naturally */
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  padding:16px 16px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.saltyGroupTitle{ font-weight:800; font-size:18px; }
.saltyGroupSub{ color: rgba(255,255,255,.6); font-size:13px; margin-top:2px; }
.saltyGroupClose{
  width:40px; height:40px; display:grid; place-items:center;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
}

.saltyGroupList{
  /* your existing styles */
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;

  /* ✅ scroll inside the list area */
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  min-height: 0;          /* critical for flex overflow scrolling */
  padding-right: 10px;    /* space for scrollbar */
}

/* Optional: nicer scrollbar */
.saltyGroupList::-webkit-scrollbar{ width: 12px; }
.saltyGroupList::-webkit-scrollbar-thumb{
  background: rgba(187,134,252,.32);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.saltyGroupList::-webkit-scrollbar-thumb:hover{
  background: rgba(187,134,252,.45);
  background-clip: padding-box;
}
.saltyGroupList::-webkit-scrollbar-track{
  background: rgba(255,255,255,.04);
  border-radius: 999px;
  margin: 8px 0;
}

/* Safety: never let row cards exceed the modal width */
.saltyGroupList .saltyProductRow{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  
  /* ✅ KEY FIX: prevent the cards from shrinking */
  flex: 0 0 auto;     /* don't shrink */
  
  /* Optional: force the "original" tall feel */
  min-height: 92px;   /* tweak if you want taller */
}

/* Optional: restore original spacing */
.saltyGroupList .saltyProductRowBody{
  padding: 14px 16px 14px 6px; /* slightly larger than current */
}

/* Alpine.js x-cloak support */
[x-cloak]{ display:none !important; }

/* Ensure the product images are zoomed out without being cut off */
.product-card img,
.object-scale-down,
.object-cover {
    transform: scale(0.9); /* Zoom out */
    transition: transform 0.3s ease-in-out;
    object-fit: contain; /* Ensures the whole image is visible */
}

/* Ensure the container allows proper scaling */
.product-card .relative.aspect-video {
    overflow: hidden; /* Prevents content from overflowing */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* -----================= Glow theme Shine ===============---------------------*/
.border-2.border-white\/5.rounded-xl.bg-\[rgba\(255\,255\,255\,0\.01\)\] {
  position: relative;
  overflow: hidden;
}

.border-2.border-white\/5.rounded-xl.bg-\[rgba\(255\,255\,255\,0\.01\)\]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-25deg);
  transition: none;
  pointer-events: none;
}

.border-2.border-white\/5.rounded-xl.bg-\[rgba\(255\,255\,255\,0\.01\)\]:hover::before {
  animation: shine 0.75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


/*nigga-------------------------------/*

/* === SaltyAuth Navbar Theme Layer === */
:root{
  --navStroke: rgba(187,134,252,.22);
  --navText: rgba(255,255,255,.92);
  --navMuted: rgba(255,255,255,.70);
  --navGlow1: rgba(168,85,247,.22);
  --navGlow2: rgba(124,58,237,.18);

  --navGlassA: rgba(255,255,255,.07);
  --navGlassB: rgba(255,255,255,.03);

  --navShadow: 0 18px 50px rgba(0,0,0,.50);
  --navShadow2: 0 10px 26px rgba(0,0,0,.35);

  --navRadius: 18px;
  --navRadiusPill: 999px;
}

/* ===== Shared rails ===== */
:root{
  --navRail: min(1200px, calc(100vw - 28px));
  --annPill: min(720px, calc(100vw - 28px));
  --headerRail: min(1200px, calc(100vw - 28px));
  --bg-a: #16061f;
  --bg-b: #2a0b3a;
  --bg-c: #5a0f6d;   /* magenta-ish */
}

body{
  background:
    radial-gradient(900px 520px at 14% 10%, rgba(255, 84, 190, .18), transparent 60%),
    radial-gradient(900px 520px at 86% 18%, rgba(130, 84, 255, .14), transparent 62%),
    linear-gradient(145deg, var(--bg-a), var(--bg-b) 45%, var(--bg-c));
  background-attachment: fixed;
}

/* Container */
.saltyNavWrap{
  position: sticky;
  top: 0;
  z-index: 9999; /* ensure it's above everything */
  padding: 8px 14px 0; /* was 14px */
}

/* soft aura behind */
.saltyNavAura{
  position: absolute;
  inset: -22px 0 auto 0;
  height: 96px;
  pointer-events: none;
  background:
    radial-gradient(700px 160px at 20% 30%, var(--navGlow1), transparent 70%),
    radial-gradient(700px 160px at 80% 30%, var(--navGlow2), transparent 70%);
  filter: blur(14px);
  opacity: .85;
}

/* main bar */
.saltyNav{
  position: relative;
  border: 1px solid rgba(187,134,252,.22) !important;
  border-radius: 20px !important; /* same family */
  background: linear-gradient(180deg, var(--navGlassA), var(--navGlassB));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0,0,0,.50) !important;
  overflow: hidden;
}

/* top shine line */
.saltyNav::before{
  content:"";
  position:absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  opacity: .65;
  pointer-events:none;
}

/* subtle inner glow blobs */
.saltyNav::after{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(420px 200px at 25% 0%, rgba(168,85,247,.14), transparent 65%),
    radial-gradient(420px 200px at 75% 10%, rgba(124,58,237,.12), transparent 62%);
  pointer-events:none;
}

.saltyNavInner{
  position: relative;
  z-index: 1;
  padding: 12px 14px; /* instead of 14px 16px */
  /* Prevent layout shift during load */
  min-height: 60px; /* reserve space for content */
  contain: layout style; /* isolate layout */
}

/* Brand */
.saltyBrand{
  display:flex;
  align-items:center;
  gap: 12px;
  color: var(--navText);
  text-decoration:none;
  min-width: 0;
}
.saltyLogo{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid var(--navStroke);
  background: rgba(255,255,255,.05);
  box-shadow: var(--navShadow2);
  object-fit: cover;
}
.saltyName{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Prevent font loading shift */
  font-display: swap;
  min-height: 1.2em; /* reserve space */
}

/* Link pills */
.saltyLinks{
  display:flex;
  align-items:center;
  gap: 10px;
  /* Prevent layout shift during Alpine initialization */
  min-height: 36px; /* match button height */
  contain: layout style; /* isolate layout */
}
.saltyPill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: 9px 13px; /* cleaner */
  min-width: fit-content; /* prevent size changes */
  height: 36px; /* fixed height to prevent vertical shift */
  border-radius: var(--navRadiusPill);
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.86);
  font-weight: 800;
  font-size: 13.5px;
  letter-spacing: .02em;
  text-decoration:none;
  user-select:none;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
  position: relative;
  overflow: hidden;
  will-change: transform, background, box-shadow; /* prevent layout shift */
  contain: layout style paint; /* isolate rendering */
}
.saltyPill:hover{
  transform: translateY(-1px) scale(1.03);
  background: rgba(255,255,255,.08);
  border-color: rgba(187,134,252,.30);
  box-shadow: 0 16px 30px rgba(0,0,0,.28);
}
.saltyPillActive{
  background: linear-gradient(135deg, rgba(168,85,247,.45), rgba(124,58,237,.35));
  border-color: rgba(187,134,252,.55);
  box-shadow: 0 18px 36px rgba(168,85,247,.16);
  transform: none !important; /* remove scaling to prevent visual jump */
  color: rgba(255,255,255,.92);
  /* Keep same dimensions to prevent layout shift */
  min-width: fit-content;
  height: 36px;
}

/* Keep active styling on hover (don't fade the highlight) */
.saltyPillActive:hover{
  background: linear-gradient(135deg, rgba(168,85,247,.52), rgba(124,58,237,.42));
  border-color: rgba(187,134,252,.62);
  box-shadow: 0 18px 40px rgba(168,85,247,.18);
  transform: translateY(-1px) scale(1.02); /* subtle hover only */
}

/* Right side buttons (Login, My Account, Cart) */
.saltyAction{
  padding: 9px 13px; /* cleaner */
  min-width: fit-content; /* prevent size changes */
  height: 36px; /* fixed height to match pills */
  border-radius: var(--navRadiusPill);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.90);
  font-weight: 900;
  font-size: 13.5px;
  text-decoration:none;
  transition: transform .16s ease, background .16s ease, box-shadow .16s ease, border-color .16s ease;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
  will-change: transform, background, box-shadow; /* prevent layout shift */
  contain: layout style paint; /* isolate rendering */
}
.saltyAction:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.08);
  border-color: rgba(187,134,252,.22);
  box-shadow: 0 14px 28px rgba(0,0,0,.34), 0 0 0 1px rgba(187,134,252,.12);
}

/* Navbar login icon */
.saltyLoginIcon{
  width: 36px;
  height: 36px;
  padding: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 15px;
  color: rgba(255,255,255,.92);
}

/* Slight polish on hover */
.saltyLoginIcon:hover{
  color: #c084fc; /* soft magenta */
}

/* Cart badge */
.saltyBadge{
  position:absolute;
  top:-8px;
  right:-8px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 10px;
  font-weight: 900;
  color: rgba(255,255,255,.95);
  background: linear-gradient(90deg, rgba(168,85,247,.95), rgba(124,58,237,.95));
  box-shadow: 0 0 18px rgba(168,85,247,.35);
  border: 1px solid rgba(255,255,255,.10);
}

/* Mobile menu panel */
.saltyMobilePanel{
  border: 1px solid var(--navStroke);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 22px 60px rgba(0,0,0,.55);
  overflow: hidden;
}
.saltyMobileItem{
  display:block;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.84);
  text-decoration:none;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.saltyMobileItem:hover{
  transform: translateY(-1px);
  border-color: rgba(187,134,252,.20);
  background: rgba(255,255,255,.06);
  box-shadow: 0 14px 26px rgba(0,0,0,.30), 0 0 0 1px rgba(187,134,252,.12);
}

/* Alpine.js x-cloak support */
[x-cloak]{ display:none !important; }

/* Ensure the product images are zoomed out without being cut off */
.product-card img,
.object-scale-down,
.object-cover {
    transform: scale(0.9); /* Zoom out */
    transition: transform 0.3s ease-in-out;
    object-fit: contain; /* Ensures the whole image is visible */
}

/* Ensure the container allows proper scaling */
.product-card .relative.aspect-video {
    overflow: hidden; /* Prevents content from overflowing */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* -----================= Glow theme Shine ===============---------------------*/
.border-2.border-white\/5.rounded-xl.bg-\[rgba\(255\,255\,255\,0\.01\)\] {
  position: relative;
  overflow: hidden;
}

.border-2.border-white\/5.rounded-xl.bg-\[rgba\(255\,255\,255\,0\.01\)\]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-25deg);
  transition: none;
  pointer-events: none;
}

.border-2.border-white\/5.rounded-xl.bg-\[rgba\(255\,255\,255\,0\.01\)\]:hover::before {
  animation: shine 0.75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


/*nigga-------------------------------/*

/* === SaltyAuth Navbar Theme Layer === */
:root{
  --navStroke: rgba(187,134,252,.22);
  --navText: rgba(255,255,255,.92);
  --navMuted: rgba(255,255,255,.70);
  --navGlow1: rgba(168,85,247,.22);
  --navGlow2: rgba(124,58,237,.18);

  --navGlassA: rgba(255,255,255,.07);
  --navGlassB: rgba(255,255,255,.03);

  --navShadow: 0 18px 50px rgba(0,0,0,.50);
  --navShadow2: 0 10px 26px rgba(0,0,0,.35);

  --navRadius: 18px;
  --navRadiusPill: 999px;
}

/* ===== Shared rails ===== */
:root{
  --navRail: min(1200px, calc(100vw - 28px));
  --annPill: min(720px, calc(100vw - 28px));
  --headerRail: min(1200px, calc(100vw - 28px));
  --bg-a: #16061f;
  --bg-b: #2a0b3a;
  --bg-c: #5a0f6d;   /* magenta-ish */
}

body{
  background:
    radial-gradient(900px 520px at 14% 10%, rgba(255, 84, 190, .18), transparent 60%),
    radial-gradient(900px 520px at 86% 18%, rgba(130, 84, 255, .14), transparent 62%),
    linear-gradient(145deg, var(--bg-a), var(--bg-b) 45%, var(--bg-c));
  background-attachment: fixed;
}

/* Container */
.saltyNavWrap{
  position: sticky;
  top: 0;
  z-index: 9999; /* ensure it's above everything */
  padding: 8px 14px 0; /* was 14px */
}

/* soft aura behind */
.saltyNavAura{
  position: absolute;
  inset: -22px 0 auto 0;
  height: 96px;
  pointer-events: none;
  background:
    radial-gradient(700px 160px at 20% 30%, var(--navGlow1), transparent 70%),
    radial-gradient(700px 160px at 80% 30%, var(--navGlow2), transparent 70%);
  filter: blur(14px);
  opacity: .85;
}

/* main bar */
.saltyNav{
  position: relative;
  border: 1px solid rgba(187,134,252,.22) !important;
  border-radius: 20px !important; /* same family */
  background: linear-gradient(180deg, var(--navGlassA), var(--navGlassB));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0,0,0,.50) !important;
  overflow: hidden;
}

/* top shine line */
.saltyNav::before{
  content:"";
  position:absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  opacity: .65;
  pointer-events:none;
}

/* subtle inner glow blobs */
.saltyNav::after{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(420px 200px at 25% 0%, rgba(168,85,247,.14), transparent 65%),
    radial-gradient(420px 200px at 75% 10%, rgba(124,58,237,.12), transparent 62%);
  pointer-events:none;
}

.saltyNavInner{
  position: relative;
  z-index: 1;
  padding: 12px 14px; /* instead of 14px 16px */
  /* Prevent layout shift during load */
  min-height: 60px; /* reserve space for content */
  contain: layout style; /* isolate layout */
}

/* Brand */
.saltyBrand{
  display:flex;
  align-items:center;
  gap: 12px;
  color: var(--navText);
  text-decoration:none;
  min-width: 0;
}
.saltyLogo{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid var(--navStroke);
  background: rgba(255,255,255,.05);
  box-shadow: var(--navShadow2);
  object-fit: cover;
}
.saltyName{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Prevent font loading shift */
  font-display: swap;
  min-height: 1.2em; /* reserve space */
}

/* Link pills */
.saltyLinks{
  display:flex;
  align-items:center;
  gap: 10px;
  /* Prevent layout shift during Alpine initialization */
  min-height: 36px; /* match button height */
  contain: layout style; /* isolate layout */
}
.saltyPill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: 9px 13px; /* cleaner */
  min-width: fit-content; /* prevent size changes */
  height: 36px; /* fixed height to prevent vertical shift */
  border-radius: var(--navRadiusPill);
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.86);
  font-weight: 800;
  font-size: 13.5px;
  letter-spacing: .02em;
  text-decoration:none;
  user-select:none;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
  position: relative;
  overflow: hidden;
  will-change: transform, background, box-shadow; /* prevent layout shift */
  contain: layout style paint; /* isolate rendering */
}
.saltyPill:hover{
  transform: translateY(-1px) scale(1.03);
  background: rgba(255,255,255,.08);
  border-color: rgba(187,134,252,.30);
  box-shadow: 0 16px 30px rgba(0,0,0,.28);
}
.saltyPillActive{
  background: linear-gradient(135deg, rgba(168,85,247,.45), rgba(124,58,237,.35));
  border-color: rgba(187,134,252,.55);
  box-shadow: 0 18px 36px rgba(168,85,247,.16);
  transform: none !important; /* remove scaling to prevent visual jump */
  color: rgba(255,255,255,.92);
  /* Keep same dimensions to prevent layout shift */
  min-width: fit-content;
  height: 36px;
}

/* Keep active styling on hover (don't fade the highlight) */
.saltyPillActive:hover{
  background: linear-gradient(135deg, rgba(168,85,247,.52), rgba(124,58,237,.42));
  border-color: rgba(187,134,252,.62);
  box-shadow: 0 18px 40px rgba(168,85,247,.18);
  transform: translateY(-1px) scale(1.02); /* subtle hover only */
}

/* Right side buttons (Login, My Account, Cart) */
.saltyAction{
  padding: 9px 13px; /* cleaner */
  min-width: fit-content; /* prevent size changes */
  height: 36px; /* fixed height to match pills */
  border-radius: var(--navRadiusPill);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.90);
  font-weight: 900;
  font-size: 13.5px;
  text-decoration:none;
  transition: transform .16s ease, background .16s ease, box-shadow .16s ease, border-color .16s ease;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
  will-change: transform, background, box-shadow; /* prevent layout shift */
  contain: layout style paint; /* isolate rendering */
}
.saltyAction:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.08);
  border-color: rgba(187,134,252,.22);
  box-shadow: 0 14px 28px rgba(0,0,0,.34), 0 0 0 1px rgba(187,134,252,.12);
}

/* Navbar login icon */
.saltyLoginIcon{
  width: 36px;
  height: 36px;
  padding: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 15px;
  color: rgba(255,255,255,.92);
}

/* Slight polish on hover */
.saltyLoginIcon:hover{
  color: #c084fc; /* soft magenta */
}

/* Cart badge */
.saltyBadge{
  position:absolute;
  top:-8px;
  right:-8px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 10px;
  font-weight: 900;
  color: rgba(255,255,255,.95);
  background: linear-gradient(90deg, rgba(168,85,247,.95), rgba(124,58,237,.95));
  box-shadow: 0 0 18px rgba(168,85,247,.35);
  border: 1px solid rgba(255,255,255,.10);
}

/* Mobile menu panel */
.saltyMobilePanel{
  border: 1px solid var(--navStroke);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 22px 60px rgba(0,0,0,.55);
  overflow: hidden;
}
.saltyMobileItem{
  display:block;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.84);
  text-decoration:none;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.saltyMobileItem:hover{
  transform: translateY(-1px);
  border-color: rgba(187,134,252,.20);
  background: rgba(255,255,255,.06);
  box-shadow: 0 14px 26px rgba(0,0,0,.30), 0 0 0 1px rgba(187,134,252,.12);
}

/* =========================
   PRODUCT PAGE V3 - Complete Redesign
========================= */

:root {
  --prod-accent: #ec4899;
  --prod-accent-soft: rgba(236, 72, 153, 0.85);
  --prod-glow: rgba(236, 72, 153, 0.25);
}

.saltyProd2 {
  color: rgba(255,255,255,0.92);
}

/* Top navigation bar */
.saltyProd2Top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.saltyProd2Back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  backdrop-filter: blur(12px);
  text-decoration: none;
  color: rgba(255,255,255,0.90);
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.saltyProd2Back:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.06));
  border-color: rgba(236, 72, 153, 0.3);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25), 0 0 0 1px rgba(236, 72, 153, 0.15);
}

.saltyProd2BackIcon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.saltyProd2Back:hover .saltyProd2BackIcon {
  transform: translateX(-3px);
}

/* Status pill - redesigned for buy card placement */
.saltyProd2StatusPill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(135deg, rgba(0,0,0,0.25), rgba(0,0,0,0.15));
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.saltyProd2Dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.08);
  animation: statusPulse 2s ease-in-out infinite;
}

@keyframes statusPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.85; }
}

.saltyProd2StatusText {
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.3px;
}

/* Title section */
.saltyProd2Head {
  margin-bottom: 28px;
}

.saltyProd2Title {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0;
  color: rgba(255,255,255,0.95); /* Default color for emojis and fallback */
}

/* Apply gradient only to text spans, not emojis */
.saltyProd2Title > span {
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(236, 72, 153, 0.85));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

/* If no spans (no emojis), apply gradient to whole title */
.saltyProd2Title:not(:has(span)) {
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(236, 72, 153, 0.85));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Main grid layout */
.saltyProd2Grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: start;
  padding-bottom: 24px; /* Prevent content from touching bottom */
}

@media (max-width: 1024px) {
  .saltyProd2Grid {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }
}

/* ===== LEFT SIDE: MEDIA GALLERY ===== */
.saltyProd2Card {
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(0,0,0,0.12));
  backdrop-filter: blur(16px);
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.saltyProd2Card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.2), transparent 50%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.saltyProd2MediaCard {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Main image track */
.saltyProd2Track {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 885px;
  max-width: 100%;
  height: 450px;
}

/* Splide main container sizing */
.saltyProd2SplideMain {
  width: 885px;
  max-width: 100%;
  height: 450px;
}

.saltyProd2SplideMain .splide__track {
  width: 100%;
  height: 100%;
}

.saltyProd2SplideMain .splide__slide {
  width: 885px;
  height: 450px;
}

.saltyProd2Slide {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.05), rgba(0,0,0,0.25));
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.saltyProd2Slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(236, 72, 153, 0.08), transparent 60%);
  pointer-events: none;
  z-index: 1;
}

.saltyProd2Img {
  width: 100%;
  height: 100%;
  max-width: 885px;
  max-height: 450px;
  display: block;
  object-fit: contain;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 0;
  margin: 0 auto;
}

.saltyProd2Slide:hover .saltyProd2Img {
  transform: scale(1.02);
}

/* Ensure Splide maintains proper aspect ratio */
.saltyProd2SplideMain .splide__slide {
  width: 100%;
}

.saltyProd2SplideMain .splide__track {
  width: 100%;
}

/* ===== CUSTOM SPLIDE ARROWS - CLEAN MODERN DESIGN ===== */
.saltyProd2SplideMain .splide__arrows {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.saltyProd2SplideMain .splide__arrow {
  position: static;
  transform: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(20, 10, 30, 0.85);
  border: 1px solid rgba(236, 72, 153, 0.3);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.saltyProd2SplideMain .splide__arrow:hover {
  transform: translateY(-2px);
  background: rgba(236, 72, 153, 0.25);
  border-color: rgba(236, 72, 153, 0.6);
  box-shadow: 0 12px 28px rgba(236, 72, 153, 0.4), inset 0 1px 0 rgba(255,255,255,0.15);
}

.saltyProd2SplideMain .splide__arrow:active {
  transform: translateY(0px) scale(0.95);
}

.saltyProd2SplideMain .splide__arrow svg {
  fill: rgba(255,255,255,0.95);
  width: 18px;
  height: 18px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.saltyProd2SplideMain .splide__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: rgba(20, 10, 30, 0.5);
  border-color: rgba(255,255,255,0.08);
  box-shadow: none;
}

.saltyProd2SplideMain .splide__arrow:disabled:hover {
  transform: none;
}

/* ===== THUMBNAIL GALLERY - CLEANER DESIGN ===== */
.saltyProd2SplideThumbs {
  margin-top: 16px;
  width: 100%;
  max-width: 220px; /* Constrain to fit 3 smaller thumbnails */
  margin-left: auto;
  margin-right: auto;
}

.saltyProd2SplideThumbs .splide__track {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 4px 0;
}

.saltyProd2ThumbSlide {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.3);
  opacity: 0.5;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  aspect-ratio: 1 / 1;
  width: 60px !important;
  height: 60px !important;
  max-width: 60px;
  max-height: 60px;
}

.saltyProd2ThumbSlide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.splide__slide.is-active.saltyProd2ThumbSlide {
  opacity: 1;
  border-color: rgba(236, 72, 153, 0.9);
  border-width: 2px;
  box-shadow: 0 0 0 2px rgba(236, 72, 153, 0.3), 0 8px 20px rgba(236, 72, 153, 0.3);
  transform: translateY(-2px);
}

.splide__slide.is-active.saltyProd2ThumbSlide::before {
  opacity: 0;
}

.saltyProd2ThumbSlide:hover {
  opacity: 0.85;
  border-color: rgba(236, 72, 153, 0.4);
  transform: translateY(-1px);
}

.saltyProd2ThumbSlide:hover::before {
  opacity: 0.2;
}

.saltyProd2ThumbImg {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 0;
}

/* Thumbnail arrows - cleaner design */
.saltyProd2SplideThumbs .splide__arrow {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(20, 10, 30, 0.75);
  border: 1px solid rgba(236, 72, 153, 0.25);
  backdrop-filter: blur(10px);
  opacity: 0.9;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.saltyProd2SplideThumbs .splide__arrow:hover {
  transform: translateY(-2px);
  background: rgba(236, 72, 153, 0.2);
  border-color: rgba(236, 72, 153, 0.5);
  box-shadow: 0 6px 16px rgba(236, 72, 153, 0.3);
}

.saltyProd2SplideThumbs .splide__arrow svg {
  fill: rgba(255,255,255,0.9);
  width: 14px;
  height: 14px;
}

/* Empty media state */
.saltyProd2EmptyMedia {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.05), rgba(0,0,0,0.25));
  border: 2px dashed rgba(255,255,255,0.10);
}

.saltyProd2EmptyIcon {
  width: 96px;
  height: 96px;
  opacity: 0.6;
  color: rgba(236, 72, 153, 0.7);
}

.saltyProd2EmptyText {
  margin-top: 16px;
  opacity: 0.65;
  font-weight: 700;
  font-size: 15px;
}

/* ===== TABS SECTION ===== */
.saltyProd2TabsWrap {
  margin-top: 24px;
}

.saltyProd2Tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.saltyProd2Tab {
  padding: 12px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  color: rgba(255,255,255,0.75);
  font-weight: 800;
  font-size: 13.5px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.saltyProd2Tab:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border-color: rgba(236, 72, 153, 0.3);
  color: rgba(255,255,255,0.90);
}

.saltyProd2Tab.is-active {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.25), rgba(168, 85, 247, 0.20));
  border-color: rgba(236, 72, 153, 0.5);
  color: rgba(255,255,255,0.98);
  box-shadow: 0 4px 16px rgba(236, 72, 153, 0.2);
}

.saltyProd2ContentCard {
  padding: 24px;
}

.saltyProd2Editor {
  color: rgba(255,255,255,0.88);
  line-height: 1.7;
}

.saltyProd2Muted {
  color: rgba(255,255,255,0.60);
  font-weight: 600;
}

/* ===== RIGHT SIDE: BUY PANEL ===== */
.saltyProd2BuyStack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.saltyProd2Upsells {
  margin-top: -10px !important; /* Move upsells up to align better */
}

.saltyProd2BuyCard {
  padding: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.saltyProd2FormWrap {
  margin-top: -25px !important;
  margin-bottom: 0;
}

.saltyProd2SoldLine {
  margin-top: -1.5rem !important; /* space below the form card / glass */
  margin-bottom: 0;
}

.saltyProd2BuyCard::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.15), transparent 70%);
  pointer-events: none;
}

.saltyProd2PriceRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.saltyProd2Price {
  font-size: 38px;
  font-weight: 950;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(236, 72, 153, 0.90));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.saltyProd2Badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.saltyProd2Badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  color: rgba(255,255,255,0.98);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  backdrop-filter: blur(8px);
}

/* ===== SALES STAT - ENHANCED DESIGN ===== */
.saltyProd2SoldLine {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid rgba(236, 72, 153, 0.3);
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(168, 85, 247, 0.10));
  backdrop-filter: blur(12px);
  box-shadow: 0 6px 20px rgba(236, 72, 153, 0.2), inset 0 1px 0 rgba(255,255,255,0.1);
  position: relative;
  overflow: hidden;
  margin-top: 4px;
}

.saltyProd2SoldLine::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(236, 72, 153, 0.25), transparent 70%);
  pointer-events: none;
}

.saltyProd2SoldIcon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  padding: 9px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.4), rgba(236, 72, 153, 0.25));
  border: 1px solid rgba(236, 72, 153, 0.4);
  color: rgba(255,255,255,0.98);
  box-shadow: 0 4px 12px rgba(236, 72, 153, 0.3), inset 0 1px 0 rgba(255,255,255,0.2);
}

.saltyProd2SoldStrong {
  color: rgba(255,255,255,0.98);
  font-weight: 950;
  font-size: 20px;
  text-shadow: 0 2px 8px rgba(236, 72, 153, 0.4);
  letter-spacing: -0.01em;
}

.saltyProd2SoldLine > div {
  color: rgba(255,255,255,0.92);
  font-weight: 700;
  font-size: 13.5px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}

/* Live stats card */
.saltyProd2LiveStats {
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.saltyProd2LiveStats::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.12), transparent 70%);
  pointer-events: none;
}

.saltyProd2StatRow {
  display: flex;
  gap: 14px;
  align-items: center;
  color: rgba(255,255,255,0.82);
  font-weight: 650;
  line-height: 1.5;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  position: relative;
  z-index: 1;
}

.saltyProd2StatRow + .saltyProd2StatRow {
  margin-top: 12px;
}

.saltyProd2StatIcon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  padding: 9px;
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.25), rgba(168, 85, 247, 0.12));
  border: 1px solid rgba(168, 85, 247, 0.3);
  color: rgba(168, 85, 247, 0.95);
  box-shadow: 0 4px 12px rgba(168, 85, 247, 0.15);
}

.saltyProd2StatStrong {
  color: rgba(168, 85, 247, 0.98);
  font-weight: 950;
  font-size: 16px;
}

/* ===== UPSELLS - FIX BADGE OVERFLOW ===== */
.saltyProd2Upsells {
  margin-top: 0;
  margin-bottom: 0;
}

.saltyProd2UpsellList {
  padding-bottom: 4px; /* Small padding to prevent edge rubbing */
}

.saltyProd2Upsells .saltyProd2CardHead {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(135deg, rgba(255,255,255,0.03), transparent);
}

.saltyProd2CardTitle {
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: rgba(255,255,255,0.92);
}

.saltyProd2UpsellList {
  display: flex;
  flex-direction: column;
}

.saltyProd2UpsellItem {
  padding: 12px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.saltyProd2UpsellItem:first-child {
  border-top: none;
}

.saltyProd2Upsells .saltyProductRow {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

/* Fix upsell card badges - prevent overflow */
.saltyProd2Upsells .saltyProductRowBadges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 140px;
}

.saltyProd2Upsells .saltyProductBadge {
  font-size: 10px;
  padding: 5px 8px;
  white-space: nowrap;
}

.saltyProd2Upsells .saltyProductRowName {
  font-size: 14px;
  max-width: calc(100% - 150px);
}

/* Reviews */
.saltyProd2ReviewsList {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.saltyProd2ReviewsMore {
  margin-top: 18px;
  text-align: center;
}

.saltyProd2Link {
  color: rgba(236, 72, 153, 0.95);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid rgba(236, 72, 153, 0.3);
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

.saltyProd2Link:hover {
  border-bottom-color: rgba(236, 72, 153, 0.8);
  color: rgba(236, 72, 153, 1);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .saltyProd2SplideMain,
  .saltyProd2Track {
    width: 100%;
    max-width: 885px;
    height: auto;
    aspect-ratio: 885 / 450;
  }

  .saltyProd2SplideMain .splide__slide {
    width: 100%;
    height: auto;
    aspect-ratio: 885 / 450;
  }
}

@media (max-width: 768px) {
  .saltyProd2Title {
    font-size: clamp(24px, 6vw, 32px);
  }

  .saltyProd2Price {
    font-size: 28px;
  }

  .saltyProd2MediaCard {
    padding: 14px;
  }

  .saltyProd2ContentCard {
    padding: 18px;
  }

  .saltyProd2BuyCard {
    padding: 18px;
  }

  .saltyProd2SplideMain .splide__arrow {
    width: 38px;
    height: 38px;
  }

  .saltyProd2SplideMain .splide__arrows {
    bottom: 14px;
    gap: 8px;
  }

  .saltyProd2Upsells .saltyProductRowName {
    max-width: calc(100% - 120px);
  }
}

/* =========================
   Product Cards (keep existing styles)
========================= */

:root{
  --prodStroke: rgba(187,134,252,.22);
  --prodText: rgba(255,255,255,.92);
  --prodMuted: rgba(255,255,255,.62);
  --prodA: rgba(255,255,255,.06);
  --prodB: rgba(255,255,255,.03);
  --prodShadow: 0 18px 46px rgba(0,0,0,.45);
}

.saltyProductCard{
  position: relative;
  display: block;
  border-radius: 22px;
  border: 1px solid var(--prodStroke);
  background: linear-gradient(180deg, var(--prodA), var(--prodB));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--prodShadow);
  overflow: hidden;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
  text-decoration: none;
  color: var(--prodText);
}

.saltyProductGlow{
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background:
    radial-gradient(520px 260px at 30% 0%, rgba(168,85,247,.14), transparent 65%),
    radial-gradient(460px 260px at 80% 10%, rgba(124,58,237,.12), transparent 62%);
  opacity: .95;
}

.saltyProductCard:hover{
  transform: translateY(-3px);
  border-color: rgba(187,134,252,.36);
  box-shadow: 0 24px 60px rgba(0,0,0,.58), 0 0 0 1px rgba(187,134,252,.14);
}

.saltyProductMedia{
  position: relative;
  z-index: 1;
  padding: 12px 12px 0;
}

.saltyProductMediaFrame{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.18);
  box-shadow: 0 12px 24px rgba(0,0,0,.26);
}

.saltyProductImg{
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}

.saltyProductNoImg{
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(196,141,255,.70);
}

.saltyProductNoImgIcon{
  width: 72px;
  height: 72px;
  opacity: .85;
}

.saltyProductBadges{
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  z-index: 2;
}

.saltyProductBadge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: .02em;
  color: rgba(255,255,255,.92);
  background: color-mix(in srgb, var(--badgeColor, rgba(168,85,247,.9)) 72%, rgba(0,0,0,.15));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 18px rgba(0,0,0,.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.saltyProductBody{
  position: relative;
  z-index: 1;
  padding: 14px 16px 16px;
}

.saltyProductName{
  margin: 2px 0 10px;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.saltyProductMeta{
  margin-bottom: 12px;
}

.saltyProductStatus{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 850;
  letter-spacing: .02em;
  color: var(--prodMuted);
}

.saltyProductStatus.isIn{
  color: rgba(190,255,230,.72);
}

.saltyProductStatus.isOut{
  color: rgba(255,170,200,.70);
}

.saltyInfIcon{
  width: 16px;
  height: 16px;
  color: rgba(168,85,247,.92);
}

.saltyProductBottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.saltyProductPriceRow{
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.saltyProductPriceLabel{
  font-size: 12px;
  font-weight: 850;
  color: rgba(255,255,255,.48);
}

.saltyProductPrice{
  min-width: 0;
  font-size: 14px;
  font-weight: 900;
  color: rgba(255,255,255,.72);
}

.saltyProductPriceMain{
  color: rgba(196,141,255,.92);
}

.saltyProductSlash{
  margin-left: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.45);
  text-decoration: line-through;
}

.saltyProductArrow{
  flex: 0 0 auto;
  color: rgba(168,85,247,.90);
  opacity: .9;
  transform: translateX(0);
  transition: transform .16s ease, opacity .16s ease;
}

.saltyArrowIcon{
  width: 34px;
  height: 34px;
}

.saltyProductCard:hover .saltyProductArrow{
  transform: translateX(3px);
  opacity: 1;
}

.saltyProductRow{
  position: relative;
  display: flex;
  gap: 12px;
  border-radius: 18px;
  border: 1px solid var(--prodStroke);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 14px 34px rgba(0,0,0,.40);
  overflow: hidden;
  text-decoration: none;
  color: var(--prodText);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

.saltyProductRowGlow{
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background:
    radial-gradient(420px 200px at 25% 0%, rgba(168,85,247,.12), transparent 65%),
    radial-gradient(420px 200px at 75% 10%, rgba(124,58,237,.10), transparent 62%);
  opacity: .95;
}

.saltyProductRow:hover{
  transform: translateY(-2px);
  border-color: rgba(187,134,252,.36);
  box-shadow: 0 20px 50px rgba(0,0,0,.55), 0 0 0 1px rgba(187,134,252,.12);
}

.saltyProductRowMedia{
  position: relative;
  z-index: 1;
  width: 110px;
  flex: 0 0 110px;
  align-self: stretch;
  margin: 10px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.08);
  background: radial-gradient(120% 120% at 30% 20%, rgba(255,255,255,.08), rgba(0,0,0,.22));
  box-shadow: 0 12px 22px rgba(0,0,0,.18) inset;
  overflow: hidden;
}

.saltyProductRowImg{
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: contain;
  transform: scale(.98);
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.35));
}

.saltyProductRowNoImg{
  width: 100%;
  height: 100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color: rgba(196,141,255,.70);
}

.saltyProductRowNoImgIcon{
  width: 50px;
  height: 50px;
  opacity: .85;
}

.saltyProductRowBody{
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  padding: 12px 14px 12px 6px;
}

.saltyProductRowTop{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.saltyProductRowName{
  margin: 0;
  font-size: 15.5px;
  font-weight: 950;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.saltyProductRowBadges{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.saltyProductRowMeta{
  margin-top: 6px;
  margin-bottom: 10px;
}

.saltyProductRowBottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

@media (max-width: 560px){
  .saltyProductRowMedia{ width: 85px; flex-basis: 85px; margin: 8px; }
  .saltyArrowIcon{ width: 30px; height: 30px; }
}

/* =========================
   FAQ Page Styling
   ========================= */

.saltyFaqWrap {
  width: 100%;
  padding: 40px 20px;
  position: relative;
}

.saltyFaqRail {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* FAQ Header */
.saltyFaqHead {
  text-align: center;
  margin-bottom: 48px;
}

.saltyFaqHead .saltyStatsPillRow {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.saltyFaqHead .saltyHeroTitle2 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, rgba(196, 181, 253, 0.95), rgba(167, 139, 250, 0.95), rgba(139, 92, 246, 0.95));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 16px 0;
  text-shadow: 0 0 30px rgba(168, 85, 247, 0.25);
}

.saltyFaqHead .saltyHeroSub2 {
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  letter-spacing: 0.01em;
}

/* FAQ Grid */
.saltyFaqGrid {
  display: grid;
  gap: 20px;
  width: 100%;
}

.saltyFaqGrid--1 {
  grid-template-columns: 1fr;
  max-width: 800px;
  margin: 0 auto;
}

.saltyFaqGrid--2 {
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
}

@media (max-width: 768px) {
  .saltyFaqGrid--2 {
    grid-template-columns: 1fr;
  }
}

/* FAQ Item */
.saltyFaqItem {
  width: 100%;
}

.saltyFaqItemInner {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(187, 134, 252, 0.15) !important;
  border-radius: 20px;
  padding: 0;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}

.saltyFaqItemInner::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, 
    rgba(168, 85, 247, 0.1) 0%, 
    rgba(124, 58, 237, 0.08) 50%,
    transparent 100%);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

.saltyFaqItemInner:hover::before {
  opacity: 1;
}

.saltyFaqItemInner:hover {
  border-color: rgba(187, 134, 252, 0.3) !important;
  box-shadow: 0 12px 40px rgba(168, 85, 247, 0.15), 0 0 0 1px rgba(187, 134, 252, 0.2);
  transform: translateY(-2px);
}

/* FAQ Question Button */
.saltyFaqQuestion {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
}

.saltyFaqQuestion:hover {
  background: rgba(255, 255, 255, 0.02);
}

.saltyFaqQuestionText {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin: 0;
  flex: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* FAQ Icon */
.saltyFaqIcon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: rgba(196, 181, 253, 0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 0 8px rgba(168, 85, 247, 0.3));
}

.saltyFaqItemInner:hover .saltyFaqIcon {
  color: rgba(196, 181, 253, 1);
  filter: drop-shadow(0 0 12px rgba(168, 85, 247, 0.5));
}

.saltyFaqIcon.rotate-180 {
  transform: rotate(180deg);
  color: rgba(196, 181, 253, 1);
}

/* FAQ Answer */
.saltyFaqAnswerWrap {
  padding: 0 28px 24px 28px;
  position: relative;
  z-index: 1;
}

.saltyFaqAnswer {
  font-size: clamp(15px, 1.8vw, 16px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  padding-top: 8px;
  letter-spacing: 0.01em;
}

.saltyFaqAnswer a {
  color: rgba(196, 181, 253, 0.9);
  text-decoration: underline;
  text-decoration-color: rgba(196, 181, 253, 0.3);
  transition: all 0.2s ease;
}

.saltyFaqAnswer a:hover {
  color: rgba(196, 181, 253, 1);
  text-decoration-color: rgba(196, 181, 253, 0.6);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .saltyFaqWrap {
    padding: 32px 16px;
  }

  .saltyFaqHead {
    margin-bottom: 36px;
  }

  .saltyFaqGrid {
    gap: 16px;
  }

  .saltyFaqQuestion {
    padding: 20px 20px;
    gap: 16px;
  }

  .saltyFaqAnswerWrap {
    padding: 0 20px 20px 20px;
  }

  .saltyFaqIcon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .saltyFaqWrap {
    padding: 24px 12px;
  }

  .saltyFaqQuestion {
    padding: 18px 16px;
  }

  .saltyFaqAnswerWrap {
    padding: 0 16px 18px 16px;
  }
}

/* =========================
   Products Page Hero Styling (FAQ-style)
   ========================= */

.saltyPageHero {
  position: relative;
  text-align: center;
  margin-bottom: 48px;
  padding: 20px 0;
}

.saltyPageHeroGlow {
  position: absolute;
  inset: -40px 0 auto 0;
  height: 200px;
  pointer-events: none;
  background:
    radial-gradient(600px 180px at 30% 30%, rgba(168, 85, 247, 0.12), transparent 70%),
    radial-gradient(600px 180px at 70% 30%, rgba(124, 58, 237, 0.1), transparent 70%);
  filter: blur(20px);
  opacity: 0.8;
  z-index: 0;
}

.saltyPageHeroInner {
  position: relative;
  z-index: 1;
}

.saltyPageHeroTop {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.saltyPageHeroTop .saltyPill {
  display: inline-block;
}

.saltyPageHeroTitle {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, rgba(196, 181, 253, 0.95), rgba(167, 139, 250, 0.95), rgba(139, 92, 246, 0.95));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 16px 0;
  text-shadow: 0 0 30px rgba(168, 85, 247, 0.25);
}

.saltyPageHeroTitle .saltyAccent {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.95), rgba(219, 39, 119, 0.95));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.saltyPageHeroSub {
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .saltyPageHero {
    margin-bottom: 36px;
    padding: 16px 0;
  }
}

@media (max-width: 480px) {
  .saltyPageHero {
    margin-bottom: 32px;
    padding: 12px 0;
  }
}

/* =========================
   Status Cards (Grouped Structure)
   ========================= */

.status-cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.status-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.status-group h2 {
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 8px 0;
  letter-spacing: -0.01em;
}

.status-group .status-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
}

@media (min-width: 640px) {
  .status-group .status-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .status-group .status-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1536px) {
  .status-group .status-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

.status-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  text-decoration: none;
  color: inherit;
}

.status-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.status-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.3;
}

.status {
  display: flex;
  align-items: center;
  gap: 10px;
}

.status .indicator {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.status .pulsating {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  opacity: 0.4;
  animation: statusPulse 2s ease-out infinite;
}

@keyframes statusPulse {
  0% {
    transform: scale(0.8);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .status .pulsating {
    animation: none;
  }
}

.status .label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* =========================
   Product form CTAs (Add to cart / Buy now)
   ========================= */

.pfCta{
  height: 40px;                 /* slimmer (not thick) */
  padding: 0 16px !important;   /* overrides py/px */
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .2px;
  transition: transform .18s ease, box-shadow .25s ease, background .25s ease, filter .25s ease, border-color .25s ease;
}

.pfCta:hover{ transform: translateY(-1px); }
.pfCta:active{ transform: translateY(0) scale(.99); }

/* Primary: Add to Cart (accent glass + glow) */
.pfCtaPrimary{
  border: none !important;
  color: #120818 !important;
  background:
    radial-gradient(120% 140% at 25% 15%, rgba(255,255,255,.35) 0%, rgba(255,255,255,0) 45%),
    linear-gradient(90deg, rgba(187,134,252,.95), rgba(208,91,255,.95)) !important;

  box-shadow:
    0 14px 32px rgba(0,0,0,.45),
    0 10px 26px rgba(187,134,252,.28),
    0 0 0 1px rgba(255,255,255,.10) inset;
}

.pfCtaPrimary:hover{
  filter: brightness(1.06);
  box-shadow:
    0 18px 42px rgba(0,0,0,.55),
    0 14px 34px rgba(187,134,252,.38),
    0 0 0 1px rgba(255,255,255,.12) inset;
}

/* Secondary: Buy Now (true glass) */
.pfCtaGlass{
  border: 1px solid rgba(255,255,255,.12) !important;
  color: rgba(255,255,255,.92) !important;
  background: rgba(255,255,255,.06) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    0 12px 26px rgba(0,0,0,.40),
    0 0 0 1px rgba(255,255,255,.06) inset;
}

.pfCtaGlass:hover{
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(187,134,252,.35) !important;
  box-shadow:
    0 16px 34px rgba(0,0,0,.48),
    0 0 24px rgba(187,134,252,.18),
    0 0 0 1px rgba(187,134,252,.18);
}

/* Product form: quantity + discount — light glass (matches saltyProd2Card) */
.pfFormCard {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.12));
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  border-radius: 1.5rem;
}

/* Quantity: always expanded pill, purple glow on hover (no expand animation) */
.pfQtyWrap {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.08));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 2px 14px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  width: auto;
  min-width: min(18rem, calc(var(--qty-ch) * 1.6ch + 7rem));
  max-width: min(18rem, calc(var(--qty-ch) * 1.6ch + 7rem));
  min-height: 3rem;
  align-items: stretch;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
  --qty-ch: 2;
}
.pfQtyWrap:hover,
.pfQtyWrap:focus-within {
  border-color: rgba(168, 85, 247, 0.35);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(168, 85, 247, 0.15),
    0 0 24px rgba(168, 85, 247, 0.12);
}
.pfQtyBtn {
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  border: none;
  max-width: 3rem;
  min-width: 3rem;
  width: 3rem;
  flex: 0 0 3rem;
  min-height: 100%;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  transition: opacity 0.3s ease, background 0.2s ease;
}
.pfQtyWrap:hover .pfQtyBtn,
.pfQtyWrap:focus-within .pfQtyBtn {
  opacity: 1;
}
.pfQtyBtn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.12);
}
.pfQtyBtn:active:not(:disabled) {
  background: rgba(168, 85, 247, 0.2);
}
.pfQtyInput {
  color: inherit;
  min-width: calc(var(--qty-ch) * 1.5ch + 1.5rem);
  height: 3rem;
  padding: 0 0.75rem;
  line-height: 3rem;
  text-align: center;
  font-size: 1rem;
  box-sizing: border-box;
  align-self: stretch;
  border: none;
  border-radius: 0;
}
/* Remove number input spinners for cleaner center look (optional) */
.pfQtyInput::-webkit-outer-spin-button,
.pfQtyInput::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
.pfQtyInput[type="number"] {
  appearance: textfield;
}

/* Volume discount: single block for progress + max (smoother transition) */
.pfVolumeBlock {
  position: relative;
  min-height: 4rem;
  padding-bottom: 0.5rem;
  overflow: visible;
}
.pfVolumeProgressState {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.pfVolumeMaxState {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Volume discount: pill with glow (Buy X more to get Y% off) */
.pfVolumePill {
  border: 1px solid rgba(168, 85, 247, 0.35);
  background: linear-gradient(135deg, rgba(88, 28, 135, 0.75) 0%, rgba(67, 20, 100, 0.9) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 4px 20px rgba(0, 0, 0, 0.35),
    0 0 30px rgba(168, 85, 247, 0.25),
    0 0 60px rgba(168, 85, 247, 0.12);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}
.pfVolumePill:hover {
  border-color: rgba(168, 85, 247, 0.5);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    0 6px 24px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(168, 85, 247, 0.35),
    0 0 80px rgba(168, 85, 247, 0.18);
}
.pfVolumePillIcon {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.3);
}
.pfVolumeTrackWrap {
  width: 100%;
  max-width: 280px;
  flex-shrink: 0;
  min-height: 12px;
}
.pfVolumeTrack {
  height: 10px;
  min-height: 10px;
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.2) inset, 0 2px 6px rgba(0,0,0,0.25);
}
.pfVolumeFill {
  background: linear-gradient(90deg, rgba(187, 134, 252, 0.95), rgba(236, 72, 153, 0.9));
  box-shadow:
    0 0 12px rgba(168, 85, 247, 0.5),
    0 0 0 1px rgba(255,255,255,0.12) inset;
}

/* Volume discount: max tier — green “Max volume discount applied” */
.pfVolumePillMax {
  border: 1px solid rgba(34, 197, 94, 0.5);
  background: linear-gradient(135deg, rgba(22, 101, 52, 0.75) 0%, rgba(20, 83, 45, 0.9) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 4px 20px rgba(0, 0, 0, 0.35),
    0 0 30px rgba(34, 197, 94, 0.3),
    0 0 60px rgba(34, 197, 94, 0.15);
}
.pfVolumePillMax:hover {
  border-color: rgba(34, 197, 94, 0.65);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    0 6px 24px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(34, 197, 94, 0.4),
    0 0 80px rgba(34, 197, 94, 0.2);
}
.pfVolumePillIconMax {
  background: rgba(34, 197, 94, 0.35);
  border: 1px solid rgba(34, 197, 94, 0.5);
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.4);
}

/* ==========================================================
   SNX STATUS PAGE — v2 PATCH
   Replace the previous status-redesign.css with this file
   (or paste over the old block at the bottom of custom.css)
   ========================================================== */

/* ── Tokens ── */
:root {
  --snx-purple:  #a855f7;
  --snx-pink:    #ec4899;
  --snx-indigo:  #6366f1;
  --snx-violet:  #7c3aed;
  --snx-glass-a: rgba(255,255,255,.07);
  --snx-glass-b: rgba(255,255,255,.03);
  --snx-stroke:  rgba(187,134,252,.20);
  --snx-text:    rgba(255,255,255,.93);
  --snx-muted:   rgba(255,255,255,.55);
  --snx-shadow:  0 22px 60px rgba(0,0,0,.55);
  --snx-r: 20px;
  --snx-ease: cubic-bezier(.22,.68,0,1.2);
}

/* ─────────────────────────────────────────────
   PAGE WRAPPER
───────────────────────────────────────────── */
.saltyStatusPage.component {
  position: relative;
  overflow: hidden;
}

/* Animated background mesh */
.status-gradient-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 900px 600px at 15%  10%, rgba(168,85,247,.22), transparent 60%),
    radial-gradient(ellipse 700px 500px at 85%  20%, rgba(236,72,153,.18), transparent 58%),
    radial-gradient(ellipse 600px 400px at 50% 100%, rgba(99,102,241,.16), transparent 55%);
  animation: snxBgDrift 18s ease-in-out infinite alternate;
}

@keyframes snxBgDrift {
  0%   { transform: scale(1)    rotate(0deg);  opacity: .85; }
  50%  { transform: scale(1.04) rotate(.8deg); opacity: 1; }
  100% { transform: scale(1.02) rotate(-.5deg); opacity: .9; }
}

/* ─────────────────────────────────────────────
   HERO
───────────────────────────────────────────── */
.saltyPageHero {
  margin-bottom: 44px !important;
  padding: 40px 0 24px !important;
}

.saltyPageHeroTitle {
  font-size: clamp(40px, 6vw, 72px) !important;
  font-weight: 900 !important;
  letter-spacing: -.03em !important;
  line-height: 1.06 !important;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,.98) 0%,
    rgba(196,141,255,.95) 40%,
    rgba(236,72,153,.92) 80%
  ) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  margin-bottom: 0 !important;
  animation: snxTitleReveal .8s var(--snx-ease) both;
}

@keyframes snxTitleReveal {
  from { opacity: 0; transform: translateY(18px) scale(.97); filter: blur(4px); }
  to   { opacity: 1; transform: none; filter: none; }
}

.saltyPageHeroTitle .saltyAccent {
  background: linear-gradient(120deg, rgba(236,72,153,.96), rgba(168,85,247,.90)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.saltyPageHeroSub {
  margin-top: 12px !important;
  font-size: 15px !important;
  color: rgba(255,255,255,.60) !important;
  animation: snxTitleReveal .9s .1s var(--snx-ease) both;
}

/* ─────────────────────────────────────────────
   SEARCH BAR
───────────────────────────────────────────── */
.saltyProductsSearch {
  min-width: 0 !important;
  max-width: 600px !important;
  width: 100% !important;
  margin: 0 auto 44px !important;

  display: flex !important;
  align-items: center !important;
  gap: 12px !important;

  padding: 14px 18px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(187,134,252,.35) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05)) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  box-shadow:
    0 8px 32px rgba(0,0,0,.35),
    0 0 0 1px rgba(255,255,255,.06) inset !important;

  transition:
    border-color .25s ease,
    box-shadow .25s ease,
    background .25s ease,
    transform .25s ease !important;
  animation: snxTitleReveal .9s .18s var(--snx-ease) both;
}

.saltyProductsSearch:focus-within {
  border-color: rgba(168,85,247,.75) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.08)) !important;
  box-shadow:
    0 12px 40px rgba(0,0,0,.45),
    0 0 0 3px rgba(168,85,247,.35),
    0 0 24px rgba(168,85,247,.2),
    0 0 0 1px rgba(255,255,255,.08) inset !important;
  transform: translateY(-1px) !important;
}

.saltySearchIcon {
  width: 22px !important;
  height: 22px !important;
  color: rgba(187,134,252,.75) !important;
  flex-shrink: 0 !important;
}

.saltyProductsSearchInput {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: rgba(255,255,255,.90) !important;
  letter-spacing: .01em !important;
}

.saltyProductsSearchInput::placeholder {
  color: rgba(255,255,255,.38) !important;
  font-weight: 500 !important;
}

.saltyProductsSearchClear {
  width: 30px !important;
  height: 30px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  background: rgba(255,255,255,.06) !important;
  transition: background .16s ease, border-color .16s ease !important;
}

.saltyProductsSearchClear:hover {
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(236,72,153,.30) !important;
}

/* ─────────────────────────────────────────────
   GRID WRAPPER — constrained, no overflow
───────────────────────────────────────────── */
.saltyStatusGridWrapper,
.saltyStatusGridWrapper.status-content,
.status-content.saltyStatusGridWrapper {
  max-width: 1080px !important;
  width: 100% !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
  overflow: visible !important; /* let cards breathe for hover */
}

/* Kill the old forced single-column flex */
.status-content .saltyStatusGrid,
.saltyStatusGrid {
  display: grid !important;
  flex-direction: unset !important;
  gap: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  align-items: start !important; /* reflow cleanly when items collapse */

  /* Default: 1 column (mobile) */
  grid-template-columns: 1fr !important;
}

@media (min-width: 640px) {
  .status-content .saltyStatusGrid,
  .saltyStatusGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 960px) {
  .status-content .saltyStatusGrid,
  .saltyStatusGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Grid items must never escape their column */
.saltyStatusGrid > div {
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

/* ─────────────────────────────────────────────
   SMOOTH SEARCH FILTER
   (fade/slide out when filtered — use with x-transition:leave)
───────────────────────────────────────────── */
.saltyStatusGrid > div {
  /* initial appear on page load */
  animation: snxCardIn .55s var(--snx-ease) both;
  max-height: 400px; /* so transition to 0 animates smoothly */
  transition:
    opacity .5s cubic-bezier(.25,.46,.45,.94),
    transform .5s cubic-bezier(.25,.46,.45,.94),
    max-height .5s cubic-bezier(.25,.46,.45,.94),
    margin .5s cubic-bezier(.25,.46,.45,.94),
    padding .5s cubic-bezier(.25,.46,.45,.94),
    border-width .5s cubic-bezier(.25,.46,.45,.94) !important;
  transform-origin: top center;
}

/* When Alpine hides (x-show=false) the element gets display:none — do NOT override.
   Let hidden items leave the flow so the grid reflows and visible cards line up neatly. */
/* Optional: if you need a leave animation, use only Alpine x-transition; no display:block override. */

/* Stagger-in on load — minimal stagger so cards feel in sync */
.saltyStatusGrid > div:nth-child(1)  { animation-delay: .02s; }
.saltyStatusGrid > div:nth-child(2)  { animation-delay: .04s; }
.saltyStatusGrid > div:nth-child(3)  { animation-delay: .06s; }
.saltyStatusGrid > div:nth-child(4)  { animation-delay: .08s; }
.saltyStatusGrid > div:nth-child(5)  { animation-delay: .10s; }
.saltyStatusGrid > div:nth-child(6)  { animation-delay: .12s; }
.saltyStatusGrid > div:nth-child(7)  { animation-delay: .14s; }
.saltyStatusGrid > div:nth-child(8)  { animation-delay: .16s; }
.saltyStatusGrid > div:nth-child(n+9){ animation-delay: .18s; }

@keyframes snxCardIn {
  from { opacity: 0; transform: translateY(22px) scale(.95); }
  to   { opacity: 1; transform: none; }
}

/* ─────────────────────────────────────────────
   SNX CARD — new status card style
───────────────────────────────────────────── */
.snx-card {
  --snx-status: #22c55e;

  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  width: 100%;
  min-height: 76px;
  box-sizing: border-box;

  border-radius: var(--snx-r);
  border: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(
    145deg,
    rgba(255,255,255,.065) 0%,
    rgba(255,255,255,.025) 100%
  );
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 4px 24px rgba(0,0,0,.28),
    0 1px 0 rgba(255,255,255,.06) inset;

  text-decoration: none;
  color: var(--snx-text);
  overflow: hidden;
  isolation: isolate;

  /* Gentle float — all cards in sync */
  animation: snxFloat 6s ease-in-out infinite;

  transition:
    transform .45s cubic-bezier(.25,.46,.45,.94),
    border-color .35s ease,
    box-shadow .35s ease;
  will-change: transform;
}

@keyframes snxFloat {
  0%,100% { transform: translateY(0px);   }
  33%      { transform: translateY(-5px);  }
  66%      { transform: translateY(-2px);  }
}

@media (prefers-reduced-motion: reduce) {
  .snx-card { animation: none; }
}

/* Shimmer sweep on hover */
.snx-card-shimmer {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255,255,255,.10) 50%,
    transparent 70%
  );
  transform: translateX(-120%);
  transition: transform .60s ease;
  pointer-events: none;
  z-index: 1;
}

/* Status-colored glow blob */
.snx-card-glow {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle,
    color-mix(in srgb, var(--snx-status) 40%, transparent),
    transparent 70%
  );
  opacity: .28;
  filter: blur(18px);
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
  z-index: 0;
}

.snx-card:hover {
  transform: translateY(-5px) scale(1.012) !important;
  animation-play-state: paused !important;
  border-color: rgba(187,134,252,.35);
  box-shadow:
    0 16px 48px rgba(0,0,0,.46),
    0 0 0 1px rgba(187,134,252,.18),
    0 1px 0 rgba(255,255,255,.08) inset;
  transition:
    transform .45s cubic-bezier(.25,.46,.45,.94),
    border-color .35s ease,
    box-shadow .35s ease !important;
}

.snx-card:hover .snx-card-shimmer {
  transform: translateX(200%);
  transition: transform .85s cubic-bezier(.25,.46,.45,.94);
}

.snx-card:hover .snx-card-glow {
  opacity: .50;
  transform: scale(1.25);
  transition: opacity .4s ease, transform .4s ease;
}

.snx-card:active {
  transform: translateY(-2px) scale(1.004) !important;
}

/* ── Left side ── */
.snx-card-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 1;
  position: relative;
  z-index: 2;
}

/* Status dot */
.snx-card-dot-wrap {
  position: relative;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.snx-card-dot {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--snx-status);
  box-shadow: 0 0 8px color-mix(in srgb, var(--snx-status) 70%, transparent);
  z-index: 1;
}

.snx-card-dot-ring {
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--snx-status) 28%, transparent);
  animation: snxDotPulse 2s ease-out infinite;
  z-index: 0;
}

@keyframes snxDotPulse {
  0%   { transform: scale(.6); opacity: .8; }
  70%  { transform: scale(1.8); opacity: 0; }
  100% { transform: scale(1.8); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .snx-card-dot-ring { animation: none; opacity: 0; }
}

/* Info text */
.snx-card-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.snx-card-name {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.01em;
  color: rgba(255,255,255,.95);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .2s ease;
}

.snx-card:hover .snx-card-name {
  color: #fff;
}

.snx-card-group {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.40);
}

.snx-card-group-icon {
  width: 12px;
  height: 12px;
  opacity: .65;
  flex-shrink: 0;
}

/* ── Right side ── */
.snx-card-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

/* Status badge */
.snx-status-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--snx-status) 14%, rgba(0,0,0,.20));
  border: 1px solid color-mix(in srgb, var(--snx-status) 38%, rgba(255,255,255,.06));
  box-shadow:
    0 0 14px color-mix(in srgb, var(--snx-status) 22%, transparent),
    0 2px 8px rgba(0,0,0,.20);
  backdrop-filter: blur(10px);
  transition: box-shadow .22s ease, background .22s ease;
  white-space: nowrap;
}

.snx-card:hover .snx-status-badge {
  background: color-mix(in srgb, var(--snx-status) 22%, rgba(0,0,0,.15));
  box-shadow:
    0 0 24px color-mix(in srgb, var(--snx-status) 36%, transparent),
    0 4px 12px rgba(0,0,0,.25);
}

.snx-status-label {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  color: color-mix(in srgb, var(--snx-status) 90%, rgba(255,255,255,.85));
}

/* Arrow */
.snx-card-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.35);
  transition: color .2s ease, transform .28s var(--snx-ease);
  flex-shrink: 0;
}

.snx-card-arrow svg {
  width: 17px;
  height: 17px;
}

.snx-card:hover .snx-card-arrow {
  color: rgba(196,141,255,.92);
  transform: translateX(4px);
}

/* ─────────────────────────────────────────────
   HIDE old status elements on snx-card
───────────────────────────────────────────── */
a.snx-card .saltyProd2StatusPill,
a.snx-card .pulsating {
  display: none !important;
}

a.snx-card.saltyStatusCard {
  padding: 16px 18px !important;
  border-radius: var(--snx-r) !important;
}

/* ─────────────────────────────────────────────
   EMPTY STATE
───────────────────────────────────────────── */
.saltyStatusEmpty {
  animation: snxCardIn .6s .2s var(--snx-ease) both;
}

/* ─────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────── */
@media (max-width: 540px) {
  .snx-card { padding: 13px 15px; min-height: 66px; }
  .snx-card-name { font-size: 13.5px; }
  .snx-status-label { font-size: 11px; }
  .snx-card-arrow { display: none; }

  .saltyProductsSearch {
    border-radius: 14px !important;
    padding: 12px 14px !important;
    margin-bottom: 28px !important;
  }

  .saltyPageHeroTitle {
    font-size: clamp(32px, 9vw, 48px) !important;
  }
}

/* ─────────────────────────────────────────────
   SMOOTH SHOP EXPERIENCE & VISUAL POLISH
   (In-stock vs Out-of-stock clarity, hover/active, focus)
───────────────────────────────────────────── */

/* Status indicator dots: green = in stock, amber = out of stock */
.saltyProductStatus.isIn {
  --status-dot: rgba(120, 220, 160, 0.95);
}
.saltyProductStatus.isOut {
  --status-dot: rgba(255, 180, 100, 0.95);
  color: rgba(255, 200, 140, 0.88);
}
.saltyProductStatus.isIn::before,
.saltyProductStatus.isOut::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--status-dot, rgba(255,255,255,.4));
  margin-right: 6px;
  flex-shrink: 0;
  box-shadow: 0 0 10px var(--status-dot, transparent);
}
.saltyProductStatus.isOut::before {
  box-shadow: 0 0 8px rgba(255, 180, 100, 0.5);
}

/* Smoother card hovers – slightly longer ease-out */
.saltyProductCard,
.saltyProductRow {
  transition: transform 0.22s ease-out, box-shadow 0.22s ease-out, border-color 0.2s ease, background 0.2s ease;
}
.saltyProductCard:hover {
  transform: translateY(-4px);
}
.saltyProductRow:hover {
  transform: translateY(-3px);
}
.saltyProductCard:hover .saltyProductArrow,
.saltyProductRow:hover .saltyProductArrow {
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform: translateX(4px);
  opacity: 1;
}

/* Subtle active press on cards */
.saltyProductCard:active,
.saltyProductRow:active {
  transform: translateY(-1px);
  transition-duration: 0.1s;
}

/* Hero search trigger – gentle hover glow */
.saltyHeroSearch {
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, border-color 0.2s ease, background 0.2s ease;
}
.saltyHeroSearch:hover {
  box-shadow: 0 0 28px rgba(168, 85, 247, 0.25), 0 0 0 1px rgba(187, 134, 252, 0.2);
  transform: scale(1.01);
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}

/* Primary buttons – active press feedback */
button.saltyProd2AddToCart:active,
button.saltyProd2BuyNow:active,
.saltyProductsSearch + * button:active,
[class*="saltyModal"] button:not([aria-label="Close"]):active {
  transform: scale(0.98);
  transition: transform 0.12s ease-out;
}

/* Focus-visible for keyboard users (keeps mouse users clean) */
.saltyProductCard:focus-visible,
.saltyProductRow:focus-visible,
.saltyHeroSearch:focus-visible,
.saltyModalClose:focus-visible,
.saltyFbToggle:focus-visible {
  outline: 2px solid rgba(168, 85, 247, 0.7);
  outline-offset: 3px;
}
.saltyProductCard:focus-visible,
.saltyProductRow:focus-visible {
  outline-offset: 4px;
}

/* ─────────────────────────────────────────────
   SEARCH MODAL – SKELETON LOADERS
───────────────────────────────────────────── */
.saltySearchSkeletons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 4px 0;
}
.saltySearchSkeletonRow {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
}
.saltySearchSkeletonImg {
  width: 85px;
  height: 85px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(255,255,255,.08) 25%, rgba(255,255,255,.14) 50%, rgba(255,255,255,.08) 75%);
  background-size: 200% 100%;
  animation: saltySkeletonPulse 1.4s ease-in-out infinite;
}
.saltySearchSkeletonBody {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.saltySearchSkeletonLine {
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(255,255,255,.08) 25%, rgba(255,255,255,.14) 50%, rgba(255,255,255,.08) 75%);
  background-size: 200% 100%;
  animation: saltySkeletonPulse 1.4s ease-in-out infinite;
}
.saltySearchSkeletonTitle { width: 70%; height: 14px; }
.saltySearchSkeletonMeta { width: 45%; }
.saltySearchSkeletonPrice { width: 35%; }
@keyframes saltySkeletonPulse {
  0%, 100% { background-position: 200% 0; }
  50% { background-position: -200% 0; }
}

/* ─────────────────────────────────────────────
   DISCOUNT BADGES – SUBTLE PULSE / GLOW
───────────────────────────────────────────── */
.saltyProductBadge--discount {
  animation: saltyBadgePulse 2.5s ease-in-out infinite;
  box-shadow: 0 0 16px color-mix(in srgb, var(--badgeColor, rgba(255,100,180,.9)) 45%, transparent);
}
@keyframes saltyBadgePulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 16px color-mix(in srgb, var(--badgeColor, rgba(255,100,180,.9)) 45%, transparent); }
  50% { opacity: 0.92; box-shadow: 0 0 22px color-mix(in srgb, var(--badgeColor, rgba(255,100,180,.9)) 55%, transparent); }
}

/* ─────────────────────────────────────────────
   GROUP MODAL – OUT OF STOCK AT BOTTOM + DIMMED
───────────────────────────────────────────── */
.saltyGroupList .saltyProductRow[data-out-of-stock="true"] {
  opacity: 0.72;
}
.saltyGroupList .saltyProductRow[data-out-of-stock="true"]:hover {
  opacity: 0.88;
}

/* ─────────────────────────────────────────────
   ABOUT US – Purple glow gradient theme
───────────────────────────────────────────── */
.saltyAboutCard {
  position: relative;
  padding: 2rem 1.5rem;
  border-radius: 24px;
  border: 1px solid rgba(187, 134, 252, 0.18);
  background: linear-gradient(160deg, rgba(30, 10, 45, 0.6) 0%, rgba(15, 5, 28, 0.75) 50%, rgba(25, 8, 40, 0.6) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 24px 60px rgba(0, 0, 0, 0.4),
    0 0 80px rgba(168, 85, 247, 0.12);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .saltyAboutCard {
    padding: 4rem 4rem;
  }
}

.saltyAboutGlow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
}
.saltyAboutGlow--tl {
  width: 45%;
  aspect-ratio: 1;
  top: -20%;
  left: -15%;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.45) 0%, transparent 70%);
}
.saltyAboutGlow--tr {
  width: 35%;
  aspect-ratio: 1;
  top: -10%;
  right: -10%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.35) 0%, transparent 70%);
}
.saltyAboutGlow--br {
  width: 40%;
  aspect-ratio: 1;
  bottom: -25%;
  right: -10%;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.25) 0%, transparent 70%);
}

.saltyAboutInner {
  position: relative;
  z-index: 1;
}

.saltyAboutTitle {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 0 40px rgba(168, 85, 247, 0.2);
  margin: 0;
}

.saltyAboutText {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.saltyAboutFeature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1.25rem 1.25rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.saltyAboutFeature:hover {
  border-color: rgba(187, 134, 252, 0.25);
  box-shadow: 0 0 32px rgba(168, 85, 247, 0.15), 0 0 0 1px rgba(168, 85, 247, 0.08) inset;
  transform: translateY(-2px);
}

.saltyAboutFeatureIcon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.95);
  background: linear-gradient(145deg, rgba(168, 85, 247, 0.35) 0%, rgba(124, 58, 237, 0.25) 100%);
  border: 1px solid rgba(187, 134, 252, 0.4);
  box-shadow: 0 0 24px rgba(168, 85, 247, 0.25);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.saltyAboutFeature:hover .saltyAboutFeatureIcon {
  box-shadow: 0 0 32px rgba(168, 85, 247, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  transform: scale(1.05);
}

.saltyAboutFeatureBody {
  flex: 1;
  min-width: 0;
}

.saltyAboutFeatureTitle {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 0.35rem 0;
}

.saltyAboutFeatureDesc {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* ─────────────────────────────────────────────
   RECENT SALES NOTIFICATION – Purple glow theme
───────────────────────────────────────────── */
.saltySaleNotification {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(187, 134, 252, 0.22);
  background: linear-gradient(165deg, rgba(28, 12, 42, 0.92) 0%, rgba(18, 6, 30, 0.95) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 20px 50px rgba(0, 0, 0, 0.45),
    0 0 60px rgba(168, 85, 247, 0.18);
  overflow: hidden;
}

.saltySaleNotificationGlow {
  position: absolute;
  top: -30%;
  right: -20%;
  width: 60%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.3) 0%, transparent 65%);
  filter: blur(40px);
  pointer-events: none;
}

.saltySaleNotificationInner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.75rem 1rem 0.75rem 0.75rem;
}
@media (min-width: 640px) {
  .saltySaleNotificationInner {
    padding: 0.875rem 1.25rem 0.875rem 1rem;
    gap: 1rem;
  }
}

.saltySaleNotificationImgWrap {
  flex-shrink: 0;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(187, 134, 252, 0.35);
  background: linear-gradient(145deg, rgba(168, 85, 247, 0.2) 0%, rgba(124, 58, 237, 0.15) 100%);
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.2);
}
@media (min-width: 640px) {
  .saltySaleNotificationImgWrap {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 16px;
  }
}

.saltySaleNotificationImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.saltySaleNotificationBody {
  flex: 1;
  min-width: 0;
}

.saltySaleNotificationMeta {
  font-size: 0.75rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 0.2rem 0;
}
@media (min-width: 640px) {
  .saltySaleNotificationMeta { font-size: 0.8125rem; }
}

.saltySaleNotificationProduct {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 0.2rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 640px) {
  .saltySaleNotificationProduct { font-size: 1rem; }
}

.saltySaleNotificationTime {
  font-size: 0.75rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
@media (min-width: 640px) {
  .saltySaleNotificationTime { font-size: 0.8125rem; }
}

/* ─────────────────────────────────────────────
   VIEW ALL REVIEWS – Purple glow button
───────────────────────────────────────────── */
.saltyFbViewAllBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  border: 1px solid rgba(187, 134, 252, 0.35);
  background: linear-gradient(145deg, rgba(168, 85, 247, 0.2) 0%, rgba(124, 58, 237, 0.15) 100%);
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 12px 28px rgba(0, 0, 0, 0.35),
    0 0 32px rgba(168, 85, 247, 0.2);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.saltyFbViewAllBtn:hover {
  transform: translateY(-2px);
  border-color: rgba(187, 134, 252, 0.5);
  background: linear-gradient(145deg, rgba(168, 85, 247, 0.28) 0%, rgba(124, 58, 237, 0.22) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 16px 36px rgba(0, 0, 0, 0.4),
    0 0 48px rgba(168, 85, 247, 0.3);
  color: #fff;
}
.saltyFbViewAllBtn:focus-visible {
  outline: 2px solid rgba(168, 85, 247, 0.7);
  outline-offset: 3px;
}
.saltyFbViewAllBtnText {
  white-space: nowrap;
}
.saltyFbViewAllBtnIcon {
  width: 1.125rem;
  height: 1.125rem;
  opacity: 0.9;
  transition: transform 0.2s ease;
}
.saltyFbViewAllBtn:hover .saltyFbViewAllBtnIcon {
  transform: translateY(2px);
}

/* =========================
   Customer Login Modal (Salty)
========================= */
.saltyLoginModalBackdrop {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.saltyLoginModalBox {
  position: relative;
  max-width: 28rem;
  width: 100%;
  margin: 2rem auto;
  padding: 0;
  overflow: hidden;
  text-align: left;
  border-radius: 20px;
  border: 1px solid rgba(168, 85, 247, 0.25);
  background: linear-gradient(165deg, rgba(30, 20, 45, 0.92) 0%, rgba(20, 12, 32, 0.96) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 25px 60px rgba(0, 0, 0, 0.5),
    0 0 80px rgba(168, 85, 247, 0.15),
    0 0 120px rgba(124, 58, 237, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.saltyLoginModalBox::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(380px 200px at 20% 0%, rgba(168, 85, 247, 0.14), transparent 55%),
    radial-gradient(320px 180px at 85% 15%, rgba(124, 58, 237, 0.12), transparent 55%),
    radial-gradient(200px 120px at 50% 100%, rgba(139, 92, 246, 0.08), transparent 50%);
  opacity: 0.95;
  border-radius: inherit;
}
.saltyLoginModalBox::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 19px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.saltyLoginModalGlow {
  position: absolute;
  top: -40%;
  right: -30%;
  width: 80%;
  height: 80%;
  background: radial-gradient(
    200px 140px at 80% 20%,
    rgba(168, 85, 247, 0.2),
    transparent 60%
  );
  filter: blur(24px);
  pointer-events: none;
  z-index: 0;
}
.saltyLoginModalInner {
  position: relative;
  z-index: 1;
  padding: 1.75rem 1.5rem 1.5rem;
}
.saltyLoginModalHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.saltyLoginModalTitle {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  text-shadow: 0 0 24px rgba(168, 85, 247, 0.2);
}
.saltyLoginModalClose {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.saltyLoginModalClose:hover {
  color: #fff;
  background: rgba(168, 85, 247, 0.2);
  border-color: rgba(168, 85, 247, 0.35);
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.2);
}
.saltyLoginModalClose:focus-visible {
  outline: 2px solid rgba(168, 85, 247, 0.6);
  outline-offset: 2px;
}
.saltyLoginModalStepBadge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1rem;
}
.saltyLoginModalStepBadgeDot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(168, 85, 247, 0.8);
  box-shadow: 0 0 8px rgba(168, 85, 247, 0.5);
}
.saltyLoginModalFieldGroup {
  margin-bottom: 1rem;
}
.saltyLoginModalLabel {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.2rem;
}
.saltyLoginModalHint {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.1rem;
  margin-bottom: 0.5rem;
}
.saltyLoginModalInput {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.saltyLoginModalInput::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.saltyLoginModalInput:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
.saltyLoginModalInput:focus {
  outline: none;
  border-color: rgba(168, 85, 247, 0.5);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.2);
  background: rgba(255, 255, 255, 0.06);
}
.saltyLoginModalOtpRow {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.saltyLoginModalOtpInput {
  width: 2.5rem;
  height: 2.75rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.saltyLoginModalOtpInput:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
.saltyLoginModalOtpInput:focus {
  outline: none;
  border-color: rgba(168, 85, 247, 0.5);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.2);
  background: rgba(255, 255, 255, 0.06);
}
.saltyLoginModalError {
  font-size: 0.8rem;
  color: #f87171;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.saltyLoginModalAltcha {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
.saltyLoginModalSubmit {
  width: 100%;
  margin-top: 1.25rem;
  padding: 0.875rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, #a855f7 0%, #7c3aed 50%, #6d28d9 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    0 4px 14px rgba(168, 85, 247, 0.4),
    0 0 30px rgba(168, 85, 247, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
}
.saltyLoginModalSubmit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 6px 20px rgba(168, 85, 247, 0.5),
    0 0 40px rgba(168, 85, 247, 0.3);
  filter: brightness(1.05);
}
.saltyLoginModalSubmit:active:not(:disabled) {
  transform: translateY(0);
}
.saltyLoginModalSubmit:focus-visible {
  outline: 2px solid rgba(168, 85, 247, 0.7);
  outline-offset: 3px;
}
.saltyLoginModalSubmit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.saltyLoginModalSubmit svg {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}

/* =========================
   Customer Panel (Dashboard, Orders, Balance, Affiliate, Tickets)
   Matches cart page, login modal, quick cart: deep purple glass, glows, gradient CTAs
========================= */
.customerPanelPage {
  position: relative;
  z-index: 0;
  min-height: 40vh;
}
.customerPanelPageGlow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse 80% 55% at 50% 0%, rgba(168, 85, 247, 0.05), transparent 25%);
}
.customerPanelLayout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .customerPanelLayout {
    flex-direction: row;
    gap: 2rem;
  }
}
.customerPanelSidebarWrap {
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .customerPanelSidebarWrap {
    width: 18rem;
  }
}
.customerPanelSidebar {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(168, 85, 247, 0.25);
  background: linear-gradient(165deg, rgba(28, 18, 42, 0.98) 0%, rgba(18, 10, 28, 0.99) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 25px 60px rgba(0, 0, 0, 0.45),
    0 0 80px rgba(168, 85, 247, 0.15),
    0 0 100px rgba(124, 58, 237, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.customerPanelSidebar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(320px 160px at 10% 0%, rgba(168, 85, 247, 0.14), transparent 50%),
    radial-gradient(240px 120px at 90% 80%, rgba(124, 58, 237, 0.1), transparent 50%);
  opacity: 0.95;
}
.customerPanelSidebar::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 19px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.customerPanelSidebarAccent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(168, 85, 247, 0.7), rgba(124, 58, 237, 0.5));
  border-radius: 3px 0 0 3px;
  opacity: 0.95;
}
.customerPanelSidebarHeader {
  position: relative;
  z-index: 1;
  padding: 1.5rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.customerPanelSidebarTitle {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 0.5rem 0;
  text-shadow: 0 0 24px rgba(168, 85, 247, 0.2);
}
.customerPanelUserBlock {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.customerPanelUserAvatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: linear-gradient(135deg, #a855f7 0%, #7c3aed 50%, #6d28d9 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset, 0 4px 14px rgba(168, 85, 247, 0.4), 0 0 24px rgba(168, 85, 247, 0.35);
  flex-shrink: 0;
}
.customerPanelUserEmail {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  word-break: break-all;
  line-height: 1.35;
}
.customerPanelNav {
  position: relative;
  z-index: 1;
  padding: 0.75rem 0.5rem;
}
.customerPanelNavList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.customerPanelNavItem {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.625rem 0.875rem;
  border-radius: 12px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.customerPanelNavItem:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}
.customerPanelNavItemActive {
  color: #fff;
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.28) 0%, rgba(124, 58, 237, 0.22) 100%);
  border-color: rgba(168, 85, 247, 0.4);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset, 0 0 24px rgba(168, 85, 247, 0.2);
}
.customerPanelNavItemActive .customerPanelNavIcon {
  color: rgba(168, 85, 247, 0.95);
}
.customerPanelNavIcon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s ease;
}
.customerPanelNavItem:hover .customerPanelNavIcon {
  color: rgba(255, 255, 255, 0.9);
}
.customerPanelNavLabel {
  flex: 1;
  min-width: 0;
}
.customerPanelNavBadge {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}
.customerPanelMain {
  flex: 1;
  min-width: 0;
}
.customerPanelSection {
  margin-bottom: 1.25rem;
}
.customerPanelSection:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .customerPanelMain {
    max-width: 75%;
  }
}
.customerPanelCard {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(165deg, rgba(28, 18, 42, 0.92) 0%, rgba(18, 10, 28, 0.96) 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset, 0 12px 40px rgba(0, 0, 0, 0.3), 0 0 50px rgba(168, 85, 247, 0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.customerPanelCard:hover {
  border-color: rgba(168, 85, 247, 0.2);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 16px 48px rgba(0, 0, 0, 0.35), 0 0 70px rgba(168, 85, 247, 0.12);
}
.customerPanelCard::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(220px 100px at 50% 0%, rgba(168, 85, 247, 0.1), transparent 55%);
}
.customerPanelCard::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(168, 85, 247, 0.35), transparent);
  opacity: 0.9;
}
.customerPanelCardTitle {
  position: relative;
  z-index: 1;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 0.25rem 0;
}
.customerPanelCardValue {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}
.customerPanelStatCard {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
/* Compact stat row: small rectangles, 2 or 3 per row */
.customerPanelStatCardCompact {
  padding: 0.75rem 1rem;
  gap: 0.25rem;
  flex-direction: column;
  align-items: flex-start;
}
.customerPanelStatCardCompact .customerPanelStatIconCompact {
  margin-bottom: 0.25rem;
  margin-right: 0;
}
.customerPanelStatCardCompact .customerPanelStatTitleCompact {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.65);
}
.customerPanelStatCardCompact .customerPanelStatValueCompact {
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.2;
}
.customerPanelStatIcon {
  position: relative;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.25) 0%, rgba(124, 58, 237, 0.2) 100%);
  border: 1px solid rgba(168, 85, 247, 0.35);
  color: rgba(168, 85, 247, 0.95);
  margin-bottom: 0.25rem;
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.15);
}
.customerPanelStatIconCompact {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  flex-shrink: 0;
  margin-bottom: 0;
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.12);
}
.customerPanelOrderCard .customerPanelCardTitle {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.customerPanelEmpty {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2.5rem 1.5rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
}
.customerPanelActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0;
}
.customerPanelAccountSection {
  margin-top: 0.5rem;
}
.customerPanelAccountCard .customerPanelActions {
  margin-top: 0;
}
.customerPanelAccountCardCentered {
  text-align: center;
}
.customerPanelAccountCardCentered .customerPanelCardTitle,
.customerPanelAccountCardCentered .text-sm {
  text-align: center;
}
.customerPanelActionsCentered {
  justify-content: center;
}
/* Status badge: bigger, smoother (Orders tab) */
.customerPanelStatusBadge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.customerPanelStatusBadge[class*="bg-green"] {
  border-color: rgba(34, 197, 94, 0.35);
  box-shadow: 0 0 16px rgba(34, 197, 94, 0.15);
}
.customerPanelStatusBadge[class*="bg-yellow"] {
  border-color: rgba(234, 179, 8, 0.35);
  box-shadow: 0 0 16px rgba(234, 179, 8, 0.12);
}
.customerPanelStatusBadge[class*="bg-blue"] {
  border-color: rgba(59, 130, 246, 0.35);
  box-shadow: 0 0 16px rgba(59, 130, 246, 0.12);
}
.customerPanelStatusBadge[class*="bg-orange"] {
  border-color: rgba(249, 115, 22, 0.35);
  box-shadow: 0 0 16px rgba(249, 115, 22, 0.12);
}
.customerPanelStatusBadge[class*="bg-teal"] {
  border-color: rgba(20, 184, 166, 0.35);
  box-shadow: 0 0 16px rgba(20, 184, 166, 0.12);
}
.customerPanelStatusBadge[class*="bg-gray"] {
  border-color: rgba(107, 114, 128, 0.35);
  box-shadow: 0 0 12px rgba(107, 114, 128, 0.1);
}
.customerPanelBtnSecondary {
  padding: 0.5rem 1.25rem;
  border-radius: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.95);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.customerPanelBtnSecondary:hover {
  background: rgba(168, 85, 247, 0.2);
  border-color: rgba(168, 85, 247, 0.35);
  box-shadow: 0 0 24px rgba(168, 85, 247, 0.22);
  transform: translateY(-1px);
}
.customerPanelBtnDanger {
  padding: 0.5rem 1.25rem;
  border-radius: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(239, 68, 68, 0.5);
  background: rgba(239, 68, 68, 0.12);
  color: #f87171;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.customerPanelBtnDanger:hover {
  background: rgba(239, 68, 68, 0.22);
  border-color: rgba(239, 68, 68, 0.55);
  box-shadow: 0 0 24px rgba(239, 68, 68, 0.25);
  transform: translateY(-1px);
}
/* Primary CTA – matches cart checkout / login submit */
.customerPanelBtnPrimary {
  padding: 0.625rem 1.25rem;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
  border: none;
  background: linear-gradient(135deg, #a855f7 0%, #7c3aed 50%, #6d28d9 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 4px 14px rgba(168, 85, 247, 0.4), 0 0 30px rgba(168, 85, 247, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  text-decoration: none;
}
.customerPanelBtnPrimary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset, 0 6px 20px rgba(168, 85, 247, 0.5), 0 0 40px rgba(168, 85, 247, 0.3);
  filter: brightness(1.05);
}
.customerPanelBtnPrimary:active {
  transform: translateY(0);
}
.customerPanelBtnPrimary svg {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
}
.customerPanelTableWrap {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.25);
}
.customerPanelTable {
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
}
.customerPanelTable th {
  padding: 0.75rem 1rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.customerPanelTable td {
  padding: 0.875rem 1rem;
  color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.customerPanelTable tr:last-child td {
  border-bottom: none;
}
.customerPanelLinkCard {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(165deg, rgba(28, 18, 42, 0.6) 0%, rgba(18, 10, 28, 0.7) 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.customerPanelLinkCard:hover {
  border-color: rgba(168, 85, 247, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 0 40px rgba(168, 85, 247, 0.15);
  transform: translateY(-1px);
}
.customerPanelLinkCard .customerPanelCardTitle {
  margin: 0;
}

/* =========================
   Cart Page (Salty)
========================= */
.saltyCartHeroGlow {
  background: radial-gradient(ellipse 65% 50% at 50% 0%, rgba(168, 85, 247, 0.35), transparent 60%);
}
.saltyCartBadge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.saltyCartBadge:hover {
  transform: translateY(-2px);
  border-color: rgba(168, 85, 247, 0.3);
  box-shadow: 0 4px 20px rgba(168, 85, 247, 0.15);
}
.saltyCartMessages {
  padding: 1rem 1.25rem;
  border-radius: 16px;
  border: 1px solid rgba(168, 85, 247, 0.4);
  background: rgba(168, 85, 247, 0.08);
  color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 24px rgba(168, 85, 247, 0.12);
}
.saltyCartLoading {
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, rgba(30, 20, 45, 0.6) 0%, rgba(20, 12, 32, 0.8) 100%);
  text-align: center;
  color: #fff;
}
.saltyCartEmpty {
  position: relative;
  padding: 2rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(168, 85, 247, 0.2);
  background: linear-gradient(165deg, rgba(30, 20, 45, 0.85) 0%, rgba(20, 12, 32, 0.9) 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 20px 50px rgba(0, 0, 0, 0.3), 0 0 60px rgba(168, 85, 247, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}
.saltyCartEmpty::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(280px 120px at 50% 0%, rgba(168, 85, 247, 0.12), transparent 55%);
}
.saltyCartItemCard {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(165deg, rgba(28, 18, 42, 0.9) 0%, rgba(18, 10, 28, 0.95) 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03) inset, 0 12px 40px rgba(0, 0, 0, 0.25), 0 0 50px rgba(168, 85, 247, 0.06);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
@media (min-width: 640px) {
  .saltyCartItemCard {
    flex-direction: row;
    justify-content: space-between;
    padding: 0.75rem 2.5rem 0.75rem 0.75rem;
  }
}
.saltyCartItemCard:hover {
  border-color: rgba(168, 85, 247, 0.2);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 16px 48px rgba(0, 0, 0, 0.3), 0 0 70px rgba(168, 85, 247, 0.12);
}
.saltyCartItemCard::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(220px 100px at 0% 50%, rgba(168, 85, 247, 0.06), transparent 50%);
}
.saltyCartItemImage {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 6rem;
  padding: 0.5rem 0.25rem;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 640px) {
  .saltyCartItemImage {
    max-width: 9rem;
    padding: 0.75rem 1rem;
  }
}
.saltyCartItemImage img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.saltyCartItemImagePlaceholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(168, 85, 247, 0.7);
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.saltyCartItemBody {
  flex: 1;
  min-width: 0;
  padding: 0.5rem 0.5rem 0.5rem 0;
  text-align: left;
}
@media (min-width: 640px) {
  .saltyCartItemBody {
    padding: 0.75rem 0.75rem 0.75rem 0;
  }
}
.saltyCartItemTitle {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s ease;
}
@media (min-width: 640px) {
  .saltyCartItemTitle {
    font-size: 1.125rem;
  }
}
.saltyCartItemTitle:hover {
  color: rgba(168, 85, 247, 0.95);
}
.saltyCartItemVariant {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0.15rem;
}
@media (min-width: 640px) {
  .saltyCartItemVariant {
    font-size: 0.875rem;
  }
}
.saltyCartItemDiscount {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.35rem;
}
@media (min-width: 640px) {
  .saltyCartItemDiscount {
    margin-top: 0.5rem;
  }
}
/* Bulk discount promo - stands out to tempt customer */
.saltyCartItemDiscountPromo {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.5rem;
  padding: 0.4rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.25) 0%, rgba(124, 58, 237, 0.2) 100%);
  border: 1px solid rgba(168, 85, 247, 0.4);
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.saltyCartItemDiscountPromo:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 24px rgba(168, 85, 247, 0.25);
  border-color: rgba(168, 85, 247, 0.5);
}
.saltyCartItemDiscountPromoIcon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  color: rgba(255, 255, 255, 0.9);
}
.saltyCartItemDiscountPromo strong {
  color: #fff;
  font-weight: 700;
}
.saltyCartItemAddons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.35rem;
}
@media (min-width: 640px) {
  .saltyCartItemAddons {
    margin-top: 0.5rem;
  }
}
.saltyCartAddonTag {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}
.saltyCartItemActions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.5rem 1rem 0.75rem 0.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
@media (min-width: 640px) {
  .saltyCartItemActions {
    justify-content: flex-end;
    gap: 1.25rem;
    padding: 0 0 0 0;
    margin-top: 0;
    border-top: none;
  }
}
.saltyCartQtyWrap {
  display: flex;
  align-items: stretch;
  max-width: 8rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.saltyCartQtyWrap:focus-within {
  border-color: rgba(168, 85, 247, 0.45);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.15);
}
.saltyCartQtyBtn {
  width: 2rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  transition: background 0.2s ease, color 0.2s ease;
}
.saltyCartQtyBtn:hover:not(:disabled) {
  background: rgba(168, 85, 247, 0.35);
  color: #fff;
}
.saltyCartQtyBtn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.saltyCartQtyInput {
  width: calc(100% - 4rem);
  min-width: 2.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  background: transparent;
  border: none;
}
.saltyCartQtyInput:focus {
  outline: none;
}
.saltyCartItemPrice {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 640px) {
  .saltyCartItemPrice {
    font-size: 1.125rem;
    min-width: 5rem;
    text-align: center;
  }
}
.saltyCartRemoveBtn {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.saltyCartRemoveBtn:hover {
  color: #fff;
  background: rgba(239, 68, 68, 0.25);
  border-color: rgba(239, 68, 68, 0.4);
  box-shadow: 0 0 16px rgba(239, 68, 68, 0.15);
}
/* Single remove button at top-right of cart item card */
.saltyCartItemRemoveTop {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
}
@media (min-width: 640px) {
  .saltyCartItemRemoveTop {
    top: 0.75rem;
    right: 0.75rem;
  }
}
.saltyCartSummary {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(168, 85, 247, 0.22);
  background: linear-gradient(165deg, rgba(30, 20, 45, 0.92) 0%, rgba(20, 12, 32, 0.96) 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 60px rgba(168, 85, 247, 0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
  color: #fff;
}
@media (min-width: 1024px) {
  .saltyCartSummary {
    padding: 1.5rem 1.5rem;
  }
}
.saltyCartSummary::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(200px 120px at 80% 0%, rgba(168, 85, 247, 0.15), transparent 50%);
}
.saltyCartSummary::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 19px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.saltyCartSummaryTitle {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #fff;
}
.saltyCartSummaryDivider {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.saltyCartSummaryRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
.saltyCartSummaryLabel {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
}
.saltyCartSummaryValue {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.saltyCartAltcha {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.saltyCartError {
  padding: 1rem 1.25rem;
  margin: 1rem 0;
  border-radius: 12px;
  border: 1px solid rgba(239, 68, 68, 0.4);
  background: rgba(239, 68, 68, 0.15);
  color: rgba(255, 255, 255, 0.95);
}
.saltyCartCheckoutBtn {
  width: 100%;
  margin-top: 1rem;
  padding: 0.875rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, #a855f7 0%, #7c3aed 50%, #6d28d9 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 4px 14px rgba(168, 85, 247, 0.4), 0 0 30px rgba(168, 85, 247, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
}
.saltyCartCheckoutBtn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset, 0 6px 20px rgba(168, 85, 247, 0.5), 0 0 40px rgba(168, 85, 247, 0.3);
  filter: brightness(1.05);
}
.saltyCartCheckoutBtn:active:not(:disabled) {
  transform: translateY(0);
}
.saltyCartCheckoutBtn:focus-visible {
  outline: 2px solid rgba(168, 85, 247, 0.7);
  outline-offset: 3px;
}
.saltyCartCheckoutBtn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.saltyCartCheckoutBtn svg {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}

/* Cart icon in navbar: keep badge visible and on top (no clipping) */
.saltyCartTrigger {
  contain: none;
  overflow: visible;
}
.saltyCartTrigger .saltyBadge {
  z-index: 20;
  pointer-events: none;
}
.saltyCartDropdownWrap {
  overflow: visible;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  z-index: 50;
  min-width: 320px;
  max-width: 92vw;
}
/* Teleported dropdown: not clipped by nav, always on top */
.saltyCartDropdownTeleport {
  position: fixed !important;
  z-index: 99999 !important;
  margin-top: 0.5rem;
  min-width: 320px;
  max-width: min(360px, calc(100vw - 1.5rem));
}
.saltyCartDropdown {
  border-radius: 16px;
  border: 1px solid rgba(168, 85, 247, 0.25);
  background: linear-gradient(165deg, rgba(28, 18, 42, 0.98) 0%, rgba(18, 10, 28, 0.99) 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 60px rgba(168, 85, 247, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
  color: #fff;
}
.saltyCartDropdownHeader {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 700;
  font-size: 0.95rem;
}
.saltyCartDropdownList {
  max-height: 280px;
  overflow-y: auto;
}
.saltyCartDropdownItem {
  display: flex;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  align-items: center;
}
.saltyCartDropdownItem:last-child {
  border-bottom: none;
}
.saltyCartDropdownItemImg {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  object-fit: cover;
}
.saltyCartDropdownItemImgPlaceholder {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(168, 85, 247, 0.6);
}
.saltyCartDropdownItemBody {
  flex: 1;
  min-width: 0;
}
.saltyCartDropdownItemName {
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.saltyCartDropdownItemVariant {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.1rem;
}
.saltyCartDropdownItemQty {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.saltyCartDropdownItemQtyBtn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  transition: background 0.15s ease;
}
.saltyCartDropdownItemQtyBtn:hover:not(:disabled) {
  background: rgba(168, 85, 247, 0.35);
}
.saltyCartDropdownItemQtyBtn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.saltyCartDropdownItemQtyNum {
  min-width: 1.5rem;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
}
.saltyCartDropdownItemPrice {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
.saltyCartDropdownFooter {
  padding: 0.75rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.saltyCartDropdownMore {
  padding: 0.4rem 1rem;
  margin: 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}
.saltyCartDropdownEmpty {
  padding: 1rem 1rem;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}
.saltyCartDropdownTotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}
.saltyCartDropdownTotalLabel {
  color: rgba(255, 255, 255, 0.6);
}
.saltyCartDropdownTotalValue {
  font-weight: 700;
  color: #fff;
}
.saltyCartDropdownBtns {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.saltyCartDropdownBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 10px;
  transition: background 0.2s ease, color 0.2s ease;
}
.saltyCartDropdownBtnSecondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.saltyCartDropdownBtnSecondary:hover {
  background: rgba(255, 255, 255, 0.12);
}
.saltyCartDropdownBtnPrimary {
  background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%);
  border: none;
  color: #fff;
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.3);
}
.saltyCartDropdownBtnPrimary:hover:not(:disabled) {
  filter: brightness(1.08);
  box-shadow: 0 0 24px rgba(168, 85, 247, 0.4);
}
.saltyCartDropdownBtnPrimary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.saltyCartDropdownRemove {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(239, 68, 68, 0.2);
  color: rgba(255, 255, 255, 0.8);
  transition: background 0.2s ease, color 0.2s ease;
}
.saltyCartDropdownRemove:hover {
  background: rgba(239, 68, 68, 0.4);
  color: #fff;
}