{"product_id":"merelva™-structured-garden-carry-caddy","title":"merelva™ Structured Garden Carry Caddy","description":"\u003cstyle\u003e\n\/* =========================================================\n   merelva™ STRUCTURED GARDEN CARRY CADDY\n   Shopify Custom Liquid\n\n   PREMIUM GARDEN ORGANIZATION LAYOUT\n   Compact \/ Vertical \/ 1:1 Images\n\n   Theme:\n   Soft Moss Green + Warm Sand + Oat Beige + Deep Olive Charcoal\n   ========================================================= *\/\n\n.mgc,\n.mgc * {\n  box-sizing: border-box;\n}\n\n.mgc {\n  --mgc-white: #ffffff;\n\n  --mgc-moss: #8d9a7d;\n  --mgc-moss-deep: #64705a;\n  --mgc-moss-soft: #dfe5da;\n\n  --mgc-sand: #b59a7e;\n  --mgc-sand-soft: #e4d5c5;\n\n  --mgc-oat: #f4efe7;\n  --mgc-oat-2: #e9e1d6;\n\n  --mgc-olive-charcoal: #343b33;\n  --mgc-olive-charcoal-2: #485147;\n\n  --mgc-text: #4b5149;\n  --mgc-muted: #767c73;\n  --mgc-border: #ded9d1;\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(52,59,51,.08);\n  border-radius: 18px;\n\n  background: var(--mgc-white);\n  color: var(--mgc-text);\n\n  font-family:\n    Arial,\n    Helvetica,\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    sans-serif;\n}\n\n.mgc img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n}\n\n.mgc-shell {\n  width: 100%;\n  max-width: 720px;\n\n  margin: 0 auto;\n  padding: 0 18px;\n}\n\n.mgc-kicker {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n\n  margin-bottom: 8px;\n\n  color: var(--mgc-sand);\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.mgc-kicker::before {\n  content: \"\";\n\n  width: 20px;\n  height: 2px;\n\n  border-radius: 20px;\n\n  background: currentColor;\n}\n\n.mgc-heading {\n  margin: 0;\n\n  color: var(--mgc-olive-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.mgc-copy {\n  margin: 10px 0 0;\n\n  color: var(--mgc-muted);\n\n  font-size: 12px;\n  line-height: 1.58;\n}\n\n\n\/* =========================================================\n   1:1 IMAGE SYSTEM\n   ========================================================= *\/\n\n.mgc-media {\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n\n  overflow: hidden;\n\n  border-radius: 14px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #d9dfd3 0%,\n      #b8c1af 100%\n    );\n\n  box-shadow:\n    0 12px 28px rgba(52,59,51,.10);\n}\n\n.mgc-media img {\n  width: 100%;\n  height: 100%;\n\n  object-fit: cover;\n  object-position: center;\n}\n\n.mgc-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% 36%,\n      rgba(255,255,255,.22),\n      transparent 35%\n    ),\n    linear-gradient(\n      145deg,\n      #8d9a7d 0%,\n      #64705a 100%\n    );\n}\n\n.mgc-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.mgc-placeholder span {\n  display: block;\n\n  max-width: 380px;\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.mgc-hero {\n  padding: 31px 0 27px;\n\n  background:\n    radial-gradient(\n      circle at 88% 6%,\n      rgba(181,154,126,.14),\n      transparent 28%\n    ),\n    linear-gradient(\n      180deg,\n      #fbfaf6 0%,\n      #efeae1 100%\n    );\n}\n\n.mgc-hero-tag {\n  display: inline-flex;\n\n  margin-bottom: 10px;\n  padding: 6px 10px;\n\n  border: 1px solid rgba(100,112,90,.17);\n  border-radius: 999px;\n\n  background: rgba(141,154,125,.14);\n\n  color: var(--mgc-moss-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.mgc-hero h1 {\n  max-width: 670px;\n  margin: 0;\n\n  color: var(--mgc-olive-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.mgc-hero-sub {\n  max-width: 620px;\n  margin-top: 11px;\n\n  color: var(--mgc-moss-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.mgc-hero-copy {\n  max-width: 640px;\n  margin: 13px 0 0;\n\n  color: var(--mgc-muted);\n\n  font-size: 11.7px;\n  line-height: 1.6;\n}\n\n.mgc-hero-image {\n  margin-top: 20px;\n}\n\n.mgc-hero-bar {\n  display: grid;\n  grid-template-columns:\n    repeat(4, minmax(0, 1fr));\n\n  gap: 6px;\n  margin-top: 11px;\n}\n\n.mgc-hero-chip {\n  padding: 9px 7px;\n\n  border: 1px solid var(--mgc-border);\n  border-radius: 9px;\n\n  background: rgba(255,255,255,.76);\n\n  text-align: center;\n}\n\n.mgc-hero-chip small {\n  display: block;\n\n  color: var(--mgc-sand);\n\n  font-size: 7px;\n  font-weight: 900;\n  letter-spacing: .65px;\n\n  text-transform: uppercase;\n}\n\n.mgc-hero-chip strong {\n  display: block;\n\n  margin-top: 4px;\n\n  color: var(--mgc-olive-charcoal);\n\n  font-size: 9px;\n  line-height: 1.3;\n}\n\n\n\/* =========================================================\n   02 — TWO-LEVEL ORGANIZATION\n   ========================================================= *\/\n\n.mgc-layout {\n  padding: 32px 0;\n\n  background: #ffffff;\n}\n\n.mgc-layout-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.mgc-layout-card {\n  position: relative;\n\n  padding: 15px 13px 14px;\n\n  border: 1px solid var(--mgc-border);\n  border-radius: 12px;\n\n  background: var(--mgc-oat);\n}\n\n.mgc-layout-card::after {\n  content: \"\";\n\n  position: absolute;\n  top: 0;\n  right: 0;\n\n  width: 42px;\n  height: 42px;\n\n  border-radius: 0 0 0 42px;\n\n  background: rgba(141,154,125,.13);\n}\n\n.mgc-layout-card small {\n  display: block;\n\n  color: var(--mgc-sand);\n\n  font-size: 7.4px;\n  font-weight: 900;\n  letter-spacing: .72px;\n\n  text-transform: uppercase;\n}\n\n.mgc-layout-card strong {\n  display: block;\n\n  margin-top: 6px;\n\n  color: var(--mgc-olive-charcoal);\n\n  font-size: 10.8px;\n  line-height: 1.3;\n}\n\n.mgc-layout-card p {\n  margin: 5px 0 0;\n\n  color: var(--mgc-muted);\n\n  font-size: 9.5px;\n  line-height: 1.44;\n}\n\n\n\/* =========================================================\n   IMAGE 02\n   ========================================================= *\/\n\n.mgc-image-two {\n  padding: 0 0 32px;\n\n  background: #ffffff;\n}\n\n.mgc-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.mgc-caption strong {\n  color: var(--mgc-olive-charcoal);\n\n  font-size: 10.3px;\n  line-height: 1.35;\n}\n\n.mgc-caption span {\n  color: var(--mgc-muted);\n\n  font-size: 9.4px;\n  line-height: 1.42;\n}\n\n\n\/* =========================================================\n   03 — ORGANIZATION SYSTEM\n   ========================================================= *\/\n\n.mgc-system {\n  padding: 32px 0;\n\n  background:\n    linear-gradient(\n      180deg,\n      #eef1ea 0%,\n      #faf8f4 100%\n    );\n}\n\n.mgc-system-list {\n  margin-top: 17px;\n\n  border-top: 1px solid var(--mgc-border);\n}\n\n.mgc-system-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(--mgc-border);\n}\n\n.mgc-system-no {\n  color: var(--mgc-sand);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: 15px;\n}\n\n.mgc-system-row strong {\n  display: block;\n\n  color: var(--mgc-olive-charcoal);\n\n  font-size: 10.5px;\n  line-height: 1.3;\n}\n\n.mgc-system-row p {\n  margin: 4px 0 0;\n\n  color: var(--mgc-muted);\n\n  font-size: 9.5px;\n  line-height: 1.4;\n}\n\n\n\/* =========================================================\n   04 — SIDE STORAGE\n   ========================================================= *\/\n\n.mgc-side {\n  padding: 32px 0;\n\n  background: #ffffff;\n}\n\n.mgc-side-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.mgc-side-card {\n  padding: 13px 11px;\n\n  border: 1px solid var(--mgc-border);\n  border-radius: 11px;\n\n  background: var(--mgc-oat);\n}\n\n.mgc-side-card small {\n  display: block;\n\n  color: var(--mgc-sand);\n\n  font-size: 7.3px;\n  font-weight: 900;\n  letter-spacing: .7px;\n\n  text-transform: uppercase;\n}\n\n.mgc-side-card strong {\n  display: block;\n\n  margin-top: 5px;\n\n  color: var(--mgc-olive-charcoal);\n\n  font-size: 10.1px;\n  line-height: 1.3;\n}\n\n.mgc-side-card p {\n  margin: 4px 0 0;\n\n  color: var(--mgc-muted);\n\n  font-size: 9.2px;\n  line-height: 1.4;\n}\n\n\n\/* =========================================================\n   IMAGE 03\n   ========================================================= *\/\n\n.mgc-detail {\n  padding: 0 0 32px;\n\n  background: #ffffff;\n}\n\n.mgc-detail-head {\n  max-width: 610px;\n  margin-bottom: 17px;\n}\n\n.mgc-detail-note {\n  margin-top: 9px;\n\n  color: var(--mgc-moss-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 — MATERIAL \/ BUILD\n   ========================================================= *\/\n\n.mgc-build {\n  padding: 32px 0;\n\n  background:\n    radial-gradient(\n      circle at 88% 8%,\n      rgba(181,154,126,.12),\n      transparent 26%\n    ),\n    linear-gradient(\n      135deg,\n      #3c453b 0%,\n      #2e352d 100%\n    );\n\n  color: #ffffff;\n}\n\n.mgc-build .mgc-kicker {\n  color: #ddbea3;\n}\n\n.mgc-build .mgc-heading {\n  color: #ffffff;\n}\n\n.mgc-build-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.mgc-build-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.mgc-build-item {\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.mgc-build-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(141,154,125,.18);\n\n  color: #dfe6d8;\n\n  font-size: 7.5px;\n  font-weight: 900;\n}\n\n.mgc-build-item strong {\n  color: #f5f2ed;\n\n  font-size: 9.4px;\n  line-height: 1.35;\n}\n\n\n\/* =========================================================\n   06 — WHAT IT CARRIES\n   ========================================================= *\/\n\n.mgc-carry {\n  padding: 32px 0;\n\n  background: var(--mgc-oat);\n}\n\n.mgc-carry-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.mgc-carry-item {\n  padding: 11px 7px;\n\n  border: 1px solid var(--mgc-border);\n  border-radius: 9px;\n\n  background: #ffffff;\n\n  text-align: center;\n}\n\n.mgc-carry-item small {\n  display: block;\n\n  color: var(--mgc-sand);\n\n  font-size: 7px;\n  font-weight: 900;\n  letter-spacing: .65px;\n\n  text-transform: uppercase;\n}\n\n.mgc-carry-item strong {\n  display: block;\n\n  margin-top: 4px;\n\n  color: var(--mgc-olive-charcoal);\n\n  font-size: 9.2px;\n  line-height: 1.3;\n}\n\n\n\/* =========================================================\n   IMAGE 04\n   ========================================================= *\/\n\n.mgc-image-four {\n  padding: 32px 0;\n\n  background: #ffffff;\n}\n\n\n\/* =========================================================\n   07 — HOW TO USE\n   ========================================================= *\/\n\n.mgc-how {\n  padding: 31px 0 35px;\n\n  background:\n    linear-gradient(\n      180deg,\n      #eef1ea 0%,\n      #faf8f4 100%\n    );\n}\n\n.mgc-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.mgc-how-card {\n  position: relative;\n\n  padding: 14px 11px 12px;\n\n  border: 1px solid var(--mgc-border);\n  border-radius: 10px;\n\n  background: #ffffff;\n}\n\n.mgc-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(--mgc-moss-deep);\n}\n\n.mgc-how-no {\n  color: var(--mgc-sand);\n\n  font-size: 8px;\n  font-weight: 900;\n  letter-spacing: .8px;\n}\n\n.mgc-how-card h3 {\n  margin: 6px 0 4px;\n\n  color: var(--mgc-olive-charcoal);\n\n  font-size: 10.2px;\n  line-height: 1.3;\n  font-weight: 900;\n}\n\n.mgc-how-card p {\n  margin: 0;\n\n  color: var(--mgc-muted);\n\n  font-size: 9.2px;\n  line-height: 1.42;\n}\n\n\n\/* =========================================================\n   FINAL\n   ========================================================= *\/\n\n.mgc-final {\n  padding: 39px 0 43px;\n\n  background:\n    radial-gradient(\n      circle at 50% 115%,\n      rgba(181,154,126,.18),\n      transparent 35%\n    ),\n    linear-gradient(\n      135deg,\n      #485246 0%,\n      #313830 100%\n    );\n\n  text-align: center;\n}\n\n.mgc-final-label {\n  color: #ddbea3;\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.mgc-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.mgc-final p {\n  max-width: 540px;\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  .mgc-layout-grid,\n  .mgc-side-grid,\n  .mgc-how-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .mgc-caption {\n    grid-template-columns: 1fr;\n    gap: 4px;\n  }\n\n  .mgc-carry-grid {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 480px) {\n\n  .mgc {\n    margin-top: 16px;\n    border-radius: 0;\n  }\n\n  .mgc-shell {\n    padding-left: 12px;\n    padding-right: 12px;\n  }\n\n  .mgc-hero h1 {\n    font-size: 31px;\n  }\n\n  .mgc-heading {\n    font-size: 25px;\n  }\n\n  .mgc-hero-bar,\n  .mgc-build-grid {\n    grid-template-columns:\n      repeat(2, minmax(0, 1fr));\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"mgc\"\u003e\n\u003c!-- ======================================================\n       01 — HERO\n       ====================================================== --\u003e\n\u003csection class=\"mgc-hero\"\u003e\n\u003cdiv class=\"mgc-shell\"\u003e\n\u003cdiv class=\"mgc-hero-tag\"\u003eStructured Garden Organization\u003c\/div\u003e\n\u003ch1\u003emerelva™ Structured Garden Carry Caddy\u003c\/h1\u003e\n\u003cdiv class=\"mgc-hero-sub\"\u003eCarry garden essentials in a more balanced, organized, and considered way.\u003c\/div\u003e\n\u003cp class=\"mgc-hero-copy\"\u003eThe merelva™ Structured Garden Carry Caddy combines stepped storage, adjustable dividers, removable organizers and a balanced central handle in a refined moss-green form designed for everyday garden routines.\u003c\/p\u003e\n\u003c!-- IMAGE 01 --\u003e\n\u003cdiv class=\"mgc-hero-image\"\u003e\n\u003cdiv class=\"mgc-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1032\/0121\/0549\/files\/1_483d33cf-6ea6-4887-a394-7cc8326cc7a4.png?v=1790169432\" alt=\"merelva Structured Garden Carry Caddy in a refined outdoor setting\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-hero-bar\"\u003e\n\u003cdiv class=\"mgc-hero-chip\"\u003e\n\u003csmall\u003eLayout\u003c\/small\u003e \u003cstrong\u003eTwo-Level Storage\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-hero-chip\"\u003e\n\u003csmall\u003eInside\u003c\/small\u003e \u003cstrong\u003eAdjustable Dividers\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-hero-chip\"\u003e\n\u003csmall\u003eCarry\u003c\/small\u003e \u003cstrong\u003eBalanced Center Grip\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-hero-chip\"\u003e\n\u003csmall\u003eFinish\u003c\/small\u003e \u003cstrong\u003eSoft Moss Green\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       02 — TWO-LEVEL ORGANIZATION\n       ====================================================== --\u003e\n\u003csection class=\"mgc-layout\"\u003e\n\u003cdiv class=\"mgc-shell\"\u003e\n\u003cdiv class=\"mgc-kicker\"\u003eTwo Heights, Clearer Access\u003c\/div\u003e\n\u003ch2 class=\"mgc-heading\"\u003eTaller Storage Behind. Everyday Essentials in Front.\u003c\/h2\u003e\n\u003cp class=\"mgc-copy\"\u003eThe stepped silhouette separates longer hand tools from smaller accessories, keeping both easier to see and reach.\u003c\/p\u003e\n\u003cdiv class=\"mgc-layout-grid\"\u003e\n\u003cdiv class=\"mgc-layout-card\"\u003e\n\u003csmall\u003eRear Section\u003c\/small\u003e \u003cstrong\u003eFor Taller Garden Items\u003c\/strong\u003e\n\u003cp\u003eThe deeper rear area accommodates compatible hand tools, folded cloths and other longer accessories.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-layout-card\"\u003e\n\u003csmall\u003eFront Section\u003c\/small\u003e \u003cstrong\u003eFor Frequently Used Small Items\u003c\/strong\u003e\n\u003cp\u003eThe lower front section keeps gloves, plant labels, soft ties and compact accessories visible and easier to reach.\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=\"mgc-image-two\"\u003e\n\u003cdiv class=\"mgc-shell\"\u003e\n\u003cdiv class=\"mgc-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1032\/0121\/0549\/files\/2_92d3d8ef-2d7a-460e-85b8-0c743445bd1c.png?v=1790169432\" alt=\"merelva garden carry caddy stepped compartments dividers and removable organizer\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mgc-caption\"\u003e\n\u003cstrong\u003e Reconfigure the inside around the tools you actually carry. \u003c\/strong\u003e \u003cspan\u003e Move the dividers, remove the shallow organizer, or open the main section when a simpler interior layout works better. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       03 — ORGANIZATION SYSTEM\n       ====================================================== --\u003e\n\u003csection class=\"mgc-system\"\u003e\n\u003cdiv class=\"mgc-shell\"\u003e\n\u003cdiv class=\"mgc-kicker\"\u003eAdjustable From the Inside Out\u003c\/div\u003e\n\u003ch2 class=\"mgc-heading\"\u003eSeparate, Reposition, Remove, and Reuse.\u003c\/h2\u003e\n\u003cdiv class=\"mgc-system-list\"\u003e\n\u003cdiv class=\"mgc-system-row\"\u003e\n\u003cdiv class=\"mgc-system-no\"\u003e01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRepositionable Internal Dividers\u003c\/strong\u003e\n\u003cp\u003eAdjust each section around accessories of different shapes and sizes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-system-row\"\u003e\n\u003cdiv class=\"mgc-system-no\"\u003e02\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRemovable Shallow Organizer\u003c\/strong\u003e\n\u003cp\u003eKeep compact accessories separated above the main compartment, then lift the organizer out when more open storage is preferred.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-system-row\"\u003e\n\u003cdiv class=\"mgc-system-no\"\u003e03\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDetachable Wipe-Clean Insert\u003c\/strong\u003e\n\u003cp\u003eCreate a separate place for damp gloves or recently used garden accessories.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-system-row\"\u003e\n\u003cdiv class=\"mgc-system-no\"\u003e04\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBalanced Central Handle\u003c\/strong\u003e\n\u003cp\u003eThe gently offset grip helps support a more balanced carry when the two sections contain items of different sizes.\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 — SIDE STORAGE\n       ====================================================== --\u003e\n\u003csection class=\"mgc-side\"\u003e\n\u003cdiv class=\"mgc-shell\"\u003e\n\u003cdiv class=\"mgc-kicker\"\u003eStorage Beyond the Main Compartment\u003c\/div\u003e\n\u003ch2 class=\"mgc-heading\"\u003eKeep Frequently Used Items Close to the Outside.\u003c\/h2\u003e\n\u003cdiv class=\"mgc-side-grid\"\u003e\n\u003cdiv class=\"mgc-side-card\"\u003e\n\u003csmall\u003eTool Sleeves\u003c\/small\u003e \u003cstrong\u003eTwo Reinforced Exterior Sleeves\u003c\/strong\u003e\n\u003cp\u003eKeep compatible hand tools separated and easy to retrieve without opening the main interior.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-side-card\"\u003e\n\u003csmall\u003eSide Pocket\u003c\/small\u003e \u003cstrong\u003eDiscreet Zippered Storage\u003c\/strong\u003e\n\u003cp\u003eA compact side pocket provides a more secure place for smaller personal or garden items.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-side-card\"\u003e\n\u003csmall\u003eClean Insert\u003c\/small\u003e \u003cstrong\u003eSeparate Damp Accessories\u003c\/strong\u003e\n\u003cp\u003eThe detachable wipe-clean insert helps keep recently used items apart from the main fabric interior.\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=\"mgc-detail\"\u003e\n\u003cdiv class=\"mgc-shell\"\u003e\n\u003cdiv class=\"mgc-detail-head\"\u003e\n\u003cdiv class=\"mgc-kicker\"\u003eStructured Without Looking Heavy\u003c\/div\u003e\n\u003ch2 class=\"mgc-heading\"\u003eSoft Materials, Defined Edges, and a Balanced Carry Point.\u003c\/h2\u003e\n\u003cdiv class=\"mgc-detail-note\"\u003eRounded corners, reinforced upper edges, precise stitching and a protective base give the caddy a more substantial garden-furniture feel without making it industrial.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1032\/0121\/0549\/files\/3_37a9be6c-d572-4948-8f4a-384d04187f22.png?v=1790169432\" alt=\"Detail of merelva garden carry caddy handle soft-touch grip stitching tool sleeves and protective base\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       05 — MATERIAL \/ BUILD\n       ====================================================== --\u003e\n\u003csection class=\"mgc-build\"\u003e\n\u003cdiv class=\"mgc-shell\"\u003e\n\u003cdiv class=\"mgc-kicker\"\u003eMaterial Direction\u003c\/div\u003e\n\u003ch2 class=\"mgc-heading\"\u003eA Softer Garden Organizer With a More Structured Finish.\u003c\/h2\u003e\n\u003cp class=\"mgc-build-intro\"\u003eThe design combines finely woven moss-green fabric, reinforced internal panels, a powder-coated metal handle and low-profile hardware for a clean, composed appearance.\u003c\/p\u003e\n\u003cdiv class=\"mgc-build-grid\"\u003e\n\u003cdiv class=\"mgc-build-item\"\u003e\n\u003cdiv class=\"mgc-build-no\"\u003e01\u003c\/div\u003e\n\u003cstrong\u003eDense, finely woven structured exterior fabric\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-build-item\"\u003e\n\u003cdiv class=\"mgc-build-no\"\u003e02\u003c\/div\u003e\n\u003cstrong\u003eSoft moss-green matte finish\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-build-item\"\u003e\n\u003cdiv class=\"mgc-build-no\"\u003e03\u003c\/div\u003e\n\u003cstrong\u003eReinforced internal panels\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-build-item\"\u003e\n\u003cdiv class=\"mgc-build-no\"\u003e04\u003c\/div\u003e\n\u003cstrong\u003ePowder-coated metal handle frame\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-build-item\"\u003e\n\u003cdiv class=\"mgc-build-no\"\u003e05\u003c\/div\u003e\n\u003cstrong\u003eWarm neutral soft-touch handle grip\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-build-item\"\u003e\n\u003cdiv class=\"mgc-build-no\"\u003e06\u003c\/div\u003e\n\u003cstrong\u003eWipe-clean removable compartment liner\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-build-item\"\u003e\n\u003cdiv class=\"mgc-build-no\"\u003e07\u003c\/div\u003e\n\u003cstrong\u003eLow-profile brushed-metal hardware\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-build-item\"\u003e\n\u003cdiv class=\"mgc-build-no\"\u003e08\u003c\/div\u003e\n\u003cstrong\u003eRounded corners with protective base\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       06 — WHAT IT CARRIES\n       ====================================================== --\u003e\n\u003csection class=\"mgc-carry\"\u003e\n\u003cdiv class=\"mgc-shell\"\u003e\n\u003cdiv class=\"mgc-kicker\"\u003eEveryday Garden Essentials\u003c\/div\u003e\n\u003ch2 class=\"mgc-heading\"\u003eBuilt Around the Small Things You Carry Most.\u003c\/h2\u003e\n\u003cdiv class=\"mgc-carry-grid\"\u003e\n\u003cdiv class=\"mgc-carry-item\"\u003e\n\u003csmall\u003eCarry 01\u003c\/small\u003e \u003cstrong\u003eHand Tools\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-carry-item\"\u003e\n\u003csmall\u003eCarry 02\u003c\/small\u003e \u003cstrong\u003eGarden Gloves\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-carry-item\"\u003e\n\u003csmall\u003eCarry 03\u003c\/small\u003e \u003cstrong\u003ePlant Labels\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-carry-item\"\u003e\n\u003csmall\u003eCarry 04\u003c\/small\u003e \u003cstrong\u003eSoft Ties\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-carry-item\"\u003e\n\u003csmall\u003eCarry 05\u003c\/small\u003e \u003cstrong\u003eFolded Cloths\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-carry-item\"\u003e\n\u003csmall\u003eCarry 06\u003c\/small\u003e \u003cstrong\u003eSmall Accessories\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-carry-item\"\u003e\n\u003csmall\u003eCarry 07\u003c\/small\u003e \u003cstrong\u003eDamp Gloves\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-carry-item\"\u003e\n\u003csmall\u003eCarry 08\u003c\/small\u003e \u003cstrong\u003eCompact Personal Items\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=\"mgc-image-four\"\u003e\n\u003cdiv class=\"mgc-shell\"\u003e\n\u003cdiv class=\"mgc-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1032\/0121\/0549\/files\/4_fa70df0d-f5e4-45a9-8059-a902ac5ad559.png?v=1790169432\" alt=\"merelva Structured Garden Carry Caddy beside a potting bench patio or garden bed\" 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=\"mgc-how\"\u003e\n\u003cdiv class=\"mgc-shell\"\u003e\n\u003cdiv class=\"mgc-kicker\"\u003eSimple Everyday Setup\u003c\/div\u003e\n\u003ch2 class=\"mgc-heading\"\u003eHow to Use merelva™\u003c\/h2\u003e\n\u003cdiv class=\"mgc-how-grid\"\u003e\n\u003cdiv class=\"mgc-how-card\"\u003e\n\u003cdiv class=\"mgc-how-no\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eArrange the Interior\u003c\/h3\u003e\n\u003cp\u003ePosition the dividers around the accessories being carried and use the shallow organizer for smaller items.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-how-card\"\u003e\n\u003cdiv class=\"mgc-how-no\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eBalance the Load\u003c\/h3\u003e\n\u003cp\u003ePlace heavier items closer to the center and distribute remaining contents between the front and rear sections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mgc-how-card\"\u003e\n\u003cdiv class=\"mgc-how-no\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eCarry, Empty, and Wipe Clean\u003c\/h3\u003e\n\u003cp\u003eLift from the central grip, then empty and wipe the removable insert as needed before storing the caddy in a dry area.\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=\"mgc-final\"\u003e\n\u003cdiv class=\"mgc-shell\"\u003e\n\u003cdiv class=\"mgc-final-label\"\u003emerelva™ Structured Garden Carry Caddy\u003c\/div\u003e\n\u003ch2\u003eOrganized to Carry.\u003cbr\u003eRefined Enough to Leave Out.\u003c\/h2\u003e\n\u003cp\u003eA structured moss-green garden caddy designed to keep tools, gloves and smaller accessories separated, balanced and easier to carry through everyday planting and garden routines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"merelva™","offers":[{"title":"Default Title","offer_id":53371228160181,"sku":null,"price":41.96,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1032\/0121\/0549\/files\/5_0cdcf779-1bef-4724-90df-330c7a779389.png?v=1790169408","url":"https:\/\/merelva.com\/products\/merelva%e2%84%a2-structured-garden-carry-caddy","provider":"merelva™","version":"1.0","type":"link"}