/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme - DrAkvarist
Author: UX Themes & Sinaps
Template: flatsome
Version: 3.0.4
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* ==========================================================================
   DrAkvarist - Zero-Search & Ürün Talep / Öneri Arayüzü (Getir Modeli)
   ========================================================================== */
.drak-zero-search-container {
    max-width: 1080px;
    margin: 25px auto 60px auto;
    padding: 0 15px;
}

.drak-zero-search-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 25px -5px rgba(15, 110, 86, 0.07), 0 8px 10px -6px rgba(15, 110, 86, 0.04);
    position: relative;
    overflow: hidden;
}

.drak-zero-search-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #0F6E56, #2dd4bf);
}

.drak-zero-icon-wrap {
    width: 68px;
    height: 68px;
    line-height: 68px;
    margin: 0 auto 18px auto;
    background: #f0fdf4;
    border: 2px solid #bbf7d0;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drak-zero-title {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    line-height: 1.35;
}

.drak-zero-title span {
    color: #0F6E56;
    background: #f0fdf4;
    padding: 2px 10px;
    border-radius: 6px;
    border: 1px solid #dcfce7;
}

.drak-zero-desc {
    font-size: 15px;
    color: #475569;
    max-width: 680px;
    margin: 0 auto 26px auto;
    line-height: 1.6;
}

.drak-zero-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.drak-btn-suggest {
    background-color: #0F6E56 !important;
    border-color: #0F6E56 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 12px 28px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(15, 110, 86, 0.22) !important;
    transition: all 0.25s ease !important;
    cursor: pointer;
}

.drak-btn-suggest:hover {
    background-color: #0c5643 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(15, 110, 86, 0.3) !important;
}

.drak-btn-wa {
    background-color: #25D366 !important;
    border-color: #25D366 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 12px 28px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.22) !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
}

.drak-btn-wa:hover {
    background-color: #1eb857 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.32) !important;
}

/* Form Çekmecesi */
.drak-suggest-drawer {
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px dashed #cbd5e1;
    animation: drakFadeDown 0.35s ease;
}

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

.drak-drawer-inner {
    max-width: 520px;
    margin: 0 auto;
    text-align: left;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
}

.drak-drawer-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.drak-drawer-sub {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 20px;
    line-height: 1.45;
}

.drak-form-group {
    margin-bottom: 16px;
}

.drak-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.drak-req {
    color: #ef4444;
}

.drak-form-help {
    display: block;
    font-size: 12px;
    color: #64748b;
    margin-top: 4px;
}

.drak-form-group input,
.drak-form-group textarea {
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s;
}

.drak-form-group input:focus,
.drak-form-group textarea:focus {
    border-color: #0F6E56 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(15, 110, 86, 0.15) !important;
}

.drak-form-actions button {
    width: 100% !important;
    background-color: #0F6E56 !important;
    border-color: #0F6E56 !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 12px !important;
    border-radius: 8px !important;
    cursor: pointer;
}

.drak-suggest-result {
    margin-top: 15px;
    padding: 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.drak-suggest-result.success {
    background-color: #f0fdf4;
    border: 1px solid #86efac;
    color: #166534;
}

.drak-suggest-result.error {
    background-color: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

/* Popüler Ürünler Bölümü */
.drak-zero-popular-section {
    margin-top: 50px;
}

.drak-popular-header {
    text-align: center;
    margin-bottom: 25px;
}

.drak-popular-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

/* ==========================================================================
   DrAkvarist - Stoğa Girince Haber Ver (Back in Stock) Stilleri
   ========================================================================== */
.drak-stock-alert-box {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px;
    margin: 24px 0;
    box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.04);
}

.drak-stock-alert-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.drak-stock-bell {
    font-size: 24px;
    line-height: 1;
}

.drak-stock-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    display: block;
    margin-bottom: 2px;
}

.drak-stock-sub {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

/* Masaüstü ve Mobil: Tam genişlik dikey alt alta yerleşim */
.drak-stock-input-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.drak-stock-input-wrap input[type="email"] {
    width: 100% !important;
    height: 44px !important;
    max-height: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
    padding: 0 14px !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
}

.drak-stock-input-wrap input[type="email"]:focus {
    border-color: #0F6E56 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(15, 110, 86, 0.15) !important;
}

.drak-stock-submit-btn {
    width: 100% !important;
    height: 44px !important;
    max-height: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
    background-color: #0F6E56 !important;
    border-color: #0F6E56 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14.5px !important;
    padding: 0 20px !important;
    margin: 0 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: all 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-shadow: 0 4px 12px rgba(15, 110, 86, 0.2) !important;
}

.drak-stock-submit-btn:hover {
    background-color: #0c5643 !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(15, 110, 86, 0.3) !important;
}

.drak-stock-msg {
    margin-top: 12px;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.45;
}

.drak-stock-msg.success {
    background-color: #f0fdf4;
    border: 1px solid #86efac;
    color: #166534;
}

.drak-stock-msg.error {
    background-color: #fef2f2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

@media only screen and (max-width: 48em) {
    .drak-zero-search-card {
        padding: 28px 18px;
    }
    .drak-zero-title {
        font-size: 20px;
    }
    .drak-zero-actions {
        flex-direction: column;
        width: 100%;
    }
    .drak-btn-suggest, .drak-btn-wa {
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
    }
}
