/* Nails By T — Counter direction (design source of truth: NailsAppC.dc.html) */
:root {
  --wine: #7A2E4A;
  --ink: #16110F;
  --bg: #F2F0EB;
  --blush: #EBDFE3;
  --line: rgba(22, 17, 15, 0.10);
  --line-soft: rgba(22, 17, 15, 0.07);
  --muted: #8A8078;
  --body: #6B625B;
  --cream: #F2F0EB;
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { height: 100%; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: Jost, system-ui, sans-serif;
  overflow: hidden;
}
a { color: var(--wine); text-decoration: none; }

#app { height: 100%; height: 100dvh; display: flex; flex-direction: column; max-width: 470px; margin: 0 auto; }
.screen { flex: 1; min-height: 0; display: flex; flex-direction: column; }
.scroll { flex: 1; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; touch-action: pan-y; }

.mono { font-family: 'IBM Plex Mono', monospace; }
.label { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.12em; color: var(--muted); }
.wine { color: var(--wine); }

.card { background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.btn { border-radius: 6px; display: flex; align-items: center; justify-content: center; cursor: pointer; user-select: none; }
.btn-dark { background: var(--ink); color: var(--cream); }
.btn-wine { background: var(--wine); color: var(--cream); }
.btn-line { border: 1px solid rgba(22, 17, 15, 0.15); color: var(--ink); }

/* Tabs */
.tabs { display: flex; gap: 8px; padding: 10px 20px calc(14px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); flex: none; }
.tabs.hidden { display: none; }
.tab { flex: 1; height: 44px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 13.5px; font-weight: 500; cursor: pointer; color: var(--body); }
.tab.on { background: var(--ink); color: var(--cream); }

/* Home */
.home-head { padding: 26px 20px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.home-head .who { display: flex; align-items: center; gap: 12px; }
.home-head img { width: 46px; height: 46px; object-fit: contain; }
.home-head .place { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.1em; color: var(--wine); }
.home-head h1 { font-size: 26px; font-weight: 600; letter-spacing: -0.02em; margin-top: 4px; }
.info-btn { width: 44px; height: 44px; border-radius: 6px; background: var(--ink); color: var(--cream); display: flex; align-items: center; justify-content: center; font-family: 'IBM Plex Mono', monospace; font-size: 11px; cursor: pointer; }

.next-card { margin: 0 20px; background: var(--ink); color: var(--cream); border-radius: 8px; padding: 18px 20px; }
.next-card .row { display: flex; align-items: center; justify-content: space-between; }
.next-card .when { display: flex; align-items: baseline; gap: 12px; margin-top: 12px; }
.next-card .time { font-family: 'IBM Plex Mono', monospace; font-size: 34px; font-weight: 500; }
.next-card .what { font-size: 17px; }
.next-card .sub { font-size: 13px; color: rgba(242, 240, 235, 0.6); margin-top: 4px; font-weight: 300; }
.next-card .actions { display: flex; gap: 8px; margin-top: 16px; }
.next-card .actions > * { flex: 1; height: 44px; font-size: 13.5px; }
.next-card .ghost { border: 1px solid rgba(242, 240, 235, 0.3); color: var(--cream); }
.next-card .solid { background: var(--cream); color: var(--ink); font-weight: 500; }

.section-label { padding: 28px 20px 10px; display: flex; align-items: baseline; justify-content: space-between; }

.rail { display: flex; gap: 10px; padding: 0 20px; overflow-x: auto; }
.rebook { flex: none; width: 186px; background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; cursor: pointer; }
.rebook .ph { height: 96px; }
.rebook .ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rebook .pad { padding: 14px 16px 16px; }
.rebook .last { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; color: var(--muted); letter-spacing: 0.08em; }
.rebook .name { font-size: 16px; font-weight: 500; margin-top: 8px; line-height: 1.25; }
.rebook .with { font-size: 12.5px; color: var(--body); margin-top: 6px; font-weight: 300; }
.rebook .foot { display: flex; align-items: baseline; justify-content: space-between; margin-top: 14px; }
.rebook .price { font-family: 'IBM Plex Mono', monospace; font-size: 15px; color: var(--wine); }
.rebook .cta { font-size: 12px; color: var(--wine); font-weight: 500; }

.free-slot { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 14px 16px; margin: 0 20px 8px; cursor: pointer; }
.free-slot .t { font-family: 'IBM Plex Mono', monospace; font-size: 16px; width: 56px; }
.free-slot .w { flex: 1; font-size: 13.5px; font-weight: 300; }
.free-slot .tag { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; padding: 5px 8px; border-radius: 4px; background: var(--blush); color: var(--wine); }

.new-here { margin: 24px 20px 0; background: var(--ink); color: var(--cream); border-radius: 8px; padding: 18px 20px; display: flex; align-items: center; gap: 14px; cursor: pointer; }
.new-here .t { font-size: 15px; font-weight: 500; }
.new-here .s { font-size: 12.5px; color: rgba(242, 240, 235, 0.6); margin-top: 4px; font-weight: 300; }
.new-here .arrow { font-family: 'IBM Plex Mono', monospace; font-size: 16px; color: #D9A9BC; }

.lately { display: flex; gap: 8px; padding: 0 20px; overflow-x: auto; }
.lately > div { flex: none; width: 132px; height: 166px; border-radius: 8px; overflow: hidden; }
.lately img { width: 100%; height: 100%; object-fit: cover; display: block; }

.browse { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 12px 20px 0; }
.browse .cat { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 16px; cursor: pointer; }
.browse .cat .n { font-size: 16px; font-weight: 500; }
.browse .cat .c { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; color: var(--muted); margin-top: 6px; }

.preview-note { margin: 24px 20px 30px; font-size: 11.5px; color: var(--muted); font-weight: 300; line-height: 1.5; }

/* Menu */
.menu-head { padding: 26px 20px 10px; flex: none; }
.menu-head h1 { font-size: 26px; font-weight: 600; letter-spacing: -0.02em; }
.menu-head .sub { font-size: 13px; color: var(--body); margin-top: 6px; font-weight: 300; }
.chips { display: flex; gap: 8px; padding: 12px 20px; overflow-x: auto; flex: none; }
.chip { padding: 10px 16px; border-radius: 8px; font-size: 13px; white-space: nowrap; cursor: pointer; background: #fff; color: var(--ink); border: 1px solid var(--line); }
.chip.on { background: var(--ink); color: var(--cream); border-color: var(--ink); }

.menu-item { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 12px; margin: 0 20px 8px; cursor: pointer; }
.menu-item .ph { width: 66px; height: 66px; flex: none; border-radius: 6px; overflow: hidden; }
.menu-item .ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
.menu-item .mid { flex: 1; min-width: 0; }
.menu-item .n { font-size: 15.5px; font-weight: 500; line-height: 1.25; }
.menu-item .m { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; color: var(--muted); margin-top: 6px; }
.menu-item .s { font-size: 12px; color: var(--body); margin-top: 5px; font-weight: 300; line-height: 1.35; }
.menu-item .chev { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: var(--wine); flex: none; }

/* Detail */
.d-hero { height: 280px; position: relative; flex: none; }
.d-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.d-back { position: absolute; top: 16px; left: 16px; width: 44px; height: 44px; border-radius: 6px; background: rgba(242, 240, 235, 0.92); display: flex; align-items: center; justify-content: center; font-size: 18px; cursor: pointer; }
.d-body { padding: 20px 20px 0; }
.d-cat { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.12em; color: var(--wine); }
.d-name { font-size: 27px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.1; margin-top: 8px; }
.d-meta { display: flex; gap: 10px; margin-top: 12px; font-family: 'IBM Plex Mono', monospace; font-size: 13px; }
.d-desc { font-size: 14.5px; line-height: 1.6; margin-top: 16px; font-weight: 300; }
.d-sec { margin-top: 20px; font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.12em; color: var(--muted); }
.d-list { margin-top: 10px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 4px 16px; }
.d-list .row { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line-soft); font-size: 13.5px; }
.d-list .row:last-child { border-bottom: none; }
.d-list .tick { color: var(--wine); font-family: 'IBM Plex Mono', monospace; font-size: 11px; }
.d-lasts { margin-top: 10px; background: var(--blush); border-radius: 8px; padding: 16px 18px; }
.d-lasts .t { font-size: 14px; font-weight: 500; color: var(--wine); }
.d-lasts .b { font-size: 13px; color: #7A5563; margin-top: 6px; line-height: 1.55; font-weight: 300; }
.d-more { display: flex; gap: 8px; margin-top: 10px; }
.d-more > div { flex: 1; height: 104px; border-radius: 6px; overflow: hidden; }
.d-more img { width: 100%; height: 100%; object-fit: cover; display: block; }
.policy { margin-top: 10px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 16px 18px; }
.policy .row { display: flex; align-items: flex-start; gap: 12px; }
.policy .badge { width: 34px; height: 34px; border-radius: 6px; background: var(--blush); color: var(--wine); display: flex; align-items: center; justify-content: center; font-family: 'IBM Plex Mono', monospace; font-size: 12px; flex: none; }
.policy .t { font-size: 14px; font-weight: 500; }
.policy .b { font-size: 12.5px; color: var(--body); margin-top: 5px; line-height: 1.5; font-weight: 300; }
.policy .sep { height: 1px; background: var(--line-soft); margin: 14px 0; }
.d-cta { flex: none; padding: 12px 20px calc(20px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: var(--bg); display: flex; align-items: center; gap: 12px; }
.d-cta .dur { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; color: var(--muted); }
.d-cta .price { font-family: 'IBM Plex Mono', monospace; font-size: 20px; color: var(--wine); margin-top: 2px; }
.d-cta .go { flex: 1.3; height: 52px; font-size: 15px; font-weight: 500; }
.d-cta .left { flex: 1; }

/* Book */
.b-head { padding: 26px 20px 14px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); flex: none; }
.b-back { width: 44px; height: 44px; border-radius: 6px; border: 1px solid rgba(22, 17, 15, 0.15); display: flex; align-items: center; justify-content: center; font-size: 18px; cursor: pointer; flex: none; }
.b-head .mid { flex: 1; }
.b-head h2 { font-size: 18px; font-weight: 500; margin-top: 2px; }
.b-step { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: var(--wine); }
.b-body { padding: 18px 20px 12px; }
.pick { margin-top: 10px; background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.pick .row { display: flex; align-items: center; gap: 12px; padding: 14px 16px; cursor: pointer; border-bottom: 1px solid var(--line-soft); background: #fff; }
.pick .row:last-child { border-bottom: none; }
.pick .row.on { background: var(--blush); }
.pick .n { font-size: 14.5px; font-weight: 500; }
.pick .m { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; color: var(--muted); margin-top: 4px; }
.pick .mid { flex: 1; min-width: 0; }
.pick .mark { width: 20px; height: 20px; border-radius: 99px; flex: none; border: 1px solid rgba(22, 17, 15, 0.2); }
.pick .row.on .mark { border-color: var(--wine); background: var(--wine); box-shadow: inset 0 0 0 3px var(--blush); }
.team { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; }
.tp { flex: none; width: 92px; padding: 12px 8px; border-radius: 8px; text-align: center; cursor: pointer; background: #fff; border: 1px solid var(--line); }
.tp.on { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.tp .av { width: 34px; height: 34px; border-radius: 6px; margin: 0 auto; display: flex; align-items: center; justify-content: center; font-family: 'IBM Plex Mono', monospace; font-size: 12px; background: var(--blush); color: var(--wine); }
.tp.on .av { background: rgba(242, 240, 235, 0.16); color: var(--cream); }
.tp .n { font-size: 13px; font-weight: 500; margin-top: 8px; }
.tp .r { font-family: 'IBM Plex Mono', monospace; font-size: 9px; opacity: 0.6; margin-top: 3px; }
.days { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; }
.day { flex: none; width: 52px; padding: 10px 0; border-radius: 8px; text-align: center; cursor: pointer; background: #fff; border: 1px solid var(--line); }
.day.on { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.day .dw { font-family: 'IBM Plex Mono', monospace; font-size: 10px; opacity: 0.65; }
.day .dd { font-size: 19px; font-weight: 500; margin-top: 3px; }
.slots { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin-top: 12px; }
.slot { height: 46px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: 'IBM Plex Mono', monospace; font-size: 13.5px; cursor: pointer; background: #fff; border: 1px solid var(--line); }
.slot.on { background: var(--wine); color: var(--cream); border-color: var(--wine); }
.slot.off { background: transparent; color: rgba(22, 17, 15, 0.25); border-color: rgba(22, 17, 15, 0.06); text-decoration: line-through; cursor: default; }
.b-input { width: 100%; height: 50px; margin-top: 8px; border-radius: 8px; border: 1px solid rgba(22, 17, 15, 0.15); background: #fff; padding: 0 14px; font-size: 15px; font-family: Jost, system-ui, sans-serif; color: var(--ink); outline: none; }
.b-input:first-of-type { margin-top: 10px; }
.b-hint { font-size: 11.5px; color: var(--muted); margin-top: 10px; font-weight: 300; line-height: 1.5; }
.cardbox { margin-top: 10px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 15px 16px; }
.cardbox .row { display: flex; align-items: center; gap: 12px; }
.cardbox .chip-icon { width: 40px; height: 28px; border-radius: 4px; background: var(--ink); color: var(--cream); display: flex; align-items: center; justify-content: center; font-family: 'IBM Plex Mono', monospace; font-size: 9px; flex: none; }
.cardbox .t { font-size: 14px; font-weight: 500; }
.cardbox .s { font-size: 12px; color: var(--body); margin-top: 3px; font-weight: 300; }
.cardbox .mid { flex: 1; min-width: 0; }
.cardbox .act { flex: none; height: 38px; padding: 0 14px; border-radius: 6px; display: flex; align-items: center; font-size: 12.5px; cursor: pointer; background: var(--wine); color: var(--cream); border: 1px solid var(--wine); }
.cardbox .act.done { background: #fff; color: var(--wine); border: 1px solid rgba(122, 46, 74, 0.3); }
.cardbox .sep { height: 1px; background: var(--line-soft); margin: 13px 0; }
.cardbox .policy-line { font-size: 12px; color: var(--body); line-height: 1.55; font-weight: 300; }
.b-foot { padding: 12px 20px calc(20px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: var(--bg); display: flex; align-items: center; gap: 12px; flex: none; }
.b-foot .sum { flex: 1; min-width: 0; }
.b-foot .line { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.b-foot .price { font-family: 'IBM Plex Mono', monospace; font-size: 19px; color: var(--wine); margin-top: 3px; }
.pick .row.unbookable { opacity: 0.55; cursor: default; }
.pick .row.unbookable .n { font-weight: 400; }
.pick .callto { flex: none; height: 32px; padding: 0 13px; border-radius: 6px; display: flex; align-items: center; font-size: 12.5px; color: var(--wine); border: 1px solid rgba(122, 46, 74, 0.35); background: #fff; text-decoration: none; }
.pick-note { margin-top: 10px; font-size: 12px; color: var(--body); font-weight: 300; line-height: 1.55; }
.err-box { margin-top: 12px; background: #F4DADA; border-radius: 8px; padding: 14px 16px; font-size: 13px; color: #8A2E2E; line-height: 1.5; }
.err-bar { flex: none; background: #F4DADA; color: #8A2E2E; font-size: 13px; line-height: 1.5; padding: 12px 20px; border-top: 1px solid rgba(138, 46, 46, 0.18); }
.b-foot .line.need { color: var(--wine); }
@keyframes needflash { 0%, 100% { opacity: 1; } 30% { opacity: 0.25; } }
.b-foot .line.flash { animation: needflash 0.45s ease-in-out 2; }
.b-confirm { width: 128px; height: 52px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 500; cursor: pointer; background: var(--wine); color: var(--cream); }
.b-confirm.off { background: rgba(22, 17, 15, 0.08); color: rgba(22, 17, 15, 0.35); cursor: default; }

/* Card hold */
.hold-hero { background: var(--blush); border-radius: 8px; padding: 20px; }
.hold-hero .k { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.12em; color: var(--wine); }
.hold-hero .v { font-size: 34px; font-weight: 600; letter-spacing: -0.03em; margin-top: 10px; line-height: 1.05; }
.hold-hero .s { font-size: 13px; color: var(--body); margin-top: 8px; font-weight: 300; }
.card-field { margin-top: 10px; background: #fff; border: 1px solid rgba(22, 17, 15, 0.15); border-radius: 8px; padding: 16px 14px; }
.card-err { font-size: 12.5px; color: #8A2E2E; margin-top: 8px; line-height: 1.5; font-weight: 300; }
.card-err:empty { display: none; }
.card-hint { font-size: 11.5px; color: var(--muted); margin-top: 12px; font-weight: 300; }

/* Done */
.done-wrap { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 0 20px; }
.done-kicker { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.14em; color: var(--wine); }
.done-time { font-size: 38px; font-weight: 600; letter-spacing: -0.03em; line-height: 1.05; margin-top: 14px; }
.done-line { font-size: 17px; margin-top: 10px; font-weight: 300; }
.done-card { margin-top: 26px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 18px 20px; }
.done-card .row { display: flex; justify-content: space-between; font-size: 13.5px; }
.done-card .row + .row { margin-top: 10px; }
.done-card .k { color: var(--muted); }
.done-actions { display: flex; gap: 8px; margin-top: 14px; }
.done-actions > * { flex: 1; height: 48px; font-size: 13.5px; }

/* Salon */
.s-hero { height: 200px; flex: none; background: var(--blush); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.s-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.s-hero .drop { font-size: 13px; color: var(--wine); font-weight: 300; }
.s-body { padding: 22px 20px 30px; }
.s-name { font-size: 26px; font-weight: 600; letter-spacing: -0.02em; }
.s-addr { font-size: 14px; color: var(--body); margin-top: 8px; font-weight: 300; line-height: 1.5; }
.s-actions { display: flex; gap: 8px; margin-top: 18px; }
.s-actions > a { flex: 1; height: 48px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.hours { margin-top: 24px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 4px 18px; }
.hours .row { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line-soft); font-size: 13.5px; }
.hours .row:last-child { border-bottom: none; }
.hours .d { color: var(--muted); font-weight: 300; }
.hours .t { font-family: 'IBM Plex Mono', monospace; }
.team-list { margin-top: 10px; }
.team-list .row { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
.team-list .av { width: 38px; height: 38px; border-radius: 6px; background: var(--blush); color: var(--wine); display: flex; align-items: center; justify-content: center; font-family: 'IBM Plex Mono', monospace; font-size: 13px; }
.team-list .n { font-size: 14.5px; font-weight: 500; }
.team-list .r { font-size: 12px; color: var(--muted); font-weight: 300; margin-top: 2px; }

@media (min-width: 471px) {
  body { background: #E5E1DA; }
  #app { border-left: 1px solid var(--line); border-right: 1px solid var(--line); background: var(--bg); }
}

/* The visit — several treatments in one appointment run. Trang kept a package
   for every pairing only because the old system could not do this. */
.basket { margin-top: 22px; background: #fff; border: 1px solid rgba(22,17,15,0.1); border-radius: 8px; padding: 14px 16px; }
.basket .b-line { display: flex; align-items: center; gap: 10px; padding: 7px 0; border-bottom: 1px solid rgba(22,17,15,0.06); }
.basket .b-line:last-of-type { border-bottom: 0; }
.basket .b-line .n { flex: 1; min-width: 0; font-size: 14px; }
.basket .b-line .m { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: #8A8078; }
.basket .b-line .p { font-family: 'IBM Plex Mono', monospace; font-size: 13px; min-width: 44px; text-align: right; }
.basket .b-line .x { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center;
  color: #8A2E2E; cursor: pointer; font-size: 13px; }
.basket .b-total { display: flex; justify-content: space-between; align-items: baseline;
  margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(22,17,15,0.12);
  font-family: 'IBM Plex Mono', monospace; font-size: 13px; font-weight: 500; }
.basket .b-note { font-size: 12px; color: #6B625B; font-weight: 300; margin-top: 8px; line-height: 1.5; }

/* Her recent posts. Only ever drawn when the salon has really set it up. */
.section-label .ig-at { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: var(--wine, #7A2E4A); text-decoration: none; }
.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; padding: 0 20px; }
.ig-cell { display: block; aspect-ratio: 1; overflow: hidden; border-radius: 4px; background: rgba(22,17,15,0.06); }
.ig-cell img { width: 100%; height: 100%; object-fit: cover; display: block; }
.basket .b-line .tagx { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 0.08em;
  color: var(--wine, #7A2E4A); background: #EBDFE3; border-radius: 3px; padding: 2px 5px; margin-left: 6px; vertical-align: 1px; }
.basket .b-add { margin-top: 12px; padding: 12px; text-align: center; border-radius: 8px;
  border: 1px dashed rgba(122, 46, 74, 0.45); color: var(--wine, #7A2E4A);
  font-size: 13.5px; font-weight: 500; cursor: pointer; }
