@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/**
 * xHosting — standard_cart Özel CSS Override
 * all.min.css üzerine yüklenir (common.tpl sırası)
 */

/* ═══════════════════════════════════════════════════════════
   1. LAYOUT — cart-body row'u tam doldursun
   ═══════════════════════════════════════════════════════════ */

/* cart-sidebar hidden olduğunda cart-body tam genişliği alsın */
#order-standard_cart .cart-sidebar {
    display: none !important;
}

/* ── CART-BODY — Kurumsal Açık Gradient ───────────────────────── */
#order-standard_cart .cart-body {
    width: 100% !important;
    float: none !important;
    padding: 28px 24px 36px !important;
    background: linear-gradient(160deg, #eef3ff 0%, #f4f7ff 55%, #eef1fb 100%);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

/* Dekoratif soluk daireler */
#order-standard_cart .cart-body::before {
    content: '';
    position: absolute;
    top: -130px; right: -110px;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59,130,246,0.09) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}
#order-standard_cart .cart-body::after {
    content: '';
    position: absolute;
    bottom: -140px; left: -90px;
    width: 340px; height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99,102,241,0.07) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* cart-body içindeki tüm doğrudan çocukları z-index ile öne al */
#order-standard_cart .cart-body > * {
    position: relative;
    z-index: 1;
}

/* secondary-cart-body + secondary-cart-sidebar oranı */
#order-standard_cart .secondary-cart-body {
    width: 63%;
    padding-right: 20px;
}
#order-standard_cart .secondary-cart-sidebar {
    width: 37%;
}

@media (max-width: 1199px) {
    #order-standard_cart .secondary-cart-body { width: 63%; }
    #order-standard_cart .secondary-cart-sidebar { width: 37%; }
}
@media (max-width: 991px) {
    #order-standard_cart .secondary-cart-body {
        width: 100%;
        float: none;
        padding-right: 15px;
    }
    #order-standard_cart .secondary-cart-sidebar {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
}

/* ═══════════════════════════════════════════════════════════
   2. PRODUCT INFO — Üst ürün tanıtım bloğu
   ═══════════════════════════════════════════════════════════ */

#order-standard_cart .product-info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 24px;
    padding: 18px 22px;
    background: #fff;
    border: 1px solid #e8eef4;
    border-left: 4px solid #f97316;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(15,23,42,0.05);
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}
/* Sol ikon alanı */
#order-standard_cart .product-info::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f233';
    font-size: 22px;
    color: #f97316;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: #e0f2fe;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#order-standard_cart .product-info .product-title {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 2px;
    line-height: 1.3;
}
#order-standard_cart .product-info > *:not(.product-title) {
    font-size: 12px;
    color: #64748b;
    font-weight: 400;
}

/* ═══════════════════════════════════════════════════════════
   3. DOMAIN SELECTION OPTIONS — Alan Adı Seçim Kartları
   ═══════════════════════════════════════════════════════════ */

#order-standard_cart .domain-selection-options {
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
}

/* Her seçenek kartı */
#order-standard_cart .domain-selection-options .option {
    margin-bottom: 0;
    padding: 0;
    border-radius: 12px;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    overflow: hidden;
    transition: border-color 0.18s, box-shadow 0.18s;
}
#order-standard_cart .domain-selection-options .option:hover {
    border-color: #fed7aa;
    box-shadow: 0 2px 10px rgba(249,115,22,0.10);
    cursor: pointer;
}

/* Seçili kart */
#order-standard_cart .domain-selection-options .option-selected {
    border-color: #f97316;
    background: #f0f9ff;
    box-shadow: 0 3px 14px rgba(249,115,22,0.13);
}
#order-standard_cart .domain-selection-options .option-selected label {
    font-weight: 600;
    color: #0369a1;
}

/* Label satırı (radio + metin) */
#order-standard_cart .domain-selection-options .option label {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    margin: 0;
    font-size: 13.5px;
    font-weight: 500;
    color: #334155;
    cursor: pointer;
    line-height: 1.4;
    transition: color 0.15s;
}
#order-standard_cart .domain-selection-options .option label input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #f97316;
    cursor: pointer;
    flex-shrink: 0;
    margin: 0;
}
/* icheck kütüphanesi ikonunu gizle — native radio kullan */
#order-standard_cart .domain-selection-options .option .iradio_square-blue {
    display: none;
}

/* Seçili seçenekte mavi dot göstergesi */
#order-standard_cart .domain-selection-options .option-selected label::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #f97316;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: auto;
}

/* Input grubu (arama/transfer formu) */
#order-standard_cart .domain-input-group {
    display: none;
    padding: 0 18px 16px;
    border-top: 1px solid #e8eef4;
    margin: 0;
    background: transparent;
}

/* Input grubu aktif olduğunda */
#order-standard_cart .domain-selection-options .option-selected .domain-input-group {
    background: transparent;
}

/* Input alanları */
#order-standard_cart .domain-input-group .form-control {
    height: 40px;
    border: 1.5px solid #e2e8f0;
    border-radius: 9px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: #1e293b;
    background: #fff;
    padding: 0 12px;
    transition: border-color 0.18s, box-shadow 0.18s;
    box-shadow: none;
}
#order-standard_cart .domain-input-group .form-control:focus {
    border-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249,115,22,0.12);
    outline: none;
}

/* Input group prefix (www.) */
#order-standard_cart .domain-input-group .input-group-text,
#order-standard_cart .domain-input-group .input-group-addon {
    height: 40px;
    padding: 0 12px;
    background: #f1f5f9;
    border: 1.5px solid #e2e8f0;
    border-right: none;
    border-radius: 9px 0 0 9px;
    font-size: 12px;
    color: #64748b;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
#order-standard_cart .domain-input-group .input-group .form-control {
    border-radius: 0 9px 9px 0;
    border-left: none;
}
#order-standard_cart .domain-input-group .input-group-prepend + .form-control,
#order-standard_cart .domain-input-group .input-group .form-control:not(:last-child) {
    border-radius: 0;
}
#order-standard_cart .domain-input-group .input-group > .form-control:last-child {
    border-radius: 0 9px 9px 0;
}

/* Select (TLD seçici) */
#order-standard_cart .domain-input-group select.form-control {
    padding-right: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

/* Kontrol Et / Transfer / Kullan butonu */
#order-standard_cart .domain-input-group .btn-primary,
#order-standard_cart .domain-input-group .btn-block {
    height: 40px;
    border-radius: 9px;
    font-size: 12.5px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #f97316, #ea580c);
    border: none;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
#order-standard_cart .domain-input-group .btn-primary:hover {
    opacity: 0.88;
    color: #fff;
}

/* Alan adı seçici açıklama satırı */
#order-standard_cart .domain-input-group .domains-row {
    padding-top: 12px;
    margin-right: 0;
    margin-left: 0;
}

/* İnput row içi sütunlar */
#order-standard_cart .domain-input-group .col-sm-2 {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
}
@media (max-width: 767px) {
    #order-standard_cart .domain-input-group .col-sm-2 {
        margin-top: 8px;
    }
}

/* ═══════════════════════════════════════════════════════════
   4. SECONDARY-CART-SIDEBAR — ÖZET Kartı
   ═══════════════════════════════════════════════════════════ */

#order-standard_cart .secondary-cart-sidebar {
    position: sticky;
    top: 20px;
    font-family: 'Poppins', sans-serif;
}

/* Ana wrapper kart */
#order-standard_cart .order-summary {
    background: #fff;
    border: 1px solid #e8eef4;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(15,23,42,0.08);
    margin-bottom: 0;
}

/* Başlık alanı */
#order-standard_cart .order-summary h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    text-align: left;
}
#order-standard_cart .order-summary h2::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f290';
    font-size: 14px;
    color: #f97316;
    flex-shrink: 0;
}
#order-standard_cart .order-summary h2::after {
    content: 'Sepet Özeti';
    font-size: 12px;
    font-weight: 400;
    color: #94a3b8;
    padding-left: 8px;
    border-left: 1px solid #e2e8f0;
    margin-left: 2px;
}

/* İçerik alanı */
#order-standard_cart .order-summary .summary-container {
    padding: 0;
    background: #fff;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    min-height: unset;
    border-radius: 0;
}

/* Ürün adı (product-name) */
#order-standard_cart .order-summary .product-name {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 14px 20px 5px;
    border-bottom: none;
    font-family: 'Poppins', sans-serif;
}
/* Ürün grup adı */
#order-standard_cart .order-summary .product-group {
    display: block;
    font-size: 13px;
    color: #475569;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0 20px 11px;
    border-bottom: 1px solid #f1f5f9;
}

/* Satır satır özet (clearfix .pull-left + .pull-right) */
#order-standard_cart .order-summary .clearfix {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #f8fafc;
    font-size: 14px;
    color: #374151;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .order-summary .clearfix:last-of-type {
    border-bottom: none;
}
#order-standard_cart .order-summary .clearfix .pull-left,
#order-standard_cart .order-summary .clearfix .float-left {
    float: none !important;
    font-weight: 400;
    color: #374151;
}
#order-standard_cart .order-summary .clearfix .pull-right,
#order-standard_cart .order-summary .clearfix .float-right {
    float: none !important;
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap;
}

/* Toplam bölümü */
#order-standard_cart .order-summary .summary-totals {
    margin: 0;
    padding: 0;
    border: none;
}
#order-standard_cart .order-summary .subtotal {
    font-size: 14px;
    border-bottom: none;
    padding: 0;
}
#order-standard_cart .order-summary .bordered-totals {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

/* Bugün ödenecek toplam */
#order-standard_cart .order-summary .total-due-today,
#order-standard_cart .order-summary .total-due-today-padded {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    margin: 0;
    border-top: 2px solid #e4ecfb;
    background: linear-gradient(170deg, #f8faff 0%, #f4f7fe 100%);
}
#order-standard_cart .order-summary .total-due-today span,
#order-standard_cart .order-summary .total-due-today-padded span {
    display: inline;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .order-summary .total-due-today .amt,
#order-standard_cart .order-summary .total-due-today-padded .amt {
    font-size: 22px;
    font-weight: 800;
    color: #1a56db;
    order: 2;
    margin-left: auto;
    font-family: 'Poppins', sans-serif;
}

/* Yüklenme spinner */
#order-standard_cart .order-summary .loader {
    top: 0;
    height: auto;
    padding: 8px 20px;
    text-align: right;
    color: #94a3b8;
}

/* Checkout butonu */
#order-standard_cart .btn-checkout {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    margin: 14px 20px 20px !important;
    height: 48px;
    padding: 0 !important;
    background: linear-gradient(135deg, #f97316, #ea580c) !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    text-decoration: none !important;
    transition: opacity 0.15s, box-shadow 0.15s;
    box-shadow: 0 4px 14px rgba(16,185,129,0.28);
    box-sizing: border-box;
}
#order-standard_cart .btn-checkout:hover {
    opacity: 0.91;
    box-shadow: 0 6px 18px rgba(249,115,22,0.38);
    color: #fff !important;
}

/* Tekrarlayan masraf notu */
#order-standard_cart .order-summary .recurring-charges {
    padding: 4px 20px 10px;
    font-size: 11px;
    color: #94a3b8;
    font-style: normal;
    text-align: left;
}
#order-standard_cart .order-summary .recurring-totals {
    margin: 0;
    padding: 0;
}

/* Responsive */
@media (max-width: 991px) {
    #order-standard_cart .secondary-cart-sidebar {
        position: static;
        margin-top: 20px;
    }
    #order-standard_cart .btn-checkout {
        width: calc(100% - 32px);
        margin: 12px 16px 16px !important;
    }
}
@media (max-width: 576px) {
    #order-standard_cart .domain-selection-options .option label {
        padding: 12px 14px;
        font-size: 13px;
    }
    #order-standard_cart .domain-input-group {
        padding: 0 14px 14px;
    }
}

/* ════════════════════════════════════════════════════════════════
   DOMAIN REGISTER — XD DESIGN SYSTEM
   Matches the orange+navy screenshot design
   ════════════════════════════════════════════════════════════════ */

#order-standard_cart {
    font-family: 'Poppins', sans-serif;
}

/* ── HERO BANNER ─────────────────────────────────────────────── */

