/* ---------- Top utility bar ---------- */
.topbar {
  background: var(--aubergine-deep);
  color: rgba(255, 251, 242, 0.85);
  font-size: 13px;
}

.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 9px;
  padding-bottom: 9px;
  gap: 16px;
  flex-wrap: wrap;
}

.topbar-left {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.topbar-left span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.topbar-right select {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  padding: 4px 8px;
  font-family: 'Jost', sans-serif;
  font-size: 12.5px;
}

.topbar-right .socials {
  display: flex;
  gap: 12px;
}

.topbar a:hover {
  color: var(--gold-light);
}

/* ---------- Header ---------- */
header {
  /* background: var(--ivory); */
  /* position: sticky;
  top: 0;
  z-index: 80; */
  /* box-shadow: 0 2px 18px rgba(43, 15, 78, 0.06); */
}

#masthead,
#masthead>.elementor-41 {
  display: contents !important;
}

.header-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 14px 100px;
  gap: 18px;
  margin: 0 auto;
}

.nav-side {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-side.left {
  justify-content: flex-start;
}

.nav-side.right {
  justify-content: flex-end;
}

.nav-link {
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: .02em;
  position: relative;
  padding: 6px 0;
  color: var(--ink);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width .25s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.logo-badge {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-badge img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(201, 151, 31, 0.35), 0 0 0 4px #fff;
}

.icon-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.icon-actions .wishlist_products_counter {
  display: none !important;
}

.icon-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}

.icon-actions .mk-offcanvas-trigger {
  display: none;
}

.icon-btn svg {
  width: 21px;
  height: 21px;
  stroke: var(--aubergine-deep);
}

.icon-btn .badge {
  position: absolute;
  top: -8px;
  right: -9px;
  background: var(--magenta);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mk-search-widget {
  position: relative;
  display: flex;
  align-items: center;
}

.search-wrap {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 8px 8px 16px;
  min-width: 210px;
  background: #fff;
}

.search-wrap:has(input:focus) {
  border-color: var(--gold) !important;
  background: var(--ivory) !important;
  box-shadow: 0 0 0 4px rgba(201, 151, 31, 0.14) !important;
}

.search-wrap input {
  border: none;
  border-color: transparent;
  outline: none;
  padding: 0;
  background: transparent;
  font-family: 'Jost';
  font-size: 13.5px;
  width: 100%;
}

.search-wrap input:focus {
  outline: none;
  border: none;
  border-color: transparent;
}

.search-wrap svg {
  flex-shrink: 0;
}

.search-wrap--panel {
  width: 100%;
  min-width: 0;
  border-radius: 999px;
  padding: 8px 12px;
  gap: 8px;
  box-shadow: none;
}

.search-toggle {
  display: none;
  color: var(--aubergine-deep);
  cursor: pointer;
}

.search-toggle svg {
  width: 18px;
  height: 18px;
}

.search-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(92vw, 420px);
  padding: 6px;
  border: 1px solid var(--line);
  background: var(--aubergine-deep);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
  z-index: 100;
}

.search-panel[aria-hidden="false"],
.mk-search-widget.is-open .search-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* ---------- Category mega nav ---------- */
.catnav {
  background: linear-gradient(180deg, var(--aubergine), var(--aubergine-deep));
  color: #fff;
  position: relative;
}

.catnav .container {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
}

.cat-all {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: .03em;
  background: var(--gold);
  color: var(--aubergine-deep);
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0;
  cursor: pointer;
}

.catnav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.catnav-item {
  position: relative;
}

.catnav-item>a {
  display: block;
  padding: 14px 18px;
  font-size: 13.8px;
  font-weight: 400;
  letter-spacing: .01em;
  white-space: nowrap;
}

.catnav-item.current-menu-item > a,
.catnav-item.current-menu-parent > a,
.catnav-item.current-menu-ancestor > a {
    color: var(--gold-light);
}

.catnav-item:hover>a {
  color: var(--gold-light);
}

.mega {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff !important;
  color: var(--ink) !important;
  min-width: 600px;
  box-shadow: var(--shadow);
  border-radius: 0 0 14px 14px;
  padding: 26px 30px;
  gap: 36px;
  z-index: 60;
}

.catnav-item:hover .mega {
  display: flex;
  flex-wrap: wrap;
}

.mega-col h5 {
  font-family: 'Cinzel';
  font-size: 13px;
  color: var(--gold-dark) !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.mega-col h5 .mega-heading-link {
  color: inherit !important;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  padding: 0;
}

.mega-col a.current-menu-item {
    color: var(--magenta) !important;
}

.mega-col h5 .mega-heading-link:hover {
  color: inherit !important;
  text-decoration: none;
}

.mega-col a {
  display: block;
  font-size: 14px;
  padding: 5px 0;
  color: var(--ink-soft) !important;
}

.mega-col a:hover {
  color: var(--magenta) !important;
}

.mega-view-all {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  font-size: .875rem;
  font-weight: 600;
  color: var(--gold-light) !important;
  text-decoration: none;
  transition: .2s;
}

.mega-view-all:hover {
  gap: 6px;
  text-decoration: none;
}


/* OFFCANVAS — OVERLAY */
.mk-offcanvas-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(22, 7, 38, 0.55);
  z-index: 299;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity .3s ease;
}

.mk-offcanvas-overlay.is-open {
  display: block;
  opacity: 1;
}

/* OFFCANVAS DRAWER */
:root {
  --oc-sidebar-w: 260px;
}

.mk-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: var(--oc-sidebar-w);
  background: transparent;
  z-index: 300;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  box-shadow: none;
  transform: translateX(-100%);
  transition: transform .32s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
  overflow: visible;
}

