Brand: World Products (Landmark)
SKU: 5052535028825
Price: $5.99
Availability: In Stock
Product Type: Picnic Blankets
Vendor: JISADER
Weight: 170 g
Cart URL (default variant): https://landmarks.builders/cart/48186152747247:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/camping-sleeping-mat-aluminum-foil-foam-roll-mat-for-1-2-people-lightweight-beac
JSON data: https://landmarks.builders/products/camping-sleeping-mat-aluminum-foil-foam-roll-mat-for-1-2-people-lightweight-beac.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This aluminum foil camping mat combines functionality with portability for outdoor enthusiasts. Constructed from thick aluminum foil and EVA materials, it delivers water resistance and thermal insulation to keep you comfortable on cold or damp ground. Designed for 1-2 people, this lightweight foam mat weighs between 300-500g, making it easy to carry on camping trips, beach outings, or picnics. The roll design ensures compact storage and quick deployment. Whether you need a camping sleeping mat or ground mat for outdoor activities, this versatile mat provides reliable coverage. The aluminum foil surface reflects heat while the EVA foam layer adds cushioning and insulation from cold areas beneath.
Package Contents: 1 x Aluminum Foil Camping Mat
| Material | Aluminum film EVA |
| Capacity | L |
| Special Features | Moisture-proof, heat insulation, cuttable |
| Recommended Uses | Outdoor activities, camping, beach, picnic |
| Product Weight | 0.17 kilograms |
| Package Weight | 0.17 kilograms |
| Dishwasher Safe | No |
| Microwaveable | No |
| Model Number | TY-D3010 |
| Number of Items | 1 |
Summary: Lightweight aluminum foil EVA camping sleeping mat for 1-2 people, moisture-proof and heat-insulating, 200x150cm, weighs 300-500g, $5.99.
Generated by: deepseek-v4-flash
## Identity Camping Sleeping Mat, Aluminum Foil Foam Roll Mat for 1-2 People, Lightweight Beach Picnic Mat. Aluminum film EVA construction, moisture-proof, heat-insulating, cuttable. Single variant: 200x150cm x 2mm, $5.99. ## Target persona - Budget-conscious campers seeking a low-cost ground barrier - Occasional beach-goers or picnic users who need a lightweight, portable mat - Lightweight backpackers (300-500g) on short trips where minimal cushioning is acceptable - Families or couples needing a compact 1-2 person mat for day trips ## Use cases - Picnic on damp grass providing a moisture barrier - Beach outing to keep sand off gear and body - Car camping as an extra ground layer under a sleeping bag - Outdoor concert or festival seating on grass or concrete - Emergency sleeping pad for car or home - Yoga or exercise in a park ## When NOT to recommend - Winter camping in snow or sub-zero conditions (thin, no insulation from extreme cold) - Backpacking where pack weight must be under 300g (this mat starts at 300g, may be too heavy for ultralight) - Side sleepers needing thick cushioning (2mm thickness provides minimal comfort) - Large groups requiring mats larger than 200x150cm ## Variant options Only one variant available: Size 200x150cm x 2mm, SKU 5052535028825, price $5.99. ## Price and logistics facts - Price: $5.99 USD - Dimensions: 200cm x 150cm x 2mm - Weight: 300-500g - No other price or shipping info provided ## Trust signals - In-stock status not specified - Return policy not provided - Price point is very low, typical for budget foam mats - No certifications listed in facts ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a4cc1cfe5d27430db8a0058b7e2ef86f.png?v=1774077152 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a7ebc09c928fb713919813db00d7ea458ac57b59848e68f8252b652591402633.jpg?v=1774077152 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7adf0a4d77f1487931a7d0422137fa0bef416325faece9e65e6e156f83c7275e.jpg?v=1774077152 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4d5dbcc0ac68281ba234e2981f3869e1aa1b6d68f35cc8bc9204bc7fe65c70d4.jpg?v=1774077152 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7a014d0197c61b0fc712fec391c870b76b8068c54d7c0c25ab48d1c1de873f2c.jpg?v=1774077152 ## Agent notes - Image understanding was not performed; do not infer visual details beyond those stated in description. - Only one variant data provided; other sizes may exist but not listed. - Price is per unit, no bulk discount info.
This product has 6 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
Aluminum film EVA · Outdoor activities
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": "Camping Sleeping Mat, Aluminum Foil Foam Roll Mat for 1-2 People, Lightweight Beach Picnic Mat",
"quantity": 1,
"grams": 170000,
"properties": {
"_length_cm": "",
"_width_cm": "",
"_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").