.comparison-badge,
.detail-comparison-badge {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 15px;
  max-width: 48%;
  padding: 8px 10px;
  border-radius: 8px;
  background: #ed3326;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 6px 18px #a92b2340;
}
.detail-comparison-badge { top: 20px; right: 20px; font-size: 12px; }
.card-prices { display: grid; gap: 4px; margin-top: 14px; }
.card-prices strong { color: #191b20; font: 700 27px/1.1 var(--display); letter-spacing: -.04em; }
.card-prices span { color: #626b71; font-size: 11px; line-height: 1.45; }
.card-prices a,
.detail-price-reference a { color: #b52c22; text-decoration: underline; text-underline-offset: 2px; }
.card-prices a:hover,
.detail-price-reference a:hover { color: #ed3326; }
.comparison-note { margin: 22px 0 0; max-width: 900px; color: #626b71; font-size: 11px; line-height: 1.65; }
.price-box strong { font-size: 23px; }
.detail-price-reference { margin: -10px 0 20px; color: #626b71; font-size: 12px; line-height: 1.6; }
.detail-price-reference strong { color: #191b20; white-space: nowrap; }
@media (max-width: 380px) {
  .comparison-badge { right: 10px; top: 52px; }
  .detail-comparison-badge { top: 64px; }
  .price-box>div { padding: 12px; }
  .price-box strong { font-size: 18px; }
}
.detail-gallery { min-width: 0; }
.detail-gallery .detail-image { position: relative; top: auto; }
.gallery-thumbs { display: flex; gap: 10px; overflow-x: auto; padding: 12px 2px 4px; scrollbar-width: thin; }
.gallery-thumb { flex: 0 0 78px; width: 78px; height: 70px; display: grid; place-items: center; border: 2px solid #e3e5e5; border-radius: 10px; background: #f8f8f6; padding: 5px; transition: border-color .18s ease, transform .18s ease; }
.gallery-thumb:hover { border-color: #ee817a; transform: translateY(-2px); }
.gallery-thumb:focus-visible { outline: 3px solid #191b20; outline-offset: 2px; }
.gallery-thumb.is-active { border-color: #ed3326; background: #fff; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.gallery-caption { margin: 8px 2px 0; color: #70787d; font-size: 10px; line-height: 1.5; }
@media (min-width: 900px) { .detail-gallery { position: sticky; top: 95px; } }
