.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* WooCommerce mesaj kutularında hizalama */
.woocommerce-message,
.woocommerce-info {
  display: flex !important;
  align-items: center !important;   /* Dikey ortalama */
  justify-content: space-between !important; /* metin solda, buton sağda */
  gap: px;                        /* aradaki boşluk */
  flex-wrap: nowrap !important;
}

/* "Here's a link" gibi metin içi linkten önce 5px boşluk */
.woocommerce-message a.restore-item,
.woocommerce-info a.restore-item {
  margin-left: 5px !important;
}

/* İçerikteki butonu sona taşı */
.woocommerce-message .button,
.woocommerce-info .button {
  order: 2 !important;              /* buton ikinci sırada */
  margin-left: auto !important;     /* sağa yasla */
  padding: 15px 30px !important;
  font-weight: 300 !important;
  color: #fff !important;
  background: #93003f !important;
  border: none !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover {
  color: #fff !important;
  opacity: 0.9;
  text-decoration: none !important;
}


/* WooCommerce notice ikonlarını ve kapladıkları boşluğu tamamen kaldır */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  position: relative;
  padding-left: 1.5em !important; /* sıfır değil, min. okuma mesafesi */
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  display: none !important;
  content: none !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background-position: left center !important;
  background-image: none !important;
}

/* WooCommerce sepet mesajındaki "Geri alınsın mı?" linkini tamamen gizle */
.woocommerce-message a.restore-item {
  display: none !important;
}


/* 🛍️ WooCommerce bildirim kutularını sadece Single Product sayfasında hizala ve dengele */
body.single-product .woocommerce-notices-wrapper,
body.single-product .woocommerce-message {
  max-width: var(--container-max-width, 1350px);
  margin-top: 20px !important;     /* Üst boşluk */
  margin-bottom: 0 !important;     /* Alt boşluk */
  margin-left: auto !important;    /* Ortalamayı korur */
  margin-right: auto !important;   /* Ortalamayı korur */
  width: 100% !important;
  box-sizing: border-box;
  padding: 15px 20px;
  background: none !important;
}

/* Mesaj görünmüyorsa tamamen yer kaplamasın */
body.single-product .woocommerce-notices-wrapper:empty,
body.single-product .woocommerce-message:empty {
  display: none !important;
}/* End custom CSS */