section.category-header {
    padding: 15px 0;
    position: relative;
    height: 330px;
    overflow: hidden;
    display: block;
    left: 0;
    width: 100%;
}


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

.blur-background {
    width: 110%;
    height: 400px;
    position: absolute;
    background-size: cover !important;
    filter: blur(5px);
    top: -20px;
    left: -5%;
}

.btn-group.category-buttons {
    position: absolute;
    right: 25px;
    bottom: 10px;
}

.btn-group.category-buttons button {
    font-size: 14px;
}

.category-fast-links img {
    height: 90px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.category-fast-links a.fastLinkDiv {
    height: 80px;
    background: url(https://i.hizliresim.com/jLxiFG.png) center center #dc8b55;
    display: block;
    text-align: center;
    border-radius: 5px;
    color: white;
    line-height: 80px;
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0px 0px 13px #824923;
}

.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;
}

button.btn.btn-buy {
    text-align: center;
    width: 100%;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #788ecb;
    margin-top: 10px;
    color: #788ecb;
    font-size: 14px;
    transition: 0.2s linear;
}

button.btn.btn-buy:hover {
    background: #dc8b55;
    color: white;
    border-color: #dc8b55;
}

a.btn.btn-incele {
    text-align: center;
    width: 100%;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid rgb(143 120 203);
    margin-top: 5px;
    color: rgb(160 120 203);
    font-size: 14px;
    transition: 0.2s linear;
}

a.btn.btn-incele:hover {
    background: rgb(65 89 118);
    color: rgb(255 255 255);
    border-color: rgb(75 102 136);
}

button.btn.btn-buy.products-buy.stok-haber-ver {
    border: 1px solid #ababab;
    color: #ababab;
}

button.btn.btn-buy.products-buy.stok-haber-ver:hover {
    background: #c5c5c5;
    color: #4F1C51;
    border-color: #bbbbbb;
}


.categoryCommunity img {
    display: inline-block;
}

.toplulukMain a {
    color: inherit;
}

.toplulukMain:hover {
    background: #ececec;
}

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

.videoList .PostTitle a {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#ListCategory .CategoryDiv {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 5px;
}

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

#ListCategory .CategoryDiv .CategoryBox img {
    height: 190px !important;
    width: 100%;
    object-fit: cover;
}

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

.CategoryBox {
    padding: 0;
    background: none;
    margin: 0;
    border: 1px solid rgb(0 0 0 / 0%);
}

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

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

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

.CategoryBox .PostTitle a {
    color: rgb(255 255 255);
}

.CategoryBox:hover {
    background: rgb(0 0 0);
    border: 1px solid rgb(49 61 90);
    filter: drop-shadow(3px 3px 1px black);
}

input[name="SearchCategory"] {
    width: 100%;
    background: linear-gradient(to bottom, rgb(33 44 72), rgb(0 0 0 / 0%));
    border: none;
    padding: 20px;
    display: block;
    padding-bottom: 30px;
    position: relative;
    line-height: 30px;
    top: -30px;
    color: rgb(202 217 255);
    text-align: center;
    font-size: 17px;
    font-family: 'Inter', sans-serif !important;
}

span.serverFiltreText {
    position: absolute;
    top: -20px;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 2;
    font-size: 12px;
    color: rgb(113 130 169);
}

.category-banner-background::selection,
.category-banner-background *::selection {
    text-shadow: none !important;
}

.ProductBox {
    width: calc(16.6% - 10px);
}