.m-shop-page{display:flex;flex-direction:column;min-height:100vh;background-color:#000}.m-shop-header{position:sticky;top:0;z-index:100;height:58px;background-color:#0f0f0f;padding:0 16px}.m-shop-header,.m-shop-header__back{display:flex;align-items:center;justify-content:center}.m-shop-header__back{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:28px;height:28px;background:none;border:none;cursor:pointer;padding:0}.m-shop-header__title{font-size:18px;font-weight:700;line-height:26px;letter-spacing:-.5px;color:#fff;text-align:center}.m-shop-map-area{position:relative;width:100%;height:calc(45vh - 100px);min-height:180px}.m-shop-location-error{left:16px;right:16px;padding:8px 12px;background:rgba(209,17,19,.9);border-radius:8px;text-align:center}.m-shop-location-error,.shop-research-btn{position:absolute;bottom:12px;font-size:13px;color:#fff}.shop-research-btn{left:50%;transform:translateX(-50%);z-index:10;padding:8px 20px;background:#1a1a1a;border:1px solid #333;border-radius:20px;font-weight:600;font-family:Pretendard,sans-serif;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.4);transition:all .2s}.shop-research-btn:hover{background:#222;border-color:#d11113}.m-shop-list-area{flex:1;display:flex;flex-direction:column;background:#000}.m-shop-list-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px;border-top:1px solid #1a1a1a}.m-shop-list-header__title{font-size:16px;font-weight:700;color:#fff}.m-shop-list-header__count{font-size:14px;color:#7c7c7c}.m-shop-list{flex:1;overflow-y:auto}.m-shop-empty,.m-shop-loading{display:flex;align-items:center;justify-content:center;padding:48px 16px;font-size:14px;color:#7c7c7c}.shop-list-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #1a1a1a;cursor:pointer;transition:background .2s}.shop-list-item--selected,.shop-list-item:hover{background:#141414}.shop-list-item__info{flex:1;min-width:0}.shop-list-item__name{font-size:15px;font-weight:600;color:#fff;margin-bottom:4px}.shop-list-item__addr,.shop-list-item__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-list-item__addr{font-size:13px;color:#7c7c7c;margin-bottom:2px}.shop-list-item__distance{font-size:12px;font-weight:600;color:#d11113}.shop-list-item__directions{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 10px;margin-left:12px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;color:#4a9fff;cursor:pointer;flex-shrink:0;transition:all .2s}.shop-list-item__directions:hover{border-color:#4a9fff;background:#1f1f1f}.shop-list-item__directions--done{border-color:#4a9fff;color:#4a9fff}.shop-list-item__directions span{font-size:11px;font-weight:500}