:root{
--bellsabi-glass-bg:#15110d;
--bellsabi-glass-opacity:.72;
--bellsabi-glass-blur:18px;
--bellsabi-glass-saturation:140%;
--bellsabi-glass-border-opacity:.22;
--bellsabi-glass-shadow:24px;
--bellsabi-accent:#c59b5b;
--bellsabi-animation-speed:260ms;
--bellsabi-header-top:12px;
--bellsabi-header-side:12px;
--bellsabi-header-radius:24px;
--bellsabi-header-logo-scale:.82;
--bellsabi-footer-bottom:14px;
--bellsabi-footer-side:12px;
--bellsabi-footer-radius:22px;
--bellsabi-footer-icon-size:22px;
--bellsabi-footer-text-scale:1;
--bellsabi-footer-text-weight:500;
--bellsabi-mobile-menu-width:88vw;
--bellsabi-mobile-menu-max-width:390px;
--bellsabi-mobile-menu-radius:28px;
--bellsabi-mobile-menu-blur:22px;
--bellsabi-mobile-menu-opacity:.88;
--bellsabi-mobile-menu-bg:#17120e;
--bellsabi-mobile-menu-text:#f7f1ea;
--bellsabi-mobile-menu-accent:#b4552a;
}

/* =========================================================
   HEADER — native theme header, enhanced only when sticky
========================================================= */
.bellsabi-sticky-header-enhanced{
box-sizing:border-box!important;
z-index:99998!important;
transition:transform var(--bellsabi-animation-speed) cubic-bezier(.22,.61,.36,1),opacity var(--bellsabi-animation-speed) ease!important;
isolation:isolate!important;
}
.bellsabi-sticky-header-enhanced.bellsabi-header-floating{
position:fixed!important;
top:var(--bellsabi-header-top)!important;
left:var(--bellsabi-header-side)!important;
right:var(--bellsabi-header-side)!important;
width:auto!important;
max-width:none!important;
margin:0!important;
padding:0!important;
border:0!important;
border-radius:var(--bellsabi-header-radius)!important;
background:transparent!important;
box-shadow:none!important;
overflow:visible!important;
clip-path:none!important;
-webkit-clip-path:none!important;
}
.bellsabi-sticky-header-enhanced.bellsabi-header-floating::before{
content:"";
position:absolute;
inset:0;
z-index:-1;
pointer-events:none;
border-radius:var(--bellsabi-header-radius)!important;
background:color-mix(in srgb,var(--bellsabi-glass-bg) calc(var(--bellsabi-glass-opacity)*100%),transparent)!important;
border:1px solid rgba(255,255,255,var(--bellsabi-glass-border-opacity))!important;
box-shadow:0 10px var(--bellsabi-glass-shadow) rgba(0,0,0,.18)!important;
backdrop-filter:blur(var(--bellsabi-glass-blur)) saturate(var(--bellsabi-glass-saturation));
-webkit-backdrop-filter:blur(var(--bellsabi-glass-blur)) saturate(var(--bellsabi-glass-saturation));
}
/* Neutralize only structural header layers so there is one glass shell, not stacked rectangles. */
.bellsabi-sticky-header-enhanced.bellsabi-header-floating > *,
.bellsabi-sticky-header-enhanced.bellsabi-header-floating [data-row],
.bellsabi-sticky-header-enhanced.bellsabi-header-floating [data-row] > div,
.bellsabi-sticky-header-enhanced.bellsabi-header-floating .ct-header-main-container,
.bellsabi-sticky-header-enhanced.bellsabi-header-floating .ct-container,
.bellsabi-sticky-header-enhanced.bellsabi-header-floating .ct-container-fluid,
.bellsabi-sticky-header-enhanced.bellsabi-header-floating .site-header-inner,
.bellsabi-sticky-header-enhanced.bellsabi-header-floating .ct-header-main,
.bellsabi-sticky-header-enhanced.bellsabi-header-floating .ct-header-middle,
.bellsabi-sticky-header-enhanced.bellsabi-header-floating .ct-header-top,
.bellsabi-sticky-header-enhanced.bellsabi-header-floating .ct-header-bottom{
background:transparent!important;
background-color:transparent!important;
box-shadow:none!important;
border:0!important;
border-radius:0!important;
}
.bellsabi-sticky-header-enhanced.bellsabi-header-attached{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;border-radius:0!important}
.bellsabi-sticky-header-enhanced.bellsabi-header-attached.bellsabi-header-glass{background:color-mix(in srgb,var(--bellsabi-glass-bg) calc(var(--bellsabi-glass-opacity)*100%),transparent)!important;border-bottom:1px solid rgba(255,255,255,var(--bellsabi-glass-border-opacity))!important;box-shadow:0 8px var(--bellsabi-glass-shadow) rgba(0,0,0,.12)!important;backdrop-filter:blur(var(--bellsabi-glass-blur)) saturate(var(--bellsabi-glass-saturation));-webkit-backdrop-filter:blur(var(--bellsabi-glass-blur)) saturate(var(--bellsabi-glass-saturation))}
.bellsabi-sticky-logo{transform:scale(var(--bellsabi-header-logo-scale,1))!important;transform-origin:center center!important;transition:transform var(--bellsabi-animation-speed) ease!important;position:relative!important;z-index:5!important}
.bellsabi-header-hidden{transform:translateY(calc(-100% - var(--bellsabi-header-top) - 24px))!important}
.bellsabi-header-spacer{display:block;width:100%;height:0;pointer-events:none}

