html.dp-quiz-lock,html.dp-quiz-lock body{overflow:hidden}[data-dp-quiz][hidden]{display:none!important}[data-dp-quiz]{position:fixed;z-index:2147482000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;color:#17392a;font-family:"Manrope","Inter",var(--font-body-family, Arial),sans-serif}[data-dp-quiz] *,[data-dp-quiz] *:before,[data-dp-quiz] *:after{box-sizing:border-box}[data-dp-quiz] .dp-quiz__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#091911a3;-webkit-backdrop-filter:blur(10px) saturate(.84);backdrop-filter:blur(10px) saturate(.84);opacity:0;transition:opacity .26s ease}[data-dp-quiz] .dp-quiz__dialog{position:relative;display:flex;flex-direction:column;width:min(940px,100%);max-height:min(90dvh,850px);overflow:hidden;border:1px solid rgba(96,126,105,.23);border-radius:29px;background:radial-gradient(circle at 91% 5%,rgba(126,157,123,.14),transparent 29%),linear-gradient(145deg,#fffdf8,#f3efe5);box-shadow:0 40px 105px #051c1154,inset 0 1px #fffffff5;opacity:0;transform:translateY(20px) scale(.987);transition:opacity .3s ease,transform .36s cubic-bezier(.22,1,.36,1)}[data-dp-quiz].is-open .dp-quiz__backdrop{opacity:1}[data-dp-quiz].is-open .dp-quiz__dialog{opacity:1;transform:none}[data-dp-quiz] .dp-quiz__ambient{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}[data-dp-quiz] .dp-quiz__ambient svg{position:absolute;top:-24px;right:-72px;width:390px;color:#37694c1a}[data-dp-quiz] .dp-quiz__glow{position:absolute;right:-160px;bottom:-230px;width:570px;height:570px;border-radius:50%;background:radial-gradient(circle,rgba(126,157,123,.15),transparent 69%)}[data-dp-quiz] .dp-quiz__header,[data-dp-quiz] .dp-quiz__progress-wrap,[data-dp-quiz] .dp-quiz__body{position:relative;z-index:1}[data-dp-quiz] .dp-quiz__header{display:flex;align-items:center;justify-content:space-between;gap:18px;flex:0 0 auto;padding:17px 22px 10px}[data-dp-quiz] .dp-quiz__brand{display:inline-flex;align-items:center;gap:9px;color:#587565;font-size:10px;font-weight:800;letter-spacing:.13em}[data-dp-quiz] .dp-quiz__brand-icon{display:grid;width:30px;height:30px;place-items:center;border:1px solid #d7ded4;border-radius:11px;color:#1b4934;background:#ffffffb8}[data-dp-quiz] .dp-quiz__brand-icon svg{width:18px;height:18px}[data-dp-quiz] .dp-quiz__close{display:grid;flex:0 0 auto;width:40px;height:40px;place-items:center;padding:0;border:1px solid #d7ded4;border-radius:50%;color:#244a37;background:#fffc;box-shadow:0 8px 22px #183e2b13;cursor:pointer}[data-dp-quiz] .dp-quiz__close svg{width:17px;height:17px}[data-dp-quiz] .dp-quiz__progress-wrap{flex:0 0 auto;padding:0 22px 9px}[data-dp-quiz] .dp-quiz__progress-copy{display:flex;justify-content:space-between;gap:12px;margin-bottom:7px;color:#718378;font-size:10.5px;font-weight:700}[data-dp-quiz] .dp-quiz__progress{height:6px;overflow:hidden;border-radius:999px;background:#e3e5dc}[data-dp-quiz] .dp-quiz__progress span{display:block;width:17%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#315f46,#789a75);transition:width .36s cubic-bezier(.22,1,.36,1)}[data-dp-quiz] .dp-quiz__body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:13px 22px 25px;scrollbar-width:none}[data-dp-quiz] .dp-quiz__body::-webkit-scrollbar{display:none}[data-dp-quiz] .dp-quiz__intro{max-width:720px;margin-bottom:21px}[data-dp-quiz] .dp-quiz__context{display:inline-flex;align-items:center;gap:7px;width:fit-content;margin-bottom:9px;padding:7px 10px;border:1px solid #ced9ce;border-radius:999px;color:#476a56;background:#eef5ecb8;font-size:10px;font-weight:760}[data-dp-quiz] .dp-quiz__context[hidden]{display:none!important}[data-dp-quiz] .dp-quiz__title{margin:0;color:#153b2a;font-family:Fraunces,Georgia,serif;font-size:clamp(30px,3.8vw,46px);line-height:1.03;letter-spacing:-.035em}[data-dp-quiz] .dp-quiz__lead{max-width:62ch;margin:10px 0 0;color:#64756b;font-size:13.5px;line-height:1.55}[data-dp-quiz] .dp-quiz__step[hidden],[data-dp-quiz] .dp-quiz__result[hidden],[data-dp-quiz] [data-dp-mode-set][hidden]{display:none!important}[data-dp-quiz] .dp-quiz__step,[data-dp-quiz] .dp-quiz__result{animation:dpQuizStepIn .41s cubic-bezier(.22,1,.36,1) both}[data-dp-quiz] .dp-quiz__question-head{display:grid;grid-template-columns:46px minmax(0,1fr);gap:13px;align-items:start;margin-bottom:15px}[data-dp-quiz] .dp-quiz__question-number{display:grid;width:42px;height:42px;place-items:center;border:1px solid #d6ddd3;border-radius:14px;color:#668271;background:#ffffffad;font-size:10.5px;font-weight:790}[data-dp-quiz] .dp-quiz__question-head h3{margin:1px 0 5px;color:#173d2b;font-size:20px;line-height:1.16}[data-dp-quiz] .dp-quiz__question-head p{margin:0;color:#718077;font-size:12.5px;line-height:1.44}[data-dp-quiz] .dp-quiz__answers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}[data-dp-quiz] .dp-quiz__answer{position:relative;display:flex;flex-direction:column;align-items:flex-start;min-height:73px;padding:14px 46px 13px 15px;border:1px solid #d8ded4;border-radius:17px;color:#214a37;background:#ffffffad;box-shadow:0 8px 24px #1f422e0b;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}[data-dp-quiz] .dp-quiz__answer:after{position:absolute;top:50%;right:15px;width:21px;height:21px;border:1px solid #c8d1c8;border-radius:50%;content:"";transform:translateY(-50%)}[data-dp-quiz] .dp-quiz__answer span{font-size:13.5px;font-weight:770;line-height:1.25}[data-dp-quiz] .dp-quiz__answer small{margin-top:4px;color:#74837a;font-size:10.8px;line-height:1.35}[data-dp-quiz] .dp-quiz__answer.is-selected{border-color:#60846d;background:linear-gradient(145deg,#eef5ec,#fffdf7);box-shadow:0 12px 28px #2250341a;transform:translateY(-1px)}[data-dp-quiz] .dp-quiz__answer.is-selected:after{border-color:#315f46;background:#315f46;box-shadow:inset 0 0 0 5px #eff5eb}[data-dp-quiz] .dp-quiz__nav{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:18px}[data-dp-quiz] .dp-quiz__back,[data-dp-quiz] .dp-quiz__next,[data-dp-quiz] .dp-quiz__restart{min-height:44px;padding:10px 16px;border-radius:13px;font-size:12.5px;font-weight:740;cursor:pointer}[data-dp-quiz] .dp-quiz__back,[data-dp-quiz] .dp-quiz__restart{border:1px solid #d5dcd2;color:#315743;background:#ffffff8a}[data-dp-quiz] .dp-quiz__next{border:1px solid #1b4934;color:#fff;background:#1b4934;box-shadow:0 12px 25px #1b49342e}[data-dp-quiz] .dp-quiz__next:disabled{opacity:.38;cursor:not-allowed;box-shadow:none}[data-dp-quiz] .dp-quiz__result{text-align:center}[data-dp-quiz] .dp-quiz__result-icon{display:grid;width:68px;height:68px;margin:0 auto 8px;place-items:center;color:#315f46}[data-dp-quiz] .dp-quiz__result-icon svg{width:64px;height:64px}[data-dp-quiz] .dp-quiz__result-kicker{color:#6f8978;font-size:9.5px;font-weight:820;letter-spacing:.14em}[data-dp-quiz] .dp-quiz__result h3{margin:7px 0 8px;color:#153b2a;font-family:Fraunces,Georgia,serif;font-size:clamp(30px,4vw,43px);line-height:1.05}[data-dp-quiz] .dp-quiz__result-summary{max-width:650px;margin:0 auto;color:#68786f;font-size:13.5px;line-height:1.55}[data-dp-quiz] .dp-quiz__combination{max-width:730px;margin:14px auto 12px;padding:11px 14px;border:1px solid #d8ded4;border-radius:14px;color:#315743;background:#eef5ecb8;font-size:11.5px;font-weight:680}[data-dp-quiz] .dp-quiz__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px;text-align:left}[data-dp-quiz] .dp-quiz-product{position:relative;display:grid;grid-template-columns:86px minmax(0,1fr);gap:11px;min-width:0;padding:11px;border:1px solid #d8ded4;border-radius:18px;background:#ffffffba;box-shadow:0 10px 27px #1f422e0e}[data-dp-quiz] .dp-quiz-product__select{position:absolute;z-index:2;top:9px;right:9px;display:grid;width:25px;height:25px;place-items:center;cursor:pointer}[data-dp-quiz] .dp-quiz-product__select input{position:absolute;opacity:0;pointer-events:none}[data-dp-quiz] .dp-quiz-product__select>span:not(.visually-hidden){display:block;width:22px;height:22px;border:1px solid #bfcbbf;border-radius:50%;background:#fff}[data-dp-quiz] .dp-quiz-product__select input:checked+span{border-color:#315f46;background:#315f46;box-shadow:inset 0 0 0 5px #eef5ec}[data-dp-quiz] .dp-quiz-product__media{display:grid;width:86px;height:98px;place-items:center;overflow:hidden;border-radius:14px;background:#f3f2ea}[data-dp-quiz] .dp-quiz-product__media img,[data-dp-quiz] .dp-quiz-product__placeholder{width:100%;height:100%;object-fit:contain}[data-dp-quiz] .dp-quiz-product__content{min-width:0;padding-top:3px}[data-dp-quiz] .dp-quiz-product__badge{display:inline-block;margin-bottom:5px;color:#73907c;font-size:8.5px;font-weight:820;letter-spacing:.08em;text-transform:uppercase}[data-dp-quiz] .dp-quiz-product h4{margin:0;padding-right:22px;font-size:13.5px;line-height:1.2}[data-dp-quiz] .dp-quiz-product h4 a{color:#173d2b;text-decoration:none}[data-dp-quiz] .dp-quiz-product p{margin:6px 0 8px;color:#718077;font-size:10.5px;line-height:1.38}[data-dp-quiz] .dp-quiz-product__meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px}[data-dp-quiz] .dp-quiz-product__meta strong{color:#173d2b;font-size:12.5px}[data-dp-quiz] .dp-quiz-product__meta s{color:#8d9891;font-size:9.5px}[data-dp-quiz] .dp-quiz-product__meta a{margin-left:auto;color:#416653;font-size:9.5px;font-weight:730;text-decoration:none}[data-dp-quiz] .dp-quiz__empty{margin-top:15px;padding:16px;border:1px dashed #c7d1c6;border-radius:16px;color:#6f7f75;background:#ffffff85;font-size:11.5px}[data-dp-quiz] .dp-quiz__empty p{margin:5px 0 0}[data-dp-quiz] .dp-quiz__disclaimer{max-width:720px;margin:15px auto 0;color:#849087;font-size:10px;line-height:1.45}[data-dp-quiz] .dp-quiz__result-actions{display:flex;justify-content:center;gap:9px;margin-top:14px}[data-dp-quiz] .dp-quiz__add-all{min-height:48px;padding:12px 18px;border:1px solid #1b4934;border-radius:14px;color:#fff;background:#1b4934;box-shadow:0 13px 28px #1b49342e;font-size:12.5px;font-weight:770;cursor:pointer}[data-dp-quiz] .dp-quiz__add-all:disabled{opacity:.42;cursor:not-allowed;box-shadow:none}[data-dp-quiz] .dp-quiz__status{min-height:18px;margin-top:9px;color:#315f46;font-size:11px;font-weight:650}[data-dp-quiz] button:focus-visible,[data-dp-quiz] a:focus-visible,[data-dp-quiz] input:focus-visible+span{outline:3px solid rgba(86,128,97,.42);outline-offset:3px}@media(hover:hover)and (pointer:fine){[data-dp-quiz] .dp-quiz__answer:hover{transform:translateY(-2px);border-color:#91a694;box-shadow:0 13px 29px #22503414}[data-dp-quiz] .dp-quiz__close:hover{transform:rotate(4deg)}}@media screen and (max-width:749px){[data-dp-quiz]{place-items:stretch;padding:0}[data-dp-quiz] .dp-quiz__dialog{width:100%;height:100dvh;max-height:100dvh;border:0;border-radius:0;transform:translateY(100%)}[data-dp-quiz].is-open .dp-quiz__dialog{transform:translateY(0)}[data-dp-quiz] .dp-quiz__header{padding:calc(11px + env(safe-area-inset-top)) 15px 8px}[data-dp-quiz] .dp-quiz__brand{max-width:calc(100% - 54px);font-size:9px}[data-dp-quiz] .dp-quiz__close{width:39px;height:39px}[data-dp-quiz] .dp-quiz__progress-wrap{padding:0 15px 8px}[data-dp-quiz] .dp-quiz__body{padding:9px 15px calc(18px + env(safe-area-inset-bottom))}[data-dp-quiz] .dp-quiz__intro{margin-bottom:17px}[data-dp-quiz] .dp-quiz__title{font-size:clamp(30px,9.5vw,38px)}[data-dp-quiz] .dp-quiz__lead{font-size:12px}[data-dp-quiz] .dp-quiz__question-head{grid-template-columns:39px minmax(0,1fr);gap:10px}[data-dp-quiz] .dp-quiz__question-number{width:37px;height:37px;border-radius:12px}[data-dp-quiz] .dp-quiz__question-head h3{font-size:18px}[data-dp-quiz] .dp-quiz__question-head p{font-size:11.5px}[data-dp-quiz] .dp-quiz__answers{grid-template-columns:1fr;gap:7px}[data-dp-quiz] .dp-quiz__answer{min-height:62px;padding:11px 43px 10px 13px;border-radius:15px}[data-dp-quiz] .dp-quiz__answer span{font-size:12.8px}[data-dp-quiz] .dp-quiz__answer small{font-size:10.2px}[data-dp-quiz] .dp-quiz__nav{position:sticky;bottom:-1px;z-index:4;margin:15px -15px -18px;padding:10px 15px calc(10px + env(safe-area-inset-bottom));border-top:1px solid rgba(202,211,201,.72);background:#f9f7eff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}[data-dp-quiz] .dp-quiz__products{grid-template-columns:1fr}[data-dp-quiz] .dp-quiz-product{grid-template-columns:82px minmax(0,1fr)}[data-dp-quiz] .dp-quiz-product__media{width:82px;height:92px}[data-dp-quiz] .dp-quiz__result-actions{flex-direction:column}[data-dp-quiz] .dp-quiz__add-all,[data-dp-quiz] .dp-quiz__restart{width:100%}}@media(prefers-reduced-motion:reduce){[data-dp-quiz] *,[data-dp-quiz] *:before,[data-dp-quiz] *:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}@keyframes dpQuizStepIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}[data-dp-quiz] .dp-quiz__products{display:block;margin-top:18px;text-align:left}[data-dp-quiz] .dp-quiz__product-group+.dp-quiz__product-group{margin-top:18px;padding-top:18px;border-top:1px solid rgba(204,214,203,.78)}[data-dp-quiz] .dp-quiz__product-group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:10px;text-align:left}[data-dp-quiz] .dp-quiz__product-group-head>div{min-width:0}[data-dp-quiz] .dp-quiz__product-group-head span{display:block;color:#173d2b;font-family:Fraunces,Georgia,serif;font-size:19px;font-weight:650;line-height:1.16}[data-dp-quiz] .dp-quiz__product-group-head small{display:block;margin-top:4px;color:#78867d;font-size:10.5px;line-height:1.42}[data-dp-quiz] .dp-quiz__product-group-head>strong{display:grid;flex:0 0 auto;min-width:34px;height:34px;padding:0 8px;place-items:center;border:1px solid #ccd7cc;border-radius:999px;color:#315f46;background:#eef5ecd9;font-size:11px}[data-dp-quiz] .dp-quiz__product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}[data-dp-quiz] .dp-quiz-product{cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background-color .2s ease}[data-dp-quiz] .dp-quiz-product.is-selected{border-color:#6f9479;background:#f2f8f0f0;box-shadow:0 12px 30px #1f422e17,inset 0 0 0 1px #507e5b26}[data-dp-quiz] .dp-quiz-product__select>span:not(.visually-hidden){position:relative}[data-dp-quiz] .dp-quiz-product__select input:checked+span:after{position:absolute;top:4px;left:7px;width:5px;height:9px;border-right:2px solid #fff;border-bottom:2px solid #fff;content:"";transform:rotate(45deg)}[data-dp-quiz] .dp-quiz__restart{display:inline-flex;min-height:42px;margin-top:15px;align-items:center;justify-content:center;padding:9px 14px;border:1px solid #cbd5ca;border-radius:13px;color:#42614f;background:#ffffff8f;font-size:11.5px;font-weight:720;cursor:pointer}[data-dp-quiz] .dp-quiz__selection-bar{position:sticky;z-index:8;bottom:-1px;display:flex;max-width:760px;margin:18px auto -1px;align-items:center;justify-content:space-between;gap:14px;padding:11px;border:1px solid rgba(196,208,196,.92);border-radius:17px 17px 0 0;background:#faf8f1f5;box-shadow:0 -12px 32px #1c3c2b14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}[data-dp-quiz] .dp-quiz__selection-bar[hidden]{display:none!important}[data-dp-quiz] .dp-quiz__selection-copy{min-width:0;text-align:left}[data-dp-quiz] .dp-quiz__selection-copy span,[data-dp-quiz] .dp-quiz__selection-copy strong,[data-dp-quiz] .dp-quiz__selection-copy small{display:block}[data-dp-quiz] .dp-quiz__selection-copy span{color:#7b897f;font-size:8.5px;font-weight:820;letter-spacing:.1em;text-transform:uppercase}[data-dp-quiz] .dp-quiz__selection-copy strong{margin-top:2px;color:#173d2b;font-size:12.5px;line-height:1.15}[data-dp-quiz] .dp-quiz__selection-copy small{margin-top:3px;color:#58705f;font-size:10px;font-weight:680}[data-dp-quiz] .dp-quiz__selection-bar .dp-quiz__add-all{flex:0 0 auto;min-height:44px;padding:10px 15px}@media(hover:hover)and (pointer:fine){[data-dp-quiz] .dp-quiz-product:hover{transform:translateY(-2px);border-color:#a6b9a7;box-shadow:0 15px 34px #1f422e14}}@media screen and (max-width:749px){[data-dp-quiz] .dp-quiz__product-grid{grid-template-columns:1fr}[data-dp-quiz] .dp-quiz__product-group+.dp-quiz__product-group{margin-top:16px;padding-top:16px}[data-dp-quiz] .dp-quiz__product-group-head span{font-size:17px}[data-dp-quiz] .dp-quiz__selection-bar{margin:16px -15px calc(-18px - env(safe-area-inset-bottom));padding:10px 15px calc(10px + env(safe-area-inset-bottom));border-right:0;border-bottom:0;border-left:0;border-radius:0}[data-dp-quiz] .dp-quiz__selection-bar .dp-quiz__add-all{max-width:61%;font-size:11.5px}[data-dp-quiz] .dp-quiz__restart{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/dp-quiz-popup.css.map */
