{"product_id":"3-pack-fruit-vegetable-washing-bowl-set-wash-drain-store","title":"3-Pack Fruit \u0026 Vegetable Washing Bowl Set | Wash, Drain \u0026 Store 🥗✨","description":"\u003cstyle\u003e\n\/* =========================================================\n   3-PACK FRUIT \u0026 VEGETABLE WASHING BOWL SET\n   Shopify Product Description HTML\n   Pure HTML + CSS — NO LIQUID\n   Fresh Kitchen \/ Natural American Home Style\n   ========================================================= *\/\n\n.fvb-page,\n.fvb-page * {\n  box-sizing: border-box;\n}\n\n.fvb-page {\n  --fvb-green: #557a32;\n  --fvb-green-dark: #344e24;\n  --fvb-green-soft: #eef4e8;\n\n  --fvb-cream: #faf7ef;\n  --fvb-warm: #f5eee2;\n  --fvb-sand: #c79a6b;\n  --fvb-sand-dark: #9e744c;\n\n  --fvb-ink: #232823;\n  --fvb-text: #555e54;\n  --fvb-muted: #788078;\n\n  --fvb-white: #ffffff;\n  --fvb-line: #dfe5da;\n  --fvb-bg: #f7f8f4;\n\n  --fvb-radius: 18px;\n  --fvb-shadow: 0 8px 24px rgba(52, 78, 36, .07);\n\n  width: 100%;\n  max-width: 980px;\n  margin: 0 auto;\n  padding: 0;\n\n  container-type: inline-size;\n\n  color: var(--fvb-ink);\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  font-size: 16px;\n  line-height: 1.65;\n}\n\n.fvb-page img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  border: 0;\n}\n\n.fvb-section {\n  margin: 22px 0;\n}\n\n.fvb-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n  margin-bottom: 10px;\n  color: var(--fvb-green);\n  font-size: 13px;\n  line-height: 1.3;\n  font-weight: 800;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n\n.fvb-heading {\n  margin: 0 0 12px;\n  color: var(--fvb-green-dark);\n  font-size: clamp(28px, 4vw, 40px);\n  line-height: 1.12;\n  font-weight: 850;\n  letter-spacing: -.7px;\n}\n\n.fvb-section-title {\n  margin: 0 0 9px;\n  color: var(--fvb-green-dark);\n  font-size: clamp(23px, 3.3vw, 31px);\n  line-height: 1.2;\n  font-weight: 850;\n  letter-spacing: -.4px;\n}\n\n.fvb-card-title {\n  margin: 0 0 9px;\n  color: var(--fvb-green-dark);\n  font-size: clamp(21px, 2.8vw, 27px);\n  line-height: 1.22;\n  font-weight: 850;\n}\n\n.fvb-copy {\n  margin: 0;\n  color: var(--fvb-text);\n  font-size: 16px;\n  line-height: 1.72;\n}\n\n.fvb-copy strong {\n  color: var(--fvb-ink);\n}\n\n.fvb-media {\n  margin-top: 19px;\n  overflow: hidden;\n  border-radius: 14px;\n  background: #f2f3ef;\n}\n\n.fvb-media img {\n  width: 100%;\n}\n\n\n\/* =========================================================\n   HERO BANNER\n   ========================================================= *\/\n\n.fvb-hero {\n  padding: 32px 26px 26px;\n  overflow: hidden;\n  border: 1px solid #e0e7d8;\n  border-radius: 22px;\n  background: var(--fvb-green-soft);\n}\n\n.fvb-hero-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 18px;\n}\n\n.fvb-hero-badge {\n  padding: 8px 12px;\n  border: 1px solid rgba(52, 78, 36, .13);\n  border-radius: 999px;\n  background: rgba(255,255,255,.88);\n  color: var(--fvb-green-dark);\n  font-size: 13px;\n  line-height: 1.25;\n  font-weight: 750;\n}\n\n\n\/* =========================================================\n   INTRO\n   ========================================================= *\/\n\n.fvb-intro {\n  padding: 4px 4px 0;\n  text-align: center;\n}\n\n\n\/* =========================================================\n   CORE ICON GRID — ALWAYS 2 COLUMNS\n   ========================================================= *\/\n\n.fvb-icon-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 12px;\n  margin-top: 18px;\n}\n\n.fvb-icon-card {\n  min-width: 0;\n  padding: 19px 12px;\n  border: 1px solid var(--fvb-line);\n  border-radius: 15px;\n  background: var(--fvb-white);\n  text-align: center;\n  box-shadow: 0 4px 14px rgba(52, 78, 36, .035);\n}\n\n.fvb-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 49px;\n  height: 49px;\n  margin: 0 auto 10px;\n  border-radius: 50%;\n  background: var(--fvb-green-soft);\n  font-size: 24px;\n}\n\n.fvb-icon-card:nth-child(even) .fvb-icon {\n  background: var(--fvb-warm);\n}\n\n.fvb-icon-card strong {\n  display: block;\n  color: var(--fvb-green-dark);\n  font-size: 15px;\n  line-height: 1.3;\n  font-weight: 800;\n}\n\n.fvb-icon-card span {\n  display: block;\n  margin-top: 5px;\n  color: var(--fvb-muted);\n  font-size: 12px;\n  line-height: 1.4;\n}\n\n\n\/* =========================================================\n   SINGLE-COLUMN FEATURE CARDS\n   ========================================================= *\/\n\n.fvb-features {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 18px;\n}\n\n.fvb-feature {\n  padding: 25px;\n  border: 1px solid var(--fvb-line);\n  border-radius: var(--fvb-radius);\n  background: var(--fvb-white);\n  box-shadow: var(--fvb-shadow);\n}\n\n.fvb-feature:nth-child(even) {\n  background: var(--fvb-cream);\n}\n\n.fvb-feature-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  margin-bottom: 9px;\n  color: var(--fvb-green);\n  font-size: 13px;\n  line-height: 1.3;\n  font-weight: 850;\n  letter-spacing: .7px;\n  text-transform: uppercase;\n}\n\n.fvb-checks {\n  display: grid;\n  gap: 8px;\n  margin-top: 15px;\n}\n\n.fvb-check {\n  display: flex;\n  align-items: flex-start;\n  gap: 8px;\n  color: var(--fvb-text);\n  font-size: 14px;\n  line-height: 1.5;\n}\n\n.fvb-check-mark {\n  flex: 0 0 auto;\n  color: var(--fvb-green);\n  font-weight: 900;\n}\n\n\n\/* =========================================================\n   HOW IT WORKS\n   ========================================================= *\/\n\n.fvb-process {\n  padding: 26px;\n  border: 1px solid var(--fvb-line);\n  border-radius: var(--fvb-radius);\n  background: var(--fvb-green-soft);\n}\n\n.fvb-process-grid {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 8px;\n  margin-top: 18px;\n}\n\n.fvb-step {\n  min-width: 0;\n  padding: 14px 7px;\n  border: 1px solid #d9e3d1;\n  border-radius: 12px;\n  background: rgba(255,255,255,.82);\n  text-align: center;\n}\n\n.fvb-step-num {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 30px;\n  height: 30px;\n  margin: 0 auto 7px;\n  border-radius: 50%;\n  background: var(--fvb-green);\n  color: #fff;\n  font-size: 12px;\n  font-weight: 850;\n}\n\n.fvb-step strong {\n  display: block;\n  color: var(--fvb-green-dark);\n  font-size: 12px;\n  line-height: 1.25;\n}\n\n.fvb-step span {\n  display: block;\n  margin-top: 3px;\n  color: var(--fvb-muted);\n  font-size: 10.5px;\n  line-height: 1.3;\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS \/ SPECIFICATIONS\n   SMALL BORDER STYLE\n   ========================================================= *\/\n\n.fvb-details-wrap {\n  padding: 26px;\n  border: 1px solid #dbe3d5;\n  border-radius: var(--fvb-radius);\n  background: var(--fvb-bg);\n}\n\n.fvb-spec-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0,1fr));\n  gap: 10px;\n  margin-top: 18px;\n}\n\n.fvb-spec {\n  min-width: 0;\n  padding: 15px 14px;\n  border: 1px solid #d9e1d3;\n  border-radius: 11px;\n  background: var(--fvb-white);\n  box-shadow: 0 2px 8px rgba(52,78,36,.025);\n}\n\n.fvb-spec-label {\n  margin-bottom: 4px;\n  color: var(--fvb-muted);\n  font-size: 11px;\n  line-height: 1.25;\n  font-weight: 800;\n  letter-spacing: .6px;\n  text-transform: uppercase;\n}\n\n.fvb-spec-value {\n  color: var(--fvb-green-dark);\n  font-size: 14px;\n  line-height: 1.45;\n  font-weight: 750;\n}\n\n\n\/* =========================================================\n   USE CASES\n   ========================================================= *\/\n\n.fvb-use-wrap {\n  padding: 24px;\n  border: 1px solid var(--fvb-line);\n  border-radius: var(--fvb-radius);\n  background: var(--fvb-cream);\n}\n\n.fvb-use-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0,1fr));\n  gap: 9px;\n  margin-top: 17px;\n}\n\n.fvb-use {\n  min-width: 0;\n  padding: 13px 7px;\n  border: 1px solid #e4ddcf;\n  border-radius: 11px;\n  background: rgba(255,255,255,.84);\n  color: var(--fvb-green-dark);\n  text-align: center;\n  font-size: 12px;\n  line-height: 1.35;\n  font-weight: 750;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.fvb-faq {\n  border-top: 1px solid var(--fvb-line);\n}\n\n.fvb-faq details {\n  border-bottom: 1px solid var(--fvb-line);\n}\n\n.fvb-faq summary {\n  position: relative;\n  padding: 18px 44px 18px 2px;\n  list-style: none;\n  cursor: pointer;\n  color: var(--fvb-green-dark);\n  font-size: 15px;\n  line-height: 1.4;\n  font-weight: 750;\n}\n\n.fvb-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.fvb-faq summary::after {\n  content: \"⌄\";\n  position: absolute;\n  top: 50%;\n  right: 7px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 29px;\n  height: 29px;\n  margin-top: -14.5px;\n  border-radius: 50%;\n  background: var(--fvb-green-soft);\n  color: var(--fvb-green-dark);\n  font-size: 18px;\n  line-height: 1;\n  transition:\n    transform .28s ease,\n    background .28s ease;\n}\n\n.fvb-faq details[open] summary::after {\n  transform: rotate(180deg);\n  background: var(--fvb-warm);\n}\n\n.fvb-faq-answer {\n  padding: 0 44px 18px 2px;\n  color: var(--fvb-text);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n\n\/* =========================================================\n   GUARANTEES\n   ========================================================= *\/\n\n.fvb-guarantees {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0,1fr));\n  gap: 9px;\n}\n\n.fvb-guarantee {\n  min-width: 0;\n  padding: 18px 8px;\n  border: 1px solid var(--fvb-line);\n  border-radius: 13px;\n  background: var(--fvb-white);\n  text-align: center;\n}\n\n.fvb-guarantee-icon {\n  margin-bottom: 7px;\n  font-size: 25px;\n}\n\n.fvb-guarantee strong {\n  display: block;\n  color: var(--fvb-green-dark);\n  font-size: 13px;\n  line-height: 1.3;\n}\n\n.fvb-guarantee span {\n  display: block;\n  margin-top: 4px;\n  color: var(--fvb-muted);\n  font-size: 10.5px;\n  line-height: 1.4;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n   ========================================================= *\/\n\n.fvb-cta {\n  padding: 31px 23px;\n  border-radius: 20px;\n  background: var(--fvb-green-dark);\n  color: #fff;\n  text-align: center;\n}\n\n.fvb-cta h2 {\n  margin: 0 0 9px;\n  color: #fff;\n  font-size: clamp(25px,4vw,35px);\n  line-height: 1.16;\n  font-weight: 850;\n}\n\n.fvb-cta p {\n  max-width: 660px;\n  margin: 0 auto;\n  color: rgba(255,255,255,.86);\n  font-size: 15px;\n  line-height: 1.65;\n}\n\n.fvb-buy-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-width: 190px;\n  min-height: 52px;\n  margin-top: 20px;\n  padding: 13px 27px;\n  border: 2px solid var(--fvb-sand);\n  border-radius: 999px;\n  background: var(--fvb-sand);\n  color: #25251f !important;\n  text-decoration: none !important;\n  font-size: 16px;\n  font-weight: 850;\n  box-shadow: 0 7px 18px rgba(0,0,0,.16);\n  transition:\n    transform .22s ease,\n    background .22s ease,\n    box-shadow .22s ease;\n}\n\n.fvb-buy-btn:hover {\n  transform: translateY(-4px);\n  background: #d2a878;\n  box-shadow: 0 11px 24px rgba(0,0,0,.22);\n}\n\n.fvb-buy-btn:active {\n  transform: translateY(1px) scale(.985);\n  box-shadow: 0 4px 10px rgba(0,0,0,.16);\n}\n\n\n\/* =========================================================\n   CONTAINER RESPONSIVE\n   ========================================================= *\/\n\n@container (max-width: 650px) {\n\n  .fvb-section {\n    margin: 16px 0;\n  }\n\n  .fvb-hero {\n    padding: 25px 15px 18px;\n    border-radius: 16px;\n  }\n\n  .fvb-heading {\n    font-size: 29px;\n  }\n\n  .fvb-section-title {\n    font-size: 24px;\n  }\n\n  .fvb-card-title {\n    font-size: 21px;\n  }\n\n  .fvb-copy {\n    font-size: 15px;\n  }\n\n  .fvb-feature {\n    padding: 20px 15px;\n    border-radius: 14px;\n  }\n\n  .fvb-icon-grid {\n    gap: 8px;\n  }\n\n  .fvb-icon-card {\n    padding: 16px 7px;\n  }\n\n  .fvb-icon {\n    width: 43px;\n    height: 43px;\n    font-size: 21px;\n  }\n\n  .fvb-icon-card strong {\n    font-size: 13px;\n  }\n\n  .fvb-icon-card span {\n    font-size: 11px;\n  }\n\n  .fvb-process {\n    padding: 20px 10px;\n  }\n\n  .fvb-process-grid {\n    grid-template-columns: repeat(2, minmax(0,1fr));\n  }\n\n  .fvb-step strong {\n    font-size: 12px;\n  }\n\n  .fvb-step span {\n    font-size: 11px;\n  }\n\n  .fvb-details-wrap {\n    padding: 20px 12px;\n  }\n\n  .fvb-spec-grid {\n    gap: 7px;\n  }\n\n  .fvb-spec {\n    padding: 12px 9px;\n  }\n\n  .fvb-spec-label {\n    font-size: 11px;\n  }\n\n  .fvb-spec-value {\n    font-size: 12px;\n  }\n\n  .fvb-use-wrap {\n    padding: 19px 10px;\n  }\n\n  .fvb-use-grid {\n    gap: 6px;\n  }\n\n  .fvb-use {\n    padding: 11px 4px;\n    font-size: 11px;\n  }\n\n  .fvb-guarantees {\n    gap: 5px;\n  }\n\n  .fvb-guarantee {\n    padding: 14px 4px;\n  }\n\n  .fvb-guarantee strong {\n    font-size: 11px;\n  }\n\n  .fvb-guarantee span {\n    font-size: 10px;\n  }\n\n  .fvb-cta {\n    padding: 27px 14px;\n    border-radius: 16px;\n  }\n\n  .fvb-buy-btn {\n    width: 100%;\n  }\n}\n\n\n\/* Fallback for themes that do not support container queries *\/\n@media (max-width: 600px) {\n\n  .fvb-page {\n    font-size: 15px;\n  }\n\n  .fvb-icon-grid {\n    grid-template-columns: repeat(2, minmax(0,1fr));\n  }\n\n  .fvb-spec-grid {\n    grid-template-columns: repeat(2, minmax(0,1fr));\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"fvb-page\" id=\"fruit-washing-bowl-description\"\u003e\n\u003c!-- =====================================================\n       TOP HERO BANNER\n       ===================================================== --\u003e\n\u003csection class=\"fvb-section fvb-hero\"\u003e\n\u003cdiv class=\"fvb-eyebrow\"\u003e🍓 Wash Less Mess · Prep More Easily\u003c\/div\u003e\n\u003ch1 class=\"fvb-heading\"\u003e3-Pack Fruit \u0026amp; Vegetable Washing Bowl Set\u003c\/h1\u003e\n\u003cp class=\"fvb-copy\"\u003eWashing fresh produce shouldn't mean juggling a bowl, a colander and another container. This smart kitchen helper lets you \u003cstrong\u003ewash, drain, hold and serve fresh ingredients in one convenient bowl\u003c\/strong\u003e — so everyday food prep feels simpler and less messy. 💦🥗\u003c\/p\u003e\n\u003cdiv class=\"fvb-hero-badges\"\u003e\n\u003cspan class=\"fvb-hero-badge\"\u003e💦 Wash \u0026amp; Drain\u003c\/span\u003e \u003cspan class=\"fvb-hero-badge\"\u003e🍇 Keeps Food Contained\u003c\/span\u003e \u003cspan class=\"fvb-hero-badge\"\u003e🙌 Easy-Grip Handle\u003c\/span\u003e \u003cspan class=\"fvb-hero-badge\"\u003e🎁 Convenient 3-Pack\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/20260825_elnazhamai_7677643118593789197_In_Bio_Wash_Store_Colander.webp?v=1787815066\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CORE BENEFIT ICON GRID\n       ===================================================== --\u003e\n\u003csection class=\"fvb-section\"\u003e\n\u003cdiv class=\"fvb-intro\"\u003e\n\u003cdiv class=\"fvb-eyebrow\"\u003e❤️ Why You'll Reach For It\u003c\/div\u003e\n\u003ch2 class=\"fvb-section-title\"\u003eOne Simple Bowl. Fewer Kitchen Steps.\u003c\/h2\u003e\n\u003cp class=\"fvb-copy\"\u003eDesigned to keep washing and draining together, so fresh-food prep feels faster, cleaner and easier from sink to table. 👍\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-icon-grid\"\u003e\n\u003cdiv class=\"fvb-icon-card\"\u003e\n\u003cdiv class=\"fvb-icon\"\u003e💦\u003c\/div\u003e\n\u003cstrong\u003eWash \u0026amp; Drain\u003c\/strong\u003e \u003cspan\u003eRinse produce and let excess water escape.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-icon-card\"\u003e\n\u003cdiv class=\"fvb-icon\"\u003e🍓\u003c\/div\u003e\n\u003cstrong\u003eKeeps Food Inside\u003c\/strong\u003e \u003cspan\u003eHelps contain berries, grapes and small produce.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-icon-card\"\u003e\n\u003cdiv class=\"fvb-icon\"\u003e🙌\u003c\/div\u003e\n\u003cstrong\u003eComfortable Handle\u003c\/strong\u003e \u003cspan\u003eEasy to grip while carrying and draining.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-icon-card\"\u003e\n\u003cdiv class=\"fvb-icon\"\u003e👀\u003c\/div\u003e\n\u003cstrong\u003eClear Container\u003c\/strong\u003e \u003cspan\u003eSee what is inside without opening it up.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-icon-card\"\u003e\n\u003cdiv class=\"fvb-icon\"\u003e🥗\u003c\/div\u003e\n\u003cstrong\u003eMulti-Purpose\u003c\/strong\u003e \u003cspan\u003eUseful from breakfast fruit to dinner prep.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-icon-card\"\u003e\n\u003cdiv class=\"fvb-icon\"\u003e🧼\u003c\/div\u003e\n\u003cstrong\u003eEasy To Rinse\u003c\/strong\u003e \u003cspan\u003eSimple construction helps make cleanup easier.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FEATURE CARDS\n       ===================================================== --\u003e\n\u003csection class=\"fvb-section fvb-features\"\u003e\u003c!-- FEATURE 01 --\u003e\n\u003cdiv class=\"fvb-feature\"\u003e\n\u003cdiv class=\"fvb-feature-tag\"\u003e01 · 💦 WASH \u0026amp; DRAIN IN ONE\u003c\/div\u003e\n\u003ch2 class=\"fvb-card-title\"\u003eStop Switching Between A Bowl And Colander\u003c\/h2\u003e\n\u003cp class=\"fvb-copy\"\u003eRinse fruits and vegetables right inside the container, then use the built-in draining design to release excess water. \u003cstrong\u003eNo need to keep moving wet ingredients from one kitchen tool to another.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"fvb-checks\"\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eWash produce directly in the bowl\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eBuilt-in slots help drain away water\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eHelps simplify everyday meal prep\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-media\"\u003e\u003cimg src=\"https:\/\/uspoplarshop.com\/cdn\/shop\/files\/ChatGPTImageAug26_2026_05_49_58PM_2.png?v=1787738028\u0026amp;width=1946\" alt=\"Wash and drain fruits in one bowl\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 02 --\u003e\n\u003cdiv class=\"fvb-feature\"\u003e\n\u003cdiv class=\"fvb-feature-tag\"\u003e02 · 🚿 BUILT-IN DRAINING DESIGN\u003c\/div\u003e\n\u003ch2 class=\"fvb-card-title\"\u003eLet The Water Out — Keep The Food In\u003c\/h2\u003e\n\u003cp class=\"fvb-copy\"\u003eTraditional open strainers can make small produce roll around or spill near the sink. The slotted upper draining section is designed to let water flow out while helping keep your ingredients contained.\u003c\/p\u003e\n\u003cdiv class=\"fvb-checks\"\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eQuick drainage through slotted openings\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eHelps keep ingredients securely contained\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eLess awkward pouring around the sink\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-media\"\u003e\u003cimg src=\"https:\/\/uspoplarshop.com\/cdn\/shop\/files\/ChatGPTImageAug26_2026_05_49_58PM_3.png?v=1787738028\u0026amp;width=1946\" alt=\"Built in draining design for produce washing bowl\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 03 --\u003e\n\u003cdiv class=\"fvb-feature\"\u003e\n\u003cdiv class=\"fvb-feature-tag\"\u003e03 · 🍓 MADE FOR SMALL PRODUCE\u003c\/div\u003e\n\u003ch2 class=\"fvb-card-title\"\u003eKeep Berries, Grapes \u0026amp; Cherry Tomatoes Together\u003c\/h2\u003e\n\u003cp class=\"fvb-copy\"\u003eSmall ingredients are some of the easiest foods to lose down the sink or scatter across the counter. The enclosed bowl-style body gives grapes, blueberries, strawberries, cherry tomatoes and similar foods a more contained place to rinse and drain.\u003c\/p\u003e\n\u003cdiv class=\"fvb-checks\"\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eGreat for grapes and berries\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eUseful for cherry tomatoes and cut vegetables\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eHelps reduce produce rolling away while draining\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-media\"\u003e\u003cimg src=\"https:\/\/uspoplarshop.com\/cdn\/shop\/files\/ChatGPTImageAug26_2026_05_49_59PM_4.png?v=1787738028\u0026amp;width=1946\" alt=\"Fruit washing bowl for berries grapes and small vegetables\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 04 --\u003e\n\u003cdiv class=\"fvb-feature\"\u003e\n\u003cdiv class=\"fvb-feature-tag\"\u003e04 · 🙌 EASY-GRIP HANDLE\u003c\/div\u003e\n\u003ch2 class=\"fvb-card-title\"\u003eCarry, Hold \u0026amp; Drain With Better Control\u003c\/h2\u003e\n\u003cp class=\"fvb-copy\"\u003eWet bowls can be awkward to grip around the rim. The integrated handle gives your hand a dedicated place to hold the container while moving it between the sink, counter, refrigerator or table.\u003c\/p\u003e\n\u003cdiv class=\"fvb-checks\"\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eConvenient hand grip\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eMore controlled draining\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eEasy to carry around the kitchen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-media\"\u003e\u003cimg src=\"https:\/\/uspoplarshop.com\/cdn\/shop\/files\/ChatGPTImageAug26_2026_05_50_00PM_7.png?v=1787738028\u0026amp;width=1946\" alt=\"Comfortable handle on fruit vegetable washing bowl\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 05 --\u003e\n\u003cdiv class=\"fvb-feature\"\u003e\n\u003cdiv class=\"fvb-feature-tag\"\u003e05 · 👀 CLEAR BODY\u003c\/div\u003e\n\u003ch2 class=\"fvb-card-title\"\u003eSee What's Inside At A Glance\u003c\/h2\u003e\n\u003cp class=\"fvb-copy\"\u003eThe transparent container makes it easier to check your ingredients without guessing what is inside. It's especially convenient when prepping several fruits, vegetables or snacks at the same time.\u003c\/p\u003e\n\u003cdiv class=\"fvb-checks\"\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eVisible contents\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eClean, simple kitchen look\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eEasy to identify prepared ingredients\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-media\"\u003e\u003cimg src=\"https:\/\/uspoplarshop.com\/cdn\/shop\/files\/ChatGPTImageAug26_2026_05_50_01PM_8.png?v=1787738028\u0026amp;width=1946\" alt=\"Clear fruit and vegetable washing container\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 06 --\u003e\n\u003cdiv class=\"fvb-feature\"\u003e\n\u003cdiv class=\"fvb-feature-tag\"\u003e06 · 🏡 COMPACT EVERYDAY HELPER\u003c\/div\u003e\n\u003ch2 class=\"fvb-card-title\"\u003eUseful From Breakfast Prep To Dinner\u003c\/h2\u003e\n\u003cp class=\"fvb-copy\"\u003eInstead of storing separate tools for every small produce-prep job, this compact bowl brings several everyday functions together. Use it for fruit, vegetables, herbs, snacks, salads and more. 🥗\u003c\/p\u003e\n\u003cdiv class=\"fvb-checks\"\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eConvenient for smaller kitchens\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eSuitable for apartments, dorms and RV kitchens\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-check\"\u003e\n\u003cspan class=\"fvb-check-mark\"\u003e✓\u003c\/span\u003e \u003cspan\u003eOne tool for multiple fresh-food tasks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-media\"\u003e\u003cimg src=\"https:\/\/uspoplarshop.com\/cdn\/shop\/files\/ChatGPTImageAug26_2026_05_50_01PM_9.png?v=1787738028\u0026amp;width=1946\" alt=\"Compact fruit washing bowl for kitchen refrigerator storage\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIMPLE PROCESS\n       ===================================================== --\u003e\n\u003csection class=\"fvb-section\"\u003e\n\u003cdiv class=\"fvb-process\"\u003e\n\u003cdiv class=\"fvb-eyebrow\"\u003e🔄 Simple Everyday Routine\u003c\/div\u003e\n\u003ch2 class=\"fvb-section-title\"\u003eRinse → Drain → Prep → Serve\u003c\/h2\u003e\n\u003cp class=\"fvb-copy\"\u003eKeep more of your fresh-food routine in one container instead of reaching for several separate kitchen tools.\u003c\/p\u003e\n\u003cdiv class=\"fvb-process-grid\"\u003e\n\u003cdiv class=\"fvb-step\"\u003e\n\u003cdiv class=\"fvb-step-num\"\u003e1\u003c\/div\u003e\n\u003cstrong\u003eRinse\u003c\/strong\u003e \u003cspan\u003eAdd produce and water.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-step\"\u003e\n\u003cdiv class=\"fvb-step-num\"\u003e2\u003c\/div\u003e\n\u003cstrong\u003eDrain\u003c\/strong\u003e \u003cspan\u003eRelease excess water.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-step\"\u003e\n\u003cdiv class=\"fvb-step-num\"\u003e3\u003c\/div\u003e\n\u003cstrong\u003ePrep\u003c\/strong\u003e \u003cspan\u003eKeep ingredients contained.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-step\"\u003e\n\u003cdiv class=\"fvb-step-num\"\u003e4\u003c\/div\u003e\n\u003cstrong\u003eServe\u003c\/strong\u003e \u003cspan\u003eCarry it where needed.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-media\"\u003e\u003cimg src=\"https:\/\/uspoplarshop.com\/cdn\/shop\/files\/ChatGPTImageAug26_2026_05_50_00PM_6.png?v=1787738028\u0026amp;width=1946\" alt=\"Fruit washing bowl from sink to table\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       USE CASES\n       ===================================================== --\u003e\n\u003csection class=\"fvb-section\"\u003e\n\u003cdiv class=\"fvb-use-wrap\"\u003e\n\u003cdiv class=\"fvb-eyebrow\"\u003e🍅 More Than Just Fruit\u003c\/div\u003e\n\u003ch2 class=\"fvb-section-title\"\u003eMade For Everyday Fresh Ingredients\u003c\/h2\u003e\n\u003cp class=\"fvb-copy\"\u003eKeep one nearby for breakfast fruit, healthy snacks, salads, fresh herbs and everyday vegetable prep.\u003c\/p\u003e\n\u003cdiv class=\"fvb-use-grid\"\u003e\n\u003cdiv class=\"fvb-use\"\u003e🍇 Grapes\u003c\/div\u003e\n\u003cdiv class=\"fvb-use\"\u003e🍓 Berries\u003c\/div\u003e\n\u003cdiv class=\"fvb-use\"\u003e🍅 Cherry Tomatoes\u003c\/div\u003e\n\u003cdiv class=\"fvb-use\"\u003e🥬 Leafy Greens\u003c\/div\u003e\n\u003cdiv class=\"fvb-use\"\u003e🥦 Vegetables\u003c\/div\u003e\n\u003cdiv class=\"fvb-use\"\u003e🌿 Fresh Herbs\u003c\/div\u003e\n\u003cdiv class=\"fvb-use\"\u003e🥔 Baby Potatoes\u003c\/div\u003e\n\u003cdiv class=\"fvb-use\"\u003e🥗 Salad Prep\u003c\/div\u003e\n\u003cdiv class=\"fvb-use\"\u003e🍎 Fresh Snacks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-media\"\u003e\u003cimg src=\"https:\/\/uspoplarshop.com\/cdn\/shop\/files\/ChatGPTImageAug26_2026_05_49_59PM_5.png?v=1787738028\u0026amp;width=1946\" alt=\"Multi purpose fruit vegetable washing bowl\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DETAILED FEATURES + SPECIFICATIONS\n       ===================================================== --\u003e\n\u003csection class=\"fvb-section\"\u003e\n\u003cdiv class=\"fvb-details-wrap\"\u003e\n\u003cdiv class=\"fvb-eyebrow\"\u003e🔎 Product Details\u003c\/div\u003e\n\u003ch2 class=\"fvb-section-title\"\u003eSimple Design. Practical Everyday Use.\u003c\/h2\u003e\n\u003cp class=\"fvb-copy\"\u003eBuilt as a compact washing and draining helper for fresh produce, snacks, salads and everyday kitchen prep.\u003c\/p\u003e\n\u003cdiv class=\"fvb-spec-grid\"\u003e\n\u003cdiv class=\"fvb-spec\"\u003e\n\u003cdiv class=\"fvb-spec-label\"\u003eProduct\u003c\/div\u003e\n\u003cdiv class=\"fvb-spec-value\"\u003eFruit \u0026amp; Vegetable Washing Bowl\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-spec\"\u003e\n\u003cdiv class=\"fvb-spec-label\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"fvb-spec-value\"\u003e2-in-1 Washing \u0026amp; Draining Bowl\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-spec\"\u003e\n\u003cdiv class=\"fvb-spec-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"fvb-spec-value\"\u003ePP + PET\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-spec\"\u003e\n\u003cdiv class=\"fvb-spec-label\"\u003eSize\u003c\/div\u003e\n\u003cdiv class=\"fvb-spec-value\"\u003eApprox. 7.48 × 5.91 × 4.53 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-spec\"\u003e\n\u003cdiv class=\"fvb-spec-label\"\u003eMetric Size\u003c\/div\u003e\n\u003cdiv class=\"fvb-spec-value\"\u003eApprox. 19 × 15 × 11.5 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-spec\"\u003e\n\u003cdiv class=\"fvb-spec-label\"\u003eFunctions\u003c\/div\u003e\n\u003cdiv class=\"fvb-spec-value\"\u003eWashing \/ Draining \/ Holding \/ Serving\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-spec\"\u003e\n\u003cdiv class=\"fvb-spec-label\"\u003eSet Includes\u003c\/div\u003e\n\u003cdiv class=\"fvb-spec-value\"\u003e3 Washing Bowls\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-spec\"\u003e\n\u003cdiv class=\"fvb-spec-label\"\u003eColor Options\u003c\/div\u003e\n\u003cdiv class=\"fvb-spec-value\"\u003eBrown \/ Pink \/ Blue \/ Mixed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-media\"\u003e\u003cimg src=\"https:\/\/uspoplarshop.com\/cdn\/shop\/files\/ChatGPTImageAug26_2026_05_50_02PM_10.png?v=1787738028\u0026amp;width=1946\" alt=\"Fruit and vegetable washing bowl dimensions and product details\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n       ===================================================== --\u003e\n\u003csection class=\"fvb-section\"\u003e\n\u003cdiv class=\"fvb-eyebrow\"\u003e💬 Questions Before You Order?\u003c\/div\u003e\n\u003ch2 class=\"fvb-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"fvb-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the main difference between this and a regular colander?\u003c\/summary\u003e\n\u003cdiv class=\"fvb-faq-answer\"\u003eA traditional colander is mainly designed for draining. This bowl combines a container and draining section so you can rinse, drain and keep ingredients together with fewer transfers.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the set include three bowls?\u003c\/summary\u003e\n\u003cdiv class=\"fvb-faq-answer\"\u003eYes. The product listing is for a 3-pack Fruit \u0026amp; Vegetable Washing Bowl Set. 🎁\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat foods can I use it with?\u003c\/summary\u003e\n\u003cdiv class=\"fvb-faq-answer\"\u003eIt works well for foods such as grapes, strawberries, blueberries, cherry tomatoes, leafy greens, fresh herbs, baby potatoes, salad ingredients and other similarly sized fresh produce.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill small berries fall out while draining?\u003c\/summary\u003e\n\u003cdiv class=\"fvb-faq-answer\"\u003eThe bowl-style body is designed to keep produce more contained than a traditional open colander. Always drain carefully with very small ingredients and avoid forcing food through the drainage openings.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I carry it using the handle?\u003c\/summary\u003e\n\u003cdiv class=\"fvb-faq-answer\"\u003eYes. The integrated handle gives you a dedicated grip for carrying, holding and controlling the bowl while draining. 🙌\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I see the food inside?\u003c\/summary\u003e\n\u003cdiv class=\"fvb-faq-answer\"\u003eYes. The main container is transparent, allowing you to see the ingredients inside at a glance.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the approximate size?\u003c\/summary\u003e\n\u003cdiv class=\"fvb-faq-answer\"\u003eEach bowl measures approximately 7.48 × 5.91 × 4.53 inches (19 × 15 × 11.5 cm).\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat material is it made from?\u003c\/summary\u003e\n\u003cdiv class=\"fvb-faq-answer\"\u003eThe product specification shown on the listing identifies the materials as PP + PET.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it useful outside of washing fruit?\u003c\/summary\u003e\n\u003cdiv class=\"fvb-faq-answer\"\u003eYes. It can also be useful for rinsing vegetables and herbs, holding prepared ingredients and serving fresh snacks or salad ingredients. 🥗\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SHIPPING + QUALITY GUARANTEES\n       ===================================================== --\u003e\n\u003csection class=\"fvb-section\"\u003e\n\u003cdiv class=\"fvb-intro\"\u003e\n\u003cdiv class=\"fvb-eyebrow\"\u003e🛡️ Shop With Confidence\u003c\/div\u003e\n\u003ch2 class=\"fvb-section-title\"\u003eA Simpler Way To Order Online\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-guarantees\"\u003e\n\u003cdiv class=\"fvb-guarantee\"\u003e\n\u003cdiv class=\"fvb-guarantee-icon\"\u003e📦\u003c\/div\u003e\n\u003cstrong\u003eTracked Delivery\u003c\/strong\u003e \u003cspan\u003e Tracking information after shipment. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-guarantee\"\u003e\n\u003cdiv class=\"fvb-guarantee-icon\"\u003e🔒\u003c\/div\u003e\n\u003cstrong\u003eSecure Checkout\u003c\/strong\u003e \u003cspan\u003e Protected payment processing. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fvb-guarantee\"\u003e\n\u003cdiv class=\"fvb-guarantee-icon\"\u003e💬\u003c\/div\u003e\n\u003cstrong\u003eCustomer Support\u003c\/strong\u003e \u003cspan\u003e Help available when you need it. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL CTA\n       ===================================================== --\u003e\n\u003csection class=\"fvb-section fvb-cta\"\u003e\n\u003ch2\u003eMake Fresh-Food Prep Feel Easier. 🍓🥦\u003c\/h2\u003e\n\u003cp\u003eWash it. Drain it. Keep it together. Three handy bowls for fruit, vegetables, snacks and everyday meal prep.\u003c\/p\u003e\n\u003ca class=\"fvb-buy-btn\" href=\"#MainContent\"\u003eBuy Now → \u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"HYY","offers":[{"title":"Brown","offer_id":49027408068793,"sku":"NC02592608272064- 咖啡色*2","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":49027408101561,"sku":"NC02592608272064-草莓粉*2","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":49027408134329,"sku":"NC02592608272064-天蓝色*2","price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/11_d3a51ca2-ee57-4627-8d51-d6fc6091e7f5.jpg?v=1787815713","url":"https:\/\/fvaulity.com\/products\/3-pack-fruit-vegetable-washing-bowl-set-wash-drain-store","provider":"fvaulity","version":"1.0","type":"link"}