.bq-quiz{--bq-primary: #B76E79;--bq-primary-dark: #8B3A47;--bq-primary-light: #f3d6da;--bq-accent: #D4A0A8;--bq-bg: #fdf7f8;--bq-surface: #ffffff;--bq-border: #ecdde0;--bq-text: #2d1a1e;--bq-text-muted: #9a7880;--bq-radius: 16px;--bq-radius-sm: 10px;--bq-shadow: 0 4px 24px rgba(183,110,121,.12);--bq-shadow-hover: 0 8px 32px rgba(183,110,121,.22);--bq-transition: .22s ease;--bq-max-width: 680px}.bq-quiz *,.bq-quiz *:before,.bq-quiz *:after{box-sizing:border-box;margin:0;padding:0}.bq-quiz{font-family:Cairo,Tajawal,system-ui,sans-serif;background:var(--bq-bg);min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:24px 16px 60px}.bq-container{width:100%;max-width:var(--bq-max-width);position:relative}.bq-progress{display:flex;align-items:center;gap:12px;margin-bottom:24px}.bq-progress__track{flex:1;height:6px;background:var(--bq-border);border-radius:99px;overflow:hidden}.bq-progress__fill{height:100%;background:linear-gradient(90deg,var(--bq-primary),var(--bq-accent));border-radius:99px;width:0%;transition:width .4s cubic-bezier(.4,0,.2,1)}.bq-progress__label{font-size:13px;font-weight:600;color:var(--bq-text-muted);white-space:nowrap}.bq-quiz[data-screen=landing] .bq-progress,.bq-quiz[data-screen=loading] .bq-progress,.bq-quiz[data-screen=results] .bq-progress,.bq-quiz[data-screen=error] .bq-progress,.bq-screen{display:none}.bq-screen--active{display:block}.bq-question,.bq-landing,.bq-loading,.bq-error,.bq-results{background:var(--bq-surface);border-radius:var(--bq-radius);box-shadow:var(--bq-shadow);padding:40px 36px}.bq-landing{text-align:center}.bq-landing__badge{display:inline-flex;align-items:center;gap:6px;background:var(--bq-primary-light);color:var(--bq-primary-dark);border-radius:99px;padding:6px 16px;font-size:13px;font-weight:600;margin-bottom:20px}.bq-landing__logo{margin-bottom:20px}.bq-brand-name{font-size:22px;font-weight:700;color:var(--bq-primary);letter-spacing:.5px}.bq-landing__title{font-size:clamp(22px,5vw,32px);font-weight:700;color:var(--bq-text);line-height:1.3;margin-bottom:12px}.bq-landing__subtitle{font-size:16px;color:var(--bq-text-muted);line-height:1.6;margin-bottom:28px}.bq-landing__stats{display:flex;justify-content:center;gap:24px;margin-bottom:32px;flex-wrap:wrap}.bq-stat__value{font-size:22px;font-weight:800;color:var(--bq-primary)}.bq-stat__label{font-size:12px;color:var(--bq-text-muted);margin-top:2px}.bq-landing__trust{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-top:20px}.bq-trust-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--bq-text-muted)}.bq-trust-item span:first-child{color:var(--bq-primary);font-weight:700}.bq-question__number{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--bq-primary);margin-bottom:12px}.bq-question__title{font-size:clamp(18px,4vw,24px);font-weight:700;color:var(--bq-text);line-height:1.35;margin-bottom:8px}.bq-question__subtitle{font-size:14px;color:var(--bq-text-muted);margin-bottom:28px;line-height:1.5}.bq-options{display:grid;gap:12px;margin-bottom:28px}.bq-options--3{grid-template-columns:repeat(3,1fr)}.bq-options--2x2{grid-template-columns:repeat(2,1fr)}.bq-option{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:18px 12px;background:var(--bq-surface);border:2px solid var(--bq-border);border-radius:var(--bq-radius-sm);cursor:pointer;transition:border-color var(--bq-transition),box-shadow var(--bq-transition),transform var(--bq-transition);color:var(--bq-text)}.bq-option:hover{border-color:var(--bq-accent);box-shadow:0 4px 16px #b76e791f;transform:translateY(-2px)}.bq-option--selected{border-color:var(--bq-primary)!important;background:var(--bq-primary-light);box-shadow:0 0 0 3px #b76e792e}.bq-option__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;color:var(--bq-primary)}.bq-option__icon--emoji{font-size:36px;width:auto;height:auto}.bq-option__title{font-size:15px;font-weight:700;color:var(--bq-text)}.bq-option__subtitle{font-size:12px;color:var(--bq-text-muted);line-height:1.4}.bq-option--multi .bq-option__check{position:absolute;top:10px;left:10px;width:22px;height:22px;border-radius:50%;border:2px solid var(--bq-border);font-size:12px;font-weight:700;color:transparent;display:flex;align-items:center;justify-content:center;transition:var(--bq-transition)}.bq-option--multi.bq-option--selected .bq-option__check{background:var(--bq-primary);border-color:var(--bq-primary);color:#fff}.bq-option--shade{padding-top:12px}.bq-shade-swatch{width:100%;height:44px;border-radius:8px;margin-bottom:4px}.bq-option--budget{padding:20px 12px}.bq-option__budget-value{font-size:18px;font-weight:800;color:var(--bq-primary)}.bq-nav{display:flex;justify-content:space-between;align-items:center;gap:12px}.bq-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:99px;padding:14px 28px;font-size:15px;font-weight:700;cursor:pointer;text-decoration:none;transition:var(--bq-transition);white-space:nowrap}.bq-btn--primary{background:linear-gradient(135deg,var(--bq-primary),var(--bq-primary-dark));color:#fff;box-shadow:0 4px 16px #b76e794d}.bq-btn--primary:hover:not(:disabled){box-shadow:0 6px 24px #b76e796b;transform:translateY(-1px)}.bq-btn--primary:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.bq-btn--ghost{background:transparent;color:var(--bq-text-muted);border:2px solid var(--bq-border)}.bq-btn--ghost:hover{border-color:var(--bq-primary);color:var(--bq-primary)}.bq-btn--outline{background:transparent;color:var(--bq-primary);border:2px solid var(--bq-primary)}.bq-btn--outline:hover{background:var(--bq-primary-light)}.bq-btn--lg{padding:18px 40px;font-size:17px}.bq-loading{text-align:center;padding:60px 36px}.bq-loading__animation{display:flex;justify-content:center;margin-bottom:24px}.bq-loading__circle{animation:bq-spin 1.6s linear infinite;transform-origin:center}.bq-loading__check{stroke-dasharray:60;stroke-dashoffset:60}@keyframes bq-spin{to{stroke-dashoffset:0}}.bq-loading__title{font-size:22px;font-weight:700;color:var(--bq-text);margin-bottom:8px}.bq-loading__subtitle{font-size:15px;color:var(--bq-text-muted)}.bq-results__header{text-align:center;margin-bottom:28px}.bq-results__badge{font-size:36px;margin-bottom:10px}.bq-results__title{font-size:26px;font-weight:800;color:var(--bq-text);margin-bottom:8px}.bq-results__subtitle{font-size:14px;color:var(--bq-text-muted);line-height:1.5}.bq-results__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-bottom:28px}.bq-product-card{border:2px solid var(--bq-border);border-radius:var(--bq-radius-sm);overflow:hidden;transition:var(--bq-transition);text-decoration:none;color:var(--bq-text);display:flex;flex-direction:column}.bq-product-card__img{width:100%;aspect-ratio:1;object-fit:cover;background:var(--bq-primary-light)}.bq-product-card__body{padding:12px;flex:1;display:flex;flex-direction:column;gap:6px}.bq-product-card__title{font-size:13px;font-weight:700;line-height:1.35}.bq-product-card__price{font-size:14px;font-weight:800;color:var(--bq-primary)}.bq-product-card__atc{margin-top:auto;display:block;text-align:center;background:var(--bq-primary);color:#fff;border-radius:8px;padding:8px 0;font-size:12px;font-weight:700;text-decoration:none;transition:var(--bq-transition)}.bq-product-card__atc:hover{background:var(--bq-primary-dark)}.bq-results__actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.bq-error{text-align:center}.bq-error__icon{margin-bottom:20px}.bq-error__title{font-size:22px;font-weight:700;color:var(--bq-text);margin-bottom:10px}.bq-error__subtitle{font-size:14px;color:var(--bq-text-muted);margin-bottom:28px;line-height:1.6}.bq-error__actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.bq-quiz[dir=ltr] .bq-option--multi .bq-option__check{left:auto;right:10px}@media(max-width:520px){.bq-question,.bq-landing,.bq-loading,.bq-error,.bq-results{padding:28px 20px}.bq-options--3{grid-template-columns:repeat(3,1fr);gap:8px}.bq-option{padding:14px 8px}.bq-option__icon{width:44px;height:44px}.bq-option__icon--emoji{font-size:28px}.bq-option__title{font-size:13px}.bq-option__subtitle{font-size:11px}.bq-shade-swatch{height:36px}.bq-btn{padding:12px 20px;font-size:14px}.bq-btn--lg{padding:14px 28px;font-size:15px}.bq-results__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:360px){.bq-options--3{grid-template-columns:1fr}}.bq-option--full-look{border:2px dashed var(--bq-primary);background:var(--bq-primary-light)}.bq-option--full-look:hover{background:#ecc5cc}.bq-option--full-look.bq-option--selected{border-style:solid;border-color:var(--bq-primary-dark);background:var(--bq-primary-light)}.bq-results__full-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px}.bq-look-slot{display:flex;flex-direction:column;gap:8px}.bq-look-slot__label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;color:var(--bq-primary);text-align:center;padding:4px 10px;background:var(--bq-primary-light);border-radius:99px;align-self:center}.bq-results__grid--single{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.bq-product-card__img--placeholder{background:var(--bq-primary-light);display:flex;align-items:center;justify-content:center}@media(max-width:520px){.bq-results__full-grid{grid-template-columns:1fr;gap:20px}.bq-look-slot{flex-direction:row;align-items:center;gap:12px}.bq-look-slot .bq-product-card{flex:1}.bq-look-slot__label{writing-mode:vertical-rl;text-orientation:mixed;padding:10px 4px;min-width:28px}}.bq-product-card{border:2px solid var(--bq-border);border-radius:var(--bq-radius-sm);overflow:hidden;display:flex;flex-direction:column;background:var(--bq-surface);transition:var(--bq-transition)}.bq-product-card:hover{border-color:var(--bq-primary);box-shadow:var(--bq-shadow-hover);transform:translateY(-3px)}.bq-product-card__img-link{display:block}.bq-product-card__img{width:100%;aspect-ratio:1;object-fit:cover;display:block;background:var(--bq-primary-light);transition:opacity .25s ease}.bq-product-card__img--placeholder{background:var(--bq-primary-light);aspect-ratio:1}.bq-img--fade{opacity:.4}.bq-product-card__body{padding:12px;display:flex;flex-direction:column;gap:8px;flex:1}.bq-product-card__title{font-size:13px;font-weight:700;color:var(--bq-text);text-decoration:none;line-height:1.4;display:block}.bq-product-card__title:hover{color:var(--bq-primary)}.bq-product-card__price{font-size:15px;font-weight:800;color:var(--bq-primary)}.bq-swatches{display:flex;flex-wrap:wrap;gap:5px}.bq-swatch{border:1.5px solid var(--bq-border);background:var(--bq-surface);border-radius:6px;padding:3px 8px;font-size:10px;font-weight:600;color:var(--bq-text-muted);cursor:pointer;transition:var(--bq-transition);white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.bq-swatch:hover{border-color:var(--bq-primary);color:var(--bq-primary)}.bq-swatch--active{border-color:var(--bq-primary);background:var(--bq-primary-light);color:var(--bq-primary-dark);font-weight:700}.bq-swatch--sold{opacity:.4;cursor:not-allowed;text-decoration:line-through}.bq-atc-btn{width:100%;padding:10px 0;border:none;border-radius:8px;background:linear-gradient(135deg,var(--bq-primary),var(--bq-primary-dark));color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:var(--bq-transition);margin-top:auto;font-family:inherit}.bq-atc-btn:hover:not(:disabled){background:var(--bq-primary-dark);box-shadow:0 4px 12px #b76e7959}.bq-atc-btn:disabled{background:var(--bq-border);color:var(--bq-text-muted);cursor:not-allowed}.bq-atc-btn--added{background:#2d6a4f!important}
/*# sourceMappingURL=/cdn/shop/t/29/assets/beauty-quiz.css.map */
