hair-chat{display:block;width:100%;max-width:100%;height:calc(100vh - 116px);border-radius:0;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;box-shadow:none;margin:0}.chat-container{display:flex;flex-direction:column;height:100%;background:#f5f5f5;overflow:hidden}.chat-header,.start-over-btn,.chat-title,.chat-subtitle{display:none}.chat-messages{flex:1;padding:40px 20px 20px;overflow-y:auto;scroll-behavior:smooth;background:#f5f5f5;border:none;display:flex;flex-direction:column;max-width:800px;margin:0 auto;width:100%}.message{margin-bottom:16px;display:flex;align-items:flex-start;animation:fadeIn .3s ease-out}.message.user{justify-content:flex-end}.message-content{max-width:75%;padding:12px 16px;border-radius:12px;line-height:1.5;font-size:14px;word-wrap:break-word}.message.user .message-content{background:#e8e7e1;color:#333;border-bottom-right-radius:4px}.message.ai .message-content{background:transparent;color:#333;border:none;border-radius:0;box-shadow:none;padding:0}.ai-expert-badge{display:flex;align-items:center;gap:8px;font-size:16px;margin-top:8px}.chat-input-container{padding:20px 20px 40px;background:#f5f5f5;border-top:1px solid #e5e7eb;border-left:none;border-right:none;border-bottom:none;border-radius:0;max-width:800px;margin:0 auto;width:100%}.chat-footer{text-align:center;font-size:12px;color:#6b7280;background:#e8e7e1;padding:12px 24px;margin:0;border-radius:0 0 4px 4px}.chat-footer a{color:#6b7280;text-decoration:underline}.chat-input-wrapper{display:flex;gap:0;align-items:flex-end;max-width:800px;margin:0 auto;position:relative}.chat-input{flex:1;border:1px solid #e8e7e1;border-radius:0;padding:12px 50px 12px 16px;font-size:14px;line-height:1.5;resize:none;outline:none;font-family:inherit;max-height:180px;min-height:70px;height:70px;transition:all .2s ease;background:#fff;overflow-y:hidden}.chat-input:focus{border-color:#9ca3af;box-shadow:none}.chat-input::placeholder{color:#9ca3af}.send-button{position:absolute;right:6px;bottom:6px;width:36px;height:36px;border:1px solid #d1d5db;border-radius:0;background:#2b2b2b;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.send-button:disabled{background:#fff;color:#2b2b2b;border-color:#e8e7e1;cursor:not-allowed}.typing-indicator-container{display:flex;align-items:center;justify-content:flex-start;padding:0;margin-bottom:16px}.expert-badge.spinning img,.ai-expert-badge.spinning img{animation:spin 1s linear infinite}.typing-indicator,.typing-dot{display:none}.empty-state{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;height:auto;color:#374151;text-align:left;padding:0;background:transparent;border-radius:0;border:none;box-shadow:none}.expert-badge{display:flex;align-items:center;gap:8px;font-size:24px;margin-top:12px}.empty-state-greeting,.empty-state-text{font-size:14px;line-height:1.5;margin-bottom:12px;color:#374151;font-weight:400}.empty-state-question{font-size:14px;line-height:1.5;margin-top:12px;color:#374151;font-weight:400}.error-message{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:12px;margin-bottom:16px;font-size:14px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#d1d9e0;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}.mobile-top-banner{display:none}@media screen and (max-width: 768px){hair-chat{height:calc(100vh - 145px);height:calc(100dvh - 145px);position:static!important}.chat-container{padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0)}.mobile-top-banner{display:block;position:absolute;top:0;left:0;right:0;text-align:center;font-size:11px;color:#6b7280;background:#e8e7e1;padding:8px 16px;border-bottom:1px solid #d1d5db;z-index:10}.mobile-top-banner a{color:#6b7280;text-decoration:underline;display:inline-block}.chat-messages{padding:56px 16px 16px;position:relative}.chat-input-container{padding:16px;padding-bottom:max(16px,env(safe-area-inset-bottom,16px))}.chat-footer{display:none}.chat-input{font-size:16px;min-height:44px;height:44px;padding:12px 50px 12px 16px}.shopify-section-group-footer-group{display:none!important}}.product-cards-intro{font-size:14px;font-weight:400;margin-bottom:16px;color:#333;line-height:1.5}.product-section-title{font-size:16px;font-weight:700;margin-top:20px;margin-bottom:12px;color:#000}.product-cards-footer{font-size:14px;margin-top:20px;margin-bottom:12px;color:#374151;line-height:1.5}.product-savings{font-size:14px;margin-bottom:16px;color:#374151}.product-card{background:#f8f9fb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;display:flex;flex-direction:row;gap:16px;margin-bottom:12px;transition:all .2s ease}.product-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #00000014}.product-card-image{flex-shrink:0;width:80px;height:80px;background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card-image img{max-width:100%;max-height:100%;object-fit:contain}.product-card-content{flex:1;display:flex;flex-direction:column}.product-name{font-size:14px;font-weight:700;color:#000;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.product-description{flex:1;font-size:13px;line-height:1.5;color:#374151;margin:0}.shop-routine-btn{width:100%;padding:14px 24px;background:#000;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:all .2s ease;margin-top:8px;text-align:center}.shop-routine-btn:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #0003}@media screen and (max-width: 768px){.message.ai .message-content{max-width:95%}.product-card{flex-direction:row}.product-card-image{width:70px;height:70px}}.review-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-top:20px;box-shadow:0 1px 3px #0000000d}.review-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;flex-wrap:wrap;gap:8px}.review-rating{color:#fbbf24;font-size:16px;letter-spacing:2px}.review-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.review-author{font-weight:600;color:#111827;font-size:14px}.review-hair-type{font-size:13px;color:#6b7280;padding:4px 10px;background:#f3f4f6;border-radius:12px}.review-title{font-weight:600;font-size:15px;color:#111827;margin-bottom:10px;line-height:1.4}.review-content{font-size:14px;line-height:1.6;color:#374151;margin-bottom:12px}.review-product{font-size:12px;color:#6b7280;font-style:italic;margin-top:8px;padding-top:12px;border-top:1px solid #e5e7eb}#gorgias-chat-container{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/441/assets/hair-chat.css.map */
