.product-finder{--finder-radius: 1.6rem;--finder-bg: rgb(var(--color-background));--finder-border: rgb(var(--color-foreground), .1)}.product-finder__container{background:var(--finder-bg);border:1px solid var(--finder-border);border-radius:var(--finder-radius);padding:3rem}.product-finder__heading{margin:0 0 2.5rem;font-weight:var(--font-heading-weight-bold)}.product-finder__steps{display:flex;gap:1.2rem;align-items:flex-start}.product-finder__step{flex:1;min-width:0;position:relative}.product-finder__step-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.2rem 1.6rem;border:1px solid var(--finder-border);border-radius:1rem;background:var(--finder-bg);cursor:pointer;font-size:1.4rem;font-family:inherit;color:rgb(var(--color-foreground),.5);transition:border-color .2s ease,background-color .2s ease;gap:.8rem;white-space:nowrap}.product-finder__step-btn:hover{border-color:rgb(var(--color-foreground),.3)}.product-finder__step-btn.is-active{border-color:rgb(var(--color-foreground),.6);color:rgb(var(--color-foreground))}.product-finder__step-btn.has-value{color:rgb(var(--color-foreground))}.product-finder__step-btn-label{overflow:hidden;text-overflow:ellipsis}.product-finder__step-btn-icon{width:1.2rem;height:1.2rem;flex-shrink:0;transition:transform .2s ease}.product-finder__step-btn.is-active .product-finder__step-btn-icon{transform:rotate(180deg)}.product-finder__search-btn{flex-shrink:0;padding:1.2rem 2.4rem;border:none;border-radius:1rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1.4rem;font-family:inherit;font-weight:var(--font-body-weight-bold);cursor:pointer;transition:opacity .2s ease;white-space:nowrap}.product-finder__search-btn:hover{opacity:.85}.product-finder__search-btn:disabled{opacity:.4;cursor:not-allowed}.product-finder__options{position:absolute;top:calc(100% + .8rem);left:0;min-width:100%;max-width:min(40rem,90vw);max-height:30rem;overflow-y:auto;padding:1.6rem;background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground),.1);border-radius:1.2rem;box-shadow:0 4px 20px rgb(var(--color-foreground),.08);z-index:10;opacity:0;transform:translateY(-.8rem);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.product-finder__options.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.product-finder__options-list{display:flex;flex-wrap:wrap;gap:.8rem;list-style:none;padding:0;margin:0}.product-finder__loading,.product-finder__no-options{font-size:1.3rem;color:rgb(var(--color-foreground),.4)}.product-finder__option{display:inline-flex;align-items:center;padding:.6rem 1.4rem;border:1px solid rgb(var(--color-foreground),.15);border-radius:9999px;background:var(--finder-bg);cursor:pointer;font-size:1.3rem;color:rgb(var(--color-foreground),.8);transition:border-color .2s ease,background-color .2s ease;white-space:nowrap}.product-finder__option:hover{border-color:rgb(var(--color-foreground),.5)}.product-finder__option.is-selected{border-color:rgb(var(--color-foreground),.8);background:rgb(var(--color-foreground),.06);font-weight:var(--font-body-weight-bold);color:rgb(var(--color-foreground))}@media screen and (max-width:749px){.product-finder__container{padding:2rem 1.5rem}.product-finder__steps{flex-direction:column;gap:1rem}.product-finder__step{width:100%}.product-finder__options{left:0;right:0;min-width:auto;max-width:none}.product-finder__search-btn{width:100%;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/section-product-finder.css.map */
