/* SWE Auto catalog/detail styles */
.swe-auto-card .swe-card-specs th {
  color: #6c757d;
  font-weight: 500;
  width: 52%;
}

.swe-auto-card .swe-card-specs td {
  color: #111;
  font-weight: 700;
  text-align: right;
}

.swe-auto-detail .table th {
  color: #6c757d;
  font-weight: 500;
  width: 42%;
}

.swe-auto-detail .table td {
  color: #111;
  font-weight: 700;
  font-size: 1.05rem;
  text-align: right;
}

.swe-zoom-box {
  position: relative;
  overflow: hidden;
  border-radius: .75rem;
  cursor: zoom-in;
  background: #f8f9fa;
}

.swe-zoom-box img {
  display: block;
  width: 100%;
  height: auto;
}

.swe-zoom-box:hover img {
  filter: brightness(.9);
}

.swe-zoom-lens {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,.95);
  box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.32);
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: 5;
}

.swe-zoom-box:hover .swe-zoom-lens {
  opacity: 1;
}

.swe-auto-detail-gallery {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.swe-auto-detail-gallery .swe-gallery-item {
  width: 100%;
}

.swe-auto-detail-gallery .swe-gallery-item img {
  width: 100%;
  max-height: none;
  object-fit: contain;
}

.swe-auto-detail-gallery .swe-zoom-lens {
  width: 180px;
  height: 180px;
}