#order-standard_cart .xd-hero {
    background: linear-gradient(135deg, #1a2b5e 0%, #0f172a 100%);
    border-radius: 14px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
#order-standard_cart .xd-hero::after {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 220px; height: 220px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    pointer-events: none;
}
#order-standard_cart .xd-hero-left {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}
#order-standard_cart .xd-hero-icon-box {
    width: 52px; height: 52px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    flex-shrink: 0;
}
#order-standard_cart .xd-hero-title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
}
#order-standard_cart .xd-hero-sub {
    font-size: 12px;
    color: rgba(255,255,255,0.60);
    margin: 4px 0 0;
    white-space: nowrap;
}
#order-standard_cart .xd-hero-right {
    flex: 1;
    min-width: 0;
}
#order-standard_cart .xd-search-box {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.10);
    border: 1.5px solid rgba(255,255,255,0.18);
    border-radius: 10px;
    overflow: hidden;
    height: 52px;
    position: relative;
}
#order-standard_cart .xd-search-prefix {
    padding: 0 14px;
    color: rgba(255,255,255,0.50);
    font-size: 15px;
    flex-shrink: 0;
}
#order-standard_cart .xd-search-input {
    flex: 1;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 0 !important;
    height: 100% !important;
}
#order-standard_cart .xd-search-input::placeholder { color: rgba(255,255,255,0.45); }
#order-standard_cart .xd-search-input:focus { outline: none; }
#order-standard_cart .xd-search-btn {
    height: 52px !important;
    padding: 0 24px !important;
    background: linear-gradient(135deg, #f97316, #ea580c) !important;
    border: none !important;
    border-radius: 0 8px 8px 0 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    transition: opacity 0.15s;
}
#order-standard_cart .xd-search-btn:hover { opacity: 0.88; color: #fff !important; }
#order-standard_cart .xd-captcha-wrap { margin-top: 12px; }
#order-standard_cart .xd-captcha-row { display: flex; align-items: center; gap: 12px; margin-top: 8px; }
#order-standard_cart .xd-search-advanced textarea {
    width: 100%;
    background: rgba(255,255,255,0.10);
    border: 1.5px solid rgba(255,255,255,0.18);
    border-radius: 10px;
    color: #fff;
    padding: 12px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    resize: vertical;
    min-height: 80px;
}
#order-standard_cart .xd-safe-search { color: rgba(255,255,255,0.75); font-size: 12px; display: flex; align-items: center; gap: 6px; cursor: pointer; }

/* ── ARAMA SONUCU KARTI ──────────────────────────────────────── */

#order-standard_cart .xd-result-card {
    background: #fff;
    border: 1px solid #e8eef4;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .xd-result-label {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}
#order-standard_cart .xd-searching {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #64748b;
    font-size: 13px;
    margin: 0;
}
#order-standard_cart .xd-searching .fa-spinner { color: #f97316; }
#order-standard_cart .xd-status {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 500;
    margin: 0 0 10px;
}
#order-standard_cart .xd-status-available { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }
#order-standard_cart .xd-status-available .fa-check-circle { color: #16a34a; }
#order-standard_cart .xd-status-taken { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
#order-standard_cart .xd-status-taken .fa-times-circle { color: #dc2626; }
#order-standard_cart .xd-status-invalid { background: #fffbeb; color: #92400e; border: 1px solid #fde68a; }
#order-standard_cart .xd-result-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}
#order-standard_cart .xd-price-tag {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
}
#order-standard_cart .xd-btn-add {
    height: 40px;
    padding: 0 20px !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #f97316, #ea580c) !important;
    border: none !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: opacity 0.15s;
}
#order-standard_cart .xd-btn-add:hover { opacity: 0.88; color: #fff !important; }
#order-standard_cart .xd-btn-support {
    display: inline-flex;
    align-items: center;
    height: 38px;
    padding: 0 18px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #475569;
    font-size: 12.5px;
    font-weight: 500;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    transition: background 0.15s;
}
#order-standard_cart .xd-btn-support:hover { background: #e2e8f0; color: #1e293b; }
#order-standard_cart .xd-idn-wrap {
    margin: 14px 0;
    padding: 14px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e8eef4;
}

/* ── FİYAT TICKER ────────────────────────────────────────────── */

#order-standard_cart .xd-ticker {
    display: flex;
    align-items: center;
    background: #0f172a;
    border-radius: 10px;
    overflow: hidden;
    height: 46px;
    margin-bottom: 24px;
    box-shadow: 0 2px 10px rgba(15,23,42,0.18);
}
#order-standard_cart .xd-ticker-label {
    flex: 0 0 auto;
    padding: 0 20px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    height: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10.5px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    white-space: nowrap;
}
#order-standard_cart .xd-ticker-wrap {
    flex: 1;
    overflow: hidden;
    position: relative;
}
#order-standard_cart .xd-ticker-wrap::before,
#order-standard_cart .xd-ticker-wrap::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 32px;
    z-index: 1;
    pointer-events: none;
}
#order-standard_cart .xd-ticker-wrap::before { left: 0; background: linear-gradient(to right, #0f172a, transparent); }
#order-standard_cart .xd-ticker-wrap::after  { right: 0; background: linear-gradient(to left,  #0f172a, transparent); }
#order-standard_cart .xd-ticker-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: xd-ticker-scroll 30s linear infinite;
    will-change: transform;
}
#order-standard_cart .xd-ticker:hover .xd-ticker-track { animation-play-state: paused; }
#order-standard_cart .xd-ticker-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 16px;
}
#order-standard_cart .xd-ticker-sep { color: rgba(249,115,22,0.45); font-size: 8px; }
#order-standard_cart .xd-ticker-tld { font-size: 12px; font-weight: 700; color: #cbd5e1; }
#order-standard_cart .xd-ticker-price { font-size: 11.5px; font-weight: 600; color: #f97316; }
#order-standard_cart .xd-ticker-per { font-size: 10px; color: #64748b; }
@keyframes xd-ticker-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ── ARAMA SONUÇLARI ─────────────────────────────────────────── */

#order-standard_cart .xd-results {
    margin: 0 0 32px;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .xd-section-label {
    font-size: 11px;
    font-weight: 700;
    color: #f97316;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ── SPOTLIGHT TLD KARTLARI (servis kart stili) ──────────────── */

#order-standard_cart .xd-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}
#order-standard_cart .xd-card {
    width: auto !important;
    padding: 0 !important;
}
#order-standard_cart .xd-tld-card {
    background: #fff;
    border: 1px solid #e8eef4;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    transition: border-color 0.18s, box-shadow 0.18s, transform 0.15s;
    cursor: pointer;
}
#order-standard_cart .xd-tld-card:hover {
    border-color: #f97316;
    box-shadow: 0 5px 18px rgba(249,115,22,0.13);
    transform: translateY(-2px);
}
#order-standard_cart .xd-tld-icon-box {
    background: #fff7ed;
    border-bottom: 1px solid #fed7aa;
    padding: 16px 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
#order-standard_cart .xd-tld-icon-box .fas {
    font-size: 22px;
    color: #f97316;
}
#order-standard_cart .xd-tld-name {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.3px;
    padding: 0 8px;
    word-break: break-all;
    text-align: center;
}
#order-standard_cart .xd-tld-loader {
    font-size: 12px;
    color: #94a3b8;
}
#order-standard_cart .xd-tld-loader .fa-spinner { color: #f97316; }
#order-standard_cart .xd-tld-result {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 10px 10px 12px;
}
#order-standard_cart .spotlight-tld > .xd-tld-loader,
#order-standard_cart .spotlight-tld > .xd-tld-result {
    padding: 10px 10px 12px;
}
#order-standard_cart .xd-tld-price {
    font-size: 12px;
    font-weight: 700;
    color: #16a34a;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 6px;
    padding: 2px 8px;
    line-height: 1.5;
}
#order-standard_cart .xd-tld-btn {
    width: 100%;
    height: 30px;
    padding: 0 8px !important;
    font-size: 11px !important;
    font-weight: 600;
    border-radius: 7px !important;
    background: linear-gradient(135deg, #f97316, #ea580c) !important;
    border: none !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: opacity 0.15s;
}
#order-standard_cart .xd-tld-btn:hover { opacity: 0.88; }
#order-standard_cart .xd-tld-unavail {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    color: #94a3b8 !important;
    height: 28px;
    font-size: 10px !important;
    border-radius: 7px !important;
    cursor: default;
    width: 100%;
    padding: 0 !important;
    font-family: 'Poppins', sans-serif;
    pointer-events: none;
}
#order-standard_cart .xd-tld-support {
    width: 100%;
    background: #f1f5f9 !important;
    border: none !important;
    color: #64748b !important;
    height: 28px;
    font-size: 10px !important;
    border-radius: 7px !important;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .xd-badge {
    position: absolute;
    top: 0; right: 0;
    font-size: 8.5px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 0 12px 0 8px;
    letter-spacing: 0.3px;
    line-height: 1.4;
    z-index: 2;
}
#order-standard_cart .xd-badge-hot  { background: #fef2f2; color: #dc2626; }
#order-standard_cart .xd-badge-new  { background: #f0fdf4; color: #16a34a; }
#order-standard_cart .xd-badge-sale { background: #fff7ed; color: #ea580c; }
#order-standard_cart .xd-spotlight { margin-bottom: 8px; }

/* ── ÖNERİLEN ALAN ADLARI ────────────────────────────────────── */

#order-standard_cart .xd-suggestions {
    background: #fff;
    border: 1.5px solid #f97316;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(249,115,22,0.08);
    margin-bottom: 28px;
}
#order-standard_cart .xd-sug-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #f97316;
    background: #fff7ed;
    border-bottom: 1px solid #fed7aa;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
#order-standard_cart .xd-sug-loader,
#order-standard_cart .xd-sug-empty {
    padding: 16px 20px;
    font-size: 13px;
    color: #64748b;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
}
#order-standard_cart .xd-sug-list { margin: 0; }
#order-standard_cart .xd-sug-item {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #f8fafc;
    font-family: 'Poppins', sans-serif;
    border-radius: 0 !important;
    transition: background 0.12s;
}
#order-standard_cart .xd-sug-item:hover { background: #fff7ed; }
#order-standard_cart .xd-sug-item:last-child { border-bottom: none; }
#order-standard_cart .xd-sug-name {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13.5px;
    font-weight: 500;
    color: #1e293b;
    flex: 1;
}
#order-standard_cart .xd-sug-name .domain { font-weight: 700; }
#order-standard_cart .xd-sug-name .extension { color: #f97316; font-weight: 600; }
#order-standard_cart .xd-sug-promo { display: inline-flex; gap: 4px; }
#order-standard_cart .xd-sug-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
#order-standard_cart .xd-sug-price {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}
#order-standard_cart .xd-sug-btn {
    height: 34px;
    padding: 0 14px !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #f97316, #ea580c) !important;
    border: none !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: opacity 0.15s;
}
#order-standard_cart .xd-sug-btn:hover { opacity: 0.88; }
#order-standard_cart .xd-more-wrap {
    padding: 12px 20px;
    background: #fff7ed;
    border-top: 1px solid #fed7aa;
}
#order-standard_cart .xd-more-wrap a { font-size: 12.5px; color: #f97316; font-family: 'Poppins', sans-serif; font-weight: 500; text-decoration: none; }
#order-standard_cart .xd-more-wrap a:hover { text-decoration: underline; }
#order-standard_cart .xd-sug-warn { padding: 8px 20px 12px; font-size: 11.5px; color: #94a3b8; font-family: 'Poppins', sans-serif; }

/* ── FİYAT TABLOSU LAYOUT ────────────────────────────────────── */

#order-standard_cart .xd-pricing-section { margin-top: 12px; }
#order-standard_cart .xd-table-layout {
    display: flex;
    gap: 22px;
    align-items: stretch;
    margin-bottom: 0;
}
#order-standard_cart .xd-table-sidebar {
    flex: 0 0 30%;
    width: 30%;
    display: flex;
    flex-direction: column;
}
#order-standard_cart .xd-table-main {
    flex: 1;
    min-width: 0;
    position: relative;
}

/* ── PROMO KART (sol sidebar) ────────────────────────────────── */

#order-standard_cart .xd-promo-card {
    background: linear-gradient(145deg, #1a2b5e 0%, #0f172a 100%);
    border-radius: 14px;
    padding: 26px 22px 22px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0;
}
#order-standard_cart .xd-promo-card::before {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 160px; height: 160px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    pointer-events: none;
}
#order-standard_cart .xd-promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f97316;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    align-self: flex-start;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}
#order-standard_cart .xd-promo-icon {
    width: 50px; height: 50px;
    background: rgba(255,255,255,0.10);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fed7aa;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
#order-standard_cart .xd-promo-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}
#order-standard_cart .xd-promo-desc {
    font-size: 12.5px;
    color: rgba(255,255,255,0.65);
    margin: 0 0 16px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}
#order-standard_cart .xd-promo-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    z-index: 1;
    flex: 1;
}
#order-standard_cart .xd-promo-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: rgba(255,255,255,0.82);
    padding: 4px 0;
    font-weight: 500;
}
#order-standard_cart .xd-promo-list li .fa-check-circle { color: #f97316; font-size: 12px; flex-shrink: 0; }
#order-standard_cart .xd-promo-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 42px;
    background: linear-gradient(135deg, #f97316, #ea580c) !important;
    border: none !important;
    border-radius: 9px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-decoration: none !important;
    transition: opacity 0.15s, transform 0.15s;
    box-shadow: 0 4px 16px rgba(249,115,22,0.38);
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-bottom: 0;
}
#order-standard_cart .xd-promo-btn:hover { opacity: 0.88; transform: translateY(-1px); color: #fff !important; }
#order-standard_cart .xd-promo-note {
    font-size: 10.5px;
    color: rgba(255,255,255,0.40);
    text-align: center;
    margin: 10px 0 0;
    position: relative;
    z-index: 1;
}

/* ── FİYAT TABLOSU ────────────────────────────────────────────── */

