.aphro-lsp,
.aphro-lsp * {
  box-sizing: border-box;
}

.aphro-lsp {
  position: fixed;
  z-index: 999999;
  width: min(372px, calc(100vw - 28px));
  min-height: 92px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 42px 14px 14px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 16px, 0) scale(.985);
  transition: opacity .32s ease, transform .32s ease;
  will-change: transform, opacity;
}

.aphro-lsp.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.aphro-lsp--bottom-left { left: 18px; bottom: 18px; }
.aphro-lsp--bottom-right { right: 18px; bottom: 18px; }
.aphro-lsp--top-left { left: 18px; top: 18px; transform: translate3d(0, -16px, 0) scale(.985); }
.aphro-lsp--top-right { right: 18px; top: 18px; transform: translate3d(0, -16px, 0) scale(.985); }
.aphro-lsp--top-left.is-visible,
.aphro-lsp--top-right.is-visible { transform: translate3d(0, 0, 0) scale(1); }

button.aphro-lsp__close,
.aphro-lsp__close {
  -webkit-appearance: none !important;
  appearance: none !important;
  position: absolute;
  top: 9px;
  right: 10px;
  width: 25px !important;
  min-width: 25px !important;
  max-width: 25px !important;
  height: 25px !important;
  min-height: 25px !important;
  max-height: 25px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  cursor: pointer;
  background: rgba(255,255,255,0) !important;
  background-image: none !important;
  color: inherit !important;
  opacity: .58;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
  outline: none;
  transform: none;
  transition: opacity .18s ease, transform .18s ease, background-color .18s ease;
}

.aphro-lsp__close span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 23px;
  text-align: center;
  pointer-events: none;
}

button.aphro-lsp__close:hover,
button.aphro-lsp__close:focus,
button.aphro-lsp__close:active,
.aphro-lsp__close:hover {
  opacity: 1;
  transform: scale(1.04);
  box-shadow: none !important;
  border: 0 !important;
  background-image: none !important;
}

button.aphro-lsp__close:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.aphro-lsp__imageWrap {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.aphro-lsp__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.aphro-lsp__body {
  min-width: 0;
}

.aphro-lsp__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  line-height: 1;
}

.aphro-lsp__country,
.aphro-lsp__verified {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
}

.aphro-lsp__headline {
  font-size: 14px;
  line-height: 1.28;
  font-weight: 650;
  letter-spacing: -.01em;
  margin-bottom: 3px;
}

.aphro-lsp__headline strong {
  font-weight: 850;
}

.aphro-lsp__product {
  font-size: 13px;
  line-height: 1.28;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* 1. Clean Trust Card */
.aphro-lsp--clean_trust {
  color: #111827;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(17, 24, 39, .16), 0 2px 10px rgba(17, 24, 39, .06);
}
.aphro-lsp--clean_trust .aphro-lsp__imageWrap {
  background: #f8fafc;
  border: 1px solid rgba(17, 24, 39, .08);
}
.aphro-lsp--clean_trust .aphro-lsp__country {
  color: #0f172a;
  background: #f1f5f9;
}
.aphro-lsp--clean_trust .aphro-lsp__verified {
  color: #166534;
  background: #dcfce7;
}
.aphro-lsp--clean_trust .aphro-lsp__product {
  color: #667085;
}
.aphro-lsp--clean_trust .aphro-lsp__close:hover {
  background: #f3f4f6;
}

/* 2. Sapphire Commerce */
.aphro-lsp--sapphire {
  color: #0b1b3a;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 48%, #edf6ff 100%);
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 24px;
  box-shadow: 0 22px 54px rgba(30, 64, 175, .18), inset 0 1px 0 rgba(255,255,255,.9);
}
.aphro-lsp--sapphire:before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: -4px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #60a5fa);
  pointer-events: none;
}
.aphro-lsp--sapphire .aphro-lsp__imageWrap {
  background: #eaf3ff;
  border: 1px solid rgba(37, 99, 235, .16);
  box-shadow: 0 8px 18px rgba(37, 99, 235, .12);
}
.aphro-lsp--sapphire .aphro-lsp__country {
  color: #1e3a8a;
  background: #dbeafe;
}
.aphro-lsp--sapphire .aphro-lsp__verified {
  color: #075985;
  background: #e0f2fe;
}
.aphro-lsp--sapphire .aphro-lsp__product {
  color: #475569;
}
.aphro-lsp--sapphire .aphro-lsp__close:hover {
  background: rgba(37, 99, 235, .08);
}

