/* Nova Luxe Theme — modern luxury e-commerce (RTL/LTR ready) */

:root{
  --color-primary: #111827;
  --color-secondary: #D4AF37;
  --color-accent: #2563EB;
  --color-bg: #F9FAFB;
  --color-card: #FFFFFF;
  --color-text: #111827;
  --color-muted: #6B7280;
  --color-border: #E5E7EB;
  --color-success: #16A34A;
  --color-danger: #DC2626;
  --color-warning: #F59E0B;

  --admin-sidebar-bg: #0b1220;
  --admin-sidebar-bg2: #111827;
  --admin-sidebar-text: #CBD5E1;
  --admin-sidebar-muted: rgba(203, 213, 225, 0.55);
  --admin-active: #D4AF37;
  --admin-bg: #f1f5f9;
  --admin-bg-pattern: radial-gradient(ellipse 120% 80% at 100% -20%, rgba(212, 175, 55, 0.06), transparent 50%),
    radial-gradient(ellipse 80% 50% at 0% 100%, rgba(37, 99, 235, 0.04), transparent 45%);
  --admin-card: #FFFFFF;
  --admin-topbar-bg: rgba(255, 255, 255, 0.92);

  --radius-lg: 16px;
  --radius-md: 12px;
  --shadow-sm: 0 1px 2px rgba(17,24,39,.06);
  --shadow-md: 0 10px 30px rgba(17,24,39,.08);
}

html[lang="en"] body{ font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
html[lang="ar"] body{ font-family: "Cairo", "Tajawal", system-ui, -apple-system, "Segoe UI", Tahoma, Arial, sans-serif; }

body{
  background: var(--color-bg);
  color: var(--color-text);
}

.nova-announcement{
  background: var(--color-primary);
  color: #fff;
  font-size: .9rem;
  /* Keep top bar above <main> (later sibling paints on top by default). */
  position: relative;
  z-index: 1050;
}
.nova-announcement a{ color: var(--color-secondary); text-decoration: none; }

/* Storefront chrome: announcement + navbar stick together (Tpl.header → sticky) */
.nova-storefront-header,
header.nova-navbar{
  isolation: isolate;
}

/* WooCommerce / pasted HTML must never recreate header or catalog sidebar inside <main> */
main[role="main"] .nova-announcement,
main[role="main"] .nova-storefront-header,
main[role="main"] header.nova-navbar,
main[role="main"] .nova-mega,
main[role="main"] .nova-mainnav-underline,
main[role="main"] .nova-mainnav-centered,
main[role="main"] .nova-mainnav-pills,
main[role="main"] .nova-mainnav-minimal,
main[role="main"] .nova-mainnav-pillstrip,
main[role="main"] #mobileSearchBarForm,
main[role="main"] .site-header,
main[role="main"] #masthead,
main[role="main"] .elementor-location-header{
  display: none !important;
}

.nova-storefront-header{
  position: relative;
  z-index: 1050;
}
.nova-storefront-header--sticky{
  position: sticky;
  top: 0;
  z-index: 1050;
  background: #fff;
  box-shadow: 0 1px 0 var(--color-border);
  overflow: visible;
}
body.nova-has-admin-bar .nova-storefront-header--sticky{
  top: var(--nova-admin-bar-height, 52px);
}

.nova-navbar{
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-border);
  position: relative;
  z-index: 1;
}

/* Storefront template: header → SettingsJson (Tpl.header) */
.nova-navbar.nova-navbar--glass{
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
}
/* Legacy class: sticky is applied on .nova-storefront-header--sticky, not the navbar alone */
.nova-navbar.nova-navbar--sticky-top{
  position: relative;
  top: auto;
}

html{
  scroll-padding-top: var(--nova-header-offset, 0px);
}
body.nova-header-sticky main[role="main"] .breadcrumb{
  scroll-margin-top: var(--nova-header-offset, 120px);
}

/* Bootstrap dropdowns are z-index 1000; bump inside header so mini-cart clears carousel transforms. */
header.nova-navbar .dropdown-menu{
  z-index: 1060;
}

