/* Ingredients page: two clear ingredient families */
.gka__filters{display:grid!important;grid-template-columns:repeat(2,minmax(240px,420px))!important;justify-content:center!important;gap:28px!important;overflow:visible!important;margin:0 auto 18px!important;max-width:900px!important}
.gka__filters button{width:100%!important;min-height:62px!important;font-size:11px!important;letter-spacing:.14em!important}
.gka__filter-notes{display:grid;grid-template-columns:repeat(2,minmax(240px,420px));justify-content:center;gap:28px;max-width:900px;margin:0 auto 42px}
.gka__filter-note{font:13px/1.7 Inter,sans-serif;color:rgba(247,242,232,.66);text-align:center;margin:0;padding:0 12px}
.gka__filter-note strong{display:none!important}
@media(max-width:650px){.gka__filters,.gka__filter-notes{grid-template-columns:1fr;gap:10px}.gka__filter-notes{display:none}.gka__filters button{min-height:56px}}
