/**
 * Techizmet Shop — yalnızca tema çakışma düzeltmeleri (boyut küçültme YOK)
 * base2ff2: input,textarea,select { width:100%; min-height:62px } → radio/checkbox bozulur
 */

/* Mirror hero / kart görselleri — tema .no-js-hidden { display:none } Shopify JS olmadan */
img.no-js-hidden,
img.media_image,
.section-media-grid img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Radio / checkbox — checkout/hesap (ürün varyasyon pill .productOption hariç) */
input[type="radio"]:not(.productOption):not(.checkmark-input),
input[type="checkbox"]:not(.checkmark-input) {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  display: inline-block !important;
  width: 1rem !important;
  height: 1rem !important;
  min-width: 1rem !important;
  min-height: 1rem !important;
  max-width: 1rem !important;
  max-height: 1rem !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-shrink: 0;
  border: none !important;
  background: transparent !important;
  accent-color: var(--text_color, #1a1a1a);
  cursor: pointer;
  vertical-align: middle;
}

/* Ürün kartı varyasyon — yalnızca pill metin (Noor), yanında radio dairesi yok */
.product--variant-picker-list input.productOption,
.product--variants-list input.productOption {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  accent-color: transparent !important;
  cursor: pointer !important;
  z-index: 2 !important;
  display: block !important;
}

.product--variant-picker-list .variant--item,
.product--variants-list.options-style-pills .variant--item {
  position: relative !important;
  display: inline-flex !important;
  align-items: stretch !important;
  height: auto !important;
  min-height: 30px !important;
}

.product--variant-picker-list .variant-item-name,
.product--variants-list.options-style-pills .variant-item-name {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 4px 16px !important;
  border: 1px solid var(--text_color, #000) !important;
  border-radius: 20px !important;
  background: var(--product_card_background, #fff) !important;
  color: var(--text_color, #000) !important;
  font-size: var(--small_text, 0.8125rem) !important;
  pointer-events: none;
}

.product--variant-picker-list input.productOption:checked + .variant-item-name,
.product--variants-list input.productOption:checked + .variant-item-name {
  background-color: var(--text_color, #000) !important;
  color: var(--product_card_background, #fff) !important;
  border-color: var(--text_color, #000) !important;
}

/* Miktar pill — sepet + ürün sayfası (base2ff2 input min-height:62px çakışması) */
:is(
    .cart--side-drawer,
    .cart-page,
    .main-cart--form,
    .section-main-product,
    .quantity-main-product,
    .quickview--side-drawer,
    .sticky--button-box
  )
  .quantity,
:is(
    .cart--side-drawer,
    .cart-page,
    .main-cart--form,
    .section-main-product,
    .quantity-main-product,
    .quickview--side-drawer,
    .sticky--button-box
  )
  quantity-set {
  display: inline-block !important;
  width: auto !important;
}

:is(
    .cart--side-drawer,
    .cart-page,
    .main-cart--form,
    .section-main-product,
    .quantity-main-product,
    .quickview--side-drawer,
    .sticky--button-box
  )
  .quantity--inner {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  border: 1px solid var(--text_color) !important;
  border-radius: var(--form_radius, 999px) !important;
  overflow: hidden;
}

:is(
    .cart--side-drawer,
    .cart-page,
    .main-cart--form,
    .section-main-product,
    .quantity-main-product,
    .quickview--side-drawer,
    .sticky--button-box
  )
  input.quantity-input[type="number"] {
  display: block !important;
  width: 2.25rem !important;
  min-width: 2rem !important;
  max-width: 2.5rem !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 0 2px !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: var(--text, 0.875rem) !important;
  line-height: 1 !important;
  text-align: center !important;
  -moz-appearance: textfield;
  appearance: textfield;
}

:is(
    .cart--side-drawer,
    .cart-page,
    .main-cart--form,
    .section-main-product,
    .quantity-main-product,
    .quickview--side-drawer,
    .sticky--button-box
  )
  input.quantity-input[type="number"]::-webkit-outer-spin-button,
:is(
    .cart--side-drawer,
    .cart-page,
    .main-cart--form,
    .section-main-product,
    .quantity-main-product,
    .quickview--side-drawer,
    .sticky--button-box
  )
  input.quantity-input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

:is(
    .cart--side-drawer,
    .cart-page,
    .main-cart--form,
    .section-main-product,
    .quantity-main-product,
    .quickview--side-drawer,
    .sticky--button-box
  )
  .quantity-button {
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  flex-shrink: 0;
}

:is(
    .cart--side-drawer,
    .cart-page,
    .main-cart--form,
    .section-main-product,
    .quantity-main-product,
    .quickview--side-drawer,
    .sticky--button-box
  )
  .quantity-button svg {
  width: 10px !important;
  height: auto !important;
}

@media (min-width: 768px) {
  :is(
      .cart--side-drawer,
      .cart-page,
      .main-cart--form,
      .section-main-product,
      .quantity-main-product,
      .quickview--side-drawer,
      .sticky--button-box
    )
    .quantity--inner {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
  }

  :is(
      .cart--side-drawer,
      .cart-page,
      .main-cart--form,
      .section-main-product,
      .quantity-main-product,
      .quickview--side-drawer,
      .sticky--button-box
    )
    .quantity-button {
    width: 26px !important;
    min-width: 26px !important;
    max-width: 26px !important;
  }
}

/* Drawer footer — Subtotal / Total hiyerarşisi (referans Noor) */
.cart--side-drawer [data-kn-cart-footer] .cart-summary-price-item {
  font-size: var(--text, 0.875rem);
}

.cart--side-drawer [data-kn-cart-footer] .cart-summary-price-item--total {
  margin-top: 4px;
}

.cart--side-drawer [data-kn-cart-footer] .cart-summary-price-item--total .kn-cart-total-label {
  font-size: var(--medium_text, 1rem);
  font-weight: 600;
}

.cart--side-drawer [data-kn-cart-footer] .cart-summary-price-item--total strong {
  font-size: var(--medium_text, 1rem);
  font-weight: 600;
}

.cart--side-drawer [data-kn-cart-footer] .kn-cart-footer-note {
  margin: 0 0 12px;
  opacity: 0.85;
}

/* Sepet sayfası — Total satırı abartılı büyük olmasın */
.main-cart--bottom-right .cart-summary-price-item--total .heading-font {
  font-size: var(--medium_text, 1rem) !important;
  font-weight: 600;
}

/* Sepet sayfası — mobilde Ödemeye geç ile footer arasında boşluk */
@media (max-width: 767px) {
  .section-main-cart.cart-page .section-wrapper.section-spacing {
    padding-bottom: calc(var(--bottom_spacing, 24px) + 40px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .section-main-cart.cart-page .main-cart--bottom {
    margin-bottom: 4px;
  }

  .section-main-cart.cart-page .cart-summary-buttons {
    margin-top: 12px;
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  main:has(.section-main-cart.cart-page) + footer.section-footer .footer--main.border-radius-enabled {
    margin-top: 8px;
  }
}

/* Hesap — metin/link tipi aksiyonlar (Varsayılan yap / Sil) */
.kn-account-dashboard .button.text-button,
.account-page .address--footer .button.text-button {
  min-height: auto !important;
  height: auto !important;
  min-width: unset !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  text-decoration: underline !important;
  font-size: var(--small_text, 0.8125rem) !important;
  display: inline !important;
  line-height: 1.4 !important;
}

.kn-account-dashboard .address--footer,
.account-page .address--card .address--footer {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px 16px !important;
  margin-top: 12px !important;
}

/* React checkout — seçim satırları */
.kn-address-pick__item,
.kn-shipping-option,
.kn-payment-options label {
  align-items: flex-start;
}

.kn-address-pick__item input[type="radio"],
.kn-shipping-option input[type="radio"],
.kn-payment-options input[type="radio"],
.kn-checkout__terms input[type="checkbox"],
.kn-checkout__account-toggle input[type="checkbox"],
.kn-checkout__billing-same input[type="checkbox"] {
  margin-top: 0.2rem;
}

/* Hesap çekmecesi — header içinden taşındıktan sonra üstte görünsün */
/* React hesap çekmecesi — mirror side-drawer ile aynı görünüm */
aside.kn-react-account-drawer.side-drawer {
  z-index: 999 !important;
}

aside.kn-react-account-drawer.side-drawer.show {
  display: flex !important;
}

aside.kn-react-account-drawer .side--drawer-panel {
  position: relative;
  z-index: 1;
}

aside.kn-react-account-drawer .kn-form-error {
  color: #b91c1c;
  font-size: 0.85rem;
  margin: 0 0 0.5rem;
}

aside.kn-react-account-drawer .text-underline.cursor-pointer,
aside.kn-react-account-drawer button.text-underline {
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}

aside.kn-react-account-drawer .kn-account-logged-in__links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 1rem 0 1.25rem;
}

aside.kn-react-account-drawer .kn-account-logged-in__links a {
  font-size: 0.95rem;
}

aside.kn-react-account-drawer .kn-account__social {
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--border_color, #e5e5e5);
}

aside.kn-react-account-drawer .kn-account__social .button {
  margin-top: 0.5rem;
}

/* Tema kabuğu — header (z-index 250) üstünde; theme9bdd .side-drawer z-index:3 yetersiz */
cart-drawer.side-drawer,
search-drawer.side-drawer,
account-drawer.side-drawer {
  z-index: 999 !important;
}

/* Tema kabuğu — çekmeceler body'de; mirror inline + theme9bdd .show display eksik */
cart-drawer.side-drawer,
search-drawer.side-drawer,
account-drawer.side-drawer {
  position: fixed !important;
  inset: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  transform: none !important;
}

.side-drawer.show,
cart-drawer.side-drawer.show,
search-drawer.side-drawer.show,
account-drawer.side-drawer.show {
  display: flex !important;
  pointer-events: all !important;
}

account-drawer.side-drawer.show {
  display: flex !important;
}

cart-drawer.side-drawer .side--drawer-panel,
search-drawer.side-drawer .side--drawer-panel,
account-drawer.side-drawer .side--drawer-panel {
  position: relative;
  z-index: 1;
}

/* Hesap çekmecesi — giriş yapılmışken misafir formları gizle */
account-drawer.kn-account-is-logged-in [data-form],
account-drawer.kn-account-is-logged-in .account--login-form,
account-drawer.kn-account-is-logged-in .account--register-form,
account-drawer.kn-account-is-logged-in .account--recover-password-form {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

account-drawer.kn-account-is-logged-in account-event {
  display: none !important;
}

account-drawer.kn-account-is-logged-in .kn-account-logged-in {
  padding: 8px 4px 16px;
}

account-drawer.kn-account-is-logged-in .kn-account-logout {
  margin-top: 4px;
}

/* Header arama — tema min-width 120px uygulamasın */
.kn-search-form .kn-search-btn {
  min-width: unset !important;
  min-height: 46px !important;
  padding: 0 14px !important;
}

.kn-search-form--header .kn-search-input {
  min-height: 46px !important;
  width: 9rem !important;
}

/* Header logo — kalıcı kurallar mirror-logo-unify (body sonu) */
.section-header,
sticky-always.header,
sticky-on-scroll.header {
  --logo_width: 320px !important;
}

/* Sticky header — mama fonu şeridi ve hero kartının üstünde (iframe mirror; tema kabuğu hariç) */
html.kn-mirror-embed:not(.kn-theme-shell-product-active) .section-header {
  z-index: 250 !important;
  isolation: isolate;
}

html.kn-mirror-embed #kn-street-food-bar {
  position: relative !important;
  z-index: 2 !important;
  flex-shrink: 0;
}

html.kn-mirror-embed #kn-street-food-hero {
  z-index: 2 !important;
}

@media (min-width: 1025px) {
  /* Duyuru yoksa: şeffaf header absolute — şerit header yüksekliği kadar aşağı */
  html.kn-mirror-embed .section-header + #kn-street-food-bar {
    margin-top: var(--header_height, 80px);
  }

  html.kn-mirror-embed .section-announcement-bar + #kn-street-food-bar {
    margin-top: 0 !important;
  }
}

@media (max-width: 1024px) {
  html.kn-mobile-header .section-header,
  html.kn-mobile-header sticky-always.header,
  html.kn-mobile-header sticky-on-scroll.header {
    --logo_width: min(50vw, calc(100vw - 13rem)) !important;
  }
}

.header--logo {
  width: auto !important;
  max-width: min(var(--logo_width, 320px), 50vw) !important;
  min-height: 56px !important;
  background: transparent !important;
}

.header--logo-img:not(.transparent-logo-img),
.header--logo .header--logo-img:not(.transparent-logo-img) {
  width: auto !important;
  height: 56px !important;
  max-height: 56px !important;
  max-width: min(var(--logo_width, 320px), 50vw) !important;
  object-fit: contain !important;
  object-position: left center !important;
  background: transparent !important;
}

.header--logo .transparent-logo-img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: left center !important;
  background: transparent !important;
}

/* Sticky header — arka plan ve logo geçişi senkron */
.header.desktop-transparent.is-sticky:not(.style-half-width-menu):before,
.header.mobile-transparent.is-sticky:before {
  opacity: 1 !important;
  transition: opacity 0.35s cubic-bezier(0.104, 0.204, 0.492, 1) 0s !important;
}

/* Mobil — header: logo küçülür, TR/EN görünür kalır */
@media (max-width: 1024px) {
  html,
  body,
  .body-main,
  #MainContent {
    overflow-x: clip !important;
    max-width: 100% !important;
  }

  .container-fullwidth,
  .header .container-fullwidth {
    padding-left: max(10px, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(10px, env(safe-area-inset-right, 0px)) !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  html.kn-mobile-header .header--wrapper,
  html.kn-mobile-header .header--wrapper.logo-left-menu-left {
    display: grid !important;
    grid-template-areas: "hamburger logo icons" !important;
    grid-template-columns: 40px minmax(0, 1fr) auto !important;
    column-gap: 4px !important;
    min-height: 48px !important;
    align-items: center !important;
  }

  html.kn-mobile-header .mobile-toggler,
  html.kn-mobile-header .hamburger--toggler,
  html.kn-mobile-header [data-mobile-toggler] {
    grid-area: hamburger !important;
    justify-self: start !important;
  }

  html.kn-mobile-header .header--navigation-main {
    display: none !important;
  }

  html.kn-mobile-header .header--logo {
    grid-area: logo !important;
    justify-self: stretch !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
    max-width: 100% !important;
    max-height: 36px !important;
    overflow: hidden !important;
    flex-shrink: 1 !important;
    margin: 0 !important;
  }

  html.kn-mobile-header .header--right {
    grid-area: icons !important;
    justify-self: end !important;
    min-width: 0 !important;
    flex-shrink: 0 !important;
    overflow: visible !important;
  }

  html.kn-mobile-header .header--logo-img:not(.transparent-logo-img),
  html.kn-mobile-header .header--logo .header--logo-img:not(.transparent-logo-img) {
    max-height: 36px !important;
    height: auto !important;
    max-width: 100% !important;
    width: auto !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  html.kn-mobile-header .header--logo .transparent-logo-img {
    max-height: 36px !important;
  }

  html.kn-mobile-header .header--icons-list {
    gap: 0 !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
  }

  html.kn-mobile-header .header--icons-list > .header--icon-item {
    padding: 0 1px !important;
    flex: 0 0 auto !important;
  }

  html.kn-mobile-header .header--icons-list > .header--icon-item.kn-locale-icon-item {
    display: flex !important;
    align-items: center !important;
  }

  html.kn-mobile-header .header--icons-list .kn-locale-icon-item .kn-iframe-locale button {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    padding: 0 !important;
  }

  html.kn-mobile-header .header--icons-list .header--icon-link-text {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
  }

  /* Tema mobilde hesap ikonunu gizliyor — tüm sayfalarda görünür */
  @media (max-width: 1024px) {
    .header--icons-list > .header--icon-item.account,
    .header--icons-list .header--icon-item.account {
      display: flex !important;
      visibility: visible !important;
      flex: 0 0 auto !important;
    }
  }

  .section-announcement-bar,
  html.kn-mirror-embed .announcement-bar--main,
  html.kn-mirror-embed .announcement-bar--wrapper,
  html.kn-mirror-embed .announcement-bar--middle,
  html.kn-mirror-embed .announcement-bar--slide-outer {
    overflow: hidden !important;
    max-width: 100% !important;
  }

  html.kn-mirror-embed .announcement-bar--text {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    padding-left: max(8px, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(8px, env(safe-area-inset-right, 0px)) !important;
  }

  /* Mobil mirror — header kaydırınca gizlenmesin / şeffaflık flaşı olmasın */
  html.kn-mirror-embed.kn-mobile-header sticky-always.header.is-hidden,
  html.kn-mirror-embed.kn-mobile-header sticky-on-scroll.header.is-hidden {
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html.kn-mirror-embed.kn-mobile-header .header.mobile-transparent::before,
  html.kn-mirror-embed.kn-mobile-header .header.mobile-transparent.is-sticky::before {
    opacity: 1 !important;
    transition: none !important;
  }

  html.kn-mirror-embed.kn-mobile-header .header.mobile-transparent .transparent-logo-img {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html.kn-mirror-embed.kn-mobile-header .header.mobile-transparent .header--logo-img:not(.transparent-logo-img) {
    opacity: 1 !important;
  }

  html.kn-mirror-embed.kn-mobile-header:not(.kn-theme-shell-product-active) .section-header {
    z-index: 250 !important;
  }

  html.kn-mirror-embed.kn-mobile-header .section-header,
  html.kn-mirror-embed.kn-mobile-header .header {
    transition: none !important;
  }
}

/* Ürün galeri lightbox — sticky header ve mega menünün üstünde */
.popup.product-media-popup,
product-media-popup.popup {
  z-index: 300 !important;
}

/* Mirror iframe: scroll-lock fixed popup'ı sayfa akışına düşürür */
html.kn-mirror-embed product-media-popup.popup,
html.kn-mirror-embed .popup.product-media-popup {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  z-index: 20000 !important;
}

html.kn-mirror-embed product-media-popup.popup .popup-dialog.fullwidth,
html.kn-mirror-embed .popup.product-media-popup .popup-dialog.fullwidth {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

html.kn-mirror-embed product-media-popup .popup-close,
html.kn-mirror-embed .product-media-popup .popup-close {
  pointer-events: all !important;
  z-index: 5 !important;
  position: relative !important;
}

html.kn-mirror-embed.kn-product-zoom-open #kn-street-food-bar {
  display: none !important;
}

html.kn-mirror-embed.kn-product-zoom-open,
html.kn-mirror-embed.kn-product-zoom-open body {
  overflow: visible !important;
}

/* Koleksiyon sıralama / filtre — tema checkmark radio (native appearance çakışmasını önle) */
.filter-option-item.radio-box {
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
  min-height: 28px;
}

.filter-option-item.radio-box .checkmark-input {
  -webkit-appearance: none !important;
  appearance: none !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  border: 1px solid var(--text_color, #1a1a1a) !important;
  border-radius: 50% !important;
  background: transparent !important;
  opacity: 1 !important;
  cursor: pointer !important;
  z-index: 2;
  transform: translateY(-50%) !important;
  accent-color: transparent !important;
}

.filter-option-item.radio-box .checkmark {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background: transparent !important;
  pointer-events: none !important;
  transform: translateY(-50%) scale(0) !important;
  transform-origin: center center !important;
}

.filter-option-item.radio-box .checkmark-input:checked ~ .checkmark {
  background-color: var(--text_color, #1a1a1a) !important;
  transform: translateY(-50%) scale(0.5) !important;
}

.filter-option-item.radio-box .checkmark-input:checked ~ .checkmark::after {
  display: none !important;
  content: none !important;
}

.filter-option-item.radio-box > label {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.35 !important;
  cursor: pointer;
}

/* Yukarı çık — tema SVG + icon_bounce bazen görünmez; CSS ok */
.scroll-to-top {
  z-index: 90 !important;
}

.scroll-to-top:not(.show) {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.scroll-to-top.show {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}

.scroll-to-top-inner {
  color: var(--scroll-top-color, #1a1a1a) !important;
  overflow: visible !important;
}

.scroll-to-top-inner svg {
  display: none !important;
}

.scroll-to-top-inner::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: 4px;
  flex-shrink: 0;
}

/* Müşteri yorumları — admin limitinin üstündeki kartlar (swiper inline style'ı ezer) */
.section-testimonial .testimonial--item[data-kn-hidden="1"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Müşteri yorumları — az kart varken ortala, kaydırma yok (geniş ekran) */
@media (min-width: 1025px) {
  .section-testimonial.kn-testimonial-fits .testimonial--outer .swiper-wrapper {
    justify-content: center;
    transform: none !important;
  }
  .section-testimonial.kn-testimonial-fits .testimonial--outer .swiper-slide {
    width: min(
      300px,
      calc((100% - 20px * (var(--kn-testimonial-visible, 4) - 1)) / var(--kn-testimonial-visible, 4))
    ) !important;
    max-width: 300px;
  }
  .section-testimonial.kn-testimonial-fits .swiper-button-prev,
  .section-testimonial.kn-testimonial-fits .swiper-button-next,
  .section-testimonial.kn-testimonial-fits .swiper-scrollbar,
  .section-testimonial.kn-testimonial-fits .swiper--custom-buttons {
    display: none !important;
  }
  .section-testimonial.kn-testimonial-fits .testimonial--outer {
    cursor: default;
    overflow: hidden;
  }
}

/* İndirim şeridi — kayan + okunabilir (uzun metin / kontur sorunu) */
.section-marquee .marquee--block-node {
  --marque_text_size: clamp(16px, 3.2vw, 42px);
}

@media (max-width: 767px) {
  .section-marquee .marquee--block-node {
    --marque_text_size: clamp(13px, 4.2vw, 22px) !important;
  }
}

.section-marquee .marquee--block-node .marquee--block {
  animation: text-marque var(--marquee_speed, 45s) linear infinite;
}

.section-marquee .marquee-text .outline--filled {
  color: var(--highlight_color, var(--node_color, #111)) !important;
  -webkit-text-stroke: 0;
  background: none !important;
}

.section-marquee .marquee-text .kn-marquee-solid {
  color: var(--node_color, #111) !important;
}

.section-marquee .marquee--block-node-inner {
  width: max-content;
  min-width: 100%;
}

.section-marquee.kn-marquee-readable #marqueBlock-marque_34RhxW,
.section-marquee.kn-marquee-readable .marquee--block-node {
  --marque_text_size: clamp(18px, 3.2vw, 42px);
}

@media (max-width: 767px) {
  .section-marquee.kn-marquee-readable #marqueBlock-marque_34RhxW,
  .section-marquee.kn-marquee-readable .marquee--block-node {
    --marque_text_size: clamp(14px, 4.5vw, 22px) !important;
  }
}

.section-marquee.kn-marquee-readable .marquee--block-node.autoplay--infinite .marquee--block {
  animation: text-marque var(--marquee_speed, 45s) linear infinite;
}

.section-marquee.kn-marquee-readable .marquee-text {
  letter-spacing: 0.02em;
}

.section-marquee.kn-marquee-readable .marquee-text .kn-marquee-solid {
  color: var(--node_color, #111) !important;
  -webkit-text-stroke: 0;
  background: none !important;
}

.section-marquee.kn-marquee-readable .marquee-text .outline--filled.outline-animate {
  color: var(--highlight_color, #111) !important;
  background-size: 100% 100%;
  -webkit-text-stroke: 1px var(--highlight_color, #111);
}

.section-marquee.kn-marquee-readable .marquee--block-node-inner {
  width: max-content;
  min-width: 100%;
}

/* Liste / karşılaştırma fiyatı — tüm vitrin kartları */
.product--pricing .product--cut-price,
.collections-tab--info .product--cut-price,
.horizontal--product-detail .product--cut-price,
.kn-fav-card__price .product--cut-price {
  text-decoration: line-through;
  opacity: 0.72;
}

.collections-tab--info .product--pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
}

.collections-tab--info .product--cut-price {
  font-size: 0.85em;
}

#MainContent .product--pricing .product--cut-price {
  margin-left: 0.5rem;
}

/* Tema kabuğu duyuru şeridi — metin kadar yükseklik */
.kn-theme-shell-announcement {
  min-height: 0 !important;
}

.kn-theme-shell-announcement .announcement-bar--wrapper {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.kn-theme-shell-announcement .announcement-bar--text {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  line-height: 1.35 !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  font-size: clamp(0.75rem, 2.8vw, 0.8125rem) !important;
}

.kn-theme-shell-announcement .announcement-bar--middle {
  max-width: min(100%, 36rem) !important;
}

/* Tema kabuğunda JS şeridi yok — yalnızca React StreetFoodFundBar */
html:has(.kn-theme-shell-announcement) #kn-street-food-bar {
  display: none !important;
}

/* Revealing text — statik metin görünür, bölüm kompakt */
.kn-theme-shell-sections #MainContent .section-revealing-text reveal-text,
.kn-theme-shell-sections #MainContent .section-revealing-text .revealing-text-line,
.kn-theme-shell-sections #MainContent .section-revealing-text .revealing-text-char {
  display: none !important;
}

.kn-theme-shell-sections #MainContent .section-revealing-text .kn-revealing-static-text,
.kn-theme-shell-sections #MainContent .section-revealing-text .revealing-text--content {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: rgb(var(--text_color, 0, 0, 0)) !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: currentColor !important;
  max-width: min(920px, 92vw);
  margin: 0 auto;
  line-height: 1.4 !important;
  font-size: clamp(1.05rem, 2.2vw, 1.75rem) !important;
  text-align: center;
}

.kn-theme-shell-sections #MainContent .section-revealing-text .section-wrapper {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.kn-theme-shell-sections #MainContent .section-revealing-text .background--overlay-image {
  opacity: 0.12;
  max-height: 12rem;
  overflow: hidden;
}

.kn-theme-shell-sections #MainContent .section-revealing-text .container-fullwidth,
.kn-theme-shell-sections #MainContent .section-revealing-text .revealing-text--wrapper {
  position: relative !important;
  z-index: 2 !important;
}

.kn-theme-shell-sections #MainContent .section-revealing-text .kn-revealing-static {
  position: relative !important;
  z-index: 3 !important;
  display: block !important;
  width: 100%;
  padding: 0.5rem 1rem;
}

/* WhatsApp bot — base2ff2 input min-height:62px çakışması */
.kn-whatsapp-widgets input:not([type="radio"]):not([type="checkbox"]),
.kn-whatsapp-widgets textarea,
.kn-whatsapp-widgets select {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
}

.kn-whatsapp-widgets input::placeholder,
.kn-whatsapp-widgets textarea::placeholder {
  font-size: 0.8125rem !important;
  line-height: 1.3 !important;
  opacity: 0.72;
}

.kn-whatsapp-widgets button {
  box-sizing: border-box !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  padding: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: none;
  appearance: none;
}

/* Ürün tema kabuğu — tam genişlik + galeri/bilgi kartı düzeni */
html.kn-theme-shell-product-active,
html.kn-theme-shell-product-active body {
  overflow-x: visible !important;
  width: 100% !important;
  max-width: none !important;
}

html.kn-theme-shell-product-active .kn-main,
html.kn-theme-shell-product-active .kn-theme-shell-product,
html.kn-theme-shell-product-active .kn-theme-shell-product__main,
html.kn-theme-shell-product-active #MainContent,
html.kn-theme-shell-product-active .section-header,
html.kn-theme-shell-product-active .section-header .header,
html.kn-theme-shell-product-active .container-fullwidth,
html.kn-theme-shell-product-active #MainContent .section-main-product,
html.kn-theme-shell-product-active #MainContent .section-main-product .section-wrapper,
html.kn-theme-shell-product-active #MainContent .product--wrapper,
html.kn-theme-shell-product-active #MainContent .section-marquee .section-wrapper,
html.kn-theme-shell-product-active #MainContent .product--detail-bottom-content {
  width: 100% !important;
  max-width: none !important;
}

html.kn-theme-shell-product-active #MainContent .section-main-product .section-wrapper {
  position: relative !important;
  overflow: visible !important;
}

/* layout_1: masaüstü — galeri üzerinde sağda bilgi kartı */
@media (min-width: 1025px) {
  html.kn-theme-shell-product-active #MainContent .product--wrapper.layout_1 {
    position: relative !important;
    min-height: min(100vh, 2160px) !important;
  }

  html.kn-theme-shell-product-active #MainContent .product--wrapper.layout_1 .main--product-content-wrapper {
    position: absolute !important;
    top: calc(var(--desktop_transparent_header_height, 0px) + 3rem) !important;
    right: 2rem !important;
    left: auto !important;
    width: 100% !important;
    max-width: min(40vw, 560px) !important;
    height: auto !important;
    max-height: calc(100vh - calc(var(--header_height, 114px) + 8rem)) !important;
    margin-top: 0 !important;
    justify-content: flex-end !important;
    z-index: 2 !important;
  }

  html.kn-theme-shell-product-active #MainContent .product--wrapper.layout_1 .main--product-content {
    max-width: none !important;
  }

  html.kn-theme-shell-product-active #MainContent .product--detail-bottom-content {
    max-width: none !important;
    padding-top: 2rem !important;
  }
}

/* layout_1: mobil — galeri üstte, bilgi ve sepete ekle altta (dikey akış) */
@media (max-width: 1024px) {
  html.kn-theme-shell-product-active,
  html.kn-theme-shell-product-active body {
    overflow-x: clip !important;
    max-width: 100% !important;
  }

  html.kn-theme-shell-product-active #MainContent .section-main-product .section-wrapper,
  html.kn-theme-shell-product-active #MainContent .section-main-product .container-fullwidth {
    padding-left: max(12px, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(12px, env(safe-area-inset-right, 0px)) !important;
    box-sizing: border-box !important;
  }

  html.kn-theme-shell-product-active #MainContent .product--wrapper.layout_1 {
    position: relative !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  html.kn-theme-shell-product-active #MainContent .product--wrapper.layout_1 .row,
  html.kn-theme-shell-product-active #MainContent .product--wrapper.layout_1 [class*="col-"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }

  html.kn-theme-shell-product-active #MainContent .product--wrapper.layout_1 .main--product-image-wrapper,
  html.kn-theme-shell-product-active #MainContent .product--wrapper.layout_1 .main--product-image-slider-outer,
  html.kn-theme-shell-product-active #MainContent .product--wrapper.layout_1 .main--product-media {
    width: 100% !important;
    max-width: 100% !important;
  }

  html.kn-theme-shell-product-active #MainContent .product--wrapper.layout_1 .main--product-content-wrapper {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    margin-top: 0 !important;
    padding: 1rem 0 0 !important;
    justify-content: flex-start !important;
    z-index: auto !important;
    box-sizing: border-box !important;
  }

  html.kn-theme-shell-product-active #MainContent .product--wrapper.layout_1 .main--product-content,
  html.kn-theme-shell-product-active #MainContent .product--wrapper.layout_1 .main--product-content-inner {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  html.kn-theme-shell-product-active #MainContent .main--product-content-inner .product-title-heading,
  html.kn-theme-shell-product-active #MainContent .main--product-content-inner .heading-font.product-title-heading {
    font-size: clamp(1.05rem, 4.8vw, 1.35rem) !important;
    line-height: 1.3 !important;
    white-space: normal !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }

  html.kn-theme-shell-product-active #MainContent .product--detail-bottom-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 1.25rem 0 2rem !important;
    box-sizing: border-box !important;
  }

  html.kn-theme-shell-product-active #MainContent .product--detail-accordion,
  html.kn-theme-shell-product-active #MainContent .product-accordion,
  html.kn-theme-shell-product-active #MainContent .product-accordion--item,
  html.kn-theme-shell-product-active #MainContent .product-accordion--content,
  html.kn-theme-shell-product-active #MainContent .product-accordion--content-body {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  html.kn-theme-shell-product-active #MainContent .product-accordion--heading-text {
    white-space: normal !important;
    word-break: break-word !important;
  }

  html.kn-theme-shell-product-active #MainContent .product-buy-buttons,
  html.kn-theme-shell-product-active #MainContent .product-form-buttons,
  html.kn-theme-shell-product-active #MainContent .sticky--button-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html.kn-theme-shell-product-active #MainContent .normal-button,
  html.kn-theme-shell-product-active #MainContent .product-form--submit,
  html.kn-theme-shell-product-active #MainContent .sticky--button-box .button,
  html.kn-theme-shell-product-active #MainContent .main--product-content-inner .button[type="submit"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    line-height: 1.25 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  html.kn-theme-shell-product-active #MainContent .quantity-main-product,
  html.kn-theme-shell-product-active #MainContent .quantity.quantity-main-product {
    align-self: flex-start !important;
  }
}

html.kn-theme-shell-product-active #MainContent .main--product-content-inner {
  color: var(--text_color, #212121) !important;
}

html.kn-theme-shell-product-active #MainContent .main--product-content-inner .product-title-heading,
html.kn-theme-shell-product-active #MainContent .main--product-content-inner .heading-font,
html.kn-theme-shell-product-active #MainContent .main--product-content-inner .product--actual-price,
html.kn-theme-shell-product-active #MainContent .main--product-content-inner .product--variants-title,
html.kn-theme-shell-product-active #MainContent .main--product-content-inner label,
html.kn-theme-shell-product-active #MainContent .main--product-content-inner p,
html.kn-theme-shell-product-active #MainContent .main--product-content-inner .button {
  opacity: 1 !important;
  visibility: visible !important;
}

