<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Product Features</title>
</head>
<body>
<div class="features - container">
<div class="feature - card">
<h3 class="feature - heading">Multi-Function</h3>
<p class="feature - text">This square shovel is suitable for garden planting, edging, trenching, and clearing driveways. Its slightly curved, wide edge allows you to scoop more at once, reducing bending and lowering overall effort</p>
</div>
<div class="feature - card">
<h3 class="feature - heading">Sturdy Material</h3>
<p class="feature - text">Made from high-strength alloy steel, both the blade and handle of our flat shovel provide excellent durability for digging, scooping, and transferring. The structure holds up well under pressure and is suitable for most outdoor tasks</p>
</div>
<div class="feature - card">
<h3 class="feature - heading">Durable Design</h3>
<p class="feature - text">This transfer shovel features a welded and twist-lock design to boost digging efficiency while allowing quick disassembly for storage. The ergonomic D-grip handle adds comfort and helps reduce fatigue</p>
</div>
<div class="feature - card">
<h3 class="feature - heading">Lightweight Size</h3>
<p class="feature - text">Our metal square shovel measures 48 in long with a 7.48 x 11.6 in metal blade, balancing proportion and efficiency. Weighing only 5.71 lbs, it helps reduce effort during extended use</p>
</div>
<div class="feature - card">
<h3 class="feature - heading">Reinforced Foot Pad</h3>
<p class="feature - text">This shovel features a wide, reinforced foot pad that allows deeper digging with less effort. Whether loosening soil, cutting grass, or trenching, it improves leverage and provides comfort even during long tasks</p>
</div>
</div>
</body>
</html>