/* 3. Midnight Vault */
.aphro-lsp--midnight {
  color: #f8fafc;
  background: radial-gradient(circle at top left, rgba(59, 130, 246, .35), transparent 34%), linear-gradient(145deg, #0c1222 0%, #111827 54%, #050816 100%);
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(2, 6, 23, .48), inset 0 1px 0 rgba(255,255,255,.08);
}
.aphro-lsp--midnight .aphro-lsp__imageWrap {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 12px 24px rgba(0,0,0,.24);
}
.aphro-lsp--midnight .aphro-lsp__country {
  color: #dbeafe;
  background: rgba(59, 130, 246, .18);
  border: 1px solid rgba(147, 197, 253, .16);
}
.aphro-lsp--midnight .aphro-lsp__verified {
  color: #bbf7d0;
  background: rgba(34, 197, 94, .14);
  border: 1px solid rgba(134, 239, 172, .14);
}
.aphro-lsp--midnight .aphro-lsp__product {
  color: #cbd5e1;
}
.aphro-lsp--midnight .aphro-lsp__close:hover {
  background: rgba(255,255,255,.10);
}

/* 4. Boutique Gold */
.aphro-lsp--boutique_gold {
  color: #21170b;
  background: linear-gradient(135deg, #fffdf8 0%, #fff7e8 54%, #f8ecd4 100%);
  border: 1px solid rgba(180, 128, 45, .25);
  border-radius: 24px;
  box-shadow: 0 22px 52px rgba(92, 64, 20, .16), inset 0 1px 0 rgba(255,255,255,.92);
}
.aphro-lsp--boutique_gold:after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: -4px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b4802d, #f3c96b);
  pointer-events: none;
}
.aphro-lsp--boutique_gold .aphro-lsp__imageWrap {
  background: #fff8ed;
  border: 1px solid rgba(180, 128, 45, .22);
  box-shadow: 0 8px 18px rgba(180, 128, 45, .12);
}
.aphro-lsp--boutique_gold .aphro-lsp__country {
  color: #7c4a03;
  background: #fef3c7;
}
.aphro-lsp--boutique_gold .aphro-lsp__verified {
  color: #3f2a0a;
  background: #fde68a;
}
.aphro-lsp--boutique_gold .aphro-lsp__product {
  color: #7c6f5f;
}
.aphro-lsp--boutique_gold .aphro-lsp__close:hover {
  background: rgba(180, 128, 45, .10);
}

/* 5. Glass Minimal */
.aphro-lsp--glass_minimal {
  color: #111827;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 26px;
  box-shadow: 0 24px 58px rgba(15, 23, 42, .18), inset 0 1px 0 rgba(255,255,255,.7);
  backdrop-filter: blur(18px) saturate(1.24);
  -webkit-backdrop-filter: blur(18px) saturate(1.24);
}
.aphro-lsp--glass_minimal .aphro-lsp__imageWrap {
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .10);
}
.aphro-lsp--glass_minimal .aphro-lsp__country {
  color: #172554;
  background: rgba(219, 234, 254, .86);
}
.aphro-lsp--glass_minimal .aphro-lsp__verified {
  color: #14532d;
  background: rgba(220, 252, 231, .86);
}
.aphro-lsp--glass_minimal .aphro-lsp__product {
  color: #4b5563;
}
.aphro-lsp--glass_minimal .aphro-lsp__close:hover {
  background: rgba(15, 23, 42, .07);
}

/* 6. Platinum Seal */
.aphro-lsp--platinum_seal {
  color: #111827;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 52%, #eef2f7 100%);
  border: 1px solid rgba(100, 116, 139, .22);
  border-radius: 24px;
  box-shadow: 0 22px 56px rgba(15, 23, 42, .18), inset 0 1px 0 rgba(255,255,255,.96);
}
.aphro-lsp--platinum_seal:before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: -4px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #64748b, #cbd5e1);
  pointer-events: none;
}
.aphro-lsp--platinum_seal .aphro-lsp__imageWrap {
  background: #f8fafc;
  border: 1px solid rgba(100, 116, 139, .20);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .10);
}
.aphro-lsp--platinum_seal .aphro-lsp__country {
  color: #334155;
  background: #e2e8f0;
}
.aphro-lsp--platinum_seal .aphro-lsp__verified {
  color: #0f172a;
  background: #f1f5f9;
  border: 1px solid rgba(100, 116, 139, .16);
}
.aphro-lsp--platinum_seal .aphro-lsp__product {
  color: #64748b;
}
.aphro-lsp--platinum_seal .aphro-lsp__close:hover {
  background: rgba(100, 116, 139, .10);
}

/* 7. Emerald Ledger */
.aphro-lsp--emerald_ledger {
  color: #062018;
  background: linear-gradient(145deg, #fbfffd 0%, #effdf6 54%, #dcfce7 100%);
  border: 1px solid rgba(16, 185, 129, .24);
  border-radius: 24px;
  box-shadow: 0 22px 54px rgba(6, 95, 70, .18), inset 0 1px 0 rgba(255,255,255,.95);
}
.aphro-lsp--emerald_ledger:before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: -4px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #10b981, #34d399);
  pointer-events: none;
}
.aphro-lsp--emerald_ledger .aphro-lsp__imageWrap {
  background: #ecfdf5;
  border: 1px solid rgba(16, 185, 129, .22);
  box-shadow: 0 9px 20px rgba(16, 185, 129, .13);
}
.aphro-lsp--emerald_ledger .aphro-lsp__country {
  color: #065f46;
  background: #d1fae5;
}
.aphro-lsp--emerald_ledger .aphro-lsp__verified {
  color: #134e4a;
  background: #ccfbf1;
}
.aphro-lsp--emerald_ledger .aphro-lsp__product {
  color: #3f6f61;
}
.aphro-lsp--emerald_ledger .aphro-lsp__close:hover {
  background: rgba(16, 185, 129, .11);
}

