.sliderSection img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.sliderSection {
    height: 300px;
    /*overflow: hidden;*/
}

.haberSection {
    padding: 15px;
    border-radius: 5px;
    height: 260px;
    background: #1d2333;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.haberDiv {
    margin: 5px;
    height: 215px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 5px rgb(0 0 0 / 6%);
    background: #0f131e;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.haberTarih {
    color: #8394c1 !important;
    font-size: 12px;
}

.haberDiv img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    margin: 15px;
    margin-bottom: 0;
}

.haberText {
    /*width: 100%;*/
    overflow: hidden;
    padding: 15px;
    width: 230px;
}

.haberText h3 {
    font-weight: 600;
    color: rgb(245 247 255);
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 20px;
    margin-bottom: 5px;
}

.haberText p {
    font-size: 13px;
    margin: 0;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #a5afc7;
}

.toplulukMain {
    background: #f6f8fa;
    border-radius: 5px;
    margin-bottom: 10px;
}

.toplulukMain .toplulukHeader {
    padding: 15px;
}

.toplulukMain .toplulukHeader .title {
    font-size: 14px;
}

.toplulukMain .toplulukFooter {
    padding: 10px 15px;
    background: #eef1f3;
    height: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.toplulukMain .toplulukFooter .mentionCategory img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 5px;
}

.toplulukMain .mentionCategory {
    float: left;
    width: 50%;
}

.toplulukMain .toplulukHeader .comment {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888888;
}

.toplulukMain .toplulukInformation {
    text-align: right;
    font-size: 13px;
    color: #6b6b6b;
}

.toplulukMain a {
    color: inherit;
}

.toplulukMain:hover {
    background: #ececec;
}

.toplulukMain:hover .toplulukFooter {
    background: #e2e2e2;
}

.slider-nav {
    margin-top: 10px;
}

.slider-nav img {
    height: 70px;
    width: calc(100% - 10px);
    object-fit: cover;
    margin-left: 10px;
    border-radius: 4px;
}

.makale-body p {
    margin: 0;
}

.makale-body h1 {
    font-size: 23px;
}

.makale-body h2 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 20px;
}

.makale-body h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
}

.makale-body h4 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px;
}

.makale-body h5 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 14px;
}

.makale-body #makaleHome {
    margin-top: 16px;
}

.makale-body #makaleHome.collapse {
    display: none;
    visibility: visible;
}

.makale-body #makaleHome.collapse.show {
    display: block;
}

.makale-body #makaleHome.show {
    max-height: none;
    overflow: visible;
    padding: 18px;
    border: 1px solid #26314a;
    border-radius: 8px;
    background: rgba(12, 17, 29, 0.45);
}

.makale-body #makaleHome.collapsing {
    max-height: 420px !important;
    overflow: hidden;
}

.makale-body #makaleHome ul {
    columns: 2;
    gap: 28px;
    padding-left: 18px;
}

.makale-body #makaleHome li {
    break-inside: avoid;
    margin-bottom: 6px;
}

.makale-body #makaleHome::-webkit-scrollbar {
    width: 8px;
}

.makale-body #makaleHome::-webkit-scrollbar-thumb {
    background: #39466b;
    border-radius: 999px;
}

a.devaminiGorHome {
    background: linear-gradient(45deg, #4c315a, #453d83);
    padding: 6px 18px;
    line-height: 21px;
    border-radius: 4px;
    color: #e0e9ff;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #5b4f7a;
    transition: 0.2s linear;
}

a.devaminiGorHome:hover {
    filter: brightness(1.15);
}

@media (max-width: 768px) {
    .makale-body #makaleHome.show {
        padding: 14px;
    }

    .makale-body #makaleHome ul {
        columns: 1;
    }
}

.col-52.CategoryDiv {
    width: calc(20% - 20px);
    margin: 10px;
}

.main-mini-slider img {
    width: 100%;
    height: 160px;
    border-radius: 5px;
    object-fit: cover;
    border: 1px solid #262c3b;
    box-shadow: 0 5px 10px #0e121c;
}

.main-big-slider img {
    height: 335px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #262c3b;
    box-shadow: 0 5px 10px #0e121c;
}

.main-mini-slider:first-child {
    margin-bottom: 15px;
}

