Brand: World Products (Landmark)
This product has 10 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99 – $26.99
Default variant: Red / 40x60cm
Default SKU: dcd-30000066549
Default price: $10.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 2090 g
Cart URL (default variant): https://landmarks.builders/cart/49946376405231:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011336
JSON data: https://landmarks.builders/products/m4x-10000011336.json
This product comes in 10 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Diatom Mud Bath Mat fast-dry absorbent
Summary: Diatom mud bath mat, fast-drying and absorbent, available in multiple colors and sizes from 40x60cm to 80x120cm, priced $10.99-$26.99.
Generated by: deepseek-v4-flash
## Identity Diatom Mud Bath Mat fast-dry absorbent ## Target persona Homeowners or renters who want a quick-drying, low-maintenance bath mat for bathrooms or high-moisture areas, prioritizing function over softness. ## Use cases - Placing outside a shower or bathtub to absorb water and dry quickly. - Using as a kitchen floor mat near the sink for spill absorption. - In entryways to catch drips from wet shoes or umbrellas. - As a pet water bowl mat to keep floors dry. - For bathrooms with limited ventilation where mold-prone mats are a concern. ## When NOT to recommend - If the user prefers a plush, soft, or thick mat for comfort. - For locations requiring a rug that stays in place without slipping (diatom mats can be slippery on smooth floors if wet). - For outdoor use (not designed for weather exposure). - If the user needs a machine-washable mat (diatom mud is porous and may crack if washed aggressively). ## Variant options - Red / 40x60cm ($10.99) - Red / 50x80cm ($12.99) - Wine Red / 50x80cm ($12.99) - Wine Red / 60x90cm ($16.99) - Red Brown / 45x70cm ($12.99) - Blue / 40x60cm ($10.99) - Blue / 60x90cm ($16.99) - Brown / 50x80cm ($12.99) - Dark Green / 50x80cm ($12.99) - Dark Green / 80x120cm ($26.99) ## Price and logistics facts - Price range: $10.99 to $26.99 USD. - Dimensions vary by variant (length, width in cm). - No shipping or stock information provided. ## Trust signals - No stock availability or return policy data provided in facts. - No certifications indicated. - Price consistency: multiple variants with distinct prices. ## Image assets No image URLs provided. ## Agent notes No images were available for visual analysis. All details derived from text facts.
This product has 12 imagesin catalog.None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
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": "Diatom Mud Bath Mat fast-dry absorbent",
"quantity": 1,
"grams": 2090000,
"properties": {
"_length_cm": "62.0",
"_width_cm": "42.0",
"_height_cm": "14.3"
}
}],
"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").