/* =========================================================
   FOOTER NAVIGATION
========================================================= */
.bellsabi-sticky-footer{
position:fixed;
z-index:99999;
display:flex;
justify-content:center;
pointer-events:none;
box-sizing:border-box;
transition:transform var(--bellsabi-animation-speed) cubic-bezier(.22,.61,.36,1),opacity var(--bellsabi-animation-speed) ease;
}
.bellsabi-sticky-footer--floating{
left:var(--bellsabi-footer-side);
right:var(--bellsabi-footer-side);
bottom:var(--bellsabi-footer-bottom);
padding:0 env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0)
}
.bellsabi-sticky-footer--attached{left:0;right:0;bottom:0;padding:0 0 env(safe-area-inset-bottom,0)}
.bellsabi-sticky-footer__inner{
pointer-events:auto;
width:100%;
display:flex;
align-items:stretch;
justify-content:space-evenly;
gap:2px;
min-height:58px;
padding:7px;
box-sizing:border-box;
}
.bellsabi-sticky-footer--floating .bellsabi-sticky-footer__inner{border-radius:var(--bellsabi-footer-radius);overflow:hidden;background-clip:padding-box}
.bellsabi-sticky-footer--attached .bellsabi-sticky-footer__inner{border-radius:0}
.bellsabi-glass .bellsabi-sticky-footer__inner,
.bellsabi-solid .bellsabi-sticky-footer__inner{
border:1px solid rgba(255,255,255,var(--bellsabi-glass-border-opacity));
box-shadow:0 12px var(--bellsabi-glass-shadow) rgba(0,0,0,.22);
background:color-mix(in srgb,var(--bellsabi-glass-bg) calc(var(--bellsabi-glass-opacity)*100%),transparent)
}
.bellsabi-glass .bellsabi-sticky-footer__inner{backdrop-filter:blur(var(--bellsabi-glass-blur)) saturate(var(--bellsabi-glass-saturation));-webkit-backdrop-filter:blur(var(--bellsabi-glass-blur)) saturate(var(--bellsabi-glass-saturation))}
.bellsabi-sticky-footer__item{
flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;
text-decoration:none!important;color:var(--bellsabi-accent)!important;border-radius:calc(var(--bellsabi-footer-radius) - 8px);
padding:7px 8px;box-sizing:border-box;
transition:transform var(--bellsabi-animation-speed) ease,background var(--bellsabi-animation-speed) ease,color var(--bellsabi-animation-speed) ease
}
.bellsabi-sticky-footer__item:hover,.bellsabi-sticky-footer__item:focus-visible{transform:translateY(-2px);background:rgba(255,255,255,.08)}
.bellsabi-sticky-footer__item:active{transform:scale(.97)}
.bellsabi-sticky-footer__icon{width:var(--bellsabi-footer-icon-size);height:var(--bellsabi-footer-icon-size);display:block;flex:0 0 var(--bellsabi-footer-icon-size);background:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}
.bellsabi-sticky-footer__fallback-icon{width:var(--bellsabi-footer-icon-size);height:var(--bellsabi-footer-icon-size);border:1px solid currentColor;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:10px;opacity:.8;box-sizing:border-box}
.bellsabi-sticky-footer__text{font-size:calc(13px * var(--bellsabi-footer-text-scale));font-weight:var(--bellsabi-footer-text-weight);line-height:1.1;white-space:nowrap;color:inherit}
.bellsabi-sticky-footer--icon_only .bellsabi-sticky-footer__text{display:none}
.bellsabi-sticky-footer--text_only .bellsabi-sticky-footer__icon,.bellsabi-sticky-footer--text_only .bellsabi-sticky-footer__fallback-icon{display:none}
.bellsabi-footer-hidden,.bellsabi-footer-awaiting-scroll{transform:translateY(calc(100% + var(--bellsabi-footer-bottom) + 32px))!important;opacity:0!important}


