Athenaz Replacement Pod
MANUFACTURED BY VAPORLAX
- E-Liquid Capacity: 5ml
- Coil Resistance: 0.6 ohm
- Refillable up to 5x Times
Browse more
Athenaz from VaporLaxâ„¢
Each kit includes a USB-C charging cord, enabling quick &
convenient charging from the bottom of the device.
Experience sub-ohm vaping with a 0.9 ohm coil in every refillable
pod, made to be used with any e-liquid.
A rechargeable 1400mAh battery is built-in to every device,
providing hours of satisfying vapor on a single charge.
Quickstart Guide:
- 1. Remove the Athenaz Pod
- 2. Fill the Pod with up to 5mL
- 3. Wait 5 Minutes for the coil to soak
- 4. Remove Safety Tab on the pod
- 5. Insert the replacement pod
- 6. The Device is Ready to Vape
.QSGRow {
width: 100%;
}
.QSGBox {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}
.FPCABox {
display: flex;
flex-direction: row;
justify-content: space-evenly;
background-color: #e0e0e000;
}
.FPCAPods {
flex-basis: 30%;
align-items: center;
}
.FPCAIconBox {
display: flex;
flex-direction: row;
align-items: baseline;
flex-basis: 50%;
justify-content: space-around;
padding: 20px;
width: 50%;
}
.FPCAPodImage {
height: auto;
margin: 0px;
}
.FPCAIcon {
margin: 0px 15px;
padding: 20px;
}
.FPCAIcon > p {
text-align: center;
max-width: 350px;
}
/* Swiper css */
.swiper {
width: 100%;
height: 100%;
}
.swiper-button-next {
color: black;
transition: 0.3s;
}
.swiper-button-prev {
color: black;
transition: 0.3s;
}
.swiper-button-next:hover {
color: #dc763a;
text-shadow: 0px 0px 0px #dc763a;
}
.swiper-button-prev:hover {
color: #dc763a;
text-shadow: 0px 0px 0px #dc763a;
}
.swiper-slide {
text-align: center;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.ATHIconRow {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
flex-wrap: wrap;
}
.ATHIconCard {
margin: 16px;
border-radius: 18px;
background: #ffffff;
box-shadow: 16px 16px 20px #d9d9d963, -16px -16px 25px #ffffff;
padding: 30px;
width: 328.5px;
}
.ATHIconCard > p {
max-width: 275px;
text-align: center;
margin: 0px auto;
}
.ATHIconCard > img {
margin: 0px auto 8px;
}
@media screen and (max-width: 1200px) {
.ATHIconRow {
width: 100%;
justify-content: space-evenly;
}
}
@media screen and (max-width: 1000px) {
.FPCAPods {
display: none;
}
.FPCAIconBox {
flex-basis: 100%;
justify-content: space-around;
padding: 20px;
width: 90%;
}
.QSGBox {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
}
}