body.shade-quiz-template #shopify-section-quiz_bundle{display:none}body.shade-quiz-template.shade-quiz-is-result #shopify-section-quiz_bundle{display:block}.shade-quiz{--quiz-bg: #fdeec9;--quiz-accent: #4f1419;--quiz-text: #000000;--quiz-button-bg: #000000;--quiz-button-text: #ffffff;--quiz-progress-bg: #e6e6e6;--quiz-option-border: #000000;position:relative;width:100%;min-height:100vh;background:#fff;font-family:inherit;color:var(--quiz-text)}.shade-quiz__inner{max-width:1280px;margin:0 auto;padding:0}.shade-quiz__progress{width:100%;height:6px;background:var(--quiz-progress-bg);position:relative;overflow:hidden}.shade-quiz__progress-bar{position:absolute;top:0;left:0;height:100%;background:#000;width:0;transition:width .4s ease}.shade-quiz.is-result .shade-quiz__progress{display:none}.shade-quiz__step{display:none;width:100%}.shade-quiz__step.is-active{display:block}.shade-quiz__landing{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;min-height:75vh}.shade-quiz__landing-content{padding:60px 80px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:28px}.shade-quiz__logo{max-width:260px;height:auto;display:block}.shade-quiz__logo-placeholder{width:220px;height:90px;background:#f4f4f4;border:1px dashed #cccccc;display:flex;align-items:center;justify-content:center;color:#999;font-size:13px}.shade-quiz__landing-title{font-size:44px;line-height:1.15;color:var(--quiz-accent);font-weight:600;margin:0}.shade-quiz__landing-image{width:100%;height:100%;min-height:500px;background:#f4ebd5 center / cover no-repeat;display:block}.shade-quiz__landing-image img{width:100%;height:100%;object-fit:cover;display:block}.shade-quiz__landing-image-placeholder{width:100%;height:100%;min-height:500px;background:#f4ebd5;display:flex;align-items:center;justify-content:center;color:#b6a87a;font-size:14px;letter-spacing:.1em;text-transform:uppercase}.shade-quiz__question{background:var(--quiz-bg);padding:80px 60px 60px;min-height:70vh;display:flex;flex-direction:column}.shade-quiz__question-header{text-align:center;margin-bottom:60px}.shade-quiz__question-title{font-size:28px;font-weight:700;color:var(--quiz-accent);margin:0 0 10px}.shade-quiz__question-hint{font-size:16px;color:var(--quiz-accent);margin:0}.shade-quiz__options{display:grid;gap:24px;max-width:1100px;margin:0 auto;width:100%;flex:1}.shade-quiz__options[data-columns="5"]{grid-template-columns:repeat(5,1fr)}.shade-quiz__options[data-columns="2"]{grid-template-columns:repeat(2,1fr)}.shade-quiz__option{-webkit-appearance:none;appearance:none;background:#fff;border:2px solid var(--quiz-option-border);border-radius:999px;padding:18px 30px;font-size:17px;color:var(--quiz-text);cursor:pointer;text-align:center;font-family:inherit;transition:background .2s ease,color .2s ease,transform .15s ease;line-height:1.2}.shade-quiz__option:hover{background:#fff;transform:translateY(-1px)}.shade-quiz__option.is-selected{background:var(--quiz-accent);color:#fff;border-color:var(--quiz-accent)}.shade-quiz__nav{display:flex;justify-content:space-between;align-items:center;margin-top:60px;width:100%}.shade-quiz__nav--end{justify-content:flex-end}.shade-quiz__btn{-webkit-appearance:none;appearance:none;border:none;font-family:inherit;cursor:pointer;padding:16px 36px;border-radius:999px;font-size:14px;letter-spacing:.1em;text-transform:uppercase;font-weight:500;transition:opacity .2s ease,transform .15s ease}.shade-quiz__btn--primary{background:#000;color:#fff}.shade-quiz__btn--secondary{background:#6b6259;color:#fff}.shade-quiz__btn--secondary:not(:disabled){background:#000;color:#fff}.shade-quiz__btn--start{background:#000;color:#fff;padding:18px 48px;font-size:15px;letter-spacing:.05em;text-transform:none;font-weight:500}.shade-quiz__btn:disabled{cursor:not-allowed}.shade-quiz__btn--secondary:disabled{opacity:1}.shade-quiz__btn:not(:disabled):hover{transform:translateY(-1px)}.shade-quiz__step--result.is-active{display:block}.shade-quiz__result{background:var(--quiz-bg);min-height:100vh;padding:24px 60px 80px;position:relative}.shade-quiz__result-header{display:flex;justify-content:space-between;align-items:center;position:relative;padding:0 0 30px;max-width:1280px;margin:0 auto}.shade-quiz__start-over{-webkit-appearance:none;appearance:none;background:transparent;border:none;cursor:pointer;color:var(--quiz-accent);font-size:16px;font-family:inherit;padding:8px 0;text-decoration:none}.shade-quiz__start-over:hover{text-decoration:underline}.shade-quiz__checkout-btn{position:absolute;left:50%;top:0;transform:translate(-50%);background:var(--quiz-accent);color:#fff;border:none;border-radius:999px;padding:10px 26px;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;font-family:inherit;transition:opacity .2s ease}.shade-quiz__checkout-btn:hover{opacity:.9;color:#fff}.shade-quiz__shade-result{max-width:1280px;margin:0 auto}.shade-quiz__shade-name{font-size:56px;font-weight:600;color:var(--quiz-accent);text-align:center;margin:20px 0 40px;letter-spacing:.02em;text-transform:uppercase}.shade-quiz__shade-details{max-width:900px;margin:0 auto 60px;font-size:16px;line-height:1.6;color:var(--quiz-text)}.shade-quiz__shade-headline{font-size:17px;margin:0 0 16px}.shade-quiz__shade-description{margin:0 0 24px}.shade-quiz__also-try-title{margin:24px 0 8px;font-size:17px}.shade-quiz__also-try-item{margin:4px 0;font-size:16px}.shade-quiz__shade-empty{text-align:center;padding:60px 20px;color:var(--quiz-accent)}.shade-quiz__shade-products{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;max-width:1280px;margin:0 auto}@media(max-width:1200px){.shade-quiz__shade-products{grid-template-columns:repeat(3,1fr)}}.shade-quiz-product-card{background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 8px #0000000a}.shade-quiz-product-card__media{display:block;aspect-ratio:1 / 1;background:#fafafa;overflow:hidden}.shade-quiz-product-card__media img{width:100%;height:100%;object-fit:cover;display:block}.shade-quiz-product-card__media-placeholder{width:100%;height:100%;background:#f1f1f1}.shade-quiz-product-card__info{padding:18px 20px 12px;flex:1}.shade-quiz-product-card__title{display:block;font-size:15px;font-weight:600;color:#000;text-decoration:none;line-height:1.3;margin-bottom:6px}.shade-quiz-product-card__title:hover{text-decoration:underline}.shade-quiz-product-card__price{font-size:15px;color:#000}.shade-quiz-product-card__form{margin:0;padding:0 12px 12px}.shade-quiz-product-card__atc{width:100%;background:#000;color:#fff;border:none;border-radius:12px;padding:14px 16px;font-size:15px;font-family:inherit;font-weight:500;cursor:pointer;display:grid;grid-template-columns:30px 1fr 30px;align-items:center;gap:8px;transition:opacity .2s ease}.shade-quiz-product-card__atc:disabled{opacity:.5;cursor:not-allowed}.shade-quiz-product-card__atc:not(:disabled):hover{opacity:.9}.shade-quiz-product-card__atc-minus,.shade-quiz-product-card__atc-plus{font-size:20px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.shade-quiz-product-card__atc-label{text-align:center}@media(max-width:990px){.shade-quiz__landing{grid-template-columns:1fr;min-height:auto}.shade-quiz__landing-content{padding:40px 24px;align-items:center;text-align:center}.shade-quiz__landing-title{font-size:32px;text-align:center}.shade-quiz__landing-image,.shade-quiz__landing-image-placeholder{min-height:320px}.shade-quiz__question,.shade-quiz__result{padding:40px 20px}.shade-quiz__question-title{font-size:22px}.shade-quiz__options[data-columns="5"],.shade-quiz__options[data-columns="2"]{grid-template-columns:1fr}.shade-quiz__nav{margin-top:40px}.shade-quiz__btn{padding:14px 24px;font-size:13px}.shade-quiz__shade-name{font-size:36px}.shade-quiz__shade-products{grid-template-columns:1fr}.shade-quiz__checkout-btn{position:static;transform:none}.shade-quiz__result-header{flex-wrap:wrap;gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/shade-quiz.css.map */