/* Admin bar offset */
.admin-bar .bellsabi-sticky-header-enhanced.bellsabi-header-attached{top:32px!important}
.admin-bar .bellsabi-sticky-header-enhanced.bellsabi-header-floating{top:calc(var(--bellsabi-header-top) + 32px)!important}
@media(max-width:782px){
.admin-bar .bellsabi-sticky-header-enhanced.bellsabi-header-attached{top:46px!important}
.admin-bar .bellsabi-sticky-header-enhanced.bellsabi-header-floating{top:calc(var(--bellsabi-header-top) + 46px)!important}
}

/* Visibility */
.bellsabi-sticky-footer--mobile{display:none}
@media(max-width:767px){.bellsabi-sticky-footer--mobile{display:flex}}
@media(min-width:768px){.bellsabi-sticky-footer--mobile{display:none!important}}

/* Checkout/cart distraction-free footer rule retained from current plugin. */
body.bellsabi-hide-theme-footer footer.ct-footer,
body.bellsabi-hide-theme-footer .ct-footer,
body.bellsabi-hide-theme-footer footer.site-footer,
body.bellsabi-hide-theme-footer .site-footer{display:none!important}

.bellsabi-sticky-ui-no-motion,.bellsabi-sticky-ui-no-motion *{transition:none!important;animation:none!important}
@media(prefers-reduced-motion:reduce){.bellsabi-sticky-footer,.bellsabi-sticky-footer__item,.bellsabi-sticky-header-enhanced{transition:none!important}}
/* =========================================================
   MOBILE MENU 1.5.0 — native geometry untouched
   Bellsabi adds only icons, glass visuals, promo/info/WhatsApp below menu.
========================================================= */
.bellsabi-native-menu-icon{display:none}

