/* ============================================================
   ht01-modern.css — Cecotec TR modern bileşen seti (OC4)
   Namespace: .htm-*  (legacy htstyle/vvsstyle ile çakışmaz)
   Marka: cyan #00AACC, koyu #14181d, Montserrat
   ============================================================ */
:root {
  --htm-brand:        #00AACC;
  --htm-brand-dark:   #0090ad;
  --htm-brand-soft:   #e6f7fb;
  --htm-ink:          #14181d;
  --htm-ink-2:        #3d444d;
  --htm-muted:        #6b7280;
  --htm-line:         #e8ecef;
  --htm-bg:           #f6f8fa;
  --htm-danger:       #e53e3e;
  --htm-radius:       16px;
  --htm-radius-sm:    10px;
  --htm-shadow:       0 1px 2px rgba(20,24,29,.05);
  --htm-shadow-hover: 0 12px 28px rgba(20,24,29,.12);
  --htm-font: 'Montserrat', -apple-system, 'Segoe UI', sans-serif;
}

/* ---------- Breadcrumb ---------- */
.htm-breadcrumb { font-family: var(--htm-font); padding: 14px 0 6px; }
.htm-breadcrumb ol {
  display: flex; align-items: center; gap: 10px; flex-wrap: nowrap;
  list-style: none; margin: 0; padding: 0;
  overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none;
  white-space: nowrap; font-size: 13px;
}
.htm-breadcrumb ol::-webkit-scrollbar { display: none; }
.htm-breadcrumb li { display: flex; align-items: center; gap: 10px; color: var(--htm-ink); font-weight: 600; }
.htm-breadcrumb li + li::before { content: '/'; color: #c3c9cf; font-weight: 400; }
.htm-breadcrumb a { color: var(--htm-muted); text-decoration: none; font-weight: 500; transition: color .15s; }
.htm-breadcrumb a:hover { color: var(--htm-brand); }

/* ---------- Kategori açıklaması (slider) taşma koruması ---------- */
.htm-category-desc { overflow: hidden; }
.htm-category-desc img { max-width: 100%; height: auto; }

/* ---------- Bölüm başlığı ---------- */
.htm-section { font-family: var(--htm-font); padding: 8px 0 40px; }
.htm-title {
  font-family: var(--htm-font); font-size: 24px; font-weight: 800;
  color: var(--htm-ink); letter-spacing: -.02em; margin: 0; text-wrap: balance;
}
@media (min-width: 992px) { .htm-title { font-size: 28px; } }

/* ---------- Alt kategori kartları ---------- */
.htm-subcats {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(210px, 1fr);
  gap: 10px; overflow-x: auto; -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory; padding: 4px 2px 14px; scrollbar-width: none;
}
.htm-subcats::-webkit-scrollbar { display: none; }
@media (min-width: 992px) {
  .htm-subcats { grid-auto-flow: row; grid-template-columns: repeat(4, 1fr); overflow: visible; }
}
.htm-subcat {
  scroll-snap-align: start;
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid var(--htm-line); border-radius: var(--htm-radius);
  padding: 10px 14px; min-height: 76px;
  text-decoration: none; color: var(--htm-ink);
  box-shadow: var(--htm-shadow);
  transition: border-color .18s, box-shadow .18s, transform .18s;
}
.htm-subcat:hover { border-color: var(--htm-brand); box-shadow: var(--htm-shadow-hover); transform: translateY(-2px); color: var(--htm-ink); }
.htm-subcat img { width: 54px; height: 54px; object-fit: contain; flex: 0 0 auto; }
.htm-subcat h6 { font-family: var(--htm-font); font-size: 13.5px; font-weight: 700; margin: 0; line-height: 1.35; }

/* ---------- Kontrol barı (filtre / başlık / sırala) ---------- */
.htm-controls {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 10px 0 18px;
}
.htm-controls .htm-title { flex: 1; text-align: center; }
@media (max-width: 991.98px) {
  .htm-controls { flex-wrap: wrap; }
  .htm-controls .htm-title { flex: 1 0 100%; order: -1; text-align: left; padding-bottom: 10px; }
}
.htm-btn-filter {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--htm-font); font-size: 14px; font-weight: 600; color: var(--htm-ink);
  background: #fff; border: 1px solid var(--htm-line); border-radius: 999px;
  padding: 10px 18px; min-height: 44px; text-decoration: none;
  transition: border-color .15s, background .15s;
}
.htm-btn-filter:hover { border-color: var(--htm-brand); color: var(--htm-brand); }

