Skip to product information
Contact Us For Price
%}
# Check if variant has volume pricing
assign has_volume_pricing = null
assign price_min = null
assign price_max = null
# For product cards (collection/search pages), calculate min/max across all variants
# For product pages, only use the selected variant's pricing
assign is_product_card = false
if template.name != 'product'
assign is_product_card = true
endif
if is_product_card
assign price_min = product_resource.price_min
assign price_max = product_resource.price_max
assign has_volume_pricing = product_resource.quantity_price_breaks_configured? | default: false
else
# Product page: only use selected variant's pricing
if selected_variant.quantity_price_breaks.size > 0
assign has_volume_pricing = true
assign price_min = selected_variant.quantity_price_breaks.last.price
assign price_max = selected_variant.price
endif
endif
# Determine if currency code should be shown
assign use_currency = false
if product.handle == product_resource.handle
if settings.currency_code_enabled_product_pages
assign use_currency = true
endif
elsif settings.currency_code_enabled_product_cards
assign use_currency = true
endif
# Format all prices
if use_currency
assign price = price | money_with_currency
assign compare_at_price = compare_at_price | money_with_currency
assign price_min = price_min | money_with_currency
assign price_max = price_max | money_with_currency
else
assign price = price | money
assign compare_at_price = compare_at_price | money
assign price_min = price_min | money
assign price_max = price_max | money
endif
-%}
Handmade Loop Braid Lace Trim - Special Daman & Sleeves Border - Sky Blue & Mint
0
Elevate your stitching with our Premium Handmade Loop Braid Lace Trim.
This special tailoring lace is handcrafted with a beautiful knotted loop design in the center and soft fabric fringes on both sides. The stunning combination of sky blue and mint green makes it perfect for adding a designer touch to your outfits.
This lace is specially made for daman, sleeves, trouser borders, and dupatta pallus. It gives a neat, boutique-style finishing to your casual and formal dresses.