/* =========================
   PRODUCTS PAGE TOOLBAR FINAL
   Sadece ürünler sayfasını etkiler
========================= */

.products-page .product-toolbar{
  width:100% !important;
  display:block !important;
  padding:20px 22px 22px !important;
  margin-bottom:30px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  background:rgba(255,255,255,.025) !important;
}

.products-page .product-toolbar-left{
  width:100% !important;
  display:block !important;
}

.products-page .product-search{
  width:100% !important;
  margin:0 0 16px !important;
  display:block !important;
}

.products-page .product-search input{
  width:100% !important;
  height:46px !important;
  display:block !important;
  padding:0 16px !important;
  border:1px solid rgba(255,255,255,.13) !important;
  background:rgba(255,255,255,.025) !important;
  color:#fff !important;
  outline:none !important;
}

.products-page .product-cats{
  width:100% !important;
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:12px !important;
}

.products-page .product-cats > *{
  flex:0 0 auto !important;
}

.products-page .product-cat{
  min-height:48px !important;
  padding:0 18px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  white-space:nowrap !important;
  line-height:1 !important;
}

.products-page .category-btn-wrap{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}

.products-page .camera-sub{
  display:none !important;
  position:absolute !important;
  top:100% !important;
  left:0 !important;
  min-width:220px !important;
  padding:12px !important;
  background:#071423 !important;
  border:1px solid rgba(255,255,255,.14) !important;
  z-index:9999 !important;
  flex-direction:column !important;
  gap:12px !important;
  box-shadow:0 18px 40px rgba(0,0,0,.35) !important;
}

.products-page .category-btn-wrap:hover .camera-sub,
.products-page .category-btn-wrap:focus-within .camera-sub{
  display:flex !important;
}

.products-page .camera-sub .product-sub-btn{
  width:100% !important;
  min-width:180px !important;
}

.products-page .product-toolbar-right{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
}

.products-page .products-grid{
  width:100% !important;
  margin-top:0 !important;
}

/* Mobilde düzgün alt alta akış */
@media(max-width:760px){
  .products-page .product-toolbar{
    padding:16px !important;
  }

  .products-page .product-cats{
    gap:10px !important;
  }

  .products-page .product-cat{
    min-height:44px !important;
    padding:0 14px !important;
    font-size:14px !important;
  }
}

/* ASYA final clean product filters */
.asya-products-breadcrumb{display:none!important;}
.side-price-row,.side-price-inputs{display:none!important;}
.side-filter-sub{padding-left:34px!important;font-size:13px!important;opacity:.9;}
.side-filter-sub span{width:7px!important;height:7px!important;}
.products-hidden-category-controller,.product-cats-wrapper,.product-cats{display:none!important;}

/* ===== DETAY SAYFASI STOK RENK ===== */
.detail-stock-pill {
  background: rgba(46, 125, 50, 0.15) !important;
  color: #66bb6a !important;
  border-color: rgba(46, 125, 50, 0.3) !important;
}
.detail-stock-pill.out-of-stock {
  background: rgba(229, 57, 53, 0.15) !important;
  color: #ef5350 !important;
  border-color: rgba(229, 57, 53, 0.3) !important;
}