/* ==========================================================
   Header / Masthead
   ========================================================== */

#masthead {
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 12px rgba(43,36,64,0.08);
}

/* Ust menu rengini sayfa arka planiyla birebir esitle */
#masthead .main-header-bar {
  background: rgb(244,241,236) !important;
}

.pk-account-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: #93436B;
  color: #fff;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.pk-account-btn:hover {
  opacity: 0.9;
  color: #fff;
}

.pk-logo-yazi {
  font-family: 'Fraunces', serif;
  font-size: 24px;
  font-weight: 500;
  color: #2B2440;
  text-decoration: none;
}

/* Checkout sayfasinda ust menuyu gizle, sadece logo kalsin */
body.woocommerce-checkout .main-navigation {
    display: none !important;
}

/* Checkout sayfasinda Hesabim butonunu ve footer menusunu gizle */
body.woocommerce-checkout .ast-header-html {
    display: none !important;
}
body.woocommerce-checkout .footer-nav-wrap {
    display: none !important;
}

/* Checkout: sticky header'i kapat, golgeyi kaldir */
body.woocommerce-checkout #masthead {
    position: relative !important;
    box-shadow: none !important;
}

body.woocommerce-checkout .ast-site-identity .site-logo-img {
    display: none !important;
}

/* Checkout sayfasinda footer'daki logo + "Espero Psikoloji markasidir" + odeme rozetleri satirini kaldir */
body.woocommerce-checkout .site-footer-primary-section-2 {
    display: none !important;
}

body.woocommerce-checkout #colophon {
    display: none !important;
}
