:root{ --red:#d32f2f; --bg:#ffffff; --soft:#f7f7f9; --text:#222; --muted:#666; --radius:14px; } html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.45} .wrap{max-width:720px;margin:0 auto;padding:16px} .hero{background:var(--soft);border-radius:var(--radius);padding:18px 14px;margin:6px 0 14px 0} .hero h1{font-size:22px;line-height:1.25;text-align:center;margin:0 0 4px 0} .hero .date{display:block;text-align:center;color:var(--muted);font-size:14px} .section-title{display:flex;align-items:center;gap:8px;margin:16px 0 8px 0} .pill{height:12px;width:12px;border-radius:50%;background:var(--red)} .section-title h2{font-size:18px;margin:0} /* Fiyat tablosu */ .price-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden} .price-table thead th{background:var(--red);color:#fff;font-weight:700;font-size:13px;padding:12px 10px} .price-table td{padding:12px 10px;font-size:15px;vertical-align:middle} .price-table tbody tr:nth-child(odd){background:#fcfcfd} .price-table .name{font-weight:700} .price-table .val{text-align:right;font-variant-numeric:tabular-nums} /* Alt gruplar başlıkları */ .group-head{font-weight:800;font-size:16px;color:#222;margin:18px 0 10px 0;text-align:center} .chip{display:inline-block;padding:6px 10px;border-radius:999px;font-weight:700;font-size:13px;background:#eef5ff;color:#0d47a1} .chip.salatalik{background:#eaf7f3;color:#16a085} .chip.patlican{background:#f1e9f8;color:#8e44ad} .chip.kabak{background:#eaf7f4;color:#1abc9c} /* İlçe butonları */ .grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:8px 0 20px} @media (min-width:520px){ .grid{grid-template-columns:repeat(3,1fr)} } .btn{ display:block;text-decoration:none;text-align:center;font-weight:700; padding:14px 10px;border-radius:12px;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.08); transition:transform .18s ease, box-shadow .18s ease; font-size:15px; } .btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.12)} .btn.antalya{background:linear-gradient(135deg,#28a745,#218838)} .btn.serik{background:linear-gradient(135deg,#1976d2,#0d47a1)} .btn.kumluca{background:linear-gradient(135deg,#ff9800,#e65100)} .btn.alanya{background:linear-gradient(135deg,#ff5252,#c62828)} .btn.gazipasa{background:linear-gradient(135deg,#27ae60,#219150)} .btn.finike{background:linear-gradient(135deg,#00bcd4,#00838f)} .btn.demre{background:linear-gradient(135deg,#3498db,#2980b9)} /* Sosyal linkler */ .social{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0} .social a{flex:1 1 calc(50% - 10px);text-align:center;padding:12px;border-radius:12px;background:#f6f7fb;color:#0d47a1;text-decoration:none;font-weight:700} @media (min-width:520px){ .social a{flex:0 0 auto;min-width:160px} } /* Reklam alanı (isteğe bağlı) */ .ad-slot{margin:14px 0;display:block;text-align:center} .muted{color:var(--muted);font-size:13px} Kumluca Hal Fiyatları 22.11.2025 Güncel Liste Ürünler Fiyat (₺/kg) Domates 22.00₺ Yuvarlak Domates 33.00₺ Oval Domates 35.00₺ Çarli Biber 19.00₺ Sivri Biber 18.00₺ Kıl Sivri Biber 35.00₺ Kılcık Sivri Biber 45.00₺ Üçburun Köy Biberi 30.00₺ Kapya Biber 60.00₺ Şili Biber Kırmızı 60.00₺ Şili Biber Yeşil 50.00₺ Macar Çarli **.00₺ Macar Dolması **.00₺ Jalapeno 35.00₺ Yeşil Kapya 45.00₺ Kaliforniya Sarı **.00₺ Kaliforniya Kırmızı **.00₺ Cin Biber 90.00₺ SALATALIKLAR Salatalık 17.00₺ Salatalık (Silor) 20.00₺ Dikenli Salatalık 12.00₺ PATLICANLAR Patlıcan 20.00₺ Patlıcan Topak **.00₺ Patlıcan Oval 28.00₺ KABAK / FASULYE Kabak 15.00₺ Fasulye **.00₺ Sosyal Medyada Bizi Takip Edin Instagram +27.1 Facebook +22.9 K X (Twitter) 750 YouTube +2.6K /* Sosyal Medya Butonları */ .social-buttons{ display:grid; gap:10px; grid-template-columns:1fr 1fr; margin:15px 0 25px; } @media(max-width:480px){ .social-buttons{grid-template-columns:1fr;} } .s-btn{ display:block; text-align:center; padding:12px 14px; border-radius:10px; font-weight:700; color:#fff; text-decoration:none; box-shadow:0 2px 10px rgba(0,0,0,.1); transition:.2s; } .s-btn:hover{ transform:scale(1.02); box-shadow:0 6px 18px rgba(0,0,0,.15); } /* Renkler */ .s-btn.insta{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);} .s-btn.face{background:#1877f2;} .s-btn.x{background:#000;} .s-btn.yt{background:#ff0000;} /* Genel */ .hal-wrap{max-width:720px;margin:0 auto;padding:12px} .title{font-size:22px;line-height:1.3;text-align:center;margin:12px 0} .title span{font-weight:600;color:#444} .panel{background:#f9f9f9;border-radius:12px;padding:12px} .panel-title{color:#d32f2f;text-align:center;font-size:18px;margin:0 0 10px 0} /* Tablo – mobilde kart görünüm */ .hal-table{width:100%;border-collapse:separate;border-spacing:0 8px} .hal-table thead tr{background:#d32f2f;color:#fff} .hal-table thead th{padding:10px 12px;font-weight:700} .hal-table tbody tr{background:#fff;border-radius:10px;box-shadow:0 1px 6px rgba(0,0,0,.06)} .hal-table tbody td{padding:12px;font-weight:600} .hal-table tbody td:last-child{text-align:right} /* 480px altı: kartlaştır */ @media (max-width:480px){ .hal-table thead{display:none} .hal-table tbody tr{display:block;padding:10px} .hal-table tbody td{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-bottom:1px dashed #eee} .hal-table tbody td:last-child{text-align:right} .hal-table tbody tr td:first-child::before{content:"Ürün:";font-weight:700;color:#777;margin-right:8px} .hal-table tbody tr td:last-child::before{content:"Fiyat:";font-weight:700;color:#777;margin-right:8px} /* Ürün-Fiyat için iki satır daha iyi görünüm */ .hal-table tbody tr{padding:0} .hal-table tbody tr td:first-child, .hal-table tbody tr td:last-child{display:block} .hal-table tbody tr td:first-child{border-bottom:none} .hal-table tbody tr td:first-child::before{display:block;margin:8px 0 4px 0} .hal-table tbody tr td:last-child::before{display:block;margin:8px 0 4px 0} } /* Alt başlık ve açıklama */ .subhead{font-size:18px;margin:18px 0 6px} .desc{color:#444;margin:0 0 12px} /* Butonlar */ .btn-grid{display:grid;gap:10px;grid-template-columns:1fr 1fr} @media(max-width:480px){.btn-grid{grid-template-columns:1fr}} .btn{display:inline-block;text-align:center;text-decoration:none;padding:12px 14px;border-radius:10px;font-weight:700;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:transform .2s, box-shadow .2s} .btn:hover{transform:scale(1.02);box-shadow:0 6px 18px rgba(0,0,0,.12)} .btn-antalya{background:linear-gradient(135deg,#28a745,#218838);color:#fff} .btn-serik{background:linear-gradient(135deg,#1976d2,#0d47a1);color:#fff} .btn-kumluca{background:linear-gradient(135deg,#ff9800,#e65100);color:#fff} .btn-alanya{background:linear-gradient(135deg,#ff5252,#c62828);color:#fff} .btn-gazipasa{background:#27ae60;color:#fff} .btn-finike{background:linear-gradient(135deg,#00bcd4,#00838f);color:#fff} .btn-demre{background:#3498db;color:#fff} /* Sosyal linkler */ .social{list-style:none;padding:0;margin:8px 0 20px;display:grid;gap:8px} .social li a{display:block;padding:10px 12px;border-radius:10px;background:#f4f6f8;text-decoration:none;font-weight:700;color:#222} .social li a:hover{background:#eaeef2} /* Reklam alanı */ .ads{margin:18px 0} /* Genel */ .hal-wrap{max-width:720px;margin:0 auto;padding:12px} .title{font-size:22px;line-height:1.3;text-align:center;margin:12px 0} .title span{font-weight:600;color:#444} .panel{background:#f9f9f9;border-radius:12px;padding:12px} .panel-title{color:#d32f2f;text-align:center;font-size:18px;margin:0 0 10px 0} /* Tablo – mobilde kart görünüm */ .hal-table{width:100%;border-collapse:separate;border-spacing:0 8px} .hal-table thead tr{background:#d32f2f;color:#fff} .hal-table thead th{padding:10px 12px;font-weight:700} .hal-table tbody tr{background:#fff;border-radius:10px;box-shadow:0 1px 6px rgba(0,0,0,.06)} .hal-table tbody td{padding:12px;font-weight:600} .hal-table tbody td:last-child{text-align:right} /* 480px altı: kartlaştır */ @media (max-width:480px){ .hal-table thead{display:none} .hal-table tbody tr{display:block;padding:10px} .hal-table tbody td{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-bottom:1px dashed #eee} .hal-table tbody td:last-child{text-align:right} .hal-table tbody tr td:first-child::before{content:"Ürün:";font-weight:700;color:#777;margin-right:8px} .hal-table tbody tr td:last-child::before{content:"Fiyat:";font-weight:700;color:#777;margin-right:8px} /* Ürün-Fiyat için iki satır daha iyi görünüm */ .hal-table tbody tr{padding:0} .hal-table tbody tr td:first-child, .hal-table tbody tr td:last-child{display:block} .hal-table tbody tr td:first-child{border-bottom:none} .hal-table tbody tr td:first-child::before{display:block;margin:8px 0 4px 0} .hal-table tbody tr td:last-child::before{display:block;margin:8px 0 4px 0} } /* Alt başlık ve açıklama */ .subhead{font-size:18px;margin:18px 0 6px} .desc{color:#444;margin:0 0 12px} /* Butonlar */ .btn-grid{display:grid;gap:10px;grid-template-columns:1fr 1fr} @media(max-width:480px){.btn-grid{grid-template-columns:1fr}} .btn{display:inline-block;text-align:center;text-decoration:none;padding:12px 14px;border-radius:10px;font-weight:700;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:transform .2s, box-shadow .2s} .btn:hover{transform:scale(1.02);box-shadow:0 6px 18px rgba(0,0,0,.12)} .btn-antalya{background:linear-gradient(135deg,#28a745,#218838);color:#fff} .btn-serik{background:linear-gradient(135deg,#1976d2,#0d47a1);color:#fff} .btn-kumluca{background:linear-gradient(135deg,#ff9800,#e65100);color:#fff} .btn-alanya{background:linear-gradient(135deg,#ff5252,#c62828);color:#fff} .btn-gazipasa{background:#27ae60;color:#fff} .btn-finike{background:linear-gradient(135deg,#00bcd4,#00838f);color:#fff} .btn-demre{background:#3498db;color:#fff} /* Sosyal linkler */ .social{list-style:none;padding:0;margin:8px 0 20px;display:grid;gap:8px} .social li a{display:block;padding:10px 12px;border-radius:10px;background:#f4f6f8;text-decoration:none;font-weight:700;color:#222} .social li a:hover{background:#eaeef2} /* Reklam alanı */ .ads{margin:18px 0}