.sf-page{min-height:80vh;padding:60px 24px 80px;display:flex;flex-direction:column;align-items:center}.sf-progress{display:flex;align-items:center;gap:0;margin-bottom:52px;width:100%;max-width:400px}.sf-progress-step{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;position:relative}.sf-progress-step:after{content:"";position:absolute;top:15px;left:50%;width:100%;height:1px;background:rgba(var(--color-foreground),.12);z-index:0}.sf-progress-step:last-child:after{display:none}.sf-progress-dot{width:30px;height:30px;border-radius:50%;border:1.5px solid rgba(var(--color-foreground),.18);background:rgb(var(--color-background));display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:rgba(var(--color-foreground),.35);position:relative;z-index:1;transition:all .35s ease}.sf-progress-step.active .sf-progress-dot{border-color:rgb(var(--color-button));background:rgb(var(--color-button));color:rgb(var(--color-button-text));box-shadow:0 0 0 4px rgba(var(--color-button),.15)}.sf-progress-step.done .sf-progress-dot{border-color:rgb(var(--color-button));background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.sf-progress-step.done:after{background:rgb(var(--color-button))}.sf-progress-label{font-size:10px;color:rgba(var(--color-foreground),.4);white-space:nowrap;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.sf-progress-step.active .sf-progress-label{color:rgb(var(--color-foreground));font-weight:600}.sf-question{width:100%;max-width:680px;display:none;flex-direction:column;align-items:center;text-align:center;gap:10px;animation:sf-in .4s cubic-bezier(.4,0,.2,1)}.sf-question.visible{display:flex}@keyframes sf-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sf-q-eyebrow{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(var(--color-foreground),.4);margin:0}.sf-q-title{font-size:clamp(24px,4vw,38px);font-weight:700;color:rgb(var(--color-foreground));margin:4px 0 6px;line-height:1.15;letter-spacing:-.02em}.sf-q-subtitle{font-size:14px;color:rgba(var(--color-foreground),.55);margin:0 0 36px;line-height:1.6}.sf-choices{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:100%}.sf-choice{border:1px solid rgba(var(--color-foreground),.1);border-radius:16px;padding:24px 18px 20px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:12px;background:rgb(var(--color-background));transition:border-color .25s,transform .2s,box-shadow .25s;text-align:center;position:relative;overflow:hidden}.sf-choice:hover{border-color:rgba(var(--color-foreground),.3);transform:translateY(-2px);box-shadow:0 8px 28px #00000014}.sf-choice.selected{border-color:rgb(var(--color-button));border-width:1.5px;box-shadow:0 0 0 3px rgba(var(--color-button),.12)}.sf-choice.selected:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:rgb(var(--color-button))}.sf-choice-icon{width:52px;height:52px;border-radius:50%;background:rgba(var(--color-foreground),.05);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .25s}.sf-choice.selected .sf-choice-icon{background:rgba(var(--color-button),.1)}.sf-choice-icon svg{width:24px;height:24px;stroke:rgba(var(--color-foreground),.6);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transition:stroke .25s}.sf-choice.selected .sf-choice-icon svg{stroke:rgb(var(--color-button))}.sf-choice-label{font-size:14px;font-weight:700;color:rgb(var(--color-foreground));line-height:1.3;letter-spacing:-.01em}.sf-choice-desc{font-size:12px;color:rgba(var(--color-foreground),.5);line-height:1.5}.sf-choice-check{position:absolute;top:10px;right:10px;width:18px;height:18px;border-radius:50%;background:rgb(var(--color-button));display:none;align-items:center;justify-content:center}.sf-choice.selected .sf-choice-check{display:flex}.sf-choice-check svg{width:10px;height:10px;stroke:rgb(var(--color-button-text));fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.sf-nav{display:flex;gap:12px;margin-top:40px;width:100%;justify-content:center}.sf-btn-back{padding:13px 28px;border:1px solid rgba(var(--color-foreground),.18);border-radius:50px;background:transparent;color:rgb(var(--color-foreground));font-size:14px;font-weight:600;cursor:pointer;transition:border-color .2s}.sf-btn-back:hover{border-color:rgba(var(--color-foreground),.4)}.sf-btn-next{padding:13px 40px;border:none;border-radius:50px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:14px;font-weight:700;cursor:pointer;transition:opacity .2s,transform .2s;letter-spacing:.03em}.sf-btn-next:disabled{opacity:.3;cursor:not-allowed}.sf-btn-next:not(:disabled):hover{opacity:.88;transform:scale(1.02)}.sf-result{display:none;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:500px;animation:sf-in .5s ease}.sf-result.visible{display:flex}.sf-result-eyebrow{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(var(--color-foreground),.45);margin:0 0 14px}.sf-result-title{font-size:clamp(20px,3vw,28px);font-weight:700;color:rgb(var(--color-foreground));margin:0 0 28px;letter-spacing:-.01em}.sf-product-card{width:100%;border:1px solid rgba(var(--color-foreground),.1);border-radius:20px;overflow:hidden;background:rgb(var(--color-background));box-shadow:0 16px 48px #00000014}.sf-product-img{width:100%;aspect-ratio:4/3;object-fit:contain;background:rgba(var(--color-foreground),.03);display:block;padding:28px}.sf-product-body{padding:22px 26px 26px;text-align:left}.sf-product-name{font-size:clamp(18px,2.5vw,24px);font-weight:700;color:rgb(var(--color-foreground));margin:0 0 8px;letter-spacing:-.01em}.sf-product-desc{font-size:13px;color:rgba(var(--color-foreground),.6);line-height:1.65;margin:0 0 14px}.sf-product-price{font-size:20px;font-weight:800;color:rgb(var(--color-button));margin:0 0 18px}.sf-product-price-compare{font-size:13px;color:rgba(var(--color-foreground),.35);text-decoration:line-through;margin-right:6px}.sf-atc-btn{display:block;width:100%;padding:14px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;border-radius:50px;font-size:14px;font-weight:700;cursor:pointer;text-align:center;text-decoration:none;transition:opacity .2s;letter-spacing:.04em}.sf-atc-btn:hover{opacity:.88}.sf-retry-btn{margin-top:14px;background:none;border:none;color:rgba(var(--color-foreground),.5);font-size:13px;cursor:pointer;text-decoration:underline;padding:0}.sf-no-match{padding:32px;border:1px dashed rgba(var(--color-foreground),.2);border-radius:16px;width:100%}@media(max-width:480px){.sf-page{padding:40px 16px 60px}.sf-choices{gap:10px}.sf-choice{padding:18px 14px 16px}.sf-choice-icon{width:44px;height:44px}.sf-product-body{padding:18px 20px 22px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/scent-finder.css.map */