html.kn-theme-shell-product-active #MainContent .main--product-content-inner .product-title-heading,
html.kn-theme-shell-product-active #MainContent .main--product-content-inner .heading-font {
  color: var(--heading_color, #000) !important;
}

html.kn-theme-shell-product-active #MainContent .main--product-image-slider-outer {
  opacity: 1 !important;
  width: 100% !important;
}

html.kn-theme-shell-product-active #MainContent .main--product-image-slider-outer:not(.swiper-initialized) .main--product-image-slider {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory;
  gap: 2px;
}

html.kn-theme-shell-product-active #MainContent .main--product-image-slider-outer:not(.swiper-initialized) .swiper-slide {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  scroll-snap-align: start;
}

/* Tema kabuğu ana sayfa — hero media-grid + sol alt mama fonu kartı */
.kn-theme-shell-home #MainContent > .section-media-grid:first-of-type .media-grid--wrapper {
  position: relative !important;
}

.kn-theme-shell-home #kn-street-food-hero {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 5;
  pointer-events: none;
  max-width: 420px;
}

.kn-theme-shell-home #kn-street-food-hero[hidden] {
  display: none !important;
}

.kn-theme-shell-home .kn-street-food-hero__card {
  pointer-events: auto;
  border-radius: 14px;
  padding: 14px 16px;
  background: linear-gradient(135deg, rgba(31, 77, 58, 0.94) 0%, rgba(45, 106, 79, 0.92) 100%);
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
}

