.chat-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 350px;
    height: 500px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    z-index: 1000;
    transition: all 0.3s ease;
}

.chat-header {
    padding: 15px;
    background: #D1C286;
    color: #fff;
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.minimized {
    height: 60px !important;
    border-radius: 15px;
    overflow: hidden;
}

.minimized .chat-header {
    border-radius: 15px;
}

.minimized .chat-messages,
.minimized .chat-input {
    display: none;
}

.chat-header h3 {
    margin: 0;
    font-size: 1.1em;
}

.chat-header .minimize-btn {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 20px;
    padding: 0 5px;
    transition: opacity 0.2s ease;
}

.chat-header .minimize-btn:hover {
    opacity: 0.8;
}

.chat-messages {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.message {
    margin-bottom: 10px;
    max-width: 80%;
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.message.user {
    margin-left: auto;
    background: #D1C286;
    color: #fff;
    border-radius: 15px 15px 0 15px;
    padding: 10px 15px;
}

.message.bot {
    background: #f5f5f5;
    border-radius: 15px 15px 15px 0;
    padding: 10px 15px;
}

.message.error {
    background: #ffe6e6;
    color: #d32f2f;
    border: 1px solid #ffa4a4;
    border-radius: 15px;
    padding: 10px 15px;
    margin: 10px auto;
    text-align: center;
}

.chat-input {
    padding: 15px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
    background: #fff;
    border-radius: 0 0 15px 15px;
}

.chat-input input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
    font-size: 14px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.chat-input input:focus {
    border-color: #D1C286;
}

.chat-input input:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
    border-color: #ddd;
}

.chat-input button {
    background: #D1C286;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-input button:hover:not(:disabled) {
    background: #bfb176;
    transform: scale(1.05);
}

.chat-input button:active:not(:disabled) {
    transform: scale(0.95);
}

.chat-input button:disabled {
    background: #cccccc;
    cursor: not-allowed;
    transform: none;
}

/* Scrollbar Styling */
.chat-messages::-webkit-scrollbar {
    width: 6px;
}

.chat-messages::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.chat-messages::-webkit-scrollbar-thumb {
    background: #D1C286;
    border-radius: 3px;
}

.chat-messages::-webkit-scrollbar-thumb:hover {
    background: #bfb176;
}

📱 Tablet
📝 Açıklama: tablet ürünü buradan açıklama
✨ Özellikler:
• Ekran Boyutu: 10.1 inç
• Renk: Siyah, Gümüş
• Depolama: 64GB, 128GB
💰 Fiyat: ₺5.498,00
📦 Stok Durumu: Stokta (3 adet)
📑 Kategori: Elektronik 