防水。防冒险。
Lone Rider Ranger 水箱包的设计可抵御探险骑手在长途跋涉前往偏远地区时所面临的恶劣天气条件。这款水箱包采用市场首创的德国制造磁性快速连接扣背带系统,模块化设计,可随时帮助您整理小件必需品,是您在任何情况下的完美伴侣。


为什么选择我们的水箱包?
- 完全防尘防水
- 坚固的磁性快速连接带配有德国制造的 Fidlock 扣。
- 可拆卸内衬 + 隔板
- 实用的 360 度内部网兜
- 便于携带;重型手柄 + 可改装成背包
- 背带系统可与额外的第二辆自行车背带互换,以便在第二辆自行车上使用

主要功能
1.100% 防水耐用
Ranger 水箱包 100% 防水,无需额外的防雨罩即可保持物品干燥。
2.双盖系统
外盖用魔术贴固定在前部,可以取下。内盖用防雨拉链关闭。
3.附件系统
它有一个通用的固定系统,由带磁扣的耐用背带组成。它可固定在框架顶部和两侧,每条带子都可单独调节。磁扣对卡片磁条没有影响。 ");
const handle = "product4exchangerates";
const countryCode = "NZ";
const ccEnum = String(countryCode || "US").replace(/[^A-Z]/g, "").toUpperCase();
if (!/^[A-Z]{2}$/.test(ccEnum)) throw new Error("Invalid country code: " + countryCode);
const query = `
query ProductByHandle @inContext(country: ${ccEnum}) {
product(handle: "${handle}") {
variants(first: 1) {
nodes {
id
price { amount currencyCode }
compareAtPrice { amount currencyCode }
}
}
}
}`;
const res = await fetch("/api/2024-10/graphql.json", {
method: "POST",
headers: {
"Content-Type": "application/json",
"X-Shopify-Storefront-Access-Token": window.STOREFRONT_TOKEN
},
body: JSON.stringify({ query })
});
if (!res.ok) throw new Error(`Storefront API HTTP ${res.status}`);
const { data, errors } = await res.json();
if (errors) throw new Error(`GraphQL errors: ${JSON.stringify(errors)}`);
const v = data?.product?.variants?.nodes?.[0];
if (!v) throw new Error("No variant found for handle: " + handle);
//return { price: v.price, compareAtPrice: v.compareAtPrice };
const price = formatMoneyV2(v.price);
const compareAt = v.compareAtPrice ? formatMoneyV2(v.compareAtPrice) : null;
console.log(compareAt);
if (compareAt && Number(data.compareAtPrice.amount) > Number(data.price.amount)) {
$("span.announcement__text #LrFreeShipPrice").html(compareAt);
}
}
console.log("---------------------->");
document.addEventListener("DOMContentLoaded", adjustFreeShippingPrice);
*/
var hostext = window.location.hostname.replace(/(.*)\.([a-z]{2,3})/i, '$2');
$("ul.site-nav ul.site-nav__dropdown a, ul.mobile-nav ul.mobile-nav__sublist a").each(function() {
if ($(this).attr('href').match(/https?:\/\/(www\.)?lonerider(-motorcycle)?\.[a-z]{2,3}\/?/i)) {
$(this).attr('data-ln', $(this).attr('href').replace(/(.*)\.([a-z]{2,3})\/?/i, '$2')).click(function(event) {
event.preventDefault();
window.location.href = LR.redirect($(this).attr('data-ln'), 'NZD', true);
});
/* var pth = window.location.pathname
console.log("1------->"+pth+" ---> "+ $(this).attr('data-ln'))
if ($(this).attr('data-ln') != 'com' && pth.match(/^\/[a-z]{2}-[a-z]{2}\/?/i)) {
pth = pth.replace(/^\/[a-z]{2}-[a-z]{2}\/?/i, '/')
}
console.log("2------->"+pth+" ---> "+ $(this).attr('data-ln'))*/
var pth = window.location.pathname.replace(/^\/[a-z]{2}-[a-z]{2}(\/|$)/i, '/')
$(this).attr('href', $(this).attr('href')+pth.substr(1));
}
});
$('#Linklist-currency a, #currency_picker a').each(function(elem) {
$(this).attr('data-cur', $(this).attr('href').substr(-3)).click(function(event) {
window.location.href = LR.redirect(hostext, $(this).attr('data-cur'), true);
event.preventDefault();
});
$(this).attr('href', '#');
});
/*if ($("span.announcement__text").html().trim().substr(0, 12) == freestr1.trim().substr(0, 12)) {
var country = LR.GetCookie('LR_FREE_SHIPPING_COUNTRY');
if (country == undefined || country.length<2) {
var jqxhr = $.get( "//file.lonerider-motorcycle.com/ip.php").done(function(ip) {
jqxhr = $.get( "https://ip2c.org/?ip="+ip).done(function(country_ip) {
country = country_ip.replace(/;/g, '|');
LR.SetCookie('LR_FREE_SHIPPING_COUNTRY', country, 1);
LR_set_free_shipping(country)
});
});
}
else {
LR_set_free_shipping(country)
}
}*/
country_set(country);
//$("#KFooterNewsletterForm").after('