$(document).ready(function () {
var sku = 'BTB0028652-EH45';
// 只有設計款(SKU 含 '-')才需要合圖
if (!sku.includes('-')) return;
var productImg = '//b2b.rhinoshield.tw/cdn/shop/files/298cda58f7c7ea4b27998cc0580ad4aa9fffdf4c_e1427285-e41a-4ba7-8fcf-b39ec8bff68f_250x.webp?v=1705046027';
var bumperImg = window.getProductImageUrl(sku.split('-')[0]);
var cardType = 'aquastand-stainless-steel-700ml-without-straw';
var layers = (cardType === 'mod-nx-backplate' || cardType === 'mod-backplate')
? [productImg, bumperImg]
: [bumperImg, productImg];
window.mergeProductImages(layers).then(function (mergedImg) {
$('#aquastand-stainless-steel-700ml-without-straw-eh45').attr('src', mergedImg);
});
});
var role = encodeURI("");
var handle = "aquastand"
var url = "/collections/aquastand"
if (role != '') {
if (window.location.pathname.indexOf(role) == -1)
window.location.href = url + "/" + role
}