/* 🔥 ÜRÜN SAYFASI ARKA PLAN
   Dosya: /resimler/havasorurunarkaplan.jpg */
body {
    margin: 0;
    background: url("resimler/havasorarkaplan.jpg") center/cover fixed;
    font-family: "Poppins", sans-serif;
    color: white;
}

/* HAVASOR BAŞLIK */
.title {
    text-align: center;
    margin-top: 40px;
    font-size: 48px;
    letter-spacing: 14px;
    font-weight: 300;
}

.line {
    width: 65%;
    height: 2px;
    background: #ffffff;
    opacity: 0.6;
    margin: 12px auto 30px auto;
}

/* ANA BLOK */
.product-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 80px;
}

/* ÜRÜN RESMİ */
.product-image {
    width: 380px;
    height: 420px;
    margin: 0 auto;
    border-radius: 18px;
    overflow: hidden;
    border: 4px solid rgba(0,0,0,0.85);
    box-shadow: 0 0 25px rgba(0,0,0,0.8);
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* AÇIKLAMA PANELİ */
.info-panel {
    width: 940px;
    margin: 40px auto 0 auto;
    background: rgba(0,0,0,0.65);
    padding: 25px 30px;
    border-radius: 18px;
    border: 1px solid #222;
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

.info-panel h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
}

/* TABLO */
table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
}

table td {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}

table tr:last-child td {
    border-bottom: none;
}

table td:first-child {
    font-weight: bold;
    width: 260px;
}