#order-standard_cart .xd-table-wrap {
    position: absolute;
    inset: 0;
    background: #fff;
    border: 1px solid #e8eef4;
    border-radius: 12px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
#order-standard_cart .xd-table-wrap::-webkit-scrollbar { width: 4px; }
#order-standard_cart .xd-table-wrap::-webkit-scrollbar-track { background: transparent; }
#order-standard_cart .xd-table-wrap::-webkit-scrollbar-thumb { background: #e2e8f0; border-radius: 2px; }
#order-standard_cart .xd-table-wrap::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

#order-standard_cart .xd-table-head {
    background: #1a2b5e;
    border-bottom: 2px solid #0f172a;
    padding: 10px 0;
    font-size: 10px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: sticky;
    top: 0;
    z-index: 2;
}
#order-standard_cart .xd-table-head .tld-column { padding-left: 14px; text-align: left; color: #fed7aa; }
#order-standard_cart .xd-table-head .col-4 { color: #64748b; }

#order-standard_cart .xd-table-row {
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.12s;
}
#order-standard_cart .xd-table-row:nth-child(even) { background: #fafbfc; }
#order-standard_cart .xd-table-row:last-child { border-bottom: none; }
#order-standard_cart .xd-table-row:hover { background: #fff7ed; }

#order-standard_cart .xd-tld-col {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px !important;
    flex-wrap: wrap;
}
#order-standard_cart .xd-tld-ext {
    font-size: 12.5px;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.3px;
}
#order-standard_cart .xd-sale-badge {
    font-size: 9px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
#order-standard_cart .xd-sale-hot  { background: #fef2f2; color: #dc2626; }
#order-standard_cart .xd-sale-new  { background: #f0fdf4; color: #16a34a; }
#order-standard_cart .xd-sale-sale { background: #fff7ed; color: #ea580c; }

#order-standard_cart .xd-price-cell {
    padding: 8px 4px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#order-standard_cart .xd-price-val {
    font-size: 12px;
    font-weight: 700;
    color: #1e293b;
    display: block;
    line-height: 1.2;
}
#order-standard_cart .xd-price-per {
    font-size: 9.5px;
    color: #94a3b8;
    display: block;
    margin-top: 1px;
}
#order-standard_cart .xd-price-free { font-size: 11px; color: #16a34a; font-weight: 600; }
#order-standard_cart .xd-price-na   { font-size: 13px; color: #cbd5e1; }
#order-standard_cart .xd-no-tlds { padding: 24px 20px; text-align: center; color: #94a3b8; font-size: 13px; font-family: 'Poppins', sans-serif; }
#order-standard_cart .xd-not-avail { font-size: 11px; color: #94a3b8; }

/* ── ÖZEL FİYATLAR / FEATURED TLD ────────────────────────────── */

#order-standard_cart .xd-featured-grid { margin-bottom: 24px; }
#order-standard_cart .xd-featured-card {
    background: #fff;
    border: 1px solid #e8eef4;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    margin-bottom: 16px;
    transition: border-color 0.15s, box-shadow 0.15s;
}
#order-standard_cart .xd-featured-card:hover {
    border-color: #f97316;
    box-shadow: 0 3px 12px rgba(249,115,22,0.10);
}
#order-standard_cart .xd-featured-logo img { max-height: 44px; margin-bottom: 10px; }
#order-standard_cart .xd-featured-price { font-size: 13px; font-weight: 700; color: #f97316; font-family: 'Poppins', sans-serif; }

/* ═══════════════════════════════════════════════════════════
   18. CONFIGURE DOMAINS — cd-* sınıfları (confdomains sayfası)
   ═══════════════════════════════════════════════════════════ */

/* ── HERO BANNER ─────────────────────────────────────────── */
#order-standard_cart .cd-hero-banner {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border: 1px solid #dde5f5;
    border-radius: 16px;
    padding: 22px 26px;
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .cd-hero-banner::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 4px; height: 100%;
    background: linear-gradient(180deg, #1a56db, #3b82f6);
    border-radius: 4px 0 0 4px;
}
#order-standard_cart .cd-hero-icon-wrap {
    width: 52px; height: 52px;
    border-radius: 13px;
    background: linear-gradient(135deg, #1a56db, #3b82f6);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #fff;
    flex-shrink: 0;
}
#order-standard_cart .cd-hero-text { flex: 1; }
#order-standard_cart .cd-hero-step {
    font-size: 11px; font-weight: 600;
    color: #6b7280;
    text-transform: uppercase; letter-spacing: 1px;
    margin-bottom: 3px;
}
#order-standard_cart .cd-hero-title {
    font-size: 20px; font-weight: 700;
    color: #0f172a; margin: 0 0 3px;
    line-height: 1.2;
}
#order-standard_cart .cd-hero-sub {
    font-size: 13px; color: #6b7280; margin: 0;
}

/* ── HATA MESAJI ─────────────────────────────────────────── */
#order-standard_cart .cd-alert-error {
    display: flex; gap: 14px; align-items: flex-start;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 12px; padding: 14px 18px;
    margin-bottom: 18px; color: #991b1b;
    font-family: 'Poppins', sans-serif; font-size: 13px;
}
#order-standard_cart .cd-alert-icon { font-size: 17px; color: #dc2626; flex-shrink: 0; margin-top: 2px; }
#order-standard_cart .cd-error-list { margin: 5px 0 0; padding-left: 18px; color: #991b1b; }

/* ── İKİ SÜTUN LAYOUT ────────────────────────────────────── */
#order-standard_cart .cd-cards-row {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 20px;
}
#order-standard_cart .cd-cards-col-left {
    flex: 1 1 58%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
#order-standard_cart .cd-cards-col-right {
    flex: 0 0 39%;
    width: 39%;
}

/* ── DOMAIN KARTI ────────────────────────────────────────── */
#order-standard_cart .cd-domain-card {
    background: #fff;
    border: 1px solid #dde5f5;
    border-radius: 14px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .cd-domain-header {
    display: flex; align-items: center; gap: 12px;
    background: linear-gradient(135deg, #1a56db 0%, #2563eb 100%);
    padding: 13px 18px;
}
#order-standard_cart .cd-domain-header-icon {
    width: 34px; height: 34px;
    border-radius: 8px;
    background: rgba(255,255,255,0.18);
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; color: #fff; flex-shrink: 0;
}
#order-standard_cart .cd-domain-header-info { flex: 1; min-width: 0; }
#order-standard_cart .cd-domain-name {
    display: block; font-size: 14.5px; font-weight: 700;
    color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
#order-standard_cart .cd-domain-badge {
    font-size: 11px; font-weight: 500;
    color: rgba(255,255,255,0.70);
}
#order-standard_cart .cd-domain-header-dots { display: flex; gap: 5px; }
#order-standard_cart .cd-domain-header-dots span {
    width: 7px; height: 7px; border-radius: 50%;
    background: rgba(255,255,255,0.30);
}
#order-standard_cart .cd-domain-body {
    padding: 16px 18px 12px;
    background: linear-gradient(170deg, #f8faff 0%, #f4f7fe 100%);
}

/* ── INFO ITEM (mini kart) ───────────────────────────────── */
#order-standard_cart .cd-info-item {
    background: #fff;
    border: 1px solid #e4ecfb;
    border-radius: 9px;
    padding: 10px 13px 10px 17px;
    margin-bottom: 10px;
    position: relative; overflow: hidden;
}
#order-standard_cart .cd-info-item::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 3px; height: 100%;
    background: linear-gradient(180deg, #1a56db, #3b82f6);
    border-radius: 3px 0 0 3px;
}
#order-standard_cart .cd-info-label {
    display: block; font-size: 10.5px; font-weight: 500;
    color: #94a3b8; margin-bottom: 2px;
}
#order-standard_cart .cd-info-value {
    display: block; font-size: 13px; font-weight: 600; color: #1e293b;
}
#order-standard_cart .cd-hosting-yes {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 12.5px; font-weight: 600; color: #16a34a;
}
#order-standard_cart .cd-hosting-no {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 12.5px; font-weight: 500; color: #dc2626;
    text-decoration: none;
}

/* ── EPP KODU ────────────────────────────────────────────── */
#order-standard_cart .cd-epp-group {
    background: #fff;
    border: 1px solid #fde68a;
    border-radius: 9px;
    padding: 11px 14px 12px 17px;
    margin-bottom: 10px;
    position: relative; overflow: hidden;
}
#order-standard_cart .cd-epp-group::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 3px; height: 100%;
    background: linear-gradient(180deg, #f59e0b, #d97706);
    border-radius: 3px 0 0 3px;
}
#order-standard_cart .cd-epp-label {
    display: block; font-size: 11.5px; font-weight: 600;
    color: #374151; margin-bottom: 7px;
}
#order-standard_cart .cd-epp-input {
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    color: #1e293b !important; font-family: 'Poppins', sans-serif;
    font-size: 13px !important;
}
#order-standard_cart .cd-epp-input::placeholder { color: #9ca3af; }
#order-standard_cart .cd-epp-hint {
    display: block; font-size: 11px;
    color: #9ca3af; margin-top: 6px;
}

/* ── EK HİZMETLER ────────────────────────────────────────── */
#order-standard_cart .cd-addons-section { margin-top: 8px; }
#order-standard_cart .cd-addons-title {
    font-size: 11.5px; font-weight: 600;
    color: #64748b;
    text-transform: uppercase; letter-spacing: 0.6px;
    margin-bottom: 10px; display: flex; align-items: center; gap: 7px;
}
#order-standard_cart .cd-addons-hint {
    font-size: 10.5px; font-weight: 400;
    color: #94a3b8; text-transform: none;
}
#order-standard_cart .cd-addon-card {
    background: #fff !important;
    border: 1px solid #e4ecfb !important;
    border-radius: 11px !important;
    overflow: hidden; cursor: pointer;
    transition: border-color 0.18s, background 0.18s;
}
#order-standard_cart .cd-addon-card:hover {
    border-color: #3b82f6 !important;
    background: #f0f6ff !important;
}
#order-standard_cart .cd-addon-selected {
    border-color: #1a56db !important;
    background: #eff6ff !important;
}
#order-standard_cart .cd-addon-inner {
    display: flex; align-items: flex-start; gap: 11px; padding: 13px 15px;
}
#order-standard_cart .cd-addon-icon-wrap {
    width: 36px; height: 36px; border-radius: 9px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center; font-size: 16px; color: #fff;
}
#order-standard_cart .cd-addon-icon-dns  { background: linear-gradient(135deg,#3b82f6,#1d4ed8); }
#order-standard_cart .cd-addon-icon-id   { background: linear-gradient(135deg,#8b5cf6,#6d28d9); }
#order-standard_cart .cd-addon-icon-mail { background: linear-gradient(135deg,#10b981,#059669); }
#order-standard_cart .cd-addon-body-text { flex: 1; }
#order-standard_cart .cd-addon-label {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 600; color: #1e293b;
    cursor: pointer; margin: 0;
}
#order-standard_cart .cd-addon-label input[type="checkbox"] { width: 15px; height: 15px; accent-color: #1a56db; }
#order-standard_cart .cd-addon-desc {
    font-size: 11.5px; color: #64748b;
    margin: 5px 0 0; line-height: 1.5;
}
#order-standard_cart .cd-addon-footer {
    display: flex; align-items: center; justify-content: space-between;
    padding: 9px 15px;
    border-top: 1px solid #f1f5f9;
    background: #f8fafc;
}
#order-standard_cart .cd-addon-price {
    font-size: 12px; font-weight: 600; color: #1a56db;
}
#order-standard_cart .cd-addon-add-btn {
    font-size: 11.5px; font-weight: 600; color: #f97316; cursor: pointer;
}

/* ── ÖZEL ALANLAR ────────────────────────────────────────── */
#order-standard_cart .cd-field-row {
    display: flex; gap: 10px; align-items: baseline;
    padding: 7px 0; border-top: 1px solid #f1f5f9;
    font-size: 12.5px;
}
#order-standard_cart .cd-field-key { color: #94a3b8; flex-shrink: 0; }
#order-standard_cart .cd-field-val { color: #1e293b; font-weight: 500; }