.mk-offcanvas.is-open {
  transform: translateX(0);
}

/* ── Desktop/Mobile visibility helpers */
.mk-oc-mobile-only {
  display: none;
}

.mk-oc-desktop-only {
  display: flex;
}

/* ── Sidebar column */
.mk-offcanvas-sidebar {
  width: var(--oc-sidebar-w);
  min-width: var(--oc-sidebar-w);
  height: 100%;
  background: var(--aubergine-deep);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  box-shadow: 4px 0 24px rgba(43, 15, 78, .32);
  position: relative;
  z-index: 1;
}

/* ── Header inside sidebar */
.mk-offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 0 20px;
  height: 54px;
  background: rgba(0, 0, 0, .25);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  flex-shrink: 0;
}

.mk-offcanvas-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.mk-offcanvas-title svg {
  flex-shrink: 0;
  opacity: .85;
}

.mk-offcanvas-close {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, .65);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: background .18s, color .18s;
  flex-shrink: 0;
}

.mk-offcanvas-close:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

/* ── Body row ── */
.mk-offcanvas-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

/* ── Category list inside sidebar */
.mk-offcanvas-cats {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.mk-offcanvas-cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  cursor: pointer;
  transition: background .14s;
  position: relative;
}

.mk-offcanvas-cat-item:hover,
.mk-offcanvas-cat-item.panel-visible {
  background: rgba(255, 255, 255, .1);
}

.mk-offcanvas-cat-item span {
  flex: 1;
  display: block;
  padding: 15px 0;
  font-family: 'Jost', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, .88);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .14s;
}

.mk-offcanvas-cat-item:hover a,
.mk-offcanvas-cat-item.panel-visible a {
  color: var(--gold-light);
}

.mk-offcanvas-arrow {
  flex-shrink: 0;
  color: rgba(255, 255, 255, .35);
  transition: transform .2s, color .18s;
  pointer-events: none;
}

.mk-offcanvas-cat-item:hover .mk-offcanvas-arrow,
.mk-offcanvas-cat-item.panel-visible .mk-offcanvas-arrow {
  color: var(--gold-light);
  transform: translateX(3px);
}

/* ── Right sub-panel — attached to the right of the sidebar */
.mk-offcanvas-sub {
  position: absolute;
  top: 0;
  left: var(--oc-sidebar-w);
  height: 100%;
  width: calc(100vw - var(--oc-sidebar-w));
  background: #fff;
  overflow-y: auto;
  box-shadow: 4px 0 32px rgba(43, 15, 78, .18);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-8px);
  transition: opacity .2s ease, transform .2s ease;
}

.mk-offcanvas-sub.panel-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