@media(max-width:767px){
  /* Backdrop only — does not affect the theme menu position. */
  #offcanvas.bellsabi-mobile-overlay,
  .bellsabi-mobile-overlay{
    background:rgba(8,7,6,.16)!important;
    -webkit-backdrop-filter:blur(5px)!important;
    backdrop-filter:blur(5px)!important;
  }

  /* One glass surface. No display/flex/position/padding/height overrides. */
  #offcanvas.bellsabi-mobile-overlay .bellsabi-mobile-drawer-surface,
  .bellsabi-mobile-overlay .bellsabi-mobile-drawer-surface{
    width:min(var(--bellsabi-mobile-menu-width),var(--bellsabi-mobile-menu-max-width))!important;
    max-width:var(--bellsabi-mobile-menu-max-width)!important;
    color:var(--bellsabi-mobile-menu-text)!important;
    background:rgba(23,18,14,var(--bellsabi-mobile-menu-opacity))!important;
    background:color-mix(in srgb,var(--bellsabi-mobile-menu-bg) calc(var(--bellsabi-mobile-menu-opacity)*100%),transparent)!important;
    -webkit-backdrop-filter:blur(var(--bellsabi-mobile-menu-blur)) saturate(135%)!important;
    backdrop-filter:blur(var(--bellsabi-mobile-menu-blur)) saturate(135%)!important;
    border-left:1px solid rgba(255,255,255,.08)!important;
    box-shadow:-18px 0 48px rgba(0,0,0,.24)!important;
  }

  #offcanvas.bellsabi-mobile-overlay .bellsabi-mobile-drawer,
  .bellsabi-mobile-overlay .bellsabi-mobile-drawer{
    background:transparent!important;
    color:inherit!important;
  }

  /* Native menu typography and geometry remain theme-owned. Only icon + gap. */
  #offcanvas .bellsabi-native-menu-icon,
  .bellsabi-mobile-drawer .bellsabi-native-menu-icon{
    display:inline-block!important;
    width:var(--bellsabi-mobile-menu-icon-size)!important;
    height:var(--bellsabi-mobile-menu-icon-size)!important;
    min-width:var(--bellsabi-mobile-menu-icon-size)!important;
    flex:0 0 var(--bellsabi-mobile-menu-icon-size)!important;
    margin:0!important;
    vertical-align:-.14em!important;
    background:currentColor!important;
    -webkit-mask-repeat:no-repeat!important;
    mask-repeat:no-repeat!important;
    -webkit-mask-position:center!important;
    mask-position:center!important;
    -webkit-mask-size:contain!important;
    mask-size:contain!important;
  }
  #offcanvas .bellsabi-native-menu-label,
  .bellsabi-mobile-drawer .bellsabi-native-menu-label{
    display:inline!important;
    margin-left:var(--bellsabi-mobile-menu-icon-gap)!important;
  }

  /* Extras are ordinary siblings immediately after the native nav. */
  #offcanvas .bellsabi-mobile-menu-bottom,
  .bellsabi-mobile-drawer .bellsabi-mobile-menu-bottom{
    display:block!important;
    width:100%!important;
    margin:22px 0 0!important;
    padding:0!important;
    position:static!important;
    inset:auto!important;
    transform:none!important;
  }

  .bellsabi-mobile-menu-promo{
    position:relative!important;
    display:block!important;
    min-height:148px!important;
    margin:0 4px 16px!important;
    padding:18px!important;
    overflow:hidden!important;
    isolation:isolate!important;
    box-sizing:border-box!important;
    border-radius:18px!important;
    text-decoration:none!important;
    color:var(--bellsabi-mobile-menu-text)!important;
    background:color-mix(in srgb,var(--bellsabi-mobile-menu-bg) 78%,white 7%)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    box-shadow:0 12px 30px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.05)!important;
  }
  .bellsabi-mobile-menu-promo__image{
    position:absolute!important;
    inset:-1px!important;
    width:calc(100% + 2px)!important;
    height:calc(100% + 2px)!important;
    max-width:none!important;
    object-fit:cover!important;
    object-position:center!important;
    display:block!important;
    border:0!important;
    margin:0!important;
    padding:0!important;
    z-index:0!important;
  }
  .bellsabi-mobile-menu-promo__shade{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    background:linear-gradient(180deg,rgba(10,8,6,.08) 0%,rgba(10,8,6,.34) 42%,rgba(10,8,6,.90) 100%)!important;
    z-index:1!important;
    pointer-events:none!important;
  }
  .bellsabi-mobile-menu-promo__copy{
    position:relative!important;
    z-index:2!important;
    max-width:92%!important;
    min-height:112px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-end!important;
  }
  .bellsabi-mobile-menu-promo__eyebrow{
    font:inherit!important;
    font-size:.7em!important;
    font-weight:600!important;
    letter-spacing:.12em!important;
    text-transform:uppercase!important;
    color:var(--bellsabi-mobile-menu-accent)!important;
    margin-bottom:7px!important;
  }
  .bellsabi-mobile-menu-promo__title,
  .bellsabi-mobile-menu-info__title,
  .bellsabi-mobile-menu-support__title{
    font-family:inherit!important;
    font-size:inherit!important;
    font-weight:inherit!important;
    letter-spacing:inherit!important;
  }
  .bellsabi-mobile-menu-promo__text{font:inherit!important;font-size:.78em!important;line-height:1.35!important;margin-top:6px!important}
  .bellsabi-mobile-menu-promo__button{display:inline-flex!important;margin-top:11px!important;font:inherit!important;font-size:.75em!important;font-weight:600!important;border-bottom:1px solid currentColor!important;padding-bottom:2px!important}

  .bellsabi-mobile-menu-extras{
    margin:0!important;
    padding:14px 4px max(16px,env(safe-area-inset-bottom))!important;
    border-top:1px solid rgba(255,255,255,.10)!important;
    color:var(--bellsabi-mobile-menu-text)!important;
    font:inherit!important;
  }
  .bellsabi-mobile-menu-info{display:grid!important;gap:2px!important}
  .bellsabi-mobile-menu-info__item{display:grid!important;grid-template-columns:1.45em 1fr!important;gap:12px!important;align-items:start!important;padding:9px 8px!important}
  .bellsabi-mobile-menu-info__icon,.bellsabi-mobile-menu-support__icon{width:1.35em!important;height:1.35em!important;display:block!important;background:var(--bellsabi-mobile-menu-accent)!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important;-webkit-mask-position:center!important;mask-position:center!important;-webkit-mask-size:contain!important;mask-size:contain!important}
  .bellsabi-mobile-menu-info__title{line-height:1.2!important}
  .bellsabi-mobile-menu-info__text{font:inherit!important;font-size:.78em!important;line-height:1.35!important;margin-top:2px!important;opacity:.76!important}
  .bellsabi-mobile-menu-support{margin-top:14px!important;display:grid!important;grid-template-columns:1.55em 1fr!important;gap:12px!important;align-items:center!important;padding:13px 14px!important;border-radius:16px!important;text-decoration:none!important;color:var(--bellsabi-mobile-menu-text)!important;background:linear-gradient(135deg,rgba(37,211,102,.13),rgba(37,211,102,.07))!important;border:1px solid rgba(37,211,102,.34)!important}
  .bellsabi-mobile-menu-support__icon{background:#25d366!important}
  .bellsabi-mobile-menu-support__text{font:inherit!important;font-size:.82em!important;line-height:1.25!important;margin-top:2px!important;opacity:.8!important}
}

