/* ===== Extracted from urunler.php; consolidated inline styles ===== */

/* ===== Inline style block 1 ===== */
/* =========================
   CUSTOM SORT DROPDOWN - PREMIUM
========================= */

.product-sort-hidden{
  display:none !important;
}

.product-toolbar-fixed .product-toolbar-right,
.product-toolbar-right{
  overflow:visible !important;
}

.custom-select{
  position:relative;
  width:220px;
  height:46px;
  font-family:'Public Sans',sans-serif;
  z-index:50;
}

.select-head{
  height:46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 16px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  cursor:pointer;
  transition:border-color .25s ease, box-shadow .25s ease, background .25s ease;
  user-select:none;
}

.select-head:hover,
.custom-select.open .select-head{
  border-color:#ff1e24;
  background:rgba(255,30,36,.055);
  box-shadow:0 0 18px rgba(255,30,36,.22);
}

.select-head span{
  font-size:14px;
  font-weight:700;
}

.select-head i{
  font-size:12px;
  transition:transform .25s ease;
}

.custom-select.open .select-head i{
  transform:rotate(180deg);
}

.select-list{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  right:0;
  margin:0;
  padding:6px;
  list-style:none;
  background:#07111f;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 38px rgba(0,0,0,.42), 0 0 24px rgba(255,30,36,.10);
  opacity:0;
  transform:translateY(8px);
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease;
  z-index:999;
}

.custom-select.open .select-list{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

.select-list li{
  padding:11px 12px;
  color:rgba(255,255,255,.78);
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  transition:background .2s ease, color .2s ease, transform .2s ease;
}

.select-list li:hover,
.select-list li.active{
  background:rgba(255,30,36,.14);
  color:#fff;
  transform:translateX(3px);
}

@media(max-width:760px){
  .custom-select{
    width:100%;
  }
}

/* ===== Inline style block 2 ===== */
/* =========================
   FINAL TOOLBAR ALIGNMENT FIX
   Arama ve Varsayılan aynı satırda; kategori butonları altında.
========================= */
.products-section .toolbar-aligned-final{
  display:block !important;
  padding:20px !important;
  margin:0 0 26px 0 !important;
  border:1px solid rgba(255,255,255,.08) !important;
  background:rgba(255,255,255,.025) !important;
  overflow:visible !important;
}

.products-section .toolbar-aligned-final .product-toolbar-top{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  gap:10px !important;
  width:100% !important;
  margin:0 0 16px 0 !important;
}

.products-section .toolbar-aligned-final .product-search{
  width:100% !important;
  height:46px !important;
  margin:0 !important;
}

.products-section .toolbar-aligned-final .product-search input{
  width:100% !important;
  height:46px !important;
  min-height:46px !important;
  margin:0 !important;
  box-sizing:border-box !important;
  display:block !important;
}

.products-section .toolbar-aligned-final .product-toolbar-right{
  width:220px !important;
  height:46px !important;
  margin:0 !important;
  padding:0 !important;
  display:block !important;
  position:relative !important;
  align-self:start !important;
  overflow:visible !important;
}

.products-section .toolbar-aligned-final .custom-select{
  width:220px !important;
  height:46px !important;
  margin:0 !important;
}

.products-section .toolbar-aligned-final .select-head{
  height:46px !important;
  box-sizing:border-box !important;
}

.products-section .toolbar-aligned-final .product-count{
  position:absolute !important;
  right:0 !important;
  top:62px !important;
  margin:0 !important;
  white-space:nowrap !important;
}

.products-section .toolbar-aligned-final .product-cats{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
  clear:both !important;
}

.products-section .toolbar-aligned-final + .products-grid,
.products-section .products-grid{
  margin-top:0 !important;
}

@media(max-width:760px){
  .products-section .toolbar-aligned-final .product-toolbar-top{
    grid-template-columns:1fr !important;
  }
  .products-section .toolbar-aligned-final .product-toolbar-right,
  .products-section .toolbar-aligned-final .custom-select{
    width:100% !important;
  }
  .products-section .toolbar-aligned-final .product-count{
    position:static !important;
    margin-top:10px !important;
    text-align:left !important;
  }
}

/* ===== Inline style block 3 ===== */
/* PREMIUM CATEGORY SLIDER INLINE */

/* =========================
   PREMIUM CATEGORY SLIDER BAR
========================= */

.product-cats-wrapper{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  width:100% !important;
  max-width:100% !important;
  overflow:visible !important;
  padding:0 48px !important;
  margin:0 !important;
}

.product-cats-wrapper::before,
.product-cats-wrapper::after{
  content:"" !important;
  position:absolute !important;
  top:0 !important;
  width:70px !important;
  height:100% !important;
  z-index:8 !important;
  pointer-events:none !important;
  opacity:.9 !important;
  transition:opacity .25s ease !important;
}

.product-cats-wrapper::before{
  left:42px !important;
  background:linear-gradient(to right, #07111f 0%, rgba(7,17,31,.82) 35%, transparent 100%) !important;
}

.product-cats-wrapper::after{
  right:42px !important;
  background:linear-gradient(to left, #07111f 0%, rgba(7,17,31,.82) 35%, transparent 100%) !important;
}

.product-cats-wrapper.at-start::before,
.product-cats-wrapper.at-end::after{
  opacity:0 !important;
}

.products-menu-only,
.product-cats{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:10px !important;
  align-items:center !important;
  width:100% !important;
  overflow-x:auto !important;
  overflow-y:visible !important;
  scroll-behavior:smooth !important;
  scrollbar-width:none !important;
  -ms-overflow-style:none !important;
  padding:0 0 13px !important;
  margin:0 !important;
  cursor:grab !important;
}

.product-cats::-webkit-scrollbar{
  display:none !important;
}

.product-cats.is-dragging{
  cursor:grabbing !important;
  scroll-behavior:auto !important;
  user-select:none !important;
}

.product-cats.is-dragging *{
  pointer-events:none !important;
}

.category-btn-wrap{
  position:relative !important;
  display:inline-flex !important;
  flex:0 0 auto !important;
}

.product-cat{
  white-space:nowrap !important;
  position:relative !important;
}

.category-btn-wrap::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  bottom:6px !important;
  width:18px !important;
  height:2px !important;
  background:#ff1e24 !important;
  transform:translateX(-50%) scaleX(.55) !important;
  opacity:.9 !important;
  box-shadow:0 0 10px rgba(255,30,36,.75),0 0 22px rgba(255,30,36,.35) !important;
  transition:width .25s ease, transform .25s ease, opacity .25s ease !important;
  z-index:3 !important;
}

.category-btn-wrap:hover::after,
.category-btn-wrap.is-active::after{
  width:46px !important;
  transform:translateX(-50%) scaleX(1) !important;
  opacity:1 !important;
}

.category-btn-wrap.is-active .product-cat,
.category-btn-wrap:hover .product-cat{
  border-color:rgba(255,30,36,.65) !important;
  box-shadow:0 0 18px rgba(255,30,36,.16) !important;
  color:#fff !important;
}

.category-btn-wrap .camera-sub{
  position:absolute !important;
  top:calc(100% + 8px) !important;
  left:0 !important;
  z-index:10050 !important;
}

.cat-scroll{
  position:absolute !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  z-index:20 !important;
  width:38px !important;
  height:38px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  background:rgba(2,11,23,.86) !important;
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:pointer !important;
  transition:.25s ease !important;
  backdrop-filter:blur(8px) !important;
}

.cat-scroll.left{left:0 !important;}
.cat-scroll.right{right:0 !important;}

.cat-scroll:hover{
  background:#ff1e24 !important;
  border-color:#ff1e24 !important;
  box-shadow:0 0 20px rgba(255,30,36,.38) !important;
}

.cat-scroll.is-disabled{
  opacity:.28 !important;
  pointer-events:none !important;
}

@media(max-width:760px){
  .product-cats-wrapper{padding:0 38px !important;}
  .product-cats-wrapper::before{left:34px !important;}
  .product-cats-wrapper::after{right:34px !important;}
  .cat-scroll{width:32px !important;height:32px !important;}
  .product-cat{font-size:13px !important;padding:9px 12px !important;}
}

/* ===== Inline style block 4 ===== */
/* CATEGORY DROPDOWN PORTAL CSS */

/* Orijinal submenu slider içinde yer kaplamasın */
.product-cats .camera-sub{
  display:none !important;
}

/* Slider satırı yükseklik bozmasın */
.product-cats-wrapper,
.product-toolbar,
.products-section,
.products-section .container{
  overflow:visible !important;
}

.product-cats{
  overflow-x:auto !important;
  overflow-y:hidden !important;
}

/* Body'ye taşınan gerçek dropdown */
.category-dropdown-portal{
  position:fixed;
  min-width:220px;
  padding:8px;
  background:#07111f;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 18px 38px rgba(0,0,0,.52), 0 0 26px rgba(255,30,36,.16);
  z-index:999999;
  opacity:0;
  transform:translateY(8px);
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
}

.category-dropdown-portal.is-open{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

.category-dropdown-portal a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  margin:4px 0;
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  text-decoration:none;
  font-family:'Rajdhani',sans-serif;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  background:rgba(255,255,255,.025);
  transition:.22s ease;
  white-space:nowrap;
}

.category-dropdown-portal a:hover{
  border-color:#ff1e24;
  background:rgba(255,30,36,.12);
  box-shadow:0 0 18px rgba(255,30,36,.18);
}

.category-dropdown-portal a span{
  pointer-events:none;
}

/* ===== Inline style block 5 ===== */
/* AJAX FEEL CATEGORY FILTER INLINE */

/* =========================
   AJAX FEEL CATEGORY FILTER
========================= */

.all-wrap .product-cat{
  min-width:92px !important;
}

.products-section .container{
  position:relative !important;
}

.products-loading-layer{
  position:absolute;
  left:50%;
  top:205px;
  z-index:30;
  transform:translate(-50%, -6px);
  min-width:210px;
  height:46px;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(2,11,23,.92);
  color:#fff;
  font-family:'Rajdhani',sans-serif;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  box-shadow:0 18px 38px rgba(0,0,0,.36), 0 0 24px rgba(255,30,36,.14);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease;
}

.products-loading-layer.is-visible{
  opacity:1;
  transform:translate(-50%, 0);
}

.products-loading-layer span{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#ff1e24;
  box-shadow:0 0 0 6px rgba(255,30,36,.10), 0 0 18px rgba(255,30,36,.7);
  animation:ajaxPulse .8s ease-in-out infinite alternate;
}

.products-loading-layer b{
  font-size:13px;
}

.products-grid{
  transition:opacity .22s ease, transform .22s ease, filter .22s ease;
}

.products-grid.is-loading{
  opacity:.34;
  transform:translateY(8px);
  filter:blur(1.5px);
}


.product-card-highlights{
  list-style:none;
  margin:10px 0 0;
  padding:0;
  display:grid;
  gap:6px;
}
.product-card-highlights li{
  display:flex;
  align-items:flex-start;
  gap:7px;
  color:rgba(255,255,255,.78);
  font-size:12px;
  line-height:1.35;
}
.product-card-highlights li::before{
  content:"✓";
  color:#ef233c;
  font-weight:900;
  line-height:1.2;
}

.product-card{
  opacity:1;
}

.product-card.ajax-card-in{
  animation:ajaxCardIn .38s ease both;
}

@keyframes ajaxPulse{
  from{transform:scale(.85);filter:brightness(.9)}
  to{transform:scale(1.2);filter:brightness(1.3)}
}

@keyframes ajaxCardIn{
  from{
    opacity:0;
    transform:translateY(16px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* eski alt filtre barı görünürse kapat, artık üst kategori filtresi ana sistem */
.product-sub-filters{
  display:none !important;
}

/* ===== Inline style block 6 ===== */
/* CATEGORY ACTIVE ONLY RED INLINE */

/* =========================
   CATEGORY ACTIVE ONLY RED + SETLER
========================= */

/* Pasif kategorilerde kırmızı çizgi yok */
.category-btn-wrap::after{
  opacity:0 !important;
  width:0 !important;
  transform:translateX(-50%) scaleX(0) !important;
}

/* Sadece aktif ve hover kırmızı çizgi */
.category-btn-wrap.is-active::after,
.category-btn-wrap:hover::after{
  opacity:1 !important;
  width:42px !important;
  transform:translateX(-50%) scaleX(1) !important;
}

/* Pasif buton sade kalsın */
.category-btn-wrap .product-cat{
  border-color:rgba(255,255,255,.72) !important;
  box-shadow:none !important;
}

/* Sadece aktif / hover kırmızı */
.category-btn-wrap.is-active .product-cat,
.category-btn-wrap:hover .product-cat{
  border-color:#ff1e24 !important;
  box-shadow:0 0 18px rgba(255,30,36,.16) !important;
}

.sets-wrap .product-cat{
  min-width:92px !important;
}

/* Kategori tıklanınca ürünler ana kategoriye göre gelir, alt kategori dropdown linkleri sayfaya gider */

/* ===== Inline style block 7 ===== */
/* FINAL CATEGORY ACTIVE FIX INLINE */

/* =========================
   FINAL CATEGORY ACTIVE FIX
========================= */

/* Varsayılan: kırmızı çizgi ve glow yok */
.category-btn-wrap::after{
  opacity:0 !important;
  width:0 !important;
  transform:translateX(-50%) scaleX(0) !important;
}

.category-btn-wrap .product-cat{
  border-color:rgba(255,255,255,.72) !important;
  box-shadow:none !important;
  color:#fff !important;
}

/* Sadece aktif ve hover kırmızı */
.category-btn-wrap.is-active::after,
.category-btn-wrap:hover::after{
  opacity:1 !important;
  width:42px !important;
  transform:translateX(-50%) scaleX(1) !important;
}

.category-btn-wrap.is-active .product-cat,
.category-btn-wrap:hover .product-cat{
  border-color:#ff1e24 !important;
  box-shadow:0 0 18px rgba(255,30,36,.18) !important;
}

/* Tümü de sadece seçiliyken kırmızı */
.all-wrap:not(.is-active)::after,
.sets-wrap:not(.is-active)::after{
  opacity:0 !important;
  width:0 !important;
}

/* Eski filter bar varsa gizli */
.product-sub-filters{
  display:none !important;
}

/* ===== Inline style block 8 ===== */
/* =========================
   ASYA FINAL CATEGORY FIX
   Pasif çizgi yok; sadece tıklanan kategori kırmızı.
========================= */

/* Slider satır stabil */
.product-cats-wrapper{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  width:100% !important;
  overflow:visible !important;
  padding:0 48px !important;
}

.product-cats{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:10px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scroll-behavior:smooth !important;
  scrollbar-width:none !important;
  -ms-overflow-style:none !important;
  padding:0 0 13px !important;
  margin:0 !important;
  cursor:grab !important;
}

.product-cats::-webkit-scrollbar{display:none !important;}

.category-btn-wrap{
  position:relative !important;
  display:inline-flex !important;
  flex:0 0 auto !important;
}

/* PASİF: çizgi ve kırmızı yok */
.category-btn-wrap::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  bottom:6px !important;
  width:0 !important;
  height:2px !important;
  opacity:0 !important;
  background:#ff1e24 !important;
  transform:translateX(-50%) scaleX(0) !important;
  box-shadow:0 0 10px rgba(255,30,36,.75),0 0 22px rgba(255,30,36,.35) !important;
  transition:.25s ease !important;
  z-index:3 !important;
}

.category-btn-wrap .product-cat{
  border-color:rgba(255,255,255,.72) !important;
  box-shadow:none !important;
  color:#fff !important;
}

/* SADECE TIKLANAN/AKTİF */
.category-btn-wrap.is-active::after{
  opacity:1 !important;
  width:42px !important;
  transform:translateX(-50%) scaleX(1) !important;
}

.category-btn-wrap.is-active .product-cat{
  border-color:#ff1e24 !important;
  box-shadow:0 0 18px rgba(255,30,36,.18) !important;
}

/* Hover sadece hafif border; çizgi yok */
.category-btn-wrap:hover .product-cat{
  border-color:rgba(255,255,255,.95) !important;
  box-shadow:0 0 10px rgba(255,255,255,.06) !important;
}

.category-btn-wrap:hover::after{
  opacity:0 !important;
  width:0 !important;
  transform:translateX(-50%) scaleX(0) !important;
}

/* Setler butonu */
.sets-wrap .product-cat,
.all-wrap .product-cat{
  min-width:92px !important;
}

/* Dropdown portal */
.product-cats .camera-sub{display:none !important;}

.category-dropdown-portal{
  position:fixed;
  min-width:220px;
  padding:8px;
  background:#07111f;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 18px 38px rgba(0,0,0,.52), 0 0 26px rgba(255,30,36,.16);
  z-index:999999;
  opacity:0;
  transform:translateY(8px);
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease;
}

.category-dropdown-portal.is-open{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

.category-dropdown-portal a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  margin:4px 0;
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  text-decoration:none;
  font-family:'Rajdhani',sans-serif;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  background:rgba(255,255,255,.025);
  transition:.22s ease;
  white-space:nowrap;
}
.category-dropdown-portal a:hover{
  border-color:#ff1e24;
  background:rgba(255,30,36,.12);
}

/* Ajax feel */
.products-loading-layer{
  position:absolute;
  left:50%;
  top:205px;
  z-index:30;
  transform:translate(-50%, -6px);
  min-width:210px;
  height:46px;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(2,11,23,.92);
  color:#fff;
  font-family:'Rajdhani',sans-serif;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  box-shadow:0 18px 38px rgba(0,0,0,.36), 0 0 24px rgba(255,30,36,.14);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease;
}
.products-loading-layer.is-visible{
  opacity:1;
  transform:translate(-50%, 0);
}
.products-loading-layer span{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#ff1e24;
  box-shadow:0 0 0 6px rgba(255,30,36,.10), 0 0 18px rgba(255,30,36,.7);
  animation:ajaxPulse .8s ease-in-out infinite alternate;
}
.products-loading-layer b{font-size:13px;}
.products-grid{transition:opacity .22s ease, transform .22s ease, filter .22s ease;}
.products-grid.is-loading{opacity:.34;transform:translateY(8px);filter:blur(1.5px);}
.product-card.ajax-card-in{animation:ajaxCardIn .38s ease both;}

@keyframes ajaxPulse{
  from{transform:scale(.85);filter:brightness(.9)}
  to{transform:scale(1.2);filter:brightness(1.3)}
}
@keyframes ajaxCardIn{
  from{opacity:0;transform:translateY(16px)}
  to{opacity:1;transform:translateY(0)}
}

/* ===== Inline style block 9 ===== */
/* ASYA products pagination */
.asya-products-pagination{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin:30px 0 0;
}

.asya-page-btn{
  min-width:42px;
  height:42px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.035);
  color:#fff;
  font-family:'Rajdhani',sans-serif;
  font-size:15px;
  font-weight:900;
  letter-spacing:.04em;
  cursor:pointer;
  transition:.22s ease;
}

.asya-page-btn:hover,
.asya-page-btn.is-active{
  border-color:#ff1e24;
  background:rgba(255,30,36,.13);
  box-shadow:0 0 18px rgba(255,30,36,.18);
}

.asya-page-btn[disabled]{
  opacity:.35;
  cursor:not-allowed;
  box-shadow:none;
}

/* ===== Inline style block 10 ===== */
/* ASYA PREMIUM PRODUCT HERO SLIDER - 1920x620 / slow right-to-left slide + soft text animation */
.products-page .asya-hero-slider{
  position:relative !important;
  width:100% !important;
  height:620px !important;
  min-height:620px !important;
  max-height:620px !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
  background:#050b13 !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
}
.products-page .asya-hero-slide{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:none !important;
  transform:translateX(100%) scale(1.01) !important;
  transition:transform 1.8s cubic-bezier(.25,1,.5,1), opacity 1.8s ease, visibility 1.8s ease !important;
  will-change:transform;
}
.products-page .asya-hero-slide.is-active{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translateX(0) scale(1) !important;
  z-index:3 !important;
}
.products-page .asya-hero-slide.is-leaving{
  transform:translateX(-100%) scale(1.01) !important;
  z-index:2 !important;
}
.products-page .asya-hero-slide.is-ready-right{
  transform:translateX(100%) scale(1.01) !important;
}
.products-page .asya-hero-slide::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:linear-gradient(90deg,rgba(2,7,14,.98) 0%,rgba(2,7,14,.84) 31%,rgba(2,7,14,.26) 58%,rgba(2,7,14,.04) 100%) !important;
}
.products-page .asya-hero-slide::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  height:120px !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:linear-gradient(180deg,rgba(2,7,14,0),rgba(2,7,14,.68)) !important;
}
.products-page .asya-slide-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
  margin:0 !important;
  padding:0 !important;
}
.asya-slide-overlay{
  position:absolute !important;
  left:clamp(60px, 11vw, 260px) !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  z-index:3 !important;
  width:min(560px, 46vw) !important;
  color:#fff !important;
  line-height:1.35 !important;
}
.asya-slide-kicker{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  margin-bottom:14px !important;
  color:#ff3340 !important;
  font-family:'Rajdhani',sans-serif !important;
  font-size:14px !important;
  font-weight:900 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
}
.asya-slide-kicker::before{
  content:"";
  width:32px;
  height:3px;
  background:#ff1e24;
  border-radius:999px;
  box-shadow:0 0 14px rgba(255,30,36,.65);
}
.asya-slide-overlay h1{
  margin:0 0 18px !important;
  font-family:'Rajdhani',sans-serif !important;
  font-size:clamp(42px,3.4vw,62px) !important;
  line-height:1.02 !important;
  font-weight:900 !important;
  letter-spacing:-1px !important;
  color:#fff !important;
}
.asya-slide-overlay p{
  max-width:520px !important;
  margin:0 0 24px !important;
  color:rgba(255,255,255,.82) !important;
  font-size:17px !important;
  line-height:1.65 !important;
}
.asya-slide-actions{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  flex-wrap:wrap !important;
}
.asya-slide-btn{
  min-height:50px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  padding:0 22px !important;
  border-radius:999px !important;
  text-decoration:none !important;
  font-family:'Rajdhani',sans-serif !important;
  font-size:14px !important;
  font-weight:900 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}