/* ── Sub-panels */
.mk-offcanvas-subpanel {
  display: none;
  padding: 36px 48px;
}

.mk-offcanvas-subpanel.panel-visible {
  display: block;
  animation: mk-fadein .18s ease;
}

.mk-offcanvas-fullpanel {
  padding: 36px 48px;
}

@keyframes mk-fadein {
  from {
    opacity: 0;
    transform: translateX(4px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ── Mega grid inside offcanvas */
.mk-offcanvas-mega-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 48px;
}

.mk-offcanvas-mega-grid .mega-col {
  min-width: 160px;
  flex: 1 1 180px;
}

.mk-offcanvas-mega-grid .mega-col h5 {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  color: var(--gold-dark) !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.mk-offcanvas-mega-grid .mega-col h5 a {
  color: var(--gold-dark) !important;
}

.mk-offcanvas-mega-grid .mega-col h5 a {
  color: inherit;
  text-decoration: none;
  transition: color .14s;
}

.mk-offcanvas-mega-grid .mega-col h5 a:hover {
  color: var(--magenta);
}

.mk-offcanvas-mega-grid .mega-col a {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 13.5px;
  padding: 5px 0;
  color: var(--ink-soft);
  text-decoration: none;
  transition: color .14s;
}

.mk-offcanvas-mega-grid .mega-col a:hover {
  color: var(--magenta);
}

/* ── Misc */
.mk-offcanvas-view-all {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--gold-dark);
  padding: 6px 0;
  text-decoration: none;
}

.mk-offcanvas-view-all:hover {
  color: var(--magenta);
}

/* ── Body scroll lock */
body.mk-offcanvas-active {
  overflow: hidden;
}


/* MOBILE OFFCANVAS ACCORDION MENU */
.mk-mobile-menu {
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

/* Header bar of mobile menu */
.mk-mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 0 20px;
  height: 54px;
  background: var(--aubergine-deep);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  flex-shrink: 0;
}

.mk-mobile-menu__title {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
}

/* Panel container — clips sliding panels */
.mk-mobile-menu__panels {
  position: relative;
  flex: 1;
  overflow: hidden;
}

/* Each panel: fills the panel container absolutely */
.mk-mobile-panel {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  background: #fff;
  /* Slide off to the right by default */
  transform: translateX(100%);
  transition: transform .28s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}

/* Root panel starts visible */
.mk-mobile-panel.is-root {
  transform: translateX(0);
}

/* Active panel slides in from the right */
.mk-mobile-panel.is-active {
  transform: translateX(0);
}

/* Panel that is being navigated away from slides to the left */
.mk-mobile-panel.is-leaving {
  transform: translateX(-100%);
}

/* Sub-panel header (back button + title) */
.mk-mobile-panel__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  height: 50px;
  border-bottom: 1px solid var(--line, #e8e2f0);
  background: var(--ivory, #faf8f5);
  position: sticky;
  top: 0;
  z-index: 1;
}

.mk-mobile-panel__title {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink, #1a0b2e);
}

/* Back button */
.mk-mobile-back {
  padding: 0;
  border-radius: 50%;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--aubergine-deep, #2b0f4e);
  transition: background .15s;
  flex-shrink: 0;
}

.mk-mobile-back:hover {
  background: rgba(43, 15, 78, .08);
}

.mk-mobile-back svg {
  display: block;
}

/* List items */
.mk-mobile-list {
  list-style: none;
  margin: 0;
  padding: 14px 0;
}

.mk-mobile-item {
  display: flex;
  align-items: center;
}

.mk-mobile-item:last-child {
  border-bottom: none;
}

.mk-mobile-link {
  flex: 1;
  display: block;
  padding: 5px 20px;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--ink, #1a0b2e);
  text-decoration: none;
  transition: color .14s;
}

.mk-mobile-link:hover {
  color: var(--magenta, #9b2c71);
}

.mk-mobile-item .current-menu-item,
.mk-mobile-item .current-menu-parent,
.mk-mobile-item .current-menu-ancestor {
  color: var(--magenta, #9b2c71);
}

/* Section heading inside a sub-panel (no link) */
.mk-mobile-section-label {
  flex: 1;
  display: block;
  padding: 5px 20px;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--ink, #1a0b2e);
}

/* + toggle button */
.mk-mobile-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 44px;
  height: auto;
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--aubergine-deep, #2b0f4e);
  transition: background .14s, color .14s;
}

.mk-mobile-toggle:hover {
  background: var(--ivory, #faf8f5);
  color: var(--magenta, #9b2c71);
}

.mk-mobile-toggle svg {
  display: block;
}

/* Sub-list (inside a sub-panel) */
.mk-mobile-list--sub .mk-mobile-link {
  padding-left: 20px;
}

.mk-mobile-menu__group {
  padding: 0px 20px;
}

.mk-mobile-menu__meta {
  padding: 20px 0px;
  border-top: 1px solid #E5E1E8;
}

.mk-mobile-menu__meta-link {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  color: #8F8B91;
  font-size: 15px;
  font-weight: 400;
}

.mk-mobile-menu__meta-link:hover,
.mk-mobile-menu__meta-link:focus {
  color: inherit;
}

.mk-mobile-menu__meta-link:not(:last-child) {
  margin-bottom: 12px;
}

.mk-mobile-menu__meta-link svg {
  width: 18px;
  height: 18px;
  stroke: #8F8B91;
}


/* ─────────────────────────────────────────────────────────────────────────
   RESPONSIVE — TABLET & MOBILE  (≤ 991px)
───────────────────────────────────────────────────────────────────────── */
@media (max-width:991px) {

  /* catnav needs overflow:visible so the absolute mega can escape */
  .catnav {
    overflow: visible;
  }

  .catnav .container {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    overflow: visible;
    position: relative;
  }

  /* Keep catnav-list non-wrapping on tablet.
     IMPORTANT: use overflow-x:clip (not auto/hidden) — those would force
     overflow-y to auto and clip the absolutely-positioned .mega dropdown. */
  .catnav-list {
    overflow-x: clip;
    overflow-y: visible;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .catnav-list::-webkit-scrollbar {
    display: none;
  }

  /* Keep catnav-item position:relative so mega is anchored to it */
  .catnav-item {
    position: relative;
    flex-shrink: 0;
  }

  .cat-all span {
    display: none;
  }

  .cat-all {
    cursor: pointer;
    user-select: none;
    flex-shrink: 0;
  }

  .mk-offcanvas-cat-item a {
    font-size: 13px;
    padding: 14px 0;
  }

  .mk-offcanvas-fullpanel,
  .mk-offcanvas-subpanel {
    padding: 24px 22px;
  }

  .mk-offcanvas-mega-grid {
    gap: 22px 28px;
  }

  .mk-offcanvas-mega-grid .mega-col {
    flex: 1 1 140px;
    min-width: 130px;
  }

  /* catnav mega — keep absolute so it drops BELOW the nav bar without
     growing the header. Triggered by .mega-open class on click. */
  .mega {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    /* min-width: 320px !important;
    max-width: 90vw !important; */
    min-width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow: 0 10px 40px rgba(43, 15, 78, 0.22) !important;
    padding: 22px 24px !important;
    display: none !important;
    z-index: 500 !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 20px 28px !important;
  }

  .catnav-item.mega-open .mega {
    display: flex !important;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  .catnav-item {
    display: contents;
  }
}

/* ── Mobile: switch from desktop sidebar to mobile accordion menu */
@media (max-width: 768px) {

  /* Make the drawer full-width for the mobile menu */
  .mk-offcanvas {
    width: 100vw;
    max-width: 360px;
    overflow: hidden;
  }

  /* Hide desktop sidebar, show mobile menu */
  .mk-oc-desktop-only {
    display: none !important;
  }

  .mk-oc-mobile-only {
    display: flex !important;
  }
}

@media (max-width:575px) {
  :root {
    --oc-sidebar-w: 240px;
  }

  .mk-offcanvas-sub {
    width: calc(100vw - 180px);
  }

  .mk-offcanvas-fullpanel,
  .mk-offcanvas-subpanel {
    padding: 18px 16px;
  }

  .mk-offcanvas-mega-grid .mega-col {
    flex: 1 1 100%;
  }
}