.col-12.mainSliderArea {
    margin-bottom: 20px;
}

.storyArea img.miniListIcon {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin-bottom: 5px;
}

.storyBox {
    text-align: center;
    display: inline-block;
    width: calc(100% / 12);
}

.storyArea {
    margin-bottom: 20px;
    margin-top: 10px;
    height: 95px;
    overflow-x: hidden;
}

.storySection {
    background: linear-gradient(to bottom, rgb(100 100 177 / 10%), rgb(0 0 0 / 0%)) !important;
    padding-top: 10px;
    margin-bottom: 20px;
}

.PostBox.CategoryBox {
    padding: 0;
    background: none;
    margin: 0;
    border: none;
}

#ListCategory .CategoryDiv {
    margin: 0;
    padding: 5px;
}

#ListCategory .CategoryDiv .CategoryBox {
    background: rgb(0 0 0);
    height: 100%;
}

#ListCategory .CategoryDiv .CategoryBox img {
    height: 190px !important;
}

#ListCategory .CategoryDiv .CategoryBox .PostImage {
    background: none;
    padding: 5px;
    margin: 0;
    border: none;
}

.CategoryBox .PostTitle {
    margin: 10px;
    text-align: center;
}

.PostBox .PostTitle a {
    color: white !important;
}

/* Slider CSS */
.homeBigSlider {
    display: flex;
    height: 320px;
    width: calc(100% - 30px);
    margin-inline: 15px;
    margin-bottom: 10px;
    align-items: stretch;
}

.homeBigSlider .leftPanel {
    margin-right: 10px;
}

.homeBigSlider .leftPanel,
.homeBigSlider .rightPanel {
    width: 20%;
    text-align: center;
}

.homeBigSlider .leftPanel img,
.homeBigSlider .rightPanel img {
    height: 50%;
    margin-bottom: 10px;
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #2d3853;
}

.homeBigSlider .leftPanel video,
.homeBigSlider .rightPanel video {
    border-radius: 5px;
    border: 1px solid #35415e;
    width: 100%;
    box-shadow: 3px 3px 10px #0f131d !important;
}

.homeBigSlider .leftPanel video:hover,
.homeBigSlider .rightPanel video:hover {
    border: 1px solid #516393;
}

.homeBigSlider .leftPanel a:last-child img,
.homeBigSlider .rightPanel a:last-child img {
    margin-bottom: 0;
}

.homeBigSlider .midPanel {
    height: calc(100% + 10px);
    width: 60%;
    margin-bottom: -10px;
    display: block;
    max-height: calc(100% + 10px);
}

.homeBigSlider .midPanel img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #2d3853;
}

.homeBigSlider .rightPanel {
    margin-left: 10px;
}

.homeBigSlider img:hover {
    filter: brightness(1.2);
}

.col-12.menuArea {
    height: 55px;
    overflow: hidden;
    margin: 10px 0;
}

.col-12.menuArea.slick-slider {
    overflow: unset !important;
}

.menuBox {
    width: calc(10% - 5px);
    display: inline-block;
    height: 55px;
    background: rgb(161 173 224 / 12%);
    border-radius: 4px;
    backdrop-filter: blur(60px);
    border: 1px solid #ffffff38;
    box-shadow: 3px 3px 7px #0f131d52 !important;
}

.menuBox:hover {
    background: rgb(165 182 255 / 14%);
    border: 1px solid #ffffff54;
}

