@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&display=swap');

.mh-page-h1,
.ilan_baslik_ic.mh-page-h1 {
    margin: 0 0 14px !important;
    font-size: clamp(24px, 3vw, 34px) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: -.03em;
    color: #1a1210 !important;
}

.mh-page-lead {
    margin: 0 0 18px;
    color: #6f5f59;
    font-size: 15px;
    font-weight: 600;
}

.mh-home-h1 {
    margin: 0 0 10px !important;
    font-size: clamp(28px, 4vw, 40px) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -.03em;
    color: #1a1210 !important;
}

/* Shared breadcrumb (forum + genel) */
.mh-breadcrumb,
.mh-forum-bc {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px !important;
    padding: 12px 16px !important;
    background: #fff !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 18px rgba(70, 28, 18, .05) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #7a6a65 !important;
    line-height: 1.35 !important;
}

.mh-breadcrumb a,
.mh-forum-bc a {
    color: #a31523 !important;
    text-decoration: none !important;
}

.mh-breadcrumb a:hover,
.mh-forum-bc a:hover {
    text-decoration: underline !important;
}

.mh-breadcrumb__sep,
.mh-forum-bc .mh-breadcrumb__sep {
    color: #cbb8b0 !important;
    font-weight: 600 !important;
}

.mh-breadcrumb__current,
.mh-forum-bc .mh-breadcrumb__current {
    color: #1a1210 !important;
    max-width: min(100%, 52ch);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mh-forum-kat-desc {
    margin: 0 0 14px;
    padding: 12px 16px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(70, 28, 18, .05);
    color: #6f5f59;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

/* ===== Global site skin (all MasterPage pages) ===== */
body {
    background: #f3eee8 !important;
    font-family: 'Manrope', 'Open Sans', sans-serif !important;
    color: #1a1210;
}

.container {
    width: min(1180px, calc(100% - 28px)) !important;
    margin-top: 28px !important;
    margin-bottom: 48px !important;
}

.container h1,
.container h2,
.container h3,
.container h4 {
    font-family: 'Manrope', 'Open Sans', sans-serif;
    letter-spacing: -.02em;
    color: #1a1210;
}

.container a {
    color: #a31523;
}

.container a:hover {
    color: #8f1220;
}

/* Forms */
.container input[type=text],
.container input[type=password],
.container input[type=email],
.container input[type=number],
.container input[type=tel],
.container input[type=new-password],
.container select,
.container textarea,
.uyelik_formu input[type=text],
.uyelik_formu input[type=password],
.uyelik_formu input[type=email],
.uyelik_formu input[type=number],
.uye_girisi input[type=text],
.uye_girisi input[type=password],
.uye_girisi input[type=email],
.sifremi_unttum_txt,
.yeni_konu_txt,
.yorum_buyuk_txt,
.eticaret_input {
    height: 44px !important;
    border-radius: 12px !important;
    border: 1px solid #eadfd8 !important;
    box-shadow: none !important;
    padding: 0 14px !important;
    background: #fff !important;
    font-family: inherit !important;
    font-size: 14px !important;
    color: #1a1210 !important;
    outline: none !important;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.container textarea,
.yorum_buyuk_txt,
.yeni_konu_txt[rows],
.eticaret_input[rows] {
    height: auto !important;
    min-height: 110px;
    padding: 12px 14px !important;
}

.container input:focus,
.container select:focus,
.container textarea:focus,
.uyelik_formu input:focus,
.uye_girisi input:focus {
    border-color: #c23b2e !important;
    box-shadow: 0 0 0 3px rgba(162, 21, 35, .12) !important;
}

/* Buttons */
.frm_buton_dizayni,
.uye_ol_btn,
.detay_yorum_gonder,
.frm_buton_dizayni_sepet,
.container input[type=submit],
.container .btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 44px !important;
    height: auto !important;
    padding: 10px 20px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #a31523 !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    box-shadow: 0 8px 20px rgba(143, 18, 32, .18) !important;
    text-decoration: none !important;
    transition: transform .15s ease, background .15s ease;
}

.frm_buton_dizayni:hover,
.uye_ol_btn:hover,
.detay_yorum_gonder:hover,
.frm_buton_dizayni_sepet:hover {
    background: #8f1220 !important;
    transform: translateY(-1px);
}

/* Cards / frames */
.forum_cerceve,
.ilanlar_cerceve,
.uyelik_formu,
.uye_girisi,
.fieldsettasarim,
.container fieldset,
.iletisim_fieldset,
.vet_sol_kutu_fieldset,
.profil_status,
.menu_cerceve {
    background: #fff !important;
    border: 1px solid rgba(80, 40, 30, .06) !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 28px rgba(70, 28, 18, .06) !important;
    padding: 22px 24px !important;
}

.uyelik_formu,
.uye_girisi {
    width: min(480px, 100%) !important;
    margin: 10px auto 30px !important;
    text-align: left !important;
}

.uyelik_formu h1,
.uye_girisi h1 {
    margin: 0 0 8px !important;
    font-size: 28px !important;
    font-weight: 800 !important;
}

.h2_aciklama_uyelik,
.h2_aciklama {
    margin: 0 0 18px !important;
    color: #7a6a65 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.5;
}

.uyelik_sozlesme {
    margin-top: 12px;
    padding: 14px;
    border-radius: 14px;
    background: #f8f3ef;
    font-size: 13px;
    line-height: 1.55;
}

.sifremi_unuttum_uye_girisi {
    margin-top: 16px;
    text-align: center;
    font-weight: 700;
}

.container fieldset legend,
.fieldsettasarim legend,
.iletisim_fieldset legend,
.vet_sol_kutu_fieldset legend {
    color: #a31523 !important;
    font-weight: 800 !important;
    padding: 0 8px;
}

/* Article / detail */
.detay_h1 {
    margin: 0 0 12px !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #1a1210 !important;
    line-height: 1.25;
}

.detay_h1 i {
    color: #a31523;
    margin-right: 6px;
}

.detay_yazar_tarih {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
    color: #7a6a65;
    font-size: 13px;
    font-weight: 600;
}

.detay_resim_css,
.detay_resim {
    border-radius: 18px !important;
    overflow: hidden;
}

.detay_icerik {
    margin-top: 18px;
    font-size: 16px !important;
    line-height: 1.75 !important;
    color: #2b211e;
}

.detay_icerik img {
    max-width: 100%;
    border-radius: 14px;
}

.haberdetay_link {
    margin: 10px 0;
    font-weight: 700;
}

.yorumalani {
    margin-top: 22px;
    padding: 20px !important;
    background: #fff !important;
    border-radius: 18px !important;
    border: 1px solid #f0e7e2 !important;
    box-shadow: 0 8px 22px rgba(70, 28, 18, .05);
}

.yorum_title_h1 {
    margin-bottom: 12px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #1a1210 !important;
}

.yorum_cerceve {
    padding: 14px 0;
    border-bottom: 1px solid #f0e7e2;
}

.yorum_ad {
    font-weight: 800;
    color: #a31523;
}

.yorum_tarih {
    color: #8a7872;
    font-size: 12px;
}

.yorum_icerik {
    margin-top: 6px;
    line-height: 1.55;
}

/* Forum */
.forum_cerceve {
    padding: 18px 20px !important;
}

.forum_root_baslik {
    margin: 18px 0 10px !important;
    padding: 0 !important;
    color: #1a1210 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

.forum_root_baslik i {
    color: #a31523;
}

.forum_kategoriler,
.forum_alt_kategoriler,
.forum_konular {
    background: transparent !important;
    border-radius: 12px;
}

.forum_kategoriler {
    padding: 10px 12px !important;
    background: #f8f3ef !important;
    font-weight: 800 !important;
    color: #5c4d48 !important;
}

.forum_alt_kategoriler,
.forum_konular {
    padding: 12px !important;
    margin: 4px 0;
    border: 1px solid #f0e7e2;
    transition: background .15s ease, border-color .15s ease;
}

.forum_alt_kategoriler:hover,
.forum_konular:hover {
    background: #fff8f5 !important;
    border-color: #eadfd8;
    color: #1a1210 !important;
}

.forum_cerceve a,
.forum_alt_kategoriler a,
.forum_konular a {
    color: #1a1210 !important;
    text-decoration: none !important;
}

.forum_cerceve:hover a {
    color: #1a1210 !important;
}

.forum_ana_kat_baslik,
.forum_10_baslik {
    color: #1a1210 !important;
    font-weight: 700 !important;
}

.son_10_tarih {
    color: #8a7872 !important;
}

/* Listings */
.ilan_kat_baslik {
    margin: 0 0 12px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

.ilan_kategoriler {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    list-style: none !important;
    margin: 0 8px 8px 0 !important;
    padding: 10px 14px !important;
    border-radius: 999px !important;
    background: #f8f3ef !important;
    color: #1a1210 !important;
    font-weight: 700 !important;
    border: 1px solid #eadfd8;
}

.ilan_kategoriler:hover {
    background: #f8e9e6 !important;
    color: #a31523 !important;
}

.ilanlar_kutu {
    display: flex !important;
    gap: 16px;
    margin: 0 0 12px !important;
    padding: 14px !important;
    border-radius: 16px !important;
    border: 1px solid #f0e7e2 !important;
    background: #fff !important;
    transition: box-shadow .2s ease, transform .2s ease;
}

.ilanlar_kutu:hover {
    box-shadow: 0 12px 28px rgba(70, 28, 18, .08);
    transform: translateY(-2px);
}

.ilan_avatar img {
    border-radius: 14px !important;
    object-fit: cover;
}

.ilan_baslik h4 {
    margin: 0 0 6px !important;
    color: #1a1210 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}

.ilan_tarih,
.ilan_aciklama {
    color: #7a6a65 !important;
    font-size: 13px !important;
    line-height: 1.45;
}

.ilanlar_cerceve a {
    text-decoration: none !important;
    color: inherit !important;
}

/* Misc content boxes */
.blog_kategori .anasayfa_kutu,
.anasayfa_kutu {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(70, 28, 18, .06);
}

.anasayfa_kutu_baslik a {
    color: #1a1210 !important;
    font-weight: 800 !important;
}

.anasayfa_kutu_baslik a:hover {
    color: #a31523 !important;
}

.vet_title,
.forum_mesaj_bilgi_sag,
.detay_h1 + * a {
    color: #a31523;
}

hr {
    border: 0;
    border-top: 1px solid #f0e7e2;
    margin: 22px 0;
}

/* Tables in content */
.container table {
    border-collapse: separate;
    border-spacing: 0;
}

.container table td,
.container table th {
    padding: 10px 8px;
}

/* reCAPTCHA spacing */
.g-recaptcha {
    margin: 8px 0 4px;
}

.iletisim_txt,
.vet_Ara_isim_txt {
    width: 100% !important;
    max-width: 100%;
}

.veteriner_ekle_btn {
    display: block !important;
    margin-bottom: 14px !important;
    padding: 14px 16px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #8f1220, #c23b2e) !important;
    color: #fff !important;
    font-weight: 800 !important;
    text-align: center !important;
    box-shadow: 0 10px 24px rgba(143, 18, 32, .2);
}

.vet_h1 {
    font-size: 26px !important;
    font-weight: 800 !important;
    margin: 0 0 8px !important;
}

.vet_h2,
.vet_h3 {
    color: #7a6a65 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

.vet_title {
    margin-top: 10px;
    font-weight: 700;
    color: #5c4d48;
}

.vet_aciklama {
    line-height: 1.6;
    color: #2b211e;
}

.vet_sag_kutu_fieldset {
    background: #fff !important;
    border: 1px solid rgba(80, 40, 30, .06) !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 28px rgba(70, 28, 18, .06) !important;
    padding: 18px !important;
}

.profil_avatar {
    border-radius: 18px !important;
    box-shadow: 0 8px 20px rgba(70, 28, 18, .1);
}

.profil_sol,
.profil_sag {
    vertical-align: top;
}

.pet_kutu {
    display: inline-block;
    margin: 6px;
    padding: 8px;
    border-radius: 14px;
    background: #f8f3ef;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.pet_kutu img {
    border-radius: 12px;
    display: block;
    margin: 0 auto 6px;
}

.container > h1,
.container h1:first-child {
    margin-top: 0 !important;
    font-size: 28px !important;
    font-weight: 800 !important;
}

.container > h2,
.container h2:first-of-type {
    color: #7a6a65;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.5;
}

/* Blog kategori cards */
.anasayfa_kutu {
    vertical-align: top;
    background: #fff !important;
    border-radius: 18px !important;
    padding: 10px 10px 14px !important;
    box-shadow: 0 8px 22px rgba(70, 28, 18, .06) !important;
    margin-bottom: 16px !important;
}

.anasayfa_kutu_resim,
.anasayfa_kutu_resim_cerceve {
    border-radius: 14px !important;
}

.anasayfa_kutu .bilgi {
    display: flex !important;
    justify-content: space-between;
    gap: 8px;
    width: auto !important;
    padding: 8px 4px 0 !important;
    color: #8a7872;
    font-size: 12px;
    font-weight: 600;
}

/* Forum konu detay: ilgili haberler yan yana */
.forunm_son_haberler_ara.mh-forum-related,
.mh-forum-related {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 8px 0 14px !important;
    padding: 12px !important;
    padding-left: 12px !important;
    box-sizing: border-box !important;
    background: #fff !important;
    border-radius: 16px !important;
    text-align: left !important;
}

.mh-forum-related .anasayfa_kutu,
.mh-forum-related__card {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    float: none !important;
    vertical-align: top !important;
}

.mh-forum-related .anasayfa_kutu_resim_cerceve,
.mh-forum-related .anasayfa_kutu_resim {
    width: 100% !important;
    max-width: 100% !important;
    height: 140px !important;
}

.mh-forum-related .anasayfa_kutu_baslik {
    width: auto !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
}

.mh-forum-related .anasayfa_kutu_baslik a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 900px) {
    .mh-forum-related {
        grid-template-columns: 1fr !important;
    }
    .mh-forum-related .anasayfa_kutu_resim_cerceve,
    .mh-forum-related .anasayfa_kutu_resim {
        height: 160px !important;
    }
}

/* CKEditor / forum compose */
.yeni_konu_baslik {
    display: block;
    margin: 12px 0 6px;
    font-weight: 800;
    color: #5c4d48;
}

/* Mobile */
@media (max-width: 930px) {
    .container {
        width: 94% !important;
        margin-top: 16px !important;
    }

    .forum_cerceve,
    .ilanlar_cerceve,
    .uyelik_formu,
    .uye_girisi,
    .yorumalani {
        padding: 16px !important;
    }

    .detay_h1 {
        font-size: 22px !important;
    }

    .ilanlar_kutu {
        flex-direction: column;
    }

    .forum_kategoriler,
    .forum_alt_kategoriler,
    .forum_konular {
        display: block !important;
    }

    .f1, .f2, .f3, .f4,
    .forum_10_baslik,
    .forum_10_uye,
    .forum_10_kategori {
        display: block !important;
        width: 100% !important;
    }
}

/* ===== Mihav Market product strip (forum / makale) ===== */
.forum_mesaj_ara_reklam,
.mh-article .mh-products,
.mh-products {
    margin: 0 0 22px !important;
}

.mh-products {
    position: relative;
    padding: 18px 18px 8px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,252,248,.88)),
        radial-gradient(ellipse at top right, rgba(163,21,35,.06), transparent 55%);
    box-shadow: 0 10px 28px rgba(70, 28, 18, .06);
    overflow: hidden;
}

.mh-products__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 14px;
    padding: 0 4px;
}

.mh-products__eyebrow {
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #a31523;
}

.mh-products__eyebrow i {
    margin-right: 4px;
}

.mh-products__title {
    margin: 0 !important;
    font-size: clamp(18px, 2.4vw, 22px) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em;
    color: #1a1210 !important;
    text-align: left !important;
}

.mh-products__all {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(70, 28, 18, .08);
    color: #a31523 !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

.mh-products__all:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(70, 28, 18, .12);
    color: #8f1220 !important;
}

.mh-products .bx-wrapper {
    margin: 0 auto 8px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    max-width: 100% !important;
}

.mh-products .bx-wrapper .bx-viewport {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    left: 0 !important;
}

.mh-products .bx-wrapper .bx-controls-direction a {
    width: 38px !important;
    height: 38px !important;
    margin-top: -19px !important;
    border-radius: 50% !important;
    background: #1a1210 !important;
    background-image: none !important;
    box-shadow: 0 6px 16px rgba(26, 18, 16, .22) !important;
    opacity: .94;
    z-index: 4;
    text-indent: 0 !important;
    font-size: 0 !important;
    line-height: 38px !important;
    text-align: center !important;
}

.mh-products .bx-wrapper .bx-controls-direction a:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    vertical-align: middle;
}

.mh-products .bx-wrapper .bx-prev {
    left: 4px !important;
}

.mh-products .bx-wrapper .bx-prev:before {
    transform: rotate(-135deg);
    margin-left: 3px;
}

.mh-products .bx-wrapper .bx-next {
    right: 4px !important;
}

.mh-products .bx-wrapper .bx-next:before {
    transform: rotate(45deg);
    margin-right: 3px;
}

.mh-products .bx-wrapper .bx-controls-direction a:hover {
    opacity: 1;
    background-color: #a31523 !important;
}

.mh-product-card {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    max-width: 240px;
    height: 100%;
    margin: 0 auto;
    padding: 0 !important;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(70, 28, 18, .07);
    text-decoration: none !important;
    color: inherit !important;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease;
}

.mh-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(70, 28, 18, .14);
    color: inherit !important;
}

