/* ═══════════════════════════════════════════
   ucuzubuldum.com — Global Stylesheet
   assets/css/style.css
═══════════════════════════════════════════ */

:root {
  --primary: #0F4C81;
  --primary-light: #1A6BB5;
  --primary-dark: #0A3660;
  --accent: #FF6B35;
  --accent-light: #FF8C5A;
  --success: #00B894;
  --danger: #E53E3E;
  --bg: #F2F5F9;
  --white: #FFFFFF;
  --g50: #F8FAFC;
  --g100: #EEF2F7;
  --g200: #E2E8F0;
  --g300: #CBD5E1;
  --g400: #94A3B8;
  --g500: #64748B;
  --g700: #334155;
  --g900: #0F172A;
  --shadow: 0 2px 12px rgba(15,76,129,0.07);
  --shadow-hover: 0 8px 32px rgba(15,76,129,0.15);
  --r: 14px;
  --r-sm: 8px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--g900);overflow-x:hidden}

/* ── TOPBAR ── */
.topbar{background:var(--primary-dark);color:rgba(255,255,255,.8);font-size:12px;font-family:'Sora',sans-serif;font-weight:500;padding:7px 0}
.tb-inner{max-width:1300px;margin:0 auto;padding:0 28px;display:flex;justify-content:space-between;align-items:center;gap:16px}
.tb-links{display:flex;gap:18px}
.tb-links a{color:rgba(255,255,255,.65);text-decoration:none;transition:.2s}
.tb-links a:hover{color:#fff}
.tb-right{display:flex;align-items:center;gap:14px}
.live-badge{display:flex;align-items:center;gap:5px;background:rgba(255,107,53,.22);color:#FFB899;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700}
.live-dot{width:6px;height:6px;border-radius:50%;background:#FF6B35;animation:pulse 1.5s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.3}}
.tb-right a{color:rgba(255,255,255,.65);text-decoration:none;transition:.2s}
.tb-right a:hover{color:#fff}
.tb-sep{color:rgba(255,255,255,.2)}

/* ── HEADER ── */
header{background:#fff;border-bottom:1px solid var(--g200);position:sticky;top:0;z-index:200;box-shadow:0 2px 16px rgba(15,76,129,0.07)}
.h-inner{max-width:1300px;margin:0 auto;padding:0 28px;display:flex;align-items:center;gap:20px;height:70px}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}
.logo-mark{width:38px;height:38px;background:var(--primary);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.logo-mark svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.logo-text{font-family:'Sora',sans-serif;font-weight:800;font-size:18px;line-height:1;color:var(--g900)}
.logo-text span{color:var(--accent)}

/* ── SEARCH BAR ── */
.search-bar{flex:1;max-width:580px;display:flex;align-items:center;background:var(--g50);border:1.5px solid var(--g200);border-radius:12px;transition:.2s;position:relative}
.search-bar:focus-within{border-color:var(--primary-light);box-shadow:0 0 0 3px rgba(15,76,129,0.1);background:#fff}
.search-bar input{flex:1;border:none;background:transparent;outline:none;padding:11px 16px;font-size:14px;font-family:'DM Sans',sans-serif;color:var(--g900)}
.search-bar input::placeholder{color:var(--g400)}
.search-btn{background:var(--primary);color:#fff;border:none;cursor:pointer;padding:9px 20px;border-radius:9px;margin:4px;display:flex;align-items:center;gap:6px;font-family:'Sora',sans-serif;font-size:13px;font-weight:700;transition:.2s;white-space:nowrap}
.search-btn:hover{background:var(--primary-light)}
.search-btn svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}

/* Live Search Dropdown */
.live-search-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1.5px solid var(--g200);border-radius:12px;box-shadow:0 8px 32px rgba(15,76,129,0.15);z-index:300;display:none;max-height:420px;overflow-y:auto}
.live-search-dropdown.open{display:block}
.lsd-item{display:flex;align-items:center;gap:12px;padding:11px 14px;cursor:pointer;transition:.15s;border-bottom:1px solid var(--g100)}
.lsd-item:last-child{border-bottom:none}
.lsd-item:hover{background:var(--g50)}
.lsd-img{width:44px;height:44px;border-radius:8px;background:var(--g100);object-fit:contain;padding:4px;flex-shrink:0}
.lsd-img-ph{width:44px;height:44px;border-radius:8px;background:var(--g100);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.lsd-img-ph svg{width:20px;height:20px;stroke:var(--g300);fill:none;stroke-width:1.5}
.lsd-info{flex:1;min-width:0}
.lsd-name{font-family:'Sora',sans-serif;font-weight:600;font-size:13px;color:var(--g900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.lsd-meta{font-size:11px;color:var(--g400);margin-top:2px}
.lsd-price{font-family:'Sora',sans-serif;font-weight:800;font-size:14px;color:var(--primary);white-space:nowrap}
.lsd-loading{padding:20px;text-align:center;font-size:13px;color:var(--g400);font-family:'Sora',sans-serif}
.lsd-all{display:block;padding:11px;text-align:center;font-family:'Sora',sans-serif;font-weight:700;font-size:12.5px;color:var(--primary);background:var(--g50);text-decoration:none;transition:.15s}
.lsd-all:hover{background:var(--g100)}

/* ── HEADER ACTIONS ── */
.h-actions{display:flex;align-items:center;gap:8px;margin-left:auto}
.icon-btn{width:42px;height:42px;border:none;border-radius:10px;cursor:pointer;background:var(--g50);display:flex;align-items:center;justify-content:center;color:var(--g500);transition:.2s;position:relative}
.icon-btn:hover{background:var(--g100);color:var(--primary)}
.icon-btn svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.notif-dot{position:absolute;top:8px;right:8px;width:7px;height:7px;background:var(--accent);border-radius:50%;border:1.5px solid #fff}
.loc-btn{display:flex;align-items:center;gap:7px;padding:9px 14px;background:var(--g50);border:1.5px solid var(--g200);border-radius:10px;cursor:pointer;font-size:13px;color:var(--g700);font-family:'DM Sans',sans-serif;transition:.2s;position:relative}
.loc-btn:hover{border-color:var(--primary);color:var(--primary)}
.loc-btn svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.loc-btn.active{border-color:var(--primary);color:var(--primary);background:#e8f0fb}
/* Market seç dropdown */
.market-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:#fff;border:1.5px solid var(--g200);border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.13);z-index:999;overflow:hidden;display:none;flex-direction:column;max-height:340px;overflow-y:auto}
.market-dropdown.open{display:flex}
.market-dropdown-header{padding:12px 16px 8px;font-family:'Sora',sans-serif;font-weight:700;font-size:11px;color:var(--g400);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--g100)}
.mdd-item{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;text-decoration:none;color:var(--g800);font-size:13px;font-family:'DM Sans',sans-serif;transition:.15s;border-bottom:1px solid var(--g50)}
.mdd-item:last-child{border-bottom:none}
.mdd-item:hover{background:var(--g50);color:var(--primary)}
.mdd-item.selected{background:#e8f0fb;color:var(--primary);font-weight:600}
.mdd-logo{width:28px;height:28px;border-radius:7px;object-fit:contain;background:var(--g100);flex-shrink:0}
.mdd-logo-init{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-family:'Sora',sans-serif;font-weight:800;font-size:11px;flex-shrink:0}
.mdd-item-all{font-weight:700;color:var(--primary);background:#f0f6ff}
.mdd-loading{padding:16px;text-align:center;font-size:12px;color:var(--g400)}
.cart-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;background:var(--accent);border:none;border-radius:10px;cursor:pointer;color:#fff;font-family:'Sora',sans-serif;font-size:13px;font-weight:700;transition:.2s}
.cart-btn:hover{background:var(--accent-light);transform:translateY(-1px)}
.cart-btn svg{width:17px;height:17px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* ── NAV ── */
nav{background:#fff;border-bottom:1px solid var(--g100)}
.nav-inner{max-width:1300px;margin:0 auto;padding:0 28px;display:flex;align-items:center;overflow-x:auto;scrollbar-width:none}
.nav-inner::-webkit-scrollbar{display:none}
.nav-item{padding:13px 16px;font-size:12.5px;font-weight:600;font-family:'Sora',sans-serif;color:var(--g500);cursor:pointer;white-space:nowrap;border-bottom:2.5px solid transparent;transition:.2s;display:flex;align-items:center;gap:6px;text-decoration:none}
.nav-item:hover{color:var(--primary);border-color:var(--primary)}
.nav-item.active{color:var(--primary);border-color:var(--primary)}
.nav-item svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}

/* ── MAIN ── */
main{max-width:1300px;margin:0 auto;padding:28px 28px 0}

/* ── HERO / SLIDER ── */
.hero{display:grid;grid-template-columns:1fr 300px;gap:16px;margin-bottom:36px;align-items:stretch}
.hero-main{border-radius:20px;overflow:hidden;position:relative}
.hero-slider{position:relative;width:100%;height:400px;border-radius:20px;overflow:hidden}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease;pointer-events:none;display:flex;align-items:flex-end;border-radius:20px;overflow:hidden}
.hero-slide.active{opacity:1;pointer-events:auto}
.hero-slide-pattern{position:absolute;inset:0;opacity:.06;background-image:radial-gradient(circle,#fff 1px,transparent 1px);background-size:28px 28px}
.hero-content{position:relative;z-index:2;padding:36px 44px;width:100%}
.hero-chip{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.15);color:#fff;backdrop-filter:blur(8px);padding:5px 14px;border-radius:20px;font-size:11px;font-weight:700;font-family:'Sora',sans-serif;margin-bottom:18px;width:fit-content;border:1px solid rgba(255,255,255,.2)}
.hero-chip svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hero-content h1{font-family:'Sora',sans-serif;font-weight:800;font-size:32px;color:#fff;line-height:1.2;margin-bottom:12px;max-width:420px}
.hero-content h1 em{color:#FFD93D;font-style:normal}
.hero-content p{color:rgba(255,255,255,.8);font-size:13.5px;margin-bottom:22px;max-width:380px;line-height:1.6}
.hero-btns{display:flex;align-items:center;gap:12px;margin-bottom:24px}
.hero-cta{display:inline-flex;align-items:center;gap:8px;background:#FF6B35;color:#fff;text-decoration:none;padding:12px 24px;border-radius:10px;font-family:'Sora',sans-serif;font-weight:700;font-size:13px;transition:.2s;border:none;cursor:pointer}
.hero-cta:hover{filter:brightness(1.1);transform:translateY(-2px)}
.hero-cta svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.hero-cta-ghost{display:inline-flex;align-items:center;gap:6px;color:rgba(255,255,255,.85);text-decoration:none;font-family:'Sora',sans-serif;font-weight:600;font-size:13px;padding:12px 20px;border-radius:10px;border:1px solid rgba(255,255,255,.3);transition:.2s;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}
.hero-cta-ghost:hover{background:rgba(255,255,255,.15)}
/* Floating price cards */
.hero-float-cards{display:flex;gap:10px;flex-wrap:wrap}
.hfc{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:8px 12px;position:relative}
.hfc-best{background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.4)}
.hfc-logo{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-family:'Sora',sans-serif;font-weight:800;font-size:11px;flex-shrink:0}
.hfc-info{display:flex;flex-direction:column}
.hfc-name{font-size:10px;color:rgba(255,255,255,.7);font-family:'Sora',sans-serif;font-weight:600}
.hfc-price{font-size:13px;color:#fff;font-family:'Sora',sans-serif;font-weight:800}
.hfc-badge{position:absolute;top:-8px;right:-4px;background:#00B894;color:#fff;font-size:9px;font-family:'Sora',sans-serif;font-weight:700;padding:2px 7px;border-radius:10px}
/* Stats row in slide 2 */
.hero-stats-row{display:flex;align-items:center;gap:0;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);border-radius:12px;padding:12px 20px;width:fit-content;border:1px solid rgba(255,255,255,.15)}
.hsr-item{text-align:center;padding:0 16px}
.hsr-num{display:block;font-family:'Sora',sans-serif;font-weight:800;font-size:18px;color:#fff}
.hsr-lbl{font-size:10px;color:rgba(255,255,255,.65);font-family:'Sora',sans-serif;font-weight:600}
.hsr-div{width:1px;height:30px;background:rgba(255,255,255,.2)}
/* Nav arrows */
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:36px;height:36px;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}
.hero-arrow:hover{background:rgba(255,255,255,.28)}
.hero-arrow svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.hero-prev{left:14px}
.hero-next{right:14px}
.slider-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:7px;z-index:3}
.slider-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:.3s}
.slider-dot.active{background:#fff;width:24px;border-radius:4px}
/* Hero side cards */
.hero-side{display:flex;flex-direction:column;gap:10px}
.hero-card{border-radius:14px;flex:1;display:flex;align-items:center;gap:14px;padding:18px 20px;cursor:pointer;transition:.2s;overflow:hidden;position:relative}
.hero-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}
.hcard-icon{width:40px;height:40px;background:rgba(255,255,255,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hcard-icon svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hcard-body{flex:1;min-width:0}
.hcard-body h3{font-family:'Sora',sans-serif;font-weight:800;font-size:14px;color:#fff;margin-bottom:3px}
.hcard-body p{font-size:11px;color:rgba(255,255,255,.7)}
.hcard-arrow{font-size:16px;color:rgba(255,255,255,.6);font-weight:700;flex-shrink:0}

/* ── STATS STRIP ── */
.stats{display:flex;align-items:stretch;justify-content:center;background:linear-gradient(135deg,#0F4C81 0%,#1a6fb5 60%,#0F4C81 100%);border-radius:16px;margin:0 24px 32px;box-shadow:0 8px 32px rgba(15,76,129,.25);overflow:hidden}
@media(max-width:600px){.stats{flex-wrap:wrap;margin:0 12px 24px;border-radius:12px}}
.stat-item{padding:26px 28px;text-align:center;border-right:1px solid rgba(255,255,255,.1);flex:1}
.stat-item:last-child{border-right:none}
.stat-icon{width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}
.stat-icon svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.stat-num{font-family:'Sora',sans-serif;font-weight:800;font-size:26px;color:#fff;margin-bottom:3px}
.stat-num em{color:var(--accent-light);font-style:normal}
.stat-label{font-size:12px;color:rgba(255,255,255,.55);font-weight:500}

/* ── SECTION HEADER ── */
.sec-hdr{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.sec-title{font-family:'Sora',sans-serif;font-weight:800;font-size:20px;color:var(--g900);display:flex;align-items:center;gap:8px}
.sec-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);flex-shrink:0}
.sec-link{font-family:'Sora',sans-serif;font-size:12px;font-weight:700;color:var(--primary);text-decoration:none;display:flex;align-items:center;gap:4px;transition:.15s}
.sec-link:hover{gap:8px}
.sec-link svg{width:14px;height:14px;stroke:var(--primary);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}

/* ── CATEGORIES ── */
.cats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:36px}
.cat-card{background:#fff;border-radius:var(--r);padding:18px 10px;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;transition:.22s;border:1.5px solid transparent;text-decoration:none}
.cat-card:hover{border-color:var(--primary);transform:translateY(-3px);box-shadow:var(--shadow-hover)}
.cat-ico{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}
.cat-ico svg{width:26px;height:26px;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;fill:none}
.cat-lbl{font-family:'Sora',sans-serif;font-size:11.5px;font-weight:700;color:var(--g700);text-align:center}

/* ── PRODUCTS GRID ── */
.products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:36px}
.product-card{background:#fff;border-radius:var(--r);overflow:hidden;transition:.22s;border:1.5px solid transparent;cursor:pointer;display:flex;flex-direction:column}
.product-card:hover{border-color:var(--g200);transform:translateY(-4px);box-shadow:var(--shadow-hover)}
.product-img-wrap{aspect-ratio:1;background:var(--g50);overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;border-radius:var(--r) var(--r) 0 0}
.product-img-wrap img{width:80%;height:80%;object-fit:contain;transition:.35s cubic-bezier(.4,0,.2,1);display:block;margin:auto}
.product-card:hover .product-img-wrap img{transform:scale(1.08)}
.product-img-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:10px;background:linear-gradient(135deg,var(--g50),var(--g100))}
.product-img-placeholder svg{width:44px;height:44px;stroke:var(--g300);fill:none;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round}
.product-img-placeholder span{font-size:11px;color:var(--g300);font-family:'Sora',sans-serif;font-weight:600}
.p-badge{position:absolute;top:10px;left:10px;background:var(--danger);color:#fff;font-family:'Sora',sans-serif;font-weight:800;font-size:11px;padding:2px 8px;border-radius:5px}
.p-badge.green{background:var(--success)}
.p-fav{position:absolute;top:10px;right:10px;width:28px;height:28px;background:#fff;border-radius:7px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.1);opacity:0;transition:.2s;cursor:pointer}
.product-card:hover .p-fav{opacity:1}
.p-fav svg{width:14px;height:14px;stroke:var(--g400);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.p-fav:hover svg{stroke:var(--danger)}
.product-body{padding:12px 14px 14px;flex:1;display:flex;flex-direction:column}
.p-markets{display:flex;gap:3px;margin-bottom:7px;flex-wrap:wrap}
.market-pill{font-size:9.5px;font-weight:700;font-family:'Sora',sans-serif;padding:2px 6px;border-radius:4px;background:var(--g100);color:var(--g500)}
.product-name{font-family:'Sora',sans-serif;font-weight:600;font-size:13px;color:var(--g900);line-height:1.4;margin-bottom:4px;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-brand{font-size:11px;color:var(--g400);margin-bottom:8px}
.cheapest-market{display:flex;align-items:center;gap:5px;padding:4px 8px;border-radius:7px;border:1px solid;margin-bottom:7px;flex-wrap:nowrap;overflow:hidden}
.cheapest-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}
.cheapest-name{font-family:'Sora',sans-serif;font-weight:800;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:110px}
.cheapest-more{font-size:10px;color:var(--g400);margin-left:2px}
.product-prices{display:flex;align-items:baseline;gap:6px}
.p-price-old{font-size:12px;color:var(--g300);text-decoration:line-through}
.p-price{font-family:'Sora',sans-serif;font-weight:800;font-size:18px;color:var(--primary)}
.p-unit{font-size:11px;color:var(--g400)}
.product-add{width:100%;margin-top:10px;background:var(--primary);color:#fff;border:none;border-radius:9px;padding:9px;font-family:'Sora',sans-serif;font-weight:700;font-size:12.5px;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center;gap:6px}
.product-add:hover{background:var(--primary-light);transform:scale(1.01)}
.product-add.disabled{background:var(--g200);color:var(--g400);cursor:not-allowed;transform:none}
.product-add svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* ── DISCOUNT BANNER ── */
.disc-banner{background:linear-gradient(130deg,#0F172A 0%,#1E293B 100%);border-radius:20px;padding:36px 48px;display:flex;align-items:center;justify-content:space-between;margin-bottom:36px;overflow:hidden;position:relative}
.disc-banner::before{content:'';position:absolute;top:-60px;right:240px;width:250px;height:250px;border-radius:50%;background:rgba(255,107,53,.07)}
.disc-banner::after{content:'';position:absolute;bottom:-50px;right:80px;width:180px;height:180px;border-radius:50%;background:rgba(15,76,129,.15)}
.disc-left h2{font-family:'Sora',sans-serif;font-weight:800;font-size:28px;color:#fff;margin-bottom:8px}
.disc-left h2 em{color:var(--accent-light);font-style:normal}
.disc-left p{color:rgba(255,255,255,.55);font-size:14px}
.disc-cta{background:var(--accent);color:#fff;text-decoration:none;padding:13px 28px;border-radius:10px;font-family:'Sora',sans-serif;font-weight:700;font-size:13px;display:flex;align-items:center;gap:8px;transition:.2s;z-index:1;position:relative}
.disc-cta:hover{background:var(--accent-light);transform:translateY(-2px)}
.disc-cta svg{width:17px;height:17px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* ── BROCHURES ── */
.brochures-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:36px}
.brochure-card{background:#fff;border-radius:var(--r);overflow:hidden;border:1.5px solid transparent;cursor:pointer;transition:.22s}
.brochure-card:hover{border-color:var(--primary);box-shadow:var(--shadow-hover);transform:translateY(-3px)}
.brochure-img{aspect-ratio:3/4;display:flex;align-items:center;justify-content:center}
.brochure-img svg{width:44px;height:44px;stroke:rgba(0,0,0,.18);fill:none;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}
.brochure-info{padding:12px 13px}
.brochure-market{font-family:'Sora',sans-serif;font-weight:700;font-size:13px;color:var(--g900);margin-bottom:4px}
.brochure-date{font-size:11px;color:var(--g400);display:flex;align-items:center;gap:4px}
.brochure-date svg{width:10px;height:10px;stroke:var(--g400);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.brochure-date.urgent{color:var(--danger)}
.brochure-date.urgent svg{stroke:var(--danger)}

/* ── MARKETS ── */
.markets-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}
.market-card{background:#fff;border-radius:var(--r-sm);padding:14px;display:flex;align-items:center;justify-content:center;border:1.5px solid transparent;cursor:pointer;transition:.22s;min-height:58px;font-family:'Sora',sans-serif;font-weight:800;font-size:13px;color:var(--g700)}
.market-card:hover{border-color:var(--primary);color:var(--primary);transform:scale(1.03)}

/* ── TAGS ── */
.tags-wrap{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;margin-bottom:36px}
.tag-pill{background:#fff;border:1px solid var(--g200);color:var(--g700);padding:7px 15px;border-radius:20px;font-size:12.5px;font-weight:500;cursor:pointer;transition:.2s}
.tag-pill:hover{background:var(--primary);color:#fff;border-color:var(--primary)}

/* ── CATEGORY TABS ── */
.cat-tabs{display:flex;gap:8px;margin-bottom:18px;flex-wrap:wrap}
.cat-tab{background:#fff;color:var(--g700);border:1.5px solid var(--g200);padding:7px 16px;border-radius:20px;font-family:'Sora',sans-serif;font-size:12.5px;font-weight:600;cursor:pointer;transition:.2s}
.cat-tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}
.cat-tab:hover:not(.active){border-color:var(--primary-light);color:var(--primary)}

/* ── SEARCH RESULT HEADER ── */
.search-result-header{display:none;align-items:center;justify-content:space-between;margin-bottom:18px;padding:14px 18px;background:#fff;border-radius:12px;border-left:4px solid var(--primary)}
.search-result-header.visible{display:flex}
.srh-left{font-family:'Sora',sans-serif;font-weight:700;font-size:15px;color:var(--g900)}
.srh-left em{color:var(--primary);font-style:normal}
.srh-clear{display:flex;align-items:center;gap:5px;background:var(--g100);border:none;cursor:pointer;padding:7px 12px;border-radius:7px;font-family:'Sora',sans-serif;font-size:12px;font-weight:600;color:var(--g500);transition:.2s}
.srh-clear:hover{background:var(--g200)}
.srh-clear svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* ── LOADING & EMPTY STATES ── */
.loading-state{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}
.spinner{width:38px;height:38px;border:3px solid var(--g200);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.loading-state p{font-family:'Sora',sans-serif;font-size:13px;font-weight:600;color:var(--g500)}
.empty-state{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:12px}
.empty-state svg{width:60px;height:60px;stroke:var(--g300);fill:none;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round}
.empty-state h3{font-family:'Sora',sans-serif;font-size:16px;font-weight:700;color:var(--g700)}
.empty-state p{font-size:13px;color:var(--g400);text-align:center}

/* ── FOOTER ── */
footer{background:var(--g900);color:rgba(255,255,255,.65);margin-top:56px}
.footer-top{max-width:1300px;margin:0 auto;padding:52px 28px 40px;display:grid;grid-template-columns:260px 1fr 1fr 1fr;gap:48px}
.footer-brand .logo{margin-bottom:14px}
.footer-brand .logo-text{color:#fff}
.footer-desc{font-size:12.5px;line-height:1.85;color:rgba(255,255,255,.4);margin-bottom:20px}
.footer-socials{display:flex;gap:8px}
.soc-btn{width:34px;height:34px;border-radius:7px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;color:#fff}
.soc-btn:hover{background:var(--primary)}
.soc-btn svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-col h4{font-family:'Sora',sans-serif;font-weight:700;font-size:13px;color:#fff;margin-bottom:18px}
.footer-links{display:flex;flex-direction:column;gap:9px}
.footer-links a{color:rgba(255,255,255,.4);text-decoration:none;font-size:12.5px;transition:.2s}
.footer-links a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding:20px 28px;max-width:1300px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:12px}
.footer-bottom a{color:rgba(255,255,255,.35);text-decoration:none}
.footer-bottom a:hover{color:#fff}
.app-btns{display:flex;gap:8px}
.app-btn{display:flex;align-items:center;gap:7px;padding:8px 14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:rgba(255,255,255,.65);font-size:12.5px;cursor:pointer;transition:.2s;font-family:'DM Sans',sans-serif}
.app-btn:hover{background:rgba(255,255,255,.12)}
.app-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* ── FU ANIMATIONS ── */
.fu{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}
.fu.in{opacity:1;transform:none}

/* ══════════════════════════
   SEARCH PAGE — search.php
══════════════════════════ */
.search-page-hero{background:var(--primary);padding:36px 0 28px}
.sph-inner{max-width:1300px;margin:0 auto;padding:0 28px}
.sph-inner h1{font-family:'Sora',sans-serif;font-weight:800;font-size:26px;color:#fff;margin-bottom:18px}
.sph-bar{display:flex;align-items:center;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.18)}
.sph-bar input{flex:1;border:none;outline:none;padding:16px 22px;font-size:16px;font-family:'DM Sans',sans-serif;color:var(--g900)}
.sph-bar button{background:var(--accent);color:#fff;border:none;cursor:pointer;padding:16px 28px;font-family:'Sora',sans-serif;font-size:14px;font-weight:700;transition:.2s;display:flex;align-items:center;gap:8px;white-space:nowrap}
.sph-bar button:hover{background:var(--accent-light)}
.sph-bar button svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.search-page-main{max-width:1300px;margin:0 auto;padding:28px}
.search-filters{display:flex;gap:8px;margin-bottom:22px;flex-wrap:wrap}
.search-info{font-family:'Sora',sans-serif;font-size:14px;color:var(--g500);margin-bottom:20px;padding:12px 16px;background:#fff;border-radius:10px}
.search-info em{color:var(--primary);font-style:normal;font-weight:700}
.live-indicator{display:inline-flex;align-items:center;gap:5px;margin-left:10px;font-size:11px;color:var(--success);font-weight:700}
.live-indicator span{width:6px;height:6px;border-radius:50%;background:var(--success);animation:pulse 1.5s infinite;display:inline-block}

/* ══════════════════════════
   PRODUCT PAGE — product.php
══════════════════════════ */

/* ══════════════════════════════════════════════
   PRODUCT PAGE v2 — product.php
   3-kolon sticky layout
══════════════════════════════════════════════ */

/* ── Sayfa konteyner ── */
.product-page{max-width:1300px;margin:0 auto;padding:28px}
.product-breadcrumb{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--g400);margin-bottom:24px;flex-wrap:wrap}
.product-breadcrumb a{color:var(--g400);text-decoration:none;transition:.15s}
.product-breadcrumb a:hover{color:var(--primary)}
.product-breadcrumb svg{width:12px;height:12px;stroke:var(--g300);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* ── Loading shimmer ── */
.product-loading{padding:32px 0}
.pd-shimmer{display:grid;grid-template-columns:320px 1fr;gap:24px;animation:shimmer 1.6s infinite linear;background:linear-gradient(90deg,var(--g100) 25%,var(--g50) 50%,var(--g100) 75%);background-size:800px 100%;border-radius:16px;padding:28px}
@keyframes shimmer{0%{background-position:-800px 0}100%{background-position:800px 0}}
.pdsh-img{background:var(--g200);border-radius:12px;height:260px}
.pdsh-right{display:flex;flex-direction:column;gap:14px;padding-top:8px}
.pdsh-line{height:14px;background:var(--g200);border-radius:6px}
.pdsh-block{height:90px;background:var(--g200);border-radius:12px;margin:6px 0}

/* ── Error ── */
.product-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:16px;text-align:center}
.pd-error-ico svg{width:64px;height:64px;stroke:var(--g300);fill:none;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round}
.product-error h2{font-family:'Sora',sans-serif;font-weight:700;font-size:22px;color:var(--g700)}
.product-error p{color:var(--g400);font-size:14px}
.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--primary);text-decoration:none;font-family:'Sora',sans-serif;font-weight:700;font-size:13px;margin-top:6px;transition:.15s}
.back-link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}

/* ══════════════════════════
   3-KOLON LAYOUT
══════════════════════════ */
.pd-layout{
  display:grid;
  grid-template-columns:300px 1fr 360px;
  grid-template-rows:1fr;
  gap:20px;
  align-items:start;
  margin-bottom:36px;
}

/* ── SOL: Sticky görsel kolonu ── */
.pd-col-img{
  position:sticky;
  top:90px;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.pd-gallery{
  background:#f8fafc;
  border-radius:20px;
  border:1.5px solid var(--g100);
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:380px;
  padding:0;
  overflow:hidden;
  position:relative;
  box-shadow:0 4px 20px rgba(0,0,0,.07);
}
/* Blurred backdrop when image loaded */
.pd-gallery.has-image::before{
  content:'';
  position:absolute;
  inset:-20px;
  background:var(--bg-img) center/cover no-repeat;
  filter:blur(28px) saturate(1.4);
  opacity:.18;
  pointer-events:none;
}
.pd-gallery-img{
  position:relative;
  z-index:1;
  max-width:85%;
  max-height:320px;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
  transition:.35s cubic-bezier(.25,.46,.45,.94);
  filter:drop-shadow(0 12px 32px rgba(0,0,0,.14));
  padding:24px;
}
.pd-gallery:hover .pd-gallery-img{transform:scale(1.07);filter:drop-shadow(0 16px 40px rgba(0,0,0,.18))}
.pd-gallery-ph{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  color:var(--g300);
}
.pd-gallery-ph svg{width:60px;height:60px;stroke:var(--g200);fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round}
.pd-gallery-ph span{font-size:12px;font-family:'Sora',sans-serif;font-weight:600}

.pd-action-row{display:flex;gap:8px}
.pd-btn-fav,.pd-btn-alarm{
  flex:1;display:flex;align-items:center;justify-content:center;gap:6px;
  padding:10px 12px;border-radius:10px;font-family:'Sora',sans-serif;
  font-weight:700;font-size:12px;cursor:pointer;transition:.2s;border:none;
}
.pd-btn-fav{background:var(--g50);border:1.5px solid var(--g200);color:var(--g700)}
.pd-btn-fav:hover,.pd-btn-fav.active{background:#FFF0EF;border-color:var(--danger);color:var(--danger)}
.pd-btn-alarm{background:var(--g50);border:1.5px solid var(--g200);color:var(--g700)}
.pd-btn-alarm:hover{background:#F0FBF8;border-color:var(--success);color:var(--success)}
.pd-btn-fav svg,.pd-btn-alarm svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* ── ORTA: Ürün bilgisi ── */
.pd-col-info{
  display:flex;
  flex-direction:column;
  gap:16px;
  min-width:0;
}
.pd-badges{display:flex;gap:8px;flex-wrap:wrap}
.prod-badge{padding:4px 12px;border-radius:20px;font-family:'Sora',sans-serif;font-weight:700;font-size:11px}
.prod-badge.sale{background:rgba(229,62,62,.1);color:var(--danger)}
.prod-badge.cmp{background:rgba(15,76,129,.1);color:var(--primary)}

.pd-title{font-family:'Sora',sans-serif;font-weight:800;font-size:22px;color:var(--g900);line-height:1.3}
.pd-brand{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--g400)}
.pd-brand svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.pd-brand a{color:var(--primary);text-decoration:none;font-weight:600}

.pd-meta-row{display:flex;gap:6px;flex-wrap:wrap}
.pd-pill{font-size:11px;font-family:'Sora',sans-serif;font-weight:600;padding:3px 10px;background:var(--g100);color:var(--g600);border-radius:20px}
.pd-pill.barcode{font-family:monospace;letter-spacing:.5px;color:var(--g500)}

/* ── Best price ── */
.pd-best{
  background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);
  border-radius:16px;padding:20px 22px;color:#fff;
}
.pd-best-hdr{display:flex;align-items:center;gap:7px;font-family:'Sora',sans-serif;font-size:12px;font-weight:600;opacity:.75;margin-bottom:10px}
.pd-best-hdr svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.pd-best-body{display:flex;align-items:center;justify-content:space-between;gap:10px}
.pd-best-price-val{display:flex;align-items:baseline;gap:5px}
.pd-best-price-val span{font-family:'Sora',sans-serif;font-weight:800;font-size:40px;line-height:1}
.pd-best-price-val small{font-size:16px;opacity:.75}
.pd-best-mkt{display:flex;align-items:center;gap:8px;font-family:'Sora',sans-serif;font-weight:700;font-size:14px;opacity:.9}
.pd-best-mkt-logo{width:32px;height:32px;background:rgba(255,255,255,.15);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.pd-best-mkt-logo img{width:28px;height:28px;object-fit:contain;border-radius:6px}
.pd-savings{display:flex;align-items:center;gap:6px;margin-top:12px;font-size:12px;opacity:.8;background:rgba(255,255,255,.1);border-radius:8px;padding:7px 10px}
.pd-savings svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}

/* ── Fiyat aralığı ── */
.pd-range{background:#fff;border-radius:14px;border:1.5px solid var(--g100);padding:16px 20px}
.pd-range-labels{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.prl-low{font-family:'Sora',sans-serif;font-weight:800;font-size:14px;color:var(--success)}
.prl-mid{font-size:11px;color:var(--g400);font-family:'Sora',sans-serif;font-weight:600}
.prl-high{font-family:'Sora',sans-serif;font-weight:800;font-size:14px;color:var(--danger)}
.pd-range-track{height:6px;background:var(--g100);border-radius:3px;position:relative;overflow:hidden}
.pd-range-fill{height:100%;background:linear-gradient(90deg,var(--success),var(--danger));width:100%;border-radius:3px}

/* ── Fiyat geçmişi ── */
.pd-history{background:#fff;border-radius:14px;border:1.5px solid var(--g100);padding:16px 20px}
.pd-history-hdr{display:flex;align-items:center;gap:7px;font-family:'Sora',sans-serif;font-weight:700;font-size:14px;color:var(--g900);margin-bottom:14px}
.pd-history-hdr svg{width:16px;height:16px;stroke:var(--primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ph-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--g100);font-size:12px;flex-wrap:wrap}
.ph-row:last-child{border-bottom:none}
.ph-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}
.ph-mkt{font-family:'Sora',sans-serif;font-weight:700;font-size:12px;color:var(--g700);flex:1;min-width:60px}
.ph-dt{color:var(--g400);font-size:11px;min-width:50px}
.ph-old{color:var(--g400);text-decoration:line-through;font-size:12px}
.ph-arr{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.ph-arr.dn{stroke:var(--success)}
.ph-arr.up{stroke:var(--danger)}
.ph-new{font-family:'Sora',sans-serif;font-weight:700;font-size:13px}
.ph-chg{font-size:10px;font-family:'Sora',sans-serif;font-weight:700;padding:2px 7px;border-radius:10px}
.ph-chg.dn{background:rgba(0,184,148,.1);color:var(--success)}
.ph-chg.up{background:rgba(229,62,62,.1);color:var(--danger)}

/* ══════════════════════════
   SAĞ: Market listesi kolonu
══════════════════════════ */
.pd-col-markets{
  position:sticky;
  top:90px;
  max-height:calc(100vh - 110px);
  display:flex;
  flex-direction:column;
  background:#fff;
  border-radius:20px;
  border:1.5px solid var(--g100);
  overflow:hidden;
  box-shadow:0 4px 24px rgba(0,0,0,.07);
}
.pd-mkt-header{
  display:flex;align-items:center;justify-content:space-between;
  padding:18px 20px;
  border-bottom:1px solid var(--g100);
  flex-shrink:0;
  background:linear-gradient(135deg,#0F4C81 0%,#1a6fb5 100%);
}
.pd-mkt-title{display:flex;align-items:center;gap:8px;font-family:'Sora',sans-serif;font-weight:800;font-size:15px;color:#fff}
.pd-mkt-title svg{width:17px;height:17px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.pd-mkt-cnt{font-family:'Sora',sans-serif;font-size:11px;font-weight:700;background:rgba(255,255,255,.2);color:#fff;padding:3px 10px;border-radius:20px}

.pd-mkt-list{
  overflow-y:auto;
  flex:1;
  display:flex;
  flex-direction:column;
  gap:0;
  scrollbar-width:thin;
  scrollbar-color:var(--g200) transparent;
}
.pd-mkt-list::-webkit-scrollbar{width:4px}
.pd-mkt-list::-webkit-scrollbar-thumb{background:var(--g200);border-radius:2px}

.pd-mkt-spin{display:flex;align-items:center;justify-content:center;gap:12px;padding:40px;color:var(--g400);font-size:13px;font-family:'Sora',sans-serif}
.pd-no-mkt{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;color:var(--g400);text-align:center}
.pd-no-mkt svg{width:40px;height:40px;stroke:var(--g300);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.pd-no-mkt p{font-size:13px;font-family:'Sora',sans-serif;font-weight:600}

/* ── Market satırı (yeniden tasarım) ── */
.mpr{
  display:flex;align-items:center;gap:12px;
  padding:14px 16px;
  border-bottom:1px solid var(--g50);
  text-decoration:none;transition:.18s;
  cursor:pointer;
  background:#fff;
  border-left:3px solid transparent;
  position:relative;
}
.mpr:last-child{border-bottom:none}
.mpr:hover{background:var(--g50);transform:translateX(2px)}
.mpr-best{
  background:linear-gradient(90deg,rgba(0,184,148,.06) 0%,transparent 80%);
  border-left:3px solid var(--success) !important;
}
.mpr-best:hover{background:linear-gradient(90deg,rgba(0,184,148,.1) 0%,var(--g50) 100%)}

/* Logo kutusu */
.mpr-logo-box{
  width:52px;height:52px;flex-shrink:0;
  border-radius:14px;border:1.5px solid var(--g100);
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
  transition:.2s;
}
.mpr:hover .mpr-logo-box{border-color:transparent;box-shadow:0 4px 12px rgba(0,0,0,.12)}
.mkt-logo{width:40px;height:40px;object-fit:contain;border-radius:6px;display:block}
.mkt-logo-img{width:40px;height:40px;object-fit:contain;border-radius:6px;display:block}
.mkt-init{border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:'Sora',sans-serif;font-weight:800;flex-shrink:0}

/* Bilgi */
.mpr-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}
.mpr-top{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.mpr-mkt-name{font-family:'Sora',sans-serif;font-weight:700;font-size:13.5px}
.mpr-badge-best{display:inline-flex;align-items:center;gap:3px;background:rgba(0,184,148,.12);color:var(--success);font-family:'Sora',sans-serif;font-size:10px;font-weight:700;padding:2px 7px;border-radius:8px;white-space:nowrap}
.mpr-badge-disc{background:rgba(229,62,62,.1);color:var(--danger);font-family:'Sora',sans-serif;font-size:10px;font-weight:700;padding:2px 7px;border-radius:8px}
.mpr-trend{font-family:'Sora',sans-serif;font-size:10px;font-weight:700;padding:2px 6px;border-radius:8px}
.mpr-trend.down{background:rgba(0,184,148,.1);color:var(--success)}
.mpr-trend.up{background:rgba(229,62,62,.1);color:var(--danger)}
.mpr-bottom{display:flex;align-items:center;gap:8px}
.mpr-date{font-size:10px;color:var(--g400);font-family:'Sora',sans-serif}
.mpr-loc{font-size:10px;background:var(--g100);color:var(--g500);padding:2px 8px;border-radius:8px;font-family:'Sora',sans-serif;font-weight:600}

/* Fiyat + buton */
.mpr-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0;min-width:100px}
.mpr-price-block{display:flex;align-items:baseline;gap:3px}
.mpr-price{font-family:'Sora',sans-serif;font-weight:800;font-size:22px;line-height:1}
.mpr-tl{font-size:11px;color:var(--g400);font-weight:600}
.mpr-no-price{font-size:12px;color:var(--g300);font-family:'Sora',sans-serif}
.mpr-btn{
  display:flex;align-items:center;gap:5px;
  color:#fff;padding:7px 13px;border-radius:9px;
  font-family:'Sora',sans-serif;font-weight:700;font-size:11px;
  text-decoration:none;white-space:nowrap;transition:.2s;
  box-shadow:0 2px 8px rgba(0,0,0,.15);
}
.mpr-btn:hover{filter:brightness(1.12);transform:scale(1.04);box-shadow:0 4px 14px rgba(0,0,0,.2)}
.mpr-btn svg{width:10px;height:10px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}


/* ── main.js'deki eski market-price-row compat ── */
.market-price-row{display:flex;align-items:center;gap:14px;background:#fff;border:1.5px solid var(--g200);border-radius:12px;padding:14px 18px;transition:.2s;cursor:pointer;text-decoration:none}
.market-price-row:hover{border-color:var(--primary);box-shadow:var(--shadow)}
.market-price-row.cheapest{border-color:var(--success);background:rgba(0,184,148,.04)}
.mpr-name{font-family:'Sora',sans-serif;font-weight:700;font-size:14px;color:var(--g900)}
.mpr-cheapest-tag{background:rgba(0,184,148,.12);color:var(--success);font-family:'Sora',sans-serif;font-size:10px;font-weight:700;padding:2px 8px;border-radius:10px}
.mpr-cta{display:flex;align-items:center;gap:6px;background:var(--primary);color:#fff;padding:8px 16px;border-radius:8px;font-family:'Sora',sans-serif;font-weight:700;font-size:12px;transition:.2s;white-space:nowrap;border:none;cursor:pointer;text-decoration:none}
.mpr-cta:hover{filter:brightness(1.1)}
.mpr-cta svg{width:13px;height:13px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.mpr-logo-wrap{width:44px;height:44px;background:var(--g50);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--g100);overflow:hidden}

/* ══════════════════════════
   MARKET LOGO GRID (index)
══════════════════════════ */
.markets-logo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px}
.market-logo-card{display:flex;flex-direction:column;align-items:center;gap:10px;background:#fff;border:1.5px solid var(--g200);border-radius:14px;padding:20px 12px 16px;text-decoration:none;transition:.22s;cursor:pointer;position:relative;overflow:hidden}
.market-logo-card::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,var(--mc,#0F4C81)0%,transparent 70%);opacity:0;transition:.22s;pointer-events:none}
.market-logo-card:hover{border-color:var(--mc,#0F4C81);transform:translateY(-4px);box-shadow:0 8px 28px rgba(0,0,0,.1)}
.market-logo-card:hover::before{opacity:.05}
.mlc-logo-wrap{width:60px;height:60px;border-radius:12px;background:var(--g50);display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--g100);transition:.22s}
.market-logo-card:hover .mlc-logo-wrap{box-shadow:0 4px 12px rgba(0,0,0,.1)}
.mlc-logo{width:50px;height:50px;object-fit:contain;padding:4px}
.mlc-logo-fallback{width:60px;height:60px;border-radius:12px;background:var(--g100);display:flex;align-items:center;justify-content:center;font-family:'Sora',sans-serif;font-weight:800;font-size:18px}
.mlc-name{font-family:'Sora',sans-serif;font-weight:700;font-size:12px;color:var(--g900);text-align:center;line-height:1.2}
.mlc-cta{font-family:'Sora',sans-serif;font-size:10px;font-weight:600;color:var(--mc,var(--primary));opacity:0;transition:.18s;white-space:nowrap}
.market-logo-card:hover .mlc-cta{opacity:1}

/* ══════════════════════════
   KART: market pill / görsel
══════════════════════════ */
.mkt-logo-img{border-radius:6px;flex-shrink:0;object-fit:contain}
.mkt-logo-fallback{border-radius:6px;display:flex;align-items:center;justify-content:center;font-family:'Sora',sans-serif;font-weight:800;flex-shrink:0}
.p-markets-row{display:flex;gap:4px;margin-bottom:6px;flex-wrap:wrap}
.market-mini-pill{font-size:9px;font-weight:700;font-family:'Sora',sans-serif;padding:2px 7px;border-radius:10px;border:1px solid;background:transparent;white-space:nowrap}
.cheapest-market{display:flex;align-items:center;gap:6px;padding:5px 9px;border-radius:8px;border:1px solid;margin-bottom:8px;flex-wrap:wrap}
.cheapest-name{font-family:'Sora',sans-serif;font-weight:800;font-size:11px}
.cheapest-more{font-size:10px;color:var(--g400);margin-left:2px}
.product-img-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:8px}
.product-img-placeholder svg{width:44px;height:44px;stroke:var(--g300);fill:none;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round}
.product-img-placeholder span{font-size:11px;color:var(--g300);font-family:'Sora',sans-serif;font-weight:600}

/* ══════════════════════════
   RESPONSIVE
══════════════════════════ */
@media (max-width:1200px){
  .pd-layout{grid-template-columns:260px 1fr 320px}
}
@media (max-width:1024px){
  .pd-layout{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}
  .pd-col-img{grid-column:1;grid-row:1;position:relative;top:0}
  .pd-col-info{grid-column:2;grid-row:1}
  .pd-col-markets{grid-column:1/-1;grid-row:2;position:relative;top:0;max-height:none}
  .pd-mkt-list{max-height:400px}
}
@media (max-width:700px){
  .pd-layout{grid-template-columns:1fr}
  .pd-col-img{grid-column:1;grid-row:1}
  .pd-col-info{grid-column:1;grid-row:2}
  .pd-col-markets{grid-column:1;grid-row:3}
  .markets-logo-grid{grid-template-columns:repeat(4,1fr)}
  .pd-title{font-size:18px}
  .pd-best-price-val span{font-size:30px}
}
@media (max-width:480px){
  .markets-logo-grid{grid-template-columns:repeat(2,1fr)}
  .product-page{padding:16px}
}

/* ── FU ANIMATIONS ── */
.fu{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}
.fu.in{opacity:1;transform:none}

/* ── Market logo (cheapest badge) ── */
.cmkt-logo{width:22px;height:22px;object-fit:contain;border-radius:5px;flex-shrink:0;vertical-align:middle}
.cmkt-init{width:22px;height:22px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;font-family:'Sora',sans-serif;font-weight:800;font-size:9px;flex-shrink:0}
.p-no-price{font-size:11px;color:var(--g400);font-family:'Sora',sans-serif}
/* ── mpr-best border-left (product page) ── */
.mpr{border-left:3px solid transparent}
.mpr:first-child{border-top-left-radius:0;border-top-right-radius:0}
/* ════════════════════════════════════════
   YENİ ELEMANLAR — Reklam, Yukarı Çık
════════════════════════════════════════ */

/* ── YUKARI ÇIK BUTONU ── */
.scroll-to-top {
  position: fixed;
  bottom: 32px;
  right: 28px;
  z-index: 999;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(15,76,129,0.28);
  opacity: 0;
  transform: translateY(16px) scale(0.9);
  pointer-events: none;
  transition: opacity .28s, transform .28s;
}
.scroll-to-top.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.scroll-to-top:hover {
  background: var(--primary-light);
  box-shadow: 0 6px 28px rgba(15,76,129,0.38);
  transform: translateY(-2px) scale(1.05);
}
.scroll-to-top svg { width: 20px; height: 20px; }

/* ── ÜRÜN SAYFASI REKLAM ALANI ── */
.pd-ad-zone {
  margin-top: 18px;
  background: #fff;
  border: 1px solid var(--g200);
  border-radius: var(--r);
  padding: 14px 14px 10px;
  overflow: hidden;
}
.pd-ad-label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  color: var(--g500);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 10px;
  font-family: 'Sora', sans-serif;
}
.pd-ad-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pd-ad-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--g200);
  background: var(--g50);
  text-decoration: none;
  color: var(--g900);
  transition: background .18s, border-color .18s, transform .18s;
  position: relative;
  overflow: hidden;
}
.pd-ad-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--ad-color, var(--primary));
  border-radius: 3px 0 0 3px;
}
.pd-ad-card:hover {
  background: #fff;
  border-color: var(--ad-color, var(--primary));
  transform: translateX(2px);
  box-shadow: var(--shadow);
}
.pd-ad-card-logo {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--g200);
  overflow: hidden;
}
.pd-ad-card-logo img { width: 28px; height: 28px; object-fit: contain; }
.pd-ad-logo-init {
  width: 36px; height: 36px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 16px; color: #fff;
  font-family: 'Sora', sans-serif;
}
.pd-ad-card-body { flex: 1; min-width: 0; }
.pd-ad-card-title { font-size: 13px; font-weight: 700; color: var(--g900); font-family: 'Sora', sans-serif; }
.pd-ad-card-desc { font-size: 11.5px; color: var(--g500); margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pd-ad-card-cta { font-size: 11.5px; font-weight: 600; color: var(--ad-color, var(--primary)); flex-shrink: 0; white-space: nowrap; }
.pd-ad-disclaimer {
  text-align: right;
  font-size: 10px;
  color: var(--g400);
  margin-top: 6px;
  font-family: 'Sora', sans-serif;
}

/* ── ARAMA SAYFASI REKLAM ALANI ── */
.search-ad-zone {
  margin: 36px 0 8px;
}
.search-ad-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 24px 14px;
  background: #fff;
  border: 1px solid var(--g200);
  border-radius: var(--r);
}
.search-ad-heading {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--g500);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 14px;
  font-family: 'Sora', sans-serif;
}
.search-ad-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}
.search-ad-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--g200);
  background: var(--g50);
  text-decoration: none;
  color: var(--g900);
  transition: background .18s, border-color .18s, box-shadow .18s;
  position: relative;
  overflow: hidden;
}
.search-ad-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--sad-color, var(--primary));
}
.search-ad-card:hover {
  background: #fff;
  border-color: var(--sad-color, var(--primary));
  box-shadow: 0 4px 18px rgba(0,0,0,0.07);
}
.sad-logo-wrap {
  width: 38px; height: 38px;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--g200);
  overflow: hidden;
}
.sad-logo-wrap img { width: 30px; height: 30px; object-fit: contain; }
.sad-logo-init {
  width: 38px; height: 38px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 16px; color: #fff;
  font-family: 'Sora', sans-serif;
}
.sad-body { flex: 1; min-width: 0; }
.sad-title { font-size: 13px; font-weight: 700; color: var(--g900); font-family: 'Sora', sans-serif; display: flex; align-items: center; gap: 5px; }
.sad-badge { font-size: 10px; font-weight: 600; background: var(--sad-color, var(--primary)); color: #fff; padding: 2px 6px; border-radius: 20px; }
.sad-desc { font-size: 11.5px; color: var(--g500); margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sad-arrow { font-size: 16px; color: var(--sad-color, var(--primary)); flex-shrink: 0; font-weight: 700; }
.sad-disclaimer { text-align: right; font-size: 10px; color: var(--g400); margin-top: 8px; font-family: 'Sora', sans-serif; }

@media (max-width: 600px) {
  .scroll-to-top { bottom: 20px; right: 16px; width: 42px; height: 42px; }
  .search-ad-cards { grid-template-columns: 1fr 1fr; }
  .pd-ad-card-cta { display: none; }
}
