.store-global-loading{z-index:500;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffb8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.store-global-loading__panel{background:#fff;border-radius:8px;flex-direction:column;align-items:center;gap:12px;min-width:120px;padding:20px 24px;display:flex;box-shadow:0 12px 40px #0000001f}.store-global-loading__spinner{border:2px solid var(--store-line,#e5e5e5);border-top-color:var(--store-ink,#111);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite store-global-loading-spin}.store-global-loading__text{color:var(--store-ink);margin:0;font-size:13px;line-height:1.4}@keyframes store-global-loading-spin{to{transform:rotate(360deg)}}
.store-global-dialog{z-index:130;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.store-global-dialog__mask{background:#0006;position:absolute;inset:0}.store-global-dialog__panel{z-index:1;background:#fff;border-radius:14px;width:min(440px,100%);padding:24px 20px 18px;position:relative;box-shadow:0 18px 40px #0003}.store-global-dialog__message{color:var(--store-ink,#111);margin:0;font-size:15px;line-height:1.6}.store-global-dialog__actions{justify-content:flex-end;margin-top:18px;display:flex}.store-global-dialog__confirm{background:var(--store-primary,#111);min-width:88px;height:36px;color:var(--store-on-primary,#fff);cursor:pointer;border:0;border-radius:999px}
.store-tabbar{display:none}@media (max-width:767px){.store-tabbar{z-index:70;border-top:1px solid var(--store-line,#e5e5e5);padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;display:block;position:fixed;bottom:0;left:0;right:0}.store-tabbar__list{grid-template-columns:repeat(4,minmax(0,1fr));min-height:56px;margin:0;padding:0;list-style:none;display:grid}.store-tabbar__link{min-height:56px;color:var(--store-muted,#999);flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:6px 4px;text-decoration:none;transition:color .15s;display:flex}.store-tabbar__link.is-active{color:#111}.store-tabbar__link.is-active .store-tabbar__label{color:#111;font-weight:700}.store-tabbar__icon{justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.store-tabbar__link.is-active .store-tabbar__icon{color:#111}.store-tabbar__cart{justify-content:center;align-items:center;display:inline-flex;position:relative}.store-tabbar__badge{background:var(--store-ink,#111);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;line-height:1;display:inline-flex;position:absolute;top:-4px;right:-8px}.store-tabbar__label{font-size:10px;font-weight:500;line-height:1.2}body{padding-bottom:calc(56px + env(safe-area-inset-bottom,0px))}.store-floating{bottom:calc(68px + env(safe-area-inset-bottom,0px))}}
.store-locale-switcher{align-items:center;display:inline-flex;position:relative}.store-locale-switcher__trigger{border:1px solid var(--store-line,#e5e5e5);min-height:32px;color:var(--store-ink,#111);font:inherit;cursor:pointer;background:#fff;border-radius:2px;align-items:center;gap:6px;padding:0 10px;font-size:12px;line-height:1;display:inline-flex}.store-locale-switcher__trigger:hover{border-color:#ccc}.store-locale-switcher__badge{color:#fff;letter-spacing:.04em;background:#111;border-radius:2px;align-items:center;height:16px;padding:0 4px;font-size:9px;font-weight:700;display:inline-flex}.store-locale-switcher__value{font-weight:600}.store-locale-switcher__caret{color:var(--store-muted,#999);font-size:10px}.store-locale-switcher__menu{z-index:80;border:1px solid var(--store-line,#e8e8e8);background:#fff;min-width:132px;margin:0;padding:6px 0;list-style:none;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #00000014}.store-locale-switcher__option{width:100%;color:var(--store-ink,#111);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:10px 14px;font-size:13px;display:block}.store-locale-switcher__option:hover,.store-locale-switcher__option.is-active{background:var(--store-soft,#f7f7f7)}.store-locale-switcher__option.is-active{font-weight:700}@media (max-width:767px){.store-locale-switcher__trigger{min-height:28px;padding:0 8px;font-size:11px}.store-locale-switcher__value{text-overflow:ellipsis;white-space:nowrap;max-width:4.5em;overflow:hidden}}
