.feature-explorer{padding:3.2rem 0 6rem;background:#f3f3f1}.feature-explorer__inner{display:grid;gap:2.4rem;width:min(calc(100% - 3rem),120rem);margin-right:auto;margin-left:auto}.feature-explorer__hero,.feature-explorer__category,.feature-explorer__subfilters,.feature-explorer__results{padding:2.8rem 3.2rem;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.08);border-radius:1.4rem;box-shadow:0 .4rem 1.6rem #0000000a}.feature-explorer__hero h1{margin:0;font-size:clamp(2.8rem,4vw,4.2rem);line-height:1.35}.feature-explorer__eyebrow,.feature-explorer__results-heading p{margin:0 0 .8rem;color:rgba(var(--color-foreground),.56);font-size:1.2rem;font-weight:700;letter-spacing:.12em}.feature-explorer__intro{max-width:82rem;margin-top:1.4rem;font-size:1.5rem;line-height:1.85}.feature-explorer__navigation{display:grid;gap:1.6rem}.feature-explorer__subfilters{scroll-margin-top:10rem}.feature-explorer__size-options{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem 0;margin-top:2rem}.feature-explorer__size-option{padding:0;color:rgb(var(--color-foreground));font:inherit;font-size:1.4rem;line-height:1.6;text-decoration:underline;text-underline-offset:.35rem;background:transparent;border:0;cursor:pointer}.feature-explorer__size-option:not(:last-child):after{content:"/";display:inline-block;margin:0 1rem;color:rgba(var(--color-foreground),.34);text-decoration:none}.feature-explorer__size-option[aria-pressed=true]{color:#183054;font-weight:700;text-decoration-thickness:.2rem}.feature-explorer__size-option small{color:rgba(var(--color-foreground),.56);font-size:1.1rem}.feature-explorer__category-heading{display:flex;gap:1.2rem;align-items:baseline;padding-bottom:1.2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.16)}.feature-explorer__category-heading p{margin:0;color:rgba(var(--color-foreground),.52);font-size:1.2rem;font-weight:700;letter-spacing:.1em}.feature-explorer__category-heading h2{margin:0;font-size:2rem}.feature-explorer__options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;margin-top:2rem}.feature-explorer__option{display:grid;grid-template-columns:6.4rem minmax(0,1fr);gap:1.2rem;align-items:center;min-height:8.8rem;padding:1.1rem;color:rgb(var(--color-foreground));text-align:left;background:#f7f7f5;border:.1rem solid rgba(var(--color-foreground),.1);border-radius:1rem;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.feature-explorer__option:hover,.feature-explorer__option[aria-pressed=true]{border-color:rgba(var(--color-foreground),.48);box-shadow:0 .6rem 1.6rem #00000014;transform:translateY(-.2rem)}.feature-explorer__option[aria-pressed=true]{outline:.2rem solid rgba(var(--color-foreground),.2);outline-offset:.2rem}.feature-explorer__option-media{width:6.4rem;height:6.4rem;overflow:hidden;background:rgba(var(--color-foreground),.05);border-radius:50%}.feature-explorer__option-media img{width:100%;height:100%;object-fit:cover}.feature-explorer__option-media--shape{display:grid;place-items:center;background:radial-gradient(circle at 30% 22%,rgba(255,255,255,.96),transparent 36%),linear-gradient(145deg,#faf8f3,#edf1ef);border:.1rem solid rgba(32,50,75,.1);border-radius:1.2rem}.feature-shape-icon{width:100%;height:100%;padding:.45rem;color:#20324b;overflow:visible}.feature-shape-icon__plate{fill:none;stroke:currentColor;stroke-dasharray:2 7;stroke-opacity:.12}.feature-shape-icon .shape-fill{fill:var(--shape-accent);stroke:currentColor;stroke-linejoin:round;stroke-width:2.2}.feature-shape-icon .shape-soft{fill:var(--shape-accent);opacity:.62;stroke:currentColor;stroke-linejoin:round;stroke-width:1.8}.feature-shape-icon .shape-line{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.feature-shape-icon .shape-hole{fill:#ffffffeb;stroke:currentColor;stroke-width:1.7}.feature-shape-icon__sparkle{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.4;opacity:.42}.feature-explorer__option-name,.feature-explorer__option-count{display:block}.feature-explorer__option-name{font-size:1.4rem;font-weight:700;line-height:1.45}.feature-explorer__option-count{margin-top:.4rem;color:rgba(var(--color-foreground),.58);font-size:1.2rem}.feature-explorer__results{scroll-margin-top:10rem}.feature-explorer__results-heading{display:flex;gap:1.6rem;align-items:flex-end;justify-content:space-between;padding-bottom:1.4rem;border-bottom:.1rem solid rgba(var(--color-foreground),.16)}.feature-explorer__results-heading h2{margin:0;font-size:2.2rem}.feature-explorer__reset{padding:.8rem 1.4rem;color:rgb(var(--color-foreground));font-size:1.3rem;background:transparent;border:.1rem solid rgba(var(--color-foreground),.28);border-radius:999px;cursor:pointer}.feature-explorer__products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;margin-top:2rem}.feature-explorer__product{display:grid;gap:1rem;min-width:0;padding:1.2rem;color:rgb(var(--color-foreground));text-decoration:none;background:#f7f7f5;border:.1rem solid rgba(var(--color-foreground),.1);border-radius:1rem}.feature-explorer__product-media{aspect-ratio:1;overflow:hidden;background:rgba(var(--color-foreground),.05);border-radius:.8rem}.feature-explorer__product-media img{width:100%;height:100%;object-fit:cover}.feature-explorer__product-title{margin:0;font-size:1.4rem;font-weight:600;line-height:1.5}.feature-explorer__product-price{margin:0;color:rgba(var(--color-foreground),.64);font-size:1.25rem}.feature-explorer__empty{margin:2rem 0 0;padding:2.4rem;text-align:center;background:#f7f7f5;border-radius:1rem}@media screen and (max-width:989px){.feature-explorer__options,.feature-explorer__products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.feature-explorer{padding-top:1.6rem}.feature-explorer__inner{gap:1rem;width:min(calc(100% - 2rem),120rem)}.feature-explorer__hero,.feature-explorer__category,.feature-explorer__subfilters,.feature-explorer__results{padding:2rem 1.6rem;border-radius:1rem}.feature-explorer__options,.feature-explorer__products{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-explorer__option{grid-template-columns:5.2rem minmax(0,1fr);gap:.9rem;min-height:7.2rem;padding:.9rem}.feature-explorer__option-media{width:5.2rem;height:5.2rem}.feature-explorer__results-heading{align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/19/compiled_assets/styles.css.map?subset=AAAAAAAAAIA */
