.gridArea .tabs .tab-content .tab-pane  {
    width: 100%!important;
}

/* Teslimat Adresi Seçim Alanı */
.orderAddress {
    margin-bottom: 30px;
}

.addressSelectArea {
    margin-bottom: 20px;
}

.addressSelectArea .form-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

.addressSelectArea .form-select {
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%231411EE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px;
    padding-right: 50px;
}

.addressSelectArea .form-select:focus {
    outline: none;
    border-color: #1411EE;
    box-shadow: 0 0 0 3px rgba(20, 17, 238, 0.1);
}

.addressSelectArea .form-select option {
    padding: 12px 20px;
    font-size: 15px;
    color: #000;
}

.addressSelectArea .btn-link {
    display: inline-flex;
    align-items: center;
    color: #1411EE;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.addressSelectArea .btn-link:hover {
    color: #0f0dc7;
    text-decoration: underline;
}

/* Seçilen Adres Gösterim Alanı */
#selectedDeliveryAddress {
    animation: fadeIn 0.3s ease;
}

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

/* Adres bilgileri - orderAddress içinde direkt gösterim */
.orderAddress .addressName {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.orderAddress .userName {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.orderAddress .phoneNumber {
    font-size: 15px;
    font-weight: 500;
    color: #7F7F7F;
    margin-bottom: 12px;
}

.orderAddress .address {
    font-size: 15px;
    font-weight: 400;
    color: #495057;
    line-height: 1.8;
    white-space: pre-line;
    margin-bottom: 15px;
}

/* Adresi Değiştir Butonu */
#changeAddressBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #1411EE;
    background-color: #fff;
    border: 2px solid #1411EE;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 12px;
}

#changeAddressBtn:hover {
    background-color: #1411EE;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(20, 17, 238, 0.3);
}

#changeAddressBtn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(20, 17, 238, 0.2);
}

#changeAddressBtn::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 3V13M3 8H13' stroke='%231411EE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s ease;
}

#changeAddressBtn:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 3V13M3 8H13' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Fatura Adresi Değiştir Butonu */
#changeBillingAddressBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #1411EE;
    background-color: #fff;
    border: 2px solid #1411EE;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 12px;
}

#changeBillingAddressBtn:hover {
    background-color: #1411EE;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(20, 17, 238, 0.3);
}

#changeBillingAddressBtn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(20, 17, 238, 0.2);
}

#changeBillingAddressBtn::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 3V13M3 8H13' stroke='%231411EE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s ease;
}

#changeBillingAddressBtn:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 3V13M3 8H13' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Select2 için özel stil (eğer Select2 kullanılıyorsa) */
#deliveryAddressSelect.select2-hidden-accessible + .select2-container {
    width: 100% !important;
}

#deliveryAddressSelect.select2-hidden-accessible + .select2-container.orderStyle .select2-selection--single {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    background: #fff;
    height: 50px;
    display: flex;
    align-items: center;
}

#deliveryAddressSelect.select2-hidden-accessible + .select2-container.orderStyle .select2-selection--single .select2-selection__rendered {
    padding: 0 25px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
}

#deliveryAddressSelect.select2-hidden-accessible + .select2-container.orderStyle .select2-selection--single .select2-selection__arrow {
    right: 20px;
}

/* Uyarı mesajı */
.orderAddress .alert {
    background: #FFF3CD;
    border: 1px solid #FFE69C;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.orderAddress .alert p {
    margin: 0 0 15px 0;
    color: #856404;
    font-size: 15px;
}

.orderAddress .alert .btn-primary {
    background: #1411EE;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
}

.orderAddress .alert .btn-primary:hover {
    background: #0f0dc7;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(20, 17, 238, 0.3);
}

/* Ödeme Yöntemi Seçim Kartları */
.choosePayment .paymentCard {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.choosePayment .paymentCard:hover {
    transform: translateY(-3px);
    box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.15) !important;
}

.choosePayment .paymentCard.active {
    border-color: #1411EE;
    border-width: 2px;
    box-shadow: 7px 7px 0 0 rgba(20, 17, 238, 0.3) !important;
    background: #F8F9FF;
    position: relative;
}

