.floating-cart {
  display: none !important;
}

.whatsapp-float {
  position: fixed !important;
  bottom: 25px !important;
  right: 25px !important;
  width: 65px;
  height: 65px;
  background: #25D366;
  color: white;
  font-size: 28px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 999999 !important;
  text-decoration: none;
}
.whatsapp-float img {
  width: 35px;
  height: 35px;
}

.phone-float {
  position: fixed;
  bottom: 100px;
  right: 25px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.phone-float img {
  width: 30px;
  height: 30px;
}

@media (min-width: 768px) {
  .phone-float {
    display: none !important;
  }
}

@media (max-width: 768px) {

  .whatsapp-float {
    width: 50px !important;
    height: 50px !important;
    bottom: 15px !important;
    right: 15px !important;
  }

  .phone-float {
    width: 50px !important;
    height: 50px !important;
    bottom: 75px !important; /* düzeltildi */
    right: 15px !important;
  }

  .whatsapp-float img,
  .phone-float img {
    width: 25px !important;
    height: 25px !important;
  }

}

img {
  filter: none !important;
  mix-blend-mode: normal !important;
}

ul.sub-menu,ul.sub-menu ul.sub-menu {
  opacity: 0.80 !important;
}
ul.sub-menu,
ul.sub-menu ul.sub-menu {
  background-color: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15) !important;
}

/* genişlik ayarı */
ul.sub-menu {
  min-width: 200px !important;
  max-width: 250px !important;
}

/* 3. seviye için biraz daha dar yap */
ul.sub-menu ul.sub-menu {
  min-width: 180px !important;
}

/* yazılar */
ul.sub-menu li a {
  color: #111 !important;
}

/* hover cyan */
ul.sub-menu li:hover {
  background-color: #00bcd4 !important;
}

ul.sub-menu li:hover > a {
  color: #fff !important;
}
/* 1. MASAÜSTÜ BANNER RENK AYARI (Daha Açık ve Transparan) */
.ast-primary-header-bar, 
.site-header, 
.main-header-bar {
    background-color: rgba(50, 50, 50, 0.3) !important; /* Gri tonu hafifletildi, şeffaflık artırıldı */
    background-image: none !important;
    border: none !important;
}

/* Masaüstü Üst Menü Yazıları Beyaz */
.main-header-bar-navigation .main-header-menu > li > a {
    color: #ffffff !important;
}

/* Oklar ve Arama İkonu Beyaz */
.ast-header-navigation-arrow, 
.ast-icon-search svg,
.main-header-bar-navigation .main-header-menu > li > a .ast-icon-down-arrow svg {
    fill: #ffffff !important;
    color: #ffffff !important;
}

/* 2. MOBİL AÇILIR MENÜ DÜZELTMESİ (Beyaz kutu içindeki yazılar) */
@media (max-width: 921px) {
    /* Mobilde açılan beyaz panelin içindeki yazıları siyah yap */
    .ast-header-break-point .main-header-bar-navigation .main-header-menu li a {
        color: #333333 !important; 
    }

    /* Mobildeki menü okunu siyah yap */
    .ast-header-break-point .ast-mobile-header-wrap .ast-menu-toggle {
        color: #333333 !important;
    }
    
    .ast-mobile-header-content, .ast-desktop-header-content {
        background-color: #ffffff !important;
    }
}

/* 3. ALT MENÜ (Masaüstü Dropdown - Siyah Yazı) */
.main-header-menu .sub-menu li a {
    color: #111111 !important;
}








/*---------------------------*/

.urun-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0;
}

.urun-karti {
  width: 320px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  transition: 0.3s;
  position: relative;
  margin: 10px;
}

.urun-karti:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.resim-alani {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.resim-alani img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s;
}

.urun-karti:hover .resim-alani img {
  transform: scale(1.08);
}

.etiket {
  position: absolute;
  top: 12px;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 999px;
  font-weight: 700;
  z-index: 2;
}

.etiket.sol {
  left: 12px;
  background: rgba(0,0,0,0.75);
  color: #fff;
}

.etiket.sag {
  right: 12px;
  background: #d4af37;
  color: #000;
}

.icerik {
  padding: 18px;
}

.icerik h3 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 8px 0;
  color: #111;
}

.hasar {
  color: #d32f2f;
  font-size: 13px;
  margin: 0 0 12px 0;
}

.bilgiler {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #555;
  margin-bottom: 16px;
}

.bilgiler span {
  background: #f5f5f5;
  padding: 6px 10px;
  border-radius: 10px;
}

.alt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.alt span {
  font-size: 13px;
  color: #333;
  font-weight: 600;
}

.btn {
  display: inline-block;
  background: #111;
  color: #d4af37;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: 0.3s;
}

.btn:hover {
  background: #d4af37;
  color: #111;
}

@media (max-width: 768px) {
  .urun-grid {
    gap: 20px;
    padding: 10px 0;
  }

  .urun-karti {
    width: 100%;
    max-width: 360px;
    margin: 0;
  }

  .resim-alani {
    height: 210px;
  }
}
















/*----------------------------*/

.mr-grid {
  display: grid;
  gap: 28px;
}

.mr-grid.columns-1 { grid-template-columns: 1fr; }
.mr-grid.columns-2 { grid-template-columns: repeat(2, 1fr); }
.mr-grid.columns-3 { grid-template-columns: repeat(3, minmax(300px, 1fr)); }
.mr-grid.columns-4 { grid-template-columns: repeat(3, minmax(280px, 1fr)); }

.mr-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: .25s ease;
}

.mr-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.mr-image-wrap {
  position: relative;
  display: block;
  padding: 18px 18px 0 18px;
  text-decoration: none;
}

.mr-image-wrap img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  display: block;
  background: #fff;
}

.mr-badge {
  position: absolute;
  top: 32px;
  display: inline-block;
  padding: 9px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.mr-badge-left {
  left: 18px;
  background: #2f3640;
  color: #fff;
}

.mr-badge-right {
  right: 18px;
  background: rgba(212, 175, 55, 0.95);
  color: #111;
}

.mr-content {
  padding: 18px 22px 22px;
}

.mr-title {
  margin: 0 0 12px 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.mr-title a {
  color: #111;
  text-decoration: none;
}

.mr-note {
  color: #d86b6b;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
}

.mr-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #666;
  font-size: 14px;
  margin-bottom: 18px;
}

.mr-meta-vertical {
  flex-direction: column;
  gap: 8px;
}

.mr-footer {
  border-top: 1px solid #ececec;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.mr-left-text {
  font-size: 15px;
  font-weight: 700;
  color: #555;
  flex: 1 1 120px;
  min-width: 120px;
}
.mr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 20px;
  border-radius: 14px;
  background: #1f1f1f;
  color: #f1c232 !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px;
  transition: .2s ease;
  flex-shrink: 0;
}

