/* Kategori başlığı sürükle-bırak yerleşimi */
body.category-heading-disabled .category-heading-builder-target{display:none!important}
body.category-heading-enabled .category-heading-builder-target.category-heading-builder-active{
  --ch-row-height:34px;
  --ch-padding-top:24px;
  --ch-padding-right:24px;
  --ch-padding-bottom:24px;
  --ch-padding-left:24px;
  --ch-radius:20px;
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  grid-auto-rows:var(--ch-row-height)!important;
  gap:8px!important;
  align-items:stretch!important;
  justify-items:stretch!important;
  min-height:var(--ch-min-height,190px)!important;
  padding:var(--ch-padding-top) var(--ch-padding-right) var(--ch-padding-bottom) var(--ch-padding-left)!important;
  border-radius:var(--ch-radius)!important;
  background:var(--ch-background,transparent)!important;
  position:relative!important;
  overflow:hidden!important;
  text-align:left!important;
  isolation:isolate;
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
  margin:0!important;
}
body.category-heading-enabled .category-heading-builder-target.category-heading-builder-active::before,
body.category-heading-enabled .category-heading-builder-target.category-heading-builder-active::after{
  content:none!important;
  display:none!important;
}
body.category-heading-enabled .category-heading-builder-target[hidden]{display:none!important}
body.category-heading-enabled .category-heading-builder-active .category-heading-copy,
body.category-heading-enabled .category-heading-builder-active .motor-category-heading-copy,
body.category-heading-enabled .category-heading-builder-active>div:not([data-category-heading-generated="1"]):not(.category-heading-preserve-wrapper){display:contents!important}
body.category-heading-enabled .category-heading-builder-target.category-heading-builder-active [data-category-heading-builder-item="1"]{
  grid-column:var(--ch-x)/span var(--ch-w)!important;
  grid-row:var(--ch-y)/span var(--ch-h)!important;
  align-self:stretch!important;
  justify-self:stretch!important;
  min-width:0!important;
  min-height:0!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  box-sizing:border-box!important;
  position:relative!important;
  inset:auto!important;
  transform:none!important;
  z-index:2!important;
  display:flex!important;
  align-items:center!important;
  justify-content:var(--ch-justify,flex-start)!important;
  text-align:var(--ch-align,left)!important;
  color:var(--ch-color,inherit)!important;
  background:var(--ch-item-background,transparent)!important;
  border-radius:var(--ch-item-radius,0)!important;
  padding:var(--ch-item-padding,0)!important;
  font-size:var(--ch-font-size,inherit)!important;
  font-weight:var(--ch-font-weight,inherit)!important;
  line-height:1.2!important;
  overflow:hidden!important;
}
body.category-heading-enabled .category-heading-builder-target.category-heading-builder-active img[data-category-heading-builder-item="1"]{
  width:100%!important;height:100%!important;object-fit:var(--ch-image-fit,cover)!important;display:block!important
}
body.category-heading-enabled .category-heading-builder-target.category-heading-builder-active [data-ch-role="description"]{line-height:1.55!important;align-items:flex-start!important}
body.category-heading-enabled .category-heading-builder-target.category-heading-builder-active [data-ch-role="divider"]{align-self:center!important;height:var(--ch-divider-thickness,1px)!important;min-height:var(--ch-divider-thickness,1px)!important;background:var(--ch-color,currentColor)!important;padding:0!important}
body.category-heading-enabled .category-heading-builder-target.category-heading-builder-active [data-ch-role="spacer"]{visibility:hidden!important;pointer-events:none!important}
body.category-heading-enabled .category-heading-builder-target.category-heading-builder-active [data-ch-role="button"]{text-decoration:none!important;cursor:pointer!important;padding:8px 14px!important;justify-content:center!important}
body.category-heading-enabled .category-heading-builder-target.category-heading-builder-active [data-category-heading-builder-hidden="1"]{display:none!important}

@media(max-width:760px){
  body.category-heading-enabled .category-heading-builder-target.category-heading-builder-active{
    display:flex!important;flex-direction:column!important;min-height:0!important;gap:10px!important;
    padding:calc(var(--ch-padding-top) * .75) calc(var(--ch-padding-right) * .65) calc(var(--ch-padding-bottom) * .75) calc(var(--ch-padding-left) * .65)!important
  }
  body.category-heading-enabled .category-heading-builder-target.category-heading-builder-active [data-category-heading-builder-item="1"]{
    order:var(--ch-mobile-order,1)!important;width:100%!important;min-height:auto!important;overflow:visible!important
  }
  body.category-heading-enabled .category-heading-builder-target.category-heading-builder-active img[data-category-heading-builder-item="1"]{max-height:260px!important;min-height:120px!important}
}


/* Kategori sayfasında başlık ve navigasyon yalnızca sürükle-bırak tasarımından gelir. */
.category-heading-builder-target .category-heading-source-copy{display:contents!important}
body.category-heading-enabled .category-heading-builder-target.category-heading-builder-active [data-ch-role^="nav_"]{
  appearance:none!important;border:1px solid color-mix(in srgb,currentColor 22%,transparent)!important;cursor:pointer!important;
  padding:8px 14px!important;text-decoration:none!important;white-space:nowrap!important;transition:transform .16s ease,opacity .16s ease,box-shadow .16s ease!important
}
body.category-heading-enabled .category-heading-builder-target.category-heading-builder-active [data-ch-role^="nav_"]:hover{
  transform:translateY(-1px)!important;box-shadow:0 6px 18px rgba(15,23,42,.10)!important
}