/* ── NAME SERVER KARTI ───────────────────────────────────── */
#order-standard_cart .cd-ns-card {
    background: #fff;
    border: 1px solid #dde5f5;
    border-radius: 14px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .cd-ns-header {
    display: flex; align-items: center; gap: 12px;
    background: linear-gradient(135deg, #1a56db 0%, #2563eb 100%);
    padding: 13px 18px;
}
#order-standard_cart .cd-ns-header-icon {
    width: 34px; height: 34px; border-radius: 8px;
    background: rgba(255,255,255,0.18);
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; color: #fff; flex-shrink: 0;
}
#order-standard_cart .cd-ns-header-text strong {
    display: block; font-size: 14px; font-weight: 700; color: #fff;
}
#order-standard_cart .cd-ns-header-text span {
    font-size: 11px; color: rgba(255,255,255,0.70);
}
#order-standard_cart .cd-ns-body {
    padding: 16px 18px 14px;
    background: linear-gradient(170deg, #f8faff 0%, #f4f7fe 100%);
}
#order-standard_cart .cd-ns-group {
    background: #fff;
    border: 1px solid #e4ecfb;
    border-radius: 9px;
    padding: 10px 13px 11px 17px;
    margin-bottom: 12px;
    position: relative; overflow: hidden;
    transition: border-color 0.18s;
}
#order-standard_cart .cd-ns-group::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 3px; height: 100%;
    background: linear-gradient(180deg, #1a56db, #3b82f6);
    border-radius: 3px 0 0 3px;
}
#order-standard_cart .cd-ns-group:focus-within {
    border-color: #3b82f6;
}
#order-standard_cart .cd-ns-label {
    display: flex; align-items: center; gap: 8px;
    font-size: 11px; font-weight: 600;
    color: #64748b; margin-bottom: 7px; cursor: default;
}
#order-standard_cart .cd-ns-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 19px; height: 19px; border-radius: 50%;
    background: linear-gradient(135deg, #1a56db, #3b82f6);
    font-size: 10px; font-weight: 700; color: #fff; flex-shrink: 0;
}
#order-standard_cart .cd-ns-input {
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    color: #1e293b !important;
    font-family: 'Poppins', sans-serif; font-size: 13px !important;
}
#order-standard_cart .cd-ns-input::placeholder { color: #9ca3af; }

/* ── DEVAM BUTONU ────────────────────────────────────────── */
#order-standard_cart .cd-submit-bar {
    display: flex; align-items: center;
    justify-content: flex-end; gap: 16px;
    padding: 18px 0 4px;
}
#order-standard_cart .cd-submit-info {
    display: flex; align-items: center; gap: 7px;
    font-size: 12.5px; color: #64748b;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .cd-btn-continue {
    display: inline-flex; align-items: center; gap: 9px;
    height: 44px; padding: 0 26px;
    border-radius: 11px; border: none; cursor: pointer;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff; font-family: 'Poppins', sans-serif;
    font-size: 14px; font-weight: 700;
    transition: opacity 0.15s;
}
#order-standard_cart .cd-btn-continue:hover { opacity: 0.88; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 991px) {
    #order-standard_cart .cd-cards-row { flex-direction: column; }
    #order-standard_cart .cd-cards-col-right { flex: none; width: 100%; }
}
@media (max-width: 576px) {
    #order-standard_cart .cd-hero-banner { flex-direction: column; align-items: flex-start; padding: 16px 14px; }
    #order-standard_cart .cd-hero-title { font-size: 17px; }
    #order-standard_cart .cd-submit-bar { flex-direction: column; align-items: flex-end; }
}

/* ══════════════════════════════════════════════════════════
   xd-* RESPONSIVE
   ══════════════════════════════════════════════════════════ */

/* ── RESPONSIVE ──────────────────────────────────────────────── */

@media (max-width: 991px) {
    #order-standard_cart .xd-hero { flex-direction: column; align-items: flex-start; gap: 18px; padding: 22px 18px; }
    #order-standard_cart .xd-hero-left { flex-shrink: 1; }
    #order-standard_cart .xd-hero-right { width: 100%; }
    #order-standard_cart .xd-hero-title { font-size: 18px; white-space: normal; }
    #order-standard_cart .xd-hero-sub { white-space: normal; }
    #order-standard_cart .xd-table-layout { flex-direction: column; gap: 18px; }
    #order-standard_cart .xd-table-sidebar { flex: none; width: 100%; }
    #order-standard_cart .xd-table-main { position: static; }
    #order-standard_cart .xd-table-wrap { position: static; max-height: 360px; overflow-y: auto; }
    #order-standard_cart .xd-promo-card { flex: none; }
    #order-standard_cart .xd-promo-list { flex: none; display: grid; grid-template-columns: 1fr 1fr; gap: 2px 16px; margin-bottom: 16px; }
    #order-standard_cart .xd-cards-grid { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 10px; }
}

@media (max-width: 767px) {
    #order-standard_cart .xd-hero { padding: 18px 14px; border-radius: 12px; }
    #order-standard_cart .xd-hero-icon-box { width: 44px; height: 44px; font-size: 18px; }
    #order-standard_cart .xd-hero-title { font-size: 16px; }
    #order-standard_cart .xd-search-box { height: 46px; }
    #order-standard_cart .xd-search-btn { height: 46px !important; padding: 0 16px !important; font-size: 12.5px !important; }
    #order-standard_cart .xd-ticker { height: 40px; }
    #order-standard_cart .xd-ticker-label { padding: 0 12px; font-size: 9.5px; }
    #order-standard_cart .xd-cards-grid { grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 8px; }
    #order-standard_cart .xd-tld-name { font-size: 12px; }
    #order-standard_cart .xd-promo-list { grid-template-columns: 1fr; }
    #order-standard_cart .xd-result-price-row { flex-direction: column; align-items: flex-start; }
}

/* ═══════════════════════════════════════════════════════════
   19. CONFIGURE PRODUCT — cp-* sınıfları (confproduct sayfası)
   ═══════════════════════════════════════════════════════════ */

/* ── W-HIDDEN düzeltmesi ─────────────────────────────────── */
#order-standard_cart .cp-alert-error.w-hidden { display: none !important; }

/* ── HERO BANNER ─────────────────────────────────────────── */
#order-standard_cart .cp-hero-banner {
    display: flex; align-items: center; gap: 18px;
    background: #fff; border: 1px solid #dde5f5;
    border-radius: 16px; padding: 22px 26px; margin-bottom: 22px;
    position: relative; overflow: hidden;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .cp-hero-banner::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 4px; height: 100%;
    background: linear-gradient(180deg, #f97316, #ea580c);
    border-radius: 4px 0 0 4px;
}
#order-standard_cart .cp-hero-icon-wrap {
    width: 54px; height: 54px; border-radius: 13px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; color: #fff; flex-shrink: 0;
}
#order-standard_cart .cp-hero-text { flex: 1; }
#order-standard_cart .cp-hero-step {
    font-size: 13px; font-weight: 600; color: #6b7280;
    text-transform: uppercase; letter-spacing: 1px; margin-bottom: 3px;
}
#order-standard_cart .cp-hero-title {
    font-size: 22px; font-weight: 700; color: #0f172a; margin: 0 0 3px; line-height: 1.2;
}
#order-standard_cart .cp-hero-sub { font-size: 15px; color: #6b7280; margin: 0; }

/* ── HATA MESAJI ─────────────────────────────────────────── */
#order-standard_cart .cp-alert-error {
    display: flex; gap: 14px; align-items: flex-start;
    background: #fef2f2; border: 1px solid #fecaca;
    border-radius: 12px; padding: 14px 18px; margin-bottom: 18px;
    color: #991b1b; font-family: 'Poppins', sans-serif; font-size: 15px;
}
#order-standard_cart .cp-alert-icon { font-size: 18px; color: #dc2626; flex-shrink: 0; margin-top: 2px; }
#order-standard_cart .cp-error-list { margin: 5px 0 0; padding-left: 18px; color: #991b1b; }

/* ── LAYOUT ──────────────────────────────────────────────── */
#order-standard_cart .cp-layout-row {
    display: flex; gap: 20px; align-items: stretch;
}
#order-standard_cart .cp-layout-main {
    flex: 1 1 60%; min-width: 0;
    display: flex; flex-direction: column; gap: 16px;
}
#order-standard_cart .cp-layout-sidebar {
    flex: 0 0 37%; width: 37%;
    display: flex; flex-direction: column; gap: 16px;
}
#order-standard_cart #orderSummary {
    display: flex; flex-direction: column; gap: 16px;
}

/* ── YANYANA İLK İKİ KART ────────────────────────────────── */
#order-standard_cart .cp-top-row {
    display: flex; gap: 16px; align-items: stretch;
}
#order-standard_cart .cp-top-row > .cp-section-card {
    flex: 1 1 0; min-width: 0;
}
/* cp-top-row içindeki section-card yüksekliği billing-col ile eşleşsin */
#order-standard_cart .cp-top-row > .cp-section-card .cp-section-body {
    overflow-y: auto; padding: 16px 20px;
}

/* ── SECTION KART ────────────────────────────────────────── */
#order-standard_cart .cp-section-card {
    background: #fff; border: 1px solid #dde5f5;
    border-radius: 14px; overflow: hidden;
    font-family: 'Poppins', sans-serif;
    display: flex; flex-direction: column;
}

/* cp-section-body altı — gradient şerit banner */
#order-standard_cart .cp-section-card .cp-section-body::after {
    content: '';
    display: block;
    margin-top: 14px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, #f97316 0%, #fb923c 55%, rgba(249,115,22,0.15) 100%);
}

/* ── FATURA DÖNEMİ KOLONU (card + banner dikey) ──────────── */
#order-standard_cart .cp-billing-col {
    flex: 1 1 0; min-width: 0;
    display: flex; flex-direction: column; gap: 12px;
}

/* ── FATURA DÖNEMİ KARTI (182px) ────────────────────────── */
#order-standard_cart .cp-billing-card {
    background: #fff; border: 1px solid #dde5f5;
    border-radius: 14px; overflow: hidden;
    font-family: 'Poppins', sans-serif;
    display: flex; flex-direction: column;
    height: 182px; flex-shrink: 0;
}
#order-standard_cart .cp-billing-card .cp-section-body {
    flex: 1; overflow-y: auto; padding: 16px 20px;
}
#order-standard_cart .cp-billing-card .cp-section-body::-webkit-scrollbar { width: 4px; }
#order-standard_cart .cp-billing-card .cp-section-body::-webkit-scrollbar-track { background: #f1f5f9; }
#order-standard_cart .cp-billing-card .cp-section-body::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }

/* ── FATURA DÖNEMİ ALT BANNERİ ──────────────────────────── */
#order-standard_cart .cp-billing-banner {
    background: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 50%, #fefce8 100%);
    border: 1px solid #dbeafe;
    border-radius: 14px; padding: 18px 20px;
    display: flex; flex-direction: column; gap: 12px;
    flex: 1; position: relative; overflow: hidden;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .cp-billing-banner-top {
    display: flex; align-items: center; justify-content: space-between;
}
#order-standard_cart .cp-billing-banner-icon {
    width: 46px; height: 46px; flex-shrink: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #1a56db, #3b82f6);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #fff;
}
#order-standard_cart .cp-billing-banner-badge {
    display: inline-flex; align-items: center;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff; font-size: 11px; font-weight: 700;
    letter-spacing: 0.4px; text-transform: uppercase;
    padding: 3px 12px; border-radius: 20px;
}
#order-standard_cart .cp-billing-banner-content {
    display: flex; flex-direction: column; gap: 5px;
}
#order-standard_cart .cp-billing-banner-title {
    font-size: 14px; font-weight: 700; color: #0f172a; line-height: 1.3;
}
#order-standard_cart .cp-billing-banner-sub {
    font-size: 12.5px; color: #475569; line-height: 1.6;
}
#order-standard_cart .cp-billing-banner-sub strong { color: #1a56db; font-weight: 700; }
#order-standard_cart .cp-billing-banner-tags {
    display: flex; gap: 8px; flex-wrap: wrap;
}
#order-standard_cart .cp-billing-banner-list {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 7px;
    flex: 1;
}
#order-standard_cart .cp-billing-banner-list li {
    display: flex; align-items: center; gap: 8px;
    font-size: 12.5px; font-weight: 500; color: #1e293b;
}
#order-standard_cart .cp-billing-banner-list li i {
    color: #16a34a; font-size: 12px; flex-shrink: 0;
}
#order-standard_cart .cp-billing-banner-footer {
    display: flex; align-items: center;
    justify-content: space-between; gap: 8px;
    padding-top: 10px;
    border-top: 1px solid #dbeafe;
    margin-top: auto;
}
#order-standard_cart .cp-billing-banner-tags {
    display: flex; gap: 6px; flex-wrap: wrap;
}
#order-standard_cart .cp-billing-banner-tags span {
    display: inline-flex; align-items: center; gap: 5px;
    background: #fff; border: 1px solid #bfdbfe;
    border-radius: 20px; padding: 3px 11px;
    font-size: 11.5px; font-weight: 600; color: #1e40af;
}
#order-standard_cart .cp-billing-banner-tags span i { color: #3b82f6; font-size: 10px; }
#order-standard_cart .cp-billing-banner-link {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 12px; font-weight: 700; color: #1a56db;
    text-decoration: none; white-space: nowrap;
    flex-shrink: 0;
}
#order-standard_cart .cp-billing-banner-link:hover { text-decoration: underline; }
#order-standard_cart .cp-section-header {
    display: flex; align-items: center; gap: 12px;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 14px 18px;
}
#order-standard_cart .cp-section-header-icon {
    width: 36px; height: 36px; border-radius: 9px;
    background: #fff7ed;
    border: 1.5px solid #fed7aa;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; color: #f97316; flex-shrink: 0;
}
#order-standard_cart .cp-section-header-text strong {
    display: block; font-size: 15px; font-weight: 700; color: #0f172a;
}
#order-standard_cart .cp-section-header-text span {
    font-size: 13px; color: #64748b;
}
#order-standard_cart .cp-section-body {
    padding: 18px 20px 16px;
}
#order-standard_cart .cp-section-desc {
    font-size: 15px; color: #374151; margin: 0; line-height: 1.7;
}

