/* Melanin Bliss Elementor Chrome — fully scoped */
.mbec-header-widget,
.mbec-footer-widget {
  --mbec-bg: #241812;
  --mbec-deep: #170e0a;
  --mbec-text: #fcf9f7;
  --mbec-dim: rgba(252,249,247,.66);
  --mbec-soft: rgba(252,249,247,.48);
  --mbec-accent: #ebc0a8;
  --mbec-rose: #ac7b6d;
  --mbec-line: rgba(235,192,168,.16);
  --mbec-line-strong: rgba(235,192,168,.34);
  --mbec-ease: cubic-bezier(.16,1,.3,1);
  --mbec-header-bg: #241812;
  --mbec-header-scrolled-bg: rgba(23,14,10,.96);
  box-sizing: border-box;
  color: var(--mbec-text);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.mbec-header-widget *, .mbec-header-widget *::before, .mbec-header-widget *::after,
.mbec-footer-widget *, .mbec-footer-widget *::before, .mbec-footer-widget *::after { box-sizing: border-box; }
.mbec-header-widget a, .mbec-footer-widget a { color: inherit; text-decoration: none; }
.mbec-header-widget button, .mbec-header-widget input,
.mbec-footer-widget button, .mbec-footer-widget input,
.mbec-footer-widget select, .mbec-footer-widget textarea { font: inherit; }
body.mbec-overlay-open { overflow: hidden; }
.mbec-header-widget button,
.mbec-header-widget [type="button"],
.mbec-header-widget [type="submit"] {
  -webkit-appearance:none!important;
  appearance:none!important;
  margin:0!important;
  font:inherit;
  text-transform:none;
}


/* Elementor editor preview -------------------------------------------------
   Fixed/sticky elements are removed from normal document flow, which makes
   Elementor show an empty widget placeholder. In edit mode we keep the real
   design but render it as a normal block. Frontend positioning is unchanged. */
.elementor-editor-active .mbec-header-widget,
.mbec-header-widget.mbec-editor-preview {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  transform: none !important;
  z-index: 20 !important;
}
.elementor-editor-active .mbec-header-widget .mbec-header-bar,
.mbec-header-widget.mbec-editor-preview .mbec-header-bar {
  background: var(--mbec-header-scrolled-bg) !important;
  border-bottom-color: var(--mbec-line) !important;
  backdrop-filter: blur(24px) saturate(1.2) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.2) !important;
  box-shadow: 0 14px 42px rgba(0,0,0,.22) !important;
}
.elementor-editor-active .mbec-footer-widget [data-mbec-reveal],
.mbec-footer-widget.mbec-editor-preview [data-mbec-reveal] {
  opacity: 1 !important;
  transform: none !important;
}
.elementor-editor-active .elementor-widget-mbec_header,
.elementor-widget-mbec_header:has(.mbec-editor-preview) {
  min-height: 126px;
}

/* Header shell */
.mbec-header-widget {
  width:100%;
  max-width:100%;
  margin-left:0;
  z-index: 9998;
  transition: transform .48s var(--mbec-ease);
}
.mbec-header-widget.mbec-position-fixed,
.mbec-header-widget.mbec-position-sticky,
.mbec-header-widget.mbec-position-static { position: relative!important; inset:auto!important; top:auto!important; right:auto!important; bottom:auto!important; left:auto!important; }
.mbec-header-widget.is-hidden { transform:none!important; }
body.admin-bar .mbec-header-widget.mbec-position-fixed { top: 32px; }

.mbec-announcement {
  min-height: 38px;
  position: relative;
  display: grid;
  place-items: center;
  padding: 9px 54px;
  color: rgba(252,249,247,.84);
  background: #3a2821;
  border-bottom: 1px solid rgba(255,255,255,.04);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .19em;
  text-transform: uppercase;
  transition: opacity .3s ease, min-height .35s var(--mbec-ease), padding .35s var(--mbec-ease);
}
.mbec-announcement a { border-bottom: 1px solid rgba(235,192,168,.38); }
.mbec-announcement.is-dismissed { display: none; }
.mbec-announcement-close {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 32px!important;
  min-width:32px!important;
  max-width:32px!important;
  height: 32px!important;
  min-height:32px!important;
  max-height:32px!important;
  display: grid;
  place-items: center;
  padding: 0!important;
  border: 0!important;
  border-radius: 50%!important;
  color: currentColor;
  background: transparent!important;
  transform: translateY(-50%);
  cursor: pointer;
}
.mbec-announcement-close:hover { background: rgba(255,255,255,.06); }
.mbec-announcement-close svg { width: 17px; height: 17px; }

.mbec-header-bar {
  min-height: 88px;
  display: flex;
  align-items: stretch;
  color: var(--mbec-text);
  background: var(--mbec-header-bg);
  border-bottom: 1px solid rgba(235,192,168,.08);
  backdrop-filter: blur(10px) saturate(1.05);
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
  transition: min-height .42s var(--mbec-ease), background .42s ease, border-color .42s ease, box-shadow .42s ease, backdrop-filter .42s ease;
}
.mbec-header-widget.is-solid-initial .mbec-header-bar,
.mbec-header-widget.is-scrolled .mbec-header-bar {
  background: var(--mbec-header-scrolled-bg);
  border-bottom-color: var(--mbec-line);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  box-shadow: 0 14px 42px rgba(0,0,0,.22);
}
.mbec-header-widget.is-solid-initial .mbec-header-bar {
  background:#241812;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.mbec-header-inner {
  width: min(94%, 1480px);
  min-height: inherit;
  margin: 0 auto;
  align-items: center;
}
.mbec-desktop-layout { grid-template-columns:minmax(300px,1fr) auto minmax(360px,1fr); gap:clamp(20px,2.6vw,44px); }
.mbec-mobile-layout { grid-template-columns: 44px 1fr 44px; gap: 12px; }
.mbec-header-zone { min-width: 0; display: flex; align-items: center; gap: 14px; }
.mbec-header-zone--right { justify-content:flex-end; flex-wrap:nowrap; }

