/* GEYİK KİMYA — Agrica şablonu ince uyarlamalar */
.gk-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}
.gk-brand-txt{font-family:'Outfit',sans-serif;font-weight:700;font-size:21px;letter-spacing:.4px;color:#1F1E17;line-height:1;white-space:nowrap}
.gk-brand-txt b{color:#2e753e;font-weight:800}
.navbar .gk-brand .logo{height:46px;width:auto}

/* ürün kategori kart görsel yüksekliği sabit */
.service-style-one-item .thumb{height:230px;overflow:hidden}
.service-style-one-item .thumb img{width:100%;height:100%;object-fit:cover}

/* ürün detay görsel */
.gk-pd-thumb{border-radius:10px;overflow:hidden;box-shadow:0 20px 50px -20px rgba(0,0,0,.25)}
.gk-pd-thumb img{width:100%;height:auto;display:block}

/* ürün grid kart */
.gk-prod-card{background:#fff;border:1px solid #eef1ef;border-radius:10px;overflow:hidden;transition:.3s;height:100%;display:flex;flex-direction:column}
.gk-prod-card:hover{box-shadow:0 20px 44px -22px rgba(46,117,62,.35);transform:translateY(-6px)}
.gk-prod-card .thumb{height:210px;overflow:hidden;background:#f3f5f4}
.gk-prod-card .thumb img{width:100%;height:100%;object-fit:cover;transition:.4s}
.gk-prod-card:hover .thumb img{transform:scale(1.05)}
.gk-prod-card .info{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1}
.gk-prod-card .info h4{font-size:18px;margin:0;font-weight:700}
.gk-prod-card .info h4 a{color:#1F1E17}
.gk-prod-card .info p{color:#666;font-size:14px;margin:0;flex:1}
.gk-prod-card .more{color:#2e753e;font-weight:600;font-size:14px}

/* detay sekme kutuları */
.gk-info-box{background:#f4f8f5;border:1px solid #e3ede6;border-radius:10px;padding:26px;margin-bottom:20px}
.gk-info-box h4{color:#2e753e;font-size:18px;margin:0 0 12px;font-weight:700}
.gk-info-box p{margin:0;color:#4a544c;line-height:1.8;white-space:pre-line}

/* breadcrumb sade */
.gk-crumb{padding:14px 0;color:#7a857d;font-size:14px}
.gk-crumb a{color:#2e753e}

@media (min-width:992px){#navbar-menu>.gk-brand{display:none!important}}