/* ── FORM ALANLARI ───────────────────────────────────────── */
#order-standard_cart .cp-field-group { margin-bottom: 14px; }
#order-standard_cart .cp-field-group:last-child { margin-bottom: 0; }
#order-standard_cart .cp-label {
    display: block; font-size: 13px; font-weight: 600;
    color: #374151; margin-bottom: 6px;
}
#order-standard_cart .cp-input {
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    color: #1e293b !important;
    font-family: 'Poppins', sans-serif; font-size: 15px !important;
    transition: border-color 0.18s;
}
#order-standard_cart .cp-input:focus {
    border-color: #3b82f6 !important; outline: none !important;
}
#order-standard_cart .cp-select {
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    color: #1e293b !important;
    font-family: 'Poppins', sans-serif; font-size: 15px !important;
    height: 42px !important;
}
#order-standard_cart .cp-field-hint {
    display: block; font-size: 13px; color: #9ca3af; margin-top: 5px;
}

/* ── RADIO / CHECKBOX ────────────────────────────────────── */
#order-standard_cart .cp-radio-group {
    display: flex; flex-direction: column; gap: 6px; margin-top: 4px;
}
#order-standard_cart .cp-radio-item,
#order-standard_cart .cp-checkbox-item {
    display: flex; align-items: center; gap: 8px;
    font-size: 15px; color: #374151; cursor: pointer;
}
#order-standard_cart .cp-radio-item input,
#order-standard_cart .cp-checkbox-item input { accent-color: #1a56db; }

/* ── QTY ─────────────────────────────────────────────────── */
#order-standard_cart .cp-qty-wrap { display: flex; align-items: center; gap: 10px; }
#order-standard_cart .cp-input-qty { max-width: 130px; }
#order-standard_cart .cp-qty-unit { font-size: 15px; color: #64748b; white-space: nowrap; }

/* ── METRİKLER ───────────────────────────────────────────── */
#order-standard_cart .cp-metric-list {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 8px;
}
#order-standard_cart .cp-metric-item {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    background: #fff; border: 1px solid #e4ecfb; border-radius: 9px;
    padding: 11px 15px; font-size: 15px;
}
#order-standard_cart .cp-metric-name { font-weight: 600; color: #1e293b; }
#order-standard_cart .cp-metric-price { color: #1a56db; font-weight: 500; font-size: 14px; }
#order-standard_cart .cp-metric-included { color: #94a3b8; font-size: 13px; }
#order-standard_cart .cp-btn-metric-detail {
    display: inline-flex; align-items: center;
    height: 30px; padding: 0 13px; margin-left: 8px;
    border-radius: 6px; border: 1px solid #bfdbfe;
    background: #eff6ff; color: #1a56db;
    font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600;
    cursor: pointer; transition: background 0.15s;
}
#order-standard_cart .cp-btn-metric-detail:hover { background: #dbeafe; }

/* ── ADDON KARTLARI ──────────────────────────────────────── */
#order-standard_cart .cp-addon-card {
    background: #fff !important;
    border: 1px solid #e4ecfb !important;
    border-radius: 11px !important;
    overflow: hidden; cursor: pointer;
    transition: border-color 0.18s, background 0.18s;
}
#order-standard_cart .cp-addon-card:hover { border-color: #3b82f6 !important; background: #f0f6ff !important; }
#order-standard_cart .cp-addon-selected { border-color: #1a56db !important; background: #eff6ff !important; }
#order-standard_cart .cp-addon-inner { padding: 14px 16px; }
#order-standard_cart .cp-addon-label {
    display: flex; align-items: center; gap: 8px;
    font-size: 15px; font-weight: 600; color: #1e293b; cursor: pointer; margin: 0 0 5px;
}
#order-standard_cart .cp-addon-label input[type="checkbox"] { accent-color: #1a56db; width: 16px; height: 16px; }
#order-standard_cart .cp-addon-desc { font-size: 14px; color: #64748b; margin: 0; line-height: 1.5; }
#order-standard_cart .cp-addon-footer {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 16px; border-top: 1px solid #f1f5f9; background: #f8fafc;
}
#order-standard_cart .cp-addon-price { font-size: 14px; font-weight: 600; color: #1a56db; }
#order-standard_cart .cp-addon-add-btn { font-size: 13px; font-weight: 600; color: #f97316; cursor: pointer; }
#order-standard_cart .cp-promo-output { margin-bottom: 12px; }

/* ── SIDEBAR SCROLL DEVRE DIŞI ───────────────────────────── */
/* JS, float:none görünce margin-top animasyonunu iptal eder  */
#order-standard_cart #scrollingPanelContainer {
    float: none !important;
    position: static !important;
    top: auto !important;
    margin-top: 0 !important;
}
#order-standard_cart #orderSummary {
    margin-top: 0 !important;
}

/* ── PROMOSYON BANNERİ ───────────────────────────────────── */
#order-standard_cart .cp-promo-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 14px;
    padding: 20px 22px;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .cp-promo-banner-deco {
    position: absolute;
    top: -50px; right: -50px;
    width: 180px; height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59,130,246,0.15) 0%, transparent 70%);
    pointer-events: none;
}
#order-standard_cart .cp-promo-banner-icon {
    width: 48px; height: 48px; flex-shrink: 0;
    border-radius: 12px;
    background: rgba(255,255,255,0.10);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #60a5fa;
    position: relative; z-index: 1;
}
#order-standard_cart .cp-promo-banner-content {
    flex: 1; min-width: 0;
    display: flex; flex-direction: column; gap: 3px;
    position: relative; z-index: 1;
}
#order-standard_cart .cp-promo-banner-title {
    font-size: 15px; font-weight: 700; color: #fff;
}
#order-standard_cart .cp-promo-banner-sub {
    font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.5;
}
#order-standard_cart .cp-promo-banner-badges {
    display: flex; flex-direction: column; gap: 6px;
    flex-shrink: 0; position: relative; z-index: 1;
}
#order-standard_cart .cp-promo-badge {
    display: inline-flex; align-items: center; gap: 5px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px; padding: 3px 11px;
    font-size: 12px; font-weight: 600; color: #e2e8f0;
    white-space: nowrap;
}
#order-standard_cart .cp-promo-badge i { color: #60a5fa; font-size: 11px; }

/* ── YARDIM ÇUBUĞU ───────────────────────────────────────── */
#order-standard_cart .cp-help-bar {
    display: flex; align-items: center; gap: 9px;
    background: #fff; border: 1px solid #dde5f5;
    border-radius: 10px; padding: 13px 17px;
    font-size: 15px; color: #64748b;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .cp-help-bar i { color: #3b82f6; flex-shrink: 0; }
#order-standard_cart .cp-help-link { color: #1a56db; font-weight: 600; text-decoration: none; }
#order-standard_cart .cp-help-link:hover { text-decoration: underline; }

/* ── SİPARİŞ ÖZETİ KARTI ────────────────────────────────── */
#order-standard_cart .cp-summary-card {
    background: #fff; border: 1px solid #dde5f5;
    border-radius: 14px; overflow: hidden;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .cp-summary-header {
    display: flex; align-items: center; gap: 12px;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 14px 18px;
}
#order-standard_cart .cp-summary-header-icon {
    width: 36px; height: 36px; border-radius: 9px;
    background: #fff7ed;
    border: 1.5px solid #fed7aa;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; color: #f97316; flex-shrink: 0;
}
#order-standard_cart .cp-summary-header-text {
    flex: 1;
}
#order-standard_cart .cp-summary-header-text strong {
    display: block; font-size: 15px; font-weight: 700; color: #0f172a;
}
#order-standard_cart .cp-summary-loader { color: #94a3b8; font-size: 15px; }
#order-standard_cart .cp-summary-body { padding: 16px 18px; min-height: 80px; }
#order-standard_cart .cp-summary-footer {
    padding: 14px 18px 16px;
    border-top: 1px solid #f1f5f9; background: #f8fafc; text-align: center;
}

/* ── SİPARİŞ ÖZETİ KAMPANYA BANNERİ ─────────────────────── */
#order-standard_cart .cp-summary-banner {
    background: linear-gradient(120deg, #88309b 0%, #0d2173 55%, #f260e7 100%);
    border-radius: 14px;
    padding: 20px 18px 22px;
    font-family: 'Poppins', sans-serif;
    display: flex; flex-direction: column; gap: 12px;
    position: relative; overflow: hidden;
}
#order-standard_cart .cp-summary-banner-deco {
    position: absolute; top: -70px; right: -70px;
    width: 220px; height: 220px; border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
    pointer-events: none;
}
/* loader gizle */
#order-standard_cart .cp-summary-loader { display: none !important; }

#order-standard_cart .cp-summary-banner-toprow {
    display: flex; align-items: center; justify-content: space-between;
    position: relative; z-index: 1;
}
#order-standard_cart .cp-summary-banner-icon {
    width: 46px; height: 46px; border-radius: 12px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.22);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #fff;
}
#order-standard_cart .cp-summary-banner-badge {
    display: inline-flex; align-items: center; gap: 5px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff; font-size: 11px; font-weight: 700;
    letter-spacing: 0.5px; text-transform: uppercase;
    padding: 4px 13px; border-radius: 20px;
}
#order-standard_cart .cp-summary-banner-headline {
    font-size: 16px; font-weight: 700; color: #fff;
    line-height: 1.3; position: relative; z-index: 1;
}
#order-standard_cart .cp-summary-banner-offer {
    font-size: 22px; font-weight: 800; color: #fff;
    margin: 0; line-height: 1.2; position: relative; z-index: 1;
}
#order-standard_cart .cp-summary-banner-offer strong { color: #fde68a; }
#order-standard_cart .cp-summary-banner-divider {
    height: 1px;
    background: rgba(255,255,255,0.15);
    border-radius: 1px;
    position: relative; z-index: 1;
}
#order-standard_cart .cp-summary-banner-features {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 8px;
    position: relative; z-index: 1;
}
#order-standard_cart .cp-summary-banner-features li {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.85);
}
#order-standard_cart .cp-summary-banner-features li i { color: #86efac; font-size: 12px; flex-shrink: 0; }
#order-standard_cart .cp-summary-banner-stats {
    display: flex; gap: 0;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px; overflow: hidden;
    position: relative; z-index: 1;
}
#order-standard_cart .cp-summary-banner-stat {
    flex: 1; display: flex; flex-direction: column;
    align-items: center; padding: 10px 6px;
    border-right: 1px solid rgba(255,255,255,0.12);
}
#order-standard_cart .cp-summary-banner-stat:last-child { border-right: none; }
#order-standard_cart .cp-summary-banner-stat-val {
    font-size: 15px; font-weight: 800; color: #fde68a;
    line-height: 1.2;
}
#order-standard_cart .cp-summary-banner-stat-key {
    font-size: 10.5px; font-weight: 500; color: rgba(255,255,255,0.55);
    margin-top: 2px;
}
#order-standard_cart .cp-summary-banner-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.30);
    border-radius: 10px; padding: 11px 16px;
    font-size: 14px; font-weight: 700; color: #fff;
    text-decoration: none; transition: background 0.15s;
    position: relative; z-index: 1; margin-top: auto;
}
#order-standard_cart .cp-summary-banner-btn:hover {
    background: rgba(255,255,255,0.22); color: #fff;
}

/* ── ANA BANNER (sol kolon) ──────────────────────────────── */
#order-standard_cart .cp-main-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1a2744 55%, #1e2d52 100%);
    border-radius: 14px; padding: 22px 24px;
    display: flex; gap: 24px; align-items: center;
    position: relative; overflow: hidden;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .cp-main-banner-deco {
    position: absolute; top: -70px; right: -70px;
    width: 220px; height: 220px; border-radius: 50%;
    background: radial-gradient(circle, rgba(249,115,22,0.14) 0%, transparent 70%);
    pointer-events: none;
}
#order-standard_cart .cp-main-banner-left {
    flex: 1; min-width: 0; position: relative; z-index: 1;
    display: flex; flex-direction: column; gap: 7px;
}
#order-standard_cart .cp-main-banner-tag {
    display: inline-flex; align-items: center; gap: 5px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff; font-size: 11px; font-weight: 700;
    letter-spacing: 0.5px; text-transform: uppercase;
    padding: 3px 12px; border-radius: 20px; align-self: flex-start;
}
#order-standard_cart .cp-main-banner-title {
    font-size: 18px; font-weight: 800; color: #fff; margin: 0; line-height: 1.2;
}
#order-standard_cart .cp-main-banner-sub {
    font-size: 14px; color: rgba(255,255,255,0.60); margin: 0; line-height: 1.5;
}
#order-standard_cart .cp-main-banner-right {
    flex-shrink: 0; position: relative; z-index: 1;
}
#order-standard_cart .cp-main-banner-list {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 7px;
}
#order-standard_cart .cp-main-banner-list li {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.80);
}
#order-standard_cart .cp-main-banner-list li i { color: #4ade80; font-size: 12px; flex-shrink: 0; }

/* ── DOMAIN CONFDOMAINS — ek sınıflar ───────────────────── */

