.product-category-panel { margin-bottom: 28px; }
.product-category-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:20px; }
.product-category-heading h2 { margin:6px 0 0; }
.product-category-count { padding:8px 16px; border-radius:24px; background:#faeaf2; color:#773455; white-space:nowrap; font-size:14px; }
.product-category-tags { display:flex; gap:12px; flex-wrap:wrap; margin:18px 0 24px; }
.product-category-tags a { display:grid; grid-template-columns:1fr auto; gap:4px 20px; padding:14px 18px; background:white; border:1px solid #f1dce7; border-radius:16px; color:#5b193c; text-decoration:none; }
.product-category-tags a:hover { border-color:#e96c98; background:#fff7fb; }
.product-category-tags small { grid-column:1; color:#87717d; }
.product-category-edit-label { grid-column:2; grid-row:1 / 3; align-self:center; color:#cf4b7f; font-size:12px; }
.product-category-form { display:flex; gap:14px; align-items:flex-end; flex-wrap:wrap; }
.product-category-form .admin-field { flex:1 1 240px; }
.product-category-form .btn { margin:0; min-height:54px; }
.product-category-filter { display:flex; gap:12px; align-items:flex-end; flex-wrap:wrap; margin:26px 0 20px; scroll-margin-top:24px; }
.product-category-filter .admin-field { flex:1 1 240px; max-width:460px; }
.product-category-filter .btn { margin:0; }
.product-category-quick { display:flex; align-items:center; gap:6px; margin-top:12px; max-width:300px; }
.product-category-quick select { min-width:110px; width:100%; padding:8px 10px; font-size:13px; border:1px solid #ead4e0; border-radius:10px; background:#fff; }
.product-category-quick button { flex:none; padding:8px 12px; border:0; border-radius:10px; background:#fae7ef; color:#86264f; font:inherit; font-size:13px; font-weight:600; cursor:pointer; }
.product-category-quick .sr-only { position:absolute; width:1px; height:1px; padding:0; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; }
.product-category-nav { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; margin:0 0 40px; }
.product-category-nav a { padding:12px 24px; border:1px solid #eccedc; border-radius:30px; color:#6a2b54; background:#fff; font-weight:600; text-decoration:none; transition:background .2s; }
.product-category-nav a:hover { background:#fff0f6; }
.product-category-nav a[aria-current="page"] { background:#6a2b54; color:white; border-color:#6a2b54; }
.product-category-group { margin-bottom:56px; }
.product-category-group:last-child { margin-bottom:0; }
.product-category-group-heading { display:flex; align-items:center; gap:16px; margin-bottom:24px; }
.product-category-group-heading h2 { margin:0; color:#6a2b54; font-size:clamp(23px,3vw,32px); }
.product-category-group-heading::after { content:""; height:1px; flex:1; background:#ecd9e2; }
.product-category-group-heading span { background:#f9eaf1; color:#6a2b54; padding:4px 12px; border-radius:24px; font-size:14px; }
@media(max-width:640px) {
 .product-category-heading { align-items:flex-start; }
 .product-category-count { font-size:12px; padding:6px 10px; }
 .product-category-form .admin-field { flex-basis:100%; }
 .product-category-filter .admin-field { max-width:none; flex-basis:100%; }
 .product-category-nav { gap:8px; }
 .product-category-nav a { padding:9px 15px; font-size:14px; }
}
