.mb-bike-toolbar { display: grid; grid-template-columns: 1.5fr repeat(3, minmax(130px, .5fr)) auto; gap: 10px; margin: 24px 0; }
.mb-bike-toolbar input, .mb-bike-toolbar select { min-height: 46px; border: 1px solid var(--line); border-radius: 10px; padding: 0 12px; background: #fff; }
.mb-bike-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.mb-bike-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-card); }
.mb-bike-thumb { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #e5e7eb; }
.mb-bike-thumb img { width: 100%; height: 100%; object-fit: cover; }
.mb-bike-thumb .mb-badge { position: relative; margin: 10px 0 0 10px; z-index: 2; }
.mb-bike-thumb .mb-badge + .mb-badge { margin-left: 6px; }
.mb-bike-body { padding: 16px; }
.mb-bike-body h3 { margin: 0; font-size: 18px; line-height: 1.35; }
.mb-bike-body p { margin: 8px 0 0; color: var(--text-sub); font-size: 14px; line-height: 1.45; }
.mb-bike-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 14px; }
.mb-bike-foot strong { font-size: 20px; }
.mbike-noimg { display: grid; place-items: center; width: 100%; height: 100%; color: var(--text-muted); font-weight: 800; }
.mb-detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: start; }
.mb-detail-gallery { overflow: hidden; }
.mb-detail-gallery img { width: 100%; height: auto; display: block; }
.mb-detail-panel { padding: 24px; }
.mb-detail-panel h1 { margin: 12px 0 10px; font-size: 30px; line-height: 1.25; }
.mb-detail-price { display: block; margin: 18px 0; font-size: 30px; color: var(--brand); }
#sit { width: 100%; }
#sit_hhtml, .sit_admin { display: none; }
