.detail-shell {
  max-width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr) 250px;
  gap: 10px;
  padding: 0 8px;
  background: #f4f4f4;
  align-items: start;
}
.side-nav, .dealer-info, .detail-main { background: #fff; }
.side-nav { min-height: 520px; padding: 10px 8px; }
.category-toggle-btn { display: none; }
.side-title { font: 800 13px Georgia, "Times New Roman", serif; text-align: center; padding-bottom: 8px; border-bottom: 2px solid #333; margin-bottom: 12px; color: #444; }
.side-link { display: block; margin: 8px 0; color: #333; font-weight: 700; }
.thumb-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; margin: 8px 0 12px; }
.thumb-strip a { display: block; border: 2px solid #222; background: #eee; }
.thumb-strip img { display: block; width: 100%; height: 46px; object-fit: cover; }

.detail-main { padding-bottom: 12px; }
.top-detail-nav { padding: 7px 8px 5px; border-bottom: 2px solid #555; }
.go-back { display: inline-block; margin-right: 10px; font: 800 14px Georgia, "Times New Roman", serif; text-decoration: underline; }
.breadcrumb { margin-top: 5px; background: #f2f2f2; padding: 5px 7px; }
.breadcrumb a { text-decoration: underline; }
.breadcrumb-arrow { color: #cc0000; padding: 0 4px; font-weight: 800; }
.breadcrumb-separator { padding: 0 4px; }
.page-title { margin: 10px 8px; padding: 7px 9px; background: #111; color: #fff; font-size: 16px; font-weight: 900; }

.product-summary { display: grid; grid-template-columns: 235px 1fr; gap: 14px; padding: 0 8px 12px; }
.preview-card { background: #f4f4f4; padding: 8px; }
.main-photo { display: block; background: #fff; border: 5px solid #fff; box-shadow: 0 0 5px rgba(0,0,0,.35); }
.main-photo img { display: block; width: 100%; height: auto; }
.thumbs-wrapper { display: flex; align-items: center; gap: 4px; margin-top: 8px; }
.thumbs { display: flex; gap: 6px; align-items: center; overflow: hidden; flex: 1; scroll-behavior: smooth; }
.thumbs-wrapper button { width: 24px; height: 24px; background: #333; color: #fff; border: 0; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.thumbs-wrapper button:hover { background: #555; }
.thumbs a { display: block; width: 52px; height: 42px; border: 3px solid #202020; background: #ddd; }
.thumbs img { width: 100%; height: 100%; object-fit: cover; display: block; }
.small-heart { margin-left: auto; width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; background: #333; color: #ffe000; font-size: 16px; }
.summary-note { color: #444; font-size: 12px; line-height: 1.35; margin-top: 9px; }
.params { padding: 8px 0; border-top: 1px dotted #bbb; border-bottom: 1px dotted #bbb; color: #555; }
.params p { margin: 5px 0; }
.black-actions { margin: 9px 0; display: grid; gap: 3px; }
.black-actions a { display: block; background:#002fa7; color: #fff; text-align: center; padding: 6px 8px; font-weight: 800; }

.section-title { margin: 10px 8px 0; padding: 6px 8px; background: #002fa7; color: #fff; font-weight: 900; }
.tech-box { margin: 0 8px; padding: 10px 12px; background: #fff; border: 1px solid #d8d8d8; line-height: 1.48; }
.tech-box p { margin: 2px 0; }
.price-blue { color: var(--link-blue); font-weight: 900; font-size: 14px; }
.disclaimer { margin-top: 10px; color: #777; font-size: 10px; line-height: 1.35; }
.function-links { margin: 10px 8px; display: grid; gap: 3px; }
.function-links a { display: block; padding: 6px 8px; background: #e6e6e6; border: 1px solid #cfcfcf; color: #333; font-weight: 700; }
.images-block { margin: 0 8px; }
.image-list img { display: block; width: 100%; margin: 10px 0; border: 1px solid #ddd; background: #fff; }

.gab-repeat { display: block; margin: 0 8px; }
.gab-repeat img { display: block; width: 100%; height: 90px; object-fit: cover; border-top: 8px solid #585858; }

.dealer-info { padding: 12px 13px 84px; font-size: 12px; line-height: 1.25; box-shadow: inset 0 0 3px rgba(0,0,0,.18); }
.dealer-title { margin: 0; padding: 3px 0 8px; font: 900 16px Georgia, "Times New Roman", serif; color: #333; border-bottom: 2px solid #333; letter-spacing: -.2px; }
.dealer-decor { height: 58px; margin: 11px 0 8px; background: repeating-linear-gradient(90deg, #efefef 0 16px, #cfcfcf 16px 30px, #f6f6f6 30px 45px); clip-path: polygon(0 0,100% 0,100% 76%,94% 100%,88% 76%,82% 100%,76% 76%,70% 100%,64% 76%,58% 100%,52% 76%,46% 100%,40% 76%,34% 100%,28% 76%,22% 100%,16% 76%,10% 100%,4% 76%,0 92%); opacity: .92; }
.dealer-head { display: flex; gap: 11px; align-items: center; padding: 0 0 6px; border-bottom: 1px solid #9d9d9d; }
.offset-logo-box { width: 62px; height: 62px; flex: 0 0 62px; border: 1px solid #333; background: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 900; line-height: .88; }
.offset-logo-box span { display: inline-flex; width: 38px; height: 38px; border-radius: 50%; align-items: center; justify-content: center; background: #ffd400; color: #fff; margin-left: -6px; font-size: 11px; }
.dealer-name { color: #333; font-size: 14px; font-weight: 900; text-decoration: underline; line-height: 1.05; }
.dealer-country { margin-top: 3px; color: #555; font-size: 13px; line-height: 1.05; }
.thin-gray-divider { border-top: 1px solid #aaa; margin: 6px 0 7px; }
.dealer-time { color: #555; font-size: 12px; line-height: 1.1; border-bottom: 1px solid #bdbdbd; padding: 2px 0 4px; }
.dealer-time::before { content: "◷"; display: inline-block; margin-right: 4px; color: #aaa; font-size: 15px; vertical-align: -1px; }
.follow-btn { position: relative; display: block; margin: 7px 0 2px; padding: 5px 8px 5px 46px; background: #8a8a8a; color: #fff; font-size: 15px; font-weight: 900; text-align: left; border-top: 3px solid #b5b5b5; border-bottom: 3px solid #666; line-height: 1.05; }
.follow-btn::before { content: ""; position: absolute; left: 11px; top: 3px; width: 26px; height: 22px; background: #fff; clip-path: polygon(0 20%,55% 0,100% 18%,72% 50%,100% 82%,55% 100%,0 80%,22% 50%); opacity: .95; }
.follow-note { color: #555; font-size: 12px; line-height: 1.1; }
.dealer-brand-row { display: flex; align-items: center; gap: 6px; }
.offset-wordmark { font-size: 22px; font-weight: 900; letter-spacing: -1.2px; white-space: nowrap; }
.offset-wordmark span { display: inline-flex; width: 39px; height: 39px; margin-left: -3px; border-radius: 50%; align-items: center; justify-content: center; background: #ffd400; color: #fff; font-size: 12px; vertical-align: middle; }
.dealer-slogan { color: #333; font-size: 6px; font-weight: 900; line-height: 1.25; letter-spacing: .9px; }
.dealer-copy { color: #333; font-size: 13px; font-weight: 800; line-height: 1.18; }
.dealer-copy p { margin: 3px 0 3px; }
.dealer-contact a { color: #0085d5; display: block; font-size: 13px; line-height: 1.12; }
.dealer-meta p { margin: 10px 0; color: #444; font-size: 12px; line-height: 1.12; }
.dealer-meta strong { color: #333; }
.stars { display: inline-block; color: #d8d8d8; letter-spacing: -2px; font-size: 16px; vertical-align: -2px; text-shadow: 0 0 1px #aaa; }
.dealer-outline-btn { display: block; margin: 12px 2px; padding: 7px 8px; border: 1px solid #aaa; box-shadow: inset 0 0 0 1px #eee; color: #111; background: linear-gradient(#fff, #f5f5f5); text-align: center; font-size: 14px; font-weight: 900; line-height: 1.1; }
.dealer-outline-btn:hover { background: #eeeeee; text-decoration: none; }
.credit-banner { height: 55px; margin: 10px 0; border: 1px solid #c8c8c8; background: linear-gradient(90deg, rgba(235,235,235,.9), rgba(255,255,255,.72)), radial-gradient(circle at 18% 48%, #d8d8d8 0 24px, transparent 25px); display: flex; align-items: center; justify-content: flex-end; padding-right: 7px; color: #bdd7df; font-size: 18px; font-weight: 900; line-height: .88; text-align: right; letter-spacing: -.8px; }
.verified-block { display: grid; grid-template-columns: 72px 45px 1fr; align-items: center; gap: 3px; margin: 12px 0 8px; color: #888; }
.verified-title { font-size: 20px; font-weight: 900; line-height: .84; color: #737373; letter-spacing: -1px; }
.big-check { color: #12ad44; font-size: 64px; line-height: .76; font-weight: 900; transform: skew(-7deg); }
.verified-text { font-size: 13px; font-weight: 900; line-height: .88; color: #979797; letter-spacing: -.5px; }
.verified-text small { display: block; margin-top: 4px; font-size: 9px; font-weight: 700; line-height: 1.02; letter-spacing: -.3px; }

@media (max-width: 900px) {
  .detail-shell { grid-template-columns: 1fr; }
  .dealer-info { order: 3; }
  .product-summary { grid-template-columns: 1fr; }
  .category-toggle-btn {
    display: block;
    width: 100%;
    padding: 8px 12px;
    background: #002fa7;
    color: #fff;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    margin-bottom: 8px;
  }
  .side-nav.is-open .side-nav-content {
    display: block;
  }
  .side-nav .side-nav-content {
    display: none;
  }
}

.auto-style-1 { margin:10px 8px; }
.auto-style-2 { margin-left:0;margin-right:0; }
