• 3BL017-P1
1

Suede Details Gold Copper Buckle Wide 2CM Leather Belt

Regular price
RM 39.00
Sale price
RM 39.00
Regular price
RM 0.00
Free Shipping (西马满RM150 / 东马满RM200) | FINE LABEL
Free Shipping (西马满RM150 / 东马满RM200)
Fast Shipment (工作日 24 小时内闪电发货) | FINE LABEL
Fast Shipment (工作日 24 小时内闪电发货)
Quality Checked Before Shipping | FINE LABEL
Quality Checked Before Shipping

Product Details

Material:  Leather

Measures approx 67 cm - 89 cm L x 2 cm H

Measures approx 26.5 inch - 35.5 inch L x .79 inch HRegular Fit


Note:

*There might be 1cm-3cm differences in the measurements given due to different stretchable of the material and the way of the measurement is taken.

Shipping calculated at checkout. 

* Please read our Return Policy before you proceed.

// Fine Label - Max 3 units per product page add-to-cart const quantityInput = document.getElementById('Quantity'); if (quantityInput) { const quantityWrapper = quantityInput.closest('quantity-input'); if (quantityWrapper) { const plusButton = quantityWrapper.querySelector('button[name="plus"]'); const minusButton = quantityWrapper.querySelector('button[name="minus"]'); if (plusButton) { plusButton.addEventListener('click', function () { setTimeout(function () { if (parseInt(quantityInput.value) > 3) { quantityInput.value = 3; quantityInput.dispatchEvent(new Event('change', { bubbles: true })); } }, 0); }); } if (minusButton) { minusButton.addEventListener('click', function () { setTimeout(function () { if (parseInt(quantityInput.value) < 1) { quantityInput.value = 1; quantityInput.dispatchEvent(new Event('change', { bubbles: true })); } }, 0); }); } } quantityInput.addEventListener('change', function () { let qty = parseInt(this.value) || 1; if (qty > 3) qty = 3; if (qty < 1) qty = 1; this.value = qty; }); }