/* Shopping directory: a checklist sidebar and compact linked rows. */
.shopping-page .sh-wrap{max-width:1440px}
.sh-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:8px 0 22px}
.sh-heading h1{margin:0 0 7px;font-size:clamp(26px,3vw,36px);letter-spacing:-.04em}
.sh-heading p{margin:0;color:var(--muted);font-size:1rem;line-height:1.6}
.sh-summary{font-size:.8125rem;white-space:nowrap;color:var(--muted)}
.sh-product-search{padding:20px 24px;margin:0 0 26px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}
.sh-product-search>label{display:block;font-size:.9375rem;font-weight:700;margin-bottom:10px}
.sh-product-search-box{display:flex;align-items:center;gap:12px;padding:7px 8px 7px 16px;border:1px solid var(--line);border-radius:9px;background:var(--bg)}
.sh-product-search-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}
.sh-product-search-box>i{color:var(--muted);font-size:16px;flex:none}
.sh-product-search-box input{flex:1;width:100%;min-width:0;border:0;background:transparent;color:var(--text);font:inherit;font-size:1rem;padding:8px 0}
.sh-product-search-box input:focus-visible{outline:none}
.sh-product-search-box button{flex:none;min-height:40px;padding:9px 23px;border:0;border-radius:6px;background:var(--text);color:var(--surface);font:inherit;font-size:.875rem;font-weight:600;cursor:pointer}
.sh-product-search-note{display:flex;align-items:baseline;justify-content:space-between;gap:8px 20px;flex-wrap:wrap;margin-top:10px;font-size:.75rem}
.sh-product-search-note p{margin:0;color:var(--muted);line-height:1.7}
.sh-product-search-note a{color:var(--accent);white-space:nowrap;padding:3px 0;text-underline-offset:3px}
.sh-product-search-note a:hover{text-decoration:underline}
@media(max-width:600px){.sh-product-search{padding:16px;margin-bottom:20px}.sh-product-search-box{gap:9px;padding-inline-start:12px}.sh-product-search-box button{padding:9px 15px}.sh-product-search-box input::placeholder{font-size:.875rem}}
.sh-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:30px;align-items:start}
.sh-sidebar{min-width:0;position:sticky;top:16px}
.sh-sidebar-panel{border:1px solid var(--line);border-radius:10px;background:var(--surface);overflow:hidden}
.sh-sidebar-panel>summary{display:flex;justify-content:space-between;cursor:pointer;list-style:none;padding:17px 16px;font-weight:700;font-size:1rem;border-bottom:1px solid var(--line)}
.sh-sidebar-panel>summary::-webkit-details-marker{display:none}
.sh-sidebar-body{padding:14px 10px}
.sh-category-search{display:flex;gap:4px;border:1px solid var(--line);border-radius:7px;overflow:hidden;margin:0 4px 12px;background:var(--bg)}
.sh-category-search input{width:0;min-width:0;flex:1;background:transparent;color:var(--text);border:0;padding:11px 10px;font:inherit;font-size:.875rem}
.sh-category-search button{background:transparent;color:var(--muted);border:0;cursor:pointer;min-width:38px}
.sh-sidebar-actions{display:flex;justify-content:space-between;align-items:center;gap:8px;margin:0 4px;color:var(--muted);font-size:.75rem}
.sh-sidebar-actions a{color:var(--accent);padding:8px 0}
.sh-category-status{font-size:.75rem;color:var(--muted);margin:6px 5px 10px;line-height:1.5}
.sh-tree,.sh-tree ul{list-style:none;padding:0;margin:0}
.sh-tree{max-height:min(650px,65vh);overflow:auto;scrollbar-width:thin;overscroll-behavior:contain}
.sh-tree ul{margin-left:18px;padding-left:5px;border-left:1px solid var(--line)}
.sh-tree-row{display:flex;align-items:center;min-height:45px;border-radius:6px;gap:2px}
.sh-tree-row:has(input:checked),.sh-tree-row:hover{background:var(--accent-soft)}
.sh-tree-row label{display:flex;align-items:center;gap:8px;min-width:0;flex:1;cursor:pointer;padding:6px 7px 6px 0;font-size:.8125rem;line-height:1.45}
.sh-tree-row label>span{min-width:0;flex:1;overflow-wrap:anywhere}
.sh-tree-row label>span>small{display:block;font-size:.6875rem;color:var(--muted);margin-top:3px}
.sh-tree-row input{width:15px;height:15px;flex:none;accent-color:var(--accent);margin:0;cursor:pointer}
.sh-tree-row img{width:32px;height:32px;max-width:32px;border-radius:5px;object-fit:cover;flex:none}
.sh-tree-count{color:var(--muted);font-size:.6875rem;font-variant-numeric:tabular-nums;min-width:13px;text-align:right}
.sh-expand,.sh-tree-spacer{flex:none;width:23px;height:34px;display:inline-flex;align-items:center;justify-content:center;font-size:21px;color:var(--muted)}
.sh-expand[aria-expanded=true]{transform:rotate(90deg)}
.sh-expand:focus-visible,.sh-tree-row input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
.sh-tree-path{padding:5px;display:flex;gap:6px;flex-wrap:wrap;font-size:.75rem;color:var(--accent)}
.sh-tree-path a:not(:last-child)::after{content:' ›';color:var(--muted)}
.sh-more-categories,.sh-load-more{display:block;padding:12px;border:0;background:transparent;color:var(--accent);font:inherit;font-size:.8125rem;cursor:pointer}
.sh-apply{width:100%;border:0;border-radius:6px;background:var(--text);color:var(--surface);padding:11px;font:inherit;cursor:pointer;margin:12px 0 0;font-size:.875rem;font-weight:600}
.sh-sidebar-note{margin:14px 4px 0;font-size:.6875rem;color:var(--muted);line-height:1.65}
.sh-results{min-width:0}
.shopping-page .sh-results:focus{outline:none}
.sh-result-heading{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:1px 0 17px}
.sh-result-heading h2{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.03em}
.sh-result-heading h2>span{font-size:1rem;font-weight:500;color:var(--accent);padding-left:5px}
.sh-result-heading>span{font-size:.75rem;color:var(--muted)}
.sh-result-heading i{margin-left:5px}
.sh-selected{display:flex;flex-wrap:wrap;gap:7px;padding:0 0 16px}
.sh-selected a{border:1px solid var(--line);border-radius:5px;background:var(--accent-soft);color:var(--accent);padding:6px 8px;font-size:.75rem;display:flex;gap:9px;align-items:center}
.sh-list-head{display:grid;grid-template-columns:minmax(0,1fr) 100px 140px 90px;gap:16px;padding:11px 12px;border-top:2px solid var(--text);border-bottom:1px solid var(--line);font-size:.75rem;color:var(--muted);background:var(--surface)}
.sh-list-head>span:nth-child(3){text-align:right}
.sh-list-head>span:last-child{text-align:right}
.sh-product-list{list-style:none;margin:0;padding:0}
.sh-product-row{display:grid;grid-template-columns:minmax(0,1fr) 100px 140px 90px;gap:16px;align-items:center;padding:16px 12px;border-bottom:1px solid var(--line)}
.sh-product-row:hover{background:var(--accent-soft)}
.sh-product-main{display:flex;align-items:center;gap:15px;min-width:0}
.sh-product-main img{width:60px;height:60px;border-radius:7px;object-fit:cover;flex:none}
.sh-product-main>span{min-width:0}
.sh-product-main small{display:block;font-size:.6875rem;color:var(--muted);margin-bottom:5px;line-height:1.5}
.sh-product-main strong{display:block;font-size:.9375rem;font-weight:600;line-height:1.65;overflow-wrap:anywhere;word-break:keep-all}
.sh-product-main:hover strong{text-decoration:underline;text-underline-offset:4px}
.sh-store{font-size:.75rem;color:var(--muted);line-height:1.65;overflow-wrap:anywhere}
.sh-price{text-align:right;font-variant-numeric:tabular-nums;line-height:1.5;min-width:0}
.sh-price del{display:block;color:var(--muted);font-size:.6875rem}
.sh-price>strong{display:block;font-size:1rem;white-space:nowrap;color:var(--text);letter-spacing:-.025em}
.sh-price strong small{font-size:.75rem;font-weight:500;margin-inline-start:2px}
.sh-price-date{display:block;font-size:.625rem;color:var(--muted);margin-top:3px}
.sh-price-pending{font-size:.75rem;color:var(--muted)}
.sh-open{display:flex;justify-content:center;gap:9px;align-items:center;border:1px solid var(--line);border-radius:5px;padding:9px 8px;font-size:.75rem;background:var(--surface);white-space:nowrap}
.sh-open:hover{border-color:var(--accent);color:var(--accent)}
.sh-mobile-store{display:none}
.sh-list-note{font-size:.75rem;line-height:1.8;color:var(--muted);margin:20px 0 5px}
.sh-updated{font-size:.6875rem;line-height:1.7;color:var(--muted);margin:0}
.sh-empty{padding:70px 24px;text-align:center;border-bottom:1px solid var(--line)}
.sh-empty>i{font-size:30px;color:var(--muted);margin-bottom:10px}
.sh-empty h3,.sh-empty h2{font-size:1.125rem;margin:10px 0}
.sh-empty p{font-size:.875rem;line-height:1.8;color:var(--muted);max-width:420px;margin:10px auto 18px}
.sh-empty a{font-size:.875rem;color:var(--accent);text-decoration:underline;text-underline-offset:4px}
.sh-source-note{margin-top:32px;border-top:1px solid var(--line);padding:18px 0;color:var(--muted);font-size:.8125rem;line-height:1.8}
.sh-source-note summary{cursor:pointer}.sh-source-note a{color:var(--accent)}
.shopping-page .kw-breadcrumb{font-size:.8125rem}.shopping-page .kw-header-search input{font-size:1rem}
@media(min-width:761px){.sh-sidebar-panel>summary{pointer-events:none}.sh-sidebar-panel>summary>span{display:none}}
@media(max-width:1100px){.sh-layout{grid-template-columns:250px minmax(0,1fr);gap:20px}.sh-list-head,.sh-product-row{grid-template-columns:minmax(0,1fr) 130px 80px;gap:12px}.sh-store,.sh-list-head>span:nth-child(2){display:none}.sh-mobile-store{display:block;font-size:.6875rem;color:var(--muted);margin-top:5px}}
@media(max-width:760px){.sh-heading{display:block}.sh-summary{display:block;margin-top:12px}.sh-layout{grid-template-columns:minmax(0,1fr);gap:22px}.sh-sidebar{position:static}.sh-tree{max-height:320px}.sh-sidebar-body{padding:12px}.sh-sidebar-panel>summary{padding:14px}.sh-tree-row label{font-size:.875rem}.sh-list-head{padding:10px 0;grid-template-columns:minmax(0,1fr) 80px}.sh-list-head>span:nth-child(3){display:none}.sh-product-row{padding:16px 0;gap:10px;grid-template-columns:minmax(0,1fr) 90px}.sh-product-main{gap:11px;grid-column:1/-1}.sh-product-main img{width:48px;height:48px}.sh-product-main strong{font-size:.8125rem;word-break:normal}.sh-price{text-align:start;padding-inline-start:59px}.sh-price>strong{font-size:1.0625rem}.sh-price-date{font-size:.6875rem}.sh-open{font-size:.75rem;gap:5px;padding:9px 4px}.sh-heading p{font-size:.875rem}.shopping-page .kw-brand-note{display:none}.shopping-page .kw-header{gap:10px}.shopping-page .kw-header-search{width:auto;flex:1}}
@media(max-width:600px){.shopping-page .kw-header{flex-wrap:wrap;padding:12px 0;gap:10px}.shopping-page .kw-header .brand{order:0}.shopping-page .kw-header .site-locale{order:1;margin-left:auto}.shopping-page .kw-header .kw-theme{order:2}.shopping-page .kw-header .kw-header-search{order:3;flex:1 0 100%;width:100%;max-width:none;margin:0}}
