/* Sarışan Dijital V10 — Sepet başlığındaki ikon ve güvenli ödeme etiketini kaldırır. */
body.checkout-724 {
    --sd9-page-bg: #f3f5fb;
    --sd9-navy: #07142f;
    --sd9-muted: #74809b;
    --sd9-line: rgba(7, 20, 47, .09);
}

/* Başlık: ikon, etiket, başlık ve açıklama tek merkezde. */
body.checkout-724 .checkout20-hero {
    position: relative !important;
    z-index: 1 !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 42px 0 94px !important;
    overflow: visible !important;
    clip-path: none !important;
}

body.checkout-724 .checkout20-hero .container {
    display: flex !important;
    width: min(1180px, calc(100% - 48px)) !important;
    min-height: 0 !important;
    align-items: center !important;
    justify-content: center !important;
}

body.checkout-724 .checkout20-hero .checkout20-hero-inner,
body.checkout-724 .checkout20-hero .intro--head.checkout20-hero-inner {
    display: flex !important;
    width: 100% !important;
    max-width: 940px !important;
    min-height: 0 !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
    transform: none !important;
}

body.checkout-724 .checkout20-hero .checkout20-hero-icon {
    display: grid !important;
    width: 84px !important;
    min-width: 84px !important;
    height: 84px !important;
    place-items: center !important;
    margin: 0 auto !important;
    border-radius: 25px !important;
    font-size: 33px !important;
}

body.checkout-724 .checkout20-hero .checkout20-hero-copy,
body.checkout-724 .checkout20-hero .intro--head > .text.checkout20-hero-copy {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    text-align: center !important;
}

body.checkout-724 .checkout20-hero .checkout20-eyebrow {
    margin: 0 0 5px !important;
    text-align: center !important;
}

body.checkout-724 .checkout20-hero h1 {
    width: 100% !important;
    margin: 0 !important;
    font-size: clamp(44px, 5vw, 66px) !important;
    line-height: 1.04 !important;
    text-align: center !important;
    overflow: visible !important;
    word-break: normal !important;
}

body.checkout-724 .checkout20-hero p {
    display: block !important;
    width: min(100%, 820px) !important;
    max-width: 820px !important;
    margin: 12px auto 0 !important;
    padding: 0 0 3px !important;
    color: var(--sd9-muted) !important;
    font-size: 16px !important;
    line-height: 1.58 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow: visible !important;
    word-break: normal !important;
}

/* İçerik başlık zeminiyle birleşir; arada kopuk bant kalmaz. */
body.checkout-724 .checkout20-page {
    position: relative !important;
    z-index: 2 !important;
    margin: -52px 0 0 !important;
    padding: 0 0 104px !important;
    background: linear-gradient(
        to bottom,
        rgba(243,245,251,0) 0,
        rgba(243,245,251,0) 51px,
        var(--sd9-page-bg) 52px,
        var(--sd9-page-bg) 100%
    ) !important;
}

body.checkout-724 .checkout20-page > .container {
    position: relative !important;
    z-index: 3 !important;
    width: min(1320px, calc(100% - 44px)) !important;
}

body.checkout-724 .checkout20-grid {
    position: relative !important;
    z-index: 3 !important;
    align-items: start !important;
}

body.checkout-724 .checkout20-main > .checkout20-card:first-child,
body.checkout-724 .checkout20-sidebar > .checkout20-card:first-child {
    border-color: var(--sd9-line) !important;
    box-shadow: 0 24px 68px rgba(15, 30, 68, .11) !important;
}

/* Sepet ürünleri taşmadan, kartı tam kullanarak yerleşir. */
body.checkout-724 .checkout20-cart-list {
    width: 100% !important;
}

