.quiz-drawer .drawer__inner{--modal-width: 52rem;max-width:var(--modal-width);display:flex;flex-direction:column}.quiz-drawer .quiz-drawer__body{padding:0;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.quiz-drawer__header{flex-shrink:0}.quiz-drawer__progress{height:3px;background:rgba(var(--color-border),.2);overflow:hidden}.quiz-drawer__progress-bar{height:100%;width:16.66%;background:rgb(var(--color-button));transition:width .4s cubic-bezier(.4,0,.2,1)}.quiz-drawer__header-inner{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 2rem;border-bottom:1px solid rgba(var(--color-border),.15)}.quiz-drawer__step-indicator{font-size:1.2rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--color-foreground),.5);font-family:var(--font-body-family)}.quiz-drawer__back-btn,.quiz-drawer__back-btn:hover{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;min-height:unset;border:none;background:none;color:rgb(var(--color-foreground));cursor:pointer;border-radius:50%;transition:background .2s;padding:0;text-transform:none;letter-spacing:0;font-family:inherit;white-space:normal;line-height:1}.quiz-drawer__back-btn:hover{background:rgba(var(--color-foreground),.05)}.quiz-drawer .drawer__close-btn{position:static;display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;min-height:unset;border:none;background:none;color:rgb(var(--color-foreground));cursor:pointer;border-radius:50%;transition:background .2s;padding:0;top:auto;inset-inline-end:auto}.quiz-drawer .drawer__close-btn:hover{background:rgba(var(--color-foreground),.05)}.quiz-step{display:flex;align-items:flex-start}.quiz-step[hidden]{display:none!important}.quiz-step__content{width:100%;padding:3.2rem 2.4rem 4rem}.quiz-step__heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.4rem;line-height:1.2;margin:0 0 .8rem;color:rgb(var(--color-foreground))}.quiz-step__subtext{font-size:1.4rem;color:rgba(var(--color-foreground),.6);margin:0 0 2.8rem;line-height:1.5;font-family:var(--font-body-family)}.quiz-options{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}.quiz-drawer .quiz-option{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:1.2rem;padding:2.4rem 1.6rem;border:1.5px solid rgba(var(--color-border),.3);border-radius:var(--blocks-radius, .8rem);background:transparent;cursor:pointer;transition:all .25s ease;color:rgb(var(--color-foreground));height:auto;min-height:unset;line-height:1.4;white-space:normal;text-transform:none;letter-spacing:0;font-family:var(--font-body-family);font-weight:400;font-size:1.4rem;position:relative;overflow:visible}.quiz-drawer .quiz-option:hover{border-color:rgba(var(--color-foreground),.3);background:rgba(var(--color-foreground),.02)}.quiz-drawer .quiz-option.selected{border-color:rgb(var(--color-button));background:rgba(var(--color-button),.06)}.quiz-option__icon{display:flex;align-items:center;justify-content:center;width:5.2rem;height:5.2rem;border-radius:50%;background:rgba(var(--color-foreground),.04);transition:background .25s;flex-shrink:0}.quiz-drawer .quiz-option.selected .quiz-option__icon{background:rgba(var(--color-button),.1);color:rgb(var(--color-button))}.quiz-option__label{font-size:1.4rem;font-weight:600;line-height:1.3}.quiz-option__sublabel{font-size:1.2rem;color:rgba(var(--color-foreground),.5);line-height:1.4}.quiz-option__price{font-family:var(--font-heading-family);font-size:2rem;font-weight:700;line-height:1}.quiz-options--list{grid-template-columns:1fr;gap:1rem}.quiz-drawer .quiz-option--list{flex-direction:row;align-items:flex-start;text-align:left;padding:1.8rem 2rem;gap:.4rem;flex-wrap:wrap}.quiz-drawer .quiz-option--list .quiz-option__label{width:100%}.quiz-option__description{font-size:1.3rem;color:rgba(var(--color-foreground),.55);line-height:1.4;width:100%;font-weight:400}.quiz-results__header{text-align:center;margin-bottom:3.2rem}.quiz-results__badge{display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgb(var(--color-button));background:rgba(var(--color-button),.08);padding:.6rem 1.6rem;border-radius:2rem;margin-bottom:1.6rem}.quiz-results__heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.2rem;margin:0 0 .8rem;color:rgb(var(--color-foreground))}.quiz-results__subtext{font-size:1.4rem;color:rgba(var(--color-foreground),.6);margin:0}.quiz-results__products{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:3.2rem}.quiz-product-card{display:flex;align-items:center;gap:1.6rem;padding:1.6rem;border:1px solid rgba(var(--color-border),.2);border-radius:var(--blocks-radius, .8rem);text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.quiz-product-card:hover{border-color:rgba(var(--color-foreground),.2);box-shadow:0 2px 8px #0000000f}.quiz-product-card__image{width:8rem;height:8rem;object-fit:cover;border-radius:calc(var(--blocks-radius, .8rem) - .4rem);background:rgba(var(--color-foreground),.04);flex-shrink:0}.quiz-product-card__info{flex:1;min-width:0}.quiz-product-card__name{font-size:1.4rem;font-weight:600;margin:0 0 .4rem;line-height:1.3;color:rgb(var(--color-foreground))}.quiz-product-card__reason{font-size:1.2rem;color:rgba(var(--color-foreground),.55);margin:0 0 .8rem;line-height:1.4}.quiz-product-card__price{font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground))}.quiz-product-card__add{display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border:1.5px solid rgba(var(--color-border),.3);border-radius:50%;background:none;color:rgb(var(--color-foreground));cursor:pointer;flex-shrink:0;transition:all .2s}.quiz-product-card__add:hover{border-color:rgb(var(--color-button));background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.quiz-results__actions{display:flex;flex-direction:column;gap:1rem;align-items:center}.quiz-results__browse-btn{display:block;width:100%;padding:1.4rem 2rem;text-align:center;font-size:1.4rem;font-weight:600;letter-spacing:.02em;color:rgb(var(--color-button-text));background:rgb(var(--color-button));border:none;border-radius:var(--buttons-radius, 0);cursor:pointer;text-decoration:none;transition:opacity .2s}.quiz-results__browse-btn:hover{opacity:.85}.quiz-drawer .quiz-results__restart-btn{display:inline-block;padding:.8rem 1.6rem;font-size:1.3rem;color:rgba(var(--color-foreground),.5);background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:.3rem;font-family:var(--font-body-family);transition:color .2s;height:auto;min-height:unset;line-height:1.5;white-space:normal;text-transform:none;letter-spacing:0;font-weight:400}.quiz-drawer .quiz-results__restart-btn:hover{color:rgb(var(--color-foreground))}.quiz-step--entering{animation:quizSlideIn .35s cubic-bezier(.4,0,.2,1) forwards}.quiz-step--exiting{animation:quizSlideOut .25s cubic-bezier(.4,0,.2,1) forwards}@keyframes quizSlideIn{0%{opacity:0;transform:translate(2rem)}to{opacity:1;transform:translate(0)}}@keyframes quizSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-2rem)}}.quiz-nav-button{display:inline-flex;align-items:center;gap:.6rem;font-size:1.1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgb(var(--color-button-text));background:rgb(var(--color-button));border:none;padding:.7rem 1.2rem;border-radius:var(--buttons-radius, 0);cursor:pointer;transition:opacity .2s;white-space:nowrap;font-family:var(--font-button-family);height:auto;min-height:unset;line-height:1}.quiz-nav-button:hover{opacity:.85}.quiz-nav-button svg{flex-shrink:0}@media(max-width:767.98px){.quiz-drawer .drawer__inner{--modal-width: 100%}.quiz-step__content{padding:2.4rem 2rem 3.2rem}.quiz-step__heading{font-size:2rem}.quiz-options{gap:1rem}.quiz-drawer .quiz-option{padding:2rem 1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/quiz-drawer.css.map */
