Rated 5.0 out of 5 stars
9 Reviews
{
let cartTotal = $event.detail.cart.final_price / 100;
if(cartTotal >= shippingCostWithoutCurrency){
isFreeShipping = true;
}else{
isFreeShipping = false;
}
});"
x-init="$nextTick(() => {
shippingCostWithoutCurrency = shippingCost.replace(/[^0-9\.]/g, '');
if(cartTotal >= shippingCostWithoutCurrency){
isFreeShipping = true;
}
});"
class="free-shipping-badge">
Free Shipping Unlocked
Premium Package Protection
Regular price
$2.00 USD
Unit price
per
Sold out
{
selectOptions[$event.detail?.position] = $event.detail?.event?.target.value
let getVariant = Unick.findVariant(variants , selectOptions);
selectedVariant = (getVariant) ? getVariant : null;
})"
class="space-y-3 radio-variant__buttons">
Free shipping in United States over $200 USD
Free Exchanges & Easy Returns
Pay in 4 payments of $0.37 USD with ShopPay
Payment methods:
Free Shipping on orders over $200 USD within United States.
Shipping takes 1-3 business days.
Please allow 1-2 business days for your items to be processed before shipping.
Enjoy 20-Day Free Exchanges & 14-Day Returns (excludes Final Sale items).
{
// var st = window.pageYOffset || document.documentElement.scrollTop;
// show = st > lastScrollTop;
let AddToCart = document.querySelector('.main-product form.product-form .button-add-to-cart');
if(AddToCart.getBoundingClientRect().top < -10){
show = true;
}else{
show = false;
}
})"
class="add-to-cart-footer p-3 bg-white text-black fixed bottom-0 w-full z-20 shadow border-t">