/* Venz modal + Molla tema uyumu */
#signinModal.modal {
  z-index: 10050;
}

.modal-backdrop {
  z-index: 10040;
}

#signinModal .modal-content {
  border-radius: 4px;
}

#signinModal .btn-close {
  filter: none;
}

/* Bootstrap 5 modal Venz login — Molla link stillerini override etme */
#signinModal a {
  color: var(--bs-link-color, #c96);
}

.js-login-modal-trigger {
  cursor: pointer;
}

/* Sepet rozeti */
.cart-count {
  position: absolute;
  top: -4px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 9px;
  background: #c96;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

.cart-dropdown {
  position: relative;
}

.cart-dropdown .dropdown-toggle {
  position: relative;
}

/* Widget başlıkları */
.widget .heading .title {
  font-size: 2.4rem;
  letter-spacing: -0.02em;
}

/* Ürün kartı placeholder */
.product-image-placeholder {
  aspect-ratio: 3/4;
}

/* Ana sayfa widget boşlukları */
.widget-heroSlider + .widget {
  margin-top: 2rem;
}

.section-banners {
  margin: 2rem 0 3rem;
}

.section-banners .banner-overlay img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.widget-heroSlider + .widget-bannerstrip {
  margin-top: 0;
}