/* 8. Royal Burgundy */
.aphro-lsp--royal_burgundy {
  color: #fff7ed;
  background: radial-gradient(circle at top right, rgba(251, 191, 36, .22), transparent 36%), linear-gradient(145deg, #3f0b1b 0%, #62162c 52%, #2b0713 100%);
  border: 1px solid rgba(251, 191, 36, .24);
  border-radius: 24px;
  box-shadow: 0 24px 62px rgba(69, 10, 10, .42), inset 0 1px 0 rgba(255,255,255,.10);
}
.aphro-lsp--royal_burgundy .aphro-lsp__imageWrap {
  background: rgba(255, 247, 237, .08);
  border: 1px solid rgba(251, 191, 36, .24);
  box-shadow: 0 12px 24px rgba(0,0,0,.22);
}
.aphro-lsp--royal_burgundy .aphro-lsp__country {
  color: #fde68a;
  background: rgba(251, 191, 36, .16);
  border: 1px solid rgba(251, 191, 36, .16);
}
.aphro-lsp--royal_burgundy .aphro-lsp__verified {
  color: #fecdd3;
  background: rgba(244, 63, 94, .18);
  border: 1px solid rgba(251, 113, 133, .17);
}
.aphro-lsp--royal_burgundy .aphro-lsp__product {
  color: #fed7aa;
}
.aphro-lsp--royal_burgundy .aphro-lsp__close:hover {
  background: rgba(255,255,255,.10);
}

/* 9. Arctic Luxe */
.aphro-lsp--arctic_luxe {
  color: #0f172a;
  background: linear-gradient(135deg, rgba(255,255,255,.94) 0%, rgba(240, 249, 255, .92) 50%, rgba(224, 242, 254, .9) 100%);
  border: 1px solid rgba(14, 165, 233, .18);
  border-radius: 28px;
  box-shadow: 0 24px 58px rgba(14, 116, 144, .17), inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter: blur(14px) saturate(1.18);
  -webkit-backdrop-filter: blur(14px) saturate(1.18);
}
.aphro-lsp--arctic_luxe:after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: -4px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #38bdf8, #7dd3fc);
  pointer-events: none;
}
.aphro-lsp--arctic_luxe .aphro-lsp__imageWrap {
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(14, 165, 233, .18);
  box-shadow: 0 10px 24px rgba(14, 165, 233, .12);
}
.aphro-lsp--arctic_luxe .aphro-lsp__country {
  color: #075985;
  background: rgba(224, 242, 254, .96);
}
.aphro-lsp--arctic_luxe .aphro-lsp__verified {
  color: #164e63;
  background: rgba(207, 250, 254, .96);
}
.aphro-lsp--arctic_luxe .aphro-lsp__product {
  color: #475569;
}
.aphro-lsp--arctic_luxe .aphro-lsp__close:hover {
  background: rgba(14, 165, 233, .10);
}

/* 10. Obsidian Blue */
.aphro-lsp--obsidian_blue {
  color: #f8fafc;
  background: linear-gradient(145deg, #020617 0%, #0f172a 42%, #172554 100%);
  border: 1px solid rgba(96, 165, 250, .25);
  border-radius: 24px;
  box-shadow: 0 26px 66px rgba(2, 6, 23, .56), inset 0 1px 0 rgba(255,255,255,.08);
}
.aphro-lsp--obsidian_blue:before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: -4px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #60a5fa, #a78bfa, #38bdf8);
  pointer-events: none;
}
.aphro-lsp--obsidian_blue .aphro-lsp__imageWrap {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(96, 165, 250, .22);
  box-shadow: 0 12px 26px rgba(0,0,0,.26);
}
.aphro-lsp--obsidian_blue .aphro-lsp__country {
  color: #bfdbfe;
  background: rgba(37, 99, 235, .22);
  border: 1px solid rgba(96, 165, 250, .18);
}
.aphro-lsp--obsidian_blue .aphro-lsp__verified {
  color: #ddd6fe;
  background: rgba(124, 58, 237, .20);
  border: 1px solid rgba(167, 139, 250, .16);
}
.aphro-lsp--obsidian_blue .aphro-lsp__product {
  color: #cbd5e1;
}
.aphro-lsp--obsidian_blue .aphro-lsp__close:hover {
  background: rgba(255,255,255,.10);
}

@media (max-width: 480px) {
  .aphro-lsp {
    left: 12px !important;
    right: 12px !important;
    width: auto;
    bottom: 12px;
    top: auto;
    grid-template-columns: 56px 1fr;
    gap: 12px;
    padding: 12px 38px 12px 12px;
    border-radius: 20px;
  }

  .aphro-lsp__imageWrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }

  .aphro-lsp__headline {
    font-size: 13px;
  }

  .aphro-lsp__product {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aphro-lsp {
    transition: none;
  }
}