/* Salt okunur bilgi kutusu */
#order-standard_cart .cp-info-display {
    display: inline-flex; align-items: center; gap: 7px;
    background: #f1f5f9; border: 1px solid #e2e8f0;
    border-radius: 8px; padding: 8px 14px;
    font-size: 14px; font-weight: 500; color: #1e293b;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .cp-status-yes {
    background: #f0fdf4; border-color: #bbf7d0; color: #15803d;
}
#order-standard_cart .cp-status-yes i { color: #16a34a; }
#order-standard_cart .cp-status-no {
    background: #fef2f2; border-color: #fecaca; color: #b91c1c;
}
#order-standard_cart .cp-status-no i { color: #dc2626; }
#order-standard_cart .cp-btn-addhosting {
    display: inline-flex; align-items: center; gap: 7px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff; font-family: 'Poppins', sans-serif;
    font-size: 13px; font-weight: 600;
    border-radius: 8px; padding: 8px 16px;
    text-decoration: none; border: none; cursor: pointer;
    transition: opacity 0.15s;
}
#order-standard_cart .cp-btn-addhosting:hover { opacity: 0.88; color: #fff; text-decoration: none; }

/* Ek hizmetler bölüm etiketi */
#order-standard_cart .cp-addons-section-label {
    display: flex; align-items: center; gap: 7px;
    font-size: 13px; font-weight: 700; color: #374151;
    text-transform: uppercase; letter-spacing: 0.5px;
    margin: 14px 0 10px;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .cp-addons-section-label i { color: #1a56db; }

/* NS numara badge (inline) */
#order-standard_cart .cp-ns-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 20px; height: 20px; border-radius: 50%;
    background: linear-gradient(135deg, #1a56db, #3b82f6);
    color: #fff; font-size: 11px; font-weight: 700;
    flex-shrink: 0; vertical-align: middle;
}

/* Domain özet satırları (sidebar) */
#order-standard_cart .cp-domain-summary-row {
    display: flex; align-items: center; gap: 11px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .cp-domain-summary-row:last-child { border-bottom: none; }
#order-standard_cart .cp-domain-summary-icon {
    width: 34px; height: 34px; border-radius: 8px; flex-shrink: 0;
    background: linear-gradient(135deg, #1a56db, #3b82f6);
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; color: #fff;
}
#order-standard_cart .cp-domain-summary-info {
    display: flex; flex-direction: column; gap: 2px; min-width: 0;
}
#order-standard_cart .cp-domain-summary-name {
    font-size: 14px; font-weight: 700; color: #0f172a;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
#order-standard_cart .cp-domain-summary-period {
    font-size: 12px; color: #6b7280; font-weight: 400;
}

/* ── DEVAM BUTONU ────────────────────────────────────────── */
#order-standard_cart .cp-btn-continue {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    width: 100%; height: 46px;
    border-radius: 11px; border: none; cursor: pointer;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff; font-family: 'Poppins', sans-serif;
    font-size: 16px; font-weight: 700;
    transition: opacity 0.15s;
}
#order-standard_cart .cp-btn-continue:hover { opacity: 0.88; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 991px) {
    #order-standard_cart .cp-layout-row { flex-direction: column; align-items: stretch; }
    #order-standard_cart .cp-layout-sidebar { flex: none; width: 100%; }
    #order-standard_cart .cp-summary-banner { min-height: unset; }
    #order-standard_cart .cp-top-row { flex-direction: column; }
    #order-standard_cart .cp-main-banner { flex-direction: column; align-items: flex-start; gap: 16px; }
    #order-standard_cart .cp-top-row { flex-direction: column; }
    #order-standard_cart .cp-billing-col { width: 100%; }
    #order-standard_cart .cp-billing-card { height: auto; }
}
@media (max-width: 576px) {
    #order-standard_cart .cp-hero-banner { flex-direction: column; align-items: flex-start; padding: 16px 14px; }
    #order-standard_cart .cp-hero-title { font-size: 19px; }
    #order-standard_cart .cp-billing-card { height: auto; }
}

/* ═══════════════════════════════════════════════════════════
   20. VIEW CART — vc-* sınıfları (cart.php?a=view)
   ═══════════════════════════════════════════════════════════ */

/* ── ALERT TÜRLERİ ───────────────────────────────────────── */
#order-standard_cart .cp-alert-warning {
    display: flex; gap: 14px; align-items: flex-start;
    background: #fffbeb; border: 1px solid #fde68a;
    border-radius: 12px; padding: 14px 18px; margin-bottom: 18px;
    color: #92400e; font-family: 'Poppins', sans-serif; font-size: 14px;
}
#order-standard_cart .cp-alert-warning .cp-alert-icon { color: #d97706; font-size: 18px; flex-shrink: 0; }
#order-standard_cart .cp-alert-info {
    display: flex; gap: 14px; align-items: flex-start;
    background: #eff6ff; border: 1px solid #bfdbfe;
    border-radius: 12px; padding: 14px 18px; margin-bottom: 18px;
    color: #1e40af; font-family: 'Poppins', sans-serif; font-size: 14px;
}
#order-standard_cart .cp-alert-info .cp-alert-icon { color: #3b82f6; font-size: 18px; flex-shrink: 0; }
#order-standard_cart .cp-alert-success {
    display: flex; gap: 14px; align-items: flex-start;
    background: #f0fdf4; border: 1px solid #bbf7d0;
    border-radius: 12px; padding: 14px 18px; margin-bottom: 18px;
    color: #14532d; font-family: 'Poppins', sans-serif; font-size: 14px;
}
#order-standard_cart .cp-alert-success .cp-alert-icon { color: #16a34a; font-size: 18px; flex-shrink: 0; }

/* ── TABLO BAŞLIĞI ───────────────────────────────────────── */
#order-standard_cart .vc-table-head {
    display: flex; align-items: center;
    padding: 8px 14px 10px;
    border-bottom: 2px solid #e4ecfb;
    margin-bottom: 8px;
    font-size: 12px; font-weight: 700; color: #6b7280;
    text-transform: uppercase; letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .vc-th-product { flex: 1; }
#order-standard_cart .vc-th-qty { width: 90px; text-align: center; flex-shrink: 0; }
#order-standard_cart .vc-th-price { width: 120px; text-align: right; flex-shrink: 0; }
#order-standard_cart .vc-th-action { width: 36px; flex-shrink: 0; }

/* ── ÜRÜN SATIRI ─────────────────────────────────────────── */
#order-standard_cart .vc-item {
    display: flex; align-items: flex-start; gap: 12px;
    background: #fff; border: 1px solid #e4ecfb;
    border-radius: 11px; padding: 14px 14px 14px 16px;
    margin-bottom: 10px; position: relative; overflow: hidden;
    font-family: 'Poppins', sans-serif;
    transition: border-color 0.15s;
}
#order-standard_cart .vc-item:last-child { margin-bottom: 0; }
#order-standard_cart .vc-item::before {
    content: ''; position: absolute; top: 0; left: 0;
    width: 3px; height: 100%; border-radius: 3px 0 0 3px;
}
/* Tip renkleri */
#order-standard_cart .vc-item-product::before { background: linear-gradient(180deg, #1a56db, #3b82f6); }
#order-standard_cart .vc-item-addon::before   { background: linear-gradient(180deg, #16a34a, #4ade80); }
#order-standard_cart .vc-item-domain::before  { background: linear-gradient(180deg, #c2410c, #a78bfa); }
#order-standard_cart .vc-item-renewal::before { background: linear-gradient(180deg, #f97316, #fbbf24); }
#order-standard_cart .vc-item-upgrade::before { background: linear-gradient(180deg, #0891b2, #38bdf8); }

/* Girintili alt ürün (addon bağlı ürüne) */
#order-standard_cart .vc-item-sub {
    margin-left: 20px;
    background: #fafbff;
}

/* ── İKON ────────────────────────────────────────────────── */
#order-standard_cart .vc-item-icon {
    width: 38px; height: 38px; border-radius: 9px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    background: #eef3ff; color: #1a56db;
    border: 1px solid #dde5f5;
}
#order-standard_cart .vc-item-addon .vc-item-icon   { background: #f0fdf4; color: #16a34a; border-color: #bbf7d0; }
#order-standard_cart .vc-item-domain .vc-item-icon  { background: #f5f3ff; color: #c2410c; border-color: #ddd6fe; }
#order-standard_cart .vc-item-renewal .vc-item-icon { background: #fff7ed; color: #ea580c; border-color: #fed7aa; }
#order-standard_cart .vc-item-upgrade .vc-item-icon { background: #ecfeff; color: #0891b2; border-color: #a5f3fc; }

/* ── BİLGİ ALANI ─────────────────────────────────────────── */
#order-standard_cart .vc-item-info {
    flex: 1; min-width: 0;
    display: flex; flex-direction: column; gap: 3px;
}
#order-standard_cart .vc-item-title {
    font-size: 14px; font-weight: 700; color: #0f172a;
    display: flex; align-items: center; flex-wrap: wrap; gap: 6px;
}
#order-standard_cart .vc-item-group {
    font-size: 12px; color: #6b7280; font-weight: 400;
}
#order-standard_cart .vc-item-domain,
#order-standard_cart .vc-item-domain-name {
    font-size: 12.5px; color: #1a56db; font-weight: 500;
}
#order-standard_cart .vc-item-domain i,
#order-standard_cart .vc-item-domain-name i { color: #3b82f6; font-size: 11px; }
#order-standard_cart .vc-item-opts {
    font-size: 11.5px; color: #9ca3af; line-height: 1.5;
}
#order-standard_cart .vc-item-extra {
    font-size: 11.5px; color: #64748b;
}
#order-standard_cart .vc-item-credit {
    font-size: 12px; color: #16a34a; font-weight: 500;
    display: flex; align-items: center; gap: 5px;
}
#order-standard_cart .vc-item-credit i { font-size: 11px; }

/* ── DÜZENLE LİNKİ ───────────────────────────────────────── */
#order-standard_cart .vc-edit-link {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 12px; font-weight: 600; color: #3b82f6;
    text-decoration: none; white-space: nowrap;
    background: #eff6ff; border: 1px solid #bfdbfe;
    border-radius: 6px; padding: 2px 8px;
}
#order-standard_cart .vc-edit-link:hover { background: #dbeafe; color: #1d4ed8; }

/* ── MİKTAR ──────────────────────────────────────────────── */
#order-standard_cart .vc-item-qty {
    display: flex; flex-direction: column; gap: 4px;
    align-items: center; flex-shrink: 0; width: 80px;
}
#order-standard_cart .vc-qty-input {
    width: 70px !important; text-align: center;
    font-family: 'Poppins', sans-serif; font-size: 14px !important;
    border-radius: 7px !important; border: 1px solid #e5e7eb !important;
    background: #f9fafb !important; color: #1e293b !important;
    padding: 5px !important;
}
#order-standard_cart .vc-qty-btn {
    font-size: 11px; font-weight: 600; color: #1a56db;
    background: #eff6ff; border: 1px solid #bfdbfe;
    border-radius: 6px; padding: 2px 10px; cursor: pointer;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .vc-qty-btn:hover { background: #dbeafe; }

/* ── FİYAT ───────────────────────────────────────────────── */
#order-standard_cart .vc-item-price {
    display: flex; flex-direction: column; align-items: flex-end;
    gap: 2px; flex-shrink: 0; min-width: 100px; text-align: right;
}
#order-standard_cart .vc-price-amount {
    font-size: 15px; font-weight: 700; color: #0f172a;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .vc-price-cycle {
    font-size: 11.5px; color: #6b7280;
}
#order-standard_cart .vc-price-setup {
    font-size: 11px; color: #f97316; font-weight: 500;
}
#order-standard_cart .vc-price-prorata {
    font-size: 11px; color: #9ca3af;
}
#order-standard_cart .vc-price-renew {
    font-size: 11px; color: #64748b;
}
#order-standard_cart .vc-period-btn {
    display: inline-flex; align-items: center; gap: 5px;
    background: #f1f5f9; border: 1px solid #e2e8f0;
    border-radius: 6px; padding: 3px 10px;
    font-size: 12px; color: #374151; cursor: pointer;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .vc-period-dropdown { margin-top: 3px; }

/* ── SİL BUTONU ──────────────────────────────────────────── */
#order-standard_cart .vc-item-remove { flex-shrink: 0; }
#order-standard_cart .vc-btn-remove {
    width: 30px; height: 30px;
    border-radius: 7px; border: 1px solid #fecaca;
    background: #fef2f2; color: #ef4444;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; cursor: pointer;
    transition: background 0.15s;
}
#order-standard_cart .vc-btn-remove:hover { background: #fee2e2; border-color: #fca5a5; }