/* Sırala dropdown */
.htm-sort { position: relative; font-family: var(--htm-font); }
.htm-sort-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 600; color: var(--htm-ink);
  background: #fff; border: 1px solid var(--htm-line); border-radius: 999px;
  padding: 10px 18px; min-height: 44px; cursor: pointer;
  transition: border-color .15s;
}
.htm-sort-btn:hover { border-color: var(--htm-brand); }
.htm-sort-btn .htm-chev { transition: transform .18s; font-size: 11px; color: var(--htm-muted); }
.htm-sort.open .htm-sort-btn { border-color: var(--htm-brand); }
.htm-sort.open .htm-chev { transform: rotate(180deg); }
.htm-sort-menu {
  position: absolute; top: calc(100% + 8px); right: 0; min-width: 240px; z-index: 1050;
  background: #fff; border: 1px solid var(--htm-line); border-radius: 14px;
  box-shadow: 0 16px 40px rgba(20,24,29,.14); padding: 6px;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .16s, transform .16s, visibility .16s;
}
.htm-sort.open .htm-sort-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.htm-sort-item {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  font-size: 13.5px; font-weight: 500; color: var(--htm-ink-2);
  border-radius: 9px; padding: 10px 12px; cursor: pointer;
  transition: background .12s, color .12s;
}
.htm-sort-item:hover { background: var(--htm-bg); color: var(--htm-ink); }
.htm-sort-item.active { color: var(--htm-brand); font-weight: 700; }
.htm-sort-item.active::after { content: '✓'; font-size: 13px; }

/* ---------- Ürün grid + kart ---------- */
.htm-grid { --bs-gutter-x: .75rem; --bs-gutter-y: .75rem; }
@media (min-width: 768px) { .htm-grid { --bs-gutter-x: 1.1rem; --bs-gutter-y: 1.1rem; } }

