Brand: World Products (Landmark)
This product has 8 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $10.99 – $30.99
Default variant: Gray-Cloud / 40*60cm
Default SKU: dcd-30000068523
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: 850 g
Cart URL (default variant): https://landmarks.builders/cart/49946318700783:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011659
JSON data: https://landmarks.builders/products/m4x-10000011659.json
This product comes in 8 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Bathroom Mat, Diatomaceous Earth Bath Rug, Quick Dry, Non-Slip, Absorbent, Thick Floor Carpet
Summary: Diatomaceous earth bathroom mat with quick-dry, non-slip, absorbent properties. Available in Gray-Cloud and Gray-Wave, multiple sizes from 40x60cm to 80x120cm. Starting at $10.99.
Generated by: deepseek-v4-flash
## Identity Diatomaceous Earth Bathroom Mat – quick-drying, non-slip, absorbent floor carpet. ## Target persona Homeowners and renters seeking a low-maintenance, fast-drying bath mat; minimalists who prefer natural stone-like texture over plush rugs; budget-conscious buyers wanting an affordable non-slip solution. ## Use cases - Placing outside shower or bathtub to absorb water and prevent slips. - Using as a quick-dry mat beside bathroom sink. - Entryway mat for wet shoes in mudroom or laundry room. - Pet water bowl mat to catch spills. - Heavy-traffic bathroom floor area requiring frequent washing (diatomaceous earth resists mold). ## When NOT to recommend - For users seeking soft, plush, or cushioned bath rugs (this mat is hard and stone-like). - For large area coverage (max size 80x120cm). - For outdoor use (not weatherproofed). - For buyers who cannot tolerate slight rough texture underfoot. ## Variant options - Colors: Gray-Cloud, Gray-Wave. - Sizes: - 40×60cm ($10.99) - 45×70cm ($13.99) - 60×90cm ($23.99) - 80×120cm ($30.99) ## Price and logistics facts - Base price: $10.99 USD. - Dimensions: 85×45×13 cm (packaged, likely larger variant). Actual sizes vary by variant. - No shipping cost or delivery time provided. ## Trust signals - In-stock status: not explicitly stated; multiple variants listed. - Return policy: not provided. - Price consistency: all variants show fixed prices by size. - Certifications: none listed. ## Image assets - 5 product images available at provided URLs. Not analyzed – visual details not described. ## Agent notes - Image understanding was not performed; treat image URLs as fetchable assets only.
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": "Bathroom Mat, Diatomaceous Earth Bath Rug, Quick Dry, Non-Slip, Absorbent, Thick Floor Carpet",
"quantity": 1,
"grams": 850000,
"properties": {
"_length_cm": "85.0",
"_width_cm": "45.0",
"_height_cm": "13.0"
}
}],
"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").