/* Imported from: ../CartDrawer/styles.css */
/* Contigo CartDrawer — SiteHeader üzerinden yüklenir */

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-root {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  justify-content: flex-end;
  font-family: Inter, system-ui, sans-serif;
  color: #111;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-backdrop {
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  animation: cc_sih6v7ma_9dj6BtqkIl_cart-drawer-fade-in 0.2s ease;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(420px, 100vw);
  height: 100%;
  background: #fff;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.12);
  animation: cc_sih6v7ma_9dj6BtqkIl_cart-drawer-slide-in 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 20px 16px;
  border-bottom: 1px solid #ececec;
  flex-shrink: 0;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-count {
  font-weight: 400;
  color: #8b8b8b;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-close {
  appearance: none;
  margin: 0;
  padding: 6px;
  border: none;
  background: transparent;
  color: #111;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-close:hover {
  opacity: 0.65;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 8px 20px 24px;
  -webkit-overflow-scrolling: touch;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-status {
  margin: 40px 0;
  text-align: center;
  color: #8b8b8b;
  font-size: 14px;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 56px 12px;
  text-align: center;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-empty-text {
  margin: 0;
  font-size: 15px;
  color: #666;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-items {
  display: flex;
  flex-direction: column;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line.is-busy {
  opacity: 0.55;
  pointer-events: none;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-media {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #f7f7f7;
  overflow: hidden;
  width: 88px;
  height: 88px;
  cursor: pointer;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-img--empty {
  background: #eee;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-name {
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #111;
  cursor: pointer;
  line-height: 1.35;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-name:hover {
  text-decoration: underline;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-remove {
  appearance: none;
  margin: 0;
  padding: 4px;
  border: none;
  background: transparent;
  color: #888;
  cursor: pointer;
  flex-shrink: 0;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-remove:hover {
  color: #111;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-remove svg {
  width: 18px;
  height: 18px;
  display: block;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-unit {
  margin: 0;
  font-size: 13px;
  color: #666;
  line-height: 1.3;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-unit span {
  color: #111;
  font-weight: 500;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: 4px;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  height: 36px;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-qty-btn {
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  font: inherit;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: #111;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-qty-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-qty-value {
  min-width: 28px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-total {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-prices.has-discount .cart-drawer-line-total {
  color: #c41e1e;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-total-original {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-edit {
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  font-size: 12px;
  color: #666;
  text-decoration: underline;
  cursor: pointer;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-line-edit:hover {
  color: #111;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-footer {
  flex-shrink: 0;
  border-top: 1px solid #ececec;
  background: #fff;
  padding: 16px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-btn {
  appearance: none;
  margin: 0;
  border: none;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  border-radius: 0;
  transition: background 0.15s ease, color 0.15s ease, opacity 0.15s ease;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-btn svg {
  width: 16px;
  height: 16px;
  display: block;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-btn--checkout {
  width: 100%;
  background: #111;
  color: #fff;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-btn--checkout:hover {
  background: #000;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-btn--ghost {
  padding: 0 20px;
  background: transparent;
  color: #111;
  border: 1px solid #111;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-btn--ghost:hover {
  background: #111;
  color: #fff;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 -20px;
  padding: 14px 20px;
  background: #111;
  color: #fff;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-summary-total {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-summary-label {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.85;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-summary-value {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-summary-link {
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}

.cc_sih6v7ma_9dj6BtqkIl .cart-drawer-summary-link:hover {
  opacity: 0.75;
}

@keyframes cc_sih6v7ma_9dj6BtqkIl_cart-drawer-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes cc_sih6v7ma_9dj6BtqkIl_cart-drawer-slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@media (max-width: 480px) {
  .cc_sih6v7ma_9dj6BtqkIl .cart-drawer-panel {
    width: 100vw;
  }

  .cc_sih6v7ma_9dj6BtqkIl .cart-drawer-header, .cc_sih6v7ma_9dj6BtqkIl .cart-drawer-body, .cc_sih6v7ma_9dj6BtqkIl .cart-drawer-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cc_sih6v7ma_9dj6BtqkIl .cart-drawer-summary {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* End import: ../CartDrawer/styles.css */

.cc_sih6v7ma_9dj6BtqkIl .site-header {
  width: 100%;
  border-bottom: 1px solid #b5b5b5;
  position: sticky;
  top: 0;
  z-index: 100;
}

/* ===== Top Bar ===== */
.cc_sih6v7ma_9dj6BtqkIl .site-header-top-bar {
  width: 100%;
  background: #000000;
  border-bottom: 1px solid #2a2a2a;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-top-bar-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 8px clamp(32px, 6vw, 160px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-top-bar-side {
  min-width: 0;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-top-bar-side--end {
  display: flex;
  justify-content: flex-end;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-top-bar-center {
  min-width: 0;
  text-align: center;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-top-center-text {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: min(52vw, 480px);
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-top-links {
  display: flex;
  align-items: center;
  gap: 0;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-top-link {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;
  white-space: nowrap;
  padding: 0 14px;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-top-link + .site-header-top-link {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-top-link:first-child {
  padding-left: 0;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-top-link:last-child {
  padding-right: 0;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-top-link:hover {
  color: #cccccc;
}

/* ===== Main Header ===== */
.cc_sih6v7ma_9dj6BtqkIl .site-header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 25px clamp(32px, 6vw, 160px);
  display: flex;
  align-items: center;
  gap: 40px;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-logo {
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 8px;
  margin-left: -12px;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-logo-mark {
  width: 147.15px;
  height: 51.462px;
  display: block;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-logo-image {
  height: 51.462px;
  width: auto;
  display: block;
}

/* ===== Search Overlay ===== */
.cc_sih6v7ma_9dj6BtqkIl .site-header-search-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1500;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  animation: cc_sih6v7ma_9dj6BtqkIl_site-header-slide-down 0.25s ease-out;
}

@keyframes cc_sih6v7ma_9dj6BtqkIl_site-header-slide-down {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-search-backdrop {
  display: none;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-search-panel {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px clamp(24px, 5vw, 160px) 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-search-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-search-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
  flex-shrink: 0;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-search-close:hover {
  opacity: 0.6;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-search-form {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background-color: #f5f5f5;
  border-radius: 8px;
  flex: 1;
  max-width: 800px;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-search-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #989898;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-search-input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  outline: none;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-search-input::placeholder {
  color: #656565;
  opacity: 0.5;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-quick-search {
  max-width: 800px;
  margin-left: 52px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-quick-status {
  margin: 0;
  padding: 12px 4px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #6b6b6b;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-quick-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  max-height: min(52vh, 420px);
  overflow-y: auto;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-quick-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 8px;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  border-radius: 6px;
  text-decoration: none;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-quick-item:hover {
  background: #f5f5f5;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-quick-thumb {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  background: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-quick-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-quick-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-quick-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-quick-price {
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-quick-all {
  margin-top: 8px;
  align-self: flex-start;
  appearance: none;
  border: none;
  background: #000;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 16px;
  cursor: pointer;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-quick-all:hover {
  background: #222;
}

@media (max-width: 768px) {
  .cc_sih6v7ma_9dj6BtqkIl .site-header-quick-search {
    margin-left: 0;
  }
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 5vw, 56px);
  flex: 1 1 auto;
  min-width: 0;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-nav-link {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-nav-link.is-active {
  font-weight: 700;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-nav-link:hover {
  color: #656565;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  margin-left: auto;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-action-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
  position: relative;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-action-btn:hover {
  opacity: 0.6;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-icon {
  width: 32px;
  height: 32px;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-cart-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #ef4444;
  color: white;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 5px;
  border-radius: 10px;
  line-height: 1.3;
  min-width: 16px;
  text-align: center;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-burger {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-burger-bar {
  position: absolute;
  left: 18.75%;
  right: 18.75%;
  height: 6.25%;
  background: #080341;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-burger-bar:nth-child(1) {
  top: 28.13%;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-burger-bar:nth-child(2) {
  top: 46.88%;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-burger-bar:nth-child(3) {
  bottom: 28.13%;
}

.cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-menu {
  display: none;
}

/* Mobil sticky tabbar — masaüstünde gizli */
.cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-tabbar {
  display: none;
}

/* ===== Dar masaüstü/tablet: nav taşmasın ===== */
@media (max-width: 1024px) {
  .cc_sih6v7ma_9dj6BtqkIl .site-header-inner {
    gap: 16px;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-nav {
    gap: 24px;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-nav-link {
    font-size: 14px;
  }
}

/* ===== Mobil: 768px ve altı ===== */
@media (max-width: 768px) {
  .cc_sih6v7ma_9dj6BtqkIl .site-header-top-bar {
    display: none;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-inner {
    position: relative;
    padding: 20px 16px;
    justify-content: flex-end;
    min-height: 64px;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 1;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-logo-image {
    height: 36px;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-logo-mark {
    width: auto;
    height: 36px;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-nav, .cc_sih6v7ma_9dj6BtqkIl .site-header-actions {
    display: none;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-menu {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1000;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    animation: cc_sih6v7ma_9dj6BtqkIl_site-header-fade-in 0.2s;
  }

  @keyframes cc_sih6v7ma_9dj6BtqkIl_site-header-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-menu-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 85%;
    max-width: 320px;
    background: #ffffff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    padding: 24px;
    overflow-y: auto;
    animation: cc_sih6v7ma_9dj6BtqkIl_site-header-slide-in 0.3s;
  }

  @keyframes cc_sih6v7ma_9dj6BtqkIl_site-header-slide-in {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #000000;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-search-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 16px;
    margin-top: 48px;
    background: #f5f5f5;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-search-btn:hover {
    background: #e5e5e5;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-search-btn .site-header-icon {
    width: 24px;
    height: 24px;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 24px;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-nav-link {
    padding: 16px 0;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #f3f4f6;
    cursor: pointer;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-nav-link:last-child {
    border-bottom: none;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 24px;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-actions .site-header-action-btn {
    justify-content: flex-start;
    padding: 16px 0;
    gap: 12px;
    border-bottom: 1px solid #f3f4f6;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-actions .site-header-action-btn:last-child {
    border-bottom: none;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-actions .site-header-icon {
    width: 24px;
    height: 24px;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-actions .site-header-action-btn span {
    font-size: 16px;
    font-weight: 500;
  }

  /* ===== Mobil sticky alt menü ===== */
  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-tabbar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    align-items: stretch;
    justify-content: space-around;
    gap: 0;
    min-height: 56px;
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
    font-family: Inter, system-ui, -apple-system, sans-serif;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-tabbar.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-tabbar-btn {
    position: relative;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    padding: 4px 6px;
    margin: 0;
    border: none;
    background: transparent;
    color: #111111;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-tabbar-btn:active {
    opacity: 0.55;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-tabbar-icon {
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-tabbar-label {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-tabbar-cart .site-header-mobile-tabbar-badge {
    position: absolute;
    top: 0;
    right: calc(50% - 22px);
    background: #ef4444;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 1px 5px;
    border-radius: 10px;
    line-height: 1.3;
    min-width: 16px;
    text-align: center;
  }
}

/* Body pad — tabbar içerik örtmesin (yalnızca görünürken) */
@media (max-width: 768px) {
  .cc_sih6v7ma_9dj6BtqkIl html.has-mobile-tabbar {
    --mobile-tabbar-pad: calc(56px + env(safe-area-inset-bottom, 0px));
  }

  .cc_sih6v7ma_9dj6BtqkIl html.has-mobile-tabbar body {
    padding-bottom: var(--mobile-tabbar-pad);
  }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  .cc_sih6v7ma_9dj6BtqkIl .site-header-mobile-tabbar {
    transition: none;
  }
}
