window.addEventListener('AddItemToCart', function(event) {
const productVariantId = event.detail;
// Perform AJAX request to add item to cart
fetch('/cart/add.js', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
items: [{
id: productVariantId,
quantity: 1,
}],
sections: 'cart-drawer,cart-icon-bubble'
})
})
.then(response => response.json())
.then(data => {
console.log('Item added to cart:', data);
document.documentElement.dispatchEvent(new CustomEvent('cart:refresh', {
bubbles: true
}));
})
.catch((error) => {
console.error('Error adding item to cart:', error);
});
});
$(document).ready(function() {
// Cache the main add to cart area and sticky add to cart button elements
var $mainAddToCart = $('.Product__Info'); // Replace with your actual selector for the main add to cart area
var $stickyAddToCart = $('#stickycart'); // Replace with your actual selector for the sticky add to cart button
// Initially hide the sticky add to cart button
$stickyAddToCart.hide();
// Function to check visibility of main add to cart area
function checkAddToCartVisibility() {
// Check if the main add to cart area is visible in the viewport
var isVisible = $mainAddToCart.is(':visible') &&
$mainAddToCart.offset().top < $(window).scrollTop() + $(window).height() &&
$mainAddToCart.offset().top + $mainAddToCart.outerHeight() > $(window).scrollTop();
// Toggle sticky add to cart button based on visibility
if (isVisible) {
$stickyAddToCart.hide();
} else {
$stickyAddToCart.show();
}
}
// Run the check on scroll and on load
$(window).on('scroll resize', checkAddToCartVisibility);
checkAddToCartVisibility(); // Initial check
});
$(document).ready(function() {
// Show the first tab content by default
$(".tab-content .tab").hide();
$(".tab-content .tab:first").show();
// Handle click on tab link
$(".tab-links li").click(function(event) {
event.preventDefault();
// Remove active class from all tabs and content
$(".tab-links li").removeClass("active");
$(".tab-content .tab").removeClass("active").hide();
// Add active class to clicked tab and show the corresponding content
$(this).addClass("active");
var target = $(this).find("a").attr("href");
$(target).addClass("active").show();
});
$('.recrecenttab a').on('click', function(){
$('.recrecenttab a').removeClass('active');
$(this).addClass('active');
var isssss = $(this).attr('data_title');
$('.producttab').each(function(){
var isssssss = $(this).attr('data_title');
if(isssssss == isssss){
$(this).show();
// alert(isssss);
}else{
$(this).hide();
}
});
});
});
{"id":9634900312368,"title":"Cerise Luxe Party 2 Piece Set","handle":"cerise-luxe-party-2-piece-set","description":"\u003cp\u003e\u003cstrong\u003eMaterial : \u003c\/strong\u003e\u003cstrong\u003eLuxury Sheath\u003cbr\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong style=\"font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem;\"\u003ePlease note- The beige colour looks a little blush pink when worn as seen in the video ✨\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eNew in Summer 2024 Collection, Shop Now\u003cstrong\u003e!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","published_at":"2024-10-25T18:51:07+05:30","created_at":"2024-10-24T13:15:24+05:30","vendor":"Alamode By Akanksha","type":"Summer Co-ords","tags":["Birthday outfits for women","Black coord sets for women","Black party dresses for women","Club dresses for women","concert theme","EXPRESS","FAST","Full sleeve coord set for women","HIGH INVENTORY SUMMER","Holiday Collection","india75","Luxe","Luxe collection","Luxe coord","New collection 2024","NYE","nye dresses","nye party","party collection","Party maxi dresses for women","Party Wear","Party wear co ord sets for women","Ready to ship","Skirt co ord sets for women","spo-notify-me-disabled","summer 24","Summer Collection","Summer coords for women","Valentine's Day Collection","Valentine's Day Dresses","Western wear for women"],"price":289900,"price_min":289900,"price_max":289900,"available":true,"price_varies":false,"compare_at_price":495000,"compare_at_price_min":495000,"compare_at_price_max":495000,"compare_at_price_varies":false,"variants":[{"id":49186447786288,"title":"Black \/ XS","option1":"Black","option2":"XS","option3":null,"sku":"WC_CERISE_BL_XS","requires_shipping":true,"taxable":true,"featured_image":{"id":46930512412976,"product_id":9634900312368,"position":8,"created_at":"2024-10-24T13:16:54+05:30","updated_at":"2024-12-29T13:54:43+05:30","alt":null,"width":2560,"height":2560,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/21BFF5FB-B947-4184-B483-DA64A4215866.jpg?v=1735460683","variant_ids":[49186447786288,49186447819056,49186447851824,49186447884592,49186447917360]},"available":true,"name":"Cerise Luxe Party 2 Piece Set - Black \/ XS","public_title":"Black \/ XS","options":["Black","XS"],"price":289900,"weight":200,"compare_at_price":495000,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":null,"id":39047633305904,"position":8,"preview_image":{"aspect_ratio":1.0,"height":2560,"width":2560,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/21BFF5FB-B947-4184-B483-DA64A4215866.jpg?v=1735460683"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":49186447819056,"title":"Black \/ S","option1":"Black","option2":"S","option3":null,"sku":"WC_CERISE_BL_S","requires_shipping":true,"taxable":true,"featured_image":{"id":46930512412976,"product_id":9634900312368,"position":8,"created_at":"2024-10-24T13:16:54+05:30","updated_at":"2024-12-29T13:54:43+05:30","alt":null,"width":2560,"height":2560,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/21BFF5FB-B947-4184-B483-DA64A4215866.jpg?v=1735460683","variant_ids":[49186447786288,49186447819056,49186447851824,49186447884592,49186447917360]},"available":true,"name":"Cerise Luxe Party 2 Piece Set - Black \/ S","public_title":"Black \/ S","options":["Black","S"],"price":289900,"weight":200,"compare_at_price":495000,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":null,"id":39047633305904,"position":8,"preview_image":{"aspect_ratio":1.0,"height":2560,"width":2560,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/21BFF5FB-B947-4184-B483-DA64A4215866.jpg?v=1735460683"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":49186447851824,"title":"Black \/ M","option1":"Black","option2":"M","option3":null,"sku":"WC_CERISE_BL_M","requires_shipping":true,"taxable":true,"featured_image":{"id":46930512412976,"product_id":9634900312368,"position":8,"created_at":"2024-10-24T13:16:54+05:30","updated_at":"2024-12-29T13:54:43+05:30","alt":null,"width":2560,"height":2560,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/21BFF5FB-B947-4184-B483-DA64A4215866.jpg?v=1735460683","variant_ids":[49186447786288,49186447819056,49186447851824,49186447884592,49186447917360]},"available":true,"name":"Cerise Luxe Party 2 Piece Set - Black \/ M","public_title":"Black \/ M","options":["Black","M"],"price":289900,"weight":200,"compare_at_price":495000,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":null,"id":39047633305904,"position":8,"preview_image":{"aspect_ratio":1.0,"height":2560,"width":2560,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/21BFF5FB-B947-4184-B483-DA64A4215866.jpg?v=1735460683"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":49186447884592,"title":"Black \/ L","option1":"Black","option2":"L","option3":null,"sku":"WC_CERISE_BL_L","requires_shipping":true,"taxable":true,"featured_image":{"id":46930512412976,"product_id":9634900312368,"position":8,"created_at":"2024-10-24T13:16:54+05:30","updated_at":"2024-12-29T13:54:43+05:30","alt":null,"width":2560,"height":2560,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/21BFF5FB-B947-4184-B483-DA64A4215866.jpg?v=1735460683","variant_ids":[49186447786288,49186447819056,49186447851824,49186447884592,49186447917360]},"available":true,"name":"Cerise Luxe Party 2 Piece Set - Black \/ L","public_title":"Black \/ L","options":["Black","L"],"price":289900,"weight":200,"compare_at_price":495000,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":null,"id":39047633305904,"position":8,"preview_image":{"aspect_ratio":1.0,"height":2560,"width":2560,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/21BFF5FB-B947-4184-B483-DA64A4215866.jpg?v=1735460683"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":49186447917360,"title":"Black \/ XL","option1":"Black","option2":"XL","option3":null,"sku":"WC_CERISE_BL_XL","requires_shipping":true,"taxable":true,"featured_image":{"id":46930512412976,"product_id":9634900312368,"position":8,"created_at":"2024-10-24T13:16:54+05:30","updated_at":"2024-12-29T13:54:43+05:30","alt":null,"width":2560,"height":2560,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/21BFF5FB-B947-4184-B483-DA64A4215866.jpg?v=1735460683","variant_ids":[49186447786288,49186447819056,49186447851824,49186447884592,49186447917360]},"available":true,"name":"Cerise Luxe Party 2 Piece Set - Black \/ XL","public_title":"Black \/ XL","options":["Black","XL"],"price":289900,"weight":200,"compare_at_price":495000,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":null,"id":39047633305904,"position":8,"preview_image":{"aspect_ratio":1.0,"height":2560,"width":2560,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/21BFF5FB-B947-4184-B483-DA64A4215866.jpg?v=1735460683"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/www.alamodelabel.in\/cdn\/shop\/files\/A1AC1E9C-5A68-4D04-B828-D6AE9B42882D.jpg?v=1735460682","\/\/www.alamodelabel.in\/cdn\/shop\/files\/B33A176D-74C1-473B-ACC6-BA30C6275047.jpg?v=1735460683","\/\/www.alamodelabel.in\/cdn\/shop\/files\/43CB06BB-1763-45D9-B405-8D6C93E48E6B.jpg?v=1735460683","\/\/www.alamodelabel.in\/cdn\/shop\/files\/125296FF-9460-4A9E-8218-036DC80CBE15.jpg?v=1735460683","\/\/www.alamodelabel.in\/cdn\/shop\/files\/AF0362AA-4C87-4B8F-AF07-F569F5A73EE7.jpg?v=1735460683","\/\/www.alamodelabel.in\/cdn\/shop\/files\/E7EC1BA9-CF58-427E-A899-DCB684726006.jpg?v=1735460683","\/\/www.alamodelabel.in\/cdn\/shop\/files\/173FCBF8-02C5-4072-9637-A43CBF02451E.jpg?v=1735460683","\/\/www.alamodelabel.in\/cdn\/shop\/files\/21BFF5FB-B947-4184-B483-DA64A4215866.jpg?v=1735460683","\/\/www.alamodelabel.in\/cdn\/shop\/files\/55718EFC-38FF-4B16-8DB7-5712053440BC.jpg?v=1735460683","\/\/www.alamodelabel.in\/cdn\/shop\/files\/7975D496-7DE1-470B-9BF5-14915EF76AC2.jpg?v=1735460683"],"featured_image":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/A1AC1E9C-5A68-4D04-B828-D6AE9B42882D.jpg?v=1735460682","options":["Color","Size"],"media":[{"alt":null,"id":39223145791792,"position":1,"preview_image":{"aspect_ratio":0.666,"height":2560,"width":1706,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/A1AC1E9C-5A68-4D04-B828-D6AE9B42882D.jpg?v=1735460682"},"aspect_ratio":0.666,"height":2560,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/A1AC1E9C-5A68-4D04-B828-D6AE9B42882D.jpg?v=1735460682","width":1706},{"alt":null,"id":39223145824560,"position":2,"preview_image":{"aspect_ratio":0.666,"height":2560,"width":1706,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/B33A176D-74C1-473B-ACC6-BA30C6275047.jpg?v=1735460683"},"aspect_ratio":0.666,"height":2560,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/B33A176D-74C1-473B-ACC6-BA30C6275047.jpg?v=1735460683","width":1706},{"alt":null,"id":39223145857328,"position":3,"preview_image":{"aspect_ratio":0.666,"height":2560,"width":1706,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/43CB06BB-1763-45D9-B405-8D6C93E48E6B.jpg?v=1735460683"},"aspect_ratio":0.666,"height":2560,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/43CB06BB-1763-45D9-B405-8D6C93E48E6B.jpg?v=1735460683","width":1706},{"alt":null,"id":39223145890096,"position":4,"preview_image":{"aspect_ratio":0.666,"height":2560,"width":1706,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/125296FF-9460-4A9E-8218-036DC80CBE15.jpg?v=1735460683"},"aspect_ratio":0.666,"height":2560,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/125296FF-9460-4A9E-8218-036DC80CBE15.jpg?v=1735460683","width":1706},{"alt":null,"id":39223145922864,"position":5,"preview_image":{"aspect_ratio":0.666,"height":2560,"width":1706,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/AF0362AA-4C87-4B8F-AF07-F569F5A73EE7.jpg?v=1735460683"},"aspect_ratio":0.666,"height":2560,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/AF0362AA-4C87-4B8F-AF07-F569F5A73EE7.jpg?v=1735460683","width":1706},{"alt":null,"id":39223145955632,"position":6,"preview_image":{"aspect_ratio":0.666,"height":2560,"width":1706,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/E7EC1BA9-CF58-427E-A899-DCB684726006.jpg?v=1735460683"},"aspect_ratio":0.666,"height":2560,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/E7EC1BA9-CF58-427E-A899-DCB684726006.jpg?v=1735460683","width":1706},{"alt":null,"id":39223146021168,"position":7,"preview_image":{"aspect_ratio":0.666,"height":2560,"width":1706,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/173FCBF8-02C5-4072-9637-A43CBF02451E.jpg?v=1735460683"},"aspect_ratio":0.666,"height":2560,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/173FCBF8-02C5-4072-9637-A43CBF02451E.jpg?v=1735460683","width":1706},{"alt":null,"id":39047633305904,"position":8,"preview_image":{"aspect_ratio":1.0,"height":2560,"width":2560,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/21BFF5FB-B947-4184-B483-DA64A4215866.jpg?v=1735460683"},"aspect_ratio":1.0,"height":2560,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/21BFF5FB-B947-4184-B483-DA64A4215866.jpg?v=1735460683","width":2560},{"alt":null,"id":39047633338672,"position":9,"preview_image":{"aspect_ratio":1.0,"height":1280,"width":1280,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/55718EFC-38FF-4B16-8DB7-5712053440BC.jpg?v=1735460683"},"aspect_ratio":1.0,"height":1280,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/55718EFC-38FF-4B16-8DB7-5712053440BC.jpg?v=1735460683","width":1280},{"alt":null,"id":39223146152240,"position":10,"preview_image":{"aspect_ratio":1.501,"height":1706,"width":2560,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/7975D496-7DE1-470B-9BF5-14915EF76AC2.jpg?v=1735460683"},"aspect_ratio":1.501,"height":1706,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/files\/7975D496-7DE1-470B-9BF5-14915EF76AC2.jpg?v=1735460683","width":2560}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cstrong\u003eMaterial : \u003c\/strong\u003e\u003cstrong\u003eLuxury Sheath\u003cbr\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong style=\"font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem;\"\u003ePlease note- The beige colour looks a little blush pink when worn as seen in the video ✨\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eNew in Summer 2024 Collection, Shop Now\u003cstrong\u003e!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e"}