dragon fruit

dragon fruit
Filters
  • Product
  • Qty in Cart
  • Quantity
  • Price
  • Subtotal
  • <style>
    html { scroll-behavior: smooth; }
    :root {
      --zb-green: #20a83a;
      --zb-green-dark: #13752a;
      --zb-green-soft: #eaf8ee;
      --zb-black: #101820;
      --zb-gray: #5f6872;
      --zb-light: #f6f8f7;
      --zb-border: #dfe7e2;
      --zb-white: #ffffff;
      --zb-shadow: 0 18px 45px rgba(16, 24, 32, 0.12);
      --zb-radius: 22px;
    }
    * { box-sizing: border-box; }
    body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--zb-black); background: #ffffff; line-height: 1.6; }
    .zb-disposable-page { width: 100%; overflow: hidden; background: radial-gradient(circle at top left, rgba(32, 168, 58, 0.14), transparent 34%), linear-gradient(180deg, #ffffff 0%, #f7faf8 100%); }
    .zb-container { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
    .zb-hero { padding: 78px 0 52px; text-align: center; position: relative; }
    .zb-eyebrow { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 9px 16px; margin-bottom: 18px; border-radius: 999px; background: var(--zb-green-soft); color: var(--zb-green-dark); font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
    .zb-hero h1 { margin: 0 auto 18px; max-width: 900px; font-size: clamp(42px, 7vw, 82px); line-height: 0.95; letter-spacing: -0.06em; font-weight: 950; }
    .zb-hero h1 span { color: var(--zb-green); }
    .zb-hero-text { max-width: 820px; margin: 0 auto 32px; font-size: clamp(17px, 2vw, 22px); color: var(--zb-gray); }
    .zb-hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 28px; }
    .zb-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 15px 24px; border-radius: 999px; font-weight: 900; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
    .zb-button:hover { transform: translateY(-2px); }
    .zb-button-secondary { background: var(--zb-white); color: var(--zb-black); border: 1px solid var(--zb-border); box-shadow: 0 10px 22px rgba(16, 24, 32, 0.08); }
    .zb-trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 18px auto 0; max-width: 1000px; }
    .zb-trust-item { background: rgba(255, 255, 255, 0.78); border: 1px solid var(--zb-border); border-radius: 18px; padding: 18px 16px; box-shadow: 0 8px 24px rgba(16, 24, 32, 0.06); font-weight: 850; }
    .zb-trust-item .zb-mini-icon { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 10px; margin-bottom: 10px; border-radius: 14px; background: var(--zb-green-soft); color: var(--zb-green-dark); font-size: 13px; line-height: 1; font-weight: 950; letter-spacing: 0.04em; text-transform: uppercase; }
    .zb-section { padding: 42px 0; }
    .zb-section-header { text-align: center; max-width: 780px; margin: 0 auto 28px; }
    .zb-section-header h2 { margin: 0 0 12px; font-size: clamp(30px, 4.5vw, 52px); line-height: 1.02; letter-spacing: -0.04em; }
    .zb-section-header p { margin: 0; color: var(--zb-gray); font-size: 18px; }
    .zb-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .zb-card { position: relative; min-height: 260px; padding: 28px; border-radius: var(--zb-radius); background: var(--zb-white); border: 1px solid var(--zb-border); box-shadow: var(--zb-shadow); overflow: hidden; }
    .zb-card::after { content: ""; position: absolute; inset: auto -40px -70px auto; width: 150px; height: 150px; border-radius: 50%; background: rgba(32, 168, 58, 0.1); }
    .zb-card-icon { width: auto; min-width: 58px; height: 52px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; padding: 0 14px; border-radius: 16px; background: var(--zb-green-soft); color: var(--zb-green-dark); font-size: 13px; font-weight: 950; letter-spacing: 0.06em; text-transform: uppercase; }
    .zb-card h3 { margin: 0 0 10px; font-size: 24px; line-height: 1.15; letter-spacing: -0.02em; }
    .zb-card p { margin: 0; color: var(--zb-gray); font-size: 16px; }
    .zb-highlight-card { grid-column: span 2; background: linear-gradient(135deg, rgba(32, 168, 58, 0.95), rgba(19, 117, 42, 0.98)), var(--zb-green); color: var(--zb-white); border: 0; }
    .zb-highlight-card p, .zb-highlight-card .zb-small-label { color: rgba(255, 255, 255, 0.86); }
    .zb-highlight-card .zb-card-icon { background: rgba(255, 255, 255, 0.16); color: var(--zb-white); }
    .zb-small-label { display: block; margin-bottom: 8px; color: var(--zb-green); font-size: 12px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
    .zb-product-card { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 24px; align-items: stretch; background: var(--zb-white); border-radius: 30px; border: 1px solid var(--zb-border); box-shadow: var(--zb-shadow); overflow: hidden; }
    .zb-product-copy { padding: 38px; }
    .zb-product-copy h2 { margin: 0 0 14px; font-size: clamp(30px, 4vw, 50px); line-height: 1; letter-spacing: -0.04em; }
    .zb-product-copy p { color: var(--zb-gray); font-size: 17px; margin: 0 0 18px; }
    .zb-product-panel { background: radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.32), transparent 24%), linear-gradient(145deg, #151f19, #20a83a); padding: 34px; color: var(--zb-white); display: flex; flex-direction: column; justify-content: center; }
    .zb-box-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 13px; }
    .zb-box-list li { display: flex; gap: 12px; align-items: flex-start; padding: 14px; border-radius: 16px; background: rgba(255, 255, 255, 0.12); backdrop-filter: blur(6px); font-weight: 750; }
    .zb-check { flex: 0 0 auto; width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--zb-white); color: var(--zb-green-dark); font-weight: 950; line-height: 1; }
    .zb-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: zb-steps; }
    .zb-step { counter-increment: zb-steps; padding: 28px; background: var(--zb-white); border: 1px solid var(--zb-border); border-radius: var(--zb-radius); box-shadow: 0 14px 34px rgba(16, 24, 32, 0.08); }
    .zb-step::before { content: counter(zb-steps); display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 16px; border-radius: 14px; background: var(--zb-green); color: var(--zb-white); font-weight: 950; font-size: 20px; }
    .zb-step h3 { margin: 0 0 8px; font-size: 22px; }
    .zb-step p { margin: 0; color: var(--zb-gray); }
    .zb-cta { margin: 40px 0 10px; padding: clamp(34px, 6vw, 62px); border-radius: 34px; text-align: center; color: #ffffff !important; background: linear-gradient(rgba(6, 12, 20, 0.88), rgba(6, 12, 20, 0.92)), radial-gradient(circle at 70% 20%, rgba(32, 168, 58, 0.55), transparent 36%), #08111a; box-shadow: 0 18px 45px rgba(16, 24, 32, 0.22); }
    .zb-cta h2 { margin: 0 auto 18px; max-width: 850px; font-size: clamp(32px, 5vw, 62px); line-height: 1.05; letter-spacing: -0.05em; color: #ffffff !important; font-weight: 950 !important; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35); }
    .zb-cta p { max-width: 760px; margin: 0 auto 26px; color: rgba(255, 255, 255, 0.96) !important; font-size: 22px; line-height: 1.7; font-weight: 500; }
    .zb-selection-note { display: inline-block; max-width: 860px; padding: 20px 28px; border-radius: 20px; background: rgba(255, 255, 255, 0.16); border: 1px solid rgba(255, 255, 255, 0.28); color: #ffffff !important; font-weight: 850; font-size: 18px; line-height: 1.6; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22); backdrop-filter: blur(4px); }
    .zb-faq-wrap { max-width: 1120px; margin: 0 auto; }
    .zb-faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
    .zb-faq-tab-card { position: relative; overflow: hidden; border-radius: 24px; background: #ffffff; border: 1px solid rgba(32, 168, 58, 0.18); box-shadow: 0 14px 34px rgba(16, 24, 32, 0.08); }
    .zb-faq-question-bar { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; padding: 18px 20px; color: #ffffff; background: linear-gradient(135deg, #20a83a 0%, #13752a 54%, #08111a 100%); }
    .zb-faq-question-bar.alt { background: linear-gradient(135deg, #101820 0%, #13752a 48%, #20a83a 100%); }
    .zb-faq-number { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 999px; background: rgba(255, 255, 255, 0.18); border: 1px solid rgba(255, 255, 255, 0.26); color: #ffffff; font-size: 13px; font-weight: 950; }
    .zb-faq-question-bar h3 { margin: 0; color: #ffffff !important; font-size: 18px; line-height: 1.25; letter-spacing: -0.01em; }
    .zb-faq-answer { position: relative; z-index: 1; padding: 20px 22px 24px; color: var(--zb-gray); font-size: 16px; line-height: 1.72; }
    .zb-faq-answer p { margin: 0; }
    .zb-faq-featured { grid-column: span 2; }
    .zb-disclaimer { max-width: 950px; margin: 28px auto 0; padding: 22px; border-radius: 18px; background: #fff8e5; border: 1px solid #f0d99a; color: #5a4818; font-size: 14px; }
    @media (max-width: 900px) {
      .zb-trust-strip, .zb-card-grid, .zb-steps, .zb-product-card, .zb-faq-grid { grid-template-columns: 1fr; }
      .zb-highlight-card, .zb-faq-featured { grid-column: span 1; }
      .zb-product-copy, .zb-product-panel { padding: 28px; }
    }
  </style>
<main class="zb-disposable-page">
  <section class="zb-hero">
    <div class="zb-container">
      <span class="zb-eyebrow">Nic Salt E-Liquid &middot; 30ml</span>
      <h2>Suicide Bunny Salt <span>Sucker Punch</span></h2>
      <p class="zb-hero-text">Suicide Bunny Salt Sucker Punch nic salt e-liquid blends juicy strawberries with sweet dragonfruit into a creamy fruit fusion vape juice, in a smooth 30ml nic salt formula.</p>
      <div class="zb-trust-strip">
        <div class="zb-trust-item"><div class="zb-mini-icon">30mL</div>Bottle Capacity</div>
        <div class="zb-trust-item"><div class="zb-mini-icon">NS</div>Nic Salt Formula</div>
        <div class="zb-trust-item"><div class="zb-mini-icon">20/40</div>MG Strengths</div>
        <div class="zb-trust-item"><div class="zb-mini-icon">CR</div>Child-Resistant Cap</div>
      </div>
    </div>
  </section>

  <section class="zb-section">
    <div class="zb-container">
      <div class="zb-section-header">
        <h2>Why Vapers Love Sucker Punch Salt</h2>
        <p>A creamy strawberry-dragonfruit nic salt fan favorite.</p>
      </div>
      <div class="zb-card-grid">
        <div class="zb-card"><h3>Strawberry Dragonfruit Fusion</h3><p>Juicy strawberries meet sweet dragonfruit for a creamy, fruity vape.</p></div>
        <div class="zb-card"><h3>Smooth Nic Salt Hit</h3><p>Formulated for a gentler throat hit with fast-acting nicotine satisfaction.</p></div>
        <div class="zb-card"><h3>Two Nicotine Strengths</h3><p>Available in 20mg or 40mg to match your preference.</p></div>
        <div class="zb-card"><h3>Pairs With Pod Systems</h3><p>Ideal for low-wattage pod devices that favor nic salt e-liquids.</p></div>
        <div class="zb-card"><h3>Trusted Suicide Bunny Quality</h3><p>Made by a top-rated e-liquid brand known for bold, consistent flavors.</p></div>
        <div class="zb-card"><h3>Fast Zamplebox Shipping</h3><p>Order today and get your Sucker Punch Salt vape juice fast.</p></div>
      </div>
    </div>
  </section>

  <section class="zb-section">
    <div class="zb-container">
      <div class="zb-section-header"><h2>How To Enjoy Sucker Punch Salt</h2></div>
      <div class="zb-steps">
        <div class="zb-step"><h3>Pick Your Strength</h3><p>Choose 20mg or 40mg nic salt depending on your preference.</p></div>
        <div class="zb-step"><h3>Fill Your Pod Device</h3><p>Best suited for low-wattage pod systems and salt-compatible devices.</p></div>
        <div class="zb-step"><h3>Savor The Fusion</h3><p>Enjoy the creamy strawberry-dragonfruit flavor with every puff.</p></div>
      </div>
    </div>
  </section>

  <section class="zb-section">
    <div class="zb-container">
      <div class="zb-cta">
        <h2>A Fruit Fusion Fan Favorite</h2>
        <p style="margin:0;opacity:.92;">Join thousands of vapers who trust Zamplebox for fast shipping and unbeatable prices on Suicide Bunny e-liquids.</p>
      </div>
    </div>
  </section>

  <section class="zb-section" id="faq">
    <div class="zb-container">
      <div class="zb-section-header"><h2>Suicide Bunny Salt Sucker Punch FAQ</h2></div>
      <div class="zb-faq-grid">
        <div class="zb-faq-tab-card"><div class="zb-faq-question-bar"><span class="zb-faq-number">1</span><h3>What flavor is Sucker Punch?</h3></div><div class="zb-faq-answer">A creamy fruit fusion of juicy strawberries and sweet dragonfruit.</div></div>
        <div class="zb-faq-tab-card"><div class="zb-faq-question-bar alt"><span class="zb-faq-number">2</span><h3>What nicotine strengths are available?</h3></div><div class="zb-faq-answer">20mg and 40mg nic salt options.</div></div>
        <div class="zb-faq-tab-card"><div class="zb-faq-question-bar"><span class="zb-faq-number">3</span><h3>What size is the bottle?</h3></div><div class="zb-faq-answer">A 30mL bottle with a child-resistant cap.</div></div>
        <div class="zb-faq-tab-card"><div class="zb-faq-question-bar alt"><span class="zb-faq-number">4</span><h3>Is this nic salt or freebase?</h3></div><div class="zb-faq-answer">This is a nic salt formula. A 120ml freebase version is also available.</div></div>
      </div>
      <div class="zb-disclaimer">WARNING: This product contains nicotine. Nicotine is an addictive chemical. For adult smokers/vapers 21+ only.</div>
    </div>
  </section>
</main>

    Suicide Bunny Salt Sucker Punch

    $11.99
    html { scroll-behavior: smooth; } :root { --zb-green: #20a83a; --zb-green-dark: #13752a; --zb-green-soft: #eaf8ee; --zb-black: #101820; --zb-gray: #5f6872; --zb-light: #f6f8f7; --zb-border: #dfe7e2; ...
    Qty in Cart: 0
    Price:
    $11.99
    Subtotal:
  • Suicide Bunny - Sucker Punch

    Suicide Bunny - Sucker Punch

    $14.99
    html { scroll-behavior: smooth; } :root { --zb-green: #20a83a; --zb-green-dark: #13752a; --zb-green-soft: #eaf8ee; --zb-black: #101820; --zb-gray: #5f6872; --zb-light: #f6f8f7; --zb-border: #dfe7e2; ...
    Qty in Cart: 0
    Price:
    $14.99
    Subtotal:
  • Cloud Nurdz Salts Peach Dragonfruit 30ml Nic Salt

    Cloud Nurdz Salts Peach Dragonfruit 30ml Nic Salt

    $13.99
    Cloud Nurdz Salts Peach Dragonfruit nic salt features a juicy peaches topped with a finish of tart dragonfruit flavor. Experience a fabulous sweet puff with ripe peaches and dragonfruit for a puff that’s a true delight! If you...
    Qty in Cart: 0
    Price:
    $13.99
    Subtotal:
  • Cloud Nurdz Iced Peach Dragonfruit 100ml Vape Juice

    Cloud Nurdz Iced Peach Dragonfruit 100ml Vape Juice

    $14.99
    Cloud Nurdz Iced Peach Dragonfruit vape juice features a juicy peaches topped with a finish of tart dragonfruit flavor and a cool blast of menthol. Experience a fabulous sweet puff with ripe peaches and dragonfruit for a puff that’s...
    Qty in Cart: 0
    Price:
    $14.99
    Subtotal:
  • Cloud Nurdz Peach Dragonfruit 100ml Vape Juice

    Cloud Nurdz Peach Dragonfruit 100ml Vape Juice

    $14.99
    Cloud Nurdz Peach Dragonfruit vape juice features a juicy peaches topped with a finish of  tart dragonfruit flavor. Experience a fabulous sweet puff with ripe peaches and dragonfruit for a puff that’s a true delight! If you want a...
    Qty in Cart: 0
    Price:
    $14.99
    Subtotal:
  • Pacha Passionfruit Raspberry Yuzu 60ml Vape Juice

    Pacha Passionfruit Raspberry Yuzu Vape Juice

    $11.99
    The Pacha Passionfruit Raspberry Yuzu vape juice is a blend of sweet, ripened raspberries, tart and tangy passionfruit and the tropical flavor delight, yuzu (dragonfruit). If you're looking for a puff that’s filled with refreshing tropical fruit...
    Qty in Cart: 0
    Price:
    $11.99
    Subtotal:
  • Total: items /

Adding your products to cart

Don't Miss Out