.asya-slide-btn.primary{
  background:#ff1e24 !important;
  color:#fff !important;
  box-shadow:0 14px 30px rgba(255,30,36,.28) !important;
}
.asya-slide-btn.secondary{
  border:1px solid rgba(255,255,255,.22) !important;
  background:rgba(255,255,255,.08) !important;
  color:#fff !important;
}
.asya-slide-btn:hover{transform:translateY(-2px) !important;}
/* Slide içeriği: sağdan sola, yumuşak ve gecikmeli giriş */
.asya-slide-kicker,
.asya-slide-overlay h1,
.asya-slide-overlay p,
.asya-slide-actions{
  opacity:0 !important;
  transform:translateX(72px) !important;
  transition-property:opacity, transform !important;
  transition-duration:1.05s !important;
  transition-timing-function:cubic-bezier(.25,1,.5,1) !important;
  will-change:opacity, transform;
}
.products-page .asya-hero-slide.is-active .asya-slide-kicker{
  opacity:1 !important;
  transform:translateX(0) !important;
  transition-delay:.28s !important;
}
.products-page .asya-hero-slide.is-active .asya-slide-overlay h1{
  opacity:1 !important;
  transform:translateX(0) !important;
  transition-delay:.45s !important;
}
.products-page .asya-hero-slide.is-active .asya-slide-overlay p{
  opacity:1 !important;
  transform:translateX(0) !important;
  transition-delay:.63s !important;
}
.products-page .asya-hero-slide.is-active .asya-slide-actions{
  opacity:1 !important;
  transform:translateX(0) !important;
  transition-delay:.82s !important;
}
.products-page .asya-hero-slide:not(.is-active) .asya-slide-kicker,
.products-page .asya-hero-slide:not(.is-active) .asya-slide-overlay h1,
.products-page .asya-hero-slide:not(.is-active) .asya-slide-overlay p,
.products-page .asya-hero-slide:not(.is-active) .asya-slide-actions{
  transition-delay:0s !important;
}
.products-page .products-section{margin-top:0 !important;padding-top:26px !important;background:linear-gradient(180deg,#07111f 0%,#081421 100%) !important;border-top:1px solid rgba(255,255,255,.06) !important;}

.asya-hero-progress{
  position:absolute !important;
  left:clamp(60px, 11vw, 260px) !important;
  bottom:26px !important;
  z-index:6 !important;
  width:min(340px, 32vw) !important;
  height:3px !important;
  overflow:hidden !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.14) !important;
}
.asya-hero-progress span{
  display:block !important;
  width:100% !important;
  height:100% !important;
  transform-origin:left center !important;
  transform:scaleX(0) !important;
  background:linear-gradient(90deg,#ff1e24,#ff6970) !important;
  box-shadow:0 0 18px rgba(255,30,36,.55) !important;
}
.asya-hero-slider.asya-js-ready .asya-hero-progress span{
  animation:asyaHeroProgress 5.2s linear infinite !important;
}
@keyframes asyaHeroProgress{from{transform:scaleX(0);}to{transform:scaleX(1);}}
.asya-hero-dots{
  position:absolute !important;
  right:clamp(40px, 6vw, 120px) !important;
  bottom:23px !important;
  z-index:6 !important;
  display:flex !important;
  gap:10px !important;
}
.asya-hero-dot{
  width:9px !important;
  height:9px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.45) !important;
  background:rgba(255,255,255,.18) !important;
  cursor:pointer !important;
  transition:.25s ease !important;
}
.asya-hero-dot.is-active{
  width:28px !important;
  border-color:#ff1e24 !important;
  background:#ff1e24 !important;
  box-shadow:0 0 18px rgba(255,30,36,.5) !important;
}

@media(max-width:1100px){
  .products-page .asya-hero-slider{height:520px !important;min-height:520px !important;max-height:520px !important;}
  .asya-slide-overlay{left:44px !important;width:min(500px,55vw) !important;}
  .asya-hero-progress{left:44px !important;width:280px !important;}
}
@media(max-width:720px){
  .products-page .asya-hero-slider{height:430px !important;min-height:430px !important;max-height:430px !important;}
  .products-page .asya-slide-img{object-position:70% center !important;}
  .products-page .asya-hero-slide::before{background:linear-gradient(90deg,rgba(2,7,14,.96),rgba(2,7,14,.72),rgba(2,7,14,.28)) !important;}
  .asya-slide-overlay{left:22px !important;right:22px !important;width:auto !important;}
  .asya-hero-progress{left:22px !important;bottom:18px !important;width:220px !important;}
  .asya-hero-dots{right:22px !important;bottom:15px !important;}
  .asya-slide-overlay h1{font-size:31px !important;letter-spacing:-.5px !important;}
  .asya-slide-overlay p{font-size:14px !important;line-height:1.55 !important;margin-bottom:20px !important;}
  .asya-slide-btn{min-height:46px !important;padding:0 16px !important;font-size:13px !important;}
}
/* JS hata alsa bile slider otomatik aksın diye CSS fallback */
@keyframes asyaSlideFallback{
  0%,29%{opacity:1;visibility:visible;transform:translateX(0) scale(1);z-index:2;}
  35%,100%{opacity:0;visibility:hidden;transform:translateX(-100%) scale(1.01);z-index:1;}
}
.products-page .asya-hero-slider:not(.asya-js-ready) .asya-hero-slide{
  animation:asyaSlideFallback 16.5s infinite !important;
}
.products-page .asya-hero-slider:not(.asya-js-ready) .asya-slide-1{animation-delay:0s !important;}
.products-page .asya-hero-slider:not(.asya-js-ready) .asya-slide-2{animation-delay:5.5s !important;}
.products-page .asya-hero-slider:not(.asya-js-ready) .asya-slide-3{animation-delay:11s !important;}

/* ===== Inline style block 11 ===== */
/* ASYA FINAL FILTER LAYOUT: arama + sıralama + fiyat tek panelde */
.product-toolbar-fixed.toolbar-aligned-final{border:1px solid rgba(255,255,255,.09)!important;background:rgba(255,255,255,.018)!important;padding:18px!important}
.product-toolbar-fixed .product-toolbar-top{display:grid!important;grid-template-columns:minmax(260px,1fr) auto!important;gap:18px!important;align-items:center!important}
.product-toolbar-fixed .product-search input{height:48px!important}
.product-toolbar-fixed .product-toolbar-right{display:flex!important;align-items:center!important;gap:14px!important}.product-toolbar-fixed .product-count{white-space:nowrap!important}
.asya-ultimate-filter{margin:14px 0 0!important;padding:0!important;border:0!important;background:transparent!important;display:grid!important;grid-template-columns:minmax(260px,1fr) auto!important;gap:18px!important;align-items:center!important}
.asya-filter-group{height:48px!important;padding:0 16px!important;border:1px solid rgba(255,255,255,.09)!important;background:rgba(255,255,255,.026)!important;display:grid!important;grid-template-columns:auto minmax(160px,360px) 100px!important;gap:16px!important;align-items:center!important}.asya-price-range{width:100%!important}.asya-clear-filters{height:48px!important;min-width:176px!important}
@media(max-width:900px){.product-toolbar-fixed .product-toolbar-top,.asya-ultimate-filter{grid-template-columns:1fr!important}.product-toolbar-fixed .product-toolbar-right{justify-content:space-between!important}}
@media(max-width:640px){.product-toolbar-fixed.toolbar-aligned-final{padding:14px!important}.product-toolbar-fixed .product-toolbar-right{flex-direction:column!important;align-items:stretch!important}.custom-select{width:100%!important}.asya-filter-group{height:auto!important;min-height:72px!important;grid-template-columns:1fr!important;gap:8px!important;padding:12px!important}.asya-price-value{text-align:left!important}.asya-clear-filters{width:100%!important}}

/* ===== Inline style block 12 ===== */
/* Ürünler sayfasında mega menüden sonra üst kategori bar gereksiz: kaldırıldı */
.asya-category-chips,
.product-cats-wrapper,
.asya-ultimate-filter{
  display:none !important;
}
#sideBrandFilters .side-check{
  cursor:pointer;
}
#sideBrandFilters .side-check.is-disabled{
  opacity:.45;
  pointer-events:none;
}

