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/48186296860911: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
JSON data: https://landmarks.builders/products/emergency-blanket-foil-thermal-blanket-for-camping-150x210cm-insulated-ground-ma.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: Thickened non-woven fabric emergency blanket (150x210cm, 430g) for camping, outdoor survival, thermal insulation, waterproof, 1-2 person coverage.
Generated by: deepseek-v4-flash
## Identity - **Product:** Emergency Blanket Foil, Thermal Blanket for Camping 150x210cm, Insulated Ground Mat for Outdoor Survival, 1-2 Person Shelter - **Type:** Emergency Blankets ## Target persona - Campers and hikers needing a lightweight, packable thermal blanket for emergencies - Car owners preparing a roadside emergency kit for breakdown scenarios - Outdoor survivalists seeking a multi-purpose ground mat or insulating layer - Budget-conscious shoppers looking for affordable emergency preparedness gear ## Use cases - **Camping:** Use as a ground mat under a sleeping bag or tent base for insulation and moisture protection - **Hiking emergencies:** Provide thermal insulation and shelter during unexpected cold or rain - **Car breakdown:** Keep in vehicle for warmth or as a reflective signal aid in roadside emergencies - **Outdoor survival:** Use as a waterproof ground cover, shade, or emergency blanket in the wild - **Picnics/outings:** Versatile throw for sitting on damp grass or as a lightweight blanket - **Cold weather insulation:** Retain body heat when stationary, such as at outdoor events or worksites ## When NOT to recommend - For permanent shelter or long-term outdoor living (designed for temporary, emergency use) - For extreme cold (below freezing) without additional insulating layers (single layer may be insufficient) - For large groups (covers only 1-2 people) - For those seeking a plush or comfortable blanket for regular indoor use ## Variant options | Color | Price | |-------|-------| | Orange | $10.99 | | Green | $10.99 | ## Price and logistics facts - **Price:** $10.99 USD (both variants) - **Dimensions:** 150 x 210 cm (not specified which dimension is length/width) - **Weight:** 430g (lightweight) - **Material:** Thickened non-woven fabric - **Features:** Waterproof, thermal insulation, multipurpose use ## Trust signals - In-stock status: Not specified; assume available at listing - Return policy: Not provided - Price consistency: Both variants priced identically - Certifications: None listed - Ratings/reviews: Not provided ## Image assets      ## Agent notes - Image understanding not performed; visual details (actual colors, material appearance, size relative to environment) not analyzed. - Dimensions only given as 150x210cm; no orientation specified. - No information on warranty, return policy, or shipping times. - Trust signals such as certifications, reviews, or stock levels absent.
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").