.quiz_page{display:flex;justify-content:center}@media screen and (max-width: 640px){.quiz_page{flex-direction:column}}.quiz_page .quiz_page__ImageContainer{max-width:50%;width:100%;display:block;margin:0 auto;object-fit:cover}@media screen and (max-width: 640px){.quiz_page .quiz_page__ImageContainer{max-width:100%}}.quiz_page .quiz_page__ImageContainer img{width:100%;display:block;margin:0 auto;object-fit:cover;max-width:100%}.quiz_page .quiz_banner_content{width:50%;padding:100px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}@media screen and (max-width: 1007px){.quiz_page .quiz_banner_content{padding:40px 30px}}@media screen and (max-width: 640px){.quiz_page .quiz_banner_content{max-width:100%;width:100%;padding:30px 24px 20px}}.quiz_page .quiz_banner_content .Heading{--heading-font-family: "superior-title", serif;font-family:var(--heading-font-family);font-size:var(--text-h1);--heading-font-style: italic;--heading-font-weight: 400;font-style:var(--heading-font-style);font-weight:var(--heading-font-weight);line-height:1.3;text-transform:none;letter-spacing:0;margin-right:auto;margin-left:auto}.quiz_page .quiz_banner_content .Rte{font-size:16px}.quiz_page .quiz_banner_content .start_quiz_btn{margin-top:30px;cursor:pointer}.quiz_modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;z-index:12;padding:70px;justify-content:center;align-items:center}@media screen and (max-width: 1007px){.quiz_modal{padding:40px}}@media screen and (max-width: 640px){.quiz_modal{padding:40px 24px}}.quiz_modal.active{display:flex}.quiz_modal .quiz_modal__container{max-width:1100px;margin:0 auto;width:100%;background:#f3f2ef;text-align:center;padding:60px;min-height:400px;max-height:calc(100% - 100px);overflow:auto;position:relative}@media screen and (max-width: 1007px){.quiz_modal .quiz_modal__container{padding:50px 24px}}@media screen and (max-width: 640px){.quiz_modal .quiz_modal__container{padding:30px 24px}}.quiz_modal .quiz_modal__container .close_quiz_modal{position:absolute;top:6px;right:10px;cursor:pointer;z-index:2;padding:5px}.quiz_modal .quiz__form_steps{width:100%;display:flex;justify-content:space-between;margin-bottom:50px;position:relative;max-width:200px;margin-left:auto;margin-right:auto}@media screen and (max-width: 640px){.quiz_modal .quiz__form_steps{margin-bottom:20px}}.quiz_modal .quiz__form_steps span{width:35px;height:35px;margin:0;font-size:14px;display:inline-flex;justify-content:center;align-content:center;align-items:center;color:#2e261c;opacity:1;position:relative;z-index:2;outline:0;border-radius:50%;background-color:#fff;border:0}.quiz_modal .quiz__form_steps span.active{background-color:#f7eae0;border-color:#f7eae0}.quiz_modal .quiz__form_steps:after{content:"";position:absolute;width:100%;height:1px;background-color:#2e261c;top:50%;z-index:1}.quiz__form_results__title,.quiz__form_question__title{margin-bottom:30px;--heading-font-family: "superior-title", serif;font-family:var(--heading-font-family);--heading-font-style: italic;--heading-font-weight: 400;font-style:var(--heading-font-style);font-weight:var(--heading-font-weight);text-transform:none;letter-spacing:0;line-height:1.2;font-size:30px}@media screen and (max-width: 640px){.quiz__form_results__title,.quiz__form_question__title{font-size:24px;margin-bottom:20px}}.quiz__form_results{display:block}.quiz__form_question_step{display:none}.quiz__form_question_step.active{display:block}.quiz__form_answers{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.quiz__form_answers [type=checkbox],.quiz__form_answers [type=radio]{opacity:0;visibility:hidden;position:absolute;width:1px;height:1px;z-index:0}.quiz__form_answers.step_3 label{background:#fff}.quiz__form_answers label{width:calc(25% - 10px);padding:12px 15px;border:1px solid #454545;margin:0 5px 15px;transition:all .3s;cursor:pointer;line-height:normal}@media screen and (max-width: 1007px){.quiz__form_answers label{width:calc(50% - 10px)}}@media screen and (max-width: 640px){.quiz__form_answers label{width:100%}}.quiz__form_answers label:hover{background:#454545;color:#f3f2ef}.quiz__form_answers label img{max-width:80px;display:block;margin:0 auto 10px}.quiz__form_answers [type=checkbox]:checked+label,.quiz__form_answers [type=radio]:checked+label{background:#454545;color:#f3f2ef}.quiz__form_answers [type=checkbox].disabled+label{pointer-events:none;opacity:.6;cursor:initial}.quiz__form_answers.step_2 [type=radio]:checked+label{background:inherit;color:inherit;border-color:#454545}.quiz__form_answers.step_2 label{width:calc(20% - 10px);border:1px solid transparent;padding:10px;font-size:14px}@media screen and (max-width: 1007px){.quiz__form_answers.step_2 label{width:calc(33.33% - 10px)}}@media screen and (max-width: 640px){.quiz__form_answers.step_2 label{width:calc(50% - 10px);margin-bottom:5px;padding:5px}}.quiz__form_answers.step_2 label b{display:block;margin-bottom:5px}.quiz__form_answers.step_2 label:hover{background:inherit;color:inherit;border-color:#454545}.quiz__form_pagination{width:100%;padding-top:40px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 640px){.quiz__form_pagination{padding-top:20px}}.quiz__form_pagination .quiz__form_pagination_btn{margin:0 40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.quiz__form_pagination .quiz__form_pagination_btn.next:not(.active){opacity:.6;cursor:inherit;pointer-events:none}.quiz__form_pagination .quiz__form_pagination_btn svg{margin:0 5px;width:10px;height:10px}.quiz__form_results__tabs .quiz__form_results__tabs_nav{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 640px){.quiz__form_results__tabs .quiz__form_results__tabs_nav{flex-direction:column}}.quiz__form_results__tabs .quiz__form_results__tabs_nav .quiz__form_results__tabs_nav_item{max-width:calc(50% - 15px);padding:10px 15px;text-align:center;border:1px solid #454545;width:100%;transition:all .3s;cursor:pointer;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1007px){.quiz__form_results__tabs .quiz__form_results__tabs_nav .quiz__form_results__tabs_nav_item{font-size:14px;padding:10px;max-width:calc(50% - 10px)}}@media screen and (max-width: 640px){.quiz__form_results__tabs .quiz__form_results__tabs_nav .quiz__form_results__tabs_nav_item{max-width:100%}.quiz__form_results__tabs .quiz__form_results__tabs_nav .quiz__form_results__tabs_nav_item+.quiz__form_results__tabs_nav_item{margin-top:10px}}.quiz__form_results__tabs .quiz__form_results__tabs_nav .quiz__form_results__tabs_nav_item .quiz__form_results__tabs_nav_item_ratio{width:25px;height:25px;border-radius:50%;border:3px solid #f3f2ef;display:inline-block;margin-right:15px;transition:all .3s;outline:1px solid #454545}.quiz__form_results__tabs .quiz__form_results__tabs_nav .quiz__form_results__tabs_nav_item.active{border-color:transparent;background:#f7eae0}.quiz__form_results__tabs .quiz__form_results__tabs_nav .quiz__form_results__tabs_nav_item.active .quiz__form_results__tabs_nav_item_ratio{background:#000}.quiz__form_results__tabs .quiz__form_results__tab{display:none}@media screen and (min-width: 1240px){.quiz__form_results__tabs .quiz__form_results__tab[data-tab-type=intensive_results]{max-width:75%;margin-left:auto;margin-right:auto}}.quiz__form_results__tabs .quiz__form_results__tab.active{display:block}.ProductList--grid.quiz__form_results__products{padding:50px 0;margin-left:-24px}.quiz__form_results .ProductList--grid>.Grid__Cell{padding-left:24px;margin-bottom:50px}.quiz__form_results .\31\/2--desk{width:50%}.quiz__form_results .\31\/3--desk{width:33.33%}.quiz__form_results .\31\/4--desk,.quiz__form_results .\33\/12--desk{width:25%}.quiz__form_results .Grid__Cell{box-sizing:border-box;display:inline-block;padding:0 0 0 24px;margin:0;vertical-align:top}.add_selected_products_error.no-js{display:none}@media (max-width: 1239px){.quiz__form_results .\31\/2--tablet-and-up,.quiz__form_results .\31\/3--tablet-and-up,.quiz__form_results .\32\/4--tablet-and-up,.quiz__form_results .\36\/12--tablet-and-up{width:50%}}@media (max-width: 641px){.quiz__form_results .Grid__Cell,.quiz__form_results .\31\/2--tablet-and-up,.quiz__form_results .\31\/3--tablet-and-up,.quiz__form_results .\32\/4--tablet-and-up,.quiz__form_results .\36\/12--tablet-and-up{width:100%}.quiz__form_results .ProductList--grid>.Grid__Cell{margin-bottom:24px}}@media screen and (max-width: 1007px){.ProductList--grid.quiz__form_results__products{padding:30px 0}}.ProductList--grid.quiz__form_results__products .ProductFormWrapper{display:block;text-align:center}.ProductList--grid.quiz__form_results__products .quiz_form_select_product{margin-top:10px;font-size:13px;display:flex;align-items:center;justify-content:center;cursor:pointer;letter-spacing:0;font-weight:700}.ProductList--grid.quiz__form_results__products .quiz_form_select_product .quiz_form_select_input{margin-right:6px}.ProductList--grid.quiz__form_results__products .ProductItem{text-align:left}.ProductList--grid.quiz__form_results__products .ProductItem .jdgm-preview-badge .jdgm-star.jdgm-star{color:#000}.ProductList--grid.quiz__form_results__products .ProductItem .grid_customIcon{display:block;max-width:100%;width:100%;margin-bottom:10px}.ProductList--grid.quiz__form_results__products .ProductItem .ProductItem__Title{margin-bottom:10px;font-size:var(--text-h6);line-height:1.7;font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(--heading-font-style);letter-spacing:var(--heading-letter-spacing);text-transform:var(--heading-text-transform);overflow-wrap:anywhere;margin-top:1.25rem}.ProductItem__Info.ProductItem__Info--center{text-align:center}.ProductList--grid.quiz__form_results__products .ProductItem .ProductItem__Price{letter-spacing:0;font-size:var(--text-h6);line-height:1.7;color:rgb(var(--text-color) / .65)}.ProductList--grid.quiz__form_results__products .ProductItem .grid_short_description{width:100%;font-size:12px;margin:.25rem 0}.ProductList--grid.quiz__form_results__products .ProductItem .ProductForm{margin-top:10px}.ProductList--grid.quiz__form_results__products .ProductItem .ProductItem__Wrapper .ProductFormWrapper .ProductForm__AddToCart{margin-left:0}.add_selected_products_error{margin:10px 0;font-size:14px}.quiz__form_result_products{display:none}.product-phytoactives-section .product-phytoactives-content .product-phytoactives-content-list .list-nav .list-nav-item .button_text{font-weight:700}.product-phytoactives-section .product-phytoactives-content .product-phytoactives-content-list .list-nav .list-nav-item:hover .button_text,.product-phytoactives-section .product-phytoactives-content .product-phytoactives-content-list .list-nav .list-nav-item:hover .Collapsible__Plus{color:#8c8686}.Product__SlideshowNav .Product__SlideshowNavScroller .Product__SlideshowNavImage{width:100%;max-width:100px}.Product__Slideshow{position:relative}.Product__Slideshow .flickity-prev-next-button{top:50%;transform:translateY(-50%)!important}.Product__Slideshow .flickity-prev-next-button.previous{left:10px}.Product__Slideshow .flickity-prev-next-button.next{right:10px}.template_quiz .Footer--withMargin{margin-top:0}.active_quiz_modal{overflow:hidden;position:relative}.active_quiz_modal .PageOverlay{background:#0009;opacity:1;visibility:visible}.quiz_page__ImageContainer{height:100%}.quiz__form_results_wrapper{position:relative;width:100%;padding-top:300px;padding-bottom:70px}@media screen and (max-width: 1007px){.quiz__form_results_wrapper{padding-top:200px}}@media screen and (max-width: 640px){.quiz__form_results_wrapper{padding-top:170px}.ProductList--grid.quiz__form_results__products{grid-template-columns:repeat(1,1fr)}}.quiz__form_results_wrapper .quiz__form_results__ImageContainer{position:absolute;top:0;left:0;right:0;width:100%;z-index:2}.quiz__form_results_wrapper .quiz__form_results__ImageContainer img{display:block;width:100%;object-fit:cover}.quiz__form_results_wrapper .quiz__form_results{background:#fff;max-width:80%;position:relative;z-index:2;margin:0 auto;padding:60px 30px;text-align:center;border:1px solid #e3e3e3}@media screen and (max-width: 640px){.quiz__form_results_wrapper .quiz__form_results{padding:30px 20px}}.quiz__form_question__subtitle{font-family:Proxima-Nova;letter-spacing:0;font-weight:700;font-size:13px;margin-bottom:2.33em}img.quiz_page__image{max-height:calc(100vh - var(--header-height))}.quiz__form_results__title{margin-bottom:20px}.quiz__form_results__subtitle{margin-bottom:30px}.newsletter_form_wrapper .Newsletter__Inner{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;max-width:420px;width:100%;margin:0 auto}.newsletter_form_wrapper .Newsletter__Inner .Form__Input{width:100%;border:0;border-bottom:1px solid #000;outline:0;background-color:transparent}.newsletter_form_wrapper .Newsletter__Inner .Form__Input+.Form__Input{margin-top:20px}.newsletter_form_wrapper .Newsletter .Form__Submit{margin:60px 0 0;width:auto}.quiz_newsletter_form{max-width:420px;width:100%;margin:0 auto}.ProductItem .quiz_step_number{display:block;margin-bottom:20px;font-size:25px;--heading-font-family: "superior-title", serif;--heading-font-style: italic;--heading-font-weight: 400;font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(--heading-font-style);letter-spacing:var(--heading-letter-spacing);text-transform:var(--heading-text-transform)}.ProductList--grid.quiz__form_results__products .ProductItem .grid_customIcon{max-width:135px}.quiz__form_results__tabs .quiz__form_results__tab[data-tab-type=intensive_results]{max-width:100%}.ProductItem__ImageMainWrapper{position:relative;width:100%}.quiz_page.no-js,.quiz__form_results_wrapper.no-js,.newsletter_form_wrapper .Alert--error.no-js{display:none}.newsletter_form_wrapper .Alert--error{margin-bottom:1rem}.quiz__form_results__tabs .AspectRatio>img,.no-js .quiz__form_results__tabs .AspectRatio>noscript img{position:absolute;top:0;left:0;height:100%;width:100%}.quiz__form_results__tabs .AspectRatio{position:relative;margin-left:auto;margin-right:auto}.quiz__form_results__tabs .AspectRatio:before{content:"";display:block;padding-bottom:calc(100% /(var(--aspect-ratio)))}.quiz__form_results__tabs .ProductItem__ImageWrapper--withAlternateImage:hover .ProductItem__Image{opacity:0}.quiz__form_results__tabs .ProductItem__ImageWrapper--withAlternateImage:hover .ProductItem__Image--alternate{opacity:1}.quiz__form_pagination .quiz__form_pagination_btn.no-js{display:none}@media (max-width: 640px){.quiz__form_results__tabs .quiz__form_results__tabs_nav .quiz__form_results__tabs_nav_item .quiz__form_results__tabs_nav_item_ratio{width:20px;height:20px}}@media (max-width: 374px){.quiz__form_results__tabs .quiz__form_results__tabs_nav .quiz__form_results__tabs_nav_item{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/59/assets/skin-quiz.css.map */
