@charset "UTF-8";

/* ../../../../../tmp/tmp-2315265-QQ7QzlgVe7j6/makarimaltamayuzcars/makarimaltamayuzcars/public/scss/mtc-car.bundle.css */
html,
body,
.rtl {
  direction: rtl;
}
body,
.car-page,
.car-section,
.spec-card,
.car-tabs,
.car-title,
.section-title {
  text-align: right;
}
:root {
  --bg: #ffffff;
  --card: #f8fafc;
  --muted: #607089;
  --text: #0b1220;
  --primary: #2f6fff;
  --accent: #16b397;
  --border: #e6eef7;
  --chip: #eef3fb;
  --shadow: 0 10px 30px rgba(15, 34, 67, 0.08);
}
.car-page {
  background: var(--bg);
  color: var(--text);
  padding: 24px;
  font-family:
    system-ui,
    "Segoe UI",
    Tahoma,
    Arial;
  line-height: 1.6;
}
.car-hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  .car-hero {
    grid-template-columns: 1fr;
  }
}
.car-hero__img {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow);
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.car-hero__img img,
.car-hero__svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.car-hero__info {
  background: linear-gradient(180deg, rgba(47, 111, 255, 0.08), rgba(22, 179, 151, 0.07));
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 320px;
}
.car-title {
  font-size: 28px;
  margin: 0 0 8px;
}
.car-sub {
  display: flex;
  gap: 14px;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
}
.car-sub .code {
  color: var(--muted);
  font-size: 14px;
}
.muted {
  color: var(--muted);
}
.car-actions {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.btn {
  background: var(--chip);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 10px 14px;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.1s ease,
    background 0.2s ease,
    color 0.2s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn.primary {
  background: var(--primary);
  color: #fff;
  border-color: transparent;
}
.btn.success {
  background: var(--accent);
  color: #073b2f;
}
a.btn {
  display: inline-flex;
  align-items: center;
}
.price-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.price-box {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}
del.price-before {
  color: var(--muted) !important;
  font-size: 15px !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 2px !important;
  text-decoration-color: rgba(96, 112, 137, 0.95) !important;
  -webkit-text-decoration-skip-ink: none !important;
  text-decoration-skip-ink: none !important;
  opacity: 0.95 !important;
  display: inline-block !important;
}
del.price-before * {
  text-decoration: line-through !important;
  text-decoration-thickness: 2px !important;
  text-decoration-color: rgba(96, 112, 137, 0.95) !important;
  -webkit-text-decoration-skip-ink: none !important;
  text-decoration-skip-ink: none !important;
}
.price-after {
  font-weight: 900 !important;
  font-size: 22px !important;
  color: var(--text) !important;
}
.price-after-tax {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.tax-value {
  font-weight: 900;
  font-size: 20px;
  color: #d4a100;
}
.tax-note {
  font-size: 12px;
  color: #c06b6b;
}
.car-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
  margin: 8px 0 18px;
  direction: rtl;
  justify-content: flex-start;
}
.car-tab {
  background: var(--chip);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 8px 12px;
  border-radius: 999px;
  white-space: nowrap;
  cursor: pointer;
}
.car-tab.active {
  background: var(--accent);
  color: #073b2f;
}
.car-sections {
  display: grid;
  gap: 24px;
}
.car-section {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.section-title {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  display: inline-block;
  background: linear-gradient(90deg, var(--accent), var(--primary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (min-width: 900px) {
  .spec-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.spec-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px;
  min-height: 68px;
  display: grid;
  grid-template-rows: auto 1fr;
  box-shadow: 0 4px 14px rgba(7, 18, 32, 0.05);
  text-align: center;
  align-items: center;
  justify-items: center;
}
.spec-label {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.2px;
}
.spec-value {
  font-size: 15px;
  font-weight: 700;
  margin-top: 6px;
  word-break: break-word;
}
/*# sourceMappingURL=mtc-car.bundle.YAU76XLK.css.map */