.mbec-brand { width: 170px; max-width: 100%; display: block; justify-self: center; line-height: 1; transition: transform .35s var(--mbec-ease), opacity .3s ease; }
.mbec-brand:hover { transform: translateY(-2px); }
.mbec-brand img { width: 100%; height: auto; display: block; object-fit: contain; }
.mbec-brand-fallback { display: grid; justify-items: center; color: var(--mbec-text); line-height: 1; }
.mbec-brand-fallback strong { font-family: Georgia, 'Times New Roman', serif; font-size:clamp(18px,1.6vw,28px); font-weight: 400; letter-spacing: .25em; }
.mbec-brand-fallback em { margin-top: 2px; color: var(--mbec-accent); font-family: Georgia, serif; font-size:clamp(14px,1.25vw,21px); font-weight: 400; }

.mbec-desktop-nav { min-width: 0; }
.mbec-desktop-nav > .menu,
.mbec-desktop-nav .sub-menu,
.mbec-mobile-nav .menu,
.mbec-mobile-nav .sub-menu { margin: 0; padding: 0; list-style: none; }
.mbec-desktop-nav > .menu { display: flex; align-items: center; gap: 28px; }
.mbec-desktop-nav--right > .menu { justify-content: flex-end; }
.mbec-desktop-nav .menu-item { position: relative; }
.mbec-desktop-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 0;
  color: rgba(252,249,247,.8);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .3s ease;
}
.mbec-desktop-nav > .menu > .menu-item > a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg,var(--mbec-accent),var(--mbec-rose));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s var(--mbec-ease);
}
.mbec-desktop-nav a:hover,
.mbec-desktop-nav a:focus-visible { color: var(--mbec-text); }
.mbec-desktop-nav > .menu > .menu-item > a:hover::after,
.mbec-desktop-nav > .menu > .current-menu-item > a::after,
.mbec-desktop-nav > .menu > .current-menu-ancestor > a::after { transform: scaleX(1); transform-origin: left; }
.mbec-desktop-nav .sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: -18px;
  min-width: 230px;
  padding: 12px;
  border: 1px solid var(--mbec-line);
  border-radius: 18px;
  background: rgba(23,14,10,.96);
  box-shadow: 0 24px 60px rgba(0,0,0,.4);
  backdrop-filter: blur(22px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s ease, visibility .25s ease, transform .35s var(--mbec-ease);
}
.mbec-desktop-nav--right .sub-menu { right: -18px; left: auto; }
.mbec-desktop-nav .sub-menu .sub-menu { top: -12px; left: calc(100% + 10px); }
.mbec-desktop-nav .menu-item:hover > .sub-menu,
.mbec-desktop-nav .menu-item:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mbec-desktop-nav .sub-menu a { width: 100%; min-height: 38px; padding: 10px 12px; border-radius: 10px; letter-spacing: .06em; text-transform: none; white-space: normal; }
.mbec-desktop-nav .sub-menu a:hover { background: rgba(235,192,168,.07); }
.mbec-menu-placeholder { color: var(--mbec-soft); font-size: 11px; line-height: 1.4; }

.mbec-header-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height:44px!important;
  max-height:52px;
  padding:13px 20px!important;
  border: 1px solid var(--mbec-rose);
  border-radius:999px!important;
  color: #1a0d06 !important;
  background: var(--mbec-rose);
  box-shadow: 0 14px 34px -18px rgba(172,123,109,.9);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .35s var(--mbec-ease), filter .35s ease, box-shadow .35s ease;
}
.mbec-header-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(115deg,transparent 30%,rgba(255,255,255,.42) 50%,transparent 70%);
  transform: translateX(-125%);
  transition: transform .8s var(--mbec-ease);
}
.mbec-header-cta:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 18px 42px -18px rgba(172,123,109,1); }
.mbec-header-cta:hover::after { transform: translateX(125%); }

