Wirice - Launcher, Coil (3pk)
Passer til Wirice Launcher Tank.
Hellvape TLC coil er kompatibel med Launcher tanken.
Produktinformasjon :
W801 0.15ohm Mesh Coil for damping mellom 50-70watt
W802 0.21ohm Mesh Coil for damping mellom 40-60watt
Forpakning:
Pris er oppgitt pr pakke på 3 stk coil.
3 coiler i pakken / 20 pakker i kartong.
{
let header = document.querySelector('header'); // Adjust the selector as needed
// Find the tab link element (modify the selector if necessary)
let tabLink = document.querySelector('.__lipscore_tab_link');
if (window.innerWidth < 600) {
tabLink = document.querySelector('.mobile_lipscore_tab_link');
header = document.querySelector('.__mobile-header');
}
const headerHeight = header ? header.offsetHeight : 0; // Get the height of the header
if (tabLink) {
// Dispatch a click event on the tab link
tabLink.click();
setTimeout(() => {
const targetPosition = tabLink.getBoundingClientRect().top + window.scrollY - headerHeight;
window.scrollTo({
top: targetPosition,
behavior: 'smooth' // Optional: for smooth scrolling
});
}, 100)
}
}">