@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@600;700&display=swap");

/* 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):not(.buy-via-whatsapp) {
  color: #4a1878 !important;
  border-color: #4a1878 !important;
  background: #fff !important;
}

a.buy-button.buy-via-whatsapp,
.buy-button.buy-via-whatsapp,
a.buy-via-whatsapp,
#local-product-whatsapp {
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #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-brands-row {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
  gap: 12px 14px !important;
  max-width: 1040px !important;
  margin: 0 auto !important;
  padding: 18px 8px 28px !important;
  justify-items: stretch !important;
  align-items: stretch !important;
}

.uk-brand-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 42px !important;
  padding: 10px 14px !important;
  color: #111 !important;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, .14) !important;
  border-radius: 999px !important;
  animation: none !important;
  transform: none !important;
  will-change: auto !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .12) !important;
  transition: background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease !important;
  text-decoration: none !important;
  font-size: 11px !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  text-align: center !important;
}
.uk-brand-pill .uk-brand-dot,
.uk-brand-pill img {
  display: none !important;
}
.uk-brand-pill > span {
  max-width: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  color: inherit !important;
}
.uk-brand-pill:hover,
.uk-brand-pill:focus-visible {
  animation: none !important;
  transform: none !important;
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .18) !important;
}
.uk-brand-pill:hover > span,
.uk-brand-pill:focus-visible > span {
  color: #fff !important;
}

@media (max-width: 760px) {
  .uk-brands-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !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;
}

/* Header shop name only: ~2x taller, youthful coral / sun / mint / violet */
html .site-header a.brand,
html .site-chrome a.brand,
html .site-header a.brand.brand-logo,
html .site-header a.brand .brand-name,
html .site-chrome a.brand .brand-name,
html .site-header .brand-name {
  font-family: "Fredoka", "Nunito", "Architects Daughter", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: clamp(18px, 2.1vw, 24px) !important;
  letter-spacing: 0.04em !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  max-width: none !important;
  overflow: visible !important;
  background: linear-gradient(90deg, #ff4d8d 0%, #ff9f1c 32%, #2dd4bf 68%, #7c5cff 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  filter: drop-shadow(0 1px 0 rgba(255, 77, 141, .18));
}
html .site-header img.brand-mark,
html .site-header a.brand .brand-mark {
  display: none !important;
}
html .site-header .header-row,
html .site-chrome .header-row {
  display: flex !important;
  align-items: center !important;
  min-height: 56px !important;
  grid-template-columns: none !important;
}
@media (max-width: 1100px) {
  html .site-header .header-row,
  html .site-chrome .header-row {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    gap: 6px 8px !important;
  }
  html .site-header .nav-menu-btn,
  html .site-header #nav-menu-toggle,
  html body #nav-menu-toggle {
    position: relative !important;
    z-index: 10100 !important;
    pointer-events: auto !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
  }
  html .site-header a.brand,
  html .site-chrome a.brand {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    z-index: 1 !important;
    max-width: min(48vw, 180px) !important;
  }
}
@media (max-width: 1100px) {
  html .site-header a.brand,
  html .site-chrome a.brand,
  html .site-header a.brand.brand-logo,
  html .site-header a.brand .brand-name,
  html .site-chrome a.brand .brand-name,
  html .site-header .brand-name {
    font-size: clamp(15px, 3.6vw, 18px) !important;
    white-space: nowrap !important;
    max-width: min(48vw, 180px) !important;
    line-height: 1.2 !important;
  }
}

.uk-alo-lulu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
.uk-alo-col-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
}
.uk-alo-col-head h3 {
  margin: 0;
  font-size: 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600;
}
.uk-alo-col-head a {
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: underline;
  color: inherit;
  opacity: .75;
}
.uk-alo-lulu .uk-alo-grid,
.uk-alo-lulu .uk-product-grid,
.uk-featured .uk-product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px 14px !important;
}
@media (max-width: 980px) {
  .uk-alo-lulu .uk-alo-grid,
  .uk-alo-lulu .uk-product-grid,
  .uk-featured .uk-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 860px) {
  .uk-alo-lulu {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* Hero: poster first, video fades in after delayed boot */
.uk-hero.video-hero {
  background: #000 url("/images/brand/hero-poster.jpg") center / cover no-repeat !important;
}
.uk-hero .hero-video {
  opacity: 0;
  transition: opacity 0.55s ease;
}
.uk-hero .hero-video.is-on {
  opacity: 1;
}
