.lshort-arb-products .model-card,
.lshort-arb-products .model-card:visited {
  color: inherit;
  text-decoration: none;
  display: block;
}
.lshort-arb-products .model-grid {
  margin-bottom: 64px;
}
.lshort-arb-new-items {
  background: var(--black, #0a0a0a);
  border-top: 2px solid var(--accent, #c8a96e);
  padding: 48px;
}
.lshort-arb-sub-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 28px;
}
.lshort-arb-sub-head .label {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent, #c8a96e);
}
.lshort-arb-sub-head h3 {
  font-family: var(--font-display, sans-serif);
  font-size: 42px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
}
.lshort-arb-new-grid.parts-grid {
  grid-template-columns: repeat(4, 1fr);
}
.lshort-arb-empty {
  background: rgba(255,255,255,0.03);
  border: 0.5px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.45);
  font-size: 13px;
  letter-spacing: 0.08em;
  padding: 22px 24px;
}
.lshort-arb-model-card .model-img-inner img,
.lshort-arb-item-card .part-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lshort-arb-model-card .model-img-inner img {
  object-fit: contain;
}
.lshort-arb-item-card .part-img span,
.lshort-arb-detail-main-image span {
  font-size: 9px;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.15);
  text-transform: uppercase;
}
.lshort-arb-card-link,
.lshort-arb-card-link:visited {
  color: inherit;
  text-decoration: none;
  display: block;
}
.lshort-arb-card-link h5 {
  color: #fff;
}
.lshort-arb-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.lshort-arb-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--accent, #c8a96e);
  text-decoration: none;
  border: 0.5px solid rgba(200,169,110,0.25);
  background: rgba(200,169,110,0.08);
  padding: 5px 10px;
  border-radius: 2px;
}
.lshort-arb-single-main {
  background: var(--mid, #141414);
  min-height: 60vh;
  padding-top: 72px;
}
.lshort-arb-single-detail {
  margin-top: 0;
}
.lshort-arb-brand-section:last-child {
  margin-bottom: 0;
}
.lshort-arb-item-page {
  background: var(--mid, #141414);
}
.lshort-arb-item-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 36px;
  color: rgba(255,255,255,0.4);
  font-size: 12px;
  letter-spacing: 0.08em;
}
.lshort-arb-item-breadcrumb a {
  color: var(--accent, #c8a96e);
  text-decoration: none;
}
.lshort-arb-item-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 48px;
  align-items: start;
  background: var(--black, #0a0a0a);
  border-top: 2px solid var(--accent, #c8a96e);
  padding: 48px;
}
.lshort-arb-detail-gallery {
  min-width: 0;
}
.lshort-arb-detail-main-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #0d0d0d;
  border: 0.5px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lshort-arb-main-zoom {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: zoom-in;
}
.lshort-arb-detail-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lshort-arb-detail-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 12px;
}
.lshort-arb-thumb {
  border: 1px solid rgba(255,255,255,0.08);
  background: #111;
  padding: 0;
  aspect-ratio: 1;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.2s, border-color 0.2s;
}
.lshort-arb-thumb.is-active,
.lshort-arb-thumb:hover {
  opacity: 1;
  border-color: var(--accent, #c8a96e);
}
.lshort-arb-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lshort-arb-detail-summary h1 {
  font-family: var(--font-body, sans-serif);
  font-size: clamp(22px, 2.1vw, 28px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 12px 0 24px;
}
.lshort-arb-detail-category {
  color: var(--accent, #c8a96e);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 18px 0 0;
}
.lshort-arb-detail-list {
  display: grid;
  gap: 2px;
  margin: 0 0 28px;
}
.lshort-arb-detail-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  border-top: 0.5px solid rgba(255,255,255,0.09);
  padding: 18px 0;
}
.lshort-arb-detail-list div:last-child {
  border-bottom: 0.5px solid rgba(255,255,255,0.09);
}
.lshort-arb-detail-list dt {
  color: rgba(255,255,255,0.38);
  font-size: 12px;
  letter-spacing: 0.14em;
}
.lshort-arb-detail-list dd {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  line-height: 1.9;
}
.lshort-arb-detail-list .lshort-arb-price {
  color: #fff;
  font-weight: 700;
}
.lshort-arb-detail-buy {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  min-height: 48px;
  border: 1px solid rgba(255,56,0,0.45);
  background: rgba(255,56,0,0.12);
  color: #ff6b3d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: background 0.2s, transform 0.2s;
}
.lshort-arb-detail-buy:hover {
  background: rgba(255,56,0,0.2);
  transform: translateY(-2px);
}
.lshort-arb-detail-sections {
  background: var(--black, #0a0a0a);
  padding: 0 48px 48px;
}
.lshort-arb-detail-text-section {
  border-top: 0.5px solid rgba(255,255,255,0.09);
  padding: 40px 0 0;
  margin: 0 0 40px;
}
.lshort-arb-detail-text-section:last-child {
  margin-bottom: 0;
}
.lshort-arb-detail-text-section h2 {
  font-family: var(--font-display, sans-serif);
  font-size: 34px;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
}
.lshort-arb-detail-text-content {
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  line-height: 2;
}
.lshort-arb-detail-text-content p,
.lshort-arb-detail-text-content ul,
.lshort-arb-detail-text-content ol {
  margin-top: 0;
  margin-bottom: 18px;
}
.lshort-arb-detail-text-content ul,
.lshort-arb-detail-text-content ol {
  padding-left: 1.4em;
}

html.lshort-arb-modal-open {
  overflow: hidden;
}
.lshort-arb-image-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(0,0,0,0.86);
}
.lshort-arb-image-modal.is-open {
  display: flex;
}
.lshort-arb-image-modal img {
  max-width: min(92vw, 1200px);
  max-height: 88vh;
  object-fit: contain;
  background: #0d0d0d;
  box-shadow: 0 24px 80px rgba(0,0,0,0.6);
}
.lshort-arb-image-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(200,169,110,0.6);
  background: rgba(10,10,10,0.9);
  color: var(--accent, #c8a96e);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.lshort-arb-image-modal-close:hover {
  background: var(--accent, #c8a96e);
  color: #0a0a0a;
}

@media (max-width: 900px) {
  .lshort-arb-new-grid.parts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lshort-arb-new-items {
    padding: 36px 24px;
  }
  .lshort-arb-item-detail-layout {
    grid-template-columns: 1fr;
    padding: 36px 24px;
  }
  .lshort-arb-detail-sections {
    padding: 0 24px 36px;
  }
}
@media (max-width: 520px) {
  .lshort-arb-new-grid.parts-grid {
    grid-template-columns: 1fr;
  }
  .lshort-arb-sub-head {
    flex-direction: column;
    gap: 8px;
  }
  .lshort-arb-sub-head h3 {
    font-size: 34px;
  }
  .lshort-arb-new-items {
    padding: 32px 18px;
  }
  .lshort-arb-item-detail-layout {
    padding: 30px 18px;
    gap: 30px;
  }
  .lshort-arb-detail-sections {
    padding: 0 18px 30px;
  }
  .lshort-arb-detail-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }
  .lshort-arb-detail-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .lshort-arb-detail-buy {
    width: 100%;
    min-width: 0;
  }
}
