/**/
/* ── Product Description Sections ── */
.woocommerce-tabs .product-section h3,
.single-product .product-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #b8860b;
    margin: 25px 0 15px;
    letter-spacing: 0.5px;
}
.woocommerce-tabs .product-section p,
.single-product .product-section p {
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 15px;
    color: #444;
}
.woocommerce-tabs .shipping-info p,
.single-product .shipping-info p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
}
.woocommerce-tabs .product-gallery img,
.single-product .product-gallery img {
    margin-bottom: 15px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    max-width: 100%;
    height: auto;
}
