:root {--brand: #094573;--accent: #06b6d4;--muted: #64748b;--brand-primary: #3b82f6;--brand-secondary: #6366f1; --text-dark: #1e293b;--text-normal: #475569;--text-light: #94a3b8;--bg-light: #f8fafc;--bg-white: #ffffff;--border-color: #e2e8f0;   /* Kenarlık Rengi */}
body {font-family: 'Inter', system-ui, -apple-system, sans-serif;background:#f9fafb;padding:0px;color: #1e293b;-webkit-font-smoothing: antialiased;font-size:14px}
a {text-decoration:none}
#header {background:#fff;box-shadow:0 0 3px rgba(0,0,0, .2);padding-top:15px;padding-bottom:0px;margin-bottom:15px}
.ratio-1-1 {position: relative;padding-bottom: 100%;background: #f1f5f9;border-radius: 0.5rem;overflow: hidden;}
.ratio-1-1 img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: contain;transition: transform 0.3s ease;}

.card {transition: all 0.3s ease;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);}
.card:hover .ratio-1-1 img {transform: scale(1.05);}

.line-clamp-2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.compare-bar {position: fixed;left: 1rem;right: 1rem;bottom: 1rem;background: linear-gradient(90deg, rgba(2, 6, 23, 0.95), rgba(3, 7, 18, 0.95));color: white;border-radius: 12px;padding: 0.75rem;z-index: 60;box-shadow: 0 8px 30px rgba(2, 6, 23, 0.2);transform: translateY(120%);transition: transform 0.3s ease;}
.compare-bar.active {transform: translateY(0);}

/* Slider */
.slider-container {position: relative;overflow: hidden;height: 220px;}
.slider {display: flex;gap: 1rem;height: 100%;transition: transform 0.5s ease;}
.slide {min-width: 300px;flex-shrink: 0;height: 100%;}

@media (min-width: 992px) {.slide {min-width: 400px;}}
/* Buttons */
.btn-brand {background-color: var(--brand);color: white;transition: all 0.2s ease;}
.btn-brand:hover {background-color: #0b6580;transform: translateY(-1px);color: white;}
.btn-outline-brand {border: 1px solid var(--brand);color: var(--brand);transition: all 0.2s ease;}
.btnOrange {background: #fffbec;}
.btnOrange:hover {background:#f7f0d6;}
.btnBorder {background:#fff;border: 1px solid #ddd;}
.btnBorder:hover {border-color: #aaa;}

.btn-outline-brand:hover {background-color: rgba(14, 116, 144, 0.1);color: var(--brand);}
/* Animations */
@keyframes fadeIn {from { opacity: 0; }to { opacity: 1; }}
.animate-fadeIn {animation: fadeIn 0.5s ease forwards;}
/* Navbar */
.navbar-custom {backdrop-filter: blur(5px);background-color: rgba(255, 255, 255, 0.8);}
/* Search box */
.searchBox {border:1px solid #ddd;padding:4.571px;border-radius:5.71px}
.searchInput {border:none}
.searchBox .btn {border-radius:5.71px !important}
input:focus {box-shadow:none !important;}
.searchGreyDiv {background:#f9fafb;padding:8px;border:1px solid #ddd}
.searchGreyDiv input {background:none}

/* Custom colors */
.bg-brand {background-color: var(--brand);}
.text-brand {color: var(--brand);}
.bgYellowGrand {background:linear-gradient(to right, #fffbec, #fff)}
.bgBlueGrand {background:linear-gradient(to right, #f0f6ff, #fff)}
.bgGreenGrand {background:linear-gradient(to right, #f0ffeb, #fff)}
.bgPinkGrand {background:linear-gradient(to right, #fdf2f8, #fff)}
.bordergrey {border: 1px solid #eee}
.border-bottom-none {border-bottom:none}
.bgYellow {background:#fff4e0}
.bgYellow:hover {background:#fbe9c8}

.borderRadius571 {border-radius:5.71px !important}
.borderRadius7 {border-radius:7px !important}
.boxShadow {box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);}
.panel.boxShadow:hover {box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);}
.text-gray-600 {color:#666}
.textRight {text-align:right;}
.textCenter {text-align:center}
.w-100 {display:block;width:100%}


.border-brand {border-color: var(--brand);}
.panel {padding:10px;background:#fff}
.panel h3 {font-size: 32px;line-height: 2.5rem;color:#000;font-weight: 700;}
.padding30 {padding:30px}
.padding20 {padding:20px}
.padding15 {padding:15px}
.padding10 {padding:10px}
.padding5 {padding:5px}
.mTop20 {margin-top:20px}
.mTop10 {margin-top:10px}
.mTop15 {margin-top:15px}
.mBottom20 {margin-bottom:20px}
.mBottom15 {margin-bottom:15px}
.mBottom10 {margin-bottom:10px}
.f14 {font-size:14px}

.miniButtons {padding-top:25px}
.miniDiv {font-size:12px;background:#f9fafb;padding:0px;border:1px solid #dedede}
.miniDiv p {padding:1px;margin:0px;}
.miniDiv p.ptitle {font-size:14px;color:#000;font-weight:bold}
.miniDiv i {font-size:22px;line-height:50px;color:rgb(12, 116, 145)}

.menuLinks a {display:block;color:#333;padding:7.571px 0px;text-decoration:none;transition: all 0.2s ease;}
.menuLinks a:hover {background:#eee;border-radius:5.71px;padding-left:10px}
.miniCampain * {font-size:13px}
.miniCampain h5 {font-size:16px;font-weight:bold}
.miniCampain b {color: rgb(13, 113, 140);line-height: 34px;}

.productGridDiv .imgDiv {padding: 15px;margin-bottom:10px;}
.productGridDiv .imgDiv img {max-height: 200px;width: auto !important;display: inline-block !important;}
.productFooterDiv p {background:#f5f9ff;padding:5px;margin:0 0 5px;}
.productFooterDiv p span {float:right;font-weight:bold}
.productFooterDiv h6 {height:50px}

#menu {min-height:40px;background-color: var(--brand);color: white;margin-top:15px;}
#menu .container {position:relative}
#menu li  {list-style:none;float:left}
#menu li > a {display:block;padding:14px 18px;color:#fff;font-size:16px}
#menu li > a:hover {background:rgba(0,0,0, .1)}
.subMenu {padding:20px 0px;display:none;position: absolute;width: 100%;left: 0px;height: auto;background: #fff;z-index: 9;}
#menu .subMenu li {width:33%;float:left}
#menu .subMenu li > a{color:#000}

#menu .menuImage li {width:50%;float:left;margin-bottom:10px}
#menu .menuImage img {display:block;width:90%;height:auto;border-radius:5.71px;border:1px solid #ddd}

#footer {padding-top:50px;padding-bottom:0px;background:#111827;color:#fff}
#footer * {color:#fff}
#footer h5 {font-weight: 600;margin:0px;font-size:16px}
#footer li {list-style:none}
#footer a {font-size:14px;text-decoration:none;display:block;padding:5px 15px 5px 5px}
#footer a.cpy {display:inline-block}
.footerLink {padding:20px 0 20px 0;}
#footer .footerLink a {display:inline-block;text-align:center}
.footerLink i {font-size:20px;padding-right:20px}
.copyrightDiv {border-top: 1px solid #353a45;color: #fff !important;text-align: center;padding: 15px;font-size: 13px;}
.alisverisRehberi {font-size:13px}
.alisverisRehberi > div {margin-bottom:15px}
.alisverisRehberi b {font-size:14px;margin-bottom:10px}
.alisverisRehberi p {margin:0px}
.alisverisRehberi .item {height:80px}
.img-responsive {width:90%;height:auto}
.productTitle {font-size:24px}
.productCenter {min-height:100px;height:auto;width:100%;display:block;margin-bottom:15px}
.sitePrice div {border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:10px}
.sitePrice p {margin:0px;padding:0px;font-size:13px}
.sitePrice .timeAgo {font-size:13px}
.sitePrice .priceDiv {font-weight:bold;font-size:17px}
.sitePrice .productNameP {font-size:15px}
.featureValue {border:1px solid #dce7ea;margin:0px;padding:0px;}
.featureValue span {display:inline-block;width:calc(50% - 5px);padding:5px;}
.featureValue span.fv {background:#0e7490;color:#fff}
.otherProduct a {color:#444;text-decoration:none}
.otherProduct p {padding:0px;margin:0px}
.otherProduct p.price {font-weight:bold;color:#d96041}
#page {position:relative}
.priceItem {font-size:26px;font-weight:bold;color:#064f53}
.productPriceDiv .timeAgo {font-size:12px}
.productPriceDiv p {padding:0px;margin-bottom:10px}
.star {color:var(--bs-yellow);font-size:16px}
.priceDate .row > div {margin-bottom:10px;border-bottom: 1px solid #eee;padding-bottom: 10px;}
.productCenter .priceDiv {background:#fdfdfd;border: 1px solid #eee;}
.productCenter .priceDiv h6 {border-bottom:1px solid #eee;padding-bottom:8px;margin-bottom:8px}
.productCenter .priceDiv .miniPriceDiv {font-size:25px;font-weight:bold;color:#d96041;}
.productCenter .priceDiv .storeName {line-height: 34px;font-size: 16px;}
.storeDiv {padding:10px;border:1px solid #ddd;background:#fff}
.storePrice {line-height: 38px;font-size: 18px;color: var(--bs-red);}
.storeBody {padding:15px 15px 0px;background:#f9f9f9;border:1px solid #dedede}
.productMiniDetail {padding:15px 0px}
#compare {position: fixed;bottom: 5px;right: 15px;background:#222;color:#fff;border:none;z-index:99;display:none}
@media (min-width: 992px) {#menu li:hover > .subMenu {display:block;}.pagesDiv {min-height:400px} #kitem {position: absolute;top: -9px;background: #d96041;color: #fff;display: inline-block;padding: 3px 7px;line-height: 15px;font-size: 12px;border-radius: 50px;}}

.miniCategory h5 a {font-size:17px;display:block;padding:10px;color:#444}
.miniCategory h5 a span {font-size:14px;color:#777;float: right;}
.cImage img {display:block;width:100%;height:auto}
.productButton .btn {width:100%;display:block;margin-bottom:15px}
.product-card {
    background-color: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 5.71px;
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease;
	margin-bottom: 15px;
}

.product-image-wrapper {
    background-color: var(--bg-light);
    border-radius: 5.71px;
    padding: 5px;
    margin-bottom: 1rem;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-image-wrapper img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.product-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    height: 40px; /* 2 satır için */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-price-wrapper {
    margin-top: 0.75rem;
    text-align: left;
	height:73px
}
.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bg-light);
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    margin-bottom: 0.25rem;
}
.price-item .store-name {
    font-size: 0.875rem;
}
.price-item .price {
    font-weight: 700;
    color: var(--brand-primary);
}

.product-card .btn-details {
    width: 100%;
    margin-top: 1rem;
    background-color: var(--text-dark);
    color: var(--bg-white);
    font-weight: 600;
    padding: 0.75rem;
    border-radius: 0.75rem;
    transition: background-color 0.3s ease;
}
.product-card:hover .btn-details {
    background-color: var(--brand-primary);
}
.circular {
--size: 75px;            /* boyut */
--track: #e9ecef;        /* arka halka */
--bar:   #d96041;        /* dolum rengi (Bootstrap primary) */
--bg:    #fff;           /* iç arka plan */
--text:  #444;        /* yazı rengi */
--val:   0;              /* 0-100 arası değer (JS ile güncellenecek) */
width: var(--size);
height: var(--size);
border-radius: 50%;
position: relative;
display: inline-grid;
place-items: center;
background:
  conic-gradient(var(--bar) calc(var(--val) * 1%), var(--track) 0);
transition: background 600ms ease;
}
/* iç daire (orta boşluk) */
.circular::before {
content: "";
position: absolute;
inset: 8px; /* kalınlığı ayarlar */
border-radius: 50%;
background: var(--bg);
box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}
/* ortadaki sayı */
.circular .value {
position: relative;
font-weight: 700;
font-size: 1rem;
color: var(--text);
}
.circular .label {
position: absolute;
bottom: -22px;
left: 50%;
transform: translateX(-50%);
font-size: .8rem;
color: #6c757d;
white-space: nowrap;
}
.circular:focus-visible {
outline: 3px solid rgba(13,110,253,.35);
outline-offset: 4px;
}
.productLeftCloumn {position:relative}
.miniCircual {position: absolute;top: 5px;right: 0;width: 110px;}
#mobileMenu {display:none}
.miniPrice {font-size:28px;padding:5px 0px 15px;display:inline-block;color:#d96041}
.miniDesc {margin: 15px 0px;background: #f0f6fb;}
.productLeftCloumn {text-align:center}
.productLeftCloumn img {width:100%;height:auto}
.noScroll {overflow:hidden}
.buybox b {display: inline-block;padding: 4px;background: #d8f9ef;border-radius: 7px;border: 1px solid #b0ecda;}

@media (max-width: 992px) {
	#searchBox {position: absolute;z-index: 999;top: -60px;left: 0;background: #fff;padding: 10px;transition: 0.7s;}
	#searchBox.active {top: 60px;}
	#mobileMenu {display:block}
	#mobileMenu a {color: #000;padding: 10px 8px 0 16px;font-size: 19px;line-height: 39px;}
	#headerButtons {padding-top:15px}
	#headerButtons .btn {width:48%;float:left}
	.hiddenMobile {display:none}
	.productCenter {min-height:auto;}
	.productTitle {padding-top:15px}
	.sitePrice div {border:none}
	.sitePrice .siteLink, .sitePrice .priceDiv {border-bottom:1px solid #eee}
	#menu {position: fixed;width: 320px;right: -330px;z-index: 9;top:40px;transition: 0.7s;height: calc(100vh - 40px);}
	#menu.active {right:0px}
	#menu li {display:block;width: 100%;}
	.miniButtons .btn {margin-bottom:15px}
	#mobileTable {overflow-x:scroll}
	#mobileTable .table-responsive {min-width:720px;width:auto}
	.desc.panel img {width: 100% !important;height: auto !important;}
}
.pagination {
  font-size: 0.9rem;
}

.page-item.active .page-link {
  background-color: #111827;
  border-color: #111827;
  color: white;
}

.page-link {
  color: #111827;
  padding: 0.5rem 0.75rem;
}

.page-link:hover {
  background-color: #e9ecef;
}
#userDetails {display:none}
.compare-box {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.compare-box .card-header {
    padding: 12px 15px;
}

.compare-items {
    min-height: 80px;
    max-height: 200px;
    overflow-y: auto;
}

.compare-item {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 8px;
    border-left: 3px solid #007bff;
    transition: all 0.3s ease;
}

.compare-item:hover {
    background: #e9ecef;
    transform: translateX(2px);
}

.compare-item-remove {
    color: #dc3545;
    background: none;
    border: none;
    padding: 2px 6px;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.compare-item-remove:hover {
    background: #dc3545;
    color: white;
}

.compare-product-name {
    font-size: 0.9rem;
    font-weight: 500;
}

.compare-product-price {
    font-size: 0.8rem;
    color: #28a745;
    font-weight: bold;
}

#compare-now {
    padding: 10px;
    font-weight: 600;
    border-radius: 6px;
}

#clear-compare {
    border-radius: 5px;
    padding: 6px;
}
.blogImage {max-width: 100%;height: auto;width: auto;}