.catalog-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:30px;align-items:start}.category-panel{background:#fffaf5;border:1px solid var(--line);padding:22px 16px;position:sticky;top:20px}.category-panel-head{padding:2px 6px 16px;border-bottom:1px solid var(--line)}.category-panel-head .eyebrow{margin-bottom:7px}.category-panel-head h3{font-size:18px;margin:0 0 3px}.category-panel-head span{color:var(--muted);font-size:10px}.category-panel .category-filters{display:flex;flex-direction:column;gap:5px;margin:17px 0 20px}.category-panel .category-filters button{width:100%;min-width:0;border:0;background:transparent;padding:11px 10px;display:flex;align-items:center;gap:9px;text-align:right;color:var(--muted);font-size:11px}.category-panel .category-filters button:after{content:none}.category-panel .category-filters button:hover{background:#f0e8df;color:var(--ink)}.category-panel .category-filters button.active{background:var(--ink);color:#fff}.category-panel .category-filters button i{width:17px;height:17px;stroke-width:1.7;flex:0 0 auto}.category-panel .category-filters button span{flex:1}.category-panel .category-filters button em{font-style:normal;font-size:9px;opacity:.65}.category-note{border-top:1px solid var(--line);padding:15px 7px 0;display:flex;align-items:center;gap:9px;color:var(--gold-dark);font-size:10px;line-height:1.7}.category-note i{width:17px;height:17px;stroke-width:1.7}.category-note b{color:var(--muted);font-weight:500}.catalog-results{min-width:0}.results-toolbar{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.results-summary .eyebrow{margin-bottom:4px}.results-summary strong{font-size:21px;display:inline-block;margin-left:10px}.results-summary>span{color:var(--muted);font-size:10px}.results-toolbar .toolbar{margin:0}.results-toolbar .search{width:250px}.catalog-results .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-results .product-card{box-shadow:0 3px 0 rgba(20,20,20,.02)}@media(max-width:850px){.catalog-layout{grid-template-columns:1fr;gap:21px}.category-panel{position:static;padding:18px 15px}.category-panel .category-filters{flex-direction:row;overflow-x:auto;flex-wrap:nowrap;margin-bottom:0;padding-bottom:2px}.category-panel .category-filters button{flex:0 0 auto;width:auto;min-width:118px}.category-note{display:none}.results-toolbar{align-items:stretch;flex-direction:column;gap:14px}.results-toolbar .toolbar{width:100%}.results-toolbar .search{width:100%}}@media(max-width:560px){.results-summary strong{font-size:19px}.catalog-results .product-grid{grid-template-columns:1fr}}