/* v1.3.5 accent fix: original designs stay, only intrusive decoration is moved above the card */
.aphro-lsp--sapphire:before,
.aphro-lsp--boutique_gold:after,
.aphro-lsp--platinum_seal:before,
.aphro-lsp--emerald_ledger:before,
.aphro-lsp--arctic_luxe:after,
.aphro-lsp--obsidian_blue:before {
  box-shadow: none !important;
  z-index: 1;
}

.aphro-lsp__imageWrap,
.aphro-lsp__body,
.aphro-lsp__close {
  position: relative;
  z-index: 2;
}

.aphro-lsp-admin-preview .aphro-lsp {
  margin-top: 6px !important;
}

@media (max-width: 480px) {
  .aphro-lsp--sapphire:before,
  .aphro-lsp--boutique_gold:after,
  .aphro-lsp--platinum_seal:before,
  .aphro-lsp--emerald_ledger:before,
  .aphro-lsp--arctic_luxe:after,
  .aphro-lsp--obsidian_blue:before {
    left: 24px;
    right: 24px;
    top: -3px;
    height: 3px;
  }
}


/* 1.3.6 unified rounded top accent wrap */
.aphro-lsp {
  overflow: visible !important;
}

.aphro-lsp::before {
  content: "" !important;
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  height: 34px;
  border: 5px solid transparent;
  border-bottom: 0 !important;
  border-radius: 34px 34px 22px 22px;
  pointer-events: none;
  z-index: 0;
  box-sizing: border-box;
}

.aphro-lsp::after {
  content: none !important;
}

.aphro-lsp__imageWrap,
.aphro-lsp__body,
.aphro-lsp__close {
  position: relative;
  z-index: 2;
}

