WARNING: This product contains nicotine.
Nicotine is an addictive chemical.

MT 35000 turbo

MT35000 TURBO

Bigger Hits, Lasts Longer

1000mAh Battery

 1000mAh Battery
mode

Blend-in Display

Blend-in Display

Super Smooth
Taste

Super Smooth Taste

Fast
Charging

Fast Charging

Up to 35000 Puffs
Compact Size,
More Puffs

Designed to match the iconic grip of the MT15000 TURBO, this upgraded
device delivers up to 35000 puffs — lasting approximately two weeks of regular use.

MT 35000 turbo MT 35000 turbo

1000mAh Battery

The MT35000 TURBO is equipped with a 1000mAh
high-capacity battery with fast-charging,
ensuring extended use while significantly reducing charging downtime.

MT 35000 1000mAh

Super Smooth,
Refined Hits,
Consistent Freshness

MT35000 TURBO features the latest Smooth Mode,
delivering an ultra-smooth taste while maintaining stable performance.
It achieves more than 90% flavor consistency — far surpassing
industry standards — ensuring flavor freshness throughout your session.

Other vape products

MT35000 TURBO

Blend-in Display
Glow with the Flow

With an intergrated display to view e-liquid and battery levels only during use,
ensuring a distraction-free, immersive vaping experience.

Various Flavors to Choose From

Scary Berry
Watermelon
Pink Lemonade
Strawberry
Tigers Blood

Parameters

MT 35000 1000mAh
  • Size

    106 × 43 × 23 mm

  • Charging Port

    Type-C

  • Nicotine Strength

    50 mg/mL

  • Battery Capacity

    1000 mAh

  • E-liquid Capacity

    18 mL

  • Puffs

    Up to 35000

Product Package

MT 35000 turbo
function checkOrientation() { return window.matchMedia("(orientation: portrait)").matches; // Vertical screen } const isMobile = window.innerWidth < 829; const showMobile = isMobile || (checkOrientation() && !isMobile); function isWebMSupported() { const video = document.createElement("video"); return ( !!video.canPlayType && video.canPlayType('video/webm; codecs="vp8, vorbis"') !== "" ); } const webmSupported = isWebMSupported(); function setVideoSource({ targetVideo, urlWebmM, urlWebmPc, urlMp4M, urlMp4Pc, }) { if (!targetVideo) return; // 使用 PC 端作为默认备选 // const finalWebmUrl = urlWebmM || urlWebmPc; // const finalMp4Url = urlMp4M || urlMp4Pc; const videoSrc = showMobile ? urlMp4M : urlMp4Pc; // 清空旧 source targetVideo.innerHTML = ""; // 创建并添加新的 source 标签 const source = document.createElement("source"); source.src = videoSrc; source.type = "video/mp4"; targetVideo.appendChild(source); targetVideo.load(); } function lazyLoadVideos() { const videos = document.querySelectorAll(".video-lazy"); if (!videos.length) return; const observerOptions = { root: null, // 可根据需求配置 root 节点 rootMargin: "0px 0px 600px 0px", // 提前100px加载 threshold: 0.1, }; const observer = new IntersectionObserver((entries, observer) => { for (const entry of entries) { if (!entry.isIntersecting) continue; const video = entry.target; // 获取所有 data-* 属性并构造对象 const urlWebmM = video.dataset.srcWebmM; const urlWebmPc = video.dataset.srcWebmPc; const urlMp4M = video.dataset.srcMp4M; const urlMp4Pc = video.dataset.srcMp4Pc; // 设置视频源 setVideoSource({ targetVideo: video, urlWebmM, urlWebmPc, urlMp4M, urlMp4Pc, }); observer.unobserve(video); // 停止观察 } }, observerOptions); videos.forEach((video) => observer.observe(video)); } function animateOnScrollPlayVideo(target) { gsap.to(target, { scrollTrigger: { trigger: target, start: showMobile ? "top 60%" : "top 80%", // 当元素进入屏幕 80% 的位置时触发动画 toggleActions: "play none none none", // 设置触发动画的方式 onEnter: function () { $(target) .find("video") .each(function () { const eleVideo = this; eleVideo.currentTime = 0; }); }, }, }); } lazyLoadVideos(); gsap.to(".floor3-35000 .mt-img", { scrollTrigger: { trigger: ".floor3-35000", start: showMobile ? "top 60%" : "top 20%", end: "bottom 10%", toggleActions: "restart pause resume reset", }, y: 0, opacity: 1, duration: 0.5, }); // floor5 animateOnScrollPlayVideo(".floor5-container"); gsap .timeline({ scrollTrigger: { trigger: ".floor5-chart", start: showMobile ? "top 85%" : "top 60%", end: "bottom 10%", toggleActions: "restart pause resume reset", }, }) .to(".floor5-chart-con .text-desc", { opacity: 1, y: 0, duration: 0.5, ease: "power1.out", }) .to( ".floor5-chart .line", { css: { "--line-width": 0, }, duration: 0.8, ease: "power1.out", }, "<+=0.2", ); animateOnScrollPlayVideo(".floor6-container"); new Swiper(".floor7-container .swiper", { slidesPerView: 2, spaceBetween: 12, slidesPerGroup: 2, pagination: { el: ".swiper-pagination", type: "fraction", }, breakpoints: { 768: { slidesPerView: 5, spaceBetween: 20, slidesPerGroup: 1, }, }, });