.kas-quiz{--qz-bg: linear-gradient(180deg, #f7f3ea 0%, #efe8da 100%);--qz-card: #faf8f3;--qz-brand: #007a39;--qz-olive: #5c6b4a;--qz-olive-dark: #4a5740;--qz-gold: #b08d57;--qz-text: #2f2b20;--qz-muted: #6a6558;--qz-line: rgba(62, 58, 42, .12);--qz-soft: #ffffff;--qz-btn-radius: .35rem;--qz-btn-height: 2.5rem;--kas-quiz-card-height: auto;padding-block:clamp(4rem,7vw,6rem);background:var(--qz-bg);color:var(--qz-text)}.kas-quiz .page-width.kas-quiz__inner{width:100%;max-width:min(96rem,var(--page-width, 120rem));margin-inline:auto;padding-inline:var(--page-margin, 2.4rem);box-sizing:border-box}.kas-quiz__header{text-align:center;margin-bottom:1.6rem}.kas-quiz__eyebrow{margin:0 0 .7rem;font-size:1.05rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--qz-gold)}.kas-quiz__heading{margin:0 auto;max-width:22ch;font-family:var(--font-heading--family, serif);font-size:clamp(2.2rem,3.2vw,3.2rem);font-weight:400;color:var(--qz-brand);line-height:1.15}.kas-quiz__progress{width:min(28rem,70%);height:.35rem;margin:1.2rem auto 0;border-radius:999px;background:#007a391f;overflow:hidden}.kas-quiz__progress-bar{display:block;height:100%;width:25%;border-radius:inherit;background:linear-gradient(90deg,var(--qz-brand),var(--qz-gold));transition:width .45s ease}.kas-quiz__layout{display:grid;grid-template-columns:1fr;gap:1.2rem;align-items:stretch}@media screen and (min-width:990px){.kas-quiz__layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.5rem}}.kas-quiz__panel--quiz,.kas-quiz__panel--result{min-width:0;display:flex;flex-direction:column;height:var(--kas-quiz-card-height, auto);min-height:var(--kas-quiz-card-height, auto)}.kas-quiz__card,.kas-quiz__result-shell{flex:1 1 auto;display:flex;flex-direction:column;height:100%;min-height:100%;max-height:100%;padding:1.6rem 1.7rem 1.4rem;border:1px solid rgba(0,122,57,.12);border-radius:1.2rem;background:var(--qz-card);box-shadow:0 14px 40px #3e3a2a12;box-sizing:border-box;overflow:hidden}.kas-quiz__step{display:none;flex-direction:column;flex:1 1 auto;min-height:0;height:100%}.kas-quiz__step.is-active{display:flex;animation:kasQuizIn .3s ease}.kas-quiz__step[hidden]{display:none!important}.kas-quiz__step-label{margin:0 0 1rem;flex:0 0 auto;font-family:var(--font-heading--family, serif);font-size:clamp(1.45rem,2vw,1.7rem);font-weight:500;color:var(--qz-brand);line-height:1.3}.kas-quiz__options{display:flex;flex-direction:column;flex:1 1 auto;justify-content:space-evenly;gap:.55rem;min-height:0}.kas-quiz__option{-webkit-appearance:none;appearance:none;display:flex;align-items:center;gap:.85rem;width:100%;flex:0 0 auto;min-height:3.4rem;padding:.85rem 1.05rem;border:1px solid transparent;border-radius:.7rem;background:var(--qz-soft);color:var(--qz-text);text-align:start;font:inherit;font-size:1.2rem;line-height:1.35;cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.kas-quiz__option:hover{border-color:#007a3947}.kas-quiz__option.is-selected{border-color:var(--qz-brand);background:#007a3912;box-shadow:inset 0 0 0 1px var(--qz-brand);color:var(--qz-brand)}.kas-quiz__dot{width:1rem;height:1rem;border-radius:50%;border:1.5px solid rgba(0,101,49,.35);background:transparent;flex:0 0 auto;transition:background .18s ease,border-color .18s ease}.kas-quiz__option.is-selected .kas-quiz__dot{border-color:var(--qz-brand);background:var(--qz-brand);box-shadow:inset 0 0 0 2px #fff}.kas-quiz__actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:auto;padding-top:1.1rem;flex:0 0 auto}.kas-quiz__actions .kas-quiz__btn:only-child{grid-column:2}.kas-quiz.is-rtl .kas-quiz__actions .kas-quiz__btn:only-child{grid-column:1}.kas-quiz__btn{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:100%;height:var(--qz-btn-height);min-height:var(--qz-btn-height);padding:0 1rem;border:none;border-radius:var(--qz-btn-radius);background:var(--qz-olive);color:#fff;font:inherit;font-size:.95rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;box-shadow:none;transition:background .18s ease}.kas-quiz__btn:hover:not(:disabled){background:var(--qz-olive-dark)}.kas-quiz__btn:disabled{opacity:.4;cursor:not-allowed}.kas-quiz__btn--ghost{background:transparent;color:var(--qz-olive);box-shadow:inset 0 0 0 1.5px var(--qz-olive)}.kas-quiz__btn--ghost:hover:not(:disabled){background:#5c6b4a14;color:var(--qz-olive-dark)}.kas-quiz__result-shell{position:relative;place-items:stretch;justify-content:stretch}.kas-quiz__reveal{flex:1;display:grid;place-items:center;text-align:center;padding:1rem;width:100%}.kas-quiz__reveal[hidden],.kas-quiz__result[hidden]{display:none!important}.kas-quiz__logo-wrap{position:relative;width:8.5rem;height:8.5rem;margin:0 auto 1.2rem;display:grid;place-items:center}.kas-quiz__logo{position:relative;z-index:1;width:5.4rem;height:5.4rem;object-fit:contain}.kas-quiz__panel--result[data-state=idle] .kas-quiz__logo{opacity:.7}.kas-quiz__panel--result[data-state=reveal] .kas-quiz__logo{animation:kasQuizLogoFloat 1.8s ease-in-out infinite}.kas-quiz__logo-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1px solid rgba(176,141,87,.45);opacity:0}.kas-quiz__panel--result[data-state=reveal] .kas-quiz__logo-ring{opacity:1;animation:kasQuizPulse 1.8s ease-out infinite}.kas-quiz__logo-ring--delay{animation-delay:.55s}.kas-quiz__reveal-text{margin:0;font-size:1.2rem;color:var(--qz-muted);letter-spacing:.04em}.kas-quiz__panel--result[data-state=reveal] .kas-quiz__reveal-text{animation:kasQuizFade 1.2s ease infinite alternate}.kas-quiz__panel--result[data-state=idle] .kas-quiz__reveal-text{opacity:.55}.kas-quiz__result{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%;height:100%;animation:kasQuizIn .35s ease}.kas-quiz__result-head{flex:0 0 auto;margin-bottom:.9rem}.kas-quiz__result-lead{margin:.35rem 0 0;font-size:1.1rem;color:var(--qz-muted);line-height:1.45}.kas-quiz__results{display:flex!important;flex-direction:column;gap:.9rem;flex:1 1 auto;min-height:0;min-width:0;width:100%;overflow:hidden;grid-template-columns:none!important}.kas-quiz__result .kas-quiz__actions{margin-top:auto;flex:0 0 auto}.kas-quiz__result .kas-quiz__actions .kas-quiz__btn:only-child{grid-column:1 / -1;max-width:100%}.kas-quiz__result-item{width:100%;min-width:0;flex:1 1 auto;min-height:0;display:flex;animation:kasQuizIn .45s ease}.kas-quiz__product{--kas-quiz-product-media: 12rem;display:grid;grid-template-columns:var(--kas-quiz-product-media) minmax(0,1fr);grid-template-rows:var(--kas-quiz-product-media);width:100%;height:var(--kas-quiz-product-media);min-height:0;min-width:0;padding:0;border:1px solid rgba(0,122,57,.16);border-radius:.85rem;background:#fff;box-shadow:0 6px 18px #3e3a2a0d;box-sizing:border-box;overflow:hidden}.kas-quiz__product-media-wrap{position:relative;grid-column:1;grid-row:1;width:var(--kas-quiz-product-media);height:var(--kas-quiz-product-media);overflow:hidden;background:#ebe4d6}.kas-quiz__product-media{display:block;width:100%;height:100%;border-radius:0;overflow:hidden}.kas-quiz__product-media-wrap .product-card-wishlist{display:none;position:absolute;top:.65rem;right:.65rem;z-index:2}.kas-quiz__product-type{display:none;margin:0}.kas-quiz__product-actions-desktop{display:flex;flex-direction:column;gap:.55rem;width:100%}.kas-quiz__product-atc,.kas-quiz__atc-btn--link{display:none}.kas-quiz__product-media img,.kas-quiz__product-ph{display:block;width:100%;height:100%;object-fit:cover}.kas-quiz__product-details{grid-column:2;grid-row:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0;width:100%;height:100%;padding:1rem 1.15rem;overflow:hidden;box-sizing:border-box}.kas-quiz__product-title{margin:0;font-family:var(--font-heading--family, serif);font-size:clamp(1.15rem,1.6vw,1.4rem);font-weight:500;color:var(--qz-brand);line-height:1.3;word-break:normal;overflow-wrap:break-word}.kas-quiz__product-title a{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:inherit;text-decoration:none}.kas-quiz__product-title a:hover{text-decoration:underline}.kas-quiz__product-note{margin:.45rem 0 0;font-size:1rem;color:var(--qz-muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.kas-quiz__product-copy{min-width:0}.kas-quiz__product-footer{display:flex;flex-direction:column;align-items:stretch;gap:.55rem;margin-top:auto;padding-top:.75rem;flex:0 0 auto}.kas-quiz__product-price{margin:0;font-size:1.2rem;font-weight:600;color:var(--qz-olive);line-height:1.2;white-space:nowrap}.kas-quiz__btn--view,.kas-quiz__btn--shop{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:100%;min-width:0;height:2.35rem;min-height:2.35rem;padding-inline:.9rem;font-size:.85rem;text-decoration:none;box-sizing:border-box}.kas-quiz__btn--view{background:transparent;color:var(--qz-olive);box-shadow:inset 0 0 0 1.5px var(--qz-olive)}.kas-quiz__btn--view:hover{background:#5c6b4a14;color:var(--qz-olive-dark)}.kas-quiz__btn--shop{background:var(--qz-olive);color:#fff}.kas-quiz__btn--shop:hover{background:var(--qz-olive-dark)}.kas-quiz__btn-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;line-height:0}.kas-quiz__btn-icon svg{display:block;width:1rem;height:1rem}.kas-quiz.is-rtl .kas-quiz__product{direction:rtl}@media screen and (max-width:989px){.kas-quiz__panel--quiz,.kas-quiz__panel--result{height:auto!important;min-height:0!important;max-height:none!important}.kas-quiz__card,.kas-quiz__result-shell{height:auto;min-height:0;max-height:none;overflow:visible}.kas-quiz__results{overflow:visible;gap:1rem}.kas-quiz__result-item{flex:0 0 auto;max-width:22rem;width:100%;margin-inline:auto}.kas-quiz__product{display:flex;flex-direction:column;grid-template-columns:none;grid-template-rows:none;height:auto!important;min-height:0;border:1px solid var(--qz-brand, #007a39);border-radius:8px;box-shadow:0 10px 32px #0000001a;background:#fff}.kas-quiz__product-media-wrap{position:relative;width:100%;height:auto;aspect-ratio:1 / 1;flex:0 0 auto}.kas-quiz__product-media-wrap .product-card-wishlist{display:block}.kas-quiz__product-media-wrap .product-card-wishlist__button{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;padding:0;border:0;border-radius:999px;background:#fff;color:#5a5a5a;box-shadow:0 4px 14px #0000001f;cursor:pointer}.kas-quiz__product-media-wrap .product-card-wishlist__icon svg{display:block;width:1.1rem;height:1.1rem}.kas-quiz__product-media-wrap .product-card-wishlist__icon--filled,.kas-quiz__product-media-wrap .product-card-wishlist.is-active .product-card-wishlist__icon--outline{display:none}.kas-quiz__product-media-wrap .product-card-wishlist.is-active .product-card-wishlist__icon--filled{display:block;color:#c45c5c}.kas-quiz__product-details{display:flex;flex-direction:column;width:100%;height:auto;padding:.7rem .85rem .85rem;overflow:visible;gap:.2rem}.kas-quiz__product-type{display:block;margin:0;font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#a89880;line-height:1.2}.kas-quiz__product-title{font-size:1.12rem;font-weight:500;color:#1a1a1a;line-height:1.3;min-height:calc(1.12rem * 1.3 * 2)}.kas-quiz__product-title a{-webkit-line-clamp:2;color:#1a1a1a}.kas-quiz__product-note{display:none}.kas-quiz__product-footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.85rem;padding-top:0}.kas-quiz__product-price{font-size:1.15rem;font-weight:700;color:#111}.kas-quiz__product-actions-desktop{display:none}.kas-quiz__product-atc,.kas-quiz__atc-btn--link{display:block;margin:0;flex:0 0 auto}.kas-quiz__atc-btn{display:inline-flex;align-items:center;justify-content:center;width:3.35rem;height:2.5rem;padding:0;border:0;border-radius:.4rem;background:var(--qz-olive, #5c6b4a);color:#fff;cursor:pointer;text-decoration:none;transition:background .2s ease}.kas-quiz__atc-btn:hover{background:var(--qz-olive-dark, #4a5740);color:#fff}.kas-quiz__atc-icon{display:inline-flex;line-height:0}.kas-quiz__atc-icon svg{display:block;width:1.35rem;height:1.35rem}.kas-quiz.is-rtl .kas-quiz__product-footer{flex-direction:row-reverse}.kas-quiz.is-rtl .kas-quiz__product-media-wrap .product-card-wishlist{right:auto;left:.65rem}}@media screen and (max-width:749px){.kas-quiz__result-item{max-width:100%}.kas-quiz__product-title{font-size:1.05rem;min-height:calc(1.05rem * 1.3 * 2)}.kas-quiz__product-price{font-size:1.1rem}}.kas-quiz__fallback-card{padding:1.1rem;border:1px solid var(--qz-line);border-radius:.7rem;background:#fff;display:flex;flex-direction:column;gap:.55rem}.kas-quiz__fallback-card .kas-quiz__btn--shop{align-self:flex-start}.kas-quiz__product-cta{display:inline-block;margin-top:.65rem;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;color:var(--qz-olive);text-decoration:none}@keyframes kasQuizIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes kasQuizLogoFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-6px) scale(1.04)}}@keyframes kasQuizPulse{0%{transform:scale(.72);opacity:.75}to{transform:scale(1.2);opacity:0}}@keyframes kasQuizFade{0%{opacity:.45}to{opacity:1}}@media(prefers-reduced-motion:reduce){.kas-quiz__step,.kas-quiz__result-item,.kas-quiz__result,.kas-quiz__logo,.kas-quiz__logo-ring,.kas-quiz__reveal-text,.kas-quiz__option,.kas-quiz__btn,.kas-quiz__progress-bar{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-skincare-quiz.css.map */
