Lost Mary

.ov-lineup-table {
–ov-navy: #123b66;
–ov-navy-dark: #082b4d;
–ov-red: #b32025;
–ov-red-soft: #fff1f1;
–ov-blue-soft: #eef6fc;
–ov-border: #dbe3ea;
–ov-text: #243447;
–ov-muted: #5f6f7f;
width: 100%;
margin: 24px 0 30px;
overflow: hidden;
background: #ffffff;
border: 1px solid var(–ov-border);
border-radius: 16px;
box-shadow: 0 10px 30px rgba(18, 59, 102, 0.09);
}
.ov-lineup-table__scroll {
width: 100%;
overflow-x: auto;
}
.ov-lineup-table table {
width: 100%;
min-width: 760px;
margin: 0;
background: #ffffff;
border: 0;
border-collapse: separate;
border-spacing: 0;
}
.ov-lineup-table thead {
background: linear-gradient(
135deg,
var(–ov-navy-dark) 0%,
var(–ov-navy) 100%
);
}
.ov-lineup-table th {
padding: 17px 18px;
color: #ffffff;
background: transparent;
border: 0;
font-size: 13px;
font-weight: 700;
line-height: 1.3;
letter-spacing: 0.04em;
text-align: left;
text-transform: uppercase;
white-space: nowrap;
}
.ov-lineup-table th:first-child,
.ov-lineup-table td:first-child {
padding-left: 22px;
}
.ov-lineup-table th:last-child,
.ov-lineup-table td:last-child {
padding-right: 22px;
}
.ov-lineup-table td {
padding: 15px 18px;
color: var(–ov-text);
background: transparent;
border: 0;
border-bottom: 1px solid var(–ov-border);
font-size: 14px;
line-height: 1.45;
text-align: left;
vertical-align: middle;
}
.ov-lineup-table tbody tr:last-child td {
border-bottom: 0;
}
.ov-lineup-table tbody tr {
transition: background-color 0.2s ease;
}
.ov-lineup-table tbody tr:nth-child(even) {
background: #fafcfe;
}
.ov-lineup-table tbody tr:hover {
background: #f3f8fc;
}
.ov-lineup-table__model {
width: 29%;
}
.ov-lineup-table__puffs {
width: 17%;
}
.ov-lineup-table__format {
width: 17%;
}
.ov-lineup-table__best {
width: 37%;
}
.ov-lineup-table a {
color: var(–ov-navy);
font-weight: 700;
text-decoration: none;
text-underline-offset: 3px;
transition: color 0.2s ease;
}
.ov-lineup-table a:hover {
color: var(–ov-red);
text-decoration: underline;
}
.ov-lineup-table__puff-badge,
.ov-lineup-table__format-badge {
display: inline-flex;
align-items: center;
min-height: 28px;
padding: 5px 10px;
border-radius: 999px;
font-size: 12px;
font-weight: 700;
line-height: 1.2;
white-space: nowrap;
}
.ov-lineup-table__puff-badge {
color: #9d1e23;
background: var(–ov-red-soft);
border: 1px solid #f2c9cb;
}
.ov-lineup-table__format-badge {
color: var(–ov-navy);
background: var(–ov-blue-soft);
border: 1px solid #cfe1ef;
}
.ov-lineup-table__best-text {
color: var(–ov-muted);
}
.ov-faq {
margin: 44px 0 0;
padding: 30px 32px;
background: #ffffff;
border: 1px solid #e3e3e3;
border-radius: 12px;
}
.ov-faq__spacer {
height: 48px;
}
.ov-faq__title {
margin: 0;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.3;
}
.ov-faq__hint {
margin: 8px 0 14px;
color: #6b6b6b;
font-size: 1.3rem;
line-height: 1.5;
}
.ov-faq details {
border-top: 1px solid #ededed;
}
.ov-faq summary {
display: flex;
align-items: center;
justify-content: space-between;
gap: 18px;
margin: 0 -12px;
padding: 18px 12px;
border-radius: 8px;
list-style: none;
cursor: pointer;
transition: background-color 0.15s ease;
}
.ov-faq summary::-webkit-details-marker {
display: none;
}
.ov-faq summary::marker {
content: “”;
}
.ov-faq summary:hover {
background: #f6f8fc;
}
.ov-faq summary:focus-visible {
outline: 2px solid #1a4fd6;
outline-offset: 2px;
}
.ov-faq__icon {
display: inline-flex;
flex: 0 0 32px;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
background: #eef3fd;
border: 1px solid #cbdaf7;
border-radius: 50%;
transition:
transform 0.22s ease,
background-color 0.15s ease;
}
.ov-faq summary:hover .ov-faq__icon,
.ov-faq summary:focus-visible .ov-faq__icon {
background: #dde7fb;
}
.ov-faq details[open] .ov-faq__icon {
transform: rotate(180deg);
}
.ov-faq details > p {
margin: 0 0 20px;
padding-right: 50px;
color: #4a4a4a;
font-size: 1.5rem;
line-height: 1.7;
}
.ov-faq details > p a {
color: #1a4fd6;
text-decoration: underline;
text-underline-offset: 2px;
}
.ov-faq details > p a:hover {
text-decoration-thickness: 2px;
}
@media screen and (max-width: 749px) {
.ov-lineup-table {
margin: 20px 0 26px;
overflow: visible;
background: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
}
.ov-lineup-table__scroll {
overflow: visible;
}
.ov-lineup-table table,
.ov-lineup-table tbody {
display: block;
width: 100%;
min-width: 0;
}
.ov-lineup-table thead {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
white-space: nowrap;
}
.ov-lineup-table tbody tr {
position: relative;
display: block;
margin-bottom: 14px;
overflow: hidden;
background: #ffffff;
border: 1px solid var(–ov-border);
border-radius: 14px;
box-shadow: 0 6px 18px rgba(18, 59, 102, 0.08);
}
.ov-lineup-table tbody tr:nth-child(even),
.ov-lineup-table tbody tr:hover {
background: #ffffff;
}
.ov-lineup-table tbody tr::before {
display: block;
width: 100%;
height: 4px;
background: linear-gradient(
90deg,
var(–ov-navy) 0%,
var(–ov-red) 100%
);
content: “”;
}
.ov-lineup-table td,
.ov-lineup-table td:first-child,
.ov-lineup-table td:last-child {
display: grid;
grid-template-columns: 105px minmax(0, 1fr);
gap: 12px;
width: 100%;
padding: 12px 15px;
border: 0;
border-bottom: 1px solid var(–ov-border);
font-size: 13px;
line-height: 1.4;
}
.ov-lineup-table td:last-child {
border-bottom: 0;
}
.ov-lineup-table td::before {
color: var(–ov-navy-dark);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.045em;
line-height: 1.4;
text-transform: uppercase;
content: attr(data-label);
}
.ov-lineup-table td:first-child {
padding-top: 15px;
}
.ov-lineup-table td:first-child a {
font-size: 14px;
}
.ov-lineup-table__puff-badge,
.ov-lineup-table__format-badge {
justify-self: start;
white-space: normal;
}
}
@media screen and (max-width: 600px) {
.ov-faq {
margin: 32px 0 0;
padding: 22px 18px;
}
.ov-faq__spacer {
height: 36px;
}
.ov-faq__title {
font-size: 2rem;
}
.ov-faq__hint {
margin-bottom: 12px;
font-size: 1.3rem;
}
.ov-faq summary {
gap: 12px;
margin: 0 -8px;
padding: 16px 8px;
}
.ov-faq__icon {
flex-basis: 30px;
width: 30px;
height: 30px;
}
.ov-faq details > p {
padding-right: 0;
font-size: 1.5rem;
line-height: 1.7;
}
}
Discover the premium Lost Mary Vape Collection at
Only Vapez, featuring the latest and most popular disposable vapes
trusted by adult consumers across the United States. Our collection
includes top selling devices such as the
Lost Mary MT35000 Turbo
,
Lost Mary NERA
Fullview 70K
,
Lost Mary NERA Pureview 40K,
Lost Mary MT15000 Turbo
,
and
Lost Mary MO20000 Pro.
Known for innovative technology, exceptional flavor quality, and
sleek designs, Lost Mary continues to set the standard in the
disposable vape market. Whether you’re searching for the newest
Lost Mary vape
flavors
,
high puff count devices, or advanced display technology, this
collection offers premium options to satisfy every preference.
At
Only Vapez
,
we proudly carry authentic Lost Mary products, including select
Texas Compliant Lost Mary Vapes
and zero nicotine options when available.
Explore a wide variety of fruit, mint, candy, and icy flavor profiles
designed exclusively for adults 21+.
Shop with confidence and experience why
remains one of the most recognized names in disposable vaping.
Browse our collection today and find your next favorite vape.
Lost Mary Vapes lineup at a glance
Model
Stated puffs
Format
Best for
Up to 35,000
All in one
Lowest entry price in the range
Up to 70,000
All in one
The classic dual mode Pulse
Up to 15,000
All In One
Premium Disposable Vape
Lost Mary Nera Fullview 70K Vape Kit
Up to 70,000
All in one
Lost Mary collaboration
Up to 40,000
All in one
Our most reviewed Pulse device
Up to 20,000
All in one
Fruit flavor editions
Up to 35,000
All in one
Edition flavors
Up to 55,000
All in one
Shisha inspired profiles
Up to 35,000
All in one
Highest rated device in this collection
Buy
Lost Mary Vapes Wholesale.
Lost Mary Vapes — FAQ
Select any question to view the answer.
Is Lost Mary a good vape brand?
Yes. Lost Mary is a trusted disposable vape brand known for its
consistent flavor, reliable performance, and wide selection of
devices. With easy to use, draw activated designs, it’s a great
choice for both new and experienced vapers.
What are the best Lost Mary vape flavors?
Top flavors include Blue Razz Ice, Watermelon Bubblegum,
Strawberry Mango, Grape Jelly, Peach Ice, and Tropical Punch.
How long will a Lost Mary vape last before it needs replacing?
The lifespan of a Lost Mary vape varies by model and usage
habits. Devices range from up to 5,000 puffs on the Lost Mary
MO5000 to as many as 70,000 puffs with the Lost Mary Nera
Fullview 70K Kit. Other popular options include the MT15000
Turbo (up to 15,000 puffs), MO20000 Pro (up to 20,000 puffs),
MT35000 Turbo (up to 35,000 puffs in Smooth Mode or 20,000 in
Turbo Mode), and the Ultrasonic 35K (up to 35,000 puffs).
How much does a Lost Mary vape cost?
Lost Mary vape prices at Only Vapez range from $12.50 to $21.99,
depending on the model. The Lost Mary MT15000 Turbo starts at
$12.50, while the MT35000 Turbo and MT35000 Turbo Texas Compliant
are priced at $18.75. The Lost Mary Nera Fullview 70K Vape Kit is
available for $19.99, the NERA Pureview 40K Vape Kit starts at
$18.99, the MO20000 Pro is $21.99, the VIZ 55K Disposable Vape is
$17.99, and the Nera Fullview 70K Disposable Pod is $16.99. Prices
are subject to change, and
Only Vapez offers free shipping on orders over $100.
Is Lost Mary better than other vapes?
Lost Mary combines high puff capacity, flavorful performance,
rechargeable devices, and sleek ergonomic designs for a premium
vaping experience.
Which Lost Mary vape models can I purchase?
The Lost Mary collection at Only Vapez includes a variety of
devices to suit different vaping preferences. Choose from the
MT15000 Turbo, MT35000 Turbo, MO20000 Pro, VIZ 55K Disposable
Vape, Nera Fullview 70K Vape Kit, NERA Pureview 40K Vape Kit,
Nera Fullview 70K Disposable Pods, and Texas Compliant MT35000
Turbo models. Each device offers unique features, including high
puff counts, rechargeable designs, refillable pod systems, and
advanced display technology.
Showing all 9 results
-

