Conçu pour réfléchir la chaleur corporelle vers le corps lorsque vous avez besoin de vous réchauffer rapidement, ce sac de bivouac imperméable est idéal à conserver dans votre sac à dos pour les cas d’urgence en montagne. De construction légère avec des coutures thermosoudées, ce sac de bivouac monoplace offre une excellente protection contre les intempéries pour un poids d’à peine 105 g.
Ne mesurant que 12 cm x 6 cm, une fois plié dans son sac de rangement, c’est un indispensable pour les explorateurs de montagne.
« use strict »; function initUsPropMessageComponent() { return { message: ‘This product can expose you to chemicals including di(2-ethylhexyl) phthalate that is known to the State of California to cause cancer and birth defects or other reproductive harm.’, websites: [‘2’, ‘8’], canShowMessage: false, status: false, allowedRegion: « California », currentWebsite: », receiveCustomerData(data) { if (data.customer) { this.currentWebsite = data.customer?.websiteId ? data.customer?.websiteId : »; } if (data.cart && !this.currentWebsite.length) { this.currentWebsite = data.cart?.website_id ? data.cart?.website_id : »; } if (!this.status) { this.getVisitorRegion(); } }, isUsaWebsite() { return this.websites.includes(this.currentWebsite); }, getVisitorRegion() { const url = ‘https://ipinfo.io/json’; if (this.isUsaWebsite()) { fetch(url) .then(response => response.json()) .then(data => { if (this.allowedRegion === data.region) { this.canShowMessage = true; } }) .catch(error => { console.error(« Error fetching IP address: », error); this.canShowMessage = false; }).finally(() => { this.status = true; }); } } } }
























Reviews
There are no reviews yet.