.mr-btn:hover {
  background: #111;
  color: #ffd54a !important;
}

.mr-no-products {
  color: #444;
  padding: 12px 0;
}

@media (max-width: 1024px) {
  .mr-grid.columns-4 { grid-template-columns: repeat(2, 1fr); }
  .mr-grid.columns-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .mr-grid.columns-4,
  .mr-grid.columns-3,
  .mr-grid.columns-2,
  .mr-grid.columns-1 {
    grid-template-columns: 1fr;
  }

.mr-footer {
  border-top: 1px solid #ececec;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

  .mr-btn {
    width: 100%;
    min-width: auto;
  }
}

.mr-single-btn-wrap {
  margin-top: 18px;
}

.mr-single-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 14px;
  background: #1f1f1f;
  color: #f1c232 !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px;
  transition: .2s ease;
}

.mr-single-btn:hover {
  background: #111;
  color: #ffd54a !important;
}

.mr-ilgili-parcalar-wrap {
  margin-top: 50px;
  padding-top: 20px;
}

.mr-ilgili-parcalar-baslik {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 24px;
  color: #111;
}

.mr-ilgili-parcalar-bos {
  color: #666;
  font-size: 16px;
}

.mr-ilgili-parcalar-wrap {
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 20px 40px;
}

.mr-ilgili-parcalar-baslik {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 24px;
  color: #111;
}

.mr-ilgili-parcalar-bos {
  color: #666;
  font-size: 16px;
}

.mr-arac-detay-kutu {
  margin-top: 22px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
  padding: 22px;
}

.mr-arac-rozetler {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.mr-arac-rozet {
  display: inline-block;
  padding: 9px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
}

.mr-arac-rozet-sol {
  background: #2f3640;
  color: #fff;
}

.mr-arac-rozet-sag {
  background: rgba(212, 175, 55, 0.95);
  color: #111;
}

.mr-arac-not {
  color: #d86b6b;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 18px;
}

.mr-arac-ozellikler {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mr-arac-ozellik {
  background: #f8f8f8;
  border-radius: 14px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mr-arac-ozellik strong {
  font-size: 13px;
  color: #666;
  font-weight: 700;
}

.mr-arac-ozellik span {
  font-size: 16px;
  color: #111;
  font-weight: 700;
}

.mr-arac-butonlar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.mr-arac-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 14px 20px;
  border-radius: 14px;
  text-decoration: none !important;
  font-weight: 700;
  transition: .2s ease;
}

.mr-arac-btn-wa {
  background: #1faa59;
  color: #fff !important;
}

.mr-arac-btn-wa:hover {
  background: #168a48;
  color: #fff !important;
}

.mr-arac-btn-sb {
  background: #1f1f1f;
  color: #f1c232 !important;
}

.mr-arac-btn-sb:hover {
  background: #111;
  color: #ffd54a !important;
}

@media (max-width: 767px) {
  .mr-arac-ozellikler {
    grid-template-columns: 1fr;
  }

  .mr-arac-btn {
    width: 100%;
    min-width: auto;
  }
}

.mr-parca-detay-kutu {
  margin-top: 22px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
  padding: 22px;
}

.mr-parca-rozetler {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.mr-parca-rozet {
  display: inline-block;
  padding: 9px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
}

.mr-parca-rozet-sol {
  background: #2f3640;
  color: #fff;
}

.mr-parca-rozet-sag {
  background: rgba(212, 175, 55, 0.95);
  color: #111;
}

.mr-parca-not {
  color: #d86b6b;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 18px;
}

.mr-parca-ozellikler {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mr-parca-ozellik {
  background: #f8f8f8;
  border-radius: 14px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mr-parca-ozellik strong {
  font-size: 13px;
  color: #666;
  font-weight: 700;
}

.mr-parca-ozellik span {
  font-size: 16px;
  color: #111;
  font-weight: 700;
}

.mr-parca-butonlar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.mr-parca-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 14px 20px;
  border-radius: 14px;
  text-decoration: none !important;
  font-weight: 700;
  transition: .2s ease;
}

.mr-parca-btn-wa {
  background: #1faa59;
  color: #fff !important;
}

.mr-parca-btn-wa:hover {
  background: #168a48;
  color: #fff !important;
}

.mr-parca-btn-sb {
  background: #1f1f1f;
  color: #f1c232 !important;
}

.mr-parca-btn-sb:hover {
  background: #111;
  color: #ffd54a !important;
}

@media (max-width: 767px) {
  .mr-parca-ozellikler {
    grid-template-columns: 1fr;
  }

  .mr-parca-btn {
    width: 100%;
    min-width: auto;
  }
}

.single-product .shipping-cost,
.single-product .woocommerce-shipping-destination,
.single-product .free-shipping,
.single-product .shipping,
.single-product .product-shipping,
.single-product p.shipping,
.single-product span.shipping,
.single-product .summary p {
  display: none !important;
}

.single-product .shipping-cost,
.single-product .woocommerce-shipping-destination,
.single-product .free-shipping,
.single-product .shipping,
.single-product .product-shipping {
  display: none !important;
}

.single-product .summary * {
  visibility: visible;
}

.single-product .summary p,
.single-product .summary span,
.single-product .summary div,
.single-product .summary a,
.single-product .summary small {
  position: relative;
}

.single-product .summary p:has(> .woocommerce-Price-amount),
.single-product .summary span:has(> .woocommerce-Price-amount),
.single-product .summary div:has(> .woocommerce-Price-amount) {
  display: none !important;
}

.mr-filter-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
}

.mr-filter-sidebar {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
  padding: 22px;
  position: sticky;
  top: 20px;
}

.mr-filter-sidebar h3 {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 800;
}

.mr-filter-group {
  margin-bottom: 20px;
}

.mr-filter-group strong,
.mr-search-label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 800;
  color: #111;
}

.mr-filter-group label {
  display: block;
  margin-bottom: 8px;
  color: #444;
  font-size: 14px;
  cursor: pointer;
}

#mr-search {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
}

.mr-filter-results {
  min-height: 200px;
}

#mr-filter-results-inner {
  transition: opacity .2s ease;
}

@media (max-width: 900px) {
  .mr-filter-layout {
    grid-template-columns: 1fr;
  }

  .mr-filter-sidebar {
    position: static;
  }
}

.entry-title {
  display: none !important;
}

.mr-filter-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 28px;
  align-items: start;
}

.mr-filter-sidebar {
  width: 100%;
  box-sizing: border-box;
}

.mr-filter-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 28px;
  align-items: start;
}

.mr-filter-sidebar {
  width: 100%;
  box-sizing: border-box;
}

.mr-filter-group label {
  display: block;
  margin-bottom: 8px;
}

.mr-aciklama-sahibinden-wrap{
    margin: 24px 0 10px;
    text-align: left;
}

