/* MotoPiyasa public overrides — Mazlay tema üzerine */
:root {
  --mp-primary: #da2128;
  --mp-primary-dark: #b01820;
  --mp-text: #2b2b2b;
  --mp-muted: #666;
  --bs-breadcrumb-divider: ">";
}

html {
  scrollbar-gutter: stable;
  overflow-x: clip;
}

/* Mazlay varsayılanları beyaz header'da okunmuyor — düzelt */
.header_area.sticky-header,
.header_area {
  position: relative;
  z-index: 1100;
  background: #fff;
}

#mp-main {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.mp-home-slider,
.slider_section {
  position: relative;
  z-index: 1;
}

.header_top {
  display: none !important;
}

.header_middle {
  padding: 10px 0 !important;
}

.header_middle .row.align-items-center {
  min-height: 50px;
}

.header_right_box.mp-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

@media only screen and (min-width: 768px) {
  .header_right_box.mp-header-right,
  .header_right_box.mp-header-right .header_configure_area {
    justify-content: flex-end !important;
  }
}

.mp-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: nowrap;
}

.mp-header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-height: 40px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 4px;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.mp-header-btn--ghost {
  color: var(--mp-text) !important;
  border: 1px solid #ddd;
  background: #fff;
}

.mp-header-btn--ghost:hover {
  color: var(--mp-primary) !important;
  border-color: var(--mp-primary);
}

.mp-header-btn--primary {
  color: #fff !important;
  background: var(--mp-primary);
  border: 1px solid var(--mp-primary);
}

.mp-header-btn--primary:hover {
  color: #fff !important;
  background: var(--mp-primary-dark);
  border-color: var(--mp-primary-dark);
}

.mp-site-logo {
  display: flex;
  align-items: center;
  padding: 4px 0;
  margin-top: 0;
  background: transparent;
  box-shadow: none;
}

.mp-site-logo--compact img {
  max-height: 52px !important;
}

/* —— Desktop header: 2 satırlı logo + kompakt alt menü —— */
@media (min-width: 992px) {
  .mp-header-desktop-top {
    padding-bottom: 0 !important;
    position: relative;
    z-index: 7;
    overflow: visible;
  }

  .mp-header-desktop-grid {
    display: flex;
    align-items: center;
    gap: 12px 16px;
    min-height: 52px;
  }

  .mp-header-desktop-logo {
    position: relative;
    z-index: 8;
    flex: 0 0 170px;
    width: 170px;
    align-self: start;
    margin-bottom: -58px;
    padding: 6px 10px;
    overflow: visible;
    background: #fff;
  }

  .mp-site-logo--tall img {
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.06));
  }

  .mp-header-desktop-search {
    flex: 1 1 240px;
    min-width: 0;
  }

  .mp-header-desktop-search .search_container {
    width: 100%;
    margin-right: 0;
  }

  .mp-header-desktop-search .search_container form {
    width: 100% !important;
    max-width: none !important;
  }

  .mp-header-desktop-search .search_box input,
  .mp-header-desktop-search .search_box button {
    height: 40px;
    min-height: 40px;
  }

  .mp-header-desktop-search .search_box button {
    width: 40px;
    min-width: 40px;
  }

  .mp-header-desktop-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-left: 0;
  }

  .mp-header-desktop-actions .mp-header-actions {
    flex-wrap: nowrap;
  }

  .mp-header-desktop-bottom {
    border-top: none !important;
    background: #fff;
    position: relative;
    z-index: 5;
  }

  .mp-header-desktop-bottom-inner {
    display: flex;
    align-items: stretch;
  }

  .mp-header-desktop-logo-spacer {
    flex: 0 0 170px;
    width: 170px;
    margin-right: 16px;
  }

  .mp-header-nav-row {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px 20px;
    min-height: 44px;
    border-top: 0px solid #eee;
  }

  .mp-header-nav-row .main_menu {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 12px;
  }

  .mp-header-nav-row .main_menu nav > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 10px 14px;
    margin: 0;
    padding: 0;
  }

  @media (min-width: 1300px) {
    .mp-header-nav-row .main_menu nav > ul {
      justify-content: space-between;
      gap: 4px 8px;
    }
  }

  .mp-header-nav-row .main_menu nav > ul > li {
    display: block;
    margin-right: 0 !important;
    flex: 0 1 auto;
  }

  .mp-header-nav-row .main_menu nav > ul > li > a {
    font-size: 14px;
    line-height: 44px;
    white-space: nowrap;
    padding: 0 2px;
  }

  .mp-categories-compact.categories_menu {
    position: relative;
    flex: 0 0 auto;
  }

  .mp-categories-compact .categories_title {
    height: 36px !important;
    line-height: 36px !important;
    padding: 0 14px 0 38px !important;
    border-radius: 4px !important;
    background: var(--mp-primary) !important;
  }

  .mp-categories-compact .categories_title::before {
    left: 12px !important;
    font-size: 17px !important;
  }

  .mp-categories-compact .categories_title h2.title {
    font-size: 12px !important;
    line-height: 36px !important;
    letter-spacing: 0.02em;
  }

  .mp-categories-compact .categories_menu_toggle {
    min-width: 260px;
  }

  .header_area .header_bottom.sticky-header.sticky .mp-header-desktop-logo-spacer {
    display: none;
  }

  .header_area .header_bottom.sticky-header.sticky .mp-header-nav-row {
    min-height: 50px;
  }

  .header_area .header_bottom.sticky-header.sticky .mp-categories-compact .categories_title {
    height: 38px !important;
    line-height: 38px !important;
    border-radius: 0 !important;
  }

  .header_area .header_bottom.sticky-header.sticky .mp-categories-compact .categories_title h2.title {
    line-height: 38px !important;
  }
}

.header_bottom {
  background: #fff;
}

@media (min-width: 992px) {
  .header_bottom {
    border-top: none !important;
  }
}

.main_menu nav > ul > li > a {
  color: var(--mp-text) !important;
}

.main_menu nav > ul > li > a:hover,
.main_menu nav > ul > li:hover > a {
  color: var(--mp-primary) !important;
}

.categories_title h2.title,
.categories_title h4.title {
  color: #fff !important;
  font-size: 14px !important;
  margin: 0;
  line-height: 50px;
}

.categories_menu_toggle > ul > li > a {
  color: var(--mp-text) !important;
}

.breadcrumb_content ul li,
.breadcrumb_content ul li a {
  color: var(--mp-muted) !important;
}

.breadcrumb_content ul li a:hover {
  color: var(--mp-primary) !important;
}

/* Bootstrap breadcrumb (Moto Wiki vb.) — HTTrack bozuk ayırıcı düzeltmesi */
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">") !important;
  float: none;
  color: var(--mp-muted);
}

