/* ================================================================
   legacy-payment.css — TilbeHome Pro
   ================================================================
   Eski/legacy stiller (temizlik bekliyor).
   payment.css'ten ayristirildi — Asama 1.2
   ================================================================ */

/* === legacy.css'ten tasindi: 4B — Payment ID Selectors === */
#orderInputCardNumber1 {
    background-repeat: no-repeat;
    background-size: 100px; /* Kart logosu büyütüldü */
    background-position: right 10px center; /* Sağa boşluk */
    background-image: url('../../resimler1/banks-logos.png');
    padding-right: var(--th-space-10); /* İkon için yeterli boşluk */
    background-color: var(--th-color-bg);
}

.methods .cc-installment-1 {
    position: relative;
    background-color: var(--th-emerald-50);
    border-radius: var(--th-radius-md);
    box-shadow: var(--th-shadow-success)
}

.methods .cc-installment-1::after {
    content: "Peşin Fiyatına 3 Taksit";
    position: absolute;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--th-color-success);
    color: var(--th-color-text-inverse);
    font-size: var(--th-text-xs);
    font-weight: var(--th-font-semibold);
    padding: var(--th-space-0-5) var(--th-space-1-5);
    border-radius: var(--th-radius-sm);
    white-space: nowrap;
    cursor: pointer
}

.methods .cc-installment-1::before {
    content: "Taksit imkanı yalnızca Garanti Bankası kartlarında geçerlidir.";
    position: absolute;
    left: 120px;
    top: -45px;
    background: var(--th-color-bg);
    color: var(--th-color-text);
    font-size: var(--th-text-xs);
    font-weight: var(--th-font-medium);
    line-height: 1.4;
    padding: var(--th-space-2) var(--th-space-2-5);
    border-radius: var(--th-radius-lg);
    border: 1px solid var(--th-color-border);
    box-shadow: var(--th-shadow-md);
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transform: translateY(4px);
    transition: opacity .25s ease,transform .25s ease;
    z-index: var(--th-z-dropdown)
}



/* === legacy.css'ten taşındı — S6 contact-form + invoice-info === */
.contact-form {
    background: var(--th-color-bg);
    padding: var(--th-space-5);
    border-radius: var(--th-radius-lg);
    box-shadow: var(--th-shadow-md);
    border: 1px solid color-mix(in srgb, var(--th-ink-900) 8%, transparent);
    margin: var(--th-space-5) auto
}

.contact-form h6,.contact-form label {
    color: var(--th-blue-900);
    font-weight: var(--th-font-semibold);
    margin-bottom: var(--th-space-4)
}

.contact-form hr {
    border: 0;
    border-top: 1px solid color-mix(in srgb, var(--th-ink-900) 10%, transparent);
    margin: var(--th-space-2-5) 0 var(--th-space-5)
}

.contact-form label {
    margin-bottom: 5px;
    display: block
}

.contact-form .form-control,.contact-form .m-input,.contact-form textarea {
    border: 1px solid color-mix(in srgb, var(--th-ink-900) 15%, transparent);
    border-radius: var(--th-radius-md);
    padding: var(--th-space-2) var(--th-space-3);
    background: var(--th-color-bg);
    width: 100%;
    box-sizing: border-box;
    margin-bottom: var(--th-space-4);
    transition: .3s
}

.contact-form .form-control:focus,.contact-form .m-input:focus,.contact-form textarea:focus {
    outline: 0;
    border-color: var(--th-color-primary);
    box-shadow: 0 0 5px color-mix(in srgb, var(--th-blue-700) 20%, transparent)
}

.contact-form button.btn-success {
    background: var(--th-color-primary);
    border: 0;
    color: var(--th-color-text-inverse);
    font-weight: var(--th-font-semibold);
    border-radius: var(--th-radius-md);
    padding: var(--th-space-3) var(--th-space-5);
    cursor: pointer;
    transition: .3s
}

.contact-form button.btn-success:hover {
    background: var(--th-blue-900)
}

#product-comment-list-v2-link {
    scroll-margin-top: var(--th-space-20)
}


/* === legacy.css'ten taşındı — S6 invoice-info-description === */
.invoice-info-description label {
    margin: 0
}



/* === legacy.css'ten taşındı — S6 inset-shipping-bar === */
.free-shipping-active .inset-bar-icon {
    display: none
}

.inset-shipping-bar.free-shipping-active .inset-bar-content {
    justify-content: center
}

.inset-shipping-bar {
    position: relative;
    background: var(--th-color-bg);
    border-radius: var(--th-radius-2xl);
    padding: var(--th-space-5) var(--th-space-2-5);
    box-shadow: var(--th-shadow-inner-lg);
    overflow: hidden;
    margin-bottom: var(--th-space-5);
    margin-top: var(--th-space-2-5)
}