body.checkout-724 .checkout20-cart-item {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

@media (max-width: 900px) {
    body.checkout-724 .checkout20-hero {
        padding: 38px 0 82px !important;
    }

    body.checkout-724 .checkout20-page {
        margin-top: -44px !important;
        background: linear-gradient(
            to bottom,
            rgba(243,245,251,0) 0,
            rgba(243,245,251,0) 43px,
            var(--sd9-page-bg) 44px,
            var(--sd9-page-bg) 100%
        ) !important;
    }

    body.checkout-724 .checkout20-page > .container {
        width: min(760px, calc(100% - 24px)) !important;
    }
}

@media (max-width: 560px) {
    body.checkout-724 .checkout20-hero {
        padding: 28px 0 66px !important;
    }

    body.checkout-724 .checkout20-hero .container {
        width: calc(100% - 20px) !important;
    }

    body.checkout-724 .checkout20-hero .checkout20-hero-inner,
    body.checkout-724 .checkout20-hero .intro--head.checkout20-hero-inner {
        gap: 11px !important;
    }

    body.checkout-724 .checkout20-hero .checkout20-hero-icon {
        width: 68px !important;
        min-width: 68px !important;
        height: 68px !important;
        border-radius: 21px !important;
        font-size: 27px !important;
    }

    body.checkout-724 .checkout20-hero h1 {
        font-size: clamp(38px, 12vw, 48px) !important;
        line-height: 1.02 !important;
    }

    body.checkout-724 .checkout20-hero p {
        width: 100% !important;
        max-width: 340px !important;
        margin-top: 8px !important;
        padding-bottom: 2px !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    body.checkout-724 .checkout20-page {
        margin-top: -30px !important;
        padding-bottom: 128px !important;
        background: linear-gradient(
            to bottom,
            rgba(243,245,251,0) 0,
            rgba(243,245,251,0) 29px,
            var(--sd9-page-bg) 30px,
            var(--sd9-page-bg) 100%
        ) !important;
    }

    /* Dış container ve kart dolgularını azalt; ürünler ekrana tam otursun. */
    body.checkout-724 .checkout20-page > .container {
        width: calc(100% - 10px) !important;
        max-width: none !important;
        padding-inline: 0 !important;
    }

    body.checkout-724 .checkout20-grid,
    body.checkout-724 .checkout20-main,
    body.checkout-724 .checkout20-sidebar {
        width: 100% !important;
        gap: 12px !important;
    }

    body.checkout-724 .checkout20-card,
    body.checkout-724 .checkout20-summary-card {
        width: 100% !important;
        padding: 14px !important;
        border-radius: 18px !important;
        box-sizing: border-box !important;
    }

    body.checkout-724 .checkout20-cart-card {
        padding: 12px !important;
    }

    body.checkout-724 .checkout20-card-head {
        margin-bottom: 14px !important;
        padding-bottom: 14px !important;
        gap: 10px !important;
    }

    body.checkout-724 .checkout20-card-head h2 {
        font-size: 20px !important;
    }

    body.checkout-724 #sepet-items.checkout20-cart-list,
    body.checkout-724 #sepet-items {
        gap: 9px !important;
    }

    body.checkout-724 .checkout20-cart-item {
        grid-template-columns: 52px minmax(0, 1fr) !important;
        gap: 11px !important;
        min-height: 0 !important;
        padding: 12px !important;
        border-radius: 16px !important;
    }

    body.checkout-724 .checkout20-platform-icon {
        width: 52px !important;
        height: 52px !important;
        border-radius: 15px !important;
    }

    body.checkout-724 .checkout20-platform-icon i {
        font-size: 22px !important;
    }

    body.checkout-724 .checkout20-package-name {
        font-size: 15px !important;
        line-height: 1.3 !important;
    }

    body.checkout-724 .checkout20-target {
        font-size: 12px !important;
    }

    body.checkout-724 .checkout20-cart-actions {
        grid-column: 1 / -1 !important;
        display: grid !important;
        width: 100% !important;
        grid-template-columns: minmax(0, 1fr) 38px !important;
        align-items: center !important;
        gap: 8px !important;
        justify-content: stretch !important;
        margin: 0 !important;
        padding-top: 10px !important;
        border-top: 1px solid var(--sd9-line) !important;
    }

    body.checkout-724 .checkout20-price {
        width: 100% !important;
        min-height: 38px !important;
        margin: 0 !important;
        padding: 0 12px !important;
        justify-content: flex-start !important;
        border-radius: 11px !important;
        font-size: 14px !important;
    }

    body.checkout-724 .checkout20-remove {
        width: 38px !important;
        height: 38px !important;
        border-radius: 11px !important;
    }

    body.checkout-724 .checkout20-main > .checkout20-card:first-child,
    body.checkout-724 .checkout20-sidebar > .checkout20-card:first-child {
        box-shadow: 0 16px 42px rgba(15, 30, 68, .10) !important;
    }
}


/* V10: Kullanıcı isteği — sepet ikon kutusunu ve "Güvenli Ödeme" etiketini kaldır. */
body.checkout-724 .checkout20-hero .checkout20-hero-icon,
body.checkout-724 .checkout20-hero .checkout20-eyebrow {
    display: none !important;
}

body.checkout-724 .checkout20-hero {
    padding: 44px 0 88px !important;
}

body.checkout-724 .checkout20-hero .checkout20-hero-inner,
body.checkout-724 .checkout20-hero .intro--head.checkout20-hero-inner {
    gap: 8px !important;
}

body.checkout-724 .checkout20-hero h1 {
    margin: 0 auto !important;
}

body.checkout-724 .checkout20-hero p {
    margin-top: 10px !important;
}

@media (max-width: 900px) {
    body.checkout-724 .checkout20-hero {
        padding: 38px 0 76px !important;
    }
}

@media (max-width: 560px) {
    body.checkout-724 .checkout20-hero {
        padding: 30px 0 58px !important;
    }

    body.checkout-724 .checkout20-hero .checkout20-hero-inner,
    body.checkout-724 .checkout20-hero .intro--head.checkout20-hero-inner {
        gap: 6px !important;
    }

    body.checkout-724 .checkout20-hero h1 {
        font-size: clamp(36px, 11vw, 46px) !important;
    }

    body.checkout-724 .checkout20-hero p {
        margin-top: 7px !important;
    }
}