@supports not (background:color-mix(in srgb,black,white)){
  .bellsabi-sticky-header-enhanced.bellsabi-header-floating::before,
  .bellsabi-glass .bellsabi-sticky-footer__inner{background:rgba(21,17,13,.92)!important}
  #offcanvas.bellsabi-mobile-overlay .bellsabi-mobile-drawer-surface,
  .bellsabi-mobile-overlay .bellsabi-mobile-drawer-surface{background:rgba(23,18,14,.96)!important}
}

/* 1.5.1 — native typography bridge + optional translucent info card */
@media(max-width:767px){
  .bellsabi-mobile-menu-extras{
    font-family:var(--bellsabi-native-menu-font-family, inherit)!important;
    font-style:var(--bellsabi-native-menu-font-style, normal)!important;
    letter-spacing:var(--bellsabi-native-menu-letter-spacing, normal)!important;
  }
  .bellsabi-mobile-menu-extras--card{
    margin-top:14px!important;
    padding:14px 12px max(14px,env(safe-area-inset-bottom))!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:var(--bellsabi-mobile-menu-info-card-radius)!important;
    background:color-mix(in srgb,var(--bellsabi-mobile-menu-info-card-bg) var(--bellsabi-mobile-menu-info-card-opacity-pct),transparent)!important;
    -webkit-backdrop-filter:blur(10px) saturate(120%)!important;
    backdrop-filter:blur(10px) saturate(120%)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 28px rgba(0,0,0,.10)!important;
  }
  .bellsabi-mobile-menu-info__title{
    font-family:var(--bellsabi-native-menu-font-family, inherit)!important;
    font-style:var(--bellsabi-native-menu-font-style, normal)!important;
    font-weight:var(--bellsabi-native-menu-font-weight, inherit)!important;
    letter-spacing:var(--bellsabi-native-menu-letter-spacing, normal)!important;
    line-height:var(--bellsabi-native-menu-line-height, 1.2)!important;
    font-size:calc(var(--bellsabi-native-menu-font-size, 1em) * var(--bellsabi-mobile-menu-info-title-scale))!important;
  }
  .bellsabi-mobile-menu-info__text{
    font-family:var(--bellsabi-native-menu-font-family, inherit)!important;
    font-style:var(--bellsabi-native-menu-font-style, normal)!important;
    font-weight:var(--bellsabi-native-menu-body-weight, 400)!important;
    letter-spacing:var(--bellsabi-native-menu-letter-spacing, normal)!important;
    font-size:calc(var(--bellsabi-native-menu-font-size, 1em) * var(--bellsabi-mobile-menu-info-text-scale))!important;
    line-height:1.4!important;
  }
  .bellsabi-mobile-menu-info__item{
    padding:10px 8px!important;
  }
}