.menuBox img.miniListIcon {
    width: 80px;
    height: 45px;
    filter: drop-shadow(1px 2px 0px #0000004f);
}

.menuBox .menuText {
    color: rgb(177 199 255);
    line-height: 16px;
    width: 100%;
    display: block;
}

.menuBox:hover .menuText {
    color: rgb(229 236 255);
}

.menuBox .menuText b {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: rgb(218 228 255);
    font-weight: 500;
}

.menuBox .menuText span {
    font-size: 13px;
    color: rgb(146 158 189);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-right: 10px;
    width: calc(100% - 2px);
}

.menuArea button.slick-arrow {
    display: none !important;
}

.menuArea:hover button.slick-arrow {
    display: block !important;
}

.menuArea button.slick-next.slick-arrow {
    right: 0;
    top: 7.5px;
    background: rgb(49 65 104);
}

.menuArea button.slick-prev.slick-arrow {
    left: 0;
    top: 7.5px;
    background: rgb(49 65 104);
}

.hidden-pinned {
    display: none;
}

button.btnShowMorePinned, button.dahaFazlaGuncelIlanGoster, button.dahaFazlaIlanGoster {
    margin-top: 10px;
    padding-inline: 20px;
    height: 40px;
    padding-block: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 60px;
    background: #1f5ec8 !important;
    color: #e7f2ff !important;
    text-shadow: 1px 1px 3px #00000070;
}

.IlanGizlendi {
    display: none;
}

.midPanel button.slick-prev.slick-arrow {
    left: 10px;
    background: transparent;
    box-shadow: none;
}

.midPanel button.slick-next.slick-arrow {
    right: 10px;
    background: transparent;
    box-shadow: none;
}

.homeBigSlider .midPanel:not(.slick-initialized) {
    overflow-y: hidden;
}

.PinnedButtons {
    overflow-x: auto;
    scroll-behavior: smooth;
}

.PinnedCategoriesBtnList {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: center;
}

.PinnedCategoriesBtnList button {
    background: #242b3c;
    border-radius: 50px;
    padding: 5px 10px;
    color: #bfd1ff;
    border: 1px solid #5f6d8f;
    display: flex;
    align-items: center;
}

.PinnedCategoriesBtnList button img {
    border-radius: 50%;
    margin-right: 5px;
    width: 25px;
    height: 25px;
}

.homeBigSlider img {
    box-shadow: 3px 3px 10px #0f131d !important;
}

.PinnedCategoriesBtnList button span {
    padding-right: 10px;
    font-size: 13px;
}

.PinnedCategoriesBtnList button button:hover {
    background: #242b3c;
    border-radius: 50px;
    padding: 5px 10px;
    color: #bfd1ff;
    border: 1px solid #5f6d8f;
}

.PinnedCategoriesBtnList button.active {
    background: #34355c;
    color: #d7d2ff;
    border: 1px solid #8b7ce5;
}

.PinnedCategoriesBtnList button:hover {
    background: #34405c;
    color: #d2dfff;
    border: 1px solid #7c9be5;
}

.PinnedCategoriesBtnList button i {
    border-radius: 50%;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: rgb(255 255 255 / 10%);
}

.PinnedButtons::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media (max-width: 768px) {
    .PinnedCategoriesBtnList {
        display: none;
    }
}

.haberSectionList {
    display: flex !important;
    margin-inline: -10px;
    gap: 10px;
    justify-content: flex-start;
    overflow: hidden;
    /*overflow: auto;*/
    padding-bottom: 10px;
}

.haberSectionList:not(.slick-slider) > div {
    display: block;
    width: calc(20% - 10px);
}

.haberSectionList > div .haberDiv {
    display: flex;
    padding: 0;
    height: auto;
    flex-direction: column;
    margin: 0;
}

.haberSectionList.slick-slider > div .haberDiv {
    margin: 5px;
}

.haberSectionList > div .haberDiv:hover {
    background: #0c0e16;
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
}

.menuBox .storyBoxImage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 55px;
}

.slider-bar {
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
    display: flex;
    gap: 5px;
}

.slider-bar-bottom {
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    gap: 5px;
}

section.slider-story-section-bottom {
    width: 100%;
    margin-inline: 15px;
}

.midPanel button.slick-arrow {
    display: none !important;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.midPanel:hover button.slick-arrow {
    display: flex !important;
}

.midPanel button.slick-arrow svg {
    display: block;
    margin: 0 auto;
}

.midPanel button.slick-prev.slick-arrow svg {
    transform: translateX(-2px);
}

.midPanel button.slick-next.slick-arrow svg {
    transform: translateX(2px);
}

.menuBox {
    width: calc(7.69%);
}

@media (max-width: 768px) {
    .menuBox {
        min-width: 100px;
    }

    .slider-bar, .slider-bar-bottom {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .slider-bar::-webkit-scrollbar, .slider-bar-bottom::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    section.slider-story-section-bottom {
        margin-inline: 0;
    }

    section.storySectionx {
        margin-inline: -15px;
    }
}

.haberText .btn.btn-block.btn-default {
    margin-top: 10px;
    background: rgb(43 53 78 / 11%);
}

a:hover .haberText .btn.btn-block.btn-default {
    background: rgb(93 132 229 / 26%);
}

.haberSectionList.slick-initialized.slick-slider {
    width: calc(100% + 20px);
    margin: 0;
    gap: 0;
    display: block !important;
    margin-inline: -10px;
}

.product-tabs .nav.nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: none;
}

.product-tabs .tab-content {
    padding: 20px;
    border: 1px solid #26304a;
    border-radius: 10px;
}

.product-tabs .nav.nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    font-size: 15px;
    color: inherit;
    line-height: 30px;
}

