{"product_id":"merelva™-spacious-garden-utility-mat","title":"merelva™ Spacious Garden Utility Mat","description":"\u003cstyle\u003e\n\/* =========================================================\n   merelva™ SPACIOUS GARDEN UTILITY MAT\n   Shopify Custom Liquid\n\n   PREMIUM GARDEN WORKSURFACE LAYOUT\n   Compact \/ Vertical \/ 1:1 Images\n\n   Theme:\n   Muted Garden Green + Warm Linen + Sandstone Taupe\n   + Deep Moss Charcoal\n   ========================================================= *\/\n\n.mum,\n.mum * {\n  box-sizing: border-box;\n}\n\n.mum {\n  --mum-white: #ffffff;\n\n  --mum-green: #829279;\n  --mum-green-deep: #5f6f58;\n  --mum-green-soft: #dde5d9;\n\n  --mum-linen: #f5f0e8;\n  --mum-linen-2: #e9e1d5;\n\n  --mum-taupe: #a68f7a;\n  --mum-taupe-soft: #dac9b8;\n\n  --mum-charcoal: #30382f;\n  --mum-charcoal-2: #485146;\n\n  --mum-text: #4a5149;\n  --mum-muted: #737970;\n  --mum-border: #ddd8cf;\n\n  width: 100%;\n  max-width: 800px;\n\n  margin: 24px auto 0;\n  padding: 0;\n\n  overflow: hidden;\n\n  border: 1px solid rgba(48,56,47,.08);\n  border-radius: 18px;\n\n  background: var(--mum-white);\n  color: var(--mum-text);\n\n  font-family:\n    Arial,\n    Helvetica,\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    sans-serif;\n}\n\n.mum img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n}\n\n.mum-shell {\n  width: 100%;\n  max-width: 720px;\n\n  margin: 0 auto;\n  padding: 0 18px;\n}\n\n.mum-kicker {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n\n  margin-bottom: 8px;\n\n  color: var(--mum-taupe);\n\n  font-size: 8.4px;\n  line-height: 1.2;\n  font-weight: 900;\n  letter-spacing: 1.2px;\n\n  text-transform: uppercase;\n}\n\n.mum-kicker::before {\n  content: \"\";\n\n  width: 20px;\n  height: 2px;\n\n  border-radius: 20px;\n\n  background: currentColor;\n}\n\n.mum-heading {\n  margin: 0;\n\n  color: var(--mum-charcoal);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: 30px;\n  line-height: 1.08;\n  font-weight: 500;\n  letter-spacing: -.35px;\n}\n\n.mum-copy {\n  margin: 10px 0 0;\n\n  color: var(--mum-muted);\n\n  font-size: 12px;\n  line-height: 1.58;\n}\n\n\n\/* =========================================================\n   1:1 IMAGE SYSTEM\n   ========================================================= *\/\n\n.mum-media {\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  height: auto !important;\n\n  overflow: hidden;\n\n  border-radius: 14px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #d9dfd4 0%,\n      #bcc5b7 100%\n    );\n\n  box-shadow:\n    0 12px 28px rgba(48,56,47,.10);\n}\n\n.mum-media img {\n  display: block;\n  width: 100%;\n  height: 100% !important;\n\n  object-fit: cover;\n  object-position: center;\n}\n\n.mum-placeholder {\n  width: 100%;\n  height: 100%;\n\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n\n  padding: 28px;\n\n  text-align: center;\n\n  background:\n    radial-gradient(\n      circle at 50% 35%,\n      rgba(255,255,255,.23),\n      transparent 35%\n    ),\n    linear-gradient(\n      145deg,\n      #829279 0%,\n      #5f6f58 100%\n    );\n}\n\n.mum-placeholder strong {\n  display: block;\n\n  color: #ffffff;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: 19px;\n  line-height: 1.2;\n  font-weight: 500;\n}\n\n.mum-placeholder span {\n  display: block;\n\n  max-width: 390px;\n  margin-top: 7px;\n\n  color: rgba(255,255,255,.76);\n\n  font-size: 8.5px;\n  line-height: 1.4;\n  font-weight: 800;\n  letter-spacing: .85px;\n\n  text-transform: uppercase;\n}\n\n\n\/* =========================================================\n   01 — HERO\n   ========================================================= *\/\n\n.mum-hero {\n  padding: 31px 0 27px;\n\n  background:\n    radial-gradient(\n      circle at 88% 5%,\n      rgba(166,143,122,.14),\n      transparent 28%\n    ),\n    linear-gradient(\n      180deg,\n      #fbfaf6 0%,\n      #efe9df 100%\n    );\n}\n\n.mum-hero-tag {\n  display: inline-flex;\n\n  margin-bottom: 10px;\n  padding: 6px 10px;\n\n  border: 1px solid rgba(95,111,88,.16);\n  border-radius: 999px;\n\n  background: rgba(130,146,121,.14);\n\n  color: var(--mum-green-deep);\n\n  font-size: 8px;\n  line-height: 1;\n  font-weight: 900;\n  letter-spacing: .9px;\n\n  text-transform: uppercase;\n}\n\n.mum-hero h1 {\n  max-width: 675px;\n  margin: 0;\n\n  color: var(--mum-charcoal);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: 40px;\n  line-height: 1.02;\n  font-weight: 500;\n  letter-spacing: -.75px;\n}\n\n.mum-hero-sub {\n  max-width: 630px;\n  margin-top: 11px;\n\n  color: var(--mum-green-deep);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: 17px;\n  line-height: 1.38;\n}\n\n.mum-hero-copy {\n  max-width: 650px;\n  margin: 13px 0 0;\n\n  color: var(--mum-muted);\n\n  font-size: 11.7px;\n  line-height: 1.6;\n}\n\n.mum-hero-image {\n  margin-top: 20px;\n}\n\n.mum-hero-strip {\n  display: grid;\n  grid-template-columns:\n    repeat(4, minmax(0, 1fr));\n\n  gap: 6px;\n  margin-top: 11px;\n}\n\n.mum-hero-strip div {\n  padding: 9px 7px;\n\n  border: 1px solid var(--mum-border);\n  border-radius: 9px;\n\n  background: rgba(255,255,255,.78);\n\n  text-align: center;\n}\n\n.mum-hero-strip small {\n  display: block;\n\n  color: var(--mum-taupe);\n\n  font-size: 7px;\n  font-weight: 900;\n  letter-spacing: .65px;\n\n  text-transform: uppercase;\n}\n\n.mum-hero-strip strong {\n  display: block;\n\n  margin-top: 4px;\n\n  color: var(--mum-charcoal);\n\n  font-size: 9px;\n  line-height: 1.3;\n}\n\n\n\/* =========================================================\n   02 — WORKSURFACE MODES\n   ========================================================= *\/\n\n.mum-modes {\n  padding: 32px 0;\n\n  background: #ffffff;\n}\n\n.mum-mode-grid {\n  display: grid;\n  grid-template-columns:\n    repeat(2, minmax(0, 1fr));\n\n  gap: 9px;\n  margin-top: 17px;\n}\n\n.mum-mode-card {\n  position: relative;\n\n  padding: 15px 13px 14px;\n\n  border: 1px solid var(--mum-border);\n  border-radius: 12px;\n\n  background: var(--mum-linen);\n}\n\n.mum-mode-card::after {\n  content: \"\";\n\n  position: absolute;\n  top: 10px;\n  right: 10px;\n\n  width: 20px;\n  height: 20px;\n\n  border-radius: 6px;\n\n  background: var(--mum-green-soft);\n}\n\n.mum-mode-card small {\n  display: block;\n\n  color: var(--mum-taupe);\n\n  font-size: 7.4px;\n  font-weight: 900;\n  letter-spacing: .72px;\n\n  text-transform: uppercase;\n}\n\n.mum-mode-card strong {\n  display: block;\n\n  margin-top: 6px;\n\n  color: var(--mum-charcoal);\n\n  font-size: 10.8px;\n  line-height: 1.3;\n}\n\n.mum-mode-card p {\n  margin: 5px 0 0;\n\n  color: var(--mum-muted);\n\n  font-size: 9.5px;\n  line-height: 1.44;\n}\n\n\n\/* =========================================================\n   IMAGE 02\n   ========================================================= *\/\n\n.mum-image-two {\n  padding: 0 0 32px;\n\n  background: #ffffff;\n}\n\n.mum-caption {\n  margin-top: 11px;\n\n  display: grid;\n  grid-template-columns:\n    minmax(0, .82fr)\n    minmax(0, 1.18fr);\n\n  gap: 18px;\n}\n\n.mum-caption strong {\n  color: var(--mum-charcoal);\n\n  font-size: 10.3px;\n  line-height: 1.35;\n}\n\n.mum-caption span {\n  color: var(--mum-muted);\n\n  font-size: 9.4px;\n  line-height: 1.42;\n}\n\n\n\/* =========================================================\n   03 — CONTAIN + RETURN\n   ========================================================= *\/\n\n.mum-flow {\n  padding: 32px 0;\n\n  background:\n    linear-gradient(\n      180deg,\n      #eef2ec 0%,\n      #faf8f4 100%\n    );\n}\n\n.mum-flow-list {\n  margin-top: 17px;\n\n  border-top: 1px solid var(--mum-border);\n}\n\n.mum-flow-row {\n  display: grid;\n  grid-template-columns:\n    44px\n    minmax(0, 1fr);\n\n  gap: 11px;\n\n  padding: 12px 0;\n\n  border-bottom: 1px solid var(--mum-border);\n}\n\n.mum-flow-no {\n  color: var(--mum-taupe);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: 15px;\n}\n\n.mum-flow-row strong {\n  display: block;\n\n  color: var(--mum-charcoal);\n\n  font-size: 10.5px;\n  line-height: 1.3;\n}\n\n.mum-flow-row p {\n  margin: 4px 0 0;\n\n  color: var(--mum-muted);\n\n  font-size: 9.5px;\n  line-height: 1.4;\n}\n\n\n\/* =========================================================\n   04 — SUPPORT ZONES\n   ========================================================= *\/\n\n.mum-support {\n  padding: 32px 0;\n\n  background: #ffffff;\n}\n\n.mum-support-grid {\n  display: grid;\n  grid-template-columns:\n    repeat(3, minmax(0, 1fr));\n\n  gap: 8px;\n  margin-top: 17px;\n}\n\n.mum-support-card {\n  padding: 13px 11px;\n\n  border: 1px solid var(--mum-border);\n  border-radius: 11px;\n\n  background: var(--mum-linen);\n}\n\n.mum-support-card small {\n  display: block;\n\n  color: var(--mum-taupe);\n\n  font-size: 7.3px;\n  font-weight: 900;\n  letter-spacing: .7px;\n\n  text-transform: uppercase;\n}\n\n.mum-support-card strong {\n  display: block;\n\n  margin-top: 5px;\n\n  color: var(--mum-charcoal);\n\n  font-size: 10.2px;\n  line-height: 1.3;\n}\n\n.mum-support-card p {\n  margin: 4px 0 0;\n\n  color: var(--mum-muted);\n\n  font-size: 9.2px;\n  line-height: 1.4;\n}\n\n\n\/* =========================================================\n   IMAGE 03\n   ========================================================= *\/\n\n.mum-detail {\n  padding: 0 0 32px;\n\n  background: #ffffff;\n}\n\n.mum-detail-head {\n  max-width: 610px;\n  margin-bottom: 17px;\n}\n\n.mum-detail-note {\n  margin-top: 9px;\n\n  color: var(--mum-green-deep);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: 13.5px;\n  line-height: 1.42;\n}\n\n\n\/* =========================================================\n   05 — KEY FEATURES\n   ========================================================= *\/\n\n.mum-features {\n  padding: 32px 0;\n\n  background:\n    radial-gradient(\n      circle at 88% 8%,\n      rgba(166,143,122,.12),\n      transparent 26%\n    ),\n    linear-gradient(\n      135deg,\n      #3a4539 0%,\n      #2d342d 100%\n    );\n\n  color: #ffffff;\n}\n\n.mum-features .mum-kicker {\n  color: #dfbfa6;\n}\n\n.mum-features .mum-heading {\n  color: #ffffff;\n}\n\n.mum-feature-intro {\n  max-width: 600px;\n  margin-top: 9px;\n\n  color: rgba(255,255,255,.67);\n\n  font-size: 11.4px;\n  line-height: 1.55;\n}\n\n.mum-feature-grid {\n  display: grid;\n  grid-template-columns:\n    repeat(2, minmax(0, 1fr));\n\n  gap: 7px;\n  margin-top: 17px;\n}\n\n.mum-feature {\n  display: grid;\n  grid-template-columns:\n    29px\n    minmax(0, 1fr);\n\n  gap: 8px;\n  align-items: center;\n\n  padding: 10px;\n\n  border: 1px solid rgba(255,255,255,.12);\n  border-radius: 9px;\n\n  background: rgba(255,255,255,.04);\n}\n\n.mum-feature-no {\n  width: 29px;\n  height: 29px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  background: rgba(130,146,121,.20);\n\n  color: #e0e8dc;\n\n  font-size: 7.5px;\n  font-weight: 900;\n}\n\n.mum-feature strong {\n  color: #f5f2ed;\n\n  font-size: 9.4px;\n  line-height: 1.35;\n}\n\n\n\/* =========================================================\n   06 — MATERIAL \/ FOLD SYSTEM\n   ========================================================= *\/\n\n.mum-material {\n  padding: 32px 0;\n\n  background: var(--mum-linen);\n}\n\n.mum-material-grid {\n  display: grid;\n  grid-template-columns:\n    repeat(4, minmax(0, 1fr));\n\n  gap: 7px;\n  margin-top: 16px;\n}\n\n.mum-material-item {\n  padding: 11px 7px;\n\n  border: 1px solid var(--mum-border);\n  border-radius: 9px;\n\n  background: #ffffff;\n\n  text-align: center;\n}\n\n.mum-material-item small {\n  display: block;\n\n  color: var(--mum-taupe);\n\n  font-size: 7px;\n  font-weight: 900;\n  letter-spacing: .65px;\n\n  text-transform: uppercase;\n}\n\n.mum-material-item strong {\n  display: block;\n\n  margin-top: 4px;\n\n  color: var(--mum-charcoal);\n\n  font-size: 9.1px;\n  line-height: 1.3;\n}\n\n\n\/* =========================================================\n   IMAGE 04\n   ========================================================= *\/\n\n.mum-image-four {\n  padding: 32px 0;\n\n  background: #ffffff;\n}\n\n\n\/* =========================================================\n   07 — HOW TO USE\n   ========================================================= *\/\n\n.mum-how {\n  padding: 31px 0 35px;\n\n  background:\n    linear-gradient(\n      180deg,\n      #eef2ec 0%,\n      #faf8f4 100%\n    );\n}\n\n.mum-how-grid {\n  display: grid;\n  grid-template-columns:\n    repeat(3, minmax(0, 1fr));\n\n  gap: 8px;\n  margin-top: 17px;\n}\n\n.mum-how-card {\n  position: relative;\n\n  padding: 14px 11px 12px;\n\n  border: 1px solid var(--mum-border);\n  border-radius: 10px;\n\n  background: #ffffff;\n}\n\n.mum-how-card::before {\n  content: \"\";\n\n  position: absolute;\n  top: 0;\n  left: 0;\n\n  width: 100%;\n  height: 3px;\n\n  border-radius: 10px 10px 0 0;\n\n  background: var(--mum-green-deep);\n}\n\n.mum-how-no {\n  color: var(--mum-taupe);\n\n  font-size: 8px;\n  font-weight: 900;\n  letter-spacing: .8px;\n}\n\n.mum-how-card h3 {\n  margin: 6px 0 4px;\n\n  color: var(--mum-charcoal);\n\n  font-size: 10.2px;\n  line-height: 1.3;\n  font-weight: 900;\n}\n\n.mum-how-card p {\n  margin: 0;\n\n  color: var(--mum-muted);\n\n  font-size: 9.2px;\n  line-height: 1.42;\n}\n\n\n\/* =========================================================\n   FINAL\n   ========================================================= *\/\n\n.mum-final {\n  padding: 39px 0 43px;\n\n  background:\n    radial-gradient(\n      circle at 50% 115%,\n      rgba(166,143,122,.18),\n      transparent 35%\n    ),\n    linear-gradient(\n      135deg,\n      #465047 0%,\n      #30382f 100%\n    );\n\n  text-align: center;\n}\n\n.mum-final-label {\n  color: #dfbfa6;\n\n  font-size: 8px;\n  line-height: 1.2;\n  font-weight: 900;\n  letter-spacing: 1.3px;\n\n  text-transform: uppercase;\n}\n\n.mum-final h2 {\n  margin: 9px 0 0;\n\n  color: #ffffff;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: 28px;\n  line-height: 1.1;\n  font-weight: 500;\n}\n\n.mum-final p {\n  max-width: 545px;\n  margin: 11px auto 0;\n\n  color: rgba(255,255,255,.68);\n\n  font-size: 11.3px;\n  line-height: 1.55;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n\n@media (max-width: 680px) {\n\n  .mum-mode-grid,\n  .mum-support-grid,\n  .mum-how-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .mum-caption {\n    grid-template-columns: 1fr;\n    gap: 4px;\n  }\n\n  .mum-material-grid {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 480px) {\n\n  .mum {\n    margin-top: 16px;\n    border-radius: 0;\n  }\n\n  .mum-shell {\n    padding-left: 12px;\n    padding-right: 12px;\n  }\n\n  .mum-hero h1 {\n    font-size: 31px;\n  }\n\n  .mum-heading {\n    font-size: 25px;\n  }\n\n  .mum-hero-strip,\n  .mum-feature-grid {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n  }\n\n  .mum-media {\n    aspect-ratio: 1 \/ 1;\n    min-height: 0 !important;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"mum\"\u003e\n\u003c!-- ======================================================\n       01 — HERO\n       ====================================================== --\u003e\n\u003csection class=\"mum-hero\"\u003e\n\u003cdiv class=\"mum-shell\"\u003e\n\u003cdiv class=\"mum-hero-tag\"\u003eRefined Garden Worksurface\u003c\/div\u003e\n\u003ch1\u003emerelva™ Spacious Garden Utility Mat\u003c\/h1\u003e\n\u003cdiv class=\"mum-hero-sub\"\u003eA cleaner, more adaptable surface for repotting, sorting, and everyday plant-care work.\u003c\/div\u003e\n\u003cp class=\"mum-hero-copy\"\u003eThe merelva™ Spacious Garden Utility Mat combines a generous central work area, adjustable raised edges, a material-return corner, removable accessory storage, planter support panels and compact portfolio-style folding in one refined garden textile system.\u003c\/p\u003e\n\u003c!-- IMAGE 01 --\u003e\n\u003cdiv class=\"mum-hero-image\"\u003e\n\u003cdiv class=\"mum-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1032\/0121\/0549\/files\/1_eff8a97d-f1cf-47e2-8465-0526bef31584.png?v=1790173856\" alt=\"merelva Spacious Garden Utility Mat open in a refined potting workspace\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-hero-strip\"\u003e\n\u003cdiv\u003e\n\u003csmall\u003eSurface\u003c\/small\u003e \u003cstrong\u003eSpacious Work Area\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003csmall\u003eEdges\u003c\/small\u003e \u003cstrong\u003eRaised or Flat\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003csmall\u003eReturn\u003c\/small\u003e \u003cstrong\u003eTapered Collection Corner\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003csmall\u003eStore\u003c\/small\u003e \u003cstrong\u003ePortfolio Fold\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       02 — WORKSURFACE MODES\n       ====================================================== --\u003e\n\u003csection class=\"mum-modes\"\u003e\n\u003cdiv class=\"mum-shell\"\u003e\n\u003cdiv class=\"mum-kicker\"\u003eOne Mat, Two Work Modes\u003c\/div\u003e\n\u003ch2 class=\"mum-heading\"\u003eRaise the Edges for Containment. Release Them for a Flat Surface.\u003c\/h2\u003e\n\u003cp class=\"mum-copy\"\u003eLow-profile corner fasteners let the mat shift between a shallow contained work zone and a completely flat layout depending on the task.\u003c\/p\u003e\n\u003cdiv class=\"mum-mode-grid\"\u003e\n\u003cdiv class=\"mum-mode-card\"\u003e\n\u003csmall\u003eContained Mode\u003c\/small\u003e \u003cstrong\u003eFour Adjustable Raised Edges\u003c\/strong\u003e\n\u003cp\u003eSecure the corners to create a shallow perimeter that helps contain loose potting material during repotting and sorting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-mode-card\"\u003e\n\u003csmall\u003eFlat Mode\u003c\/small\u003e \u003cstrong\u003eRelease for an Uninterrupted Surface\u003c\/strong\u003e\n\u003cp\u003eOpen the corner fasteners when a flatter layout is preferred for cleaning, folding, or broader workspace use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 02\n       ====================================================== --\u003e\n\u003csection class=\"mum-image-two\"\u003e\n\u003cdiv class=\"mum-shell\"\u003e\n\u003cdiv class=\"mum-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1032\/0121\/0549\/files\/2_0df54915-01c6-435c-853d-8f93c6c10695.png?v=1790173856\" alt=\"merelva garden utility mat with raised edges corner fasteners and tapered material return channel\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mum-caption\"\u003e\n\u003cstrong\u003e Loose potting material stays easier to contain and easier to guide back. \u003c\/strong\u003e \u003cspan\u003e One tapered corner creates a more controlled path for returning remaining material to an appropriate storage container after the task is complete. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       03 — CONTAIN + RETURN\n       ====================================================== --\u003e\n\u003csection class=\"mum-flow\"\u003e\n\u003cdiv class=\"mum-shell\"\u003e\n\u003cdiv class=\"mum-kicker\"\u003eWork, Gather, Return\u003c\/div\u003e\n\u003ch2 class=\"mum-heading\"\u003eDesigned Around the Messiest Part of Repotting.\u003c\/h2\u003e\n\u003cdiv class=\"mum-flow-list\"\u003e\n\u003cdiv class=\"mum-flow-row\"\u003e\n\u003cdiv class=\"mum-flow-no\"\u003e01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSpacious Central Work Surface\u003c\/strong\u003e\n\u003cp\u003eProvides room for planters, lightweight accessories and everyday repotting tasks without crowding the work area.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-flow-row\"\u003e\n\u003cdiv class=\"mum-flow-no\"\u003e02\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRaised Edge Containment\u003c\/strong\u003e\n\u003cp\u003eFour structured sides help keep loose potting material within the main work zone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-flow-row\"\u003e\n\u003cdiv class=\"mum-flow-no\"\u003e03\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTapered Material-Return Channel\u003c\/strong\u003e\n\u003cp\u003eGuide remaining material toward one corner for a more controlled return into a suitable container.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-flow-row\"\u003e\n\u003cdiv class=\"mum-flow-no\"\u003e04\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eWipe-Clean Inner Layer\u003c\/strong\u003e\n\u003cp\u003eThe low-reflection inner surface is designed for easier cleanup after everyday plant-care work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       04 — SUPPORT ZONES\n       ====================================================== --\u003e\n\u003csection class=\"mum-support\"\u003e\n\u003cdiv class=\"mum-shell\"\u003e\n\u003cdiv class=\"mum-kicker\"\u003eMore Than a Flat Mat\u003c\/div\u003e\n\u003ch2 class=\"mum-heading\"\u003eSmall Support Zones for the Things That Usually Get in the Way.\u003c\/h2\u003e\n\u003cdiv class=\"mum-support-grid\"\u003e\n\u003cdiv class=\"mum-support-card\"\u003e\n\u003csmall\u003eOrganizer\u003c\/small\u003e \u003cstrong\u003eRemovable Side Storage\u003c\/strong\u003e\n\u003cp\u003eNarrow sections keep plant labels, soft ties, markers and compact hand tools separated from the main workspace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-support-card\"\u003e\n\u003csmall\u003ePlanter Support\u003c\/small\u003e \u003cstrong\u003eTwo Reinforced Edge Panels\u003c\/strong\u003e\n\u003cp\u003eProvide additional stability beneath suitable planters while working on the mat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-support-card\"\u003e\n\u003csmall\u003eCushion\u003c\/small\u003e \u003cstrong\u003eFold-Out Padded Support\u003c\/strong\u003e\n\u003cp\u003eA softly cushioned section can be opened for brief kneeling or hand support during lower-level garden tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 03\n       ====================================================== --\u003e\n\u003csection class=\"mum-detail\"\u003e\n\u003cdiv class=\"mum-shell\"\u003e\n\u003cdiv class=\"mum-detail-head\"\u003e\n\u003cdiv class=\"mum-kicker\"\u003eTextile-Led Garden Utility\u003c\/div\u003e\n\u003ch2 class=\"mum-heading\"\u003eMatte Woven Surface, Warm Binding, and Structured Support.\u003c\/h2\u003e\n\u003cdiv class=\"mum-detail-note\"\u003eDense garden-green fabric, warm neutral edge binding, precise stitching and low-profile metal fasteners give the mat a substantial textile character without a glossy or plastic appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1032\/0121\/0549\/files\/3_311aac4c-aa1b-4544-9609-c50de50c318f.png?v=1790173856\" alt=\"Detail of merelva garden utility mat binding stitching organizer reinforced panels and padded support\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       05 — KEY FEATURES\n       ====================================================== --\u003e\n\u003csection class=\"mum-features\"\u003e\n\u003cdiv class=\"mum-shell\"\u003e\n\u003cdiv class=\"mum-kicker\"\u003ePotting Workspace, Refined\u003c\/div\u003e\n\u003ch2 class=\"mum-heading\"\u003eDesigned to Open Wide, Contain the Task, and Fold Away Cleanly.\u003c\/h2\u003e\n\u003cp class=\"mum-feature-intro\"\u003eThe mat combines configurable edges, easier material return, removable organization, planter support and compact storage in one coordinated garden work surface.\u003c\/p\u003e\n\u003cdiv class=\"mum-feature-grid\"\u003e\n\u003cdiv class=\"mum-feature\"\u003e\n\u003cdiv class=\"mum-feature-no\"\u003e01\u003c\/div\u003e\n\u003cstrong\u003eFlat or raised-edge configurations\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-feature\"\u003e\n\u003cdiv class=\"mum-feature-no\"\u003e02\u003c\/div\u003e\n\u003cstrong\u003eControlled repotting workspace\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-feature\"\u003e\n\u003cdiv class=\"mum-feature-no\"\u003e03\u003c\/div\u003e\n\u003cstrong\u003eEasier material collection and return\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-feature\"\u003e\n\u003cdiv class=\"mum-feature-no\"\u003e04\u003c\/div\u003e\n\u003cstrong\u003eRemovable small-accessory organization\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-feature\"\u003e\n\u003cdiv class=\"mum-feature-no\"\u003e05\u003c\/div\u003e\n\u003cstrong\u003eReinforced planter support\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-feature\"\u003e\n\u003cdiv class=\"mum-feature-no\"\u003e06\u003c\/div\u003e\n\u003cstrong\u003eFold-out cushioned section\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-feature\"\u003e\n\u003cdiv class=\"mum-feature-no\"\u003e07\u003c\/div\u003e\n\u003cstrong\u003eCompact folding storage\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-feature\"\u003e\n\u003cdiv class=\"mum-feature-no\"\u003e08\u003c\/div\u003e\n\u003cstrong\u003eIntegrated carrying handle\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       06 — MATERIAL \/ FOLD SYSTEM\n       ====================================================== --\u003e\n\u003csection class=\"mum-material\"\u003e\n\u003cdiv class=\"mum-shell\"\u003e\n\u003cdiv class=\"mum-kicker\"\u003eMaterial Direction\u003c\/div\u003e\n\u003ch2 class=\"mum-heading\"\u003eSoft Enough to Fold. Structured Enough to Work On.\u003c\/h2\u003e\n\u003cdiv class=\"mum-material-grid\"\u003e\n\u003cdiv class=\"mum-material-item\"\u003e\n\u003csmall\u003eExterior\u003c\/small\u003e \u003cstrong\u003eDense Woven Fabric\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-material-item\"\u003e\n\u003csmall\u003eFinish\u003c\/small\u003e \u003cstrong\u003eDry Matte Garden Green\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-material-item\"\u003e\n\u003csmall\u003eInside\u003c\/small\u003e \u003cstrong\u003eWipe-Clean Low-Reflection Layer\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-material-item\"\u003e\n\u003csmall\u003eBinding\u003c\/small\u003e \u003cstrong\u003eWarm Neutral Edge\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-material-item\"\u003e\n\u003csmall\u003eSupport\u003c\/small\u003e \u003cstrong\u003eThin Cushioned Panel\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-material-item\"\u003e\n\u003csmall\u003eFasteners\u003c\/small\u003e \u003cstrong\u003eBrushed Metal\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-material-item\"\u003e\n\u003csmall\u003eFold\u003c\/small\u003e \u003cstrong\u003eIntegrated Guide Lines\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-material-item\"\u003e\n\u003csmall\u003eDetails\u003c\/small\u003e \u003cstrong\u003eMinimal Plastic\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 04\n       ====================================================== --\u003e\n\u003csection class=\"mum-image-four\"\u003e\n\u003cdiv class=\"mum-shell\"\u003e\n\u003cdiv class=\"mum-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1032\/0121\/0549\/files\/4_d20a57f7-e968-46bd-b36b-969f550aad02.png?v=1790173977\" alt=\"merelva Spacious Garden Utility Mat used for repotting on a potting bench patio or garden surface\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       07 — HOW TO USE\n       ====================================================== --\u003e\n\u003csection class=\"mum-how\"\u003e\n\u003cdiv class=\"mum-shell\"\u003e\n\u003cdiv class=\"mum-kicker\"\u003eSimple Plant-Care Routine\u003c\/div\u003e\n\u003ch2 class=\"mum-heading\"\u003eHow to Use merelva™\u003c\/h2\u003e\n\u003cdiv class=\"mum-how-grid\"\u003e\n\u003cdiv class=\"mum-how-card\"\u003e\n\u003cdiv class=\"mum-how-no\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eOpen and Raise the Edges\u003c\/h3\u003e\n\u003cp\u003ePlace the mat on a stable surface and secure the corners when a shallow contained work area is preferred.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-how-card\"\u003e\n\u003cdiv class=\"mum-how-no\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eArrange the Work Area\u003c\/h3\u003e\n\u003cp\u003ePosition the planter and lightweight accessories inside, using the organizer and reinforced panels where useful.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mum-how-card\"\u003e\n\u003cdiv class=\"mum-how-no\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eReturn, Clean, and Fold\u003c\/h3\u003e\n\u003cp\u003eGuide remaining material toward the tapered corner, clean and dry the mat, then fold along the guide lines and secure the closure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       FINAL\n       ====================================================== --\u003e\n\u003csection class=\"mum-final\"\u003e\n\u003cdiv class=\"mum-shell\"\u003e\n\u003cdiv class=\"mum-final-label\"\u003emerelva™ Spacious Garden Utility Mat\u003c\/div\u003e\n\u003ch2\u003eOpen the Workspace.\u003cbr\u003eContain the Mess.\u003c\/h2\u003e\n\u003cp\u003eA spacious muted-green garden work mat designed to support repotting, organize smaller accessories, guide loose material back with more control, and fold into a compact carry format after use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"merelva™","offers":[{"title":"Default Title","offer_id":53371333083317,"sku":null,"price":40.85,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1032\/0121\/0549\/files\/5_3adeca03-7308-4b5b-948b-43ef1b6b38d3.png?v=1790173952","url":"https:\/\/merelva.com\/products\/merelva%e2%84%a2-spacious-garden-utility-mat","provider":"merelva™","version":"1.0","type":"link"}