/* 1.5.2 — premium extras, native menu untouched
   Heading rule: promo title + info titles use the native menu title family.
   Supporting copy/buttons use the active theme body typography. */
@media(max-width:767px){
  /* Never restyle the theme's native navigation here. */

  .bellsabi-mobile-menu-bottom{
    margin-top:18px!important;
  }

  .bellsabi-mobile-menu-promo{
    min-height:128px!important;
    margin:0 4px 12px!important;
    padding:16px!important;
    border-radius:16px!important;
    border:1px solid rgba(251,189,126,.24)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 10px 26px rgba(0,0,0,.16)!important;
  }
  .bellsabi-mobile-menu-promo__shade{
    background:linear-gradient(90deg,rgba(13,9,6,.90) 0%,rgba(13,9,6,.70) 48%,rgba(13,9,6,.16) 100%)!important;
  }
  .bellsabi-mobile-menu-promo__copy{
    max-width:70%!important;
    min-height:96px!important;
    justify-content:flex-end!important;
  }
  .bellsabi-mobile-menu-promo__eyebrow{
    font-family:var(--bellsabi-theme-body-font-family,inherit)!important;
    font-style:var(--bellsabi-theme-body-font-style,normal)!important;
    font-weight:600!important;
    font-size:.66em!important;
    line-height:1.2!important;
    letter-spacing:.16em!important;
    color:rgba(251,189,126,.94)!important;
    margin-bottom:7px!important;
  }
  .bellsabi-mobile-menu-promo__title{
    font-family:var(--bellsabi-theme-h2-font-family,Georgia,serif)!important;
    font-style:var(--bellsabi-theme-h2-font-style,normal)!important;
    font-weight:var(--bellsabi-theme-h2-font-weight,inherit)!important;
    letter-spacing:var(--bellsabi-theme-h2-letter-spacing,normal)!important;
    line-height:var(--bellsabi-theme-h2-line-height,1.08)!important;
    font-size:calc(var(--bellsabi-native-menu-font-size,1em) * 1.02)!important;
  }
  .bellsabi-mobile-menu-promo__text,
  .bellsabi-mobile-menu-promo__button{
    font-family:var(--bellsabi-theme-body-font-family,inherit)!important;
    font-style:var(--bellsabi-theme-body-font-style,normal)!important;
    letter-spacing:var(--bellsabi-theme-body-letter-spacing,normal)!important;
  }
  .bellsabi-mobile-menu-promo__text{
    font-weight:var(--bellsabi-theme-body-font-weight,400)!important;
    line-height:var(--bellsabi-theme-body-line-height,1.4)!important;
  }
  .bellsabi-mobile-menu-promo__button{
    font-weight:600!important;
    font-size:.73em!important;
  }

  .bellsabi-mobile-menu-extras--card{
    margin:0 4px!important;
    padding:8px 10px 10px!important;
    border-color:rgba(251,239,224,.16)!important;
    background:color-mix(in srgb,var(--bellsabi-mobile-menu-info-card-bg) var(--bellsabi-mobile-menu-info-card-opacity-pct),transparent)!important;
    -webkit-backdrop-filter:blur(14px) saturate(125%)!important;
    backdrop-filter:blur(14px) saturate(125%)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 12px 30px rgba(0,0,0,.12)!important;
  }
  .bellsabi-mobile-menu-info{gap:0!important;}
  .bellsabi-mobile-menu-info__item{
    grid-template-columns:2.35em 1fr!important;
    gap:12px!important;
    align-items:center!important;
    padding:11px 4px!important;
    border-bottom:1px solid rgba(255,255,255,.075)!important;
  }
  .bellsabi-mobile-menu-info__item:last-child{border-bottom:0!important;}
  .bellsabi-mobile-menu-info__icon{
    width:2.15em!important;
    height:2.15em!important;
    padding:.48em!important;
    box-sizing:border-box!important;
    border-radius:999px!important;
    background-color:var(--bellsabi-mobile-menu-accent)!important;
    filter:drop-shadow(0 0 0 rgba(0,0,0,0))!important;
  }
  .bellsabi-mobile-menu-info__title{
    font-family:var(--bellsabi-theme-h2-font-family,Georgia,serif)!important;
    font-style:var(--bellsabi-theme-h2-font-style,normal)!important;
    font-weight:var(--bellsabi-theme-h2-font-weight,inherit)!important;
    letter-spacing:var(--bellsabi-theme-h2-letter-spacing,normal)!important;
    line-height:1.15!important;
    font-size:calc(var(--bellsabi-native-menu-font-size,1em) * var(--bellsabi-mobile-menu-info-title-scale))!important;
  }
  .bellsabi-mobile-menu-info__text{
    font-family:var(--bellsabi-theme-body-font-family,inherit)!important;
    font-style:var(--bellsabi-theme-body-font-style,normal)!important;
    font-weight:var(--bellsabi-theme-body-font-weight,400)!important;
    letter-spacing:var(--bellsabi-theme-body-letter-spacing,normal)!important;
    font-size:calc(var(--bellsabi-native-menu-font-size,1em) * var(--bellsabi-mobile-menu-info-text-scale))!important;
    line-height:1.32!important;
    opacity:.72!important;
    margin-top:3px!important;
  }
  .bellsabi-mobile-menu-support{
    margin-top:10px!important;
    grid-template-columns:2.35em 1fr auto!important;
    gap:12px!important;
    min-height:62px!important;
    padding:10px 12px!important;
    border-radius:14px!important;
    background:linear-gradient(135deg,rgba(37,211,102,.18),rgba(37,211,102,.09))!important;
    border-color:rgba(37,211,102,.48)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
  }
  .bellsabi-mobile-menu-support__title{
    font-family:var(--bellsabi-theme-body-font-family,inherit)!important;
    font-style:var(--bellsabi-theme-body-font-style,normal)!important;
    font-weight:500!important;
    letter-spacing:var(--bellsabi-theme-body-letter-spacing,normal)!important;
  }
  .bellsabi-mobile-menu-support__text{
    font-family:var(--bellsabi-theme-body-font-family,inherit)!important;
    font-style:var(--bellsabi-theme-body-font-style,normal)!important;
    font-weight:var(--bellsabi-theme-body-font-weight,400)!important;
    letter-spacing:var(--bellsabi-theme-body-letter-spacing,normal)!important;
  }
}


