Free shipping
Ready to Pounce Cheetah Print Dress
$32.99
1 Sold
$32.99
1 Sold
Save
Size
Quantity
SKU: RPCP0325-Leopard-XS-999
Weight: 450
SKU: ${data.sku}
Weight: ${data.weight}${data.weight_unit}
Description
Description:
This cheetah-print dress is a total mood. Let your fun-loving, wild side shine in this spotted dress designed with a carefree, casual look made for soaking up sunshine. It’s styled with a V-neckline, shoulder cutouts, cropped sleeves and a sweet ruffle hem. Add a bloody Mary in one hand and slides on your feet to score total vacation vibes wherever you are.
- Sleeve Length: Half Sleeve
- Pattern Type: Leopard
- Material: Cotton-Blend
- Cold Shoulder
- V-neck with Tie
- Mini Length
- Shift Silhouette
- Relaxed Fit
- Hand Wash Cold or Dry Clean
Size Chart:
Size | Bust | Length | Sleeves | |||
---|---|---|---|---|---|---|
inch | cm | inch | cm | inch | cm | |
XS | 36 | 92 | 34 | 86 | 11 | 27.5 |
S | 38 | 96 | 35 | 88 | 11 | 28 |
M | 39 | 100 | 35 | 90 | 11 | 28.5 |
L | 41 | 105 | 36 | 92 | 11 | 29 |
XL | 44 | 111 | 37 | 94 | 12 | 29.5 |
2XL | 47 | 119 | 38 | 96 | 12 | 30 |
You may also like
Quantity
${function() {
const variantNames = [] || [];
const variantStyle = "button";
let thumbSwitchName = '';
return (data.product.options || []).map((option, index) => {
const optionName = option.name || '';
const position = `option${index + 1}`;
let isThumbImage = false;
if (data.product.need_variant_image && thumbSwitchName == '') {
for (let i = 0, len = variantNames.length; i < len; i++) {
const name = variantNames[i].toLowerCase();
if (name == optionName.toLowerCase()) {
isThumbImage = true;
thumbSwitchName = name;
break;
}
}
}
return (variantStyle == 'button' || isThumbImage) ? `
` : `
`;
}).join('');
}()}
${option.name}
${option.values.map(value => {
let selected = '';
selected = data.selectedValues[optionName] == value ? 'selected' : '';
let thumbImage = null;
if (isThumbImage) {
const variants = data.product.variants;
for (let i = 0, len = variants.length; i < len; i++) {
const variant = variants[i];
if (variant[position] == value && thumbImage == null) {
thumbImage = variant.image;
break;
}
}
}
return `
${isThumbImage ? `
` : ``}
`;
}).join('')}
${option.name}
Sold out
Save
${function() {
const productVariants = data.variants || [];
const price = data.price;
let compareAtPrice = data.compare_at_price;
let offRatio = data.off_ratio;
for (let i = 0, len = productVariants.length; i < len; i++) {
const variant = productVariants[i];
if (variant.price == price && compareAtPrice < variant.compare_at_price) {
compareAtPrice = variant.compare_at_price;
offRatio = variant.off_ratio;
}
}
const diffPrice = compareAtPrice - price;
return `
`;
}()}