.product-finder{margin-top:var(--space-md)}.product-finder [hidden]{display:none!important}.product-finder__prompt{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:1rem;border:1px solid color-mix(in srgb,var(--color-button) 24%,var(--color-border));border-radius:var(--radius-card);background:color-mix(in srgb,var(--color-button) 5%,var(--color-background))}.product-finder__prompt-icon{display:grid;place-items:center;width:2.75rem;height:2.75rem;color:var(--color-button);border-radius:50%;background:color-mix(in srgb,var(--color-button) 12%,var(--color-background))}.product-finder__prompt-icon svg{width:1.45rem}.product-finder__prompt-copy{display:grid;gap:.1rem;line-height:1.3}.product-finder__prompt-copy strong{font-size:.98rem}.product-finder__prompt-copy span{color:var(--color-foreground-subtle);font-size:.82rem}.product-finder__trigger{min-height:42px;padding:.72rem 1rem;white-space:nowrap}.product-finder-modal{position:fixed;top:0;right:0;bottom:0;left:0;width:min(70rem,calc(100% - 2rem));max-width:none;max-height:min(90vh,52rem);margin:auto;padding:0;color:var(--color-foreground);border:0;border-radius:calc(var(--radius-card) + 4px);background:var(--color-background);box-shadow:0 28px 80px #030a2047;overflow:hidden}.product-finder-modal::backdrop{background:#060d23b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.product-finder-modal__shell{display:flex;min-height:min(44rem,86vh);max-height:min(90vh,52rem);flex-direction:column}.product-finder-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem 1.75rem 1.2rem;color:#fff;background:#0f1e50}.product-finder-modal__header h2{max-width:22ch;font-size:clamp(1.35rem,2.4vw,2rem)}.product-finder-modal__eyebrow{margin-bottom:.35rem;color:#ff6a21;font-size:.75rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.product-finder-modal__close{display:grid;place-items:center;width:2.5rem;height:2.5rem;flex:0 0 auto;color:#fff;border:1px solid rgb(255 255 255 / .25);border-radius:50%;transition:background var(--duration) var(--easing)}.product-finder-modal__close:hover{background:#ffffff1f}.product-finder-modal__close svg{width:1rem}.product-finder-modal__progress{padding:.85rem 1.75rem;border-bottom:1px solid var(--color-border)}.product-finder-modal__progress-copy{display:flex;justify-content:space-between;margin-bottom:.45rem;color:var(--color-foreground-subtle);font-size:.76rem;font-weight:700}.product-finder-modal__progress-track{height:5px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--color-border) 75%,transparent)}.product-finder-modal__progress-track span{display:block;width:16.67%;height:100%;border-radius:inherit;background:#ff6a21;transition:width .28s var(--easing)}.product-finder-modal__body{flex:1;padding:clamp(1.4rem,3vw,2.25rem);overflow-y:auto}.product-finder-step{max-width:59rem;margin-inline:auto}.product-finder-step__number{margin-bottom:.35rem;color:#e95616;font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-finder-step h3,.product-finder-results h3{font-size:clamp(1.35rem,2.2vw,1.9rem)}.product-finder-step__help{margin-top:.4rem;color:var(--color-foreground-subtle)}.product-finder-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.5rem}.product-finder-options--categories{grid-template-columns:repeat(3,minmax(0,1fr))}.product-finder-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;min-height:5rem;padding:1rem;text-align:left;border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-background);transition:border-color var(--duration) var(--easing),box-shadow var(--duration) var(--easing),transform var(--duration) var(--easing)}.product-finder-option:hover,.product-finder-option:focus-visible{border-color:#ff6a21;box-shadow:0 8px 26px #0f1e501a;transform:translateY(-2px)}.product-finder-option>span:nth-last-child(1){color:#e95616;font-size:1.1rem}.product-finder-option strong,.product-finder-option small{display:block}.product-finder-option strong{line-height:1.25}.product-finder-option small{margin-top:.2rem;color:var(--color-foreground-subtle);font-size:.78rem;line-height:1.35}.product-finder-option__icon{display:grid;place-items:center;min-width:2.25rem;height:2.25rem;padding-inline:.55rem;color:#0f1e50;font-size:.72rem;font-weight:800;letter-spacing:.02em;white-space:nowrap;border-radius:999px;background:#eef1f8}.product-finder-needs{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem}.product-finder-need{padding:.7rem .9rem;color:var(--color-foreground);font-size:.84rem;font-weight:700;border:1px solid var(--color-border);border-radius:999px;background:var(--color-background);transition:color var(--duration) var(--easing),border-color var(--duration) var(--easing),background var(--duration) var(--easing)}.product-finder-need:hover,.product-finder-need:focus-visible{border-color:#ff6a21}.product-finder-need[aria-pressed=true]{color:#fff;border-color:#0f1e50;background:#0f1e50}.product-finder-field{display:grid;gap:.45rem;margin-top:1.25rem;font-size:.84rem;font-weight:750}.product-finder-field small{color:var(--color-foreground-subtle);font-weight:500}.product-finder-field textarea{width:100%;min-height:6.5rem;padding:.85rem 1rem;resize:vertical;color:var(--color-foreground);border:1px solid var(--color-border);border-radius:var(--radius-input);background:var(--color-background);font:inherit;line-height:1.5}.product-finder-field textarea:focus{border-color:#ff6a21;outline:2px solid color-mix(in srgb,#ff6a21 24%,transparent);outline-offset:1px}.product-finder-step__continue{margin-top:1rem;min-width:10rem}.product-finder-modal__footer{display:flex;justify-content:space-between;gap:1rem;padding:.9rem 1.75rem;color:var(--color-foreground-subtle);font-size:.75rem;border-top:1px solid var(--color-border)}.product-finder-modal__back{font-weight:750}.product-finder-modal__back:disabled{opacity:.35;cursor:default}.product-finder-results__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.product-finder-results__heading p:last-child{margin-top:.4rem;color:var(--color-foreground-subtle)}.product-finder-results__restart{color:#d94f12;font-size:.84rem;font-weight:800;text-decoration:underline;text-underline-offset:.2em;white-space:nowrap}.product-finder-results__status{display:grid;justify-items:center;gap:.35rem;padding:3.5rem 1rem;text-align:center}.product-finder-results__status small{color:var(--color-foreground-subtle)}.product-finder-results__spinner{width:2.3rem;height:2.3rem;margin-bottom:.5rem;border:3px solid #e2e6ef;border-top-color:#ff6a21;border-radius:50%;animation:product-finder-spin .75s linear infinite}@keyframes product-finder-spin{to{transform:rotate(360deg)}}.product-finder-results__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.product-finder-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-background);box-shadow:var(--shadow-sm)}.product-finder-card__media{position:relative;display:block;aspect-ratio:1 / .78;overflow:hidden;background:#f4f5f7}.product-finder-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .3s var(--easing)}.product-finder-card:hover .product-finder-card__media img{transform:scale(1.035)}.product-finder-card__match{position:absolute;top:.65rem;left:.65rem;padding:.32rem .52rem;color:#fff;font-size:.68rem;font-weight:800;border-radius:999px;background:#0f1e50}.product-finder-card__body{display:flex;flex:1;flex-direction:column;gap:.65rem;padding:.9rem}.product-finder-card__reason{color:#d94f12;font-size:.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.product-finder-card__reasons{display:grid;gap:.28rem;margin:0;padding:0;color:var(--color-foreground-subtle);font-size:.75rem;line-height:1.35;list-style:none}.product-finder-card__reasons li{position:relative;padding-left:1rem}.product-finder-card__reasons li:before{content:"\2713";position:absolute;left:0;color:#178548;font-weight:850}.product-finder-card h4{display:-webkit-box;overflow:hidden;font-size:.98rem;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-finder-card h4 a{text-decoration:none}.product-finder-card__price{display:flex;align-items:baseline;gap:.45rem;margin-top:auto;font-weight:850}.product-finder-card__price s{color:var(--color-foreground-subtle);font-size:.78rem;font-weight:500}.product-finder-card__cta{min-height:40px;margin-top:.2rem;padding:.65rem .85rem;font-size:.82rem}.product-finder-results__error{display:grid;justify-items:start;gap:.5rem;padding:1.25rem;border:1px solid var(--color-border);border-radius:var(--radius-card);background:color-mix(in srgb,var(--color-border) 18%,var(--color-background))}.product-finder-results__error>span{color:var(--color-foreground-subtle)}.product-finder-results__error>div{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.4rem}@media(max-width:749px){.product-finder__prompt{grid-template-columns:auto 1fr}.product-finder__trigger{grid-column:1 / -1;width:100%}.product-finder-modal{width:100%;max-height:96dvh;margin:auto 0 0;border-radius:16px 16px 0 0}.product-finder-modal__shell{min-height:88dvh;max-height:96dvh}.product-finder-modal__header{padding:1.15rem}.product-finder-modal__progress{padding:.75rem 1.15rem}.product-finder-modal__body{padding:1.2rem 1rem 1.5rem}.product-finder-options,.product-finder-options--categories,.product-finder-results__grid{grid-template-columns:1fr}.product-finder-option{min-height:4.4rem}.product-finder-needs{gap:.45rem}.product-finder-need{padding:.62rem .75rem;font-size:.78rem}.product-finder-modal__footer{padding:.85rem 1rem}.product-finder-modal__footer span{display:none}.product-finder-results__heading{align-items:flex-start;flex-direction:column}.product-finder-card{display:grid;grid-template-columns:7.5rem minmax(0,1fr)}.product-finder-card__media{aspect-ratio:1}.product-finder-card__body{padding:.75rem}}@media(prefers-reduced-motion:reduce){.product-finder-option,.product-finder-card__media img,.product-finder-modal__progress-track span{transition:none}.product-finder-results__spinner{animation-duration:1.5s}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/product-finder-quiz.css.map */