.mh-product-card__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    padding: 14px;
    background: linear-gradient(180deg, #faf7f3, #fff);
}

.mh-product-card__media img {
    width: 100% !important;
    height: 100% !important;
    max-height: 180px;
    object-fit: contain;
    display: block;
}

.mh-product-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    padding: 4px 8px;
    border-radius: 8px;
    background: #a31523;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .02em;
    box-shadow: 0 4px 10px rgba(163, 21, 35, .28);
}

.mh-product-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    padding: 12px 14px 14px;
    border-top: 1px solid rgba(70, 28, 18, .06);
}

.mh-product-card__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    color: #2a211e;
    text-align: left;
}

.mh-product-card__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 8px;
    margin-top: auto;
}

.mh-product-card__old {
    font-size: 12px;
    font-weight: 600;
    color: #9a8a84;
    text-decoration: line-through;
}

.mh-product-card__price {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -.02em;
    color: #a31523;
}

.mh-product-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(163, 21, 35, .08);
    color: #a31523;
    font-size: 12px;
    font-weight: 800;
    transition: background .2s ease, color .2s ease;
}

.mh-product-card:hover .mh-product-card__cta {
    background: #a31523;
    color: #fff;
}

@media (max-width: 760px) {
    .mh-products {
        padding: 14px 12px 6px;
        border-radius: 14px;
    }

    .mh-products__head {
        align-items: center;
        margin-bottom: 10px;
    }

    .mh-products__all {
        padding: 7px 10px;
        font-size: 12px;
    }

    .mh-product-card__name {
        font-size: 12px;
        min-height: 2.5em;
    }

    .mh-product-card__price {
        font-size: 14px;
    }
}