.product-tabs .nav.nav-tabs .nav-link.active, .product-tabs .nav.nav-tabs .nav-link:hover {
    border-color: #6394ff;
    /*font-weight: 500;*/
    color: #ffffff;
    background: none;
}

.popularCategoryProductBanner img {
    height: 260px;
    width: 260px;
    object-fit: cover;
    border-radius: 5px;
    background: rgb(0 0 0 / 20%);
}

.popularCategoryProducts {
    display: flex;
    gap: 15px;
}

.popularCategoryProducts .daily-products-home {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.similar-products {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start;
}

.similar-products .product-box a {
    color: inherit;
    text-decoration: none !important;
}

.product-box {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.33% - 10px);
    flex: 1 1 calc(33.33% - 10px);
    background: rgb(49 60 88 / 20%);
    border-radius: 5px;
    margin: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    flex-grow: 0;
}

.product-box:hover {
    background: #262e48;
    border-color: #272f46;
    -webkit-box-shadow: 0px 0px 25px #272f46;
    box-shadow: 0px 0px 25px #272f46;
}

.product-box img {
    border-radius: 5px;
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-box .product-text {
    padding-left: 15px;
}

.product-box .product-text .product-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #aebfed;
}

.product-box .product-text .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product-box .product-text .product-price .product-new-price {
    font-size: 17px;
    font-weight: 600;
    color: #91a4ff;
}

.product-box .product-text .product-price .product-old-price {
    text-decoration: line-through;
    padding-left: 10px;
    color: #a3a3a3;
}

.product-box .product-text .product-rating {
    color: #fcbf1c;
}

section.home-popular-products-banner {
    background: linear-gradient(45deg, #191c38, transparent);
    padding-block: 20px;
    margin-top: 20px;
}

.similar-products .product-box .ProductStars {
    text-align: left;
}

.similar-products .product-box .ProductStars span {
    margin-right: 1px;
}

.ReklamAlani-Home .kx-home-instagram-banner,
.ReklamAlani-Home .kx-home-instagram-banner span,
.ReklamAlani-Home .kx-home-instagram-banner strong {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    text-align: inherit !important;
    text-shadow: none !important;
    transform: none !important;
}

.ReklamAlani-Home .kx-home-instagram-banner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    min-height: 140px;
    padding: 22px 28px;
    border-radius: 8px;
    text-decoration: none !important;
    color: #fff !important;
    background: linear-gradient(90deg, #6f2dbd 0%, #b44bb8 45%, #e0569a 100%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
}

.ReklamAlani-Home .kx-home-instagram-banner__icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    background: rgba(255, 255, 255, .14);
    flex-shrink: 0;
}

.ReklamAlani-Home .kx-home-instagram-banner__copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ReklamAlani-Home .kx-home-instagram-banner__copy strong {
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
}

.ReklamAlani-Home .kx-home-instagram-banner__copy span {
    font-size: 15px;
    line-height: 1.45;
    color: rgba(255, 255, 255, .9);
}

.ReklamAlani-Home .kx-home-instagram-banner__cta {
    white-space: nowrap;
    padding: 12px 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .28);
    font-size: 14px;
    font-weight: 800;
}

@media (max-width: 992px) {
    .ReklamAlani-Home .kx-home-instagram-banner {
        grid-template-columns: auto 1fr;
    }

    .ReklamAlani-Home .kx-home-instagram-banner__cta {
        grid-column: 1 / -1;
        justify-self: start;
        white-space: normal;
    }
}

.home-horizontal-banners {
    display: flex;
    gap: 20px;
    margin-block: 20px;
}

