/* OpenDesign output for Kutay Teknik nopCommerce 4.90 catalog and product bodies. */

/* ==========================================================================
   Kutay Teknik — kategori gövdesi. Her kural .html-category-page ile başlar.
   ========================================================================== */
.html-category-page{
  --kt-bg:            oklch(0.984 0.004 250);
  --kt-surface:       oklch(1 0 0);
  --kt-surface-soft:  oklch(0.972 0.006 250);
  --kt-fg:            oklch(0.28 0.021 258);
  --kt-fg-soft:       oklch(0.44 0.019 258);
  --kt-muted:         oklch(0.56 0.017 258);
  --kt-border:        oklch(0.906 0.008 258);
  --kt-border-strong: oklch(0.842 0.012 258);
  --kt-accent:        oklch(0.505 0.132 249);
  --kt-accent-soft:   oklch(0.955 0.024 249);
  --kt-teal:          oklch(0.545 0.083 205);
  --kt-teal-soft:     oklch(0.958 0.028 205);
  --kt-action:        oklch(0.688 0.166 52);
  --kt-action-hi:     oklch(0.628 0.166 52);
  --kt-action-ink:    oklch(0.26 0.058 52);
  --kt-danger:        oklch(0.545 0.164 26);
  --kt-radius:        10px;
  --kt-shadow:        0 1px 2px oklch(0.28 0.021 258 / .06), 0 1px 8px oklch(0.28 0.021 258 / .05);
  --kt-shadow-lift:   0 2px 4px oklch(0.28 0.021 258 / .07), 0 10px 22px oklch(0.28 0.021 258 / .09);
  --kt-sans: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", sans-serif;
  --kt-display: "Poppins", "Segoe UI", system-ui, sans-serif;

  background: var(--kt-bg);
  color: var(--kt-fg);
  font-family: var(--kt-sans);
  font-size: 15px;
  line-height: 1.55;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
.html-category-page *,
.html-category-page *::before,
.html-category-page *::after{ box-sizing: border-box; }

.html-category-page .kt-shell{
  max-width: 1920px;
  margin: 0 auto;
  padding: 28px 20px 64px;
}
.html-category-page .kt-category-breadcrumb{
  width: 100%;
  padding: 10px 0 0;
  background: transparent;
}
.html-category-page .kt-breadcrumb-shell{
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
}
.html-category-page .kt-category-breadcrumb .breadcrumb{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  color: var(--kt-muted);
  font-size: 13px;
}
.html-category-page .kt-category-breadcrumb .breadcrumb-item + .breadcrumb-item::before{
  padding: 0 10px;
  color: var(--kt-border-strong);
  content: ">";
}
.html-category-page .kt-category-breadcrumb .breadcrumb a,
.html-category-page .kt-category-breadcrumb .breadcrumb .current-item{
  color: var(--kt-fg-soft);
  text-decoration: none;
}
.html-category-page .kt-category-breadcrumb .breadcrumb .current-item{ color: var(--kt-muted); font-weight: 400; }
.html-category-page .kt-category-breadcrumb .home-icon img{ width: 16px; height: 16px; object-fit: contain; }
.html-category-page .kt-category-heading-row{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0 14px;
}
.html-category-page .kt-category-heading-title{ min-width: 0; }
.html-category-page .kt-category-heading-row h1{
  margin: 0;
  color: var(--kt-fg);
  font-family: var(--kt-display);
  font-size: 28px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -.015em;
}
.html-category-page .kt-category-heading-count{
  color: var(--kt-fg-soft);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}
.html-category-page .kt-heading-sort{
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 220px;
  min-height: 48px;
  padding: 0 42px 0 16px;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 10px;
  box-shadow: var(--kt-shadow);
}
.html-category-page .kt-heading-sort label{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.html-category-page .kt-heading-sort select{
  width: 100%;
  min-width: 0;
  padding: 0;
  color: var(--kt-fg);
  font: 600 14px/1.2 var(--kt-sans);
  background: transparent;
  border: 0;
  outline: 0;
  appearance: none;
  cursor: pointer;
}
.html-category-page .kt-heading-sort-caret{
  position: absolute;
  right: 16px;
  top: 50%;
  color: var(--kt-muted);
  font-size: 19px;
  line-height: 1;
  transform: translateY(-55%);
  pointer-events: none;
}
.html-category-page .catalog-products-panel .product-sorting{ display: none; }
.html-category-page :focus-visible{
  outline: 2px solid var(--kt-accent);
  outline-offset: 2px;
  border-radius: 6px;
}

/* ---------- Kategori başlığı / açıklaması ---------- */
.html-category-page .category-description{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 14px;
  padding: 26px 28px 24px;
  box-shadow: var(--kt-shadow);
}
.html-category-page .category-description > div{ min-width: 0; }
.html-category-page .category-description img,
.html-category-page .category-description video{ max-width: 100%; height: auto; }
.html-category-page .category-description table{ display: block; max-width: 100%; overflow-x: auto; }
.html-category-page .kt-cat-meta{
  margin: 0;
  min-width: 112px;
  color: var(--kt-muted);
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}
.html-category-page .kt-cat-meta strong{
  display: block;
  margin-bottom: 3px;
  color: var(--kt-fg);
  font-family: var(--kt-display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.html-category-page .kt-eyebrow{
  font-family: var(--kt-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--kt-teal);
  margin: 0 0 8px;
}
.html-category-page .category-description h1{
  font-family: var(--kt-display);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.18;
  margin: 0 0 12px;
  color: var(--kt-fg);
  max-width: 20ch;
}
.html-category-page .category-description .kt-lead{
  margin: 0;
  max-width: 74ch;
  color: var(--kt-fg-soft);
  font-size: 15.5px;
}
.html-category-page .category-description > div > p:not(.kt-cat-meta){
  margin: 0;
  max-width: 74ch;
  color: var(--kt-fg-soft);
  font-size: 15.5px;
}
.html-category-page .kt-cat-trust{
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.html-category-page .kt-cat-trust li{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 6px 12px 6px 10px;
  border: 1px solid var(--kt-border);
  border-radius: 999px;
  background: var(--kt-surface-soft);
  color: var(--kt-fg-soft);
  font-size: 13px;
  font-weight: 500;
}
.html-category-page .kt-cat-trust li span{ color: var(--kt-teal); font-weight: 700; }
.html-category-page .category-grid,
.html-category-page .featured-product-grid{ margin-top: 24px; }
.html-category-page .category-grid > .title,
.html-category-page .featured-product-grid > .title{
  margin: 0 0 14px;
  font-family: var(--kt-display);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--kt-fg);
}
.html-category-page .sub-category-grid .item-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.html-category-page .sub-category-item{
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.html-category-page .sub-category-item:hover{
  border-color: var(--kt-accent);
  box-shadow: var(--kt-shadow-lift);
}
.html-category-page .sub-category-item .picture{
  background: var(--kt-surface-soft);
  border-bottom: 1px solid var(--kt-border);
}
.html-category-page .sub-category-item .picture a{
  display: block;
  aspect-ratio: 16 / 10;
  padding: 12px;
}
.html-category-page .sub-category-item .picture img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.html-category-page .sub-category-item > .title{
  margin: 0;
  padding: 13px 14px 15px;
  font-family: var(--kt-display);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}
.html-category-page .sub-category-item > .title a{
  color: var(--kt-fg);
  text-decoration: none;
}
.html-category-page .sub-category-item > .title a:hover{ color: var(--kt-accent); }
.html-category-page .kt-category-sidebar{
  padding: 16px;
  background: var(--kt-surface);
  border-bottom: 1px solid var(--kt-border);
}
.html-category-page .kt-category-sidebar h2{
  margin: 0 0 12px;
  color: var(--kt-fg);
  font-family: var(--kt-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
.html-category-page .kt-category-list{ display: grid; gap: 8px; }
.html-category-page .kt-category-card{
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 6px;
  color: var(--kt-fg);
  background: var(--kt-surface-soft);
  border: 1px solid var(--kt-border);
  border-radius: 8px;
  text-decoration: none;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.html-category-page .kt-category-card:hover{
  background: var(--kt-accent-soft);
  border-color: var(--kt-accent);
  box-shadow: var(--kt-shadow);
}
.html-category-page .kt-category-card-picture{
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 6px;
}
.html-category-page .kt-category-card-picture img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.html-category-page .kt-category-card-name{
  min-width: 0;
  color: var(--kt-fg);
  font-family: var(--kt-display);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.html-category-page .kt-category-card:hover .kt-category-card-name{ color: var(--kt-accent); }
.html-category-page .kt-catalog-sidebar{
  position: sticky;
  top: 16px;
  min-width: 0;
}
.html-category-page .sub-category-grid{
  margin: 0 0 14px;
  padding: 14px;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 12px;
  box-shadow: var(--kt-shadow);
}
.html-category-page .kt-category-heading{
  margin: 0 0 11px;
  color: var(--kt-fg);
  font-family: var(--kt-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}
.html-category-page .kt-category-card{
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.html-category-page .kt-category-card a{
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 6px 8px 6px 6px;
  color: var(--kt-fg);
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 9px;
  text-decoration: none;
}
.html-category-page .kt-category-card a:hover{
  color: var(--kt-fg);
  background: var(--kt-accent-soft);
  border-color: var(--kt-accent);
  box-shadow: var(--kt-shadow);
}
.html-category-page .kt-category-thumb{
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  background: var(--kt-surface-soft);
  border: 1px solid var(--kt-border);
  border-radius: 7px;
}
.html-category-page .kt-category-thumb img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.html-category-page .kt-category-name{
  min-width: 0;
  color: var(--kt-fg);
  font-family: var(--kt-display);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.html-category-page .kt-category-arrow{
  color: var(--kt-muted);
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.html-category-page .kt-category-card a:hover .kt-category-name,
.html-category-page .kt-category-card a:hover .kt-category-arrow{ color: var(--kt-accent); }
.html-category-page .kt-catalog-sidebar > .catalog-filter-panel{ min-width: 0; }
.html-category-page .kt-assurances{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 20px 0 0;
  padding: 0;
}
.html-category-page .kt-assurances li{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  color: var(--kt-fg-soft);
  background: var(--kt-surface-soft);
  border: 1px solid var(--kt-border);
  border-radius: 999px;
  padding: 6px 13px 6px 10px;
}
.html-category-page .kt-assurances svg{ color: var(--kt-teal); flex: none; }

.html-category-page .kt-subcats{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--kt-border);
}
.html-category-page .kt-subcats a{
  font-family: var(--kt-display);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: var(--kt-fg-soft);
  background: var(--kt-surface);
  border: 1px solid var(--kt-border-strong);
  border-radius: 8px;
  padding: 7px 14px;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.html-category-page .kt-subcats a:hover{
  background: var(--kt-accent-soft);
  border-color: var(--kt-accent);
  color: var(--kt-accent);
}
.html-category-page .kt-subcats a[aria-current="true"]{
  background: var(--kt-accent);
  border-color: var(--kt-accent);
  color: oklch(1 0 0);
}

/* ---------- Ticaret alanı: filtre + ürünler ---------- */
.html-category-page .catalog-category-commerce{
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  margin-top: 24px;
}

/* ---------- Filtre paneli ---------- */
.html-category-page .catalog-filter-panel{
  position: sticky;
  top: 16px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 14px;
  box-shadow: var(--kt-shadow);
  overflow: hidden;
}
.html-category-page .kt-filter-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--kt-border);
}
.html-category-page .kt-filter-head h2{
  font-family: var(--kt-display);
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -.01em;
}
.html-category-page .kt-filter-title{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.html-category-page .kt-filter-icon{
  color: var(--kt-accent);
  font-size: 16px;
  line-height: 1;
  transform: rotate(90deg);
}
.html-category-page .kt-filter-meta{
  font-size: 12px;
  color: var(--kt-muted);
}
.html-category-page .kt-filter-body-wrap{ display: block; }
.html-category-page .kt-filter-body-wrap[hidden]{ display: none; }
.html-category-page .product-filters{ margin: 0; }
.html-category-page .product-filter{
  border-bottom: 1px solid var(--kt-border);
}
.html-category-page .product-filter:last-child{ border-bottom: 0; }
.html-category-page .product-filter .filter-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 13px 18px;
  color: var(--kt-fg);
  font: 600 13.5px/1.2 var(--kt-display);
  cursor: pointer;
}
.html-category-page .product-filter .filter-title:hover{ background: var(--kt-surface-soft); }
.html-category-page .product-filter .filter-content{ padding: 2px 18px 18px; }
.html-category-page .product-filter ul.group{
  list-style: none;
  margin: 0;
  padding: 0;
}
.html-category-page .product-filter ul.group + ul.group{ margin-top: 14px; }
.html-category-page .product-filter ul.group .name{
  margin: 0 0 6px;
  color: var(--kt-fg-soft);
  font-size: 12px;
  font-weight: 600;
}
.html-category-page .product-filter ul.group .item{
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  color: var(--kt-fg-soft);
  font-size: 13.5px;
}
.html-category-page .product-filter ul.group .item label{ cursor: pointer; }
.html-category-page .product-filter ul.group .item input{
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--kt-accent);
  cursor: pointer;
}
.html-category-page .product-filter ul.group .item:hover{ color: var(--kt-fg); }
.html-category-page .price-range-filter .selected-price-range{
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
  color: var(--kt-muted);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.html-category-page .price-range-filter #price-range-slider{ margin: 0 4px 4px; }
.html-category-page .price-range-filter .ui-slider{ height: 4px; background: var(--kt-border-strong); border: 0; }
.html-category-page .price-range-filter .ui-slider .ui-slider-range{ background: var(--kt-accent); }
.html-category-page .price-range-filter .ui-slider .ui-slider-handle{
  width: 18px;
  height: 18px;
  top: -7px;
  margin-left: -9px;
  border: 2px solid var(--kt-accent);
  border-radius: 50%;
  background: var(--kt-surface);
  cursor: grab;
}
.html-category-page .price-range-filter .ui-slider .ui-slider-handle:focus-visible{ outline: 2px solid var(--kt-accent); outline-offset: 2px; }
.html-category-page .kt-linkbtn{
  background: none;
  border: 0;
  padding: 4px 2px;
  font: 500 13px/1.2 var(--kt-sans);
  color: var(--kt-accent);
  cursor: pointer;
  border-radius: 6px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.html-category-page .kt-linkbtn:hover{ color: oklch(0.40 0.14 249); }

.html-category-page .kt-active-filters{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--kt-border);
  background: var(--kt-surface-soft);
}
.html-category-page .kt-active-filters[hidden]{ display: none; }
.html-category-page .kt-chip{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--kt-accent);
  background: var(--kt-accent-soft);
  border: 1px solid oklch(0.86 0.05 249);
  border-radius: 999px;
  padding: 4px 6px 4px 11px;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease;
}
.html-category-page .kt-chip:hover{
  background: oklch(0.915 0.045 249);
  border-color: var(--kt-accent);
}
.html-category-page .kt-chip svg{ opacity: .8; }

.html-category-page .kt-filter-group{
  border-bottom: 1px solid var(--kt-border);
}
.html-category-page .kt-filter-group:last-of-type{ border-bottom: 0; }
.html-category-page .kt-filter-group > summary{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 18px;
  cursor: pointer;
  font-family: var(--kt-display);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--kt-fg);
  list-style: none;
  min-height: 46px;
  transition: background .15s ease;
}
.html-category-page .kt-filter-group > summary::-webkit-details-marker{ display: none; }
.html-category-page .kt-filter-group > summary:hover{ background: var(--kt-surface-soft); }
.html-category-page .kt-filter-group > summary .kt-caret{
  flex: none;
  color: var(--kt-muted);
  transition: transform .2s ease;
}
.html-category-page .kt-filter-group[open] > summary .kt-caret{ transform: rotate(180deg); }
.html-category-page .kt-filter-body{ padding: 2px 18px 18px; }

.html-category-page .kt-opt{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  font-size: 13.5px;
  color: var(--kt-fg-soft);
  cursor: pointer;
  min-height: 34px;
}
.html-category-page .kt-opt:hover{ color: var(--kt-fg); }
.html-category-page .kt-opt input[type="checkbox"],
.html-category-page .kt-opt input[type="radio"]{
  width: 16px; height: 16px;
  accent-color: oklch(0.505 0.132 249);
  flex: none;
  cursor: pointer;
}
.html-category-page .kt-opt .kt-count{
  margin-left: auto;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  color: var(--kt-muted);
}

.html-category-page .kt-price-fields{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  margin: 6px 0 12px;
}
.html-category-page .kt-price-fields span{ color: var(--kt-muted); font-size: 13px; }
.html-category-page .kt-price-fields input{
  width: 100%;
  min-width: 0;
  font: 500 13.5px/1.2 var(--kt-sans);
  color: var(--kt-fg);
  background: var(--kt-surface);
  border: 1px solid var(--kt-border-strong);
  border-radius: 8px;
  padding: 9px 10px;
}
.html-category-page .kt-price-fields input:hover{ border-color: var(--kt-muted); }
.html-category-page .kt-apply{
  width: 100%;
  font: 600 13.5px/1 var(--kt-display);
  color: var(--kt-accent);
  background: var(--kt-surface);
  border: 1px solid var(--kt-accent);
  border-radius: 8px;
  padding: 11px 12px;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.html-category-page .kt-apply:hover{ background: var(--kt-accent); color: oklch(1 0 0); }

.html-category-page .kt-switch{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 18px;
  border-bottom: 1px solid var(--kt-border);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--kt-fg-soft);
  cursor: pointer;
  min-height: 48px;
}
.html-category-page .kt-switch:hover{ color: var(--kt-fg); }
.html-category-page .kt-switch input{ position: absolute; opacity: 0; pointer-events: none; }
.html-category-page .kt-switch .kt-track{
  flex: none;
  width: 38px; height: 22px;
  border-radius: 999px;
  background: oklch(0.878 0.008 258);
  border: 1px solid var(--kt-border-strong);
  position: relative;
  transition: background .18s ease, border-color .18s ease;
}
.html-category-page .kt-switch .kt-track::after{
  content: "";
  position: absolute;
  inset: 2px auto 2px 2px;
  width: 16px;
  border-radius: 50%;
  background: var(--kt-surface);
  box-shadow: 0 1px 2px oklch(0.28 0.021 258 / .3);
  transition: transform .18s ease;
}
.html-category-page .kt-switch input:checked + .kt-track{
  background: var(--kt-teal);
  border-color: var(--kt-teal);
}
.html-category-page .kt-switch input:checked + .kt-track::after{ transform: translateX(16px); }
.html-category-page .kt-switch input:focus-visible + .kt-track{
  outline: 2px solid var(--kt-accent);
  outline-offset: 2px;
}

.html-category-page .kt-filter-toggle{ display: none; }

/* ---------- Ürün paneli ---------- */
.html-category-page .catalog-products-panel{ min-width: 0; }

.html-category-page .product-selectors{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: var(--kt-shadow);
  margin-bottom: 18px;
}
.html-category-page .kt-result-count{
  font-size: 13.5px;
  color: var(--kt-muted);
  margin-right: auto;
  padding-left: 4px;
}
.html-category-page .kt-result-count strong{ color: var(--kt-fg); font-weight: 600; }
.html-category-page .product-selectors .product-sorting,
.html-category-page .product-selectors .product-page-size{
  display: flex;
  align-items: center;
  gap: 8px;
}
.html-category-page .product-selectors label{
  font-size: 13px;
  color: var(--kt-muted);
  white-space: nowrap;
}
.html-category-page .product-selectors select{
  font: 500 13.5px/1.2 var(--kt-sans);
  color: var(--kt-fg);
  background: var(--kt-surface);
  border: 1px solid var(--kt-border-strong);
  border-radius: 8px;
  padding: 9px 30px 9px 11px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23707a89' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  min-height: 40px;
}
.html-category-page .product-selectors select:hover{ border-color: var(--kt-muted); }

.html-category-page .product-viewmode{
  display: flex;
  gap: 4px;
  background: var(--kt-surface-soft);
  border: 1px solid var(--kt-border);
  border-radius: 9px;
  padding: 3px;
}
.html-category-page .product-viewmode button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 34px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--kt-muted);
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.html-category-page .product-viewmode button:hover{
  background: oklch(0.928 0.008 258);
  color: var(--kt-fg);
}
.html-category-page .product-viewmode button[aria-pressed="true"]{
  background: var(--kt-surface);
  color: var(--kt-accent);
  box-shadow: 0 1px 2px oklch(0.28 0.021 258 / .12);
}

/* ---------- Ürün ızgarası ---------- */
.html-category-page .item-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.html-category-page .item-box{ min-width: 0; }

.html-category-page .product-item{
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.html-category-page .product-item:hover{
  border-color: var(--kt-border-strong);
  box-shadow: var(--kt-shadow-lift);
  transform: translateY(-2px);
}

.html-category-page .product-item .picture{
  position: relative;
  background: var(--kt-surface-soft);
  border-bottom: 1px solid var(--kt-border);
}
.html-category-page .product-item .picture > a{
  display: block;
  aspect-ratio: 4 / 3;
  padding: 14px;
}
.html-category-page .product-item .picture img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 4px;
}
.html-category-page .kt-badge{
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: var(--kt-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 4px 9px;
  border-radius: 6px;
  background: oklch(0.28 0.021 258 / .9);
  color: oklch(1 0 0);
  box-shadow: 0 1px 3px oklch(0.28 0.021 258 / .25);
}
.html-category-page .kt-badge.kt-badge-deal{ background: var(--kt-action-hi); }
.html-category-page .kt-badge.kt-badge-eco{ background: var(--kt-teal); }

.html-category-page .product-item .details{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 14px 15px 15px;
  gap: 7px;
}
.html-category-page .kt-brandline{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  color: var(--kt-muted);
}
.html-category-page .kt-brandline .kt-brand{
  font-family: var(--kt-display);
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--kt-fg-soft);
}
.html-category-page .kt-brandline .kt-sku{
  margin-left: auto;
  font-variant-numeric: tabular-nums;
}
.html-category-page .product-item .product-title{
  margin: 0;
  font-family: var(--kt-display);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -.005em;
  min-height: 2.7em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.html-category-page .product-item .product-title a{
  color: var(--kt-fg);
  text-decoration: none;
}
.html-category-page .product-item .product-title a:hover{
  color: var(--kt-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.html-category-page .product-item .description{
  margin: 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--kt-muted);
  min-height: 2.9em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.html-category-page .kt-stock{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--kt-teal);
}
.html-category-page .kt-stock::before{
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: currentColor;
  flex: none;
}
.html-category-page .kt-stock.kt-stock-low{ color: var(--kt-action-hi); }
.html-category-page .kt-stock.kt-stock-out{ color: var(--kt-muted); }

.html-category-page .product-item .prices{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}
.html-category-page .product-item .actual-price{
  font-family: var(--kt-display);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.015em;
  color: var(--kt-fg);
  font-variant-numeric: tabular-nums;
}
.html-category-page .product-item .old-price{
  font-size: 13px;
  color: var(--kt-muted);
  text-decoration: line-through;
  font-variant-numeric: tabular-nums;
}
.html-category-page .kt-vat{
  width: 100%;
  font-size: 11.5px;
  color: var(--kt-muted);
  margin-top: -2px;
}

.html-category-page .product-item .buttons{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.html-category-page .product-box-add-to-cart-button{
  flex: 1 1 auto;
  width: 100%;
  min-height: 44px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: 600 13.5px/1 var(--kt-display);
  color: var(--kt-action-ink);
  background: var(--kt-action);
  overflow: hidden;
  border: 1px solid var(--kt-action);
  border-radius: 9px;
  padding: 0 14px;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease;
}
.html-category-page .product-box-add-to-cart-button:hover{
  background: var(--kt-action-hi);
  border-color: var(--kt-action-hi);
  color: oklch(1 0 0);
}
.html-category-page .product-box-add-to-cart-button[disabled]{
  background: var(--kt-surface-soft);
  border-color: var(--kt-border-strong);
  color: var(--kt-muted);
  cursor: not-allowed;
}
.html-category-page .kt-quick-actions{
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.html-category-page .kt-iconbtn{
  flex: none;
  width: 44px; height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: oklch(1 0 0 / .92);
  backdrop-filter: blur(4px);
  box-shadow: 0 1px 3px oklch(0.28 0.021 258 / .16);
  border: 1px solid var(--kt-border-strong);
  border-radius: 9px;
  color: var(--kt-fg-soft);
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.html-category-page .kt-iconbtn:hover{
  background: var(--kt-accent-soft);
  border-color: var(--kt-accent);
  color: var(--kt-accent);
}
.html-category-page .kt-iconbtn[aria-pressed="true"]{
  background: var(--kt-accent);
  border-color: var(--kt-accent);
  color: oklch(1 0 0);
}
.html-category-page .kt-iconbtn[aria-pressed="true"]:hover{
  background: oklch(0.435 0.132 249);
  border-color: oklch(0.435 0.132 249);
  color: oklch(1 0 0);
}

/* ---------- Liste görünümü ---------- */
.html-category-page .product-grid.kt-list .item-grid{ grid-template-columns: minmax(0, 1fr); }
.html-category-page .product-grid.kt-list .product-item{
  flex-direction: row;
  align-items: stretch;
}
.html-category-page .product-grid.kt-list .product-item .picture{
  flex: none;
  width: 236px;
  border-bottom: 0;
  border-right: 1px solid var(--kt-border);
}
.html-category-page .product-grid.kt-list .product-item .picture > a{ height: 100%; aspect-ratio: auto; }
.html-category-page .product-grid.kt-list .product-item .details{ padding: 18px 20px; }
.html-category-page .product-grid.kt-list .product-item .product-title{
  font-size: 16.5px;
  min-height: 0;
  -webkit-line-clamp: 2;
  max-width: 60ch;
}
.html-category-page .product-grid.kt-list .product-item .description{
  min-height: 0;
  -webkit-line-clamp: 3;
  max-width: 78ch;
  font-size: 13px;
}
.html-category-page .product-grid.kt-list .product-item .buttons{ max-width: 340px; }

/* ---------- Sayfalama ---------- */
.html-category-page .pager{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--kt-border);
}
.html-category-page .pager .kt-pager-note{
  font-size: 13px;
  color: var(--kt-muted);
}
.html-category-page .pager ul{
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.html-category-page .pager a,
.html-category-page .pager span.kt-gap{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font: 500 13.5px/1 var(--kt-sans);
  font-variant-numeric: tabular-nums;
  color: var(--kt-fg-soft);
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 8px;
  text-decoration: none;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.html-category-page .pager span.kt-gap{
  border-color: transparent;
  background: transparent;
  color: var(--kt-muted);
  min-width: 24px;
  padding: 0;
}
.html-category-page .pager a:hover{
  background: var(--kt-accent-soft);
  border-color: var(--kt-accent);
  color: var(--kt-accent);
}
.html-category-page .pager .current-page a{
  background: var(--kt-accent);
  border-color: var(--kt-accent);
  color: oklch(1 0 0);
  font-weight: 600;
}
.html-category-page .pager .current-page a:hover{
  background: oklch(0.435 0.132 249);
  border-color: oklch(0.435 0.132 249);
  color: oklch(1 0 0);
}
.html-category-page .pager .kt-disabled a{
  color: var(--kt-muted);
  background: var(--kt-surface-soft);
  pointer-events: none;
}

.html-category-page .kt-sronly{
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Duyarlı davranış ---------- */
@media (max-width: 1199px){
  .html-category-page .item-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .html-category-page .sub-category-grid .item-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .html-category-page .catalog-category-commerce{ grid-template-columns: 248px minmax(0, 1fr); gap: 20px; }
}

@media (max-width: 991px){
  .html-category-page .kt-shell{ padding: 20px 18px 52px; }
  .html-category-page .catalog-category-commerce{
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
  /* Mobilde filtre paneli ürünlerin ÜSTÜNDE, açılır-kapanır */
  .html-category-page .catalog-filter-panel{
    position: static;
    max-height: none;
    overflow: visible;
    order: 0;
  }
  .html-category-page .kt-catalog-sidebar{ position: static; }
  .html-category-page .sub-category-grid{ margin-bottom: 12px; }
  .html-category-page .kt-category-list{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .html-category-page .kt-category-card a{ grid-template-columns: 44px minmax(0, 1fr) 16px; }
  .html-category-page .catalog-products-panel{ order: 1; }
  .html-category-page .kt-filter-head{ display: none; }
  .html-category-page .kt-filter-toggle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 52px;
    padding: 12px 18px;
    background: var(--kt-surface);
    border: 0;
    border-bottom: 1px solid var(--kt-border);
    font: 600 14px/1.2 var(--kt-display);
    color: var(--kt-fg);
    cursor: pointer;
    text-align: left;
  }
  .html-category-page .kt-filter-toggle:hover{ background: var(--kt-surface-soft); }
  .html-category-page .kt-filter-toggle .kt-toggle-meta{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 500;
    color: var(--kt-accent);
  }
  .html-category-page .kt-filter-toggle .kt-caret{ transition: transform .2s ease; }
  .html-category-page .kt-filter-toggle[aria-expanded="true"] .kt-caret{ transform: rotate(180deg); }
  .html-category-page .kt-filter-body-wrap[hidden]{ display: none; }
  .html-category-page .item-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .html-category-page .sub-category-grid .item-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .html-category-page .kt-result-count{ width: 100%; margin: 0 0 2px; }
  .html-category-page .product-selectors .product-sorting,
  .html-category-page .product-selectors .product-page-size{ flex: 1 1 200px; }
  .html-category-page .product-selectors select{ width: 100%; }
  .html-category-page .product-grid.kt-list .product-item .picture{ width: 190px; }
}

@media (max-width: 767px){
  .html-category-page .category-description{
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 20px 18px;
  }
  .html-category-page .kt-cat-meta{
    min-width: 0;
    padding-top: 16px;
    border-top: 1px solid var(--kt-border);
    text-align: left;
  }
  .html-category-page .kt-cat-meta strong{ display: inline; margin-right: 5px; font-size: 22px; }
  .html-category-page .category-description h1{ font-size: 30px; }
  .html-category-page .product-selectors label{ display: none; }
  .html-category-page .product-grid.kt-list .product-item{ flex-direction: column; }
  .html-category-page .product-grid.kt-list .product-item .picture{
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--kt-border);
  }
  .html-category-page .product-grid.kt-list .product-item .picture > a{ aspect-ratio: 16 / 9; }
  .html-category-page .product-grid.kt-list .product-item .buttons{ max-width: none; }
}

@media (max-width: 640px){
  .html-category-page .kt-shell{ padding: 16px 14px 44px; }
  .html-category-page .item-grid{ grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .html-category-page .sub-category-grid .item-grid{ grid-template-columns: minmax(0, 1fr); }
  .html-category-page .sub-category-grid{ padding: 12px; }
  .html-category-page .kt-category-list{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .html-category-page .kt-category-card a{ grid-template-columns: 42px minmax(0, 1fr); gap: 8px; min-height: 64px; }
  .html-category-page .kt-category-thumb{ width: 42px; height: 42px; }
  .html-category-page .kt-category-arrow{ display: none; }
  .html-category-page .product-item .picture > a{ aspect-ratio: 16 / 10; }
  .html-category-page .product-item .product-title{ font-size: 15px; }
  .html-category-page .product-selectors{ gap: 10px; }
  .html-category-page .product-selectors .product-sorting,
  .html-category-page .product-selectors .product-page-size{
    flex: 1 1 100%;
    min-width: 0;
  }
  .html-category-page .product-selectors .product-viewmode{ margin-left: 0; }
  .html-category-page .product-selectors select{ min-width: 0; }
  .html-category-page .product-item .buttons{ flex-wrap: wrap; }
  .html-category-page .product-box-add-to-cart-button{ white-space: normal; }
  .html-category-page .pager{ justify-content: center; }
  .html-category-page .pager .kt-pager-note{ width: 100%; text-align: center; }
  .html-category-page .kt-subcats{ gap: 6px; }
}

@media (prefers-reduced-motion: reduce){
  .html-category-page *{ transition: none !important; }
  .html-category-page .product-item:hover{ transform: none; }
}

/* ==========================================================================
   Kutay Teknik — ürün detay gövdesi.
   Kategori artefaktı ile aynı token seti; her kural .html-product-details-page ile başlar.
   ========================================================================== */
/* ==========================================================================
   Kutay Teknik — ürün detay gövdesi.
   Kategori artefaktı ile aynı token seti; her kural .html-product-details-page ile başlar.
   ========================================================================== */
.html-product-details-page{
  --kt-bg:            oklch(0.984 0.004 250);
  --kt-surface:       oklch(1 0 0);
  --kt-surface-soft:  oklch(0.972 0.006 250);
  --kt-fg:            oklch(0.28 0.021 258);
  --kt-fg-soft:       oklch(0.44 0.019 258);
  --kt-muted:         oklch(0.56 0.017 258);
  --kt-border:        oklch(0.906 0.008 258);
  --kt-border-strong: oklch(0.842 0.012 258);
  --kt-accent:        oklch(0.505 0.132 249);
  --kt-accent-soft:   oklch(0.955 0.024 249);
  --kt-teal:          oklch(0.545 0.083 205);
  --kt-teal-soft:     oklch(0.958 0.028 205);
  --kt-action:        oklch(0.688 0.166 52);
  --kt-action-hi:     oklch(0.628 0.166 52);
  --kt-action-ink:    oklch(0.26 0.058 52);
  --kt-star:          oklch(0.72 0.148 78);
  --kt-shadow:        0 1px 2px oklch(0.28 0.021 258 / .06), 0 1px 8px oklch(0.28 0.021 258 / .05);
  --kt-shadow-lift:   0 2px 4px oklch(0.28 0.021 258 / .07), 0 10px 22px oklch(0.28 0.021 258 / .09);
  --kt-sans: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", sans-serif;
  --kt-display: "Poppins", "Segoe UI", system-ui, sans-serif;

  background: var(--kt-bg);
  color: var(--kt-fg);
  font-family: var(--kt-sans);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.html-product-details-page *,
.html-product-details-page *::before,
.html-product-details-page *::after{ box-sizing: border-box; }

.html-product-details-page .page-body{
  max-width: 1440px;
  margin: 0 auto;
  padding: 28px 24px 72px;
}
.html-product-details-page :focus-visible{
  outline: 2px solid var(--kt-accent);
  outline-offset: 2px;
  border-radius: 6px;
}
.html-product-details-page .kt-sronly{
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.html-product-details-page .kt-card{
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 14px;
  box-shadow: var(--kt-shadow);
}
.html-product-details-page .kt-section-title{
  font-family: var(--kt-display);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.012em;
  margin: 0 0 4px;
}
.html-product-details-page .kt-section-note{
  margin: 0 0 20px;
  color: var(--kt-muted);
  font-size: 13.5px;
  max-width: 72ch;
}

/* ---------- Üst blok: galeri + satın alma ---------- */
.html-product-details-page .product-essential{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

/* ---------- Galeri ---------- */
.html-product-details-page .gallery{ min-width: 0; }
.html-product-details-page .picture-gallery{
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 14px;
  box-shadow: var(--kt-shadow);
  overflow: hidden;
}
.html-product-details-page .picture-gallery .picture{
  position: relative;
  background: var(--kt-surface-soft);
  border-bottom: 1px solid var(--kt-border);
}
.html-product-details-page .picture-gallery .picture > a{
  display: block;
  aspect-ratio: 16 / 10;
  padding: 18px;
}
.html-product-details-page .picture-gallery .picture img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 4px;
}
.html-product-details-page .kt-badge{
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--kt-display);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 5px 10px;
  border-radius: 6px;
  background: var(--kt-action-hi);
  color: oklch(1 0 0);
  box-shadow: 0 1px 3px oklch(0.28 0.021 258 / .25);
}
.html-product-details-page .kt-zoom-hint{
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--kt-fg-soft);
  background: oklch(1 0 0 / .92);
  backdrop-filter: blur(4px);
  border: 1px solid var(--kt-border-strong);
  border-radius: 999px;
  padding: 5px 11px;
}
.html-product-details-page .picture-thumbs{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
}
.html-product-details-page .thumb-item{
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 6px;
  background: var(--kt-surface-soft);
  border: 1px solid var(--kt-border);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.html-product-details-page .thumb-item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 5px;
}
.html-product-details-page .thumb-item:hover{
  border-color: var(--kt-border-strong);
  background: var(--kt-surface);
}
.html-product-details-page .thumb-item[aria-pressed="true"]{
  border-color: var(--kt-accent);
  background: var(--kt-surface);
  box-shadow: 0 0 0 2px var(--kt-accent-soft), inset 0 0 0 1px var(--kt-accent);
}

.html-product-details-page .kt-gallery-note{
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 12px 0 0;
  padding: 12px 14px;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--kt-fg-soft);
  background: var(--kt-teal-soft);
  border: 1px solid oklch(0.88 0.04 205);
  border-radius: 10px;
}
.html-product-details-page .kt-gallery-note svg{ color: var(--kt-teal); flex: none; margin-top: 1px; }

/* ---------- Sağ kolon: genel bakış ---------- */
.html-product-details-page .overview{
  min-width: 0;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 14px;
  box-shadow: var(--kt-shadow);
  padding: 26px 26px 22px;
}
.html-product-details-page .manufacturers{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--kt-muted);
  margin: 0 0 10px;
}
.html-product-details-page .manufacturers a{
  font-family: var(--kt-display);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--kt-fg-soft);
  text-decoration: none;
  border: 1px solid var(--kt-border-strong);
  border-radius: 6px;
  padding: 4px 9px;
  transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.html-product-details-page .manufacturers a:hover{
  color: var(--kt-accent);
  border-color: var(--kt-accent);
  background: var(--kt-accent-soft);
}
.html-product-details-page .product-name h1{
  font-family: var(--kt-display);
  font-size: clamp(23px, 2.1vw, 30px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -.015em;
  margin: 0 0 10px;
  max-width: 24ch;
}
.html-product-details-page .short-description{
  margin: 0 0 16px;
  color: var(--kt-fg-soft);
  font-size: 14.5px;
  max-width: 60ch;
}

.html-product-details-page .product-review-overview{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--kt-border);
  margin-bottom: 16px;
}
.html-product-details-page .product-review-overview .rating{
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--kt-star);
}
.html-product-details-page .product-review-overview .kt-score{
  font-family: var(--kt-display);
  font-weight: 600;
  font-size: 14px;
  color: var(--kt-fg);
  font-variant-numeric: tabular-nums;
}
.html-product-details-page .product-review-overview a{
  font-size: 13px;
  color: var(--kt-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.html-product-details-page .product-review-overview a:hover{ color: oklch(0.40 0.14 249); }
.html-product-details-page .product-review-overview .kt-dot{ color: var(--kt-border-strong); }

.html-product-details-page .additional-details{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}
.html-product-details-page .additional-details > div{
  background: var(--kt-surface-soft);
  border: 1px solid var(--kt-border);
  border-radius: 10px;
  padding: 10px 12px;
  min-width: 0;
}
.html-product-details-page .additional-details .kt-label{
  display: block;
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--kt-muted);
  margin-bottom: 2px;
}
.html-product-details-page .additional-details .value{
  font-family: var(--kt-display);
  font-size: 13.5px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}

.html-product-details-page .availability,
.html-product-details-page .delivery{
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13.5px;
  color: var(--kt-fg-soft);
  padding: 4px 0;
}
.html-product-details-page .availability .stock,
.html-product-details-page .delivery .kt-delivery-value{ font-weight: 500; }
.html-product-details-page .availability svg{ color: var(--kt-teal); flex: none; margin-top: 2px; }
.html-product-details-page .delivery svg{ color: var(--kt-accent); flex: none; margin-top: 2px; }
.html-product-details-page .availability .kt-stock-strong{
  font-family: var(--kt-display);
  font-weight: 600;
  color: var(--kt-teal);
}
.html-product-details-page .availability .kt-stock-strong.kt-stock-out{ color: var(--kt-action-hi); }
.html-product-details-page .delivery .kt-delivery-value{
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.html-product-details-page .kt-delivery-eta strong{
  font-family: var(--kt-display);
  font-weight: 600;
  color: var(--kt-accent);
}
.html-product-details-page .kt-delivery-sub{
  font-weight: 400;
  font-size: 12.5px;
  color: var(--kt-muted);
}

/* ---------- Varyant / özellik çipleri ---------- */
/* ---------- Galeri büyütme katmanı ---------- */
.html-product-details-page .kt-lightbox{
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: oklch(0.22 0.02 258 / .82);
}
.html-product-details-page .kt-lightbox[hidden]{ display: none; }
.html-product-details-page .kt-lightbox img{
  max-width: min(100%, 900px);
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  background: var(--kt-surface);
  border-radius: 10px;
}
.html-product-details-page .kt-lightbox-close{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--kt-fg);
  background: var(--kt-surface);
  border: 1px solid var(--kt-border-strong);
  border-radius: 9px;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease;
}
.html-product-details-page .kt-lightbox-close:hover{
  background: var(--kt-surface-soft);
  border-color: var(--kt-accent);
}
@media (max-width: 640px){
  .html-product-details-page .kt-lightbox{ padding: 16px; }
  .html-product-details-page .kt-lightbox-close{ top: 10px; right: 10px; }
}

.html-product-details-page .kt-price-hint{
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 8px 0 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--kt-muted);
}
.html-product-details-page .kt-price-hint svg{ color: var(--kt-teal); flex: none; margin-top: 3px; }

.html-product-details-page .attributes{
  margin: 18px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--kt-border);
}
.html-product-details-page .attributes .kt-attr{ margin-bottom: 18px; }
.html-product-details-page .attributes .kt-attr:last-child{ margin-bottom: 0; }
.html-product-details-page .attributes legend,
.html-product-details-page .attributes .kt-attr-label{
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--kt-display);
  font-size: 13px;
  font-weight: 600;
  color: var(--kt-fg);
  padding: 0;
  margin-bottom: 9px;
}
.html-product-details-page .attributes fieldset{
  border: 0;
  padding: 0;
  margin: 0;
}
.html-product-details-page .attributes .kt-attr-hint{
  font-family: var(--kt-sans);
  font-weight: 400;
  font-size: 12.5px;
  color: var(--kt-muted);
}
.html-product-details-page .kt-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.html-product-details-page .kt-chip{
  position: relative;
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  min-height: 44px;
  max-width: 100%;
  justify-content: center;
  padding: 6px 14px;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border-strong);
  border-radius: 9px;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.html-product-details-page .kt-chip input{
  position: absolute;
  opacity: 0;
  width: 1px; height: 1px;
  pointer-events: none;
}
.html-product-details-page .kt-chip .kt-chip-main{
  font-family: var(--kt-display);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--kt-fg);
  white-space: nowrap;
}
.html-product-details-page .kt-chip .kt-chip-sub{
  font-size: 11.5px;
  color: var(--kt-muted);
  font-variant-numeric: tabular-nums;
}
.html-product-details-page .kt-chip:hover{
  background: var(--kt-accent-soft);
  border-color: var(--kt-accent);
}
.html-product-details-page .kt-chip:hover .kt-chip-sub{ color: var(--kt-fg-soft); }
.html-product-details-page .kt-chip:has(input:checked){
  background: var(--kt-accent-soft);
  border-color: var(--kt-accent);
  box-shadow: inset 0 0 0 1px var(--kt-accent);
}
.html-product-details-page .kt-chip:has(input:checked) .kt-chip-main{ color: var(--kt-accent); font-weight: 600; }
.html-product-details-page .kt-chip:has(input:checked) .kt-chip-sub{ color: var(--kt-fg-soft); }
.html-product-details-page .kt-chip:has(input:focus-visible){
  outline: 2px solid var(--kt-accent);
  outline-offset: 2px;
}
.html-product-details-page .kt-chip:has(input:disabled){
  cursor: not-allowed;
  background: var(--kt-surface-soft);
  border-color: var(--kt-border);
}
.html-product-details-page .kt-chip:has(input:disabled) .kt-chip-main,
.html-product-details-page .kt-chip:has(input:disabled) .kt-chip-sub{ color: var(--kt-muted); }

.html-product-details-page .attributes select{
  width: 100%;
  font: 500 13.5px/1.2 var(--kt-sans);
  color: var(--kt-fg);
  background: var(--kt-surface);
  border: 1px solid var(--kt-border-strong);
  border-radius: 9px;
  padding: 12px 34px 12px 12px;
  min-height: 46px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23707a89' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.html-product-details-page .attributes select:hover{ border-color: var(--kt-muted); }

/* ---------- Fiyat ---------- */
.html-product-details-page .prices{
  margin: 20px 0 0;
  padding: 18px 18px 16px;
  background: var(--kt-surface-soft);
  border: 1px solid var(--kt-border);
  border-radius: 12px;
}
.html-product-details-page .kt-price-row{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
}
.html-product-details-page .product-price{
  font-family: var(--kt-display);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -.02em;
  color: var(--kt-fg);
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}
.html-product-details-page .old-product-price{
  font-size: 16px;
  color: var(--kt-muted);
  text-decoration: line-through;
  font-variant-numeric: tabular-nums;
}
.html-product-details-page .kt-save{
  font-family: var(--kt-display);
  font-size: 12px;
  font-weight: 600;
  color: oklch(0.36 0.09 52);
  background: oklch(0.945 0.045 62);
  border: 1px solid oklch(0.86 0.09 62);
  border-radius: 6px;
  padding: 3px 9px;
}
.html-product-details-page .tax-shipping-info{
  margin: 8px 0 0;
  font-size: 12.5px;
  color: var(--kt-muted);
}
.html-product-details-page .tax-shipping-info a{
  color: var(--kt-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.html-product-details-page .tax-shipping-info a:hover{ color: oklch(0.40 0.14 249); }

.html-product-details-page .tier-prices{
  margin: 14px 0 0;
  border-top: 1px dashed var(--kt-border-strong);
  padding-top: 12px;
}
.html-product-details-page .tier-prices .kt-tier-title{
  font-family: var(--kt-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--kt-muted);
  margin: 0 0 8px;
}
.html-product-details-page .tier-prices table{
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.html-product-details-page .tier-prices th,
.html-product-details-page .tier-prices td{
  text-align: left;
  padding: 6px 8px;
  border-bottom: 1px solid var(--kt-border);
  font-variant-numeric: tabular-nums;
}
.html-product-details-page .tier-prices th{
  font-weight: 500;
  color: var(--kt-muted);
  font-size: 12px;
}
.html-product-details-page .tier-prices tr:last-child td{ border-bottom: 0; }
.html-product-details-page .tier-prices td:last-child{
  font-family: var(--kt-display);
  font-weight: 600;
  text-align: right;
}

/* ---------- Sepete ekle ---------- */
.html-product-details-page .add-to-cart{ margin-top: 18px; }
.html-product-details-page .add-to-cart-panel{
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.html-product-details-page .kt-qty{
  display: flex;
  align-items: center;
  flex: none;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border-strong);
  border-radius: 10px;
  overflow: hidden;
}
.html-product-details-page .kt-qty button{
  width: 44px;
  height: 52px;
  border: 0;
  background: var(--kt-surface);
  color: var(--kt-fg-soft);
  font-size: 18px;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.html-product-details-page .kt-qty button:hover{
  background: var(--kt-accent-soft);
  color: var(--kt-accent);
}
.html-product-details-page .qty-input{
  width: 54px;
  height: 52px;
  border: 0;
  border-left: 1px solid var(--kt-border);
  border-right: 1px solid var(--kt-border);
  text-align: center;
  font: 600 15px/1 var(--kt-display);
  color: var(--kt-fg);
  font-variant-numeric: tabular-nums;
  background: var(--kt-surface);
  -moz-appearance: textfield;
}
.html-product-details-page .qty-input::-webkit-outer-spin-button,
.html-product-details-page .qty-input::-webkit-inner-spin-button{ -webkit-appearance: none; margin: 0; }
.html-product-details-page .add-to-cart-button{
  flex: 1 1 auto;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  white-space: nowrap;
  font: 600 15px/1 var(--kt-display);
  color: var(--kt-action-ink);
  background: var(--kt-action);
  border: 1px solid var(--kt-action);
  border-radius: 10px;
  padding: 0 20px;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.html-product-details-page .add-to-cart-button:hover{
  background: var(--kt-action-hi);
  border-color: var(--kt-action-hi);
  color: oklch(1 0 0);
}
.html-product-details-page .kt-cart-note{
  margin: 9px 0 0;
  font-size: 12.5px;
  color: var(--kt-muted);
}

/* ---------- İkincil eylem butonları ---------- */
.html-product-details-page .overview-buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--kt-border);
}
.html-product-details-page .overview-buttons button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  font: 500 13px/1 var(--kt-sans);
  color: var(--kt-fg-soft);
  background: var(--kt-surface);
  border: 1px solid var(--kt-border-strong);
  border-radius: 9px;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.html-product-details-page .overview-buttons button:hover{
  background: var(--kt-accent-soft);
  border-color: var(--kt-accent);
  color: var(--kt-accent);
}
.html-product-details-page .overview-buttons button[aria-pressed="true"]{
  background: var(--kt-accent);
  border-color: var(--kt-accent);
  color: oklch(1 0 0);
}
.html-product-details-page .overview-buttons button[aria-pressed="true"]:hover{
  background: oklch(0.435 0.132 249);
  border-color: oklch(0.435 0.132 249);
  color: oklch(1 0 0);
}
.html-product-details-page .overview-buttons svg{ flex: none; }

.html-product-details-page .kt-assurances{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin: 16px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--kt-border);
}
.html-product-details-page .kt-assurances li{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12.5px;
  color: var(--kt-fg-soft);
}
.html-product-details-page .kt-assurances svg{ color: var(--kt-teal); flex: none; margin-top: 2px; }

/* ---------- İlgili kategoriler (keşif yolları) ---------- */
.html-product-details-page .product-tags-box .kt-cat-heading{
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--kt-border);
}
.html-product-details-page .kt-cats{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.html-product-details-page .kt-cats a{
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 13px;
  font-size: 13px;
  font-weight: 500;
  color: var(--kt-fg-soft);
  text-decoration: none;
  background: var(--kt-surface-soft);
  border: 1px solid var(--kt-border);
  border-radius: 8px;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.html-product-details-page .kt-cats a:hover{
  background: var(--kt-accent);
  border-color: var(--kt-accent);
  color: oklch(1 0 0);
}

/* ---------- Sık sorulan sorular ---------- */
.html-product-details-page .kt-faq{ padding: 24px 26px; margin-top: 20px; }
.html-product-details-page .kt-faq-list{
  border-top: 1px solid var(--kt-border);
}
.html-product-details-page .kt-faq-list details{
  border-bottom: 1px solid var(--kt-border);
}
.html-product-details-page .kt-faq-list summary{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 52px;
  padding: 13px 2px;
  font: 500 14.5px/1.45 var(--kt-display);
  color: var(--kt-fg);
  cursor: pointer;
  list-style: none;
}
.html-product-details-page .kt-faq-list summary::-webkit-details-marker{ display: none; }
.html-product-details-page .kt-faq-list summary::after{
  content: "";
  flex: none;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--kt-muted);
  border-bottom: 2px solid var(--kt-muted);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform .18s ease, border-color .18s ease;
}
.html-product-details-page .kt-faq-list details[open] summary::after{
  transform: rotate(-135deg) translate(-2px, -2px);
  border-color: var(--kt-accent);
}
.html-product-details-page .kt-faq-list summary:hover{ color: var(--kt-accent); }
.html-product-details-page .kt-faq-list summary:hover::after{ border-color: var(--kt-accent); }
.html-product-details-page .kt-faq-body{
  padding: 0 2px 15px;
  max-width: 78ch;
}
.html-product-details-page .kt-faq-body p{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--kt-fg-soft);
}

/* ---------- Teknik danışman desteği ---------- */
.html-product-details-page .kt-support{
  margin-top: 16px;
  padding: 15px 16px 14px;
  border: 1px solid var(--kt-border);
  border-left: 3px solid var(--kt-teal);
  border-radius: 10px;
  background: var(--kt-teal-soft);
}
.html-product-details-page .kt-support-title{
  margin: 0 0 5px;
  font: 600 14px/1.3 var(--kt-display);
  color: var(--kt-fg);
}
.html-product-details-page .kt-support-text{
  margin: 0;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--kt-fg-soft);
}
.html-product-details-page .kt-support-links{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin: 11px 0 0;
  padding: 0;
}
.html-product-details-page .kt-support-links a{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 6px 11px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--kt-accent);
  text-decoration: none;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 8px;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.html-product-details-page .kt-support-links a:hover{
  background: var(--kt-accent);
  border-color: var(--kt-accent);
  color: oklch(1 0 0);
}
.html-product-details-page .kt-support-links svg{ flex: none; }
.html-product-details-page .kt-support-hours{
  margin: 10px 0 0;
  font-size: 11.5px;
  color: var(--kt-muted);
}

/* ---------- Ödeme ve taksit güvencesi ---------- */
.html-product-details-page .kt-payment{
  margin-top: 16px;
  padding: 14px 16px 15px;
  border: 1px solid var(--kt-border);
  border-radius: 12px;
  background: var(--kt-surface-soft);
}
.html-product-details-page .kt-payment-head{
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font: 600 13.5px/1.3 var(--kt-display);
  color: var(--kt-fg);
}
.html-product-details-page .kt-payment-head svg{ color: var(--kt-teal); flex: none; }
.html-product-details-page .kt-installments{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
}
.html-product-details-page .kt-installments li{
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 9px;
  padding: 9px 8px 8px;
  text-align: center;
  min-width: 0;
}
.html-product-details-page .kt-inst-term{
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--kt-muted);
}
.html-product-details-page .kt-inst-amount{
  display: block;
  margin-top: 3px;
  font: 600 14.5px/1.25 var(--kt-display);
  font-variant-numeric: tabular-nums;
  letter-spacing: -.012em;
  color: var(--kt-fg);
  overflow-wrap: anywhere;
}
.html-product-details-page .kt-pay-methods{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0;
}
.html-product-details-page .kt-pay-methods li{
  font-size: 11.5px;
  font-weight: 600;
  color: var(--kt-fg-soft);
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 999px;
  padding: 4px 10px;
}
.html-product-details-page .kt-pay-secure{
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 11px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--kt-muted);
}
.html-product-details-page .kt-pay-secure svg{ color: var(--kt-teal); flex: none; margin-top: 2px; }
.html-product-details-page .kt-pay-secure a{
  color: var(--kt-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.html-product-details-page .kt-pay-secure a:hover{ color: oklch(0.405 0.132 249); }

/* ---------- Açıklama ve teknik içerik ---------- */
.html-product-details-page .full-description{
  margin-top: 28px;
  padding: 28px 30px;
}
.html-product-details-page .full-description h2{
  font-family: var(--kt-display);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.015em;
  margin: 0 0 14px;
}
.html-product-details-page .full-description h3{
  font-family: var(--kt-display);
  font-size: 15px;
  font-weight: 600;
  margin: 24px 0 8px;
}
.html-product-details-page .full-description p{
  margin: 0 0 14px;
  color: var(--kt-fg-soft);
  max-width: 78ch;
}
.html-product-details-page .full-description ul{
  margin: 0 0 14px;
  padding-left: 0;
  list-style: none;
  max-width: 78ch;
}
.html-product-details-page .full-description ul li{
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  color: var(--kt-fg-soft);
}
.html-product-details-page .full-description ul li::before{
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  width: 7px; height: 7px;
  border-radius: 2px;
  background: var(--kt-teal);
}
.html-product-details-page .kt-highlights{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 4px;
}
.html-product-details-page .kt-highlights div{
  background: var(--kt-surface-soft);
  border: 1px solid var(--kt-border);
  border-radius: 10px;
  padding: 14px 15px;
  min-width: 0;
}
.html-product-details-page .kt-highlights .kt-hl-value{
  display: block;
  font-family: var(--kt-display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.015em;
  font-variant-numeric: tabular-nums;
  margin-bottom: 2px;
}
.html-product-details-page .kt-highlights .kt-hl-label{
  font-size: 12px;
  color: var(--kt-muted);
}

.html-product-details-page .product-collateral{ margin-top: 28px; }
.html-product-details-page .kt-product-tabs{
  margin-top: 28px;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 14px;
  box-shadow: var(--kt-shadow);
  overflow: hidden;
}
.html-product-details-page .kt-tablist{
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  border-bottom: 1px solid var(--kt-border);
  scrollbar-width: thin;
}
.html-product-details-page .kt-tab{
  position: relative;
  flex: 0 0 auto;
  min-height: 56px;
  padding: 0 18px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--kt-muted);
  font: 600 13px/1.2 var(--kt-display);
  white-space: nowrap;
  cursor: pointer;
  transition: color .15s ease, background .15s ease, border-color .15s ease;
}
.html-product-details-page .kt-tab:hover{ color: var(--kt-fg); background: var(--kt-surface-soft); }
.html-product-details-page .kt-tab.is-active{
  color: var(--kt-accent);
  border-bottom-color: var(--kt-accent);
  background: var(--kt-surface);
}
.html-product-details-page .kt-tab:focus-visible{
  z-index: 1;
  outline: 2px solid var(--kt-accent);
  outline-offset: -4px;
}
.html-product-details-page .kt-tabpanel{ min-width: 0; }
.html-product-details-page .kt-tabpanel[hidden]{ display: none; }
.html-product-details-page .kt-product-tabs .full-description{
  margin-top: 0;
  padding: 28px 30px;
}
.html-product-details-page .kt-product-tabs .product-specs-box{
  padding: 26px 28px;
  background: transparent;
}
.html-product-details-page .kt-product-tabs .product-tags-box{
  margin-top: 0;
  padding: 26px 28px;
  background: transparent;
}
.html-product-details-page .kt-tab-note,
.html-product-details-page .kt-tab-empty{
  margin: 0;
  padding: 28px 30px;
  color: var(--kt-fg-soft);
  font-size: 14px;
}
.html-product-details-page .kt-tabpanel .download-sample{ padding: 28px 30px 0; }
.html-product-details-page .kt-tabpanel .download-sample + .kt-tab-note{ padding-top: 16px; }
.html-product-details-page .product-specs-box .table-wrapper{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--kt-border);
  border-radius: 10px;
}
.html-product-details-page .product-specs-box{ padding: 26px 28px; }
.html-product-details-page .kt-table-scroll{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--kt-border);
  border-radius: 10px;
}
.html-product-details-page .product-specs-box table{
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 13.5px;
}
.html-product-details-page .product-specs-box caption{
  caption-side: top;
  text-align: left;
  font-size: 12.5px;
  color: var(--kt-muted);
  padding: 0 0 10px;
}
.html-product-details-page .product-specs-box th,
.html-product-details-page .product-specs-box td{
  text-align: left;
  padding: 11px 16px;
  border-bottom: 1px solid var(--kt-border);
  vertical-align: top;
}
.html-product-details-page .product-specs-box thead th{
  font-family: var(--kt-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--kt-muted);
  background: var(--kt-surface-soft);
  position: sticky;
  top: 0;
}
.html-product-details-page .product-specs-box tbody th{
  font-weight: 500;
  color: var(--kt-fg-soft);
  width: 42%;
}
.html-product-details-page .product-specs-box tbody td{
  font-family: var(--kt-display);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.html-product-details-page .product-specs-box tbody tr:last-child th,
.html-product-details-page .product-specs-box tbody tr:last-child td{ border-bottom: 0; }
.html-product-details-page .product-specs-box tbody tr:nth-child(even){ background: oklch(0.988 0.003 250); }

.html-product-details-page .kt-collateral-split{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.html-product-details-page .kt-docs,
.html-product-details-page .kt-usecases{ padding: 24px 26px; }
.html-product-details-page .kt-doc-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.html-product-details-page .kt-doc-list li{ border-bottom: 1px solid var(--kt-border); }
.html-product-details-page .kt-doc-list li:last-child{ border-bottom: 0; }
.html-product-details-page .kt-doc-list a{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 8px;
  margin: 0 -8px;
  border-radius: 9px;
  text-decoration: none;
  color: var(--kt-fg);
  transition: background .15s ease;
}
.html-product-details-page .kt-doc-list a:hover{ background: var(--kt-accent-soft); }
.html-product-details-page .kt-doc-list a:hover .kt-doc-name{ color: var(--kt-accent); }
.html-product-details-page .kt-doc-ico{
  flex: none;
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--kt-surface-soft);
  border: 1px solid var(--kt-border);
  color: var(--kt-accent);
}
.html-product-details-page .kt-doc-name{
  font-family: var(--kt-display);
  font-size: 13.5px;
  font-weight: 500;
  display: block;
}
.html-product-details-page .kt-doc-meta{
  font-size: 12px;
  color: var(--kt-muted);
  font-variant-numeric: tabular-nums;
}
.html-product-details-page .kt-doc-list .kt-doc-arrow{ margin-left: auto; color: var(--kt-muted); flex: none; }

.html-product-details-page .kt-usecases ol{
  list-style: none;
  counter-reset: kt-uc;
  margin: 0;
  padding: 0;
}
.html-product-details-page .kt-usecases li{
  counter-increment: kt-uc;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--kt-border);
}
.html-product-details-page .kt-usecases li:last-child{ border-bottom: 0; }
.html-product-details-page .kt-usecases li::before{
  content: counter(kt-uc);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 8px;
  background: var(--kt-teal-soft);
  border: 1px solid oklch(0.88 0.04 205);
  color: var(--kt-teal);
  font: 600 12.5px/1 var(--kt-display);
}
.html-product-details-page .kt-usecases .kt-uc-title{
  display: block;
  font-family: var(--kt-display);
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 2px;
}
.html-product-details-page .kt-usecases .kt-uc-text{
  font-size: 12.5px;
  color: var(--kt-muted);
  line-height: 1.5;
}

.html-product-details-page .product-tags-box{
  margin-top: 20px;
  padding: 22px 26px;
}
.html-product-details-page .product-tags-box h2{
  font-family: var(--kt-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--kt-muted);
  margin: 0 0 12px;
}
.html-product-details-page .product-tags-box .kt-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.html-product-details-page .product-tags-box a{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 13px;
  font-size: 13px;
  color: var(--kt-fg-soft);
  background: var(--kt-surface-soft);
  border: 1px solid var(--kt-border);
  border-radius: 999px;
  text-decoration: none;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.html-product-details-page .product-tags-box a:hover{
  background: var(--kt-accent-soft);
  border-color: var(--kt-accent);
  color: var(--kt-accent);
}

/* ---------- İlgili ürün ızgaraları ---------- */
.html-product-details-page .related-products-grid,
.html-product-details-page .also-purchased-products-grid{ margin-top: 32px; }
.html-product-details-page .item-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.html-product-details-page .item-box{ min-width: 0; }
.html-product-details-page .product-item{
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.html-product-details-page .product-item:hover{
  border-color: var(--kt-border-strong);
  box-shadow: var(--kt-shadow-lift);
  transform: translateY(-2px);
}
.html-product-details-page .product-item .picture{
  position: relative;
  background: var(--kt-surface-soft);
  border-bottom: 1px solid var(--kt-border);
}
.html-product-details-page .product-item .picture > a{
  display: block;
  aspect-ratio: 4 / 3;
  padding: 14px;
}
.html-product-details-page .product-item .picture img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 4px;
}
.html-product-details-page .product-item .details{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 14px 15px 15px;
  gap: 7px;
}
.html-product-details-page .kt-brandline{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  color: var(--kt-muted);
  margin: 0;
}
.html-product-details-page .kt-brandline .kt-brand{
  font-family: var(--kt-display);
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--kt-fg-soft);
}
.html-product-details-page .kt-brandline .kt-sku{
  margin-left: auto;
  font-variant-numeric: tabular-nums;
}
.html-product-details-page .product-item .product-title{
  margin: 0;
  font-family: var(--kt-display);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.35;
  min-height: 2.7em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.html-product-details-page .product-item .product-title a{
  color: var(--kt-fg);
  text-decoration: none;
}
.html-product-details-page .product-item .product-title a:hover{
  color: var(--kt-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.html-product-details-page .kt-stock{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--kt-teal);
  margin: 0;
}
.html-product-details-page .kt-stock::before{
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: currentColor;
  flex: none;
}
.html-product-details-page .kt-stock.kt-stock-low{ color: var(--kt-action-hi); }
.html-product-details-page .product-item .prices{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 0;
  padding: 8px 0 0;
  background: none;
  border: 0;
  border-radius: 0;
}
.html-product-details-page .product-item .actual-price{
  font-family: var(--kt-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.015em;
  font-variant-numeric: tabular-nums;
}
.html-product-details-page .product-item .old-price{
  font-size: 13px;
  color: var(--kt-muted);
  text-decoration: line-through;
  font-variant-numeric: tabular-nums;
}
.html-product-details-page .product-item .buttons{ margin-top: 12px; }
.html-product-details-page .product-box-add-to-cart-button{
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  font: 600 13.5px/1 var(--kt-display);
  color: var(--kt-fg-soft);
  background: var(--kt-surface);
  border: 1px solid var(--kt-border-strong);
  border-radius: 9px;
  padding: 0 12px;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.html-product-details-page .product-box-add-to-cart-button:hover{
  background: var(--kt-accent-soft);
  border-color: var(--kt-accent);
  color: var(--kt-accent);
}

/* ---------- Duyarlı davranış ---------- */
@media (max-width: 1199px){
  .html-product-details-page .product-essential{
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .html-product-details-page .picture-gallery .picture > a{ aspect-ratio: 16 / 9; }
  .html-product-details-page .picture-thumbs{ grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .html-product-details-page .item-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .html-product-details-page .kt-highlights{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px){
  .html-product-details-page .page-body{ padding: 20px 18px 56px; }
  .html-product-details-page .overview{ padding: 22px 20px 20px; }
  .html-product-details-page .full-description{ padding: 24px 22px; }
  .html-product-details-page .product-specs-box{ padding: 22px 20px; }
  .html-product-details-page .kt-product-tabs .product-specs-box,
  .html-product-details-page .kt-product-tabs .product-tags-box{ padding: 22px 20px; }
  .html-product-details-page .kt-docs,
  .html-product-details-page .kt-faq,
  .html-product-details-page .kt-usecases{ padding: 20px 20px; }
  .html-product-details-page .item-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .html-product-details-page .kt-collateral-split{ grid-template-columns: minmax(0, 1fr); }
  .html-product-details-page .picture-thumbs{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 640px){
  .html-product-details-page .page-body{ padding: 16px 14px 44px; }
  .html-product-details-page .additional-details{ grid-template-columns: minmax(0, 1fr); }
  .html-product-details-page .kt-assurances{ grid-template-columns: minmax(0, 1fr); }
  .html-product-details-page .kt-highlights{ grid-template-columns: minmax(0, 1fr); }
  .html-product-details-page .item-grid{ grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .html-product-details-page .product-price{ font-size: 28px; }
  .html-product-details-page .add-to-cart-panel{ flex-wrap: wrap; }
  .html-product-details-page .add-to-cart-button{ flex: 1 1 100%; }
  .html-product-details-page .kt-qty{ flex: 1 1 100%; justify-content: space-between; }
  .html-product-details-page .qty-input{ flex: 1 1 auto; width: auto; }
  .html-product-details-page .overview-buttons button{ flex: 1 1 calc(50% - 4px); }
  .html-product-details-page .picture-gallery .picture > a{ aspect-ratio: 4 / 3; padding: 12px; }
  .html-product-details-page .kt-tab{ min-height: 52px; padding: 0 14px; }
  .html-product-details-page .kt-product-tabs .full-description,
  .html-product-details-page .kt-tab-note,
  .html-product-details-page .kt-tab-empty{ padding: 22px 18px; }
  .html-product-details-page .kt-product-tabs .product-specs-box,
  .html-product-details-page .kt-product-tabs .product-tags-box{ padding: 20px 16px; }
  .html-product-details-page .product-specs-box table,
  .html-product-details-page .product-specs-box tbody,
  .html-product-details-page .product-specs-box tr,
  .html-product-details-page .product-specs-box th,
  .html-product-details-page .product-specs-box td{ display: block; width: 100%; }
  .html-product-details-page .product-specs-box table{ min-width: 0; }
  .html-product-details-page .product-specs-box thead{ position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .html-product-details-page .product-specs-box tbody tr{ padding: 10px 14px; border-bottom: 1px solid var(--kt-border); }
  .html-product-details-page .product-specs-box tbody tr:last-child{ border-bottom: 0; }
  .html-product-details-page .product-specs-box tbody tr.spec-header{ padding: 0; }
  .html-product-details-page .product-specs-box tbody tr.spec-header td{ padding: 10px 14px; }
  .html-product-details-page .product-specs-box tbody th,
  .html-product-details-page .product-specs-box tbody td{ padding: 0; border: 0; }
  .html-product-details-page .product-specs-box tbody th{ margin-bottom: 3px; color: var(--kt-muted); font-size: 12px; }
  .html-product-details-page .product-specs-box tbody td{ font-size: 14px; }
  /* Dokunma hedefleri mobilde 44px */
  .html-product-details-page .kt-support-links a,
  .html-product-details-page .kt-cats a{ min-height: 44px; }
}

@media (prefers-reduced-motion: reduce){
  .html-product-details-page *{ transition: none !important; }
  .html-product-details-page .product-item:hover{ transform: none; }
}
/* OpenDesign kategori v2 CSS aktarımı. Yalnızca .html-category-page namespace'i kullanır. */
/* ==========================================================================
   Kutay Teknik — kategori gövdesi. Her kural .html-category-page ile başlar.
   Token seti ürün detay artefaktıyla birebir aynıdır (görsel sözleşme).
   ========================================================================== */
.html-category-page{
  --kt-bg:            oklch(0.984 0.004 250);
  --kt-surface:       oklch(1 0 0);
  --kt-surface-soft:  oklch(0.972 0.006 250);
  --kt-fg:            oklch(0.28 0.021 258);
  --kt-fg-soft:       oklch(0.44 0.019 258);
  --kt-muted:         oklch(0.56 0.017 258);
  --kt-border:        oklch(0.906 0.008 258);
  --kt-border-strong: oklch(0.842 0.012 258);
  --kt-accent:        oklch(0.505 0.132 249);
  --kt-accent-soft:   oklch(0.955 0.024 249);
  --kt-teal:          oklch(0.545 0.083 205);
  --kt-teal-soft:     oklch(0.958 0.028 205);
  --kt-action:        oklch(0.688 0.166 52);
  --kt-action-hi:     oklch(0.628 0.166 52);
  --kt-shadow:        0 1px 2px oklch(0.28 0.021 258 / .06), 0 1px 8px oklch(0.28 0.021 258 / .05);
  --kt-shadow-lift:   0 2px 4px oklch(0.28 0.021 258 / .07), 0 10px 22px oklch(0.28 0.021 258 / .09);
  --kt-sans: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", sans-serif;
  --kt-display: "Poppins", "Segoe UI", system-ui, sans-serif;

  background: var(--kt-bg);
  color: var(--kt-fg);
  font-family: var(--kt-sans);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.html-category-page *,
.html-category-page *::before,
.html-category-page *::after{ box-sizing: border-box; }

.html-category-page .page-body{
  max-width: 1440px;
  margin: 0 auto;
  padding: 28px 24px 72px;
}
.html-category-page :focus-visible{
  outline: 2px solid var(--kt-accent);
  outline-offset: 2px;
  border-radius: 6px;
}
.html-category-page .kt-sronly{
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
/* Yatay taşma disiplini */
.html-category-page img,
.html-category-page svg{ max-width: 100%; }
.html-category-page .catalog-category-commerce > *,
.html-category-page .item-grid > *,
.html-category-page .product-selectors > *,
.html-category-page .kt-chips > *{ min-width: 0; }

/* ==========================================================================
   KATEGORİ GİRİŞİ — kısa, taranabilir; pazarlama hero'su değil
   ========================================================================== */
.html-category-page .category-description{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px 40px;
  padding: 0 0 20px;
  margin: 0 0 22px;
  border-bottom: 1px solid var(--kt-border);
}
.html-category-page .category-description h1{
  margin: 0 0 8px;
  font-family: var(--kt-display);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.018em;
  color: var(--kt-fg);
}
.html-category-page .category-description p{
  margin: 0;
  max-width: 68ch;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--kt-fg-soft);
}
.html-category-page .kt-cat-trust{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
}
.html-category-page .kt-cat-trust li{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--kt-fg-soft);
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 999px;
  padding: 5px 11px;
}
.html-category-page .kt-cat-trust svg{ color: var(--kt-teal); flex: none; }
.html-category-page .kt-cat-meta{
  flex: none;
  text-align: right;
  font-size: 12.5px;
  color: var(--kt-muted);
}
.html-category-page .kt-cat-meta strong{
  display: block;
  font-family: var(--kt-display);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -.015em;
  color: var(--kt-fg);
  font-variant-numeric: tabular-nums;
}

/* ==========================================================================
   KATALOG DÜZENİ — solda yapışkan filtre, sağda ürünler
   ========================================================================== */
.html-category-page .catalog-category-commerce{
  display: grid;
  grid-template-columns: 272px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

/* --- Sol katalog kolonu: alt kategoriler + filtre paneli --- */
.html-category-page .kt-catalog-sidebar{
  min-width: 0;
}
.html-category-page .catalog-filter-panel{
  position: sticky;
  top: 16px;
  min-width: 0;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: var(--kt-accent) var(--kt-surface-soft);
}
.html-category-page .catalog-filter-panel::-webkit-scrollbar{ width: 8px; }
.html-category-page .catalog-filter-panel::-webkit-scrollbar-track{
  background: var(--kt-surface-soft);
  border-radius: 999px;
}
.html-category-page .catalog-filter-panel::-webkit-scrollbar-thumb{
  background: var(--kt-accent);
  border: 2px solid var(--kt-surface-soft);
  border-radius: 999px;
}
.html-category-page .sub-category-grid{
  margin: 0 0 14px;
  padding: 14px;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 12px;
  box-shadow: var(--kt-shadow);
}
.html-category-page .kt-category-heading{
  margin: 0 0 11px;
  font-family: var(--kt-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.005em;
  color: var(--kt-fg);
}
.html-category-page .kt-category-list{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 7px;
}
.html-category-page .kt-category-card{
  min-width: 0;
}
.html-category-page .kt-category-card a{
  min-height: 58px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 10px;
  padding: 6px 8px 6px 6px;
  color: var(--kt-fg);
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 9px;
  text-decoration: none;
  transition: background .14s ease, border-color .14s ease, box-shadow .14s ease;
}
.html-category-page .kt-category-card a:hover{
  color: var(--kt-fg);
  background: var(--kt-accent-soft);
  border-color: var(--kt-accent);
  box-shadow: 0 1px 4px oklch(0.28 0.021 258 / .08);
}
.html-category-page .kt-category-thumb{
  width: 44px;
  height: 44px;
  display: block;
  overflow: hidden;
  background: var(--kt-surface-soft);
  border: 1px solid var(--kt-border);
  border-radius: 7px;
}
.html-category-page .kt-category-thumb img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.html-category-page .kt-category-name{
  min-width: 0;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.html-category-page .kt-category-arrow{
  width: 16px;
  height: 16px;
  color: var(--kt-muted);
  transition: color .14s ease, transform .14s ease;
}
.html-category-page .kt-category-card a:hover .kt-category-arrow{
  color: var(--kt-accent);
  transform: translateX(2px);
}
.html-category-page .kt-filter-toggle{ display: none; }

.html-category-page .product-filters{
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 12px;
  box-shadow: var(--kt-shadow);
  overflow: hidden;
}
.html-category-page .kt-filter-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 15px;
  background: var(--kt-surface-soft);
  border-bottom: 1px solid var(--kt-border);
}
.html-category-page .kt-filter-head h2{
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--kt-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.005em;
  color: var(--kt-fg);
}
.html-category-page .kt-filter-head svg{ color: var(--kt-accent); flex: none; }
.html-category-page .kt-filter-reset{
  min-height: 44px;
  font: 600 12px/1.3 var(--kt-sans);
  letter-spacing: .01em;
  color: var(--kt-accent);
  background: none;
  border: 0;
  padding: 6px 4px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.html-category-page .kt-filter-reset:hover{ color: oklch(0.405 0.132 249); }

/* Aktif filtre çipleri */
.html-category-page .kt-active-filters{
  padding: 12px 15px;
  border-bottom: 1px solid var(--kt-border);
}
.html-category-page .kt-active-label{
  display: block;
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--kt-muted);
}
.html-category-page .kt-chips{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.html-category-page .kt-chip-remove{
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: 600 12px/1.3 var(--kt-sans);
  letter-spacing: .01em;
  color: oklch(0.36 0.11 249);
  background: var(--kt-accent-soft);
  border: 1px solid oklch(0.86 0.05 249);
  border-radius: 999px;
  padding: 5px 9px 5px 11px;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.html-category-page .kt-chip-remove svg{ flex: none; opacity: .75; }
.html-category-page .kt-chip-remove:hover{
  background: var(--kt-accent);
  border-color: var(--kt-accent);
  color: oklch(1 0 0);
}
.html-category-page .kt-chip-remove:hover svg{ opacity: 1; }

/* Filtre grupları */
.html-category-page .product-filter{ border-bottom: 1px solid var(--kt-border); }
.html-category-page .product-filter:last-child{ border-bottom: 0; }
.html-category-page .filter-title{ margin: 0; }
.html-category-page .filter-title button{
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 15px;
  font: 600 13.5px/1.3 var(--kt-display);
  letter-spacing: -.002em;
  text-align: left;
  color: var(--kt-fg);
  background: none;
  border: 0;
  cursor: pointer;
  transition: background .14s ease, color .14s ease;
}
.html-category-page .filter-title button:hover{
  background: var(--kt-surface-soft);
  color: var(--kt-accent);
}
.html-category-page .filter-title .kt-caret{
  flex: none;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--kt-muted);
  border-bottom: 2px solid var(--kt-muted);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform .18s ease, border-color .18s ease;
}
.html-category-page .filter-title button[aria-expanded="true"] .kt-caret{
  transform: rotate(-135deg) translate(-2px, -2px);
  border-color: var(--kt-accent);
}
.html-category-page .filter-title button:hover .kt-caret{ border-color: var(--kt-accent); }
.html-category-page .filter-content{ padding: 2px 15px 15px; }
.html-category-page .filter-content[hidden]{ display: none; }

/* Onay kutusu satırları */
.html-category-page .kt-filter-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.html-category-page .kt-filter-row{
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 3px 4px;
  margin: 0 -4px;
  border-radius: 6px;
  cursor: pointer;
  transition: background .13s ease;
}
.html-category-page .kt-filter-row:hover{ background: var(--kt-surface-soft); }
.html-category-page .kt-filter-row input[type="checkbox"]{
  flex: none;
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--kt-accent);
  cursor: pointer;
}
.html-category-page .kt-filter-name{
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  color: var(--kt-fg-soft);
  overflow-wrap: anywhere;
}
.html-category-page .kt-filter-row input:checked ~ .kt-filter-name{
  color: var(--kt-fg);
  font-weight: 600;
}
.html-category-page .kt-filter-count{
  flex: none;
  font-size: 11.5px;
  font-variant-numeric: tabular-nums;
  color: var(--kt-muted);
  background: var(--kt-surface-soft);
  border: 1px solid var(--kt-border);
  border-radius: 999px;
  padding: 1px 7px;
}
.html-category-page .kt-filter-row input:disabled ~ .kt-filter-name{ color: var(--kt-muted); }
.html-category-page .kt-filter-more{
  min-height: 44px;
  margin-top: 8px;
  font: 600 12px/1.3 var(--kt-sans);
  letter-spacing: .01em;
  color: var(--kt-accent);
  background: none;
  border: 0;
  padding: 4px 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.html-category-page .kt-filter-more:hover{ color: oklch(0.405 0.132 249); }

/* Fiyat aralığı */
.html-category-page #price-range-slider{
  position: relative;
  height: 26px;
  margin: 6px 0 2px;
}
.html-category-page .kt-range-track{
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 3px;
  background: var(--kt-border);
}
.html-category-page .kt-range-fill{
  position: absolute;
  top: 11px;
  height: 4px;
  border-radius: 3px;
  background: var(--kt-accent);
}
.html-category-page #price-range-slider input[type="range"]{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
  margin: 0;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}
.html-category-page #price-range-slider input[type="range"]::-webkit-slider-thumb{
  pointer-events: auto;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--kt-surface);
  border: 2px solid var(--kt-accent);
  box-shadow: var(--kt-shadow);
  cursor: pointer;
}
.html-category-page #price-range-slider input[type="range"]::-moz-range-thumb{
  pointer-events: auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--kt-surface);
  border: 2px solid var(--kt-accent);
  box-shadow: var(--kt-shadow);
  cursor: pointer;
}
.html-category-page #price-range-slider input[type="range"]:focus-visible::-webkit-slider-thumb{
  outline: 2px solid var(--kt-accent);
  outline-offset: 2px;
}
.html-category-page .kt-price-values{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.html-category-page .kt-price-field{
  flex: 1 1 0;
  min-width: 0;
}
.html-category-page .kt-price-field span{
  display: block;
  font-size: 10.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--kt-muted);
  margin-bottom: 3px;
}
.html-category-page .kt-price-field output{
  display: block;
  font-family: var(--kt-display);
  font-size: 13px;
  font-weight: 600;
  color: var(--kt-fg);
  font-variant-numeric: tabular-nums;
  background: var(--kt-surface-soft);
  border: 1px solid var(--kt-border);
  border-radius: 7px;
  padding: 7px 9px;
  overflow-wrap: anywhere;
}
.html-category-page .kt-price-dash{
  flex: none;
  color: var(--kt-muted);
  margin-top: 16px;
}

/* ==========================================================================
   ÜRÜN PANELİ — selectors + grid + pager
   ========================================================================== */
.html-category-page .catalog-products-panel{ min-width: 0; }

.html-category-page .product-selectors{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding: 11px 14px;
  margin: 0 0 18px;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 10px;
  box-shadow: var(--kt-shadow);
}
.html-category-page .kt-result-count{
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-size: 13px;
  color: var(--kt-muted);
}
.html-category-page .kt-result-count strong{
  color: var(--kt-fg);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.html-category-page .product-sorting,
.html-category-page .products-page-size{
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}
.html-category-page .product-selectors label{
  font-size: 12px;
  letter-spacing: .01em;
  color: var(--kt-muted);
  white-space: nowrap;
}
.html-category-page .product-selectors select{
  min-height: 44px;
  max-width: 100%;
  font: 500 13px/1.2 var(--kt-sans);
  color: var(--kt-fg);
  background: var(--kt-surface);
  border: 1px solid var(--kt-border-strong);
  border-radius: 8px;
  padding: 0 30px 0 10px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237b8194' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 9 7 7 7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 9px center;
  transition: border-color .15s ease;
}
.html-category-page .product-selectors select:hover{ border-color: var(--kt-accent); }
.html-category-page .product-viewmode{
  display: flex;
  gap: 4px;
  padding-left: 14px;
  border-left: 1px solid var(--kt-border);
}
.html-category-page .product-viewmode button{
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--kt-muted);
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 8px;
  cursor: pointer;
  transition: background .14s ease, border-color .14s ease, color .14s ease;
}
.html-category-page .product-viewmode button:hover{
  color: var(--kt-fg);
  border-color: var(--kt-border-strong);
  background: var(--kt-surface-soft);
}
.html-category-page .product-viewmode button[aria-pressed="true"]{
  color: oklch(1 0 0);
  background: var(--kt-accent);
  border-color: var(--kt-accent);
}
.html-category-page .product-viewmode svg{ flex: none; }
.html-category-page .product-viewmode svg{
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.html-category-page .product-selectors .kt-result-count{ order: 1; }
.html-category-page .product-selectors .product-sorting{ order: 2; }
.html-category-page .product-selectors .product-page-size{ order: 3; }
.html-category-page .product-selectors .product-viewmode{ order: 4; }

/* ==========================================================================
   ÜRÜN KARTI — ürün detay v2 ile aynı anatomi
   medya (rozet + hızlı eylem) → marka/model → 2 satır başlık →
   teknik mikro bilgi → stok → fiyat → KDV → güven çipleri → tek CTA
   ========================================================================== */
.html-category-page .product-grid{ min-width: 0; }
.html-category-page .item-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.html-category-page .item-box{ min-width: 0; display: flex; }
.html-category-page .product-item{
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.html-category-page .product-item:hover{
  border-color: var(--kt-accent);
  box-shadow: var(--kt-shadow-lift);
}
.html-category-page .product-item .picture{
  position: relative;
  background: var(--kt-surface-soft);
  border-bottom: 1px solid var(--kt-border);
}
.html-category-page .product-item .picture > a{
  display: block;
  aspect-ratio: 4 / 3;
  padding: 16px;
}
.html-category-page .product-item .picture img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Durum rozeti */
.html-category-page .kt-card-badge{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 68px);
  padding: 4px 9px;
  font: 600 11px/1.35 var(--kt-display);
  letter-spacing: .02em;
  border-radius: 5px;
  border: 1px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.html-category-page .kt-badge-new{
  color: oklch(0.36 0.11 249); background: var(--kt-accent-soft); border-color: oklch(0.86 0.05 249);
}
.html-category-page .kt-badge-best{
  color: oklch(0.36 0.07 205); background: var(--kt-teal-soft); border-color: oklch(0.86 0.05 205);
}
.html-category-page .kt-badge-sale{
  color: oklch(0.34 0.09 52); background: oklch(0.955 0.04 62); border-color: oklch(0.86 0.08 62);
}
.html-category-page .kt-badge-low{
  color: oklch(0.38 0.10 52); background: oklch(0.962 0.032 62); border-color: oklch(0.87 0.07 62);
}
.html-category-page .kt-badge-out{
  color: var(--kt-fg-soft); background: oklch(0.94 0.005 258); border-color: var(--kt-border-strong);
}

/* Hızlı eylemler */
.html-category-page .kt-card-quick{
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.html-category-page .kt-quick-btn{
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--kt-fg-soft);
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 8px;
  cursor: pointer;
  transition: background .14s ease, border-color .14s ease, color .14s ease;
}
.html-category-page .kt-quick-btn:hover,
.html-category-page .kt-quick-btn[aria-pressed="true"]{
  background: var(--kt-accent);
  border-color: var(--kt-accent);
  color: oklch(1 0 0);
}
.html-category-page .kt-quick-btn svg{ flex: none; }

/* Kart gövdesi */
.html-category-page .product-item .details{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  padding: 13px 14px 14px;
  gap: 7px;
}
.html-category-page .kt-brandline{
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-size: 11px;
  letter-spacing: .015em;
  color: var(--kt-muted);
  margin: 0;
}
.html-category-page .kt-brandline .kt-brand{
  font-family: var(--kt-display);
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--kt-fg-soft);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.html-category-page .kt-brandline .kt-sku{
  margin-left: auto;
  flex: none;
  font-variant-numeric: tabular-nums;
}
.html-category-page .product-item .product-title{
  margin: 0;
  font-family: var(--kt-display);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  height: 2.7em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}
.html-category-page .product-item .product-title a{
  color: var(--kt-fg);
  text-decoration: none;
}
.html-category-page .product-item .product-title a:hover{
  color: var(--kt-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
/* Kısa açıklama yalnızca liste görünümünde açılır */
.html-category-page .product-item .description{
  display: none;
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--kt-fg-soft);
}

/* Teknik mikro bilgi */
.html-category-page .kt-card-facts{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 1px 0 0;
  padding: 0;
  background: var(--kt-border);
  border: 1px solid var(--kt-border);
  border-radius: 7px;
  overflow: hidden;
}
.html-category-page .kt-card-facts li{
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 6px 8px;
  background: var(--kt-surface-soft);
}
.html-category-page .kt-fact-k{
  font-size: 10.5px;
  letter-spacing: .015em;
  color: var(--kt-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.html-category-page .kt-fact-v{
  font-family: var(--kt-display);
  font-size: 12px;
  font-weight: 600;
  color: var(--kt-fg);
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}

/* Stok satırı */
.html-category-page .kt-stock{
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--kt-teal);
  margin: 0;
}
.html-category-page .kt-stock::before{
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: currentColor;
  flex: none;
}
.html-category-page .kt-stock.kt-stock-low{ color: var(--kt-action-hi); }
.html-category-page .kt-stock.kt-stock-none{ color: var(--kt-muted); }

/* Fiyat hiyerarşisi */
.html-category-page .product-item .prices{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin: auto 0 0;
  padding: 9px 0 0;
}
.html-category-page .product-item .actual-price{
  font-family: var(--kt-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.018em;
  color: var(--kt-fg);
  font-variant-numeric: tabular-nums;
}
.html-category-page .product-item .old-price{
  font-size: 12.5px;
  color: var(--kt-muted);
  text-decoration: line-through;
  font-variant-numeric: tabular-nums;
}
.html-category-page .kt-card-off{
  font: 600 11px/1.4 var(--kt-display);
  letter-spacing: .02em;
  color: oklch(0.34 0.09 52);
  background: oklch(0.955 0.04 62);
  border: 1px solid oklch(0.87 0.07 62);
  border-radius: 4px;
  padding: 2px 6px;
}
.html-category-page .kt-card-tax{
  margin: 2px 0 0;
  font-size: 11px;
  letter-spacing: .015em;
  color: var(--kt-muted);
}

/* Güven çipleri */
.html-category-page .kt-card-trust{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 8px 0 0;
  padding: 0;
}
.html-category-page .kt-card-trust li{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .015em;
  color: var(--kt-fg-soft);
  background: var(--kt-surface-soft);
  border: 1px solid var(--kt-border);
  border-radius: 999px;
  padding: 3px 8px;
}
.html-category-page .kt-card-trust li::before{
  content: "";
  width: 9px;
  height: 9px;
  flex: none;
  border-radius: 50%;
  background: var(--kt-teal-soft);
  box-shadow: inset 0 0 0 1.5px var(--kt-teal);
}

/* Tek birincil aksiyon */
.html-category-page .product-item .buttons{ margin-top: 11px; }
.html-category-page .product-box-add-to-cart-button{
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: 600 13.5px/1.2 var(--kt-display);
  letter-spacing: .01em;
  color: oklch(1 0 0);
  background: var(--kt-accent);
  border: 1px solid var(--kt-accent);
  border-radius: 8px;
  padding: 0 12px;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease;
}
.html-category-page .product-box-add-to-cart-button:hover{
  background: oklch(0.405 0.132 249);
  border-color: oklch(0.405 0.132 249);
  color: oklch(1 0 0);
}
.html-category-page .product-box-add-to-cart-button svg{ flex: none; }
.html-category-page .kt-notify-button{
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: 600 13.5px/1.2 var(--kt-display);
  letter-spacing: .01em;
  color: var(--kt-fg);
  background: var(--kt-surface);
  border: 1px solid var(--kt-border-strong);
  border-radius: 8px;
  padding: 0 12px;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.html-category-page .kt-notify-button:hover{
  background: var(--kt-fg);
  border-color: var(--kt-fg);
  color: oklch(1 0 0);
}
.html-category-page .kt-item-out .picture img{ opacity: .62; }
.html-category-page .kt-item-out .actual-price{ color: var(--kt-fg-soft); }

/* ==========================================================================
   LİSTE GÖRÜNÜMÜ — aynı DOM, yalnızca sunum değişir
   ========================================================================== */
@media (min-width: 641px){
  .html-category-page .item-grid.kt-view-list{ grid-template-columns: minmax(0, 1fr); }
  .html-category-page .kt-view-list .product-item{ flex-direction: row; }
  .html-category-page .kt-view-list .product-item .picture{
    flex: 0 0 260px;
    border-bottom: 0;
    border-right: 1px solid var(--kt-border);
  }
  .html-category-page .kt-view-list .product-item .picture > a{ aspect-ratio: 4 / 3; height: 100%; }
  .html-category-page .kt-view-list .product-item .details{ padding: 16px 18px 18px; }
  .html-category-page .kt-view-list .product-item .product-title{
    height: auto;
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
  .html-category-page .kt-view-list .product-item .description{ display: block; }
  .html-category-page .kt-view-list .kt-card-facts{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .html-category-page .kt-view-list .product-item .buttons{ max-width: 280px; }
}

/* ==========================================================================
   PAGER
   ========================================================================== */
.html-category-page .pager{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--kt-border);
}
.html-category-page .pager ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.html-category-page .pager a,
.html-category-page .pager span.kt-current{
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  font: 600 13px/1.2 var(--kt-display);
  letter-spacing: .01em;
  font-variant-numeric: tabular-nums;
  color: var(--kt-fg-soft);
  text-decoration: none;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: 8px;
  transition: background .14s ease, border-color .14s ease, color .14s ease;
}
.html-category-page .pager a:hover{
  color: var(--kt-accent);
  border-color: var(--kt-accent);
  background: var(--kt-accent-soft);
}
.html-category-page .pager .current-page span.kt-current{
  color: oklch(1 0 0);
  background: var(--kt-accent);
  border-color: var(--kt-accent);
}
.html-category-page .pager .kt-pager-info{
  margin: 0;
  font-size: 12.5px;
  color: var(--kt-muted);
  font-variant-numeric: tabular-nums;
}

/* ==========================================================================
   DUYARLI DAVRANIŞ
   ========================================================================== */
@media (max-width: 1199px){
  .html-category-page .catalog-category-commerce{ grid-template-columns: 244px minmax(0, 1fr); gap: 20px; }
  .html-category-page .item-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* 991px altı: filtre paneli ürünlerin üstüne çıkar ve kapalı başlar */
@media (max-width: 991px){
  .html-category-page .page-body{ padding: 20px 18px 56px; }
  .html-category-page .category-description{ grid-template-columns: minmax(0, 1fr); align-items: start; }
  .html-category-page .kt-cat-meta{ text-align: left; }
  .html-category-page .catalog-category-commerce{ grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .html-category-page .catalog-filter-panel{
    position: static;
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
    scrollbar-gutter: auto;
  }
  .html-category-page .sub-category-grid{ margin-bottom: 12px; }
  .html-category-page .kt-category-list{ grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .html-category-page .kt-filter-toggle{
    width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font: 600 14px/1.2 var(--kt-display);
    letter-spacing: .01em;
    color: var(--kt-fg);
    background: var(--kt-surface);
    border: 1px solid var(--kt-border-strong);
    border-radius: 10px;
    padding: 0 14px;
    cursor: pointer;
    box-shadow: var(--kt-shadow);
    transition: background .15s ease, border-color .15s ease, color .15s ease;
  }
  .html-category-page .kt-filter-toggle:hover{
    background: var(--kt-accent-soft);
    border-color: var(--kt-accent);
    color: var(--kt-accent);
  }
  .html-category-page .kt-filter-toggle svg{ flex: none; }
  .html-category-page .kt-filter-toggle .kt-toggle-count{
    font-size: 11.5px;
    font-weight: 600;
    color: oklch(1 0 0);
    background: var(--kt-accent);
    border-radius: 999px;
    padding: 1px 7px;
  }
  /* Panel akışta açılır; ürünlerin üzerine binmez */
  .html-category-page .catalog-filter-panel[data-open="false"] .product-filters{ display: none; }
  .html-category-page .catalog-filter-panel[data-open="true"] .product-filters{ margin-top: 12px; }
  .html-category-page .item-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .html-category-page .product-selectors{ padding: 10px 12px; }
  .html-category-page .kt-result-count{ flex: 1 1 100%; }
}

@media (max-width: 640px){
  .html-category-page .page-body{ padding: 16px 14px 44px; }
  .html-category-page .category-description h1{ font-size: 24px; letter-spacing: -.012em; }
  .html-category-page .item-grid{ grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .html-category-page .sub-category-grid{ padding: 12px; }
  .html-category-page .kt-category-list{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .html-category-page .kt-category-card a{
    min-height: 64px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px;
  }
  .html-category-page .kt-category-thumb{ width: 42px; height: 42px; }
  .html-category-page .kt-category-arrow{ display: none; }
  .html-category-page .product-item .picture > a{ aspect-ratio: 16 / 10; }
  .html-category-page .kt-quick-btn{ width: 44px; height: 44px; }
  .html-category-page .kt-card-badge{ max-width: calc(100% - 72px); }
  .html-category-page .product-selectors{ gap: 8px 10px; }
  .html-category-page .product-sorting,
  .html-category-page .products-page-size{ flex: 1 1 100%; }
  .html-category-page .product-selectors select{ flex: 1 1 auto; min-height: 44px; }
  .html-category-page .product-viewmode{
    flex: 1 1 100%;
    padding-left: 0;
    border-left: 0;
    padding-top: 8px;
    border-top: 1px solid var(--kt-border);
  }
  .html-category-page .product-viewmode button{ flex: 1 1 auto; width: auto; height: 44px; }
  .html-category-page .pager{ justify-content: center; }
  .html-category-page .pager a,
  .html-category-page .pager span.kt-current{ min-width: 44px; min-height: 44px; }
}

@media (prefers-reduced-motion: reduce){
  .html-category-page *{ transition: none !important; }
}

/* DefaultClean'in global urun karti kurallarini kategori OpenDesign kartlarindan ayir. */
.html-category-page .product-grid .item-box,
.html-category-page .product-grid .item-box:hover{
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
  align-items: stretch;
}
.html-category-page .product-grid .item-box .product-item{
  height: 100%;
  isolation: isolate;
}
.html-category-page .product-grid .item-box .details{
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1 1 auto;
  min-width: 0;
  height: auto !important;
  max-height: none !important;
  min-height: 0;
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  padding: 13px 14px 14px;
  background: transparent !important;
  color: inherit !important;
  text-align: left;
}
.html-category-page .product-grid .item-box .picture{
  margin: 0;
  z-index: auto;
  flex: none;
}
.html-category-page .product-grid .item-box .picture > a{
  position: relative;
}
.html-category-page .product-grid .item-box .picture > a::before{
  content: none;
  display: none;
  padding: 0;
}
.html-category-page .product-grid .item-box .picture img{
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: 100%;
  max-height: none;
  margin: 0;
  opacity: 1;
  transform: none;
}
.html-category-page .product-grid .item-box .buttons{
  margin: 11px 0 0;
  font-size: inherit;
}
.html-category-page .product-grid .item-box button{
  height: auto;
}
.html-category-page .product-grid .product-item:hover{
  transform: none;
}

/* nopCommerce liste görünümü de aynı kart anatomisini kullanır. */
.html-category-page .product-list .item-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}
.html-category-page .product-list .item-box,
.html-category-page .product-list .item-box:hover{
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
  align-items: stretch;
}
.html-category-page .product-list .item-box .product-item{
  height: auto;
  min-height: 0;
  flex-direction: row;
  isolation: isolate;
}
.html-category-page .product-list .item-box .picture{
  flex: 0 0 260px;
  margin: 0;
  border-bottom: 0;
  border-right: 1px solid var(--kt-border);
}
.html-category-page .product-list .item-box .picture > a{
  height: 100%;
  aspect-ratio: auto;
}
.html-category-page .product-list .item-box .details{
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1 1 auto;
  min-width: 0;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  padding: 16px 18px 18px;
  background: transparent !important;
  color: inherit !important;
  text-align: left;
}
.html-category-page .product-list .item-box .product-title{
  height: auto;
  min-height: 0;
}
.html-category-page .product-list .item-box .description{
  display: block;
  min-height: 0;
}
.html-category-page .product-list .item-box .buttons{
  max-width: 280px;
}
@media (max-width: 640px){
  .html-category-page .product-list .item-box .product-item{ flex-direction: column; }
  .html-category-page .product-list .item-box .picture{
    flex: none;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--kt-border);
  }
  .html-category-page .product-list .item-box .picture > a{
    aspect-ratio: 16 / 10;
    height: auto;
  }
  .html-category-page .product-list .item-box .buttons{ max-width: none; }
}

/* Hepsiburada benzeri baslik satiri: siralama baslikla birlikte akar. */
@media (max-width: 767px){
  .html-category-page .kt-category-heading-row{
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
  .html-category-page .kt-heading-sort{
    width: 100%;
    min-width: 0;
  }
}

/* Filtre paneli: referanstaki dar sidebar ve ayri bolumler. */
@media (min-width: 1001px){
  .html-category-page .catalog-category-commerce{
    grid-template-columns: 272px minmax(0, 1fr);
  }
}
.html-category-page .product-spec-filter .filter-content{
  padding: 0;
}
.html-category-page .product-spec-filter .kt-filter-group{
  margin: 0;
}
.html-category-page .price-range-filter .filter-content{
  padding: 4px 18px 16px;
}
.html-category-page .price-range-filter #price-range-slider{
  margin: 8px 8px 8px;
  position: relative;
  display: block;
  width: auto;
  min-height: 26px;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}
.html-category-page .price-range-filter #price-range-slider:not(.ui-slider)::before{
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  display: block;
  height: 4px;
  border-radius: 3px;
  background: var(--kt-accent);
  opacity: 1;
}
.html-category-page .price-range-filter #price-range-slider:not(.ui-slider)::after{
  content: '';
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: 2px solid var(--kt-accent);
  border-radius: 50%;
  background: var(--kt-surface);
  box-shadow: var(--kt-shadow);
}
.html-category-page .price-range-filter #price-range-slider.ui-slider-horizontal{
  height: 4px !important;
  margin-top: 18px;
  margin-bottom: 16px;
  border: 0 !important;
  border-radius: 3px;
  background: var(--kt-border-strong) !important;
}
.html-category-page .price-range-filter #price-range-slider .ui-slider-range{
  display: block !important;
  height: 100%;
  border: 0;
  border-radius: 3px;
  background: var(--kt-accent) !important;
}
.html-category-page .price-range-filter #price-range-slider .ui-slider-handle{
  display: block !important;
  position: absolute;
  z-index: 2;
  top: -7px;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  box-sizing: border-box;
  border: 2px solid var(--kt-accent) !important;
  border-radius: 50%;
  background: var(--kt-surface) !important;
  box-shadow: var(--kt-shadow);
  opacity: 1 !important;
  cursor: grab;
}
.html-category-page .price-range-filter .kt-price-values{
  margin-top: 11px;
}
.html-category-page .price-range-filter .kt-price-field span{
  font-size: 10.5px;
  letter-spacing: .04em;
}
.html-category-page .price-range-filter .kt-price-field output{
  min-height: 36px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 9px;
  font-size: 13px;
  line-height: 1;
}
.html-category-page .product-spec-group > summary,
.html-category-page .product-manufacturer-group > summary{
  padding-left: 18px;
  padding-right: 18px;
}
.html-category-page .product-spec-group[open] > summary .kt-caret,
.html-category-page .product-manufacturer-group[open] > summary .kt-caret{
  color: var(--kt-accent);
}

/* Sıralama başlık satırında tek kez gösterilir; AJAX uyumluluğu için select DOM'da kalır. */
.html-category-page .catalog-products-panel .product-selectors .product-sorting{
  display: none !important;
}
.html-category-page .catalog-products-panel > .kt-heading-sort{
  margin: 0 0 12px auto;
}
.html-category-page > .kt-shell > .category-description{
  margin-top: 36px;
}
.html-category-page .kt-shell > .category-description{
  margin-top: 36px;
}
.html-category-page .kt-category-description-content{
  width: 100%;
  max-height: 270px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 14px;
  scrollbar-color: var(--kt-border-strong) transparent;
  scrollbar-width: thin;
  overflow-wrap: anywhere;
  word-break: normal;
}
.html-category-page .kt-category-description-content::-webkit-scrollbar{
  width: 8px;
}
.html-category-page .kt-category-description-content::-webkit-scrollbar-track{
  background: transparent;
}
.html-category-page .kt-category-description-content::-webkit-scrollbar-thumb{
  background: var(--kt-border-strong);
  border: 2px solid transparent;
  border-radius: 999px;
  background-clip: padding-box;
}
.html-category-page .kt-category-description-content > *:first-child{
  margin-top: 0;
}
.html-category-page .kt-category-description-content > *:last-child{
  margin-bottom: 0;
}
.html-category-page .kt-category-description-content h1,
.html-category-page .kt-category-description-content h2,
.html-category-page .kt-category-description-content h3,
.html-category-page .kt-category-description-content h4{
  max-width: 100%;
  color: var(--kt-fg);
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.html-category-page .kt-category-description-content h1{
  margin: 0 0 12px;
  font: 650 26px/1.2 var(--kt-display);
}
.html-category-page .kt-category-description-content h2{
  margin: 24px 0 9px;
  font: 650 20px/1.25 var(--kt-display);
}
.html-category-page .kt-category-description-content h3,
.html-category-page .kt-category-description-content h4{
  margin: 18px 0 7px;
  font-size: 16px;
}
.html-category-page .kt-category-description-content p,
.html-category-page .kt-category-description-content li{
  max-width: none;
  color: var(--kt-fg-soft);
  font-size: 14px;
  line-height: 1.65;
}
.html-category-page .kt-category-description-content p{
  margin: 0 0 12px;
}
.html-category-page .kt-category-description-content ul,
.html-category-page .kt-category-description-content ol{
  max-width: none;
  margin: 0 0 14px;
  padding-left: 22px;
}
.html-category-page .kt-category-description-content a{
  color: var(--kt-accent);
  overflow-wrap: anywhere;
}
.html-category-page .kt-category-description-content img,
.html-category-page .kt-category-description-content video,
.html-category-page .kt-category-description-content iframe{
  display: block;
  max-width: 100%;
  height: auto;
}
.html-category-page .kt-category-description-content table{
  width: 100% !important;
  max-width: 100%;
  margin: 14px 0;
  border-collapse: collapse;
  overflow: hidden;
  font-size: 13px;
}
.html-category-page .kt-category-description-content th,
.html-category-page .kt-category-description-content td{
  padding: 9px 10px;
  border: 1px solid var(--kt-border);
  text-align: left;
  vertical-align: top;
}
.html-category-page .kt-category-description-content th{
  background: var(--kt-surface-soft);
  color: var(--kt-fg);
  font-weight: 650;
}
.html-category-page .kt-category-description-content blockquote{
  margin: 16px 0;
  padding: 10px 14px;
  border-left: 3px solid var(--kt-accent);
  background: var(--kt-surface-soft);
  color: var(--kt-fg-soft);
}
.html-category-page .kt-category-description-content > div,
.html-category-page .kt-category-description-content > section,
.html-category-page .kt-category-description-content > article{
  max-width: 100%;
}
.html-category-page .kt-category-description-content{
  max-height: none;
  overflow: visible;
  padding-right: 0;
}
.html-category-page .kt-category-seo{
  width: 100%;
  max-width: 92ch;
}
.html-category-page .kt-category-seo h2{
  margin: 0 0 16px;
  color: var(--kt-fg);
  font: 650 clamp(21px, 2vw, 26px)/1.3 var(--kt-display);
  letter-spacing: -.012em;
}
.html-category-page .kt-category-seo p{
  max-width: 82ch;
  margin: 0 0 14px;
  color: var(--kt-fg-soft);
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.75;
}
.html-category-page .kt-category-seo h3{
  margin: 22px 0 10px;
  color: var(--kt-fg);
  font: 650 17px/1.35 var(--kt-display);
}
.html-category-page .kt-category-seo ul{
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
}
.html-category-page .kt-category-seo li{
  color: var(--kt-fg-soft);
  font-size: 15px;
  line-height: 1.6;
}
.html-category-page .kt-products-heading-row{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 9px;
  min-width: 0;
  margin: 0 0 12px;
}
.html-category-page .kt-products-heading-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
}
.html-category-page .kt-products-breadcrumb{
  min-width: 0;
  padding: 0 1px;
}
.html-category-page .kt-products-breadcrumb .breadcrumb{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.html-category-page .kt-products-breadcrumb .breadcrumb-item{
  display: inline-flex;
  align-items: center;
  color: var(--kt-muted);
  font-size: 12px;
  line-height: 1.4;
}
.html-category-page .kt-products-breadcrumb .breadcrumb-item + .breadcrumb-item::before{
  content: '/';
  padding: 0 8px;
  color: var(--kt-border-strong);
}
.html-category-page .kt-products-breadcrumb a{
  color: var(--kt-muted);
  text-decoration: none;
}
.html-category-page .kt-products-breadcrumb a:hover{ color: var(--kt-accent); }
.html-category-page .kt-products-breadcrumb .current-item{
  color: var(--kt-fg-soft);
  font-weight: 600;
}
.html-category-page .kt-products-breadcrumb .home-icon img{
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.html-category-page .kt-products-heading-title{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 14px;
  min-width: 0;
}
.html-category-page .kt-products-heading-row h1{
  min-width: 0;
  margin: 0;
  color: var(--kt-fg);
  font-family: var(--kt-display);
  font-size: 24px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -.015em;
}
.html-category-page .kt-heading-result{
  color: var(--kt-muted);
  font-size: 13px;
  line-height: 1.3;
  white-space: nowrap;
}
.html-category-page .kt-heading-result strong{
  color: var(--kt-fg);
  font-weight: 650;
}
.html-category-page .kt-products-heading-row > .kt-heading-sort{
  margin: 0;
}
.html-category-page .kt-heading-sort{
  min-width: 216px;
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.html-category-page .kt-heading-sort select{
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 42px 0 14px;
  border: 1px solid var(--kt-border-strong);
  border-radius: 8px;
  background: var(--kt-surface);
  color: var(--kt-fg);
  font: 600 13px/44px var(--kt-sans);
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.html-category-page .kt-heading-sort select:hover{
  border-color: var(--kt-accent);
}
.html-category-page .kt-heading-sort select:focus-visible{
  border-color: var(--kt-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--kt-accent) 18%, transparent);
}
.html-category-page .kt-heading-sort select option{
  padding: 10px 14px;
  background: var(--kt-surface);
  color: var(--kt-fg);
  font: 500 13px/1.4 var(--kt-sans);
}
.html-category-page .kt-heading-sort select option:checked,
.html-category-page .kt-heading-sort select option:hover{
  background: var(--kt-accent);
  color: #fff;
}
.html-category-page .kt-heading-sort select optgroup{
  background: var(--kt-surface);
  color: var(--kt-muted);
  font-weight: 650;
}
.html-category-page .kt-heading-sort-caret{
  right: 16px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-right: 1.5px solid var(--kt-muted);
  border-bottom: 1.5px solid var(--kt-muted);
  font-size: 0;
  transform: rotate(45deg);
}
@media (max-width: 767px){
  .html-category-page .kt-heading-sort{
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 767px){
  .html-category-page .kt-products-heading-content{
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
  .html-category-page .kt-products-heading-content > .kt-heading-sort{
    width: 100%;
    min-width: 0;
  }
}

/* Kategori urunlerinde sayfalama, sonsuz kaydirma icin veri kaynagi olarak DOM'da kalir. */
.html-category-page .kt-infinite-scroll-enabled .pager{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.html-category-page .kt-infinite-scroll-sentinel{
  width: 100%;
  height: 1px;
  pointer-events: none;
}
.html-category-page .kt-infinite-scroll-loader{
  display: none;
  width: 100%;
  min-height: 96px;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.html-category-page .kt-infinite-scroll-loader.is-active{
  display: flex;
}
.html-category-page .kt-infinite-scroll-dot{
  width: 11px;
  height: 11px;
  background: var(--kt-accent);
  border-radius: 50%;
  animation: ktInfiniteScrollDot 1s ease-in-out infinite;
}
.html-category-page .kt-infinite-scroll-dot:nth-child(2){
  animation-delay: .14s;
}
.html-category-page .kt-infinite-scroll-dot:nth-child(3){
  animation-delay: .28s;
}
@keyframes ktInfiniteScrollDot{
  0%, 60%, 100%{ transform: translateY(0); opacity: .45; }
  30%{ transform: translateY(-5px); opacity: 1; }
}
@media (prefers-reduced-motion: reduce){
  .html-category-page .kt-infinite-scroll-dot{
    animation: none;
    opacity: 1;
  }
}

/* Katalog AJAX filtreleme katmani. Sinif adi Iklimsa filtre deneyimiyle eslesir. */
.html-category-page .products-container{
  position: relative;
}
.html-category-page .moria-LoadingWrapper-jLotpB{
  position: absolute;
  inset: 0;
  z-index: 20;
  display: none;
  min-height: 220px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: var(--kt-fg);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(2px);
}
.html-category-page .moria-LoadingWrapper-jLotpB.is-active{
  display: flex;
}
.html-category-page .moria-LoadingSpinner{
  width: 44px;
  height: 44px;
  border: 4px solid rgba(20, 69, 173, .18);
  border-top-color: var(--kt-accent);
  border-radius: 50%;
  animation: ktCatalogLoadingSpin .75s linear infinite;
}
.html-category-page .moria-LoadingText{
  font: 650 14px/1.4 var(--kt-sans);
}
@keyframes ktCatalogLoadingSpin{
  to{ transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce){
  .html-category-page .moria-LoadingSpinner{
    animation-duration: 1.5s;
  }
}

.html-product-details-page .kt-product-quote{
  margin-top: 18px;
}
.html-product-details-page .kt-product-quote .add-to-cart-panel{
  display: block;
}
.html-product-details-page .kt-quote-button{
  width: 100%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  background: var(--kt-action);
  border: 1px solid var(--kt-action);
  border-radius: 10px;
  padding: 0 20px;
  font: 700 15px/1 var(--kt-sans);
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.html-product-details-page .kt-quote-button span{
  font-size: 18px;
  line-height: 1;
}
.html-product-details-page .kt-quote-button:hover,
.html-product-details-page .kt-quote-button:focus-visible{
  color: #fff;
  background: var(--kt-action-hi);
  border-color: var(--kt-action-hi);
  text-decoration: none;
}
.html-product-details-page .kt-quote-button:active{
  transform: translateY(1px);
}

.html-product-details-page .kt-product-breadcrumb{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 18px;
  padding: 0;
  overflow: hidden;
  color: var(--kt-muted);
}
.html-product-details-page .kt-product-breadcrumb ul{
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  margin: 0;
  padding: 0 2px;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  white-space: nowrap;
}
.html-product-details-page .kt-product-breadcrumb ul::-webkit-scrollbar{
  display: none;
}
.html-product-details-page .kt-product-breadcrumb li{
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  color: var(--kt-muted);
  font: 500 12px/1.4 var(--kt-sans);
}
.html-product-details-page .kt-product-breadcrumb li > span:not(.delimiter),
.html-product-details-page .kt-product-breadcrumb li > a{
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.html-product-details-page .kt-product-breadcrumb a{
  max-width: 280px;
  color: var(--kt-muted);
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.html-product-details-page .kt-product-breadcrumb a:hover{
  color: var(--kt-accent);
}
.html-product-details-page .kt-product-breadcrumb .kt-breadcrumb-home-icon{
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  object-fit: contain;
}
.html-product-details-page .kt-product-breadcrumb .delimiter{
  width: 7px;
  height: 7px;
  margin: 0 12px;
  border-top: 1px solid var(--kt-border-strong);
  border-right: 1px solid var(--kt-border-strong);
  font-size: 0;
  transform: rotate(45deg);
}
.html-product-details-page .kt-product-breadcrumb .current-item{
  display: block;
  max-width: min(420px, 42vw);
  overflow: hidden;
  color: var(--kt-fg-soft);
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px){
  .html-product-details-page .kt-product-breadcrumb{
    margin-bottom: 14px;
  }
  .html-product-details-page .kt-product-breadcrumb a{
    max-width: 190px;
  }
  .html-product-details-page .kt-product-breadcrumb .current-item{
    max-width: 230px;
  }
}

/* Filter groups show the first eight values until the shopper expands them. */
.html-category-page .kt-filter-collapsible .kt-filter-extra{
  display: none;
}
.html-category-page .kt-filter-collapsible.is-expanded .kt-filter-extra{
  display: flex;
}
.html-category-page .kt-filter-more{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 18px 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--kt-accent);
  font: 600 12px/1.2 var(--kt-sans);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.html-category-page .kt-filter-more:hover{
  color: var(--kt-fg);
}
.html-category-page .kt-filter-more:focus-visible{
  outline: 2px solid var(--kt-accent);
  outline-offset: 3px;
  border-radius: 3px;
}
/* ---------- Iklimsa esintili urun detay hiyerarsisi ---------- */
.html-product-details-page .page-body{
  max-width: 1360px;
  padding-top: 20px;
}
.html-product-details-page .product-essential{
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 22px;
}
.html-product-details-page .picture-gallery{
  border-radius: 10px;
  box-shadow: 0 3px 16px oklch(.24 .02 255 / .07);
}
.html-product-details-page .picture-gallery .picture{
  background: #f7f8fa;
}
.html-product-details-page .picture-gallery .picture > a,
.html-product-details-page .picture-gallery .picture:not(:has(> a)){
  aspect-ratio: 4 / 3;
}
.html-product-details-page .picture-gallery .picture:not(:has(> a)){
  padding: 22px;
}
.html-product-details-page .picture-gallery .picture > a{
  padding: 24px;
}
.html-product-details-page .overview{
  border-radius: 10px;
  box-shadow: 0 3px 16px oklch(.24 .02 255 / .07);
  padding: 24px 26px 22px;
}
.html-product-details-page .manufacturers{ margin-bottom: 12px; }
.html-product-details-page .product-name h1{
  max-width: none;
  font-size: clamp(25px, 2.25vw, 34px);
  line-height: 1.18;
  letter-spacing: -.02em;
}
.html-product-details-page .short-description{
  max-width: 68ch;
  line-height: 1.65;
}
.html-product-details-page .availability,
.html-product-details-page .delivery{
  margin-top: 8px;
  padding: 11px 13px;
  border: 1px solid var(--kt-border);
  border-radius: 8px;
  background: #fbfcfd;
}
.html-product-details-page .attributes{
  margin-top: 20px;
  padding: 20px 0 2px;
}
.html-product-details-page .attributes .kt-chips{ gap: 10px; }
.html-product-details-page .attributes .kt-chip{
  min-height: 50px;
  padding: 8px 16px;
  border-radius: 8px;
}
.html-product-details-page .prices{
  margin-top: 22px;
  padding: 20px 18px 18px;
  background: #f6f8fa;
  border-radius: 8px;
}
.html-product-details-page .product-price{
  font-size: 34px;
  color: var(--kt-fg);
}
.html-product-details-page .kt-product-quote{ margin-top: 14px; }
.html-product-details-page .kt-product-quote .add-to-cart-panel{ gap: 0; }
.html-product-details-page .kt-product-quote .kt-quote-button{
  min-height: 56px;
  border-radius: 8px;
  font-size: 16px;
}
.html-product-details-page .overview-buttons{
  margin-top: 18px;
  padding-top: 18px;
}
.html-product-details-page .product-collateral{ margin-top: 34px; }
.html-product-details-page .kt-product-tabs{
  border-radius: 10px;
  box-shadow: 0 3px 16px oklch(.24 .02 255 / .06);
}
.html-product-details-page .kt-tablist{
  padding: 0 8px;
  background: #f7f8fa;
}
.html-product-details-page .kt-tab{
  min-height: 60px;
  padding: 0 22px;
  font-size: 14px;
}
.html-product-details-page .kt-product-tabs .full-description{
  padding: 32px 34px;
  line-height: 1.7;
}
.html-product-details-page .product-specs-box{ padding: 30px 34px; }
.html-product-details-page .product-specs-box .title{ margin-bottom: 16px; }
.html-product-details-page .product-specs-box table{ font-size: 14px; }
.html-product-details-page .product-specs-box tbody th{
  width: 38%;
  color: var(--kt-fg);
  font-weight: 600;
}
.html-product-details-page .product-specs-box tbody td{ color: var(--kt-fg-soft); }
@media (max-width: 900px){
  .html-product-details-page .product-essential{ grid-template-columns: minmax(0, 1fr); }
  .html-product-details-page .overview{ padding: 22px 20px 20px; }
}
@media (max-width: 640px){
  .html-product-details-page .page-body{ padding: 14px 12px 48px; }
  .html-product-details-page .picture-gallery .picture > a,
  .html-product-details-page .picture-gallery .picture:not(:has(> a)){
    aspect-ratio: 1 / 1;
    padding: 14px;
  }
  .html-product-details-page .product-name h1{ font-size: 24px; }
  .html-product-details-page .product-price{ font-size: 29px; }
  .html-product-details-page .kt-tablist{ padding: 0; }
}

/* ---------- Iklimsa urun detay bilgi seridi ---------- */
.html-product-details-page .overview .manufacturers{
  margin-top: 0;
  margin-bottom: 8px;
}
.html-product-details-page .overview .manufacturers a{
  border: 0;
  padding: 0;
  color: var(--kt-fg);
  font-size: 18px;
  letter-spacing: .04em;
}
.html-product-details-page .overview .product-name h1{
  margin-bottom: 3px;
  font-size: clamp(18px, 1.65vw, 23px);
  line-height: 1.3;
  letter-spacing: -.01em;
}
.html-product-details-page .overview .additional-details{
  margin-top: 2px;
}
.html-product-details-page .kt-product-feature-strip{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--kt-border);
  border-bottom: 1px solid var(--kt-border);
}
.html-product-details-page .kt-product-feature-strip a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 16px;
  color: var(--kt-accent);
  border-right: 1px solid var(--kt-border);
  font: 600 13px/1.25 var(--kt-display);
  text-align: center;
  text-decoration: none;
}
.html-product-details-page .kt-product-feature-strip a:last-child{ border-right: 0; }
.html-product-details-page .kt-product-feature-strip a:hover{ color: var(--kt-fg); }
.html-product-details-page .kt-product-feature-strip a span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  flex: none;
  border: 1px solid var(--kt-accent);
  border-radius: 50%;
  font-size: 14px;
}
@media (max-width: 700px){
  .html-product-details-page .kt-product-feature-strip{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 8px 0;
  }
  .html-product-details-page .kt-product-feature-strip a{
    margin: 8px 0;
  }
  .html-product-details-page .kt-product-feature-strip a:nth-child(2){ border-right: 0; }
  .html-product-details-page .kt-product-feature-strip a:nth-child(-n + 2){ border-bottom: 1px solid var(--kt-border); padding-bottom: 12px; }
}

/* Teklif aksiyonu tema mavisiyle uyumlu olsun. */
.html-product-details-page .kt-product-quote .kt-quote-button{
  color: #fff;
  background: #2f67ad;
  border-color: #2f67ad;
}
.html-product-details-page .kt-product-quote .kt-quote-button:hover,
.html-product-details-page .kt-product-quote .kt-quote-button:focus-visible{
  color: #fff;
  background: #24528c;
  border-color: #24528c;
}

/* ---------- Bagimsiz kesif hizmeti sayfasi ---------- */
.html-discovery-page .discovery-title{
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 24px 24px;
}
.html-discovery-page .discovery-title h1{
  margin: 0 0 8px;
  color: #172b4d;
  font: 600 clamp(28px, 3vw, 42px)/1.15 var(--kt-display);
}
.html-discovery-page .discovery-title p{
  max-width: 62ch;
  margin: 0;
  color: #596a80;
  font-size: 15px;
  line-height: 1.65;
}
.html-discovery-page .discovery-body{
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 24px 72px;
}
.html-discovery-page .discovery-layout{
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 24px;
  align-items: stretch;
}
.html-discovery-page .discovery-aside,
.html-discovery-page .discovery-form-card{
  min-width: 0;
  padding: 30px;
  background: #fff;
  border: 1px solid #dfe6ef;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(24, 47, 79, .07);
}
.html-discovery-page .discovery-aside{
  display: flex;
  flex-direction: column;
  border-top: 4px solid #2f67ad;
}
.html-discovery-page .discovery-visual{
  position: relative;
  min-height: 230px;
  margin: -30px -30px 26px;
  overflow: hidden;
  background: url('../images/klima-montaji.jpg') center 44% / cover no-repeat;
  border-radius: 8px 8px 0 0;
}
.html-discovery-page .discovery-visual::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 38, 75, .04) 20%, rgba(13, 38, 75, .78) 100%);
}
.html-discovery-page .discovery-visual-copy{
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: grid;
  gap: 4px;
  color: #fff;
}
.html-discovery-page .discovery-visual-copy span{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.html-discovery-page .discovery-visual-copy strong{
  max-width: 18ch;
  font: 600 22px/1.2 var(--kt-display);
}
.html-discovery-page .discovery-eyebrow{
  display: block;
  margin-bottom: 10px;
  color: #2f67ad;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.html-discovery-page .discovery-product-card h2,
.html-discovery-page .discovery-form-card h2{
  margin: 0 0 10px;
  color: #172b4d;
  font: 600 22px/1.3 var(--kt-display);
}
.html-discovery-page .discovery-product-card p,
.html-discovery-page .discovery-form-card > p{
  margin: 0;
  color: #596a80;
  font-size: 14px;
  line-height: 1.7;
}
.html-discovery-page .discovery-benefits{
  display: grid;
  gap: 16px;
  margin: 30px 0;
  padding: 24px 0;
  border-top: 1px solid #e3e8ef;
  border-bottom: 1px solid #e3e8ef;
  list-style: none;
}
.html-discovery-page .discovery-benefits li{
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.html-discovery-page .discovery-benefits li > span:first-child{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  flex: none;
  color: #fff;
  background: #2f67ad;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}
.html-discovery-page .discovery-benefits strong,
.html-discovery-page .discovery-benefits small{
  display: block;
}
.html-discovery-page .discovery-benefits strong{
  color: #243b5a;
  font-size: 14px;
}
.html-discovery-page .discovery-benefits small{
  margin-top: 2px;
  color: #718198;
  font-size: 12px;
}
.html-discovery-page .discovery-contact-note{
  display: grid;
  gap: 3px;
  margin-top: auto;
  padding: 16px;
  background: #eef4fb;
  border-radius: 8px;
}
.html-discovery-page .discovery-contact-note strong{ color: #243b5a; font-size: 13px; }
.html-discovery-page .discovery-contact-note a{ color: #2f67ad; font-size: 18px; font-weight: 700; text-decoration: none; }
.html-discovery-page .discovery-contact-note span{ color: #718198; font-size: 12px; }
.html-discovery-page .discovery-form-card > p{ margin-bottom: 24px; }
.html-discovery-page .discovery-form-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.html-discovery-page .discovery-form-card .inputs{ margin-bottom: 16px; }
.html-discovery-page .discovery-form-card label{
  display: block;
  margin-bottom: 6px;
  color: #243b5a;
  font-size: 13px;
  font-weight: 600;
}
.html-discovery-page .discovery-form-card input:not([type="checkbox"]),
.html-discovery-page .discovery-form-card textarea{
  width: 100%;
  padding: 12px 13px;
  color: #172b4d;
  background: #fff;
  border: 1px solid #cbd7e6;
  border-radius: 7px;
  outline: 0;
  font: 14px/1.4 var(--kt-sans);
}
.html-discovery-page .discovery-form-card input:not([type="checkbox"]){ min-height: 46px; }
.html-discovery-page .discovery-form-card textarea{ min-height: 132px; resize: vertical; }
.html-discovery-page .discovery-form-card input:not([type="checkbox"]):focus,
.html-discovery-page .discovery-form-card textarea:focus{
  border-color: #2f67ad;
  box-shadow: 0 0 0 3px rgba(47, 103, 173, .14);
}
.html-discovery-page .discovery-form-card .field-validation-error,
.html-discovery-page .discovery-form-card .message-error{ color: #bd3d3d; font-size: 12px; }
.html-discovery-page .discovery-submit{
  width: 100%;
  min-height: 52px;
  margin-top: 4px;
  color: #fff;
  background: #2f67ad;
  border: 1px solid #2f67ad;
  border-radius: 7px;
  font: 600 15px/1 var(--kt-display);
}
.html-discovery-page .discovery-submit:hover,
.html-discovery-page .discovery-submit:focus-visible{ color: #fff; background: #24528c; border-color: #24528c; }
.html-discovery-page .discovery-success{
  display: grid;
  gap: 7px;
  max-width: 720px;
  margin: 0 auto;
  padding: 28px;
  color: #244f37;
  background: #effaf3;
  border: 1px solid #b8dfc4;
  border-radius: 10px;
}
@media (max-width: 760px){
  .html-discovery-page .discovery-title{ padding: 28px 16px 18px; }
  .html-discovery-page .discovery-body{ padding: 8px 16px 48px; }
  .html-discovery-page .discovery-layout{ grid-template-columns: minmax(0, 1fr); }
  .html-discovery-page .discovery-aside,
  .html-discovery-page .discovery-form-card{ padding: 22px 18px; }
  .html-discovery-page .discovery-visual{ margin: -22px -18px 22px; }
  .html-discovery-page .discovery-form-grid{ grid-template-columns: minmax(0, 1fr); gap: 0; }
}

/* Ana urun gorselinin altinda Iklimsa benzeri thumbnail sirasi. */
.html-product-details-page .picture-gallery .picture-thumbs{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 96px;
  padding: 16px 22px 18px;
  background: #fff;
  border-top: 1px solid var(--kt-border);
}
.html-product-details-page .picture-gallery .picture-thumbs .thumb-item{
  flex: 0 0 74px;
  width: 74px;
  height: 70px;
  aspect-ratio: auto;
  padding: 7px;
  background: #fff;
  border: 1px solid var(--kt-border-strong);
  border-radius: 2px;
}
.html-product-details-page .picture-gallery .picture-thumbs .thumb-item:hover{
  border-color: var(--kt-accent);
  background: #fff;
}
.html-product-details-page .picture-gallery .picture-thumbs .thumb-item:first-child{
  border-color: var(--kt-accent);
  box-shadow: inset 0 0 0 1px var(--kt-accent);
}
.html-product-details-page .picture-gallery .picture-thumbs .thumb-item img{
  border-radius: 0;
  object-fit: contain;
}
@media (max-width: 640px){
  .html-product-details-page .picture-gallery .picture-thumbs{
    min-height: 82px;
    padding: 12px 14px 14px;
  }
  .html-product-details-page .picture-gallery .picture-thumbs .thumb-item{
    flex-basis: 62px;
    width: 62px;
    height: 60px;
  }
}

/* ---------- Urun detay: verilen Iklimsa referans paneli ---------- */
.html-product-details-page .product-essential{
  grid-template-columns: minmax(0, 1.04fr) minmax(520px, .96fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: start;
}
.html-product-details-page .picture-gallery,
.html-product-details-page .overview{
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}
.html-product-details-page .picture-gallery .picture{ background: #fff; }
.html-product-details-page .overview{
  min-width: 0;
  padding: 10px 0 0;
}
.html-product-details-page .kt-reference-brand{
  min-height: 24px;
  margin: 0 0 10px;
  color: #e1251b;
  font: 700 17px/1.2 var(--kt-display);
  text-transform: uppercase;
}
.html-product-details-page .kt-reference-brand .manufacturers{
  margin: 0;
  padding: 0;
}
.html-product-details-page .kt-reference-brand .manufacturers .label{ display: none; }
.html-product-details-page .kt-reference-brand a,
.html-product-details-page .kt-reference-brand span{
  color: inherit;
  font: inherit;
  letter-spacing: -.02em;
  text-decoration: none;
}
.html-product-details-page .overview .product-name h1{
  max-width: 620px;
  margin: 0;
  color: #151d2e;
  font: 700 clamp(18px, 1.55vw, 23px)/1.25 var(--kt-display);
  letter-spacing: -.02em;
}
.html-product-details-page .kt-reference-model{
  margin-top: 4px;
  color: #7b8290;
  font: 600 17px/1.25 var(--kt-display);
}
.html-product-details-page .overview .short-description{ display: none; }
.html-product-details-page .overview .additional-details .sku{ display: none !important; }
.html-product-details-page .kt-reference-purchase{
  display: grid;
  grid-template-columns: minmax(170px, .43fr) minmax(240px, .57fr);
  gap: 0;
  width: 100%;
  margin-top: 30px;
  min-height: 122px;
}
.html-product-details-page .kt-reference-purchase.price-only{
  grid-template-columns: minmax(0, 1fr);
}
.html-product-details-page .kt-reference-options{
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 4px 24px 4px 0;
  border-right: 1px solid #c8cbd1;
}
.html-product-details-page .kt-reference-airflow{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b6b7ba;
}
.html-product-details-page .kt-reference-airflow svg{
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.html-product-details-page .kt-reference-option-list{ min-width: 0; }
.html-product-details-page .kt-reference-capacity{
  display: block;
  color: #6f7890;
  font: 600 16px/1.35 var(--kt-display);
  white-space: nowrap;
}
.html-product-details-page .kt-reference-capacity.is-current{
  color: #606a83;
  font-weight: 700;
}
.html-product-details-page .kt-reference-options .attributes{
  margin: 0;
  padding: 0;
  border: 0;
}
.html-product-details-page .kt-reference-options .attributes dl,
.html-product-details-page .kt-reference-options .attributes dd{ margin: 0; padding: 0; }
.html-product-details-page .kt-reference-options .attributes dt{ display: none; }
.html-product-details-page .kt-reference-options .attributes .option-list{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.html-product-details-page .kt-reference-options .attributes .option-list li{
  position: relative;
  margin: 0;
  padding: 0;
}
.html-product-details-page .kt-reference-options .attributes .option-list input{
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.html-product-details-page .kt-reference-options .attributes .option-list label{
  color: #737c92;
  font: 500 16px/1.25 var(--kt-display);
  cursor: pointer;
}
.html-product-details-page .kt-reference-options .attributes .option-list input:checked + label{
  color: #525e78;
  font-weight: 700;
}
.html-product-details-page .kt-reference-options .attributes select{
  min-height: 42px;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  color: #525e78;
  background-color: transparent;
  font-weight: 700;
}
.html-product-details-page .kt-reference-price-actions{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0 0 0 clamp(26px, 3vw, 48px);
}
.html-product-details-page .kt-reference-purchase.price-only .kt-reference-price-actions{
  max-width: 360px;
  padding-left: 0;
}
.html-product-details-page .kt-reference-price-actions .prices{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.html-product-details-page .kt-reference-price-actions .old-product-price{
  color: #65708a;
  font: 400 19px/1.2 var(--kt-display);
  text-decoration: line-through;
}
.html-product-details-page .kt-reference-price-actions .old-product-price > span:first-child,
.html-product-details-page .kt-reference-price-actions .product-price > label,
.html-product-details-page .kt-reference-price-actions .discounted-price > span:first-child{
  display: none;
}
.html-product-details-page .kt-reference-price-actions .product-price,
.html-product-details-page .kt-reference-price-actions .non-discounted-price,
.html-product-details-page .kt-reference-price-actions .discounted-price{
  margin: 0;
  color: #23345d;
  font: 800 clamp(28px, 2.3vw, 36px)/1 var(--kt-display);
  letter-spacing: -.025em;
}
.html-product-details-page .kt-reference-price-actions .tax-shipping-info,
.html-product-details-page .kt-reference-price-actions .base-price-pangv{
  flex-basis: 100%;
  color: #7b8290;
  font-size: 11px;
}
.html-product-details-page .kt-reference-price-actions .kt-product-quote{
  width: 100%;
  margin-top: 26px;
}
.html-product-details-page .kt-reference-price-actions .add-to-cart-panel{
  display: block;
  width: 100%;
}
.html-product-details-page .kt-reference-price-actions .kt-quote-button{
  width: 100%;
  max-width: 310px;
  min-height: 42px;
  padding: 10px 24px;
  border-radius: 999px;
  background: #1f4eb3;
  border-color: #1f4eb3;
  font: 700 14px/1 var(--kt-display);
  text-transform: uppercase;
}
.html-product-details-page .kt-reference-info-strip{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 142px;
  margin-top: 36px;
  padding: 20px 18px 10px 8px;
  border-top: 1px solid #e2e4e8;
}
.html-product-details-page .kt-reference-refrigerant{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  color: #fff;
  background: #91c447;
  border: 2px solid #79aa34;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
  font: italic 800 21px/1 var(--kt-display);
}
.html-product-details-page .kt-reference-refrigerant::before,
.html-product-details-page .kt-reference-refrigerant::after{
  content: "";
  position: absolute;
  left: -18px;
  bottom: 7px;
  width: 30px;
  height: 15px;
  background: #68a52f;
  border-radius: 100% 0 100% 0;
  transform: rotate(28deg);
}
.html-product-details-page .kt-reference-refrigerant::after{
  left: -9px;
  bottom: 30px;
  transform: rotate(-24deg) scale(.82);
}
.html-product-details-page .kt-reference-energy{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 76px;
  height: 42px;
  flex: 0 0 76px;
  padding-left: 10px;
  color: #fff;
  background: #3caf36;
  clip-path: polygon(0 0, 67% 0, 100% 50%, 67% 100%, 0 100%);
  font: 800 27px/1 var(--kt-display);
}
.html-product-details-page .kt-reference-document{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
  color: #1350b6;
  font: 500 14px/1.15 var(--kt-display);
  text-decoration: none;
}
.html-product-details-page .kt-reference-document svg{
  width: 34px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.html-product-details-page .kt-reference-document:hover{ color: #0c3d91; }
.html-product-details-page .kt-product-tabs .kt-description-copy{
  width: 100%;
  max-width: 86ch;
  margin: 0 auto;
  color: #465168;
  font-size: 17px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}
.html-product-details-page .kt-description-copy > :first-child{ margin-top: 0; }
.html-product-details-page .kt-description-copy > :last-child{ margin-bottom: 0; }
.html-product-details-page .kt-description-copy p{
  max-width: none;
  margin: 0 0 1.15em;
  color: inherit;
}
.html-product-details-page .kt-description-copy p:first-child{
  color: #303b53;
  font-size: 18px;
}
.html-product-details-page .kt-description-copy h2,
.html-product-details-page .kt-description-copy h3{
  color: #17233d;
  line-height: 1.3;
}
.html-product-details-page .kt-description-copy h2{
  margin: 1.65em 0 .65em;
  font-size: 24px;
}
.html-product-details-page .kt-description-copy h3{
  margin: 1.4em 0 .55em;
  font-size: 19px;
}
.html-product-details-page .kt-description-copy a{
  color: #174db3;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.html-product-details-page .kt-description-copy img{
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 1100px){
  .html-product-details-page .product-essential{
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .html-product-details-page .picture-gallery .picture > a,
  .html-product-details-page .picture-gallery .picture:not(:has(> a)){
    aspect-ratio: 16 / 9;
  }
  .html-product-details-page .overview{ padding-top: 0; }
}
@media (max-width: 640px){
  .html-product-details-page .kt-product-tabs .kt-description-copy{
    font-size: 16px;
    line-height: 1.75;
  }
  .html-product-details-page .kt-description-copy p:first-child{ font-size: 16px; }
  .html-product-details-page .kt-description-copy h2{ font-size: 21px; }
  .html-product-details-page .kt-reference-purchase{
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }
  .html-product-details-page .kt-reference-options{
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid #c8cbd1;
  }
  .html-product-details-page .kt-reference-price-actions{ padding-left: 0; }
  .html-product-details-page .kt-reference-info-strip{
    gap: 18px;
    min-height: 118px;
    margin-top: 28px;
    padding-right: 0;
  }
  .html-product-details-page .kt-reference-refrigerant{
    width: 66px;
    height: 66px;
    flex-basis: 66px;
    font-size: 17px;
  }
  .html-product-details-page .kt-reference-energy{
    width: 64px;
    flex-basis: 64px;
    font-size: 22px;
  }
  .html-product-details-page .kt-reference-document{ font-size: 12px; }
}