.choosePayment .paymentCard.active::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    background: #1411EE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.choosePayment .paymentCard.active::after {
    content: '✓';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.choosePayment .paymentCard.active .text {
    color: #1411EE;
    font-weight: 700;
}


.payfoni-text {
    font-size: 14px;
    font-weight: 300;
    color: #9a9a9a;
    margin-top: 50px;
    letter-spacing: 0.3px;
}

.payfoni-text a {
    color: #9a9a9a;
    text-decoration: none;
    transition: color .2s ease;
}

.payfoni-text a b {
    font-weight: 500;
    color: #27bb4e;
}

.payfoni-text a span {
    font-weight: bold;
    color: #000;
}

.payfoni-text a:hover {
    color: #c61b00; /* Payfoni / marka kırmızısı istersen */
}

.payfoni-logo {
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.payfoni-logo img {
    width: 70px;
    opacity: 0.85;
}

/* Forgot Password Popup */
.fp-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 9990;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.fp-modal {
    background: #fff;
    border-radius: 20px;
    padding: 60px 50px 50px;
    max-width: 700px;
    width: 100%;
    position: relative;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
    animation: fpSlideIn 0.25s ease-out;
}

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

.fp-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all 0.2s;
}

.fp-close:hover {
    background: #e0e0e0;
    color: #000;
}

.fp-title {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin: 0 0 12px 0;
    text-align: center;
}

.fp-desc {
    font-size: 15px;
    color: #666;
    margin: 0 0 32px 0;
    line-height: 1.6;
    text-align: center;
}

.fp-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fp-field {
    width: 100%;
}

.fp-input {
    width: 100%;
    height: 56px;
    padding: 0 20px;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    font-size: 16px;
    font-family: inherit;
    color: #111;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.fp-input::placeholder {
    color: #999;
}

.fp-input:focus {
    outline: none;
    border-color: #0300FF;
    box-shadow: 0 0 0 3px rgba(3, 0, 255, 0.1);
}

.fp-code-input {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 12px;
    padding-left: 30px;
}

.fp-btn {
    width: 100%;
    height: 56px;
    background: #0300FF;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    margin-top: 12px;
}

.fp-btn:hover {
    background: #0200cc;
}

.fp-btn:active {
    transform: scale(0.98);
}

.fp-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.fp-resend {
    width: 100%;
    background: none;
    border: none;
    color: #0300FF;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    padding: 10px;
    text-decoration: underline;
    transition: color 0.2s;
}

.fp-resend:hover {
    color: #000;
}

@media (max-width: 480px) {
    .fp-modal {
        padding: 45px 24px 30px;
        margin: 10px;
    }
    
    .fp-title {
        font-size: 20px;
    }
    
    .fp-code-input {
        font-size: 22px;
        letter-spacing: 8px;
        padding-left: 20px;
    }
}

/* Product Detail Editor Content */
.editorContent {
    color: #333;
    line-height: 1.8;
}

.editorContent h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin: 30px 0 20px 0;
    padding-bottom: 15px;
}

.editorContent h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin: 28px 0 18px 0;
    padding-bottom: 12px;
}

.editorContent h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #1a1a1a;
    margin: 24px 0 16px 0;
}

.editorContent h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #2a2a2a;
    margin: 20px 0 14px 0;
}

.editorContent h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #333;
    margin: 18px 0 12px 0;
}

.editorContent h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #444;
    margin: 16px 0 10px 0;
}

.editorContent p {
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    color: #333;
    margin: 0 0 18px 0;
}

.editorContent p:last-child {
    margin-bottom: 0;
}

.editorContent p strong,
.editorContent p b {
    font-weight: 600;
    color: #000;
}

.editorContent ul,
.editorContent ol {
    margin: 20px 0;
    padding-left: 30px;
}

.editorContent ul li,
.editorContent ol li {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin: 10px 0;
    padding-left: 10px;
}

.editorContent ul li {
    list-style-type: disc;
}

.editorContent ol li {
    list-style-type: decimal;
}

