+
+
+ {discount > 0 && (
+
+ -{discount}%
+
+ )}
+
+
+ {productData.images.map((image, index) => (
+
+ ))}
+
+
+
+ {productData.category}
+
+
{productData.name}
+
+
+
+ ${productData.price}
+ {productData.originalPrice && (
+
+ ${productData.originalPrice}
+
+ )}
+
+
+ ★
+ {productData.rating}
+ ({productData.reviews} reviews)
+
+
+
+
+ {productData.description}
+
+
+ {/* Color Selection */}
+
+
Color: {selectedColor}
+
+ {productData.colors.map((color) => (
+
+ ))}
+
+
+
+ {/* Quantity */}
+
+
Quantity
+
+
+ {quantity}
+
+
+
+
+ {/* Add to Cart */}
+
+
+
+
+
+ {/* Stock Status */}
+ {productData.inStock ? (
+
+ ✓ In Stock - Ships within 2-3 business days
+
+ ) : (
+
+ Out of Stock - Notify me when available
+
+ )}
+
+ {/* Features */}
+
+
Key Features
+
+ {productData.features.map((feature, index) => (
+ -
+ ✓
+ {feature}
+
+ ))}
+
+
+
+ {/* Dimensions */}
+
+
Dimensions
+
+
+
Width
+
{productData.dimensions.width}
+
+
+
Depth
+
{productData.dimensions.depth}
+
+
+
Height
+
{productData.dimensions.height}
+
+
+
Seat Height
+
{productData.dimensions.seatHeight}
+
+
+
+