body.single-car .dag-car {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-soft) 100%);
}

body.single-car .dag-car .dag-container {
  max-width: 1460px;
}

body.single-car .dag-car__layout {
  grid-template-columns: minmax(0, 1fr) minmax(430px, 500px);
  gap: 34px;
}

body.single-car .dag-sidebar {
  gap: 20px;
}

body.single-car .dag-stage {
  min-height: clamp(600px, 56vw, 780px);
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--surface-soft), var(--surface));
}

body.single-car .dag-stage img,
body.single-car .dag-stage #dag-main-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: linear-gradient(180deg, var(--surface-soft), var(--surface));
}

body.single-car .dag-nav {
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
}

body.single-car .dag-nav:hover {
  background: var(--surface);
  border-color: var(--primary);
}

body.single-car .dag-thumbs {
  padding-top: 18px;
  padding-bottom: 18px;
}

body.single-car .dag-thumb {
  flex-basis: 124px;
  width: 124px;
}

body.single-car .dag-thumb img {
  opacity: 0.94;
  transition: opacity var(--anim-fast) var(--ease-out), transform var(--anim-fast) var(--ease-out);
}

body.single-car .dag-thumb:hover img,
body.single-car .dag-thumb.is-active img {
  opacity: 1;
  transform: scale(1.03);
}

body.single-car .dag-pricebox,
body.single-car .dag-specs-card,
body.single-car .dag-lead,
body.single-car .dag-desc {
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.1);
}

body.single-car .dag-pricebox {
  background: linear-gradient(180deg, var(--surface), rgba(var(--primary-rgb), 0.04));
}

body.single-car .dag-pricebox__cta,
body.single-car .dag-lead .dag-btn {
  min-height: 54px;
}

body.single-car .dag-specs-card .dag-specs div {
  background: linear-gradient(180deg, var(--surface), var(--surface-soft));
  grid-template-columns: minmax(104px, 124px) minmax(0, 1fr);
}

body.single-car .dag-specs-card .dag-specs dd {
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

body.single-car .dag-lead {
  background: linear-gradient(180deg, var(--surface), var(--surface-soft));
}

body.single-car .dag-form input:focus,
body.single-car .dag-form select:focus,
body.single-car .dag-form textarea:focus,
body.single-car .dag-phone-wrap:focus-within input {
  outline: 0;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.12);
}

body.single-car .dag-phone-wrap:focus-within .dag-phone-prefix {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.12);
}

body.single-car .dag-lightbox__close:hover,
body.single-car .dag-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.22);
}

@media (max-width: 1180px) {
  body.single-car .dag-car__layout {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 450px);
  }

  body.single-car .dag-stage {
    min-height: 460px;
  }
}

@media (max-width: 1023.98px) {
  body.single-car .dag-car__layout {
    grid-template-columns: 1fr;
  }

  body.single-car .dag-stage {
    min-height: 460px;
  }
}

@media (max-width: 767px) {
  body.single-car .dag-stage {
    min-height: 340px;
  }

  body.single-car .dag-thumb {
    flex-basis: 96px;
    width: 96px;
  }

  body.single-car .dag-specs-card .dag-specs div {
    grid-template-columns: 1fr;
  }

  body.single-car .dag-specs-card .dag-specs dd {
    text-align: left;
  }
}
body.single-car .dag-car .dag-container{
  max-width:1540px !important;
}

body.single-car .dag-car__layout{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(460px,540px) !important;
  gap:36px !important;
  align-items:start !important;
}

body.single-car .dag-sidebar{
  width:100%;
  min-width:0;
  gap:20px !important;
}

body.single-car .dag-specs-card,
body.single-car .dag-lead,
body.single-car .dag-pricebox{
  width:100%;
}

body.single-car .dag-specs-card .dag-specs{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:12px !important;
}

body.single-car .dag-specs-card .dag-specs div{
  display:grid !important;
  grid-template-columns:minmax(120px,140px) minmax(0,1fr) !important;
  gap:12px !important;
  align-items:start !important;
}

body.single-car .dag-specs-card .dag-specs dt{
  min-width:0 !important;
}

body.single-car .dag-specs-card .dag-specs dd{
  display:block !important;
  width:auto !important;
  min-width:0 !important;
  margin:0 !important;
  text-align:right !important;
  white-space:normal !important;
  overflow-wrap:break-word !important;
  word-break:normal !important;
  hyphens:none !important;
  writing-mode:horizontal-tb !important;
  text-orientation:mixed !important;
}

body.single-car .dag-lead .dag-form__grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
}

@media (max-width:1180px){
  body.single-car .dag-car__layout{
    grid-template-columns:minmax(0,1fr) minmax(400px,460px) !important;
  }
}

@media (max-width:1023.98px){
  body.single-car .dag-car__layout{
    grid-template-columns:1fr !important;
  }

  body.single-car .dag-sidebar{
    position:static !important;
  }
}

@media (max-width:767px){
  body.single-car .dag-specs-card .dag-specs div{
    grid-template-columns:1fr !important;
  }

  body.single-car .dag-specs-card .dag-specs dd{
    text-align:left !important;
  }

  body.single-car .dag-lead .dag-form__grid{
    grid-template-columns:1fr !important;
  }
}
