/* BidLira V517 - Ürünler sayfası kademeli kategori / alt kategori / oda filtresi */
.product-section-v253 .products-filter-shell-v517{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  margin-bottom:12px!important;
}
.products-taxonomy-flow-v517{
  display:grid;
  gap:12px;
  padding:14px;
  border:1px solid color-mix(in srgb,var(--line) 78%,var(--mustard) 22%);
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0,color-mix(in srgb,var(--green) 7%,transparent),transparent 34%),
    color-mix(in srgb,var(--surface) 82%,transparent);
  box-shadow:0 10px 28px rgba(54,41,21,.055);
}
.products-taxonomy-head-v517{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:0 2px;
}
.products-taxonomy-head-v517>div{display:grid;gap:2px}
.products-taxonomy-head-v517 span{
  color:color-mix(in srgb,var(--mustard) 76%,#000 24%);
  font-size:10px;
  font-weight:1000;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.products-taxonomy-head-v517 b{font-size:17px;letter-spacing:-.025em;color:var(--ink)}
.products-taxonomy-head-v517 small{color:var(--muted);font-size:12px;font-weight:760}
.products-taxonomy-head-v517>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 13px;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--surface);
  color:var(--ink);
  font-size:12px;
  font-weight:950;
  white-space:nowrap;
}
.products-taxonomy-steps-v517{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.products-taxonomy-step-v517{
  position:relative;
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  grid-template-areas:"number copy" "select select";
  align-items:center;
  gap:8px 10px;
  min-width:0;
  padding:11px;
  border:1px solid color-mix(in srgb,var(--line) 84%,var(--mustard) 16%);
  border-radius:17px;
  background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface-2) 42%,var(--surface) 58%));
  box-shadow:0 7px 18px rgba(54,41,21,.04);
  transition:border-color .16s ease,box-shadow .16s ease,opacity .16s ease;
}
.products-taxonomy-step-v517:not(:last-child):after{
  content:"›";
  position:absolute;
  right:-10px;
  top:23px;
  z-index:3;
  width:19px;
  height:19px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--surface);
  color:var(--mustard);
  font-weight:1000;
  line-height:1;
}
.products-taxonomy-step-v517.is-selected{
  border-color:color-mix(in srgb,var(--green) 55%,var(--line) 45%);
  box-shadow:0 10px 22px color-mix(in srgb,var(--green) 10%,transparent);
}
.products-taxonomy-step-v517.is-disabled{
  opacity:.62;
  background:color-mix(in srgb,var(--surface-2) 58%,var(--surface) 42%);
}
.products-taxonomy-number-v517{
  grid-area:number;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:color-mix(in srgb,var(--mustard) 18%,var(--surface) 82%);
  color:color-mix(in srgb,var(--mustard) 76%,#000 24%);
  font-size:14px;
  font-weight:1000;
}
.products-taxonomy-step-v517.is-selected .products-taxonomy-number-v517{
  background:var(--green);
  color:#fff;
}
.products-taxonomy-copy-v517{grid-area:copy;display:grid;gap:2px;min-width:0}
.products-taxonomy-copy-v517 b{font-size:13px;color:var(--ink)}
.products-taxonomy-copy-v517 small{
  overflow:hidden;
  color:var(--muted);
  font-size:11px;
  font-weight:770;
  line-height:1.25;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.products-taxonomy-step-v517 select{
  grid-area:select;
  width:100%;
  min-width:0;
  min-height:42px;
  padding:0 38px 0 12px;
  border:1px solid color-mix(in srgb,var(--line) 82%,var(--green) 18%);
  border-radius:13px;
  background-color:var(--surface);
  color:var(--ink);
  font:inherit;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}
.products-taxonomy-step-v517 select:focus{
  outline:3px solid color-mix(in srgb,var(--green) 16%,transparent);
  border-color:var(--green);
}
.products-taxonomy-step-v517 select:disabled{cursor:not-allowed;color:var(--muted)}
.products-taxonomy-summary-v517{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:8px 12px;
  min-height:40px;
  padding:8px 11px;
  border:1px dashed color-mix(in srgb,var(--line) 76%,var(--green) 24%);
  border-radius:14px;
  background:color-mix(in srgb,var(--green) 5%,var(--surface) 95%);
}
.products-taxonomy-summary-v517 span{
  color:var(--muted);
  font-size:10px;
  font-weight:1000;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.products-taxonomy-summary-v517 b{min-width:0;overflow:hidden;color:var(--ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}
.products-taxonomy-summary-v517 small{color:var(--muted);font-size:11px;font-weight:760;text-align:right}
.product-section-v253 .products-status-filter-v517{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:9px 11px!important;
}
.product-section-v253 .products-status-filter-v517 .products-filter-title-v252{margin:0!important;white-space:nowrap}
.product-section-v253 .products-status-filter-v517 .product-mode-row{justify-content:flex-end}
@media(max-width:920px){
  .products-taxonomy-steps-v517{grid-template-columns:1fr}
  .products-taxonomy-step-v517:not(:last-child):after{content:"↓";right:auto;left:18px;top:auto;bottom:-15px}
  .products-taxonomy-summary-v517{grid-template-columns:1fr}
  .products-taxonomy-summary-v517 small{text-align:left}
  .product-section-v253 .products-status-filter-v517{align-items:flex-start;display:grid}
  .product-section-v253 .products-status-filter-v517 .product-mode-row{justify-content:flex-start}
}
@media(max-width:560px){
  .products-taxonomy-flow-v517{padding:11px;border-radius:18px}
  .products-taxonomy-head-v517{align-items:flex-start;display:grid}
  .products-taxonomy-head-v517>a{width:100%}
  .products-taxonomy-step-v517{padding:10px;border-radius:15px}
  .products-taxonomy-copy-v517 small{white-space:normal}
  .products-taxonomy-summary-v517 b{white-space:normal}
}