.mbec-icon-button {
  position: relative;
  box-sizing:border-box!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  width:44px!important;
  min-width:44px!important;
  max-width:44px!important;
  height:44px!important;
  min-height:44px!important;
  max-height:44px!important;
  flex:0 0 44px!important;
  display: inline-grid!important;
  place-items: center!important;
  margin:0!important;
  padding:0!important;
  border:1px solid var(--mbec-line)!important;
  border-radius:50%!important;
  color: var(--mbec-text)!important;
  background:rgba(252,249,247,.025)!important;
  box-shadow:none!important;
  text-decoration:none!important;
  text-indent:0!important;
  line-height:0!important;
  font-size:0!important;
  overflow:hidden!important;
  cursor: pointer;
  transition: border-color .3s ease, background .3s ease, transform .3s var(--mbec-ease);
}
.mbec-icon-button:hover { border-color: var(--mbec-line-strong)!important; background: rgba(235,192,168,.07)!important; transform: translateY(-2px); }
.mbec-icon-button::before,
.mbec-icon-button::after { display:none!important; }
.mbec-icon-button svg { width: 20px!important; height: 20px!important; display: block!important; flex:0 0 20px!important; }
.mbec-cart-count {
  position: absolute;
  top: -4px;
  right: -3px;
  min-width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border: 2px solid var(--mbec-deep);
  border-radius: 999px;
  color: #241812;
  background: var(--mbec-accent);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.mbec-mobile-layout .mbec-brand { justify-self: center; }
.mbec-mobile-layout .mbec-cart-toggle { justify-self: end; }

/* Mobile menu */
.mbec-mobile-menu,
.mbec-cart-drawer,
.mbec-account-modal {
  position: fixed;
  inset: 0;
  z-index: 10003;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .32s ease, visibility .32s ease;
}
.mbec-mobile-menu.is-open,
.mbec-cart-drawer.is-open,
.mbec-account-modal.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
.mbec-mobile-backdrop,
.mbec-cart-backdrop,
.mbec-account-backdrop { position: absolute; inset: 0; background: rgba(8,4,3,.72); backdrop-filter: blur(8px); }
.mbec-mobile-panel,
.mbec-cart-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(100%,470px);
  overflow-y: auto;
  color: var(--mbec-text);
  background-color: var(--mbec-deep);
  background-image: radial-gradient(70% 48% at 90% 0%,rgba(235,192,168,.14),transparent 70%),linear-gradient(160deg,rgba(45,28,21,.98),rgba(20,12,8,.99) 74%);
  border-left: 1px solid var(--mbec-line);
  box-shadow: -25px 0 80px rgba(0,0,0,.42);
  transition: transform .55s var(--mbec-ease);
}
.mbec-mobile-right .mbec-mobile-panel { right: 0; transform: translateX(100%); }
.mbec-mobile-left .mbec-mobile-panel { left: 0; transform: translateX(-100%); border-right: 1px solid var(--mbec-line); border-left: 0; box-shadow: 25px 0 80px rgba(0,0,0,.42); }
.mbec-mobile-menu.is-open .mbec-mobile-panel { transform: translateX(0); }
.mbec-mobile-panel { padding: 26px clamp(24px,6vw,44px) 38px; }
.mbec-mobile-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 28px; border-bottom: 1px solid var(--mbec-line); }
.mbec-brand--panel { width: 150px; margin: 0; justify-self: auto; }
.mbec-mobile-nav-wrap { padding: 22px 0 28px; }
.mbec-mobile-nav + .mbec-mobile-nav { margin-top: 10px; }
.mbec-mobile-nav .menu-item { position: relative; border-bottom: 1px solid rgba(235,192,168,.1); }
.mbec-mobile-nav a {
  min-height: 66px;
  display: flex;
  align-items: center;
  padding: 15px 42px 15px 0;
  color: var(--mbec-text);
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: clamp(22px,5vw,34px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.035em;
}
.mbec-mobile-nav .sub-menu { display: none; padding: 0 0 15px 16px; }
.mbec-mobile-nav .menu-item.is-submenu-open > .sub-menu { display: block; }
.mbec-mobile-nav .sub-menu .menu-item { border: 0; }
.mbec-mobile-nav .sub-menu a { min-height: 42px; padding: 8px 36px 8px 0; color: var(--mbec-dim); font-size: 16px; letter-spacing: 0; }
.mbec-submenu-toggle {
  position: absolute;
  top: 14px;
  right: 0;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--mbec-line);
  border-radius: 50%;
  color: var(--mbec-accent);
  background: transparent;
  cursor: pointer;
}
.mbec-submenu-toggle::before,
.mbec-submenu-toggle::after { content:''; position:absolute; width:12px; height:1px; background:currentColor; transition:transform .3s ease; }
.mbec-submenu-toggle::after { transform: rotate(90deg); }
.mbec-submenu-toggle[aria-expanded='true']::after { transform: rotate(0); }
.mbec-header-cta--mobile { width: 100%; min-height: 54px; }
.mbec-mobile-account { margin-top:14px; }
.mbec-mobile-account-action {
  width:100%;
  min-height:58px;
  display:grid;
  grid-template-columns:24px minmax(0,1fr) 18px;
  align-items:center;
  gap:14px;
  padding:14px 16px!important;
  border:1px solid var(--mbec-line)!important;
  border-radius:18px!important;
  color:var(--mbec-text)!important;
  background:rgba(252,249,247,.025)!important;
  text-align:left;
  cursor:pointer;
  transition:border-color .3s ease,background .3s ease,transform .3s var(--mbec-ease);
}
.mbec-mobile-account-action:hover { border-color:var(--mbec-line-strong)!important; background:rgba(235,192,168,.07)!important; transform:translateY(-2px); }
.mbec-mobile-account-action svg { width:22px; height:22px; }
.mbec-mobile-account-action span { font-size:13px; font-weight:650; line-height:1.3; letter-spacing:.03em; }
.mbec-mobile-account-action .mbec-mobile-account-arrow { width:18px; height:18px; color:var(--mbec-accent); }

