.single-product-page .product-title {
    font-weight: bold;
    margin-bottom: 15px;
}


.single-product-page .product-image {
    min-height: 200px;
    max-height: 600px;
}

.product-details p, li{
    color: #fff;
}

.product-img {
    max-height: 500px;
    object-fit: contain;
}

.single-product-page .product-features ul {
    list-style: disc;
    padding-left: 20px;
}

.single-product-page .table-heading {
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}

.single-product-page .dimension {
    background-color: #003366 !important;
    color: #ffff;
}

.related-products h3 {
    font-weight: bold;
}

.related-products .product-card {
    border: 1px solid #eee;
    border-radius: 6px;
    transition: transform 0.2s ease;
    margin-bottom: 20px;
}

.related-products .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}