#sim-sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:9998;opacity:0;transition:opacity .3s ease}#sim-sidebar-overlay.open{display:block;opacity:1}#sim-sidebar{position:fixed;top:0;right:0;width:100%;max-width:480px;height:100%;background:rgb(var(--colors-background-secondary));z-index:9999;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-4px 0 32px #0000001f}#sim-sidebar.open{transform:translate(0)}#sim-sidebar-close{position:absolute;top:14px;right:16px;z-index:1;background:rgba(var(--colors-button),.18);border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgb(var(--colors-button));padding:0}#sim-close-icon{width:16px;height:16px;transition:transform .5s cubic-bezier(.3,1,.3,1)}#sim-sidebar-close:hover #sim-close-icon{transform:rotate(90deg)}#sim-sidebar-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px 0 32px}#kidiloop-simulator *{box-sizing:border-box}#kidiloop-simulator{font-family:var(--font-body-family);max-width:100%;padding:16px;color:rgb(var(--colors-text))}.sim-header{background:#cfaeff;border-radius:20px;padding:28px 24px 24px;text-align:left;margin-bottom:24px}.sim-header h1{font-family:ExtraChunk,sans-serif;color:rgb(var(--colors-button));font-size:1.6rem;font-weight:800;margin:8px 0 0;line-height:1.15;padding-right:32px}.sim-header p{color:rgb(var(--colors-text));font-size:.85rem;line-height:1.5;margin:0;opacity:.8}.sim-progress{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:24px}.sim-step-dot{width:32px;height:32px;border-radius:50%;background:rgb(var(--colors-line-and-border));border:2px solid rgb(var(--colors-line-and-border));display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#999;transition:all .3s;flex-shrink:0}.sim-step-dot.active{background:rgb(var(--colors-button));border-color:rgb(var(--colors-button));color:rgb(var(--colors-button-text))}.sim-step-dot.done{background:var(--colors-button-hover);border-color:var(--colors-button-hover);color:rgb(var(--colors-button))}.sim-step-line{flex:1;height:2px;background:rgb(var(--colors-line-and-border));max-width:60px;transition:background .3s}.sim-step-line.done{background:var(--colors-button-hover)}.sim-card{background:rgb(var(--colors-background));border-radius:20px;padding:24px;box-shadow:0 4px 20px #00000014;margin-bottom:16px}.sim-card h2{font-size:1.05rem;font-weight:700;color:rgb(var(--colors-heading));margin:0 0 6px}.sim-card .sim-subtitle{font-size:.85rem;color:#777;margin:0 0 20px}.sim-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}.sim-btn{background:rgba(var(--colors-button),.07);border:2px solid transparent;border-radius:var(--border-radius);padding:14px 10px;cursor:pointer;text-align:center;font-size:.85rem;font-family:var(--font-button);font-weight:var(--font-button-weight);color:rgb(var(--colors-text));transition:all .2s;line-height:1.3}.sim-btn:hover{border-color:rgb(var(--colors-button));background:rgba(var(--colors-button),.12)}.sim-btn.selected{background:rgb(var(--colors-button));border-color:rgb(var(--colors-button));color:rgb(var(--colors-button-text))}.sim-btn .btn-emoji{display:flex;align-items:center;justify-content:center;margin-bottom:8px}.sim-btn .btn-emoji svg{width:28px;height:28px}.sim-univers-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.sim-univers-btn{position:relative;overflow:hidden;border-radius:16px;border:2.5px solid transparent;cursor:pointer;padding:0;aspect-ratio:3 / 2;transition:border-color .2s,box-shadow .2s;text-align:left}.sim-univers-btn:hover{border-color:rgba(var(--colors-button),.35)}.sim-univers-btn.selected{border-color:rgb(var(--colors-button));box-shadow:0 0 0 2px rgba(var(--colors-button),.15)}.sim-univers-btn.sim-univers-btn--bebe-fille{background:#ddc7fe}.sim-univers-btn.sim-univers-btn--bebe-garcon{background:#ffa03a}.sim-univers-btn.sim-univers-btn--fille{background:#ffcb49}.sim-univers-btn.sim-univers-btn--garcon{background:#d0aeff}.sim-univers-btn--wide{background:#004528;grid-column:1 / -1;aspect-ratio:5 / 2}.sim-univers-label{position:absolute;top:12px;left:12px;font-size:.82rem;font-weight:700;font-family:var(--font-button);color:#fff;line-height:1.3;z-index:1;display:flex;flex-direction:column;gap:2px}.sim-univers-label small{font-weight:400;font-size:.72rem;color:rgba(white,.65)}.sim-univers-btn img{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:95%;height:100%;object-fit:contain;object-position:bottom center}.sim-univers-btn--wide img{height:120%}.sim-search-input{width:100%;padding:12px 16px;border:2px solid rgb(var(--colors-line-and-border));border-radius:12px;font-size:.95rem;font-family:var(--font-body-family);color:rgb(var(--colors-text));background:rgb(var(--colors-background-secondary));outline:none;transition:border-color .2s;appearance:none;-webkit-appearance:none}.sim-search-input:focus{border-color:rgb(var(--colors-button));background:rgb(var(--colors-background))}.sim-cat-wrapper{position:relative}.sim-cat-trigger{width:100%;padding:12px 16px;border:2px solid rgb(var(--colors-line-and-border));border-radius:12px;font-size:.95rem;font-family:var(--font-body-family);color:rgb(var(--colors-text));background:rgb(var(--colors-background-secondary));outline:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:border-color .2s;text-align:left}.sim-cat-trigger.open,.sim-cat-trigger:focus{border-color:rgb(var(--colors-button));background:rgb(var(--colors-background))}.sim-cat-chevron{width:16px;height:16px;flex-shrink:0;color:rgb(var(--colors-button));transition:transform .2s}.sim-cat-trigger.open .sim-cat-chevron{transform:rotate(180deg)}.sim-cat-list{position:absolute;top:calc(100% + 4px);left:0;right:0;background:rgb(var(--colors-background));border:2px solid rgb(var(--colors-button));border-radius:12px;max-height:220px;overflow-y:auto;z-index:100;box-shadow:0 8px 24px #0000001a;display:none}.sim-cat-list.open{display:block}.sim-cat-item{padding:10px 16px;cursor:pointer;font-size:.9rem;font-family:var(--font-body-family);color:rgb(var(--colors-text));transition:background .15s}.sim-cat-item:hover{background:rgba(var(--colors-button),.07)}.sim-cat-item:first-child{border-radius:10px 10px 0 0}.sim-cat-item:last-child{border-radius:0 0 10px 10px}.sim-cat-list::-webkit-scrollbar,.sim-brand-list::-webkit-scrollbar{width:6px}.sim-cat-list::-webkit-scrollbar-track,.sim-brand-list::-webkit-scrollbar-track{background:transparent;margin:6px 0}.sim-cat-list::-webkit-scrollbar-thumb,.sim-brand-list::-webkit-scrollbar-thumb{background:rgba(var(--colors-button),.25);border-radius:99px}.sim-cat-list::-webkit-scrollbar-thumb:hover,.sim-brand-list::-webkit-scrollbar-thumb:hover{background:rgba(var(--colors-button),.5)}.sim-brand-wrapper{position:relative}.sim-brand-list{position:absolute;top:calc(100% + 4px);left:0;right:0;background:rgb(var(--colors-background));border:2px solid rgb(var(--colors-button));border-radius:12px;max-height:200px;overflow-y:auto;z-index:100;box-shadow:0 8px 24px #0000001a;display:none}.sim-brand-list.open{display:block}.sim-brand-item{padding:10px 16px;cursor:pointer;font-size:.9rem;display:flex;justify-content:space-between;align-items:center;transition:background .15s}.sim-brand-item:hover{background:rgba(var(--colors-button),.07)}.sim-brand-item:first-child{border-radius:10px 10px 0 0}.sim-brand-item:last-child{border-radius:0 0 10px 10px}.sim-gamme-badge{font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.04em}.badge-basique{background:rgba(var(--colors-button),.1);color:rgb(var(--colors-button))}.badge-premium{background:#fff3cc;color:#7a5a00}.badge-luxe{background:#f3e8ff;color:#6a3a99}.sim-brand-refused{padding:12px 16px;background:rgba(var(--color-error),.06);border:2px solid rgba(var(--color-error),.3);border-radius:12px;font-size:.88rem;color:rgb(var(--color-error));margin-top:8px;display:none}.sim-brand-selected-info{margin-top:10px;padding:12px 16px;background:rgba(var(--colors-button),.07);border-radius:12px;font-size:.88rem;color:rgb(var(--colors-button));display:none}.sim-nav{display:flex;gap:10px;margin-top:8px}.sim-btn-back{background:transparent;border:2px solid rgb(var(--colors-line-and-border));border-radius:var(--border-radius);padding:12px 20px;cursor:pointer;font-size:.9rem;font-family:var(--font-button);font-weight:var(--font-button-weight);color:#666;transition:all .2s}.sim-btn-back:hover{border-color:#999;color:#333}.sim-btn-next{flex:1;display:block;width:100%;background:var(--colors-button-hover);border:none;border-radius:var(--border-radius);padding:14px 20px;cursor:pointer;font-size:.95rem;font-family:var(--font-button);font-weight:800;color:rgb(var(--colors-text));transition:all .2s;opacity:.4;pointer-events:none}.sim-btn-next.enabled{opacity:1;pointer-events:all}.sim-btn-next.enabled:hover{filter:brightness(.92);transform:translateY(-1px)}.sim-result-card{background:rgb(var(--colors-background-secondary));border-radius:20px;padding:28px 24px;text-align:center;margin-bottom:16px}.sim-result-label{color:rgba(var(--colors-button),.7);font-size:.9rem;margin:0 0 8px}.sim-result-range{color:rgb(var(--colors-button));font-size:2.2rem;font-weight:900;margin:0 0 4px;line-height:1.1}.sim-result-sub{color:rgba(var(--colors-button),.6);font-size:.8rem;margin:0 0 24px}.sim-result-details{background:rgb(var(--colors-background));border:1px solid;border-radius:12px;padding:14px 18px;text-align:left;margin-bottom:20px}.sim-result-details p{color:rgb(var(--colors-text));font-size:.85rem;line-height:1.8;margin:0}.sim-result-details span{color:rgb(var(--colors-button));font-weight:600}.sim-cta-btn{display:inline-block;background:rgb(var(--colors-button));color:rgb(var(--colors-button-text));font-size:1rem;font-family:var(--font-button);font-weight:800;padding:16px 32px;border-radius:var(--border-radius);text-decoration:none;transition:all .2s;cursor:pointer;border:none;width:100%}.sim-cta-btn:hover{filter:brightness(.92);transform:translateY(-1px)}.sim-restart{text-align:center;margin-top:14px}.sim-restart a{color:rgba(var(--colors-button),.7);font-size:.88rem;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.sim-disclaimer{background:rgb(var(--colors-background));border-left:4px solid rgba(var(--colors-button),.4);border-radius:0 12px 12px 0;padding:12px 16px;font-size:.8rem;color:rgba(var(--colors-button),.75);line-height:1.5;margin-bottom:16px}.sim-step{display:none}.sim-step.active{display:block}@media(max-width:520px){#sim-sidebar{max-width:100%}.sim-grid{grid-template-columns:repeat(2,1fr)}.sim-header h1{font-size:1.2rem}.sim-result-range{font-size:1.8rem}}body.sim-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/2/assets/simulator-sidebar.css.map */
