@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&display=swap";#cb-root{--cb-teal:#66a8bc;--cb-deep:#4a90a4;--cb-ink:#1f2937;--cb-grey:#6b7280;background:linear-gradient(160deg,#f0f9ff,#e0f2fe 60%,#f6fbfd);min-height:100vh;font-family:Lato,Arial,Helvetica Neue,sans-serif;color:var(--cb-ink)}#cb-root *{box-sizing:border-box}.cb-topbar{display:flex;align-items:center;justify-content:center;padding:16px 24px;background:#ffffffeb;border-bottom:1px solid #eef2f5}.cb-title{font-family:Cormorant Garamond,Georgia,serif;font-size:22px;font-weight:600;letter-spacing:.5px;color:var(--cb-ink)}.cb-layout{display:flex;gap:24px;padding:24px;align-items:flex-start;max-width:1360px;margin:0 auto}.cb-col-profile{width:280px;flex-shrink:0}.cb-col-chat{flex:1;min-width:0;max-width:660px;margin:0 auto}.cb-col-selection{width:300px;flex-shrink:0}.cb-panel{background:#fff;border-radius:18px;box-shadow:0 6px 20px #1f29370d;border:1px solid #eef2f5;padding:20px}.cb-panel h3{font-family:Cormorant Garamond,Georgia,serif;font-size:19px;font-weight:600;letter-spacing:.3px;margin:0 0 12px}#cb-scroll{max-height:calc(100vh - 180px);overflow-y:auto;padding:4px}.cb-msg{display:flex;gap:10px;margin-bottom:16px;align-items:flex-end}.cb-msg.cb-right{justify-content:flex-end}.cb-avatar{width:40px;height:40px;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 8px #66a8bc59;flex-shrink:0}.cb-bubble{max-width:480px;background:#fff;border-radius:4px 16px 16px;padding:12px 16px;font-size:15px;line-height:1.55;box-shadow:0 2px 10px #1f29370f}.cb-bubble.cb-user{background:#1f2937;color:#fff;border-radius:16px 4px 16px 16px}.cb-typing{display:inline-flex;gap:5px;background:#fff;padding:14px 16px;border-radius:4px 16px 16px;box-shadow:0 2px 10px #1f29370f}.cb-typing i{width:7px;height:7px;background:#9fc6d1;border-radius:50%;animation:cbPulse 1s infinite ease-in-out}.cb-typing i:nth-child(2){animation-delay:.15s}.cb-typing i:nth-child(3){animation-delay:.3s}@keyframes cbPulse{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.cb-chips{display:flex;flex-wrap:wrap;gap:9px;margin:2px 0 18px 50px}.cb-chip{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1.5px solid #cfe4ea;padding:10px 16px;border-radius:999px;font-size:14px;font-weight:600;color:#33565f;cursor:pointer;box-shadow:0 1px 4px #1f29370d;font-family:inherit;transition:all .15s}.cb-chip:hover{border-color:var(--cb-teal);background:#f4fafb}.cb-chip.cb-sel{background:#e6f3f5;border-color:var(--cb-teal);color:#2d6b7c}.cb-chip.cb-validate{background:#1f2937;color:#fff;border-color:transparent}.cb-chip.cb-validate:disabled{opacity:.45;cursor:not-allowed}.cb-chip-ic{font-size:16px}.cb-universe{display:flex;gap:14px;margin:2px 0 18px 50px;flex-wrap:wrap}.cb-ucard{flex:1;min-width:180px;background:#fff;border:1.5px solid #cfe4ea;border-radius:16px;padding:18px;text-align:left;cursor:pointer;font-family:inherit;transition:all .15s;box-shadow:0 4px 14px #66a8bc1f}.cb-ucard:hover{border-color:var(--cb-teal);transform:translateY(-2px)}.cb-ucard-t{display:block;font-family:Cormorant Garamond,Georgia,serif;font-size:20px;font-weight:600;color:var(--cb-ink)}.cb-ucard-d{display:block;font-size:12.5px;color:var(--cb-grey);margin-top:3px}.cb-inflow{margin:2px 0 18px 50px}.cb-pcard{display:flex;gap:12px;background:#fff;border:1.5px solid #d9eaef;border-radius:16px;padding:12px;max-width:420px;box-shadow:0 6px 18px #66a8bc24}.cb-pcard img{width:72px;height:72px;border-radius:10px;object-fit:cover;background:#f7fafb;flex-shrink:0}.cb-pcard-body{flex:1;min-width:0}.cb-pcard-t{font-weight:700;font-size:14.5px}.cb-pcard-d{font-size:12px;color:var(--cb-grey);margin:3px 0 8px;line-height:1.4}.cb-pcard-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.cb-price{font-weight:700;font-size:14.5px}.cb-added{font-size:12px;font-weight:600;color:#2d6b7c;background:#e6f3f5;padding:3px 10px;border-radius:999px}.cb-field{font-size:13.5px;padding:8px 0;border-bottom:1px solid #f1f5f7;display:flex;justify-content:space-between;align-items:center;gap:8px}.cb-field b{color:#2d6b7c;text-align:right}.cb-field-title{padding:10px 0 5px;font-size:13.5px}.cb-empty{color:#c4c8cf;font-size:13px}.cb-tag{display:inline-block;background:#fef3c7;color:#92400e;font-size:11.5px;font-weight:600;padding:2px 9px;border-radius:999px;margin:2px 3px 2px 0;white-space:nowrap}.cb-tag-green{background:#d1fae5;color:#065f46}.cb-gauge{background:#e5e7eb;height:7px;border-radius:99px;overflow:hidden;margin:6px 0 4px}.cb-gauge>div{height:100%;background:linear-gradient(90deg,var(--cb-teal),var(--cb-deep));border-radius:99px;transition:width .5s ease}.cb-gauge-label{font-size:12px;color:var(--cb-grey);margin-bottom:8px}.cb-item{display:flex;align-items:center;gap:9px;padding:8px 0;border-bottom:1px solid #f1f5f7;cursor:pointer}.cb-item input{accent-color:var(--cb-teal);width:16px;height:16px;flex-shrink:0}.cb-item img{width:42px;height:42px;border-radius:8px;object-fit:cover;background:#f7fafb;flex-shrink:0}.cb-item-body{flex:1;min-width:0}.cb-item-n{display:block;font-size:13px;font-weight:600;line-height:1.3}.cb-item-u{display:block;font-size:11px;color:var(--cb-deep);font-weight:600;margin-top:1px}.cb-item-p{font-size:13px;font-weight:700;flex-shrink:0}.cb-total{margin:12px 0 4px;font-size:15px}.cb-total b{font-size:21px}.cb-strike{color:#9ca3af;text-decoration:line-through;font-size:13.5px}.cb-cta{display:block;width:100%;text-align:center;background:#1f2937;color:#fff;font-weight:700;font-size:14.5px;padding:13px;border-radius:12px;border:none;cursor:pointer;box-shadow:0 6px 16px #1f293740;margin-top:12px;font-family:inherit}.cb-capture{padding:18px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-radius:14px;border:1px solid #10b981;max-width:460px}.cb-capture h3{font-size:15.5px;font-weight:700;color:#065f46;margin:0 0 8px}.cb-small{font-size:11px;color:var(--cb-grey);margin:6px 0 0}.cb-cross{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:16px 18px;background:linear-gradient(135deg,#fef3c7,#fef9e7);border:1px solid #f59e0b;border-radius:14px;max-width:480px}.cb-cross h3{font-size:15px;font-weight:700;color:#92400e;margin:0 0 3px}.cb-cross p{font-size:12.5px;color:#92400e;margin:0}.cb-cross>div{flex:1;min-width:200px}.cb-cross button{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;padding:11px 18px;border-radius:10px;font-size:13.5px;font-weight:600;cursor:pointer;white-space:nowrap;font-family:inherit}.cb-disclosure{text-align:center;font-size:11.5px;color:#8b96a3;padding:10px 16px 16px}.cb-tabbar{display:none}@media(max-width:1023px){.cb-layout{flex-direction:column;padding:14px 12px 96px}.cb-col-profile,.cb-col-selection,.cb-col-chat{width:100%;max-width:100%}#cb-root[data-tab=chat] .cb-col-profile,#cb-root[data-tab=chat] .cb-col-selection,#cb-root[data-tab=profile] .cb-col-chat,#cb-root[data-tab=profile] .cb-col-selection,#cb-root[data-tab=selection] .cb-col-chat,#cb-root[data-tab=selection] .cb-col-profile{display:none}#cb-scroll{max-height:none}.cb-bubble{max-width:82%}.cb-chips,.cb-universe,.cb-inflow{margin-left:0}.cb-tabbar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:30;background:#fffffff7;border-top:1px solid #e5eef2;padding:8px 8px 20px}.cb-tab{flex:1;text-align:center;background:none;border:none;font-family:inherit;font-size:11px;font-weight:600;color:#9ca3af;cursor:pointer;position:relative}.cb-tab .cb-tab-ic{font-size:20px;display:block;margin-bottom:2px}.cb-tab.cb-on{color:var(--cb-deep)}#cb-tab-badge{position:absolute;top:-4px;right:26%;background:#f59e0b;color:#fff;font-size:10px;font-weight:700;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center}}.cb-ucard img{width:100%;height:120px;object-fit:cover;border-radius:10px;margin-bottom:10px;display:block}.cb-picto{width:92px;height:92px;display:block;margin:6px auto 12px}.cb-ucard{text-align:center;padding:22px 18px 20px}.cb-ucard .cb-ucard-d{margin-top:4px}#tlk-chat{display:none!important}.cb-consent{font-size:10.5px;color:#9aa4af;margin:-8px 0 16px 50px;max-width:440px;line-height:1.45}.cb-photo-thumb{width:64px;height:64px;border-radius:12px;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 8px #66a8bc4d;display:block}.cb-photo-add{display:block;width:100%;margin-top:12px;background:#fff;border:1.5px dashed #cfe4ea;color:#33565f;font-size:12.5px;font-weight:600;padding:10px;border-radius:10px;cursor:pointer;font-family:inherit}.cb-photo-add:hover{border-color:var(--cb-teal);background:#f4fafb}@media(max-width:1023px){.cb-consent{margin-left:0}}
/*# sourceMappingURL=/cdn/shop/t/46/assets/consultation-beaute.css.map */