/* ===== Inline style block 13 ===== */
.asya-products-heading{display:none!important;}
.side-price-inputs{display:none!important;}
.product-cats-wrapper,.asya-category-chips,.asya-ultimate-filter{display:none!important;}
.products-hidden-category-controller{display:none!important;}

/* ===== Inline style block 14 ===== */
/* Final: Ürünler sayfasında filtre paneli kaldırıldı */
.asya-filter-sidebar{display:block!important;}
.asya-products-shell{display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;gap:24px!important;align-items:start!important;}
.asya-products-main{width:100%!important;min-width:0!important;}
@media(max-width:900px){.asya-products-shell{grid-template-columns:1fr!important}.asya-filter-sidebar{order:2}}
.product-toolbar-fixed .product-search{display:block!important;position:relative!important;min-width:280px!important;flex:1 1 360px!important;}
.product-toolbar-fixed .product-toolbar-top{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;}
.asya-products-modern .products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
@media(max-width:1200px){.asya-products-modern .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media(max-width:820px){.asya-products-modern .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:560px){.asya-products-modern .products-grid{grid-template-columns:1fr!important;}}

/* ===== Inline style block 15 ===== */
.asya-filter-sidebar .filter-card{position:sticky;top:95px;background:rgba(7,15,30,.78);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px;box-shadow:0 18px 50px rgba(0,0,0,.22)}
.asya-filter-sidebar h3{margin:0 0 16px;color:#fff;font-family:Rajdhani,sans-serif;font-size:22px}.filter-block{border-top:1px solid rgba(255,255,255,.07);padding-top:14px;margin-top:14px}.filter-block strong{display:block;color:#fff;margin-bottom:10px;font-size:14px;letter-spacing:.04em;text-transform:uppercase}.side-filter,.side-check{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;margin:7px 0;padding:10px 11px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(255,255,255,.035);color:rgba(255,255,255,.82);font-weight:800;cursor:pointer;transition:.22s}.side-filter:hover,.side-filter.is-active,.side-check:hover{border-color:#ff1e24;background:rgba(255,30,36,.12);color:#fff}.side-check input{accent-color:#ff1e24}.side-check b,.side-filter b{font-size:12px;color:rgba(255,255,255,.5)}

/* ===== Inline style block 16 ===== */
/* Kamera seçilince filtre panelini sadeleştirir: sadece Tümü + Kamera + Teknoloji/MP/Marka kalır */
.asya-filter-sidebar .filter-card.is-contextual-filter{padding-bottom:16px}
.asya-filter-sidebar .filter-card.is-contextual-filter .filter-block{animation:asyaFilterIn .18s ease both}
/* Kullanıcıya görünen açıklama metni kaldırıldı; durum artık aktif satır + animasyonla anlatılır. */
.asya-filter-sidebar .filter-card .asya-context-filter-note{display:none!important}
.asya-filter-sidebar .side-filter[hidden]{display:none!important}
.asya-filter-sidebar .filter-block{
  overflow:hidden;
  opacity:1;
  max-height:520px;
  transform:translateY(0);
  transition:max-height .28s ease, opacity .22s ease, transform .22s ease, padding .22s ease, margin .22s ease, border-color .22s ease;
}
.asya-filter-sidebar .filter-block[hidden],
.asya-filter-sidebar .filter-block.is-collapsed{
  display:block!important;
  max-height:0!important;
  opacity:0!important;
  transform:translateY(-6px)!important;
  padding-top:0!important;
  margin-top:0!important;
  border-top-color:transparent!important;
  pointer-events:none!important;
}
.asya-filter-sidebar .side-filter{transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease,color .22s ease;}
.asya-filter-sidebar .side-filter:hover{transform:translateX(3px);}
.asya-filter-sidebar .side-filter:active{transform:translateX(3px) scale(.985);}
.asya-filter-sidebar .side-filter.is-active{box-shadow:0 0 0 1px rgba(255,30,36,.16),0 10px 28px rgba(255,30,36,.12);}
@keyframes asyaFilterIn{from{opacity:.55;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}

/* ===== Inline style block 17 ===== */
.side-check.asya-zero-option{display:none!important;}
.side-check.asya-checked-zero{opacity:.58;border-style:dashed;}
.side-check b,.side-filter b{min-width:26px;height:22px;padding:0 7px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);color:rgba(255,255,255,.72)!important;}
.products-grid.is-loading .product-card{opacity:.28;transform:translateY(8px);}
.asya-skeleton-card{min-height:360px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(110deg,rgba(255,255,255,.035) 8%,rgba(255,255,255,.09) 18%,rgba(255,255,255,.035) 33%);background-size:200% 100%;animation:asyaSkeleton 1.05s linear infinite;position:relative;overflow:hidden;}
.asya-skeleton-card:before{content:"";display:block;height:42%;margin:14px;border-radius:14px;background:rgba(255,255,255,.045);}
.asya-skeleton-card:after{content:"";position:absolute;left:18px;right:18px;bottom:22px;height:96px;border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));}
@keyframes asyaSkeleton{to{background-position-x:-200%;}}