.kn-theme-shell-home .kn-street-food-hero__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.kn-theme-shell-home .kn-street-food-hero__slogan {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.95;
}

.kn-theme-shell-home .kn-street-food-hero__counts {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
}

.kn-theme-shell-home .kn-street-food-hero__track {
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  margin-top: 6px;
  overflow: hidden;
}

.kn-theme-shell-home .kn-street-food-hero__fill {
  height: 100%;
  border-radius: 999px;
  background: #b7e4c7;
  transition: width 0.35s ease;
}

.kn-theme-shell-home .kn-street-food-hero__sub {
  margin-top: 8px;
  font-size: 11px;
  opacity: 0.9;
}

.kn-theme-shell-home .kn-street-food-hero__link {
  display: inline-block;
  margin-top: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width: 768px) {
  .kn-theme-shell-home #kn-street-food-hero {
    left: 24px;
    right: auto;
    bottom: 24px;
    max-width: 380px;
  }
}

@media (max-width: 640px) {
  .kn-theme-shell-home #kn-street-food-hero {
    left: 10px;
    right: 10px;
    bottom: 10px;
    max-width: none;
  }

  .kn-theme-shell-home .kn-street-food-hero__card {
    padding: 12px 14px;
  }
}

/* Sepet çekmecesi — alt butonlar (üst üste binme + daha sıcak renk) */
[data-kn-cart-footer] .cart-drawer--footer-content {
  padding: 1rem 1.25rem 1.35rem;
  border-top: 1px solid var(--border_color, #e8e8e8);
  background: #fff;
}

.kn-cart-drawer-buttons,
.cart-drawer-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 1rem;
}