/* Account login modal */
.mbec-account-modal {
  z-index:10005;
  display:grid;
  place-items:center;
  padding:clamp(14px,3vw,34px);
}
.mbec-account-dialog {
  position:relative;
  z-index:1;
  width:min(100%,900px);
  max-height:min(90vh,900px);
  overflow:auto;
  padding:clamp(28px,4vw,54px);
  border:1px solid var(--mbec-line-strong);
  border-radius:30px;
  color:var(--mbec-text);
  background-color:var(--mbec-deep);
  background-image:radial-gradient(58% 45% at 50% 0%,rgba(235,192,168,.15),transparent 76%),linear-gradient(155deg,rgba(52,32,24,.99),rgba(20,12,8,1) 76%);
  box-shadow:0 36px 110px rgba(0,0,0,.58);
  opacity:0;
  transform:translateY(18px) scale(.985);
  transition:opacity .3s ease,transform .45s var(--mbec-ease);
  scrollbar-width:thin;
  scrollbar-color:var(--mbec-line-strong) transparent;
}
.mbec-account-modal.is-open .mbec-account-dialog { opacity:1; transform:translateY(0) scale(1); }
.mbec-account-close { position:absolute!important; top:18px; right:18px; z-index:3; }
.mbec-account-brand { display:flex; justify-content:center; padding:0 58px; }
.mbec-brand--account { width:170px; margin:0 auto; }
.mbec-account-heading { max-width:650px; margin:24px auto 34px; text-align:center; }
.mbec-account-heading > span { display:block; margin-bottom:10px; color:var(--mbec-accent); font-size:10px; font-weight:750; line-height:1.4; letter-spacing:.2em; text-transform:uppercase; }
.mbec-account-heading h2 { margin:0; color:var(--mbec-text); font-family:'Open Sans',Arial,sans-serif; font-size:clamp(2rem,4vw,3.35rem); font-weight:700; line-height:1.05; letter-spacing:-.05em; }
.mbec-account-heading p { max-width:590px; margin:15px auto 0; color:var(--mbec-dim); font-size:14px; line-height:1.7; }
.mbec-account-form .u-columns,
.mbec-account-form #customer_login {
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(22px,3.2vw,38px);
  margin:0!important;
}
.mbec-account-form #customer_login::before,
.mbec-account-form #customer_login::after { display:none!important; content:none!important; }
.mbec-account-form .u-column1,
.mbec-account-form .u-column2,
.mbec-account-form .col-1,
.mbec-account-form .col-2 {
  float:none!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  padding:clamp(20px,2.6vw,30px)!important;
  border:1px solid var(--mbec-line);
  border-radius:22px;
  background:rgba(252,249,247,.025);
}
.mbec-account-form h2 { margin:0 0 20px; color:var(--mbec-text); font-family:'Open Sans',Arial,sans-serif; font-size:24px; font-weight:650; line-height:1.2; letter-spacing:-.035em; }
.mbec-account-form form { margin:0!important; padding:0!important; border:0!important; background:transparent!important; }
.mbec-account-form form > p,
.mbec-account-form .form-row { margin:0 0 16px!important; padding:0!important; }
.mbec-account-form label { display:block; margin:0 0 7px; color:rgba(252,249,247,.82); font-size:12px; font-weight:650; line-height:1.4; }
.mbec-account-form .required { color:var(--mbec-accent); }
.mbec-account-form input[type='text'],
.mbec-account-form input[type='email'],
.mbec-account-form input[type='password'] {
  width:100%!important;
  min-height:50px!important;
  margin:0!important;
  padding:11px 14px!important;
  border:1px solid var(--mbec-line-strong)!important;
  border-radius:14px!important;
  outline:0!important;
  color:var(--mbec-text)!important;
  background:rgba(252,249,247,.045)!important;
  box-shadow:none!important;
  font-size:14px!important;
  line-height:1.4!important;
}
.mbec-account-form input[type='text']:focus,
.mbec-account-form input[type='email']:focus,
.mbec-account-form input[type='password']:focus { border-color:var(--mbec-accent)!important; box-shadow:0 0 0 4px rgba(235,192,168,.08)!important; }
.mbec-account-form .password-input { display:block; position:relative; }
.mbec-account-form .show-password-input { color:var(--mbec-accent)!important; }
.mbec-account-form .woocommerce-form-login__rememberme { display:inline-flex!important; align-items:center; gap:8px; margin:0 0 14px!important; cursor:pointer; }
.mbec-account-form input[type='checkbox'] { width:16px!important; min-width:16px!important; height:16px!important; margin:0!important; accent-color:var(--mbec-accent); }
.mbec-account-form button[type='submit'],
.mbec-account-form input[type='submit'],
.mbec-account-form .woocommerce-button,
.mbec-account-form #wp-submit {
  width:100%!important;
  min-height:50px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:13px 20px!important;
  border:1px solid var(--mbec-rose)!important;
  border-radius:999px!important;
  color:#1a0d06!important;
  background:var(--mbec-rose)!important;
  box-shadow:none!important;
  font-size:11px!important;
  font-weight:750!important;
  line-height:1!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  cursor:pointer!important;
  transition:filter .25s ease,transform .3s var(--mbec-ease)!important;
}
.mbec-account-form button[type='submit']:hover,
.mbec-account-form input[type='submit']:hover,
.mbec-account-form .woocommerce-button:hover,
.mbec-account-form #wp-submit:hover { filter:brightness(1.08); transform:translateY(-2px); }
.mbec-account-form .lost_password,
.mbec-account-form .woocommerce-LostPassword { margin:13px 0 0!important; text-align:center; }
.mbec-account-form a { color:var(--mbec-accent)!important; text-decoration:none!important; }
.mbec-account-form a:hover { color:var(--mbec-text)!important; }
.mbec-account-form .woocommerce-privacy-policy-text,
.mbec-account-form .woocommerce-form-register p:not(.form-row) { color:var(--mbec-dim); font-size:12px; line-height:1.65; }
.mbec-account-notices { margin:0 0 22px; }
.mbec-account-notices ul,
.mbec-account-notices .woocommerce-error,
.mbec-account-notices .woocommerce-message,
.mbec-account-notices .woocommerce-info {
  margin:0!important;
  padding:14px 16px!important;
  border:1px solid rgba(235,192,168,.28)!important;
  border-radius:14px!important;
  color:var(--mbec-text)!important;
  background:rgba(235,192,168,.07)!important;
  list-style:none!important;
  font-size:13px!important;
  line-height:1.55!important;
}
.mbec-account-fallback-links { display:flex; flex-wrap:wrap; justify-content:space-between; gap:10px 18px; margin-top:16px; font-size:12px; }

