.item[data-qhtap]{cursor:pointer;position:relative;transition:background .15s}
.item[data-qhtap]:active{background:#f2f7f4}
.qhAdded{position:absolute;top:8px;right:10px;background:#0b563f;color:#fff;font-weight:900;font-size:12px;border-radius:999px;padding:4px 10px;animation:qhFadeOut 1.1s forwards;pointer-events:none}
@keyframes qhFadeOut{0%{opacity:1}70%{opacity:1}100%{opacity:0}}
.qhSum{display:none;margin:14px 0;border:1.5px solid #eadfd2;border-radius:16px;background:#fff;padding:6px 14px}
.qhSum.show{display:block}
.qhSum.flash{animation:qhGlow 1.5s ease-out}
@keyframes qhGlow{0%{box-shadow:0 0 0 3px rgba(240,109,79,.45)}100%{box-shadow:0 0 0 3px rgba(240,109,79,0)}}
.qhSumRow{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px dashed #eee}
.qhSumRow:last-child{border-bottom:0}
.qhSumRow button{flex:0 0 34px;width:34px;height:34px;border:1.5px solid #d9c8b2;background:#fbf6ee;border-radius:50%;color:#6b5d4d;font-weight:900;font-size:15px}
.qhSumName{flex:1;font-weight:900;font-size:15px;color:#10212b}
.qhSumPrice{font-weight:950;color:#0b563f;white-space:nowrap;font-size:17px}

/* v172: карточка как заказ */
.item[data-qhtap]{display:grid !important;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}
.item[data-qhtap] .itRight{display:flex;flex-direction:column;align-items:flex-end;gap:6px;white-space:nowrap}
.item[data-qhtap] .itRight .price{font-size:19px;font-weight:950;color:#0b563f;white-space:nowrap}
.addPill{background:#f06d4f;color:#fff;font-weight:900;font-size:13.5px;border-radius:999px;padding:7px 14px;border:0;cursor:pointer}
.item.picked{border-color:#0b563f !important;background:#f4faf7}
.item.picked .addPill{background:#0b563f}
.bookStrip{background:#fff;border:1.5px solid #d8e6dd;color:#0b563f;border-radius:14px;padding:9px 12px;margin:0 0 14px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.bookStrip b{font-size:14.5px;white-space:nowrap}
.bookStrip .steps{display:flex;gap:6px;font-size:12px;flex-wrap:wrap;margin:0}
.bookStrip .steps span{background:#eef5f1;color:#0b563f;border-radius:999px;padding:3px 9px;font-weight:800}
.qhSticky{position:fixed;left:0;right:0;bottom:0;background:#0b563f;color:#fff;padding:12px 16px;display:none;align-items:center;gap:12px;box-shadow:0 -6px 20px rgba(0,0,0,.12);z-index:60}
.qhSticky.show{display:flex}
.qhSticky .sTot{flex:1;font-weight:900;font-size:15px}
.qhSticky a{background:#f06d4f;color:#fff;font-weight:950;border-radius:12px;padding:11px 18px;text-decoration:none;white-space:nowrap}
body.qhHasSticky{padding-bottom:78px}
.fineprint{color:#62727b;font-size:13px;line-height:1.4;margin-top:14px}

.chip.qhDisabled{opacity:.38;pointer-events:none;text-decoration:line-through}
.chips[data-group="day"] .chip.qhDisabled{text-decoration:none}

/* v181: глобальный поиск */
.qhSearch{position:fixed;left:0;right:0;bottom:0;background:transparent;pointer-events:none;padding:0 12px calc(10px + env(safe-area-inset-bottom));display:none;z-index:59}
.qhSearch.show{display:block}
.qhSearchInner{max-width:720px;margin:0 auto;position:relative;pointer-events:auto}
.qhSearchRow{display:flex;align-items:center;gap:0;margin:0;background:#fff;border-radius:999px;box-shadow:0 4px 18px rgba(16,33,43,.14);padding:5px 5px 5px 18px}
.qhSearchRow input{flex:1;min-width:0;border:0;padding:10px 8px 10px 0;font-size:16px;background:transparent}
.qhSearchRow input:focus{outline:none}
.qhSearchRow button{flex:0 0 40px;height:40px;border:2px solid #d9d2c7;border-radius:50%;background:#fff;font-size:17px;cursor:default;transition:border-color .15s,color .15s}
.qhSearchRow button.active{border-color:#f06d4f;cursor:pointer}
.qhSearchRow button:disabled{pointer-events:none}
.qhSearchClose{position:absolute;top:-9px;right:2px;width:22px;height:22px;line-height:20px;border:0;border-radius:50%;background:rgba(16,33,43,.28);color:#fff;font-size:11px;font-weight:900;padding:0;cursor:pointer}
.qhSearchMini{position:fixed;right:14px;bottom:calc(14px + env(safe-area-inset-bottom));width:48px;height:48px;border-radius:50%;border:0;background:#0b563f;color:#fff;font-size:19px;display:none;z-index:59;box-shadow:0 4px 14px rgba(0,0,0,.18);cursor:pointer}
.qhSearchMini.show{display:block}
body.qhHasSearch{padding-bottom:84px}
.qhSticky .qhStickySearch{flex:0 0 40px;width:40px;height:40px;border-radius:10px;border:0;background:rgba(255,255,255,.14);font-size:16px;cursor:pointer}
.qhSticky{padding-bottom:calc(12px + env(safe-area-inset-bottom))}

.qhSearchGo{color:#c9c1b4;font-weight:900;font-size:20px;line-height:1}
.qhSearchGo.active{color:#f06d4f}

/* v193: поиск из шапки */
.qhHeadSearch{margin-left:auto;margin-right:6px;display:inline-flex;align-items:center;justify-content:center;color:#0b563f;background:none !important;border:0 !important;width:44px;height:44px;border-radius:0;padding:0}
.qhHeadSearch svg{display:block}
.qhSearch.overCart{bottom:72px;padding-bottom:8px}

.qhSticky .sTot{cursor:pointer}