/* Pasted WooCommerce / theme HTML inside product descriptions must not recreate storefront chrome */
.product-html-content iframe:not([src*="youtube.com/embed"]):not([src*="youtube-nocookie.com/embed"]):not([src*="player.vimeo.com/video"]),
.product-html-content .nova-announcement,
.product-html-content .nova-storefront-header,
.product-html-content header.nova-navbar,
.product-html-content .nova-mega,
.product-html-content #filterSidebar,
.product-html-content #filterForm,
.product-short-desc .nova-announcement,
.product-short-desc .nova-storefront-header,
.product-short-desc header.nova-navbar,
.product-short-desc .nova-mega,
.product-short-desc #filterSidebar,
.product-short-desc #filterForm {
  display: none !important;
}

.nova-brand{
  font-weight: 700;
  letter-spacing: .5px;
  color: var(--color-primary) !important;
}
.nova-brand .mark{
  color: var(--color-secondary);
}

.nova-search{
  position: relative;
  overflow: visible;
  z-index: 2;
}
.nova-search .form-control{
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: #fff;
}
.nova-search .form-control:focus{
  box-shadow: 0 0 0 .25rem rgba(37,99,235,.12);
  border-color: rgba(37,99,235,.5);
}

/* Search autocomplete dropdown */
.nova-search-suggest{
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  inset-inline-start: 0;
  inset-inline-end: 0;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.14);
  z-index: 1070;
  max-height: min(420px, 70vh);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.nova-search-suggest.is-open{
  display: block;
}
.nova-search-suggest-item{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #f3f4f6;
  transition: background 0.12s ease;
}
.nova-search-suggest-item:hover,
.nova-search-suggest-item:focus{
  background: #f9fafb;
  color: inherit;
}
.nova-search-suggest-thumb{
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
.nova-search-suggest-thumb--empty{
  display: block;
  background: #f3f4f6;
}
.nova-search-suggest-body{
  min-width: 0;
  flex: 1;
}
.nova-search-suggest-name{
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nova-search-suggest-price{
  display: block;
  font-size: 0.8rem;
  color: var(--color-muted);
}
.nova-search-suggest-disc{
  background: var(--color-danger);
  color: #fff;
  font-size: 0.65rem;
  padding: 1px 5px;
  border-radius: 999px;
}
.nova-search-suggest-footer{
  display: block;
  padding: 0.5rem 0.75rem;
  text-align: center;
  font-size: 0.85rem;
  color: var(--color-muted);
  text-decoration: none;
  border-top: 1px solid #f3f4f6;
}
.nova-search-suggest-footer:hover{
  background: #f9fafb;
  color: var(--color-accent);
}
.nova-search-suggest-msg{
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  text-align: center;
}
.nova-search-suggest-loading{
  color: var(--color-muted);
}
.nova-search-suggest-host{
  position: relative;
  overflow: visible;
}

.nova-icon-btn{
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-border);
  background: #fff;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  text-decoration: none;
}
.nova-icon-btn:hover{
  border-color: rgba(212,175,55,.6);
  box-shadow: var(--shadow-sm);
}

.nova-header-row{
  min-width: 0;
}
.nova-header-actions{
  min-width: 0;
  margin-inline-start: auto;
}

.nova-mega{
  border-top: 1px solid var(--color-border);
  background: #fff;
}
.nova-mega .nav-link{
  color: var(--color-text);
  font-weight: 600;
}
.nova-mega .nav-link:hover{
  color: var(--color-accent);
}

@media (max-width: 991.98px){
  .nova-navbar > .container{
    max-width: 100%;
  }
  .nova-navbar .container.py-3{
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }
  .nova-mega{
    display: none !important;
  }
  .nova-header-row{
    gap: .5rem !important;
    flex-wrap: nowrap;
  }
  header.nova-navbar > .container > .d-flex.align-items-center{
    gap: .5rem !important;
    flex-wrap: nowrap;
    min-width: 0;
  }
  .nova-header-actions{
    gap: .35rem !important;
    flex: 0 0 auto;
  }
  header.nova-navbar > .container > .d-flex.align-items-center > .d-flex.align-items-center.gap-2{
    gap: .35rem !important;
    flex: 0 0 auto;
    margin-inline-start: auto;
    min-width: 0;
  }
  .nova-brand{
    max-width: min(44vw, 260px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .nova-icon-btn{
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }
  #mobileMenu{
    z-index: 1080 !important;
  }
  #mobileOverlay{
    z-index: 1070 !important;
  }
}

@media (max-width: 575.98px){
  .nova-announcement .container{
    flex-direction: column;
    align-items: flex-start !important;
    gap: .35rem;
  }
  .nova-announcement .small{
    font-size: .75rem;
    line-height: 1.35;
  }
  .nova-header-lang,
  .nova-header-secondary,
  .nova-header-notifications,
  header.nova-navbar .nova-icon-btn[href="?lang=en"],
  header.nova-navbar .nova-icon-btn[href="?lang=ar"],
  header.nova-navbar .nova-icon-btn[href="/wishlist"],
  header.nova-navbar #navCompareLink,
  header.nova-navbar #storeNotifBell{
    display: none !important;
  }
  .nova-brand{
    max-width: calc(100vw - 178px);
    font-size: 1rem;
  }
  header.nova-navbar > .container > .d-flex.align-items-center > .navbar-brand{
    max-width: calc(100vw - 178px);
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .nova-header-actions{
    gap: .25rem !important;
  }
  .nova-icon-btn{
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: .9rem;
  }
  .nova-search-suggest-host{
    padding-inline: .75rem !important;
  }
}

html[dir="rtl"] #mobileMenu{
  left: auto !important;
  right: 0 !important;
  transform: translateX(100%);
}

