Festival Diamante Chain Skirt

$40.00

75 Items sold in last 3 hours
61 People watching this product now!
SKU: 370EF838 Category:
Description

if (window.dmPt) {
window.dmPt(“track”, {“product_name”:”Festival Diamante Chain Skirt”,”product_url”:”https://www.annsummers.com/erotic/erotic-shop-by-category-peephole-and-open-bras/festival-diamante-chain-skirt/2008281NO_SIZE.html”,”product_image_path”:”https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw5abe1c0c/images/2008281/festivaldiamantechainskirt-black-nosize–2008281-crop-.jpg”,”product_description”:”Our Diamante Chain & O-Ring Top is bound to turn heads. Both eye-catching and edgy, pair yours with the matching skirt for the perfect outfit. nDiscover our full Jewellery collection for more to suit your style.”,”product_sku”:”2008281NO_SIZE”,”product_price”:51,”product_status”:”In stock”,”product_currency”:”USD”,”product_specialPrice”:51,”product_categories”:”erotic-shop-by-category-peephole-and-open-bras,erotic”,”product_brand”:”Ann Summers”});
}


//
//

  1. Home

  2. Erotic Lingerie

  3. Peephole & Open Cup Lingerie

  4. Festival Diamante Chain Skirt

Pinch to zoom

Swipe to pan around


Ann Summers

Item No.
2008281NO_SIZE

Festival Diamante Chain Skirt

$ 51.00

3.7 out of 5 star rating






3 Reviews


  • In Stock

Wishlist

Quantity

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

Add to Bag

 

 

$ 51.00

Add to Bag

 

  • Description

  • Features

  • Reviews

Our Diamante Chain & O-Ring Top is bound to turn heads. Both eye-catching and edgy, pair yours with the matching skirt for the perfect outfit.
Discover our full Jewellery collection for more to suit your style.
  • Made from silver-toned chunky chain and diamante chain
  • Adjustable at neck and waist
  • O-ring hardware detail
  • Adjustable from sizes 8-16

[data-css*=detail]~* .ds-product-detail .primary-images .carousels-wrapper .swiper-product-badges .product-badge span {
width: 100%;
}
/* fix for brand name */
#maincontent > div.ds-product-detail .ds-product-information > span.brand-name {
display: none;
}


(function(){
// window.CQuotient is provided on the page by the Analytics code:
var cq = window.CQuotient;
var dc = window.DataCloud;
var isCQ = false;
var isDC = false;
if (cq && (‘function’ == typeof cq.getCQUserId)
&& (‘function’ == typeof cq.getCQCookieId)
&& (‘function’ == typeof cq.getCQHashedEmail)
&& (‘function’ == typeof cq.getCQHashedLogin)) {
isCQ = true;
}
if (dc && (‘function’ == typeof dc.getDCUserId)) {
isDC = true;
}
if (isCQ || isDC) {
var recommender = ‘[[“customers-also-viewed”]]’;
var slotRecommendationType = ‘RECOMMENDATION’;
// removing any leading/trailing square brackets and escaped quotes:
recommender = recommender.replace(/[|]|”/g, ”);
var separator = ‘|||’;
var slotConfigurationUUID = ‘200d92e35d9bd0f6d3078f995d’;
var contextAUID = ‘2008281NO_SIZE’;
var contextSecondaryAUID = ”;
var contextAltAUID = ”;
var contextType = ”;
var anchorsArray = [];
var contextAUIDs = contextAUID.split(separator);
var contextSecondaryAUIDs = contextSecondaryAUID.split(separator);
var contextAltAUIDs = contextAltAUID.split(separator);
var contextTypes = contextType.split(separator);
var slotName = ‘product-recommendations-m-standard’;
var slotConfigId = ‘2023/08/22 – 2023-08-18 10:56:04’;
var slotConfigTemplate = ‘slots/recommendation/productCarousel.isml’;
if (contextAUIDs.length == contextSecondaryAUIDs.length) {
for (i = 0; i < contextAUIDs.length; i++) {
anchorsArray.push({
id: contextAUIDs[i],
sku: contextSecondaryAUIDs[i],
type: contextTypes[i],
alt_id: contextAltAUIDs[i]
});
}
} else {
anchorsArray = [{id: contextAUID, sku: contextSecondaryAUID, type: contextType, alt_id: contextAltAUID}];
}
var urlToCall = '/on/demandware.store/Sites-AS-GB-Site/en_GB/CQRecomm-Start';
var params = null;
if (isCQ) {
params = {
userId: cq.getCQUserId(),
cookieId: cq.getCQCookieId(),
emailId: cq.getCQHashedEmail(),
loginId: cq.getCQHashedLogin(),
anchors: anchorsArray,
slotId: slotName,
slotConfigId: slotConfigId,
slotConfigTemplate: slotConfigTemplate,
ccver: '1.03'
};
}
// console.log("Recommendation Type – " + slotRecommendationType + ", Recommender Selected – " + recommender);
if (isDC && slotRecommendationType == 'DATA_CLOUD_RECOMMENDATION') {
// Set DC variables for API call
dcIndividualId = dc.getDCUserId();
dcUrl = dc.getDCPersonalizationPath();
if (dcIndividualId && dcUrl && dcIndividualId != '' && dcUrl != '') {
// console.log("Fetching CDP Recommendations");
var productRecs = {};
productRecs[recommender] = getCDPRecs(dcUrl, dcIndividualId, recommender);
cb(productRecs);
}
} else if (isCQ && slotRecommendationType != 'DATA_CLOUD_RECOMMENDATION') {
if (cq.getRecs) {
cq.getRecs(cq.clientId, recommender, params, cb);
} else {
cq.widgets = cq.widgets || [];
cq.widgets.push({
recommenderName: recommender,
parameters: params,
callback: cb
});
}
}
};
function cb(parsed) {
var arr = parsed[recommender].recs;
if (arr && 0 < arr.length) {
var filteredProductIds = '';
for (i = 0; i < arr.length; i++) {
filteredProductIds = filteredProductIds + 'pid' + i + '=' + encodeURIComponent(arr[i].id) + '&';
}
filteredProductIds = filteredProductIds.substring(0, filteredProductIds.length – 1);//to remove the trailing '&'
var formData = 'auid=' + encodeURIComponent(contextAUID)
+ '&scid=' + slotConfigurationUUID
+ '&' + filteredProductIds;
var request = new XMLHttpRequest();
request.open('POST', urlToCall, true);
request.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
request.onreadystatechange = function() {
if (this.readyState === 4) {
// Got the product data from DW, showing the products now by changing the inner HTML of the DIV:
var divId = 'cq_recomm_slot-' + slotConfigurationUUID;
document.getElementById(divId).innerHTML = this.responseText;
//find and evaluate scripts in response:
var scripts = document.getElementById(divId).getElementsByTagName('script');
if (null != scripts) {
for (var i=0;i<scripts.length;i++) {//not combining script snippets on purpose
var srcScript = document.createElement('script');
srcScript.text = scripts[i].innerHTML;
srcScript.asynch = scripts[i].asynch;
srcScript.defer = scripts[i].defer;
srcScript.type = scripts[i].type;
srcScript.charset = scripts[i].charset;
document.head.appendChild( srcScript );
document.head.removeChild( srcScript );
}
}
}
};
request.send(formData);
request = null;
}
};
})();

Items To Match


Quick View

Quick View

Festival Diamante Chain Top

$ 37.00

4.3 out of 5 Customer Rating

4.3 out of 5 star rating






6 Reviews

QUICK BUY


Quick View

Quick View

Cross Nipple Covers 2 Pack

$ 12.00

4.7 out of 5 Customer Rating

4.7 out of 5 star rating






20 Reviews

QUICK BUY


Quick View

Quick View

The Glisten Dress

$ 21.00

Buy 1 Get 1 Half Price Erotic

<a href="/erotic/erotic-shop-by-category-sexy-dresses/the-glisten-dress/THE-GLISTEN-DRESSES.html?dwvar_THE-GLISTEN-DRESSES_color=Black" aria-label="Select color Black" data-index="0.0" data-image="https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw99ba3f24/images/2002486/glistendress-black-all–2002486-front-.jpg?sw=304&sh=407&strip=false" data-carousel-images='[{"alt":"The Glisten Dress","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw99ba3f24/images/2002486/glistendress-black-all–2002486-front-.jpg?sw=304&sh=407&strip=false","title":"The Glisten Dress","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw99ba3f24/images/2002486/glistendress-black-all–2002486-front-.jpg?sw=304&sh=407&strip=false"},{"alt":"The Glisten Dress","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw19e63226/images/2002486/Glisten Dress^Black^ALL$2002486_DETAIL2_.jpg?sw=304&sh=407&strip=false","title":"The Glisten Dress","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw19e63226/images/2002486/Glisten Dress^Black^ALL$2002486_DETAIL2_.jpg?sw=304&sh=407&strip=false"},{"alt":"The Glisten Dress","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw1e44003b/images/2002486/Glisten Dress^Black^ALL$2002486_DETAIL_.jpg?sw=304&sh=407&strip=false","title":"The Glisten Dress","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw1e44003b/images/2002486/Glisten Dress^Black^ALL$2002486_DETAIL_.jpg?sw=304&sh=407&strip=false"},{"alt":"The Glisten Dress","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw4aec18c8/images/2002486/glistendress-black-all–2002486-crop-.jpg?sw=304&sh=407&strip=false","title":"The Glisten Dress","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw4aec18c8/images/2002486/glistendress-black-all–2002486-crop-.jpg?sw=304&sh=407&strip=false"},{"alt":"The Glisten Dress","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw863d7194/images/2002486/Glisten Dress^Black^ALL$2002486_BACK_.jpg?sw=304&sh=407&strip=false","title":"The Glisten Dress","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw863d7194/images/2002486/Glisten Dress^Black^ALL$2002486_BACK_.jpg?sw=304&sh=407&strip=false"},{"alt":"The Glisten Dress","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw154c6e2b/images/2002486/Glisten Dress^Black^ALL$_IM_.jpg?sw=304&sh=407&strip=false","title":"The Glisten Dress","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw154c6e2b/images/2002486/Glisten Dress^Black^ALL$_IM_.jpg?sw=304&sh=407&strip=false"}]' data-hover-img="https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw19e63226/images/2002486/Glisten Dress^Black^ALL$2002486_DETAIL2_.jpg?sw=304&sh=407&strip=false" data-selectable="true" data-price-html='

€ 16.00

‘ data-badges-html=”” data-badges-text=”” data-promo-callouts-html=’

Buy 1 Get 1 Half Price Erotic

‘ data-badges-asset='{“body”:””,”classes”:””}’ class=”product-tile__swatch “>

4.8 out of 5 Customer Rating

4.8 out of 5 star rating






56 Reviews

QUICK BUY


Quick View

Quick View

Sexy Lace Thong

Price reduced from

$ 8.99

to

$ 5.99

<a href="/sexy-lace-thong/SEXY-LACE-PLANET-THONG.html?dwvar_SEXY-LACE-PLANET-THONG_color=White" aria-label="Select color White" data-index="0.0" data-image="https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwebae08de/images/2003026/2003026_Z.jpg?sw=304&sh=407&strip=false" data-carousel-images='[{"alt":"Sexy Lace Thong","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwebae08de/images/2003026/2003026_Z.jpg?sw=304&sh=407&strip=false","title":"Sexy Lace Thong","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwebae08de/images/2003026/2003026_Z.jpg?sw=304&sh=407&strip=false"},{"alt":"Sexy Lace Thong","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwee7496f6/images/2003026/2003026_Z_1.jpg?sw=304&sh=407&strip=false","title":"Sexy Lace Thong","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwee7496f6/images/2003026/2003026_Z_1.jpg?sw=304&sh=407&strip=false"},{"alt":"Sexy Lace Thong","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw86c72634/images/2003026/2003026_C_2.jpg?sw=304&sh=407&strip=false","title":"Sexy Lace Thong","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw86c72634/images/2003026/2003026_C_2.jpg?sw=304&sh=407&strip=false"},{"alt":"Sexy Lace Thong","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw3dcb46e0/images/2003026/2003026_C_3.jpg?sw=304&sh=407&strip=false","title":"Sexy Lace Thong","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw3dcb46e0/images/2003026/2003026_C_3.jpg?sw=304&sh=407&strip=false"},{"alt":"Sexy Lace Thong","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw10cbbf80/images/2003026/2003026_Z_2.jpg?sw=304&sh=407&strip=false","title":"Sexy Lace Thong","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw10cbbf80/images/2003026/2003026_Z_2.jpg?sw=304&sh=407&strip=false"},{"alt":"Sexy Lace Thong","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw7440283a/images/2003026/2003026_C_1.jpg?sw=304&sh=407&strip=false","title":"Sexy Lace Thong","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw7440283a/images/2003026/2003026_C_1.jpg?sw=304&sh=407&strip=false"},{"alt":"Sexy Lace Thong","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw5d8ae159/images/2003026/2003026_D_1.jpg?sw=304&sh=407&strip=false","title":"Sexy Lace Thong","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw5d8ae159/images/2003026/2003026_D_1.jpg?sw=304&sh=407&strip=false"},{"alt":"Sexy Lace Thong","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwd6495110/images/2003026/2003026_D_2.jpg?sw=304&sh=407&strip=false","title":"Sexy Lace Thong","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwd6495110/images/2003026/2003026_D_2.jpg?sw=304&sh=407&strip=false"},{"alt":"Sexy Lace Thong","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwb4b15198/images/2003026/2003026_Z_3.jpg?sw=304&sh=407&strip=false","title":"Sexy Lace Thong","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwb4b15198/images/2003026/2003026_Z_3.jpg?sw=304&sh=407&strip=false"}]' data-hover-img="https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwee7496f6/images/2003026/2003026_Z_1.jpg?sw=304&sh=407&strip=false" data-selectable="true" data-price-html='

Price reduced from

$ 8.99

to

$ 5.99

‘ data-badges-html=’30% off’ data-badges-text=”” data-promo-callouts-html=”” data-badges-asset='{“body”:””,”classes”:””}’ class=”product-tile__swatch “>

4.8 out of 5 Customer Rating

4.8 out of 5 star rating






1038 Reviews

QUICK BUY


Quick View

Quick View

Hold Me Tight Body

Price reduced from

$ 44.00

to

$ 35.00

<a href="/lingerie/lingerie-category-bodies/hold-me-tight-body/HOLD-ME-TIGHT-BODY.html?dwvar_HOLD-ME-TIGHT-BODY_color=Nude%2003" aria-label="Select color Nude 03" data-index="0.0" data-image="https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwc78911d4/images/2002926/2002926_z.jpg?sw=304&sh=407&strip=false" data-carousel-images='[{"alt":"Hold Me Tight Body","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwc78911d4/images/2002926/2002926_z.jpg?sw=304&sh=407&strip=false","title":"Hold Me Tight Body","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwc78911d4/images/2002926/2002926_z.jpg?sw=304&sh=407&strip=false"},{"alt":"Hold Me Tight Body","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw561cf778/images/2002926/2002926_y.jpg?sw=304&sh=407&strip=false","title":"Hold Me Tight Body","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw561cf778/images/2002926/2002926_y.jpg?sw=304&sh=407&strip=false"},{"alt":"Hold Me Tight Body","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw41a1957c/images/2002926/2002926_x.jpg?sw=304&sh=407&strip=false","title":"Hold Me Tight Body","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw41a1957c/images/2002926/2002926_x.jpg?sw=304&sh=407&strip=false"},{"alt":"Hold Me Tight Body","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw353974d2/images/2002923/2002923_G_1.jpg?sw=304&sh=407&strip=false","title":"Hold Me Tight Body","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw353974d2/images/2002923/2002923_G_1.jpg?sw=304&sh=407&strip=false"},{"alt":"Hold Me Tight Body","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw14ed1cbe/images/2002923/2002923_G_3.jpg?sw=304&sh=407&strip=false","title":"Hold Me Tight Body","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw14ed1cbe/images/2002923/2002923_G_3.jpg?sw=304&sh=407&strip=false"},{"alt":"Hold Me Tight Body","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwc4918a03/images/2002923/2002923_G_4.jpg?sw=304&sh=407&strip=false","title":"Hold Me Tight Body","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwc4918a03/images/2002923/2002923_G_4.jpg?sw=304&sh=407&strip=false"},{"alt":"Hold Me Tight Body","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwafd79c69/images/2002923/2002923_G_5.jpg?sw=304&sh=407&strip=false","title":"Hold Me Tight Body","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwafd79c69/images/2002923/2002923_G_5.jpg?sw=304&sh=407&strip=false"},{"alt":"Hold Me Tight Body","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw1d438c8e/images/2002923/2002923_G_6.jpg?sw=304&sh=407&strip=false","title":"Hold Me Tight Body","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw1d438c8e/images/2002923/2002923_G_6.jpg?sw=304&sh=407&strip=false"},{"alt":"Hold Me Tight Body","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw747a9660/images/2002923/2002923_G_7.jpg?sw=304&sh=407&strip=false","title":"Hold Me Tight Body","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw747a9660/images/2002923/2002923_G_7.jpg?sw=304&sh=407&strip=false"},{"alt":"Hold Me Tight Body","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwa394fa68/images/2002923/2002923_G_9.jpg?sw=304&sh=407&strip=false","title":"Hold Me Tight Body","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwa394fa68/images/2002923/2002923_G_9.jpg?sw=304&sh=407&strip=false"},{"alt":"Hold Me Tight Body","url":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwa91e1676/images/2002926/2002926_w.jpg?sw=304&sh=407&strip=false","title":"Hold Me Tight Body","width":304,"height":407,"absURL":"https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dwa91e1676/images/2002926/2002926_w.jpg?sw=304&sh=407&strip=false"}]' data-hover-img="https://www.annsummers.com/dw/image/v2/AAUX_PRD/on/demandware.static/-/Sites-master-catalog-as/default/dw561cf778/images/2002926/2002926_y.jpg?sw=304&sh=407&strip=false" data-selectable="true" data-price-html='

Price reduced from

$ 44.00

to

$ 35.00

‘ data-badges-html=’20% OFF ‘ data-badges-text=”” data-promo-callouts-html=”” data-badges-asset='{“body”:””,”classes”:””}’ class=”product-tile__swatch “>

4.5 out of 5 Customer Rating

4.5 out of 5 star rating






534 Reviews

QUICK BUY


(function(){
// window.CQuotient is provided on the page by the Analytics code:
var cq = window.CQuotient;
var dc = window.DataCloud;
var isCQ = false;
var isDC = false;
if (cq && (‘function’ == typeof cq.getCQUserId)
&& (‘function’ == typeof cq.getCQCookieId)
&& (‘function’ == typeof cq.getCQHashedEmail)
&& (‘function’ == typeof cq.getCQHashedLogin)) {
isCQ = true;
}
if (dc && (‘function’ == typeof dc.getDCUserId)) {
isDC = true;
}
if (isCQ || isDC) {
var recommender = ‘[[“Homepage-recommender”]]’;
var slotRecommendationType = ‘RECOMMENDATION’;
// removing any leading/trailing square brackets and escaped quotes:
recommender = recommender.replace(/[|]|”/g, ”);
var separator = ‘|||’;
var slotConfigurationUUID = ’97e213ae17b7cb20e6a7b8109c’;
var contextAUID = ‘2008281NO_SIZE’;
var contextSecondaryAUID = ”;
var contextAltAUID = ”;
var contextType = ”;
var anchorsArray = [];
var contextAUIDs = contextAUID.split(separator);
var contextSecondaryAUIDs = contextSecondaryAUID.split(separator);
var contextAltAUIDs = contextAltAUID.split(separator);
var contextTypes = contextType.split(separator);
var slotName = ‘product-detail-4’;
var slotConfigId = ‘Recommendations – 2022-02-04 15:19:04’;
var slotConfigTemplate = ‘slots/recommendation/productCarousel.isml’;
if (contextAUIDs.length == contextSecondaryAUIDs.length) {
for (i = 0; i < contextAUIDs.length; i++) {
anchorsArray.push({
id: contextAUIDs[i],
sku: contextSecondaryAUIDs[i],
type: contextTypes[i],
alt_id: contextAltAUIDs[i]
});
}
} else {
anchorsArray = [{id: contextAUID, sku: contextSecondaryAUID, type: contextType, alt_id: contextAltAUID}];
}
var urlToCall = '/on/demandware.store/Sites-AS-GB-Site/en_GB/CQRecomm-Start';
var params = null;
if (isCQ) {
params = {
userId: cq.getCQUserId(),
cookieId: cq.getCQCookieId(),
emailId: cq.getCQHashedEmail(),
loginId: cq.getCQHashedLogin(),
anchors: anchorsArray,
slotId: slotName,
slotConfigId: slotConfigId,
slotConfigTemplate: slotConfigTemplate,
ccver: '1.03'
};
}
// console.log("Recommendation Type – " + slotRecommendationType + ", Recommender Selected – " + recommender);
if (isDC && slotRecommendationType == 'DATA_CLOUD_RECOMMENDATION') {
// Set DC variables for API call
dcIndividualId = dc.getDCUserId();
dcUrl = dc.getDCPersonalizationPath();
if (dcIndividualId && dcUrl && dcIndividualId != '' && dcUrl != '') {
// console.log("Fetching CDP Recommendations");
var productRecs = {};
productRecs[recommender] = getCDPRecs(dcUrl, dcIndividualId, recommender);
cb(productRecs);
}
} else if (isCQ && slotRecommendationType != 'DATA_CLOUD_RECOMMENDATION') {
if (cq.getRecs) {
cq.getRecs(cq.clientId, recommender, params, cb);
} else {
cq.widgets = cq.widgets || [];
cq.widgets.push({
recommenderName: recommender,
parameters: params,
callback: cb
});
}
}
};
function cb(parsed) {
var arr = parsed[recommender].recs;
if (arr && 0 < arr.length) {
var filteredProductIds = '';
for (i = 0; i < arr.length; i++) {
filteredProductIds = filteredProductIds + 'pid' + i + '=' + encodeURIComponent(arr[i].id) + '&';
}
filteredProductIds = filteredProductIds.substring(0, filteredProductIds.length – 1);//to remove the trailing '&'
var formData = 'auid=' + encodeURIComponent(contextAUID)
+ '&scid=' + slotConfigurationUUID
+ '&' + filteredProductIds;
var request = new XMLHttpRequest();
request.open('POST', urlToCall, true);
request.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
request.onreadystatechange = function() {
if (this.readyState === 4) {
// Got the product data from DW, showing the products now by changing the inner HTML of the DIV:
var divId = 'cq_recomm_slot-' + slotConfigurationUUID;
document.getElementById(divId).innerHTML = this.responseText;
//find and evaluate scripts in response:
var scripts = document.getElementById(divId).getElementsByTagName('script');
if (null != scripts) {
for (var i=0;i<scripts.length;i++) {//not combining script snippets on purpose
var srcScript = document.createElement('script');
srcScript.text = scripts[i].innerHTML;
srcScript.asynch = scripts[i].asynch;
srcScript.defer = scripts[i].defer;
srcScript.type = scripts[i].type;
srcScript.charset = scripts[i].charset;
document.head.appendChild( srcScript );
document.head.removeChild( srcScript );
}
}
}
};
request.send(formData);
request = null;
}
};
})();

Ă—

Ă—

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “Festival Diamante Chain Skirt”

Your email address will not be published. Required fields are marked *