Lost Mary MO20000 Pro Vape
$21.99 Select options This product has multiple variants. The options may be chosen on the product page -

Lost Mary MT15000 Turbo Vape
Sale! Original price was: $16.99.$12.50Current price is: $12.50. Select options This product has multiple variants. The options may be chosen on the product page -

Lost Mary MT35000 Turbo Nixodine Vape
$18.75 Select options This product has multiple variants. The options may be chosen on the product page -

Lost Mary Nera Fullview 70K Disposable Pod
$16.99 Select options This product has multiple variants. The options may be chosen on the product page -

Lost Mary Nera Fullview 70K Vape Kit
$19.99 Select options This product has multiple variants. The options may be chosen on the product page -

Lost Mary NERA Pureview 40K Vape Kit
Sale! Original price was: $19.99.$18.99Current price is: $18.99. Select options This product has multiple variants. The options may be chosen on the product page -

Lost Mary Vape MT35000 Turbo
$18.49 Select options This product has multiple variants. The options may be chosen on the product page -

Lost Mary Vape MT35000 Turbo Texas Compliant
$18.75 Select options This product has multiple variants. The options may be chosen on the product page -

Lost Mary VIZ 55K Disposable Vape
$17.99 Select options This product has multiple variants. The options may be chosen on the product page
Showing all 9 results