.mr-aciklama-sahibinden-btn{
    display: inline-block;
    background: #f7b500;
    color: #111 !important;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none !important;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
    transition: all .2s ease;
}

.mr-aciklama-sahibinden-btn:hover{
    transform: translateY(-1px);
    opacity: .95;
}

.mr-aciklama-sonrasi-sahibinden-wrap{
    margin: 28px 0 22px;
    text-align: left;
}

.mr-aciklama-sonrasi-sahibinden-btn{
    display: inline-block;
    background: #f7b500;
    color: #111 !important;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none !important;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
    transition: all .2s ease;
}

.mr-aciklama-sonrasi-sahibinden-btn:hover{
    transform: translateY(-1px);
    opacity: .95;
}

.mr-arac-butonlar{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:18px;
}

.mr-arac-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:12px 18px;
    border-radius:12px;
    text-decoration:none !important;
    font-weight:700;
}

.mr-arac-btn-wa{
    background:#25D366;
    color:#fff !important;
}

.mr-arac-btn-sb{
    background:#f7b500;
    color:#111 !important;
}

.mr-arac-butonlar{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:12px !important;
    margin-top:18px !important;
}

.mr-arac-btn{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:48px !important;
    padding:12px 18px !important;
    border-radius:12px !important;
    text-decoration:none !important;
    font-weight:700 !important;
    font-size:14px !important;
    line-height:1.3 !important;
}

.mr-arac-btn-wa{
    background:#25D366 !important;
    color:#fff !important;
    border:2px solid #25D366 !important;
}

.mr-arac-btn-sb{
    background:#f7b500 !important;
    color:#111 !important;
    border:2px solid #f7b500 !important;
}

.mr-arac-btn-wa:hover,
.mr-arac-btn-sb:hover{
    opacity:.92;
    transform:translateY(-1px);
}

.mr-arac-butonlar,
.mr-parca-butonlar{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:18px;
}

.mr-arac-btn,
.mr-parca-btn{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:48px;
    padding:12px 18px;
    border-radius:12px;
    text-decoration:none !important;
    font-weight:700;
    font-size:14px;
    line-height:1.3;
}

.mr-arac-btn img,
.mr-parca-btn img{
    width:22px;
    height:22px;
    object-fit:contain;
}

.mr-arac-btn-wa,
.mr-parca-btn-wa{
    background:#25D366 !important;
    color:#fff !important;
    border:2px solid #25D366 !important;
}

.mr-arac-btn-sb,
.mr-parca-btn-sb{
    background:#f7b500 !important;
    color:#111 !important;
    border:2px solid #f7b500 !important;
}

.mr-home-search-wrap{
    width:100%;
    margin:30px 0 40px;
}

.mr-home-search-form{
    display:flex;
    gap:14px;
    width:100%;
    max-width:1400px;
    margin:0 auto;
    align-items:center;
}

.mr-home-search-form input{
    flex:1;
    height:68px;
    border:none;
    border-radius:18px;
    padding:0 24px;
    font-size:18px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    outline:none;
}

.mr-home-search-form input::placeholder{
    color:#8a8a8a;
}

.mr-home-search-form button{
    height:68px;
    padding:0 30px;
    border:none;
    border-radius:18px;
    background:#0a84ff;
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.mr-search-results-wrap{
    margin-top:30px;
}

.mr-search-results-title{
    margin:0 0 20px;
    font-size:28px;
    font-weight:800;
    text-align:center;
}

@media (max-width: 768px){
    .mr-home-search-form{
        flex-direction:column;
    }

    .mr-home-search-form input,
    .mr-home-search-form button{
        width:100%;
    }
}

.mr-live-search-wrap{
    width:100%;
    margin:0;
    padding:0;
}

.mr-live-search-box{
    position:relative;
    width:100%;
    max-width:1400px;
    margin:0 auto;
    z-index:50;
}

#mr-live-search-input{
    width:100%;
    height:72px;
    border:none;
    border-radius:20px;
    padding:0 24px;
    font-size:19px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    outline:none;
    box-sizing:border-box;
}

#mr-live-search-input::placeholder{
    color:#8b8b8b;
}

.mr-live-search-results{
    display:none;
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    right:0;
    background:#fff;
    border-radius:18px;
    box-shadow:0 18px 40px rgba(0,0,0,0.14);
    padding:10px;
    z-index:9999;
    max-height:420px;
    overflow-y:auto;
}

.mr-live-search-results.aktif{
    display:block;
}

.mr-live-search-item{
    display:flex;
    gap:14px;
    align-items:center;
    padding:12px;
    border-radius:14px;
    text-decoration:none !important;
    color:inherit !important;
    transition:0.2s ease;
}

.mr-live-search-item:hover{
    background:#f7f9fc;
}

.mr-live-search-thumb{
    width:72px;
    height:72px;
    flex:0 0 72px;
    border-radius:12px;
    overflow:hidden;
    background:#f3f3f3;
}

.mr-live-search-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.mr-live-search-content{
    min-width:0;
    flex:1;
}

.mr-live-search-title{
    font-size:16px;
    font-weight:800;
    margin-bottom:6px;
    color:#111;
}

.mr-live-search-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.mr-live-search-meta span{
    font-size:13px;
    background:#f1f5f9;
    padding:6px 10px;
    border-radius:999px;
    color:#334155;
}

.mr-live-search-empty{
    padding:18px;
    text-align:center;
    color:#666;
    font-weight:600;
}

@media (max-width: 768px){
    #mr-live-search-input{
        height:62px;
        font-size:16px;
        border-radius:16px;
    }

    .mr-live-search-thumb{
        width:58px;
        height:58px;
        flex-basis:58px;
    }

    .mr-live-search-title{
        font-size:15px;
    }
}

.mr-live-search-wrap{
    width:100%;
    margin:0;
    padding:0;
}

.mr-live-search-box{
    position:relative;
    width:100%;
    max-width:1400px;
    margin:0 auto;
    overflow:visible !important;
    z-index:20;
}

#mr-live-search-input{
    width:100%;
    height:72px;
    border:none;
    border-radius:20px;
    padding:0 24px;
    font-size:19px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    outline:none;
    box-sizing:border-box;
}

#mr-live-search-input::placeholder{
    color:#8b8b8b;
}

.mr-live-search-results{
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    right:0;
    background:#fff;
    border-radius:18px;
    box-shadow:0 18px 40px rgba(0,0,0,0.14);
    padding:10px;
    z-index:9999;
    max-height:420px;
    overflow-y:auto;
}

.mr-live-search-item{
    display:flex;
    gap:14px;
    align-items:center;
    padding:12px;
    border-radius:14px;
    text-decoration:none !important;
    color:inherit !important;
    transition:0.2s ease;
}

