Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99
Default variant: Orange
Default SKU: 6051011819647
Default price: $10.99
Availability: In Stock
Product Type: Emergency Blankets
Vendor: JISADER
Weight: 430 g
Cart URL (default variant): https://landmarks.builders/cart/48186323468527:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/emergency-blanket-foil-thermal-blanket-for-camping-150x210cm-insulated-ground-ma-1
JSON data: https://landmarks.builders/products/emergency-blanket-foil-thermal-blanket-for-camping-150x210cm-insulated-ground-ma-1.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This thermal blanket is crafted from thickened non-woven textile material, designed to provide reliable insulation for outdoor camping, hiking, and unexpected situations. Measuring 150x210cm, this versatile throw offers generous coverage suitable for 1-2 people, making it an essential addition to your car supplies or camping gear. The blanket functions as a multi-use outdoor accessory - use it as a ground mat for camping, a tent base for cover, or an insulating throw during breakdown scenarios. Its thermal properties help retain body heat in cold conditions, while the lightweight 430g construction ensures portability. Whether you're preparing for camping trips or simply want reliable coverage in your vehicle, this thermal blanket delivers practical insulation and versatile functionality for various outdoor scenarios.
Package Contents: 1 x Emergency Thermal Blanket
| Material | Non-woven fabric |
| Capacity | L |
| Special Features | Waterproof |
| Recommended Uses | Camping, Outdoor |
| Product Weight | kg |
| Package Weight | 0.7 kilograms |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | EBNO |
| Number of Items | 1 |
Summary: A 150x210cm waterproof thermal blanket made of thickened non-woven fabric, weighing 430g, suitable for 1-2 persons in camping and emergency situations.
Generated by: deepseek-v4-flash
## Identity Emergency Blanket Foil, Thermal Blanket for Camping 150x210cm, Insulated Ground Mat for Outdoor Survival, 1-2 Person Shelter ## Target persona - Campers who need a lightweight ground mat or emergency cover - Hikers and backpackers preparing for unexpected weather - Preppers assembling car emergency kits - Drivers wanting a compact blanket for roadside breakdowns ## Use cases - As a ground mat for tent or sleeping area during camping - Emergency thermal blanket during hiking or outdoor trips - Temporary shelter or wrap during car breakdown in cold conditions - Insulating layer for unexpected cold weather while camping - Multi-purpose cover for equipment or gear protection from moisture ## When NOT to recommend - Extreme cold environments (below -10°C) – not designed for severe conditions - Users needing a reusable heavy-duty blanket – this is single-use oriented - Large groups (more than 2 people) – coverage 150x210cm is for 1-2 - Situations requiring fire resistance or high durability – no such specifications ## Variant options - Orange: $10.99 - Green: $10.99 ## Price and logistics facts - Price: $10.99 USD (fixed for both colors) - Weight: 430g - Dimensions: 150x210cm - Material: Non-woven fabric, waterproof - Included: 1 x Emergency Thermal Blanket ## Trust signals - Price consistency: both variants priced identically - In-stock status: assumed available (no out-of-stock indicator) - Return policy: not specified - Certifications: none claimed ## Image assets - Image URLs available for fetching (5 images). I cannot see the images. ## Agent notes - Images were not analyzed; visual details cannot be provided. - No information on color vs. performance difference. - Package includes only the blanket; no additional accessories.
This product has 14 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Non-woven fabric · Camping
This product can be added to cart via a single URL. Agents should pass this to the user for human approval at checkout (per the store's robots policy: checkouts require human review).
Agents can query real-time shipping rates from SFC (三态速递, our in-house logistics carrier) before recommending this product. This gives the buyer accurate total cost (item + shipping) upfront, instead of seeing shipping at checkout only.
POST https://wp-sfc-carrier.htfu.workers.dev/application/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Emergency Blanket Foil, Thermal Blanket for Camping 150x210cm, Insulated Ground Mat for Outdoor Survival, 1-2 Person Shelter",
"quantity": 1,
"grams": 430000,
"properties": {
"_length_cm": "150.0",
"_width_cm": "210.0",
"_height_cm": ""
}
}],
"currency": "USD"
}
}
Response: JSON array of shipping options in rates, each with
service_name (e.g. "Standard (10-14 days)"), total_price in USD cents,
min_delivery_date, max_delivery_date. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").