.aphro-lsp--clean_trust::before { border-color: #cbd5e1 !important; }
.aphro-lsp--sapphire::before { border-color: #3b82f6 !important; }
.aphro-lsp--midnight::before { border-color: #60a5fa !important; }
.aphro-lsp--boutique_gold::before { border-color: #d4a63a !important; }
.aphro-lsp--glass_minimal::before { border-color: #8b5cf6 !important; }
.aphro-lsp--platinum_seal::before { border-color: #94a3b8 !important; }
.aphro-lsp--emerald_ledger::before { border-color: #22c55e !important; }
.aphro-lsp--royal_burgundy::before { border-color: #e11d48 !important; }
.aphro-lsp--arctic_luxe::before { border-color: #38bdf8 !important; }
.aphro-lsp--obsidian_blue::before { border-color: #3b82f6 !important; }

@media (max-width: 480px) {
  .aphro-lsp::before {
    left: -3px;
    right: -3px;
    top: -3px;
    height: 28px;
    border-width: 4px;
    border-radius: 28px 28px 18px 18px;
  }
}


/* 1.3.7 final accent placement fix: keep accent wrap behind the card */
.aphro-lsp {
  overflow: visible !important;
  isolation: isolate;
}

.aphro-lsp::before {
  z-index: -1 !important;
  left: -5px !important;
  right: -5px !important;
  top: -5px !important;
  height: 28px !important;
  border-width: 5px !important;
  border-bottom: 0 !important;
  border-radius: 30px 30px 22px 22px !important;
}

.aphro-lsp__imageWrap,
.aphro-lsp__body,
.aphro-lsp__close {
  position: relative;
  z-index: 2 !important;
}

@media (max-width: 480px) {
  .aphro-lsp::before {
    left: -4px !important;
    right: -4px !important;
    top: -4px !important;
    height: 24px !important;
    border-width: 4px !important;
    border-radius: 26px 26px 18px 18px !important;
  }
}


/* 1.3.8 final fix: no overlay shapes. Accent is a real top border, so it cannot cover text/images. */
.aphro-lsp::before,
.aphro-lsp::after,
.aphro-lsp--sapphire::before,
.aphro-lsp--boutique_gold::after,
.aphro-lsp--platinum_seal::before,
.aphro-lsp--emerald_ledger::before,
.aphro-lsp--arctic_luxe::after,
.aphro-lsp--obsidian_blue::before {
  content: none !important;
  display: none !important;
}

.aphro-lsp {
  overflow: hidden !important;
  border-radius: 28px !important;
  border-style: solid !important;
  border-width: 5px 1px 1px 1px !important;
}

.aphro-lsp__imageWrap,
.aphro-lsp__body,
.aphro-lsp__close {
  position: relative;
  z-index: 1 !important;
}

/* top accent color per design */
.aphro-lsp--clean_trust {
  border-top-color: #cbd5e1 !important;
  border-left-color: rgba(17, 24, 39, .10) !important;
  border-right-color: rgba(17, 24, 39, .10) !important;
  border-bottom-color: rgba(17, 24, 39, .10) !important;
}

.aphro-lsp--sapphire {
  border-top-color: #2f6df6 !important;
  border-left-color: rgba(37, 99, 235, .18) !important;
  border-right-color: rgba(37, 99, 235, .18) !important;
  border-bottom-color: rgba(37, 99, 235, .18) !important;
}

.aphro-lsp--midnight {
  border-top-color: #60a5fa !important;
  border-left-color: rgba(148, 163, 184, .22) !important;
  border-right-color: rgba(148, 163, 184, .22) !important;
  border-bottom-color: rgba(148, 163, 184, .22) !important;
}

.aphro-lsp--boutique_gold {
  border-top-color: #c98b24 !important;
  border-left-color: rgba(180, 128, 45, .25) !important;
  border-right-color: rgba(180, 128, 45, .25) !important;
  border-bottom-color: rgba(180, 128, 45, .25) !important;
}

.aphro-lsp--glass_minimal {
  border-top-color: #8b5cf6 !important;
  border-left-color: rgba(255,255,255,.62) !important;
  border-right-color: rgba(255,255,255,.62) !important;
  border-bottom-color: rgba(255,255,255,.62) !important;
}

.aphro-lsp--platinum_seal {
  border-top-color: #94a3b8 !important;
  border-left-color: rgba(100, 116, 139, .22) !important;
  border-right-color: rgba(100, 116, 139, .22) !important;
  border-bottom-color: rgba(100, 116, 139, .22) !important;
}

.aphro-lsp--emerald_ledger {
  border-top-color: #10b981 !important;
  border-left-color: rgba(16, 185, 129, .24) !important;
  border-right-color: rgba(16, 185, 129, .24) !important;
  border-bottom-color: rgba(16, 185, 129, .24) !important;
}

.aphro-lsp--royal_burgundy {
  border-top-color: #e11d48 !important;
  border-left-color: rgba(251, 191, 36, .24) !important;
  border-right-color: rgba(251, 191, 36, .24) !important;
  border-bottom-color: rgba(251, 191, 36, .24) !important;
}

.aphro-lsp--arctic_luxe {
  border-top-color: #38bdf8 !important;
  border-left-color: rgba(14, 165, 233, .18) !important;
  border-right-color: rgba(14, 165, 233, .18) !important;
  border-bottom-color: rgba(14, 165, 233, .18) !important;
}

.aphro-lsp--obsidian_blue {
  border-top-color: #38bdf8 !important;
  border-left-color: rgba(96, 165, 250, .25) !important;
  border-right-color: rgba(96, 165, 250, .25) !important;
  border-bottom-color: rgba(96, 165, 250, .25) !important;
}

@media (max-width: 480px) {
  .aphro-lsp {
    border-radius: 24px !important;
    border-width: 4px 1px 1px 1px !important;
  }
}


/* 1.4.0 more designs */
.aphro-lsp--ruby_luxe {
  color: #fff7fb;
  background: linear-gradient(145deg, #3b0718 0%, #6b112e 52%, #2a0713 100%);
  border: 1px solid rgba(251, 113, 133, .25);
  border-radius: 24px;
  box-shadow: 0 24px 58px rgba(76, 5, 25, .38), inset 0 1px 0 rgba(255,255,255,.08);
}
.aphro-lsp--ruby_luxe .aphro-lsp__imageWrap {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(251, 113, 133, .18);
  box-shadow: 0 12px 24px rgba(0,0,0,.22);
}
.aphro-lsp--ruby_luxe .aphro-lsp__country {
  color: #ffe4e6;
  background: rgba(225, 29, 72, .22);
  border: 1px solid rgba(251, 113, 133, .16);
}
.aphro-lsp--ruby_luxe .aphro-lsp__verified {
  color: #fecdd3;
  background: rgba(244, 63, 94, .22);
  border: 1px solid rgba(251, 113, 133, .16);
}
.aphro-lsp--ruby_luxe .aphro-lsp__product { color: #fecdd3; }
.aphro-lsp--ruby_luxe .aphro-lsp__close:hover { background: rgba(255,255,255,.10); }

.aphro-lsp--ocean_mist {
  color: #082f49;
  background: linear-gradient(145deg, #ffffff 0%, #f0f9ff 52%, #e0f2fe 100%);
  border: 1px solid rgba(14, 165, 233, .20);
  border-radius: 24px;
  box-shadow: 0 22px 54px rgba(8, 47, 73, .14), inset 0 1px 0 rgba(255,255,255,.95);
}
.aphro-lsp--ocean_mist .aphro-lsp__imageWrap {
  background: #eef8ff;
  border: 1px solid rgba(14, 165, 233, .16);
  box-shadow: 0 10px 22px rgba(14, 165, 233, .10);
}
.aphro-lsp--ocean_mist .aphro-lsp__country {
  color: #075985;
  background: #e0f2fe;
}
.aphro-lsp--ocean_mist .aphro-lsp__verified {
  color: #0f766e;
  background: #ccfbf1;
}
.aphro-lsp--ocean_mist .aphro-lsp__product { color: #4b5563; }
.aphro-lsp--ocean_mist .aphro-lsp__close:hover { background: rgba(14, 165, 233, .08); }

.aphro-lsp--graphite_rose {
  color: #fff1f2;
  background: linear-gradient(145deg, #111827 0%, #1f2937 56%, #0f172a 100%);
  border: 1px solid rgba(244, 114, 182, .22);
  border-radius: 24px;
  box-shadow: 0 24px 58px rgba(15, 23, 42, .42), inset 0 1px 0 rgba(255,255,255,.08);
}
.aphro-lsp--graphite_rose .aphro-lsp__imageWrap {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(244, 114, 182, .16);
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
}
.aphro-lsp--graphite_rose .aphro-lsp__country {
  color: #fbcfe8;
  background: rgba(190, 24, 93, .18);
  border: 1px solid rgba(244, 114, 182, .14);
}
.aphro-lsp--graphite_rose .aphro-lsp__verified {
  color: #fce7f3;
  background: rgba(219, 39, 119, .20);
  border: 1px solid rgba(244, 114, 182, .14);
}
.aphro-lsp--graphite_rose .aphro-lsp__product { color: #e5e7eb; }
.aphro-lsp--graphite_rose .aphro-lsp__close:hover { background: rgba(255,255,255,.10); }

.aphro-lsp--forest_premium {
  color: #052e16;
  background: linear-gradient(145deg, #fbfffd 0%, #f0fdf4 52%, #dcfce7 100%);
  border: 1px solid rgba(34, 197, 94, .22);
  border-radius: 24px;
  box-shadow: 0 22px 54px rgba(20, 83, 45, .14), inset 0 1px 0 rgba(255,255,255,.95);
}
.aphro-lsp--forest_premium .aphro-lsp__imageWrap {
  background: #ecfdf5;
  border: 1px solid rgba(34, 197, 94, .18);
  box-shadow: 0 10px 24px rgba(34, 197, 94, .10);
}
.aphro-lsp--forest_premium .aphro-lsp__country {
  color: #166534;
  background: #dcfce7;
}
.aphro-lsp--forest_premium .aphro-lsp__verified {
  color: #14532d;
  background: #bbf7d0;
}
.aphro-lsp--forest_premium .aphro-lsp__product { color: #4b5563; }
.aphro-lsp--forest_premium .aphro-lsp__close:hover { background: rgba(34, 197, 94, .08); }

.aphro-lsp--amber_glow {
  color: #422006;
  background: linear-gradient(145deg, #fffdfa 0%, #fffbeb 50%, #fef3c7 100%);
  border: 1px solid rgba(245, 158, 11, .22);
  border-radius: 24px;
  box-shadow: 0 22px 54px rgba(120, 53, 15, .14), inset 0 1px 0 rgba(255,255,255,.96);
}
.aphro-lsp--amber_glow .aphro-lsp__imageWrap {
  background: #fff8e8;
  border: 1px solid rgba(245, 158, 11, .18);
  box-shadow: 0 10px 22px rgba(245, 158, 11, .10);
}
.aphro-lsp--amber_glow .aphro-lsp__country {
  color: #92400e;
  background: #fef3c7;
}
.aphro-lsp--amber_glow .aphro-lsp__verified {
  color: #78350f;
  background: #fde68a;
}
.aphro-lsp--amber_glow .aphro-lsp__product { color: #78716c; }
.aphro-lsp--amber_glow .aphro-lsp__close:hover { background: rgba(245, 158, 11, .08); }

/* 1.4.0 top border colors for new designs */
.aphro-lsp--ruby_luxe {
  border-top-color: #e11d48 !important;
  border-left-color: rgba(251, 113, 133, .25) !important;
  border-right-color: rgba(251, 113, 133, .25) !important;
  border-bottom-color: rgba(251, 113, 133, .25) !important;
}
.aphro-lsp--ocean_mist {
  border-top-color: #38bdf8 !important;
  border-left-color: rgba(14, 165, 233, .20) !important;
  border-right-color: rgba(14, 165, 233, .20) !important;
  border-bottom-color: rgba(14, 165, 233, .20) !important;
}
.aphro-lsp--graphite_rose {
  border-top-color: #ec4899 !important;
  border-left-color: rgba(244, 114, 182, .22) !important;
  border-right-color: rgba(244, 114, 182, .22) !important;
  border-bottom-color: rgba(244, 114, 182, .22) !important;
}
.aphro-lsp--forest_premium {
  border-top-color: #22c55e !important;
  border-left-color: rgba(34, 197, 94, .22) !important;
  border-right-color: rgba(34, 197, 94, .22) !important;
  border-bottom-color: rgba(34, 197, 94, .22) !important;
}
.aphro-lsp--amber_glow {
  border-top-color: #f59e0b !important;
  border-left-color: rgba(245, 158, 11, .22) !important;
  border-right-color: rgba(245, 158, 11, .22) !important;
  border-bottom-color: rgba(245, 158, 11, .22) !important;
}

/* 1.4.0 Obsidian Blue top border gradient */
.aphro-lsp--obsidian_blue {
  position: relative;
}
.aphro-lsp--obsidian_blue::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(90deg, #3b82f6 0%, #6366f1 50%, #8b5cf6 100%);
  border-radius: 28px 28px 0 0;
  pointer-events: none;
  z-index: 1;
}
.aphro-lsp--obsidian_blue {
  border-top-color: transparent !important;
}
@media (max-width: 480px) {
  .aphro-lsp--obsidian_blue::before {
    height: 4px;
    border-radius: 24px 24px 0 0;
  }
}


/* 1.4.1 Obsidian Blue fix: remove pseudo overlay and use a real gradient top band */
.aphro-lsp--obsidian_blue::before {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.aphro-lsp--obsidian_blue {
  border-top-color: transparent !important;
  border-left-color: rgba(96, 165, 250, .25) !important;
  border-right-color: rgba(96, 165, 250, .25) !important;
  border-bottom-color: rgba(96, 165, 250, .25) !important;
  background-image: linear-gradient(90deg, #3b82f6 0%, #6366f1 52%, #8b5cf6 100%), linear-gradient(145deg, #020617 0%, #0f172a 42%, #172554 100%) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: top left, left top !important;
  background-size: 100% 5px, 100% 100% !important;
}

@media (max-width: 480px) {
  .aphro-lsp--obsidian_blue {
    background-size: 100% 4px, 100% 100% !important;
  }
}


/* 1.4.2 Obsidian Blue stable fix:
   No pseudo elements, no overlay, no hidden layer. The gradient is painted into the real card background. */
.aphro-lsp--obsidian_blue::before,
.aphro-lsp--obsidian_blue::after {
  content: none !important;
  display: none !important;
}

.aphro-lsp--obsidian_blue {
  color: #f8fafc !important;
  border-radius: 28px !important;
  border-width: 0 1px 1px 1px !important;
  border-style: solid !important;
  border-color: rgba(96, 165, 250, .25) !important;
  background:
    linear-gradient(90deg, #3b82f6 0%, #6366f1 50%, #8b5cf6 100%) top left / 100% 5px no-repeat,
    linear-gradient(145deg, #020617 0%, #0f172a 42%, #172554 100%) left top / 100% 100% no-repeat !important;
  overflow: hidden !important;
  box-shadow: 0 26px 66px rgba(2, 6, 23, .56), inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.aphro-lsp--obsidian_blue .aphro-lsp__imageWrap,
.aphro-lsp--obsidian_blue .aphro-lsp__body,
.aphro-lsp--obsidian_blue .aphro-lsp__close {
  position: relative !important;
  z-index: 1 !important;
}

.aphro-lsp--obsidian_blue .aphro-lsp__imageWrap {
  background: rgba(255,255,255,.07) !important;
  border: 1px solid rgba(96, 165, 250, .22) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.26) !important;
}

.aphro-lsp--obsidian_blue .aphro-lsp__country {
  color: #bfdbfe !important;
  background: rgba(37, 99, 235, .22) !important;
  border: 1px solid rgba(96, 165, 250, .18) !important;
}

.aphro-lsp--obsidian_blue .aphro-lsp__verified {
  color: #ddd6fe !important;
  background: rgba(124, 58, 237, .20) !important;
  border: 1px solid rgba(167, 139, 250, .16) !important;
}

.aphro-lsp--obsidian_blue .aphro-lsp__product {
  color: #cbd5e1 !important;
}

.aphro-lsp--obsidian_blue .aphro-lsp__close:hover {
  background: rgba(255,255,255,.10) !important;
}

@media (max-width: 480px) {
  .aphro-lsp--obsidian_blue {
    border-radius: 24px !important;
    background:
      linear-gradient(90deg, #3b82f6 0%, #6366f1 50%, #8b5cf6 100%) top left / 100% 4px no-repeat,
      linear-gradient(145deg, #020617 0%, #0f172a 42%, #172554 100%) left top / 100% 100% no-repeat !important;
  }
}


/* 1.4.3 Obsidian Blue hard layout fix:
   Force the normal popup layout back for admin preview and storefront. */
.aphro-lsp.aphro-lsp--obsidian_blue {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) !important;
  grid-template-rows: auto !important;
  align-items: center !important;
  justify-items: stretch !important;
  gap: 14px !important;
  width: min(372px, calc(100vw - 28px)) !important;
  max-width: 372px !important;
  min-height: 92px !important;
  height: auto !important;
  padding: 14px 42px 14px 14px !important;
  box-sizing: border-box !important;
  position: fixed;
  color: #f8fafc !important;
  border-radius: 28px !important;
  border-width: 0 1px 1px 1px !important;
  border-style: solid !important;
  border-color: rgba(96, 165, 250, .25) !important;
  background:
    linear-gradient(90deg, #3b82f6 0%, #6366f1 52%, #8b5cf6 100%) top left / 100% 5px no-repeat,
    linear-gradient(145deg, #020617 0%, #0f172a 42%, #172554 100%) left top / 100% 100% no-repeat !important;
  overflow: hidden !important;
  box-shadow: 0 26px 66px rgba(2, 6, 23, .56), inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.aphro-lsp-admin-preview .aphro-lsp.aphro-lsp--obsidian_blue {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  opacity: 1 !important;
  pointer-events: none !important;
  transform: none !important;
  width: min(372px, 100%) !important;
  max-width: 372px !important;
  margin: 0 !important;
}

.aphro-lsp.aphro-lsp--obsidian_blue::before,
.aphro-lsp.aphro-lsp--obsidian_blue::after {
  content: none !important;
  display: none !important;
}

.aphro-lsp.aphro-lsp--obsidian_blue .aphro-lsp__close {
  position: absolute !important;
  top: 9px !important;
  right: 10px !important;
  left: auto !important;
  bottom: auto !important;
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 5 !important;
}

.aphro-lsp.aphro-lsp--obsidian_blue .aphro-lsp__imageWrap {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: start !important;
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
  max-width: 64px !important;
  max-height: 64px !important;
  margin: 0 !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.07) !important;
  border: 1px solid rgba(96, 165, 250, .22) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.26) !important;
  position: relative !important;
  z-index: 2 !important;
}

.aphro-lsp.aphro-lsp--obsidian_blue .aphro-lsp__body {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: stretch !important;
  min-width: 0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 2 !important;
}

.aphro-lsp.aphro-lsp--obsidian_blue .aphro-lsp__meta {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  margin: 0 0 6px 0 !important;
}

.aphro-lsp.aphro-lsp--obsidian_blue .aphro-lsp__headline {
  display: block !important;
  margin: 0 0 3px 0 !important;
  font-size: 14px !important;
  line-height: 1.28 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.aphro-lsp.aphro-lsp--obsidian_blue .aphro-lsp__product {
  display: block !important;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.28 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
  color: #cbd5e1 !important;
}

.aphro-lsp.aphro-lsp--obsidian_blue .aphro-lsp__country {
  color: #bfdbfe !important;
  background: rgba(37, 99, 235, .22) !important;
  border: 1px solid rgba(96, 165, 250, .18) !important;
}

.aphro-lsp.aphro-lsp--obsidian_blue .aphro-lsp__verified {
  color: #ddd6fe !important;
  background: rgba(124, 58, 237, .20) !important;
  border: 1px solid rgba(167, 139, 250, .16) !important;
}

@media (max-width: 480px) {
  .aphro-lsp.aphro-lsp--obsidian_blue {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 12px 38px 12px 12px !important;
    border-radius: 24px !important;
    background:
      linear-gradient(90deg, #3b82f6 0%, #6366f1 52%, #8b5cf6 100%) top left / 100% 4px no-repeat,
      linear-gradient(145deg, #020617 0%, #0f172a 42%, #172554 100%) left top / 100% 100% no-repeat !important;
  }

  .aphro-lsp.aphro-lsp--obsidian_blue .aphro-lsp__imageWrap {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
    border-radius: 14px !important;
  }

  .aphro-lsp.aphro-lsp--obsidian_blue .aphro-lsp__headline {
    font-size: 13px !important;
  }

  .aphro-lsp.aphro-lsp--obsidian_blue .aphro-lsp__product {
    font-size: 12px !important;
  }
}


/* 1.4.4 Obsidian Blue polish fix:
   remove the bottom white edge and stop the top gradient from looking cut on the left/right */
.aphro-lsp.aphro-lsp--obsidian_blue {
  border: 0 !important;
  background:
    linear-gradient(90deg, #3b82f6 0%, #6366f1 52%, #8b5cf6 100%) center top / calc(100% - 10px) 5px no-repeat,
    linear-gradient(145deg, #020617 0%, #0f172a 42%, #172554 100%) left top / 100% 100% no-repeat !important;
  box-shadow:
    0 26px 66px rgba(2, 6, 23, .56),
    inset 0 1px 0 rgba(255,255,255,.03),
    inset 0 0 0 1px rgba(96, 165, 250, .10) !important;
  background-clip: padding-box !important;
  overflow: hidden !important;
}

.aphro-lsp-admin-preview .aphro-lsp.aphro-lsp--obsidian_blue,
.aphro-lsp.aphro-lsp--obsidian_blue.is-visible,
.aphro-lsp.aphro-lsp--obsidian_blue {
  border-radius: 28px !important;
}

@media (max-width: 480px) {
  .aphro-lsp.aphro-lsp--obsidian_blue {
    background:
      linear-gradient(90deg, #3b82f6 0%, #6366f1 52%, #8b5cf6 100%) center top / calc(100% - 8px) 4px no-repeat,
      linear-gradient(145deg, #020617 0%, #0f172a 42%, #172554 100%) left top / 100% 100% no-repeat !important;
    border-radius: 24px !important;
  }
}
