/*
 * Masaüstü: sayfa aşağı kayınca sabitlenen ana menü şeridinde (header-bottom) sepet.
 * Üstteki header-middle ile çift göstermeyi önlemek için sepet yalnızca .sticky-top iken görünür.
 */
body.sellzy-tema-scope .header-bottom .header-sticky-cart {
  display: none !important;
}

body.sellzy-tema-scope .header-bottom.sticky-top .header-sticky-cart {
  display: flex !important;
  align-items: center;
  flex-shrink: 0;
}

/* Sepet ikonu üzerindeki adet rozeti — mobil + yapışkan menü (sellzy-header-cart-fab) */
body.sellzy-tema-scope .sellzy-header-cart-fab {
  position: relative;
  overflow: visible !important;
}

body.sellzy-tema-scope .sellzy-header-cart-fab .sellzy-header-cart-fab__badge {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  transform: translate(42%, -42%);
  z-index: 5;
  margin: 0;
  box-sizing: border-box;
  line-height: 1;
  min-width: 1.125rem;
  min-height: 1.125rem;
  height: auto;
  padding: 0.125rem 0.3125rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--color-primary, #00ab55);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(22, 28, 36, 0.18);
  pointer-events: none;
}

body.sellzy-tema-scope .sellzy-header-cart-fab .sellzy-header-cart-fab__badge.hidden {
  display: none !important;
}
