SOLVING LIFE PRO

Winter Gloves Touch Screen Riding Motorcycle Sliding Waterproof Sports Gloves With Fleece

In Stock

$ 27.49

SKU: CJNSFJST00440 Category:

Description

Overview:
Unique design, stylish and beautiful.
Good material, comfortable to wear.
A variety of colors, more choice.

Product information:

Material: Polar fleece

Usage classification: Riding Gloves

Function: Antiskid

Style: Finger Gloves

Color: Blue, purple, black, orange

Size: M, l, XL

Package Contents:

Gloves x1 pair


Additional information

Weight 0.09 kg
Dimensions 200 × 100 × 50 cm
Color

A Blue

Size

M

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Overview:
Unique design, stylish and beautiful.
Good material, comfortable to wear.
A variety of colors, more choice.

Product information:

Material: Polar fleece

Usage classification: Riding Gloves

Function: Antiskid

Style: Finger Gloves

Color: Blue, purple, black, orange

Size: M, l, XL

Package Contents:

Gloves x1 pair


Recently Viewed Products

No recently viewed products to display

document.addEventListener('DOMContentLoaded', function () { const qtyInput = document.querySelector('input.qty'); const priceWrapper = document.querySelector('.summary .woocommerce-Price-amount'); if (qtyInput && priceWrapper) { // মূল দাম একবারই নিবো (যেমন 1200) const originalPrice = parseFloat(priceWrapper.textContent.replace(/[^0-9.]/g, '')); qtyInput.addEventListener('input', function () { const qty = parseInt(this.value) || 1; const updatedPrice = originalPrice * qty; priceWrapper.textContent = "৳" + updatedPrice.toFixed(2); }); } });