.inset-bar-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: var(--bar-w, 0%);
    height: 6px;
    background: var(--th-color-success);
    border-radius: var(--th-radius-sm);
    transition: width .5s ease
}

.inset-bar-content {
    display: flex;
    align-items: center;
    gap: var(--th-space-1)
}

.inset-bar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--th-radius-full)
}

.inset-bar-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: var(--th-color-bg);
    box-shadow: var(--th-shadow-inner)
}

.inset-bar-icon i {
    color: var(--th-color-success);
    font-size: var(--th-text-base)
}

.inset-bar-text {
    font-size: var(--th-text-sm);
    font-weight: var(--th-font-regular);
    color: var(--th-neutral-900)
}

.inset-bar-text strong {
    color: var(--th-color-success)
}

.inset-bar-free {
    color: var(--th-color-text-inverse);
    background: var(--th-color-success);
    padding: var(--th-space-1) var(--th-space-3);
    border-radius: var(--th-radius-2xl);
    font-weight: var(--th-font-semibold);
    font-size: var(--th-text-base-plus);
    animation: inset-blink 1s infinite;
    display: inline-block
}



/* ==============================
   CONSOLIDATED: Small Mobile <= 576px
   ============================== */
@media (max-width: 576px) {
.note-pro1,
    .note-pro19 {
        flex-direction: column;
        align-items: flex-start;
    }

    .note-pro1 i,
    .note-pro19 i {
        margin-bottom: var(--th-space-1-5);
    }

.kargo-bilgi-container {
        font-size: var(--th-text-sm);
        padding: var(--th-space-2)
    }

    .progress-bar-container {
        height: var(--th-space-4)
    }

    .progress-bar {
        height: 100%
    }

    .kargo-bilgi-mesaj {
        font-size: var(--th-text-2xs);
        line-height: 14px
    }

    .kargo-bilgi-container .progress-bar-p {
        font-size: var(--th-text-xs-plus);
        color: var(--th-color-text-muted);
        margin-bottom: -var(--th-space-1)
    }

.ty-modal__dialog{ margin-top: 3vh; border-radius: var(--th-radius-2xl); }
        .ty-modal__head, .ty-modal__body{ padding-left: var(--th-space-3); padding-right: var(--th-space-3); }
        .ty-modal__badge{ width: 38px; height: 38px; border-radius: var(--th-radius-sm); }

.th-checkout-step { font-size: var(--th-text-2xs); }
  .th-checkout-step__circle { width: 34px; height: 34px; }
  .th-checkout-step__circle img { width: 16px; height: 16px; }

.shopping-cart-1 .btn-remove{min-width:36px;min-height:36px}
  .shopping-cart-1 .btn-minus-99,.shopping-cart-1 .btn-plus99{min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}

.inset-shipping-bar {
        padding: var(--th-space-4) var(--th-space-3);
        margin-top: var(--th-space-2-5)
    }

    .inset-bar-icon {
        width: 28px;
        height: 28px
    }

    .inset-bar-icon i {
        font-size: var(--th-text-base)
    }

    .inset-bar-free,.inset-bar-text {
        font-size: var(--th-text-sm);
        padding: var(--th-space-0-5) var(--th-space-2)
    }
}



/* === legacy.css'ten taşındı — S6 shopping-buttons-1 === */
.shopping-buttons-1 .btn-continue {
    background-color: var(--th-color-bg);
    border-color: var(--th-color-accent);
    color: var(--th-color-accent);
    box-shadow: var(--th-shadow-md)
}


/* === legacy.css'ten taşındı — B5 cc-installment hover + info + mobile === */
.methods .cc-installment-1:hover::before {
    opacity: 1;
    transform: translateY(0)
}

.methods .cc-installment-1 .info {
    font-weight: var(--th-font-semibold);
    color: var(--th-color-success-dark)
}



/* ==============================
   CONSOLIDATED: Mobile <= 768px
   ============================== */