.htm-card {
  position: relative; display: flex; flex-direction: column; height: 100%;
  background: #fff; border: 1px solid var(--htm-line); border-radius: var(--htm-radius);
  box-shadow: var(--htm-shadow); overflow: hidden; font-family: var(--htm-font);
  transition: border-color .18s, box-shadow .18s, transform .18s;
}
.htm-card:hover { border-color: #d5dbe1; box-shadow: var(--htm-shadow-hover); transform: translateY(-3px); }
@media (prefers-reduced-motion: reduce) {
  .htm-card, .htm-card:hover, .htm-subcat:hover { transition: none; transform: none; }
}

.htm-badge {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  font-size: 11px; font-weight: 700; letter-spacing: .02em;
  color: #fff; background: var(--htm-brand);
  border-radius: 999px; padding: 5px 10px;
}
.htm-badge--soldout { background: var(--htm-danger); }

.htm-card-media {
  position: relative; aspect-ratio: 1 / 1; background: #fff;
  display: flex; align-items: center; justify-content: center; padding: 14px;
}
.htm-card-media img { max-width: 100%; max-height: 100%; object-fit: contain; transition: transform .25s ease; }
.htm-card:hover .htm-card-media img { transform: scale(1.04); }

.htm-card-body { display: flex; flex-direction: column; flex: 1; gap: 8px; padding: 12px 14px 14px; border-top: 1px solid var(--htm-line); }
.htm-card-title {
  font-size: 13.5px; font-weight: 600; line-height: 1.4; margin: 0; min-height: 2.8em;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}
.htm-card-title a { color: var(--htm-ink); text-decoration: none; }
.htm-card-title a:hover { color: var(--htm-brand); }
.htm-card-title a::after { content: ''; position: absolute; inset: 0; }

.htm-price { display: flex; flex-direction: column; gap: 2px; margin-top: auto; }
.htm-price-now { font-size: 17px; font-weight: 800; color: var(--htm-ink); font-variant-numeric: tabular-nums; }
.htm-price-old { font-size: 13px; font-weight: 500; color: var(--htm-muted); text-decoration: line-through; font-variant-numeric: tabular-nums; }
.htm-price--deal .htm-price-now { color: var(--htm-danger); }

.htm-card-actions { display: flex; flex-direction: column; gap: 8px; position: relative; z-index: 2; }
.htm-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--htm-font); font-size: 13.5px; font-weight: 700;
  border-radius: 12px; padding: 11px 14px; min-height: 44px;
  cursor: pointer; text-decoration: none; text-align: center;
  transition: background .15s, color .15s, border-color .15s;
  border: 1px solid transparent; width: 100%;
}
.htm-btn--primary { background: var(--htm-ink); color: #fff; }
.htm-btn--primary:hover { background: var(--htm-brand); color: #fff; }
.htm-btn--primary:disabled { opacity: .65; cursor: default; }
.htm-btn--ghost { background: #fff; color: var(--htm-ink); border-color: var(--htm-line); }
.htm-btn--ghost:hover { border-color: var(--htm-brand); color: var(--htm-brand); }
.htm-btn--brand { background: var(--htm-brand); color: #fff; }
.htm-btn--brand:hover { background: var(--htm-brand-dark); color: #fff; }

/* Stokta yok durumu */
.htm-card--soldout .htm-card-media img { filter: grayscale(1); opacity: .55; }
.htm-card--soldout .htm-price-now { color: var(--htm-muted); }
.htm-card--soldout .htm-btn--primary { background: #ced4da; color: #495057; cursor: default; }

/* ---------- Sayfalama ---------- */
.htm-pagination { display: flex; justify-content: center; padding: 26px 0 6px; font-family: var(--htm-font); }
.htm-pagination .pagination { gap: 6px; margin: 0; }
.htm-pagination .page-link {
  border: 1px solid var(--htm-line); border-radius: 12px !important;
  color: var(--htm-ink); font-weight: 600; font-size: 14px;
  min-width: 42px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center;
  transition: border-color .15s, color .15s, background .15s;
}
.htm-pagination .page-link:hover { border-color: var(--htm-brand); color: var(--htm-brand); background: #fff; box-shadow: none; }
.htm-pagination .page-item.active .page-link { background: var(--htm-ink); border-color: var(--htm-ink); color: #fff; }
.htm-results { text-align: center; font-size: 12.5px; color: var(--htm-muted); font-family: var(--htm-font); padding-bottom: 8px; }

/* ---------- Boş durum ---------- */
.htm-empty { text-align: center; padding: 60px 16px; font-family: var(--htm-font); }
.htm-empty p { color: var(--htm-muted); font-size: 15px; margin-bottom: 18px; }
.htm-empty .htm-btn { width: auto; }

/* ---------- Sepet başarı modalı ---------- */
.htm-modal { position: fixed; inset: 0; z-index: 100001; display: none; font-family: var(--htm-font); }
.htm-modal.show { display: block; }
.htm-modal-overlay { position: absolute; inset: 0; background: rgba(15,18,22,.55); backdrop-filter: blur(2px); }
.htm-modal-content {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: min(430px, calc(100vw - 32px));
  background: #fff; border-radius: 20px; box-shadow: 0 24px 64px rgba(0,0,0,.25);
  padding: 26px 24px 22px; animation: htmModalIn .22s ease;
}
@media (max-width: 575.98px) {
  .htm-modal-content {
    left: 0; right: 0; top: auto; bottom: 0; transform: none; width: 100%;
    border-radius: 20px 20px 0 0; padding-bottom: calc(18px + env(safe-area-inset-bottom));
    animation: htmSheetIn .25s ease;
  }
}
@keyframes htmModalIn { from { opacity: 0; transform: translate(-50%, -46%); } to { opacity: 1; transform: translate(-50%, -50%); } }
@keyframes htmSheetIn { from { transform: translateY(40px); opacity: .6; } to { transform: translateY(0); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .htm-modal-content { animation: none; } }

.htm-modal-close {
  position: absolute; top: 12px; right: 12px; width: 36px; height: 36px;
  border: 0; border-radius: 50%; background: var(--htm-bg); color: var(--htm-ink);
  font-size: 18px; line-height: 1; cursor: pointer;
}
.htm-modal-head { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; }
.htm-modal-head h3 { font-size: 16.5px; font-weight: 800; color: var(--htm-ink); margin: 0; }
.htm-check {
  flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%;
  background: var(--htm-brand-soft); display: flex; align-items: center; justify-content: center;
}
.htm-check svg { width: 24px; height: 24px; stroke: var(--htm-brand); stroke-width: 3; fill: none;
  stroke-dasharray: 30; stroke-dashoffset: 30; animation: htmCheck .45s .15s ease forwards; }
@keyframes htmCheck { to { stroke-dashoffset: 0; } }

.htm-modal-product { display: flex; gap: 14px; align-items: center; background: var(--htm-bg); border-radius: 14px; padding: 12px; }
.htm-modal-product img { width: 64px; height: 64px; object-fit: contain; background: #fff; border-radius: 10px; flex: 0 0 auto; }
.htm-modal-product h4 { font-size: 13.5px; font-weight: 600; color: var(--htm-ink); margin: 0 0 4px; }
.htm-modal-product .htm-mp-price { font-size: 14px; font-weight: 800; color: var(--htm-ink); margin: 0; }
.htm-modal-total { display: flex; justify-content: space-between; font-size: 13.5px; color: var(--htm-ink-2); padding: 14px 4px 16px; }
.htm-modal-total strong { color: var(--htm-ink); font-variant-numeric: tabular-nums; }
.htm-modal-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.htm-modal-actions .htm-btn--ghost { grid-column: 1 / -1; }

/* ---------- Filtre offcanvas ---------- */
.htm-filter-canvas { font-family: var(--htm-font); }
.htm-filter-canvas .offcanvas-header { border-bottom: 1px solid var(--htm-line); }
.htm-filter-canvas .offcanvas-title { font-weight: 800; font-size: 16px; color: var(--htm-ink); }

/* ============================================================
   ANA SAYFA
   ============================================================ */
.htm-home-section { padding: 26px 0 8px; font-family: var(--htm-font); }
.htm-section-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 16px; }

/* Kampanya banner */
.htm-hero-banner { padding: 14px 0 6px; }
.htm-hero-banner a { display: block; border-radius: var(--htm-radius); overflow: hidden; box-shadow: var(--htm-shadow); }
.htm-hero-banner img { display: block; width: 100%; height: auto; }

/* Kategori vitrin tile'ları */
.htm-tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (min-width: 576px) { .htm-tiles { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 992px) { .htm-tiles { grid-template-columns: repeat(4, 1fr); gap: 14px; } }
.htm-tile {
  position: relative; display: block; border-radius: var(--htm-radius); overflow: hidden;
  aspect-ratio: 4 / 3; background: var(--htm-bg); text-decoration: none;
  box-shadow: var(--htm-shadow);
}
.htm-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.htm-tile:hover img { transform: scale(1.05); }
@media (prefers-reduced-motion: reduce) { .htm-tile img, .htm-tile:hover img { transition: none; transform: none; } }
.htm-tile span {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
  padding: 26px 14px 12px;
  font-family: var(--htm-font); font-size: 14px; font-weight: 700; color: #fff;
  background: linear-gradient(to top, rgba(10,14,18,.78), rgba(10,14,18,0));
}

/* En Çok Satanlar showcase */
.htm-showcase-nav { display: flex; gap: 8px; }
.htm-nav-btn {
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--htm-line); background: #fff; color: var(--htm-ink);
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
  transition: border-color .15s, color .15s;
}
.htm-nav-btn:hover { border-color: var(--htm-brand); color: var(--htm-brand); }
.htm-nav-btn:disabled, .htm-nav-btn.swiper-button-disabled { opacity: .4; cursor: default; }
.htm-show-card {
  display: block; border-radius: var(--htm-radius); overflow: hidden;
  background: #fff; border: 1px solid var(--htm-line); box-shadow: var(--htm-shadow);
  text-decoration: none; color: var(--htm-ink); height: 100%;
  transition: box-shadow .18s, transform .18s;
}
.htm-show-card:hover { box-shadow: var(--htm-shadow-hover); transform: translateY(-3px); color: var(--htm-ink); }
.htm-show-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.htm-show-body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.htm-show-body h3 { font-size: 17px; font-weight: 800; margin: 0; letter-spacing: -.01em; }
.htm-show-body p { font-size: 13px; color: var(--htm-muted); margin: 0 0 8px; }
.htm-show-body .htm-btn { width: auto; padding: 9px 18px; min-height: 40px; font-size: 13px; }

/* Öne çıkan ürünler (featured modül çıktısını modernize et) */
.htm-home-products #content h3, .htm-home-products h3 {
  font-family: var(--htm-font); font-size: 24px; font-weight: 800;
  color: var(--htm-ink); letter-spacing: -.02em; padding-bottom: 14px; margin: 0;
}
@media (min-width: 992px) { .htm-home-products #content h3, .htm-home-products h3 { font-size: 28px; } }

/* ============================================================
   ÜRÜN DETAY
   ============================================================ */
.htm-product { padding: 6px 0 10px; font-family: var(--htm-font); }
.htm-product-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
@media (min-width: 992px) { .htm-product-grid { grid-template-columns: minmax(0, 54%) minmax(0, 1fr); gap: 38px; align-items: start; } }

/* Galeri */
.htm-gallery { position: relative; }
.htm-gallery .htm-badge { top: 14px; left: 14px; }
.htm-gallery-main {
  display: flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid var(--htm-line); border-radius: var(--htm-radius);
  aspect-ratio: 1 / 1; padding: 22px; overflow: hidden; cursor: zoom-in;
}
.htm-gallery-main img { max-width: 100%; max-height: 100%; object-fit: contain; }
.htm-gallery--soldout img { filter: grayscale(1); opacity: .6; }
.htm-gallery-thumbs {
  display: flex; gap: 8px; padding-top: 10px;
  overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.htm-gallery-thumbs::-webkit-scrollbar { display: none; }
.htm-gthumb {
  flex: 0 0 auto; width: 68px; height: 68px; padding: 6px;
  background: #fff; border: 1px solid var(--htm-line); border-radius: 12px; cursor: pointer;
  transition: border-color .15s;
}
.htm-gthumb img { width: 100%; height: 100%; object-fit: contain; }
.htm-gthumb.active, .htm-gthumb:hover { border-color: var(--htm-brand); }

/* Satın alma paneli */
.htm-buy { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.htm-buy-title { font-size: 22px; font-weight: 800; color: var(--htm-ink); letter-spacing: -.02em; line-height: 1.3; margin: 0; text-wrap: balance; }
@media (min-width: 992px) { .htm-buy-title { font-size: 26px; } }
.htm-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 12.5px; color: var(--htm-muted); font-weight: 500; }
.htm-meta a { color: var(--htm-brand); text-decoration: none; font-weight: 600; }
.htm-meta i { font-size: 8px; vertical-align: 2px; margin-right: 4px; }
.htm-meta-in { color: #16a34a; font-weight: 600; }
.htm-meta-out { color: var(--htm-danger); font-weight: 600; }
.htm-rating { display: flex; align-items: center; gap: 3px; font-size: 14px; color: #f5a623; }
.htm-rating a { font-size: 12.5px; color: var(--htm-muted); margin-left: 8px; text-decoration: none; }
.htm-rating a:hover { color: var(--htm-brand); }

.htm-buy-price { display: flex; flex-direction: column; gap: 2px; padding: 14px 16px; background: var(--htm-bg); border-radius: 14px; }
.htm-buy-now { font-size: 28px; font-weight: 800; color: var(--htm-ink); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.htm-price--deal .htm-buy-now { color: var(--htm-danger); }
.htm-buy-old { font-size: 15px; color: var(--htm-muted); text-decoration: line-through; font-variant-numeric: tabular-nums; }
.htm-buy-tax { font-size: 12px; color: var(--htm-muted); }
.htm-discounts { list-style: none; margin: 0; padding: 0; font-size: 13px; color: var(--htm-ink-2); }
.htm-discounts li { padding: 2px 0; }

.htm-opts .form-label { font-family: var(--htm-font); font-size: 13px; font-weight: 700; color: var(--htm-ink); }
.htm-opts .form-select, .htm-opts .form-control { border-radius: 12px; border-color: var(--htm-line); font-family: var(--htm-font); font-size: 14px; padding: 10px 14px; }
.htm-opts .form-select:focus, .htm-opts .form-control:focus { border-color: var(--htm-brand); box-shadow: 0 0 0 3px rgba(0,170,204,.15); }
.htm-opts-title { font-size: 15px; font-weight: 800; color: var(--htm-ink); margin: 0 0 10px; }

.htm-buy-row { display: flex; gap: 10px; align-items: stretch; }
.htm-qty { display: inline-flex; align-items: center; border: 1px solid var(--htm-line); border-radius: 12px; background: #fff; overflow: hidden; flex: 0 0 auto; }
.htm-qty-btn { width: 42px; min-height: 48px; border: 0; background: transparent; font-size: 18px; color: var(--htm-ink); cursor: pointer; transition: background .12s; }
.htm-qty-btn:hover { background: var(--htm-bg); }
.htm-qty-input { width: 44px; border: 0; text-align: center; font-family: var(--htm-font); font-weight: 700; font-size: 15px; color: var(--htm-ink); outline: none; }
.htm-buy-btn { flex: 1; min-height: 48px; font-size: 15px; }
.htm-note { font-size: 12.5px; color: var(--htm-muted); padding-top: 8px; }
.htm-note i { color: var(--htm-brand); }

.htm-buy-extra { display: flex; gap: 8px; }
.htm-mini-btn {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--htm-font); font-size: 12.5px; font-weight: 600; color: var(--htm-ink-2);
  background: #fff; border: 1px solid var(--htm-line); border-radius: 999px; padding: 8px 14px; cursor: pointer;
  transition: border-color .15s, color .15s;
}
.htm-mini-btn:hover { border-color: var(--htm-brand); color: var(--htm-brand); }
.htm-buy-perks { display: flex; flex-wrap: wrap; gap: 8px 18px; padding-top: 4px; font-size: 12px; color: var(--htm-muted); font-weight: 500; }
.htm-buy-perks i { color: var(--htm-brand); margin-right: 5px; }

/* Açıklama + bölüm başlıkları */
.htm-prose-wrap { padding: 30px 0 8px; }
.htm-prose-head { padding-bottom: 16px; }
.htm-prose { overflow: hidden; }
.htm-prose img { max-width: 100%; height: auto; }

/* Teknik özellikler */
.htm-specs { padding: 26px 0 8px; font-family: var(--htm-font); }
.htm-specs-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 768px) { .htm-specs-grid { grid-template-columns: repeat(2, 1fr); } }
.htm-specs-card { background: #fff; border: 1px solid var(--htm-line); border-radius: var(--htm-radius); padding: 18px 20px; }
.htm-specs-card h6 { font-size: 13px; font-weight: 800; color: var(--htm-brand); text-transform: uppercase; letter-spacing: .04em; margin: 0 0 10px; }
.htm-specs-card dl { margin: 0; }
.htm-specs-card dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-bottom: 1px solid var(--htm-bg); font-size: 13.5px; }
.htm-specs-card dl > div:last-child { border-bottom: 0; }
.htm-specs-card dt { color: var(--htm-muted); font-weight: 500; }
.htm-specs-card dd { margin: 0; color: var(--htm-ink); font-weight: 600; text-align: right; }

/* Değerlendirmeler + ilgili ürünler */
.htm-reviews { padding: 26px 0 8px; font-family: var(--htm-font); }
.htm-related { padding: 26px 0 8px; font-family: var(--htm-font); }
.htm-related h3 { font-family: var(--htm-font); font-size: 24px; font-weight: 800; color: var(--htm-ink); letter-spacing: -.02em; padding-bottom: 14px; margin: 0; }

/* Mobil sabit satın alma barı */
.htm-stickybar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1040;
  display: flex; align-items: center; gap: 12px;
  background: #fff; border-top: 1px solid var(--htm-line);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  box-shadow: 0 -6px 24px rgba(20,24,29,.08); font-family: var(--htm-font);
}
.htm-stickybar-price { display: flex; flex-direction: column; line-height: 1.2; flex: 0 0 auto; }
.htm-stickybar-price strong { font-size: 16px; color: var(--htm-ink); font-variant-numeric: tabular-nums; }
.htm-stickybar-price s { font-size: 12px; color: var(--htm-muted); }
.htm-stickybar .htm-btn { flex: 1; min-height: 46px; }
@media (max-width: 991.98px) { body:has(.htm-stickybar) { padding-bottom: 76px; } }

/* Avantaj stripi */
.htm-perks { background: var(--htm-bg); margin-top: 34px; padding: 26px 0; font-family: var(--htm-font); }
.htm-perks-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 14px; }
@media (min-width: 992px) { .htm-perks-grid { grid-template-columns: repeat(4, 1fr); } }
.htm-perk { display: flex; align-items: flex-start; gap: 12px; }
.htm-perk i { font-size: 20px; color: var(--htm-brand); margin-top: 2px; }
.htm-perk h6 { font-size: 13.5px; font-weight: 700; color: var(--htm-ink); margin: 0 0 2px; }
.htm-perk p { font-size: 12px; color: var(--htm-muted); margin: 0; line-height: 1.4; }

/* ---------- Toast bölgesi (çekirdek common.js alert'leri) ---------- */
.htm-toast-region { position: fixed; top: 14px; right: 14px; z-index: 100002; display: flex; flex-direction: column; gap: 8px; max-width: min(380px, calc(100vw - 28px)); font-family: var(--htm-font); }
.htm-toast-region .alert { border: 1px solid var(--htm-line); border-radius: 14px; box-shadow: 0 12px 32px rgba(20,24,29,.14); font-size: 13.5px; padding: 12px 40px 12px 14px; margin: 0; background: #fff; color: var(--htm-ink); animation: htmModalIn .2s ease; position: relative; }
.htm-toast-region .alert-success { border-left: 4px solid #16a34a; }
.htm-toast-region .alert-danger { border-left: 4px solid var(--htm-danger); }
.htm-toast-region .alert .btn-close { position: absolute; top: 10px; right: 10px; }
