/* Bottom navigation bar — standalone copy used on non-storefront pages.
   Mirrors the styles the Vue storefront applies on catalog/product pages. */
.wvs-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:1000}
.wvs-bottom-nav__bar{display:flex;align-items:stretch;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -2px 12px #00000014;padding-bottom:env(safe-area-inset-bottom,0px)}
.wvs-bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;padding:.6rem .25rem;background:none;border:none;cursor:pointer;color:#6b7280;font-size:0;position:relative;transition:color .15s,background .15s;min-width:0}
.wvs-bottom-nav__item:hover{background:#f9fafb;color:#111827}
.wvs-bottom-nav__item--active{color:#2563eb}
.wvs-bottom-nav__icon{position:relative;display:flex;align-items:center;justify-content:center;width:24px;height:24px}
.wvs-bottom-nav__icon svg{width:22px;height:22px}
.wvs-bottom-nav__badge{position:absolute;top:-5px;right:-7px;background:#dc2626;color:#fff;font-size:.6rem;font-weight:700;line-height:1;padding:2px 4px;border-radius:999px;min-width:16px;text-align:center}
.wvs-bottom-nav__label{font-size:.65rem;font-weight:500;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;padding:0 .2rem}
.wvs-bottom-nav__caret{font-size:.5rem;opacity:.5;line-height:1}
.wvs-bottom-nav__sheet-wrap{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:999;display:flex;align-items:flex-end}
.wvs-bottom-nav__sheet{width:100%;background:#fff;border-radius:16px 16px 0 0;padding:0 0 calc(env(safe-area-inset-bottom,0px) + 4rem);box-shadow:0 -4px 24px #0000001f}
.wvs-bottom-nav__sheet-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .75rem;border-bottom:1px solid #f3f4f6}
.wvs-bottom-nav__sheet-title{font-weight:700;font-size:1rem;color:#111827}
.wvs-bottom-nav__sheet-close{background:#f3f4f6;border:none;border-radius:50%;width:28px;height:28px;cursor:pointer;font-size:.8rem;color:#6b7280;display:flex;align-items:center;justify-content:center}
.wvs-bottom-nav__sheet-close:hover{background:#e5e7eb}
.wvs-bottom-nav__sheet-list{list-style:none;margin:0;padding:.5rem 0}
.wvs-bottom-nav__sheet-item{display:block;width:100%;padding:.85rem 1.25rem;background:none;border:none;text-align:left;font-size:.95rem;color:#111827;cursor:pointer;transition:background .12s}
.wvs-bottom-nav__sheet-item:hover{background:#f9fafb}
