/* Sarışan Dijital V7 — ödeme başlığı, paket seçimi ve özgün mobil footer bar */

:root {
    --sd7-navy: #07142f;
    --sd7-navy-soft: #10254d;
    --sd7-blue: #2869f2;
    --sd7-electric: #1687ff;
    --sd7-pink: #ef2f7d;
    --sd7-cyan: #19c3d2;
    --sd7-surface: #ffffff;
    --sd7-muted: #74809b;
    --sd7-line: rgba(7, 20, 47, .11);
}

/* Kullanıcı tarafından belirtilen ikon sınıfı için güvenli alias. */
.cr-shopping-basket-2-line {
    font-family: "eg" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
.cr-shopping-basket-2-line::before { content: "\f1fe"; }

/* ------------------------------------------------------------------
   Ödeme / Sepet başlığı: ikon, etiket, başlık ve açıklama tek hizada
   ------------------------------------------------------------------ */
body.page-order .checkout20-hero,
body.page-payment .checkout20-hero {
    height: auto !important;
    min-height: 250px !important;
    padding: 52px 0 56px !important;
    overflow: visible !important;
}

body.page-order .checkout20-hero .container,
body.page-payment .checkout20-hero .container {
    display: flex !important;
    min-height: 142px !important;
    align-items: center !important;
}

body.page-order .checkout20-hero-inner,
body.page-payment .checkout20-hero-inner {
    display: grid !important;
    width: 100% !important;
    max-width: 1120px !important;
    min-height: 142px !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}

body.page-order .checkout20-hero-icon,
body.page-payment .checkout20-hero-icon {
    display: grid !important;
    width: 92px !important;
    min-width: 92px !important;
    height: 92px !important;
    place-items: center !important;
    align-self: center !important;
    margin: 0 !important;
    border-radius: 28px !important;
    background: linear-gradient(135deg, var(--sd7-pink) 0%, #7255ff 48%, var(--sd7-blue) 100%) !important;
    box-shadow: 0 20px 44px rgba(60, 78, 220, .24) !important;
    color: #fff !important;
    font-size: 36px !important;
}

body.page-order .checkout20-hero-copy,
body.page-payment .checkout20-hero-copy {
    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;
    text-align: left !important;
}

body.page-order .checkout20-eyebrow,
body.page-payment .checkout20-eyebrow {
    margin: 0 0 7px !important;
    color: #6550ff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    letter-spacing: .14em !important;
}

body.page-order .checkout20-hero h1,
body.page-payment .checkout20-hero h1 {
    margin: 0 !important;
    color: var(--sd7-navy) !important;
    font-size: clamp(46px, 4.5vw, 66px) !important;
    font-weight: 900 !important;
    line-height: .98 !important;
    letter-spacing: -.05em !important;
}

body.page-order .checkout20-hero p,
body.page-payment .checkout20-hero p {
    display: block !important;
    max-width: 850px !important;
    margin: 13px 0 0 !important;
    color: var(--sd7-muted) !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
    white-space: normal !important;
    overflow: visible !important;
}

/* Paket seçildikten sonra çıkan sağ üst tik işaretini kaldır. */
body.page-category .service--content .pack--list .pack.selected::before,
body.page-category .service--content .pack--list .pack.selected::after,
body.page-category .pack--list .pack.selected::before,
body.page-category .pack--list .pack.selected::after {
    display: none !important;
    content: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

body.page-category .service--content .pack--list .pack.selected {
    padding-right: inherit !important;
}

/* Masaüstü sepet düğmesi: yeni sepet ikonu ve marka renkleri. */
@media (min-width: 769px) {
    body header .navbar-action-area .cart.orsebtnss {
        color: var(--sd7-blue) !important;
        border-color: rgba(40, 105, 242, .20) !important;
        background: linear-gradient(145deg, #fff 20%, #f0f5ff 100%) !important;
    }
    body header .navbar-action-area .cart.orsebtnss > i {
        font-size: 24px !important;
    }
    body header .navbar-action-area .cart.orsebtnss:hover {
        color: #fff !important;
        border-color: transparent !important;
        background: linear-gradient(135deg, var(--sd7-pink), #7255ff 50%, var(--sd7-blue)) !important;
    }
    body header .navbar-action-area .cart.orsebtnss .counter {
        background: var(--sd7-pink) !important;
    }
}

/* ------------------------------------------------------------------
   Mobil footer bar: özgün, koyu ve marka renkleriyle dengeli tasarım
   ------------------------------------------------------------------ */
@media (max-width: 768px) {
    body {
        padding-bottom: calc(92px + env(safe-area-inset-bottom)) !important;
    }

    body .bottom--menu {
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 999 !important;
        display: block !important;
        overflow: visible !important;
        padding: 0 10px max(8px, env(safe-area-inset-bottom)) !important;
        background: linear-gradient(to top, rgba(7,20,47,.20), transparent 70%) !important;
        pointer-events: none !important;
    }

    body .bottom--content {
        position: relative !important;
        width: min(100%, 720px) !important;
        min-height: 78px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        overflow: visible !important;
        border: 1px solid rgba(255,255,255,.10) !important;
        border-radius: 24px !important;
        background:
            radial-gradient(circle at 50% -40%, rgba(37,99,235,.38), transparent 52%),
            linear-gradient(135deg, rgba(7,20,47,.98), rgba(16,37,77,.98)) !important;
        box-shadow: 0 18px 48px rgba(4,13,35,.34), inset 0 1px 0 rgba(255,255,255,.08) !important;
        backdrop-filter: blur(20px) !important;
        -webkit-backdrop-filter: blur(20px) !important;
        pointer-events: auto !important;
    }

    body .bottom-content-nav {
        display: grid !important;
        min-height: 78px !important;
        grid-template-columns: repeat(5, minmax(0,1fr)) !important;
        align-items: stretch !important;
        gap: 0 !important;
        padding: 0 5px !important;
    }

    body .bottom-content-nav .bm-item {
        display: flex !important;
        min-width: 0 !important;
        min-height: 78px !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        padding: 10px 3px 8px !important;
        border: 0 !important;
        border-radius: 16px !important;
        background: transparent !important;
        color: rgba(221,231,255,.68) !important;
        transition: color .18s ease, background-color .18s ease, transform .18s ease !important;
    }

    body .bottom-content-nav .bm-item .icon {
        display: grid !important;
        width: 34px !important;
        height: 30px !important;
        place-items: center !important;
        margin: 0 !important;
        color: #8dafff !important;
        font-size: 21px !important;
        line-height: 1 !important;
    }

    body .bottom-content-nav .bm-item .text {
        max-width: 100% !important;
        margin: 0 !important;
        color: inherit !important;
        font-size: 10.5px !important;
        font-weight: 650 !important;
        line-height: 1.1 !important;
        text-align: center !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    body .bottom-content-nav .bm-item:active {
        transform: translateY(1px) !important;
        background: rgba(255,255,255,.06) !important;
        color: #fff !important;
    }

    body .bottom-content-nav .bm-cart-item {
        position: relative !important;
        z-index: 4 !important;
        justify-content: flex-end !important;
        padding-top: 0 !important;
        padding-bottom: 8px !important;
        overflow: visible !important;
        color: #fff !important;
    }

    body .bottom-content-nav .bm-cart-item .bm-cart-icon {
        position: relative !important;
        display: grid !important;
        width: 60px !important;
        min-width: 60px !important;
        height: 60px !important;
        flex: 0 0 60px !important;
        place-items: center !important;
        margin: -26px auto 4px !important;
        border: 6px solid var(--sd7-navy) !important;
        border-radius: 21px !important;
        background: linear-gradient(135deg, var(--sd7-pink) 0%, #7255ff 50%, var(--sd7-blue) 100%) !important;
        color: #fff !important;
        box-shadow: 0 14px 32px rgba(68,74,234,.36), inset 0 1px 0 rgba(255,255,255,.22) !important;
        font-size: 25px !important;
    }

    body .bottom-content-nav .bm-cart-item .bm-cart-icon > i {
        display: block !important;
        margin: 0 !important;
        color: #fff !important;
        font-size: 25px !important;
        line-height: 1 !important;
    }

    body .bottom-content-nav .bm-cart-item .bottom-cart-counter {
        position: absolute !important;
        top: -10px !important;
        right: -10px !important;
        display: inline-flex !important;
        min-width: 23px !important;
        height: 23px !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 5px !important;
        border: 3px solid var(--sd7-navy) !important;
        border-radius: 999px !important;
        background: var(--sd7-pink) !important;
        color: #fff !important;
        font-size: 10px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        box-shadow: 0 7px 16px rgba(239,47,125,.36) !important;
    }

    body .bottom-content-nav .bm-cart-item .text {
        color: #fff !important;
        font-weight: 800 !important;
    }
}

@media (max-width: 560px) {
    body.page-order .checkout20-hero,
    body.page-payment .checkout20-hero {
        min-height: 0 !important;
        padding: 34px 0 38px !important;
    }

    body.page-order .checkout20-hero .container,
    body.page-payment .checkout20-hero .container {
        min-height: 0 !important;
    }

    body.page-order .checkout20-hero-inner,
    body.page-payment .checkout20-hero-inner {
        display: flex !important;
        min-height: 0 !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 14px !important;
        text-align: center !important;
    }

    body.page-order .checkout20-hero-icon,
    body.page-payment .checkout20-hero-icon {
        width: 70px !important;
        min-width: 70px !important;
        height: 70px !important;
        border-radius: 22px !important;
        font-size: 29px !important;
    }

    body.page-order .checkout20-hero-copy,
    body.page-payment .checkout20-hero-copy {
        align-items: center !important;
        text-align: center !important;
    }

    body.page-order .checkout20-eyebrow,
    body.page-payment .checkout20-eyebrow {
        margin-bottom: 5px !important;
        font-size: 10px !important;
    }

    body.page-order .checkout20-hero h1,
    body.page-payment .checkout20-hero h1 {
        font-size: clamp(39px, 12vw, 50px) !important;
        line-height: 1 !important;
    }

    body.page-order .checkout20-hero p,
    body.page-payment .checkout20-hero p {
        max-width: 94% !important;
        margin-top: 10px !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        text-align: center !important;
    }
}
