.hq{max-width:88rem;margin:0 auto}.hq__header{text-align:center;max-width:60rem;margin:0 auto 3.2rem}.hq__header .rte{margin-top:1.2rem}.hq-progress{height:2px;background:rgba(var(--color-foreground),.1);margin:0 auto 3.2rem;max-width:60rem;position:relative;overflow:hidden}.hq-progress:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(var(--color-foreground));transform-origin:left;transform:scaleX(var(--quiz-progress, 0));transition:transform .4s ease}.hq-step,.hq-result{text-align:center;animation:hqIn .35s ease both}@keyframes hqIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.hq-step,.hq-result{animation:none}.hq-progress:after{transition:none}}.hq-count{font-size:1.3rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-foreground),.65);margin:0 0 .8rem}.hq-question{margin:0 0 .8rem;outline:none}.hq-hint,.hq-intro{color:rgba(var(--color-foreground),.75);margin:0 auto 2.4rem;max-width:52rem}.hq-options{display:grid;grid-template-columns:1fr;gap:1.2rem;max-width:64rem;margin:2.4rem auto 0}.hq-options--3{grid-template-columns:repeat(2,1fr);gap:.8rem}.hq-options--3 .hq-option{min-height:5.6rem;padding:1.2rem 1.4rem}@media screen and (min-width:750px){.hq-options{grid-template-columns:repeat(2,1fr)}.hq-options--3{grid-template-columns:repeat(3,1fr);max-width:80rem}}.hq-option{display:flex;flex-direction:column;justify-content:center;gap:.4rem;min-height:7.2rem;padding:1.6rem 2rem;text-align:left;font:inherit;color:rgb(var(--color-foreground));background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.18);border-radius:var(--buttons-radius, 0);cursor:pointer;transition:border-color .2s,background-color .2s,box-shadow .2s}.hq-option:hover{border-color:rgba(var(--color-foreground),.55)}.hq-option:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.hq-option.is-selected{border-color:rgb(var(--color-foreground));box-shadow:inset 0 0 0 1px rgb(var(--color-foreground));background:rgba(var(--color-foreground),.04)}.hq-option__label{font-size:1.6rem;letter-spacing:.02em}.hq-option__text{font-size:1.3rem;color:rgba(var(--color-foreground),.7)}.hq-nav{display:flex;justify-content:center;align-items:center;gap:2.4rem;margin-top:3.2rem}.hq-back,.hq-skip,.hq-restart{font:inherit;font-size:1.4rem;background:none;border:0;padding:.8rem;cursor:pointer;color:rgba(var(--color-foreground),.75);text-decoration:underline;text-underline-offset:.3rem}.hq-email__form{max-width:44rem;margin:0 auto;display:grid;gap:1.6rem;text-align:left}.hq-consent{display:flex;gap:1rem;align-items:flex-start;font-size:1.3rem;color:rgba(var(--color-foreground),.8)}.hq-consent input{margin-top:.3rem;accent-color:rgb(var(--color-foreground))}.hq-email .button{width:100%}.hq-skip{display:block;margin:1.6rem auto 0;font-size:1.3rem}.hq-error{color:rgb(var(--color-foreground));font-size:1.4rem;margin:1rem 0 0}.hq-loading{text-align:center;padding:6rem 0;color:rgba(var(--color-foreground),.75)}.hq-ritual{text-align:left;max-width:56rem;margin:2.4rem auto 4rem;padding-left:2.4rem;display:grid;gap:1rem;line-height:1.6}.hq-kit{max-width:36rem;margin:0 auto 4rem;display:grid;gap:1.6rem}.hq-kit__eyebrow{font-size:1.3rem;letter-spacing:.12em;text-transform:uppercase;margin:0}.hq-sub{margin:0 0 2rem}.hq-products{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem;max-width:96rem;margin:0 auto}@media screen and (min-width:990px){.hq-products{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}}.hq-card{display:flex;flex-direction:column;gap:.6rem;text-align:left;text-decoration:none;color:rgb(var(--color-foreground))}.hq-card__img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;background:rgba(var(--color-foreground),.04)}.hq-card__role{font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--color-foreground),.65);margin-top:.4rem}.hq-card__title{font-size:1.5rem;line-height:1.35}.hq-card__price{font-size:1.4rem;color:rgba(var(--color-foreground),.8)}.hq-card:hover .hq-card__title{text-decoration:underline;text-underline-offset:.3rem}.hq-total{display:flex;flex-direction:column;align-items:center;gap:1.2rem;margin:3.2rem auto 0}.hq-restart{display:block;margin:3.2rem auto 0}.hq-options--img{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:96rem}@media screen and (min-width:750px){.hq-options--img{grid-template-columns:repeat(4,1fr);gap:1.6rem}}.hq-option--img{justify-content:flex-start;gap:.3rem;padding:0 0 1.4rem;min-height:0;overflow:hidden}.hq-option--img>.hq-option__label,.hq-option--img>.hq-option__text{padding:0 1.2rem}.hq-option--img>.hq-option__label{margin-top:1rem;font-size:1.5rem}.hq-option--img>.hq-option__text{font-size:1.25rem}.hq-option__media{display:block;aspect-ratio:4 / 3;overflow:hidden;background:rgba(var(--color-foreground),.04)}.hq-option__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.hq-option--img:hover .hq-option__media img{transform:scale(1.04)}.hq-option--img.is-selected .hq-option__media img{opacity:.9}@media(prefers-reduced-motion:reduce){.hq-option__media img{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/hemmaspa-quiz.css.map */
