Premium Water Bottles - Stay Hydrated All Day

<!DOCTYPE html>

<html lang="en">

<head>

  1.     <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Premium Insulated Water Bottles - Stay Hydrated</title>

    <style>

        * {

            margin: 0;

            padding: 0;

            box-sizing: border-box;

        }

        

        body {

            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

            line-height: 1.6;

            color: #333;

        }

        

        header {

            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);

            color: white;

            padding: 60px 20px;

            text-align: center;

        }

        

        header h1 {

            font-size: 3em;

            margin-bottom: 10px;

        }

        

        header p {

            font-size: 1.3em;

            margin-bottom: 30px;

        }

        

        .cta-button {

            background: #ff6b6b;

            color: white;

            padding: 15px 40px;

            border: none;

            font-size: 1.2em;

            border-radius: 50px;

            cursor: pointer;

            transition: 0.3s;

        }

        

        .cta-button:hover {

            background: #ff5252;

            transform: scale(1.05);

        }

        

        .features {

            display: grid;

            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

            gap: 30px;

            padding: 60px 20px;

            background: #f8f9fa;

        }

        

        .feature {

            background: white;

            padding: 30px;

            border-radius: 10px;

            text-align: center;

            box-shadow: 0 5px 15px rgba(0,0,0,0.1);

        }

        

        .feature h3 {

            color: #667eea;

            margin-bottom: 10px;

        }

        

        .promo {

            background: #fff3cd;

            padding: 40px 20px;

            text-align: center;

            font-size: 1.5em;

            font-weight: bold;

        }

        

        .colors {

            padding: 60px 20px;

            text-align: center;

        }

        

        .colors h2 {

            margin-bottom: 30px;

            font-size: 2em;

        }

        

        .color-grid {

            display: grid;

            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));

            gap: 15px;

            max-width: 600px;

            margin: 0 auto;

        }

        

        .color-box {

            height: 100px;

            border-radius: 10px;

            border: 3px solid #ddd;

            cursor: pointer;

            transition: 0.3s;

        }

        

        .color-box:hover {

            border-color: #667eea;

            transform: scale(1.05);

        }

        

        .testimonials {

            background: #f8f9fa;

            padding: 60px 20px;

        }

        

        .testimonials h2 {

            text-align: center;

            margin-bottom: 40px;

            font-size: 2em;

        }

        

        .testimonial {

            background: white;

            padding: 20px;

            margin-bottom: 20px;

            border-radius: 10px;

            max-width: 600px;

            margin-left: auto;

            margin-right: auto;

        }

        

        .stars {

            color: #ffc107;

            margin-bottom: 10px;

        }

        

        footer {

            background: #333;

            color: white;

            text-align: center;

            padding: 20px;

        }

        

        .urgency {

            background: #ff6b6b;

            color: white;

            padding: 15px 20px;

            text-align: center;

            font-weight: bold;

        }

        

        @media (max-width: 768px) {

            header h1 {

                font-size: 2em;

            }

            

            header p {

                font-size: 1.1em;

            }

        }

    </style>

</head>

<body>

    <!-- Header -->

    <header>

        <h1>💧 Stay Hydrated. Stay Strong.</h1>

        <p>Premium Insulated Water Bottles for Athletes & Professionals</p>

        <button class="cta-button">Shop Now - FREE SHIPPING</button>

    </header>

    

    <!-- Urgency -->

    <div class="urgency">

        ⏰ LIMITED TIME: Back to School Sale - 30% OFF (Ends Tonight!)

    </div>

    

    <!-- Features -->

    <section class="features">

        <div class="feature">

            <h3>❄️ 24-Hour Insulation</h3>

            <p>Keeps drinks cold for 24 hours, hot for 12 hours</p>

        </div>

        

        <div class="feature">

            <h3>🧲 Magnetic Handle</h3>

            <p>Easy to carry, fits in any backpack or gym bag</p>

        </div>

        

        <div class="feature">

            <h3>🌍 Eco-Friendly</h3>

            <p>100% recyclable stainless steel. Save the planet!</p>

        </div>

        

        <div class="feature">

            <h3>🎨 15+ Colors</h3>

            <p>Choose your favorite color from our premium collection</p>

        </div>

        

        <div class="feature">

            <h3>✅ BPA Free</h3>

            <p>Safe for you, safe for your family</p>

        </div>

        

        <div class="feature">

            <h3>📦 Free Shipping Over $50</h3>

            <p>Fast delivery. No hidden charges.</p>

        </div>

    </section>

    

    <!-- Promo -->

    <section class="promo">

        🎁 Buy 2 Get 10% OFF | Free Gift Wrapping

    </section>

    

    <!-- Colors -->

    <section class="colors">

        <h2>Choose Your Color</h2>

        <div class="color-grid">

            <div class="color-box" style="background: #000;"></div>

            <div class="color-box" style="background: #fff; border: 3px solid #999;"></div>

            <div class="color-box" style="background: #ff69b4;"></div>

            <div class="color-box" style="background: #4169e1;"></div>

            <div class="color-box" style="background: #32cd32;"></div>

            <div class="color-box" style="background: #ffa500;"></div>

        </div>

        <p style="margin-top: 20px; font-size: 1.2em;">+ 9 More Colors Available!</p>

        <button class="cta-button" style="margin-top: 30px;">Explore All Colors</button>

    </section>

    

    <!-- Testimonials -->

    <section class="testimonials">

        <h2>⭐ What Customers Say</h2>

        

        <div class="testimonial">

            <div class="stars">★★★★★</div>

            <p><strong>"Best water bottle ever!"</strong></p>

            <p>"I've tried many brands, but this one keeps my water cold all day. Highly recommend!" - Sarah M.</p>

        </div>

        

        <div class="testimonial">

            <div class="stars">★★★★★</div>

            <p><strong>"Perfect for gym & school"</strong></p>

            <p>"My kids love it! The magnetic handle is super convenient. Great quality!" - John D.</p>

        </div>

        

        <div class="testimonial">

            <div class="stars">★★★★★</div>

            <p><strong>"Amazing product"</strong></p>

            <p>"Durable, stylish, and actually works. Worth every penny!" - Emma T.</p>

        </div>

    </section>

    

    <!-- Call to Action -->

    <header style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 60px 20px;">

        <h2 style="font-size: 2.5em; margin-bottom: 20px;">Ready to Upgrade Your Hydration?</h2>

        <p style="font-size: 1.2em; margin-bottom: 30px;">Join 5,000+ satisfied customers</p>

        <button class="cta-button">Buy Now - 30-Day Money Back Guarantee</button>

        <p style="margin-top: 20px; font-size: 0.9em;">✅ Free Shipping | ✅ 30-Day Returns | ✅ Lifetime Support</p>

    </header>

    

    <!-- Footer -->

    <footer>

        <p>&copy; 2026 General Deals Store. All rights reserved.</p>

        <p>📞 support@generaldeals.com | 🚚 Fast Shipping | 💯 Quality Guaranteed</p>

    </footer>

</body>

</html>