.taplow-fbt{border:1px solid #eee;padding:16px;margin:20px 0;border-radius:14px}
.taplow-fbt__title{margin:0 0 12px;font-size:1.1rem}
.taplow-fbt__strip{display:flex;gap:10px;align-items:stretch;flex-wrap:nowrap;overflow:auto;padding-bottom:8px}
.taplow-fbt__thumb{display:flex;flex-direction:column;align-items:center;gap:6px;border:1px solid #eee;border-radius:12px;padding:8px;background:#fff;min-width:120px;cursor:pointer}
.taplow-fbt__thumb.is-selected{outline:2px solid #222}
.taplow-fbt__thumb img{width:80px;height:80px;object-fit:cover;border-radius:10px}
.taplow-fbt__thumbName{font-size:.8rem;line-height:1.2;max-width:120px;text-align:center}
.taplow-fbt__thumbPrice{font-weight:600}
.taplow-fbt__seeMore{border:1px dashed #bbb;border-radius:12px;padding:8px 12px;background:#fafafa}
.taplow-fbt__selected{margin-top:10px}
.taplow-fbt__chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}
.taplow-fbt__chip{display:inline-flex;align-items:center;gap:6px;border:1px solid #eee;border-radius:999px;padding:4px 8px;background:#fff}
.taplow-fbt__chip img{width:22px;height:22px;border-radius:999px}
.taplow-fbt__del{border:none;background:transparent;font-size:18px;line-height:1;cursor:pointer;padding:0 4px}
.taplow-fbt__footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px}
.taplow-fbt__total{font-size:1rem}
.taplow-fbt__addAll.is-busy{opacity:.6;pointer-events:none}
/* Modal */
.taplow-fbt__modal[hidden]{display:none}
.taplow-fbt__modal{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:10000;display:flex;align-items:center;justify-content:center;padding:16px}
.taplow-fbt__modalDialog{background:#fff;border-radius:16px;max-width:900px;width:100%;display:flex;flex-direction:column;max-height:min(90vh,1000px)}
.taplow-fbt__modalHead{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding:12px 16px}
.taplow-fbt__modalFoot{border-top:1px solid #eee;padding:12px 16px;display:flex;justify-content:flex-end}
.taplow-fbt__grid{padding:16px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;overflow:auto}
.taplow-fbt__cell{display:flex;flex-direction:column;gap:8px;border:1px solid #eee;border-radius:12px;padding:10px;background:#fff}
.taplow-fbt__cell img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px}
.taplow-fbt__cellMeta{display:flex;justify-content:space-between;gap:10px;align-items:center}
@media(max-width:768px){
	.taplow-fbt__grid{grid-template-columns:repeat(2,1fr)}
	.taplow-fbt__thumb{min-width:110px}
}
@media(max-width:420px){
	.taplow-fbt__grid{grid-template-columns:1fr}
}