.kn-cart-drawer-buttons .kn-cart-drawer-btn,
.cart-drawer-buttons .button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100% !important;
  min-height: 48px;
  padding: 0.75rem 1rem !important;
  margin: 0 !important;
  border-radius: 10px !important;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.25;
  text-decoration: none;
  box-sizing: border-box;
  position: static !important;
  float: none !important;
  transform: none !important;
}

.kn-cart-drawer-btn--secondary,
.cart-drawer-buttons .button-secondary {
  background: #f4f4f4 !important;
  color: #1a1a1a !important;
  border: 1px solid #ddd !important;
  box-shadow: none !important;
}

.kn-cart-drawer-btn--primary,
.cart-drawer-buttons .cart-checkout-btn {
  background: var(--button_bg_color, #8b5a2b) !important;
  color: var(--button_text_color, #fff) !important;
  border: none !important;
  box-shadow: 0 2px 8px rgba(139, 90, 43, 0.25) !important;
}

.kn-cart-drawer-btn--primary:hover,
.cart-drawer-buttons .cart-checkout-btn:hover {
  filter: brightness(1.06);
}

/* Sepet çekmecesi başlık — cartcfbd.css ertelenince kapatma sola düşmesin */
cart-drawer.cart--side-drawer .cart--drawer-content-header,
.cart--side-drawer .cart--drawer-content-header {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

cart-drawer.cart--side-drawer .cart--drawer-heading,
.cart--side-drawer .cart--drawer-heading {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

cart-drawer.cart--side-drawer .cart--drawer-content-header close-drawer,
.cart--side-drawer .cart--drawer-content-header close-drawer {
  margin-left: auto !important;
  flex: 0 0 auto !important;
}

cart-drawer .cart--drawer-main {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

cart-drawer [data-cart-drawer-body] {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}

cart-drawer [data-kn-cart-footer] {
  flex: 0 0 auto;
  margin-top: auto;
}
