@media (max-width: 767px) {
  /* Ana sayfa hariç header içeriğini gizle */
  body:not(.home) #masthead .site-branding,
  body:not(.home) #masthead .custom-logo-link,
  body:not(.home) #masthead .site-title,
  body:not(.home) #masthead .site-description,
  body:not(.home) #masthead .wp-block-site-logo,
  body:not(.home) #masthead .wp-block-site-title,
  body:not(.home) #masthead h1,
  body:not(.home) #masthead h2,
  body:not(.home) #masthead p {
    display: none !important;
  }
}

.page-id-4324 .page-header,
.page-id-4324 h1.entry-title,
.page-id-4324 h1.page-title,
.page-id-4324 .entry-header {
    display: none !important;
}



  /* menudeki yedek parca yazısını yeşil yapıyor  */
.wp-block-navigation a[href*="magaza"],
.wp-block-navigation a[href*="mağaza"],
nav a[href*="magaza"] {
  color: #00FF02 !important;
}






/*////////////////////////////////////////////////////



/* ===== TAMIRVESATIS.COM ALT FOOTER - TEK PARÇA ===== */

/* SEO satırı */
.site-info::before {
    content: "İSTANBUL'DA PİMAPEN TAMİRİ · SİNEKLİK · VOLKSWAGEN SÜRGÜLÜ SİSTEM · CAM BALKON · YEDEK PARÇA satış HİZMETLERİ";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 1.8;
    color: #222;
    padding: 14px 10px 8px;
    border-top: 1px solid #e5e5e5;
}

/* Copyright satırı */
.site-info::after {
    content: "© 2026 tamirvesatis.com – Tüm hakları saklıdır";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: #666;
    padding-top: 8px;
    margin-top: 4px;
    border-top: 1px solid #ececec;
}

/* Tema yazısını gizle */
.site-info {
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 8px 18px !important;
    text-align: center !important;
}

/* Mobil görünüm */
@media (max-width: 768px) {
    .site-info::before {
        font-size: 11px;
        line-height: 1.6;
        padding: 12px 8px 6px;
    }

    .site-info::after {
        font-size: 10px;
        line-height: 1.5;
        padding-top: 6px;
    }
}


