.product-quiz-section{position:relative;width:100%;background:rgb(var(--color-background));background:var(--gradient-background)}.quiz-container{max-width:1200px;margin:0 auto;position:relative;padding:0 2rem}.quiz-wrapper{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:start;padding:4rem 0}.quiz-layout-sidebar{position:sticky;top:2rem;padding-left:2rem;border-left:1px solid rgba(var(--color-foreground),.08)}.quiz-header{text-align:left;margin-bottom:3rem;position:relative;padding-bottom:0}.quiz-title{margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;color:rgb(var(--color-foreground));line-height:1.1}.quiz-description{font-size:1.1rem;line-height:1.6;opacity:.8;color:rgba(var(--color-foreground),.85);font-weight:400}.quiz-progress{margin-bottom:0;position:relative;padding:2rem 0}.quiz-progress-bar{width:100%;height:10px;min-height:10px;background:rgba(var(--color-foreground),.1);border:1px solid black;border-radius:10px;overflow:hidden;position:relative;margin-bottom:1rem}.quiz-progress-fill{height:100%;background:#790d5b;width:0%;border-radius:10px;position:relative;transition:width .4s ease-out}.quiz-progress-text{text-align:left;font-size:.9rem;font-weight:600;color:rgba(var(--color-foreground),.6);letter-spacing:.5px}.quiz-questions{position:relative;min-height:400px}.quiz-question{display:none;animation:slideIn .4s ease-out}.quiz-question.active{display:block}@keyframes slideIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.question-content{background:rgb(var(--color-background));border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px rgba(var(--color-foreground),.06);border:1px solid rgba(var(--color-foreground),.08);position:relative}.question-title{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;margin-bottom:2rem;line-height:1.4;color:rgb(var(--color-foreground))}.question-description{font-size:1rem;margin-bottom:2rem;opacity:.7;line-height:1.6;color:rgba(var(--color-foreground),.85)}.question-options{display:flex;flex-direction:column;gap:.75rem}.quiz-option{position:relative;width:100%;padding:1.25rem 1.5rem;background:rgb(var(--color-background));border:2px solid rgba(var(--color-foreground),.1);border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;font-size:1rem;font-weight:500;color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:space-between;min-height:56px}.quiz-option:hover{background:rgba(var(--color-foreground),.03);border-color:rgba(var(--color-foreground),.2);transform:translate(4px)}.quiz-option.selected{background:rgba(var(--color-button),.08);border-color:rgb(var(--color-button));color:rgb(var(--color-foreground))}.option-text{flex:1;padding-right:1rem}.option-checkmark{opacity:0;transform:scale(.5);transition:all .2s ease;color:rgb(var(--color-button));display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:rgba(var(--color-button),.15);border-radius:50%;flex-shrink:0}.quiz-option.selected .option-checkmark{opacity:1;transform:scale(1)}.quiz-navigation{display:flex;justify-content:flex-start;gap:1rem;margin-top:2rem;padding-top:0;border-top:none}.quiz-button{padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;letter-spacing:.3px}.quiz-button--prev{background:transparent;color:rgba(var(--color-foreground),.6);border:1px solid rgba(var(--color-foreground),.2);padding:.8rem 1.5rem}.quiz-button--prev:hover{border-color:rgba(var(--color-foreground),.4);color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.03)}.quiz-button--retake{background:#790d5b;color:#f4e2b7;border:2px solid #790D5B}.quiz-button--retake:hover{background:#790d5b;border-color:#790d5b;opacity:.9}.quiz-button--primary{background:#790d5b;color:#f4e2b7}.quiz-button--primary:hover{opacity:.9;transform:translateY(-2px)}.quiz-results{animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.results-content{text-align:center;padding:3rem 0}.results-header{margin-bottom:3.5rem;max-width:800px;margin-left:auto;margin-right:auto}.results-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;margin-bottom:1.5rem;color:rgb(var(--color-foreground));line-height:1.15;letter-spacing:-.02em}.results-subtitle{font-size:clamp(1.15rem,2.5vw,1.4rem);opacity:.85;line-height:1.8;color:rgb(var(--color-foreground));max-width:700px;margin:0 auto;font-weight:400}.results-actions{display:flex;justify-content:center;gap:1rem;margin-top:3rem;flex-wrap:wrap}.quiz-loading{display:flex;justify-content:center;align-items:center;min-height:200px}.quiz-loading .spinner{width:40px;height:40px;animation:spin 1s linear infinite}.quiz-loading .path{stroke:rgb(var(--color-button));stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.results-main-wrapper{margin-bottom:4rem;text-align:center}.results-section-label{display:inline-block;font-size:1.4rem;text-transform:uppercase;letter-spacing:2.5px;font-weight:700;color:rgb(var(--color-button));margin-bottom:1.5rem;padding:.6rem 1.25rem;background:rgba(var(--color-button),.1);border-radius:25px}.results-product-card.main-product{display:grid;grid-template-columns:1fr 1fr;gap:0;background:rgb(var(--color-background));border-radius:20px;overflow:hidden;border:1px solid rgba(var(--color-foreground),.08);box-shadow:0 10px 40px rgba(var(--color-foreground),.08);text-decoration:none;color:inherit;text-align:left;transition:all .35s ease;max-width:900px;margin:0 auto}.results-product-card.main-product:hover{box-shadow:0 15px 50px rgba(var(--color-foreground),.12);transform:translateY(-6px)}.results-product-card.main-product .results-product-image-wrapper{position:relative;overflow:hidden;aspect-ratio:1;background:rgba(var(--color-foreground),.03)}.results-product-card.main-product .results-product-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.results-product-card.main-product:hover .results-product-image{transform:scale(1.06)}.results-product-card.main-product .results-product-info{padding:2.5rem;display:flex;flex-direction:column;justify-content:center;gap:.5rem;background:#790d5b;color:#f4e2b7}.results-product-type{font-size:.95rem;text-transform:uppercase;letter-spacing:1.5px;font-weight:700;color:#f4e2b7;opacity:.9;margin-bottom:.25rem}.results-product-card.main-product .results-product-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:.75rem;font-weight:700;line-height:1.25;color:#f4e2b7}.results-product-description{font-size:1.5rem;line-height:1.7;color:#f4e2b7;margin-bottom:1rem;opacity:.9}.results-product-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;justify-content:flex-start}.results-product-tag{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.2rem;background:#f4e2b726;border-radius:20px;font-size:.9rem;font-weight:600;color:#f4e2b7;text-transform:capitalize;text-align:center;min-width:fit-content;flex-shrink:0;box-sizing:border-box;line-height:1.2;white-space:nowrap;position:relative}.results-product-tag:before{content:"";width:6px;height:6px;background:rgb(var(--color-button));border-radius:50%;opacity:.6;position:absolute;left:.8rem;top:50%;transform:translateY(-50%);display:block;pointer-events:none}.results-product-card.main-product .results-product-price-wrapper{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;margin-top:.5rem}.results-product-card.main-product .results-product-compare-price{font-size:1.1rem;color:#f4e2b799;text-decoration:line-through}.results-product-card.main-product .results-product-price{font-size:1.75rem;font-weight:700;color:#f4e2b7}.results-product-card.main-product .results-product-cta{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1rem 2rem;background:#f4e2b7;color:#790d5b;border-radius:10px;font-weight:600;font-size:1rem;transition:all .25s ease;text-align:center;align-self:flex-start;margin-top:.5rem}.results-product-card.main-product .results-product-cta svg{width:18px;height:18px}.results-product-card.main-product:hover .results-product-cta{transform:translateY(-2px);box-shadow:0 4px 15px #f4e2b766}.results-product-badge{position:absolute;top:1rem;left:1rem;background:#790d5b;color:#f4e2b7;padding:.85rem 1.5rem;border-radius:8px;font-size:1.15rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}.results-upsells-wrapper{margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(var(--color-foreground),.08)}.results-upsells-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:rgb(var(--color-foreground));text-align:center}.results-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media screen and (max-width: 1200px){.results-products-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 900px){.results-products-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.results-products-grid{grid-template-columns:1fr}}.results-product-card.upsell-product{background:rgb(var(--color-background));border-radius:14px;overflow:hidden;border:1px solid rgba(var(--color-foreground),.08);transition:all .3s ease;display:block;text-decoration:none;color:inherit}.results-product-card.upsell-product:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(var(--color-foreground),.1)}.results-product-card.upsell-product .results-product-image-wrapper{position:relative;overflow:hidden;background:rgba(var(--color-foreground),.03)}.results-product-card.upsell-product .results-product-image{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .45s ease}.results-product-card.upsell-product:hover .results-product-image{transform:scale(1.08)}.results-product-card.upsell-product .results-product-info{padding:1.25rem;text-align:left}.results-product-card.upsell-product .results-product-type{font-size:.65rem;margin-bottom:.35rem}.results-product-card.upsell-product .results-product-title{font-size:1.6rem;margin-bottom:.6rem;font-weight:600;line-height:1.4;color:rgb(var(--color-foreground));display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.results-product-card.upsell-product .results-product-price-wrapper{display:flex;align-items:center;gap:.5rem}.results-product-card.upsell-product .results-product-compare-price{font-size:1rem;color:rgba(var(--color-foreground),.45);text-decoration:line-through}.results-product-card.upsell-product .results-product-price{font-size:1.6rem;font-weight:700;color:rgb(var(--color-foreground))}.results-product-card.upsell-product .results-product-badge{top:.75rem;left:.75rem;font-size:1rem;padding:.65rem 1.1rem}.no-products-message{text-align:center;padding:3rem;color:rgba(var(--color-foreground),.6);font-size:1.1rem}@media screen and (max-width: 990px){.quiz-wrapper{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 0}.quiz-layout-sidebar{order:-1;position:static;padding-left:0;border-left:none;border-bottom:1px solid rgba(var(--color-foreground),.08);padding-bottom:.5rem;margin-bottom:.5rem}.quiz-header{margin-bottom:1rem;text-align:center}.quiz-progress{padding:1rem 0}.quiz-progress-text{text-align:center}.results-product-card.main-product{grid-template-columns:1fr;max-width:550px}.results-product-card.main-product .results-product-image-wrapper{aspect-ratio:4/3}.results-product-card.main-product .results-product-info{padding:2rem;text-align:center;align-items:center}.results-product-card.main-product .results-product-cta{align-self:center;width:100%;max-width:300px}.results-product-tags,.results-product-card.main-product .results-product-price-wrapper{justify-content:center}}@media screen and (max-width: 749px){.quiz-container{padding:0 1rem}.question-content{padding:1.5rem;border-radius:12px}.question-title{font-size:1.25rem;margin-bottom:1.5rem}.quiz-option{padding:1rem 1.25rem;min-height:52px;font-size:.95rem;border-radius:10px}.quiz-questions{min-height:auto}.results-content{padding:2rem 0}.results-title{font-size:2rem;margin-bottom:1.25rem}.results-subtitle{font-size:1.1rem;line-height:1.7}.results-header{margin-bottom:2.5rem}.results-product-card.main-product .results-product-title{font-size:1.35rem}.results-product-card.main-product .results-product-price{font-size:1.5rem}.results-product-description{font-size:1.3rem}.results-products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.results-product-card.upsell-product .results-product-info{padding:1rem}.results-product-card.upsell-product .results-product-title{font-size:1.2rem}.results-actions{flex-direction:column;align-items:center}.quiz-button--retake,.quiz-button--primary{width:100%;max-width:300px;justify-content:center}}@media screen and (max-width: 480px){.results-products-grid{grid-template-columns:1fr;max-width:300px;margin:0 auto}.results-product-tags{display:none}.results-product-card.main-product .results-product-info{padding:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/section-product-quiz.css.map */