/* ── BOŞ SEPET ───────────────────────────────────────────── */
#order-standard_cart .vc-empty {
    display: flex; flex-direction: column; align-items: center;
    gap: 14px; padding: 40px 20px;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .vc-empty-icon {
    width: 70px; height: 70px; border-radius: 50%;
    background: linear-gradient(135deg, #e4ecfb, #dbeafe);
    display: flex; align-items: center; justify-content: center;
    font-size: 30px; color: #93c5fd;
}
#order-standard_cart .vc-empty-text { font-size: 15px; color: #6b7280; margin: 0; }
#order-standard_cart .vc-empty-btn {
    display: inline-flex; align-items: center; gap: 7px;
    background: linear-gradient(135deg, #1a56db, #3b82f6);
    color: #fff; font-family: 'Poppins', sans-serif;
    font-size: 14px; font-weight: 600;
    border-radius: 9px; padding: 10px 22px;
    text-decoration: none; transition: opacity 0.15s;
}
#order-standard_cart .vc-empty-btn:hover { opacity: 0.88; color: #fff; }

/* ── SEPETİ BOŞALT BUTONU ────────────────────────────────── */
#order-standard_cart .vc-empty-cart-row {
    display: flex; justify-content: flex-end;
    padding: 10px 0 2px; border-top: 1px solid #f1f5f9; margin-top: 12px;
}
#order-standard_cart .vc-btn-empty {
    display: inline-flex; align-items: center; gap: 6px;
    background: none; border: 1px solid #fecaca;
    border-radius: 7px; padding: 6px 14px;
    font-size: 13px; font-weight: 600; color: #ef4444;
    cursor: pointer; font-family: 'Poppins', sans-serif;
    transition: background 0.15s;
}
#order-standard_cart .vc-btn-empty:hover { background: #fef2f2; }

/* ── PROMOSYON KODU ──────────────────────────────────────── */
#order-standard_cart .vc-promo-form {
    display: flex; gap: 10px; align-items: flex-end;
}
#order-standard_cart .vc-promo-input-wrap {
    flex: 1; position: relative;
}
#order-standard_cart .vc-promo-input-icon {
    position: absolute; left: 13px; top: 50%; transform: translateY(-50%);
    color: #9ca3af; font-size: 14px;
}
#order-standard_cart .vc-promo-input {
    padding-left: 36px !important;
}
#order-standard_cart .vc-promo-btn {
    height: 42px; padding: 0 20px;
    background: linear-gradient(135deg, #1a56db, #3b82f6);
    color: #fff; border: none; border-radius: 8px;
    font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600;
    cursor: pointer; white-space: nowrap; transition: opacity 0.15s;
    flex-shrink: 0;
}
#order-standard_cart .vc-promo-btn:hover { opacity: 0.88; }
#order-standard_cart .vc-promo-applied {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    background: #f0fdf4; border: 1px solid #bbf7d0;
    border-radius: 9px; padding: 12px 16px;
}
#order-standard_cart .vc-promo-applied-info {
    display: flex; align-items: center; gap: 9px;
    font-size: 14px; color: #14532d; font-family: 'Poppins', sans-serif;
}
#order-standard_cart .vc-promo-applied-info i { color: #16a34a; }
#order-standard_cart .vc-promo-remove-btn {
    display: inline-flex; align-items: center; gap: 5px;
    background: #fff; border: 1px solid #fca5a5;
    border-radius: 7px; padding: 5px 12px;
    font-size: 12px; font-weight: 600; color: #ef4444;
    text-decoration: none; transition: background 0.15s;
}
#order-standard_cart .vc-promo-remove-btn:hover { background: #fef2f2; }

/* ── VERGİ TAHMİN BUTONU ─────────────────────────────────── */
#order-standard_cart .vc-tax-btn {
    display: inline-flex; align-items: center; gap: 7px;
    height: 42px; padding: 0 20px;
    background: #f1f5f9; border: 1px solid #e2e8f0;
    border-radius: 8px; color: #374151;
    font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600;
    cursor: pointer; transition: background 0.15s;
}
#order-standard_cart .vc-tax-btn:hover { background: #e2e8f0; }

/* ── EXPRESS CHECKOUT ────────────────────────────────────── */
#order-standard_cart .vc-express-checkout { padding-top: 0; border-top: 1px solid #f1f5f9; }
#order-standard_cart .vc-express-separator {
    text-align: center; font-size: 12px; color: #9ca3af;
    padding: 6px 0; font-family: 'Poppins', sans-serif;
}

/* ── CHECKOUT BUTONU ─────────────────────────────────────── */
#order-standard_cart .vc-btn-checkout {
    background: linear-gradient(135deg, #f97316, #ea580c) !important;
    margin-bottom: 10px;
    text-decoration: none;
}
#order-standard_cart .vc-btn-checkout.disabled {
    opacity: 0.5; pointer-events: none;
}
#order-standard_cart .vc-continue-shopping {
    display: flex; align-items: center; justify-content: center; gap: 7px;
    font-size: 13px; font-weight: 600; color: #6b7280;
    text-decoration: none; padding-top: 4px;
    font-family: 'Poppins', sans-serif;
    transition: color 0.15s;
}
#order-standard_cart .vc-continue-shopping:hover { color: #374151; }

/* ── HOOK / GATEWAY ──────────────────────────────────────── */
#order-standard_cart .vc-hook-output { margin-bottom: 14px; }
#order-standard_cart .vc-gateway-card .cp-section-body { background: #fff; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 767px) {
    #order-standard_cart .vc-item { flex-wrap: wrap; }
    #order-standard_cart .vc-item-price { min-width: unset; }
    #order-standard_cart .vc-table-head { display: none; }
    #order-standard_cart .vc-promo-form { flex-direction: column; }
    #order-standard_cart .vc-promo-btn { width: 100%; justify-content: center; }
}
@media (max-width: 576px) {
    #order-standard_cart .vc-item-icon { display: none; }
    #order-standard_cart .vc-item-sub { margin-left: 0; }
}

/* ═══════════════════════════════════════════════════════════
   21. CK-* — CHECKOUT (cart.php?a=checkout)
   ═══════════════════════════════════════════════════════════ */

/* ── KULLANICI TOGGLE (Hero içi) ─────────────────────────── */
#order-standard_cart .ck-user-toggle {
    display: flex; gap: 10px; flex-wrap: wrap;
    margin-top: 14px;
}
#order-standard_cart .ck-toggle-btn {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 8px 20px; border-radius: 8px;
    font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600;
    cursor: pointer; border: 2px solid rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.12); color: #fff;
    transition: background 0.18s, border-color 0.18s;
    text-decoration: none;
}
#order-standard_cart .ck-toggle-btn:hover,
#order-standard_cart .ck-toggle-btn.active {
    background: rgba(255,255,255,0.25); border-color: rgba(255,255,255,0.7);
}

/* ── HESAP SEÇİM KARTLARI ────────────────────────────────── */
#order-standard_cart .ck-account-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}

/* Kart kutu */
#order-standard_cart .ck-account-card {
    border-radius: 10px;
    border: 2px solid #e5e7eb; background: #fff;
    cursor: pointer;
    transition: border-color 0.18s, background 0.18s;
    overflow: hidden;
}
#order-standard_cart .ck-account-card:hover { border-color: #93c5fd; background: #f8faff; }
#order-standard_cart .ck-account-card.ck-account-active {
    border-color: #1a56db; background: #eef3ff;
}

/* Label — tüm kartı kaplıyor, radio + info yan yana */
#order-standard_cart .ck-account-label {
    display: flex; align-items: flex-start; gap: 10px;
    width: 100%; padding: 12px 14px;
    cursor: pointer; margin: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

/* Radio — solda, üstten hizalı */
#order-standard_cart .ck-account-label input[type="radio"] {
    margin: 3px 0 0; flex-shrink: 0;
    accent-color: #1a56db;
}

/* Bilgi bloğu — radio'nun sağında, dikey */
#order-standard_cart .ck-account-info {
    display: flex; flex-direction: column; gap: 2px;
    min-width: 0; flex: 1;
}
#order-standard_cart .ck-account-info strong {
    font-size: 13px; font-weight: 700; color: #0f172a;
    line-height: 1.3;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* Adres satırı */
#order-standard_cart .ck-account-address {
    display: block; font-size: 11px; color: #9ca3af; line-height: 1.4;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* ── GİRİŞ BUTONU ────────────────────────────────────────── */
#order-standard_cart .ck-login-btn {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 10px 22px; border-radius: 8px;
    background: linear-gradient(135deg, #1a56db, #3b82f6);
    color: #fff; font-family: 'Poppins', sans-serif;
    font-size: 14px; font-weight: 600; border: none;
    cursor: pointer; text-decoration: none;
    transition: opacity 0.15s;
}
#order-standard_cart .ck-login-btn:hover { opacity: 0.88; color: #fff; }

/* ── TOPLAM GÖRÜNTÜ ──────────────────────────────────────── */
#order-standard_cart .ck-total-display {
    display: flex; align-items: center;
    justify-content: space-between; gap: 12px;
    background: linear-gradient(170deg, #f8faff 0%, #f4f7fe 100%);
    border: 1px solid #dde5f5; border-radius: 10px;
    padding: 14px 18px; margin-bottom: 14px;
}
#order-standard_cart .ck-total-label {
    font-size: 14px; font-weight: 600; color: #374151;
    font-family: 'Poppins', sans-serif;
}
#order-standard_cart .ck-total-amount {
    font-size: 26px; font-weight: 800; color: #1a56db;
    font-family: 'Poppins', sans-serif;
}

/* ── KREDİ BÖLÜMÜ ────────────────────────────────────────── */
#order-standard_cart .ck-credit-section {
    background: #f0fdf4; border: 1px solid #bbf7d0;
    border-radius: 9px; padding: 13px 16px; margin-bottom: 14px;
}
#order-standard_cart .ck-credit-radio {
    display: flex; align-items: center; gap: 9px;
    font-family: 'Poppins', sans-serif; font-size: 14px;
    color: #14532d; cursor: pointer;
}
#order-standard_cart .ck-credit-radio input { margin: 0; }

/* ── GATEWAY SEÇİMİ — Liste (sidebar uyumlu) ─────────────── */
#order-standard_cart .ck-gateway-section { margin-bottom: 14px; }
#order-standard_cart .ck-gateway-label {
    font-size: 12px; font-weight: 600; color: #6b7280;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase; letter-spacing: 0.5px;
    margin-bottom: 8px; display: block;
}
#order-standard_cart .ck-gateway-list {
    display: flex; flex-direction: column; gap: 6px;
}
#order-standard_cart .ck-gateway-row {
    display: flex; align-items: center;
    padding: 10px 13px; border-radius: 8px;
    border: 1px solid #e5e7eb; background: #fff;
    cursor: pointer; gap: 10px;
    font-family: 'Poppins', sans-serif;
    transition: border-color 0.15s, background 0.15s;
}
#order-standard_cart .ck-gateway-row:hover { border-color: #93c5fd; background: #f8faff; }
#order-standard_cart .ck-gateway-row:has(input:checked) {
    border-color: #1a56db; background: #eef3ff;
}
#order-standard_cart .ck-gateway-row input[type="radio"] {
    margin: 0; flex-shrink: 0; accent-color: #1a56db;
}
#order-standard_cart .ck-gateway-row-name {
    font-size: 13px; font-weight: 600; color: #1e293b;
    display: flex; align-items: center; gap: 7px;
}
#order-standard_cart .ck-gateway-dot {
    font-size: 6px; color: #1a56db; flex-shrink: 0;
}
/* eski .ck-gateway-grid / .ck-gateway-item kaldırıldı — ck-gateway-list kullanılıyor */

/* ── KREDİ KARTI ALANLARI — Sade (sidebar uyumlu) ───────── */
/* ── KREDİ KARTI — Modern Form ───────────────────────────── */
#order-standard_cart .cc-input-container {
    margin-top: 12px;
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
    display: flex; flex-direction: column; gap: 10px;
}

/* Mevcut kart CVV satırı */
#order-standard_cart .ck-cc-existing-cvv {
    display: flex; flex-direction: column; gap: 4px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
}

/* Yeni kart seç — toggle */
#order-standard_cart .ck-new-card-toggle {
    display: flex; align-items: center; gap: 7px;
    font-size: 13px; font-weight: 600; color: #1a56db;
    font-family: 'Poppins', sans-serif; cursor: pointer;
    padding: 6px 0;
}
#order-standard_cart .ck-new-card-toggle i { font-size: 14px; }
#order-standard_cart .ck-new-card-toggle input[type="radio"] { display: none; }

/* Yeni kart form bloğu */
#order-standard_cart .ck-cc-new {
    display: flex; flex-direction: column; gap: 10px;
}

/* Tek alan */
#order-standard_cart .ck-cc-field {
    display: flex; flex-direction: column; gap: 3px;
}

/* Üst etiket */
#order-standard_cart .ck-cc-label {
    font-size: 10.5px; font-weight: 600; color: #9ca3af;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase; letter-spacing: 0.5px;
}

/* Input sarmalayıcı */
#order-standard_cart .ck-cc-input-wrap {
    position: relative; display: flex; align-items: center;
}
#order-standard_cart .ck-cc-icon {
    position: absolute; left: 11px;
    color: #9ca3af; font-size: 13px; pointer-events: none;
}
#order-standard_cart .ck-cc-input {
    width: 100%; padding: 9px 36px 9px 34px !important;
    border: 1px solid #dde5f5; border-radius: 8px;
    font-size: 13px; font-family: 'Poppins', sans-serif;
    color: #1e293b; background: #f8faff;
    transition: border-color 0.15s, box-shadow 0.15s;
}
#order-standard_cart .ck-cc-input:focus {
    border-color: #1a56db;
    box-shadow: 0 0 0 3px rgba(26,86,219,0.08);
    background: #fff; outline: none;
}

