.camera-features-horizontal-wrapper{width:100%;margin:2rem 0;padding:0;display:flex;flex-wrap:wrap;grid-column:1/-1;grid-row:2}.camera-features-horizontal{border:none;padding:0;margin:0}.camera-features-horizontal__heading{font-size:1.4rem;font-weight:600;margin-bottom:1.2rem;color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.05em}.camera-features-pills{display:flex;flex-wrap:wrap;gap:.8rem;padding:1rem 0;justify-content:center}.camera-features-pills--horizontal{padding:0;gap:1rem}.camera-feature-pill{display:flex;align-items:center;gap:.6rem;padding:.5rem 1rem;border-radius:28px;cursor:pointer;background:rgb(var(--color-background));border:2px solid rgb(var(--color-background));position:relative;justify-content:center;flex:1 0 calc(50% - 12px);min-height:40px}.camera-feature-pill input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.camera-feature-pill:focus-within{border-color:var(--black)}.camera-feature-pill input[type=checkbox]:checked+.camera-feature-pill__wrapper,.camera-feature-pill input[type=checkbox]:checked~.camera-feature-pill__content,.camera-feature-pill--active,.camera-feature-pill:has(input[type=checkbox]:checked){border:2px solid var(--green-70);background:#1df0BB0A}.camera-feature-pill input[type=checkbox]:checked+.camera-feature-pill__label,.camera-feature-pill input[type=checkbox]:checked~.camera-feature-pill__label,.camera-feature-pill--active .camera-feature-pill__label,.camera-feature-pill:has(input[type=checkbox]:checked) .camera-feature-pill__label{color:var(--green-90)}.camera-feature-pill input[type=checkbox]:checked+.camera-feature-pill__icon img,.camera-feature-pill input[type=checkbox]:checked~.camera-feature-pill__icon img,.camera-feature-pill--active .camera-feature-pill__icon img,.camera-feature-pill:has(input[type=checkbox]:checked) .camera-feature-pill__icon img{filter:brightness(0) saturate(100%) invert(25%) sepia(11%) saturate(4697%) hue-rotate(128deg) brightness(91%) contrast(96%)}.camera-feature-pill__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.camera-feature-pill__icon .metaobject-icon,.camera-feature-pill__icon img{max-width:20px;max-height:20px;width:auto;height:auto}.camera-feature-pill__label{font-size:1.2rem;line-height:14px;font-weight:600;color:rgb(var(--color-foreground));text-align:center}.camera-feature-pill--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@media screen and (min-width:750px){.camera-features-pills{gap:1.2rem;padding:1rem 0}.camera-feature-pill{padding:.5rem 1rem;gap:.8rem;max-width:160px;max-height:58px}.camera-feature-pill__label{font-size:1.4rem}}.facets__disclosure-vertical .camera-features-pills,.facets__display-vertical .camera-features-pills{padding:1.5rem 1.8rem}.mobile-facets__submenu .camera-features-pills{padding:2rem 1.2rem}.display-contents{display:contents}