.section-nnom-mattress-finder{background:var(--mf-section-background, #fff)}.mattress-finder{background:var(--mf-section-background, #fff);color:var(--mf-text-color, #0e5a45);padding:var(--mf-padding-top, 36px) 0 var(--mf-padding-bottom, 36px)}.mattress-finder__outer{padding-right:var(--mf-side-gap, 0);padding-left:var(--mf-side-gap, 0)}.mattress-finder__cta{display:grid;grid-template-columns:minmax(0,var(--mf-image-width, 50%)) minmax(0,1fr);gap:var(--mf-content-gap, 28px);min-height:var(--mf-desktop-height, 380px);overflow:hidden;border-radius:var(--mf-radius, 6px);background:var(--mf-card-background, #eef4f8)}.mattress-finder__visual{min-height:inherit;overflow:hidden}.mattress-finder__image{display:block;width:100%;height:100%;min-height:inherit;object-fit:contain;transform:scale(var(--mf-image-zoom, 1));transform-origin:center}.mattress-finder__placeholder{background:#e9eff2}.mattress-finder__content{display:flex;max-width:620px;flex-direction:column;align-items:flex-start;justify-content:center;padding:44px 48px 44px 12px}.mattress-finder__eyebrow,.mattress-finder__heading,.mattress-finder__text p{margin:0}.mattress-finder__eyebrow{margin-bottom:10px;color:inherit;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.mattress-finder__heading{color:inherit;font-family:var(--font-heading-family, serif);font-size:clamp(38px,4vw,62px);font-weight:500;line-height:1}.mattress-finder__text{max-width:540px;margin-top:16px;color:inherit;font-size:17px;line-height:1.45}.mattress-finder__button,.mf-quiz__next,.mf-result__header button,.mf-result-card__button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;background:var(--mf-button-color, #0e5a45);color:var(--mf-button-text-color, #fff);cursor:pointer;font:inherit;font-weight:700;line-height:1;text-decoration:none;transition:opacity .2s ease,transform .2s ease}.mattress-finder__button{margin-top:26px;padding:0 26px}.mattress-finder__button:hover,.mf-quiz__next:hover,.mf-result__header button:hover,.mf-result-card__button:hover{opacity:.86;transform:translateY(-1px)}.mf-modal[hidden],.mf-step[hidden],.mf-result[hidden],.mf-result-card[hidden]{display:none!important}.mf-modal{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px}.mf-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#00000094;cursor:pointer}.mf-modal__dialog{position:relative;display:flex;width:min(var(--mf-modal-width, 1420px),100%);max-height:min(var(--mf-modal-height, 720px),calc(100vh - 48px));min-height:min(var(--mf-modal-height, 720px),calc(100vh - 48px));overflow:auto;border-radius:14px;background:var(--mf-quiz-background, #fff);box-shadow:0 20px 70px #0003}.mf-modal__close{position:absolute;z-index:2;top:15px;right:18px;width:34px;height:34px;border:0;background:transparent;color:#777;cursor:pointer;font-size:26px;line-height:1}.mf-quiz,.mf-result{width:100%}.mf-quiz{display:flex;min-height:inherit;flex-direction:column}.mf-quiz__steps{flex:1;padding:var(--mf-quiz-padding-y, 48px) var(--mf-quiz-padding-x, 52px) 28px}.mf-step{display:grid;grid-template-columns:minmax(180px,var(--mf-question-width, 260px)) minmax(0,1fr) minmax(180px,var(--mf-question-image-width, 300px));gap:var(--mf-quiz-column-gap, 28px);align-items:center;margin:0;padding:0;border:0}.mf-step:not(.mf-step--has-image){grid-template-columns:minmax(180px,var(--mf-question-width, 260px)) minmax(0,1fr)}.mf-step--question-options-image legend,.mf-step--question-image-options legend{order:1}.mf-step--question-options-image .mf-step__options{order:2}.mf-step--image-question-options .mf-step__media{order:1}.mf-step--question-options-image .mf-step__media,.mf-step--image-question-options .mf-step__options,.mf-step--question-image-options .mf-step__options{order:3}.mf-step--question-image-options .mf-step__media,.mf-step--image-question-options legend{order:2}.mf-step legend{color:var(--mf-quiz-text-color, #12305c);font-size:24px;font-weight:700;line-height:1.25}.mf-step__options{display:grid;grid-template-columns:repeat(var(--mf-option-columns, 2),minmax(0,1fr));gap:var(--mf-option-gap, 12px)}.mf-step__options button{min-height:var(--mf-option-min-height, 100px);padding:18px;border:1px solid #d7d7d7;border-radius:10px;background:var(--mf-option-background, #f7f7f7);color:var(--mf-quiz-text-color, #12305c);cursor:pointer;font:inherit;font-size:16px;font-weight:700;line-height:1.25;transition:border-color .2s ease,background-color .2s ease}.mf-step__options button:hover,.mf-step__options button.is-selected{border-color:var(--mf-accent-color, #c6a56f);background:var(--mf-option-selected-background, #fffdf7)}.mf-step__options small{display:block;margin-top:8px;color:#6b6b6b;font-size:13px;font-weight:400;line-height:1.3}.mf-step__media{align-self:stretch;min-height:var(--mf-question-image-height, 300px);overflow:hidden;border-radius:var(--mf-question-image-radius, 10px);background:#f2f2f2}.mf-step__image{display:block;width:100%;height:100%;min-height:var(--mf-question-image-height, 300px);object-fit:var(--mf-question-image-fit, cover)}.mf-quiz__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:18px var(--mf-quiz-padding-x, 52px) 24px;border-top:1px solid #ededed}.mf-progress{height:8px;overflow:hidden;border-radius:999px;background:#f0f0f0}.mf-progress span{display:block;width:0;height:100%;border-radius:inherit;background:var(--mf-accent-color, #c6a56f);transition:width .25s ease}.mf-quiz__next{min-width:126px;padding:0 22px}.mf-quiz__next:disabled{cursor:not-allowed;opacity:.45;transform:none}.mf-result{padding:38px 42px 32px;color:var(--mf-quiz-text-color, #12305c)}.mf-result__header{display:flex;gap:18px;align-items:center;justify-content:space-between;padding:0 46px 18px 0;border-bottom:1px solid #e5e5e5}.mf-result__header h2{margin:0;color:inherit;font-family:var(--font-heading-family, serif);font-size:clamp(30px,3.2vw,46px);font-weight:500;line-height:1.05}.mf-result__header button{min-width:104px;padding:0 20px}.mf-result__summary{margin-top:22px;padding:18px 20px;border-radius:8px;background:var(--mf-summary-background, #24508f);color:#fff}.mf-result__summary strong{display:block;font-size:19px}.mf-result__summary p{margin:7px 0 0;line-height:1.45}.mf-result__cards{display:grid;gap:16px;margin-top:20px}.mf-result-card{display:grid;grid-template-columns:minmax(220px,34%) minmax(0,1fr);gap:22px;padding:14px;border:1px solid #e4e4e4;border-radius:10px;background:#fff}.mf-result-card.is-primary{border-color:#24508f;box-shadow:0 8px 24px #24508f1f}.mf-result-card__image-wrap{overflow:hidden;border-radius:7px;background:#f6f6f6}.mf-result-card__image{display:block;width:100%;height:100%;min-height:210px;object-fit:contain}.mf-result-card__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:8px 4px}.mf-result-card__rank{margin:0 0 8px;color:#24508f;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.mf-result-card__title{margin:0;color:#182844;font-size:22px;line-height:1.2}.mf-result-card__description{margin:10px 0 0;color:#556273;font-size:14px;line-height:1.45}.mf-result-card__price{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;color:#182844;font-size:18px;font-weight:700}.mf-result-card__price s{color:#8a8a8a;font-size:15px;font-weight:400}.mf-result-card__button{min-width:180px;margin-top:18px;padding:0 22px}.mf-result__view-all{display:inline-block;margin-top:20px;color:var(--mf-quiz-text-color, #12305c);font-weight:700;text-underline-offset:4px}body.mf-modal-open{overflow:hidden}@media screen and (min-width:750px)and (max-width:1199px){.mf-step{grid-template-columns:minmax(0,1fr) minmax(200px,var(--mf-question-image-width, 300px))}.mf-step:not(.mf-step--has-image){grid-template-columns:1fr}.mf-step legend{grid-column:1 / -1;order:1}.mf-step .mf-step__options{order:2}.mf-step .mf-step__media{order:3}}@media screen and (max-width:749px){.mattress-finder__cta{display:flex;min-height:var(--mf-mobile-height, 560px);flex-direction:column;gap:0}.mattress-finder__visual{min-height:260px}.mattress-finder__content{padding:26px 22px 30px}.mattress-finder__heading{font-size:42px}.mattress-finder__text{font-size:15px}.mf-modal{padding:10px}.mf-modal__dialog{max-height:calc(100vh - 20px);min-height:calc(100vh - 20px);border-radius:10px}.mf-quiz__steps{padding:56px 20px 20px}.mf-step{display:block}.mf-step legend{margin-bottom:22px;font-size:21px}.mf-step__options{grid-template-columns:1fr;gap:10px}.mf-step__options button{min-height:82px;padding:14px;font-size:15px}.mf-step__media{min-height:190px;margin-top:16px}.mf-step__image{min-height:190px}.mf-quiz__footer{padding:14px 20px 18px}.mf-quiz__next{min-width:108px;min-height:44px;padding:0 14px}.mf-result{padding:50px 16px 22px}.mf-result__header{align-items:flex-start;padding-right:34px}.mf-result__header h2{font-size:30px}.mf-result__header button{min-width:auto;min-height:42px;padding:0 15px;white-space:nowrap}.mf-result-card{display:block;padding:10px}.mf-result-card__content{padding:14px 4px 5px}.mf-result-card__image{min-height:190px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/nnom-mattress-finder.css.map */