.home-horizontal-banners .horizontal-banner-item img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.home-horizontal-banners .horizontal-banner-item .horizontal-title {
    color: #afbcdf;
    font-size: 16px;
    word-break: break-word;
    margin-bottom: 20px;
}

.home-horizontal-banners .horizontal-banner-item .horizontal-title b {
    color: #cfd9f5;
}

.home-horizontal-banners .horizontal-banner-item:hover img {
    filter: brightness(1.1);
}

.horizontal-banner-item {
    flex-basis: 16.667%;
}

.homeBigSlider .midPanel img:hover {
    border: 1px solid #44547c;
}

.homeBigSlider .leftPanel img:hover, .homeBigSlider .rightPanel img:hover {
    border: 1px solid #44547c;
}

.slider-background {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 600px;
    top: 0;
    overflow: hidden;
}

.slider-background img {
    width: 110%;
    filter: grayscale(0.5) blur(25px) brightness(0.5);
    left: -5%;
    position: relative;
    top: -20px;
    max-width: unset;
}

.slider-background:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    background: linear-gradient(to top, #151a26, transparent);
}

.header-main {
    background: #0000008a !important;
    backdrop-filter: blur(100px) !important;
    border-bottom: 1px solid #ffffff14 !important;
    z-index: 6;
}

@media (min-width: 768px) {
    .header-main .headerLogoClass > a {
        display: inline-flex;
        align-items: center;
        max-width: 200px;
    }

    .header-main img.headerLogo {
        height: 40px;
        width: auto;
        max-width: 190px;
        margin: 0 0 0 20px;
        object-fit: contain;
    }
}

nav.menubar {
    background: #0000003b;
    backdrop-filter: blur(100px);
    border-bottom: 1px solid #ffffff14;
}

.header-top {
    background: #000000b8;
    backdrop-filter: blur(100px);
}

nav ul.nav-menu-list li:hover, nav ul.nav-menu-list li.active {
    background: rgb(255 255 255 / 8%);
}

.PinnedCategoriesVerticalList button {
    background: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.PinnedCategoriesVerticalList button img {
    width: 80px;
    height: 80px;
    border-radius: 8px !important;
    border: none;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
}

.PinnedCategoriesVerticalList button svg {
    width: 80px;
    height: 80px;
    border-radius: 8px !important;
    border: none;
    padding: 18px !important;
    background: transparent;
    box-shadow: none !important;
    filter: none !important;
    box-sizing: border-box !important;
}

.PinnedCategoriesVerticalList .slick-slide button {
    padding: 0 !important;
}

.PinnedCategoriesVerticalList button {
    opacity: 0.92;
}

.PinnedCategoriesVerticalList .slick-list button.active {
    opacity: 1;
}

.PinnedCategoriesVerticalList:not(.slick-initialized) {
    height: 82px;
    overflow: hidden;
}

.PinnedCategoriesVerticalList .slick-list button.active img, .PinnedCategoriesVerticalList .slick-list button:hover img, .PinnedCategoriesVerticalList .slick-list button.active svg, .PinnedCategoriesVerticalList .slick-list button:hover svg {
    border-color: transparent;
    filter: none;
}

.PinnedCategoriesArea {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .PinnedCategoriesArea {
        padding-left: 6px;
        padding-right: 6px;
    }

    .PinnedCategoriesVerticalList .slick-list {
        margin: 0 -5px;
        padding: 0 3px !important;
    }

    .PinnedCategoriesVerticalList .slick-slide {
        padding: 0 5px !important;
        box-sizing: border-box;
    }

    .PinnedCategoriesVerticalList .slick-slide button {
        margin: 0 !important;
    }
}

@media (min-width: 993px) {
    .PinnedCategoriesArea {
        padding-right: 52px;
    }

    .PinnedCategoriesVerticalList .slick-slide {
        padding-right: 9px;
    }

    .PinnedCategoriesArea button.slick-next-ver2.slick-arrow {
        right: -46px;
    }
}

button.btnShowMorePinned:hover {
    background: #3c81f6 !important;
    color: #e7f2ff !important;
}

button.slick-prev-ver2.slick-arrow {
    position: absolute;
    left: -40px;
    z-index: 3;
    border: none;
    width: 40px;
    background: none;
    height: 40px;
    border-radius: 40px;
    top: calc(50% - 20px);
}

button.slick-next-ver2.slick-arrow {
    position: absolute;
    right: -40px;
    z-index: 3;
    border: none;
    background: none;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    top: calc(50% - 20px);
}

button.slick-prev-ver2 svg {
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: none;
    background: transparent;
    fill: #3999ff !important;
}

button.slick-next-ver2 svg {
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: none;
    background: transparent;
    fill: #3999ff !important;
}

button.vertical-list-button.slick-disabled {
    display: none !important;
}

/** Footer Yasal bilgilendirme kutuları **/


.legal-box {
	border: 1px;
	border-style: solid;
	border-color: #313a53;
	background: #21243a;
	color: #afbee5;
	border-radius: 5px;
	padding: 16px;
	min-height: 170px;
}

/**
.legal-box:hover {
    opacity: 100%;
	border-color: #313a53;
    background: #202232;
    color: white;
}
**/

/* Scroll performans: ana sayfada pahali blur ve offscreen paint maliyetini azaltir. */
#kx-guncel-ilanlar-block,
#kx-yeni-ilanlar-block {
    display: block !important;
    visibility: visible !important;
    content-visibility: visible !important;
    contain: none !important;
    min-height: 1px;
}

