/* Dense category marketplace inspired by large shopping catalogs, without copying retailer UI */
.gc-market{margin:18px 0 28px;padding:18px;border:1px solid #dbe7f1;border-radius:18px;background:#fff}.gc-market-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:14px}.gc-market-head small{display:block;color:#0875ee;font-size:9px;font-weight:950;letter-spacing:.13em}.gc-market-head h2{margin:4px 0 5px;color:#12344f;font-size:22px}.gc-market-head p{margin:0;color:#61788b;font-size:11px;line-height:1.7}.gc-market-actions{display:flex;gap:8px;flex-wrap:wrap}.gc-market-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;border-radius:9px;font-size:10px;font-weight:950;text-decoration:none}.gc-market-all{background:#0875ee;color:#fff!important}.gc-market-back{background:#eef6fd;color:#0875ee!important;border:1px solid #cfe3f6}.gc-market-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.gc-market-card{position:relative;display:flex;flex-direction:column;min-width:0;border:1px solid #e0e9f0;border-radius:12px;background:#fff;padding:10px;box-shadow:0 4px 12px rgba(12,43,68,.035)}.gc-market-card:hover{border-color:#a8cff2;box-shadow:0 9px 22px rgba(12,43,68,.08);transform:translateY(-1px)}.gc-market-visual{height:112px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(145deg,#f1f7fc,#fff);border:1px solid #e7eef4;font-size:42px;margin-bottom:9px}.gc-market-badge{position:absolute;top:16px;right:15px;padding:4px 6px;border-radius:999px;background:#eef7ff;color:#0875ee;font-size:8px;font-weight:950}.gc-market-brand{color:#587188;font-size:9px;font-weight:900}.gc-market-card h3{margin:3px 0 6px;color:#14364f;font-size:13px;line-height:1.45;min-height:38px}.gc-market-card p{margin:0;color:#718496;font-size:9px;line-height:1.55}.gc-market-price{margin-top:auto;padding-top:10px}.gc-market-price small{display:block;color:#8495a4;font-size:8px}.gc-market-price b{display:block;color:#c64a00;font-size:13px;margin-top:2px}.gc-market-link{display:flex;align-items:center;justify-content:center;min-height:34px;margin-top:8px;border-radius:8px;background:#0875ee;color:#fff!important;font-size:9px;font-weight:950;text-decoration:none;text-align:center}.gc-market-note{margin:12px 0 0;color:#8091a0;font-size:9px;line-height:1.6}.gc-market-empty{grid-column:1/-1;padding:30px;text-align:center;border:1px dashed #c8d7e3;border-radius:12px;color:#718496}.gc-market-query{display:inline-flex;margin-top:8px;padding:5px 8px;border-radius:999px;background:#eef6fd;color:#0875ee;font-size:9px;font-weight:900}
.goods-catalog-internal-link{display:inline-flex!important;align-items:center;justify-content:center!important;min-height:40px!important;padding:0 14px!important;border-radius:10px!important;background:#fff!important;color:#0875ee!important;border:1px solid #0875ee!important;font-size:10px!important;font-weight:950!important;text-decoration:none!important}.goods-catalog-internal-link:hover{background:#eef7ff!important}.goods-explorer-head .goods-catalog-internal-link{margin-left:auto}.goods-product-catalog-cta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0 16px;padding:13px 15px;border-radius:12px;background:linear-gradient(135deg,#0875ee,#0d66cb);color:#fff}.goods-product-catalog-cta div small{display:block;opacity:.8;font-size:8px;font-weight:900}.goods-product-catalog-cta div b{display:block;margin-top:3px;font-size:13px}.goods-product-catalog-cta a{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;border-radius:9px;background:#fff;color:#0875ee!important;font-size:10px;font-weight:950;text-decoration:none}
@media(max-width:1080px){.gc-market-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:820px){.gc-market-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gc-market-head{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.gc-market{padding:13px}.gc-market-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.gc-market-visual{height:92px;font-size:34px}.gc-market-card h3{font-size:12px}.goods-product-catalog-cta{align-items:flex-start;flex-direction:column}.goods-product-catalog-cta a{width:100%}}