Uniq, Code: US- 181

Original price was: ৳ 1,050.Current price is: ৳ 700.

১০০% সুতি, পাকা রং ও মার্সরাইজড ফিনিশ—আরাম ও আভিজাত্যের নিখুঁত মিশ্রণ।

চিকন মিহি উন্নত মানের সুতায় তৈরি।

আপনার যেকোন প্রয়োজনে আমাদের সাথে যোগাযোগ করুন

+8801747850614

অর্ডার বা তথ্যের জন্য WhatsApp করুন

WhatsApp
Facebook

Description

লুঙ্গির দাম নির্ভর করে সুতা, রং এবং মার্সরাইজড কোয়ালিটির উপর।

 

আমাদের লুঙ্গির বৈশিষ্ট্য:

• ১০০% সুতি

• ১০০% পাকা রং

• সাড়ে পাঁচ হাত প্রিমিয়াম সাইজ

• চিকন সুতার টেকসই লুঙ্গি

• ১০০% ঢাকার মার্সরাইজড

• সফট ও আরামদায়ক

• অ্যাকুরেট সেলাই

• রুচিশীল ও মার্জিত ডিজাইন।

Reviews

There are no reviews yet.

Be the first to review “Uniq, Code: US- 181”

Your email address will not be published. Required fields are marked *

Browse Categories
document.addEventListener("DOMContentLoaded", function () {const DELIVERY_CHARGE = 120; const FREE_DELIVERY_QTY = 2;function updateSummary() {const products = document.querySelectorAll(".al-product");let totalQty = 0; let subtotal = 0;products.forEach(function (product) {const check = product.querySelector(".al-check"); const qty = product.querySelector(".al-qty");if (!check || !qty) return;if (check.checked) {const q = parseInt(qty.value) || 1; const price = parseInt(product.dataset.price) || 0;totalQty += q; subtotal += q * price;}});let delivery = 0;if (totalQty > 0) {if (totalQty < FREE_DELIVERY_QTY) { delivery = DELIVERY_CHARGE; }}const grandTotal = subtotal + delivery;document.getElementById("al-total-qty").textContent = totalQty; document.getElementById("al-subtotal").textContent = "৳ " + subtotal;document.getElementById("al-delivery").textContent = delivery === 0 && totalQty > 0 ? "ফ্রি" : "৳ " + delivery;document.getElementById("al-grand-total").textContent = "৳ " + grandTotal;}document.querySelectorAll(".al-product").forEach(function (product) {const plus = product.querySelector(".al-plus"); const minus = product.querySelector(".al-minus"); const qty = product.querySelector(".al-qty"); const check = product.querySelector(".al-check");if (plus) {plus.addEventListener("click", function () {qty.value = (parseInt(qty.value) || 1) + 1;check.checked = true;updateSummary();});}if (minus) {minus.addEventListener("click", function () {let value = parseInt(qty.value) || 1;if (value > 1) {qty.value = value - 1;}updateSummary();});}if (check) {check.addEventListener("change", function () {updateSummary();});}});updateSummary();});