<style>
/* DESKTOP STYLING */
.highlight-container {
display: flex;
justify-content: space-around;
margin-bottom: 20px;
gap: 15px;
margin-top: 30px;
}
.highlight-box img {
max-width: 100%;
height: auto;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.highlight-box {
width: 50%;
text-align: center;
}
.highlight-box h3 {
margin: 10px 0;
font-size: 18px;
color: black !important;
margin-bottom: 0;
}
.highlight-box p {
font-size: 14px;
color: black;
margin-top: 0 !important;
}
.features-container {
padding-left: 0 !important;
padding-right: 0 !important;
margin-top: 30px;
}
#specifications-container-alt {
margin-bottom: 30px;
}
#specifications-container-alt {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
column-gap: 20px;
}
.specifications-container {
width: 100%;
}
.specification {
width: calc(33% - 10px);
}
.specification {
display: flex;
align-items: flex-start;
margin-bottom: 15px;
padding: 15px;
background-color: #fff;
box-shadow: #f3f6f9 0 6px 24px, #00000014 0 0 0 1px;
border-radius: 10px;
}
#specifications-container-alt .specification img {
margin-top: 0!important;
margin-bottom: 0 !important;
}
.specification span {
font-size: 18px;
font-weight: 700;
display: block;
}
#specifications-container-alt p {
margin: 0 !important;
padding: 0 !important;
}
.disposable-flavour {
width: 100%;
margin: 10px 0;
background-color: #ffffff;
border: solid 1px #ebebeb;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
border-radius: 10px;
position: relative;
text-align: left;
height: 265px;
background: transparent radial-gradient(circle at 86% 50%, #fbc42a14, #fff);
margin-top: 50px;
}
.content-wrapper {
position: relative;
overflow: hidden;
height: 100%;
padding: 15px;
border-radius: 10px;
z-index: 1001;
}
.disposable-flavour-image {
max-width: 100%;
height: 300px;
position: absolute;
top: -18px;
left: -48px;
right: 0;
bottom: 0;
background-size: contain;
background-repeat: no-repeat;
}
.disposable-flavour-details {
text-align: left;
margin-left: 200px;
}
.disposable-flavour-details h3 {
font-size: 20px;
font-weight: bold;
margin: 0;
line-height: 100%;
}
.flavour-text {
margin-top: 20px;
}
.disposable-flavour-details p {
padding: 0 !important;
margin-top: 0 !important;
margin-bottom: 15px !important;
text-wrap: pretty;
max-width: 90%;
height: 55px;
}
.details-wrap {
display: grid;
grid-template-columns: repeat(4, 1fr);
column-gap: 20px;
row-gap: 20px;
width: 535px;
}
.disposable-flavour::after {
content: "";
position: absolute;
top: -113px;
left: -408px;
width: 100%;
height: 100%;
background-image: url(https://cdn.shopify.com/s/files/1/0527/5104/0704/files/lost_mary_bm600_disposable_vape_pineapple_ice_flavour_profile_2.webp?v=1710172203);
background-repeat: no-repeat;
background-position: center;
z-index: 1000;
}
.attribute {
display: flex;
flex-direction: column;
align-items: center;
background-color: white;
padding: 15px;
border-radius: 8px;
border: solid 1px #ebebeb;
box-shadow: 0 1px 6px rgb(90 90 90 / 5%);
height: 100px;
z-index: 1000;
}
.details-wrap .attribute-label {
margin: 0;
margin-bottom: 20px !important;
}
.attribute-meter {
position: relative;
width: 100%;
}
.indicator {
width: 100%;
height: 15px;
appearance: none;
-webkit-appearance: none;
background: linear-gradient(145deg, #e6e6e6, #d2d2d2);
border-radius: 12px;
overflow: hidden;
margin: 10px 0;
position: relative;
}
.indicator::-webkit-progress-bar {
background-color: #e6e6e6;
}
.indicator::-webkit-progress-value {
background: linear-gradient(145deg, #fbc42a, #fbc42a); /* gradient background for depth */
border-radius: 12px 0 0 12px;
}
.indicator::-moz-progress-bar {
background: linear-gradient(145deg, #fbc42a, #fbc42a);
border-radius: 12px 0 0 12px;
}
.rating-value {
position: absolute;
top: -8px;
left: 42px;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
width: auto;
height: auto;
z-index: 1;
color: #fbc42a;
font-weight: bold;
font-size: 20px;
}
#compatible-type {
font-size: 15px;
margin-top: 0 !important;
height: 10px;
}
.feature-box {
display: flex;
justify-content: space-between;
border-radius: 10px;
box-shadow: #f3f6f9 0 6px 24px, #00000014 0 0 0 1px;
position: relative;
height: 250px;
background-color: #58677F;
background-image: linear-gradient(to right, #58677F 13%, transparent 100%), url(https://cdn.shopify.com/s/files/1/0527/5104/0704/files/zego_ze_4000_puffs.webp?v=1710763533);
background-position: right bottom;
background-repeat: no-repeat;
background-size: 54% auto;
margin-top: 30px;
margin-bottom: 30px;
}
.text-content {
z-index: 3;
color: white !important;
}
.text-content h3 {
color: white !important;
margin-top: 30px !important;
}
.text-content h3, .text-content p {
margin-left: 25px;
max-width: 50%;
}
.reversed-feature-box {
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 10px;
box-shadow: #f3f6f9 0 6px 24px, #00000014 0 0 0 1px;
position: relative;
height: 250px;
background-color: #58677F;
background-image: linear-gradient(to left, #58677F 13%, transparent 100%), url(https://cdn.shopify.com/s/files/1/0527/5104/0704/files/zego_ze_4000_1500mAh_Battery.webp?v=1710763533);
background-position: left bottom;
background-repeat: no-repeat;
background-size: 53% auto;
margin-top: 30px;
margin-bottom: 30px;
}
.reversed-text-content {
z-index: 3;
color: white !important;
margin-left: auto;
max-width: 47%;
text-align: left;
height: 100%;
}
.reversed-text-content h3 {
color: white !important;
margin-top: 30px !important;
}
.reversed-text-content h3, .reversed-text-content p {
margin-right: 20px;
max-width: 90%;
text-align: left;
}
#mesh-coil-technology {
background-image: linear-gradient(to right, #58677F 13%, transparent 100%), url(https://cdn.shopify.com/s/files/1/0527/5104/0704/files/zego_ze_4000_1.1_mesh_coil.webp?v=1710763533);
background-position: right bottom;
background-repeat: no-repeat;
background-size: 53% auto;
}
#longer-lasting-flavour {
background-image: linear-gradient(to left, #58677F 13%, transparent 100%), url(https://cdn.shopify.com/s/files/1/0527/5104/0704/files/zego_ze_4000_flavour.webp?v=1710763533);
background-position: left bottom;
background-repeat: no-repeat;
background-size: 53% auto;
}
.box-contents-container {
border - radius: 10px;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box-content-item {
display: flex;
align-items: center;
margin-bottom: 15px;
background-color: white;
border-radius: 10px;
box-shadow: #f3f6f9 0 6px 24px, #00000014 0 0 0 1px;
width: calc(50% - 10px);
}
.box-image {
display: flex;
justify-content: center;
align-items: center;
width: 120px;
height: 90px;
overflow: hidden;
}
.box-image img {
height: 60px;
width: auto;
}
.box-content-item span {
font-size: 1em;
}
.faq-container {
border-radius: 10px;
width: 100%;
}
.faq-container h3 {
text-align: center;
font-size: 24px;
margin: 0;
padding: 0;
font-weight: bold;
margin-bottom: 20px;
}
.faq-detail {
display: flex;
align-items: center;
margin-bottom: 15px;
padding: 15px;
background-color: white;
border-radius: 10px;
box-shadow: #f3f6f9 0 6px 24px, #00000014 0 0 0 1px;
}
.faq-detail img {
width: 30px;
height: auto;
margin-right: 15px;
}
.faq-detail strong {
font-size: 18px;
font-weight: bold;
display: block;
color: black;
}
.faq-detail p {
margin: 0;
font-size: 14px;
color: #777;
line-height: 110%;
}
.question-answer h5{
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.full-width-buy-button {
display: block;
background-color: #4caf50;
color: white !important;
border: none;
border-radius: 7px;
padding: 6px 10px;
font-size: 14px;
cursor: pointer;
transition: background-color 0.3s ease;
text-decoration: none;
width: 89px;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
.full-width-buy-button:hover {
background-color: #45a049;
}
/* MOBILE STYLING */
@media (max-width: 768px) {
.specification {
width: 100%;
}
.feature-box {
background - image: linear-gradient(to right, #58677F 19%, transparent 144%), url(https://cdn.shopify.com/s/files/1/0527/5104/0704/files/uwell_caliburn_g2_pod_kit_draw_activation.webp?v=1707320367);
background-size: 100% 100%;
height: 215px;
}
.text-content, .reversed-text-content {
padding: 15px;
}
.text-content h3, .text-content p, .reversed-text-content h3, .reversed-text-content h3 {
margin - left: 0;
max-width: 100%;
margin-top: 0!important;
}
.reversed-feature-box {
background - image: linear-gradient(to left, #58677F 19%, transparent 144%), url(https://cdn.shopify.com/s/files/1/0527/5104/0704/files/uwell_caliburn_g2_eliquid_check_window.webp?v=1707319967);
background-size: 100% 100%;
height: 215px;
}
.reversed-text-content {
max-width: 100%;
}
.text-content, .reversed-text-content {
padding: 15px;
}
#mesh-coil-technology {
background - image: linear-gradient(to right, #58677F 19%, transparent 144%), url(https://cdn.shopify.com/s/files/1/0527/5104/0704/files/uwell_caliburn_g2_pod_kit_top_filling.webp?v=1707324679);
background-size: 100% 100%;
height: 215px;
}
#longer-lasting-flavour {
background - image: linear-gradient(to left, #58677F 19%, transparent 144%), url(https://cdn.shopify.com/s/files/1/0527/5104/0704/files/uwell_caliburn_g2_pod_kit_compatible_coils.webp?v=1707325172);
background-size: 100% 100%;
height: 215px;
}
.color-box {
flex-basis: calc(47% - 10px);
}
.details-wrap {
display: none;
left: -60px;
}
.disposable-flavour-details p {
font-size: 11px;
margin-bottom: 20px !important;
}
.disposable-flavour-details h3 {
font-size: 16px;
line-height: 100%;
}
.disposable-flavour-details {
margin-left: 165px;
}
.disposable-flavour::after {
background-size: 85px;
left: -85px;
}
#compatible-type {
font-size: 16px;
}
.flavour-text {
margin-top: 0;
}
.box-content-item {
width: 100%;
}
.highlight-container {
flex-direction: column;
align-items: center;
}
.highlight-box {
display: flex;
width: 100%;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
}
.highlight-box img {
width: 40%;
margin-right: 10px;
}
.square-text-content {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
text-align: left;
text-wrap: wrap;
margin-left: 5px;
}
.highlight-box h3 {
margin-top: 0;
}
.highlight-box p {
font-size: 13px;
}
.full-width-buy-button {
width: auto;
padding: 6px 20px;
margin-top: 10px;
}
.highlight-box h3, .highlight-box p, .full-width-buy-button {
text-align: left;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
}
</style>
<h2><strong>Zego ZE 4000 Pineapple Ice Zero Nicotine Disposable Vape</strong></h2>
<p>Introducing the Zego ZE 4000 Pineapple Ice Zero Nicotine Disposable Vape, perfect for those wanting to avoid nicotine. With a capacity for <a href="https://wizvape.co.uk/collections/4000-puff-disposable-vape" title="4000 Puffs Disposable Vape">4000 puffs</a> and driven by a powerful 1500mAh battery, it ensures long-lasting usage. The device features a 1.1 Ohm Mesh Coil, guaranteeing a steady and smooth vapour experience. Although it uses <a href="https://wizvape.co.uk/collections/nicotine-salts" title="Nicotine Salt E-Liquid">nicotine salt e-liquid</a>, it provides a satisfying throat sensation and fast uptake without the nicotine. Its simple pen-style design makes it incredibly user-friendly, suited for both new and experienced vapers alike. Take advantage of our <a href="https://wizvape.co.uk/collections/zego-4000-puff-0-nicotine-disposable-vape" title="3 for £22 Vape Deal">3 for £22 vape deal</a> for huge savings!<br></p>
<div class="disposable-flavour">
<div class="content-wrapper">
<div class="disposable-flavour-image" style="background-image: url('https://cdn.shopify.com/s/files/1/0527/5104/0704/files/zego_4000_disposable_vape_pineapple_ice_flavour_profile_1.webp?v=1710932019');"></div>
<div class="disposable-flavour-details">
<h3>Pineapple Ice</h3>
<p id="compatible-type">Flavour Profile</p>
<div class="flavour-text">
<p>The Pineapple Ice flavour of a disposable vape offers a sweet and tangy taste with a cool, refreshing finish</p>
<div class="details-wrap">
<div class="attribute">
<p class="attribute-label">Sweetness</p>
<div class="attribute-meter">
<progress class="indicator" max="10" value="9"></progress>
<div class="rating">
<p class="rating-value">9</p>
</div>
</div>
</div>
<div class="attribute">
<p class="attribute-label">Intensity</p>
<div class="attribute-meter">
<progress class="indicator" max="10" value="6"></progress>
<div class="rating">
<p class="rating-value">6</p>
</div>
</div>
</div>
<div class="attribute">
<p class="attribute-label">Throat Hit</p>
<div class="attribute-meter">
<progress class="indicator" max="10" value="6"></progress>
<div class="rating">
<p class="rating-value">6</p>
</div>
</div>
</div>
<div class="attribute">
<p class="attribute-label">Coolness</p>
<div class="attribute-meter">
<progress class="indicator" max="10" value="9"></progress>
<div class="rating">
<p class="rating-value">9</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<h3><strong>ZEGO 4000 Pineapple Ice Features</strong></h3>
<div class="features-container">
<div id="specifications-container-alt" class="specifications-container">
<div class="specification">
<img src="https://cdn.shopify.com/s/files/1/0527/5104/0704/files/brand.svg?v=1706699936" alt="Brand Icon">
<div>
<span>Brand</span>
<p>Zego</p>
</div>
</div>
<div class="specification">
<img src="https://cdn.shopify.com/s/files/1/0527/5104/0704/files/kit_type.svg?v=1706700751" alt="Vape Kit Type Icon">
<div>
<span>Vape Kit Type</span>
<p>Disposable</p>
</div>
</div>
<div class="specification">
<img src="https://cdn.shopify.com/s/files/1/0527/5104/0704/files/dimensions.svg?v=1697039312" alt="Dimensions Icon">
<div>
<span>Dimensions</span>
<p>123 x 30 x 30 mm</p>
</div>
</div>
<div class="specification">
<img src="https://cdn.shopify.com/s/files/1/0527/5104/0704/files/airflow.svg?v=1706699996" alt="Puff Count Icon">
<div>
<span>Puff Count</span>
<p>4000</p>
</div>
</div>
<div class="specification">
<img src="https://cdn.shopify.com/s/files/1/0527/5104/0704/files/battery.svg?v=1697039419" alt="Battery Icon">
<div>
<span>Battery</span>
<p>1500mAh</p>
</div>
</div>
<div class="specification">
<img src="https://cdn.shopify.com/s/files/1/0527/5104/0704/files/vape_style.svg?v=1706700736" alt="Vape Style Icon">
<div>
<span>Vape Style</span>
<p>MTL</p>
</div>
</div>
<div class="specification">
<img src="https://cdn.shopify.com/s/files/1/0527/5104/0704/files/capacity.svg?v=1697039394" alt="Capacity Icon">
<div>
<span>Capacity</span>
<p>12ml</p>
</div>
</div>
<div class="specification">
<img src="https://cdn.shopify.com/s/files/1/0527/5104/0704/files/resistance.svg?v=1697039479" alt="Coil Resistance Icon">
<div>
<span>Coil Resistance</span>
<p>1.1 Ohm</p>
</div>
</div>
</div>
</div>
<div class="feature-box">
<div class="text-content">
<h3>Longer Lasting Puffs</h3>
<p><span>Enjoy extended vaping sessions with the 4000 Puff high-capacity Zego ZE4000</span></p>
</div>
</div>
<p>The Zego ZE 4000 0 Nicotine Disposable Vape is built to last, offering a whopping <a title="4000 Puffs Disposable Vape" href="https://wizvape.co.uk/collections/4000-puff-disposable-vape">4000 puffs</a> per device. It features cutting-edge technology and a 12ml e-liquid <a title="Vape Pod" href="https://wizvape.co.uk/collections/pods">pod</a> that's pre-filled, delivering prolonged enjoyment from each inhalation. This means you get more time with your chosen flavours without the frequent need for a new device. Since it's a one-time use product, you simply discard it after the <a title="e-liquid" href="https://wizvape.co.uk/collections/e-liquids">e-liquid</a> or battery runs out, giving you a chance to explore different tastes next time.</p>
<div class="reversed-feature-box">
<div class="reversed-text-content">
<h3>1500mAh Battery</h3>
<p><span>Powered by a strong 1500mAh battery for uninterrupted use</span></p>
</div>
</div>
<p>The heart of the <a title="Zego Disposable Vape" href="https://wizvape.co.uk/collections/zego-disposable-vapes">Zego</a> ZE 4000 lies in its robust 1500mAh battery, intended to serve you well across the week, eliminating the hassle of daily charges found in standard <a title="Vape Kits" href="https://wizvape.co.uk/collections/vape-kits">vape kits</a>. This feature ensures the disposable remains dependable until you reach the 4000-puff mark. Its no-charge design embodies the true convenience of disposables – use it thoroughly and then throw it away.</p>
<div id="mesh-coil-technology" class="feature-box">
<div class="text-content">
<h3>Mesh Coil Technology</h3>
<p><span>Experience enhanced flavour and vapour production with our mesh coil design</span></p>
</div>
</div>
<p>The Zego ZE 4000 <a title="Disposable Vape" href="https://wizvape.co.uk/collections/disposable-vapes">Disposable Vape</a> stands out for its revolutionary mesh coil technology, which steps up the flavour and vapour production compared to competitors like <a title="SKE Crystal Bar Disposable Vape" href="https://wizvape.co.uk/collections/ske-crystal-bar-disposable-vapes">SKE Crystal Bar</a> or <a title="Elf Bar Disposable Vape" href="https://wizvape.co.uk/collections/elf-bar-600-disposable-vape">Elf Bar</a>. This innovation promotes a more uniform heating process, reducing e-liquid consumption per puff while maintaining rich taste and dense vapour.</p>
<div id="longer-lasting-flavour" class="reversed-feature-box">
<div class="reversed-text-content">
<h3>Longer Lasting Flavour</h3>
<p><span>Savour the taste with ZEGOs longer lasting flavour profiles</span></p>
</div>
</div>
<p>The ZEGO ZE 4000, a no-nicotine disposable vape, comes with nicotine-free salt e-liquid, guaranteeing excellent taste from the initial to the final puff. This is in contrast to certain vapes where the flavour may diminish over time. For users looking for nicotine, Zego presents the <a title="Zego ZE600 Disposable Vape" href="https://wizvape.co.uk/collections/zego-600-puff-disposable-vape">ZE 600 disposable vape</a>, which includes 20mg of <a title="Nicotine Salt E-Liquid" href="https://wizvape.co.uk/collections/nicotine-salts">nicotine salt e-liquid</a>.</p>
<h3><strong>Box Content</strong></h3>
<div class="box-contents-container">
<div class="box-content-item">
<div class="box-image"><img alt="Zego ZE 4000 Pineapple Ice Disposable Vape" src="https://wizvape.co.uk/cdn/shop/files/zego_ze_4000_0_nicotine_disposable_vape_pineapple_ice_1000x1000.jpg?v=1708527705"></div>
<span><strong>1x</strong> Zego ZE 4000 Pineapple Ice Disposable Vape</span>
</div>
</div>
<h3><strong>FAQs</strong></h3>
<div class="faq-container">
<div class="faq-detail">
<img src="https://cdn.shopify.com/s/files/1/0527/5104/0704/files/question_mark_icon_1747c4d9-e449-4156-9d48-2f0943cbb7e4.webp?v=1697123528" alt="Question Mark">
<div class="question-answer">
<h5><strong>What safety features does the Zego ZE 4000 Puff Disposable Vape include?</strong></h5>
<p>The Zego ZE 4000 incorporates several safety features, including short-circuit protection, overcharge protection, and a cutoff mechanism to prevent overheating. These features ensure a safe vaping experience by minimizing the risk of battery failures and device malfunctions.</p>
</div>
</div>
<div class="faq-detail">
<img src="https://cdn.shopify.com/s/files/1/0527/5104/0704/files/question_mark_icon_1747c4d9-e449-4156-9d48-2f0943cbb7e4.webp?v=1697123528" alt="Question Mark">
<div class="question-answer">
<h5><strong>Can the Zego ZE 4000 be used while charging, considering it's a disposable device?</strong></h5>
<p>As a disposable device, the Zego ZE 4000 does not offer the capability to be recharged. It's designed for use until the e-liquid is depleted or the battery runs out, after which it should be disposed of responsibly.</p>
</div>
</div>
<div class="faq-detail">
<img src="https://cdn.shopify.com/s/files/1/0527/5104/0704/files/question_mark_icon_1747c4d9-e449-4156-9d48-2f0943cbb7e4.webp?v=1697123528" alt="Question Mark">
<div class="question-answer">
<h5><strong>How do I know when my Zego ZE 4000 is about to run out?</strong></h5>
<p>Indicators that the Zego ZE 4000 is nearing its end include a decrease in vapor production and a diminished flavour experience. Additionally, the device may cease to produce vapor altogether, signaling that it's time for disposal.</p>
</div>
</div>
<div class="faq-detail">
<img src="https://cdn.shopify.com/s/files/1/0527/5104/0704/files/question_mark_icon_1747c4d9-e449-4156-9d48-2f0943cbb7e4.webp?v=1697123528" alt="Question Mark">
<div class="question-answer">
<h5><strong>What measures has Zego taken to ensure the environmental sustainability of their ZE 4000 Puff Disposable Vape?</strong></h5>
<p>While disposable vapes inherently pose environmental concerns, Zego encourages users to dispose of their ZE 4000 devices at electronic waste recycling centers. The company may also engage in initiatives to reduce the environmental impact of their products, though specifics should be checked with Zego directly.</p>
</div>
</div>
<div class="faq-detail">
<img src="https://cdn.shopify.com/s/files/1/0527/5104/0704/files/question_mark_icon_1747c4d9-e449-4156-9d48-2f0943cbb7e4.webp?v=1697123528" alt="Question Mark">
<div class="question-answer">
<h5><strong>Are there any user maintenance or cleaning tips for the Zego ZE 4000 Puff Disposable Vape?</strong></h5>
<p>Given its disposable nature, the Zego ZE 4000 requires no maintenance or cleaning. Users should keep the device dry and avoid exposing it to extreme temperatures to maintain optimal performance. Once the device has reached the end of its lifespan, it should be disposed of properly.</p>
</div>
</div>
</div>
Save on Zego ZE 4000 Pineapple Ice 0 Nicotine Disposable Vape with a WizVape.co.uk promo code
Checkmate is a savings app with over one million users that have saved $$$ on brands like WizVape.co.uk.
The Checkmate extension automatically applies WizVape.co.uk discount codes, WizVape.co.uk coupons and more to give you discounts on products like Zego ZE 4000 Pineapple Ice 0 Nicotine Disposable Vape.