.toymatch-quiz{padding:32px 0;margin-bottom:24px}.toymatch-quiz__inner{max-width:760px;margin:0 auto;text-align:center}.toymatch-quiz__logo-wrap{margin-bottom:16px}.toymatch-quiz__logo{display:block;height:auto;margin:0 auto}.toymatch-quiz__heading{margin:0 0 8px}.toymatch-quiz__subheading{margin:0 0 20px;opacity:.8}.toymatch-quiz__start{margin-bottom:12px}.toymatch-quiz__skip-link{display:block;font-size:.9em;text-decoration:underline;opacity:.7}.toymatch-quiz__form{text-align:left}.toymatch-quiz__progress{height:4px;background:#00000014;border-radius:4px;margin-bottom:24px;overflow:hidden}.toymatch-quiz__progress-bar{height:100%;width:0%;background:currentColor;transition:width .2s ease}.toymatch-quiz__step{display:none}.toymatch-quiz__step.is-active{display:block;animation:toymatch-fade-in .2s ease}@keyframes toymatch-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.toymatch-quiz__step h3{margin-bottom:16px}.toymatch-quiz__hint{font-weight:400;opacity:.6;font-size:.75em}.toymatch-quiz__options{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.toymatch-quiz__options--pills{display:flex;flex-wrap:wrap;gap:10px}.toymatch-quiz__options--pills .toymatch-quiz__option{flex:0 0 auto}.toymatch-quiz__option{position:relative;border:2px solid rgba(0,0,0,.12);border-radius:12px;padding:16px 46px 16px 18px;cursor:pointer;display:flex;align-items:center;gap:10px;font-size:1.05em;background:#00000004;transition:border-color .15s ease,background .15s ease,transform .1s ease}.toymatch-quiz__option:hover{border-color:#0000004d}.toymatch-quiz__option:active{transform:scale(.98)}.toymatch-quiz__option input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.toymatch-quiz__option:after{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:22px;height:22px;border:2px solid rgba(0,0,0,.25);border-radius:50%;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;flex-shrink:0}.toymatch-quiz__option:has(input[type=checkbox]):after{border-radius:6px}.toymatch-quiz__option:has(input:checked){border-color:#111;background:#0000000d;font-weight:600}.toymatch-quiz__option:has(input:checked):after{border-color:#111;background:#111;box-shadow:inset 0 0 0 4px #fff}.toymatch-quiz__feature-group{margin-bottom:22px}.toymatch-quiz__feature-group:last-child{margin-bottom:0}.toymatch-quiz__feature-group-label{display:block;font-weight:700;margin-bottom:10px}.toymatch-quiz__nav{display:flex;justify-content:space-between;gap:12px;margin-top:24px}.toymatch-quiz__nav [data-quiz-back]{margin-right:auto}.toymatch-quiz__loading{text-align:center;padding:48px 0}.toymatch-quiz__spinner{width:40px;height:76px;margin:0 auto 20px;display:block;overflow:visible;color:currentColor}.toymatch-quiz__spinner-path{fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:var(--path-len, 0);animation:toymatch-draw 1.8s ease-in-out infinite}@keyframes toymatch-draw{0%{stroke-dashoffset:var(--path-len, 0)}55%{stroke-dashoffset:0}to{stroke-dashoffset:calc(-1 * var(--path-len, 0))}}.toymatch-quiz__loading p{transition:opacity .2s ease;opacity:1;font-weight:600}.toymatch-quiz__loading p.is-fading{opacity:0}.toymatch-quiz__results-header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:20px}.toymatch-quiz__results-actions{display:flex;gap:16px;font-size:.9em}.toymatch-quiz__results-actions button{background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;font:inherit}.toymatch-quiz__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;text-align:left}.toymatch-quiz__card{display:block;text-decoration:none;color:inherit}.toymatch-quiz__card-image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px;background:#0000000a;margin-bottom:10px}.toymatch-quiz__card-title{font-weight:600;margin:0 0 4px}.toymatch-quiz__card-price{opacity:.8;margin:0 0 8px}.toymatch-quiz__dims{display:flex;flex-direction:column;gap:3px;background:#d0d0d01a;border:1px solid rgb(180 180 180 / 35%);border-radius:8px;padding:8px 10px;margin:0 0 10px}.toymatch-quiz__dim-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.toymatch-quiz__dim-label{font-size:.7em;font-weight:700;text-transform:uppercase;letter-spacing:.04em;opacity:.65;white-space:nowrap}.toymatch-quiz__dim-value{font-size:.95em;font-weight:700;text-align:right}.toymatch-quiz__card-tags{display:flex;flex-wrap:wrap;gap:6px}.toymatch-quiz__card-tag{font-size:.75em;padding:3px 8px;border-radius:999px;background:#0000000f}.toymatch-quiz__empty{text-align:center;padding:32px 0;opacity:.8}@media(max-width:749px){.toymatch-quiz{padding:20px 0}.toymatch-quiz__heading{font-size:1.4em}.toymatch-quiz__subheading{font-size:.95em}.toymatch-quiz__options{grid-template-columns:repeat(2,1fr);gap:8px}.toymatch-quiz__option{padding:13px 40px 13px 14px;font-size:.95em}.toymatch-quiz__option:after{width:20px;height:20px;right:12px}.toymatch-quiz__options--pills .toymatch-quiz__option{flex:1 1 calc(50% - 5px)}.toymatch-quiz__step h3{font-size:1.05em}.toymatch-quiz__nav{flex-wrap:wrap;gap:10px}.toymatch-quiz__nav button{flex:1 1 auto;min-height:46px}.toymatch-quiz__nav [data-quiz-back]{margin-right:0}.toymatch-quiz__results-header{flex-direction:column;align-items:flex-start}.toymatch-quiz__grid{grid-template-columns:repeat(2,1fr);gap:14px}.toymatch-quiz__dim-value{font-size:.9em}}@media(max-width:420px){.toymatch-quiz__options{grid-template-columns:1fr}.toymatch-quiz__grid{grid-template-columns:1fr 1fr;gap:10px}.toymatch-quiz__start,.toymatch-quiz__nav button{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/185/assets/toymatch-quiz.css.map */
