AAIVV 4 Piece Expandable Luggage Sets

AAIVV 4 Piece Expandable Luggage Sets

Black
$1.99
Sale price  $1.99 Regular price 
Skip to product information
AAIVV 4 Piece Expandable Luggage Sets

AAIVV 4 Piece Expandable Luggage Sets

$1.99
Sale price  $1.99 Regular price 
颜色Black

<!-- AAIVV 4-PIECE LUGGAGE SET LANDING PAGE - APPLE STYLE - ENGLISH -->
<div id="sc-lp-luggage">
  <style>
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

    #sc-lp-luggage {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
      background-color: #f5f5f7;
      color: #1d1d1f;
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
    }

    .lp-container {
      max-width: 1100px;
      margin: 0 auto;
      padding: 40px 20px;
    }

    /* Hero Section */
    .hero-card {
      background: #ffffff;
      border-radius: 32px;
      padding: 60px 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin-bottom: 24px;
      box-shadow: 0 4px 24px rgba(0,0,0,0.04);
      overflow: hidden;
      background: linear-gradient(135deg, #ffffff 0%, #f0f0f5 100%);
    }

    .hero-badge {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #0071e3;
      margin-bottom: 12px;
    }

    .hero-card h1 {
      font-size: clamp(32px, 6vw, 56px);
      font-weight: 700;
      letter-spacing: -0.02em;
      margin: 0 0 16px 0;
      line-height: 1.1;
    }

    .hero-card p {
      font-size: 20px;
      color: #86868b;
      max-width: 700px;
      margin-bottom: 40px;
    }

    .hero-img {
      width: 100%;
      max-width: 700px;
      border-radius: 24px;
      transition: transform 0.8s cubic-bezier(0.2, 0, 0.2, 1);
    }

    .hero-img:hover { transform: scale(1.02); }

    /* Trust Bar */
    .trust-bar {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin-bottom: 24px;
    }

    .trust-item {
      background: #ffffff;
      padding: 24px;
      border-radius: 24px;
      text-align: center;
      box-shadow: 0 2px 12px rgba(0,0,0,0.02);
    }

    .trust-item span { display: block; font-size: 28px; margin-bottom: 8px; }
    .trust-item label { font-weight: 600; font-size: 13px; color: #515154; }

    /* Bento Grid */
    .bento-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-bottom: 24px;
    }

    .bento-item {
      background: #ffffff;
      border-radius: 32px;
      padding: 40px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    }

    .bento-item.full-width { grid-column: span 2; }
    .bento-item.dark { background: #1d1d1f; color: #fff; }

    .bento-item h2 { font-size: 28px; font-weight: 600; margin-bottom: 12px; }
    .bento-item p { color: #86868b; font-size: 16px; margin-bottom: 24px; }
    .bento-item.dark p { color: #a1a1a6; }

    .bento-img {
      width: 100%;
      border-radius: 16px;
      object-fit: cover;
    }

    /* Detail Grid Layout */
    .detail-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 24px;
        margin-bottom: 24px;
    }

    /* CTA Section */
    .cta-section {
      background: linear-gradient(135deg, #1d1d1f 0%, #3a3a3c 100%);
      color: white;
      border-radius: 32px;
      padding: 80px 40px;
      text-align: center;
    }

    .cta-btn {
      background: #ffffff;
      color: #1d1d1f;
      padding: 18px 48px;
      border-radius: 40px;
      font-size: 18px;
      font-weight: 600;
      text-decoration: none;
      display: inline-block;
      margin-top: 30px;
      transition: transform 0.2s;
    }

    .cta-btn:hover { transform: scale(1.05); }

    /* Mobile adjustments */
    @media (max-width: 768px) {
      .bento-grid, .trust-bar { grid-template-columns: 1fr; }
      .bento-item.full-width { grid-column: span 1; }
      .hero-card { padding: 40px 20px; }
      .hero-card h1 { font-size: 34px; }
    }
  </style>

  <div class="lp-container">
    <!-- Hero Area -->
    <header class="hero-card">
      <div class="hero-badge">The Complete Travel Solution</div>
      <h1>AAIVV 4-Piece Luggage Set</h1>
      <p>Indulge your cargo in premium ABS protection. A versatile collection featuring hardshell durability, smart organization, and intelligent travel features.</p>
      <img src="https://sc04.alicdn.com/kf/A366fb652e34b40ceac1c9e6f65fe063bq.webp" alt="AAIVV Luggage Set" class="hero-img">
    </header>

    <!-- Trust Bar -->
    <div class="trust-bar">
      <div class="trust-item"><span>🚀</span><label>20% Expandable</label></div>
      <div class="trust-item"><span>🛡️</span><label>TSA Approved Lock</label></div>
      <div class="trust-item"><span>🛞</span><label>360° Silent Wheels</label></div>
      <div class="trust-item"><span>🔌</span><label>Built-in USB Port</label></div>
    </div>

    <!-- Features Bento Grid -->
    <div class="bento-grid">
      <!-- Feature 1: Expansion -->
      <div class="bento-item full-width" style="background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);">
        <div style="display: flex; flex-direction: row; gap: 40px; align-items: center; flex-wrap: wrap;">
          <div style="flex: 1; min-width: 300px;">
            <h2>Expands for More Space</h2>
            <p>Don't leave anything behind. Our luggage expands an additional 20%, giving you the freedom to pack more souvenirs and travel essentials with ease.</p>
          </div>
          <div style="flex: 1; min-width: 300px;">
            <img src="https://sc04.alicdn.com/kf/A1acbf9dcb286430fa1ecdd14d77a324b2.webp" alt="Expansion Feature" class="bento-img">
          </div>
        </div>
      </div>

      <!-- Feature 2: Smart Features -->
      <div class="bento-item">
        <div>
          <h2>Smart Carry-on Tech</h2>
          <p>The 20" size includes a built-in USB charging port and a folding cup holder—perfect for keeping your coffee, umbrella, and devices powered up.</p>
        </div>
        <img src="https://sc04.alicdn.com/kf/Af3df258f7276403996d54cee955e6f74F.webp" alt="USB and Cup Holder" class="bento-img">
      </div>

      <!-- Feature 3: Smooth Wheels -->
      <div class="bento-item">
        <div>
          <h2>Smooth Dual-Wheel Design</h2>
          <p>Navigate busy terminals effortlessly with shock-absorbing, silent dual-wheels. Features a one-click replacement system for maximum longevity.</p>
        </div>
        <img src="https://sc04.alicdn.com/kf/A70d954f517cf416cab0e0bb6463a17b51.webp" alt="Dual Wheel Detail" class="bento-img">
      </div>

      <!-- Feature 4: Organized Interior (Full Width) -->
      <div class="bento-item full-width dark">
        <div style="display: flex; flex-direction: row; gap: 40px; align-items: center; flex-wrap: wrap;">
            <div style="flex: 1; min-width: 300px;">
                <img src="https://sc04.alicdn.com/kf/A99a400e645ac4a24aa514edd558cc4161.webp" alt="Interior organization" class="bento-img">
            </div>
            <div style="flex: 1; min-width: 300px;">
                <h2>Spacious & Organized Interior</h2>
                <p>Fully-lined compartments with convenient mesh pockets, smooth zippers, and independent waterproof bags. Keep your belongings secure and perfectly sorted.</p>
            </div>
        </div>
      </div>
    </div>

    <!-- Security & Construction Grid -->
    <div class="detail-grid">
        <div class="bento-item">
            <h3>TSA-Approved Security</h3>
            <p>Integrated TSA combination lock ensures your property safety while allowing customs officials to inspect without damage.</p>
            <img src="https://sc04.alicdn.com/kf/A1acbf9dcb286430fa1ecdd14d77a324b2.webp" alt="TSA Lock" style="width: 100%; border-radius: 12px; margin-top: 15px;">
        </div>
        <div class="bento-item">
            <h3>Hard ABS Shell</h3>
            <p>Engineered with high-density ABS material to withstand violent transportation and protect your cargo against impacts.</p>
            <img src="https://sc04.alicdn.com/kf/A1acbf9dcb286430fa1ecdd14d77a324b2.webp" alt="ABS Shell Detail" style="width: 100%; border-radius: 12px; margin-top: 15px;">
        </div>
    </div>

    <!-- Handles Section -->
    <div class="bento-item full-width" style="text-align: center; background: #ffffff;">
        <h2 style="margin-bottom: 20px;">Ergonomic Comfort</h2>
        <p style="color: #86868b; margin-bottom: 40px;">Adjustable 3-step telescoping handle and soft-touch side handles for easy lifting and comfortable holding across different heights.</p>
        <img src="https://sc04.alicdn.com/kf/Ac79b71ca3f74443a8abb0a8e35a444b0q.webp" alt="Handle Details" style="max-width: 800px; width: 100%;">
    </div>

    <!-- CTA Area -->
    <footer class="cta-section">
      <h2>Travel Redefined</h2>
      <p>The ultimate 4-piece set including 14", 20", 24", and 28" luggage. Professional quality for every journey.</p>
      <a href="#cart" class="cta-btn">Add to Cart</a>
    </footer>
  </div>
</div>

Made with care

Great value

Elegant design

Quality materials

Details

This product is crafted with quality materials to ensure durability and performance. Designed with your convenience in mind, it seamlessly fits into your everyday life.

Shipping & Returns

We strive to process and ship all orders in a timely manner, working diligently to ensure that your items are on their way to you as soon as possible.

We are committed to ensuring a positive shopping experience for all our customers. If for any reason you wish to return an item, we invite you to reach out to our team for assistance, and we will evaluate every return request with care and consideration.