/* Full product catalog for car/bike goods */
:root{--gc-blue:#0875ee;--gc-navy:#0d2b45;--gc-text:#17344e;--gc-muted:#62798d;--gc-line:#dce7f0;--gc-bg:#f3f7fb}.goods-catalog-page{background:var(--gc-bg);color:var(--gc-text)}.gc-hero{background:linear-gradient(135deg,#0b2740,#0e4d7e);color:#fff;padding:50px 20px}.gc-hero-inner{max-width:1120px;margin:auto}.gc-hero small{font-size:10px;letter-spacing:.14em;font-weight:900;color:#9fd0ff}.gc-hero h1{font-size:34px;line-height:1.25;margin:8px 0 10px}.gc-hero p{font-size:13px;line-height:1.8;margin:0;max-width:720px;color:#dcecff}.gc-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.gc-hero-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:10px;font-size:11px;font-weight:950;text-decoration:none}.gc-hero-actions a:first-child{background:#fff;color:#0d4c7a}.gc-hero-actions a:last-child{border:1px solid rgba(255,255,255,.45);color:#fff}.gc-main{max-width:1120px;margin:24px auto 70px;padding:0 20px}.gc-toolbar{background:#fff;border:1px solid var(--gc-line);border-radius:18px;padding:16px;box-shadow:0 8px 24px rgba(15,45,75,.05);position:sticky;top:0;z-index:20}.gc-search-row{display:grid;grid-template-columns:1fr 190px;gap:10px}.gc-search{display:flex;align-items:center;gap:8px;border:1px solid #cbdbe8;border-radius:10px;padding:0 12px;background:#fff}.gc-search input{width:100%;height:42px;border:0;outline:0;font-size:12px;color:var(--gc-text)}.gc-sort{height:42px;border:1px solid #cbdbe8;border-radius:10px;background:#fff;padding:0 10px;color:var(--gc-text);font-weight:800}.gc-cats,.gc-purposes{display:flex;gap:8px;flex-wrap:wrap;margin-top:11px}.gc-chip{border:1px solid #cbdbe8;background:#fff;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:900;color:#48647a;cursor:pointer}.gc-chip.active{background:var(--gc-blue);border-color:var(--gc-blue);color:#fff}.gc-status{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:20px 0 12px}.gc-status h2{font-size:21px;margin:0}.gc-count{font-size:11px;color:var(--gc-muted);font-weight:850}.gc-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.gc-card{display:flex;flex-direction:column;min-height:360px;background:#fff;border:1px solid var(--gc-line);border-radius:17px;padding:15px;box-shadow:0 7px 20px rgba(15,45,75,.04);transition:.15s ease}.gc-card:hover{transform:translateY(-2px);border-color:#a9cdea;box-shadow:0 12px 26px rgba(15,45,75,.08)}.gc-card.saved{box-shadow:0 0 0 2px rgba(8,117,238,.16)}.gc-visual{height:86px;border-radius:13px;background:linear-gradient(135deg,#edf6ff,#fbfdff);border:1px solid #e0eaf2;display:grid;place-items:center;font-size:42px}.gc-badges{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px}.gc-category{font-size:8px;letter-spacing:.1em;color:var(--gc-blue);font-weight:950}.gc-badge{font-size:8px;background:#eef7ff;color:#0875ee;padding:5px 7px;border-radius:999px;font-weight:950}.gc-card h3{font-size:15px;line-height:1.45;margin:7px 0 4px}.gc-brand{font-size:9px;color:#7a8da0;font-weight:850;margin-bottom:8px}.gc-card p{font-size:9.5px;line-height:1.7;color:#60778a;margin:0}.gc-tags{display:flex;flex-wrap:wrap;gap:5px;margin:9px 0}.gc-tags span{font-size:8px;padding:5px 6px;border-radius:7px;background:#f4f8fb;border:1px solid #e3ebf1;color:#4b667b;font-weight:850}.gc-check{font-size:8.5px;line-height:1.55;background:#fffaf0;border:1px solid #efdfae;border-radius:8px;padding:8px;color:#6d5b24}.gc-price{margin-top:auto;padding-top:10px}.gc-price small{display:block;color:#7b8e9e;font-size:8px}.gc-price b{font-size:14px}.gc-actions{display:grid;grid-template-columns:1fr 38px;gap:7px;margin-top:10px}.gc-rakuten,.gc-save{min-height:40px;border-radius:9px;font-size:9px;font-weight:950;display:flex;align-items:center;justify-content:center}.gc-rakuten{background:var(--gc-blue);color:#fff!important;text-decoration:none;padding:0 9px;text-align:center}.gc-save{border:1px solid #c4d6e4;background:#fff;color:#36546d;cursor:pointer}.gc-save.active{background:#eaf5ff;border-color:#0875ee;color:#0875ee}.gc-empty{grid-column:1/-1;text-align:center;padding:40px 20px;background:#fff;border:1px dashed #c4d6e4;border-radius:14px;color:#60778a}.gc-compare{position:fixed;left:50%;bottom:16px;transform:translateX(-50%);z-index:40;width:min(900px,calc(100% - 28px));background:#0f2f4a;color:#fff;border-radius:15px;padding:12px 14px;box-shadow:0 12px 36px rgba(0,0,0,.2);display:flex;align-items:center;gap:10px}.gc-compare[hidden]{display:none}.gc-compare-items{display:flex;gap:8px;flex:1;overflow:auto}.gc-compare-chip{white-space:nowrap;background:rgba(255,255,255,.1);border-radius:8px;padding:8px 10px;font-size:9px}.gc-compare button{border:0;border-radius:9px;padding:10px 12px;font-size:9px;font-weight:900;cursor:pointer}.gc-compare-open{background:#fff;color:#0e4b78}.gc-compare-clear{background:transparent;color:#d8e8f5}.gc-table-wrap{overflow:auto;margin-top:20px;background:#fff;border:1px solid var(--gc-line);border-radius:15px}.gc-table-wrap[hidden]{display:none}.gc-table{width:100%;border-collapse:collapse;min-width:760px}.gc-table th,.gc-table td{padding:11px 12px;border-bottom:1px solid #e6edf3;text-align:left;font-size:9px;vertical-align:top}.gc-table th{background:#f7fbff;color:#4f6b82}.gc-table td:first-child{font-weight:950}.gc-note{margin-top:18px;font-size:9px;line-height:1.7;color:#7b8d9d}.gc-topbar{background:#fff;border-bottom:1px solid #dde8f1;padding:12px 20px}.gc-topbar-inner{max-width:1120px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:12px}.gc-topbar a{text-decoration:none}.gc-brand-link{font-weight:950;color:#17344e}.gc-back{font-size:10px;font-weight:900;color:#0875ee}@media(max-width:980px){.gc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.gc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gc-search-row{grid-template-columns:1fr}.gc-toolbar{position:static}.gc-hero h1{font-size:28px}}@media(max-width:520px){.gc-main{padding:0 13px}.gc-hero{padding:36px 16px}.gc-hero h1{font-size:25px}.gc-grid{grid-template-columns:1fr}.gc-card{min-height:0}.gc-status{align-items:flex-start;flex-direction:column}.gc-compare{align-items:stretch;flex-direction:column}.gc-compare-items{width:100%}}