.mp-site-logo a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.header_middle .logo.mp-site-logo img,
.header_area .mp-site-logo img,
.mp-site-logo img {

  object-fit: contain;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .mp-header-btn {
    height: 46px;
    min-height: 46px;
    padding: 0 12px;
    font-size: 12px;
  }

  .mp-header-actions {
    gap: 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mp-header-btn {
    height: 40px;
    min-height: 40px;
    padding: 0 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .header_middle {
    padding: 8px 0 !important;
  }

  .header_middle .logo.mp-site-logo img,
  .header_area .mp-site-logo img,
  .mp-site-logo img {
    max-height: 54px !important;
    max-width: 200px !important;
  }
  .mp-site-logo {
    margin-top: 0;
    padding: 0;
    background: none;
    box-shadow: none;
  }
}

@media only screen and (max-width: 575px) {
  .header_middle .logo.mp-site-logo img,
  .header_area .mp-site-logo img,
  .mp-site-logo img {
    max-height: 46px !important;
    max-width: 160px !important;
  }
}

.mp-footer-logo img {
  max-height: 40px !important;
  max-width: 170px !important;
  width: auto;
  object-fit: contain;
}

/* —— Footer (Mazlay zengin) —— */
.mp-footer-newsletter .newsletter_container h3 {
  color: #222;
}

.mp-footer-trust-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mp-footer-trust-icon i {
  font-size: 22px;
  line-height: 1;
  color: var(--mp-primary, #e85d04);
}

.mp-site-footer .shipping_area {
  background: #1a1a1a;
}

.mp-footer-contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mp-footer-contact-icon i {
  font-size: 20px;
  color: var(--mp-primary, #e85d04);
}

.mp-site-footer .footer_contact .contact_text a {
  color: #fff !important;
}

.mp-site-footer .footer_contact .contact_text a:hover {
  color: var(--mp-primary, #e85d04) !important;
}

.mp-site-footer .footer_contact > p a {
  color: #ddd !important;
}

.mp-site-footer .footer_contact > p a:hover {
  color: var(--mp-primary, #e85d04) !important;
}

.mp-site-footer .footer_col_container.mp-footer-menus .widgets_container.widget_menu {
  width: 25%;
}

@media only screen and (max-width: 991px) {
  .mp-site-footer .footer_col_container.mp-footer-menus .widgets_container.widget_menu {
    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .mp-site-footer .footer_col_container.mp-footer-menus .widgets_container.widget_menu {
    width: 100%;
  }
}

.mp-footer-app-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mp-footer-app-badge {
  display: inline-block;
  padding: 10px 14px;
  border: 1px dashed #ccc;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  background: #fff;
}

.mp-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.mp-footer-badges span {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #aaa;
}

@media only screen and (max-width: 767px) {
  .mp-footer-badges {
    justify-content: center;
    margin-top: 12px;
  }

  .footer_bottom .copyright_area {
    text-align: center;
  }
}

.mp-site-footer .footer_bottom .copyright_area a {
  color: #bbb !important;
  font-weight: 600;
}

.mp-site-footer .footer_bottom .copyright_area a:hover {
  color: var(--mp-primary, #e85d04) !important;
}

.header_account ul,
.header_right_info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.header_account a,
.header_right_info a {
  color: #333 !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.header_account a:hover {
  color: var(--mp-primary);
}

/* Kullanıcı menüsü — Mazlay header_wishlist stili */
.mp-header-right .header_wishlist {
  margin-right: 0 !important;
}

.mp-header-user {
  position: relative;
  margin-right: 0 !important;
  flex-shrink: 0;
}

.mp-header-user .mp-header-user__toggle {
  cursor: pointer;
  color: #fff !important;
  height: 40px !important;
  width: 40px !important;
  line-height: 40px !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.mp-header-user .mp-header-user__toggle i {
  color: #fff !important;
  font-size: 20px;
  line-height: 40px !important;
}

.mp-header-user .mp-header-user__toggle:hover,
.mp-header-user.is-open .mp-header-user__toggle {
  color: #fff !important;
  background: var(--mp-primary-dark, #b01820) !important;
}

.mp-header-user .mp-header-user__toggle:hover i,
.mp-header-user.is-open .mp-header-user__toggle i {
  color: #fff !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mp-header-user .mp-header-user__toggle,
  .mp-header-user .mp-header-user__toggle i {
    height: 46px !important;
    width: 46px !important;
    line-height: 46px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mp-header-user .mp-header-user__toggle,
  .mp-header-user .mp-header-user__toggle i {
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    font-size: 18px;
  }
}

/* header_wishlist kırmızı buton stili menü linklerine sıçramasın */
.mp-header-user .mp-header-user__menu a {
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  line-height: 1.35 !important;
  padding: 10px 16px !important;
  background: transparent !important;
  border-radius: 0 !important;
  text-align: left !important;
  color: var(--mp-text) !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
  position: static !important;
}

.mp-header-user__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  z-index: 1001;
}

.mp-header-user__menu[hidden] {
  display: none !important;
}

.mp-header-user__head {
  padding: 10px 16px 12px;
  border-bottom: 1px solid #eee;
  margin-bottom: 4px;
}

.mp-header-user__head strong {
  display: block;
  color: var(--mp-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.mp-header-user__head span {
  display: block;
  color: var(--mp-muted);
  font-size: 12px;
  margin-top: 2px;
}

.mp-header-user .mp-header-user__menu a i {
  width: 16px;
  text-align: center;
  color: var(--mp-muted);
  font-size: 15px;
  line-height:0;
}

.mp-header-user .mp-header-user__menu a:hover {
  background: #f7f7f8 !important;
  color: var(--mp-primary) !important;
}

.mp-header-user .mp-header-user__menu a:hover i {
  color: var(--mp-primary);
}

.mp-header-user .mp-header-user__menu a.mp-header-user__cta {
  color: var(--mp-primary) !important;
  font-weight: 600;
}

.mp-header-user .mp-header-user__menu a.mp-header-user__muted {
  color: var(--mp-muted) !important;
  border-top: 1px solid #eee;
  margin-top: 4px;
  padding-top: 12px;
}

.header_right_box .header_right_info {
  margin-right: 12px;
}

.header_right_box .header_right_info ul {
  justify-content: flex-end;
}

/* Header arama — kompakt boyut */
.header_middle .search_container {
  margin-right: 0;
}

.header_middle .search_container form {
  width: 100% !important;
  max-width: 380px;
}

.header_middle .search_box {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}

.header_middle .search_box input {
  flex: 1;
  position: static;
  width: auto !important;
  height: 40px;
  min-height: 40px;
  border: 0;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
  color: var(--mp-text);
  background: #fff;
}

.header_middle .search_box input::placeholder {
  color: #888;
  opacity: 1;
}

.header_middle .search_box button {
  position: static;
  flex-shrink: 0;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--mp-primary);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}

.header_middle .search_box button:hover {
  opacity: 1;
  background: var(--mp-primary-dark);
}

.header_middle .search_box button i {
  font-size: 16px;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mp-header-desktop-grid {
    gap: 10px;
  }

  .mp-header-desktop-logo,
  .mp-header-desktop-logo-spacer {
    flex-basis: 150px;
    width: 150px;
  }

  .mp-header-nav-row .main_menu nav > ul > li > a {
    font-size: 11px;
    letter-spacing: 0;
  }

  .header_middle .search_container form {
    max-width: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle .search_container form {
    max-width: 100%;
  }

  .header_middle .search_box input,
  .header_middle .search_box button {
    height: 38px;
    min-height: 38px;
  }

  .header_middle .search_box button {
    width: 38px;
    min-width: 38px;
  }
}

.search_box {
  display: flex;
  border: 2px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}

.search_box input {
  flex: 1;
  border: 0;
  padding: 8px 12px;
  font-size: 14px;
}

.search_box button {
  border: 0;
  background: var(--mp-primary);
  color: #fff;
  padding: 0 14px;
  cursor: pointer;
}

.sticky-header.sticky {
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  z-index: 1100 !important;
}

@media (min-width: 992px) {
  .header_area .header_bottom.sticky-header.sticky {
    padding: 0 !important;
  }

  .header_area .header_bottom.sticky-header.sticky .categories_title {
    border-radius: 0;
  }
}

.mp-site-footer .footer_top {
  background: #1a1a1a;
}

.mp-site-footer .footer_top,
.mp-site-footer .footer_top a {
  color: #ddd;
}

.mp-site-footer .widgets_container h3 {
  color: #fff !important;
}

.mp-site-footer .widgets_container p {
  color: #bbb !important;
}

.footer_bottom {
  background: #111;
  color: #999;
}

.footer_bottom p {
  color: #999 !important;
  margin: 0;
  padding: 12px 0;
}

.mp-hero {
  background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
  color: #fff;
  padding: 48px 0;
  margin-bottom: 32px;
}

.mp-hero h1,
.mp-hero p,
.mp-magaza-hero h1,
.mp-magaza-hero .mp-magaza-adres,
.mp-magaza-hero .mp-magaza-bio {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.mp-hero--brand {
  position: relative;
  background-image:
    linear-gradient(135deg, rgba(26, 26, 26, 0.88) 0%, rgba(218, 33, 40, 0.55) 100%),
    var(--mp-hero-bg);
  background-size: cover;
  background-position: center;
}

.mp-hero h1 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  margin-bottom: 12px;
}

.mp-hero p {
  opacity: .9;
  margin-bottom: 20px;
}

.mp-btn {
  display: inline-block;
  background: var(--mp-primary);
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}

.mp-btn:hover {
  background: var(--mp-primary-dark);
  color: #fff;
}

.mp-btn--primary {
  background: var(--mp-primary);
  color: #fff !important;
}

.mp-btn--primary:hover {
  background: var(--mp-primary-dark);
  color: #fff !important;
}

.mp-btn--sm {
  padding: 6px 14px;
  font-size: 13px;
}

.mp-btn--danger {
  background: #c0392b;
  color: #fff !important;
}

.mp-btn--danger:hover {
  background: #a93226;
  color: #fff !important;
}

.mp-btn-outline {
  background: #fff;
  border: 2px solid var(--mp-primary, #da2128);
  margin-left: 8px;
  color: var(--mp-primary, #da2128) !important;
}

.mp-btn-outline:hover {
  background: rgba(218, 33, 40, 0.06);
  border-color: var(--mp-primary-dark, #b81a20);
  color: var(--mp-primary-dark, #b81a20) !important;
}

.mp-hero .mp-btn-outline,
.mp-magaza-hero .mp-btn-outline {
  background: transparent;
  border-color: #fff;
  color: #fff !important;
}

.mp-hero .mp-btn-outline:hover,
.mp-magaza-hero .mp-btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff !important;
}

.mp-btn-sm {
  padding: 8px 16px;
  font-size: 14px;
}

.mp-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}

.mp-cat-card {
  text-align: center;
  padding: 20px 12px;
  border: 1px solid #eee;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: box-shadow .2s, border-color .2s;
}

.mp-cat-card:hover {
  border-color: var(--mp-primary);
  box-shadow: 0 4px 12px rgba(218,33,40,.12);
  color: var(--mp-primary);
}

.mp-cat-card i {
  font-size: 1.75rem;
  display: block;
  margin-bottom: 8px;
  color: var(--mp-primary);
  line-height: 1;
  min-height: 1.75rem;
}

.mp-section-title {
  margin-bottom: 24px;
}

.mp-section-title h2 {
  font-size: 1.5rem;
  margin: 0;
}

.single_product {
  margin-bottom: 24px;
}

.shop_wrapper .mp-ilan-card.single_product,
.mp-home-products .single_product.mp-ilan-card {
  padding-top: 0;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ececec;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.shop_wrapper .mp-ilan-card figure,
.mp-home-products .mp-ilan-card figure {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.shop_wrapper .mp-ilan-card .product_thumb,
.mp-home-products .mp-ilan-card .product_thumb {
  margin: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  line-height: 0;
  position: relative;
}

.shop_wrapper .mp-ilan-card .label_product,
.mp-home-products .mp-ilan-card .label_product {
  position: absolute;
  top: 10px;
  right: 0;
  bottom: auto;
  z-index: 2;
}

.mp-ilan-card.is-mine {
  border-color: rgba(218, 33, 40, 0.28);
  background: linear-gradient(180deg, #fff9f9 0%, #fff 42%);
  box-shadow: inset 3px 0 0 var(--mp-primary, #da2128);
}

.mp-ilan-mine-label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 3px 8px;
  border-radius: 4px;
  background: var(--mp-primary, #da2128);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.mp-ilan-mine-pill {
  display: inline-block;
  margin-right: 6px;
  padding: 1px 7px;
  border-radius: 999px;
  background: rgba(218, 33, 40, 0.12);
  color: var(--mp-primary, #da2128);
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle;
}

.mp-ilan-card.is-mine .mp-ilan-row {
  background: #fff9f9;
}

.mp-ilan-card.is-mine .mp-ilan-row:hover {
  background: #fff3f3;
}

.shop_wrapper .mp-ilan-card .product_thumb a.primary_img,
.mp-home-products .mp-ilan-card .product_thumb a.primary_img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f3f3;
}

.shop_wrapper .mp-ilan-card .product_thumb a.primary_img img,
.mp-home-products .mp-ilan-card .product_thumb a.primary_img img,
.shop_wrapper .mp-ilan-card .product_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shop_wrapper .mp-ilan-card .product_content.grid_content,
.mp-home-products .mp-ilan-card .product_content {
  flex: 1;
}

.shop_wrapper:not(.grid_list) .mp-ilan-card .product_content.grid_content {
  flex: 0 1 auto;
}

.shop_wrapper .mp-ilan-card .product_content_inner {
  padding: 12px 14px 16px;
}

.shop_wrapper .mp-ilan-meta,
.mp-home-products .mp-ilan-meta {
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mp-ilan-meta__line {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  color: #777;
}

[data-eq-item] {
  display: flex;
  flex-direction: column;
  height: 100%;
}

[data-eq-item] > .mp-ilan-card,
[data-eq-item] > .single_product {
  flex: 1;
}

/* Ana sayfa vitrin kartları */
.mp-home-products .single_product {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ececec;
  overflow: hidden;
  padding-top: 0;
}

.mp-home-products .product_content h4 {
  font-size: 15px;
  margin: 8px 0 4px;
}

.mp-home-products .product_content h4 a {
  color: #333;
  text-decoration: none;
}

.mp-home-products .product_price .current_price {
  color: var(--mp-primary);
  font-weight: 700;
  font-size: 1.1rem;
}

.mp-home-products .product_thumb .primary_img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f3f3;
}

.mp-home-products .product_thumb .primary_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* İlan listesi — Mazlay shop_wrapper */
.shop_wrapper .mp-ilan-card .product_name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mp-ilan-toolbar .mp-filter-input {
  min-height: 30px;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 13px;
  background: #fff;
}

.mp-ilan-toolbar .mp-ilan-sort-wrap {
  flex-shrink: 0;
}

.mp-ilan-toolbar .mp-ilan-sort-form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.mp-ilan-sort-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--mp-muted);
  margin: 0;
  white-space: nowrap;
}

.mp-ilan-sort-select {
  min-width: 220px;
  max-width: 100%;
}

.mp-ilan-toolbar .page_amount--top p {
  margin: 0;
  font-size: 13px;
  color: #444;
}

.mp-ilan-toolbar .page_amount--top strong {
  color: var(--mp-text);
}

/* İlan listesi — kompakt düzen */
.shop_area--compact {
  margin-bottom: 48px;
}

.shop_area--compact .breadcrumbs_area {
  padding: 10px 0;
}

.shop_area--compact .shop_title--compact h1 {
  font-size: 1.35rem;
  margin-bottom: 0;
}

.mp-kat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mp-kat-chip {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid var(--mp-border, #e8e8e8);
  border-radius: 999px;
  font-size: 13px;
  text-decoration: none !important;
  color: var(--mp-text, #222) !important;
  background: #fff;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.mp-kat-chip:hover,
.mp-kat-chip.is-active {
  border-color: var(--mp-primary);
  color: var(--mp-primary) !important;
  font-weight: 600;
}

.shop_area--compact .mp-kat-chips {
  margin-bottom: 12px !important;
}

.shop_area--compact .mp-sidebar {
  padding: 14px;
}

.shop_area--compact .mp-sidebar .form-control,
.shop_area--compact .mp-sidebar .mp-filter-input,
.shop_area--compact .mp-ilan-filter input[type="text"],
.shop_area--compact .mp-ilan-filter input[type="search"],
.shop_area--compact .mp-ilan-filter input[type="number"],
.shop_area--compact .mp-ilan-filter select {
  min-height: 34px;
  padding: 6px 8px;
  font-size: 13px;
}

.shop_area--compact .shop_toolbar_wrapper {
  margin-bottom: 12px;
  padding: 6px 10px;
  gap: 10px;
  flex-wrap: wrap;
}

.shop_area--compact .shop_wrapper .single_product,
.shop_area--compact .shop_wrapper .mp-ilan-card.single_product {
  margin-bottom: 14px;
}

.shop_area--compact .shop_wrapper .mp-ilan-card .product_content_inner {
  padding: 8px 10px 10px;
}

.shop_area--compact .shop_wrapper .mp-ilan-card .product_content h4,
.shop_area--compact .shop_wrapper .mp-ilan-card .product_name {
  font-size: 14px;
  margin: 4px 0 2px;
}

.shop_area--compact .shop_wrapper .mp-ilan-card .product_thumb a.primary_img {
  aspect-ratio: 5 / 3.5;
}

.shop_area--compact .mp-ilan-meta__line {
  font-size: 11px;
}

.shop_area--compact .mp-ilan-row {
  padding: 6px 10px;
  gap: 8px;
  grid-template-columns: 60px minmax(64px, 0.65fr) minmax(120px, 2fr) 48px 64px 72px 92px 100px 84px;
  min-width: 860px;
}

.shop_area--compact .mp-ilan-listing--no-moto-cols .mp-ilan-row {
  grid-template-columns: 60px minmax(64px, 0.65fr) minmax(140px, 2.6fr) 92px 100px 84px;
  min-width: 640px;
}

.shop_area--compact .mp-ilan-listing--no-moto-cols .mp-ilan-row--head {
  min-width: 640px;
}

.mp-ilan-listing--no-moto-cols .mp-ilan-row--head {
  min-width: 680px;
}

.shop_area--compact .mp-ilan-row > span {
  font-size: 12px;
}

.shop_area--compact .mp-ilan-row__thumb {
  width: 52px;
  height: 40px;
}

.shop_area--compact .mp-ilan-row--head > span {
  padding: 7px 0;
  font-size: 11px;
}

@media (min-width: 1200px) {
  .shop_area--compact .col-shop-sidebar {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .shop_area--compact .col-shop-main {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  /* Mobil toolbar: tek satır — sayaç solda, Sırala sağda */
  .mp-ilan-toolbar.shop_toolbar_wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }

  .mp-ilan-toolbar .page_amount--top {
    flex: 1 1 auto;
    text-align: left;
  }

  .mp-ilan-toolbar .mp-ilan-sort-wrap {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .mp-ilan-toolbar .mp-ilan-sort-form {
    width: auto;
  }

  .mp-ilan-toolbar .mp-ilan-sort-label {
    display: none;
  }

  .mp-ilan-sort-select {
    min-width: 0;
    width: auto;
  }
}

.shop_toolbar.t_bottom {
  margin-top: 10px;
}

.shop_toolbar.t_bottom .mp-pagination-wrap {
  margin: 0;
}

.shop_toolbar.t_bottom .pagination {
  margin: 0;
  justify-content: flex-end;
}

/* Sahibinden tarzı yatay liste — tablo sarmalayıcı sadece liste modunda */
.mp-ilan-listing .shop_wrapper.grid_list {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  background: #fff;
}

.mp-ilan-eq-ph {
  display: block;
  visibility: hidden;
}

.mp-ilan-row {
  display: none;
  grid-template-columns: 72px minmax(72px, 0.7fr) minmax(140px, 2.2fr) 56px 72px 80px 100px 108px 88px;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none !important;
  color: inherit;
  border-bottom: 1px solid #eef1f4;
  min-width: 900px;
}

.mp-ilan-listing--no-moto-cols .mp-ilan-row {
  grid-template-columns: 72px minmax(72px, 0.7fr) minmax(160px, 2.8fr) 100px 108px 88px;
  min-width: 680px;
}

.mp-ilan-row:hover {
  background: #f8fafc;
}

.mp-ilan-row:last-child {
  border-bottom: 0;
}

.mp-ilan-row > span {
  min-width: 0;
  font-size: 13px;
  line-height: 1.35;
  color: #333;
}

.mp-ilan-row__thumb {
  display: block;
  width: 64px;
  height: 48px;
  border-radius: 4px;
  overflow: hidden;
  background: #f0f0f0;
  flex-shrink: 0;
}

.mp-ilan-row__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mp-ilan-row__model {
  font-weight: 600;
  color: #222 !important;
}

.mp-ilan-row__title {
  color: #1a5fb4 !important;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-ilan-row__year,
.mp-ilan-row__km,
.mp-ilan-row__color,
.mp-ilan-row__date {
  text-align: center;
  color: #444 !important;
}

.mp-ilan-row__price {
  font-weight: 700;
  color: var(--mp-primary) !important;
  text-align: center;
  white-space: nowrap;
}

.mp-ilan-row__loc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
  font-size: 12px;
  color: #555 !important;
}

.mp-ilan-table-head {
  display: none;
  padding: 0;
}

.mp-ilan-row--head {
  display: none;
  background: #f3f6f9;
  border-bottom: 1px solid #dde3ea;
  min-width: 900px;
}

.mp-ilan-row--head > span {
  font-size: 12px;
  font-weight: 700;
  color: #4a5f7a !important;
  text-transform: none;
  padding: 10px 0;
}

.mp-ilan-row--head .mp-ilan-row__year,
.mp-ilan-row--head .mp-ilan-row__km,
.mp-ilan-row--head .mp-ilan-row__color,
.mp-ilan-row--head .mp-ilan-row__price,
.mp-ilan-row--head .mp-ilan-row__date,
.mp-ilan-row--head .mp-ilan-row__loc {
  text-align: center;
}

.grid_list .mp-ilan-listing .shop_wrapper {
  border-top: 0;
  border-radius: 0 0 6px 6px;
}

.grid_list .mp-ilan-table-head {
  display: block;
}

.grid_list .mp-ilan-row--head,
.grid_list .mp-ilan-card .mp-ilan-row {
  display: grid;
}

.grid_list .mp-ilan-card > figure {
  display: none !important;
}

.grid_list .mp-ilan-card.single_product {
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.grid_list [data-eq-item] {
  display: block;
  height: auto;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.grid_list.shop_wrapper {
  margin-left: 0;
  margin-right: 0;
}

.grid_list.shop_wrapper > .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.mp-ilan-meta__date {
  color: #999;
}

.mp-ilan-card > .mp-ilan-row {
  display: none;
}

.mp-badge-ilan {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--mp-primary);
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 3px;
}

.mp-mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  padding: 6px 0 calc(6px + env(safe-area-inset-bottom));
  z-index: 1000;
}

.mp-mobile-bar a {
  flex: 1;
  text-align: center;
  text-decoration: none;
  color: #666;
  font-size: 9px;
  padding: 4px 2px;
  min-width: 0;
}

.mp-mobile-bar-icon {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.mp-mobile-bar a > i {
  display: block;
  font-size: 20px;
  margin-bottom: 2px;
}

.mp-mobile-bar-icon i {
  display: block;
  font-size: 20px;
  margin-bottom: 2px;
}

.mp-mobile-bar-badge {
  position: absolute;
  top: -5px;
  right: -9px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--mp-primary, #e31e24);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  box-shadow: 0 0 0 2px #fff;
}

.mp-mobile-bar-cta {
  color: var(--mp-primary) !important;
  font-weight: 700;
}

body {
  padding-bottom: calc(64px + env(safe-area-inset-bottom));
}

@media (min-width: 992px) {
  body { padding-bottom: 0; }
  .mp-mobile-bar { display: none !important; }
}

/* —— Mobil üst menü (drawer) —— */
.mp-header-mobile-row {
  min-height: 48px;
}

@media (max-width: 991px) {
  .header_middle.d-lg-none .mp-header-mobile-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between;
    gap: 8px;
    --bs-gutter-x: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .header_middle.d-lg-none .mp-header-mobile-row > .col-auto:first-child {
    flex: 0 0 42px;
    width: 42px;
    max-width: 42px;
    padding: 0;
  }

  .header_middle.d-lg-none .mp-header-mobile-row > .col {
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
    max-width: none !important;
    padding: 0 4px;
  }

  .header_middle.d-lg-none .mp-header-mobile-row > .col-auto:last-child {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding: 0;
  }

  .header_middle.d-lg-none .mp-header-mobile-row .logo {
    text-align: center;
  }

  .header_middle.d-lg-none .mp-header-mobile-row .logo img {
    max-height: 48px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }

  .mp-header-right--mobile {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    flex-shrink: 0;
  }

  .mp-header-right--mobile .header_right_info {
    margin-right: 0;
  }

  .mp-header-right--mobile .header_right_info ul {
    margin: 0;
    padding: 0;
  }

  .mp-header-right--mobile .header_right_info a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: var(--mp-text);
  }
}

.mp-header-right--mobile {
  gap: 4px;
}

.mp-mobile-menu-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.mp-mobile-menu-toggle__bar {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: var(--mp-text);
  border-radius: 1px;
}

.mp-mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.mp-mobile-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.mp-mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(320px, 88vw);
  height: 100vh;
  height: 100dvh;
  background: #fff;
  z-index: 1201;
  transform: translateX(-105%);
  transition: transform 0.25s ease;
  overflow-y: auto;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
  padding: 0 0 calc(24px + env(safe-area-inset-bottom));
}

.mp-mobile-drawer.is-open {
  transform: translateX(0);
}

body.mp-mobile-menu-open {
  overflow: hidden;
}

.mp-mobile-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
}

.mp-mobile-drawer__brand img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

.mp-mobile-drawer__close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 6px;
  background: #f3f3f3;
  color: var(--mp-text);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.mp-mobile-drawer__search {
  display: flex;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
}

.mp-mobile-drawer__search input {
  flex: 1 1 auto;
  min-width: 0;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 14px;
}

.mp-mobile-drawer__search button {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 6px;
  background: var(--mp-primary);
  color: #fff;
  cursor: pointer;
}

.mp-mobile-drawer__nav {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.mp-mobile-drawer__nav a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: var(--mp-text);
  font-weight: 600;
  font-size: 15px;
}

.mp-mobile-drawer__nav a:hover {
  color: var(--mp-primary);
  background: #fafafa;
}

.mp-mobile-drawer__section {
  border-bottom: 1px solid #eee;
}

.mp-mobile-drawer__section-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  border: 0;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  color: var(--mp-text);
  cursor: pointer;
  text-align: left;
}

.mp-mobile-drawer__section-body {
  padding: 0 16px 12px;
}

.mp-mobile-drawer__cat-group + .mp-mobile-drawer__cat-group {
  margin-top: 10px;
}

.mp-mobile-drawer__cat-title {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: var(--mp-text);
  text-decoration: none;
  margin-bottom: 4px;
}

.mp-mobile-drawer__cat-children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}

.mp-mobile-drawer__cat-children a {
  display: block;
  padding: 6px 0;
  font-size: 13px;
  color: var(--mp-muted);
  text-decoration: none;
}

.mp-mobile-drawer__account {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 16px 0;
}

.mp-mobile-drawer__account-name {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 14px;
}

.mp-mobile-drawer__account a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: var(--mp-text);
  font-size: 14px;
}

.mp-mobile-drawer__account a.mp-mobile-drawer__cta {
  margin-top: 8px;
  padding: 12px 14px;
  border-radius: 6px;
  background: var(--mp-primary);
  color: #fff !important;
  text-align: center;
  font-weight: 700;
}

.mp-mobile-drawer__account a.mp-mobile-drawer__muted {
  color: var(--mp-muted);
}

/* İlan listesi — breadcrumb (shop alanı) */
.shop_area .breadcrumbs_area,
.product_page_bg + .breadcrumbs_area {
  background: transparent;
}

.breadcrumbs_area {
  padding: 10px 0 5px 0;
  background: #f7f7f8;
  border-bottom: 1px solid #e8e8e8;
}

/* Breadcrumb sonrası içerik — başlık bitişik kalmasın */
.mp-page-body {
  padding-bottom: 48px;
}

.breadcrumbs_area + .mp-page-body,
.breadcrumbs_area + .container.mp-page-body {
  padding-top: 28px;
}

.mp-page-head h1 {
  margin-bottom: 8px;
}

.mp-page-head .mp-page-lead {
  margin-bottom: 24px;
}

.breadcrumb_content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb_content ul li {
  display: inline-block;
}

.breadcrumb_content ul li::before {
  content: ">" !important;
  color: var(--mp-muted);
}

.breadcrumb_content ul li:last-child::before {
  display: none !important;
}

.mp-sidebar {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 6px;
}

.mp-sidebar .form-control,
.mp-sidebar .mp-filter-input,
.mp-ilan-filter input[type="text"],
.mp-ilan-filter input[type="search"],
.mp-ilan-filter input[type="number"],
.mp-ilan-filter select {
  display: block;
  width: 100%;
  padding: 8px 10px;
  background-color: #fff !important;
  border: 1px solid #c5c5c5 !important;
  border-radius: 4px;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  min-height: 38px;
}

.mp-sidebar .form-control:focus,
.mp-ilan-filter .mp-filter-input:focus {
  border-color: var(--mp-brand, #da2128) !important;
  outline: none;
  box-shadow: 0 0 0 2px rgba(218, 33, 40, 0.12);
}

/* Mazlay widget_filter — float:right / dar input override */
.widget_list.widget_filter .mp-ilan-filter input:not([type="checkbox"]),
.widget_list.widget_filter .mp-ilan-filter select {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
  line-height: normal !important;
  font-size: 14px !important;
}

.widget_list.widget_filter .mp-ilan-filter input[type="checkbox"] {
  float: none !important;
  position: static !important;
  transform: none !important;
  opacity: 1 !important;
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  flex: 0 0 16px;
  border: 1px solid #c5c5c5 !important;
  border-radius: 3px;
  background: #fff !important;
  box-shadow: none !important;
  accent-color: var(--mp-primary, #da2128);
  cursor: pointer;
  z-index: auto !important;
}

.mp-ilan-filter .form-label {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 13px;
  color: var(--mp-text);
}

.mp-ilan-filter .mb-3 {
  width: 100%;
}

.mp-ilan-filter .row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}

.mp-ilan-filter .row > [class*="col-"] {
  flex: 1 1 calc(50% - 4px);
  max-width: calc(50% - 4px);
  width: calc(50% - 4px);
  padding: 0 !important;
  min-width: 0;
}

.mp-ilan-filter .row > [class*="col-"] .mp-filter-input,
.mp-ilan-filter .row > [class*="col-"] input {
  width: 100% !important;
}

.widget_list.widget_filter .mp-ilan-filter button[type="submit"] {
  width: 100%;
  height: auto;
  min-height: 40px;
  line-height: 1.3;
  padding: 10px 16px;
  border-radius: 999px;
  float: none;
}

/* Mazlay form button — akordiyon başlık ve ağaç okları (siyah pill override) */
.widget_list.widget_filter .mp-ilan-filter button.mp-filter-tree-group__toggle,
.widget_list.widget_filter .mp-ilan-filter button.mp-filter-tree__expander {
  float: none;
  height: auto;
  line-height: 1.35;
  padding: 0;
  text-transform: none;
  color: var(--mp-text, #1a1a1a);
  background: #f0f2f5;
  border: 0;
  border-radius: 8px;
  transition: background 0.15s ease, color 0.15s ease;
}

.widget_list.widget_filter .mp-ilan-filter button.mp-filter-tree-group__toggle:hover,
.widget_list.widget_filter .mp-ilan-filter button.mp-filter-tree__expander:hover {
  background: #e6e9ed;
  color: var(--mp-text, #1a1a1a);
}

.widget_list.widget_filter .mp-ilan-filter button.mp-filter-tree-group__toggle {
  width: 100%;
  padding: 10px 12px;
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.widget_list.widget_filter .mp-ilan-filter button.mp-filter-tree__expander {
  flex: 0 0 24px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  padding: 0;
  margin: 5px 6px 5px 0;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mp-filter-advanced-toggle {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: var(--mp-text, #222);
  user-select: none;
}

.mp-filter-advanced-body {
  border-top: 1px dashed #e0e0e0;
}

/* Mazlay shop.html — belirgin checkbox (Güvenlik & donanım) */
.mp-filter-widget-checks {
  padding-top: 4px;
}

.mp-filter-widget-checks > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mp-filter-widget-checks > ul > li {
  position: relative;
  padding: 7px 0;
}

.widget_list.widget_filter .mp-filter-widget-checks input[type="checkbox"] {
  position: absolute !important;
  left: 3px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  opacity: 0 !important;
  width: 17px !important;
  min-width: 17px !important;
  max-width: 17px !important;
  height: 17px !important;
  min-height: 17px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  z-index: 2;
  cursor: pointer;
}

.mp-filter-widget-checks > ul > li > label {
  display: block;
  margin: 0 0 0 30px !important;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  cursor: pointer;
  color: var(--mp-text);
}

.mp-filter-widget-checks > ul > li > label:hover {
  color: var(--mp-primary);
}

.mp-filter-widget-checks > ul > li > .checkmark {
  height: 17px;
  width: 17px;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  pointer-events: none;
}

.mp-filter-widget-checks > ul > li input:checked ~ .checkmark {
  background-color: var(--mp-primary, #da2128);
  border-color: var(--mp-primary, #da2128);
}

.mp-filter-widget-checks > ul > li > .checkmark::before {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.mp-filter-widget-checks > ul > li input:checked ~ .checkmark::before {
  display: block;
}

/* Blog kartları — data-eq hazır */
.mp-blog-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ececec;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mp-blog-card .blog_thumb a {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  line-height: 0;
  background: #f3f3f3;
}

.mp-blog-card .blog_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mp-blog-card .blog_content {
  padding: 14px 16px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mp-kayitli-arama-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mp-kayitli-arama-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
}

.mp-kayitli-arama-link {
  flex: 1;
  font-size: 13px;
  color: var(--mp-text, #333);
  text-decoration: none;
}

.mp-kayitli-arama-link:hover {
  color: var(--mp-brand, #da2128);
}

.mp-kayitli-arama-sil {
  border: none;
  background: transparent;
  color: #999;
  font-size: 18px;
  line-height: 1;
  padding: 0 4px;
  cursor: pointer;
}

/* Sahibinden tarzı ağaç filtre */
.mp-kat-sidebar {
  margin-bottom: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.mp-kat-sidebar .mp-filter-trees {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.mp-filter-trees {
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.mp-filter-tree-hint--global {
  margin: 0 0 8px;
  font-size: 12px;
  color: #999;
}

.mp-filter-tree--range {
  padding: 0 0 12px;
}

.mp-filter-tree--range .form-label {
  font-size: 12px;
  margin-bottom: 4px;
}

.mp-filter-tree-group + .mp-filter-tree-group {
  border-top: 1px solid #f0f0f0;
  margin-top: 4px;
  padding-top: 4px;
}

.mp-filter-tree-group__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  margin: 0 0 6px;
  border: 0;
  border-radius: 8px;
  background: #f0f2f5;
  font-size: 14px;
  font-weight: 700;
  color: var(--mp-text, #1a1a1a);
  cursor: pointer;
  text-align: left;
  transition: background 0.15s ease;
}

.mp-filter-tree-group__toggle:hover {
  background: #e6e9ed;
}

.mp-filter-tree-group__toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: rotate(45deg);
  transform-origin: center center;
  transition: transform 0.15s ease;
  flex-shrink: 0;
  margin: 0;
}

.mp-filter-tree-group__toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  margin-top: 0;
}

.mp-filter-tree-hint {
  margin: -6px 0 8px;
  font-size: 11px;
  color: var(--mp-muted);
}

.mp-filter-tree {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}

.mp-filter-tree__item {
  margin: 0;
}

.mp-filter-tree__row {
  display: flex;
  align-items: center;
  min-height: 34px;
}

.mp-filter-tree__expander {
  flex: 0 0 24px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin: 5px 6px 5px 0;
  border: 0;
  border-radius: 6px;
  background: #f0f2f5;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  transition: background 0.15s ease;
}

.mp-filter-tree__expander:hover {
  background: #e6e9ed;
}

.mp-filter-tree__expander::before {
  content: "";
  position: static;
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid #6b7280;
  border-bottom: 1.5px solid #6b7280;
  transform: rotate(-45deg);
  transform-origin: center center;
  transition: transform 0.15s ease;
}

.mp-filter-tree__item--branch.is-open > .mp-filter-tree__row .mp-filter-tree__expander::before {
  transform: rotate(45deg);
}

.mp-filter-tree__expander--spacer {
  pointer-events: none;
  background: transparent;
  visibility: hidden;
}

.mp-filter-tree__link {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 8px 6px 8px;
  color: #333 !important;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.35;
  border-radius: 6px;
  min-width: 0;
}

.mp-filter-tree__link:hover {
  background: #f7f7f8;
  color: var(--mp-primary) !important;
}

.mp-filter-tree__link.is-active {
  background: rgba(218, 33, 40, 0.08);
  color: var(--mp-primary) !important;
  font-weight: 600;
}

.mp-filter-tree__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-filter-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  padding: 1px 6px;
  border-radius: 10px;
  background: #eef0f2;
  color: #666;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}

.mp-filter-tree__link.is-active .mp-filter-badge {
  background: rgba(218, 33, 40, 0.15);
  color: var(--mp-primary);
}

.mp-filter-tree__children {
  list-style: none;
  margin: 0 0 4px;
  padding: 0 0 0 20px;
  border-left: 1px dashed #e2e2e2;
  margin-left: 10px;
}

.mp-filter-tree__children .mp-filter-tree__link {
  font-size: 12px;
  padding-left: 8px;
}

.mp-filter-active {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mp-filter-active-bar {
  padding: 12px 14px;
  background: #f9f9fa;
  border: 1px solid #eee;
  border-radius: 6px;
}

.mp-filter-active-bar .mp-filter-active {
  gap: 8px;
}

.mp-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #444;
  font-size: 12px;
  text-decoration: none;
  line-height: 1.3;
}

.mp-filter-chip:hover {
  background: #fde8e9;
  color: var(--mp-primary);
}

.mp-filter-chip span {
  font-size: 14px;
  line-height: 1;
  opacity: 0.7;
}

.mp-filter-chip--clear {
  background: transparent !important;
  border: 1px dashed #ccc;
  color: var(--mp-muted) !important;
}

.mp-filter-chip--clear:hover {
  border-color: var(--mp-primary);
  color: var(--mp-primary) !important;
  background: #fff !important;
}

.mp-kayitli-arama-sil:hover {
  color: var(--mp-brand, #da2128);
}

.mp-pagination {
  list-style: none;
  display: flex;
  gap: 6px;
  justify-content: center;
  padding: 24px 0;
}

.mp-pagination li a {
  display: block;
  padding: 8px 12px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
}

.mp-pagination li.active a {
  background: var(--mp-primary);
  color: #fff;
  border-color: var(--mp-primary);
}

/* İlan detay — Mazlay product-details (zoom + owl carousel) */
.product_page_bg .product_details,
.product_page_bg .product_d_info {
  border-color: #ebebeb;
}

.product_page_bg .product-details-tab {
  position: relative;
}

.product_page_bg .single-zoom {
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  overflow: hidden;
  background: #f8f8f8;
  aspect-ratio: 4 / 3;
  max-height: min(480px, 52vh);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
}

.product_page_bg .single-zoom > a,
.product_page_bg .mp-ilan-gallery-hit {
  display: block;
  line-height: 0;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}

.product_page_bg #zoom1 {
  width: 100%;
  height: 100%;
  max-height: min(480px, 52vh);
  display: block;
  object-fit: contain;
  cursor: zoom-in;
}

.product_page_bg .single-zoom-thumb {
  margin-top: 16px !important;
  width: 100%;
}

.product_page_bg .single-zoom-thumb .elevatezoom-gallery.active img,
.product_page_bg .single-zoom-thumb .elevatezoom-gallery:hover img {
  opacity: 1;
}

.product_page_bg .single-zoom-thumb .elevatezoom-gallery img {
  width: 100%;
  height: 88px;
  object-fit: cover;
  display: block;
}

.product_page_bg .single-zoom-thumb .owl-nav button {
  background: #fff !important;
  border: 1px solid #ddd !important;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 30px;
}

.product_page_bg .single-zoom-thumb .owl-nav button:hover {
  color: var(--mp-primary, #da2128) !important;
  border-color: var(--mp-primary, #da2128) !important;
}

.mp-ilan-lightbox-src {
  display: none !important;
}

.mp-uye-public-name {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35em 0.55em;
  max-width: 100%;
}

.mp-uye-public-name__text {
  font-weight: inherit;
  color: inherit;
}

a.mp-uye-public-name__text {
  text-decoration: none;
  color: inherit;
}

a.mp-uye-public-name__text:hover {
  color: var(--mp-primary, #da2128);
}

.mp-uye-public-kulup {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78em;
  font-weight: 500;
  color: var(--mp-muted, #666);
  white-space: nowrap;
}

.mp-magaza-hero-text h1 .mp-uye-public-kulup {
  font-size: 0.55em;
}

.mp-uye-public-kulup__logo {
  width: 22px;
  height: 22px;
  object-fit: contain;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #eee;
  flex-shrink: 0;
}

.mp-uye-public-kulup__link {
  color: var(--mp-muted, #666);
  text-decoration: none;
}

.mp-uye-public-kulup__link:hover {
  color: var(--mp-primary, #da2128);
}

.mp-ilan-detail-seller__name .mp-uye-public-kulup {
  font-size: 0.92em;
}

.mp-icerik-yazar .mp-uye-public-name {
  display: inline-flex;
}

.mp-garaj-moto-hero-owner .mp-uye-public-kulup {
  font-size: 0.9em;
}

.mp-ilan-detail-kategori {
  margin: 4px 0 10px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--mp-muted, #666);
}

.mp-ilan-detail-kategori a {
  color: var(--mp-text, #2b2b2b);
  text-decoration: none;
  font-weight: 500;
}

.mp-ilan-detail-kategori a:hover {
  color: var(--mp-primary, #da2128);
}

.mp-ilan-detail-kategori .mp-crumb-sep {
  margin: 0 7px;
  color: #ccc;
  font-weight: 400;
}

.mp-ilan-detail-meta {
  margin-bottom: 12px;
}

.mp-ilan-detail-meta span {
  color: var(--mp-muted);
  font-size: 14px;
}

.product_page_bg .product_d_right h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  line-height: 1.35;
  margin-bottom: 0.5rem;
}

.product_page_bg .product_d_right .price_box {
  margin-bottom: 1rem;
}

.product_page_bg .product_d_right .price_box .current_price {
  color: var(--mp-primary);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
}

.product_page_bg .product_d_right .product_desc {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.product_page_bg .product_d_right .product_desc p {
  margin-bottom: 0.45rem;
}

.product_page_bg .product_d_right .product_desc p:last-child {
  margin-bottom: 0;
}

.mp-ilan-detail-actions {
  margin: 1.25rem 0 1rem;
  padding-top: 0.25rem;
}

.mp-ilan-detail-actions__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.65rem;
}

.mp-ilan-detail-actions__main {
  flex: 1 1 200px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  text-align: center;
  border: 0;
  text-transform: none;
  font-size: 0.95rem;
}

.mp-ilan-detail-actions__secondary {
  flex: 1 1 160px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.1rem;
  text-align: center;
  text-transform: none;
  font-size: 0.95rem;
  background: #fff;
  border: 1px solid #ced4da;
  color: #495057 !important;
}

.mp-ilan-detail-actions__secondary:hover {
  border-color: var(--mp-primary);
  color: var(--mp-primary) !important;
  background: #fff;
}

.mp-ilan-detail-actions__hint {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #6c757d;
}

.mp-ilan-detail-actions__owner-note {
  margin: 0;
  font-size: 0.9rem;
  color: #6c757d;
}

.mp-ilan-detail-seller {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #fafbfc;
}

.mp-ilan-detail-seller__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
  min-width: 0;
}

.mp-ilan-detail-seller__label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #888;
}

.mp-ilan-detail-seller__name {
  font-size: 0.98rem;
  font-weight: 600;
  color: #222;
}

.mp-ilan-detail-seller__name a {
  color: inherit;
  text-decoration: none;
}

.mp-ilan-detail-seller__name a:hover {
  color: var(--mp-primary);
}

.mp-ilan-detail-share {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid #dee2e6;
  border-radius: 999px;
  background: #fff;
  color: #495057;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.mp-ilan-detail-share:hover {
  border-color: var(--mp-primary);
  color: var(--mp-primary);
}

.mp-ilan-detail-share i {
  font-size: 0.9rem;
}

@media (max-width: 575px) {
  .mp-ilan-detail-actions__row {
    flex-direction: column;
  }

  .mp-ilan-detail-actions__main,
  .mp-ilan-detail-actions__secondary,
  .mp-favori-btn--detail {
    width: 100%;
    flex: 1 1 auto;
  }

  .mp-favori-btn--detail {
    align-self: flex-start;
    width: 44px;
  }
}

.product_page_bg .product_d_info {
  margin-top: 2.5rem;
  padding: 1.5rem 1.75rem 1.75rem;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.mp-ilan-detail-tabs {
  border-bottom: 1px solid #ebebeb;
  gap: 2px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-bottom: 0;
}

.mp-ilan-detail-tabs::-webkit-scrollbar {
  display: none;
}

.mp-ilan-detail-tabs .nav-item {
  margin-bottom: -1px;
}

.mp-ilan-detail-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  color: var(--mp-muted, #666);
  background: transparent;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.mp-ilan-detail-tabs .nav-link:hover {
  color: var(--mp-text, #2b2b2b);
  border-bottom-color: #ddd;
}

.mp-ilan-detail-tabs .nav-link.active {
  color: var(--mp-primary, #da2128);
  border-bottom-color: var(--mp-primary, #da2128);
  background: transparent;
}

.mp-ilan-detail-tab-content {
  padding-top: 1.25rem;
}

.mp-ilan-uyumluluk__heading {
  font-size: 15px;
  font-weight: 700;
  color: var(--mp-text, #2b2b2b);
  margin: 0 0 0.75rem;
}

.mp-ilan-uyumluluk .product_d_table + .mp-ilan-uyumluluk__heading {
  margin-top: 1.25rem;
}

.mp-ilan-uyumluluk__moto-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mp-ilan-uyumluluk__moto-item {
  padding: 0.65rem 0.85rem;
  background: #f8f9fa;
  border-radius: 8px;
  font-size: 15px;
}

.mp-ilan-uyumluluk__moto-item a {
  color: var(--mp-text, #2b2b2b);
  font-weight: 600;
  text-decoration: none;
}

.mp-ilan-uyumluluk__moto-item a:hover {
  color: var(--mp-primary, #da2128);
}

.mp-ilan-uyumluluk-form .mp-uyumluluk-row {
  padding: 0.85rem 0;
  border-bottom: 1px solid #ebebeb;
}

.mp-ilan-uyumluluk-form .mp-uyumluluk-row:last-child {
  border-bottom: none;
}

.mp-ilan-uyumluluk-form .mp-uyumluluk-row + .mp-uyumluluk-row {
  margin-top: 0.25rem;
}

.product_page_bg .product_info_content {
  font-size: 15px;
  line-height: 1.65;
  color: var(--mp-text, #2b2b2b);
}

.product_page_bg .product_d_table {
  padding: 0;
}

.product_page_bg .product_d_table table {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}

.product_page_bg .product_d_table table tbody tr td {
  padding: 12px 16px;
}

.product_page_bg .product_d_table table tbody tr:nth-child(even) td {
  background: #fafafa;
}

.product_page_bg .product_d_table table tbody tr td.first_child {
  background: #f5f5f5;
  color: var(--mp-muted, #666);
  font-weight: 600;
  font-size: 13px;
  width: 35%;
  border-right: 1px solid #eee;
}

/* İlan detay — güvenlik & donanım rozetleri */
.mp-ilan-video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.mp-ilan-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mp-ilan-donanim-block {
  margin-top: 1.5rem;
}

.mp-ilan-donanim-title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: var(--mp-text, #222);
}

.mp-ilan-donanim-group {
  margin-bottom: 0.9rem;
}

.mp-ilan-donanim-group-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--mp-muted, #888);
  margin-bottom: 0.4rem;
}

.mp-ilan-donanim-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mp-ilan-donanim-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid var(--mp-border, #e8e8e8);
  border-radius: 999px;
  font-size: 13px;
  background: #fff;
  color: var(--mp-text, #222);
}

.product_page_bg .mp-benzer-ilanlar {
  margin-top: 2.5rem;
  padding-top: 0.5rem;
}

/* Eski tema buton kuralları — devre dışı */
.mp-ilan-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.mp-ilan-actions .button {
  margin-left: 0 !important;
  min-width: 200px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.mp-ilan-actions .button.button-outline {
  background: #fff;
  color: #222 !important;
  border: 1px solid #222;
  line-height: 43px;
}

.mp-ilan-actions .button.button-outline:hover {
  background: #222;
  color: #fff !important;
}

.mp-ilan-owner-bar {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #fff;
  padding: 14px 0;
  margin-bottom: 0;
}

.mp-ilan-owner-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.mp-ilan-owner-bar__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mp-ilan-owner-bar__badge {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--mp-primary);
  color: #fff;
  border-radius: 4px;
}

.mp-ilan-owner-bar__status {
  font-size: 13px;
  font-weight: 600;
}

.mp-ilan-owner-bar__status--live {
  color: #7dffb3;
}

.mp-ilan-owner-bar__status--draft {
  color: #ffd166;
}

.mp-ilan-owner-bar__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

.mp-ilan-owner-bar__stats i {
  margin-right: 4px;
  opacity: 0.8;
}

.mp-ilan-owner-bar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
}

.mp-ilan-owner-bar__actions .mp-btn {
  margin: 0;
}

@media (max-width: 767px) {
  .mp-ilan-owner-bar__actions {
    margin-left: 0;
    width: 100%;
  }
}

.mp-seller-badge {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--mp-primary);
  color: #fff;
  border-radius: 3px;
  vertical-align: middle;
}

.product_d_right .priduct_social a.facebook {
  background: #3b5998;
}

.mp-thumb {
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 4px;
}

.mp-spec-table th {
  width: 180px;
  background: #f8f8f8;
}

/* Mağaza sayfası */
.mp-magaza-hero {
  position: relative;
  background-image: linear-gradient(135deg, rgba(26, 26, 26, 0.85), rgba(218, 33, 40, 0.45)), var(--mp-magaza-kapak);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 48px 0;
  margin-bottom: 32px;
}

.mp-magaza-hero-inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.mp-magaza-logo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  background: #fff;
}

.mp-magaza-hero h1 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin: 0 0 8px;
}

.mp-magaza-rozet {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

.mp-rozet {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  line-height: 1.4;
  white-space: nowrap;
}

.mp-rozet-servis { background: #0d6efd; color: #fff; }
.mp-rozet-magaza { background: #198754; color: #fff; }
.mp-rozet-beklemede { background: #ffc107; color: #333; }

.mp-magaza-adres { opacity: 0.95; margin-bottom: 8px; }

.mp-magaza-bio {
  max-width: 640px;
  opacity: 0.92;
  margin-bottom: 16px;
}

/* Zengin metin editörü (Quill) */
.mp-richtext {
  margin-bottom: 4px;
}

.mp-richtext-editor {
  min-height: 160px;
  background: #fff;
}

.mp-richtext .ql-toolbar.ql-snow {
  border-radius: 6px 6px 0 0;
  border-color: #ced4da;
  background: #f8f9fa;
}

.mp-richtext .ql-container.ql-snow {
  border-radius: 0 0 6px 6px;
  border-color: #ced4da;
  font-family: inherit;
  font-size: 1rem;
}

.mp-richtext .ql-editor {
  min-height: 140px;
}

.mp-html-content ul,
.mp-html-content ol {
  margin: 0.5em 0 0.75em;
  padding-left: 1.4em;
}

.mp-html-content p {
  margin-bottom: 0.75em;
}

.mp-html-content p:last-child {
  margin-bottom: 0;
}

.mp-html-content h3,
.mp-html-content h4 {
  margin: 1em 0 0.5em;
  font-size: 1.05rem;
  font-weight: 600;
}

.mp-html-content blockquote {
  margin: 0.75em 0;
  padding-left: 1em;
  border-left: 3px solid #dee2e6;
  color: #6c757d;
}

.mp-html-content a {
  color: #0d6efd;
  text-decoration: underline;
}

.mp-magaza-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.mp-magaza-actions .mp-btn {
  margin: 0;
  flex-shrink: 0;
}

.mp-magaza-actions .mp-btn-outline {
  margin-left: 0;
}

.mp-vitrin-owner-notice {
  width: 100%;
  flex-basis: 100%;
  margin: 12px 0 0;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.875rem;
  line-height: 1.45;
}

.mp-vitrin-owner-notice a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.mp-vitrin-owner-notice a:hover {
  color: #fff;
  opacity: 0.9;
}

.mp-vitrin-tabs .nav-link {
  font-weight: 600;
  color: #495057;
}

.mp-vitrin-tabs .nav-link.active {
  color: var(--mp-brand, #da2128);
}

.mp-vitrin-tabs .nav-link small {
  font-weight: 500;
  opacity: 0.75;
}

.mp-vitrin-pane-toolbar .h5 {
  font-weight: 700;
}

.mp-vitrin-garaj-card {
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.mp-vitrin-garaj-thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f8f9fa;
}

.mp-vitrin-garaj-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-magaza--magaza .mp-magaza-hero {
  background-image: linear-gradient(135deg, rgba(20, 40, 30, 0.88), rgba(25, 135, 84, 0.5)), var(--mp-magaza-kapak);
}

.mp-magaza--servis .mp-magaza-hero {
  background-image: linear-gradient(135deg, rgba(20, 30, 50, 0.88), rgba(13, 110, 253, 0.5)), var(--mp-magaza-kapak);
}

/* Moto Wiki */
.mp-wiki,
.mp-page-body .mp-wiki,
.mp-wiki .container,
.mp-wiki-filters,
.mp-wiki-filters .row,
.mp-wiki-filters [class*="col-"],
.mp-wiki-field {
  overflow: visible !important;
}

.mp-wiki-filters {
  max-width: 100%;
  position: relative;
  z-index: 20;
}

.mp-wiki-field {
  min-width: 0;
  position: relative;
}

.mp-wiki-filter-hint {
  margin: 6px 0 0;
  font-size: 11px;
  color: var(--mp-muted);
}

.mp-wiki-field .form-label {
  margin-bottom: 6px;
}

/* Select2 + Bootstrap 5 tema — wiki + ilan filtre */
.mp-wiki-filters .select2-container,
.mp-ilan-filter .select2-container {
  width: 100% !important;
  display: block;
}

.mp-wiki-filters .select2-container--bootstrap-5 .select2-selection,
.mp-ilan-filter .select2-container--bootstrap-5 .select2-selection {
  min-height: 42px;
  border-color: #ced4da;
  border-radius: 8px;
  font-size: 14px;
}

.mp-ilan-filter .select2-container--bootstrap-5 .select2-selection--multiple {
  padding: 4px 8px;
}

.mp-ilan-filter .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 6px;
}

.mp-wiki-filters .select2-container--bootstrap-5 .select2-selection--multiple {
  padding: 4px 8px;
  min-height: 42px;
}

.mp-wiki-filters .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 6px;
  margin-top: 4px;
}

.mp-wiki-filters .select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.55rem 2.25rem 0.55rem 0.75rem;
}

.mp-wiki-filters .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  line-height: 1.4;
  padding: 0;
  color: #333;
}

.mp-wiki-filters .select2-container--bootstrap-5 .select2-selection--single .select2-selection__placeholder {
  color: #6c757d;
}

.mp-wiki-filters .select2-container--bootstrap-5.select2-container--disabled .select2-selection {
  background-color: #e9ecef;
  cursor: not-allowed;
}

.mp-wiki-filters select.mp-wiki-select,
.mp-wiki-filters select.mp-wiki-model-select {
  width: 100%;
}

/* Select2 yüklenene kadar ham çoklu select listesini gizle */
.mp-wiki-filters select.mp-wiki-select[multiple]:not(.select2-hidden-accessible),
.mp-wiki-filters select.mp-wiki-model-select[multiple]:not(.select2-hidden-accessible) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* NOT: Genel select2 stilleri css/mp-select2.css dosyasına taşındı. */

/* Marka şeridi — yatay kaydırma (Flickity yerine) */
.mp-wiki-brand-scroll {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 10px 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.mp-wiki-brand-scroll::-webkit-scrollbar {
  height: 6px;
}

.mp-wiki-brand-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 999px;
}

.mp-wiki-brand-scroll__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  width: max-content;
  min-width: 100%;
  padding: 2px 4px;
}

.mp-wiki-brand-strip {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 10px 44px;
  min-height: 76px;
}

.mp-wiki-brand-strip .flickity-viewport {
  width: 100%;
}

.mp-wiki-brand-strip .flickity-button {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 34px;
  height: 34px;
}

.mp-wiki-brand-strip .flickity-button:disabled {
  opacity: 0.25;
}

.mp-wiki-brand-strip .flickity-button-icon {
  fill: #555;
}

.mp-wiki-brand-strip .flickity-prev-next-button.previous {
  left: 6px;
}

.mp-wiki-brand-strip .flickity-prev-next-button.next {
  right: 6px;
}

.mp-wiki-brand-strip .carousel-cell {
  margin-right: 8px;
}

.mp-wiki-brand-chip {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  min-width: 88px;
  padding: 10px 14px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  text-align: center;
  color: #333;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
  gap: 4px;
}

.mp-wiki-brand-chip__logo,
.mp-wiki-brand-chip__monogram {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: contain;
  background: #f7f8fa;
  border: 1px solid #ececec;
}

.mp-wiki-brand-chip__monogram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--mp-primary, #da2128);
}

.mp-wiki-marka-hub {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.mp-wiki-marka-hub-page .mp-page-head {
  margin-bottom: 1.5rem;
}

.mp-wiki-marka-hub__brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: min(100%, 320px);
}

.mp-wiki-marka-hub__eyebrow,
.mp-wiki-aile-hub__eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #888;
}

.mp-wiki-marka-hub__logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #ececec;
  padding: 8px;
}

.mp-wiki-marka-hub__logo--sm {
  width: 56px;
  height: 56px;
  border-radius: 12px;
}

.mp-wiki-marka-hub__monogram {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--mp-primary, #da2128);
}

.mp-wiki-marka-hub__monogram--sm {
  width: 56px;
  height: 56px;
  font-size: 1.1rem;
}

.mp-wiki-marka-hub__stats,
.mp-wiki-aile-hub__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.mp-wiki-hub-stat,
.mp-wiki-aile-stat {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e8e8e8;
  font-size: 0.88rem;
  color: #444;
  text-decoration: none;
}

.mp-wiki-hub-stat--link,
.mp-wiki-aile-stat--link {
  color: var(--mp-primary, #da2128);
}

.mp-wiki-hub-stat--link:hover,
.mp-wiki-aile-stat--link:hover {
  border-color: var(--mp-primary, #da2128);
  text-decoration: none;
}

.mp-wiki-hub-stat--current {
  border-color: rgba(25, 135, 84, 0.25);
  color: #198754;
}

.mp-wiki-aile-stat--current {
  border-color: rgba(25, 135, 84, 0.25);
  color: #198754;
}

.mp-wiki-aile-stat--current strong {
  color: #198754;
}

.mp-wiki-hub-stat--muted {
  color: #6c757d;
}

.mp-wiki-aile-hub__title-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mp-wiki-brand-chip:hover,
.mp-wiki-brand-chip--active {
  border-color: var(--mp-brand, #da2128);
  box-shadow: 0 2px 8px rgba(218, 33, 40, 0.12);
  color: #333;
}

.mp-wiki-brand-chip small {
  color: #888;
  margin-top: 2px;
}

.mp-wiki-prod-stat--current {
  color: #198754;
}

.mp-wiki-prod-stat--discontinued {
  color: #6c757d;
}

.mp-wiki-status {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}

.mp-wiki-status--active {
  background: #d1e7dd;
  color: #0f5132;
}

.mp-wiki-status--current {
  background: #cff4fc;
  color: #055160;
}

.mp-wiki-status--discontinued {
  background: #e9ecef;
  color: #495057;
}

.mp-wiki-status--unknown {
  background: transparent;
  color: #adb5bd;
  font-weight: 500;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.mp-wiki-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mp-wiki-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 100px;
  padding: 12px 16px;
  border: 1px solid #eee;
  border-radius: 8px;
  text-align: center;
  color: #333;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.mp-wiki-brand:hover,
.mp-wiki-brand--active {
  border-color: var(--mp-brand, #da2128);
  box-shadow: 0 2px 8px rgba(218, 33, 40, 0.12);
  color: #333;
}

.mp-wiki-brand small {
  color: #888;
  margin-top: 4px;
}

.mp-seller-card {
  border: 1px solid #eee;
  padding: 16px;
  border-radius: 6px;
  margin-top: 16px;
}

.shop_title h1 {
  font-size: 1.75rem;
  margin-bottom: 4px;
}

.mp-ilan-seller-bar {
  border: 1px solid rgba(218, 33, 40, 0.22);
  border-radius: 10px;
  background: linear-gradient(135deg, #fff8f8 0%, #fff 55%);
  box-shadow: 0 4px 18px rgba(218, 33, 40, 0.08);
}

.mp-ilan-seller-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
}

.mp-ilan-seller-bar__avatar {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: #fde8e9;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(218, 33, 40, 0.25);
}

.mp-ilan-seller-bar__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-ilan-seller-bar__initial {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--mp-primary, #da2128);
}

.mp-ilan-seller-bar__body {
  flex: 1 1 220px;
  min-width: 0;
}

.mp-ilan-seller-bar__eyebrow {
  margin: 0 0 2px;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mp-primary, #da2128);
  font-weight: 600;
}

.mp-ilan-seller-bar__title {
  margin: 0 0 4px;
  font-size: 1.35rem;
  line-height: 1.2;
  color: var(--mp-text, #222);
}

.mp-ilan-seller-bar__meta {
  font-size: 0.875rem;
  color: var(--mp-muted, #666);
}

.mp-ilan-seller-bar__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .mp-ilan-seller-bar__actions {
    margin-left: 0;
    width: 100%;
  }
}

/* Stub / servis kartları */
.mp-stub-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 48px 32px;
  background: #fafafa;
}

.mp-stub-card h1 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: var(--mp-text);
}

.mp-stub-lead {
  color: var(--mp-muted);
  margin-bottom: 24px;
}

.mp-error-page {
  min-height: 50vh;
}

.mp-error-code {
  font-size: clamp(4rem, 12vw, 7rem);
  font-weight: 800;
  line-height: 1;
  margin: 0 0 12px;
  color: var(--mp-primary, #e85d04);
  opacity: 0.35;
}

.mp-error-title {
  font-size: 1.75rem;
  margin-bottom: 12px;
  color: var(--mp-text);
}

.mp-error-lead {
  color: var(--mp-muted);
  margin-bottom: 28px;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.mp-error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.mp-legal-doc h1 {
  font-size: 1.75rem;
  margin-bottom: 8px;
}

.mp-legal-doc h2 {
  font-size: 1.15rem;
  margin: 28px 0 10px;
}

.mp-legal-doc p,
.mp-legal-doc li {
  color: var(--mp-text);
  line-height: 1.65;
}

.mp-legal-doc ul {
  padding-left: 1.25rem;
}

.mp-contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
}

.mp-contact-info a {
  color: var(--mp-primary, #e74c3c);
}

.mp-contact-info i {
  margin-top: 2px;
  color: var(--mp-brand, #da2128);
}

.mp-contact-page {
  max-width: 960px;
}

.mp-contact-page__head {
  margin-bottom: 20px;
}

.mp-contact-page__head h1 {
  font-size: 1.65rem;
  margin-bottom: 6px;
}

.mp-contact-page__lead {
  margin: 0;
  font-size: 14px;
  color: var(--mp-muted, #6c757d);
}

.mp-contact-aside {
  background: #f8f9fa;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 16px 18px;
  font-size: 14px;
}

.mp-contact-aside__note {
  margin: 0;
  font-size: 13px;
  color: var(--mp-muted, #6c757d);
  line-height: 1.5;
}

.mp-contact-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 18px 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.mp-contact-form .form-label {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0.25rem;
}

.mp-contact-form .form-control-sm {
  min-height: 38px;
  border-radius: 8px;
  font-size: 14px;
}

.mp-contact-captcha__row {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 220px;
}

.mp-contact-captcha__expr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 38px;
  padding: 0 10px;
  border-radius: 8px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  font-weight: 700;
  font-size: 15px;
  color: #333;
  flex-shrink: 0;
}

.mp-contact-captcha__input {
  width: 72px;
  text-align: center;
  font-weight: 600;
}

.mp-contact-form__actions {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}

.mp-form-hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.mp-servis-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  background: #fff;
}

.mp-servis-card-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.mp-servis-card-head img {
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eee;
  flex-shrink: 0;
}

.mp-vitrin-card-head-text {
  flex: 1;
  min-width: 0;
}

.mp-vitrin-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
}

.mp-vitrin-card-lok {
  color: var(--mp-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.mp-servis-card h3 {
  font-size: 1rem;
  margin: 0 0 6px;
  line-height: 1.35;
}

.mp-servis-card h3 a {
  color: var(--mp-text);
  text-decoration: none;
}

.mp-vitrin-card-body {
  flex: 1 1 auto;
  min-height: calc(1.45em * 3);
}

.mp-vitrin-card-body p {
  color: var(--mp-muted);
  font-size: 14px;
  margin: 0;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mp-vitrin-filter {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 16px 18px;
}

.mp-vitrin-filter .form-label {
  margin-bottom: 0.35rem;
}

.mp-vitrin-filter .select2-container {
  width: 100% !important;
  display: block;
}

.mp-vitrin-filter .select2-container--bootstrap-5 .select2-selection--single {
  min-height: 42px;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  border-color: #ced4da;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.mp-vitrin-filter .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  line-height: 1.4;
  padding: 0;
  margin: 0;
  color: #333;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-vitrin-filter .select2-container--bootstrap-5 .select2-selection--single .select2-selection__placeholder {
  color: #6c757d;
}

.mp-vitrin-filter .select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 0.65rem;
}

.mp-vitrin-filter .form-control,
.mp-vitrin-filter .form-select,
.mp-vitrin-filter__input {
  min-height: 42px;
  height: 42px;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
}

.mp-vitrin-filter__actions-label {
  visibility: hidden;
  user-select: none;
}

.mp-vitrin-filter__btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  font-size: 14px;
  white-space: nowrap;
}

.mp-vitrin-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mp-vitrin-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}

.mp-vitrin-card-foot .mp-btn {
  box-shadow: none;
  flex-shrink: 0;
}

.mp-vitrin-ilan-count {
  font-size: 13px;
  color: var(--mp-muted);
}

.mp-vitrin-ilan-count strong {
  color: var(--mp-brand, #da2128);
}

.mp-vitrin-card h3 {
  font-size: 1rem;
}

/* Wiki detay public */
.mp-wiki .nav-tabs .nav-link {
  color: var(--mp-text) !important;
}

.mp-wiki .spectable th {
  background: #f5f5f5 !important;
  color: var(--mp-text) !important;
}

.mp-wiki .spectable td {
  color: #444 !important;
}

.mp-wiki-stat-link {
  display: inline-block;
  min-width: 1.75rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: rgba(232, 93, 4, 0.12);
  color: var(--mp-primary, #e85d04);
  font-weight: 600;
  text-decoration: none;
}

.mp-wiki-stat-link:hover {
  background: var(--mp-primary, #e85d04);
  color: #fff;
}

.mp-wiki-plaka {
  font-weight: 600;
  text-decoration: none;
}

.mp-wiki-plaka:hover {
  text-decoration: underline;
}

.mp-wiki h3,
.mp-wiki h1 {
  color: var(--mp-text);
}

/* Wiki yıl timeline (Flickity) */
.mp-wiki .m_timeline,
.mp-wiki-years {
  background: #fff;
  border: 1px solid #e8eaee;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 10px 6px 6px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.mp-wiki .m_timeline .carousel-cell {
  margin: 8px 0 12px;
  padding: 0 8px;
  border-bottom: none;
}

.mp-wiki .m_timeline a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 8px 12px 14px;
  margin: 0 4px;
  white-space: nowrap;
  color: #64748b;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border-radius: 8px;
  transition: color 0.15s ease, background 0.15s ease;
}

.mp-wiki .m_timeline a::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: 5px;
  left: 50%;
  margin-left: -3px;
  background: #cbd5e1;
  border-radius: 100%;
  transition: background 0.15s ease, transform 0.15s ease;
}

.mp-wiki .m_timeline a:hover {
  color: #0f172a;
  background: #f8fafc;
}

.mp-wiki .m_timeline a:hover::before,
.mp-wiki .m_timeline .selected a::before {
  background: var(--mp-primary, #da2128) !important;
  transform: scale(1.15);
}

.mp-wiki .m_timeline .selected a {
  color: var(--mp-primary, #da2128);
  background: rgba(218, 33, 40, 0.06);
}

/* Aile model×yıl kart şeridi (dikey kartlar — m_timeline chip stillerinden ayrı) */
.mp-wiki-years-label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.5rem;
  padding: 0 0.25rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.mp-wiki-years-label__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: #f1f5f9;
  font-size: 0.72rem;
  font-weight: 700;
  color: #475569;
}

.mp-wiki-years-shell {
  position: relative;
  padding: 2px 26px 0;
  margin-bottom: 16px;
}

.mp-wiki-years--cards {
  background: #f8fafc;
  border: 1px solid #e8eaee;
  border-radius: 14px;
  margin-bottom: 0;
  padding: 14px 6px 12px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.mp-wiki-years--cards .flickity-viewport {
  overflow: hidden;
}

.mp-wiki-years--cards .carousel-cell {
  width: 132px;
  margin: 0 7px;
  padding: 0;
  height: auto;
}

.mp-wiki-years--cards .mp-wiki-year-card__link {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  color: #334155;
  overflow: hidden;
  white-space: normal;
  font-weight: 400;
  font-size: inherit;
  line-height: 1.3;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.mp-wiki-years--cards .mp-wiki-year-card__link::before {
  display: none;
  content: none;
}

.mp-wiki-years--cards .mp-wiki-year-card__link:hover {
  border-color: #cbd5e1;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1);
  color: #0f172a;
  background: #fff;
}

.mp-wiki-years--cards .mp-wiki-year-card.selected .mp-wiki-year-card__link {
  border-color: var(--mp-primary, #da2128);
  box-shadow: 0 0 0 2px rgba(218, 33, 40, 0.18);
  background: #fff;
  color: #0f172a;
}

.mp-wiki-years--cards .mp-wiki-year-card__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(180deg, #f1f5f9 0%, #e8edf3 100%);
}

.mp-wiki-years--cards .mp-wiki-year-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mp-wiki-years--cards .mp-wiki-year-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 0.55rem 0.45rem 0.65rem;
  text-align: center;
}

.mp-wiki-years--cards .mp-wiki-year-card__year {
  display: block;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.mp-wiki-years--cards .mp-wiki-year-card.selected .mp-wiki-year-card__year {
  color: var(--mp-primary, #da2128);
}

.mp-wiki-years--cards .mp-wiki-year-card__name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.3;
  color: #64748b;
  min-height: 2.6em;
}

.mp-wiki-years-shell .mp-wiki-years--cards .flickity-prev-next-button {
  width: 26px;
  height: 26px;
  background: var(--mp-primary, #da2128);
  border: 2px solid #fff;
  box-shadow: 0 2px 10px rgba(218, 33, 40, 0.35);
  z-index: 4;
}

.mp-wiki-years-shell .mp-wiki-years--cards .flickity-prev-next-button .flickity-button-icon {
  fill: #fff;
  width: 38%;
  height: 38%;
  left: 31%;
  top: 31%;
}

.mp-wiki-years-shell .mp-wiki-years--cards .flickity-prev-next-button:hover:not(:disabled) {
  background: #c41e24;
  border-color: #fff;
}

.mp-wiki-years-shell .mp-wiki-years--cards .flickity-prev-next-button:disabled {
  opacity: 0.28;
  cursor: default;
  box-shadow: none;
}

.mp-wiki-years-shell .mp-wiki-years--cards .flickity-prev-next-button.previous {
  left: -22px;
}

.mp-wiki-years-shell .mp-wiki-years--cards .flickity-prev-next-button.next {
  right: -22px;
}

@media (max-width: 575px) {
  .mp-wiki-years-shell {
    padding: 2px 22px 0;
  }

  .mp-wiki-years--cards .carousel-cell {
    width: 118px;
    margin: 0 5px;
  }

  .mp-wiki-years--cards .mp-wiki-year-card__year {
    font-size: 1.3rem;
  }

  .mp-wiki-years-shell .mp-wiki-years--cards .flickity-prev-next-button {
    width: 24px;
    height: 24px;
  }

  .mp-wiki-years-shell .mp-wiki-years--cards .flickity-prev-next-button.previous {
    left: -18px;
  }

  .mp-wiki-years-shell .mp-wiki-years--cards .flickity-prev-next-button.next {
    right: -18px;
  }
}

/* Wiki galeri carousel */
.mp-wiki-gallery {
  margin-bottom: 1.25rem;
  border-radius: 8px;
  background: #f5f5f5;
}

.mp-wiki-gallery .flickity-viewport {
  min-height: 220px;
}

.mp-wiki-gallery .carousel-cell {
  width: 100%;
  margin-right: 10px;
}

.mp-wiki-gallery .carousel-cell a {
  display: block;
  padding: 8px;
  text-align: center;
}

.mp-wiki-gallery .carousel-cell img {
  width: 100%;
  max-height: 380px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.mp-wiki .mt_img {
  display: block;
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  background: #f0f0f0;
}

.mp-wiki .ilantable {
  border: 1px solid var(--mp-border, #dee2e6);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}

.mp-wiki .ilantable a:not(.btn) {
  color: var(--mp-text, #222);
}

.mp-wiki .ilantable thead th {
  background: #f5f5f5;
  font-weight: 600;
  vertical-align: middle;
}

.mp-wiki .ilantable td,
.mp-wiki .ilantable th {
  padding: 0.65rem 0.75rem;
  vertical-align: middle;
}

.mp-wiki .ilantable .ilan-price {
  float: right;
  color: var(--mp-primary, #e85d04);
  font-weight: 700;
  white-space: nowrap;
}

.mp-wiki .spectable tbody th {
  width: 38%;
  background: #fafafa;
  font-weight: 600;
}

.mp-wiki .tab-card {
  border: 1px solid var(--mp-border, #e8e8e8);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.mp-wiki .tab-card .card-header {
  background: #fff;
  border-bottom: 1px solid var(--mp-border, #e8e8e8);
  padding: 0;
}

.mp-wiki .tab-card .tab-content {
  padding: 0;
}

.mp-wiki .tab-pane > .table,
.mp-wiki .tab-pane > .d-flex,
.mp-wiki .tab-pane > p {
  margin-left: 0;
  margin-right: 0;
}

.mp-wiki .tab-pane#genelbakis {
  padding: 0.75rem;
}

.mp-wiki .tab-pane#kullanicilar,
.mp-wiki .tab-pane#ilanlar {
  padding: 0.75rem 0.75rem 0;
}

.mp-wiki .plaka {
  font-weight: 700;
}

.mp-wiki .tab-card .nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.mp-wiki .tab-card .nav-tabs .nav-link {
  white-space: nowrap;
  color: var(--mp-text) !important;
}

.mp-wiki .tab-pane {
  display: none;
}

.mp-wiki .tab-pane.active {
  display: block;
}

/* Wiki detay — modern layout */
.mp-wiki-detail__hero {
  margin-bottom: 1.25rem;
}

.mp-wiki-detail__title {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 700;
  color: var(--mp-text, #222);
  margin: 0 0 0.35rem;
  line-height: 1.25;
}

.mp-wiki-detail__title a {
  color: var(--mp-primary, #da2128);
  text-decoration: none;
}

.mp-wiki-detail__title a:hover {
  text-decoration: underline;
}

.mp-wiki-detail__model {
  display: block;
  margin-top: 0.2rem;
  color: var(--mp-text, #222);
}

.mp-wiki-detail__subtitle {
  color: #666;
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
}

.mp-wiki-detail__updated {
  margin: 0 0 0.85rem;
  font-size: 0.8125rem;
  color: #6b7280;
}

.mp-wiki-detail__updated time {
  font-weight: 500;
}

.mp-wiki-detail__updated-source {
  opacity: 0.9;
}

.mp-wiki-detail__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 1rem;
}

.mp-wiki-stat-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #f3f4f6;
  color: #444;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

a.mp-wiki-stat-pill:hover {
  background: rgba(218, 33, 40, 0.1);
  color: var(--mp-primary, #da2128);
}

.mp-wiki-stat-pill--year {
  background: var(--mp-primary, #da2128);
  color: #fff;
}

.mp-wiki-detail__tabs {
  border-radius: 12px;
  border-color: #e8eaee;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.mp-wiki-detail__tabs--modern {
  border: 1px solid #e8eaee;
  overflow: hidden;
}

.mp-wiki-detail__tabbar {
  background: #f4f5f7 !important;
  border-bottom: none !important;
  padding: 8px !important;
}

.mp-wiki-segmented-tabs {
  display: flex;
  border: none !important;
  border-bottom: none !important;
  gap: 4px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.mp-wiki-segmented-tabs .nav-item {
  margin-bottom: 0;
}

.mp-wiki-segmented-tabs .nav-link {
  border: none !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  font-size: 13px;
  font-weight: 600;
  color: #64748b !important;
  background: transparent;
  margin-bottom: 0 !important;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.mp-wiki-segmented-tabs .nav-link:hover {
  color: #0f172a !important;
  background: rgba(255, 255, 255, 0.65);
  border-color: transparent !important;
}

.mp-wiki-detail__tabs--modern .mp-wiki-segmented-tabs .nav-link.active,
.mp-wiki-detail__tabs .mp-wiki-segmented-tabs .nav-link.active {
  color: var(--mp-primary, #da2128) !important;
  background: #fff !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
  border: none !important;
  border-bottom-color: transparent !important;
}

.mp-wiki-detail__tabs .tab-content {
  border-top: 1px solid #eceef2;
  background: #fff;
}

.mp-wiki-overview {
  padding: 1rem 1rem 1.25rem;
}

.mp-wiki-detail__gallery {
  background: #f7f8fa;
  border: 1px solid #ececec;
  border-radius: 12px;
  overflow: visible;
}

.mp-wiki-detail__gallery .mp-wiki-gallery {
  margin-bottom: 0;
  background: transparent;
}

.mp-wiki-detail__gallery .mp-wiki-gallery--detail .flickity-viewport {
  /* adaptiveHeight kapalı — sabit yükseklik; slide değişince zıplamasın */
  height: min(420px, 70vh) !important;
  transition: none;
}

.mp-wiki-detail__gallery .mp-wiki-gallery--detail .carousel-cell {
  width: 100%;
  height: min(420px, 70vh);
  margin-right: 0;
}

.mp-wiki-detail__gallery .carousel-cell a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
}

.mp-wiki-detail__gallery .carousel-cell img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 8px;
  background: #fff;
}

.mp-wiki-detail__admin {
  padding: 0 12px 12px;
  text-align: center;
}

.mp-wiki-spec {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
}

.mp-wiki-sources {
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 1rem 1.1rem;
}

.mp-wiki-sources__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.mp-wiki-sources__list a,
.mp-wiki-sources__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: var(--mp-primary, #da2128);
  text-decoration: none;
}

.mp-wiki-sources__list a:hover,
.mp-wiki-sources__link:hover {
  text-decoration: underline;
}

.mp-wiki-sources__link-icon {
  font-size: 0.72rem;
  opacity: 0.75;
}

.mp-wiki-sources__updated {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  color: #6c757d;
}

.mp-wiki-sources__updated time {
  font-weight: 500;
}

.mp-wiki-spec__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: var(--mp-text, #222);
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--mp-primary, #da2128);
}

.mp-wiki-spec__grid {
  margin: 0;
  display: grid;
  gap: 0;
}

.mp-wiki-spec__row {
  display: grid;
  grid-template-columns: minmax(120px, 42%) 1fr;
  gap: 12px;
  padding: 0.55rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.mp-wiki-spec__row:last-child {
  border-bottom: 0;
}

.mp-wiki-spec__row dt {
  margin: 0;
  font-weight: 600;
  color: #555;
  font-size: 13px;
}

.mp-wiki-spec__row dd {
  margin: 0;
  color: #222;
  font-size: 14px;
}

.mp-wiki-spec__grid--checks dd {
  color: var(--mp-primary, #da2128);
  font-weight: 600;
}

.mp-wiki-table {
  margin-bottom: 0;
}

.mp-wiki-thumb-link {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.mp-wiki-detail__more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0.75rem 0 0;
}

.mp-wiki .tab-pane > .mp-lightbox-gallery + .mp-wiki-detail__more,
.mp-wiki .tab-pane > .mp-wiki-detail__more {
  padding-bottom: 0.5rem;
}

.mp-wiki .tab-pane#genelbakis {
  padding: 0;
}

.mp-wiki .tab-pane#kullanicilar,
.mp-wiki .tab-pane#ilanlar {
  padding: 0.75rem 0.75rem 0;
}

/* Lightbox — Magnific Popup tema uyumu */
.mp-lightbox {
  position: relative;
  display: block;
  cursor: zoom-in;
}

.mp-lightbox img {
  display: block;
  width: 100%;
}

.mp-lightbox-zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.mp-lightbox:hover .mp-lightbox-zoom,
.mp-wiki-thumb-link:hover .mp-lightbox-zoom {
  opacity: 1;
}

.single-zoom .mp-lightbox {
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f5;
}

.single-zoom .mp-lightbox-zoom {
  opacity: 1;
  background: rgba(218, 33, 40, 0.85);
}

.mp-mfp .mfp-close {
  color: #fff;
  opacity: 0.9;
}

.mp-mfp .mfp-counter,
.mp-mfp .mfp-title {
  color: #fff;
}

.mp-mfp.mfp-bg {
  background: rgba(10, 10, 12, 0.92);
}

.mp-mfp .mfp-arrow {
  opacity: 0.85;
}

html.mp-lightbox-open {
  overflow: hidden;
}

html.mp-lightbox-open .mfp-bg,
html.mp-lightbox-open .mfp-wrap {
  z-index: 12100 !important;
}

#mp-main.mp-account-main,
#mp-main {
  min-height: 50vh;
}

/* Hesabım panel — breadcrumb public sayfalarla aynı dikey boşluk */
.mp-account-main .breadcrumbs_area {
  padding: 20px 0;
}

.mp-account-sidebar {
  background: #fff;
  border: 1px solid var(--mp-border, #e8e8e8);
  border-radius: 8px;
  padding: 20px 16px;
  position: sticky;
  top: 16px;
}

.mp-account-user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--mp-border, #e8e8e8);
}

.mp-account-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--mp-border, #e8e8e8);
}

.mp-account-user strong {
  display: block;
  color: var(--mp-text);
  font-size: 15px;
  line-height: 1.3;
}

.mp-account-tip {
  display: block;
  font-size: 12px;
  color: var(--mp-muted);
  margin-top: 2px;
}

.mp-account-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mp-account-nav-section {
  margin-top: 14px;
}

.mp-account-nav-section:first-child {
  margin-top: 0;
}

.mp-account-nav-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--mp-muted, #888);
  padding: 0 12px 6px;
}

.mp-account-nav-section-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mp-account-nav-ext {
  margin-left: auto;
  font-size: 12px !important;
  opacity: 0.45 !important;
}

.mp-account-nav-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mp-account-nav-group--ilan {
  margin: 4px 0 6px;
  padding: 6px;
  border-radius: 8px;
  background: rgba(218, 33, 40, 0.04);
  border: 1px solid rgba(218, 33, 40, 0.1);
}

.mp-account-nav-divider {
  height: 1px;
  margin: 8px 0;
  background: var(--mp-border, #e8e8e8);
}

.mp-account-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--mp-text) !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  transition: background 0.15s ease;
}

.mp-account-nav-text {
  flex: 1;
  min-width: 0;
}

.mp-account-nav-count {
  flex-shrink: 0;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.07);
  color: var(--mp-muted, #6c757d);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.mp-account-nav-count--alert {
  background: var(--mp-primary, #da2128);
  color: #fff;
}

.mp-account-nav-link--cta .mp-account-nav-count {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.mp-account-nav-link--cta .mp-account-nav-count--alert {
  background: #fff;
  color: var(--mp-primary, #da2128);
}

.mp-account-nav-link i {
  font-size: 16px;
  opacity: 0.75;
}

.mp-account-nav-link:hover,
.mp-account-nav-link.is-active {
  background: rgba(218, 33, 40, 0.08);
  color: var(--mp-primary) !important;
}

.mp-account-nav-link--cta {
  margin-top: 8px;
  background: var(--mp-primary);
  color: #fff !important;
}

.mp-account-nav-link--cta-inline {
  margin-top: 0;
}

.mp-account-nav-link--cta-inline i {
  opacity: 1;
  color: #fff;
}

.mp-account-nav-link--cta:hover {
  background: #c41e24;
  color: #fff !important;
}

.mp-account-nav-link--muted {
  color: var(--mp-muted) !important;
  font-weight: 400;
}

.mp-account-nav-toggle {
  display: none;
}

.mp-account-panel {
  background: #fff;
  border: 1px solid var(--mp-border, #e8e8e8);
  border-radius: 8px;
  padding: 24px;
}

.mp-account-page-head {
  margin-bottom: 24px;
}

.mp-account-page-head h1 {
  font-size: 24px;
  margin: 0 0 8px;
  color: var(--mp-text);
}

.mp-account-lead {
  margin: 0;
  color: var(--mp-muted);
  font-size: 15px;
}

.mp-account-stats {
  margin-bottom: 28px;
}

.mp-account-stat-card {
  display: block;
  background: #fafafa;
  border: 1px solid var(--mp-border, #e8e8e8);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  text-decoration: none !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.mp-account-stat-card:hover {
  border-color: var(--mp-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.mp-account-stat-num {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: var(--mp-primary);
  line-height: 1.1;
}

.mp-account-stat-num--sm {
  font-size: 18px;
}

.mp-account-stat-label {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: var(--mp-muted);
}

.mp-account-panel--legacy .col-md-2,
.mp-account-panel--legacy .col-md-3,
.mp-account-panel--legacy .col-md-4,
.mp-account-panel--legacy .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Auth form düzeni */
.account_form .login_submit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.account_form .login_submit button {
  margin-left: auto;
}

@media (max-width: 991px) {
  .mp-account-sidebar {
    position: static;
    padding: 12px 14px;
  }

  .mp-account-user {
    padding-bottom: 12px;
    margin-bottom: 0;
    border-bottom: none;
  }

  .mp-account-nav-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 0;
    padding: 12px 14px;
    border: 1px solid var(--mp-border, #e8e8e8);
    border-radius: 8px;
    background: #f8f9fa;
    color: var(--mp-text);
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
  }

  .mp-account-nav-toggle:hover,
  .mp-account-sidebar.is-nav-open .mp-account-nav-toggle {
    background: #fff;
    border-color: rgba(218, 33, 40, 0.25);
  }

  .mp-account-nav-toggle-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }

  .mp-account-nav-toggle-main i {
    font-size: 18px;
    opacity: 0.75;
  }

  .mp-account-nav-toggle-current {
    flex: 1;
    min-width: 0;
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    color: var(--mp-primary, #da2128);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mp-account-nav-toggle-chevron {
    flex-shrink: 0;
    font-size: 16px;
    opacity: 0.55;
    transition: transform 0.2s ease;
  }

  .mp-account-sidebar.is-nav-open .mp-account-nav-toggle-chevron {
    transform: rotate(180deg);
  }

  .mp-account-nav.mp-account-nav--mobile {
    display: none;
    flex-direction: column;
    margin-top: 10px;
    padding-top: 4px;
    border-top: 1px solid var(--mp-border, #e8e8e8);
    max-height: min(70vh, 520px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mp-account-sidebar.is-nav-open .mp-account-nav.mp-account-nav--mobile {
    display: flex;
  }

  .mp-account-nav-section {
    margin-top: 12px;
  }

  .mp-account-nav-section:first-child {
    margin-top: 4px;
  }

  .mp-account-nav-section-label {
    padding: 0 10px 4px;
    font-size: 10px;
  }

  .mp-account-nav-section-body {
    flex-direction: column;
    gap: 2px;
  }

  .mp-account-nav-group--ilan {
    flex: none;
    width: 100%;
    margin: 2px 0 4px;
    padding: 4px;
  }

  .mp-account-nav-link {
    flex: none;
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    font-size: 14px;
    padding: 9px 10px;
  }

  .mp-account-nav-group--ilan .mp-account-nav-link {
    width: 100%;
    min-width: 0;
  }
}

/* ===== Auth (giriş / kayıt / şifre) — modern ===== */
.login_page_bg {
  background: linear-gradient(180deg, #f6f7f9 0%, #eceef1 100%);
  padding: 56px 0 72px;
}

.account_form {
  background: #fff;
  border: 1px solid var(--mp-border, #e8e8e8);
  border-radius: 14px;
  padding: 32px 30px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

@media (max-width: 767px) {
  .login_page_bg {
    padding: 28px 0 44px;
  }

  .account_form {
    padding: 24px 18px;
    border-radius: 12px;
  }

  .account_form.register {
    margin-top: 0;
  }
}

/* Kart zaten kutu — form kendi çerçevesini taşımasın */
.account_form form {
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.mp-auth-head {
  text-align: center;
  margin-bottom: 24px;
}

.mp-auth-head .mp-auth-logo img {
  max-height: 48px;
  max-width: 190px;
  width: auto;
}

.account_form h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  margin: 16px 0 6px;
}

.mp-auth-sub {
  margin: 0;
  font-size: 14px;
  color: var(--mp-muted, #6c757d);
}

.mp-auth-field {
  margin-bottom: 16px;
}

.account_form label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--mp-text, #1f2430);
  cursor: pointer;
}

.account_form label:hover {
  color: inherit;
}

.account_form label span {
  color: var(--mp-primary, #da2128);
}

.account_form input[type="text"],
.account_form input[type="email"],
.account_form input[type="password"],
.account_form input[type="tel"],
.account_form input[type="date"] {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid var(--mp-border, #dcdfe4);
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  color: var(--mp-text, #1f2430);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.account_form input[type="file"] {
  width: 100%;
  font-size: 13px;
}

.account_form input:focus {
  outline: none;
  border-color: var(--mp-primary, #da2128);
  box-shadow: 0 0 0 3px rgba(218, 33, 40, 0.12);
}

/* Submit — tam genişlik modern buton */
.account_form .mp-auth-submit,
.account_form .login_submit button {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 20px;
  border: 0;
  border-radius: 10px;
  background: var(--mp-primary, #da2128);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2px;
  text-transform: none;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.05s ease;
}

.account_form .mp-auth-submit:hover,
.account_form .login_submit button:hover {
  background: #b91d23;
}

.account_form .mp-auth-submit:active,
.account_form .login_submit button:active {
  transform: translateY(1px);
}

.account_form .login_submit {
  text-align: left;
  margin-top: 4px;
}

/* Giriş — beni hatırla + şifremi unuttum satırı */
.mp-auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 4px 0 20px;
}

.mp-auth-remember {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--mp-muted, #6c757d);
  cursor: pointer;
}

.mp-auth-remember input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--mp-primary, #da2128);
}

.mp-auth-options a {
  font-size: 13px;
  font-weight: 600;
  color: var(--mp-primary, #da2128);
  white-space: nowrap;
}

.account_form .alert {
  margin-bottom: 20px;
  font-size: 14px;
}

.mp-auth-foot {
  margin: 22px 0 0;
  text-align: center;
  font-size: 14px;
  color: var(--mp-muted, #6c757d);
}

.mp-auth-foot a,
.account_form p.text-center a {
  color: var(--mp-primary, #da2128);
  font-weight: 600;
}

/* Şifre göster/gizle — public auth sayfaları */
.account_form .mp-password-wrap {
  position: relative;
  margin: 0;
}

.account_form .mp-password-wrap .mp-password-input {
  padding-right: 44px !important;
}

.account_form button.mp-password-toggle {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: var(--mp-muted, #6c757d);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  box-shadow: none;
}

.account_form button.mp-password-toggle:hover,
.account_form button.mp-password-toggle:focus {
  background: #f2f3f5;
  color: var(--mp-primary, #da2128);
  outline: none;
}

.account_form button.mp-password-toggle i {
  font-size: 17px;
  line-height: 1;
  pointer-events: none;
}

/* Kayıt — üyelik tipi kartları */
.mp-register-lead {
  font-weight: 600;
  margin-bottom: 12px;
}

.mp-register-tips {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}

.mp-register-tip {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding: 16px 12px;
  border: 2px solid var(--mp-border, #e8e8e8);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
  margin: 0;
}

.mp-register-tip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mp-register-tip.is-selected,
.mp-register-tip:hover {
  border-color: var(--mp-primary, #da2128);
  background: rgba(218, 33, 40, 0.04);
}

.mp-register-tip i {
  font-size: 26px;
  color: var(--mp-primary, #da2128);
}

.mp-register-tip strong {
  font-size: 14px;
  color: var(--mp-text, #1f2430);
}

.mp-register-tip span {
  font-size: 12px;
  color: var(--mp-muted, #6c757d);
  line-height: 1.35;
}

/* İlan detay — sekmeler & galeri (eski product_info_button devre dışı) */

.mp-sidebar .widget_list ul li a.active {
  color: var(--mp-primary);
  font-weight: 600;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .tab-pane.active,
.tab-content > .tab-pane.show.active {
  display: block;
}

/* Ana sayfa — Mazlay slider & bölümler */
.mp-home-slider.slider_section {
  margin-bottom: 0;
}

.mp-home-section {
  padding: 3.5rem 0;
}

.mp-home-section + .mp-home-section {
  border-top: 1px solid #f0f1f3;
}

.mp-home-section__cta {
  margin-top: 1.75rem;
  text-align: center;
}

.mp-home-welcome {
  padding-top: 3rem;
}

.mp-home-welcome .welcome_title {
  margin-bottom: 1.75rem;
}

.mp-home-categories .section_title.title_style2 .title_content,
.mp-home-rehber-section .section_title.title_style2 .title_content,
.mp-home-blog-section .section_title.title_style2 .title_content {
  margin-bottom: 1.5rem;
}

.mp-home-categories .mp-cat-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 0;
  width: 100%;
}

.mp-home-categories .mp-cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 124px;
  padding: 1.25rem 0.75rem;
}

.mp-home-categories .mp-cat-card__name {
  display: block;
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.3;
}

.mp-home-categories .mp-cat-card__count {
  display: block;
  margin-top: 6px;
  font-size: 0.78rem;
  color: #888;
  line-height: 1.2;
}

.mp-home-categories .mp-cat-card:hover .mp-cat-card__count {
  color: #666;
}

@media (max-width: 1199px) {
  .mp-home-categories .mp-cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .mp-home-categories .mp-cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .mp-home-categories .mp-cat-card {
    min-height: 112px;
    padding: 1rem 0.5rem;
  }

  .mp-home-categories .mp-cat-card__name {
    font-size: 0.86rem;
  }
}

.mp-home-section .section_title.title_style2 {
  overflow: visible;
}

.mp-home-rehber-section .section_title.title_style2 .title_content,
.mp-home-blog-section .section_title.title_style2 .title_content {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

@media (max-width: 991.98px) {
  .mp-wiki-compare-fab {
    bottom: calc(64px + env(safe-area-inset-bottom, 0px) + 0.75rem);
  }

  .mp-wiki-compare-panel {
    bottom: calc(64px + env(safe-area-inset-bottom, 0px) + 4.5rem);
  }
}

.mp-home-wiki-section {
  background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
}

.mp-home-wiki-section .section_title.title_style2 {
  overflow: visible;
  margin-bottom: 1.25rem;
}

.mp-home-wiki-section .section_title.title_style2::before {
  display: none;
}

.mp-home-wiki-section .section_title.title_style2 .title_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  background: transparent;
  padding-right: 0;
  margin-bottom: 0;
}

.mp-home-wiki-brands-shell {
  margin: 0 -4px;
}

.mp-home-wiki-brands.mp-wiki-brand-strip {
  padding: 12px 44px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
}

.mp-home-wiki-brands .carousel-cell {
  width: 108px;
  margin-right: 10px;
}

.mp-home-wiki-brand {
  width: 100%;
  min-width: 0;
}

.mp-home-wiki-brand strong {
  font-size: 0.82rem;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-home-wiki-brand small {
  font-size: 0.72rem;
  color: #888;
}

/* Ana sayfa — kayıtlı arama önerileri */
.mp-home-personalized-section {
  background: linear-gradient(180deg, #fff8f3 0%, #fff 100%);
  border-top: 1px solid #f0e6dc;
  border-bottom: 1px solid #f0e6dc;
}

.mp-home-personalized-section .section_title.title_style2 .title_content {
  margin-bottom: 1.5rem;
}

.mp-home-personalized-section .mp-home-section__cta {
  margin-top: 1.5rem;
}

.mp-home-personalized-shell {
  margin: 0;
}

.mp-home-personalized-groups {
  padding: 20px 52px 44px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
}

.mp-home-personalized-groups .flickity-viewport {
  min-height: 300px;
  transition: height 0.2s ease;
}

.mp-home-personalized-groups .flickity-page-dots {
  bottom: 14px;
}

.mp-home-personalized-groups .flickity-page-dots .dot {
  opacity: 0.35;
}

.mp-home-personalized-groups .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.mp-home-personalized-groups .flickity-button {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.mp-home-personalized-groups .flickity-button:disabled {
  opacity: 0.25;
}

.mp-home-personalized-groups .flickity-prev-next-button.previous {
  left: 10px;
}

.mp-home-personalized-groups .flickity-prev-next-button.next {
  right: 10px;
}

.mp-home-personalized-groups .carousel-cell {
  width: 100%;
  margin-right: 0;
  padding: 0 4px;
}

.mp-home-personalized-group {
  min-height: 0;
}

.mp-home-personalized-group__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.mp-home-personalized-group__title {
  font-size: 1.05rem;
  margin: 0 0 4px;
  line-height: 1.35;
}

.mp-home-personalized-group__title a {
  color: inherit;
  text-decoration: none;
}

.mp-home-personalized-group__title a:hover {
  color: var(--mp-primary, #e85d04);
}

.mp-home-personalized-group__meta {
  margin: 0;
  font-size: 0.85rem;
  color: #888;
}

.mp-home-personalized-group__head .mp-btn-sm {
  flex-shrink: 0;
  align-self: center;
  white-space: nowrap;
}

.mp-home-personalized-group__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: 4px;
}

.mp-home-personalized-group__cards .mp-ilan-card.single_product {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ececec;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mp-home-personalized-group__cards .mp-ilan-card figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mp-home-personalized-group__cards .mp-ilan-card .product_thumb {
  margin: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  line-height: 0;
  position: relative;
}

.mp-home-personalized-group__cards .mp-ilan-card .product_thumb a.primary_img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f3f3;
}

.mp-home-personalized-group__cards .mp-ilan-card .product_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mp-home-personalized-group__cards .mp-ilan-card .product_content {
  flex: 1 1 auto;
}

.mp-home-personalized-group__cards .mp-ilan-card .product_content_inner {
  padding: 12px 14px 14px;
}

.mp-home-personalized-group__cards .mp-ilan-card .product_name {
  font-size: 0.95rem;
  line-height: 1.35;
  margin: 0 0 6px;
}

.mp-home-personalized-group__cards .mp-ilan-card .mp-ilan-meta {
  margin-top: 8px;
  font-size: 0.8rem;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .mp-home-personalized-group__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .mp-home-personalized-groups {
    padding: 16px 40px 40px;
  }

  .mp-home-personalized-groups .flickity-viewport {
    min-height: 260px;
  }

  .mp-home-personalized-group__head {
    flex-direction: column;
    align-items: stretch;
  }

  .mp-home-personalized-group__head .mp-btn-sm {
    align-self: flex-start;
  }

  .mp-home-personalized-group__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 479px) {
  .mp-home-personalized-groups {
    padding: 14px 34px 38px;
  }

  .mp-home-personalized-group__cards {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }

  .mp-home-personalized-group__cards .single_product {
    flex: 0 0 78%;
    width: 78%;
    scroll-snap-align: start;
  }
}

/* Tema 992–1199 aralığında shop_wrapper 3 sütun zorluyor — ana sayfada 4 kalsın */
@media (min-width: 992px) {
  .mp-home-grid-4.shop_wrapper.grid_4 > .col-lg-3,
  .mp-home-grid-4 > .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .mp-home-grid-4.shop_wrapper.grid_4 > .col-xl-3,
  .mp-home-grid-4 > .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 767px) {
  .mp-home-section {
    padding: 2.5rem 0;
  }

  .mp-home-wiki-brands.mp-wiki-brand-strip {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.mp-home-slider .single_slider {
  min-height: 380px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.mp-home-slider .single_slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0.1) 100%);
}

.mp-home-slider .slider_content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 48px 0;
}

.mp-home-slider .slider_content h1 {
  color: #fff !important;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  margin-bottom: 12px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.mp-home-slider .slider_content h1 span {
  color: #ffd2d4;
}

.mp-home-slider .slider_content p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 1.05rem;
  margin-bottom: 20px;
}

.mp-home-slider .slider_content a.button.mp-home-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: auto;
  line-height: 1.35;
  padding: 12px 22px;
  border-radius: 4px;
  position: relative;
  background: var(--mp-primary);
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  text-transform: none;
  font-size: 14px;
  box-shadow: none;
}

.mp-home-slider .slider_content a.button.mp-home-cta i {
  position: static;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0;
  margin: 0;
  background: transparent !important;
  border-radius: 0;
  font-size: 14px;
  color: #fff !important;
}

.mp-home-slider .slider_content a.button.mp-home-cta:hover {
  background: var(--mp-primary-dark);
  color: #fff !important;
}

.mp-home-slider .slider_content a.button.mp-home-cta:hover i {
  color: #fff !important;
  background: transparent !important;
}

.mp-home-welcome .welcome_title {
  text-align: center;
  margin-bottom: 28px;
}

.mp-home-welcome .welcome_title h3 {
  color: var(--mp-primary);
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.mp-home-welcome .welcome_title h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  margin-bottom: 10px;
}

.mp-home-welcome .welcome_title h2 span {
  color: var(--mp-primary);
}

.mp-home-welcome .welcome_title p {
  color: #666;
  margin: 0;
}

.mp-home-promo {
  display: block;
  padding: 22px 20px;
  border-radius: 10px;
  border: 1px solid #ececec;
  background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
  text-decoration: none;
  color: #222;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  height: 100%;
}

.mp-home-promo:hover {
  border-color: var(--mp-primary);
  box-shadow: 0 8px 20px rgba(218, 33, 40, 0.1);
  transform: translateY(-2px);
  color: #222;
}

.mp-home-promo strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.mp-home-promo span {
  color: #777;
  font-size: 14px;
}

.mp-home-products-section {
  background: #f7f7f8;
  padding: 0;
  border-top: 0;
}

.mp-home-products-section.mp-home-section {
  padding: 3.5rem 0;
}

.section_title.title_style2 .title_content {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 24px;
  text-align: left;
  margin-bottom: 20px;
  background: #fff;
  padding-right: 24px;
  position: relative;
  z-index: 1;
}

.section_title.title_style2 h2 {
  float: none;
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0;
}

.section_title.title_style2 h2 span {
  color: var(--mp-primary);
}

.section_title.title_style2 p {
  float: none;
  color: #666;
  margin: 0;
  margin-left: 0;
  font-size: 15px;
  line-height: 1.45;
  max-width: 520px;
}

.mp-home-products-section .section_title.title_style2 .title_content {
  background: #f7f7f8;
}

.blog_area .section_title.title_style2 .title_content {
  background: #fff;
}

@media (max-width: 767px) {
  .section_title.title_style2 .title_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .section_title.title_style2 p {
    max-width: none;
  }
}

.mp-btn--dark {
  background: #222;
  color: #fff !important;
}

.mp-btn--dark:hover {
  background: #111;
  color: #fff !important;
}

.mp-btn--ghost {
  background: #fff;
  color: var(--mp-primary) !important;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}

.mp-btn--ghost:hover {
  border-color: var(--mp-primary);
  color: var(--mp-primary) !important;
}

/* Blog / rehber kartları */
.mp-blog-card__title {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 8px;
}

.mp-blog-card__title a {
  color: #222;
  text-decoration: none;
}

.mp-blog-card__title a:hover {
  color: var(--mp-primary);
}

.mp-blog-card .post_meta p {
  font-size: 12px;
  color: #888;
  margin: 0 0 8px;
}

.mp-blog-card .post_meta span {
  color: var(--mp-primary);
  font-weight: 600;
}

.mp-blog-card .post_desc p {
  font-size: 14px;
  color: #666;
  margin: 0 0 10px;
  line-height: 1.5;
}

.mp-blog-card .post_readmore a {
  font-size: 13px;
  font-weight: 600;
  color: var(--mp-primary);
  text-decoration: none;
}

.mp-icerik-detay__cover img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.mp-icerik-detay__body {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}

.mp-icerik-detay__body p {
  margin-bottom: 1rem;
}

.mp-icerik-yazar {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mp-icerik-yazar__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #eee;
}

.mp-icerik-yazar__link {
  font-weight: 600;
  color: var(--mp-primary, #da2128);
  text-decoration: none;
}

.mp-icerik-yazar__link:hover {
  text-decoration: underline;
}

.mp-icerik-card {
  border: 1px solid #eee;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.mp-icerik-card:hover {
  border-color: rgba(218, 33, 40, 0.25);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.mp-icerik-card__thumb {
  display: block;
  overflow: hidden;
}

.mp-icerik-card__thumb img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.mp-icerik-card:hover .mp-icerik-card__thumb img {
  transform: scale(1.03);
}

.mp-icerik-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

/* Benzer ilanlar */
.mp-benzer-ilanlar__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}

.mp-benzer-ilanlar__grid {
  margin-left: -10px;
  margin-right: -10px;
}

/* Popup uploader */
.mp-uploader-body {
  margin: 0;
  min-height: 100vh;
  background: #f4f5f7;
  font-family: inherit;
}

.mp-uploader-popup {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.mp-uploader-card {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  padding: 24px;
}

.mp-uploader-head {
  text-align: center;
  margin-bottom: 20px;
}

.mp-uploader-logo {
  max-height: 42px;
  width: auto;
  margin-bottom: 12px;
}

.mp-uploader-head h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px;
  color: var(--mp-text);
}

.mp-uploader-drop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 150px;
  border: 2px dashed #d8d8d8;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
  margin-bottom: 16px;
}

.mp-uploader-drop:hover,
.mp-uploader-drop.is-dragover {
  border-color: var(--mp-primary);
  background: #fff8f8;
}

.mp-uploader-drop input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.mp-uploader-drop-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f7f7f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mp-primary);
  font-size: 22px;
}

.mp-uploader-drop-title {
  font-weight: 600;
  color: var(--mp-text);
}

.mp-uploader-drop-hint {
  font-size: 13px;
  color: var(--mp-muted);
}

.mp-uploader-preview {
  text-align: center;
  margin-bottom: 16px;
}

.mp-uploader-preview img {
  max-width: 100%;
  max-height: 160px;
  border-radius: 6px;
  border: 1px solid #eee;
}

.mp-uploader-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.mp-uploader-actions .mp-btn {
  min-width: 110px;
}

/* M18 — Favoriler */
.mp-favori-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #bbb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: color 0.15s ease, transform 0.15s ease, background 0.15s ease;
}

.mp-favori-btn:hover {
  color: var(--mp-primary);
  transform: scale(1.05);
}

.mp-favori-btn.is-active {
  color: var(--mp-primary);
}

.mp-favori-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

.mp-favori-btn i {
  font-size: 18px;
  line-height: 1;
}

.mp-favori-btn--detail {
  position: static;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  margin: 0;
  flex-shrink: 0;
  border: 1px solid #ececec;
  background: #fff;
  box-shadow: none;
}

.mp-favori-btn--detail:hover,
.mp-favori-btn--detail.is-active {
  border-color: rgba(218, 33, 40, 0.35);
  background: #fff5f5;
}

.mp-favori-btn--detail i {
  font-size: 20px;
}

/* Fiyat geçmişi & alarm */
.mp-ilan-price-was {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.95rem;
  color: #888;
  text-decoration: line-through;
  vertical-align: middle;
}

.mp-ilan-fiyat-gecmisi__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mp-ilan-fiyat-gecmisi__item {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px 16px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
}

.mp-ilan-fiyat-gecmisi__item.is-down .mp-ilan-fiyat-gecmisi__prices strong {
  color: #16a34a;
}

.mp-ilan-fiyat-gecmisi__item.is-up .mp-ilan-fiyat-gecmisi__prices strong {
  color: #dc2626;
}

.mp-ilan-fiyat-gecmisi__old {
  color: #888;
  text-decoration: line-through;
}

.mp-ilan-fiyat-gecmisi__arrow {
  margin: 0 6px;
  color: #aaa;
}

.mp-ilan-fiyat-gecmisi__tag {
  font-size: 0.8rem;
  color: #888;
  white-space: nowrap;
}

.mp-fiyat-alarm-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  color: #444;
  padding: 0 14px;
  height: 44px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.mp-fiyat-alarm-btn:hover {
  border-color: #f59e0b;
  background: #fffbeb;
  color: #b45309;
}

.mp-fiyat-alarm-btn.is-active {
  border-color: #f59e0b;
  background: #fef3c7;
  color: #b45309;
}

.mp-fiyat-alarm-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

.mp-fiyat-alarm-btn i {
  font-size: 18px;
  line-height: 1;
}

.mp-fiyat-alarm-btn--detail {
  flex-shrink: 0;
}

.mp-fiyat-alarm-btn--detail .mp-fiyat-alarm-btn__text {
  display: none;
}

@media (min-width: 576px) {
  .mp-fiyat-alarm-btn--detail .mp-fiyat-alarm-btn__text {
    display: inline;
  }
}

.mp-ilan-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.mp-favori-pick-wrap {
  position: relative;
  height: 100%;
}

.mp-favori-pick-wrap.is-picked .mp-ilan-card {
  outline: 2px solid var(--mp-primary);
  outline-offset: 2px;
  border-radius: 10px;
}

.mp-favori-pick-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--mp-muted);
  margin-bottom: 8px;
  cursor: pointer;
  user-select: none;
}

.mp-favori-pick-label input {
  margin: 0;
}

.mp-favori-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.mp-favori-compare-table th[scope="row"] {
  width: 140px;
  color: var(--mp-muted);
  font-weight: 600;
  white-space: nowrap;
}

.mp-favori-compare-table th[scope="col"] a {
  font-weight: 600;
  color: var(--mp-text);
  text-decoration: none;
}

.mp-favori-compare-table th[scope="col"] a:hover {
  color: var(--mp-primary);
}

.mp-favori-count-badge[hidden] {
  display: none !important;
}

/* Panel içi görsel yükleme (garaj) */
.mp-inline-upload {
  width: 100%;
}

.mp-inline-upload-drop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 110px;
  border: 2px dashed #d8d8d8;
  border-radius: 8px;
  padding: 14px 16px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
  margin: 0;
}

.mp-inline-upload--compact .mp-inline-upload-drop {
  min-height: auto;
  flex-direction: row;
  justify-content: flex-start;
  padding: 8px 12px;
  gap: 8px;
}

.mp-inline-upload-drop:hover,
.mp-inline-upload-drop.is-dragover {
  border-color: var(--mp-primary);
  background: #fff8f8;
}

.mp-inline-upload.is-busy .mp-inline-upload-drop {
  opacity: 0.7;
  pointer-events: none;
}

.mp-inline-upload-drop-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f7f7f8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mp-primary);
  font-size: 18px;
  flex-shrink: 0;
}

.mp-inline-upload--compact .mp-inline-upload-drop-icon {
  width: 32px;
  height: 32px;
  font-size: 16px;
}

.mp-inline-upload-drop-title {
  font-weight: 600;
  color: var(--mp-text);
  font-size: 14px;
}

.mp-inline-upload--compact .mp-inline-upload-drop-title {
  font-size: 13px;
}

.mp-inline-upload-drop-hint {
  font-size: 12px;
  color: var(--mp-muted);
}

.mp-inline-upload--compact .mp-inline-upload-drop-hint {
  display: none;
}

.mp-inline-upload-preview {
  margin-top: 10px;
  text-align: center;
}

.mp-inline-upload-preview-img {
  max-width: 100%;
  max-height: 120px;
  border-radius: 6px;
  border: 1px solid #eee;
}

.mp-inline-upload-status {
  margin: 8px 0 0;
  font-size: 13px;
  color: var(--mp-muted);
}

.mp-inline-upload-status.is-error {
  color: #c0392b;
}

/* Toast bildirimleri */
.mp-toast-root {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 13000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: min(360px, calc(100vw - 32px));
  pointer-events: none;
}

.mp-toast {
  position: relative;
  padding: 12px 36px 12px 14px;
  border-radius: 8px;
  background: #1f2937;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  pointer-events: auto;
  animation: mp-toast-in 0.2s ease;
}

.mp-toast--success {
  background: #166534;
}

.mp-toast--error {
  background: #991b1b;
}

.mp-toast--warning {
  background: #92400e;
}

.mp-toast.is-hiding {
  animation: mp-toast-out 0.2s ease forwards;
}

.mp-toast-close {
  position: absolute;
  top: 6px;
  right: 8px;
  border: 0;
  background: transparent;
  color: inherit;
  opacity: 0.8;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.mp-toast-close:hover {
  opacity: 1;
}

@keyframes mp-toast-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mp-toast-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(8px);
  }
}

/* Wiki model aile hub + admin eşleştirme */
.mp-wiki-aile-hub__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.mp-wiki-aile-community {
  padding-top: 0.5rem;
  border-top: 1px solid #e9ecef;
}

.mp-wiki-aile-community__title {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
}

.mp-wiki-aile-community__lead {
  margin-bottom: 1.25rem;
  max-width: 52rem;
}

.mp-wiki-aile-community__card {
  height: 100%;
  padding: 1rem 1rem 0.85rem;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.mp-wiki-aile-community__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.mp-wiki-aile-community__card-title {
  font-size: 1.02rem;
  font-weight: 700;
  margin: 0;
}

.mp-wiki-aile-community__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: #f1f3f5;
  color: #495057;
  font-size: 0.78rem;
  font-weight: 700;
}

.mp-wiki-detail__more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding: 0;
}

.mp-wiki-aile-community .mp-wiki-detail__more {
  margin-top: 0.85rem;
}

.mp-wiki .mp-btn-outline,
.mp-wiki-aile-community .mp-btn-outline,
.mp-wiki-detail__more .mp-btn-outline {
  background: #fff;
  border: 1px solid #ced4da;
  color: #495057 !important;
  margin-left: 0;
}

.mp-wiki .mp-btn-outline:hover,
.mp-wiki-aile-community .mp-btn-outline:hover,
.mp-wiki-detail__more .mp-btn-outline:hover {
  background: #fff;
  border-color: var(--mp-primary, #da2128);
  color: var(--mp-primary, #da2128) !important;
}

.mp-wiki-aile-hub__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-bottom: 1.25rem;
  padding: 0.85rem 1rem;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
}

.mp-wiki-aile-filter-wrap {
  flex: 1 1 220px;
  max-width: 360px;
  margin: 0;
}

.mp-wiki-aile-hub__count {
  font-size: 0.875rem;
}

.mp-wiki-variant-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}

.mp-wiki-variant-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  height: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp-wiki-variant-card:hover {
  border-color: rgba(218, 33, 40, 0.28);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.09);
  transform: translateY(-2px);
}

.mp-wiki-variant-card.is-hidden {
  display: none;
}

.mp-wiki-variant-card__media {
  display: block;
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #f3f4f6 0%, #e9ecef 100%);
  overflow: hidden;
}

.mp-wiki-variant-card__media--empty {
  opacity: 0.85;
}

.mp-wiki-variant-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.mp-wiki-variant-card:hover .mp-wiki-variant-card__media img {
  transform: scale(1.03);
}

.mp-wiki-variant-card__body {
  padding: 1rem 1rem 0.85rem;
  flex: 1 1 auto;
}

.mp-wiki-variant-card__title {
  font-size: 1.02rem;
  font-weight: 600;
  margin: 0 0 0.55rem;
  line-height: 1.35;
}

.mp-wiki-variant-card__title a {
  color: #1a1a1a;
  text-decoration: none;
}

.mp-wiki-variant-card__title a:hover {
  color: var(--mp-brand, #da2128);
}

.mp-wiki-variant-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}

.mp-wiki-variant-card__badge {
  font-size: 0.72rem;
  padding: 0.22rem 0.55rem;
  border-radius: 6px;
  background: #f1f3f5;
  color: #495057;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.mp-wiki-variant-card__years {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  max-height: 4.6rem;
  overflow: hidden;
}

.mp-wiki-variant-card__foot {
  padding: 0.75rem 1rem 1rem;
  border-top: 1px solid #f1f3f5;
  margin-top: auto;
}

.mp-wiki-variant-card__foot .mp-btn--block {
  display: block;
  width: 100%;
  text-align: center;
}

.mp-wiki-aile-empty {
  padding: 2.5rem 1.5rem;
  text-align: center;
  border: 1px dashed #dee2e6;
  border-radius: 12px;
  background: #fafbfc;
  color: #6c757d;
}

.mp-wiki-aile-card {
  border: 1px solid var(--mp-border, #e8e8e8);
  border-radius: 8px;
  padding: 1rem;
  height: 100%;
  background: #fff;
}

.mp-wiki-aile-years {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.mp-wiki-year-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.28rem 0.55rem;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  color: #343a40;
  line-height: 1.2;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.mp-wiki-year-chip:hover {
  background: var(--mp-brand, #da2128);
  border-color: var(--mp-brand, #da2128);
  color: #fff;
}

.mp-wiki-year-chip--more {
  background: #f8f9fa;
  border-style: dashed;
  color: #6c757d;
  font-weight: 500;
}

.mp-wiki-year-chip--more:hover {
  background: #e9ecef;
  border-color: #adb5bd;
  color: #343a40;
}

/* Wiki aile kapak + karşılaştırma (v2.33) */
.mp-wiki-col-cover {
  width: 96px;
}

.mp-wiki-aile-cover__img {
  display: block;
  width: 88px;
  height: 58px;
  object-fit: cover;
  border-radius: 6px;
  background: #f1f3f5;
}

/* Wiki karşılaştırma — sticky FAB + tablo başlığında kapak */
.mp-wiki-compare-sheet {
  overflow-x: auto;
}

.mp-wiki-compare-table__spec-col {
  width: 140px;
  min-width: 120px;
}

.mp-wiki-compare-table__model-col {
  min-width: 168px;
  vertical-align: top;
  border-bottom: none !important;
}

.mp-wiki-compare-table__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.35rem 0.75rem;
  text-align: center;
}

.mp-wiki-compare-table__img {
  display: block;
  width: 100%;
  max-width: 160px;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f3f5;
}

.mp-wiki-compare-table__img img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.mp-wiki-compare-table__title {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.25;
  color: inherit;
  text-decoration: none;
}

.mp-wiki-compare-table__title:hover {
  color: var(--mp-brand, #da2128);
}

.mp-wiki-compare-table__meta {
  font-size: 0.78rem;
  color: #6c757d;
}

.mp-wiki-compare-table th[scope="col"] {
  min-width: 168px;
  vertical-align: top;
  background: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

.mp-wiki-compare-table thead .mp-wiki-compare-table__labels th {
  border-top: none;
}

.mp-wiki-compare-fab {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 12060;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: var(--mp-brand, #da2128);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mp-wiki-compare-fab--visible {
  animation: mp-wiki-fab-in 0.25s ease;
}

@keyframes mp-wiki-fab-in {
  from { transform: scale(0.85); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.mp-wiki-compare-fab__icon {
  font-size: 1.35rem;
  line-height: 1;
}

.mp-wiki-compare-fab__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #212529;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.mp-wiki-compare-panel {
  position: fixed;
  right: 1.25rem;
  bottom: 5.5rem;
  z-index: 12055;
  width: min(320px, calc(100vw - 2rem));
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mp-wiki-compare-panel--open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.mp-wiki-compare-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #eee;
}

.mp-wiki-compare-panel__close {
  border: none;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1;
  color: #6c757d;
  cursor: pointer;
}

.mp-wiki-compare-panel__list {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  max-height: 240px;
  overflow-y: auto;
}

.mp-wiki-compare-panel__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  font-size: 0.88rem;
}

.mp-wiki-compare-panel__label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mp-wiki-compare-panel__remove {
  border: none;
  background: #f1f3f5;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  cursor: pointer;
  color: #6c757d;
  flex-shrink: 0;
}

.mp-wiki-compare-panel__actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  padding: 0.75rem 1rem 1rem;
  border-top: 1px solid #eee;
}

.mp-wiki-compare-add-btn {
  margin-left: 0.25rem;
}

.mp-wiki-compare-add-btn--active {
  background: #e9ecef;
  border-color: #ced4da;
}

@media (max-width: 575.98px) {
  .mp-wiki-compare-fab {
    right: 1rem;
  }

  .mp-wiki-compare-panel {
    right: 1rem;
  }
}

/* Etkinlikler */
.mp-etkinlik-card {
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.mp-etkinlik-card__img {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f8f9fa;
}

.mp-etkinlik-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-etkinlik-card__tip {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
}

.mp-etkinlik-card__badge--past {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #6c757d;
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
}

.mp-etkinlik-hero {
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.88), rgba(218, 33, 40, 0.55)), var(--mp-etkinlik-kapak, url('/images/bg2.jpg'));
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 48px 0;
  margin-bottom: 32px;
}

.mp-etkinlik-hero h1 {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  margin: 0 0 12px;
}

.mp-etkinlik-hero-tip {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.mp-etkinlik-hero-meta {
  opacity: 0.95;
  margin-bottom: 6px;
}

.mp-etkinlik-hero-organizer a {
  color: #fff;
  text-decoration: underline;
}

.mp-etkinlik-hero-lock {
  display: inline-block;
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
}

.mp-etkinlik-sidebar .mp-btn.is-active {
  box-shadow: inset 0 0 0 2px var(--mp-brand, #da2128);
}

.mp-etkinlik-katilim-list img {
  object-fit: cover;
}

.mp-etkinlik-hero-lock--live {
  background: rgba(34, 139, 34, 0.85);
}

.mp-etkinlik-katildi-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 12px;
  font-weight: 700;
}

.mp-etkinlik-yoklama {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 16px;
  background: #fafbfc;
}

.mp-etkinlik-yoklama-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mp-etkinlik-yoklama-stat {
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e9ecef;
}

.mp-etkinlik-yoklama-stat.is-katildi {
  border-color: #c8e6c9;
  color: #2e7d32;
}

.mp-etkinlik-yoklama-stat.is-katilmadi {
  border-color: #ffcdd2;
  color: #c62828;
}

.mp-etkinlik-yoklama-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mp-etkinlik-yoklama-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
}

.mp-etkinlik-yoklama-user {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.mp-etkinlik-yoklama-form {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mp-etkinlik-yoklama-form .mp-btn.is-active {
  box-shadow: inset 0 0 0 2px var(--mp-brand, #da2128);
}

.mp-etkinlik-onay {
  padding: 16px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
}

.mp-etkinlik-onay-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mp-etkinlik-onay-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
}

.mp-etkinlik-rota-list {
  margin: 0;
  padding-left: 1.2rem;
}

.mp-etkinlik-rota-list li {
  margin-bottom: 8px;
}

.mp-etkinlik-rota-list li span {
  display: block;
  font-size: 13px;
}

.mp-etkinlik-map {
  height: 320px;
  border-radius: 12px;
  border: 1px solid #e9ecef;
  background: #f8f9fa;
  z-index: 1;
}

.mp-etkinlik-galeri-public {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
}

.mp-etkinlik-galeri-thumb {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.mp-etkinlik-galeri-thumb img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}

.mp-etkinlik-galeri-item {
  position: relative;
}

.mp-etkinlik-galeri-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}

.mp-etkinlik-galeri-del {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  line-height: 1;
  cursor: pointer;
}

.mp-etkinlik-tabs .nav-link {
  font-size: 14px;
}

.mp-etkinlik-tab-content {
  padding-top: 8px;
}

.mp-etkinlik-feed {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mp-etkinlik-feed-item {
  display: flex;
  gap: 12px;
  padding: 14px;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background: #fff;
}

.mp-etkinlik-feed-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 6px;
}

.mp-etkinlik-feed-text {
  margin: 0 0 10px;
  white-space: pre-wrap;
}

.mp-etkinlik-feed-img {
  display: block;
  max-width: 320px;
}

.mp-etkinlik-feed-img img {
  width: 100%;
  border-radius: 10px;
}

.mp-etkinlik-feed-form {
  border: 1px dashed #dee2e6;
  border-radius: 12px;
  padding: 14px;
  background: #fafbfc;
}

.mp-kulup-card {
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.mp-kulup-card__kapak {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f8f9fa;
}

.mp-kulup-card__kapak img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-kulup-card__logo {
  object-fit: cover;
}

.mp-kulup-hero {
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.88), rgba(218, 33, 40, 0.55)), var(--mp-kulup-kapak, url('/images/bg2.jpg'));
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 32px 0;
  margin-bottom: 24px;
}

.mp-kulup-hero-inner {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.mp-kulup-hero-logo {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.85);
}

.mp-kulup-hero-tip {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.9;
  margin-bottom: 6px;
}

.mp-kulup-hero-meta {
  margin: 4px 0 0;
  font-size: 14px;
}

.mp-kulup-hero-meta a {
  color: #fff;
  text-decoration: underline;
}

.mp-kulup-yonetim {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 16px;
  background: #fafbfc;
}

/* Kulüp detay — sekmeler */
.mp-kulup-tabs {
  border-bottom: 2px solid #e9ecef;
  flex-wrap: wrap;
  gap: 2px;
}

.mp-kulup-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  color: #6c757d;
  font-weight: 600;
  padding: 10px 16px;
  cursor: pointer;
  background: none;
}

.mp-kulup-tabs .nav-link:hover {
  color: #da2128;
}

.mp-kulup-tabs .nav-link.active {
  color: #da2128;
  border-bottom-color: #da2128;
  background: none;
}

.mp-kulup-pane {
  display: none;
}

.mp-kulup-pane.is-active {
  display: block;
  animation: mpKulupFade 0.2s ease;
}

@keyframes mpKulupFade {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: none; }
}

/* Etkinlik kartları */
.mp-kulup-event-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}

.mp-kulup-event-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  color: inherit;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.mp-kulup-event-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  color: inherit;
}

.mp-kulup-event-thumb {
  display: block;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-color: #f1f3f5;
}

.mp-kulup-event-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px 14px;
}

.mp-kulup-event-tip {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #da2128;
  font-weight: 700;
}

.mp-kulup-event-title {
  font-weight: 600;
  line-height: 1.3;
}

.mp-kulup-event-meta {
  font-size: 13px;
  color: #6c757d;
}

.mp-kulup-event-list--past .mp-kulup-event-card {
  opacity: 0.78;
}

/* Galeri */
.mp-kulup-galeri-form {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 14px;
  background: #fafbfc;
}

.mp-kulup-galeri-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}

.mp-kulup-galeri-item {
  position: relative;
  margin: 0;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.mp-kulup-galeri-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.mp-kulup-galeri-item figcaption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 6px 8px 8px;
  font-size: 12px;
}

.mp-kulup-galeri-by {
  font-weight: 600;
  color: #495057;
}

.mp-kulup-galeri-cap {
  color: #6c757d;
}

.mp-kulup-galeri-del {
  position: absolute;
  top: 6px;
  right: 6px;
}

.mp-kulup-galeri-del button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.mp-kulup-galeri-del button:hover {
  background: #da2128;
}

/* Garaj hiyerarşisi */
.mp-kulup-garaj-row {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 14px;
  background: #fff;
}

.mp-kulup-garaj-uye {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.mp-kulup-garaj-uye img {
  object-fit: cover;
}

.mp-kulup-garaj-uye-info {
  display: flex;
  flex-direction: column;
}

.mp-kulup-garaj-uye-ad {
  font-weight: 600;
  color: #212529;
}

.mp-kulup-garaj-uye-rutbe {
  font-size: 12px;
  color: #da2128;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.mp-kulup-garaj-empty {
  margin: 0;
  font-size: 13px;
  color: #adb5bd;
  padding-left: 56px;
}

.mp-kulup-garaj-motolar {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
  padding-left: 56px;
}

.mp-kulup-garaj-moto {
  display: flex;
  flex-direction: column;
  border: 1px solid #eef0f2;
  border-radius: 10px;
  overflow: hidden;
  color: inherit;
  background: #fafbfc;
  transition: box-shadow 0.15s ease;
}

.mp-kulup-garaj-moto:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  color: inherit;
}

.mp-kulup-garaj-moto-img {
  display: block;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-color: #f1f3f5;
}

.mp-kulup-garaj-moto-ad {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 10px 2px;
  line-height: 1.25;
}

.mp-kulup-garaj-moto-yil {
  font-size: 12px;
  color: #6c757d;
  padding: 0 10px 8px;
}

@media (max-width: 575.98px) {
  .mp-kulup-garaj-empty,
  .mp-kulup-garaj-motolar {
    padding-left: 0;
  }
}

/* Garaj */
.mp-garaj-card {
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.mp-garaj-card__thumb {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f8f9fa;
}

.mp-garaj-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mp-garaj-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 8px;
}

.mp-garaj-gallery__main {
  grid-column: 1 / -1;
}

.mp-garaj-gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Garaj moto detay — public vitrin */
.mp-garaj-moto-hero {
  background:
    linear-gradient(135deg, rgba(18, 18, 18, 0.92), rgba(218, 33, 40, 0.45)),
    var(--mp-garaj-moto-kapak, url('/images/bg2.jpg'));
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: clamp(32px, 6vw, 56px) 0;
  margin-bottom: 28px;
}

.mp-garaj-moto-hero-inner {
  max-width: 720px;
}

.mp-garaj-moto-hero-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.mp-garaj-moto-hero h1 {
  font-size: clamp(1.45rem, 4vw, 2.15rem);
  line-height: 1.2;
  margin: 0 0 14px;
}

.mp-garaj-moto-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
}

.mp-garaj-moto-hero-meta .mp-moto-plaka-badge {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.mp-garaj-moto-hero-owner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 15px;
}

.mp-garaj-moto-hero-owner a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mp-garaj-moto-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mp-garaj-moto-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  padding: 6px;
  border: 1px solid var(--mp-border, #e8e8e8);
  border-radius: 999px;
  background: #fafafa;
  position: sticky;
  top: 8px;
  z-index: 4;
}

.mp-garaj-moto-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #444;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.15s ease, color 0.15s ease;
}

.mp-garaj-moto-nav-link:hover {
  background: #fff;
  color: var(--mp-primary, #e31e24);
}

.mp-garaj-moto-nav-count {
  display: inline-flex;
  min-width: 18px;
  justify-content: center;
  padding: 0 6px;
  border-radius: 999px;
  background: #eee;
  color: #555;
  font-size: 11px;
  line-height: 18px;
}

.mp-garaj-moto-section {
  padding: 20px 22px;
  margin-bottom: 20px;
  border: 1px solid var(--mp-border, #e8e8e8);
  border-radius: 12px;
  background: #fff;
}

.mp-garaj-moto-section-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mp-garaj-moto-accordion-toggle .mp-garaj-moto-section-title {
  margin: 0;
}

.mp-garaj-moto-accordion-wrap {
  padding: 0;
}

.mp-garaj-moto-accordion {
  border: 0;
  margin: 0;
}

.mp-garaj-moto-accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.mp-garaj-moto-accordion-toggle::-webkit-details-marker {
  display: none;
}

.mp-garaj-moto-accordion-toggle::after {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-top: -4px;
}

.mp-garaj-moto-accordion[open] > .mp-garaj-moto-accordion-toggle::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.mp-garaj-moto-accordion-body {
  padding: 0 22px 20px;
}

.mp-garaj-moto-section-count {
  display: inline-flex;
  min-width: 22px;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: #f3f3f3;
  color: #666;
  font-size: 12px;
  font-weight: 700;
}

.mp-garaj-moto-gate {
  background: #fafafa;
  border-style: dashed;
}

.mp-garaj-moto-gate .mp-btn {
  margin-top: 4px;
}

.mp-wiki-import-log {
  background: #111;
  color: #d6ffd6;
  font-family: ui-monospace, monospace;
  font-size: 12px;
  padding: 12px;
  border-radius: 8px;
  max-height: 260px;
  overflow: auto;
  white-space: pre-wrap;
}

.mp-garaj-moto-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.mp-garaj-moto-gallery-item {
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #f5f5f5;
}

.mp-garaj-moto-gallery-item.is-cover {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
}

.mp-garaj-moto-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.mp-garaj-moto-gallery-item:hover img {
  transform: scale(1.03);
}

.mp-garaj-moto-gallery-empty {
  text-align: center;
  padding: 28px 16px;
  border: 1px dashed #ddd;
  border-radius: 10px;
  color: var(--mp-muted, #777);
}

.mp-garaj-moto-gallery-empty img {
  width: 100%;
  max-width: 200px;
  opacity: 0.35;
  margin-bottom: 8px;
}

.mp-garaj-moto-story {
  font-size: 15px;
  line-height: 1.65;
}

.mp-garaj-moto-stats {
  margin-bottom: 16px;
}

.mp-garaj-moto-servis-list .mp-moto-servis-card {
  border-radius: 10px;
  border-color: #eee;
}

.mp-garaj-moto-empty {
  padding: 20px;
  border-radius: 10px;
  background: #fafafa;
  color: var(--mp-muted, #777);
  text-align: center;
}

.mp-garaj-moto-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 72px;
}

.mp-garaj-moto-sidebar-card {
  padding: 18px;
  border: 1px solid var(--mp-border, #e8e8e8);
  border-radius: 12px;
  background: #fff;
}

.mp-garaj-moto-sidebar-card--muted {
  background: #fafafa;
}

.mp-garaj-moto-sidebar-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 12px;
}

.mp-garaj-moto-owner-card {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}

.mp-garaj-moto-owner-card:hover {
  color: var(--mp-primary, #e31e24);
}

.mp-garaj-moto-owner-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #eee;
  flex-shrink: 0;
}

.mp-garaj-moto-sidebar-actions {
  margin-top: 14px;
}

.mp-garaj-moto-wiki-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mp-garaj-moto-wiki-link {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  border: 1px solid var(--mp-border, #e8e8e8);
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  background: #fafafa;
  transition: border-color 0.15s, background 0.15s;
}

.mp-garaj-moto-wiki-link:hover {
  border-color: var(--mp-primary, #e85d04);
  background: #fff;
}

.mp-garaj-moto-wiki-link-type {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--mp-muted, #777);
}

.mp-garaj-moto-wiki-link-label {
  font-size: 14px;
  font-weight: 600;
}

.mp-garaj-moto-related {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mp-garaj-moto-related-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.mp-garaj-moto-related-item img {
  width: 56px;
  height: 42px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  background: #f0f0f0;
}

.mp-garaj-moto-related-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.mp-garaj-moto-related-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.mp-garaj-moto-related-meta {
  font-size: 12px;
  color: var(--mp-muted, #777);
}

.mp-garaj-moto-event-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mp-garaj-moto-event-list li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.mp-garaj-moto-event-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.mp-garaj-moto-event-list a {
  display: block;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 2px;
}

.mp-garaj-moto-event-list small {
  color: var(--mp-muted, #777);
}

.mp-garaj-moto-etkinlik-group-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--mp-muted, #888);
  margin: 4px 0 10px;
}

.mp-garaj-moto-etkinlik-group-title:not(:first-child) {
  margin-top: 22px;
}

.mp-garaj-moto-etkinlik-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mp-garaj-moto-etkinlik-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.mp-garaj-moto-etkinlik-item:hover {
  border-color: #ddd;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .05);
}

.mp-garaj-moto-etkinlik-thumb {
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  border-radius: 10px;
  overflow: hidden;
  background: #f4f4f4;
}

.mp-garaj-moto-etkinlik-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mp-garaj-moto-etkinlik-body {
  flex: 1 1 auto;
  min-width: 0;
}

.mp-garaj-moto-etkinlik-title {
  display: block;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
  margin-bottom: 4px;
}

.mp-garaj-moto-etkinlik-title:hover {
  color: var(--mp-primary, #e63946);
}

.mp-garaj-moto-etkinlik-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  font-size: 13px;
  color: var(--mp-muted, #777);
}

.mp-garaj-moto-etkinlik-konum::before {
  content: "\1F4CD";
  margin-right: 3px;
}

.mp-garaj-moto-etkinlik-durum {
  flex: 0 0 auto;
  align-self: flex-start;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  background: #eef2ff;
  color: #3b5bdb;
}

.mp-garaj-moto-etkinlik-durum--katildim {
  background: #e6f4ea;
  color: #1e7e34;
}

.mp-garaj-moto-etkinlik-durum--katiliyorum {
  background: #fff4e5;
  color: #b26a00;
}

@media (max-width: 575px) {
  .mp-garaj-moto-etkinlik-item {
    flex-wrap: wrap;
  }
  .mp-garaj-moto-etkinlik-durum {
    order: 3;
  }
}

@media (max-width: 991px) {
  .mp-garaj-moto-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .mp-garaj-moto-nav {
    border-radius: 12px;
    top: 0;
  }

  .mp-garaj-moto-nav-link {
    flex: 1 1 auto;
    justify-content: center;
    padding: 8px 10px;
    font-size: 12px;
  }

  .mp-garaj-moto-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-garaj-moto-section {
    padding: 16px;
  }

  .mp-garaj-moto-hero-actions .mp-btn {
    flex: 1 1 auto;
    text-align: center;
  }
}

/* Yorumlar (ortak) */
.mp-yorum-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mp-yorum-item {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
}

.mp-yorum-avatar {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #eee;
  background: #f4f4f4;
}

.mp-yorum-item > div {
  flex: 1 1 auto;
  min-width: 0;
}

.mp-yorum-item strong {
  display: inline-block;
  font-weight: 600;
  margin-right: 8px;
}

.mp-yorum-item small {
  font-size: 12px;
  color: var(--mp-muted, #999);
}

.mp-yorum-item p {
  margin-top: 6px;
  color: #333;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.mp-yorum-form {
  margin-top: 16px;
}

.mp-yorum-form textarea {
  resize: vertical;
}

.mp-moto-garaj-wrap .tab-content > .tab-pane:not(.active) {
  display: none;
}

.mp-moto-garaj-tabs {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fafafa;
}

.mp-moto-garaj-wrap--account .tab-pane.active {
  animation: mp-tab-in 0.2s ease;
}

@keyframes mp-tab-in {
  from { opacity: 0.6; }
  to { opacity: 1; }
}

.mp-moto-servis-form .card-header {
  font-weight: 600;
}

.mp-moto-servis-verified {
  color: #198754;
  font-size: 14px;
}

.mp-moto-servis-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: #6c757d;
}

.mp-moto-servis-meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.mp-moto-servis-thumb {
  position: relative;
  width: 64px;
  height: 64px;
}

.mp-moto-servis-thumb img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #eee;
}

.mp-moto-servis-thumb-del {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: #dc3545;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  text-decoration: none;
  z-index: 1;
}

.mp-servis-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1.3;
}

.mp-servis-badge--ok {
  background: #d1e7dd;
  color: #0f5132;
}

.mp-servis-badge--pending {
  background: #fff3cd;
  color: #664d03;
}

.mp-servis-badge--reject {
  background: #f8d7da;
  color: #842029;
}

.mp-servis-badge--self {
  background: #e9ecef;
  color: #495057;
}

.mp-servis-onay-card {
  border: 1px solid #eee;
  border-radius: 10px;
}

/* NOT: garaj select2 ölçüleri css/mp-select2.css içinde birleştirildi. */

/* =====================================================================
   Responsive UX düzeltmeleri (v2.48)
   1) Desktop "Tüm Kategoriler" alt menüsü: dikey liste
   2) Mobil alt menü (bottom bar) hizalaması
   3) Mobil kompakt ilan kartları (sahibinden tarzı)
   4) Mobil filtre çekmecesi (drawer)
   ===================================================================== */

/* 1) Desktop mega alt menü — 4 sütunlu grid yerine tek sütun dikey */
@media (min-width: 992px) {
  .mp-categories-compact .categories_menu_toggle > ul > li ul.mp-cat-mega-menu {
    width: 234px;
    min-width: 234px;
    padding: 8px 0;
  }
  .mp-categories-compact .categories_menu_toggle > ul > li ul.mp-cat-mega-menu > li,
  .mp-categories-compact .categories_menu_toggle > ul > li ul.mp-cat-mega-menu > li:first-child,
  .mp-categories-compact .categories_menu_toggle > ul > li ul.mp-cat-mega-menu > li:last-child {
    width: 100%;
    float: none;
    padding: 0;
  }
  .mp-categories-compact .categories_menu_toggle > ul > li ul.mp-cat-mega-menu > li > a {
    display: block;
    margin-bottom: 0;
    padding: 7px 18px;
    line-height: 1.35;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    white-space: nowrap;
  }
  .mp-categories-compact .categories_menu_toggle > ul > li ul.mp-cat-mega-menu > li > a:hover {
    background: #f6f7f9;
    color: var(--mp-primary, #da2128);
  }
}

/* 2) Mobil alt menü — tüm öğeler ikon üstte, etiket altta hizalı */
.mp-mobile-bar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 10px;
  line-height: 1.1;
}

.mp-mobile-bar a > i,
.mp-mobile-bar-icon,
.mp-mobile-bar-icon i {
  margin-bottom: 0;
}

.mp-mobile-bar a > span:last-child {
  display: block;
  white-space: nowrap;
}

/* 3) Mobil kompakt ilan kartı (yatay) — SADECE ilan listeleme sayfası (ana sayfa hariç) */
@media (max-width: 767.98px) {
  /* Görünüm seçici butonları mobilde gizli: tek görünüm yeterli */
  .mp-ilan-toolbar .shop_toolbar_btn {
    display: none !important;
  }

  /* Liste (tablo) modu mobilde kart moduna zorlanır */
  .mp-ilan-listing .shop_wrapper.grid_list {
    overflow-x: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .mp-ilan-listing .shop_wrapper.grid_list .mp-ilan-card > figure {
    display: flex !important;
  }

  .mp-ilan-listing .shop_wrapper.grid_list .mp-ilan-card .product_content.grid_content {
    display: flex !important;
  }

  .mp-ilan-listing .shop_wrapper.grid_list .mp-ilan-card .mp-ilan-row,
  .mp-ilan-listing .shop_wrapper.grid_list .mp-ilan-table-head,
  .mp-ilan-listing .shop_wrapper.grid_list .mp-ilan-row--head {
    display: none !important;
  }

  .mp-ilan-listing .shop_wrapper.grid_list .mp-ilan-card.single_product {
    height: auto;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
  }

  .mp-ilan-listing .shop_wrapper .mp-ilan-card.single_product {
    margin-bottom: 10px;
  }

  .mp-ilan-listing .shop_wrapper .mp-ilan-card figure {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }

  .mp-ilan-listing .shop_wrapper .mp-ilan-card .product_thumb {
    flex: 0 0 118px;
    width: 118px;
    border-radius: 8px 0 0 8px;
  }

  .mp-ilan-listing .shop_wrapper .mp-ilan-card .product_thumb a.primary_img {
    aspect-ratio: auto;
    width: 118px;
    height: 100%;
    min-height: 108px;
  }

  .mp-ilan-listing .shop_wrapper .mp-ilan-card .product_content.grid_content {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-width: 0;
  }

  .mp-ilan-listing .shop_wrapper .mp-ilan-card .product_content_inner {
    padding: 8px 12px;
    width: 100%;
  }

  .mp-ilan-listing .shop_wrapper .mp-ilan-card .manufacture_product {
    margin-bottom: 2px;
    font-size: 12px;
  }

  .mp-ilan-listing .shop_wrapper .mp-ilan-card .product_name a {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }

  .mp-ilan-listing .shop_wrapper .mp-ilan-card .price_box .current_price {
    font-size: 15px;
  }

  .mp-ilan-listing .shop_wrapper .mp-ilan-meta {
    margin-top: 4px;
  }

  .mp-ilan-listing .shop_wrapper .mp-ilan-meta__line {
    font-size: 11px;
    line-height: 1.35;
  }

  /* kompakt kartta boş placeholder satırları gizle */
  .mp-ilan-listing .shop_wrapper .mp-ilan-card .mp-ilan-eq-ph {
    display: none;
  }
}

/* 4) Mobil filtre çekmecesi (drawer) */
.mp-filter-toggle {
  display: none;
}

@media (max-width: 991.98px) {
  .mp-filter-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    padding: 10px 16px;
    width: 100%;
    justify-content: center;
    border: 1px solid #d6dae1;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #333;
  }

  body.mp-filters-open {
    overflow: hidden;
  }

  /* #mp-main izole stacking context (z-index:1) — çekmece açıkken header üstüne al */
  body.mp-filters-open #mp-main {
    z-index: 1200;
  }

  .shop_area--compact .col-shop-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 86%;
    max-width: 340px;
    z-index: 1300;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-100%);
    transition: transform 0.28s ease;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.18);
    padding: 0;
    margin: 0;
  }

  body.mp-filters-open .shop_area--compact .col-shop-sidebar {
    transform: translateX(0);
  }

  .mp-filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1290;
  }

  .mp-sidebar-mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
    font-size: 15px;
    font-weight: 700;
  }

  .mp-sidebar-close {
    border: 0;
    background: transparent;
    font-size: 26px;
    line-height: 1;
    color: #666;
    padding: 0 4px;
    cursor: pointer;
  }
}

@media (min-width: 992px) {
  .mp-sidebar-mobile-head {
    display: none;
  }
}

