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();
}
});
});
});
Get the app now
🎉Save 5% on your first order📱
Looks like you don't have the app installed
DOWNLOAD APP
Get our app now!
Scan the QR code below!
{"id":6573471760431,"title":"Holic Statement Bustiers","handle":"holic-statement-bustiers","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cp\u003e\u003cstrong\u003eMaterial : Cotton with Lace Detailed\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eNew in Summer 2021 Collection, Shop Now!\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eReady to Dispatch - Limited Edition\u003c\/span\u003e\u003c\/p\u003e","published_at":"2021-05-26T23:27:30+05:30","created_at":"2021-05-26T23:27:30+05:30","vendor":"Alamode By Akanksha","type":"Tops","tags":["Black Tops for Women","Bustier tops for women","FAST","india75","Party wear tops for women","Ready to ship","Sleeveless tops for women","Top"],"price":175000,"price_min":175000,"price_max":209900,"available":true,"price_varies":true,"compare_at_price":229900,"compare_at_price_min":229900,"compare_at_price_max":229900,"compare_at_price_varies":false,"variants":[{"id":39374990671919,"title":"Black \/ XS","option1":"Black","option2":"XS","option3":null,"sku":"TP_Holi_BL_XS","requires_shipping":true,"taxable":true,"featured_image":{"id":28174165180463,"product_id":6573471760431,"position":1,"created_at":"2021-05-26T23:27:51+05:30","updated_at":"2024-12-29T14:52:08+05:30","alt":"Holic Statement Bustiers - Alamode By Akanksha","width":760,"height":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_f996e545-068c-4eda-a990-184d13ba4649.jpg?v=1735464128","variant_ids":[39374990671919,39374990704687,39374990737455,39374990770223]},"available":false,"name":"Holic Statement Bustiers - Black \/ XS","public_title":"Black \/ XS","options":["Black","XS"],"price":209900,"weight":200,"compare_at_price":229900,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":"Holic Statement Bustiers - Alamode By Akanksha","id":20442370211887,"position":1,"preview_image":{"aspect_ratio":1.0,"height":760,"width":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_f996e545-068c-4eda-a990-184d13ba4649.jpg?v=1735464128"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39374990704687,"title":"Black \/ S","option1":"Black","option2":"S","option3":null,"sku":"TP_Holi_BL_S","requires_shipping":true,"taxable":true,"featured_image":{"id":28174165180463,"product_id":6573471760431,"position":1,"created_at":"2021-05-26T23:27:51+05:30","updated_at":"2024-12-29T14:52:08+05:30","alt":"Holic Statement Bustiers - Alamode By Akanksha","width":760,"height":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_f996e545-068c-4eda-a990-184d13ba4649.jpg?v=1735464128","variant_ids":[39374990671919,39374990704687,39374990737455,39374990770223]},"available":false,"name":"Holic Statement Bustiers - Black \/ S","public_title":"Black \/ S","options":["Black","S"],"price":209900,"weight":200,"compare_at_price":229900,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":"Holic Statement Bustiers - Alamode By Akanksha","id":20442370211887,"position":1,"preview_image":{"aspect_ratio":1.0,"height":760,"width":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_f996e545-068c-4eda-a990-184d13ba4649.jpg?v=1735464128"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39374990737455,"title":"Black \/ M","option1":"Black","option2":"M","option3":null,"sku":"TP_Holi_BL_M","requires_shipping":true,"taxable":true,"featured_image":{"id":28174165180463,"product_id":6573471760431,"position":1,"created_at":"2021-05-26T23:27:51+05:30","updated_at":"2024-12-29T14:52:08+05:30","alt":"Holic Statement Bustiers - Alamode By Akanksha","width":760,"height":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_f996e545-068c-4eda-a990-184d13ba4649.jpg?v=1735464128","variant_ids":[39374990671919,39374990704687,39374990737455,39374990770223]},"available":false,"name":"Holic Statement Bustiers - Black \/ M","public_title":"Black \/ M","options":["Black","M"],"price":209900,"weight":200,"compare_at_price":229900,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":"Holic Statement Bustiers - Alamode By Akanksha","id":20442370211887,"position":1,"preview_image":{"aspect_ratio":1.0,"height":760,"width":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_f996e545-068c-4eda-a990-184d13ba4649.jpg?v=1735464128"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39374990770223,"title":"Black \/ L","option1":"Black","option2":"L","option3":null,"sku":"TP_Holi_BL_L","requires_shipping":true,"taxable":true,"featured_image":{"id":28174165180463,"product_id":6573471760431,"position":1,"created_at":"2021-05-26T23:27:51+05:30","updated_at":"2024-12-29T14:52:08+05:30","alt":"Holic Statement Bustiers - Alamode By Akanksha","width":760,"height":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_f996e545-068c-4eda-a990-184d13ba4649.jpg?v=1735464128","variant_ids":[39374990671919,39374990704687,39374990737455,39374990770223]},"available":false,"name":"Holic Statement Bustiers - Black \/ L","public_title":"Black \/ L","options":["Black","L"],"price":209900,"weight":200,"compare_at_price":229900,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":"Holic Statement Bustiers - Alamode By Akanksha","id":20442370211887,"position":1,"preview_image":{"aspect_ratio":1.0,"height":760,"width":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_f996e545-068c-4eda-a990-184d13ba4649.jpg?v=1735464128"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39374990802991,"title":"White \/ XS","option1":"White","option2":"XS","option3":null,"sku":"TP_Holi_WH_XS","requires_shipping":true,"taxable":true,"featured_image":{"id":28174164983855,"product_id":6573471760431,"position":2,"created_at":"2021-05-26T23:27:43+05:30","updated_at":"2024-12-29T14:52:08+05:30","alt":"Holic Statement Bustiers - Alamode By Akanksha","width":760,"height":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_fa308c47-db12-4d80-959d-dea429fff813.jpg?v=1735464128","variant_ids":[39374990802991,39374990835759,39374990868527,39374990901295]},"available":false,"name":"Holic Statement Bustiers - White \/ XS","public_title":"White \/ XS","options":["White","XS"],"price":175000,"weight":200,"compare_at_price":229900,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":"Holic Statement Bustiers - Alamode By Akanksha","id":20442370015279,"position":2,"preview_image":{"aspect_ratio":1.0,"height":760,"width":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_fa308c47-db12-4d80-959d-dea429fff813.jpg?v=1735464128"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39374990835759,"title":"White \/ S","option1":"White","option2":"S","option3":null,"sku":"TP_Holi_WH_S","requires_shipping":true,"taxable":true,"featured_image":{"id":28174164983855,"product_id":6573471760431,"position":2,"created_at":"2021-05-26T23:27:43+05:30","updated_at":"2024-12-29T14:52:08+05:30","alt":"Holic Statement Bustiers - Alamode By Akanksha","width":760,"height":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_fa308c47-db12-4d80-959d-dea429fff813.jpg?v=1735464128","variant_ids":[39374990802991,39374990835759,39374990868527,39374990901295]},"available":false,"name":"Holic Statement Bustiers - White \/ S","public_title":"White \/ S","options":["White","S"],"price":175000,"weight":200,"compare_at_price":229900,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":"Holic Statement Bustiers - Alamode By Akanksha","id":20442370015279,"position":2,"preview_image":{"aspect_ratio":1.0,"height":760,"width":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_fa308c47-db12-4d80-959d-dea429fff813.jpg?v=1735464128"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39374990868527,"title":"White \/ M","option1":"White","option2":"M","option3":null,"sku":"TP_Holi_WH_M","requires_shipping":true,"taxable":true,"featured_image":{"id":28174164983855,"product_id":6573471760431,"position":2,"created_at":"2021-05-26T23:27:43+05:30","updated_at":"2024-12-29T14:52:08+05:30","alt":"Holic Statement Bustiers - Alamode By Akanksha","width":760,"height":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_fa308c47-db12-4d80-959d-dea429fff813.jpg?v=1735464128","variant_ids":[39374990802991,39374990835759,39374990868527,39374990901295]},"available":true,"name":"Holic Statement Bustiers - White \/ M","public_title":"White \/ M","options":["White","M"],"price":175000,"weight":200,"compare_at_price":229900,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":"Holic Statement Bustiers - Alamode By Akanksha","id":20442370015279,"position":2,"preview_image":{"aspect_ratio":1.0,"height":760,"width":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_fa308c47-db12-4d80-959d-dea429fff813.jpg?v=1735464128"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39374990901295,"title":"White \/ L","option1":"White","option2":"L","option3":null,"sku":"TP_Holi_WH_L","requires_shipping":true,"taxable":true,"featured_image":{"id":28174164983855,"product_id":6573471760431,"position":2,"created_at":"2021-05-26T23:27:43+05:30","updated_at":"2024-12-29T14:52:08+05:30","alt":"Holic Statement Bustiers - Alamode By Akanksha","width":760,"height":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_fa308c47-db12-4d80-959d-dea429fff813.jpg?v=1735464128","variant_ids":[39374990802991,39374990835759,39374990868527,39374990901295]},"available":true,"name":"Holic Statement Bustiers - White \/ L","public_title":"White \/ L","options":["White","L"],"price":175000,"weight":200,"compare_at_price":229900,"inventory_management":"shopify","barcode":null,"featured_media":{"alt":"Holic Statement Bustiers - Alamode By Akanksha","id":20442370015279,"position":2,"preview_image":{"aspect_ratio":1.0,"height":760,"width":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_fa308c47-db12-4d80-959d-dea429fff813.jpg?v=1735464128"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_f996e545-068c-4eda-a990-184d13ba4649.jpg?v=1735464128","\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_fa308c47-db12-4d80-959d-dea429fff813.jpg?v=1735464128","\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_896fba86-86fb-4dad-8a3c-ade105173c6f.jpg?v=1735464128","\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_cd0a8c82-a6dc-4f6e-82eb-fc5b3dd0cccf.jpg?v=1735464128","\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_f8c6e7ad-2518-44c7-9e5a-79afc0fe8856.jpg?v=1735464128","\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_10d5449d-7350-4fa6-981d-5973dabd7d8e.jpg?v=1735464129","\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_fe5c43c5-b49e-4be4-8df4-99f563233a0a.jpg?v=1735464129"],"featured_image":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_f996e545-068c-4eda-a990-184d13ba4649.jpg?v=1735464128","options":["Color","Size"],"media":[{"alt":"Holic Statement Bustiers - Alamode By Akanksha","id":20442370211887,"position":1,"preview_image":{"aspect_ratio":1.0,"height":760,"width":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_f996e545-068c-4eda-a990-184d13ba4649.jpg?v=1735464128"},"aspect_ratio":1.0,"height":760,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_f996e545-068c-4eda-a990-184d13ba4649.jpg?v=1735464128","width":760},{"alt":"Holic Statement Bustiers - Alamode By Akanksha","id":20442370015279,"position":2,"preview_image":{"aspect_ratio":1.0,"height":760,"width":760,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_fa308c47-db12-4d80-959d-dea429fff813.jpg?v=1735464128"},"aspect_ratio":1.0,"height":760,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_fa308c47-db12-4d80-959d-dea429fff813.jpg?v=1735464128","width":760},{"alt":"Holic Statement Bustiers - Alamode By Akanksha","id":20442370179119,"position":3,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_896fba86-86fb-4dad-8a3c-ade105173c6f.jpg?v=1735464128"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_896fba86-86fb-4dad-8a3c-ade105173c6f.jpg?v=1735464128","width":800},{"alt":"Holic Statement Bustiers - Alamode By Akanksha","id":20442369949743,"position":4,"preview_image":{"aspect_ratio":1.0,"height":750,"width":750,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_cd0a8c82-a6dc-4f6e-82eb-fc5b3dd0cccf.jpg?v=1735464128"},"aspect_ratio":1.0,"height":750,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_cd0a8c82-a6dc-4f6e-82eb-fc5b3dd0cccf.jpg?v=1735464128","width":750},{"alt":"Holic Statement Bustiers - Alamode By Akanksha","id":20442370080815,"position":5,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_f8c6e7ad-2518-44c7-9e5a-79afc0fe8856.jpg?v=1735464128"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_f8c6e7ad-2518-44c7-9e5a-79afc0fe8856.jpg?v=1735464128","width":800},{"alt":"Holic Statement Bustiers - Alamode By Akanksha","id":20442370048047,"position":6,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_10d5449d-7350-4fa6-981d-5973dabd7d8e.jpg?v=1735464129"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_10d5449d-7350-4fa6-981d-5973dabd7d8e.jpg?v=1735464129","width":800},{"alt":"Holic Statement Bustiers - Alamode By Akanksha","id":20442370113583,"position":7,"preview_image":{"aspect_ratio":1.0,"height":750,"width":750,"src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_fe5c43c5-b49e-4be4-8df4-99f563233a0a.jpg?v=1735464129"},"aspect_ratio":1.0,"height":750,"media_type":"image","src":"\/\/www.alamodelabel.in\/cdn\/shop\/products\/image_fe5c43c5-b49e-4be4-8df4-99f563233a0a.jpg?v=1735464129","width":750}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cp\u003e\u003cstrong\u003eMaterial : Cotton with Lace Detailed\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eNew in Summer 2021 Collection, Shop Now!\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eReady to Dispatch - Limited Edition\u003c\/span\u003e\u003c\/p\u003e"}