/* Cart drawer */
.mbec-cart-panel { right: 0; width: min(100%,430px); display: flex; flex-direction: column; padding: 0; transform: translateX(100%); background-image: radial-gradient(80% 50% at 100% 0%,rgba(235,192,168,.12),transparent 72%),linear-gradient(160deg,rgba(45,28,21,.99),rgba(20,12,8,1) 74%); }
.mbec-cart-drawer.is-open .mbec-cart-panel { transform: translateX(0); }
.mbec-cart-head { min-height: 102px; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:24px 26px; border-bottom:1px solid var(--mbec-line); }
.mbec-cart-kicker { display:block; margin-bottom:5px; color:var(--mbec-accent); font-size:10px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.mbec-cart-head h2 { margin:0; color:inherit; font-family:'Open Sans',Arial,sans-serif; font-size:28px; font-weight:700; letter-spacing:-.04em; }
.mbec-cart-body { flex:1; padding:24px 26px 32px; overflow-y:auto; }
.mbec-cart-loading { position:absolute; inset:102px 0 0; z-index:5; display:none; place-items:center; background:rgba(23,14,10,.72); backdrop-filter:blur(3px); }
.mbec-cart-drawer.is-loading .mbec-cart-loading { display:grid; }
.mbec-cart-loading span { width:32px; height:32px; border:2px solid var(--mbec-line); border-top-color:var(--mbec-accent); border-radius:50%; animation:mbec-spin .8s linear infinite; }
@keyframes mbec-spin { to { transform:rotate(360deg); } }
.mbec-cart-error { min-height:0; padding:0 26px 20px; color:#ffb86f; font-size:12px; }
.mbec-mini-cart-fragment .woocommerce-mini-cart { margin:0; padding:0; list-style:none; }
.mbec-mini-cart-fragment .woocommerce-mini-cart-item { position:relative; display:grid; grid-template-columns:84px minmax(0,1fr); gap:16px; min-height:98px; align-items:start; padding:0 36px 18px 0; margin-bottom:18px; border-bottom:1px solid var(--mbec-line); }
.mbec-mini-cart-fragment .woocommerce-mini-cart-item > a:not(.remove) { display:contents; color:var(--mbec-text)!important; font-size:14px; font-weight:600; line-height:1.45; text-decoration:none!important; }
.mbec-mini-cart-fragment .woocommerce-mini-cart-item img { grid-column:1; grid-row:1 / span 2; width:84px!important; min-width:84px!important; max-width:84px!important; height:84px!important; min-height:84px!important; max-height:84px!important; object-fit:contain!important; object-position:center center!important; aspect-ratio:1/1; padding:6px!important; border-radius:16px!important; background:rgba(252,249,247,.04)!important; box-shadow:none!important; display:block!important; float:none!important; margin:0!important; }
.mbec-mini-cart-fragment .quantity { grid-column:2; color:var(--mbec-dim); font-size:12px; }
.mbec-mini-cart-fragment a.remove,
.mbec-mini-cart-fragment a.remove_from_cart_button { position:absolute; top:0; right:0; box-sizing:border-box!important; width:28px!important; min-width:28px!important; max-width:28px!important; height:28px!important; min-height:28px!important; max-height:28px!important; display:grid!important; place-items:center!important; padding:0!important; margin:0!important; border:1px solid var(--mbec-line)!important; border-radius:50%!important; color:var(--mbec-dim)!important; background:transparent!important; box-shadow:none!important; text-decoration:none!important; font-size:18px!important; font-weight:400!important; line-height:1!important; overflow:hidden!important; }
.mbec-mini-cart-fragment a.remove:hover,
.mbec-mini-cart-fragment a.remove_from_cart_button:hover { color:var(--mbec-text)!important; background:rgba(235,192,168,.08)!important; }
.mbec-mini-cart-fragment .woocommerce-mini-cart__total { display:flex; justify-content:space-between; gap:20px; margin:24px 0; padding-top:18px; border-top:1px solid var(--mbec-line); color:var(--mbec-text); }
.mbec-mini-cart-fragment .woocommerce-mini-cart__buttons { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:0; }
.mbec-mini-cart-fragment .woocommerce-mini-cart__buttons .button { display:flex; align-items:center; justify-content:center; min-height:48px; padding:12px 14px; border:1px solid var(--mbec-line-strong); border-radius:999px; color:var(--mbec-text); background:transparent; font-size:11px; font-weight:700; letter-spacing:.09em; text-transform:uppercase; }
.mbec-mini-cart-fragment .woocommerce-mini-cart__buttons .checkout { border-color:var(--mbec-rose); color:#1a0d06; background:var(--mbec-rose); }
.mbec-mini-cart-fragment .woocommerce-mini-cart__empty-message { color:var(--mbec-dim); text-align:center; line-height:1.7; }

/* Footer */
.mbec-footer-widget { width:100%; max-width:100%; margin-left:0; }
.mbec-prefooter {
  --mbec-prefooter-bg:#241812;
  --mbec-footer-text:#fcf9f7;
  --mbec-footer-accent:#ebc0a8;
  position:relative;
  overflow:hidden;
  padding:110px 30px;
  color:var(--mbec-footer-text);
  background:radial-gradient(40vw 32vw at 50% 0%,rgba(235,192,168,.17),transparent 72%),var(--mbec-prefooter-bg);
  border-top:1px solid rgba(235,192,168,.16);
  border-bottom:1px solid rgba(235,192,168,.16);
  text-align:center;
}
.mbec-prefooter-inner { width:min(100%,940px); margin:0 auto; }
.mbec-eyebrow { display:block; margin-bottom:18px; color:var(--mbec-footer-accent); font-size:11px; font-weight:700; letter-spacing:.22em; text-transform:uppercase; }
.mbec-prefooter-title { max-width:17ch; margin:0 auto; color:inherit; font-family:'Open Sans',Arial,sans-serif; font-size:clamp(2.5rem,5vw,5rem); font-weight:700; line-height:1.06; letter-spacing:-.05em; text-wrap:balance; }
.mbec-prefooter-title em { color:var(--mbec-footer-accent); font-family:Georgia,serif; font-weight:400; }
.mbec-prefooter-copy { max-width:610px; margin:22px auto 0; color:rgba(252,249,247,.68); font-size:1.04rem; font-weight:300; line-height:1.75; }
.mbec-prefooter-actions { display:flex; flex-wrap:wrap; justify-content:center; gap:14px; margin-top:34px; }
.mbec-prefooter-button { min-height:52px; display:inline-flex; align-items:center; justify-content:center; padding:15px 24px; border:1px solid rgba(235,192,168,.34); border-radius:999px; color:inherit; background:rgba(252,249,247,.025); font-size:11px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; transition:transform .35s var(--mbec-ease),background .35s ease,border-color .35s ease; }
.mbec-prefooter-button:hover { transform:translateY(-2px); border-color:rgba(235,192,168,.58); background:rgba(235,192,168,.08); }
.mbec-prefooter-button--primary { border-color:var(--mbec-rose); color:#1a0d06!important; background:var(--mbec-rose); }

.mbec-footer {
  --mbec-footer-bg:#170e0a;
  --mbec-footer-text:#fcf9f7;
  --mbec-footer-dim:rgba(252,249,247,.66);
  --mbec-footer-accent:#ebc0a8;
  position:relative;
  overflow:hidden;
  color:var(--mbec-footer-text);
  background:radial-gradient(52vw 40vw at 0% 100%,rgba(172,123,109,.08),transparent 72%),var(--mbec-footer-bg);
}
.mbec-footer::before { content:''; position:absolute; top:0; right:-10%; width:36vw; height:36vw; border-radius:50%; background:radial-gradient(circle,rgba(235,192,168,.07),transparent 68%); pointer-events:none; }
.mbec-footer-main { width:90%; max-width:1440px; margin:0 auto; padding:90px 0 55px; display:grid; grid-template-columns:minmax(250px,1.4fr) repeat(2,minmax(145px,.72fr)) minmax(260px,1.1fr); gap:clamp(34px,5vw,78px); position:relative; z-index:1; }
.mbec-footer-brand { width:220px; max-width:100%; display:block; }
.mbec-footer-brand img { display:block; width:100%; height:auto; }
.mbec-footer-description { max-width:36ch; margin:24px 0 0; color:var(--mbec-footer-dim); font-size:15px; font-weight:300; line-height:1.75; }
.mbec-socials { display:flex; flex-wrap:wrap; gap:10px; margin-top:25px; }
.mbec-socials a { width:40px; height:40px; display:grid; place-items:center; border:1px solid rgba(235,192,168,.16); border-radius:50%; color:var(--mbec-footer-dim); transition:color .3s ease,border-color .3s ease,transform .3s var(--mbec-ease),background .3s ease; }
.mbec-socials a:hover { color:var(--mbec-footer-text); border-color:rgba(235,192,168,.36); background:rgba(235,192,168,.06); transform:translateY(-3px); }
.mbec-socials i, .mbec-socials svg { width:17px; height:17px; font-size:17px; }
.mbec-footer-heading { margin:0 0 23px; color:var(--mbec-footer-accent); font-size:11px; font-weight:700; line-height:1.3; letter-spacing:.2em; text-transform:uppercase; }
.mbec-footer-links { display:grid; gap:14px; }
.mbec-footer-links a { width:fit-content; color:var(--mbec-footer-dim); font-size:14px; font-weight:300; line-height:1.5; transition:color .25s ease,transform .3s var(--mbec-ease); }
.mbec-footer-links a:hover { color:var(--mbec-footer-text); transform:translateX(4px); }
.mbec-newsletter-title { margin:0; color:var(--mbec-footer-text); font-family:'Open Sans',Arial,sans-serif; font-size:clamp(1.45rem,2vw,2rem); font-weight:600; line-height:1.25; letter-spacing:-.035em; }
.mbec-newsletter-copy { margin:14px 0 0; color:var(--mbec-footer-dim); font-size:14px; font-weight:300; line-height:1.7; }
.mbec-newsletter-shortcode { margin-top:22px; }
.mbec-newsletter-shortcode form { margin:0; }
.mbec-newsletter-shortcode input:not([type='submit']),
.mbec-newsletter-shortcode select,
.mbec-newsletter-shortcode textarea { width:100%; min-height:52px; padding:12px 17px; border:1px solid rgba(235,192,168,.32); border-radius:18px; outline:none; color:var(--mbec-footer-text); background:rgba(252,249,247,.04); }
.mbec-newsletter-shortcode input:not([type='submit']):focus,
.mbec-newsletter-shortcode select:focus,
.mbec-newsletter-shortcode textarea:focus { border-color:var(--mbec-footer-accent); box-shadow:0 0 0 4px rgba(235,192,168,.07); }
.mbec-newsletter-shortcode input[type='submit'],
.mbec-newsletter-shortcode button[type='submit'] { min-height:48px; padding:12px 22px; border:1px solid var(--mbec-rose); border-radius:999px; color:#1a0d06; background:var(--mbec-rose); cursor:pointer; font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.mbec-shortcode-placeholder { margin-top:20px; padding:14px; border:1px dashed rgba(235,192,168,.3); border-radius:14px; color:var(--mbec-footer-dim); font-size:12px; line-height:1.6; }
.mbec-footer-bottom { width:90%; max-width:1440px; margin:0 auto; padding:24px 0 30px; display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:26px; border-top:1px solid rgba(235,192,168,.16); position:relative; z-index:1; color:rgba(252,249,247,.48); font-size:11px; line-height:1.5; letter-spacing:.05em; }
.mbec-legal-links, .mbec-payment-icons { display:flex; flex-wrap:wrap; align-items:center; gap:17px; }
.mbec-legal-links a { color:inherit; transition:color .25s ease; }
.mbec-legal-links a:hover { color:var(--mbec-footer-text); }
.mbec-payment-icons { gap:8px; }
.mbec-payment-icons span { min-width:42px; height:25px; display:grid; place-items:center; padding:0 7px; border:1px solid rgba(235,192,168,.13); border-radius:5px; color:rgba(252,249,247,.52); background:rgba(252,249,247,.025); font-size:8px; font-weight:700; letter-spacing:.04em; }

[data-mbec-reveal],
[data-mbec-reveal].is-visible { opacity:1; transform:none; transition:none; }

.mbec-header-widget :focus-visible,
.mbec-footer-widget :focus-visible { outline:2px solid var(--mbec-accent); outline-offset:3px; }

@media (max-width:1320px) {
  .mbec-desktop-layout { grid-template-columns:minmax(240px,1fr) auto minmax(300px,1fr); gap:20px; }
  .mbec-desktop-nav > .menu { gap:18px; }
  .mbec-desktop-nav a { font-size:10px; letter-spacing:.09em; }
  .mbec-header-cta { padding-inline:16px!important; font-size:10px; }
}
@media (max-width:1180px) {
  .mbec-footer-main { grid-template-columns:minmax(260px,1.2fr) repeat(2,minmax(145px,.75fr)); }
  .mbec-footer-newsletter { grid-column:1 / -1; max-width:650px; }
  .mbec-footer-bottom { grid-template-columns:1fr auto; }
  .mbec-payment-icons { grid-column:1 / -1; }
}
@media (max-width:820px) {
  .mbec-announcement { padding-inline:42px; font-size:9px; letter-spacing:.13em; }
  .mbec-header-inner { width:min(92%,760px); }
  .mbec-brand--mobile { width:140px!important; }
  .mbec-account-modal { padding:12px; }
  .mbec-account-dialog { width:min(100%,620px); max-height:94vh; padding:34px 22px 26px; border-radius:24px; }
  .mbec-account-close { top:12px; right:12px; }
  .mbec-account-heading { margin:20px auto 26px; padding:0 8px; }
  .mbec-account-form .u-columns,
  .mbec-account-form #customer_login { grid-template-columns:1fr; gap:16px; }
  .mbec-footer-main { grid-template-columns:1fr 1fr; }
  .mbec-footer-brand-column, .mbec-footer-newsletter { grid-column:1 / -1; }
  .mbec-footer-description { max-width:48ch; }
  .mbec-footer-bottom { grid-template-columns:1fr; gap:16px; }
  .mbec-payment-icons { grid-column:auto; }
}
@media (max-width:782px) {
  body.admin-bar .mbec-header-widget.mbec-position-fixed { top:46px; }
}
@media (max-width:540px) {
  .mbec-announcement { min-height:34px; }
  .mbec-header-inner { width:94%; }
  .mbec-brand--mobile { width:122px!important; }
  .mbec-icon-button { width:40px; height:40px; flex-basis:40px; }
  .mbec-mobile-panel, .mbec-cart-panel { width:100%!important; }
  .mbec-account-dialog { padding:30px 16px 20px; border-radius:20px; }
  .mbec-account-brand { padding:0 48px; }
  .mbec-brand--account { width:145px; }
  .mbec-account-heading h2 { font-size:2rem; }
  .mbec-account-form .u-column1,
  .mbec-account-form .u-column2,
  .mbec-account-form .col-1,
  .mbec-account-form .col-2 { padding:18px 14px!important; border-radius:18px; }
  .mbec-prefooter-actions { display:grid; }
  .mbec-prefooter-button { width:100%; }
  .mbec-footer-main { width:88%; grid-template-columns:1fr; gap:40px; }
  .mbec-footer-brand-column, .mbec-footer-newsletter { grid-column:auto; }
  .mbec-footer-bottom { width:88%; }
  .mbec-mini-cart-fragment .woocommerce-mini-cart__buttons { grid-template-columns:1fr; }
}
@media (prefers-reduced-motion:reduce) {
  .mbec-header-widget *, .mbec-header-widget *::before, .mbec-header-widget *::after,
  .mbec-footer-widget *, .mbec-footer-widget *::before, .mbec-footer-widget *::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; scroll-behavior:auto!important; }
  [data-mbec-reveal] { opacity:1; transform:none; }
}


/* Hide theme gallery zoom/search triggers while overlays are open */
body.mbec-overlay-open .woocommerce-product-gallery__trigger,
body.mbec-overlay-open .zoom,
body.mbec-overlay-open .zoomImg,
body.mbec-overlay-open .easyzoom-flyout,
body.mbec-overlay-open .easyzoom-notice,
body.mbec-overlay-open .pswp,
body.mbec-overlay-open [class*="mfp-"] {
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* Make cart drawer media and controls immune to aggressive theme styles */
.mbec-cart-panel img,
.mbec-cart-panel a,
.mbec-cart-panel button,
.mbec-cart-panel .button {
  box-sizing:border-box;
}
.mbec-cart-head .mbec-icon-button,
.mbec-cart-panel .mbec-icon-button {
  background:rgba(252,249,247,.02)!important;
  border-color:var(--mbec-line)!important;
}
.mbec-cart-head .mbec-icon-button svg,
.mbec-cart-panel .mbec-icon-button svg {
  stroke:currentColor!important;
}




/* v1.0.5 — static header, stable first paint and mobile corrections */
.mbec-header-widget,
.mbec-header-widget.mbec-position-fixed,
.mbec-header-widget.mbec-position-sticky,
.mbec-header-widget.mbec-position-static {
  position:relative!important;
  inset:auto!important;
  transform:none!important;
}
.mbec-mobile-header-spacer { display:none!important; height:0!important; }

@media (max-width:820px) {
  .mbec-header-bar { min-height:72px; }
  .mbec-header-inner { overflow:visible!important; }
  .mbec-mobile-layout {
    grid-template-columns:48px minmax(0,1fr) 48px!important;
    align-items:center!important;
    overflow:visible!important;
  }
  .mbec-mobile-layout .mbec-brand { justify-self:center!important; }
  .mbec-mobile-layout .mbec-cart-toggle { justify-self:end!important; }

  .mbec-header-widget .mbec-cart-toggle--mobile,
  .mbec-header-widget .mbec-cart-toggle--mobile.mbec-icon-button {
    position:relative!important;
    box-sizing:border-box!important;
    width:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    flex:0 0 48px!important;
    display:grid!important;
    place-items:center!important;
    margin:0!important;
    padding:0!important;
    border-radius:50%!important;
    line-height:0!important;
    overflow:visible!important;
    transform:none!important;
  }
  .mbec-header-widget .mbec-cart-toggle--mobile::before,
  .mbec-header-widget .mbec-cart-toggle--mobile::after { display:none!important; }
  .mbec-header-widget .mbec-cart-toggle--mobile svg {
    position:static!important;
    width:21px!important;
    min-width:21px!important;
    max-width:21px!important;
    height:21px!important;
    min-height:21px!important;
    max-height:21px!important;
    margin:0!important;
    transform:none!important;
  }
  .mbec-header-widget .mbec-cart-toggle--mobile .mbec-cart-count {
    position:absolute!important;
    top:-7px!important;
    right:-7px!important;
    z-index:20!important;
    width:auto!important;
    min-width:22px!important;
    max-width:none!important;
    height:22px!important;
    min-height:22px!important;
    max-height:22px!important;
    display:grid!important;
    place-items:center!important;
    padding:0 5px!important;
    margin:0!important;
    border:2px solid #241812!important;
    border-radius:999px!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1!important;
    transform:none!important;
    overflow:visible!important;
  }

  .mbec-footer-widget .mbec-footer-main {
    grid-template-columns:1fr!important;
    justify-items:center!important;
    text-align:center!important;
  }
  .mbec-footer-widget .mbec-footer-main > div,
  .mbec-footer-widget .mbec-footer-brand-column,
  .mbec-footer-widget .mbec-footer-newsletter,
  .mbec-footer-widget .mbec-footer-column {
    width:100%!important;
    max-width:650px;
    grid-column:auto!important;
    justify-self:center!important;
    text-align:center!important;
  }
  .mbec-footer-widget .mbec-footer-brand,
  .mbec-footer-widget .mbec-footer-description,
  .mbec-footer-widget .mbec-newsletter-title,
  .mbec-footer-widget .mbec-newsletter-copy,
  .mbec-footer-widget .mbec-newsletter-shortcode,
  .mbec-footer-widget .mbec-newsletter-shortcode form {
    margin-right:auto!important;
    margin-left:auto!important;
    text-align:center!important;
  }
  .mbec-footer-widget .mbec-footer-links { justify-items:center!important; }
  .mbec-footer-widget .mbec-footer-links a {
    width:auto!important;
    margin-right:auto!important;
    margin-left:auto!important;
    text-align:center!important;
  }
  .mbec-footer-widget .mbec-footer-links a:hover { transform:translateY(-2px)!important; }
  .mbec-footer-widget .mbec-socials,
  .mbec-footer-widget .mbec-legal-links,
  .mbec-footer-widget .mbec-payment-icons {
    justify-content:center!important;
  }
  .mbec-footer-widget .mbec-footer-bottom {
    grid-template-columns:1fr!important;
    justify-items:center!important;
    text-align:center!important;
  }
  .mbec-footer-widget .mbec-footer-bottom > * {
    justify-self:center!important;
    text-align:center!important;
  }
}

@media (max-width:540px) {
  .mbec-footer-widget .mbec-footer-main,
  .mbec-footer-widget .mbec-footer-bottom {
    width:min(88%,430px)!important;
    margin-right:auto!important;
    margin-left:auto!important;
  }
}
