.page-shell{padding-bottom:20px}
.search-box-wrapper{margin-bottom:15px}
.select2-container .select2-selection--single{height:44px!important;padding:7px 10px;border:1px solid #d1d5db;border-radius:9px}
.select2-selection__rendered{line-height:27px!important}
.select2-selection__arrow{height:40px!important}

.layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:18px;align-items:start}
.filters{position:sticky;top:76px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:12px}
.filters h2{margin:0 0 14px;font-size:17px}
.filter{margin-bottom:14px}
.filter>label{display:block;margin-bottom:6px;font-size:13px;font-weight:700}
.filter input,.filter select{width:100%;padding:9px 10px;border:1px solid #d1d5db;border-radius:8px;background:#fff}
.filter-row{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.checkbox-group{max-height:240px;overflow:auto;padding:5px;border:1px solid #d1d5db;border-radius:9px;background:#fff}
.checkbox-group--compact{max-height:180px}
.checkbox-row{display:flex;align-items:center;gap:8px;padding:7px 8px;border-radius:7px;cursor:pointer}
.checkbox-row:hover{background:var(--soft)}
.checkbox-row input{width:16px;height:16px;margin:0;accent-color:var(--brand)}
.checkbox-row.is-filtered-out,.checkbox-row[hidden]{display:none!important}
.brand-search-input{margin-bottom:7px}
.brand-search-empty{padding:7px 3px;color:var(--muted);font-size:12px}
.filter-accordion{margin:12px 0;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}
.filter-accordion summary{position:relative;display:flex;flex-direction:column;padding:11px 34px 11px 11px;cursor:pointer;list-style:none;background:var(--soft)}
.filter-accordion summary::-webkit-details-marker{display:none}
.filter-accordion summary:after{content:"⌄";position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:18px;color:var(--brand)}
.filter-accordion[open] summary:after{transform:translateY(-50%) rotate(180deg)}
.filter-accordion summary span{font-weight:750}
.filter-accordion summary small{color:var(--muted)}
.filter-accordion-content{padding:11px}
.filter-submit-button{width:100%;padding:10px;border:0;border-radius:8px;background:var(--brand);color:#fff;font-weight:800;cursor:pointer}
.filter-toggle{display:none;margin-bottom:12px;padding:9px 12px;border:0;border-radius:8px;background:var(--brand);color:#fff;font-weight:750}
.results-meta{display:flex;gap:5px;margin:2px 0 10px;color:var(--muted)}

.oven-list{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:11px}
.oven-row{display:grid;grid-template-columns:minmax(300px,2fr) 120px 90px 90px 85px;align-items:center;border-bottom:1px solid var(--line)}
.oven-row:last-child{border-bottom:0}
.oven-row--head{background:var(--soft);font-size:13px;font-weight:700}
.oven-row>div{padding:10px 12px}
.product-cell{display:flex;align-items:center;gap:11px;min-width:0}
.product-thumb{display:flex;flex:0 0 72px;width:72px;height:88px;align-items:center;justify-content:center}
.product-thumb img{max-height:100%;object-fit:contain}
.product-name{display:block;font-weight:800;line-height:1.3}
.product-name:hover{color:var(--brand)}
.product-type{display:inline-block;margin-top:4px;padding:2px 7px;border-radius:999px;background:#f3f4f6;color:#4b5563;font-size:11px}
.compare-toggle{display:flex;align-items:center;gap:5px;margin-top:6px;padding:0;border:0;background:none;color:#4b5563;cursor:pointer;font-size:12px}
.compare-toggle span{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;border-radius:50%;background:var(--brand);color:#fff;font-weight:800}
.compare-toggle.is-active{color:#15803d;font-weight:700}
.compare-toggle.is-active span{background:#15803d}
.price-cell{font-weight:800}
.feature-chip{display:inline-block;padding:4px 7px;border-radius:7px;background:var(--brand-weak);color:var(--brand-dark);font-weight:700}
.sort-link{display:inline-flex;align-items:center;gap:4px}
.sort-icon{opacity:.25}
.sort-icon.active{opacity:1;color:var(--brand)}
.pager{display:flex;justify-content:center;gap:6px;margin-top:17px}
.pager a{display:flex;min-width:34px;height:34px;align-items:center;justify-content:center;padding:0 8px;background:#fff;border:1px solid var(--line);border-radius:8px}
.pager a.active{background:var(--brand);border-color:var(--brand);color:#fff}
.seo-copy{margin-top:36px;padding:22px;background:#fff;border:1px solid var(--line);border-radius:12px}
.seo-copy h2{margin-top:0}

@media(max-width:980px){
  .layout{grid-template-columns:1fr}
  .filter-toggle{display:inline-block}
  .filters{display:none;position:static}
  .filters.is-open{display:block}
}
@media(max-width:760px){
  .oven-list{overflow:auto}
  .oven-row{min-width:760px}
}