@media (max-width: 768px) {
.payment-trust-pro1 h3 {
        font-size: var(--th-text-lg);
    }

    .methods-list li {
        font-size: var(--th-text-sm);
        padding: var(--th-space-2) var(--th-space-2-5);
    }

    .note-pro1,
    .note-pro19 {
        font-size: var(--th-text-sm);
        padding: var(--th-space-3) var(--th-space-3);
    }

    .payment-form-group-1 .nav-tabs .nav-link {
        font-size: var(--th-text-sm);
        height: 48px;
    }

.masaustu-goster1 {
        display: none
    }

.masaustu-goster4 {
        display: none;
        padding-bottom: -var(--th-space-10)
    }

.masaustu-gizle4 {
        display: block
    }

.kargo-bilgi-container {
        font-size: var(--th-text-base);
        padding: var(--th-space-2-5)
    }

    .progress-bar-container {
        height: 18px
    }

    .progress-bar {
        height: 100%
    }

    .kargo-bilgi-mesaj {
        font-size: var(--th-text-xs-plus);
        line-height: 16px
    }

.btn-remove {
        padding: var(--th-space-2) var(--th-space-4);
        font-size: var(--th-text-base)
    }

    .btn-remove i.fa-trash-alt {
        color: var(--th-color-danger);
        font-size: var(--th-text-lg)
    }

    .shopping-cart-1 .product-quantity {
        align-items: flex-start;
        display: flex;
        justify-content: flex-end;
        margin-right: 0;
        gap: var(--th-space-1)
    }

.sepet-indirim-mesaji {
        font-size: var(--th-text-sm);
        padding: var(--th-space-2-5);
        border-radius: var(--th-radius-sm)
    }

    .show-category5,.show-category6 {
        top: var(--th-radius-lg)!important
    }

.pattern-group-body .th-card .th-card__inner .th-card__badge--freecargo,.pattern-group-body .th-card .th-card__inner .hizli-teslimat {
        display: none
    }

.shopping-cart-1 .product-quantity .btn,.shopping-cart-1 .product-quantity input {
        width: var(--th-space-8, 32px);
        height: var(--th-space-8, 32px)
    }

.basketp-stepalert {
        padding: var(--th-space-2-5) 15px;
        font-size: var(--th-text-sm);
        gap: var(--th-space-2-5)
    }

    .basketp-stepalert img {
        width: var(--th-space-5);
        height: 20px
    }

.shipment-methods {
        flex-direction: column
    }

    .kampanya-slider-container {
        width: 98%;
        border: 1px solid var(--th-color-border-light);
        padding: 1px;
        border-radius: var(--th-radius-xl);
        margin-top: -var(--th-space-5)
    }

    .kampanya-item {
        max-width: 98%;
        padding: var(--th-space-1) 15px
    }

    .easy-autocomplete {
        width: 100%
    }

.payment-steps-1 {
        flex-direction: row;
        flex-wrap: nowrap;
        padding: var(--th-space-2)
    }

    .payment-steps-1 .step {
        padding: var(--th-space-2) var(--th-space-1)
    }

    .payment-steps-1 .step .circle {
        width: 35px;
        height: 35px
    }

    .payment-steps-1 .step .circle img {
        max-width: 22px;
        max-height: 18px
    }

.kupon-kampanya-sade {
        padding: var(--th-space-3) var(--th-space-4);
        font-size: var(--th-text-base)
    }

    kampanya-wrap-99x {
        border: 0;
        border-radius: 0;
        padding: 0;
        background: var(--th-color-bg)
    }

    .kupon-kampanya-sade small {
        font-size: var(--th-text-xs-plus)
    }

.shopping-cart-1 .table tr .td-total-price {
        float: none;
        width: auto;
        position: static;
        bottom: auto;
        right: auto;
        text-align: right;
        padding-top: var(--th-space-2)
    }

    .shopping-cart-1 .table tr .td-total-price .old-value {
        color: var(--th-color-text);
        font-size: var(--th-text-2xs);
        padding-bottom: 0;
        margin-right: var(--th-space-5);
        font-weight: var(--th-font-regular)
    }

    .shopping-cart-1 .table tr .td-total-price .value {
        font-size: var(--th-text-md);
        color: var(--th-color-text)
    }

.shopping-cart-1 {
        background: transparent;
        border-radius: var(--th-radius-xl);
        box-shadow: var(--th-shadow-none)
    }

.shopping-cart-1 .td-product .image img {
        border: 1px solid var(--th-color-border-light);
        border-radius: var(--th-radius-md)
    }

.shopping-cart-1 .td-product .product .p-info .name {
        color: var(--th-color-text);
        font-size: var(--th-text-xs-plus);
        font-weight: var(--th-font-regular);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 0;
        line-height: 1.4
    }

.td-total-price .value {
        font-weight: var(--th-font-semibold);
        font-size: var(--th-text-lg);
        line-height: 1.3;
        color: var(--th-color-text);
        margin-top: 0
    }

.table-hover tbody tr {
        display: block;
        padding: 0;
        margin-bottom: var(--th-space-3)
    }

    .table-hover tbody td {
        display: block;
        width: 100%;
        text-align: left
    }

.product-quantity,.product-quantity-type {
        justify-content: flex-start
    }

.unique-info-container .unique-info-box span {
        display: block;
        width: 100%;
        font-size: var(--th-text-sm);
        font-weight: var(--th-font-medium);
        color: var(--th-color-text);
        font-family: "Poppins",sans-serif
    }

    .product-profile-1 .product-reviews .review-icon {
        width: 17px;
        height: auto;
        margin-bottom: 0
    }

.extra-advantage,.limited-time-offer {
        order: -1;
        margin-top: 0
    }

.membership-info {
        padding: var(--th-space-5)
    }

    .membership-info h4 {
        font-size: var(--th-text-xl)
    }

    .membership-advantages ul {
        padding-left: var(--th-space-5)
    }

    .customer-support {
        padding: 15px
    }

.forgot-password-container {
        max-width: 100%;
        padding: var(--th-space-5)
    }

    /* login-body tab/nav kuralları AUTH PILOT bölümünde (8557+) */

    .forgot-password-info {
        width: 100%
    }

.password-reset-container {
        max-width: 100%;
        padding: var(--th-space-5)
    }

    .password-reset-info {
        width: 100%
    }

    .pattern-group .p-g-mod .p-g-mod-body {
        padding: 1px
    }

.kategori-uclu-liste .th-card .th-card__inner .buttons .btn-cart {
        font-size: var(--th-text-2xs)
    }

.kategori-uclu-liste .owl-wrapper .th-card .th-card__inner .th-card__prices .th-card__price-wrap .th-card__price-old {
        font-size: var(--th-text-2xs);
        color: var(--th-color-text-muted);
        font-weight: var(--th-font-medium);
        text-decoration: line-through
    }

.custom-tipara-block {
        flex-direction: column;
        align-items: flex-start;
        padding: var(--th-space-2-5);
        gap: var(--th-space-2-5);
        display: flex;
        justify-content: flex-end
    }

    .payment-security-block,.payment-summary-box {
        padding: var(--th-space-5) 15px
    }

    .payment-security-block.basket-page {
        margin-top: -10px
    }

    .custom-tparab-left {
        display: none
    }

    .custom-col,.custom-font,.custom-product-detail-payment-badge-item,.custom-tt {
        font-size: var(--th-text-xs-plus)
    }

    .custom-age-tooltip img {
        width: var(--th-space-3-5);
        height: 14px;
        margin-right: var(--th-space-4);
        margin-top: -var(--th-space-3-5)
    }

    .custom-age-tooltip {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
        margin-top: -var(--th-space-5);
        width: 100%
    }

    .custom-tool-side {
        width: 220px;
        font-size: var(--th-text-xs-plus)
    }

.payment-cart-summary-1 {
        padding: var(--th-space-5) 15px 0;
        margin-bottom: var(--th-space-4);
        margin-top: 0
    }

.shopping-cart-1 .table tr .td-quantity {
        float: none;
        width: 100%;
        position: static;
        top: auto;
        left: auto
    }

.desktop-only-hr {
        display: none
    }

.card-voucher {
        padding: var(--th-space-4) var(--th-space-4);
    }
    .card-voucher .meta .name {
        font-size: var(--th-text-base-plus);
    }
    .card-voucher .info .discount {
        font-size: var(--th-text-2xl);
    }
    .card-voucher .info .value {
        font-size: var(--th-text-base-plus);
    }


.inset-shipping-bar {
        padding: var(--th-space-5) var(--th-space-3-5);
        margin-top: var(--th-space-2-5)
    }

    .inset-bar-icon {
        width: var(--th-space-8);
        height: 32px
    }

    .inset-bar-icon i {
        font-size: var(--th-text-md)
    }

    .inset-bar-free,.inset-bar-text {
        font-size: var(--th-text-base);
        padding: var(--th-space-1) var(--th-space-2-5)
    }

.methods .cc-installment-1::after {
        font-size: var(--th-text-2xs);
        left: var(--th-space-10);
        top: 32%;
        transform: none;
        padding: var(--th-space-0-5) 5px;
        font-weight: var(--th-font-regular)
    }

    .methods .cc-installment-1::before {
        left: var(--th-space-10);
        top: -40px;
        font-size: var(--th-text-2xs);
        padding: var(--th-space-1-5) var(--th-space-2);
        white-space: normal;
        width: 210px;
        line-height: 1.4;
        text-align: left
    }

    /* iOS zoom prevention + touch target */
    input, select, textarea, button {
        min-height: 44px;
        font-size: var(--th-text-md);
    }
}



/* === legacy.css'ten taşındı — B10 payment-page-bodysection === */
.payment-page-bodysection .p-g-b-c-1 .p-g-mod-body {
    background: 0 0
}
/* ── Platform Nötralizasyon — Z-3 ── */
/* Platform: .fastpay-body { background-color: #e9edf1 !important } */
.fastpay-body {
  background-color: var(--th-color-bg) !important;
}



