section.category-header {
	padding: 0;
	position: relative;
	height: 300px;
	overflow: hidden;
	width: 100%;
}

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

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

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

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

p:last-child {
	margin-bottom: 1em;
}

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: #7d78cb;
	color: white;
	border-color: #7e78cb;
}

a.nav-link {
	padding: 14px 25px 13px;
	border: 1px solid rgb(232 234 235) !important;
	border-bottom: none !important;
	color: rgb(105 109 167);
	font-size: 15px;
	font-weight: normal;
	border-radius: unset !important;
	border-left: 0 !important;
	border-color: rgb(66 70 114) !important;
}

ul.nav.nav-tabs li:first-child a {
	border-left: 1px solid #e8eaeb !important;
	border-color: rgb(66 70 114) !important;
}

a.nav-link.active {
	color: rgb(194 198 253) !important;
	border-top: 1px solid rgb(74 74 74) !important;
	background: rgb(49 52 90) !important;
	border-color: rgb(66 70 114) !important;
}

ul.nav.nav-tabs {
	border-color: rgb(66 70 114) !important;
}

.ProductBox .PostPrice span.old-price {
	color: #626c87;
	font-weight: normal;
	text-decoration: line-through;
	font-size: 13px;
	padding-left: 5px;
}

span.indirim-badge {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	padding: 4px 9px;
	border-bottom-right-radius: 5px;
	backdrop-filter: blur(3px);
	color: rgb(255 255 255);
	text-shadow: 1px 1px 0px black;
	background: linear-gradient(
			45deg,
			rgb(255 153 153 / 68%),
			rgb(98 28 28 / 54%)
	);
}

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

ul {
	list-style: disc;
}

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

.product-discount-box .PostImage {
	background: linear-gradient(318deg, rgb(59 68 92) 20%, rgb(181 96 103));
}

.ProductBox.productShowBtns span.productPrice {
	padding-bottom: 0;
}

.ProductBox.productShowBtns .ProductInner {
	padding-bottom: 15px;
}

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

.swal2-popup.swal2-modal.topup-modal {
	width: 55em !important;
	padding: 30px;
}

.topup-modal h3 {
	color: white;
}

.topupDatas {
	padding: 15px;
	margin-inline: -30px;
	padding-inline: 30px;
	/*min-height: 150px;*/
	background: linear-gradient(to bottom, #3a3e644a, transparent);
	border-top: 1px solid #313348;
}

.topup-modal .form-group label {
	background: none;
	color: #d9dcfd;
	font-size: 14px;
	line-height: 20px;
	top: 0;
	left: 0;
}

.category-banner-background {
	backdrop-filter: blur(1px);
	background: linear-gradient(to top, rgb(22 28 42), rgb(0 0 0 / 0%) 100%);
	text-shadow: 2px 2px 0 #151a27;
	top: 0;
	position: absolute;
	left: 15px;
	right: 0;
	text-align: center;
	width: calc(100% - 30px);
	height: calc(100% - 0px);
	display: flex;
	align-items: center;
	flex-flow: column-reverse;
}

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

.category-banner-background h1 {
	color: rgb(239 243 255);
	font-weight: 500;
	font-size: 27px;
	text-shadow: 2px 2px 0 #151a27;
	display: flex;
	order: 2;
	margin-bottom: 5px;
}

.category-banner-background p {
	color: rgb(222 227 243);
	font-weight: normal;
	text-shadow: 2px 2px 0 #151a27;
	margin: 0;
	font-size: 16px;
	display: flex;
	order: 1;
	padding-bottom: 20px;
	opacity: 0.9;
}

ul.UrunMenuList {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	height: 40px;
	width: 100%;
	border-bottom: 2px solid rgb(31 37 52);
}

ul.UrunMenuList li {
	float: left;
	padding: 0 20px;
	color: rgb(148 162 197);
	border-bottom: 2px solid transparent;
	line-height: 38px;
	cursor: pointer;
}

ul.UrunMenuList li:hover,
ul.UrunMenuList li.active {
	border-color: #349eff;
	color: rgb(129 195 255);
}

ul.UrunMenuList li i {
	margin-right: 5px;
}

button.show-more-review-btn {
	padding: 10px 20px;
	border-radius: 5px;
	background: #505d7a;
	color: #dde4ff;
	border: none;
}

/*
.ProductBox span.CategoryName:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, #101728, transparent);
    top: 165px;
    height: 50px;
}

 */
.post-request-message {
	background: #364b6a !important;
	gap: 15px;
	padding: 10px !important;
	filter: hue-rotate(10deg);
}

.post-request-message img {
	width: 80px;
	height: 80px;
	margin: -20px 0 -20px -20px !important;
}

.post-request-message p {
	color: #ebf9ff;
}


/* CKEditor container */
 .ck-content {
     line-height: 1.6;
     margin: 0;
     padding: 0;
 }

/* Başlıklar */
.ck-content h1 { font-size: 2rem; font-weight: bold; margin: 15px 0; }
.ck-content h2 { font-size: 1.75rem; font-weight: bold; margin: 15px 0; }
.ck-content h3 { font-size: 1.5rem; font-weight: bold; margin: 15px 0; }
.ck-content h4 { font-size: 1.25rem; font-weight: bold; margin: 15px 0; }
.ck-content h5 { font-size: 1rem; font-weight: bold; margin: 15px 0; }
.ck-content h6 { font-size: 0.875rem; font-weight: bold; margin: 15px 0; }


/* Paragraflar */
.ck-content p {
    margin: 0 0 0.5rem 0;
}

/* Listeler ve li'ler */
.ck-content ul {
    list-style-type: disc;           /* noktalar */
    margin: 0 0 0.5rem 1.5rem;
    padding-left: initial;           /* tarayıcı default padding */
    list-style-position: outside;
}

.ck-content ol {
    list-style-type: decimal;        /* numaralar */
    margin: 0 0 0.5rem 2.5rem;
    padding-left: initial;
    list-style-position: outside;
}

.ck-content li {
    margin: 0.25rem 0;
}

/* Nested lists */
.ck-content ul li ul,
.ck-content ol li ol,
.ck-content ul li ol,
.ck-content ol li ul {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    padding-left: 1.25rem;
}

/* Blockquote */
.ck-content blockquote {
    border-left: 4px solid #ccc;
    padding-left: 1rem;
    color: #555;
    margin: 0 0 0.5rem 0;
    font-style: italic;
}

/* Linkler */
.ck-content a {
    color: #a6c0ff;
    text-decoration: none;
}

/* Görseller */
.ck-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0.5rem 0;
}