
#stack{position:relative;height:calc(100dvh);display:flex;background:#f1f3f6;flex-direction:column;width:500px;margin:0 auto}
#stack .header{position:fixed;z-index:11;top:0;padding:15px;width:500px;max-width:100%;}
#stack .header .search{margin-bottom:10px;display:flex;align-items:center;padding:10px 15px;border-radius:25px;border:1px solid #ffffff;width:100%;height:48px;background:#fff;gap:10px;box-shadow:0 2px 4px rgb(0 0 0 / 10%);}
#stack .header .search .flex{display:flex;align-items:center;gap:10px;}
#stack .header .search .inp{flex:1}
#stack .header .search .inp input{display:block;width:100%;height:20px;font-size:15px}
#stack .header .search .ico{flex:0 0 auto}
#stack .header .search .ico svg{display:block;width:20px;height:20px}
#stack .header .select{}
#stack .header .select ul{}
#stack .header .select li{width:auto;}
#stack .header .select li .dropdown{position:relative;}
#stack .header .select li .dropdown .dropdown-toggle{display:flex;align-items:center;justify-content:center;padding:0 15px;border-radius:30px;height:30px;background:#ffffff;box-shadow:0 2px 4px rgb(0 0 0 / 10%);}
#stack .header .select li .dropdown .dropdown-toggle span{font-size:14px;}
#stack .header .select li .dropdown .dropdown-toggle i{position:relative;width:10px;height:10px;display:flex;align-items:center;justify-content:center;transform:rotate(45deg);margin-left:2px;}
#stack .header .select li .dropdown .dropdown-toggle i:before{content:'';position:relative;width:7px;height:7px;border-right:1px solid #333;border-bottom:1px solid #333;top:-4px;}
#stack .header .select li .dropdown .dropdown-menu{position:absolute;top:35px;left:0;width:100%;display:flex;flex-direction:column;background:#ffffff;border-radius:15px;opacity:0;visibility:hidden;}
#stack .header .select li .dropdown .dropdown-menu a{display:block;padding:0 15px;line-height:30px;font-size:14px;text-align:center;}
#stack .header .select li .dropdown.open .dropdown-menu{opacity:1;visibility:visible;}