.GuncelIlanListesi,
.yeniIlanListesi,
#kx-guncel-ilanlar-block,
#kx-yeni-ilanlar-block {
    content-visibility: visible !important;
    contain: none !important;
}

.GuncelIlanListesi .PostBox,
.yeniIlanListesi .PostBox,
#kx-guncel-ilanlar-block .PostBox,
#kx-yeni-ilanlar-block .PostBox {
    content-visibility: visible !important;
    contain: none !important;
}

#kx-guncel-ilanlar-block,
#kx-yeni-ilanlar-block,
#vitrinIlanlariWrap {
    content-visibility: visible !important;
    contain: none !important;
}

.homeBigSlider,
.PinnedCategoriesArea,
#vitrinIlanlariWrap {
    content-visibility: visible;
    contain: none;
}

.home-horizontal-banners,
.haberSectionList,
.home-popular-products-banner,
section.render-me-later {
    content-visibility: auto;
    contain-intrinsic-size: 1px 520px;
    contain: layout style paint;
}

.header-main,
nav.menubar,
.header-top {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: rgba(15, 18, 26, 0.94) !important;
}

.slider-background img {
    filter: none;
}

.slider-background {
    display: none;
}

.post-boost-box {
    display: none;
}

.post-boost-box.kx-boost-ready {
    display: block;
}

.post-boost-box .boost-post-progress {
    transition: width 0.95s linear;
}

/* Scroll sirasinda GPU-yogun efektleri kapat */
html.kx-is-scrolling *,
html.kx-is-scrolling *::before,
html.kx-is-scrolling *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-play-state: paused !important;
}

html.kx-is-scrolling .header-main,
html.kx-is-scrolling nav.menubar,
html.kx-is-scrolling .header-top,
html.kx-is-scrolling .PostBox .PinnedPost,
html.kx-is-scrolling .PostBox .FeaturedPost,
html.kx-is-scrolling .post-boost-box .boost-box-content {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
}

html.kx-is-scrolling .PostBox:hover,
html.kx-is-scrolling .PostBox:hover a.imageLink,
html.kx-is-scrolling .ProductBox .PostImage img:hover {
    transform: none !important;
}

html {
    scroll-behavior: auto;
}

@media (max-width: 900px), (hover: none) {
    .homeBigSlider,
    .home-horizontal-banners,
    .PostBox,
    .ProductBox,
    .PinnedPost,
    .FeaturedPost,
    .post-boost-box,
    .post-boost-box * {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }

    .PostBox:hover,
    .PostBox:hover a.imageLink,
    .ProductBox .PostImage img:hover,
    .home-horizontal-banners .horizontal-banner-item:hover img {
        transform: none !important;
        filter: none !important;
    }

    .PostBox .PostCategory,
    .PinnedPost,
    .PinnedPost::before,
    .FeaturedPost,
    .FeaturedPost::before,
    .post-boost-box .boost-box-content,
    .post-boost-box .boost-box-seller {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
}