/* ===== Inline style block 18 ===== */
.products-page .asya-hero-slider{display:none!important;}
.products-page .component-header-wrap{position:sticky;top:0;z-index:900;background:rgba(4,12,24,.86);backdrop-filter:blur(14px);}
.asya-mini-products-hero{background:linear-gradient(180deg,#07111f 0%,#081421 100%);border-bottom:1px solid rgba(255,255,255,.06);padding:24px 0 18px;margin-top:0;}
.asya-mini-products-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:104px;border:1px solid rgba(255,255,255,.075);border-radius:20px;background:radial-gradient(circle at 80% 20%,rgba(255,30,36,.13),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.014));padding:22px 26px;box-shadow:0 20px 60px rgba(0,0,0,.20);}
.asya-mini-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.48);}
.asya-mini-breadcrumb a{color:rgba(255,255,255,.52);text-decoration:none}.asya-mini-breadcrumb a:hover{color:#fff}.asya-mini-breadcrumb strong{color:#ff1e24;}
.asya-mini-products-hero h1{margin:0;font-family:'Rajdhani',sans-serif;font-size:clamp(30px,3vw,42px);line-height:1;color:#fff;letter-spacing:.01em;}
.asya-mini-products-hero p{margin:8px 0 0;color:rgba(255,255,255,.62);font-weight:700;font-size:14px;}
.asya-mini-hero-badges{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;}
.asya-mini-hero-badges span{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 13px;border-radius:999px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04);color:rgba(255,255,255,.76);font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.04em;}
.asya-mini-hero-badges i{color:#ff1e24;}
.products-page .products-section{padding-top:22px!important;}
.asya-products-shell{display:grid!important;grid-template-columns:264px minmax(0,1fr)!important;gap:22px!important;align-items:start!important;}
.asya-products-main{min-width:0!important;}
.asya-filter-sidebar .filter-card{position:sticky!important;top:96px!important;max-height:calc(100vh - 116px)!important;overflow:auto!important;scrollbar-width:thin;padding:18px!important;border-radius:20px!important;}
.product-toolbar-fixed.toolbar-aligned-final{position:sticky!important;top:76px!important;z-index:120!important;border-radius:18px!important;backdrop-filter:blur(14px)!important;background:rgba(8,18,32,.82)!important;box-shadow:0 14px 40px rgba(0,0,0,.18)!important;margin-bottom:16px!important;}
.product-toolbar-fixed .product-toolbar-top{display:grid!important;grid-template-columns:minmax(220px,1fr) auto!important;gap:14px!important;align-items:center!important;}
.product-toolbar-fixed .product-search{min-width:0!important;}
.products-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;align-items:stretch!important;}
.products-grid .product-card{animation:asyaCardIn .28s ease both;will-change:transform,opacity;}
.products-grid.is-filtering .product-card{opacity:.35;transform:scale(.985);}
@keyframes asyaCardIn{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes asyaSkeleton{to{background-position-x:-200%;}}
.asya-infinite-status{min-height:44px;margin:18px auto 0;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.54);font-weight:900;font-size:12px;letter-spacing:.05em;text-transform:uppercase;}
.asya-infinite-status.is-loading:before{content:"";width:14px;height:14px;margin-right:8px;border-radius:50%;border:2px solid rgba(255,255,255,.18);border-top-color:#ff1e24;animation:asyaSpin .75s linear infinite;}@keyframes asyaSpin{to{transform:rotate(360deg)}}

/* Mobil ürün filtreleme yeniden yazıldı: masaüstü sidebar ayrı, mobil bottom-sheet ayrı davranır. */
.asya-mobile-filter-toggle{
  display:none;
  height:40px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  background:rgba(255,255,255,.04);
  color:#fff;
  font-family:'Rajdhani',sans-serif;
  font-size:14px;
  font-weight:900;
  letter-spacing:.04em;
  padding:0 12px;
  align-items:center;
  justify-content:center;
  gap:7px;
  cursor:pointer;
}
.asya-mobile-filter-root{display:none;}
.filter-block{transition:opacity .18s ease,transform .18s ease;}
.filter-block:not([hidden]){animation:asyaFilterBlockIn .18s ease both;}
@keyframes asyaFilterBlockIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1280px){
  .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .asya-products-shell{grid-template-columns:250px minmax(0,1fr)!important;}
}
@media(max-width:980px){
  .asya-mini-products-hero{padding:16px 0 12px}
  .asya-mini-products-hero-inner{min-height:86px;padding:18px 18px}
  .asya-mini-hero-badges{display:none;}
  .asya-products-shell{display:block!important;}
  .asya-products-main{width:100%;}
  .asya-mobile-filter-toggle{display:inline-flex;}
  .product-toolbar-fixed.toolbar-aligned-final{top:68px!important;}
  .product-toolbar-fixed .product-toolbar-top{grid-template-columns:auto minmax(0,1fr) auto!important;}
  #asyaFilterSidebar{display:none;}
  .asya-mobile-filter-root{display:block;}
  .asya-mobile-filter-backdrop{
    position:fixed;
    inset:0;
    z-index:1390;
    background:rgba(0,0,0,.54);
    opacity:0;
    pointer-events:none;
    transition:opacity .22s ease;
  }
  .asya-mobile-filter-sheet{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:1400;
    max-height:min(72vh,620px);
    display:grid;
    grid-template-rows:auto minmax(0,1fr) auto;
    background:#07111f;
    color:#fff;
    border-radius:18px 18px 0 0;
    box-shadow:0 -24px 70px rgba(0,0,0,.48);
    transform:translateY(108%);
    transition:transform .26s cubic-bezier(.2,.8,.2,1);
    outline:0;
  }
  .asya-mobile-filter-head,
  .asya-mobile-filter-foot{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:11px 14px;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .asya-mobile-filter-foot{
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:0;
    background:rgba(7,17,31,.96);
  }
  .asya-mobile-filter-head span{
    display:block;
    color:rgba(255,255,255,.56);
    font-size:10px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
  }
  .asya-mobile-filter-head h3{margin:1px 0 0;font-family:'Rajdhani',sans-serif;font-size:19px;font-weight:900;}
  .asya-mobile-filter-close{
    width:34px;
    height:34px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:10px;
    background:rgba(255,255,255,.06);
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
  }
  .asya-mobile-filter-body{
    min-height:0;
    overflow:auto;
    padding:8px 14px 12px;
    -webkit-overflow-scrolling:touch;
  }
  .asya-mobile-filter-body .filter-card{
    position:static!important;
    top:auto!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .asya-mobile-filter-body .filter-card h3{display:none;}
  .asya-mobile-filter-body .filter-block{border-top:1px solid rgba(255,255,255,.08);padding:10px 0;margin:0;}
  .asya-mobile-filter-body .filter-block:first-of-type{border-top:0;padding-top:0;}
  .asya-mobile-filter-body .filter-block strong{display:block;margin:0 0 6px;color:rgba(255,255,255,.58);font-family:'Rajdhani',sans-serif;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;}
  .asya-mobile-filter-body #sideCategoryFilters,
  .asya-mobile-filter-body #sideMpFilters,
  .asya-mobile-filter-body #sideBrandFilters{display:block;}
  .asya-mobile-filter-body .side-filter,
  .asya-mobile-filter-body .side-check{position:relative;width:100%;min-height:34px;margin:0;padding:6px 4px 6px 8px;border:0;border-radius:9px;background:transparent;color:rgba(255,255,255,.82);display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:800;text-align:left;}
  .asya-mobile-filter-body .side-filter + .side-filter,
  .asya-mobile-filter-body .side-check + .side-check{margin-top:2px;}
  .asya-mobile-filter-body .side-filter:hover,
  .asya-mobile-filter-body .side-check:hover{background:rgba(255,255,255,.05);}
  .asya-mobile-filter-body .side-filter.is-active{background:rgba(255,30,36,.16);color:#fff;}
  .asya-mobile-filter-body .filter-left{display:flex;align-items:center;gap:7px;min-width:0;}
  .asya-mobile-filter-body .cat-toggle{width:14px;display:inline-flex;justify-content:center;color:rgba(255,255,255,.38);}
  .asya-mobile-filter-body .cat-toggle i{font-size:10px;}
  .asya-mobile-filter-body .cat-toggle.is-empty{visibility:hidden;}
  .asya-mobile-filter-body .side-filter.has-children.is-open .cat-toggle{transform:rotate(90deg);color:#ff1e24;}
  .asya-mobile-filter-body .cat-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.52);}
  .asya-mobile-filter-body .cat-icon img{width:18px;height:18px;object-fit:contain;border-radius:4px;}
  .asya-mobile-filter-body .cat-label{font-size:12px;line-height:1.2;white-space:normal;}
  .asya-mobile-filter-body .side-filter.is-depth-1{margin-left:14px;width:calc(100% - 14px);}
  .asya-mobile-filter-body .side-filter.is-depth-2{margin-left:28px;width:calc(100% - 28px);}
  .asya-mobile-filter-body .side-filter.is-depth-3{margin-left:42px;width:calc(100% - 42px);}
  .asya-mobile-filter-body .side-filter b,
  .asya-mobile-filter-body .side-check b{min-width:20px;height:18px;padding:0 6px;border-radius:999px;background:rgba(255,255,255,.10);color:rgba(255,255,255,.66);font-size:10px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;}
  .asya-mobile-filter-body .side-filter.is-active b{background:rgba(255,30,36,.22);color:#fff;}
  .asya-mobile-filter-body .side-check span{display:flex;align-items:center;gap:7px;min-width:0;}
  .asya-mobile-filter-body .side-check input{accent-color:#ff1e24;}
  .asya-mobile-filter-body .asya-clear-filters{display:none;}
  .asya-mobile-filter-reset,
  .asya-mobile-filter-apply{
    min-height:38px;
    border-radius:11px;
    padding:0 13px;
    font-family:'Rajdhani',sans-serif;
    font-size:14px;
    font-weight:900;
    letter-spacing:.04em;
    cursor:pointer;
  }
  .asya-mobile-filter-reset{border:1px solid rgba(255,255,255,.16);background:transparent;color:#fff;}
  .asya-mobile-filter-apply{border:0;background:#ff1e24;color:#fff;flex:1;box-shadow:0 12px 26px rgba(255,30,36,.24);}
  body.asya-mobile-filter-open{overflow:hidden;}
  body.asya-mobile-filter-open .asya-mobile-filter-backdrop{opacity:1;pointer-events:auto;}
  body.asya-mobile-filter-open .asya-mobile-filter-sheet{transform:translateY(0);}
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:640px){
  .asya-mini-products-hero-inner{border-radius:16px;align-items:flex-start;}
  .asya-mini-products-hero h1{font-size:30px}
  .asya-mini-products-hero p{font-size:13px;}
  .product-toolbar-fixed .product-toolbar-top{grid-template-columns:1fr!important;}
  .asya-mobile-filter-toggle{width:100%;}
  .product-toolbar-fixed .product-toolbar-right{width:100%!important;}
  .products-grid{grid-template-columns:1fr!important;gap:14px!important;}
  .asya-mobile-filter-sheet{max-height:74vh;border-radius:16px 16px 0 0;}
}


/* ===== Inline style block 19 ===== */
.products-page .asya-hero-slider{display:none!important;}
.asya-mini-products-hero{background:#06101d!important;border-bottom:1px solid rgba(255,255,255,.06)!important;padding:18px 0 16px!important;margin-top:0!important;}
.asya-mini-products-hero .container{position:relative!important;}
.asya-mini-products-hero-inner,.asya-mini-hero-copy,.asya-mini-hero-badges,.asya-mini-breadcrumb{display:none!important;}
.asya-visual-products-hero{position:relative!important;min-height:236px!important;border:1px solid rgba(255,255,255,.075)!important;border-radius:24px!important;overflow:hidden!important;background:radial-gradient(circle at 70% 35%,rgba(53,95,145,.42),transparent 34%),radial-gradient(circle at 80% 72%,rgba(255,30,36,.20),transparent 28%),linear-gradient(135deg,#07111f 0%,#09192b 48%,#040a13 100%)!important;box-shadow:0 22px 70px rgba(0,0,0,.26)!important;isolation:isolate!important;}
.asya-visual-products-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(90deg,rgba(0,0,0,.50),rgba(0,0,0,.92));opacity:.34;pointer-events:none;}
.asya-visual-products-hero:after{content:"";position:absolute;inset:-1px;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.08) 34%,transparent 56%);transform:translateX(-70%);animation:asyaHeroLightSweep 8s ease-in-out infinite;pointer-events:none;z-index:2;}
.asya-products-hero-art{position:absolute;inset:0;z-index:1;}
.asya-products-hero-art img{position:absolute;right:-24px;bottom:-8px;width:min(82%,860px);height:auto;max-height:270px;object-fit:contain;filter:drop-shadow(0 34px 34px rgba(0,0,0,.34));animation:asyaHeroFloat 7s ease-in-out infinite;}
.asya-products-hero-glow{position:absolute;right:8%;top:20%;width:360px;height:220px;border-radius:999px;background:rgba(255,30,36,.16);filter:blur(42px);z-index:0;animation:asyaGlowPulse 5.5s ease-in-out infinite;}
@keyframes asyaHeroFloat{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(-8px,-7px,0) scale(1.018)}}
@keyframes asyaGlowPulse{0%,100%{opacity:.54;transform:scale(.96)}50%{opacity:.9;transform:scale(1.08)}}
@keyframes asyaHeroLightSweep{0%,58%,100%{transform:translateX(-72%)}74%{transform:translateX(88%)}}
@media(max-width:1280px){.asya-products-hero-art img{right:-76px!important;width:min(92%,820px)!important;}}
@media(max-width:980px){.asya-mini-products-hero{padding:14px 0 12px!important}.asya-visual-products-hero{min-height:188px!important;border-radius:20px!important}.asya-products-hero-art img{right:-136px!important;bottom:-12px!important;width:820px!important;max-height:220px!important}}
@media(max-width:640px){.asya-visual-products-hero{min-height:138px!important;border-radius:17px!important}.asya-products-hero-art img{right:-178px!important;bottom:-8px!important;width:680px!important;max-height:170px!important;opacity:.96}.asya-products-hero-glow{right:-20%!important;top:10%!important;width:260px!important;height:160px!important}}

/* ===== Inline style block 20 ===== */
.products-page .asya-hero-slider,.asya-mini-products-hero,.asya-visual-products-hero{display:none!important;}
.asya-system-showcase{background:#06101d!important;border-bottom:1px solid rgba(255,255,255,.06)!important;padding:14px 0 14px!important;margin:0!important;}
.asya-system-slider{height:var(--asya-showcase-h,150px);min-height:120px;max-height:220px;position:relative;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,#05080f 0%,#081422 54%,#17090b 100%);box-shadow:0 18px 56px rgba(0,0,0,.24);isolation:isolate;}
.asya-system-slider:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 48%,rgba(255,30,36,.22),transparent 35%),radial-gradient(circle at 60% 20%,rgba(66,104,155,.18),transparent 32%);z-index:0;pointer-events:none;}
.asya-system-slider:after{content:"";position:absolute;inset:-1px;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.075) 36%,transparent 58%);transform:translateX(-75%);animation:asyaSystemSweep 8.5s ease-in-out infinite;z-index:3;pointer-events:none;}
.asya-system-slide{position:absolute;inset:0;opacity:0;transform:scale(1.012);transition:opacity .55s ease,transform 1.1s ease;z-index:1;pointer-events:none;}
.asya-system-slide.is-active{opacity:1;transform:scale(1);z-index:2;}
.asya-system-slide h2{position:absolute;left:clamp(22px,4vw,54px);top:50%;transform:translateY(-50%);margin:0;font-family:'Rajdhani',sans-serif;font-size:clamp(25px,3.2vw,44px);line-height:.95;font-weight:900;letter-spacing:.035em;text-transform:uppercase;color:#fff;text-shadow:0 14px 40px rgba(0,0,0,.45);z-index:3;max-width:48%;}
.asya-system-slide img{position:absolute;right:clamp(12px,4vw,58px);bottom:-6px;height:calc(var(--asya-showcase-h,150px) - 18px);max-width:50%;object-fit:contain;filter:drop-shadow(0 28px 28px rgba(0,0,0,.42));z-index:2;animation:asyaSystemFloat 7s ease-in-out infinite;}
@keyframes asyaSystemFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(-7px,-5px,0)}}
@keyframes asyaSystemSweep{0%,58%,100%{transform:translateX(-75%)}76%{transform:translateX(90%)}}
@media(max-width:760px){.asya-system-showcase{padding:10px 0!important}.asya-system-slider{height:120px!important;border-radius:17px}.asya-system-slide h2{left:18px;font-size:24px;max-width:55%;}.asya-system-slide img{right:-18px;height:108px;max-width:58%;}}
@media(max-width:480px){.asya-system-slide h2{font-size:21px;max-width:58%;}.asya-system-slide img{right:-44px;opacity:.92;}}

/* ===== Inline style block 21 ===== */
/* DB kategori filtresi: eski radio-style .side-filter span CSS'ini tamamen override eder. */
.side-filter{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;
  min-height:50px!important;padding:9px 10px!important;border-radius:12px!important;
  border:1px solid rgba(255,255,255,.085)!important;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025))!important;
  color:#dce5f1!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
}
.side-filter[hidden]{display:none!important;}
.side-filter .filter-left{
  display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;flex:1 1 auto!important;
  width:auto!important;height:auto!important;border:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important;
}
.side-filter .cat-icon{
  width:24px!important;height:24px!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.09)!important;overflow:hidden!important;flex:0 0 24px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.side-filter .cat-icon img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
.side-filter .cat-icon i{font-size:11px!important;color:rgba(255,255,255,.78)!important;line-height:1!important;}
.side-filter .cat-label{
  width:auto!important;height:auto!important;border:0!important;border-radius:0!important;display:-webkit-box!important;background:transparent!important;box-shadow:none!important;
  flex:1 1 auto!important;min-width:0!important;max-width:100%!important;
  color:#f4f7fb!important;font-size:14px!important;font-weight:900!important;line-height:1.18!important;
  white-space:normal!important;word-break:normal!important;overflow:hidden!important;text-overflow:clip!important;
  -webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;
}
.side-filter b{
  min-width:28px!important;height:24px!important;padding:0 8px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  background:rgba(255,255,255,.07)!important;color:rgba(255,255,255,.72)!important;font-size:12px!important;font-weight:900!important;flex:0 0 auto!important;
}
.side-filter:hover{border-color:rgba(255,30,36,.55)!important;background:linear-gradient(180deg,rgba(255,30,36,.105),rgba(255,30,36,.045))!important;transform:translateX(2px);}
.side-filter:hover .cat-icon{border-color:rgba(255,30,36,.38)!important;background:rgba(255,30,36,.12)!important;}
.side-filter.is-active{border-color:#ff1e24!important;background:linear-gradient(180deg,rgba(255,30,36,.22),rgba(255,30,36,.08))!important;box-shadow:0 0 0 1px rgba(255,30,36,.10),0 12px 28px rgba(255,30,36,.08)!important;}
.side-filter.is-active .cat-icon{border-color:rgba(255,30,36,.55)!important;background:rgba(255,30,36,.16)!important;box-shadow:0 0 18px rgba(255,30,36,.12)!important;}
.side-filter.is-active .cat-label{color:#fff!important;}
.side-filter.is-active b{background:rgba(255,255,255,.10)!important;color:#fff!important;}
.side-filter.is-sub{margin-left:14px!important;width:calc(100% - 14px)!important;opacity:.96!important;min-height:46px!important;}
.side-filter.is-sub .cat-icon{width:20px!important;height:20px!important;border-radius:7px!important;flex-basis:20px!important;}
.side-filter.is-sub .cat-label{font-size:13px!important;}

/* Long category names final fix: label expands to two lines, count stays fixed. */
.asya-filter-sidebar .side-filter .filter-left{min-width:0!important;overflow:visible!important;}
.asya-filter-sidebar .side-filter .cat-label{flex:1 1 auto!important;min-width:0!important;white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;line-height:1.18!important;}
.asya-filter-sidebar .side-filter b{flex:0 0 auto!important;margin-left:6px!important;}

/* Premium hiyerarşik kategori ağacı: Kameralar > IP Kameralar > Bullet/Dome/Fisheye gibi 3 seviye görünür. */
.asya-filter-sidebar{position:relative!important;}
.asya-filter-sidebar .filter-group{display:grid!important;gap:7px!important;}
.asya-filter-sidebar .side-filter{
  position:relative!important;
  min-height:42px!important;
  padding:8px 10px!important;
  border-radius:12px!important;
  background:rgba(14,27,46,.72)!important;
  border-color:rgba(148,163,184,.13)!important;
  transition:border-color .18s ease,background .18s ease,transform .18s ease!important;
}
.asya-filter-sidebar .side-filter.is-depth-0:not([data-category-filter="ALL"]){margin-top:5px!important;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))!important;}
.asya-filter-sidebar .side-filter.is-depth-1{margin-left:14px!important;width:calc(100% - 14px)!important;background:rgba(11,24,42,.62)!important;}
.asya-filter-sidebar .side-filter.is-depth-2{margin-left:28px!important;width:calc(100% - 28px)!important;background:rgba(7,18,33,.58)!important;}
.asya-filter-sidebar .side-filter.is-depth-1::before,
.asya-filter-sidebar .side-filter.is-depth-2::before{
  content:"";position:absolute;left:-9px;top:-7px;bottom:50%;width:8px;border-left:1px solid rgba(148,163,184,.18);border-bottom:1px solid rgba(148,163,184,.18);border-radius:0 0 0 8px;
}
.asya-filter-sidebar .side-filter.is-depth-0 .cat-label{font-size:13.5px!important;letter-spacing:.2px!important;}
.asya-filter-sidebar .side-filter.is-depth-1 .cat-label{font-size:12.8px!important;color:#d9e4f2!important;}
.asya-filter-sidebar .side-filter.is-depth-2 .cat-label{font-size:12.2px!important;color:#c8d3e4!important;}
.asya-filter-sidebar .side-filter .cat-icon{width:22px!important;height:22px!important;flex-basis:22px!important;border-radius:7px!important;}
.asya-filter-sidebar .side-filter.is-depth-1 .cat-icon{width:19px!important;height:19px!important;flex-basis:19px!important;}
.asya-filter-sidebar .side-filter.is-depth-2 .cat-icon{width:17px!important;height:17px!important;flex-basis:17px!important;}
.asya-filter-sidebar .side-filter b{height:22px!important;min-width:24px!important;font-size:11px!important;}
.asya-filter-sidebar .side-filter.is-active{background:linear-gradient(135deg,rgba(255,30,36,.22),rgba(255,30,36,.06))!important;border-color:rgba(255,30,36,.75)!important;}
.asya-filter-sidebar .side-filter:hover{transform:translateX(1px)!important;}

/* ===== Inline style block 22 ===== */
/* Beyaz liste filtre sidebar - kart görünümünü kaldırır */
.asya-products-shell{align-items:start!important;}
.asya-filter-sidebar{background:#fff!important;border-right:1px solid #e8edf4!important;border-radius:0!important;box-shadow:none!important;padding:0!important;}
.asya-filter-sidebar .filter-card{position:sticky!important;top:96px!important;max-height:calc(100vh - 116px)!important;overflow:auto!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:22px 20px!important;color:#132033!important;scrollbar-width:thin;}
.asya-filter-sidebar h3{margin:0 0 20px!important;color:#0f172a!important;font-family:Rajdhani,sans-serif!important;font-size:22px!important;font-weight:900!important;letter-spacing:.02em!important;}
.asya-filter-sidebar .filter-block{border-top:1px solid #edf1f6!important;margin:0!important;padding:18px 0!important;background:transparent!important;}
.asya-filter-sidebar .filter-block:first-of-type{border-top:0!important;padding-top:0!important;}
.asya-filter-sidebar .filter-block strong{display:block!important;margin:0 0 10px!important;color:#64748b!important;font-family:Rajdhani,sans-serif!important;font-size:12px!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important;}
.asya-filter-sidebar .filter-group,#sideCategoryFilters,#sideTechFilters,#sideMpFilters,#sideBrandFilters{display:block!important;}
.asya-filter-sidebar .side-filter,.asya-filter-sidebar .side-check{position:relative!important;width:100%!important;min-height:34px!important;margin:0!important;padding:7px 6px 7px 12px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#273449!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;transition:background .18s ease,color .18s ease,border-color .18s ease!important;}
.asya-filter-sidebar .side-filter + .side-filter,.asya-filter-sidebar .side-check + .side-check{border-top:1px solid rgba(226,232,240,.72)!important;}
.asya-filter-sidebar .side-filter::after{content:""!important;position:absolute!important;left:0!important;top:7px!important;bottom:7px!important;width:3px!important;border-radius:999px!important;background:transparent!important;}
.asya-filter-sidebar .side-filter:hover,.asya-filter-sidebar .side-check:hover{background:#f8fafc!important;color:#0f172a!important;transform:none!important;}
.asya-filter-sidebar .side-filter.is-active{background:#fff5f5!important;color:#e11d2e!important;border:0!important;box-shadow:none!important;}
.asya-filter-sidebar .side-filter.is-active::after{background:#e11d2e!important;}
.asya-filter-sidebar .side-filter .filter-left{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;flex:1 1 auto!important;background:transparent!important;border:0!important;box-shadow:none!important;}
.asya-filter-sidebar .side-filter .cat-toggle{width:13px!important;height:18px!important;flex:0 0 13px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#94a3b8!important;transition:transform .18s ease,color .18s ease!important;}
.asya-filter-sidebar .side-filter .cat-toggle i{font-size:9px!important;line-height:1!important;}
.asya-filter-sidebar .side-filter .cat-toggle.is-empty{visibility:hidden!important;}
.asya-filter-sidebar .side-filter.has-children.is-open .cat-toggle{transform:rotate(90deg)!important;color:#e11d2e!important;}
.asya-filter-sidebar .side-filter .cat-icon{width:18px!important;height:18px!important;flex:0 0 18px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#94a3b8!important;overflow:hidden!important;}
.asya-filter-sidebar .side-filter .cat-icon i{font-size:12px!important;color:#94a3b8!important;}
.asya-filter-sidebar .side-filter.is-active .cat-icon i,.asya-filter-sidebar .side-filter.is-active .cat-icon{color:#e11d2e!important;}
.asya-filter-sidebar .side-filter .cat-icon img{width:18px!important;height:18px!important;object-fit:contain!important;border-radius:3px!important;}
.asya-filter-sidebar .side-filter .cat-label{display:block!important;color:inherit!important;font-family:Inter,Arial,sans-serif!important;font-size:13px!important;font-weight:750!important;line-height:1.25!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;background:transparent!important;border:0!important;box-shadow:none!important;}
.asya-filter-sidebar .side-filter b,.asya-filter-sidebar .side-check b{min-width:24px!important;height:20px!important;padding:0 7px!important;border-radius:999px!important;background:#eef2f7!important;color:#64748b!important;font-size:11px!important;font-weight:900!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-left:6px!important;}
.asya-filter-sidebar .side-filter.is-active b{background:#ffe3e6!important;color:#e11d2e!important;}
.asya-filter-sidebar .side-filter.is-depth-0:not([data-category-filter="ALL"]){margin-top:2px!important;background:transparent!important;}
.asya-filter-sidebar .side-filter.is-depth-1{margin-left:16px!important;width:calc(100% - 16px)!important;padding-left:18px!important;background:transparent!important;}
.asya-filter-sidebar .side-filter.is-depth-2{margin-left:32px!important;width:calc(100% - 32px)!important;padding-left:18px!important;background:transparent!important;}
.asya-filter-sidebar .side-filter.is-depth-3{margin-left:48px!important;width:calc(100% - 48px)!important;padding-left:18px!important;background:transparent!important;}
.asya-filter-sidebar .side-filter.is-depth-1::before,.asya-filter-sidebar .side-filter.is-depth-2::before,.asya-filter-sidebar .side-filter.is-depth-3::before{content:""!important;position:absolute!important;left:5px!important;top:0!important;bottom:50%!important;width:8px!important;border-left:1px solid #d8dee8!important;border-bottom:1px solid #d8dee8!important;border-radius:0 0 0 6px!important;}
.asya-filter-sidebar .side-filter.is-depth-1 .cat-label{font-size:12.5px!important;font-weight:700!important;color:inherit!important;}
.asya-filter-sidebar .side-filter.is-depth-2 .cat-label,.asya-filter-sidebar .side-filter.is-depth-3 .cat-label{font-size:12px!important;font-weight:700!important;color:inherit!important;}
.asya-filter-sidebar .side-check{font-size:13px!important;font-weight:750!important;color:#273449!important;}
.asya-filter-sidebar .side-check input{accent-color:#e11d2e!important;}
.asya-filter-sidebar .asya-clear-filters{width:100%!important;height:42px!important;margin-top:14px!important;border:1px solid #e11d2e!important;border-radius:0!important;background:#fff!important;color:#e11d2e!important;font-family:Rajdhani,sans-serif!important;font-size:14px!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important;box-shadow:none!important;}
.asya-filter-sidebar .asya-clear-filters:hover{background:#e11d2e!important;color:#fff!important;}

/* ===== Inline style block 23 ===== */
html,body,body *:not(input):not(textarea):not(select):not(option):not([contenteditable="true"]){-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important;-webkit-touch-callout:none!important;caret-color:transparent!important;cursor:default!important;}
a,a *,button,button *,[role="button"],[role="button"] *, .btn,.btn *, .filter-item,.filter-item *, .filter-sub-item,.filter-sub-item *, .product-card,.product-card *, .add-to-cart,.add-to-cart *, .asya-cart-link,.asya-cart-link *, .header-search-toggle,.header-search-toggle *, .header-login-btn,.header-login-btn *, .login-card-submit,.login-card-submit *, .login-card-link,.login-card-link *, .login-card-logout,.login-card-logout *{cursor:pointer!important;}
input,input *,textarea,textarea *,select,select *,option,[contenteditable="true"]{-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important;cursor:text!important;caret-color:auto!important;}
input[type="checkbox"],input[type="radio"],input[type="file"],select,button,a{cursor:pointer!important;}

/* ===== Inline style block 24 ===== */
/* Katalog kartlarındaki kısa teknik satırları kaldırır. Teknik bilgiler ürün detayındaki Teknik Özet alanında gösterilir. */
.products-page .product-specs,
.asya-products-modern .product-specs{display:none!important;}
.products-page .product-card,
.asya-products-modern .product-card{min-height:340px!important;}
.products-page .product-body,
.asya-products-modern .product-body{min-height:185px!important;}
.products-page .product-body p,
.asya-products-modern .product-body p{min-height:48px!important;max-height:48px!important;}

/* ===== Inline style block 25 ===== */
/* ChatGPT v128 - Product filter panel final UI polish */
.products-layout,
.product-list-layout,
.shop-layout,
.catalog-layout,
.urunler-layout,
.products-page-layout {
    align-items: flex-start !important;
}

.filter-sidebar,
.filters-sidebar,
.sidebar-filter,
.product-filters,
.catalog-filters,
.filters-panel,
.filter-panel,
.shop-sidebar,
.urun-filtre,
.urunler-filter,
aside.filters,
aside.filter-sidebar {
    margin-top: 0 !important;
    align-self: flex-start !important;
    border-radius: 28px !important;
    overflow: hidden !important;
}

.filter-card,
.filters-card,
.sidebar-card,
.filter-box,
.filters-box,
.product-filter-card,
.catalog-filter-card,
.filter-sidebar .card,
.filters-sidebar .card,
.product-filters .card,
.catalog-filters .card {
    border-radius: 28px !important;
    overflow: hidden !important;
}

.filter-sidebar *,
.filters-sidebar *,
.product-filters *,
.catalog-filters * {
    border-radius: inherit;
}

.filter-sidebar .filter-row,
.filters-sidebar .filter-row,
.product-filters .filter-row,
.catalog-filters .filter-row,
.filter-sidebar li,
.filters-sidebar li {
    border-radius: 14px !important;
}

/* Keep the filter visually aligned with the search/product grid area on desktop */
@media (min-width: 992px) {
    .filter-sidebar,
    .filters-sidebar,
    .sidebar-filter,
    .product-filters,
    .catalog-filters,
    .filters-panel,
    .filter-panel,
    .shop-sidebar,
    .urun-filtre,
    .urunler-filter,
    aside.filters,
    aside.filter-sidebar {
        position: relative !important;
        top: -22px !important;
    }
}

/* Avoid unwanted upward pull on mobile */
@media (max-width: 991px) {
    .filter-sidebar,
    .filters-sidebar,
    .sidebar-filter,
    .product-filters,
    .catalog-filters,
    .filters-panel,
    .filter-panel,
    .shop-sidebar,
    .urun-filtre,
    .urunler-filter,
    aside.filters,
    aside.filter-sidebar {
        top: 0 !important;
        border-radius: 22px !important;
    }
}

/* ===== Inline style block 26 ===== */
/* v136 - urunler.php filtre mikro hizalama */
@media (min-width: 992px) {
    .asya-filter-sidebar {
        transform: none !important;
        margin-top: -86px !important;
        margin-bottom: 64px !important;
        align-self: flex-start !important;
        position: relative !important;
        z-index: 1;
    }
}

.asya-filter-sidebar {
    border-radius: 28px !important;
    overflow: hidden !important;
    max-height: none !important;
    height: auto !important;
    box-sizing: border-box !important;
}

.asya-filter-sidebar li,
.asya-filter-sidebar a,
.asya-filter-sidebar .filter-item,
.asya-filter-sidebar .category-item,
.asya-filter-sidebar .category-row {
    border-radius: 14px !important;
}

@media (max-width: 991px) {
    .asya-filter-sidebar {
        margin-top: 0 !important;
        margin-bottom: 24px !important;
        border-radius: 22px !important;
    }
}

/* ===== Inline style block 27 ===== */
/* v153 - urunler.php: MP/Marka sadece ilgili en alt kategoride DB verisi varsa */
.asya-filter-sidebar .filter-block[hidden] {
    display: none !important;
}

/* ===== Inline style block 28 ===== */
.asya-filter-sidebar .filter-block[hidden] {
    display: none !important;
}

/* ===== Inline style block 29 ===== */
/* Ürünler sayfasında eski statik/demo veya boş placeholder kart görünmesin. */
.products-grid .asya-skeleton-card{display:none!important;}
.products-grid:empty{min-height:0!important;}
.product-empty[hidden]{display:none!important;}

/* ===== Inline style block 30 ===== */
/* ASYA ULTIMATE FILTER PANEL */
.asya-ultimate-filter{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;margin:16px 0 0;padding:16px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.022)}
.asya-filter-group{display:flex;align-items:center;gap:12px;min-width:0}.asya-filter-title{color:rgba(255,255,255,.72);font-family:"Rajdhani",sans-serif;font-weight:900;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.asya-price-range{width:min(360px,36vw);accent-color:#ff1e24}.asya-price-value{min-width:112px;color:#fff;font-family:"Rajdhani",sans-serif;font-weight:900;text-align:right}.asya-clear-filters{height:42px;padding:0 18px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.04);color:#fff;font-family:"Rajdhani",sans-serif;font-weight:900;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:.22s ease}.asya-clear-filters:hover{border-color:#ff1e24;background:rgba(255,30,36,.12);box-shadow:0 0 18px rgba(255,30,36,.16)}.products-grid .product-card{transition:opacity .35s ease,transform .35s cubic-bezier(.25,1,.5,1),box-shadow .35s ease!important}@media(max-width:760px){.asya-ultimate-filter{grid-template-columns:1fr}.asya-filter-group{align-items:flex-start;flex-direction:column}.asya-price-range{width:100%}.asya-price-value{text-align:left}.asya-clear-filters{width:100%}}

/* ===== Inline style block 31 ===== */
/* ASYA INFINITE SCROLL */
.asya-products-pagination{display:none!important;}
.asya-infinite-status{
  width:100%;text-align:center;margin:26px auto 6px;padding:14px 18px;
  color:#6b7280;font-weight:700;letter-spacing:.2px;
}
.asya-infinite-status.is-loading::before{
  content:"";display:inline-block;width:18px;height:18px;margin-right:9px;
  border:2px solid rgba(107,114,128,.28);border-top-color:#6b7280;border-radius:50%;
  vertical-align:-4px;animation:asyaSpin .8s linear infinite;
}
@keyframes asyaSpin{to{transform:rotate(360deg)}}
.asya-infinite-sentinel{width:100%;height:1px;}

/* ===== Inline style block 32 ===== */
.product-toolbar-fixed .product-search input{width:100%!important;height:48px!important;padding:0 15px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:12px!important;background:rgba(255,255,255,.035)!important;color:#fff!important;font-weight:800!important;outline:none!important}.product-toolbar-fixed .product-search input:focus{border-color:#ff1e24!important;box-shadow:0 0 0 3px rgba(255,30,36,.14)!important}.product-search-suggest{position:absolute;left:0;right:0;top:calc(100% + 9px);z-index:80;border:1px solid rgba(255,255,255,.10);border-radius:14px;background:#07111f;box-shadow:0 18px 50px rgba(0,0,0,.35);padding:8px;max-height:390px;overflow:auto}.product-search-suggest[hidden]{display:none!important}.product-suggest-item{display:grid;grid-template-columns:46px 1fr auto;gap:10px;align-items:center;padding:9px;border-radius:11px;color:#fff;text-decoration:none;cursor:pointer}.product-suggest-item:hover,.product-suggest-item.is-active{background:rgba(255,30,36,.12)}.product-suggest-item img{width:46px;height:46px;object-fit:cover;border-radius:9px;background:rgba(255,255,255,.06)}.product-suggest-item b{display:block;font-size:13px;line-height:1.2}.product-suggest-item small{display:block;margin-top:3px;color:rgba(255,255,255,.55);font-size:11px}.product-suggest-item em{font-style:normal;color:rgba(255,255,255,.52);font-size:11px;font-weight:900}.product-suggest-empty{padding:13px;color:rgba(255,255,255,.6);font-weight:800}.product-suggest-trend-title{padding:6px 8px 9px;color:rgba(255,255,255,.55);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.6px}.product-suggest-trend{display:grid;grid-template-columns:24px 1fr auto;gap:8px;align-items:center;padding:8px 9px;border-radius:10px;color:#fff;text-decoration:none;cursor:pointer}.product-suggest-trend:hover{background:rgba(255,30,36,.12)}.product-suggest-trend b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-suggest-trend small{font-size:11px;color:rgba(255,255,255,.48);font-weight:900}.product-suggest-all{width:100%;margin-top:6px;padding:11px;border:0;border-radius:10px;background:#ff1e24;color:#fff;font-weight:900;cursor:pointer}@media(max-width:640px){.product-toolbar-fixed .product-toolbar-top{align-items:stretch!important}.product-toolbar-fixed .product-search{min-width:0!important;width:100%!important}}

/* ===== Inline style block 33 ===== */
/* Ürün listeleme premium kart düzeni */
.products-grid,
.asya-search-grid{align-items:stretch!important;}
.products-grid .product-card,
.asya-search-grid .product-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:430px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,rgba(13,25,43,.98),rgba(5,12,24,.98))!important;
  box-shadow:0 18px 44px rgba(0,0,0,.32)!important;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease!important;
}
.products-grid .product-card:hover,
.asya-search-grid .product-card:hover{
  transform:translateY(-6px)!important;
  border-color:rgba(255,30,36,.50)!important;
  box-shadow:0 26px 58px rgba(0,0,0,.42),0 0 32px rgba(255,30,36,.14)!important;
}
.products-grid .product-media,
.asya-search-grid .product-media{
  position:relative!important;
  height:190px!important;
  min-height:190px!important;
  flex:0 0 190px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:radial-gradient(circle at 50% 30%,rgba(255,255,255,.13),rgba(255,255,255,.035) 42%,rgba(0,0,0,.18) 100%)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}
.products-grid .product-media::after,
.asya-search-grid .product-media::after{
  content:"";position:absolute;left:20px;right:20px;bottom:18px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,30,36,.55),transparent);opacity:.6;
}
.products-grid .product-media img,
.asya-search-grid .product-media img{
  width:160px!important;height:160px!important;max-width:160px!important;max-height:160px!important;object-fit:contain!important;filter:drop-shadow(0 18px 28px rgba(0,0,0,.35));transition:transform .32s ease,filter .32s ease!important;
}
.products-grid .product-card:hover .product-media img,
.asya-search-grid .product-card:hover .product-media img{transform:scale(1.045)!important;filter:drop-shadow(0 22px 34px rgba(0,0,0,.42)) brightness(1.04)!important;}
.products-grid .media-fallback,
.asya-search-grid .media-fallback{background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025))!important;}
.products-grid .media-fallback::before,
.asya-search-grid .media-fallback::before{
  content:"Görsel hazırlanıyor";color:rgba(255,255,255,.58);font-weight:800;letter-spacing:.04em;font-size:13px;text-transform:uppercase;
}
.products-grid .product-body,
.asya-search-grid .product-body{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  padding:20px!important;
  gap:12px!important;
  min-height:0!important;
}
.products-grid .product-meta,
.asya-search-grid .product-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin:0!important;}
.products-grid .product-category,
.asya-search-grid .product-category{
  display:inline-flex!important;align-items:center!important;height:26px!important;padding:0 10px!important;border-radius:999px!important;
  background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.18)!important;color:rgba(255,255,255,.85)!important;
  font-size:11px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important;
}
.products-grid .product-stock,
.asya-search-grid .product-stock{
  height:26px!important;padding:0 10px!important;border-radius:999px!important;background:rgba(46,125,50,.15)!important;border:1px solid rgba(46,125,50,.3)!important;color:#66bb6a!important;font-size:11px!important;font-weight:800!important;display:inline-flex!important;align-items:center!important;white-space:nowrap!important;
}
.products-grid .product-stock.out-of-stock,
.asya-search-grid .product-stock.out-of-stock{
  background:rgba(229,57,53,.15)!important;border-color:rgba(229,57,53,.3)!important;color:#ef5350!important;
}
.products-grid .product-body h3,
.asya-search-grid .product-body h3{
  margin:0!important;color:#fff!important;font-size:clamp(20px,1.35vw,25px)!important;line-height:1.08!important;font-weight:900!important;letter-spacing:.01em!important;
  min-height:54px!important;max-height:54px!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;
}
.products-grid .product-body p,
.asya-search-grid .product-body p{
  margin:0!important;color:rgba(255,255,255,.66)!important;font-size:14px!important;line-height:1.45!important;min-height:40px!important;max-height:40px!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;
}
.products-grid .product-specs,
.asya-search-grid .product-specs{display:none!important;}
.catalog-tech-icons{
  display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin:2px 0 0!important;
}
.catalog-tech-chip{
  min-width:0!important;display:flex!important;align-items:center!important;gap:8px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:13px!important;background:rgba(255,255,255,.045)!important;padding:9px 9px!important;color:#fff!important;
}
.catalog-tech-chip i{width:18px!important;height:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#ff2a30!important;font-size:14px!important;flex:0 0 18px!important;}
.catalog-tech-chip span{font-size:12px!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1!important;}
.products-grid .product-bottom,
.asya-search-grid .product-bottom{
  margin-top:auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important;padding-top:14px!important;border-top:1px solid rgba(255,255,255,.08)!important;min-height:58px!important;
}
.products-grid .product-price,
.asya-search-grid .product-price{color:#fff!important;font-size:clamp(18px,1.18vw,22px)!important;line-height:1!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.products-grid .product-actions .add-cart,
.asya-search-grid .product-actions .add-cart{
  min-width:118px!important;height:44px!important;border-radius:12px!important;background:#ff1e24!important;color:#fff!important;border:0!important;text-decoration:none!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 15px!important;box-shadow:0 14px 28px rgba(255,30,36,.26)!important;transition:transform .22s ease,box-shadow .22s ease,background .22s ease!important;
}
.products-grid .product-actions .add-cart:hover,
.asya-search-grid .product-actions .add-cart:hover{transform:translateY(-2px)!important;background:#ff3036!important;box-shadow:0 18px 34px rgba(255,30,36,.34)!important;}
.products-grid .product-actions .add-cart span,
.asya-search-grid .product-actions .add-cart span{font-size:12px!important;font-weight:950!important;letter-spacing:.04em!important;white-space:nowrap!important;}
@media(max-width:760px){
  .products-grid .product-card,.asya-search-grid .product-card{min-height:400px!important;border-radius:18px!important;}
  .products-grid .product-media,.asya-search-grid .product-media{height:170px!important;min-height:170px!important;flex-basis:170px!important;}
  .catalog-tech-icons{grid-template-columns:1fr!important;}
  .products-grid .product-bottom,.asya-search-grid .product-bottom{grid-template-columns:1fr!important;}
  .products-grid .product-actions .add-cart,.asya-search-grid .product-actions .add-cart{width:100%!important;}
}

/* ===== Inline style block 34 ===== */
.products-page .products-grid,.asya-products-modern .products-grid{align-items:stretch!important;grid-auto-rows:1fr!important}.products-page .product-card,.asya-products-modern .product-card{height:100%!important;min-height:392px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:14px!important;transform:translateZ(0)!important;transition:transform .28s cubic-bezier(.2,.8,.2,1),border-color .28s ease,box-shadow .28s ease,background .28s ease!important}.products-page .product-card::before,.asya-products-modern .product-card::before{opacity:.45!important;transition:opacity .28s ease!important}.products-page .product-card::after,.asya-products-modern .product-card::after{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;z-index:2!important;background:linear-gradient(115deg,transparent 0%,transparent 42%,rgba(255,255,255,.12) 50%,transparent 58%,transparent 100%)!important;transform:translateX(-130%)!important;transition:transform .65s ease!important}.products-page .product-card:hover,.asya-products-modern .product-card:hover{transform:translateY(-5px) translateZ(0)!important;border-color:rgba(255,30,36,.48)!important;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(8,17,31,.98))!important;box-shadow:0 18px 44px rgba(0,0,0,.38),0 0 28px rgba(255,30,36,.14)!important}.products-page .product-card:hover::before,.asya-products-modern .product-card:hover::before{opacity:.95!important}.products-page .product-card:hover::after,.asya-products-modern .product-card:hover::after{transform:translateX(130%)!important}.products-page .product-media,.asya-products-modern .product-media{height:154px!important;min-height:154px!important;flex:0 0 154px!important}.products-page .product-media img,.asya-products-modern .product-media img{transition:transform .35s cubic-bezier(.2,.8,.2,1),filter .35s ease!important}.products-page .product-card:hover .product-media img,.asya-products-modern .product-card:hover .product-media img{transform:scale(1.035)!important;filter:brightness(1.02) contrast(1.05)!important}.products-page .product-body,.asya-products-modern .product-body{flex:1 1 auto!important;min-height:238px!important;display:flex!important;flex-direction:column!important;min-width:0!important;overflow:hidden!important}.products-page .product-body h3,.asya-products-modern .product-body h3{min-height:42px!important;max-height:42px!important;overflow:hidden!important}.products-page .product-body p,.asya-products-modern .product-body p{min-height:36px!important;max-height:36px!important;overflow:hidden!important}.products-page .product-specs,.asya-products-modern .product-specs{min-height:48px!important;max-height:48px!important;overflow:hidden!important;align-content:flex-start!important;min-width:0!important}.products-page .product-specs li,.asya-products-modern .product-specs li{max-width:100%!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.products-page .product-bottom,.asya-products-modern .product-bottom{margin-top:auto!important;min-height:46px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;overflow:visible!important}.products-page .product-price,.asya-products-modern .product-price{min-width:0!important;max-width:100%!important;overflow:visible!important;white-space:normal!important;font-size:clamp(16px,1.18vw,20px)!important;line-height:.95!important;letter-spacing:0!important}.products-page .product-actions,.asya-products-modern .product-actions{min-width:0!important;overflow:visible!important}.products-page .product-actions .add-cart,.asya-products-modern .product-actions .add-cart{min-width:92px!important;height:42px!important;padding:0 12px!important;flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:9px!important;background:#ff1e24!important;box-shadow:0 12px 24px rgba(255,30,36,.24)!important}.products-page .product-actions .add-cart span,.asya-products-modern .product-actions .add-cart span{font-size:13px!important;white-space:nowrap!important}.products-page .product-actions .add-cart:hover,.asya-products-modern .product-actions .add-cart:hover{transform:translateY(-2px)!important;background:#ff2b30!important;box-shadow:0 16px 30px rgba(255,30,36,.32)!important}@media(max-width:1280px){.products-page .product-price,.asya-products-modern .product-price{font-size:17px!important}.products-page .product-actions .add-cart,.asya-products-modern .product-actions .add-cart{min-width:88px!important;padding:0 10px!important}.products-page .product-actions .add-cart span,.asya-products-modern .product-actions .add-cart span{font-size:12px!important}}@media(max-width:560px){.products-page .product-card,.asya-products-modern .product-card{min-height:0!important}.products-page .product-bottom,.asya-products-modern .product-bottom{grid-template-columns:1fr!important;align-items:start!important}.products-page .product-actions .add-cart,.asya-products-modern .product-actions .add-cart{width:100%!important;min-width:0!important}}

/* ===== Inline style block 35 ===== */
/* Product listing title size fix - applied intentionally after all previous card styles */
.products-page .products-grid .product-card .product-body h3,
.products-page .products-grid .product-card h3,
.products-page .asya-search-grid .product-card .product-body h3,
.products-page .asya-search-grid .product-card h3,
.asya-products-modern .product-card .product-body h3,
.asya-products-modern .product-card h3,
.products-grid .product-card .product-title,
.products-grid .product-card .product-name,
.asya-search-grid .product-card .product-title,
.asya-search-grid .product-card .product-name{
  font-size:clamp(14px,.95vw,17px)!important;
  line-height:1.28!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  min-height:36px!important;
  max-height:44px!important;
  margin:8px 0 7px!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
}
@media(max-width:760px){
  .products-page .products-grid .product-card .product-body h3,
  .products-page .products-grid .product-card h3,
  .products-page .asya-search-grid .product-card .product-body h3,
  .products-page .asya-search-grid .product-card h3,
  .asya-products-modern .product-card .product-body h3,
  .asya-products-modern .product-card h3{
    font-size:15px!important;
    min-height:34px!important;
    max-height:40px!important;
  }
}

/* === ASYA MOBILE PRODUCT LIST COMPACT v1 === */
@media (max-width: 620px){
  body.products-page .products-section{padding-top:18px!important;}
  body.products-page .asya-products-shell{gap:12px!important;}
  body.products-page .product-toolbar{margin-bottom:12px!important;}
  body.products-page .products-grid,
  body.products-page .asya-products-modern .products-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  body.products-page .products-grid .product-card,
  body.products-page .asya-products-modern .product-card{
    min-height:0!important;
    border-radius:12px!important;
    display:grid!important;
    grid-template-columns:112px minmax(0,1fr)!important;
    gap:0!important;
    align-items:stretch!important;
  }
  body.products-page .products-grid .product-media,
  body.products-page .asya-products-modern .product-media{
    height:100%!important;
    min-height:132px!important;
    flex:0 0 auto!important;
    border-radius:12px 0 0 12px!important;
  }
  body.products-page .products-grid .product-media img,
  body.products-page .asya-products-modern .product-media img{
    max-width:92%!important;
    max-height:112px!important;
    object-fit:contain!important;
    padding:8px!important;
  }
  body.products-page .products-grid .product-body,
  body.products-page .asya-products-modern .product-body{
    min-height:0!important;
    padding:11px 12px!important;
  }
  body.products-page .products-grid .product-meta,
  body.products-page .asya-products-modern .product-meta{
    margin-bottom:5px!important;
    gap:5px!important;
  }
  body.products-page .products-grid .product-category,
  body.products-page .products-grid .product-stock,
  body.products-page .asya-products-modern .product-category,
  body.products-page .asya-products-modern .product-stock{
    font-size:10px!important;
    padding:4px 6px!important;
    border-radius:999px!important;
    line-height:1!important;
  }
  body.products-page .products-grid .product-body h3,
  body.products-page .asya-products-modern .product-body h3{
    min-height:0!important;
    max-height:36px!important;
    font-size:14px!important;
    line-height:1.25!important;
    margin:0 0 5px!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    white-space:normal!important;
  }
  body.products-page .products-grid .product-body p,
  body.products-page .asya-products-modern .product-body p{
    min-height:0!important;
    max-height:32px!important;
    font-size:12px!important;
    line-height:1.35!important;
    margin:0 0 7px!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
  }
  body.products-page .products-grid .product-specs,
  body.products-page .asya-products-modern .product-specs,
  body.products-page .product-card-highlights{
    display:none!important;
  }
  body.products-page .products-grid .product-bottom,
  body.products-page .asya-products-modern .product-bottom{
    grid-template-columns:1fr auto!important;
    gap:8px!important;
    min-height:34px!important;
    margin-top:auto!important;
    align-items:center!important;
  }
  body.products-page .products-grid .product-price,
  body.products-page .asya-products-modern .product-price{
    font-size:15px!important;
    line-height:1!important;
  }
  body.products-page .products-grid .product-actions .add-cart,
  body.products-page .asya-products-modern .product-actions .add-cart{
    width:auto!important;
    min-width:42px!important;
    height:34px!important;
    padding:0 10px!important;
    border-radius:8px!important;
  }
  body.products-page .products-grid .product-actions .add-cart span,
  body.products-page .asya-products-modern .product-actions .add-cart span{
    font-size:0!important;
  }
  body.products-page .products-grid .product-actions .add-cart i,
  body.products-page .asya-products-modern .product-actions .add-cart i{
    font-size:14px!important;
    margin:0!important;
  }
}
@media (max-width: 380px){
  body.products-page .products-grid .product-card,
  body.products-page .asya-products-modern .product-card{grid-template-columns:96px minmax(0,1fr)!important;}
  body.products-page .products-grid .product-media,
  body.products-page .asya-products-modern .product-media{min-height:124px!important;}
  body.products-page .products-grid .product-body,
  body.products-page .asya-products-modern .product-body{padding:10px!important;}
}

/* =====================================================
   ASYA modern white/dark product filter refresh
   Desktop: clean white card on dark product area
   Mobile: compact premium dark bottom sheet
===================================================== */
body.products-page .asya-products-shell{
  align-items:start!important;
}
body.products-page .asya-filter-sidebar{
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;
  border:1px solid rgba(15,23,42,.10)!important;
  border-radius:24px!important;
  box-shadow:0 24px 70px rgba(2,6,23,.18),0 1px 0 rgba(255,255,255,.9) inset!important;
  color:#0f172a!important;
  overflow:hidden!important;
  padding:0!important;
}
body.products-page .asya-filter-sidebar .filter-card{
  background:transparent!important;
  border:0!important;
  border-radius:24px!important;
  box-shadow:none!important;
  color:#0f172a!important;
  padding:18px!important;
}
body.products-page .asya-filter-sidebar h3{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:-18px -18px 16px!important;
  padding:18px 18px 16px!important;
  background:linear-gradient(135deg,#07111f 0%,#111827 58%,#1f2937 100%)!important;
  color:#fff!important;
  font-family:Rajdhani,Arial,sans-serif!important;
  font-size:24px!important;
  font-weight:900!important;
  letter-spacing:.03em!important;
  line-height:1!important;
}
body.products-page .asya-filter-sidebar h3::after{
  content:""!important;
  width:36px!important;
  height:36px!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.10)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)!important;
}
body.products-page .asya-filter-sidebar .filter-block{
  border-top:1px solid #e5eaf1!important;
  margin:0!important;
  padding:16px 0!important;
}
body.products-page .asya-filter-sidebar .filter-block:first-of-type{
  border-top:0!important;
  padding-top:2px!important;
}
body.products-page .asya-filter-sidebar .filter-block strong{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 0 10px!important;
  color:#475569!important;
  font-family:Rajdhani,Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
body.products-page .asya-filter-sidebar .filter-block strong::before{
  content:""!important;
  width:6px!important;
  height:6px!important;
  border-radius:999px!important;
  background:#e11d2e!important;
  box-shadow:0 0 0 4px rgba(225,29,46,.10)!important;
}
body.products-page .asya-filter-sidebar .side-filter,
body.products-page .asya-filter-sidebar .side-check{
  min-height:40px!important;
  margin:4px 0!important;
  padding:8px 10px!important;
  border:1px solid transparent!important;
  border-radius:14px!important;
  background:transparent!important;
  color:#263244!important;
  box-shadow:none!important;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease!important;
}
body.products-page .asya-filter-sidebar .side-filter + .side-filter,
body.products-page .asya-filter-sidebar .side-check + .side-check{
  border-top:1px solid transparent!important;
}
body.products-page .asya-filter-sidebar .side-filter::after{display:none!important;}
body.products-page .asya-filter-sidebar .side-filter:hover,
body.products-page .asya-filter-sidebar .side-check:hover{
  background:#f1f5f9!important;
  border-color:#e2e8f0!important;
  color:#0f172a!important;
  transform:translateX(2px)!important;
}
body.products-page .asya-filter-sidebar .side-filter.is-active{
  background:linear-gradient(135deg,#111827 0%,#1f2937 100%)!important;
  border-color:rgba(225,29,46,.34)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(15,23,42,.20)!important;
}
body.products-page .asya-filter-sidebar .side-filter .filter-left{
  gap:9px!important;
}
body.products-page .asya-filter-sidebar .side-filter .cat-icon{
  width:24px!important;
  height:24px!important;
  flex:0 0 24px!important;
  border-radius:10px!important;
  background:#eef2f7!important;
  color:#64748b!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
body.products-page .asya-filter-sidebar .side-filter .cat-icon i{
  color:inherit!important;
  font-size:12px!important;
}
body.products-page .asya-filter-sidebar .side-filter.is-active .cat-icon{
  background:#e11d2e!important;
  color:#fff!important;
}
body.products-page .asya-filter-sidebar .side-filter .cat-label{
  color:inherit!important;
  font-size:13px!important;
  font-weight:800!important;
}
body.products-page .asya-filter-sidebar .side-filter b,
body.products-page .asya-filter-sidebar .side-check b{
  min-width:26px!important;
  height:22px!important;
  border-radius:999px!important;
  background:#edf2f7!important;
  color:#64748b!important;
  font-size:11px!important;
  font-weight:900!important;
}
body.products-page .asya-filter-sidebar .side-filter.is-active b{
  background:rgba(255,255,255,.13)!important;
  color:#fff!important;
}
body.products-page .asya-filter-sidebar .side-filter.is-depth-1,
body.products-page .asya-filter-sidebar .side-filter.is-depth-2,
body.products-page .asya-filter-sidebar .side-filter.is-depth-3{
  border-radius:12px!important;
}
body.products-page .asya-filter-sidebar .asya-clear-filters{
  height:44px!important;
  margin-top:12px!important;
  border:0!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#e11d2e,#ff3144)!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(225,29,46,.20)!important;
}
body.products-page .asya-filter-sidebar .asya-clear-filters:hover{
  background:linear-gradient(135deg,#111827,#1f2937)!important;
  color:#fff!important;
}
body.products-page .asya-mobile-filter-toggle{
  border:1px solid rgba(15,23,42,.10)!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#ffffff,#f8fafc)!important;
  color:#111827!important;
  box-shadow:0 10px 24px rgba(15,23,42,.08)!important;
}
body.products-page .asya-mobile-filter-toggle i{color:#e11d2e!important;}
@media(max-width:900px){
  body.products-page .asya-filter-sidebar{
    position:fixed!important;
    left:10px!important;
    right:10px!important;
    top:auto!important;
    bottom:10px!important;
    width:auto!important;
    max-width:none!important;
    max-height:min(76vh,620px)!important;
    overflow:auto!important;
    border-radius:24px!important;
    transform:translateY(112%)!important;
    opacity:0!important;
    pointer-events:none!important;
    z-index:9999!important;
    transition:transform .24s ease,opacity .2s ease!important;
  }
  body.products-page .asya-filter-sidebar.open,
  body.products-page .asya-filter-sidebar.is-open{
    transform:translateY(0)!important;
    opacity:1!important;
    pointer-events:auto!important;
  }
  body.products-page .asya-filter-sidebar .filter-card{padding:14px!important;}
  body.products-page .asya-filter-sidebar h3{
    margin:-14px -14px 12px!important;
    padding:15px 15px 13px!important;
    font-size:21px!important;
  }
  body.products-page .asya-filter-sidebar .filter-block{padding:12px 0!important;}
  body.products-page .asya-filter-sidebar .side-filter,
  body.products-page .asya-filter-sidebar .side-check{min-height:36px!important;padding:7px 9px!important;border-radius:12px!important;}
  body.products-page .asya-filter-sidebar .cat-label{font-size:12.5px!important;}
}
/* ===== ÜRÜN İSMİ RENK ===== */
.products-page .products-grid .product-card h3,
.products-page .asya-search-grid .product-card h3,
.asya-products-modern .product-card h3,
.products-grid .product-card h3 {
  color: #9aa3b0 !important;
}

/* ===== STOKTAKILER BUTONU ===== */
.asya-instock-btn {
  height: 42px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.06) !important;
  color: rgba(255,255,255,.8) !important;
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  transition: .22s ease !important;
  white-space: nowrap !important;
}
.asya-instock-btn:hover {
  border-color: #66bb6a !important;
  color: #66bb6a !important;
  background: rgba(46,125,50,.12) !important;
}
.asya-instock-btn.is-active {
  background: rgba(46,125,50,.18) !important;
  border-color: #66bb6a !important;
  color: #66bb6a !important;
  box-shadow: 0 0 14px rgba(46,125,50,.2) !important;
}

/* ===== TOOLBAR LAYOUT FIX ===== */
.product-toolbar-top {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
}
.product-toolbar-top .product-search {
  flex: 1 !important;
  margin: 0 !important;
}
.product-toolbar-top .product-toolbar-right {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-shrink: 0 !important;
}