.mr-live-search-item:hover{
    background:#f7f9fc;
}

.mr-live-search-thumb{
    width:72px;
    height:72px;
    flex:0 0 72px;
    border-radius:12px;
    overflow:hidden;
    background:#f3f3f3;
}

.mr-live-search-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.mr-live-search-content{
    min-width:0;
    flex:1;
}

.mr-live-search-title{
    font-size:16px;
    font-weight:800;
    margin-bottom:6px;
    color:#111;
}

.mr-live-search-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.mr-live-search-meta span{
    font-size:13px;
    background:#f1f5f9;
    padding:6px 10px;
    border-radius:999px;
    color:#334155;
}

.mr-live-search-empty{
    padding:18px;
    text-align:center;
    color:#666;
    font-weight:600;
}

@media (max-width:768px){
    #mr-live-search-input{
        height:62px;
        font-size:16px;
        border-radius:16px;
    }

    .mr-live-search-thumb{
        width:58px;
        height:58px;
        flex-basis:58px;
    }

    .mr-live-search-title{
        font-size:15px;
    }
}

.mr-arama-form-wrap{
    width:100%;
    max-width:1100px;
    margin:0 auto;
}

.mr-arama-form input{
    width:100%;
    height:72px;
    border:none;
    border-radius:22px;
    padding:0 26px;
    font-size:22px;
    box-sizing:border-box;
    outline:none;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.mr-arama-form input::placeholder{
    color:#8c8c8c;
}

.mr-arama-sonuc-wrap{
    width:100%;
    max-width:1400px;
    margin:30px auto 0;
}

.mr-arama-sonuc-baslik{
    margin:0 0 22px;
    font-size:30px;
    font-weight:800;
}

.mr-arama-bos-uyari{
    padding:18px 20px;
    border-radius:14px;
    background:#f7f7f7;
}

@media (max-width:768px){
    .mr-arama-form input{
        height:60px;
        font-size:17px;
        border-radius:16px;
        padding:0 18px;
    }

    .mr-arama-sonuc-baslik{
        font-size:24px;
    }
}

.mr-arama-form-wrap{
    width:100%;
    max-width:1100px;
    margin:0 auto;
}

.mr-arama-form{
    display:flex;
    gap:14px;
    align-items:center;
}

.mr-arama-form input{
    flex:1;
    height:72px;
    border:none;
    border-radius:22px;
    padding:0 26px;
    font-size:22px;
    box-sizing:border-box;
    outline:none;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.mr-arama-form input::placeholder{
    color:#8c8c8c;
}

.mr-arama-form button{
    height:72px;
    padding:0 28px;
    border:none;
    border-radius:22px;
    background:#0a84ff;
    color:#fff;
    font-size:20px;
    font-weight:700;
    cursor:pointer;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

@media (max-width:768px){
    .mr-arama-form{
        flex-direction:column;
    }

    .mr-arama-form input,
    .mr-arama-form button{
        width:100%;
        height:60px;
        font-size:17px;
        border-radius:16px;
    }
}

.mr-arama-form-kucuk-wrap{
    width:auto;
    margin:0;
}

.mr-arama-form-kucuk{
    display:flex;
    gap:8px;
    align-items:center;
}

.mr-arama-form-kucuk input{
    width:240px;
    height:44px;
    border:none;
    border-radius:16px;
    padding:0 16px;
    font-size:15px;
    box-sizing:border-box;
    outline:none;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

.mr-arama-form-kucuk input::placeholder{
    color:#8c8c8c;
}

.mr-arama-form-kucuk button{
    height:44px;
    padding:0 18px;
    border:none;
    border-radius:16px;
    background:#0a84ff;
    color:#fff;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

@media (max-width: 768px){
    .mr-arama-form-kucuk{
        gap:6px;
    }

    .mr-arama-form-kucuk input{
        width:160px;
        height:38px;
        font-size:13px;
        border-radius:12px;
        padding:0 12px;
    }

    .mr-arama-form-kucuk button{
        height:38px;
        padding:0 12px;
        font-size:13px;
        border-radius:12px;
    }
}

@media (max-width: 768px){

    .mr-arama-form-kucuk{
        width:100%;
        justify-content:flex-end;
    }

    .mr-arama-form-kucuk input{
        width:100%;
        max-width:200px; /* çok uzamasın */
        height:42px;
        font-size:13px;
        border-radius:12px;
        padding:0 12px;
    }

    .mr-arama-form-kucuk button{
        height:42px;
        padding:0 12px;
        font-size:12px;
        border-radius:12px;
        white-space:nowrap; /* yazı kırılmasın */
    }

    /* placeholder kısa versiyon */
    .mr-arama-form-kucuk input::placeholder{
        content:"Ara...";
    }
}

@media (max-width: 768px){

    .mr-arama-form input{
        height:80px;          /* yükselttik */
        font-size:18px;       /* yazı biraz büyüsün */
        border-radius:20px;
        padding:0 20px;
    }

    .mr-arama-form button{
        height:80px;          /* buton da aynı hizaya gelsin */
        font-size:16px;
        border-radius:20px;
    }

}

@media (max-width: 768px){

    .mr-arama-form-wrap{
        width:100% !important;
        max-width:100% !important;
        margin:0 auto !important;
        padding:0 14px !important;
        box-sizing:border-box !important;
    }

    .mr-arama-form{
        display:flex !important;
        flex-direction:column !important;
        gap:12px !important;
        width:100% !important;
    }

    .mr-arama-form input{
        width:100% !important;
        max-width:100% !important;
        height:64px !important;
        font-size:18px !important;
        border-radius:18px !important;
        padding:0 18px !important;
        box-sizing:border-box !important;
    }

    .mr-arama-form button{
        width:100% !important;
        max-width:100% !important;
        height:56px !important;
        font-size:18px !important;
        border-radius:18px !important;
        box-sizing:border-box !important;
    }
}

@media (max-width: 768px){

    .mr-arama-form-wrap,
    .mr-arama-form-wrap .elementor-widget-container{
        width:100% !important;
        max-width:100% !important;
    }

}

@media (max-width: 768px){

    .mr-arama-form-wrap,
    .mr-arama-form-wrap .elementor-widget-container{
        width:100% !important;
        max-width:100% !important;
    }

}

.mr-uyari-kutu{
    background: linear-gradient(135deg, #1e1e1e, #2a2a2a);
    border-left: 5px solid #f0b400;
    border-radius: 14px;
    padding: 16px 18px;
    margin: 20px 0;
    color: #ddd;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.mr-uyari-baslik{
    color: #f0b400;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 6px;
}

.mr-uyari-metin{
    font-size: 15px;
    line-height: 1.5;
}

.mr-calisma-wrap{
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 16px 12px;
    text-align: center;
}

.mr-calisma-ikon{
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: rgba(43, 98, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 6px rgba(43, 98, 255, 0.05);
}

.mr-calisma-ikon-emoji{
    font-size: 28px;
    line-height: 1;
    filter: saturate(1.1);
}

.mr-calisma-baslik{
    color: #ffffff;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 20px;
    letter-spacing: -0.3px;
}

.mr-calisma-kart{
    background: rgba(87, 133, 218, 0.18);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 18px;
    padding: 14px 20px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
    text-align: left;
}

.mr-calisma-satir{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 4px;
}

.mr-calisma-gun{
    color: #eef4ff;
    font-size: 20px;
    font-weight: 500;
}

.mr-calisma-saat{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}

.mr-calisma-kapali{
    color: #ff697f;
}

.mr-calisma-cizgi{
    height: 1px;
    background: rgba(255,255,255,0.10);
    margin: 0;
}

.mr-calisma-uyari{
    margin-top: 16px;
    background: rgba(58, 42, 24, 0.72);
    border: 1px solid rgba(240, 180, 0, 0.35);
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
    box-shadow: 0 8px 18px rgba(0,0,0,0.14);
}

.mr-calisma-uyari-ikon{
    color: #111111;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    margin-top: 2px;
    flex: 0 0 auto;
}

.mr-calisma-uyari-baslik{
    color: #f0c44d;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 4px;
}

.mr-calisma-uyari-metin{
    color: #f0c44d;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

@media (max-width: 1024px){
    .mr-calisma-wrap{
        max-width: 860px;
    }

    .mr-calisma-baslik{
        font-size: 30px;
    }

    .mr-calisma-gun,
    .mr-calisma-saat{
        font-size: 18px;
    }
}

@media (max-width: 768px){
    .mr-calisma-wrap{
        padding: 16px 10px 10px;
    }

    .mr-calisma-ikon{
        width: 52px;
        height: 52px;
        margin-bottom: 10px;
    }

    .mr-calisma-ikon-emoji{
        font-size: 22px;
    }

    .mr-calisma-baslik{
        font-size: 26px;
        margin-bottom: 14px;
    }

    .mr-calisma-kart{
        padding: 10px 12px;
        border-radius: 14px;
    }

    .mr-calisma-satir{
        padding: 10px 2px;
        gap: 10px;
    }

    .mr-calisma-gun,
    .mr-calisma-saat{
        font-size: 15px;
    }

    .mr-calisma-uyari{
        margin-top: 12px;
        padding: 12px;
        border-radius: 12px;
        gap: 10px;
    }

    .mr-calisma-uyari-ikon{
        font-size: 18px;
    }

    .mr-calisma-uyari-baslik{
        font-size: 16px;
        margin-bottom: 4px;
    }

    .mr-calisma-uyari-metin{
        font-size: 13px;
        line-height: 1.45;
    }
}

.mr-wp-randevu-box{
    max-width: 820px;
    margin: 0 auto;
    padding: 28px;
    background: rgba(18, 33, 58, 0.88);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.mr-wp-randevu-baslik{
    margin: 0 0 8px;
    text-align: center;
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
}

.mr-wp-randevu-aciklama{
    margin: 0 0 28px;
    text-align: center;
    color: rgba(255,255,255,0.82);
    font-size: 22px;
    line-height: 1.4;
}

.mr-wp-form-grup{
    margin-bottom: 18px;
}

.mr-wp-form-grup label{
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.mr-wp-form-grup input,
.mr-wp-form-grup textarea{
    width: 100%;
    box-sizing: border-box;
    background: rgba(70, 92, 126, 0.85);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 16px 18px;
    color: #ffffff;
    font-size: 20px;
    outline: none;
    transition: 0.2s ease;
}

.mr-wp-form-grup input::placeholder,
.mr-wp-form-grup textarea::placeholder{
    color: rgba(255,255,255,0.45);
}

.mr-wp-form-grup input:focus,
.mr-wp-form-grup textarea:focus{
    border-color: rgba(52, 120, 255, 0.65);
    box-shadow: 0 0 0 3px rgba(52, 120, 255, 0.14);
}

.mr-wp-form-grup textarea{
    min-height: 140px;
    resize: vertical;
}

.mr-wp-btn{
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 16px 18px;
    background: linear-gradient(90deg, #1f62ff 0%, #256dff 100%);
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s ease;
}

.mr-wp-btn:hover{
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(31, 98, 255, 0.28);
}

@media (max-width: 768px){
    .mr-wp-randevu-box{
        padding: 18px;
        border-radius: 16px;
    }

    .mr-wp-randevu-baslik{
        font-size: 28px;
    }

    .mr-wp-randevu-aciklama{
        font-size: 16px;
        margin-bottom: 20px;
    }

    .mr-wp-form-grup label{
        font-size: 17px;
    }

    .mr-wp-form-grup input,
    .mr-wp-form-grup textarea{
        font-size: 16px;
        padding: 13px 14px;
    }

    .mr-wp-form-grup textarea{
        min-height: 110px;
    }

    .mr-wp-btn{
        font-size: 18px;
        padding: 14px;
    }
}

.whatsapp-float,
.phone-float{
  position: fixed !important;
  right: 25px !important;
  z-index: 2147483647 !important;
  pointer-events: auto !important;
}

.whatsapp-float{
  bottom: 25px !important;
}

.phone-float{
  bottom: 100px !important;
}

.mr-card .mr-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mr-card .mr-title {
    margin-bottom: 2px;
    line-height: 1.25;
}

.mr-card .mr-note {
    background: rgba(14, 165, 233, 0.08);
    border: 1px solid rgba(14, 165, 233, 0.18);
    border-radius: 12px;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.35;
    color: #1e3a5f;
}

.mr-card .mr-meta,
.mr-card .mr-meta-vertical {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    margin-top: 0;
}

.mr-card .mr-meta span,
.mr-card .mr-meta-vertical span {
    background: #f8fafc;
    border: 1px solid #e5edf5;
    border-radius: 10px;
    padding: 7px 9px;
    font-size: 12.5px;
    line-height: 1.25;
    color: #334155;
}

.mr-card .mr-meta span strong,
.mr-card .mr-meta-vertical span strong {
    color: #0f172a;
    font-weight: 700;
}

.mr-card .mr-footer {
    margin-top: auto;
    padding-top: 8px;
}

@media (max-width: 768px) {
    .mr-card .mr-meta,
    .mr-card .mr-meta-vertical {
        grid-template-columns: 1fr;
    }
}
.mr-card .mr-note.mr-note-hasar {
    background: rgba(239, 68, 68, 0.09) !important;
    border: 1px solid rgba(239, 68, 68, 0.28) !important;
    color: #7f1d1d !important;
}

.mr-card .mr-note.mr-note-hasar strong {
    color: #991b1b !important;
}

/* ================================
   MR - Araç Detay Üst Kutu Tasarımı
================================ */

.single-product .mr-arac-detay-kutu {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
    position: relative;
    overflow: hidden;
}

.single-product .mr-arac-detay-kutu::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, #111827, #eab308, #f97316);
}

.single-product .mr-arac-rozetler {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.single-product .mr-arac-rozet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.2px;
}

.single-product .mr-arac-rozet-sol {
    background: #111827;
    color: #ffffff;
}

.single-product .mr-arac-rozet-sag {
    background: #eab308;
    color: #111827;
}

.single-product .mr-arac-detay-baslik {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.single-product .mr-arac-detay-kucuk-baslik {
    display: block;
    font-size: 12px;
    color: #64748b;
    font-weight: 700;
    margin-bottom: 4px;
}

.single-product .mr-arac-detay-baslik h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.15;
    color: #0f172a;
    letter-spacing: -0.8px;
}

.single-product .mr-arac-parca-sayisi {
    min-width: 92px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 10px 12px;
    text-align: center;
}

.single-product .mr-arac-parca-sayisi strong {
    display: block;
    font-size: 24px;
    line-height: 1;
    color: #0f172a;
}

.single-product .mr-arac-parca-sayisi span {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
}

.single-product .mr-arac-hasar-kutusu {
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.22);
    color: #7f1d1d;
    border-radius: 16px;
    padding: 12px 14px;
    margin: 14px 0 16px;
    font-size: 13px;
    line-height: 1.55;
}

.single-product .mr-arac-hasar-kutusu strong {
    color: #991b1b;
    font-weight: 800;
}

.single-product .mr-arac-ozellikler {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.single-product .mr-arac-ozellik {
    background: #f8fafc;
    border: 1px solid #e5edf5;
    border-radius: 16px;
    padding: 12px 13px;
    min-height: 68px;
    transition: 0.18s ease;
}

.single-product .mr-arac-ozellik:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
    border-color: rgba(234, 179, 8, 0.45);
}

.single-product .mr-arac-ozellik strong {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: #64748b;
    margin-bottom: 6px;
}

.single-product .mr-arac-ozellik span {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
}

.single-product .mr-arac-checklist {
    margin-top: 18px;
    padding: 15px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fafc, #ffffff);
    border: 1px solid #e5edf5;
}

.single-product .mr-arac-checklist h3 {
    margin: 0 0 10px;
    font-size: 17px;
    color: #0f172a;
    line-height: 1.2;
}

.single-product .mr-arac-checklist-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.single-product .mr-arac-checklist-grid span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(34, 197, 94, 0.09);
    border: 1px solid rgba(34, 197, 94, 0.22);
    color: #14532d;
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.single-product .mr-arac-butonlar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.single-product .mr-arac-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 11px 15px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    transition: 0.18s ease;
}

.single-product .mr-arac-btn:hover {
    transform: translateY(-2px);
}

.single-product .mr-arac-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.single-product .mr-arac-btn-wa {
    background: #22c55e;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(34, 197, 94, 0.25);
}

.single-product .mr-arac-btn-sb {
    background: #111827;
    color: #facc15 !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
}

/* WooCommerce açıklama alanı çok aşağıda boş görünüyorsa daha temiz dursun */
.single-product .woocommerce-tabs {
    margin-top: 42px;
}

.single-product .woocommerce-tabs .panel {
    background: transparent;
}

/* Araçtan çıkan parçalar başlığı */
.single-product h2,
.single-product .mr-arac-parcalar-title {
    letter-spacing: -0.3px;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .single-product .mr-arac-detay-kutu {
        padding: 18px;
        border-radius: 18px;
    }

    .single-product .mr-arac-detay-baslik {
        flex-direction: column;
    }

    .single-product .mr-arac-detay-baslik h2 {
        font-size: 24px;
    }

    .single-product .mr-arac-parca-sayisi {
        width: 100%;
        text-align: left;
    }

    .single-product .mr-arac-ozellikler {
        grid-template-columns: 1fr;
    }

    .single-product .mr-arac-butonlar {
        flex-direction: column;
    }

    .single-product .mr-arac-btn {
        width: 100%;
    }
}
/* Sahibinden butonunu düzelt */
.single-product .mr-arac-btn-sb {
    background: linear-gradient(135deg, #facc15, #f59e0b) !important;
    color: #111827 !important;
    border: 1px solid rgba(180, 83, 9, 0.25) !important;
    box-shadow: 0 10px 24px rgba(245, 158, 11, 0.28) !important;
    opacity: 1 !important;
}

.single-product .mr-arac-btn-sb:hover {
    background: linear-gradient(135deg, #fde047, #f59e0b) !important;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(245, 158, 11, 0.35) !important;
}

.single-product .mr-arac-btn-sb:visited,
.single-product .mr-arac-btn-sb:focus,
.single-product .mr-arac-btn-sb:active {
    color: #111827 !important;
}

/* ================================
   MR - Parça Detay Üst Kutu Tasarımı
================================ */

.single-product .mr-parca-detay-kutu {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
    position: relative;
    overflow: hidden;
}

.single-product .mr-parca-detay-kutu::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, #111827, #eab308, #0ea5e9);
}

.single-product .mr-parca-rozetler {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.single-product .mr-parca-rozet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.2px;
}

.single-product .mr-parca-rozet-sol {
    background: #111827;
    color: #ffffff;
}

.single-product .mr-parca-rozet-sag {
    background: #eab308;
    color: #111827;
}

.single-product .mr-parca-detay-baslik {
    margin-bottom: 16px;
}

.single-product .mr-parca-detay-kucuk-baslik {
    display: block;
    font-size: 12px;
    color: #64748b;
    font-weight: 800;
    margin-bottom: 6px;
}

.single-product .mr-parca-detay-baslik h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.15;
    color: #0f172a;
    letter-spacing: -0.8px;
}

.single-product .mr-parca-bilgi-kutusu {
    background: rgba(14, 165, 233, 0.08);
    border: 1px solid rgba(14, 165, 233, 0.20);
    color: #0f172a;
    border-radius: 16px;
    padding: 13px 14px;
    margin: 14px 0 16px;
    font-size: 13px;
    line-height: 1.55;
}

.single-product .mr-parca-bilgi-kutusu strong {
    display: block;
    color: #075985;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 2px;
}

.single-product .mr-parca-bilgi-kutusu span {
    color: #334155;
    font-weight: 700;
}

.single-product .mr-parca-ozellikler {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.single-product .mr-parca-ozellik {
    background: #f8fafc;
    border: 1px solid #e5edf5;
    border-radius: 16px;
    padding: 12px 13px;
    min-height: 68px;
    transition: 0.18s ease;
}

.single-product .mr-parca-ozellik:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
    border-color: rgba(14, 165, 233, 0.35);
}

.single-product .mr-parca-ozellik strong {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: #64748b;
    margin-bottom: 6px;
}

.single-product .mr-parca-ozellik span {
    display: block;
    font-size: 14px;
    font-weight: 850;
    color: #0f172a;
    line-height: 1.25;
    word-break: break-word;
}

.single-product .mr-parca-butonlar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.single-product .mr-parca-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 11px 15px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    transition: 0.18s ease;
}

.single-product .mr-parca-btn:hover {
    transform: translateY(-2px);
}

.single-product .mr-parca-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.single-product .mr-parca-btn-wa {
    background: #22c55e;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(34, 197, 94, 0.25);
}

.single-product .mr-parca-btn-sb {
    background: linear-gradient(135deg, #facc15, #f59e0b) !important;
    color: #111827 !important;
    border: 1px solid rgba(180, 83, 9, 0.25) !important;
    box-shadow: 0 10px 24px rgba(245, 158, 11, 0.28) !important;
    opacity: 1 !important;
}

.single-product .mr-parca-btn-sb:hover {
    background: linear-gradient(135deg, #fde047, #f59e0b) !important;
    color: #000000 !important;
    box-shadow: 0 14px 30px rgba(245, 158, 11, 0.35) !important;
}

.single-product .mr-parca-btn-sb:visited,
.single-product .mr-parca-btn-sb:focus,
.single-product .mr-parca-btn-sb:active {
    color: #111827 !important;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .single-product .mr-parca-detay-kutu {
        padding: 18px;
        border-radius: 18px;
    }

    .single-product .mr-parca-detay-baslik h2 {
        font-size: 24px;
    }

    .single-product .mr-parca-ozellikler {
        grid-template-columns: 1fr;
    }

    .single-product .mr-parca-butonlar {
        flex-direction: column;
    }

    .single-product .mr-parca-btn {
        width: 100%;
    }
}

/* ================================
   MR - Araç Detayındaki Bağlı Parçalar Alanı
================================ */

.single-product .mr-ilgili-parcalar-wrap {
    max-width: 1180px;
    margin: 54px auto 40px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 26px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.single-product .mr-ilgili-parcalar-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.single-product .mr-ilgili-parcalar-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #111827;
    color: #facc15;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 10px;
}

.single-product .mr-ilgili-parcalar-baslik {
    margin: 0;
    font-size: 30px;
    line-height: 1.15;
    color: #0f172a;
    letter-spacing: -0.7px;
}

.single-product .mr-ilgili-parcalar-aciklama {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
}

.single-product .mr-ilgili-parcalar-kod {
    min-width: 190px;
    background: #f8fafc;
    border: 1px solid #e5edf5;
    border-radius: 18px;
    padding: 13px 15px;
    text-align: right;
}

.single-product .mr-ilgili-parcalar-kod span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: #64748b;
    margin-bottom: 5px;
}

.single-product .mr-ilgili-parcalar-kod strong {
    display: block;
    font-size: 15px;
    color: #0f172a;
    word-break: break-word;
}

.single-product .mr-ilgili-parcalar-count {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.09);
    border: 1px solid rgba(34, 197, 94, 0.22);
    color: #14532d;
    font-size: 13px;
    font-weight: 900;
}

.single-product .mr-ilgili-parcalar-bos {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: rgba(234, 179, 8, 0.10);
    border: 1px solid rgba(234, 179, 8, 0.28);
    border-radius: 18px;
    padding: 16px;
    color: #713f12;
}

.single-product .mr-ilgili-parcalar-bos strong {
    font-size: 15px;
    color: #713f12;
}

.single-product .mr-ilgili-parcalar-bos span {
    font-size: 13px;
    line-height: 1.5;
}

.single-product .mr-ilgili-parcalar-wrap .mr-grid {
    margin-top: 4px;
}

@media (max-width: 768px) {
    .single-product .mr-ilgili-parcalar-wrap {
        padding: 18px;
        border-radius: 20px;
        margin-top: 36px;
    }

    .single-product .mr-ilgili-parcalar-head {
        flex-direction: column;
    }

    .single-product .mr-ilgili-parcalar-baslik {
        font-size: 24px;
    }

    .single-product .mr-ilgili-parcalar-kod {
        width: 100%;
        text-align: left;
    }
}

/* ================================
   MR - Üst Duyuru Şeridi
   gap kullanmayan sürüm
================================ */

.mr-ust-duyuru-seridi {
    width: 100%;
    min-height: 34px;
    background: #07111f;
    color: #facc15;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 16px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    position: relative;
    z-index: 999999;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.mr-ust-duyuru-seridi span {
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
    margin-left: 9px;
    margin-right: 9px;
}

.mr-ust-duyuru-seridi i {
    width: 1px;
    height: 17px;
    background: rgba(250, 204, 21, 0.45);
    display: block;
    margin-left: 9px;
    margin-right: 9px;
}

/* Mobil */
@media (max-width: 768px) {
    .mr-ust-duyuru-seridi {
        display: block;
        min-height: auto;
        padding: 7px 10px;
        font-size: 11px;
        line-height: 1.25;
        text-align: center;
    }

    .mr-ust-duyuru-seridi span {
        display: block;
        margin: 2px 0;
    }

    .mr-ust-duyuru-seridi i {
        display: none;
    }
}

/* ================================
   MR - Contact Form 7 Gelişmiş Tasarım
================================ */

.mr-form-wrap {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
    position: relative;
    overflow: hidden;
}

.mr-form-wrap::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, #111827, #facc15, #f59e0b);
}

.mr-form-head {
    margin-bottom: 22px;
}

.mr-form-head span {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #111827;
    color: #facc15;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mr-form-head h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.15;
    color: #0f172a;
    letter-spacing: -0.5px;
}

.mr-form-head p {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
}

.mr-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 15px;
}

.mr-form-row {
    margin: 0;
}

.mr-form-row.mr-full,
.mr-form-submit.mr-full {
    grid-column: 1 / -1;
}

.mr-form-row label {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 900;
    color: #0f172a;
}

.mr-form-row input,
.mr-form-row select,
.mr-form-row textarea {
    width: 100%;
    border: 1px solid #dbe4ef !important;
    border-radius: 14px !important;
    padding: 13px 14px !important;
    background: #f8fafc !important;
    color: #0f172a !important;
    font-size: 13px !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition: 0.18s ease;
}

.mr-form-row textarea {
    min-height: 125px;
    resize: vertical;
}

.mr-form-row input:focus,
.mr-form-row select:focus,
.mr-form-row textarea:focus {
    border-color: #facc15 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(250, 204, 21, 0.18) !important;
}

.mr-form-row input::placeholder,
.mr-form-row textarea::placeholder {
    color: #94a3b8;
}

.mr-form-submit input {
    width: 100%;
    border: none !important;
    border-radius: 15px !important;
    background: linear-gradient(135deg, #facc15, #f59e0b) !important;
    color: #111827 !important;
    padding: 15px 22px !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(245, 158, 11, 0.30);
    transition: 0.18s ease;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.mr-form-submit input:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(245, 158, 11, 0.38);
}

.wpcf7 form .wpcf7-response-output {
    border-radius: 14px !important;
    padding: 12px 14px !important;
    font-weight: 800;
    margin: 18px 0 0 !important;
}

/* CF7 boş paragrafları bazen araya sokuyor, onları toparlar */
.mr-form-wrap p {
    margin: 0;
}

/* Mobil */
@media (max-width: 768px) {
    .mr-form-wrap {
        padding: 20px;
        border-radius: 20px;
    }

    .mr-form-grid {
        grid-template-columns: 1fr;
        row-gap: 14px;
    }

    .mr-form-head h3 {
        font-size: 21px;
    }
}

/* reCAPTCHA rozetini gizle */
.grecaptcha-badge {
    visibility: hidden !important;
}

/* ================================
   MR - Ürün Detay Fiyat Kutusu
================================ */

.single-product .mr-detay-fiyat-kutusu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: linear-gradient(135deg, #111827, #1e293b);
    border: 1px solid rgba(250, 204, 21, 0.35);
    border-radius: 18px;
    padding: 14px 16px;
    margin: 0 0 16px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
}

.single-product .mr-detay-fiyat-kutusu span {
    font-size: 12px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.single-product .mr-detay-fiyat-kutusu strong {
    font-size: 22px;
    font-weight: 950;
    color: #facc15;
    line-height: 1;
}

.single-product .mr-detay-fiyat-kutusu .woocommerce-Price-amount {
    color: #facc15;
}

.single-product .mr-detay-fiyat-kutusu del {
    color: rgba(255, 255, 255, 0.45);
    margin-right: 8px;
}

.single-product .mr-detay-fiyat-kutusu ins {
    text-decoration: none;
}

@media (max-width: 768px) {
    .single-product .mr-detay-fiyat-kutusu {
        flex-direction: column;
        align-items: flex-start;
    }

    .single-product .mr-detay-fiyat-kutusu strong {
        font-size: 20px;
    }
}

/* ================================
   MR - Vitrin Kart Fiyat Kutusu
================================ */

.mr-card .mr-card-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: linear-gradient(135deg, #111827, #1e293b);
    border: 1px solid rgba(250, 204, 21, 0.32);
    border-radius: 14px;
    padding: 10px 12px;
    margin: 2px 0 4px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.mr-card .mr-card-price span {
    font-size: 11px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    letter-spacing: 0.25px;
}

.mr-card .mr-card-price strong {
    font-size: 17px;
    font-weight: 950;
    color: #facc15;
    line-height: 1;
    white-space: nowrap;
}

.mr-card .mr-card-price .woocommerce-Price-amount {
    color: #facc15;
}

.mr-card .mr-card-price del {
    color: rgba(255, 255, 255, 0.45);
    margin-right: 6px;
    font-size: 13px;
}

.mr-card .mr-card-price ins {
    text-decoration: none;
}

/* ================================
   MR - Vitrin Kart Butonlarını Alta Sabitle
================================ */

.mr-grid {
    align-items: stretch !important;
}

.mr-card {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.mr-card .mr-content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Görsel alanı sabit dursun */
.mr-card .mr-image-wrap {
    height: 230px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.mr-card .mr-image-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/* Başlık alanı belli yükseklikte dursun */
.mr-card .mr-title {
    min-height: 78px !important;
}

/* Fiyat kutusu aynı yerde dursun */
.mr-card .mr-card-price {
    min-height: 40px !important;
}

/* Meta alanı orta bölümü doldursun */
.mr-card .mr-meta,
.mr-card .mr-meta-vertical {
    margin-bottom: 16px !important;
}

/* En önemli kısım: footer alta yapışır */
.mr-card .mr-footer {
    margin-top: auto !important;
    padding-top: 16px !important;
    border-top: 1px solid #e5edf5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

/* Buton sabit ve daha tok dursun */
.mr-card .mr-btn {
    min-width: 150px !important;
    text-align: center !important;
    justify-content: center !important;
}

/* Sol yazı taşmasın */
.mr-card .mr-left-text {
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #334155 !important;
}

/* Mobil */
@media (max-width: 768px) {
    .mr-card .mr-image-wrap {
        height: 210px !important;
    }

    .mr-card .mr-title {
        min-height: auto !important;
    }

    .mr-card .mr-footer {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .mr-card .mr-btn {
        width: 100% !important;
    }
}

/* ================================
   MR - Vitrin Kart Fiyat Hizalama
================================ */

/* Başlık alanını sabitle: fiyat kutuları aynı hizaya gelir */
.mr-card .mr-title {
    height: 118px !important;
    min-height: 118px !important;
    max-height: 118px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
}

/* Fiyat kutusu başlıktan sonra hep aynı noktadan başlasın */
.mr-card .mr-card-price {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    min-height: 42px !important;
}

/* Başlık linki düzgün aksın */
.mr-card .mr-title a {
    display: block !important;
    line-height: 1.28 !important;
}

/* Mobilde başlığı serbest bırak, yoksa gereksiz boşluk olur */
@media (max-width: 768px) {
    .mr-card .mr-title {
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        -webkit-line-clamp: unset !important;
    }
}

/* ================================
   MR - Parça Arama Sonuç Sayfası
================================ */

.mr-arama-sonuc-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 42px 18px 70px;
}

.mr-arama-hero {
    background: linear-gradient(135deg, #111827, #1e293b);
    border-radius: 26px;
    padding: 30px;
    margin-bottom: 28px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.16);
    position: relative;
    overflow: hidden;
}

.mr-arama-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, #facc15, #f59e0b, #0ea5e9);
}

.mr-arama-hero span {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(250, 204, 21, 0.14);
    border: 1px solid rgba(250, 204, 21, 0.30);
    color: #facc15;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.mr-arama-hero h1 {
    margin: 0;
    font-size: 34px;
    line-height: 1.15;
    color: #ffffff;
    letter-spacing: -0.7px;
}

.mr-arama-hero p {
    max-width: 760px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.6;
}

.mr-arama-bos-uyari,
.mr-no-products {
    background: #ffffff;
    border: 1px solid #e5edf5;
    border-radius: 20px;
    padding: 18px 20px;
    color: #334155;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
}

@media (max-width: 768px) {
    .mr-arama-sonuc-wrap {
        padding: 28px 14px 50px;
    }

    .mr-arama-hero {
        padding: 22px;
        border-radius: 20px;
    }

    .mr-arama-hero h1 {
        font-size: 25px;
    }
}