.product-quiz-container{max-width:72rem;margin:0 auto}.quiz-empty-state{text-align:center;padding:4rem 2rem;color:rgba(var(--color-foreground),.75)}.quiz-header{text-align:center;margin-bottom:4rem}.quiz-title{margin-bottom:1.5rem}.quiz-description{max-width:60rem;margin:0 auto;font-size:1.6rem;color:rgba(var(--color-foreground),.75)}.quiz-progress-wrapper{margin-bottom:3rem}.quiz-progress-bar{width:100%;height:.8rem;background-color:rgba(var(--color-foreground),.1);border-radius:999px;overflow:hidden;margin-bottom:1rem}.quiz-progress-fill{height:100%;background-color:rgb(var(--color-button))!important;border-radius:999px;transition:width .3s ease;width:0;display:block!important;visibility:visible!important}.quiz-questions{position:relative}.quiz-question{display:none;animation:fadeIn .4s ease}.quiz-question[data-active=true]{display:block}.quiz-question-text{text-align:center;margin-bottom:1rem}.quiz-question-subtitle{text-align:center;font-size:1.4rem;color:rgba(var(--color-foreground),.6);margin:0 0 3rem;font-style:italic}.quiz-answers{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}@media screen and (min-width: 750px){.quiz-answers{grid-template-columns:repeat(2,1fr)}}.quiz-answer{position:relative;display:flex;flex-direction:column;align-items:center;padding:2rem;border:.2rem solid rgba(var(--color-foreground),.2);border-radius:var(--border-radius, .8rem);background-color:rgb(var(--color-background));cursor:pointer;transition:all .3s ease;text-align:center}.quiz-answer:hover{border-color:rgb(var(--color-button));transform:translateY(-.2rem);box-shadow:0 .4rem 1.2rem rgba(var(--color-foreground),.1)}.quiz-answer.selected{border-color:rgb(var(--color-button));background-color:rgba(var(--color-button),.05)}.quiz-answer.selected:after{content:"\2713";position:absolute;top:1rem;right:1rem;width:2.4rem;height:2.4rem;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700}.quiz-answer-icon{margin-bottom:1.5rem}.quiz-answer-icon img{max-width:8rem;height:auto;display:block}.quiz-answer-content{flex:1}.quiz-answer-text{font-size:1.6rem;font-weight:500;color:rgb(var(--color-foreground))}.quiz-answer-checkbox{position:absolute;opacity:0;pointer-events:none}.quiz-navigation{display:flex;gap:1.5rem;justify-content:center;align-items:center;margin-top:3rem}.quiz-navigation:has(.quiz-btn:only-child){justify-content:center}.quiz-btn{display:inline-flex;align-items:center;justify-content:center;padding:1.2rem 3rem;font-size:1.6rem;font-weight:500;border-radius:var(--border-radius, .4rem);cursor:pointer;transition:all .3s ease;border:.2rem solid transparent;text-decoration:none;min-width:14rem}.quiz-btn--primary{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button))}.quiz-btn--primary:hover:not(:disabled){opacity:.85}.quiz-btn--secondary{background-color:transparent;color:rgb(var(--color-foreground));border-color:rgba(var(--color-foreground),.3)}.quiz-btn--secondary:hover:not(:disabled){border-color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.05)}.quiz-btn:disabled{opacity:.4;cursor:not-allowed}.quiz-results{display:none;animation:fadeIn .4s ease}.quiz-results[data-active=true]{display:block}.quiz-results-header{text-align:center;margin-bottom:4rem}.quiz-results-title{margin-bottom:1.5rem}.quiz-results-description{max-width:60rem;margin:0 auto;font-size:1.6rem;color:rgba(var(--color-foreground),.75)}.quiz-results-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;text-align:center;min-height:40rem}.quiz-loading-icon{max-width:12rem;height:auto;margin-bottom:2rem;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.quiz-loading-text{font-size:2rem;font-weight:500;color:rgb(var(--color-foreground));margin:0}.quiz-results-products{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:4rem}@media screen and (min-width: 750px){.quiz-results-products{grid-template-columns:repeat(2,1fr);gap:2rem}}@media screen and (min-width: 990px){.quiz-results-products{grid-template-columns:repeat(3,1fr)}}.quiz-product-card{border:.1rem solid rgba(var(--color-foreground),.1);border-radius:var(--border-radius, .8rem);overflow:hidden;transition:all .3s ease}.quiz-product-card:hover{box-shadow:0 .4rem 1.2rem rgba(var(--color-foreground),.1);transform:translateY(-.2rem)}.quiz-product-card__link{display:block;text-decoration:none;color:inherit}.quiz-product-card__image{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background-color:rgba(var(--color-foreground),.04)}.quiz-product-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.quiz-product-card:hover .quiz-product-card__image img{transform:scale(1.05)}.quiz-product-card__info{padding:1.5rem}.quiz-product-card__title{font-size:1.6rem;font-weight:500;margin-bottom:.8rem;color:rgb(var(--color-foreground))}.quiz-product-card__price{display:flex;align-items:center;gap:.8rem;font-size:1.6rem}.quiz-product-card__compare-price{text-decoration:line-through;color:rgba(var(--color-foreground),.5);font-size:1.4rem}.quiz-product-card__final-price{color:rgb(var(--color-foreground));font-weight:600}.quiz-product-card__collection-badge{display:inline-block;padding:.6rem 1.2rem;background-color:rgba(var(--color-button),.1);color:rgb(var(--color-button));border-radius:var(--border-radius, .4rem);font-size:1.4rem;font-weight:500;margin-top:.5rem}.quiz-view-more-container{display:flex;justify-content:center;margin:3rem 0 4rem}.quiz-view-more{min-width:20rem}.quiz-results-collections-section{margin-top:6rem;margin-bottom:4rem}.quiz-collections-title{text-align:center;margin-bottom:3rem;color:rgba(var(--color-foreground),.85)}.quiz-results-collections{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media screen and (min-width: 750px){.quiz-results-collections{grid-template-columns:repeat(2,1fr);gap:2rem}}@media screen and (min-width: 990px){.quiz-results-collections{grid-template-columns:repeat(3,1fr)}}.quiz-results-actions{display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:center}@media screen and (min-width: 750px){.quiz-results-actions{flex-direction:row}}.quiz-results-actions .quiz-btn{min-width:20rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.quiz-answer:focus-visible,.quiz-btn:focus-visible{outline:var(--focused-base-outline);outline-offset:var(--focused-base-outline-offset);box-shadow:var(--focused-base-box-shadow)}@media screen and (max-width: 749px){.quiz-header{margin-bottom:3rem}.quiz-title{font-size:3rem}.quiz-question-text{font-size:2.4rem}.quiz-answers{gap:1rem}.quiz-answer{padding:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/product-quiz.css.map */
