.lps-filters{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:15px}.lps-filter{appearance:none;border:1px solid rgba(7,31,64,.12);background:#fff;color:var(--ink);border-radius:999px;min-height:38px;padding:0 13px;font-family:inherit;font-size:13px;font-weight:950;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:background .14s ease,color .14s ease,border-color .14s ease}.lps-filter span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#eef4ff;color:var(--navy)}.lps-filter.is-active{background:var(--navy);border-color:var(--navy);color:#fff}.lps-filter.is-active span{background:var(--lime);color:var(--navy)}.lps-choice-grid{margin-top:7px;display:grid;gap:6px}.lps-choice-grid .lps-card-cta{margin-top:0;margin-left:0}.lps-price.is-text-price strong{font-size:21px;line-height:1.08;white-space:normal;max-width:210px}@media (max-width:980px){.lps-choice-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.lps-choice-grid .lps-card-cta{margin-left:0}}@media (max-width:680px){.lps-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.lps-filters::-webkit-scrollbar{display:none}.lps-filter{flex:0 0 auto}.lps-price.is-text-price strong{font-size:20px}}@media (max-width:370px){.lps-choice-grid{grid-template-columns:1fr}}