/* slanth.com — deep purple + white */
:root {
  --sl-purple: #4a1878;
  --sl-purple-deep: #2a0d4a;
  --sl-purple-mid: #5c1f96;
  --sl-white: #ffffff;
  --sl-mist: #f7f2fb;
  --sl-line: #e6d6f0;
  --sl-muted: #7a5a94;

  --ink: #2a0d4a;
  --muted: #7a5a94;
  --paper: #ffffff;
  --soft: #f7f2fb;
  --line: #e6d6f0;
  --accent: #4a1878;
  --brand: #4a1878;
  --brand-hover: #5c1f96;
  --brand-deep: #2a0d4a;
  --brand-soft: rgba(74, 24, 120, .12);
  --gold: #7b4aa8;

  --uk-bg: #ffffff;
  --uk-ink: #2a0d4a;
  --uk-muted: #7a5a94;
  --uk-line: #e6d6f0;
  --uk-soft: #f7f2fb;
}

html,
body {
  background: #fff !important;
  color: #2a0d4a;
}

a.brand,
.brand-logo,
a.brand .brand-name,
.site-header .brand-name {
  color: #4a1878 !important;
}

.site-chrome,
.site-header {
  background: #fff !important;
  border-bottom-color: #e6d6f0 !important;
}

.utility-bar {
  background: #2a0d4a !important;
  color: #fff !important;
}
.utility-bar a,
.utility-bar p,
#theme-toggle,
.lang-switch-btn,
.sell-now {
  color: #fff !important;
}

.main-nav a,
.nav-link,
.nav-link-text,
.header-actions button,
.header-actions a {
  color: #2a0d4a;
}

.header-icon--bag .cart-count {
  background: #4a1878 !important;
  color: #fff !important;
}

.btn-dark,
.uk-btn-dark,
.buy-button.buy-now,
#checkout-button,
.checkout-pay-btn,
.category-pill.active,
.blog-page-btn.is-active,
.filter.active {
  background: #4a1878 !important;
  border-color: #4a1878 !important;
  color: #fff !important;
}

.btn-dark:hover,
.uk-btn-dark:hover,
.buy-button.buy-now:hover:not(:disabled),
.buy-button:hover:not(:disabled) {
  background: #5c1f96 !important;
  border-color: #5c1f96 !important;
  color: #fff !important;
}

.uk-btn-solid {
  background: #fff !important;
  color: #4a1878 !important;
  border-color: #4a1878 !important;
}

.uk-btn-outline,
.buy-button:not(.buy-now) {
  color: #4a1878 !important;
  border-color: #4a1878 !important;
  background: #fff !important;
}

.fp-strip,
.utility-bar {
  background: linear-gradient(90deg, #2a0d4a, #4a1878 50%, #2a0d4a) !important;
}

.fp-strip {
  color: #fff !important;
}

.site-footer {
  background: linear-gradient(180deg, #2a0d4a 0%, #1a0830 100%) !important;
  color: #ede4f5 !important;
}
.site-footer a,
.footer-bottom,
.footer-bottom a {
  color: #d7c6e8 !important;
}
.footer-newsletter h3,
.footer-grid h4 {
  color: #fff !important;
}

.product-price-sale {
  color: #4a1878 !important;
}

.category-pill:hover,
.filter:hover {
  border-color: #4a1878 !important;
  color: #4a1878 !important;
}

.shop-filter-option input,
.checkout-check input {
  accent-color: #4a1878;
}

.mail-card header {
  background: #4a1878 !important;
}

.contact-fab--mail {
  background: #4a1878 !important;
}

.uk-brand-pill {
  color: #2a0d4a !important;
  background: #fff !important;
  border-color: rgba(74, 24, 120, .16) !important;
}

.fp-hero-actions .btn-dark {
  background: #fff !important;
  color: #4a1878 !important;
  border-color: #fff !important;
}
.fp-hero-actions .btn-dark:hover {
  background: transparent !important;
  color: #fff !important;
}

.assurance-message:hover {
  background: #4a1878 !important;
  border-color: #4a1878 !important;
  color: #fff !important;
}