.nova-card{
  border: 1px solid var(--color-border);
  background: var(--color-card);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.nova-card:hover{
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  transition: .2s ease;
}

.nova-price-old{
  color: var(--color-muted);
  text-decoration: line-through;
}
.nova-price{
  font-weight: 800;
  color: var(--color-primary);
}

.nova-badge{
  border-radius: 999px;
  font-weight: 700;
  padding: .35rem .6rem;
  font-size: .75rem;
  border: 1px solid rgba(255,255,255,.35);
}
.nova-badge-sale{ background: var(--color-danger); color: #fff; }
.nova-badge-coupon{ background: var(--color-success); color: #fff; }
.nova-badge-flash{ background: var(--color-warning); color: #111827; }
.nova-badge-new{ background: var(--color-accent); color: #fff; }
.nova-badge-best{ background: #111827; color: #fff; }
.nova-badge-low{ background: #fff7ed; color: #9a3412; border-color: #fed7aa; }

.btn-nova{
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  border-radius: 999px;
  padding: .55rem 1rem;
  font-weight: 700;
}
.btn-nova:hover{
  background: #0b1220;
  border-color: #0b1220;
  color: #fff;
}
.btn-nova-secondary{
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #111827;
  border-radius: 999px;
  font-weight: 800;
}

.nova-footer{
  border-top: 1px solid var(--color-border);
  background: #fff;
}
.nova-footer a{ color: var(--color-muted); text-decoration: none; }
.nova-footer a:hover{ color: var(--color-accent); }

.nova-footer--themed{
  background: var(--footer-bg, #fff);
  color: var(--footer-fg, #111827);
  border-top-color: var(--footer-border, var(--color-border));
}
.nova-footer--themed a{
  color: var(--footer-muted, var(--color-muted));
}
.nova-footer--themed a:hover{
  color: var(--footer-accent, var(--color-accent));
}
.nova-footer--themed .form-control{
  border-color: var(--footer-border, #e5e7eb);
  background: color-mix(in srgb, var(--footer-bg, #fff) 92%, #000 8%);
  color: var(--footer-fg, #111827);
}

/* Admin layout */
.admin-shell{
  min-height: 100vh;
  background-color: var(--admin-bg);
  background-image: var(--admin-bg-pattern);
  background-attachment: fixed;
}
.admin-layout{
  position: relative;
}
.admin-sidebar{
  background: linear-gradient(180deg, var(--admin-sidebar-bg) 0%, var(--admin-sidebar-bg2) 55%, #0a0f18 100%);
  color: var(--admin-sidebar-text);
  box-shadow: 4px 0 24px rgba(15, 23, 42, 0.12);
}
@media (min-width: 992px) {
  .admin-sidebar.offcanvas-lg{
    width: 288px;
    max-width: 288px;
    flex-shrink: 0;
    position: relative;
    transform: none !important;
    visibility: visible !important;
    min-height: 100vh;
    align-self: stretch;
    display: flex;
    flex-direction: column;
  }
  .admin-sidebar.offcanvas-lg > .offcanvas-body{
    flex: 1 1 auto;
    min-height: 0;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .admin-sidebar.offcanvas-lg{
    --bs-offcanvas-bg: #111827;
    background: linear-gradient(180deg, var(--admin-sidebar-bg) 0%, var(--admin-sidebar-bg2) 55%, #0a0f18 100%) !important;
  }
}
.admin-sidebar a{
  color: var(--admin-sidebar-text);
  text-decoration: none;
}
.admin-sidebar-brand{
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.admin-sidebar-brand-mark{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.35) 0%, rgba(212, 175, 55, 0.08) 100%);
  border: 1px solid rgba(212, 175, 55, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fbbf24;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.admin-sidebar-brand-title{
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: #f8fafc;
  line-height: 1.2;
}
.admin-sidebar-brand-sub{
  font-size: 0.72rem;
  color: var(--admin-sidebar-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  margin-top: 0.15rem;
}
.admin-sidebar-external-link{
  opacity: 0.72;
  transition: opacity 0.15s ease;
}
.admin-sidebar-external-link:hover{
  opacity: 1;
  color: #fff !important;
}
.admin-sidebar-scroll{
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.admin-sidebar-scroll::-webkit-scrollbar{
  width: 6px;
}
.admin-sidebar-scroll::-webkit-scrollbar-thumb{
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}
.admin-nav-section-label{
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--admin-sidebar-muted);
  padding: 0.35rem 0.75rem 0.5rem;
}
.admin-sidebar .nav-link{
  border-radius: 10px;
  padding: .55rem .8rem;
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.admin-sidebar .nav-link:hover{
  background: rgba(255,255,255,.07);
  color: #fff;
}
.admin-sidebar .nav-link.active{
  background: rgba(212,175,55,.16);
  color: #fff;
  border-color: rgba(212,175,55,.35);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.08);
}
.admin-sidebar hr{
  border-color: rgba(255, 255, 255, 0.08);
  opacity: 1;
}
.admin-content{
  background: transparent;
  min-width: 0;
}
.admin-topbar{
  background: var(--admin-topbar-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 4px 20px rgba(15, 23, 42, 0.04);
  min-height: 56px;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.admin-main{
  max-width: 1600px;
  margin-inline: auto;
  width: 100%;
}
.admin-card{
  background: var(--admin-card);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
}

/*
  Admin chrome toggles html[data-bs-theme=dark] (sidebar/topbar). Main content still uses light "paper"
  cards (.admin-card). Bootstrap's dark card color variables would otherwise paint light text on those
  white cards — looks like a blank page. Force readable body copy and form controls in .admin-main.
*/
html[data-bs-theme="dark"] body.admin-shell .admin-main{
  color: var(--color-text);
}
/* Page chrome + rows outside .admin-card still inherit Bootstrap dark body colors — fix contrast on light admin canvas. */
html[data-bs-theme="dark"] body.admin-shell .admin-main .admin-page-header,
html[data-bs-theme="dark"] body.admin-shell .admin-main .admin-title,
html[data-bs-theme="dark"] body.admin-shell .admin-main .admin-subtitle,
html[data-bs-theme="dark"] body.admin-shell .admin-main .admin-page-title,
html[data-bs-theme="dark"] body.admin-shell .admin-main .admin-page-subtitle,
html[data-bs-theme="dark"] body.admin-shell .admin-main .breadcrumb,
html[data-bs-theme="dark"] body.admin-shell .admin-main .breadcrumb-item,
html[data-bs-theme="dark"] body.admin-shell .admin-main .form-label{
  color: var(--color-text);
}
html[data-bs-theme="dark"] body.admin-shell .admin-main .admin-breadcrumb .breadcrumb-item a{
  color: var(--color-muted);
}
html[data-bs-theme="dark"] body.admin-shell .admin-main .admin-breadcrumb .breadcrumb-item.active{
  color: var(--color-text);
}
html[data-bs-theme="dark"] body.admin-shell .admin-main .admin-card{
  --bs-card-color: var(--color-text);
  color: var(--color-text);
}
html[data-bs-theme="dark"] body.admin-shell .admin-main .admin-card .form-control,
html[data-bs-theme="dark"] body.admin-shell .admin-main .admin-card .form-select{
  color: var(--color-text);
  background-color: #fff;
  border-color: var(--color-border);
}
html[data-bs-theme="dark"] body.admin-shell .admin-main .admin-card .form-control::placeholder{
  color: #6b7280;
  opacity: 1;
}
html[data-bs-theme="dark"] body.admin-shell .admin-main .text-muted{
  color: var(--color-muted) !important;
}
html[data-bs-theme="dark"] body.admin-shell .admin-main .form-check-label{
  color: var(--color-text);
}
/* Outline / ghost buttons: keep label readable on patterned admin background. */
html[data-bs-theme="dark"] body.admin-shell .admin-main .btn-outline-primary,
html[data-bs-theme="dark"] body.admin-shell .admin-main .btn-outline-secondary,
html[data-bs-theme="dark"] body.admin-shell .admin-main .btn-outline-danger{
  color: var(--color-text);
  border-color: var(--color-border);
}
html[data-bs-theme="dark"] body.admin-shell .admin-main .btn-outline-primary:hover,
html[data-bs-theme="dark"] body.admin-shell .admin-main .btn-outline-secondary:hover{
  color: #fff;
}
html[data-bs-theme="dark"] body.admin-shell .admin-main .alert:not(.alert-danger):not(.alert-success):not(.alert-warning):not(.alert-info){
  color: var(--color-text);
  background-color: var(--admin-card);
  border-color: var(--color-border);
}

/* Stale admin sidebar backdrops only — do not affect storefront side cart */
@media (min-width: 992px){
  body.admin-shell .offcanvas-backdrop{
    display: none !important;
    pointer-events: none !important;
  }
}

/* Main menu template variants (Storefront Templates → main_menu) */
.nova-mainnav-pills .nav-link{
  border-radius: 999px;
  padding: .4rem 1rem;
  color: var(--color-text);
}
.nova-mainnav-pills .nav-link:hover{
  background: rgba(37, 99, 235, .1);
  color: var(--color-accent);
}

.nova-mainnav-underline .nav-link{
  position: relative;
  color: var(--color-text);
  padding-bottom: .55rem;
}
.nova-mainnav-underline .nav-link:hover,
.nova-mainnav-underline .nav-link:focus{
  color: var(--color-accent);
}
.nova-mainnav-underline .nav-link::after{
  content: "";
  position: absolute;
  left: .75rem;
  right: .75rem;
  bottom: .15rem;
  height: 2px;
  background: var(--color-secondary);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.nova-mainnav-underline .nav-link:hover::after,
.nova-mainnav-underline .nav-link:focus::after{
  transform: scaleX(1);
}

.nova-mainnav-centered .nav-link{
  font-weight: 600;
  color: var(--color-text);
}
.nova-mainnav-centered .nav-link:hover{
  color: var(--color-accent);
}
.nova-mainnav-centered-accent{
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--color-secondary), transparent);
  opacity: .9;
}

.nova-mainnav-minimal .nav-link{
  color: var(--color-muted);
}
.nova-mainnav-minimal .nav-link:hover{
  color: var(--color-text);
}

.nova-mainnav-pillstrip{
  background: #f8fafc;
}
.nova-mainnav-pillstrip .nav-link{
  border: 1px solid var(--color-border);
  border-radius: 999px;
  padding: .35rem .9rem;
  font-size: .875rem;
  color: var(--color-text);
}
.nova-mainnav-pillstrip .nav-link:hover{
  border-color: var(--color-secondary);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

/* RTL tweaks */
html[dir="rtl"] .nova-search .input-group > :first-child{ border-top-right-radius: 999px; border-bottom-right-radius: 999px; }
html[dir="rtl"] .nova-search .input-group > :last-child{ border-top-left-radius: 999px; border-bottom-left-radius: 999px; }
html[dir="rtl"] .nova-mainnav-underline .nav-link::after{
  left: .75rem;
  right: .75rem;
}

/* PDP: HTML descriptions from admin / imports */
.product-html-content,
.product-short-desc {
  line-height: 1.65;
  color: var(--color-text);
}
.product-html-content img,
.product-short-desc img {
  max-width: 100%;
  height: auto;
}
.product-html-content table {
  max-width: 100%;
}
.product-html-content p:last-child,
.product-short-desc p:last-child {
  margin-bottom: 0;
}

/* Product compare (storefront) */
.js-compare-toggle.active {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}

/* In-app notifications (storefront + admin) */
.nova-notif-menu { max-height: min(70vh, 420px); overflow: hidden; }
.nova-notif-list { max-height: min(55vh, 320px); overflow-y: auto; }
.nova-notif-item { white-space: normal; padding: .65rem 1rem; border-bottom: 1px solid var(--color-border, #eee); }
.nova-notif-item:last-child { border-bottom: 0; }
.nova-notif-item--unread { background: rgba(37, 99, 235, .06); }
.nova-notif-item__img { width: 40px; height: 40px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.nova-notif-item__icon {
  width: 40px; height: 40px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 8px; background: rgba(0,0,0,.05); color: var(--color-primary, #2563eb);
}
.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
