/* 724Takipci V41 — ödeme başlığı hizalama ve ödeme yöntemi sadeleştirme */

/* Başlık alanını eski tema kurallarından tamamen ayır. */
body.checkout-724 .checkout20-hero {
    min-height: 0 !important;
    padding: 54px 0 56px !important;
}

body.checkout-724 .checkout20-hero .container {
    display: block !important;
}

body.checkout-724 .checkout20-hero .checkout20-hero-inner,
body.checkout-724 .checkout20-hero .intro--head.checkout20-hero-inner {
    display: grid !important;
    grid-template-columns: 88px minmax(0, 1fr) !important;
    align-items: center !important;
    justify-content: start !important;
    column-gap: 26px !important;
    row-gap: 0 !important;
    width: 100% !important;
    max-width: 1120px !important;
    min-height: 128px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: left !important;
}

body.checkout-724 .checkout20-hero .checkout20-hero-icon {
    position: static !important;
    align-self: center !important;
    width: 88px !important;
    min-width: 88px !important;
    height: 88px !important;
    margin: 0 !important;
}

body.checkout-724 .checkout20-hero .checkout20-hero-copy,
body.checkout-724 .checkout20-hero .intro--head > .text.checkout20-hero-copy {
    position: static !important;
    display: flex !important;
    min-width: 0 !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
    text-align: left !important;
}

body.checkout-724 .checkout20-hero .checkout20-eyebrow {
    display: block !important;
    margin: 0 0 6px !important;
    line-height: 1.2 !important;
}

body.checkout-724 .checkout20-hero h1 {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: .98 !important;
}

body.checkout-724 .checkout20-hero p {
    display: block !important;
    max-width: 900px !important;
    margin: 13px 0 0 !important;
    padding: 0 !important;
    line-height: 1.55 !important;
}

/* Ödeme yöntemlerinin çevresindeki ve arasındaki gereksiz kutuyu kaldır. */
body.checkout-724 .PaymentMethod.checkout20-methods,
body.checkout-724 .checkout20-methods,
body.checkout-724 .checkout20-methods > ul {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.checkout-724 .checkout20-methods > ul {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(13, 23, 51, .11) !important;
    border-radius: 18px !important;
}

body.checkout-724 .checkout20-methods li {
    min-height: 76px !important;
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(13, 23, 51, .10) !important;
    border-radius: 0 !important;
    background: #f8f9fd !important;
    box-shadow: none !important;
}

body.checkout-724 .checkout20-methods li:last-child {
    border-bottom: 0 !important;
}

body.checkout-724 .checkout20-methods li.selected {
    position: relative !important;
    z-index: 1 !important;
    border: 1px solid rgba(101, 80, 255, .72) !important;
    margin: -1px !important;
    background: rgba(101, 80, 255, .055) !important;
    box-shadow: none !important;
}

/* İkonların arkasındaki kare kutuları kaldır. */
body.checkout-724 .checkout20-method-icon {
    width: 38px !important;
    height: 38px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 25px !important;
}

@media (max-width: 768px) {
    body.checkout-724 .checkout20-hero {
        padding: 40px 0 43px !important;
    }

    body.checkout-724 .checkout20-hero .checkout20-hero-inner,
    body.checkout-724 .checkout20-hero .intro--head.checkout20-hero-inner {
        grid-template-columns: 72px minmax(0, 1fr) !important;
        column-gap: 18px !important;
        min-height: 104px !important;
    }

    body.checkout-724 .checkout20-hero .checkout20-hero-icon {
        width: 72px !important;
        min-width: 72px !important;
        height: 72px !important;
    }
}

@media (max-width: 560px) {
    body.checkout-724 .checkout20-hero .checkout20-hero-inner,
    body.checkout-724 .checkout20-hero .intro--head.checkout20-hero-inner {
        display: flex !important;
        min-height: 0 !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 15px !important;
        text-align: center !important;
    }

    body.checkout-724 .checkout20-hero .checkout20-hero-copy,
    body.checkout-724 .checkout20-hero .intro--head > .text.checkout20-hero-copy {
        align-items: center !important;
        text-align: center !important;
    }

    body.checkout-724 .checkout20-hero p {
        margin-inline: auto !important;
    }

    body.checkout-724 .checkout20-methods li {
        grid-template-columns: 36px minmax(0, 1fr) 20px !important;
        gap: 11px !important;
        padding: 13px !important;
    }

    body.checkout-724 .checkout20-method-icon {
        width: 32px !important;
        height: 32px !important;
        font-size: 22px !important;
    }
}
