/** Shopify CDN: Minification failed

Line 101:0 Expected "}" to go with "{"

**/
/* Nairobi Skincare â€” Quiz Styles v3 (definitief)
   Upload via: Online Store â†’ Themes â†’ Edit code â†’ Assets â†’ Add asset
   Bestandsnaam: nairobi-quiz-v3.css
*/

.nq-wrapper { max-width: 680px; margin: 0 auto; padding: 3rem 1.25rem 5rem; }
.nq-container { max-width: 620px; margin: 0 auto; }

/* Intro */
.nq-intro { margin-bottom: 2.5rem; }
.nq-eyebrow { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: #7D5549; margin-bottom: 0.5rem; font-weight: 500; }
.nq-title { font-size: 28px; font-weight: 500; margin-bottom: 0.5rem; line-height: 1.2; }
.nq-sub { font-size: 15px; color: #888; line-height: 1.6; }

/* Progress */
.nq-progress { height: 3px; background: #e8e8e8; border-radius: 2px; margin-bottom: 2.5rem; overflow: hidden; }
.nq-progress-fill { height: 100%; background: #7D5549; border-radius: 2px; width: 8%; transition: width 0.4s ease; }

/* Steps */
.nq-step { display: none; }
.nq-step.active { display: block; }
.nq-step-label { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #aaa; margin-bottom: 0.5rem; }
.nq-step-q { font-size: 22px; font-weight: 500; margin-bottom: 1.75rem; line-height: 1.35; }

/* Options */
.nq-options { display: flex; flex-direction: column; gap: 10px; }
.nq-opt { display: flex; align-items: flex-start; gap: 14px; padding: 14px 16px; background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; cursor: pointer; text-align: left; width: 100%; font-family: inherit; transition: border-color 0.15s, background 0.15s; }
.nq-opt:hover { border-color: #7D5549; background: #fdf8f5; }
.nq-opt.nq-selected { border: 2px solid #7D5549; background: #fdf8f5; }
.nq-opt-icon { font-size: 22px; flex-shrink: 0; margin-top: 1px; }
.nq-opt-text { flex: 1; }
.nq-opt-title { font-size: 15px; font-weight: 500; color: #1a1a1a; margin-bottom: 2px; }
.nq-opt-sub { font-size: 13px; color: #888; line-height: 1.4; }
.nq-opt-hint { font-size: 11.5px; color: #7D5549; font-weight: 500; margin-top: 5px; }

/* Nav */
.nq-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 1.75rem; }
.nq-btn-back { font-size: 14px; color: #888; background: none; border: none; cursor: pointer; padding: 8px 0; font-family: inherit; }
.nq-btn-back:hover { color: #1a1a1a; }
.nq-btn-next { font-size: 14px; font-weight: 500; color: #fff; background: #7D5549; border: none; border-radius: 8px; padding: 11px 24px; cursor: pointer; opacity: 0.35; pointer-events: none; font-family: inherit; transition: opacity 0.2s, background 0.15s; }
.nq-btn-next.nq-enabled { opacity: 1; pointer-events: auto; }
.nq-btn-next.nq-enabled:hover { background: #5E3D34; }

/* Two products (optie 3) */
.nq-two-sub { font-size: 14px; color: #888; margin-bottom: 1rem; line-height: 1.5; }
.nq-two-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.nq-two-card { flex-direction: column; gap: 8px; align-items: flex-start; }
.nq-btn-shop-inline { font-size: 13px; font-weight: 500; color: #7D5549; text-decoration: none; margin-top: 6px; display: inline-block; }
.nq-btn-shop-inline:hover { text-decoration: underline; }

/* Result */
.nq-result-card { border: 1px solid #e0e0e0; border-radius: 14px; overflow: hidden; margin-bottom: 1.25rem; }
.nq-result-header { background: #FFE6C5; padding: 1.5rem 1.75rem; }
.nq-result-label { font-size: 11px; color: #7D5549; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 6px; }
.nq-result-name { font-size: 24px; font-weight: 500; color: #3D2420; margin: 0; }
.nq-result-body { padding: 1.5rem 1.75rem; background: #fff; }
.nq-btn-shop { display: inline-block; font-size: 14px; font-weight: 500; color: #fff !important; background: #7D5549; border-radius: 8px; padding: 11px 24px; text-decoration: none !important; transition: background 0.15s; }
.nq-btn-shop:hover { background: #5E3D34; }
.nq-alt-block { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid #f0f0f0; }
.nq-alt-label { font-size: 11px; color: #aaa; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.nq-alt-name a { font-size: 14px; font-weight: 500; color: #7D5549; text-decoration: none; }
.nq-alt-name a:hover { text-decoration: underline; }

/* Routine */
.nq-routine-wrap { border: 1px solid #e0e0e0; border-radius: 14px; overflow: hidden; margin-bottom: 1.25rem; }
.nq-routine-toggle { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; cursor: pointer; background: #fff; border: none; width: 100%; font-family: inherit; }
.nq-routine-toggle:hover { background: #fdf8f5; }
.nq-routine-btn-label { font-size: 14px; font-weight: 500; color: #1a1a1a; }
.nq-routine-chevron { font-size: 12px; color: #888; transition: transform 0.25s; display: inline-block; }
.nq-routine-chevron.nq-open { transform: rotate(180deg); }
.nq-routine-content { display: none; padding: 0 18px 18px; border-top: 1px solid #f0f0f0; }
.nq-routine-content.nq-open { display: block; }
.nq-routine-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f5f5f5; }
.nq-routine-item:last-child { border-bottom: none; }
.nq-routine-step { width: 24px; height: 24px; border-radius: 50%; background: #7D5549; color: #fff; font-size: 12px; font-weight: 500; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.nq-routine-name { font-size: 14px; font-weight: 500; color: #7D5549; text-decoration: none; display: block; }
.nq-routine-name:hover { text-decoration: underline; }
.nq-routine-tip { font-size: 12px; color: #888; margin-top: 2px; line-height: 1.4; }

/* Retake */
.nq-btn-retake { font-size: 14px; color: #888; background: none; border: 1px solid #e0e0e0; border-radius: 8px; padding: 11px 24px; cursor: pointer; font-family: inherit; }
.nq-btn-retake:hover { background: #f5f5f5; }
.nq-lang-bar{display:flex;align-items:center;gap:6px;margin-bottom:1.5rem;}
.nq-lang-btn{background:none;border:none;cursor:pointer;font-size:13px;color:#999;padding:4px 2px;font-family:inherit;letter-spacing:.05em;}
.nq-lang-btn.active{color:#5c3a2e;font-weight:600;border-bottom:1.5px solid #5c3a2e;}
.nq-lang-sep{color:#ccc;font-size:13px;}

/* Mobile */
@media (max-width: 480px) {
  .nq-title { font-size: 22px; }
  .nq-step-q { font-size: 18px; }
  .nq-result-name { font-size: 20px; }
  .nq-result-header, .nq-result-body { padding: 1.25rem; }
  .nq-routine-item { padding: 10px 0; }
  .nq-two-cards { grid-template-columns: 1fr; }
