:root{--shop-bar-top:0px}.shop-page{padding:22px var(--page-pad) 70px;background:#fff}.shop-crumbs{display:flex;align-items:center;gap:8px;font-size:12.5px;margin-bottom:18px}.shop-crumbs,.shop-crumbs a{color:var(--muted)}.shop-crumbs a:hover{color:var(--green)}.shop-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:22px}.shop-head h1{margin:0 0 6px;font-size:clamp(21px,2.8vw,30px)}.shop-count{margin:0;font-size:13px;color:var(--muted)}.shop-search{display:flex;align-items:center;gap:8px;background:#fff;border:1.5px solid var(--line);border-radius:999px;padding:6px;min-width:min(340px,100%);transition:border-color .2s ease,box-shadow .2s ease}.shop-search:focus-within{border-color:var(--green);box-shadow:0 0 0 4px rgba(240,204,112,.3)}.shop-search input{flex:1;min-width:0;border:0;background:transparent;font-family:inherit;font-size:13.5px;color:var(--ink);padding:8px 14px;outline:none}.shop-search button{flex-shrink:0;background:var(--green);color:#fff;font-weight:800;font-size:13px;border-radius:999px;padding:10px 22px}.shop-search button:hover{background:var(--green-deep)}.shop-layout{display:grid;grid-template-columns:240px 1fr;gap:22px;align-items:start}.shop-filters{position:sticky;top:96px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:6px 18px 18px}.shop-filter-block{padding:14px 0;border-bottom:1px solid var(--line)}.shop-filter-block:last-of-type{border-bottom:0}.shop-filter-block h2{margin:0 0 12px;font-size:13.5px;font-weight:800;color:var(--ink)}.shop-cats{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.shop-cats a{display:block;padding:8px 10px;border-radius:10px;font-size:13px;color:#4a564f;transition:background .18s ease,color .18s ease}.shop-cats a:hover{background:var(--surface)}.shop-cats a.is-active{background:var(--green);color:#fff;font-weight:700}.shop-tree-branch>summary{display:flex;align-items:center;gap:4px;list-style:none;cursor:default}.shop-tree-branch>summary::-webkit-details-marker{display:none}.shop-tree-branch>summary>a{flex:1;min-width:0}.shop-tree-chevron{display:grid;place-items:center;flex-shrink:0;width:32px;height:32px;border-radius:8px;color:var(--muted);cursor:pointer;transition:background .18s ease,transform .2s ease}.shop-tree-chevron:hover{background:var(--surface);color:var(--green)}.shop-tree-branch[open]>summary .shop-tree-chevron{transform:rotate(180deg)}.shop-tree-branch>summary:focus-visible{outline:2px solid var(--green);outline-offset:2px;border-radius:10px}.shop-tree-children{list-style:none;margin:2px 0 4px;padding:0;padding-inline-start:12px;border-inline-start:1px solid var(--line);margin-inline-start:10px;display:flex;flex-direction:column;gap:2px}.shop-tree-children a{font-size:12.5px}@media (prefers-reduced-motion:reduce){.shop-tree-chevron{transition:none}}.shop-price{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px}.shop-price input{width:100%;min-width:0;border:1.5px solid var(--line);border-radius:10px;padding:9px 10px;font-family:inherit;font-size:12.5px;color:var(--ink);text-align:center}.shop-price input:focus{outline:none;border-color:var(--green)}.shop-price span{font-size:12px;color:var(--muted)}.shop-price button{grid-column:1/-1;margin-top:4px;background:var(--surface);color:var(--green-deep);font-weight:800;font-size:12.5px;border-radius:10px;padding:10px}.shop-price button:hover{background:var(--gray)}.shop-toggle{display:flex;align-items:center;gap:9px;font-size:13px;color:#4a564f}.shop-toggle-box{position:relative;width:17px;height:17px;border-radius:5px;border:1.5px solid #c6cec4;flex-shrink:0;transition:background .18s ease,border-color .18s ease}.shop-toggle-box:after{content:"";position:absolute;top:1px;left:4.5px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0}.shop-toggle.is-active{color:var(--ink);font-weight:700}.shop-toggle.is-active .shop-toggle-box{background:var(--green);border-color:var(--green)}.shop-toggle.is-active .shop-toggle-box:after{opacity:1}.shop-clear{display:inline-block;margin-top:12px;font-size:12.5px;font-weight:800;color:var(--err)}.shop-clear:hover{text-decoration:underline}.shop-results{min-width:0}.shop-sorts{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:16px;font-size:12.5px;color:var(--muted)}.shop-sort{background:var(--surface);color:#37453d;font-size:12.5px;font-weight:700;padding:8px 16px;border-radius:999px;transition:background .18s ease,color .18s ease}.shop-sort:hover{background:var(--gray)}.shop-sort.is-active{background:var(--green);color:#fff}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px}.shop-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.shop-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(24,37,31,.11)}.shop-card-media{position:relative;display:block;aspect-ratio:1/1;background:var(--surface-sunken);overflow:hidden}.shop-card-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.shop-card:hover .shop-card-media img{transform:scale(1.05)}.shop-card-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,var(--gray),#f3f3f3)}.shop-card-off{top:10px;inset-inline-end:10px;background:var(--attention);color:#fff;font-size:11px;padding:5px 10px;border-radius:999px}.shop-card-off,.shop-card-out{position:absolute;font-weight:800}.shop-card-out{inset:0;display:grid;place-items:center;background:rgba(255,255,255,.72);color:var(--ink);font-size:13px}.shop-card-body{flex:1;padding:12px 14px 16px;display:flex;flex-direction:column;gap:6px}.shop-card-title{font-size:13.5px;font-weight:700;line-height:1.9;min-height:3.8em;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-card-title:hover{color:var(--green)}.shop-card-foot{margin-top:auto;padding-top:8px;display:flex;align-items:flex-end;gap:8px}.shop-card-price{display:flex;flex-direction:column;gap:2px}.shop-card-price s{font-size:11.5px;line-height:1.7;min-height:1.7em;color:var(--muted)}.shop-card-price strong{font-size:15px;color:var(--ink)}.shop-card-price small{font-size:11px;font-weight:500;color:var(--muted)}.shop-card-body>.quick-add-btn{margin-top:4px}.shop-card-foot{justify-content:flex-end}.shop-card-price{align-items:flex-end;text-align:left}.shop-card-low{margin:0;font-size:11px;font-weight:700;line-height:1.8;min-height:1.8em;color:var(--attention)}.shop-empty{padding:60px 0;text-align:center;color:var(--muted);font-size:14px}.shop-pages{display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap;margin-top:34px}.shop-page-btn{min-width:38px;height:38px;padding:0 12px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;font-size:13px;font-weight:700;color:#4a564f;transition:background .18s ease,color .18s ease,border-color .18s ease}.shop-page-btn:hover{background:var(--surface)}.shop-page-btn.is-active{background:var(--green);border-color:var(--green);color:#fff}.shop-page-btn.is-disabled{opacity:.45;pointer-events:none}.shop-bar,.shop-sheet-backdrop,.shop-sheet-foot,.shop-sheet-head,.shop-subcats{display:none}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:16px}.shop-toolbar .shop-sorts{margin-bottom:0}.shop-find{display:flex;align-items:center;gap:8px;width:clamp(210px,26%,300px);height:42px;padding-inline:14px;border:1.5px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.shop-find:focus-within{border-color:var(--green);background:#fff;color:var(--green);box-shadow:0 0 0 4px rgba(240,204,112,.3)}.shop-find input{flex:1;min-width:0;border:0;background:transparent;font-family:inherit;font-size:13.5px;color:var(--ink);outline:none}.shop-active{display:flex;flex-wrap:wrap;margin:-4px 0 16px}.shop-active,.shop-chip{align-items:center;gap:8px}.shop-chip{display:inline-flex;min-height:34px;padding-inline:14px 6px;border:1px solid var(--line);border-radius:999px;background:var(--cream);color:var(--green-deep);font-size:12.5px;font-weight:800;transition:background .18s ease,color .18s ease}.shop-chip span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#fff;font-size:15px;line-height:1}.shop-chip:hover{background:var(--green);color:#fff}.shop-chip:hover span{color:var(--green)}.shop-chip-clear{font-size:12.5px;font-weight:800;color:var(--err)}.shop-empty p{margin:0 0 16px}.shop-empty-actions{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap}.shop-empty-actions .shop-clear{margin-top:0}.shop-empty-primary{background:var(--green);color:#fff;font-size:13px;font-weight:800;padding:11px 20px;border-radius:999px}.shop-empty-primary:hover{background:var(--green-deep)}@media (max-width:720px){.shop-page{padding-inline:var(--page-pad)}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shop-card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.7;min-height:calc(2 * 14px * 1.7)}.shop-card-price{display:flex;align-items:baseline;flex-wrap:nowrap;gap:5px}.shop-card-price strong{white-space:nowrap}}@media (max-width:1023px){.shop-page{padding-top:14px}.shop-head{margin-bottom:12px}.shop-layout{grid-template-columns:1fr}.shop-filter-cats,.shop-find,.shop-sorts-label{display:none}.shop-subcats{display:flex;gap:8px;overflow-x:auto;margin-inline:calc(-1 * var(--page-pad));padding:2px var(--page-pad) 12px;scroll-padding-inline:var(--page-pad);scrollbar-width:none}.shop-subcats::-webkit-scrollbar{display:none}.shop-subcat{flex:0 0 auto;display:inline-flex;align-items:center;min-height:38px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#37453d;font-size:13px;font-weight:700;white-space:nowrap}.shop-subcat.is-active{background:var(--green);border-color:var(--green);color:#fff}.shop-bar{display:flex;gap:10px;position:sticky;top:var(--shop-bar-top,0);z-index:15;margin:0 calc(-1 * var(--page-pad)) 14px;padding:10px var(--page-pad);background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.shop-bar-btn{flex:1;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border:1.5px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);font:inherit;font-size:13.5px;font-weight:800;cursor:pointer}.shop-bar-btn svg{flex-shrink:0;color:var(--green)}.shop-bar-sort{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-bar-count{display:grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--green);color:#fff;font-size:11.5px}.shop-toolbar{margin:0}.shop-filters.shop-sheet,.shop-sheet{position:fixed;inset-inline:0;inset-block-end:0;top:auto;z-index:66;max-height:min(85svh,640px);overflow-y:auto;overscroll-behavior:contain;margin:0;padding:0 20px calc(16px + env(safe-area-inset-bottom, 0px));background:#fff;border:0;border-radius:24px 24px 0 0;box-shadow:0 -18px 48px rgba(12,42,24,.18);transform:translateY(105%);visibility:hidden;transition:transform .26s cubic-bezier(.2,.8,.2,1),visibility 0s linear .26s}.shop-sheet[data-open]{transform:none;visibility:visible;transition:transform .26s cubic-bezier(.2,.8,.2,1),visibility 0s}.shop-sheet-head{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1;padding:20px 0 12px;background:#fff;border-bottom:1px solid var(--line)}.shop-sheet-head:before{content:"";position:absolute;top:8px;left:50%;width:40px;height:4px;margin-left:-20px;border-radius:4px;background:var(--line)}.shop-sheet-head h2{margin:0;font-size:16px;font-weight:800;color:var(--ink)}.shop-sheet-x{width:44px;height:44px;border-radius:50%;background:var(--surface);color:var(--ink);font-size:22px;line-height:1}.shop-sheet-foot{display:block;position:sticky;bottom:0;padding-top:12px;background:#fff}.shop-sheet-done{width:100%;min-height:48px;border-radius:14px;background:var(--green);color:#fff;font-size:14px;font-weight:800}.shop-sheet-backdrop{display:block;position:fixed;inset:0;z-index:65;background:rgba(12,26,18,.45);animation:shop-fade .2s ease both}.shop-sorts.shop-sheet{display:flex;flex-direction:column;align-items:stretch;flex-wrap:nowrap;gap:0}.shop-sorts .shop-sort{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 4px;border-radius:0;border-bottom:1px solid var(--line);background:none;color:var(--ink);font-size:14px}.shop-sorts .shop-sort:last-child{border-bottom:0}.shop-sorts .shop-sort.is-active{background:none;color:var(--green);font-weight:800}.shop-sorts .shop-sort.is-active:after{content:"✓";font-size:16px}.shop-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}body:has(.shop-sheet[data-open]){overflow:hidden}}@media (max-width:720px){.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-results .shop-grid{grid-template-columns:1fr;gap:0}.shop-results .shop-card{position:relative;display:grid;grid-template-columns:112px minmax(0,1fr);-moz-column-gap:14px;column-gap:14px;align-items:start;padding:16px 0;background:transparent;border:0;border-bottom:1px solid var(--line);border-radius:0;overflow:visible}.shop-results .shop-card:last-child{border-bottom:0}.shop-results .shop-card:hover{transform:none;box-shadow:none}.shop-results .shop-card-media{grid-column:1;grid-row:1/span 2;width:112px;border-radius:10px;background:var(--surface-sunken)}.shop-results .shop-card:hover .shop-card-media img{transform:none}.shop-results .shop-card-off{top:6px;inset-inline-end:6px;padding:2px 7px;font-size:10.5px}.shop-results .shop-card-out{inset:auto 6px 6px auto;display:inline-block;padding:2px 7px;border-radius:7px;background:rgba(24,37,31,.8);color:#fff;font-size:10.5px}.shop-results .shop-card>.fav-btn{top:22px;inset-inline-start:6px}.shop-results .shop-card-body{grid-column:2;padding:0;gap:4px}.shop-results .shop-card-title{font-size:13.5px;line-height:1.8;min-height:0}.shop-results .shop-card .card-note{min-height:0}.shop-results .shop-card-low{font-size:11px;min-height:0}.shop-results .shop-card-low:empty,.shop-results .shop-card-price s:empty{display:none}.shop-results .shop-card-foot{padding-top:2px}.shop-results .shop-card-price{display:flex;flex-direction:column-reverse;align-items:flex-end;gap:0}.shop-results .shop-card-price strong{font-size:15px}.shop-results .shop-card-body>.quick-add-btn{margin-top:6px}}@keyframes shop-fade{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.shop-sheet,.shop-sheet-backdrop,.shop-sheet[data-open]{transition:none;animation:none}.shop-card,.shop-card-media img,.shop-cats a,.shop-sort{transition:none}}@media (pointer:coarse){.shop-subcats{overflow-x:hidden;scroll-snap-type:none}}