.scent-quiz{--quiz-ink: #241814;--quiz-muted: #735f57;--quiz-cream: #fff8ee;--quiz-milk: #fffdf8;--quiz-rose: #ef7c99;--quiz-mango: #f4ad3f;--quiz-pistachio: #9cbc74;--quiz-sea: #70a9b9;--quiz-amber: #b76538;--quiz-shadow: 0 20px 60px rgba(89, 45, 30, .14);color:var(--quiz-ink);background:linear-gradient(135deg,#fff8ee,#fbf0f5 48%,#f7fbfb);overflow:visible}.scent-quiz *,.scent-quiz *:before,.scent-quiz *:after{box-sizing:border-box}.scent-quiz__shell{width:min(var(--quiz-page-width, 1160px),calc(100% - 32px));min-height:min(760px,calc(100vh - 40px));margin:0 auto;padding:clamp(28px,5vw,64px) 0;display:grid;align-items:center}.scent-quiz__welcome{position:relative;isolation:isolate;min-height:min(820px,calc(100vh - 80px));display:grid;place-items:start center;padding-top:clamp(56px,8vw,104px);overflow:hidden}.scent-quiz__welcome:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:8px;background:linear-gradient(180deg,#f8f2fb94,#fffaf22e),url(quiz-hero-bg.jpg) center bottom / cover no-repeat}.scent-quiz__intro{max-width:760px;display:grid;justify-items:center;text-align:center}.scent-quiz__eyebrow,.scent-quiz__step{margin:0 0 12px;color:var(--quiz-muted);font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.scent-quiz__title{margin:0;max-width:640px;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,6vw,5.3rem);font-weight:500;line-height:.96;letter-spacing:0}.scent-quiz__subtitle{max-width:520px;margin:24px 0 0;color:var(--quiz-muted);font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.7}.scent-quiz__button{-webkit-appearance:none;appearance:none;min-height:48px;border:1px solid rgba(36,24,20,.16);border-radius:8px;padding:0 22px;color:var(--quiz-ink);background:#ffffffb8;font:inherit;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.scent-quiz__button:hover,.scent-quiz__answer:hover,.scent-quiz__copy:hover{transform:translateY(-2px)}.scent-quiz__button:focus-visible,.scent-quiz__answer:focus-visible,.scent-quiz__copy:focus-visible{outline:3px solid rgba(112,169,185,.45);outline-offset:3px}.scent-quiz__button--primary{color:#fff;background:#241814;box-shadow:0 16px 34px #24181433}.scent-quiz__intro .scent-quiz__button--primary{margin-top:30px;min-width:210px;border-color:#241814;border-radius:999px}.scent-quiz__button--ghost{min-width:112px}.scent-quiz__button:disabled{cursor:not-allowed;opacity:.52;transform:none}.scent-quiz__scoop-board{display:none}.scent-quiz__scoop{min-width:128px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;padding:18px;text-align:center;color:#241814d1;font-size:clamp(.78rem,1vw,.95rem);font-weight:900;line-height:1.2;box-shadow:var(--quiz-shadow)}.scent-quiz__scoop--vanilla{grid-column:2 / 5;grid-row:1 / 4;background:#fff1ca}.scent-quiz__scoop--sea{grid-column:6 / 9;grid-row:1 / 4;background:#c9ebf1}.scent-quiz__scoop--berry{grid-column:1 / 4;grid-row:4 / 7;background:#ffc4d2}.scent-quiz__scoop--taffy{grid-column:4 / 7;grid-row:3 / 6;background:#ffd8eb}.scent-quiz__scoop--pistachio{grid-column:7 / 10;grid-row:4 / 7;background:#d7e8b8}.scent-quiz__scoop--amber{grid-column:2 / 5;grid-row:7 / 10;background:#e5a16c}.scent-quiz__scoop--mango{grid-column:5 / 8;grid-row:6 / 9;background:#ffc35c}.scent-quiz__scoop--peach{grid-column:8 / 11;grid-row:7 / 10;background:#ffb798}.scent-quiz__panel,.scent-quiz__result,.scent-quiz__unlock,.scent-quiz__loading{width:min(var(--quiz-panel-width, 760px),100%);margin:0 auto;border:1px solid rgba(36,24,20,.08);border-radius:8px;background:#fffdf8f5;box-shadow:0 18px 48px #592d1e1a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.scent-quiz__panel{padding:clamp(22px,4vw,42px)}.scent-quiz__topline{display:grid;gap:10px;margin-bottom:28px}.scent-quiz__progress{height:10px;border-radius:999px;background:#24181417;overflow:hidden}.scent-quiz__progress span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--quiz-rose),var(--quiz-mango),var(--quiz-sea));transition:width .26s ease}.scent-quiz__question{margin:0 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.55rem);font-weight:500;line-height:1;letter-spacing:0;text-align:center}.scent-quiz__hint{margin:0 0 24px;color:var(--quiz-muted);line-height:1.6;text-align:center}.scent-quiz__answers{display:grid;gap:12px}.scent-quiz__answers--visual{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:16px}.scent-quiz__answer{height:auto!important;max-height:none!important;white-space:normal!important;width:100%;min-height:72px;display:grid;grid-template-columns:34px 1fr;gap:14px;align-items:center;border:1px solid rgba(36,24,20,.12);border-radius:8px;padding:16px;text-align:left;background:#fff;color:var(--quiz-ink);cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.scent-quiz__answer--visual{height:auto!important;max-height:none!important;grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:0;align-items:stretch;min-height:0;padding:0;overflow:hidden;box-shadow:0 10px 24px #2418140f}.scent-quiz__answer.is-selected{border-color:#ef7c99b8;box-shadow:0 12px 28px #ef7c9929}.scent-quiz__answer-image{display:block;width:100%;min-height:190px;aspect-ratio:16 / 11;object-fit:cover;background:var(--quiz-cream)}.scent-quiz__answer-content{overflow:visible;white-space:normal;min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center}.scent-quiz__answer--visual .scent-quiz__answer-content{min-height:112px;align-items:center;padding:18px;background:#fff}.scent-quiz__answer-letter{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--quiz-cream);font-weight:900}.scent-quiz__answer-copy{display:block;min-width:0;max-width:100%;white-space:normal!important}.scent-quiz__answer-text{display:block;min-width:0;max-width:100%;font-weight:850;line-height:1.35;white-space:normal!important;overflow-wrap:anywhere;word-break:normal}.scent-quiz__answer-note{display:block;margin-top:4px;color:var(--quiz-muted);font-size:.92rem;line-height:1.45;white-space:normal!important}.scent-quiz__nav{display:flex;justify-content:space-between;gap:12px;margin-top:28px}.scent-quiz__loading{min-height:320px;padding:42px;display:grid;place-items:center;text-align:center;color:var(--quiz-muted);font-weight:850}.scent-quiz__loading[hidden],.scent-quiz__panel[hidden],.scent-quiz__welcome[hidden],.scent-quiz__unlock[hidden],.scent-quiz__result[hidden]{display:none}.scent-quiz__loader{width:72px;aspect-ratio:1;border-radius:50%;background:conic-gradient(from 0deg,var(--quiz-rose),var(--quiz-mango),var(--quiz-sea),var(--quiz-rose));animation:scent-quiz-spin .95s linear infinite}@keyframes scent-quiz-spin{to{transform:rotate(1turn)}}.scent-quiz__result{padding:clamp(22px,4vw,46px)}.scent-quiz__unlock{padding:clamp(26px,5vw,54px)}.scent-quiz__unlock-panel{display:grid;gap:18px}.scent-quiz__unlock-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;margin-top:12px}.scent-quiz__email{width:100%;min-height:52px;border:1px solid rgba(36,24,20,.14);border-radius:8px;padding:0 18px;color:var(--quiz-ink);background:#fff;font:inherit}.scent-quiz__email:focus{outline:3px solid rgba(112,169,185,.32);outline-offset:2px}.scent-quiz__skip{justify-self:start;border:0;padding:0;color:var(--quiz-muted);background:transparent;font:inherit;font-weight:850;text-decoration:underline;cursor:pointer}.scent-quiz__result-head{margin-bottom:24px}.scent-quiz__result-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.72fr);gap:clamp(22px,4vw,38px);align-items:start}.scent-quiz__mood{margin:0;color:var(--quiz-muted);font-weight:800}.scent-quiz__result-title{margin:10px 0 14px;font-size:clamp(2.1rem,5vw,4.6rem);line-height:.96;letter-spacing:0}.scent-quiz__result-copy{margin:0;color:var(--quiz-muted);line-height:1.7}.scent-quiz__product{border-radius:8px;padding:22px;background:var(--quiz-cream)}.scent-quiz__product-label,.scent-quiz__reward-label{margin:0 0 8px;color:var(--quiz-muted);font-size:.78rem;font-weight:850;letter-spacing:0;text-transform:uppercase}.scent-quiz__product-name{margin:0;font-size:1.7rem;line-height:1.1}.scent-quiz__match{display:inline-grid;min-width:86px;min-height:34px;place-items:center;border-radius:999px;padding:6px 12px;background:#fff;color:var(--quiz-amber);font-size:.86rem;font-weight:950;box-shadow:inset 0 0 0 1px #b765382e}.scent-quiz__notes{margin:18px 0 0;color:var(--quiz-muted);line-height:1.55}.scent-quiz__loves{display:grid;gap:12px;margin-top:28px}.scent-quiz__love{display:flex;justify-content:space-between;gap:14px;border:1px solid rgba(36,24,20,.1);border-radius:8px;padding:14px 16px;background:#fff;color:inherit;text-decoration:none;font-weight:850}.scent-quiz__love span:last-child{color:var(--quiz-muted);white-space:nowrap}.scent-quiz__reward{margin-top:28px;display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;border-radius:8px;padding:18px;background:#241814;color:#fff}.scent-quiz__reward p{margin:0}.scent-quiz__copy{min-height:42px;border:1px solid rgba(255,255,255,.28);border-radius:8px;padding:0 16px;background:#ffffff1f;color:#fff;font:inherit;font-weight:900;cursor:pointer}.scent-quiz__actions{margin-top:24px;display:flex;flex-wrap:wrap;gap:12px}.scent-quiz__actions--secondary{margin-top:18px}.scent-quiz__actions a{display:inline-grid;place-items:center;min-height:48px;border-radius:8px;padding:0 22px;background:#241814;color:#fff;text-decoration:none;font-weight:900}.scent-quiz__recommendations{display:grid;grid-template-columns:repeat(auto-fit,minmax(168px,1fr));gap:16px}.scent-quiz__product-card{display:grid;gap:14px;border:1px solid rgba(36,24,20,.1);border-radius:8px;padding:14px;background:#fff;align-content:start}.scent-quiz__product-image{width:100%;aspect-ratio:1;border-radius:8px;object-fit:cover;background:var(--quiz-cream)}.scent-quiz__product-image--empty{background:linear-gradient(135deg,#ef7c9929,#f4ad3f2e),var(--quiz-cream)}.scent-quiz__product-body{min-width:0;display:grid;gap:8px}.scent-quiz__product-topline{display:flex;align-items:center;justify-content:space-between;gap:8px}.scent-quiz__price{margin:0;color:var(--quiz-muted);font-weight:800}.scent-quiz__checkout-panel{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid rgba(36,24,20,.1);border-radius:8px;padding:18px;background:#fff}.scent-quiz__checkout-copy{min-width:0}.scent-quiz__checkout-title{margin:4px 0 0;color:var(--quiz-mint);font-size:clamp(1.35rem,3vw,2rem);line-height:1.05;overflow-wrap:anywhere}.scent-quiz__checkout-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.scent-quiz__cart-form{margin:0}.scent-quiz__product-cart-form{margin-top:6px}.scent-quiz__product-cart-form,.scent-quiz__product-cart-form .scent-quiz__theme-button{width:100%}.scent-quiz__product-cart-form .scent-quiz__theme-button{--buttons-padding: 1.2rem;min-width:0}.scent-quiz__theme-button{--buttons-padding: 2.4rem;min-width:148px;text-decoration:none}.scent-quiz__theme-button--retake{background:#fff!important;border-color:#24181438!important;color:#241814!important}.scent-quiz__theme-button--retake:before{display:none}.scent-quiz__theme-button--retake .btn__text{color:#241814!important}.scent-quiz__theme-button[disabled]{cursor:wait;opacity:.72}.scent-quiz__editor-blocks{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}@media(max-width:780px){.scent-quiz__shell{width:min(100% - 24px,560px);min-height:auto;padding:24px 0}.scent-quiz__welcome,.scent-quiz__result-grid,.scent-quiz__reward{grid-template-columns:1fr}.scent-quiz__scoop-board{min-height:260px;margin-top:8px}.scent-quiz__scoop{min-width:86px;padding:10px;font-size:.68rem}.scent-quiz__panel,.scent-quiz__result,.scent-quiz__unlock{border-radius:8px}.scent-quiz__question{font-size:clamp(2rem,8vw,2.65rem);line-height:1.08}.scent-quiz__answer{grid-template-columns:30px 1fr;min-height:66px;padding:14px}.scent-quiz__answers--visual{grid-template-columns:1fr}.scent-quiz__answer--visual{grid-template-columns:1fr;grid-template-rows:auto auto;min-height:0;padding:0}.scent-quiz__answer--visual .scent-quiz__answer-image{height:auto;min-height:0;aspect-ratio:16 / 10}.scent-quiz__answer--visual .scent-quiz__answer-content{min-height:0;padding:14px;align-items:start}.scent-quiz__nav,.scent-quiz__actions{flex-direction:column}.scent-quiz__unlock-form{grid-template-columns:1fr}.scent-quiz__button,.scent-quiz__actions a,.scent-quiz__copy,.scent-quiz__theme-button{width:100%}.scent-quiz__recommendations{grid-template-columns:1fr}.scent-quiz__product-card{grid-template-columns:92px minmax(0,1fr);align-items:center;gap:12px;padding:12px}.scent-quiz__product-name{font-size:1.28rem}.scent-quiz__checkout-panel,.scent-quiz__checkout-actions{display:grid;width:100%}.scent-quiz__checkout-panel{gap:14px}}.scent-quiz{--quiz-ink: #2a1017;--quiz-plum: #4a0717;--quiz-muted: #26323f;--quiz-cream: #fff8ec;--quiz-paper: rgba(255, 250, 242, .94);--quiz-rose: #d94d7c;--quiz-rose-dark: #9b1f66;--quiz-mint: #67bfae;--quiz-peach: #ff9d5f;--quiz-yellow: #f8bd59;--quiz-lavender: #b071c8;--quiz-shadow: 0 28px 80px rgba(84, 35, 28, .12);position:relative;min-height:720px;background:radial-gradient(circle at 8% 14%,rgba(255,210,155,.28),transparent 18%),radial-gradient(circle at 92% 18%,rgba(255,187,203,.24),transparent 18%),linear-gradient(115deg,#fff8ee,#fffaf4 46%,#fff0e1);color:var(--quiz-ink);isolation:isolate;overflow:hidden}.scent-quiz:before,.scent-quiz:after{content:"";position:absolute;z-index:-1;pointer-events:none}.scent-quiz:before{top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0 8%,rgba(239,124,153,.58) 8% 8.5%,transparent 8.5% 12%),linear-gradient(140deg,transparent 0 82%,rgba(112,169,185,.2) 82% 90%,transparent 90%),radial-gradient(circle at 18% 88%,rgba(112,169,185,.18),transparent 16%),radial-gradient(circle at 85% 82%,rgba(244,173,63,.18),transparent 14%);opacity:.72}.scent-quiz:after{right:-120px;bottom:-160px;width:min(44vw,520px);aspect-ratio:1;background:url(quiz-hero-bg.jpg) center / contain no-repeat;opacity:.22}.scent-quiz__shell{width:min(1320px,calc(100% - 32px));min-height:min(820px,calc(100vh - 40px));padding:clamp(28px,4vw,58px) 0}.scent-quiz__welcome,.scent-quiz__panel,.scent-quiz__unlock,.scent-quiz__result,.scent-quiz__loading{width:min(1260px,100%);border:1px solid rgba(74,7,23,.12);border-radius:10px;background:var(--quiz-paper);box-shadow:var(--quiz-shadow)}.scent-quiz__welcome{min-height:min(720px,calc(100vh - 120px));display:grid;grid-template-columns:minmax(280px,.92fr) minmax(360px,1.08fr);align-items:center;gap:clamp(24px,5vw,70px);padding:clamp(34px,5vw,76px)}.scent-quiz__welcome:before{inset:auto clamp(18px,4vw,50px) clamp(18px,4vw,46px) auto;width:min(54%,640px);height:min(82%,620px);border-radius:10px;background:linear-gradient(180deg,#fffaf214,#fffaf233),url(quiz-hero-bg.jpg) center / contain no-repeat}.scent-quiz__intro{max-width:520px;justify-items:start;text-align:left}.scent-quiz__eyebrow{color:var(--quiz-plum);font-size:.78rem;font-weight:950}.scent-quiz__title,.scent-quiz__question,.scent-quiz__result-title{font-family:Georgia,Times New Roman,serif;color:var(--quiz-plum);text-shadow:0 1px 0 rgba(255,255,255,.58)}.scent-quiz__title{max-width:540px;font-size:clamp(3.4rem,5.8vw,6.6rem);line-height:.94}.scent-quiz__subtitle{max-width:420px;color:var(--quiz-muted);font-size:1.08rem;line-height:1.55}.scent-quiz__button--primary,.scent-quiz__theme-button{border:0!important;border-radius:999px!important;background:linear-gradient(135deg,#ba267f,#e75f8d)!important;color:#fff!important;box-shadow:0 16px 32px #d94d7c42!important}.scent-quiz__intro .scent-quiz__button--primary,.scent-quiz__button--next{min-width:260px;min-height:58px;font-size:1.12rem}.scent-quiz__button--next:after,.scent-quiz__intro .scent-quiz__button--primary:after{content:" ->";padding-left:18px}.scent-quiz__panel{padding:clamp(28px,4vw,54px)}.scent-quiz__topline{max-width:760px;margin:0 auto 26px}.scent-quiz__step{margin:0 0 14px;color:var(--quiz-plum);font-size:.82rem;text-align:center}.scent-quiz__progress{height:10px;border-radius:999px;background:repeating-linear-gradient(90deg,rgba(244,190,166,.75) 0 9%,transparent 9% 12%),#4a071717}.scent-quiz__progress span{background:linear-gradient(90deg,#9b1f66,#e75f8d)}.scent-quiz__question{max-width:900px;margin:0 auto 14px;font-size:clamp(2.65rem,4.6vw,5.25rem);line-height:.98;text-align:center}.scent-quiz__hint{max-width:700px;margin:0 auto 30px;color:var(--quiz-muted);font-size:1.1rem;text-align:center}.scent-quiz__answers--visual{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.scent-quiz__answer{border-color:#4a071724;border-radius:10px;background:#ffffffc7}.scent-quiz__answer--visual{min-height:340px;border-radius:18px;background:linear-gradient(180deg,#ffffffd1,#fff9f1eb)}.scent-quiz__answer--visual .scent-quiz__answer-image{min-height:220px;aspect-ratio:1.05;object-fit:contain;padding:14px;background:transparent}.scent-quiz__answer--visual .scent-quiz__answer-content{min-height:104px;grid-template-columns:44px minmax(0,1fr);align-items:center;padding:14px 18px 20px;text-align:center;background:transparent}.scent-quiz__answer-letter{width:44px;height:44px;background:linear-gradient(135deg,#e96a9a,#b92273);color:#fff;font-size:1.15rem;box-shadow:0 5px 16px #d94d7c38}.scent-quiz__answer:nth-child(2) .scent-quiz__answer-letter{background:linear-gradient(135deg,#68c7ba,#328d79)}.scent-quiz__answer:nth-child(3) .scent-quiz__answer-letter{background:linear-gradient(135deg,#ff8f52,#e5526c)}.scent-quiz__answer:nth-child(4) .scent-quiz__answer-letter{background:linear-gradient(135deg,#f8bd59,#83b44e)}.scent-quiz__answer-text{color:#111923;font-size:1rem;font-weight:900;line-height:1.35}.scent-quiz__answer.is-selected{border-color:#d94d7ccc;box-shadow:0 18px 42px #d94d7c33}.scent-quiz__nav{max-width:760px;margin:30px auto 0;display:grid;grid-template-columns:52px minmax(220px,320px) 52px;justify-content:center;align-items:center}.scent-quiz__button--ghost{min-width:52px;width:52px;padding:0;overflow:hidden;color:transparent;border-radius:999px}.scent-quiz__button--ghost[data-quiz-back]:before{content:"<";color:var(--quiz-ink);font-size:1.4rem}.scent-quiz__button--ghost[data-quiz-restart]:before{content:"x";color:var(--quiz-ink);font-size:1.15rem}.scent-quiz__unlock{min-height:620px;display:grid;align-items:center;padding:clamp(32px,5vw,76px);background:url(quiz-hero-bg.jpg) left bottom / min(42%,430px) auto no-repeat,linear-gradient(115deg,#fffaf2f5,#fff4e7f0)}.scent-quiz__unlock-panel{width:min(680px,100%);margin:0 auto;text-align:center}.scent-quiz__unlock-form{grid-template-columns:1fr;gap:14px;margin-top:28px}.scent-quiz__email{min-height:62px;border:2px solid rgba(217,77,124,.38);border-radius:999px;padding:0 26px;text-align:center;background:#ffffffc7}.scent-quiz__skip{justify-self:center;margin-top:18px;color:var(--quiz-rose-dark)}.scent-quiz__result{padding:clamp(28px,4vw,58px)}.scent-quiz__result-head{max-width:940px;margin:0 auto 26px;text-align:center}.scent-quiz__recommendations{grid-template-columns:minmax(320px,1.2fr) minmax(260px,.8fr);align-items:stretch}.scent-quiz__product-card:first-child{grid-row:span 2}.scent-quiz__product-card{border-color:#d94d7c2e;border-radius:18px;padding:18px;background:#ffffffc7}.scent-quiz__product-image{border-radius:16px;object-fit:contain;background:linear-gradient(135deg,#fff0cf,#fff8ed)}.scent-quiz__product-name{color:var(--quiz-plum);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.55rem,2.7vw,2.8rem)}.scent-quiz__reward,.scent-quiz__checkout-panel{border-radius:18px}@media(max-width:980px){.scent-quiz__answers--visual{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:780px){.scent-quiz{min-height:auto;background:radial-gradient(circle at 8% 18%,rgba(255,210,155,.3),transparent 15%),radial-gradient(circle at 94% 74%,rgba(112,169,185,.22),transparent 16%),linear-gradient(180deg,#fff9ef,#fff4e8)}.scent-quiz:after{display:none}.scent-quiz__shell{width:min(100% - 20px,480px);padding:18px 0 28px}.scent-quiz__welcome,.scent-quiz__panel,.scent-quiz__unlock,.scent-quiz__result,.scent-quiz__loading{border-radius:18px}.scent-quiz__welcome{min-height:720px;grid-template-columns:1fr;align-items:start;padding:44px 20px 260px}.scent-quiz__welcome:before{inset:auto -62px 0 -58px;width:auto;height:360px;background:url(quiz-hero-bg.jpg) center bottom / contain no-repeat}.scent-quiz__intro{justify-items:center;text-align:center}.scent-quiz__title{font-size:clamp(4.1rem,18vw,6.6rem);line-height:.88}.scent-quiz__subtitle{font-size:1.08rem;line-height:1.5}.scent-quiz__intro .scent-quiz__button--primary{width:min(100%,340px);min-height:66px;font-size:1.45rem}.scent-quiz__panel{padding:28px 18px 30px}.scent-quiz__topline{margin-bottom:22px}.scent-quiz__step{display:none}.scent-quiz__mobile-count{display:block;margin:0 0 14px;color:#102031;font-size:1.35rem;font-weight:950;text-align:center}.scent-quiz__progress{height:8px}.scent-quiz__question{font-size:clamp(3.15rem,13vw,5rem);line-height:.95}.scent-quiz__hint{font-size:1.32rem;line-height:1.35}.scent-quiz__answers--visual{grid-template-columns:1fr;gap:14px}.scent-quiz__answer--visual{min-height:132px;grid-template-columns:minmax(0,1fr) 42%;grid-template-rows:1fr;align-items:stretch;border-radius:18px;overflow:hidden}.scent-quiz__answer--visual .scent-quiz__answer-image{order:2;width:100%;height:100%;min-height:132px;aspect-ratio:auto;padding:0;object-fit:cover}.scent-quiz__answer--visual .scent-quiz__answer-content{order:1;min-height:132px;grid-template-columns:54px minmax(0,1fr);gap:16px;padding:18px 16px;text-align:left}.scent-quiz__answer-letter{width:54px;height:54px;font-size:1.5rem}.scent-quiz__answer-text{font-size:1.24rem;line-height:1.23}.scent-quiz__nav{grid-template-columns:1fr;gap:12px}.scent-quiz__button--ghost{display:none}.scent-quiz__button--next{width:min(100%,340px);min-height:64px;justify-self:center;font-size:1.35rem}.scent-quiz__unlock{min-height:760px;padding:42px 20px 300px;background:url(quiz-hero-bg.jpg) center bottom / 420px auto no-repeat,linear-gradient(180deg,#fffaf2fa,#fff4e7f5)}.scent-quiz__email{min-height:60px;font-size:1.1rem}.scent-quiz__result{padding:32px 18px}.scent-quiz__result-title{font-size:clamp(3rem,13vw,4.9rem)}.scent-quiz__recommendations{grid-template-columns:1fr}.scent-quiz__product-card,.scent-quiz__product-card:first-child{grid-row:auto;grid-template-columns:1fr}.scent-quiz__product-image{aspect-ratio:4 / 5}}.scent-quiz{--quiz-ink: #201923;--quiz-plum: #4b0818;--quiz-cream: #fff8ec;--quiz-paper: #fffaf1;--quiz-line: rgba(91, 38, 32, .16);--quiz-pink: #df527f;--quiz-pink-dark: #94246f;--quiz-green: #98d2b5;--quiz-shadow: 0 24px 70px rgba(94, 45, 28, .12);padding:clamp(18px,3.4vw,44px) 0 clamp(34px,5vw,72px);background:radial-gradient(circle at 4% 12%,rgba(255,201,134,.22),transparent 16%),radial-gradient(circle at 96% 20%,rgba(240,107,142,.14),transparent 18%),radial-gradient(circle at 88% 92%,rgba(116,199,181,.16),transparent 16%),linear-gradient(180deg,#fffbf4,#fff5e7);overflow:visible}.scent-quiz:before,.scent-quiz:after{pointer-events:none}.scent-quiz__shell{width:min(var(--quiz-page-width, 1160px),calc(100% - 28px));min-height:0;padding:0;align-items:start}.scent-quiz__welcome,.scent-quiz__panel,.scent-quiz__unlock,.scent-quiz__result,.scent-quiz__loading{width:100%;border:1px solid var(--quiz-line);border-radius:8px;background:radial-gradient(circle at 12% 12%,rgba(255,213,153,.18),transparent 16%),radial-gradient(circle at 92% 8%,rgba(120,201,181,.12),transparent 12%),var(--quiz-paper);box-shadow:var(--quiz-shadow)}.scent-quiz__welcome{min-height:clamp(520px,72vh,740px);grid-template-columns:minmax(300px,.82fr) minmax(420px,1.18fr);padding:clamp(44px,6vw,86px) clamp(30px,5vw,76px);overflow:hidden}.scent-quiz__welcome:before{inset:0 0 0 auto;width:min(74%,940px);height:100%;border-radius:0;background:linear-gradient(90deg,#fffaf2f5,#fffaf2b3 20%,#fffaf200 50%),url(quiz-hero-bg.jpg) right bottom / 1180px auto no-repeat}.scent-quiz__intro{position:relative;z-index:2;max-width:430px;justify-items:start;align-self:center;text-align:left}.scent-quiz__eyebrow,.scent-quiz__mood,.scent-quiz__step{color:var(--quiz-plum);font-weight:900;letter-spacing:.08em}.scent-quiz__title,.scent-quiz__question,.scent-quiz__result-title{font-family:Georgia,Times New Roman,serif;color:var(--quiz-plum);letter-spacing:0}.scent-quiz__title{max-width:460px;font-size:clamp(3rem,4.6vw,5.35rem);line-height:.96}.scent-quiz__subtitle,.scent-quiz__hint,.scent-quiz__result-copy{color:#24313c;font-size:clamp(1rem,1.25vw,1.18rem);line-height:1.55}.scent-quiz__button,.scent-quiz__theme-button{min-height:52px;border-radius:999px!important;font-weight:900;letter-spacing:0}.scent-quiz__button--primary,.scent-quiz__theme-button{border:0!important;background:linear-gradient(135deg,var(--quiz-pink-dark),var(--quiz-pink))!important;color:#fff!important;box-shadow:0 14px 30px #df527f47!important}.scent-quiz__button--next{min-width:280px;background:linear-gradient(135deg,#b7dfc4,#88c9a9)!important;color:#111923!important;box-shadow:none!important}.scent-quiz__button--next:after,.scent-quiz__intro .scent-quiz__button--primary:after{content:" ->";padding-left:16px}.scent-quiz__panel{min-height:clamp(600px,72vh,760px);padding:clamp(30px,4vw,54px)}.scent-quiz__topline{max-width:760px;margin:0 auto clamp(22px,3vw,36px)}.scent-quiz__step{text-align:right}.scent-quiz__progress{height:8px;border-radius:999px;background:linear-gradient(90deg,#e18e9a4d,#e8bc9f5c)}.scent-quiz__progress span{border-radius:999px;background:linear-gradient(90deg,#96266f,#e0517d)}.scent-quiz__mobile-count{display:none}.scent-quiz__question{max-width:920px;margin:0 auto 14px;font-size:clamp(2.15rem,3.3vw,4.2rem);line-height:1.03;text-align:center}.scent-quiz__hint{max-width:680px;margin:0 auto clamp(24px,3vw,34px);text-align:center}.scent-quiz__answers{align-items:stretch}.scent-quiz__answers--visual{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(12px,1.5vw,20px)}.scent-quiz__answer{border:1px solid rgba(106,61,43,.18);background:#fffbf4d1;color:var(--quiz-ink);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.scent-quiz__answer:hover,.scent-quiz__answer.is-selected{transform:translateY(-2px);border-color:#df527fb8;box-shadow:0 18px 42px #df527f2b}.scent-quiz__answer--visual{display:grid;grid-template-rows:minmax(170px,1fr) auto;min-height:clamp(250px,28vw,350px);padding:0;overflow:hidden}.scent-quiz__answer--visual .scent-quiz__answer-image{width:100%;height:100%;min-height:0;aspect-ratio:auto;padding:clamp(8px,1.2vw,14px);object-fit:contain;background:radial-gradient(circle at 50% 52%,#ffffffe6,#fff4e83d)}.scent-quiz__answer--visual .scent-quiz__answer-content{min-height:94px;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;padding:14px 14px 18px;text-align:center}.scent-quiz__answer-letter{width:42px;height:42px;border:2px solid rgba(255,255,255,.76);border-radius:999px;background:linear-gradient(135deg,#e35a88,#b73574);color:#fff;font-size:1.08rem;font-weight:950}.scent-quiz__answer:nth-child(2) .scent-quiz__answer-letter{background:linear-gradient(135deg,#7ccbb9,#3e987e)}.scent-quiz__answer:nth-child(3) .scent-quiz__answer-letter{background:linear-gradient(135deg,#ff8354,#e05279)}.scent-quiz__answer:nth-child(4) .scent-quiz__answer-letter{background:linear-gradient(135deg,#f9b54c,#67ad82)}.scent-quiz__answer-copy{min-width:0}.scent-quiz__answer-text{display:block;color:#151923;font-size:clamp(.78rem,1vw,.98rem);font-weight:900;line-height:1.36;overflow-wrap:break-word}.scent-quiz__answer-note{display:block;margin-top:5px;color:#594c4a;font-size:.82rem;line-height:1.35}.scent-quiz__nav{max-width:760px;margin:clamp(22px,3vw,34px) auto 0;display:grid;grid-template-columns:44px minmax(220px,320px) 44px;justify-content:center;gap:clamp(18px,6vw,78px);align-items:center}.scent-quiz__button--ghost{width:44px;min-width:44px;height:44px;min-height:44px;padding:0;overflow:hidden;border-radius:999px!important;border-color:#4a07172e!important;background:#fffaf2cc!important;color:transparent!important}.scent-quiz__button--ghost[data-quiz-back]:before{content:"<";color:var(--quiz-ink);font-size:1.2rem}.scent-quiz__button--ghost[data-quiz-restart]:before{content:"x";color:var(--quiz-ink);font-size:1rem;text-transform:uppercase}.scent-quiz__unlock{min-height:clamp(540px,68vh,720px);padding:clamp(38px,5vw,74px);background:url(quiz-hero-bg.jpg) left bottom / min(36%,420px) auto no-repeat,radial-gradient(circle at 82% 76%,rgba(244,173,63,.16),transparent 16%),var(--quiz-paper)}.scent-quiz__unlock-panel{max-width:650px;margin:0 auto;text-align:center}.scent-quiz__unlock-form{grid-template-columns:1fr;gap:14px;max-width:560px;margin:28px auto 0}.scent-quiz__email{min-height:58px;border:1.5px solid rgba(223,82,127,.45);border-radius:999px;padding:0 24px;text-align:center;background:#ffffffbf}.scent-quiz__skip{margin-top:18px;color:#9b1f66;font-weight:800}.scent-quiz__result{padding:clamp(34px,5vw,74px)}.scent-quiz__result-head{max-width:860px;margin:0 auto clamp(24px,3vw,38px);text-align:center}.scent-quiz__result-title{font-size:clamp(2.8rem,4.6vw,5.8rem);line-height:.98}.scent-quiz__recommendations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(14px,2vw,22px)}.scent-quiz__product-card{border:1px solid rgba(91,38,32,.13);border-radius:12px;padding:clamp(14px,1.8vw,20px);background:#fffdf8e0;box-shadow:0 16px 36px #5b262012}.scent-quiz__product-card:first-child{grid-column:1 / -1;display:grid;grid-template-columns:minmax(360px,1.15fr) minmax(280px,.85fr);gap:clamp(24px,4vw,48px);align-items:center;padding:clamp(20px,3vw,34px)}.scent-quiz__product-card:first-child .scent-quiz__product-image{aspect-ratio:1.42}.scent-quiz__product-image{border-radius:10px;object-fit:contain;background:linear-gradient(135deg,#fff1cf,#fff8eb)}.scent-quiz__product-label,.scent-quiz__reward-label{color:#8b4050;font-size:.74rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.scent-quiz__match{border:1px solid rgba(223,82,127,.28);border-radius:999px;padding:.48rem .78rem;background:#fffaf2d1;color:#c44d5a;font-weight:900}.scent-quiz__product-name{color:var(--quiz-plum);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.75rem,2.8vw,3.6rem);line-height:1.02;letter-spacing:0}.scent-quiz__price{color:var(--quiz-plum);font-size:clamp(1.35rem,2.2vw,2.2rem);font-weight:950}.scent-quiz__product-cart-form{margin-top:12px}.scent-quiz__product-cart-form .scent-quiz__theme-button,.scent-quiz__checkout-actions .scent-quiz__theme-button{min-height:54px}.scent-quiz__reward{margin-top:clamp(16px,2.4vw,24px);border-radius:12px;background:#2a1510;color:#fff}.scent-quiz__copy{border-radius:10px;border-color:#ffffff3d;background:#ffffff1f;color:#fff}.scent-quiz__checkout-panel{margin-top:clamp(16px,2.4vw,24px);border-radius:12px;border:1px solid rgba(91,38,32,.13);background:#fffdf8e6}.scent-quiz__theme-button--retake{background:#fffaf1!important;border:1px solid rgba(74,7,23,.18)!important;color:var(--quiz-plum)!important;box-shadow:none!important}.scent-quiz__theme-button--retake .btn__text{color:var(--quiz-plum)!important}@media(max-width:980px){.scent-quiz__answers--visual{grid-template-columns:repeat(2,minmax(0,1fr))}.scent-quiz__product-card:first-child{grid-template-columns:1fr}}@media(max-width:780px){.scent-quiz{padding:10px 0 28px;background:radial-gradient(circle at 4% 12%,rgba(255,201,134,.24),transparent 15%),radial-gradient(circle at 96% 20%,rgba(240,107,142,.15),transparent 16%),linear-gradient(180deg,#fffbf4,#fff4e7)}.scent-quiz__shell{width:min(100% - 16px,520px)}.scent-quiz__welcome,.scent-quiz__panel,.scent-quiz__unlock,.scent-quiz__result,.scent-quiz__loading{border-radius:20px;box-shadow:none}.scent-quiz__welcome{min-height:720px;grid-template-columns:1fr;padding:58px 22px 270px}.scent-quiz__welcome:before{inset:auto -70px 0 -70px;width:auto;height:385px;background:url(quiz-hero-bg.jpg) center bottom / 760px auto no-repeat}.scent-quiz__intro{max-width:100%;justify-items:center;text-align:center}.scent-quiz__eyebrow{display:none}.scent-quiz__title{font-size:clamp(3.7rem,15vw,5.8rem);line-height:.92}.scent-quiz__subtitle{max-width:360px;font-size:1.12rem}.scent-quiz__intro .scent-quiz__button--primary{width:min(100%,330px);min-height:64px;font-size:1.28rem}.scent-quiz__panel{min-height:auto;padding:28px 14px 30px;background:#fff9ef var(--quiz-current-question-bg-mobile, var(--quiz-current-question-bg-desktop, var(--quiz-question-bg-mobile, var(--quiz-question-bg-desktop, none)))) center top / cover no-repeat}.scent-quiz__topline{margin-bottom:20px}.scent-quiz__step{display:none}.scent-quiz__mobile-count{display:block;margin:0 0 12px;color:var(--quiz-ink);font-size:1.35rem;font-weight:950;text-align:center}.scent-quiz__progress{height:7px}.scent-quiz__question{font-size:clamp(3rem,12vw,4.5rem);line-height:.98}.scent-quiz__hint{margin-bottom:20px;font-size:1.22rem;line-height:1.38}.scent-quiz__answers--visual{grid-template-columns:1fr;gap:14px}.scent-quiz__answer--visual{grid-template-columns:minmax(0,1fr) minmax(126px,40%);grid-template-rows:1fr;min-height:132px;border-radius:18px}.scent-quiz__answer--visual .scent-quiz__answer-image{order:2;min-height:132px;padding:0;object-fit:cover}.scent-quiz__answer--visual .scent-quiz__answer-content{order:1;min-height:132px;grid-template-columns:52px minmax(0,1fr);gap:14px;padding:18px 14px;text-align:left}.scent-quiz__answer-letter{width:52px;height:52px;font-size:1.45rem}.scent-quiz__answer-text{font-size:clamp(1rem,5vw,1.32rem);line-height:1.2}.scent-quiz__nav{grid-template-columns:1fr;gap:12px;margin-top:22px}.scent-quiz__button--ghost{display:none}.scent-quiz__button--next{width:min(100%,330px);min-height:62px;justify-self:center;background:linear-gradient(135deg,var(--quiz-pink-dark),var(--quiz-pink))!important;color:#fff!important;font-size:1.25rem}.scent-quiz__unlock{min-height:760px;padding:46px 18px 300px;background:url(quiz-hero-bg.jpg) center bottom / 420px auto no-repeat,var(--quiz-paper)}.scent-quiz__unlock-form{margin-top:24px}.scent-quiz__email{min-height:58px;font-size:1.05rem}.scent-quiz__result{padding:34px 16px}.scent-quiz__result-title{font-size:clamp(3rem,12vw,4.8rem)}.scent-quiz__recommendations{grid-template-columns:1fr}.scent-quiz__product-card,.scent-quiz__product-card:first-child{grid-template-columns:1fr;grid-column:auto;gap:16px}.scent-quiz__product-card:first-child .scent-quiz__product-image,.scent-quiz__product-image{aspect-ratio:1.05}.scent-quiz__product-name{font-size:clamp(2rem,9vw,3.2rem)}.scent-quiz__checkout-panel,.scent-quiz__checkout-actions{display:grid;width:100%}.scent-quiz__checkout-actions{grid-template-columns:1fr}}.scent-quiz:before,.scent-quiz:after{content:none;display:none}.scent-quiz__answer-text{font-size:clamp(15px,1.15vw,17px);line-height:1.3}.scent-quiz__eyebrow,.scent-quiz__mood,.scent-quiz__step,.scent-quiz__product-label,.scent-quiz__reward-label{font-size:12px}.scent-quiz__title{font-size:clamp(50px,4.6vw,68px)}.scent-quiz__subtitle,.scent-quiz__hint,.scent-quiz__result-copy{font-size:clamp(15px,1.25vw,18px)}.scent-quiz__question{font-size:clamp(38px,3.3vw,56px)}.scent-quiz__intro .scent-quiz__button--primary,.scent-quiz__theme-button{font-size:16px}.scent-quiz__nav{grid-template-columns:52px minmax(260px,360px);gap:clamp(24px,5vw,64px)}.scent-quiz__button--next{min-height:58px;font-size:17px}.scent-quiz__button--ghost[data-quiz-back]{width:52px;min-width:52px;height:52px;min-height:52px;border:0!important;background:transparent!important}.scent-quiz__button--ghost[data-quiz-back]:before{content:"\2190";font-size:30px}.scent-quiz__button--ghost[data-quiz-restart]{display:none}.scent-quiz__unlock{padding-bottom:clamp(220px,24vw,330px);background:linear-gradient(180deg,#fffaf1fa,#fffaf1e0 48%,#fffaf11f 74%),url(quiz-hero-bg.jpg) center bottom / 100% auto no-repeat,var(--quiz-paper)}.scent-quiz__product-card:not(:first-child){grid-template-columns:minmax(150px,38%) minmax(0,1fr);align-items:center}.scent-quiz__product-card:not(:first-child) .scent-quiz__product-image{aspect-ratio:1;max-height:220px}.scent-quiz__product-card:not(:first-child) .scent-quiz__product-name{font-size:clamp(22px,2vw,30px)}.scent-quiz__result-title{font-size:clamp(44px,4.6vw,68px)}.scent-quiz__product-name{font-size:clamp(30px,2.8vw,44px)}.scent-quiz__price{font-size:clamp(20px,2.2vw,28px)}@media(max-width:780px){.scent-quiz__title{font-size:clamp(42px,11vw,64px);line-height:.98}.scent-quiz__question{font-size:clamp(34px,8.5vw,52px);line-height:1.02}.scent-quiz__answer-text{font-size:clamp(15px,4.2vw,18px);line-height:1.26}.scent-quiz__subtitle,.scent-quiz__hint,.scent-quiz__result-copy{font-size:16px}.scent-quiz__mobile-count{font-size:20px}.scent-quiz__nav{grid-template-columns:1fr}.scent-quiz__button--next{min-height:58px;font-size:17px}.scent-quiz__unlock{min-height:680px;padding:42px 18px 190px;background:linear-gradient(180deg,#fffaf1fc,#fffaf1eb 58%,#fffaf133 78%),url(quiz-hero-bg.jpg) center bottom / 100% auto no-repeat,var(--quiz-paper)}.scent-quiz__product-card:not(:first-child){grid-template-columns:minmax(112px,36%) minmax(0,1fr);gap:14px}.scent-quiz__product-card:not(:first-child) .scent-quiz__product-image{max-height:170px}.scent-quiz__product-card:not(:first-child) .scent-quiz__product-name{font-size:clamp(20px,6vw,28px)}.scent-quiz__result-title{font-size:clamp(38px,10vw,54px)}.scent-quiz__product-name{font-size:clamp(28px,8vw,40px)}.scent-quiz__price{font-size:22px}}@media(max-width:430px){.scent-quiz__welcome{min-height:650px;padding:44px 18px 235px}.scent-quiz__welcome:before{height:320px;background-size:640px auto}.scent-quiz__answer--visual{grid-template-columns:minmax(0,1fr) minmax(112px,38%);min-height:120px}.scent-quiz__answer--visual .scent-quiz__answer-image,.scent-quiz__answer--visual .scent-quiz__answer-content{min-height:120px}.scent-quiz__answer--visual .scent-quiz__answer-content{grid-template-columns:44px minmax(0,1fr);gap:10px;padding:14px 10px}.scent-quiz__answer-letter{width:44px;height:44px;font-size:1.2rem}.scent-quiz__product-card:not(:first-child){grid-template-columns:104px minmax(0,1fr);padding:12px}}@media(min-width:781px){.scent-quiz{padding:0;background:#fff8ef}.scent-quiz__shell{width:min(var(--quiz-page-width, 1400px),calc(100% - 32px));min-height:0;padding:28px 0 42px}.scent-quiz__welcome,.scent-quiz__panel,.scent-quiz__unlock,.scent-quiz__result{width:100%;border:1px solid rgba(82,47,31,.12);border-radius:6px;box-shadow:0 20px 54px #58321f17;-webkit-backdrop-filter:none;backdrop-filter:none}.scent-quiz__welcome{min-height:clamp(600px,66vw,760px);display:grid;place-items:center start;padding:clamp(54px,7vw,96px) 52% clamp(54px,7vw,96px) clamp(44px,7vw,96px);background:#fff8ef var(--quiz-welcome-bg-desktop, url(quiz-desktop-welcome-v2.jpg)) center / cover no-repeat}.scent-quiz__welcome:before,.scent-quiz__scoop-board{display:none;content:none}.scent-quiz__intro{max-width:520px;justify-items:start;gap:0;text-align:left}.scent-quiz__welcome .scent-quiz__eyebrow{display:block;margin-bottom:24px;color:#53101f;font-size:12px;font-weight:900}.scent-quiz__welcome .scent-quiz__title{max-width:500px;color:#500d1c;font-size:clamp(50px,4.5vw,72px);line-height:.96;text-align:left}.scent-quiz__welcome .scent-quiz__title-prefix{display:block;margin:0;color:inherit;font-family:inherit;font-size:1em;font-weight:inherit;line-height:inherit}.scent-quiz__welcome .scent-quiz__subtitle{max-width:440px;margin-top:26px;color:#26323f;font-size:17px;line-height:1.55;text-align:left}.scent-quiz__intro .scent-quiz__button--primary{min-width:230px;min-height:58px;margin-top:30px;border:0;border-radius:999px;background:linear-gradient(135deg,#a51f70,#dd4979)!important;color:#fff!important;font-size:17px;box-shadow:0 16px 34px #b92b683d!important}.scent-quiz__intro .scent-quiz__button--primary:after,.scent-quiz__button--next:after{content:"\2192";margin-left:18px;font-size:22px;font-weight:500}.scent-quiz__panel{min-height:730px;padding:38px clamp(150px,15vw,250px) 32px;background:#fff8ef var(--quiz-current-question-bg-desktop, var(--quiz-question-bg-desktop, url(quiz-desktop-question-v2.jpg))) center / cover no-repeat}.scent-quiz__topline{max-width:940px;margin:0 auto 22px}.scent-quiz__step{margin-bottom:10px;color:#7a324a;font-size:12px;text-align:center}.scent-quiz__progress{width:min(100%,680px);height:4px;margin-inline:auto;background:#b2536929}.scent-quiz__progress span{background:#ce4676}.scent-quiz__question-wrap{max-width:960px;margin-inline:auto}.scent-quiz__mobile-count{display:none}.scent-quiz__question{max-width:840px;margin:0 auto 12px;color:#241416;font-family:inherit;font-size:clamp(34px,3vw,48px);font-weight:800;line-height:1.08}.scent-quiz__hint{margin-bottom:28px;color:#5e4f4d;font-size:17px}.scent-quiz__answers--visual{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.scent-quiz__answer--visual{min-height:390px;grid-template-rows:minmax(220px,1fr) auto;border-color:#784b372e;border-radius:8px;background:#fffdf9e6;box-shadow:none}.scent-quiz__answer--visual:hover,.scent-quiz__answer--visual.is-selected{border-color:#dd4979;box-shadow:0 14px 30px #c03e6c21}.scent-quiz__answer--visual .scent-quiz__answer-image{min-height:220px;aspect-ratio:auto;padding:14px 14px 0;object-fit:contain;background:transparent}.scent-quiz__answer--visual .scent-quiz__answer-content{min-height:118px;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:start;padding:16px 14px 20px;background:#fffdf9eb;text-align:left}.scent-quiz__answer-letter{width:38px;height:38px;background:#d94d7b;color:#fff;font-size:17px}.scent-quiz__answer:nth-child(2) .scent-quiz__answer-letter{background:#68ad99}.scent-quiz__answer:nth-child(3) .scent-quiz__answer-letter{background:#e35e78}.scent-quiz__answer:nth-child(4) .scent-quiz__answer-letter{background:#78ae86}.scent-quiz__answer-text{color:#231b1a;font-size:clamp(14px,1vw,16px);font-weight:700;line-height:1.38}.scent-quiz__nav{max-width:960px;grid-template-columns:48px minmax(280px,360px) 48px;align-items:center;margin:28px auto 0}.scent-quiz__button--next{min-height:56px;border:0;border-radius:999px;background:linear-gradient(135deg,#d23f74,#e0658d)!important;color:#fff!important;box-shadow:0 12px 26px #b92b682e!important}.scent-quiz__button--ghost[data-quiz-back]{display:grid;place-items:center;justify-self:start;border:1px solid rgba(85,46,35,.18)!important;border-radius:50%;background:#fffdf9cc!important}.scent-quiz__unlock{min-height:650px;display:grid;place-items:center;padding:70px 31% 90px;background:#fff8ef var(--quiz-unlock-bg-desktop, url(quiz-desktop-unlock-v2.jpg)) center / cover no-repeat}.scent-quiz__unlock-progress{display:none}.scent-quiz__unlock-panel{width:min(100%,600px);justify-items:center;gap:18px;text-align:center}.scent-quiz__unlock .scent-quiz__mood{color:#6f2940;font-size:12px;font-weight:900;text-transform:uppercase}.scent-quiz__unlock .scent-quiz__result-title{max-width:590px;margin:0;color:#500d1c;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,4vw,62px);line-height:1}.scent-quiz__unlock .scent-quiz__result-copy{max-width:560px;color:#38404a;font-size:16px;line-height:1.55}.scent-quiz__unlock-form{width:min(100%,520px);grid-template-columns:1fr;gap:12px;margin-top:10px}.scent-quiz__email{min-height:58px;border:1px solid rgba(209,73,119,.48);border-radius:999px;padding:0 24px;background:#ffffffd1;font-size:17px;text-align:center}.scent-quiz__unlock-form .scent-quiz__button--primary{min-height:58px;border:0;border-radius:999px;background:linear-gradient(135deg,#98236f,#d94d7b)!important;color:#fff!important;font-size:17px}.scent-quiz__skip{justify-self:center;color:#8f205a;font-size:15px;text-underline-offset:5px}.scent-quiz__result{padding:clamp(38px,5vw,72px);background:#fff9f0 var(--quiz-result-bg-desktop, url(quiz-desktop-result-v2.jpg)) center / cover no-repeat}.scent-quiz__result-head{margin:0 auto 34px;text-align:center}.scent-quiz__result-head .scent-quiz__mood{color:#6f2940;font-size:12px;font-weight:900;text-transform:uppercase}.scent-quiz__result-head .scent-quiz__result-title{margin:10px 0 12px;color:#500d1c;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,4vw,62px)}.scent-quiz__result-head .scent-quiz__result-copy{color:#514641}.scent-quiz__recommendations{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.scent-quiz__product-card{border-color:#5b35241f;background:#fffdf9d6}.scent-quiz__product-card:first-child{grid-column:1 / -1;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:clamp(34px,5vw,78px);align-items:center;min-height:500px;padding:clamp(22px,3vw,42px)}.scent-quiz__product-card:first-child .scent-quiz__product-image{width:100%;max-height:560px;aspect-ratio:1.2;padding:22px;object-fit:contain;background:#fff4d894}.scent-quiz__product-card:first-child .scent-quiz__product-body{gap:16px}.scent-quiz__product-card:first-child .scent-quiz__product-name{color:#500d1c;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,4vw,62px);line-height:1}.scent-quiz__product-card:first-child .scent-quiz__price{color:#2d1719;font-size:28px}.scent-quiz__product-card:first-child .scent-quiz__theme-button{min-height:58px;border:0;border-radius:999px;background:linear-gradient(135deg,#98236f,#d94d7b)!important;color:#fff!important;font-size:17px}.scent-quiz__product-card:not(:first-child){grid-template-columns:190px minmax(0,1fr);align-items:center;padding:18px}.scent-quiz__product-card:not(:first-child) .scent-quiz__product-image{max-height:190px;object-fit:contain}.scent-quiz__reward,.scent-quiz__checkout-panel{background:#fffdf9e6;color:#2d1719}.scent-quiz__copy{border-color:#98236f38;background:#92236c;color:#fff}}@media(min-width:781px)and (max-width:1100px){.scent-quiz__panel{padding-inline:80px}.scent-quiz__answer--visual{min-height:350px}.scent-quiz__answer--visual .scent-quiz__answer-image{min-height:190px}.scent-quiz__unlock{padding-inline:26%}}.scent-quiz__secondary-recommendations{grid-column:1 / -1;min-width:0;margin-top:8px}.scent-quiz__secondary-title{margin:0 0 16px;color:#500d1c;font-family:Georgia,Times New Roman,serif;font-size:clamp(22px,2vw,30px);line-height:1.1;text-align:center}.scent-quiz__secondary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(min-width:781px){.scent-quiz__recommendations{grid-template-columns:1fr}.scent-quiz__product-card--primary{grid-column:auto}.scent-quiz__product-card--secondary{grid-template-columns:150px minmax(0,1fr);min-height:190px}.scent-quiz__product-card--secondary .scent-quiz__product-image{width:150px;height:150px;max-height:none;aspect-ratio:1;object-fit:contain;background:#fff8e7}.scent-quiz__product-card--secondary .scent-quiz__product-name{color:#500d1c;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,2vw,32px)}}@media(max-width:780px){.scent-quiz__result{padding:30px 16px 34px;background:#fff9f0 var(--quiz-result-bg-mobile, var(--quiz-result-bg-desktop, url(quiz-desktop-result-v2.jpg))) center top / auto 760px no-repeat}.scent-quiz__result-head{margin-bottom:22px;text-align:left}.scent-quiz__result-head .scent-quiz__mood{color:#7a324a;font-size:10px;font-weight:900;text-transform:uppercase}.scent-quiz__result-head .scent-quiz__result-title{margin:8px 0 10px;color:#500d1c;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,10vw,46px);line-height:.98}.scent-quiz__result-head .scent-quiz__result-copy{color:#403936;font-size:15px;line-height:1.5}.scent-quiz__recommendations{display:block}.scent-quiz__product-card--primary,.scent-quiz__product-card:first-child{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(138px,.92fr);gap:14px;align-items:center;padding:12px;border-radius:8px;background:#fffdf9f0}.scent-quiz__product-card--primary .scent-quiz__product-image,.scent-quiz__product-card:first-child .scent-quiz__product-image{width:100%;height:auto;max-height:none;aspect-ratio:.78;padding:8px;object-fit:contain;background:#fff1d2}.scent-quiz__product-card--primary .scent-quiz__product-body{align-content:center;gap:10px}.scent-quiz__product-card--primary .scent-quiz__product-topline{display:grid;justify-items:start}.scent-quiz__product-card--primary .scent-quiz__match{min-width:74px;min-height:30px;font-size:11px}.scent-quiz__product-card--primary .scent-quiz__product-name{color:#500d1c;font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,8vw,38px);line-height:1}.scent-quiz__product-card--primary .scent-quiz__price{color:#2d1719;font-size:22px}.scent-quiz__product-card--primary .scent-quiz__theme-button{min-height:50px;border:0;border-radius:999px;background:linear-gradient(135deg,#98236f,#d94d7b)!important;color:#fff!important;font-size:14px}.scent-quiz__secondary-recommendations{margin-top:24px}.scent-quiz__secondary-title{margin-bottom:12px;font-size:21px}.scent-quiz__secondary-grid{display:flex;gap:10px;overflow-x:auto;padding:0 2px 10px;scroll-snap-type:x mandatory;scrollbar-width:thin}.scent-quiz__product-card--secondary,.scent-quiz__product-card:not(:first-child){flex:0 0 min(48%,180px);display:grid;grid-template-columns:1fr;gap:8px;align-content:start;min-height:0;padding:10px;border-radius:8px;scroll-snap-align:start}.scent-quiz__product-card--secondary .scent-quiz__product-image,.scent-quiz__product-card:not(:first-child) .scent-quiz__product-image{width:100%;height:auto;max-height:none;aspect-ratio:1;object-fit:contain;background:#fff3dc}.scent-quiz__product-card--secondary .scent-quiz__product-topline{display:grid;justify-items:start;gap:5px}.scent-quiz__product-card--secondary .scent-quiz__product-label{font-size:9px}.scent-quiz__product-card--secondary .scent-quiz__match{min-width:64px;min-height:26px;padding:4px 8px;font-size:10px}.scent-quiz__product-card--secondary .scent-quiz__product-name,.scent-quiz__product-card:not(:first-child) .scent-quiz__product-name{min-height:2.2em;color:#500d1c;font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.1}.scent-quiz__product-card--secondary .scent-quiz__price{font-size:15px}.scent-quiz__product-card--secondary .scent-quiz__theme-button{min-height:42px;padding-inline:10px;border:0;border-radius:999px;background:#9b246f!important;color:#fff!important;font-size:12px}.scent-quiz__reward{margin-top:18px}.scent-quiz__checkout-panel{margin-top:12px}}@media(max-width:430px){.scent-quiz__product-card--primary,.scent-quiz__product-card:first-child{grid-template-columns:minmax(0,1.04fr) minmax(128px,.96fr)}.scent-quiz__product-card--secondary,.scent-quiz__product-card:not(:first-child){flex-basis:154px}}.scent-quiz__recommendations>.scent-quiz__product-card--primary{grid-column:1 / -1}.scent-quiz__secondary-grid>.scent-quiz__product-card--secondary{grid-column:auto!important}@media(min-width:781px){.scent-quiz__secondary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.scent-quiz__secondary-grid>.scent-quiz__product-card--secondary{width:auto;min-height:224px;display:grid;grid-template-columns:164px minmax(0,1fr);align-items:center;gap:22px;padding:22px}.scent-quiz__secondary-grid>.scent-quiz__product-card--secondary .scent-quiz__product-image{width:164px;height:164px;max-height:none;aspect-ratio:1;object-fit:contain}.scent-quiz__secondary-grid>.scent-quiz__product-card--secondary .scent-quiz__product-name{min-height:0;font-size:clamp(22px,1.8vw,30px);line-height:1.08}}@media(max-width:780px){.scent-quiz__recommendations>.scent-quiz__product-card--primary{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(138px,.92fr)}.scent-quiz__secondary-grid>.scent-quiz__product-card--secondary{flex:0 0 min(48%,180px);width:min(48%,180px);display:grid;grid-template-columns:1fr;gap:8px;align-content:start;min-height:0;padding:10px;scroll-snap-align:start}.scent-quiz__secondary-grid>.scent-quiz__product-card--secondary .scent-quiz__product-image{width:100%;height:auto;max-height:none;aspect-ratio:1;object-fit:contain}.scent-quiz__secondary-grid>.scent-quiz__product-card--secondary .scent-quiz__product-name{min-height:2.2em;font-size:17px;line-height:1.1}}@media(max-width:430px){.scent-quiz__secondary-grid>.scent-quiz__product-card--secondary{flex-basis:154px;width:154px}}.scent-quiz__title-prefix,.scent-quiz__title-main{display:block}.scent-quiz__title-prefix{margin-bottom:12px;color:#55bfa8;font-family:Brush Script MT,Segoe Script,cursive;font-size:.52em;font-weight:700;line-height:1}.scent-quiz__unlock-progress{display:none}@media(max-width:780px){.scent-quiz{padding-top:0;background:#fff9ef}.scent-quiz__shell{width:100%}.scent-quiz__welcome,.scent-quiz__unlock{width:100%;border:0;border-radius:0;box-shadow:none}.scent-quiz__welcome{min-height:780px;padding:46px 22px 335px;background:#fff9ef var(--quiz-welcome-bg-mobile, var(--quiz-welcome-bg-desktop, url(quiz-mobile-welcome-v2.jpg))) center bottom / cover no-repeat}.scent-quiz__welcome:before{content:none;display:none}.scent-quiz__intro{align-self:start;gap:18px}.scent-quiz__title{max-width:350px;margin:0;font-size:clamp(46px,13vw,58px);line-height:.98}.scent-quiz__title-prefix{margin-bottom:10px;font-size:clamp(34px,10vw,44px);line-height:1}.scent-quiz__title-main{display:block;width:min(100%,300px);margin-inline:auto}.scent-quiz__subtitle{max-width:350px;margin:0;color:#26323f;font-size:17px;font-weight:700;line-height:1.45}.scent-quiz__intro .scent-quiz__button--primary{width:min(100%,330px);min-height:64px;margin-top:2px;font-size:20px;box-shadow:0 13px 26px #be306b40!important}.scent-quiz__unlock{position:relative;min-height:890px;padding:26px 20px 355px;background:#fff9ef var(--quiz-unlock-bg-mobile, var(--quiz-unlock-bg-desktop, url(quiz-mobile-unlock-v2.jpg))) center bottom / cover no-repeat}.scent-quiz__unlock-progress{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:end;max-width:620px;margin:0 auto 30px}.scent-quiz__unlock-back{display:grid;width:48px;height:48px;place-items:center;border:0;padding:0;background:transparent;color:#142534;font:inherit;font-size:36px;line-height:1;cursor:pointer}.scent-quiz__unlock-progress-main{display:grid;gap:10px;min-width:0}.scent-quiz__unlock-progress-main p{margin:0;color:#142534;font-size:20px;font-weight:900;text-align:center}.scent-quiz__unlock-progress-bar{display:block;width:100%;height:4px;border-radius:999px;background:#d8758b40;overflow:hidden}.scent-quiz__unlock-progress-bar i{display:block;height:100%;border-radius:inherit;background:#d5547b}.scent-quiz__unlock-panel{max-width:620px}.scent-quiz__unlock .scent-quiz__mood{display:none}.scent-quiz__unlock .scent-quiz__result-title{max-width:300px;margin:0 auto 20px;color:#4b0818;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,11.8vw,56px);line-height:1.02}.scent-quiz__unlock .scent-quiz__result-copy{max-width:560px;margin:0 auto;color:#26323f;font-size:17px;line-height:1.48}.scent-quiz__unlock-form{position:relative;max-width:560px;gap:12px;margin-top:24px}.scent-quiz__unlock-form:before{content:"\2709";position:absolute;z-index:1;top:16px;left:24px;color:#d5547b;font-size:27px;line-height:1;pointer-events:none}.scent-quiz__email{min-height:60px;border:2px solid rgba(235,109,140,.56);padding:0 24px 0 62px;background:#ffffffc7;font-size:18px;text-align:left}.scent-quiz__unlock-form .scent-quiz__button--primary{min-height:62px;font-size:19px}.scent-quiz__skip{margin-top:18px;font-size:17px;line-height:1.35;text-underline-offset:5px}.scent-quiz__skip:after{content:" \2192";font-size:22px;text-decoration:none}}@media(max-width:430px){.scent-quiz__welcome{min-height:750px;padding:40px 18px 320px}.scent-quiz__title{font-size:clamp(43px,12.5vw,52px)}.scent-quiz__title-prefix{font-size:clamp(32px,9.5vw,39px)}.scent-quiz__unlock{min-height:850px;padding:22px 18px 330px}.scent-quiz__unlock-progress{margin-bottom:24px}.scent-quiz__unlock .scent-quiz__result-title{font-size:clamp(39px,11vw,48px)}.scent-quiz__unlock .scent-quiz__result-copy,.scent-quiz__skip{font-size:16px}}.scent-quiz .scent-quiz__result{overflow:hidden!important}.scent-quiz .scent-quiz__recommendations{display:block!important;width:100%!important;max-width:1180px!important;margin:0 auto!important;overflow:visible!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary{grid-column:auto!important;display:grid!important;grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr)!important;align-items:center!important;gap:clamp(28px,4vw,64px)!important;width:100%!important;min-width:0!important;max-width:none!important;min-height:0!important;padding:clamp(22px,3vw,44px)!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary>.scent-quiz__product-image{display:block!important;width:100%!important;height:auto!important;max-width:none!important;max-height:470px!important;aspect-ratio:1.08 / 1!important;padding:clamp(18px,3vw,34px)!important;object-fit:contain!important;background:#fff4d9!important;border-radius:8px!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary>.scent-quiz__product-body{display:grid!important;align-content:center!important;min-width:0!important}.scent-quiz .scent-quiz__product-topline{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;min-width:0!important}.scent-quiz .scent-quiz__product-name{overflow-wrap:anywhere!important}.scent-quiz .scent-quiz__secondary-title{width:100%!important;margin:0 auto 18px!important;text-align:center!important;white-space:normal!important}.scent-quiz .scent-quiz__secondary-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;width:100%!important;min-width:0!important;overflow:visible!important;padding:0!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:first-child,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:not(:first-child){grid-column:auto!important;grid-row:auto!important;display:grid!important;grid-template-columns:156px minmax(0,1fr)!important;align-items:center!important;gap:20px!important;width:auto!important;min-width:0!important;max-width:none!important;min-height:230px!important;height:auto!important;flex:none!important;flex-basis:auto!important;padding:18px!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary>.scent-quiz__product-image,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:first-child>.scent-quiz__product-image,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:not(:first-child)>.scent-quiz__product-image{display:block!important;width:156px!important;height:156px!important;max-width:156px!important;max-height:156px!important;aspect-ratio:1 / 1!important;padding:12px!important;object-fit:contain!important;background:#fff4d9!important;border-radius:8px!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary>.scent-quiz__product-body{display:grid!important;align-content:center!important;min-width:0!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__product-name{min-height:0!important;margin-top:10px!important;font-size:clamp(24px,2.05vw,34px)!important;line-height:1.08!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__price{margin:12px 0 18px!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__theme-button{width:100%!important;min-width:0!important}@media(max-width:900px){.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary{grid-template-columns:1fr!important;gap:18px!important;padding:18px!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary>.scent-quiz__product-image{max-height:380px!important}}@media(max-width:780px){.scent-quiz .scent-quiz__result{width:100%!important;padding:24px 14px 30px!important}.scent-quiz .scent-quiz__result-head{max-width:100%!important;text-align:center!important}.scent-quiz .scent-quiz__recommendations,.scent-quiz .scent-quiz__secondary-recommendations{max-width:100%!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary,.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary:first-child{display:grid!important;grid-template-columns:1fr!important;width:100%!important;gap:14px!important;padding:12px!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary>.scent-quiz__product-image,.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary:first-child>.scent-quiz__product-image{width:100%!important;height:auto!important;max-width:none!important;max-height:320px!important;aspect-ratio:1 / 1!important;padding:10px!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary .scent-quiz__product-topline{align-items:flex-start!important}.scent-quiz .scent-quiz__secondary-title{margin:24px auto 12px!important;padding:0 8px!important;font-size:clamp(22px,7vw,30px)!important;line-height:1.1!important}.scent-quiz .scent-quiz__secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;overflow:visible!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:first-child,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:not(:first-child){display:grid!important;grid-template-columns:1fr!important;align-content:start!important;gap:8px!important;width:auto!important;min-width:0!important;min-height:0!important;padding:10px!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary>.scent-quiz__product-image,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:first-child>.scent-quiz__product-image,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:not(:first-child)>.scent-quiz__product-image{width:100%!important;height:auto!important;max-width:none!important;max-height:none!important;aspect-ratio:1 / 1!important;padding:8px!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__product-topline{display:grid!important;grid-template-columns:1fr!important;justify-items:start!important;gap:6px!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__match{justify-self:start!important;padding:6px 8px!important;font-size:11px!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__product-label{font-size:10px!important;letter-spacing:.08em!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__product-name{margin-top:4px!important;font-size:clamp(15px,4.7vw,18px)!important;line-height:1.12!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__price{margin:6px 0 10px!important;font-size:clamp(17px,5vw,21px)!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__theme-button{min-height:42px!important;padding:10px 8px!important;font-size:12px!important}}@media(max-width:420px){.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary>.scent-quiz__product-image{max-height:290px!important}.scent-quiz .scent-quiz__secondary-grid{gap:9px!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:first-child,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:not(:first-child){padding:8px!important}}.scent-quiz{--quiz-product-surface: #ffffff;--quiz-product-border: rgba(91, 38, 32, .13);--quiz-product-shadow: 0 16px 38px rgba(91, 38, 32, .08)}.scent-quiz .scent-quiz__result{overflow:visible!important}.scent-quiz .scent-quiz__recommendations{display:block!important;width:100%!important;max-width:1180px!important;margin-inline:auto!important;overflow:visible!important}.scent-quiz .scent-quiz__product-card{box-sizing:border-box!important;min-width:0!important;border:1px solid var(--quiz-product-border)!important;background:var(--quiz-product-surface)!important;box-shadow:var(--quiz-product-shadow)!important}.scent-quiz .scent-quiz__product-image{box-sizing:border-box!important;display:block!important;object-fit:contain!important;object-position:center!important;background:var(--quiz-product-surface)!important;outline:1px solid rgba(0,0,0,.08)!important;outline-offset:-1px!important}.scent-quiz .scent-quiz__product-body{display:grid!important;grid-template-rows:auto auto auto minmax(0,1fr)!important;align-content:start!important;min-width:0!important;height:100%!important}.scent-quiz .scent-quiz__product-topline{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:space-between!important;gap:8px 12px!important;min-width:0!important}.scent-quiz .scent-quiz__product-label,.scent-quiz .scent-quiz__match{flex:0 0 auto!important;white-space:nowrap!important}.scent-quiz .scent-quiz__product-name{max-width:100%!important;overflow-wrap:break-word!important;text-wrap:balance}.scent-quiz .scent-quiz__price,.scent-quiz .scent-quiz__match{font-variant-numeric:tabular-nums}.scent-quiz .scent-quiz__product-cart-form{align-self:end!important;width:100%!important;margin-top:16px!important}.scent-quiz .scent-quiz__product-cart-form .scent-quiz__theme-button{width:100%!important;min-width:0!important;transition-property:transform,box-shadow,background-color!important;transition-duration:.18s!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary,.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary:first-child{grid-column:auto!important;display:grid!important;grid-template-columns:minmax(0,1.04fr) minmax(300px,.96fr)!important;align-items:stretch!important;gap:clamp(28px,4vw,62px)!important;width:100%!important;min-width:0!important;min-height:0!important;padding:clamp(22px,3vw,42px)!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary>.scent-quiz__product-image,.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary:first-child>.scent-quiz__product-image{width:100%!important;height:100%!important;min-height:360px!important;max-width:none!important;max-height:500px!important;aspect-ratio:1.08 / 1!important;padding:clamp(12px,2vw,24px)!important;background:var(--quiz-product-surface)!important;border-radius:8px!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary>.scent-quiz__product-body{grid-template-rows:auto auto auto minmax(0,1fr)!important;align-content:start!important;align-self:stretch!important;height:auto!important}.scent-quiz .scent-quiz__secondary-recommendations{width:100%!important;max-width:1180px!important;margin:clamp(28px,4vw,42px) auto 0!important;overflow:visible!important}.scent-quiz .scent-quiz__secondary-title{width:100%!important;margin:0 auto 18px!important;text-align:center!important;text-wrap:balance}.scent-quiz .scent-quiz__secondary-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr))!important;align-items:stretch!important;gap:18px!important;width:100%!important;min-width:0!important;padding:0!important;overflow:visible!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:first-child,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:not(:first-child){grid-column:auto!important;display:grid!important;grid-template-columns:clamp(132px,28%,156px) minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr)!important;align-items:stretch!important;gap:clamp(16px,2vw,22px)!important;width:auto!important;min-width:0!important;max-width:none!important;min-height:244px!important;height:auto!important;align-self:stretch!important;flex:none!important;padding:18px!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary>.scent-quiz__product-image,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:first-child>.scent-quiz__product-image,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:not(:first-child)>.scent-quiz__product-image{align-self:center!important;width:100%!important;height:auto!important;max-width:156px!important;max-height:none!important;aspect-ratio:1 / 1!important;padding:8px!important;background:var(--quiz-product-surface)!important;border-radius:8px!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary>.scent-quiz__product-body,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:first-child>.scent-quiz__product-body,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:not(:first-child)>.scent-quiz__product-body{grid-template-rows:auto auto auto minmax(0,1fr)!important;align-content:start!important;align-self:stretch!important;height:auto!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__product-name{min-height:2.16em!important;margin-top:10px!important;font-size:clamp(23px,2vw,32px)!important;line-height:1.08!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__price{margin:10px 0 0!important}@media(hover:hover){.scent-quiz .scent-quiz__product-cart-form .scent-quiz__theme-button:hover{transform:translateY(-2px)!important}}.scent-quiz .scent-quiz__product-cart-form .scent-quiz__theme-button:active{transform:scale(.96)!important}.scent-quiz .scent-quiz__product-cart-form .scent-quiz__theme-button:focus-visible{outline:2px solid #4b0818!important;outline-offset:3px!important}@media(max-width:900px){.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary,.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary:first-child{grid-template-columns:1fr!important;gap:18px!important;padding:18px!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary>.scent-quiz__product-image,.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary:first-child>.scent-quiz__product-image{height:auto!important;min-height:0!important;max-height:400px!important}}@media(max-width:780px){.scent-quiz .scent-quiz__result{width:100%!important;padding:24px 14px 30px!important}.scent-quiz .scent-quiz__result-head,.scent-quiz .scent-quiz__recommendations,.scent-quiz .scent-quiz__secondary-recommendations{max-width:100%!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary,.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary:first-child{grid-template-columns:minmax(116px,40%) minmax(0,1fr)!important;align-items:stretch!important;gap:12px!important;padding:10px!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary>.scent-quiz__product-image,.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary:first-child>.scent-quiz__product-image{align-self:stretch!important;width:100%!important;height:100%!important;min-height:210px!important;max-height:none!important;aspect-ratio:4 / 5!important;padding:6px!important;background:var(--quiz-product-surface)!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary .scent-quiz__product-topline{align-items:flex-start!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary .scent-quiz__product-name{margin-top:8px!important;font-size:clamp(24px,7vw,32px)!important;line-height:1.04!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary .scent-quiz__price{margin:8px 0 0!important;font-size:21px!important}.scent-quiz .scent-quiz__secondary-title{margin:24px auto 12px!important;padding-inline:8px!important;font-size:clamp(22px,7vw,30px)!important;line-height:1.1!important}.scent-quiz .scent-quiz__secondary-grid{grid-template-columns:1fr!important;gap:10px!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:first-child,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:not(:first-child){grid-row:auto!important;grid-template-columns:clamp(96px,31%,116px) minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr)!important;align-items:stretch!important;gap:12px!important;width:100%!important;min-height:184px!important;height:auto!important;padding:10px!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary>.scent-quiz__product-image,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:first-child>.scent-quiz__product-image,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:not(:first-child)>.scent-quiz__product-image{align-self:center!important;width:100%!important;height:auto!important;max-width:116px!important;aspect-ratio:1 / 1!important;padding:5px!important;background:var(--quiz-product-surface)!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__product-topline{display:flex!important;align-items:flex-start!important;justify-content:space-between!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__match{padding:5px 7px!important;font-size:10px!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__product-label{font-size:10px!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__product-name{min-height:0!important;margin-top:6px!important;font-size:clamp(19px,5.8vw,24px)!important;line-height:1.08!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__price{margin-top:6px!important;font-size:19px!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__product-cart-form{margin-top:10px!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__theme-button{min-height:44px!important;padding:10px 12px!important;font-size:13px!important}}@media(max-width:340px){.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary,.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary:first-child{grid-template-columns:1fr!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary>.scent-quiz__product-image{height:auto!important;min-height:0!important;aspect-ratio:1 / 1!important}}@media(prefers-reduced-motion:reduce){.scent-quiz .scent-quiz__product-cart-form .scent-quiz__theme-button{transition:none!important}}.scent-quiz{--quiz-result-gap: clamp(22px, 3vw, 44px);--quiz-result-radius: 8px}.scent-quiz .scent-quiz__product-media{box-sizing:border-box!important;position:relative!important;display:grid!important;place-items:center!important;min-width:0!important;overflow:hidden!important;border:1px solid rgba(91,38,32,.11)!important;border-radius:var(--quiz-result-radius)!important;background:#fff!important}.scent-quiz .scent-quiz__product-media>.scent-quiz__product-image{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;padding:0!important;border:0!important;border-radius:0!important;outline:0!important;object-fit:contain!important;object-position:center!important;background:#fff!important;transform:scale(1.16);transform-origin:center}.scent-quiz .scent-quiz__product-card--primary{border-radius:var(--quiz-result-radius)!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary,.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary:first-child{display:grid!important;grid-template-columns:minmax(0,1.06fr) minmax(340px,.94fr)!important;align-items:stretch!important;gap:var(--quiz-result-gap)!important;min-height:0!important;padding:clamp(20px,2.5vw,32px)!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary>.scent-quiz__product-media{width:100%!important;min-height:390px!important;aspect-ratio:1.18 / 1!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary>.scent-quiz__product-body{display:grid!important;grid-template-rows:auto auto auto 1fr!important;align-content:center!important;align-self:stretch!important;min-width:0!important;height:auto!important;padding-block:clamp(8px,1.5vw,20px)!important}.scent-quiz .scent-quiz__product-card--primary .scent-quiz__product-name{margin:clamp(18px,2vw,28px) 0 0!important;font-size:clamp(38px,4vw,54px)!important;line-height:1.04!important;text-wrap:balance}.scent-quiz .scent-quiz__product-card--primary .scent-quiz__price{margin:18px 0 0!important;font-size:clamp(25px,2.4vw,31px)!important;line-height:1.1!important}.scent-quiz .scent-quiz__product-card--primary .scent-quiz__product-cart-form{align-self:end!important;width:min(100%,490px)!important;margin-top:clamp(24px,3vw,40px)!important}.scent-quiz .scent-quiz__product-card--primary .scent-quiz__theme-button{min-height:56px!important;padding:14px 24px!important;font-size:16px!important}.scent-quiz .scent-quiz__secondary-recommendations{margin-top:clamp(30px,4vw,48px)!important}.scent-quiz .scent-quiz__secondary-title{margin-bottom:20px!important;font-size:clamp(28px,3vw,38px)!important;line-height:1.1!important}.scent-quiz .scent-quiz__secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:clamp(16px,2vw,22px)!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:first-child,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:not(:first-child){display:grid!important;grid-template-columns:minmax(190px,42%) minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr)!important;align-items:stretch!important;gap:clamp(18px,2vw,26px)!important;min-height:280px!important;padding:16px!important;border-radius:var(--quiz-result-radius)!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary>.scent-quiz__product-media{align-self:stretch!important;width:100%!important;min-height:246px!important;aspect-ratio:1 / 1!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary>.scent-quiz__product-media .scent-quiz__product-image{transform:scale(1.22)}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary>.scent-quiz__product-body{grid-template-rows:auto auto auto 1fr!important;align-content:start!important;height:auto!important;padding-block:6px!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__product-name{min-height:2.12em!important;margin-top:14px!important;font-size:clamp(24px,2.35vw,32px)!important;line-height:1.06!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__price{margin-top:14px!important;font-size:clamp(23px,2vw,28px)!important;line-height:1.1!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__product-cart-form{margin-top:20px!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__theme-button{min-height:50px!important;padding:12px 18px!important;font-size:15px!important}@media(max-width:900px){.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary,.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary:first-child{grid-template-columns:minmax(0,1fr) minmax(300px,.95fr)!important;gap:24px!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary>.scent-quiz__product-media{min-height:340px!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:first-child,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:not(:first-child){grid-template-columns:minmax(150px,42%) minmax(0,1fr)!important;min-height:240px!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary>.scent-quiz__product-media{min-height:206px!important}}@media(max-width:680px){.scent-quiz .scent-quiz__result{padding:22px 12px 30px!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary,.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary:first-child{grid-template-columns:minmax(132px,44%) minmax(0,1fr)!important;gap:12px!important;padding:10px!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary>.scent-quiz__product-media{min-height:236px!important;aspect-ratio:auto!important}.scent-quiz .scent-quiz__product-card--primary .scent-quiz__product-body{padding-block:4px!important}.scent-quiz .scent-quiz__product-card--primary .scent-quiz__product-topline{gap:6px!important}.scent-quiz .scent-quiz__product-card--primary .scent-quiz__product-label{font-size:10px!important}.scent-quiz .scent-quiz__product-card--primary .scent-quiz__match{padding:5px 7px!important;font-size:10px!important}.scent-quiz .scent-quiz__product-card--primary .scent-quiz__product-name{margin-top:10px!important;font-size:clamp(22px,6.4vw,28px)!important;line-height:1.04!important}.scent-quiz .scent-quiz__product-card--primary .scent-quiz__price{margin-top:10px!important;font-size:21px!important}.scent-quiz .scent-quiz__product-card--primary .scent-quiz__product-cart-form{width:100%!important;margin-top:14px!important}.scent-quiz .scent-quiz__product-card--primary .scent-quiz__theme-button{min-height:46px!important;padding:10px 12px!important;font-size:13px!important}.scent-quiz .scent-quiz__secondary-recommendations{margin-top:28px!important}.scent-quiz .scent-quiz__secondary-title{margin-bottom:14px!important;font-size:clamp(25px,7.4vw,31px)!important}.scent-quiz .scent-quiz__secondary-grid{grid-template-columns:1fr!important;gap:12px!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:first-child,.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary:not(:first-child){grid-template-columns:minmax(128px,42%) minmax(0,1fr)!important;gap:12px!important;min-height:222px!important;padding:10px!important}.scent-quiz .scent-quiz__secondary-grid>.scent-quiz__product-card--secondary>.scent-quiz__product-media{min-height:200px!important;aspect-ratio:auto!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__product-body{padding-block:2px!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__product-topline{gap:5px!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__product-label,.scent-quiz .scent-quiz__secondary-grid .scent-quiz__match{font-size:9px!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__match{padding:5px 6px!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__product-name{min-height:0!important;margin-top:8px!important;font-size:clamp(19px,5.7vw,23px)!important;line-height:1.06!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__price{margin-top:8px!important;font-size:19px!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__product-cart-form{margin-top:10px!important}.scent-quiz .scent-quiz__secondary-grid .scent-quiz__theme-button{min-height:44px!important;padding:9px 10px!important;font-size:12px!important}}@media(max-width:340px){.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary,.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary:first-child{grid-template-columns:1fr!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary>.scent-quiz__product-media{min-height:0!important;aspect-ratio:5 / 5.85!important}.scent-quiz .scent-quiz__recommendations>.scent-quiz__product-card--primary>.scent-quiz__product-media .scent-quiz__product-image{transform:scale(1.05)}}@media(prefers-reduced-motion:reduce){.scent-quiz .scent-quiz__product-media>.scent-quiz__product-image{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/scent-quiz.css.map */
