/* Ürün açıklama alanı */
.woocommerce-tabs .panel{
line-height:1.7;
font-size:16px;
color:#374151;
}

/* paragraflar */
.woocommerce-tabs p{
margin-bottom:16px;
}

/* başlıklar */
.woocommerce-tabs h2,
.woocommerce-tabs h3,
.woocommerce-tabs h4{
font-weight:700;
margin-top:24px;
margin-bottom:12px;
}

/* liste */
.woocommerce-tabs ul{
margin-left:20px;
margin-bottom:18px;
list-style:disc;
}

/* liste elemanı */
.woocommerce-tabs li{
margin-bottom:6px;
}


/* ===============================
ÜRÜN BİLGİ KARTI
=============================== */

.single-product .summary{

background:#ffffff;
padding:40px;
border-radius:20px;

box-shadow:
0 40px 80px rgba(0,0,0,0.08),
0 10px 20px rgba(0,0,0,0.04);

}


/* ===============================
BAŞLIK
=============================== */

.single-product h1{

font-size:36px;
font-weight:900;
line-height:1.35;
color:#111827;

margin-bottom:20px;

}


/* ===============================
FİYAT BLOĞU
=============================== */

.single-product .price{

display:flex;
align-items:center;
gap:12px;

font-size:32px;
font-weight:900;

color:#1F6F43;

margin-bottom:8px;

}

.single-product del{

font-size:20px;
color:#9ca3af;
font-weight:500;

}

.single-product ins{

text-decoration:none;

}


/* ===============================
STOK
=============================== */

.single-product .stock{

display:inline-flex;
align-items:center;

font-size:13px;
font-weight:700;

color:#16a34a;

background:#e9f9ef;

padding:6px 12px;
border-radius:20px;

margin-bottom:20px;

}


/* ===============================
AÇIKLAMA
=============================== */

.single-product .woocommerce-product-details__short-description{

color:#4b5563;
line-height:1.7;

font-size:15px;

margin-bottom:28px;

}


/* ===============================
ADET INPUT
=============================== */

.single-product input.qty{

border:2px solid #e5e7eb;

border-radius:12px;

height:48px;
width:70px;

font-weight:700;
font-size:16px;

margin-right:12px;

}


/* ===============================
SEPETE EKLE
=============================== */

.single-product button.single_add_to_cart_button{

background:#1F6F43;

border:none;
border-radius:12px;

padding:16px 34px;

font-size:16px;
font-weight:800;

color:#fff;

transition:all .25s ease;

box-shadow:0 10px 25px rgba(31,111,67,.25);

}

.single-product button.single_add_to_cart_button:hover{

background:#195C38;

transform:translateY(-3px);

box-shadow:0 18px 40px rgba(31,111,67,.35);

}


/* ===============================
GÜVEN LİSTESİ
=============================== */

.single-product ul{

margin-top:24px;

padding-top:20px;

border-top:1px solid #f0f0f0;

}

.single-product ul li{

font-size:14px;
color:#6b7280;

margin-bottom:6px;

}