Flash Sale: Limited Time Deals

<div class="Flash-Sale-page">
  
  <!-- HERO SECTION -->
  <div class="flash-hero" style="background: linear-gradient(135deg, #FF6B35, #E74C3C); color: white; padding: 40px 20px; text-align: center;">
    <h1 style="font-size: 48px; margin: 0;">⚡ FLASH SALE ⚡</h1>
    <h2 style="font-size: 32px; margin: 10px 0;">LIMITED TIME DEALS</h2>
    <p style="font-size: 18px; margin: 20px auto; max-width: 600px;">Hurry! These incredible offers disappear soon. Don't miss your chance to save big!</p>
    
    <!-- COUNTDOWN TIMER -->
    <div class="countdown-timer" style="background: rgba(0,0,0,0.3); padding: 20px; border-radius: 10px; max-width: 600px; margin: 30px auto;">
      <h3 style="margin: 0 0 15px 0;">⏰ DEAL ENDS IN:</h3>
      <div style="display: flex; justify-content: center; gap: 20px;">
        <div style="text-align: center;">
          <div style="font-size: 40px; font-weight: bold;">05</div>
          <div>DAYS</div>
        </div>
        <div style="font-size: 40px;">:</div>
        <div style="text-align: center;">
          <div style="font-size: 40px; font-weight: bold;">12</div>
          <div>HOURS</div>
        </div>
        <div style="font-size: 40px;">:</div>
        <div style="text-align: center;">
          <div style="font-size: 40px; font-weight: bold;">30</div>
          <div>MINUTES</div>
        </div>
      </div>
    </div>
    
    <!-- PROGRESS BAR -->
    <div style="max-width: 600px; margin: 20px auto;">
      <div style="display: flex; justify-content: space-between; margin-bottom: 5px;">
        <span>🔥 75% of deals claimed!</span>
        <span>Hurry, limited stock!</span>
      </div>
      <div style="background: rgba(255,255,255,0.3); height: 10px; border-radius: 5px;">
        <div style="background: #FFD700; width: 75%; height: 100%; border-radius: 5px;"></div>
      </div>
    </div>
  </div>
  
  <!-- PRODUCT COLLECTION -->
  <div style="padding: 40px 20px;">
    <h2 style="text-align: center; margin-bottom: 30px;">🚨 SHOP FLASH DEALS BELOW 🚨</h2>
    
    <!-- This is where your collection will appear -->
    {% section 'collection-template' %}
  </div>
  
  <!-- INFO SECTIONS -->
  <div style="max-width: 800px; margin: 0 auto; padding: 40px 20px;">
    
    <!-- WHY SHOP SECTION -->
    <div style="background: #f8f8f8; padding: 30px; border-radius: 10px; margin-bottom: 30px;">
      <h3>🌟 Why Shop Flash Sale Deals?</h3>
      <ul>
        <li><strong>Deepest Discounts:</strong> Our biggest savings of the season</li>
        <li><strong>Limited Time Only:</strong> These prices disappear forever</li>
        <li><strong>Quality Guaranteed:</strong> Perfect products, crazy prices</li>
        <li><strong>Best Sellers Included:</strong> Popular items at rare discounts</li>
      </ul>
    </div>
    
    <!-- FAQ SECTION -->
    <div style="margin-bottom: 30px;">
      <h3>❓ Flash Sale FAQ</h3>
      
      <div style="margin: 20px 0;">
        <h4 style="color: #E74C3C;">Q: How long does the Flash Sale last?</h4>
        <p>A: This sale is active for 7 days only. When the timer hits zero, these prices disappear!</p>
      </div>
      
      <div style="margin: 20px 0;">
        <h4 style="color: #E74C3C;">Q: Can I combine flash sale discounts?</h4>
        <p>A: Flash sale prices are already discounted and cannot be combined with other codes.</p>
      </div>
      
      <div style="margin: 20px 0;">
        <h4 style="color: #E74C3C;">Q: What's the return policy?</h4>
        <p>A: All flash sale purchases are final sale - no returns or exchanges.</p>
      </div>
      
      <div style="margin: 20px 0;">
        <h4 style="color: #E74C3C;">Q: Will items restock during the sale?</h4>
        <p>A: No! When an item sells out, it's gone for good at this price.</p>
      </div>
    </div>
    
    <!-- EMAIL SIGNUP -->
    <div style="background: linear-gradient(135deg, #3498db, #2c3e50); color: white; padding: 30px; border-radius: 10px; text-align: center;">
      <h3>📧 Get Flash Sale Alerts!</h3>
      <p>Be the first to know about our next flash sale. Exclusive early access for subscribers!</p>
      <!-- Add your email signup form here -->
      <div style="max-width: 400px; margin: 20px auto;">
        [Add your email subscription form]
      </div>
    </div>
    
  </div>
  
</div>

<style>
  /* Add custom styles */
  .flash-sale-page h1, .flash-sale-page h2, .flash-sale-page h3 {
    color: #333;
  }
  
  .flash-sale-page ul {
    padding-left: 20px;
  }
  
  .flash-sale-page li {
    margin-bottom: 10px;
    line-height: 1.6;
  }
</style>