.product-finder{padding:6rem 0;background-color:rgb(var(--color-background))}.product-finder__header{text-align:center;margin-bottom:4rem}.product-finder__heading{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem;color:rgb(var(--color-foreground))}.product-finder__subheading{font-size:2rem;line-height:1.6;color:rgba(var(--color-foreground),.7);margin:0}.product-finder__quiz{max-width:700px;margin:0 auto}.product-finder__progress{width:100%;height:8px;background-color:rgba(var(--color-foreground),.1);border-radius:4px;overflow:hidden;margin-bottom:3rem}.product-finder__progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#10b981);width:0%;transition:width .3s ease}.product-finder__question{animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-finder__question-title{font-size:2rem;font-weight:600;text-align:center;margin:5rem 0 2rem;color:rgb(var(--color-foreground))}.product-finder__options{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.product-finder__option{padding:1.5rem;background-color:rgba(var(--color-foreground),.03);border:2px solid rgba(var(--color-foreground),.1);border-radius:12px;font-size:1.5rem;font-weight:500;color:rgb(var(--color-foreground));cursor:pointer;transition:all .2s ease;text-align:center}.product-finder__option:hover{background-color:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.2);transform:translateY(-2px)}.product-finder__option:active{transform:translateY(0)}.product-finder__result{animation:fadeIn .4s ease;text-align:center}.product-finder__result-title{font-size:2rem;font-weight:700;margin:0 0 2rem;color:rgb(var(--color-foreground))}.product-finder__result-product{background-color:rgba(var(--color-foreground),.03);border-radius:12px;padding:2rem;margin-bottom:2rem}.product-finder__result-product img{width:200px;height:200px;object-fit:contain;margin:0 auto 1rem;display:block}.product-finder__result-product h4{font-size:3rem;font-weight:600;margin:0 0 .5rem;color:rgb(var(--color-foreground))}.product-finder__result-product p{font-size:2rem;line-height:1.6;color:rgba(var(--color-foreground),.7);margin:0 0 1.5rem}.product-finder__result-product .product-finder__result-price{font-size:2rem;font-weight:700;color:rgb(var(--color-foreground));margin:0 0 1.5rem}.product-finder__result-product a{display:inline-block;padding:1rem 2rem;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));text-decoration:none;border-radius:4px;font-weight:600;transition:opacity .2s ease}.product-finder__result-product a:hover{opacity:.9}.product-finder__restart{padding:.75rem 1.5rem;background-color:transparent;border:2px solid rgba(var(--color-foreground),.2);color:rgb(var(--color-foreground));border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s ease}.product-finder__restart:hover{background-color:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.3)}@media screen and (max-width: 749px){.product-finder{padding:4rem 0}.product-finder__options{grid-template-columns:1fr}.product-finder__result-product img{width:150px;height:150px}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/component-product-finder.css.map */
