:root{color-scheme:light dark;--bg:#f3f5f7;--surface:#fff;--soft:#f6f8fa;--text:#19232d;--muted:#637082;--line:#d9e0e7;--accent:#124e76;--accent-soft:#e9f2f8;--price:#cf173c;--stock:#087969;--shadow:0 2px 4px #152a4010;--radius:12px;--header-height:115px}
@media(prefers-color-scheme:dark){:root{--bg:#10151b;--surface:#1a222b;--soft:#202b35;--text:#edf2f7;--muted:#a5b3c2;--line:#36434f;--accent:#8bc7f0;--accent-soft:#233d50;--price:#ff7892;--stock:#70cbbb;--shadow:0 2px 6px #0002}}
body[data-site="bass"]{--accent:#2d8cff;--accent-soft:#e7f2ff;--site-header:linear-gradient(180deg,#2d8cff 0%,#187bff 100%);--site-header-line:#105fcc}
body[data-site="trout"]{--accent:#218c74;--accent-soft:#e5f5f0;--site-header:linear-gradient(to bottom right,rgba(33,140,116,.9) 0%,#28784a 50%,#0a7350 100%);--site-header-line:#1d5e08}
body[data-site="salt"]{--accent:#474787;--accent-soft:#eeeeff;--site-header:linear-gradient(to bottom right,rgba(71,71,135,.95) 0%,#6a5acd 50%,#474787 100%);--site-header-line:#231b59}
@media(prefers-color-scheme:dark){body[data-site="bass"]{--accent:#78baff;--accent-soft:#183a5d}body[data-site="trout"]{--accent:#5fd0b4;--accent-soft:#173c34}body[data-site="salt"]{--accent:#aaa9ef;--accent-soft:#323255}}
*{box-sizing:border-box}html{scroll-padding-top:130px}body{margin:0;background:var(--bg);color:var(--text);font-family: "Open Sans", sans-serif,'Meiryo',sans-serif;font-size:14px;line-height:1.55}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}button,input,select{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button,select,summary{cursor:pointer}button,input,select{border:1px solid var(--line);background:var(--soft);color:var(--text);border-radius:8px;padding:10px 12px;max-width:100%}input{min-width:0}input:focus,select:focus{outline:2px solid var(--accent);outline-offset:2px}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:3px}button:hover,.button:hover{border-color:var(--accent)}[hidden]{display:none!important}img{display:block;max-width:100%;object-fit:contain}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(24px,2.4vw,38px);line-height:1.35;letter-spacing:-.035em;margin-bottom:20px;overflow-wrap:anywhere}h2{font-size:21px;line-height:1.4;margin-bottom:0}h3{font-size:16px}small{font-size:12px}.muted{color:var(--muted)}.shell{max-width:1540px;padding:0 30px;margin:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:15px;z-index:100;background:var(--surface);padding:10px}.skip-link:focus{top:5px}.preview-bar{display:flex;justify-content:center;gap:22px;align-items:center;background:#162430;color:#c9d6e1;padding:5px 20px;font-size:11px;letter-spacing:.02em}.preview-bar>span:first-child{color:#fff;font-weight:bold;letter-spacing:.12em}.preview-bar a{color:#c9d6e1;text-decoration:underline}.portal{height:43px;display:flex;justify-content:center;gap:12px;background:var(--surface);border-bottom:1px solid var(--line)}.portal a{display:flex;gap:10px;align-items:center;justify-content:center;padding:0 30px;font-weight:600;font-size:13px;border-bottom:3px solid transparent}.portal a[aria-current]{border-color:#21658e;color:var(--accent)}.portal img{width:40px;height:30px}.site-header{background:#113c5b;color:#fff;position:sticky;top:0;z-index:30;box-shadow:0 8px 20px #07172518}.header-inner{max-width:1600px;margin:auto;padding:16px 30px 9px;display:grid;grid-template-columns:240px minmax(200px,1fr) auto;gap:30px;align-items:start}.logo{display:block}.logo img{width:240px;height:41px}.logo small{display:block;font-size:9px;color:#d6e6f0;letter-spacing:.2em;padding-top:5px}.search-form{display:flex;height:46px}.search-form input{border:0;border-radius:9px 0 0 9px;background:#fff;color:#172530;width:100%;padding-left:17px;box-shadow:none}.search-submit{border:0;border-radius:0 9px 9px 0;background:#f3b817;color:#172530;font-weight:700;min-width:85px}.history-strip{display:flex;align-items:center;gap:14px;height:28px;margin-top:3px;overflow:hidden;font-size:11px}.history-strip #historyInline{flex:1;white-space:nowrap;overflow:hidden;display:flex;gap:16px}.history-strip a{color:#e5eef5;flex-shrink:0}.history-strip button{flex-shrink:0;background:none;color:#e5eef5;border-color:#ffffff50;border-radius:4px;padding:1px 7px;font-size:10px}.account{display:flex;gap:6px}.account a{border:1px solid #ffffff35;border-radius:8px;display:flex;align-items:center;flex-direction:column;justify-content:center;min-width:61px;height:47px;color:#fff;font-size:10px;line-height:1.4}.account span{font-size:20px;line-height:22px}.utility{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:56px;padding:10px 0;font-size:12px}.breadcrumbs{display:flex;gap:9px;flex-wrap:wrap;color:var(--muted)}.breadcrumbs a:hover{text-decoration:underline}.currency{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--muted)}.currency select{padding:3px 4px;border-radius:4px;font-size:11px}.currency small{font-size:10px}.home-intro{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:14px 0 27px}.eyebrow{font-size:11px;letter-spacing:.15em;color:var(--accent);font-weight:700;margin-bottom:9px}.eyebrow span{font-weight:400;color:var(--muted);letter-spacing:.05em}.home-intro h1{font-size:clamp(24px,2.4vw,36px);margin-bottom:10px}.home-intro p:last-child{color:var(--muted);margin-bottom:0;font-size:13px}.stock-total{border-left:1px solid var(--line);padding:0 0 0 30px;flex-shrink:0;color:var(--accent)}.stock-total strong{display:block;font-size:36px;letter-spacing:-.06em;line-height:1.2}.stock-total span{font-size:11px}.section{margin:0 0 38px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:18px;border-bottom:1px solid var(--line);padding:0 0 13px;margin-bottom:16px}.section-head h2{border-left:4px solid var(--accent);padding-left:12px}.section-head>a{font-size:12px;color:var(--muted);white-space:nowrap}.section-head>a:hover{text-decoration:underline}.notice{background:var(--accent-soft);border:1px solid var(--line);border-radius:var(--radius);padding:13px 18px;margin-bottom:20px;font-size:12px}.notice p{margin:4px 0}.notice a{text-decoration:underline}.notice h3,.notice h4{margin:5px 0}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.category-card{display:flex;align-items:center;gap:15px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:9px 14px;min-height:90px;transition:border-color .15s,box-shadow .15s}.category-card:hover{border-color:var(--accent);box-shadow:var(--shadow)}.category-card img{width:100px;height:70px;flex-shrink:0}.category-card span{flex:1;min-width:0}.category-card strong{display:block;font-size:15px;line-height:1.3}.category-card small{display:block;margin-top:5px;color:var(--muted);font-size:11px}.category-card b{font-size:21px;color:var(--muted);font-weight:400}.other-shops{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin:13px 0;font-size:12px}.other-shops>span{color:var(--muted)}.other-shops a{text-decoration:underline;text-underline-offset:3px}.brand-find input{width:245px;padding:7px 12px;background:var(--surface)}.brand-logos{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;margin-bottom:16px}.brand-logos a{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);text-align:center;padding:12px 8px;box-shadow:var(--shadow)}.brand-logos img{height:55px;width:100%;padding:7px;background:#fff;border-radius:5px;margin-bottom:9px}.brand-logos strong{font-size:12px;display:block}.brand-logos small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.brand-list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px}.brand-list a{display:flex;align-items:center;gap:8px;justify-content:space-between;padding:10px 12px;background:var(--surface);border:1px solid var(--line);border-radius:9px;font-size:12px;min-height:43px}.brand-list a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-list small{color:var(--muted);font-size:10px}.more-button{display:block;min-width:150px;background:var(--surface);margin:12px auto 0;font-size:12px}.brand-list.is-collapsed a:nth-child(n+31){display:none}.brand-list.searching a{display:flex}.brand-list.searching a[hidden]{display:none}.product-grid{display:grid;gap:12px;align-items:stretch}.home-products{grid-template-columns:repeat(8,minmax(0,1fr))}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:border-color .15s}.product-card:hover{border-color:var(--accent)}.product-image{background:#fff;display:block;padding:9px 8px 0;aspect-ratio:4/3}.product-image img{width:100%;height:100%}.product-copy{padding:10px 12px 12px;display:flex;flex-direction:column;flex:1}.product-meta{display:flex;align-items:center;justify-content:flex-end;gap:7px;min-height:23px;margin-bottom:6px}.product-meta small{font-size:9px;color:var(--muted)}.maker-name{font-size:10px;color:var(--muted);margin-bottom:4px}.product-name{font-size:13px;font-weight:600;line-height:1.6;overflow-wrap:anywhere}.product-name:hover{text-decoration:underline}.product-spec{font-size:11px;color:var(--muted);line-height:1.6;margin:7px 0 12px;overflow-wrap:anywhere}.product-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:5px;border-top:1px solid var(--line);padding-top:9px;flex-wrap:wrap}.price{color:var(--price);font-size:16px;letter-spacing:.015em;font-variant-numeric:tabular-nums}.stock{color:var(--stock);white-space:nowrap;font-weight:600;font-size:11px}.favorite{padding:3px;border:0;background:transparent;color:var(--muted);display:inline-flex;gap:8px;align-items:center;justify-content:center;flex-shrink:0;min-height:24px;min-width:24px}.favorite svg{fill:none;stroke:currentColor;stroke-width:1.5;flex-shrink:0}.favorite[aria-pressed=true]{color:var(--price)}.favorite[aria-pressed=true] svg{fill:currentColor}.ranking-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.ranking-panel{padding:15px}.ranking-panel h3{padding-bottom:11px;border-bottom:1px solid var(--line)}.rank-item{display:flex;gap:9px;align-items:center;border-bottom:1px solid var(--line);padding:11px 0;min-height:88px}.rank-item:last-child{border:0}.rank-item>b{font-size:16px;color:var(--accent);width:16px;flex-shrink:0}.rank-item img{width:65px;height:55px;background:#fff;border-radius:6px;padding:3px}.rank-item span{font-size:11px;line-height:1.5}.rank-item small{display:block;color:var(--muted);font-size:10px}.home-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:40px}.home-links a{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);padding:20px}.home-links strong{display:block;font-size:16px}.home-links span{display:block;color:var(--muted);font-size:12px;margin-top:5px}.catalog-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:26px;align-items:start;margin-bottom:40px}.filters{position:sticky;top:calc(var(--header-height) + 18px);max-height:calc(100dvh - var(--header-height) - 35px);overflow:auto;scrollbar-width:thin;padding:20px 17px}.filters summary{list-style:none;border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:16px;cursor:default}.filters summary::-webkit-details-marker{display:none}.filters summary strong{display:block;font-size:17px}.filter-form>label,.filter-label{display:block;font-size:12px;font-weight:600;color:var(--muted);margin:17px 0 8px}.filter-form>label:first-of-type{margin-top:0}.within-search{display:flex;gap:5px}.within-search input{width:100%;padding:8px;font-size:12px}.within-search button{padding:8px 10px;font-size:12px}.primary{background:#164f75;color:#fff;border:1px solid #164f75;font-weight:600}.primary:hover{background:#21618b;color:#fff}.filter-label{display:flex;justify-content:space-between;align-items:center}.filter-label small{font-size:9px;font-weight:400}.filter-form>input,.filter-form>select{width:100%;padding:8px 9px;font-size:12px}.brand-options{max-height:280px;overflow:auto;scrollbar-width:thin;margin:8px 0}.brand-options label{display:flex;align-items:center;gap:7px;min-height:35px;padding:5px 3px;cursor:pointer;font-size:12px}.brand-options label:has(:checked){background:var(--accent-soft);border-radius:5px}.brand-options input{accent-color:#17567d;width:17px;height:17px;margin:0;flex-shrink:0}.brand-options small{margin-left:auto;color:var(--muted);font-size:10px}.text-button{border:0;background:transparent;color:var(--price);padding:7px 1px;font-size:11px}.selection-count{display:block;font-size:10px;margin-top:7px}.price-inputs{display:flex;align-items:center;gap:4px;margin-top:8px}.price-inputs input{width:calc(50% - 6px);padding:8px 6px;font-size:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);background:var(--soft);color:var(--text);padding:10px 16px;border-radius:8px;font-size:13px;text-align:center;line-height:1.5}.button.primary{background:#164f75;color:#fff;border-color:#164f75}.price-apply,.clear-all{width:100%;margin-top:8px;padding:8px}.clear-all{margin-top:21px}.catalog-main{min-width:0}.catalog-main h1{margin-bottom:18px}.filter-chips{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 15px}.filter-chips:empty{display:none}.filter-chips a{background:var(--surface);border:1px solid var(--line);border-radius:30px;padding:5px 10px;font-size:11px;color:var(--accent)}.scope-panel{padding:15px;margin:14px 0}.scope-panel h2{font-size:14px;margin-bottom:11px}.scope-links{display:flex;flex-wrap:wrap;gap:7px}.scope-links a{display:flex;gap:8px;align-items:center;border:1px solid var(--line);border-radius:7px;padding:7px 10px;font-size:12px}.scope-links small{color:var(--muted);font-size:10px}.selected,.scope-links .selected{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.model-nav{padding:14px 16px;margin-bottom:15px}.model-nav summary{font-size:14px;font-weight:600}.model-nav summary small{font-weight:400;color:var(--muted)}.model-nav>input{width:280px;margin-top:12px;padding:7px 10px;font-size:12px}.model-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;max-height:225px;overflow:auto;margin-top:10px;scrollbar-width:thin}.model-links a{display:flex;justify-content:space-between;gap:5px;font-size:12px;background:var(--soft);border-radius:6px;padding:7px 9px}.model-links small{font-size:10px;color:var(--muted)}.result-toolbar{padding:11px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 0}.result-toolbar>div:first-child{font-size:12px;white-space:nowrap}.result-toolbar strong{font-size:20px;color:var(--price)}.result-toolbar small{color:var(--muted);font-size:10px;margin-left:6px}.result-toolbar form{display:flex;gap:10px;margin-left:auto}.result-toolbar label{font-size:10px;color:var(--muted);display:flex;align-items:center;gap:5px}.result-toolbar select{padding:7px 8px;font-size:11px}.view-switch{display:flex}.view-switch a{padding:5px 9px;border:1px solid var(--line);font-size:18px}.view-switch a:first-child{border-radius:6px 0 0 6px}.view-switch a:last-child{border-radius:0 6px 6px 0}.catalog-products{grid-template-columns:repeat(4,minmax(0,1fr))}.catalog-products .product-image{aspect-ratio:4/3}.catalog-products .product-name{font-size:14px}.list-view{grid-template-columns:1fr;gap:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.list-view .product-card{display:grid;grid-template-columns:120px minmax(0,1fr);border:0;border-radius:0;border-bottom:1px solid var(--line);padding:12px;gap:16px}.list-view .product-card:last-child{border-bottom:0}.list-view .product-image{height:100px;padding:4px;border-radius:7px;aspect-ratio:auto}.list-view .product-copy{padding:0;position:relative}.list-view .product-meta{position:absolute;top:0;right:0}.list-view .maker-name{padding-right:150px}.list-view .product-name{padding-right:100px}.list-view .product-spec{margin:3px 0 6px}.list-view .product-bottom{justify-content:flex-end;border-top:0;padding:0;gap:20px}.pagination{display:flex;align-items:center;justify-content:center;gap:7px;position:relative;margin:28px 0 42px}.pagination a{background:var(--surface);border:1px solid var(--line);border-radius:7px;min-width:36px;text-align:center;padding:7px 9px;font-size:12px}.pagination [aria-current]{background:#164f75;color:#fff;border-color:#164f75}.keyboard-hint{opacity:0;position:absolute;top:calc(100% + 8px);font-size:10px;color:var(--muted);transition:opacity .2s;white-space:nowrap}.pagination:has(.page-arrow:hover) .keyboard-hint,.pagination:has(.page-arrow:focus-visible) .keyboard-hint{opacity:.8}.empty{padding:45px 24px;text-align:center;min-height:230px}.empty h2{margin-bottom:15px}.empty .button{margin:8px}.product-detail{padding:30px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.detail-photo{min-width:0}.detail-photo>img{width:100%;height:auto;max-height:600px;aspect-ratio:1.1;background:#fff;border-radius:10px;padding:15px}.detail-photo>small{display:block;color:var(--muted);text-align:right;font-size:10px;margin-top:10px}.detail-info h1{font-size:clamp(22px,2.1vw,32px);margin-top:10px;margin-bottom:15px}.detail-spec{font-size:16px;line-height:1.7;margin-bottom:14px}.detail-price{display:flex;align-items:baseline;gap:10px;margin-top:26px}.detail-price .price{font-size:30px}.detail-price small{color:var(--muted);font-size:10px}.detail-stock{font-size:14px;margin:10px 0 20px}.detail-stock small{color:var(--muted);margin-left:10px;font-weight:400;font-size:11px}.shipping-note{font-size:13px;margin:5px 0;color:var(--price)}.order-note{font-size:13px;white-space:normal}.buy-link{width:100%;margin-top:15px;padding:15px;font-size:16px}.purchase-note{display:block;color:var(--muted);font-size:11px;line-height:1.6;margin-top:8px}.detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.favorite-large{padding:10px 16px;border:1px solid var(--line);background:var(--soft);font-size:13px;color:var(--text);border-radius:8px;min-height:44px}.back-row{display:flex;justify-content:center;margin:24px 0 36px}.back-button{min-width:280px;padding:14px 25px;font-size:15px;background:var(--surface)}.model-description{padding:20px 24px;font-size:13px;line-height:1.9;margin-bottom:18px}.model-description h2{font-size:19px;margin-bottom:16px}.model-description p:last-child{margin-bottom:0}.model-description summary{font-weight:600;font-size:14px}.variant{display:grid;grid-template-columns:110px minmax(0,1fr) 140px 95px;gap:16px;align-items:center;padding:14px 18px;border-bottom:1px solid var(--line)}.variant:last-child{border-bottom:0}.variant.current{background:var(--accent-soft)}.variant-image img{background:#fff;border-radius:8px;width:110px;height:84px;padding:5px}.variant strong{font-size:13px}.variant p{font-size:12px;color:var(--muted);margin:4px 0 0}.variant-price{text-align:right}.variant-price strong{font-size:16px}.variant-price small{display:block}.variant .button{font-size:12px;padding:8px}.saved-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.saved-item{display:flex;gap:10px;align-items:center;background:var(--surface);padding:14px;border-radius:var(--radius);border:1px solid var(--line)}.saved-item a{flex:1;font-size:12px}.saved-item button{background:none;border:0;padding:3px;color:var(--muted)}footer{margin-top:35px;background:#101c27;color:#d7e1ea;padding:35px 0 45px}.footer-inner{display:flex;justify-content:space-between;gap:30px}.footer-inner p{font-size:9px;letter-spacing:.18em;margin:12px 0}.footer-inner small{font-size:11px;color:#a5b6c6}.footer-inner nav{display:flex;gap:24px;align-items:start;font-size:12px}.footer-inner a:hover{color:#fff;text-decoration:underline}dialog{border:1px solid var(--line);border-radius:15px;padding:22px;background:var(--surface);color:var(--text);width:min(480px,calc(100% - 30px));max-height:80dvh}dialog::backdrop{background:#05111c88}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.dialog-head h2{font-size:20px}.dialog-head button{border:0;background:transparent;padding:0;font-size:24px}#historyList a{display:block;border-bottom:1px solid var(--line);padding:11px 5px}.loading-overlay{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;background:#071a2835;backdrop-filter:blur(1px);cursor:progress}.loading-overlay>div{background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:0 15px 60px #0003;padding:24px 38px;text-align:center;min-width:180px}.loading-overlay p{margin:13px 0 0;font-size:13px}.spinner{display:block;border:3px solid var(--line);border-top-color:var(--accent);border-radius:50%;width:34px;height:34px;margin:auto;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:1001;background:var(--text);color:var(--bg);border-radius:10px;padding:11px 18px;font-size:12px;box-shadow:var(--shadow)}
@media(min-width:1500px){.catalog-products{grid-template-columns:repeat(5,minmax(0,1fr))}.catalog-products.list-view{grid-template-columns:1fr}}
@media(max-width:1200px){.header-inner{grid-template-columns:190px minmax(200px,1fr) auto;gap:20px}.logo img{width:190px}.category-card{gap:10px;padding:9px}.category-card img{width:72px;height:61px}.category-card strong{font-size:13px}.home-products{grid-template-columns:repeat(4,minmax(0,1fr))}.brand-logos{grid-template-columns:repeat(4,minmax(0,1fr))}.brand-list{grid-template-columns:repeat(4,minmax(0,1fr))}.brand-list.is-collapsed a:nth-child(n+21){display:none}.ranking-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:20px}.catalog-products{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-products.list-view{grid-template-columns:1fr}.product-copy{padding:9px}.result-toolbar{flex-wrap:wrap}.result-toolbar form{gap:6px}.result-toolbar label{flex-direction:column;align-items:start;gap:2px}.variant{grid-template-columns:90px minmax(0,1fr) 110px 80px}.variant-image img{width:90px}.product-detail{gap:25px;padding:23px}}
@media(max-width:900px){.shell{padding:0 20px}.header-inner{padding:13px 20px 7px;grid-template-columns:160px minmax(180px,1fr);gap:15px}.account{display:none}.logo img{width:160px}.logo small{font-size:8px;letter-spacing:.08em}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-card img{width:70px}.category-card b{display:none}.stock-total{padding-left:15px}.stock-total strong{font-size:29px}.catalog-layout{grid-template-columns:190px minmax(0,1fr);gap:17px}.filters{padding:16px 12px}.catalog-products{grid-template-columns:repeat(2,minmax(0,1fr))}.model-links{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner nav{flex-direction:column;gap:10px}.product-detail{gap:20px;padding:20px}.detail-actions{grid-template-columns:1fr}.detail-info h1{font-size:23px}.variant{gap:12px}.home-intro h1{font-size:26px}.home-intro p:last-child{font-size:12px}.home-links{grid-template-columns:repeat(3,minmax(0,1fr))}.home-links a{padding:15px}.home-links strong{font-size:14px}}
@media(max-width:640px){:root{--header-height:98px}body{font-size:13px}.shell{padding:0 13px}.preview-bar{gap:8px;justify-content:space-between;padding:4px 10px;font-size:9px}.preview-bar>span:nth-child(2){display:none}.portal{height:38px;gap:0}.portal a{padding:0 10px;font-size:11px;gap:5px;flex:1}.portal img{width:28px;height:23px}.header-inner{padding:8px 12px 5px;display:block}.logo{display:none}.search-form{height:42px}.search-form input{font-size:13px;padding-left:11px}.search-submit{font-size:13px;min-width:65px;padding:8px}.history-strip{height:23px;gap:9px}.utility{min-height:44px;gap:8px;align-items:start}.currency{gap:3px;flex-wrap:wrap;justify-content:flex-end;font-size:10px}.currency small{display:none}.breadcrumbs{font-size:10px}.home-intro{padding:8px 0 22px;display:block}.home-intro h1{font-size:25px;letter-spacing:-.04em;margin-bottom:9px}.home-intro p:last-child{font-size:11px;line-height:1.8}.eyebrow{font-size:9px}.stock-total{border:0;padding:0;margin-top:10px;display:flex;gap:8px;align-items:baseline}.stock-total strong{font-size:24px}.stock-total span{font-size:10px}.section{margin-bottom:29px}.section-head{padding-bottom:10px;margin-bottom:12px;gap:8px}.section-head h2{font-size:17px;padding-left:9px;border-left-width:3px}.section-head>a{font-size:10px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.category-card{min-height:78px;padding:8px;gap:8px;border-radius:10px}.category-card img{width:59px;height:52px}.category-card strong{font-size:11px}.category-card small{font-size:9px;margin-top:3px}.other-shops{gap:10px;font-size:10px;margin:11px 0}.brand-find input{width:155px;font-size:10px;padding:7px}.brand-logos{gap:7px}.brand-logos a{padding:8px 4px;border-radius:9px}.brand-logos img{height:35px;padding:2px}.brand-logos strong{font-size:9px}.brand-logos small{font-size:8px}.brand-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.brand-list a{font-size:11px;padding:8px 10px;min-height:39px}.brand-list.is-collapsed a:nth-child(n+11){display:none}.brand-list.searching a:not([hidden]){display:flex}.home-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-image{aspect-ratio:1.35}.product-copy{padding:9px}.product-name{font-size:12px}.product-spec{font-size:10px}.product-meta{margin-bottom:3px}.product-meta small{font-size:8px}.price{font-size:15px}.product-bottom .stock{font-size:10px}.ranking-grid{grid-template-columns:1fr}.ranking-panel{padding:12px}.ranking-panel h3{font-size:14px;margin-bottom:0}.rank-item{min-height:70px;padding:8px 0}.rank-item img{width:75px;height:52px}.rank-item span{font-size:12px}.home-links{grid-template-columns:1fr;gap:8px}.home-links a{padding:15px;display:flex;justify-content:space-between;align-items:center;gap:15px}.home-links strong{font-size:13px}.home-links span{font-size:10px}.notice{padding:11px 13px;font-size:11px}.catalog-layout{display:block}.filters{position:static;max-height:none;padding:13px;margin-bottom:20px;overflow:visible}.filters summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:12px;padding-bottom:12px}.filters summary:after{content:'⌄';font-size:17px}.filters summary strong{font-size:14px}.filters summary .eyebrow{margin:0;margin-right:auto;padding-right:8px}.filters details:not([open]) summary{margin:0;padding:0;border:0}.filter-form{display:grid;grid-template-columns:1fr;max-height:65dvh;overflow:auto;padding:3px}.brand-options{max-height:180px}.brand-options label{min-height:37px}.brand-options input{width:18px;height:18px}.filter-label{margin-top:14px}.catalog-main h1{font-size:25px;margin-bottom:13px}.scope-panel{padding:12px}.scope-links{gap:6px}.scope-links a{font-size:11px;padding:6px 8px}.model-nav{padding:12px}.model-links{max-height:195px;grid-template-columns:repeat(2,minmax(0,1fr))}.model-links a{font-size:10px}.model-nav>input{width:100%}.result-toolbar{gap:9px;padding:10px;margin:13px 0}.result-toolbar>div:first-child{flex:1}.result-toolbar form{order:3;width:100%;justify-content:space-between;margin:0}.result-toolbar label{flex-direction:row;font-size:10px}.result-toolbar select{padding:6px;font-size:11px}.catalog-products{gap:8px}.catalog-products .product-name{font-size:12px}.catalog-products .product-spec{font-size:10px}.list-view .product-card{grid-template-columns:85px minmax(0,1fr);gap:10px;padding:10px}.list-view .product-image{height:84px}.list-view .maker-name{padding-right:30px}.list-view .product-meta small{display:none}.list-view .product-name{padding-right:25px}.list-view .product-spec{font-size:10px}.list-view .product-bottom{justify-content:space-between;gap:8px}.pagination{gap:5px}.pagination a{padding:7px;min-width:30px;font-size:11px}.keyboard-hint{display:none}.product-detail{display:block;padding:14px}.detail-photo>img{max-height:390px;padding:10px}.detail-info{margin-top:22px}.detail-info h1{font-size:25px;margin-top:7px}.detail-spec{font-size:14px}.detail-price{margin-top:18px}.detail-price .price{font-size:28px}.detail-actions{grid-template-columns:1fr 1fr;gap:7px}.detail-actions a,.favorite-large{font-size:11px;padding:10px 8px}.buy-link{font-size:14px}.model-description{padding:16px;font-size:12px}.variant{grid-template-columns:90px minmax(0,1fr);gap:8px 12px;padding:12px}.variant-image{grid-row:span 2}.variant-image img{width:90px;height:85px}.variant>div:nth-child(2) strong{font-size:12px}.variant p{font-size:10px}.variant-price{text-align:left;display:flex;align-items:center;justify-content:space-between;gap:5px}.variant-price strong{font-size:15px}.variant>a.button{grid-column:2;font-size:11px;padding:5px;justify-self:start}.variant-image{align-self:start}.variants+small{font-size:10px;display:block;margin-top:8px}.saved-list{grid-template-columns:1fr}.footer-inner{display:block}.footer-inner nav{flex-direction:row;flex-wrap:wrap;margin-top:25px;gap:20px}.footer-inner img{width:185px}.empty{padding:30px 15px}.empty h2{font-size:19px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation-duration:2s!important}}
.logo{display:flex;gap:12px;align-items:center}.logo img{width:90px;height:48px}.logo-wordmark{font-size:19px;font-weight:800;line-height:1.08;letter-spacing:.04em;color:#fff}.logo-wordmark small{font-size:7px;letter-spacing:.09em;white-space:nowrap;font-weight:400;padding-top:5px}.within-search button{flex-shrink:0;white-space:nowrap}.news-block{border:1px solid var(--line);border-radius:10px;padding:10px 14px;margin-bottom:23px;background:var(--surface)}.news-block summary{font-size:12px;color:var(--muted)}.news-block summary small{background:var(--accent-soft);border-radius:20px;padding:2px 7px;margin-left:8px;font-size:10px}.news-block .notice{margin:12px 0 0}.footer-inner>div>img{width:110px;height:53px}
@media(max-width:1200px){.logo{gap:9px}.logo img{width:75px}.logo-wordmark{font-size:16px}.logo-wordmark small{font-size:6px}}
@media(max-width:900px){.logo img{width:65px}.logo-wordmark{font-size:14px}}
@media(max-width:640px){.logo{display:none}.news-block{padding:9px 12px;margin-bottom:22px}}
/* Production-function parity components: same system theme, no independent theme state. */
.theme-art{display:block;flex-shrink:0}.theme-art img{width:100%;height:100%;object-fit:contain}.brand-logos .maker-art{width:100%;height:64px;margin:0 0 9px}.brand-logos .maker-art img{background:transparent;padding:5px;margin:0;height:100%;border-radius:0}.category-card .category-art{width:100px;height:70px}.scope-links.scope-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:9px}.scope-cards>a{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;gap:6px;padding:10px;min-width:0}.scope-cards .theme-art{width:100%;height:76px}.scope-cards small{margin:0}.scope-cards span{overflow-wrap:anywhere}.breadcrumbs{min-width:0;flex:1}.breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 0;list-style:none;padding:0;margin:0}.breadcrumbs li{display:inline;overflow-wrap:anywhere}.breadcrumbs li+li:before{content:'›';padding:0 9px;color:var(--muted)}.breadcrumbs [aria-current]{color:var(--text)}.utility .currency{flex-shrink:0}
@media(prefers-color-scheme:dark){.brand-logos .maker-art.common-art{background:#fff;border-radius:5px}}
@media(max-width:640px){.category-card .category-art{width:70px;height:54px}.scope-links.scope-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.scope-cards .theme-art{height:55px}.scope-cards>a{padding:7px}.breadcrumbs{width:100%}.utility{flex-wrap:wrap}.utility .currency{margin-left:auto}}
.quantity{position:relative;display:inline-flex}.product-card{position:relative}
.model-hero .maker-art{width:150px;height:52px;margin-bottom:18px}.model-hero .maker-art img{width:100%;height:100%;background:transparent}
/* Same compact bulk-cart controls as general2026 (styles.css + live.css). */
.batch-bar{position:fixed;left:50%;right:auto;bottom:12px;z-index:75;display:grid;grid-template-columns:minmax(0,1fr) 92px;align-items:center;gap:8px;width:min(520px,calc(100% - 24px));min-height:66px;padding:7px;transform:translateX(-50%);background:color-mix(in srgb,var(--surface) 94%,#000);border:1px solid var(--line);border-radius:13px;box-shadow:0 18px 55px #0007;color:var(--text)}
.batch-bar .batch-submit,.batch-bar .reset-button{display:grid;place-items:center;align-content:center;gap:1px;min-height:52px;padding:0 18px;border:0;border-radius:8px;font-weight:900;line-height:1.15;cursor:pointer}
.batch-bar .batch-submit{position:relative;isolation:isolate;min-width:230px;background:#c42337;color:#fff}.batch-bar .reset-button{min-width:92px;padding-inline:10px;background:#f4b400;color:#171717}.batch-bar .batch-submit>span{display:inline-flex;align-items:center;gap:3px}.batch-bar .batch-submit b{font-size:1.08rem}.batch-bar small{font-size:.65rem;font-weight:700;opacity:.82}.batch-bar .batch-submit:disabled{opacity:.7;cursor:wait}
@property --cart-glow-angle{syntax:'<angle>';initial-value:0deg;inherits:false}
.batch-bar .batch-submit:before{content:'';position:absolute;inset:0;border-radius:inherit;padding:3px;pointer-events:none;background:conic-gradient(from var(--cart-glow-angle),transparent 0deg 240deg,#ffcf65 285deg,#fff 320deg,transparent 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;animation:cart-edge-glow .4s linear 1 forwards}
@keyframes cart-edge-glow{from{--cart-glow-angle:0deg;opacity:1}99.9%{opacity:1}to{--cart-glow-angle:360deg;opacity:0}}
.batch-bar .batch-submit>span>svg{flex-shrink:0;transform-origin:center bottom;animation:cart-icon-hop 1.8s ease-in-out infinite}@keyframes cart-icon-hop{0%,32%,64%,100%{transform:translateY(0)}16%{transform:translateY(-5px) rotate(-8deg)}48%{transform:translateY(-4px) rotate(6deg)}}
.batch-bar .batch-submit:disabled:before{animation:none;opacity:0}.batch-bar .batch-submit:disabled>span>svg{animation:none}
@media(prefers-reduced-motion:reduce){.batch-bar .batch-submit:before{animation:none;background:#ffcf65;opacity:.75}.batch-bar .batch-submit>span>svg{animation:none}}
@media(max-width:640px){.batch-bar{bottom:calc(63px + env(safe-area-inset-bottom,0px));grid-template-columns:minmax(0,1fr) 88px;min-height:64px;padding:6px}.batch-bar .batch-submit{min-width:0;padding-inline:10px}.batch-bar .reset-button{min-width:88px}.batch-bar .batch-submit>span{font-size:13px}}
.description-text{line-height:1.9}.description-collapsed{max-height:14em;overflow:hidden}.review-notice{grid-column:1/-1;color:var(--price)}
.overseas-shipping-notice{display:flex;align-items:flex-start;gap:8px;margin:14px 0 20px;padding:0;border:0;background:transparent;color:var(--text);font-size:12px;line-height:1.65}.overseas-shipping-notice>div{min-width:0}.overseas-shipping-notice .shipping-clock{flex:0 0 auto}.overseas-shipping-notice .fedex-shipping-notice{margin:0;padding:0;border:0;background:transparent;color:inherit}.overseas-shipping-notice .fedex-shipping-notice a{text-decoration:underline}.overseas-shipping-notice--urgent{color:var(--price);font-weight:600}
.mobile-navigation{display:none}.detail-facts{display:grid;grid-template-columns:auto minmax(0,1fr);gap:7px 15px;font-size:12px}.detail-facts dt{color:var(--muted)}.detail-facts dd{margin:0}.account span{position:relative}[data-cart-count]{font-size:10px;background:var(--price);color:var(--surface);padding:1px 4px;border-radius:20px;position:absolute;top:-5px;right:-10px}dialog.notice-dialog{width:min(600px,90vw);max-height:85dvh;overflow:auto;margin:auto;background:var(--surface);color:var(--text)}
@media(max-width:640px){.mobile-navigation{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;bottom:0;left:0;right:0;z-index:40;background:var(--surface);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}.mobile-navigation a,.mobile-navigation button{display:flex;flex-direction:column;align-items:center;justify-content:center;border:0;border-radius:0;background:var(--surface);color:var(--text);font-size:10px;padding:5px;min-height:51px}.mobile-navigation span{font-size:17px;line-height:20px;position:relative}.selection-bar{bottom:calc(51px + env(safe-area-inset-bottom))}body{padding-bottom:calc(51px + env(safe-area-inset-bottom))}body:has(#selectionBar:not([hidden])){padding-bottom:145px}}
details:not([open])>:not(summary){display:none!important}.request-page{max-width:800px;padding-top:30px}.request-page>section{padding:30px}.request-page form{display:grid;gap:15px}.request-page textarea{font:inherit;background:var(--soft);color:var(--text);border:1px solid var(--line);border-radius:8px;padding:12px;resize:vertical}
.search-suggestions{position:fixed;z-index:80;max-height:320px;overflow:auto;padding:5px;margin:0;list-style:none;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);box-shadow:0 10px 30px #0003}.search-suggestions li{padding:10px 12px;border-radius:6px;cursor:pointer;overflow-wrap:anywhere}.search-suggestions li:hover,.search-suggestions li[aria-selected=true]{background:var(--accent-soft);color:var(--accent)}
.result-toolbar .result-summary{flex:1 1 180px;min-width:0}
.result-subject{display:block;margin-bottom:5px;font-size:14px;font-weight:600;line-height:1.5;color:var(--text);white-space:normal;overflow-wrap:anywhere}
.result-toolbar .view-switch{flex-shrink:0}
/* Native swipe shelves, enhanced with large arrow controls when JavaScript is ready. */
.shelf-carousel{position:relative;min-width:0}
.shelf-carousel.is-scrollable{padding-inline:24px}
.shelf-products.shelf-ready{scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y pinch-zoom}
.shelf-products.shelf-ready::-webkit-scrollbar{display:none}
.shelf-products:focus-visible{outline:3px solid var(--accent);outline-offset:2px}
.shelf-carousel .shelf-arrow{position:absolute;top:76px;z-index:2;display:grid;place-items:center;width:44px;height:44px;padding:0;border-radius:50%;font-size:32px;line-height:1;background:var(--surface);color:var(--accent);border:1px solid var(--line)}
.shelf-carousel .shelf-prev{left:0}.shelf-carousel .shelf-next{right:0}
.shelf-carousel .shelf-arrow[hidden]{display:none}
.shelf-carousel .shelf-arrow:disabled{opacity:.45}
/* Compact horizontal blog cards: readable text, small uncropped thumbnail. */
.section .blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.section .blog-grid>a{display:grid;grid-template-columns:80px minmax(0,1fr);grid-template-rows:auto 1fr;column-gap:12px;row-gap:3px;padding:12px;align-items:start}
.section .blog-grid img{grid-column:1;grid-row:1/3;width:80px;height:64px;object-fit:contain;margin:0}
.section .blog-grid small,.section .blog-grid h3{grid-column:2;margin:0}
.section .blog-grid h3{font-size:14px;line-height:1.5;overflow-wrap:anywhere}
.section.english-blog-section .blog-grid{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x proximity;padding:3px 2px 14px}
.section.english-blog-section .blog-grid>a{display:flex;flex-direction:column;flex:0 0 280px;gap:10px;padding:0 0 16px;scroll-snap-align:start}
.section.english-blog-section .blog-grid img{width:100%;height:190px;object-fit:contain;border-radius:0;margin:0;background:var(--surface)}
.section.english-blog-section .blog-grid :is(small,h3){padding:0 16px}
.section.english-blog-section .blog-grid h3{font-size:16px;line-height:1.5}
.home-fedex-banner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px;background:linear-gradient(120deg,#7845b51a,transparent 65%),var(--surface);border-left:4px solid #8d5cff}
.home-fedex-banner h3{font-size:clamp(18px,2vw,26px);margin:0 0 10px}
.home-fedex-banner p{margin:0 0 6px}.home-fedex-banner small{color:var(--muted)}
.home-fedex-banner>a{flex-shrink:0}.shipping-dates h3{margin:0;font-size:16px}
.home-referral{margin:24px 0;font-size:14px;line-height:1.8}.home-referral a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:640px){.section.english-blog-section .blog-grid>a{flex-basis:250px}.section.english-blog-section .blog-grid img{height:170px}.home-fedex-banner{align-items:flex-start;flex-direction:column;padding:18px;gap:16px}}
.section .blog-grid>a:not(:has(img)){grid-template-columns:minmax(0,1fr)}
.section .blog-grid>a:not(:has(img)) :is(small,h3){grid-column:1}
.overseas-intro{margin:0 0 24px}.overseas-intro p{font-size:14px;line-height:1.6}
.overseas-welcome{font-weight:700}.overseas-intro .muted a{text-decoration:underline;color:var(--accent)}
.overseas-howto{padding:16px;margin:12px 0}.overseas-howto h2{font-size:18px;margin:0}.overseas-howto p{margin:8px 0}
.overseas-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.overseas-actions .text-button{text-decoration:underline;min-height:44px}
.overseas-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.overseas-links>a{display:flex;flex-direction:column;gap:8px;padding:16px}.overseas-links span{font-size:13px;color:var(--muted)}.overseas-links img{max-width:100%;width:320px;height:auto}
.shipping-dates{margin-top:12px;padding:12px 16px}.shipping-dates summary{min-height:44px;cursor:pointer;font-weight:600;align-content:center}.shipping-months{display:flex;flex-wrap:wrap;gap:20px;margin-top:12px}.shipping-months table{border-collapse:collapse;font-size:13px}.shipping-months caption{text-align:left;font-weight:700;margin-bottom:8px}.shipping-months th,.shipping-months td{min-width:34px;height:32px;text-align:center}.shipping-blocked{color:var(--price);font-weight:700}.shipping-blocked span{font-size:10px;margin-left:2px}
@media(max-width:1000px){.section .blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.section .blog-grid{grid-template-columns:minmax(0,1fr)}.section .blog-grid>a{grid-template-columns:64px minmax(0,1fr);padding:10px}.section .blog-grid img{width:64px;height:52px}.overseas-links{grid-template-columns:minmax(0,1fr)}.shelf-carousel .shelf-arrow{top:62px}.shipping-months{gap:14px}}
/* Click affordances, aligned with general2026. Keep text links and banners unboxed. */
:root{--control-shadow:0 2px 3px rgb(20 30 45 / .18);--control-hover-shadow:0 3px 7px rgb(20 30 45 / .25);--control-focus:var(--accent)}
@media(prefers-color-scheme:dark){:root{--control-shadow:0 2px 4px rgb(0 0 0 / .6),inset 0 1px 0 rgb(255 255 255 / .12);--control-hover-shadow:0 3px 8px rgb(0 0 0 / .75),inset 0 0 0 1px rgb(255 255 255 / .35)}}
.site-header{--control-focus:#ffdb68}
:is(button,a[href],select,summary,input[type=checkbox],input[type=radio]){touch-action:manipulation}
:is(button,a[href],select,input[type=checkbox],input[type=radio]){cursor:pointer}
:is(button:not(.favorite,.text-button,[data-mobile-find],[data-mobile-back]),select,a.button,.account>a,.pagination>a,.view-switch>a,.home-quick-links>a,.filter-chips>a,a.category-card,a.panel,.brand-logos>a,.brand-list>a,.scope-links>a,.model-links>a,.all-types-directory>a,.home-links>a,.promotion-grid>a:not(.promotion-banner),.ranking-more>summary):not(:disabled,[aria-disabled="true"]){box-shadow:var(--control-shadow);transition:box-shadow .14s ease,border-color .14s ease,background-color .14s ease,translate .14s ease}
.product-card{box-shadow:var(--control-shadow);transition:box-shadow .14s ease,border-color .14s ease}
.promotion-banner{transition:filter .14s ease,translate .14s ease}
@media(hover:hover) and (pointer:fine){
  :is(button:not(.favorite,.text-button,[data-mobile-find],[data-mobile-back]),a.button,.account>a,.pagination>a,.view-switch>a,.home-quick-links>a,.filter-chips>a,a.category-card,a.panel,.brand-logos>a,.brand-list>a,.scope-links>a,.model-links>a,.all-types-directory>a,.home-links>a,.promotion-grid>a:not(.promotion-banner),.ranking-more>summary):not(:disabled,[aria-disabled="true"]):hover{border-color:var(--control-focus);box-shadow:var(--control-hover-shadow);translate:0 -1px}
  select:not(:disabled):hover{border-color:var(--control-focus);box-shadow:var(--control-hover-shadow)}
  .product-card:hover,.product-card:focus-within{border-color:var(--control-focus);box-shadow:var(--control-hover-shadow)}
  a.product-image:hover{outline:2px solid var(--control-focus);outline-offset:-2px}
  .promotion-banner:hover{filter:brightness(1.04);translate:0 -1px}
  :is(.product-name,.model-shortcut,.staff-keywords a,.discovery-links a,.breadcrumbs a,.text-button):hover{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:2px}
  .favorite:not([aria-pressed=true]):hover{color:var(--text)}
}
:is(button,a[href],select,summary,input[type=checkbox],input[type=radio]):not(:disabled,[aria-disabled="true"]):focus-visible{outline:3px solid var(--control-focus);outline-offset:3px}
:is(button:not(.favorite,.text-button,[data-mobile-find],[data-mobile-back]),a.button,.account>a,.pagination>a,.view-switch>a,.home-quick-links>a,.filter-chips>a,a.category-card,a.panel,.brand-logos>a,.brand-list>a,.scope-links>a,.model-links>a,.all-types-directory>a,.home-links>a,.promotion-grid>a:not(.promotion-banner),.ranking-more>summary):not(:disabled,[aria-disabled="true"]):active{translate:0 1px;box-shadow:inset 0 2px 4px rgb(0 0 0 / .24)}
select:not(:disabled):active{box-shadow:inset 0 2px 4px rgb(0 0 0 / .24)}
:is(button,select,input):disabled,[aria-disabled="true"]{cursor:not-allowed}
button:disabled,select:disabled{box-shadow:none;translate:none;opacity:.55}
.batch-bar .batch-submit:disabled{cursor:wait}
@media(max-width:640px),(pointer:coarse){
  body :is(.more-button,.button,.favorite,.pagination a,.view-switch a,.filters button,.filters select,.quantity select,[data-close-dialog]){min-height:44px;min-width:44px}
  .pagination{flex-wrap:wrap}
  .pagination a,.view-switch a{display:inline-flex;align-items:center;justify-content:center}
  .brand-options label{min-height:44px}
  .filters summary{min-height:44px}
  .filters input:not([type=checkbox]):not([type=hidden]){min-height:44px}
}
@media(prefers-reduced-motion:reduce){
  :is(button,a[href],select,summary,.product-card){transition:none!important;translate:none!important}
}
/* Compact brand directory and contextual discovery; shared by both languages/themes. */
.staff-keywords{margin:0 0 14px;padding:0;border:0;background:none}
.staff-keywords .hotwords{margin:0;gap:8px 20px}
.staff-keywords .hotwords a{font-size:14px;line-height:1.7;overflow-wrap:anywhere;text-decoration:underline;text-decoration-color:var(--line);text-underline-offset:3px}
.staff-keywords .hotwords a:hover{color:var(--text);text-decoration-color:currentColor}
@media(max-width:640px){.staff-keywords .hotwords{gap:6px 14px}.staff-keywords .hotwords a{font-size:12px}}
#homeBrandLogos{grid-template-columns:repeat(10,minmax(0,1fr))}
#homeBrandLogos>a{padding:8px 6px}
#homeBrandLogos .maker-art{height:46px;margin-bottom:5px}
/* Remove image padding: 36px -> 46px artwork, about 1.3x, without larger cards. */
#homeBrandLogos .maker-art img{padding:0}
#homeBrandLogos strong{font-size:11px;line-height:1.4;overflow-wrap:anywhere}
#homeBrandLogos small{font-size:10px;margin-top:2px}
.discovery-links{display:flex;flex-wrap:wrap;gap:10px 20px;margin:10px 0 22px;font-size:12px;color:var(--accent)}
.discovery-links a:hover{text-decoration:underline}
.discovery-note{font-size:12px;line-height:1.7;margin:8px 0 12px}
/* One offset for all in-page destinations, including full-page pagination. */
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 16px)}
.product-results:focus{outline:none}
/* Promotional artwork is the banner itself, without a surrounding card/caption. */
.promotion-grid{align-items:center}
.promotion-grid>.promotion-banner{display:block;border:0;border-radius:0;padding:0;background:none}
.promotion-banner picture{display:block}
.promotion-grid>.promotion-banner img{width:100%;height:auto;object-fit:contain}
/* Small product photos are 200px wide: never enlarge cards or their images. */
.product-grid:not(.list-view){grid-template-columns:repeat(auto-fill,minmax(min(170px,100%),1fr))}
.product-grid:not(.list-view)>.product-card{width:100%;max-width:200px}
.product-card .product-image img{max-width:200px;margin-inline:auto}
@media(max-width:440px){.product-grid:not(.list-view){grid-template-columns:repeat(2,minmax(0,1fr))}}
.category-rankings{margin-top:32px;scroll-margin-top:0}
.category-rankings h3{margin:0 0 6px;font-size:18px}
.category-rankings .ranking-tile img{object-fit:contain}
.category-rankings .ranking-tile a:hover{text-decoration:underline}
.ranking-more{margin:4px 0 18px}
.ranking-more>summary{display:list-item;list-style:revert;width:fit-content;padding:9px 15px;border:1px solid var(--line);border-radius:9px;background:var(--surface);cursor:pointer;font-size:13px}
.ranking-more .when-open,.ranking-more[open] .when-closed{display:none}
.ranking-more[open] .when-open{display:inline}
.ranking-rest{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:10px;margin-top:14px}
@media(max-width:1400px){#homeBrandLogos{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(max-width:640px){#homeBrandLogos{grid-template-columns:repeat(4,minmax(0,1fr))}#homeBrandLogos>a{padding:6px 4px}#homeBrandLogos .maker-art{height:33px;margin-bottom:4px}#homeBrandLogos .maker-art img{padding:1.5px}#homeBrandLogos strong{font-size:9px}#homeBrandLogos small{font-size:8px}.discovery-links{font-size:11px}.ranking-rest{grid-template-columns:repeat(2,minmax(0,1fr))}.discovery-note{font-size:11px}.category-rankings h3{font-size:16px}}
.home-quick-links,.hotwords{display:flex;gap:9px 18px;flex-wrap:wrap;margin:0 0 22px}.home-quick-links a{padding:8px 12px;background:var(--surface);border:1px solid var(--line);border-radius:30px;font-size:12px}.hotwords a{color:var(--accent);font-size:12px}.promotion-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin:0 0 28px}.promotion-grid>a{border:1px solid var(--line);border-radius:var(--radius);padding:12px;background:var(--surface);display:flex;flex-direction:column;justify-content:center;gap:8px;text-align:center}.promotion-grid img{width:100%;height:85px;object-fit:contain}.promotion-grid span,.promotion-grid small{font-size:11px}.shelf-products{display:grid;grid-auto-flow:column;grid-auto-columns:190px;gap:10px;overflow-x:auto;overscroll-behavior-x:contain;padding:4px 2px 12px;scroll-snap-type:x proximity}.shelf-products>article{scroll-snap-align:start}.home-shelf details{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:13px 16px}.home-shelf details summary{font-weight:600;padding:2px}.home-shelf details summary small{margin-left:10px;font-weight:400;color:var(--muted)}.home-shelf details[open] summary{margin-bottom:15px}.home-shelf:has(details){margin-bottom:10px}.home-shelf details p{margin:10px 0 0}.ranking-tile{display:flex;flex-direction:column;padding:12px;gap:9px}.ranking-tile img{width:100%;height:120px}.ranking-tile>b{color:var(--accent)}.ranking-tile strong{margin-top:auto}.long-rank{border-bottom:1px solid var(--line);padding:15px 0}.long-rank>summary{font-weight:600;margin-bottom:12px}.blog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.blog-grid>a{overflow:hidden;padding:12px}.blog-grid img{width:100%;height:150px;object-fit:cover;border-radius:8px;margin-bottom:12px}.blog-grid h3{margin:7px 0}.blog-grid small{color:var(--muted)}
.model-hero{display:grid;grid-template-columns:minmax(220px,37%) minmax(0,1fr);gap:30px;padding:25px;margin-bottom:20px;align-items:center}.model-hero-image{background:#fff;border-radius:10px;overflow:hidden}.model-hero img{width:100%;max-height:330px}.model-hero h2{font-size:27px;margin:10px 0 20px}.model-hero .model-shortcut{display:block;margin-top:20px}.model-description{overflow-wrap:anywhere;overflow-x:auto}.model-description img{max-width:100%;max-height:800px;margin:20px auto}.model-description table{border-collapse:collapse;font-size:12px}.model-description th,.model-description td{border:1px solid var(--line);padding:8px}.model-description iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:12px}.type-cards,.model-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:22px}.type-cards>a,.model-card-grid>a{display:flex;flex-direction:column;padding:12px;gap:8px}.type-cards img,.model-card-grid img{width:100%;height:120px;background:#fff;border-radius:8px}.type-cards .selected{border-color:var(--accent);background:var(--accent-soft)}.type-cards small,.model-card-grid small{color:var(--muted)}.model-card-grid .price{margin-top:auto}.model-directory .section-head{flex-wrap:wrap}.model-shortcut{font-size:10px;color:var(--muted);margin-top:9px}.item-badges{display:flex;gap:4px;flex-wrap:wrap;margin:4px 0}.item-badges small{font-size:9px;border:1px solid var(--line);border-radius:4px;padding:1px 4px;color:var(--accent)}.quantity select{padding:5px 6px;min-width:48px;font-size:12px}.product-bottom{flex-wrap:wrap;gap:6px}.product-bottom .price{margin-right:auto}.detail-quantity{display:flex;gap:15px;align-items:center;margin:18px 0}.detail-quantity select{min-width:85px;padding:10px}.used-gallery{display:grid;gap:12px}.used-gallery img{width:100%;border-radius:10px}.detail-photo>a>img{background:#fff;max-height:650px;border-radius:10px;object-fit:contain}
.selection-bar{position:fixed;bottom:0;left:0;right:0;z-index:40;padding:12px 20px;display:flex;align-items:center;justify-content:center;gap:20px;border-top:1px solid var(--line);background:var(--surface);box-shadow:0 -8px 24px #0002}.selection-dialog{width:min(760px,94vw);max-height:85dvh;overflow:auto}.review-item{padding:12px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center}.review-item strong{font-size:12px;white-space:nowrap}.review-item button{padding:5px 8px;font-size:11px}#cartForm{display:flex;justify-content:flex-end;gap:10px}#cartStatus{margin-top:15px}.image-dialog{width:min(1000px,96vw);max-height:94dvh}.image-dialog>button{position:sticky;top:0;float:right}.image-dialog img{max-height:80dvh;max-width:100%;margin:auto}body:has(#selectionBar:not([hidden])){padding-bottom:84px}.variant .quantity{justify-self:end}.operational-notices img{max-height:180px}.notice-close{float:right;font-size:11px;padding:4px 9px}.recruit-block{margin:30px 0}.recruit-block p{font-size:12px}.all-types-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.all-types-directory a{border:1px solid var(--line);border-radius:8px;padding:9px;font-size:12px}.all-types-directory a small{display:block;color:var(--muted)}
@media(max-width:1000px){.type-cards,.model-card-grid,.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.model-hero{gap:18px;padding:18px}.model-hero h2{font-size:22px}}
@media(max-width:640px){.shelf-products{grid-auto-columns:157px}.promotion-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.promotion-grid>a{padding:8px}.promotion-grid img{height:60px}.home-quick-links{gap:7px}.home-quick-links a{font-size:10px;padding:6px 9px}.home-shelf details{padding:12px}.blog-grid,.type-cards,.model-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.blog-grid img{height:110px}.blog-grid h3{font-size:13px}.model-hero{display:block;padding:15px}.model-hero-image{display:block;margin-bottom:20px}.model-hero img{max-height:240px}.model-hero h2{font-size:22px}.type-cards>a,.model-card-grid>a{padding:9px}.type-cards img,.model-card-grid img{height:100px}.type-cards strong,.model-card-grid strong{font-size:12px}.model-directory input{max-width:100%;font-size:12px}.product-bottom .quantity{width:100%;text-align:right}.quantity select{min-width:52px;min-height:32px}.selection-bar{padding:9px 10px;gap:7px;flex-wrap:wrap}.selection-bar strong{font-size:12px;margin-right:auto}.selection-bar button{font-size:11px;padding:8px}.review-item{grid-template-columns:minmax(0,1fr) auto;font-size:12px}.review-item button{grid-column:2}.review-item strong{grid-column:1}.all-types-directory{grid-template-columns:1fr}.model-shortcut{font-size:9px}.variant .quantity{grid-column:2}.detail-photo>a>img{max-height:390px}}
/* General-tackle shared chrome: keep the Bass palette and logo. */
.account>a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:70px;min-height:55px;font-size:11px}.account>a>[data-cart-count]{top:1px;right:3px;color:#fff}
.site-footer{--footer-text:#e3e7ec;--footer-muted:#bdc4ce;margin-top:30px;padding:30px 0 100px;background:#191b1f;border-top:1px solid #30343b;color:var(--footer-text)}
.site-footer a{color:var(--footer-text)}.site-footer a:hover{color:#fff;text-decoration:underline}.site-footer a:focus-visible{outline:2px solid #f4b400;outline-offset:3px}
.site-footer .footer-inner{display:block}.site-footer .footer-inner img{width:220px;height:60px;object-fit:contain;object-position:left center}
.footer-columns{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;margin-top:28px}.footer-columns h2{margin:0 0 12px;font-size:15px;color:#fff}.footer-columns ul{list-style:none;margin:0;padding:0}.footer-columns li{margin-bottom:4px;font-size:13px;overflow-wrap:anywhere}.footer-columns a{display:inline-block;padding-block:5px}.footer-stores{border-top:1px solid #454b54;margin-top:28px;padding-top:18px;color:var(--footer-muted);font-size:12px}.footer-stores p{margin:0 0 12px}
.footer-stores--locations{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:24px 18px}.footer-stores--locations strong{display:block;margin-bottom:7px;color:#fff;font-size:13px;line-height:1.5}.footer-stores--locations p{margin:0;line-height:1.55}.footer-stores--locations span{display:block;margin-top:2px}.footer-stores--locations a{text-decoration:none}.footer-stores--locations a:hover strong{text-decoration:underline}
.home-intro .stock-total{padding:10px 14px 10px 24px;border-radius:10px;background:rgba(243,245,247,.90);backdrop-filter:blur(2px)}
@media(prefers-color-scheme:dark){.home-intro .stock-total{background:rgba(16,21,27,.90)}}
@media(max-width:900px){.footer-stores--locations{grid-template-columns:1fr;gap:14px}}
.page-top-button{position:fixed;right:18px;bottom:18px;z-index:65;display:grid;justify-items:center;gap:2px;min-height:54px;padding:8px 14px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);box-shadow:var(--control-shadow);font-size:12px}.page-top-button small{font-size:10px}.has-pending-cart .page-top-button{bottom:86px}
dialog.selection-dialog{position:fixed;inset:0 0 0 auto;margin:0;width:min(460px,100%);max-width:100%;height:100dvh;max-height:100dvh;border-radius:0;padding:20px;border:0;border-left:1px solid var(--line)}.selection-dialog .dialog-head h2{font-size:21px}.selection-dialog .drawer-total{display:flex;justify-content:space-between;gap:15px;padding:16px 0;border-top:1px solid var(--line)}.selection-dialog #confirmCart{width:100%;min-height:52px}.selection-dialog .muted{font-size:12px}.selection-dialog .muted a{text-decoration:underline}.cart-busy a{pointer-events:none}
@media(max-width:1000px){.footer-columns{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:640px){.footer-columns{grid-template-columns:1fr;gap:22px}.footer-columns section+section{border-top:1px solid #454b54;padding-top:20px}.footer-columns li{font-size:14px}.footer-columns a{padding-block:10px}.page-top-button{display:none}.mobile-navigation>a,.mobile-navigation>button{position:relative;min-height:60px;gap:3px}.mobile-navigation>button:nth-child(4){background:#ffc107;color:#171717}.mobile-navigation>a:last-child{background:#198754;color:#fff}.mobile-navigation [data-cart-count]{top:2px;right:6px;background:#dc3545;color:#fff}.batch-bar{bottom:calc(68px + env(safe-area-inset-bottom,0px))}}
.filter-close,.filters summary .filter-close-label{display:none}
@media(max-width:640px){.filters details[open]>.filter-close{display:flex;align-items:center;justify-content:center;min-height:44px;font-size:13px;font-weight:600;background:var(--soft);color:var(--text);border:1px solid var(--line)}.filters details[open]>summary .filter-open-label{display:none}.filters details[open]>summary .filter-close-label{display:inline;white-space:nowrap}.filters details[open]>summary:after{display:none}.filters .filter-close-bottom{width:100%;margin-top:12px;padding:10px}.filters summary{min-height:44px;scroll-margin-top:calc(var(--header-height) + 12px)}}
/* Mobile standard: thumbnail left / copy right. Alternate view: full-width photo. */
.product-image picture{display:contents}
.pagination button:disabled{min-width:38px;padding:8px 12px;border:1px solid var(--line);background:var(--soft);color:var(--muted);cursor:default;box-shadow:none}
.list-end-note{text-align:center;color:var(--muted);font-size:12px;margin:8px 0 24px}.list-end-note a{display:inline-block;padding:6px;text-decoration:underline;color:var(--accent)}
/* Standard mobile rows prioritize density; larger reading sizes stay unchanged. */
@media(max-width:640px){
 html:not([data-reading-size=large]):not([data-reading-size=largest]) #productList .catalog-products:not(.list-view){gap:6px}
 html:not([data-reading-size=large]):not([data-reading-size=largest]) #productList .catalog-products:not(.list-view)>.product-card{grid-template-columns:clamp(104px,30vw,120px) minmax(0,1fr);border-radius:5px}
 html:not([data-reading-size=large]):not([data-reading-size=largest]) #productList .catalog-products:not(.list-view) .product-copy{padding:4px 6px}
 html:not([data-reading-size=large]):not([data-reading-size=largest]) #productList .catalog-products:not(.list-view) .product-meta{min-height:14px;margin:0;gap:4px;flex-wrap:nowrap;justify-content:space-between}
 html:not([data-reading-size=large]):not([data-reading-size=largest]) #productList .catalog-products:not(.list-view) .product-meta small{font-size:9px;line-height:1.2}
 html:not([data-reading-size=large]):not([data-reading-size=largest]) #productList .catalog-products:not(.list-view) .maker-name{font-size:10px;margin:0;line-height:1.3}
 html:not([data-reading-size=large]):not([data-reading-size=largest]) #productList .catalog-products:not(.list-view) .product-name{font-size:12px;line-height:1.35}
 html:not([data-reading-size=large]):not([data-reading-size=largest]) #productList .catalog-products:not(.list-view) .product-spec{font-size:11px;line-height:1.35;margin:3px 0 4px}
 html:not([data-reading-size=large]):not([data-reading-size=largest]) #productList .catalog-products:not(.list-view) .item-badges{margin:2px 0;gap:3px}
 html:not([data-reading-size=large]):not([data-reading-size=largest]) #productList .catalog-products:not(.list-view) .product-bottom{margin-top:0;border:0;padding-top:3px;gap:5px;justify-content:space-between}
 html:not([data-reading-size=large]):not([data-reading-size=largest]) #productList .catalog-products:not(.list-view) .product-bottom .price{flex-basis:auto;margin-right:auto;font-size:14px}
 html:not([data-reading-size=large]):not([data-reading-size=largest]) #productList .catalog-products:not(.list-view) .stock{font-size:10px}
 html:not([data-reading-size=large]):not([data-reading-size=largest]) #productList .catalog-products:not(.list-view) .quantity select{min-width:38px;min-height:28px;padding:2px 4px;font-size:11px}
 html:not([data-reading-size=large]):not([data-reading-size=largest]) #productList .catalog-products:not(.list-view) .model-shortcut{font-size:10px;line-height:1.3;margin-top:4px}
}
#productList .catalog-products.list-view{grid-template-columns:minmax(0,1fr)}
html[data-reading-size]:not([data-reading-size=standard]) #productList .product-grid:not(.list-view)>.product-card{max-width:none}
@media(max-width:640px){
 #productList .catalog-products:not(.list-view){grid-template-columns:minmax(0,1fr);gap:8px}
 #productList .catalog-products:not(.list-view)>.product-card{display:grid;grid-template-columns:clamp(112px,34vw,140px) minmax(0,1fr);max-width:none;align-items:start}
 #productList .catalog-products:not(.list-view) .product-image{width:100%;height:auto;aspect-ratio:4/3;padding:0;align-self:start}
 #productList .catalog-products:not(.list-view) .product-copy{padding:8px;min-width:0}
 #productList .catalog-products:not(.list-view) .product-meta{flex-wrap:wrap;justify-content:flex-start}
 #productList .catalog-products:not(.list-view) .product-bottom{justify-content:flex-end;gap:6px}
 #productList .catalog-products:not(.list-view) .product-bottom .price{flex-basis:100%;margin-right:0}
 #productList .catalog-products:not(.list-view) .product-bottom .quantity{width:auto}
}
@media(max-width:640px){html[data-reading-size]:not([data-reading-size=standard]) .result-toolbar form{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}html[data-reading-size]:not([data-reading-size=standard]) .result-toolbar label{display:flex;justify-content:space-between;white-space:nowrap;gap:10px}html[data-reading-size]:not([data-reading-size=standard]) .result-toolbar select{min-width:0;max-width:70%}}
@media(max-width:640px){#productList .catalog-products.list-view{grid-template-columns:minmax(0,1fr);gap:10px;border:0;border-radius:0;overflow:visible}#productList .list-view .product-card{display:block;padding:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}#productList .list-view .product-image{width:100%;height:auto;aspect-ratio:4/3;padding:0;border-radius:0}#productList .list-view .product-image img{width:100%;max-width:none;height:100%;object-fit:contain}#productList .list-view .product-copy{min-width:0;padding:12px}#productList .list-view .product-meta{position:static}#productList .list-view .product-meta small{display:block}#productList .list-view :is(.maker-name,.product-name){padding-right:0}#productList .list-view .product-bottom{border-top:1px solid var(--line);padding-top:9px}#productList .list-view .quantity{width:auto}#productList .list-view :is(.product-spec,.maker-name){overflow-wrap:anywhere}}
/* Mobile homepage art keeps its size at every reading setting; standard has three brands. */
@media(max-width:640px){
 html[data-reading-size] #main .category-grid>.category-card>.category-art{width:min(152px,100%);height:76px}
 html[data-reading-size] #main .category-grid>.category-card>.category-art img{width:100%;height:100%;object-fit:contain}
 html[data-reading-size=standard] #homeBrandLogos{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
 html[data-reading-size=standard] #homeBrandLogos>a{padding:10px 6px}
 html[data-reading-size] #homeBrandLogos .maker-art{width:100%;height:56px;margin-bottom:6px}
 html[data-reading-size] #homeBrandLogos .maker-art img{width:100%;height:100%;padding:2px;margin:0;object-fit:contain}
 html[data-reading-size=standard] #homeBrandLogos strong{font-size:14px;line-height:1.35;overflow-wrap:anywhere}
 html[data-reading-size=standard] #homeBrandLogos small{font-size:12px;line-height:1.4}
}
/* Mobile catalog: maker and favorite share the first row; JAN remains on desktop/detail. */
@media(max-width:640px){
 #productList .catalog-products .product-copy{display:grid;grid-template-columns:minmax(0,1fr) 44px;column-gap:6px;align-content:start}
 #productList .catalog-products .product-copy> :not(.product-meta){grid-column:1 / -1;min-width:0}
 #productList .catalog-products .product-meta{display:contents}
 #productList .catalog-products .product-meta>small{display:none}
 #productList .catalog-products .product-copy>.maker-name{grid-column:1;grid-row:1;align-self:center;margin:0;padding-right:0;overflow-wrap:anywhere}
 #productList .catalog-products .product-meta>.favorite{grid-column:2;grid-row:1;align-self:center;justify-self:end;width:44px;height:44px;margin:0}
}
.detail-photo>a{display:block;aspect-ratio:4/3;background:#fff;border-radius:10px;overflow:hidden}
.detail-photo>a>img{display:block;width:100%;height:100%;max-height:none;aspect-ratio:4/3;object-fit:contain}
/* Match the general shop: identity/actions above a search-only sticky row. */
@media(max-width:840px){.site-header{top:calc(-1 * var(--mobile-header-scroll-height,52px))}.header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"logo account" "search search";padding:8px 12px;gap:8px;align-items:center}.header-inner>.logo{grid-area:logo;display:flex;min-height:44px}.header-inner>.logo img{width:90px;height:44px;object-fit:contain}.header-inner>.logo .logo-wordmark{display:none}.header-inner>.account{grid-area:account;display:flex;gap:4px}.header-inner>.account a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:44px;min-width:48px;padding:4px 6px;font-size:10px;white-space:nowrap}.header-inner>.account svg{width:18px;height:18px}.header-inner>.search-wrap{grid-area:search;display:grid;grid-template-columns:minmax(0,1fr) auto auto;min-width:0;height:44px}.search-wrap .search-form,.search-wrap .history-strip{display:contents}.search-wrap #historyInline{display:none}.search-wrap .search-form input{height:44px;font-size:16px;padding:8px 10px}.search-wrap .search-submit{height:44px;min-width:58px;border-radius:0;padding:8px;font-size:12px}.search-wrap #historyOpen{height:44px;min-width:52px;border-radius:0 8px 8px 0;padding:6px;background:var(--soft);color:var(--text);font-size:11px}}
.swipe-page-hint{display:none}
.swipe-paging-enabled .catalog-products,.swipe-paging-enabled .pagination{touch-action:pan-y pinch-zoom}
.swipe-paging-enabled .swipe-page-hint{display:block;text-align:center;font-size:11px;line-height:1.7;color:var(--muted);margin:8px 0 20px}
.swipe-paging-enabled .keyboard-hint{display:none}
/* Storefront identity: retain the current production header colors. */
.portal a[aria-current]{border-color:var(--accent)}
.site-header{background:var(--site-header,#113c5b);border-bottom:2px solid var(--site-header-line,#105fcc)}
.site-header::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--site-header-line,#105fcc);opacity:.4;pointer-events:none}

/* Compact desktop header shared by Bass, Trout and Saltwater. */
@media(min-width:841px){
  .header-inner{padding:18px 30px;grid-template-columns:220px minmax(200px,1fr) auto;gap:24px;align-items:center}
  .header-inner>.search-wrap{position:relative;align-self:center}
  .logo img{width:220px;height:37px}
  .logo small{padding-top:2px;font-size:8px}
  .search-form{height:40px}
  .search-form input{padding-left:15px;font-size:13px}
  .search-submit{min-width:80px;padding-block:7px;font-size:13px}
  .history-strip{position:absolute;top:100%;left:0;right:0;height:16px;margin-top:1px;gap:10px;font-size:10px;line-height:1.25}
  .history-strip #historyInline{gap:13px}
  .history-strip button{padding:0 6px;font-size:9px;line-height:1.35}
  .account{gap:5px}
  .account>a{min-width:64px;min-height:46px;padding:3px 6px;gap:1px;font-size:10px}
  .account>a svg{width:18px;height:18px}
}
.trout-logo-wordmark{display:flex;flex-direction:column;align-items:flex-start;letter-spacing:0}
.trout-logo-wordmark strong{display:block;font-size:22px;line-height:1;font-weight:800;letter-spacing:-.025em}
.trout-logo-wordmark small{margin-top:5px;padding-top:0;font-size:8px;line-height:1;font-weight:600;letter-spacing:.035em}
@media(max-width:1200px){.trout-logo-wordmark strong{font-size:18px}.trout-logo-wordmark small{font-size:7px}}
/* Catalog secondary text: clearer contrast without competing with product names. */
#productList :is(.maker-name,.product-spec){color:#536273}
@media(prefers-color-scheme:dark){#productList :is(.maker-name,.product-spec){color:#cbd5df}}

/* Keep the compact mobile list row tight; the heart remains a 40px touch target. */
@media(max-width:640px){
 #productList .catalog-products:not(.list-view) .product-copy{display:block;position:relative;padding-right:46px}
 #productList .catalog-products:not(.list-view) .maker-name{display:block;margin:0 0 2px;padding:0;font-size:11px;line-height:1.2}
 #productList .catalog-products:not(.list-view) .product-name{display:block;line-height:1.3}
 #productList .catalog-products:not(.list-view) .product-spec{margin:2px 0 4px;font-size:11px;line-height:1.3}
 #productList .catalog-products:not(.list-view) .product-meta>.favorite{position:absolute;top:0;right:0;width:40px;height:40px;min-width:40px;min-height:40px}
}

/* The large mobile card uses a separate list-view layout. Keep its copy equally compact. */
@media(max-width:640px){
 #productList .catalog-products.list-view .product-copy{display:block;position:relative;padding:8px}
 #productList .catalog-products.list-view .maker-name{display:block;margin:0 0 2px;padding:0 44px 0 0;font-size:11px;line-height:1.2}
 #productList .catalog-products.list-view .product-name{display:block;padding-right:44px;line-height:1.3}
 #productList .catalog-products.list-view .product-spec{margin:2px 0 4px;font-size:11px;line-height:1.3}
 #productList .catalog-products.list-view .product-meta>.favorite{position:absolute;top:2px;right:2px;width:40px;height:40px;min-width:40px;min-height:40px}
 #productList .catalog-products.list-view .product-bottom{margin-top:4px;padding-top:6px}
 #productList .catalog-products.list-view .model-shortcut{margin-top:3px}
}
body{font-family:'メイリオ',Meiryo,'Lucida Grande',Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',sans-serif}
