/* Sarışan Dijital V50
   Instagram analiz aracındaki koyu sabit aksiyon barının kategori paketlerine uyarlanmış hali. */
body.page-category .service--content .service--bottom,
body.page-category .service--content .service--bottom.active-bar {
    z-index: 120 !important;
    display: grid !important;
    align-items: center !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    background: #0d1b3d !important;
    box-shadow: 0 22px 55px rgba(8, 18, 48, .28) !important;
    color: #fff !important;
}

body.page-category .service--content .selected-pack-v49 {
    display: flex !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    overflow: hidden !important;
}

body.page-category .service--content .selected-pack-v49 .text {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto auto !important;
    column-gap: 14px !important;
    row-gap: 3px !important;
    align-items: center !important;
    overflow: hidden !important;
    line-height: 1.15 !important;
}

body.page-category .service--content .selected-pack-v49 .selected-pack-label {
    grid-column: 1 / 2 !important;
    grid-row: 1 !important;
    display: block !important;
    margin: 0 !important;
    color: rgba(255,255,255,.58) !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: .11em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

body.page-category .service--content .selected-pack-v49 .selected-pack-product {
    grid-column: 1 / 2 !important;
    grid-row: 2 !important;
    display: flex !important;
    min-width: 0 !important;
    align-items: baseline !important;
    gap: 7px !important;
    margin: 0 !important;
    color: #fff !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

body.page-category .service--content .selected-pack-v49 [data-selected_amount] {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    letter-spacing: -.025em !important;
    line-height: 1 !important;
}

body.page-category .service--content .selected-pack-v49 .selected-pack-type {
    min-width: 0 !important;
    color: rgba(255,255,255,.72) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

body.page-category .service--content .selected-pack-v49 [data-selected_price] {
    grid-column: 2 / 3 !important;
    grid-row: 1 / 3 !important;
    position: static !important;
    display: inline-flex !important;
    width: auto !important;
    min-width: 86px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 13px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 13px !important;
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.07) !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    letter-spacing: -.01em !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

body.page-category .service--content .pack--action .pack--butto,
body.page-category .service--content .active-bar .pack--butto {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    color: #fff !important;
    background: linear-gradient(105deg, #ec2f72 0%, #8c43e9 52%, #2f7bff 100%) !important;
    box-shadow: 0 13px 30px rgba(82, 68, 222, .32) !important;
    text-align: center !important;
    letter-spacing: .01em !important;
}

body.page-category .service--content .pack--action .pack--butto:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 17px 34px rgba(82, 68, 222, .40) !important;
}

body.page-category .service--content .pack--action .pack--butto i,
body.page-category .service--content .active-bar .pack--butto i {
    display: none !important;
}

@media (min-width: 769px) {
    body.page-category .service--content .service--bottom,
    body.page-category .service--content .service--bottom.active-bar {
        padding: 12px 14px !important;
        gap: 16px !important;
        border-radius: 20px !important;
    }

    body.page-category .service--content .pack--action .pack--butto {
        min-width: 166px !important;
        height: 50px !important;
        padding-inline: 24px !important;
        border-radius: 15px !important;
    }
}

@media (max-width: 768px) {
    body.page-category {
        padding-bottom: 104px !important;
    }

    body.page-category .service--content .service--bottom,
    body.page-category .service--content .service--bottom.active-bar {
        inset: auto 10px max(10px, env(safe-area-inset-bottom)) 10px !important;
        grid-template-columns: minmax(0, 1fr) 126px !important;
        min-height: 70px !important;
        padding: 9px !important;
        gap: 9px !important;
        border-radius: 19px !important;
    }

    body.page-category .service--content .selected-pack-v49 .text {
        column-gap: 8px !important;
    }

    body.page-category .service--content .selected-pack-v49 .selected-pack-label {
        font-size: 7px !important;
    }

    body.page-category .service--content .selected-pack-v49 [data-selected_amount] {
        font-size: 18px !important;
    }

    body.page-category .service--content .selected-pack-v49 .selected-pack-type {
        font-size: 11px !important;
    }

    body.page-category .service--content .selected-pack-v49 [data-selected_price] {
        min-width: 66px !important;
        height: 35px !important;
        padding-inline: 8px !important;
        border-radius: 11px !important;
        font-size: 13px !important;
    }

    body.page-category .service--content .pack--action .pack--butto,
    body.page-category .service--content .active-bar .pack--butto {
        width: 100% !important;
        height: 50px !important;
        padding: 0 12px !important;
        border-radius: 14px !important;
        font-size: 12px !important;
        font-weight: 900 !important;
    }
}

@media (max-width: 390px) {
    body.page-category .service--content .service--bottom,
    body.page-category .service--content .service--bottom.active-bar {
        grid-template-columns: minmax(0, 1fr) 112px !important;
        inset-inline: 8px !important;
    }

    body.page-category .service--content .selected-pack-v49 .selected-pack-label {
        display: none !important;
    }

    body.page-category .service--content .selected-pack-v49 .text {
        grid-template-rows: auto !important;
    }

    body.page-category .service--content .selected-pack-v49 .selected-pack-product,
    body.page-category .service--content .selected-pack-v49 [data-selected_price] {
        grid-row: 1 !important;
    }
}