#stack .bottom{position:fixed;z-index:11;bottom:0;width:500px;max-width:100%;background:#fff;display:flex;flex-direction:column;padding:12px 20px 40px;max-height:calc(100dvh - 118px);border-radius:20px 20px 0 0;box-shadow:0 0 10px rgb(0 0 0 / 10%);}
#stack .bottom .draggable{flex:0 0 auto;content:'';margin:0 auto 20px;width:50px;height:5px;border-radius:3px;background:#ccc;cursor: grab;}
#stack .bottom .title{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;}
#stack .bottom .title .addr{line-height:30px;font-size:16px;font-weight:bold;}
#stack .bottom .title .tabs{display:flex;padding:3px;border-radius:30px;height:30px;background:#f1f3f6}
#stack .bottom .title .tabs .tab{flex:0 0 auto;padding:0 10px;height:24px;border-radius:24px;font-size:13px;font-weight:500;color:#282a2e;display:flex;align-items:center;justify-content:center;text-align:center;gap:4px;letter-spacing:-1px;}
#stack .bottom .title .tabs .tab span{color:#7b3ff1;}
#stack .bottom .title .tabs .tab.on{background:#fff;box-shadow:#0000000f 0 2px 4px}
#stack .bottom .tool{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:20px;}
#stack .bottom .tool .current{cursor:pointer;display:flex;align-items:center}
#stack .bottom .tool .current svg{flex:0 0 auto}
#stack .bottom .tool .current span{font-weight:400;font-size:14px;line-height:24px;white-space:pre-wrap;word-break:keep-all;color:#7b3ff1}
#stack .bottom .tool .sort{position:relative}
#stack .bottom .tool .sort .sort-btn{display:flex;align-items:center;justify-content:space-between;width:100px;height:38px;border-radius:8px;border:1px solid #dddfe2}
#stack .bottom .tool .sort .sort-btn span{flex:1;padding:8px 0 8px 8px;line-height:20px;font-size:14px;font-weight:400;text-align:left;}
#stack .bottom .tool .sort .sort-btn i{flex:0 0 auto;width:12px;height:12px;margin-right:8px;background:url(../img/sub/Chevron_down-black.svg) no-repeat center}
#stack .bottom .tool .sort .sort-menu{position:absolute;top:100%;left:0;width:100%;height:auto;display:flex;flex-direction:column;border-radius:8px;background:#fff;box-shadow:#00000029 0 2px 8px;z-index:1000;max-height:170px;overflow-y:auto;opacity:0;visibility:hidden}
#stack .bottom .tool .sort .sort-menu a{padding:12px 12px 12px 16px;display:flex;align-items:center;justify-content:space-between;line-height:20px;font-size:15px;font-weight:500;color:#5a5c60;gap:12px;white-space:nowrap}
#stack .bottom .tool .sort .sort-menu a.on{color:#7b3ff1}
#stack .bottom .tool .sort .sort-menu a.on:after{content:'';width:20px;height:20px;background:url(../img/sub/Input-check-selected.svg) no-repeat center}
#stack .bottom .tool .sort .sort-menu a:hover{background:#f1f3f6}
#stack .bottom .tool .sort.on .sort-btn{border-color:#7b3ff1}
#stack .bottom .tool .sort.on .sort-menu{opacity:1;visibility:visible}
#stack .bottom .sheet{max-height: calc(100dvh - 118px - 38px - 50px - 25px - 24px - 20px);overflow-y: auto;}
#stack .bottom .order{padding:0 20px 16px;gap:16px;display:none}
#stack .bottom .order a{display:flex;align-items:center;gap:4px;line-height:16px;font-size:13px;color:#282a2e}
#stack .bottom .order a:before{content:'';flex:0 0 auto;position:relative;top:-1px;width:5px;height:5px;border-radius:5px;background:#DDDFE2}
#stack .bottom .order a.on:before{background:#7B3FF1}
#stack .bottom .list{flex:1 1;overflow:hidden;overflow-y:auto}
#stack .bottom .list ul li{padding:20px 0;border-bottom:1px solid #eceef1}
#stack .bottom .list ul li:last-child{border-bottom:0}
#stack .bottom .list ul li button{display:flex;gap:16px;width:100%}
#stack .bottom .list ul li .img{flex:0 0 auto;width:80px;height:80px;border-radius:4px;overflow:hidden}
#stack .bottom .list ul li .img img{display:block;width:100%;height:100%;object-fit:cover}
#stack .bottom .list ul li .con{flex:1;text-align:left;display:flex;flex-direction:column;gap:4px}
#stack .bottom .list ul li .con .store{display:flex;justify-content:space-between;align-items:center;line-height:26px;font-size:18px;font-weight:700;color:#282a2e;gap:4px}
#stack .bottom .list ul li .con .store .name{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}
#stack .bottom .list ul li .con .store .newIcon{flex:0 0 auto;padding:3px 4px;display:flex;align-items:center;justify-content:center;border-radius:4px;background:#f2ebfe;line-height:12px;font-size:11px;font-weight:500;color:#7b3ff1}
#stack .bottom .list ul li .con .addr{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-height:20px;font-size:15px;font-weight:400;color:#5a5c60}
#stack .bottom .list ul li .con .info{display:flex;align-items:center;line-height:20px}
#stack .bottom .list ul li .con .info span{display:flex;flex-wrap:wrap;align-items:center;font-size:15px;font-weight:400;color:#5a5c60}
#stack .bottom .list ul li .con .info span:after{content:'';width:3px;height:3px;border-radius:3px;background:#5a5c60;margin:0 5px}
#stack .bottom .list ul li .con .info span:last-child:after{display:none}
#stack .bottom .list ul li .con .info span strong{font-weight:500;color:#7b3ff1}
#stack .bottom .list ul li .act{flex:0 0 auto;display:flex;align-items:center;justify-content:center}
#stack .bottom .list ul li .act a{display:flex}
#stack .content{flex:1 1;position:relative;z-index:10;}
#stack .content .map{width:100%;height:100%;cursor:grab}
#stack .content .area{position:absolute;z-index:10;top:0;left:0;padding:24px;border-radius:8px;background:#fff;box-shadow:#00000029 0 4px 16px;width:364px;display:flex;flex-direction:column;gap:20px}
#stack .content .area .flex{display:flex;gap:16px}
#stack .content .area .img{flex:0 0 auto;width:68px;height:68px;border-radius:4px;overflow:hidden}
#stack .content .area .img img{display:block;width:100%;height:100%;object-fit:cover}
#stack .content .area .con{flex:1;text-align:left;display:flex;flex-direction:column;gap:4px}
#stack .content .area .con .store{display:flex;justify-content:space-between;align-items:center;line-height:26px;font-size:18px;font-weight:700;color:#282a2e;gap:4px}
#stack .content .area .con .store .name{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}
#stack .content .area .con .store .newIcon{flex:0 0 auto;padding:3px 4px;display:flex;align-items:center;justify-content:center;border-radius:4px;background:#f2ebfe;line-height:12px;font-size:11px;font-weight:500;color:#7b3ff1}
#stack .content .area .con .addr{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-height:20px;font-size:15px;font-weight:400;color:#5a5c60}
#stack .content .area .con .addr span strong{font-weight:500;color:#7b3ff1}
#stack .content .area .con .info{display:flex;align-items:center;line-height:20px}
#stack .content .area .con .info span{display:flex;flex-wrap:wrap;align-items:center;font-size:15px;font-weight:400;color:#5a5c60}
#stack .content .area .con .info span:after{content:'';width:3px;height:3px;border-radius:3px;background:#5a5c60;margin:0 5px}
#stack .content .area .con .info span:last-child:after{display:none}
#stack .content .area .view a{display:flex;align-items:center;justify-content:center;padding:16px 12px;line-height:24px;font-size:17px;font-weight:600;color:#fff;border-radius:8px;background:#7b3ff1}
#stack .content .pin{position:absolute;z-index:10;top:50%;left:50%;transform:translate(-50%,-50%)}
#stack .content .marker{position:absolute;z-index:10;cursor:pointer;width:24px;height:24px}
#stack .content .marker svg,#stack .content .marker img{width:24px;height:24px;object-fit:contain}
#stack .content .my{position:absolute;z-index:10}
#stack .content .my img{width:30px;height:30px;display:flex}
