.dream-quiz{--quiz-ink: #123f35;--quiz-ink-soft: #607a73;--quiz-rose: #e43c70;--quiz-rose-soft: #fbf0f3;--quiz-paper: #fbf8f1;--quiz-white: #fffefa;--quiz-line: #d9ddd8;--quiz-line-dark: #bdc7c1;--quiz-shadow: 0 18px 50px rgba(29, 54, 46, .07);color:var(--quiz-ink);background:var(--quiz-paper);font-family:var(--font-body-family, Arial, sans-serif)}.dream-quiz *,.dream-quiz *:before,.dream-quiz *:after{box-sizing:border-box}.dream-quiz button,.dream-quiz input{font:inherit}.dream-quiz button{color:inherit}.dream-quiz [hidden]{display:none!important}.dream-quiz__shell{width:min(100%,1480px);min-height:calc(100svh - 72px);margin:0 auto;padding:0 clamp(28px,5vw,76px)}.dream-quiz__topbar{min-height:70px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--quiz-line)}.dream-quiz__progress{width:min(100%,680px);display:grid;grid-template-columns:auto minmax(160px,1fr);align-items:center;gap:20px}.dream-quiz__progress>span:first-child{color:var(--quiz-ink);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.dream-quiz__progress-track{height:2px;overflow:hidden;background:#dfe2dd}.dream-quiz__progress-track span{display:block;width:0;height:100%;background:var(--quiz-rose);transition:width .35s ease}.dream-quiz__stage{position:relative}.dream-quiz__panel{display:none;min-height:690px;padding:clamp(64px,8vw,112px) 0 92px}.dream-quiz__panel.is-active{display:block;animation:dreamQuizReveal .34s ease both}@keyframes dreamQuizReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dream-quiz__panel--intro{min-height:calc(100svh - 72px);padding:clamp(80px,10vw,140px) 0 100px;text-align:center}.dream-quiz__panel--intro.is-active{display:flex;flex-direction:column;align-items:center}.dream-quiz__intro-copy{width:min(100%,880px);margin:0 auto}.dream-quiz__eyebrow,.dream-quiz__kicker,.dream-quiz__result-label{margin:0 0 22px;color:var(--quiz-rose);font-size:11px;font-weight:700;letter-spacing:.17em;line-height:1.4;text-transform:uppercase}.dream-quiz__intro-copy h1,.dream-quiz__question-wrap h2,.dream-quiz__result-head h2{margin:0;color:var(--quiz-ink);font-family:var(--font-heading-family, Georgia, serif);font-weight:500;letter-spacing:-.045em}.dream-quiz__intro-copy h1{max-width:820px;margin-inline:auto;font-size:clamp(58px,6.4vw,94px);line-height:.98}.dream-quiz__intro-copy>p:not(.dream-quiz__eyebrow,.dream-quiz__time){max-width:620px;margin:28px auto 0;color:var(--quiz-ink-soft);font-size:17px;line-height:1.65}.dream-quiz .dream-quiz__primary,.dream-quiz .dream-quiz__add{min-height:54px;border:1px solid var(--quiz-ink);border-radius:2px;background:var(--quiz-ink);color:#fff;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.dream-quiz__primary{min-width:230px;margin-top:34px;padding:0 28px}.dream-quiz__primary span{margin-left:24px}.dream-quiz .dream-quiz__primary:hover,.dream-quiz .dream-quiz__primary:focus-visible,.dream-quiz .dream-quiz__add:hover:not(:disabled),.dream-quiz .dream-quiz__add:focus-visible:not(:disabled){background:transparent;color:var(--quiz-ink);transform:translateY(-1px)}.dream-quiz__time{margin:14px 0 0;color:var(--quiz-ink-soft);font-size:12px}.dream-quiz__intro-steps{width:min(100%,1020px);margin:clamp(70px,8vw,110px) auto 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);list-style:none;border-top:1px solid var(--quiz-line-dark);border-bottom:1px solid var(--quiz-line-dark);text-align:left}.dream-quiz__intro-steps li{min-height:128px;padding:26px 30px;display:grid;grid-template-columns:28px 1fr;gap:14px;align-items:start}.dream-quiz__intro-steps li+li{border-left:1px solid var(--quiz-line)}.dream-quiz__intro-steps li>span{padding-top:2px;color:var(--quiz-rose);font-size:11px;font-weight:700;letter-spacing:.12em}.dream-quiz__intro-steps strong{display:block;margin-bottom:8px;color:var(--quiz-ink);font-family:var(--font-heading-family, Georgia, serif);font-size:20px;font-weight:500;line-height:1.2}.dream-quiz__intro-steps small{display:block;color:var(--quiz-ink-soft);font-size:13px;line-height:1.5}.dream-quiz__question-wrap{width:min(100%,830px);margin:0 auto;text-align:center}.dream-quiz__question-wrap--wide{width:min(100%,1080px)}.dream-quiz__question-wrap h2{max-width:820px;margin-inline:auto;font-size:clamp(44px,5vw,68px);line-height:1.04}.dream-quiz__hint{max-width:640px;margin:22px auto 0;color:var(--quiz-ink-soft);font-size:15px;line-height:1.6}.dream-quiz__choices{width:100%;margin-top:46px;display:grid;gap:14px}.dream-quiz__choices--two{grid-template-columns:repeat(2,minmax(0,1fr))}.dream-quiz__choices--three,.dream-quiz__choices--length{grid-template-columns:repeat(3,minmax(0,1fr))}.dream-quiz__choice{min-height:94px;padding:22px 24px;position:relative;border:1px solid var(--quiz-line-dark);border-radius:12px;background:#fffefab3;text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.dream-quiz__choice:hover,.dream-quiz__choice:focus-visible{border-color:var(--quiz-ink);background:var(--quiz-white);transform:translateY(-2px);outline:none}.dream-quiz__choice.is-selected{border-color:var(--quiz-rose);background:var(--quiz-rose-soft)}.dream-quiz__choice.is-selected:after{content:"\2713";width:24px;height:24px;position:absolute;top:16px;right:16px;display:grid;place-items:center;border-radius:50%;background:var(--quiz-rose);color:#fff;font-size:12px}.dream-quiz__choice strong{display:block;color:var(--quiz-ink);font-family:var(--font-heading-family, Georgia, serif);font-size:23px;font-weight:500;line-height:1.25}.dream-quiz__choice small{display:block;margin-top:8px;color:var(--quiz-ink-soft);font-size:13px;line-height:1.45}.dream-quiz__choice--feature{min-height:154px;padding:28px 30px 26px}.dream-quiz__choice-index{display:block;margin-bottom:32px;color:var(--quiz-rose);font-size:11px;font-weight:700;letter-spacing:.15em}.dream-quiz__choices--compact .dream-quiz__choice{text-align:center}.dream-quiz__choices--compact .dream-quiz__choice strong{font-family:var(--font-body-family, Arial, sans-serif);font-size:16px;font-weight:600}.dream-quiz__length-card{min-height:0;padding:14px 14px 22px;text-align:center}.dream-quiz__length-image{width:100%;aspect-ratio:1 / 1;display:block;margin-bottom:22px;border-radius:7px;background:#f8edef;object-fit:contain}.dream-quiz__length-card strong{font-size:21px}.dream-quiz__fabric-groups{margin-top:44px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px;text-align:left}.dream-quiz__fabric-groups>div{padding-top:16px;border-top:1px solid var(--quiz-line-dark)}.dream-quiz__group-label{color:var(--quiz-ink-soft);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.dream-quiz__choices--fabric{margin-top:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.dream-quiz__choices--fabric .dream-quiz__choice{min-height:66px;padding:18px}.dream-quiz__choices--fabric .dream-quiz__choice strong{font-family:var(--font-body-family, Arial, sans-serif);font-size:15px;font-weight:600}.dream-quiz__choices--swatch-family .dream-quiz__choice{display:grid;grid-template-columns:52px 1fr;align-items:center;column-gap:18px}.dream-quiz__choices--swatch-family .dream-quiz__choice small,.dream-quiz__choices--swatch-family .dream-quiz__choice strong{grid-column:2}.dream-quiz__shade-preview{width:52px;height:52px;grid-row:1 / span 2;border-radius:50%;border:1px solid rgba(18,63,53,.16)}.dream-quiz__shade-preview--dark{background:linear-gradient(135deg,#171513,#6a493a)}.dream-quiz__shade-preview--light{background:linear-gradient(135deg,#ead9bd,#b98d6b)}.dream-quiz__contact-wrap{width:min(100%,640px)}.dream-quiz__contact-form{margin-top:40px;display:grid;gap:20px;text-align:left}.dream-quiz__contact-form label:not(.dream-quiz__consent)>span{display:block;margin-bottom:8px;color:var(--quiz-ink);font-size:13px;font-weight:600}.dream-quiz__contact-form label small{color:var(--quiz-ink-soft);font-weight:400}.dream-quiz__contact-form input[type=email],.dream-quiz__contact-form input[type=tel]{width:100%;height:54px;padding:0 16px;border:1px solid var(--quiz-line-dark);border-radius:2px;background:var(--quiz-white);color:var(--quiz-ink)}.dream-quiz__contact-form input:focus{border-color:var(--quiz-ink);outline:2px solid rgba(18,63,53,.08)}.dream-quiz__consent{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start;color:var(--quiz-ink-soft);font-size:12px;line-height:1.5}.dream-quiz__consent input{margin:2px 0 0;accent-color:var(--quiz-rose)}.dream-quiz__contact-form .dream-quiz__primary{width:100%;margin-top:4px}.dream-quiz__skip{margin-top:22px;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--quiz-ink-soft);font-size:13px;cursor:pointer}.dream-quiz__navigation{min-height:74px;padding:0 6px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--quiz-line);color:var(--quiz-ink-soft);font-size:12px}.dream-quiz__navigation button{padding:12px 0;border:0;background:transparent;color:var(--quiz-ink);font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;cursor:pointer}.dream-quiz__panel--result{padding-top:76px}.dream-quiz__result-head{width:min(100%,900px);margin:0 auto;text-align:center}.dream-quiz__result-head h2{font-size:clamp(48px,5.3vw,76px);line-height:1.02}.dream-quiz__result-head>p:last-child{margin:20px auto 0;color:var(--quiz-ink-soft);font-size:15px}.dream-quiz__result-grid{width:min(100%,1180px);margin:54px auto 0}.dream-quiz__result-reasons{padding:26px 30px;display:grid;grid-template-columns:130px 1fr;gap:22px 30px;border-top:1px solid var(--quiz-line-dark);border-bottom:1px solid var(--quiz-line-dark)}.dream-quiz__result-label{margin:4px 0 0}.dream-quiz__result-reasons ul{margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;list-style:none}.dream-quiz__result-reasons li{margin:0;padding:3px 24px;color:var(--quiz-ink);font-size:14px;line-height:1.55}.dream-quiz__result-reasons li:first-child{padding-left:0}.dream-quiz__result-reasons li+li{border-left:1px solid var(--quiz-line)}.dream-quiz__result-note{grid-column:2;padding:14px 16px;border-left:2px solid var(--quiz-rose);background:var(--quiz-rose-soft);color:var(--quiz-ink-soft);font-size:13px;line-height:1.55}.dream-quiz__product-results{margin-top:32px;display:grid;gap:18px}.dream-quiz__product-results.is-multiple{grid-template-columns:repeat(2,minmax(0,1fr))}.dream-quiz__product-card{overflow:hidden;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);border:1px solid var(--quiz-line);border-radius:14px;background:var(--quiz-white)}.dream-quiz__product-results.is-multiple .dream-quiz__product-card{display:flex;flex-direction:column}.dream-quiz__product-media{min-height:390px;padding:28px;display:grid;place-items:center;background:#f8f2e9}.dream-quiz__product-results.is-multiple .dream-quiz__product-media{min-height:330px}.dream-quiz__product-media img{width:100%;height:100%;max-height:390px;display:block;object-fit:contain}.dream-quiz__product-copy{min-width:0;padding:34px 36px 30px;display:flex;flex:1;flex-direction:column}.dream-quiz__match-badge{color:var(--quiz-rose);font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.dream-quiz__product-copy h3{margin:14px 0 0;color:var(--quiz-ink);font-family:var(--font-heading-family, Georgia, serif);font-size:clamp(28px,3vw,40px);font-weight:500;letter-spacing:-.035em;line-height:1.03}.dream-quiz__price{margin:13px 0 0;color:var(--quiz-ink-soft);font-size:14px}.dream-quiz__product-guidance{margin:20px 0 0;padding:14px 16px;border-left:2px solid var(--quiz-rose);background:var(--quiz-rose-soft);color:var(--quiz-ink-soft);font-size:13px;line-height:1.5}.dream-quiz__shade-section{margin-top:auto;padding-top:34px}.dream-quiz__shade-heading{display:flex;justify-content:space-between;gap:16px;color:var(--quiz-ink-soft);font-size:12px}.dream-quiz__shade-heading strong{color:var(--quiz-ink);font-weight:600}.dream-quiz__variant-swatches{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.dream-quiz__variant-swatch{min-height:40px;padding:7px 11px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--quiz-line);border-radius:20px;background:#fff;cursor:pointer}.dream-quiz__variant-swatch.is-selected{border-color:var(--quiz-rose);box-shadow:inset 0 0 0 1px var(--quiz-rose)}.dream-quiz__variant-swatch:disabled{opacity:.4;cursor:not-allowed}.dream-quiz__variant-swatch>span{width:22px;height:22px;border-radius:50%;background:var(--quiz-swatch);box-shadow:inset 0 0 0 1px #00000014}.dream-quiz__variant-swatch small{color:var(--quiz-ink);font-size:11px}.dream-quiz__cart-form{margin-top:26px}.dream-quiz__add{width:100%}.dream-quiz .dream-quiz__add:disabled{border-color:var(--quiz-line-dark);background:#f1f2ee;color:#9aaba4;cursor:not-allowed}.dream-quiz__learn{margin-top:15px;color:var(--quiz-ink);font-size:12px;text-align:center;text-underline-offset:3px}.dream-quiz__alternative{width:min(100%,760px);margin:28px auto 0;padding:18px 22px;display:flex;justify-content:space-between;border-top:1px solid var(--quiz-line);border-bottom:1px solid var(--quiz-line)}.dream-quiz__alternative>span{color:var(--quiz-ink-soft);font-size:12px;text-transform:uppercase;letter-spacing:.1em}.dream-quiz__alternative a{color:var(--quiz-ink);text-decoration:none}.dream-quiz__alternative i{margin-left:12px;font-style:normal}.dream-quiz__result-actions{margin-top:44px;display:flex;justify-content:center;gap:28px}.dream-quiz__result-actions button,.dream-quiz__result-actions a{padding:4px 0;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--quiz-ink-soft);font-size:12px;cursor:pointer}@media screen and (max-width:749px){.dream-quiz__shell{min-height:calc(100svh - 88px);padding:0 18px}.dream-quiz__topbar{min-height:66px;margin-inline:-18px;padding-inline:18px}.dream-quiz__progress{grid-template-columns:auto 1fr;gap:14px}.dream-quiz__progress>span:first-child{font-size:10px}.dream-quiz__panel{min-height:610px;padding:54px 0 64px}.dream-quiz__panel--intro{min-height:calc(100svh - 88px);padding:68px 0 64px}.dream-quiz__intro-copy{text-align:left}.dream-quiz__eyebrow,.dream-quiz__kicker{margin-bottom:16px}.dream-quiz__intro-copy h1{font-size:clamp(48px,14vw,64px);line-height:.98}.dream-quiz__intro-copy>p:not(.dream-quiz__eyebrow,.dream-quiz__time){margin:22px 0 0;font-size:15px;line-height:1.6}.dream-quiz__primary{width:100%;margin-top:28px}.dream-quiz__time{text-align:center}.dream-quiz__intro-steps{margin-top:54px;display:block}.dream-quiz__intro-steps li{min-height:0;padding:20px 4px;grid-template-columns:32px 1fr}.dream-quiz__intro-steps li+li{border-top:1px solid var(--quiz-line);border-left:0}.dream-quiz__intro-steps strong{font-size:18px}.dream-quiz__question-wrap h2,.dream-quiz__result-head h2{font-size:clamp(38px,10.8vw,48px);line-height:1.02}.dream-quiz__hint{margin-top:17px;font-size:14px}.dream-quiz__choices{margin-top:34px}.dream-quiz__choices--two,.dream-quiz__choices--three{grid-template-columns:1fr}.dream-quiz__choice{min-height:82px;padding:19px 20px}.dream-quiz__choice--feature{min-height:132px;padding:23px 22px}.dream-quiz__choice-index{margin-bottom:24px}.dream-quiz__choices--length{width:calc(100% + 36px);margin-left:-18px;padding:0 18px 8px;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.dream-quiz__choices--length::-webkit-scrollbar{display:none}.dream-quiz__length-card{width:min(78vw,300px);min-width:min(78vw,300px);padding:12px 12px 20px;scroll-snap-align:center}.dream-quiz__length-image{margin-bottom:18px}.dream-quiz__fabric-groups{grid-template-columns:1fr;gap:26px}.dream-quiz__choices--fabric{grid-template-columns:repeat(2,minmax(0,1fr))}.dream-quiz__choices--swatch-family .dream-quiz__choice{grid-template-columns:44px 1fr}.dream-quiz__shade-preview{width:44px;height:44px}.dream-quiz__navigation{min-height:66px}.dream-quiz__navigation>span{display:none}.dream-quiz__panel--result{padding-top:54px}.dream-quiz__result-head>p:last-child{line-height:1.55}.dream-quiz__result-grid{margin-top:36px}.dream-quiz__result-reasons{padding:22px 18px;display:block}.dream-quiz__result-reasons ul{display:block}.dream-quiz__result-reasons li{padding:13px 0;font-size:14px}.dream-quiz__result-reasons li+li{border-top:1px solid var(--quiz-line);border-left:0}.dream-quiz__result-note{margin-top:12px}.dream-quiz__product-results,.dream-quiz__product-results.is-multiple{grid-template-columns:1fr;gap:16px}.dream-quiz__product-card,.dream-quiz__product-results.is-multiple .dream-quiz__product-card{display:flex;flex-direction:column}.dream-quiz__product-media,.dream-quiz__product-results.is-multiple .dream-quiz__product-media{min-height:0;height:330px;padding:22px}.dream-quiz__product-copy{padding:26px 24px 24px}.dream-quiz__product-copy h3{font-size:30px}.dream-quiz__shade-section{padding-top:28px}.dream-quiz__result-actions{margin-top:34px;flex-direction:column;align-items:center;gap:18px}}@media(prefers-reduced-motion:reduce){.dream-quiz__panel.is-active,.dream-quiz__choice,.dream-quiz__primary,.dream-quiz__add,.dream-quiz__progress-track span{animation:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/dreamlover-wig-grip-quiz-v4.css.map */