.editorContent a {
    color: #C8102E;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.editorContent a:hover {
    color: #A00D25;
    text-decoration: none;
}

.editorContent img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 8px;
}

.editorContent blockquote {
    border-left: 4px solid #C8102E;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #666;
}

.editorContent table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.editorContent table th,
.editorContent table td {
    padding: 12px;
    border: 1px solid #e0e0e0;
    text-align: left;
}

.editorContent table th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #000;
}

.editorContent hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 30px 0;
}

@media (max-width: 768px) {
    .editorContent h1 {
        font-size: 26px;
        margin: 24px 0 16px 0;
    }

    .editorContent h2 {
        font-size: 22px;
        margin: 22px 0 14px 0;
    }

    .editorContent h3 {
        font-size: 20px;
        margin: 20px 0 12px 0;
    }

    .editorContent h4 {
        font-size: 18px;
        margin: 18px 0 10px 0;
    }

    .editorContent p {
        font-size: 16px;
        margin: 0 0 16px 0;
    }

    .editorContent ul,
    .editorContent ol {
        padding-left: 20px;
    }
}

/* Yüklenen Dosyalar Listesi */
.uploadedFilesList {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E5E5E5;
}

.uploadedFilesTitle {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
    letter-spacing: 0.2px;
}

.filesList {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fileItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.fileItem::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #1411EE;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.fileItem:hover {
    border-color: #1411EE;
    box-shadow: 0 4px 12px rgba(20, 17, 238, 0.08);
    transform: translateY(-2px);
}

.fileItem:hover::before {
    transform: scaleY(1);
}

.fileItemContent {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 0;
}

.fileIcon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #F8F9FF 0%, #F0F2FF 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #E8EAFF;
    transition: all 0.3s ease;
}

.fileItem:hover .fileIcon {
    background: linear-gradient(135deg, #E8EAFF 0%, #D8DBFF 100%);
    transform: scale(1.05);
}

.fileIcon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.fileIcon svg {
    width: 24px;
    height: 24px;
    color: #1411EE;
    opacity: 0.8;
}

.fileInfo {
    flex: 1;
    min-width: 0;
}

.fileName {
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.fileMeta {
    font-size: 13px;
    color: #7F7F7F;
    font-weight: 400;
    line-height: 1.4;
}

.deleteFileBtn {
    background: #FFF;
    color: #C8102E;
    border: 1.5px solid #FFE5E5;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-left: 12px;
}

.deleteFileBtn:hover {
    background: #C8102E;
    color: #FFF;
    border-color: #C8102E;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(200, 16, 46, 0.3);
}

.deleteFileBtn:active {
    transform: scale(0.95);
}

.deleteFileBtn svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
}

@media (max-width: 768px) {
    .fileItem {
        padding: 12px;
    }
    
    .fileIcon {
        width: 40px;
        height: 40px;
    }
    
    .fileIcon svg {
        width: 20px;
        height: 20px;
    }
    
    .fileName {
        font-size: 14px;
    }
    
    .fileMeta {
        font-size: 12px;
    }
    
    .deleteFileBtn {
        width: 36px;
        height: 36px;
        padding: 8px;
    }
}

/* SR Only - Ekran okuyucular için görsel olarak gizli içerik */
/* Tüm tarayıcılara uyumlu erişilebilirlik sınıfı */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
    border-width: 0 !important;
    /* Eski tarayıcılar için ek güvenlik */
    -webkit-clip-path: inset(50%) !important;
    /* IE için */
    word-wrap: normal !important;
    word-break: normal !important;
}

/* Not Bırakın Modal - fileOpenMenu yapısını kullanıyor */
#noteModal.fileOpenMenu {
    position: fixed;
    z-index: 99999;
}

#noteModal .noteCharCount.error {
    color: #C8102E;
    font-weight: 600;
}

#noteModal .noteCharCount span {
    font-weight: 600;
}

#noteModal textarea:focus {
    outline: none;
    border-color: #1411EE;
    box-shadow: 0 0 0 3px rgba(20, 17, 238, 0.1);
}

#noteModal .borderBtn.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}