/* 1.5.5 — premium info icon medallions + compact promo CTA underline */
@media(max-width:767px){
  .bellsabi-mobile-menu-info__item{
    grid-template-columns:3.05em minmax(0,1fr)!important;
    column-gap:12px!important;
    align-items:center!important;
  }
  .bellsabi-mobile-menu-info__icon-wrap{
    width:2.7em!important;
    height:2.7em!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    align-self:center!important;
    border-radius:999px!important;
    box-sizing:border-box!important;
    background:rgba(251,189,126,.13)!important;
    border:1px solid rgba(251,189,126,.12)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 4px 14px rgba(0,0,0,.08)!important;
    color:var(--bellsabi-mobile-menu-text)!important;
  }
  .bellsabi-mobile-menu-info__icon-wrap .bellsabi-mobile-menu-info__icon{
    width:1.32em!important;
    height:1.32em!important;
    padding:0!important;
    margin:0!important;
    flex:0 0 1.32em!important;
    border-radius:0!important;
    background:currentColor!important;
    color:inherit!important;
  }
  .bellsabi-mobile-menu-info__icon-wrap--empty{
    visibility:hidden!important;
  }
  .bellsabi-mobile-menu-promo__button{
    display:inline-flex!important;
    width:fit-content!important;
    max-width:fit-content!important;
    justify-self:start!important;
    align-self:flex-start!important;
    flex:0 0 auto!important;
    border-bottom:1px solid currentColor!important;
    padding:0 0 2px!important;
    margin:11px 0 0!important;
    line-height:1.25!important;
  }
}
