.store-card-wrap{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:12px 16px 6px;position:relative;overflow-x:hidden}.store-card__measure{visibility:hidden;pointer-events:none;box-sizing:border-box;width:auto;max-width:none;height:0;max-height:0;position:absolute;left:0;right:0;overflow:hidden}.store-card__measure-block{box-sizing:border-box;width:100%;min-width:0;max-width:100%;overflow:hidden}.store-card{background:var(--agora-surface-canvas,#fff);box-sizing:border-box;border:1px solid #00000014;border-radius:20px;width:100%;min-width:0;max-width:100%;overflow:hidden}.store-card__trigger{cursor:pointer;text-align:left;width:100%;min-width:0;max-width:100%;font:inherit;color:inherit;box-sizing:border-box;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px 8px;display:flex;overflow:hidden}@media (hover:hover) and (pointer:fine){.store-card__trigger:hover .store-card__chevron{opacity:.72}}.store-card__trigger:active{transition:transform .12s cubic-bezier(.23,1,.32,1);transform:scale(.997)}.store-card__trigger-text{flex:1;align-items:baseline;gap:10px;min-width:0;display:flex;overflow:hidden}.store-card__name{color:var(--agora-surface-inverted,#0e191d);text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;overflow:hidden}.store-card__count{color:var(--agora-surface-strong,#848787);white-space:nowrap;flex-shrink:0;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:18px}.store-card__chevron{width:18px;height:18px;color:var(--agora-surface-strong,#848787);flex-shrink:0;place-items:center;display:grid}.store-card[data-ready=true] .store-card__chevron{transition:transform var(--store-open-ms,.26s) var(--store-ease,cubic-bezier(.23, 1, .32, 1))}.store-card[data-open=false][data-ready=true] .store-card__chevron{transition-duration:var(--store-close-ms,.21s)}.store-card[data-open=false] .store-card__chevron{transform:rotate(180deg)}.store-card[data-open=true] .store-card__chevron{transform:rotate(0)}.store-card__panel{max-width:100%;overflow:hidden}.store-card[data-ready=true] .store-card__panel{transition:height var(--store-open-ms,.26s) var(--store-ease,cubic-bezier(.23, 1, .32, 1))}.store-card[data-open=false][data-ready=true] .store-card__panel{transition-duration:var(--store-close-ms,.21s)}.store-card__panel-inner{width:100%;min-width:0;max-width:100%;position:relative;overflow:hidden}.store-card__view{box-sizing:border-box;flex-direction:column;gap:8px;width:100%;min-width:0;max-width:100%;transition:none;display:flex;overflow:hidden}.store-card__view.is-active{visibility:visible;position:relative}.store-card__view.is-inactive{visibility:hidden;pointer-events:none;width:100%;max-width:100%;position:absolute;top:0;left:0;right:0;overflow:hidden}.store-card__view *,.store-card__shipping{transition:none}@media (prefers-reduced-motion:reduce){.store-card__panel,.store-card__chevron,.store-card__trigger:active{transition:none}.store-card[data-open=false] .store-card__chevron{transform:rotate(180deg)}.store-card[data-open=true] .store-card__chevron,.store-card__trigger:active{transform:none}}
