Shipping Information | GenZ Lifestyle
ZERO Margin Sale is Live !! iPhone Cases starting at Just 49/-₹ Only ! Hurry Up ! Limited Stocks

Shipping Information

WE OFFER FREE SHIPPING TO ALL ORDERS IN PAN INDIA.
For standard shipping, orders will be delivered by the Indian courier service. Due to factors that commonly affect shipments, such as weather delays, holidays and customs inspections, we are unable to guarantee shipping times. These are only estimates. If you require expedited shipping, please contact us for availability and pricing.


Domestic Orders:
Usually, we ship orders within 1-7 Business Days across India. Please allow 24 hours for your order to process. Be sure to add this duration to your shipping time estimates.

IMPORTANT:
We are not responsible if a package is undeliverable because of missing, incomplete, or incorrect destination information. We do our best to avoid errors by verifying the shipping information with every customer in the order confirmation sent immediately after purchase. Costs to reship the package will be invoiced to the customer.

$('#country_bx').on('change', function(){ const check = $(this).val(); if (check == 'India') { window.location = "https://www.genz-lifestyle.in" } else if(check == 'International'){ window.location = "https://www.genz-lifestyle.com" } }); $('.continue_check').click(function(){ $('.con_pop').css('display','none'); }); var mouse = true; $('.con_pop').click(function () { if($(".con_bdy:hover").length == 0){ $('.con_pop').css('display','none'); } }); $(document).ready(function(){ var check = getCookie("show"); if(check != 'qwerty'){ setTimeout(function(){ $('.con_pop').css('display','flex'); var minutesToAdd=5; var currentDate = new Date(); var futureDate = new Date(currentDate.getTime() + minutesToAdd*60000); document.cookie = "show=qwerty;expires="+futureDate+";"; },2000); } }); function getCookie(cname) { let name = cname + "="; let decodedCookie = decodeURIComponent(document.cookie); let ca = decodedCookie.split(';'); for(let i = 0; i < ca.length; i++) { let c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } var swiper = new Swiper(".mySwiper_mob", { slidesPerView: 3.5, spaceBetween: 10, pagination: { el: ".swiper-pagination", clickable: true, }, });