/* CVV bilgi butonu */
#order-standard_cart .ck-cc-hint-btn {
    position: absolute; right: 8px;
    width: 22px; height: 22px; border-radius: 50%;
    background: #e5e7eb; border: none;
    font-size: 11px; font-weight: 700; color: #6b7280;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: background 0.15s;
}
#order-standard_cart .ck-cc-hint-btn:hover { background: #d1d5db; }

/* İki kolonlu satır (expiry + cvv) */
#order-standard_cart .ck-cc-row-2 {
    display: flex; gap: 10px;
}
#order-standard_cart .ck-cc-row-2 > * { flex: 1; min-width: 0; }

/* Kart kaydetme toggle */
#order-standard_cart .ck-cc-store-toggle {
    display: flex; align-items: center; gap: 8px;
    font-size: 12px; color: #6b7280;
    font-family: 'Poppins', sans-serif; margin-top: 4px;
}

/* ── CC INPUT PLACEHOLDER: Poppins + sola yaslı ─────────── */
#order-standard_cart .ck-cc-input::placeholder {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #b0b8c8;
    text-align: left;
}

/* ── HATA MESAJLARI: varsayılan gizli, hata durumunda görün ─ */
#order-standard_cart .ck-cc-field .field-error-msg {
    display: none;
    font-size: 11px;
    color: #ef4444;
    font-family: 'Poppins', sans-serif;
    margin-top: 3px;
}
#order-standard_cart .ck-cc-field.has-error .field-error-msg,
#order-standard_cart .ck-cc-field.field-error .field-error-msg {
    display: block;
}

/* ── ŞİFRE OLUŞTUR ───────────────────────────────────────── */
#order-standard_cart .ck-genpw-btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 14px; border-radius: 7px;
    background: #f1f5f9; border: 1px solid #e2e8f0;
    color: #374151; font-family: 'Poppins', sans-serif;
    font-size: 12px; font-weight: 600; cursor: pointer;
    transition: background 0.15s;
}
#order-standard_cart .ck-genpw-btn:hover { background: #e2e8f0; }

/* ── ŞİFRE GÜÇ METRESİ ──────────────────────────────────── */
#order-standard_cart .ck-pw-label {
    font-size: 12px; color: #6b7280; font-family: 'Poppins', sans-serif;
    margin-bottom: 5px; display: block;
}
#order-standard_cart .ck-pw-strength {
    height: 6px; border-radius: 4px;
    background: #e5e7eb; overflow: hidden;
}
#order-standard_cart .ck-pw-strength-bar {
    height: 100%; border-radius: 4px; width: 0%;
    transition: width 0.3s, background 0.3s;
    background: #ef4444;
}

/* ── KULLANIM KOŞULLARI ──────────────────────────────────── */
#order-standard_cart .ck-tos-wrap {
    display: flex; align-items: flex-start; gap: 10px;
    padding: 14px 16px;
    background: linear-gradient(170deg, #f8faff 0%, #f4f7fe 100%);
    border: 1px solid #dde5f5; border-radius: 9px;
    margin-bottom: 8px;
}
#order-standard_cart .ck-tos-wrap input[type="checkbox"] { margin-top: 2px; flex-shrink: 0; }
#order-standard_cart .ck-tos-label {
    font-size: 13px; color: #374151; font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}
#order-standard_cart .ck-tos-label a { color: #1a56db; font-weight: 600; }

/* ── PAZARLAMA OPT-IN ────────────────────────────────────── */
#order-standard_cart .ck-marketing-optin {
    display: flex; align-items: flex-start; gap: 9px;
    font-size: 13px; color: #6b7280; font-family: 'Poppins', sans-serif;
    line-height: 1.6; margin-bottom: 14px;
}
#order-standard_cart .ck-marketing-optin input[type="checkbox"] { margin-top: 2px; flex-shrink: 0; }

/* ── WRAPPER DIV'LER: flex column + gap ─────────────────── */
#order-standard_cart #containerNewUserSignup,
#order-standard_cart #containerExistingUserSignin {
    display: flex; flex-direction: column; gap: 16px;
}

/* ── GÖNDER BUTONU ÇUBUĞU ────────────────────────────────── */
#order-standard_cart .ck-submit-bar {
    background: #fff;
    border: 1px solid #dde5f5;
    border-radius: 14px;
    padding: 16px 20px 18px;
    overflow: hidden;
}
#order-standard_cart .ck-submit-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 11px 28px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff; border: none; border-radius: 9px;
    font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600;
    cursor: pointer; letter-spacing: 0.2px;
    transition: opacity 0.18s, transform 0.12s;
}
#order-standard_cart .ck-submit-btn:hover { opacity: 0.9; transform: translateY(-1px); }
#order-standard_cart .ck-submit-btn:active { transform: translateY(0); }

/* ── SSL GÜVENLİK MESAJI ─────────────────────────────────── */
#order-standard_cart .ck-ssl-msg {
    display: flex; align-items: center; gap: 5px;
    font-size: 11px; color: #9ca3af; font-family: 'Poppins', sans-serif;
    margin-top: 8px;
}
#order-standard_cart .ck-ssl-msg i { color: #16a34a; font-size: 11px; flex-shrink: 0; }
#order-standard_cart .ck-ssl-msg strong { color: #6b7280; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 767px) {
    #order-standard_cart .ck-account-grid { grid-template-columns: 1fr; }
    #order-standard_cart .ck-cc-row-2 { flex-direction: column; }
    #order-standard_cart .ck-user-toggle { flex-direction: column; }
}
@media (max-width: 576px) {
    #order-standard_cart .ck-total-display { flex-direction: column; align-items: flex-start; gap: 4px; }
}

/* ═══════════════════════════════════════════════════════════
   22. INTL-TEL-INPUT — Bayrak + Dial Kodu Çakışma Düzeltmesi
   ═══════════════════════════════════════════════════════════ */

/* ── INTL-TEL-INPUT DÜZELTME ─────────────────────────────── */

/* 1) .iti wrapper tam genişlik */
#order-standard_cart .intl-tel-input,
#order-standard_cart .iti {
    display: block !important;
    width: 100% !important;
    position: relative !important;
}

/* 2) prepend-icon içinde .iti varsa kendi field-icon'umuzu gizle
      (bayrak zaten sol gösterge görevi görüyor) */
#order-standard_cart .prepend-icon:has(.iti) > .field-icon,
#order-standard_cart .prepend-icon:has(.intl-tel-input) > .field-icon {
    display: none !important;
}

/* 3) prepend-icon içindeki input'a eklenen padding-left'i sıfırla
      (intl-tel-input kendi padding'ini yönetiyor) */
#order-standard_cart .prepend-icon .iti input,
#order-standard_cart .prepend-icon .intl-tel-input input {
    padding-left: 0 !important;
}

/* 4) Flag + dial-code container */
#order-standard_cart .iti__selected-flag,
#order-standard_cart .intl-tel-input .selected-flag {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 0 8px !important;
    height: 100% !important;
    background: transparent !important;
    border-right: 1px solid #e5e7eb !important;
    position: absolute !important;
    top: 0 !important; left: 0 !important;
}

/* 5) Bayrak görseli */
#order-standard_cart .iti__flag,
#order-standard_cart .intl-tel-input .iti-flag {
    display: inline-block !important;
    flex-shrink: 0 !important;
}

/* 6) Dial kodu metni */
#order-standard_cart .iti__selected-dial-code,
#order-standard_cart .intl-tel-input .selected-dial-code {
    font-size: 13px !important;
    color: #374151 !important;
    font-family: 'Poppins', sans-serif !important;
    white-space: nowrap !important;
}

/* 7) Ok işareti */
#order-standard_cart .iti__arrow,
#order-standard_cart .intl-tel-input .arrow {
    margin-left: 3px !important;
    border-top-color: #6b7280 !important;
}

/* 8) separate-dial-code: iti kütüphanesi padding'i kendisi belirler,
      sdc-3 = ~90px genişlik */
#order-standard_cart .iti--separate-dial-code input[type=tel],
#order-standard_cart .intl-tel-input.allow-dropdown.separate-dial-code input[type=tel] {
    padding-left: 96px !important;
}

/* ═══════════════════════════════════════════════════════════
   23. PRODUCTS PAGE — prd-* sınıfları (/store/ ürün listesi)
   ═══════════════════════════════════════════════════════════ */

/* ── GRID ────────────────────────────────────────────────── */
#order-standard_cart .prd-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 18px;
    margin-top: 20px;
}

/* ── KART ────────────────────────────────────────────────── */
#order-standard_cart .prd-card {
    background: #fff;
    border: 1px solid #dde5f5;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    transition: box-shadow 0.18s, border-color 0.18s, transform 0.18s;
    box-shadow: 0 2px 8px rgba(15,23,42,0.05);
}
#order-standard_cart .prd-card:hover {
    border-color: #1a56db;
    box-shadow: 0 6px 24px rgba(26,86,219,0.13);
    transform: translateY(-3px);
}

/* ── KART BAŞLIĞI ────────────────────────────────────────── */
#order-standard_cart .prd-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px 14px;
    border-bottom: 1px solid #f1f5f9;
}
#order-standard_cart .prd-card-icon {
    width: 42px; height: 42px;
    border-radius: 11px;
    background: linear-gradient(135deg, #1e40af, #1a56db);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: #fff; flex-shrink: 0;
}
#order-standard_cart .prd-card-title-wrap { flex: 1; min-width: 0; }
#order-standard_cart .prd-card-name {
    font-size: 15px; font-weight: 700;
    color: #0f172a; margin: 0; line-height: 1.3;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
#order-standard_cart .prd-stock-badge {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 11px; font-weight: 600;
    color: #d97706; background: #fffbeb;
    border: 1px solid #fde68a; border-radius: 20px;
    padding: 2px 8px; margin-top: 4px;
}

/* ── AÇIKLAMA ────────────────────────────────────────────── */
#order-standard_cart .prd-card-desc {
    font-size: 13px; color: #64748b;
    line-height: 1.55; margin: 0;
    padding: 12px 20px 4px;
}

/* ── ÖZELLİK LİSTESİ ─────────────────────────────────────── */
#order-standard_cart .prd-feature-list {
    list-style: none; margin: 10px 0 0;
    padding: 0 20px 12px;
    display: flex; flex-direction: column; gap: 6px;
    flex: 1;
}
#order-standard_cart .prd-feature-item {
    display: flex; align-items: baseline; gap: 7px;
    font-size: 13px; color: #374151;
}
#order-standard_cart .prd-feature-item i {
    color: #16a34a; font-size: 11px;
    flex-shrink: 0; margin-top: 2px;
}
#order-standard_cart .prd-feature-val { font-weight: 700; color: #0f172a; white-space: nowrap; }
#order-standard_cart .prd-feature-key { color: #6b7280; }

/* ── FOOTER ──────────────────────────────────────────────── */
#order-standard_cart .prd-card-footer {
    display: flex; align-items: center;
    justify-content: space-between; gap: 12px;
    padding: 14px 20px 18px;
    border-top: 1px solid #f1f5f9;
    margin-top: auto; background: #f8faff;
}

/* ── FİYAT BLOĞU ─────────────────────────────────────────── */
#order-standard_cart .prd-price-block {
    display: flex; flex-direction: column; gap: 1px;
}
#order-standard_cart .prd-price-label {
    font-size: 10px; font-weight: 600; color: #94a3b8;
    text-transform: uppercase; letter-spacing: 0.6px;
}
#order-standard_cart .prd-price {
    font-size: 22px; font-weight: 800;
    color: #0f172a; line-height: 1.1; letter-spacing: -0.5px;
}
#order-standard_cart .prd-price-cycle {
    font-size: 11px; color: #6b7280; font-weight: 500;
}
#order-standard_cart .prd-setup-fee {
    display: flex; align-items: center; gap: 4px;
    font-size: 11px; color: #f97316; font-weight: 500; margin-top: 2px;
}
#order-standard_cart .prd-setup-fee i { font-size: 10px; }

/* ── SİPARİŞ BUTONU ──────────────────────────────────────── */
#order-standard_cart .prd-order-btn {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 10px 18px; border-radius: 10px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #fff; font-family: 'Poppins', sans-serif;
    font-size: 13px; font-weight: 700;
    text-decoration: none; white-space: nowrap; flex-shrink: 0;
    transition: opacity 0.15s, transform 0.15s;
}
#order-standard_cart .prd-order-btn:hover {
    opacity: 0.88; color: #fff;
    transform: translateY(-1px); text-decoration: none;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 768px) {
    #order-standard_cart .prd-grid { grid-template-columns: 1fr; }
    #order-standard_cart .prd-card-footer { flex-direction: column; align-items: flex-start; gap: 10px; }
    #order-standard_cart .prd-order-btn { width: 100%; justify-content: center; }
}
