Crazyscorez Tassel Heels Aesthetic – Modern Ankle Boots for Women
Sold 145 only
999999999
item(s) left
${function() {
let availableQuantity = data && data.available_quantity;
if (availableQuantity == undefined) {
return ("This product variant does not exist");
}
availableQuantity = Math.max(availableQuantity, 0);
const availableQuantityDom = `${availableQuantity}`
return ("Sold 145 only {stock} item(s) left").replace(/\{*stock*\}/, availableQuantityDom);
}()}
$38.16
Sold 2
${saveText.replace('{off_ratio}',
saveType == 'percent'
? data.off_ratio + '%'
: ` `
)}
`;
}()}
Sold 2
Color:
Black
${data.targetOption}
Shoe Size:
32
${data.targetOption}
Quantity
Share the love
Free shipping on orders over $34, shipping worldwide
Free returns
Sustainably made
Secure payments
Description
Crazyscorez boots are the epitome of modern elegance, blending British style with contemporary flair. Crafted with high-quality PU material and a comfortable canvas lining, these mid-calf boots are perfect for spring and autumn. The low heel design, ranging from 1cm to 3cm, ensures all-day comfort, making them ideal for both casual outings and formal events. The slip-on closure and round toe add a touch of sophistication, while the tassel detail brings a playful element to the design. Whether you're attending a party or a casual gathering, these boots will keep you stylish and comfortable. Perfect for those who appreciate a blend of tradition and modernity.
Department Name : ADULT
pattern : solid color
Supply category : spot
Is it foreign trade? : No
Product Category : fringed boots
Is it in stock? : Yes
Heel height : Low Heel (1-3CM)
Popular boots : fringed boots
tube height : short tube
Heel shape : internal height increase
sole material : rubber
pop element : tassel
thickness : Ordinary thick
brand : tangbaoxuanyan
item number : XY40185
toe shape : Round head
Fastest shipping time : 1
Upper material : Artificial PU
way of wearing : Sleeves/galoshes
applicable gender : female
Inventory type : whole order
Applicable age group : Youth (18-40 years old)
function : none
Suitable for the season : Winter, spring, autumn
style : leisure
${data.map(data => `
`).join('')}
${data.map(data => `
`).join('')}
-
Department Name : ADULT
pattern : solid color
Supply category : spot
Is it foreign trade? : No
Product Category : fringed boots
Is it in stock? : Yes
Heel height : Low Heel (1-3CM)
Popular boots : fringed boots
tube height : short tube
Heel shape : internal height increase
sole material : rubber
pop element : tassel
thickness : Ordinary thick
brand : tangbaoxuanyan
item number : XY40185
toe shape : Round head
Fastest shipping time : 1
Upper material : Artificial PU
way of wearing : Sleeves/galoshes
applicable gender : female
Inventory type : whole order
Applicable age group : Youth (18-40 years old)
function : none
Suitable for the season : Winter, spring, autumn
style : leisure
www..com/store/1103688194 NOTE:Our size is Asian size, not USA standard size or European size, to avoidable the errors,please measure your foot length and read the size table below carefully.Foot length is not insole length,and it is also not the shoes inside length.
Normally,Inside length = foot length +0.5~1.5cm.For example,for 24.5 cm foot length,the 39 EU is correct.
Normally,Inside length = foot length +0.5~1.5cm.For example,for 24.5 cm foot length,the 39 EU is correct.
If your Foot length is
21Cm
,Please choose
32 EU
.
If your Foot length is 21.5Cm ,Please choose 33 EU .
If your Foot length is 21.5Cm ,Please choose 33 EU .
If your Foot length is 22Cm,Please choose 34 EU.
If your Foot length is 22.5Cm,Please choose 35 EU.
If your Foot length is 23Cm
You may also like
Recently viewed
${function() {
const force_image_size = "natural";
const product_hover_on = true;
const product_show_sale_label = true;
const product_save_type = "amount";
const badge1 = "New";
const badge2 = "";
const badge3 = "";
const product_title_mobile_hide = false;
const product_title_style = "full";
const enable_collection_thumb_image = true;
const variantNames = ["color"];
const thumbMaxNum = 4;
const suffix_id = Math.random().toFixed(6).slice(-6);
const url = data.withinUrl;
const productId = data.id;
const price = data.price;
const productAvailable = data.available;
const productVariants = data.variants || [];
const images = data.images || [];
const image = data.image || {};
const imageWidth = image.width;
let imageHeight = image.height;
let image2 = null;
let imageHoverOn = false;
if (force_image_size !== 'natural') {
imageHeight = imageWidth * force_image_size;
}
if (product_hover_on) {
for (let i = 1; i < images.length; i++) {
const img = images[i];
if (img.src && img.src.indexOf('video=') === -1) {
image2 = img;
imageHoverOn = true;
break;
}
}
}
let compareAtPrice = data.compare_at_price;
let offRatio = data.off_ratio;
let discountMaxUrl = url;
const showFrom = data.price_min != data.price_max ? true : false;
for (let i = 0; i < productVariants.length; i++) {
const variant = productVariants[i];
if (variant.price == price && compareAtPrice < variant.compare_at_price) {
compareAtPrice = variant.compare_at_price;
offRatio = variant.off_ratio;
variant.available && (discountMaxUrl = variant.withinUrl);
}
}
const soldOutText = "Sold out";
let soldOn = false;
let saleOn = false;
if (productAvailable) {
if (product_show_sale_label && +price < +compareAtPrice) {
saleOn = true;
}
} else {
soldOn = true;
}
const diffPrice = compareAtPrice - price;
const saveLabelContent = product_save_type == 'percent' ? (offRatio + '%') : ` `;
let saveText = "Save {off_ratio}";
saveText = saveText.replace('{off_ratio}', saveLabelContent);
const productTitle = data.title;
const variantValues = [];
const showVariants = [];
if (data.need_variant_image && enable_collection_thumb_image && variantNames.length > 0) {
for (let i = 0; i < (data.options || []).length; i++) {
const option = data.options[i];
const optionName = option.name.toLowerCase();
if (variantNames.includes(optionName)) {
for (let j = 0; j < productVariants.length; j++) {
const variant = productVariants[j];
const value = variant.options[i].value;
if (!variantValues.includes(value)) {
variantValues.push(value);
showVariants.push(variant);
}
}
break;
}
}
}
return `
${saveText}
${showVariants.map((item, idx) => {
let showMoreHtml = '';
if (idx == thumbMaxNum) {
showMoreHtml += `
`;
}
return `
${showMoreHtml}
`;
}).join('')
}
`;
}()}
${ "title" === 'subtitle' ? data.brief : data.title }
From
${function() {
var thumbSwitchName = '';
return data.product.options.map((option, index) => {
const optionName = option.name || '';
const optionPosition = 'option' + (index + 1);
const values = option.values || [];
const soldOutValues = (data.soldOutValues && data.soldOutValues[optionPosition]) || {};
const variantThumbs = ["color"] || [];
var isThumbImage = false;
if (data.product.need_variant_image && thumbSwitchName == '') {
for (let i = 0; i < variantThumbs.length; i++) {
const name = variantThumbs[i].toLowerCase();
if (name == optionName.toLowerCase()) {
isThumbImage = true;
thumbSwitchName = name;
}
}
}
const thumbStyle = "image_with_text";
const thumbType = isThumbImage ? thumbStyle.replace(/_/g, '-') : 'text';
return `
${values.map(value => {
let selected = '';
let soldout = soldOutValues[value] ? 'soldout' : '';
if (data.selectedValues[optionName] == value) {
selected = 'selected';
}
let thumbImage = null;
if (isThumbImage) {
const variants = data.product.variants;
for (let i = 0; i < variants.length; i++) {
const variant = variants[i];
if (variant[optionPosition] == value && thumbImage == null) {
thumbImage = variant.image;
break;
}
}
}
return `
`;
}).join('')}
`;
}).join('');
}()}
${data.targetOption || data.defaultValue || ''}
${optionName.slice(0, 1).toUpperCase() + optionName.slice(1).toLowerCase()} :
${value}
${value}
${("Save {off_ratio}").replace('{off_ratio}',
("amount") == 'percent'
? data.variant.off_ratio + '%'
: ` `
)}
-
${function() {
const freeAmount = 34;
const totalPrice = data.total_price || data.cart.total_price;
const amountDiff = freeAmount - totalPrice
const percentDiff = (amountDiff > 0 ? (totalPrice / freeAmount * 100) : 100) + '%';
const spendTip = "Spend {amount} more and get free shipping!";
let tipText = "Your order is free delivery";
if (amountDiff > 0) {
tipText = spendTip.replace('{amount}', ` `);
}
return `
`;
}()}
${tipText}