Skip to content
0) {
dragging = true;
startY = $event.touches[0].clientY;
}
"
@touchmove.window="
if (dragging) {
let deltaY = $event.touches[0].clientY - startY;
if (deltaY > 0) {
pos_y = deltaY;
if (pos_y > window.innerHeight / 3) {
dragging = false;
pos_y = 1200;
cart_drawer = false;
if (!menu_drawer) {
has_overlay = false;
}
}
} else {
pos_y = 0;
}
}
"
:style="
'transform: translate(0px, ' + pos_y + 'px)'
"
x-trap="cart_drawer"
x-show="cart_drawer"
x-cloak>
0) {
dragging = true;
startY = $event.touches[0].clientY;
}
"
@touchmove.window="
if (dragging) {
let deltaY = $event.touches[0].clientY - startY;
if (deltaY > 0) {
pos_y = deltaY;
if (pos_y > window.innerHeight / 3) {
dragging = false;
pos_y = 1200;
search_drawer = false;
if (!menu_drawer) {
has_overlay = false;
}
}
} else {
pos_y = 0;
}
}
"
:style="
'transform: translate(0px, ' + pos_y + 'px)'
"
x-trap="search_drawer"
x-show="search_drawer"
x-cloak>
Contact us Directly
We value customer service and human connection.That’s why you can reach out to us directly on WhatsApp with any questions. Click the link below to get in touch.
0) {
dragging = true;
startY = $event.touches[0].clientY;
}
"
@touchmove.window="
if (dragging) {
let deltaY = $event.touches[0].clientY - startY;
if (deltaY > 0) {
pos_y = deltaY;
if (pos_y > window.innerHeight / 3) {
dragging = false;
pos_y = 1200;
localization_overlay = false;
if (!menu_drawer) {
has_overlay = false;
}
}
} else {
pos_y = 0;
}
}
"
:style="
'transform: translate(0px, ' + pos_y + 'px)'
"
x-trap="localization_overlay"
x-show="localization_overlay"
x-cloak>
Close
.
Discount code automatically applied at checkout.