{"product_id":"heavy-duty-foldable-shopping-cart-with-removable-bins","title":"Heavy-Duty Foldable Shopping Cart with Removable Bins","description":"\u003cstyle\u003e\n    .cart-listing,\n    .cart-listing * {\n      box-sizing: border-box;\n    }\n\n    .cart-listing {\n      --ink: #202326;\n      --muted: #60686e;\n      --line: #dfe4e2;\n      --cream: #fbf7ef;\n      --mist: #eef6f4;\n      --stone: #f2f0ea;\n      --green: #173f3d;\n      --teal: #3f7775;\n      --bronze: #a87336;\n      --charcoal: #2f3437;\n      --white: #ffffff;\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 0 18px 46px;\n      color: var(--ink);\n      font-family: Arial, Helvetica, sans-serif;\n      line-height: 1.65;\n      background: var(--white);\n    }\n\n    .cart-listing img {\n      display: block;\n      width: 100%;\n      height: auto;\n      border: 0;\n    }\n\n    .cart-kicker {\n      margin: 0 0 10px;\n      color: var(--bronze);\n      font-size: 13px;\n      font-weight: 700;\n      letter-spacing: 0.06em;\n      line-height: 1.3;\n      text-transform: uppercase;\n    }\n\n    .cart-listing h2,\n    .cart-listing h3,\n    .cart-listing h4,\n    .cart-listing p {\n      margin-top: 0;\n    }\n\n    .cart-listing h2 {\n      color: var(--green);\n      font-size: 42px;\n      line-height: 1.12;\n      margin-bottom: 16px;\n    }\n\n    .cart-listing h3 {\n      color: var(--green);\n      font-size: 27px;\n      line-height: 1.25;\n      margin-bottom: 12px;\n    }\n\n    .cart-listing h4 {\n      color: var(--ink);\n      font-size: 17px;\n      line-height: 1.35;\n      margin-bottom: 8px;\n    }\n\n    .cart-listing p {\n      color: var(--muted);\n      font-size: 16px;\n      margin-bottom: 16px;\n    }\n\n    .cart-hero {\n      display: grid;\n      grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);\n      gap: 30px;\n      align-items: center;\n      padding: 34px;\n      margin: 0 0 22px;\n      border: 1px solid var(--line);\n      border-radius: 8px;\n      background: linear-gradient(135deg, var(--cream) 0%, var(--mist) 100%);\n      overflow: hidden;\n    }\n\n    .cart-lead {\n      color: #434a4d;\n      font-size: 18px;\n      line-height: 1.72;\n      margin-bottom: 22px;\n    }\n\n    .cart-media {\n      overflow: hidden;\n      border-radius: 8px;\n      background: #f4f1eb;\n    }\n\n    .cart-media img {\n      aspect-ratio: 1464 \/ 600;\n      object-fit: contain;\n      background: #f4f1eb;\n    }\n\n    .cart-chip-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin: 0;\n      padding: 0;\n      list-style: none;\n    }\n\n    .cart-chip-row li {\n      padding: 9px 13px;\n      border: 1px solid rgba(63, 119, 117, 0.28);\n      border-radius: 999px;\n      background: rgba(255, 255, 255, 0.78);\n      color: var(--green);\n      font-size: 13px;\n      font-weight: 700;\n      line-height: 1.2;\n    }\n\n    .cart-stats {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      gap: 12px;\n      margin: 0 0 34px;\n    }\n\n    .cart-stat {\n      min-height: 106px;\n      padding: 18px;\n      border-radius: 8px;\n      background: var(--green);\n    }\n\n    .cart-stat:nth-child(2) {\n      background: #526050;\n    }\n\n    .cart-stat:nth-child(3) {\n      background: #6a543f;\n    }\n\n    .cart-stat:nth-child(4) {\n      background: var(--charcoal);\n    }\n\n    .cart-stat strong {\n      display: block;\n      color: var(--white);\n      font-size: 22px;\n      line-height: 1.25;\n      margin-bottom: 5px;\n    }\n\n    .cart-stat span {\n      display: block;\n      color: #e8eeee;\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    .cart-intro {\n      display: grid;\n      grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);\n      gap: 28px;\n      align-items: start;\n      padding: 30px 0 14px;\n      border-top: 1px solid var(--line);\n    }\n\n    .cart-intro p {\n      margin-bottom: 0;\n    }\n\n    .cart-benefits {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      gap: 14px;\n      margin: 18px 0 34px;\n    }\n\n    .cart-benefit {\n      padding: 20px;\n      border: 1px solid var(--line);\n      border-radius: 8px;\n      background: var(--mist);\n    }\n\n    .cart-benefit:nth-child(even) {\n      background: var(--cream);\n      border-color: #eadfd1;\n    }\n\n    .cart-benefit p {\n      font-size: 14px;\n      line-height: 1.55;\n      margin-bottom: 0;\n    }\n\n    .cart-feature {\n      display: grid;\n      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);\n      gap: 30px;\n      align-items: center;\n      padding: 32px 0;\n      border-top: 1px solid var(--line);\n    }\n\n    .cart-feature:nth-of-type(even) .cart-media {\n      order: 2;\n    }\n\n    .cart-copy {\n      min-width: 0;\n    }\n\n    .cart-list {\n      margin: 0;\n      padding-left: 19px;\n      color: var(--muted);\n      font-size: 15px;\n    }\n\n    .cart-list li {\n      margin: 7px 0;\n    }\n\n    .cart-note {\n      margin-top: 18px;\n      padding: 16px;\n      border-left: 4px solid var(--bronze);\n      border-radius: 8px;\n      background: #fff6e8;\n      color: #684515;\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    .cart-use {\n      padding: 32px 0;\n      border-top: 1px solid var(--line);\n    }\n\n    .cart-use-head {\n      display: grid;\n      grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);\n      gap: 24px;\n      align-items: end;\n      margin-bottom: 18px;\n    }\n\n    .cart-use-head p {\n      margin-bottom: 0;\n    }\n\n    .cart-use-grid {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      gap: 14px;\n    }\n\n    .cart-use-card {\n      padding: 20px;\n      border: 1px solid var(--line);\n      border-radius: 8px;\n      background: #fffaf4;\n    }\n\n    .cart-use-card p {\n      font-size: 14px;\n      line-height: 1.55;\n      margin-bottom: 0;\n    }\n\n    .cart-gallery {\n      padding: 32px 0 26px;\n      border-top: 1px solid var(--line);\n    }\n\n    .cart-gallery-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 14px;\n      margin-top: 18px;\n    }\n\n    .cart-gallery-grid img {\n      aspect-ratio: 1464 \/ 600;\n      object-fit: contain;\n      border: 1px solid var(--line);\n      border-radius: 8px;\n      background: #f4f1eb;\n    }\n\n    .cart-specs {\n      display: grid;\n      grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);\n      gap: 28px;\n      padding: 34px;\n      margin: 10px 0 28px;\n      border: 1px solid #d8e5e2;\n      border-radius: 8px;\n      background: var(--mist);\n    }\n\n    .cart-table-wrap {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n    }\n\n    .cart-table {\n      width: 100%;\n      min-width: 520px;\n      border-collapse: collapse;\n      overflow: hidden;\n      border: 1px solid #d8e5e2;\n      border-radius: 8px;\n      background: var(--white);\n    }\n\n    .cart-table th,\n    .cart-table td {\n      padding: 13px 15px;\n      border-bottom: 1px solid #e6eeeb;\n      text-align: left;\n      vertical-align: top;\n      font-size: 14px;\n      line-height: 1.45;\n    }\n\n    .cart-table th {\n      width: 38%;\n      color: var(--green);\n      font-weight: 700;\n      background: #f8fbfa;\n    }\n\n    .cart-table td {\n      color: var(--muted);\n    }\n\n    .cart-table tr:last-child th,\n    .cart-table tr:last-child td {\n      border-bottom: 0;\n    }\n\n    .cart-faq {\n      padding: 28px 0 0;\n      border-top: 1px solid var(--line);\n    }\n\n    .cart-faq-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 14px;\n      margin-top: 14px;\n    }\n\n    .cart-faq-item {\n      padding: 20px;\n      border: 1px solid var(--line);\n      border-radius: 8px;\n      background: #fffaf4;\n    }\n\n    .cart-faq-item p {\n      font-size: 14px;\n      line-height: 1.6;\n      margin-bottom: 0;\n    }\n\n    .cart-cta {\n      margin-top: 28px;\n      padding: 26px;\n      border-radius: 8px;\n      background: var(--green);\n      text-align: center;\n    }\n\n    .cart-cta h3 {\n      color: var(--white);\n      margin-bottom: 8px;\n    }\n\n    .cart-cta p {\n      max-width: 720px;\n      margin: 0 auto;\n      color: #dfeceb;\n    }\n\n    @media (max-width: 900px) {\n      .cart-listing {\n        padding: 0 14px 36px;\n      }\n\n      .cart-hero,\n      .cart-intro,\n      .cart-feature,\n      .cart-use-head,\n      .cart-specs {\n        grid-template-columns: 1fr;\n      }\n\n      .cart-hero {\n        padding: 22px;\n        gap: 20px;\n      }\n\n      .cart-listing h2 {\n        font-size: 31px;\n      }\n\n      .cart-listing h3 {\n        font-size: 23px;\n      }\n\n      .cart-lead {\n        font-size: 16px;\n      }\n\n      .cart-stats,\n      .cart-benefits,\n      .cart-use-grid,\n      .cart-gallery-grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .cart-feature:nth-of-type(even) .cart-media {\n        order: 0;\n      }\n\n      .cart-specs {\n        padding: 22px;\n      }\n    }\n\n    @media (max-width: 560px) {\n      .cart-listing {\n        padding-left: 12px;\n        padding-right: 12px;\n      }\n\n      .cart-hero {\n        padding: 18px;\n      }\n\n      .cart-listing h2 {\n        font-size: 28px;\n      }\n\n      .cart-stats,\n      .cart-benefits,\n      .cart-use-grid,\n      .cart-gallery-grid,\n      .cart-faq-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .cart-stat {\n        min-height: auto;\n      }\n\n      .cart-feature {\n        gap: 18px;\n        padding: 25px 0;\n      }\n\n      .cart-specs {\n        padding: 18px;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection class=\"cart-listing\"\u003e\n\u003cdiv class=\"cart-hero\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"cart-kicker\"\u003eFoldable shopping cart with wheels\u003c\/p\u003e\n\u003ch2\u003eCarry more with less effort\u003c\/h2\u003e\n\u003cp class=\"cart-lead\"\u003eA heavy-duty folding cart built for grocery runs, warehouse trips, home organization, and everyday hauling. With a 200 lb total capacity, removable bins, one-push folding, and 360-degree swivel wheels, it helps move bulky items without turning every errand into a lifting workout.\u003c\/p\u003e\n\u003cul class=\"cart-chip-row\"\u003e\n\u003cli\u003e200 lb total capacity\u003c\/li\u003e\n\u003cli\u003eFolds to 4.3 in slim\u003c\/li\u003e\n\u003cli\u003e2 removable bins\u003c\/li\u003e\n\u003cli\u003e360-degree swivel wheels\u003c\/li\u003e\n\u003cli\u003eIndoor and outdoor use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-media\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f6ec574a-bf72-4cbd-b7b4-28cecbdd7b39.__CR0,0,1464,600_PT0_SX1464_V1___.png\" width=\"1464\" height=\"600\" loading=\"eager\" alt=\"Black foldable shopping cart with wheels and removable bins\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-stats\"\u003e\n\u003cdiv class=\"cart-stat\"\u003e\n\u003cstrong\u003e200 lb\u003c\/strong\u003e \u003cspan\u003eTotal listed capacity for groceries, cases, tools, and supplies\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-stat\"\u003e\n\u003cstrong\u003e110 lb\u003c\/strong\u003e \u003cspan\u003eLower deck capacity for heavier items\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-stat\"\u003e\n\u003cstrong\u003e90 lb\u003c\/strong\u003e \u003cspan\u003eUpper basket capacity for daily essentials\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-stat\"\u003e\n\u003cstrong\u003e4.3 in\u003c\/strong\u003e \u003cspan\u003eSlim folded profile for easier storage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-intro\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"cart-kicker\"\u003eBuilt for busy everyday life\u003c\/p\u003e\n\u003ch3\u003eA practical cart for shopping, storage, and hauling\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eInstead of carrying bags in multiple trips, this folding utility cart gives you a stable upper basket and a stronger lower deck for heavier loads. It is easy to fold, simple to store, and useful for apartments, garages, offices, markets, and weekend outings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-benefits\"\u003e\n\u003cdiv class=\"cart-benefit\"\u003e\n\u003ch4\u003eHeavy-duty capacity\u003c\/h4\u003e\n\u003cp\u003eDesigned to carry up to 200 lb total, split between the upper basket and lower deck.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-benefit\"\u003e\n\u003ch4\u003eSpace-saving fold\u003c\/h4\u003e\n\u003cp\u003eFolds flat to a slim profile, making it easier to store in closets, cars, or small homes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-benefit\"\u003e\n\u003ch4\u003eRemovable bins\u003c\/h4\u003e\n\u003cp\u003eTwo bins help organize groceries, picnic items, supplies, tools, or household storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-benefit\"\u003e\n\u003ch4\u003eSmooth movement\u003c\/h4\u003e\n\u003cp\u003e360-degree swivel wheels help the cart move and turn more easily in tight spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-feature\"\u003e\n\u003cdiv class=\"cart-media\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a46a8887-df5a-4013-8830-d4e55c8a0114.__CR0,0,1464,600_PT0_SX1464_V1___.png\" width=\"1464\" height=\"600\" loading=\"lazy\" alt=\"Heavy-duty folding shopping cart capacity and storage layout\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cart-copy\"\u003e\n\u003cp class=\"cart-kicker\"\u003eHigh-capacity design\u003c\/p\u003e\n\u003ch3\u003eSeparate heavy items from everyday essentials\u003c\/h3\u003e\n\u003cp\u003eThe two-level layout helps keep heavier loads lower and lighter items within easy reach. Use the lower deck for cases of water, tools, or bulk items, and the upper basket for produce, pantry goods, office supplies, or daily shopping.\u003c\/p\u003e\n\u003cul class=\"cart-list\"\u003e\n\u003cli\u003e200 lb total listed capacity\u003c\/li\u003e\n\u003cli\u003e110 lb lower deck capacity\u003c\/li\u003e\n\u003cli\u003e90 lb upper basket capacity\u003c\/li\u003e\n\u003cli\u003eTwo removable bins for flexible organization\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-feature\"\u003e\n\u003cdiv class=\"cart-media\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/dcc289df-8c9e-4c32-abd2-068cec53a576.__CR0,0,1464,600_PT0_SX1464_V1___.png\" width=\"1464\" height=\"600\" loading=\"lazy\" alt=\"Foldable grocery cart slim storage size\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cart-copy\"\u003e\n\u003cp class=\"cart-kicker\"\u003eSlim folding storage\u003c\/p\u003e\n\u003ch3\u003eFolds down for closets, trunks, and small spaces\u003c\/h3\u003e\n\u003cp\u003eThe one-push folding design helps the cart collapse quickly when the job is done. With a slim folded profile, it is easy to tuck beside a refrigerator, inside a closet, in a garage, or in the trunk of a car.\u003c\/p\u003e\n\u003cul class=\"cart-list\"\u003e\n\u003cli\u003eFolded size: 29.1\" x 21.3\" x 4.3\"\u003c\/li\u003e\n\u003cli\u003eOne-push folding mechanism\u003c\/li\u003e\n\u003cli\u003eLightweight aluminum and PP construction listed by supplier\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"cart-note\"\u003eBefore purchase, measure your intended storage spot to confirm the folded size fits comfortably.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-feature\"\u003e\n\u003cdiv class=\"cart-media\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8a00d1aa-9aa6-4342-a288-8e8054666784.__CR0,0,1464,600_PT0_SX1464_V1___.png\" width=\"1464\" height=\"600\" loading=\"lazy\" alt=\"Foldable shopping cart detail features with handle wheels brake and support rods\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cart-copy\"\u003e\n\u003cp class=\"cart-kicker\"\u003eThoughtful working details\u003c\/p\u003e\n\u003ch3\u003eMade to open, steer, secure, and store more easily\u003c\/h3\u003e\n\u003cp\u003eFunctional details help make daily use smoother, including a folding switch, fixed pull rope, support rods, support legs, brake function, and swivel wheels for better control.\u003c\/p\u003e\n\u003cul class=\"cart-list\"\u003e\n\u003cli\u003ePress-and-hold folding switch\u003c\/li\u003e\n\u003cli\u003eFixed pull rope helps keep the basket steady\u003c\/li\u003e\n\u003cli\u003eStep brake helps secure the cart when needed\u003c\/li\u003e\n\u003cli\u003eSupport legs help balance the cart when folded\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-feature\"\u003e\n\u003cdiv class=\"cart-media\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e52c9df8-ee90-4236-9db5-a4c8ed4ed770.__CR0,0,1464,600_PT0_SX1464_V1___.png\" width=\"1464\" height=\"600\" loading=\"lazy\" alt=\"Foldable shopping cart used for grocery shopping\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cart-copy\"\u003e\n\u003cp class=\"cart-kicker\"\u003eGrocery-ready\u003c\/p\u003e\n\u003ch3\u003eBring home more in fewer trips\u003c\/h3\u003e\n\u003cp\u003eFrom weekly groceries to farmers' market hauls, the cart helps keep bags organized and easier to move through parking lots, sidewalks, elevators, and apartment hallways.\u003c\/p\u003e\n\u003cul class=\"cart-list\"\u003e\n\u003cli\u003eGreat for grocery stores and farmers' markets\u003c\/li\u003e\n\u003cli\u003eUseful for bulky drinks, produce, and household supplies\u003c\/li\u003e\n\u003cli\u003eTwo-bin layout helps separate fragile and heavy items\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-use\"\u003e\n\u003cdiv class=\"cart-use-head\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"cart-kicker\"\u003eMulti-purpose utility\u003c\/p\u003e\n\u003ch3\u003eOne cart for errands, storage, and everyday projects\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eDesigned for more than groceries, this cart can help with office supplies, warehouse shopping, picnic gear, home organization, and light moving tasks around the house.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-use-grid\"\u003e\n\u003cdiv class=\"cart-use-card\"\u003e\n\u003ch4\u003eGrocery trips\u003c\/h4\u003e\n\u003cp\u003eCarry heavy bags, cases, and pantry items with fewer trips.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-use-card\"\u003e\n\u003ch4\u003eCamping and picnics\u003c\/h4\u003e\n\u003cp\u003eMove drinks, snacks, blankets, and outdoor supplies more easily.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-use-card\"\u003e\n\u003ch4\u003eWarehouse stores\u003c\/h4\u003e\n\u003cp\u003eHelpful for bulk purchases and oversized everyday essentials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-use-card\"\u003e\n\u003ch4\u003eOffice and home\u003c\/h4\u003e\n\u003cp\u003eUse it for files, supplies, laundry, tools, or room-to-room storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-gallery\"\u003e\n\u003cp class=\"cart-kicker\"\u003eMore product views\u003c\/p\u003e\n\u003ch3\u003eSee how it works in different everyday settings\u003c\/h3\u003e\n\u003cp\u003eAdditional images show the cart used for groceries, camping, warehouse shopping, office tasks, folding, and storage.\u003c\/p\u003e\n\u003cdiv class=\"cart-gallery-grid\"\u003e\n\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e185c22b-80e8-4fe9-af76-ddc67894bddb.__CR0,0,1464,600_PT0_SX1464_V1___.png\" width=\"1464\" height=\"600\" loading=\"lazy\" alt=\"Portable shopping cart for camping and outdoor use\"\u003e \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f80d2c2c-1c7e-4b77-8d5d-22e1f7757420.__CR0,0,1464,600_PT0_SX1464_V1___.png\" width=\"1464\" height=\"600\" loading=\"lazy\" alt=\"Foldable grocery cart for warehouse shopping\"\u003e \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/556ec4f6-c699-454b-b4e8-151a58d47fbe.__CR0,0,1464,600_PT0_SX1464_V1___.png\" width=\"1464\" height=\"600\" loading=\"lazy\" alt=\"Shopping cart for office and daily organization\"\u003e \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f6ec574a-bf72-4cbd-b7b4-28cecbdd7b39.__CR0,0,1464,600_PT0_SX1464_V1___.png\" width=\"1464\" height=\"600\" loading=\"lazy\" alt=\"Black collapsible shopping cart product overview\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-specs\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"cart-kicker\"\u003eProduct details\u003c\/p\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003cp\u003eReview the key size, capacity, color, and storage details before purchase to make sure the cart fits your routine and storage space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-table-wrap\"\u003e\n\u003ctable class=\"cart-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eFoldable shopping cart with wheels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eIndoor and outdoor errands, groceries, storage, office, and light utility use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n\u003ctd\u003eBlack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eRubber wheels; aluminum and PP construction listed by supplier\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOpen Dimensions\u003c\/th\u003e\n\u003ctd\u003e21.3\" D x 21.3\" W x 35.4\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFolded Dimensions\u003c\/th\u003e\n\u003ctd\u003e29.1\" x 21.3\" x 4.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eTotal Capacity\u003c\/th\u003e\n\u003ctd\u003e200 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eUpper Basket Capacity\u003c\/th\u003e\n\u003ctd\u003e90 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLower Deck Capacity\u003c\/th\u003e\n\u003ctd\u003e110 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSpecial Features\u003c\/th\u003e\n\u003ctd\u003eCollapsible, foldable, removable bins, 360-degree swivel wheels, one-push folding\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNumber of Items\u003c\/th\u003e\n\u003ctd\u003e1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-faq\"\u003e\n\u003cp class=\"cart-kicker\"\u003eFAQ\u003c\/p\u003e\n\u003ch3\u003eCommon questions\u003c\/h3\u003e\n\u003cdiv class=\"cart-faq-grid\"\u003e\n\u003cdiv class=\"cart-faq-item\"\u003e\n\u003ch4\u003eHow much weight can it hold?\u003c\/h4\u003e\n\u003cp\u003eThe listed total capacity is 200 lb, with 90 lb for the upper basket and 110 lb for the lower deck.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-faq-item\"\u003e\n\u003ch4\u003eDoes it fold for storage?\u003c\/h4\u003e\n\u003cp\u003eYes. It folds down to a slim 4.3-inch profile, making it easier to store in a closet, garage, trunk, or small apartment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-faq-item\"\u003e\n\u003ch4\u003eAre the bins removable?\u003c\/h4\u003e\n\u003cp\u003eYes. The two removable bins let you separate items and use the cart more flexibly for different tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-faq-item\"\u003e\n\u003ch4\u003eCan it be used outdoors?\u003c\/h4\u003e\n\u003cp\u003eYes. It is listed for indoor and outdoor use, including groceries, markets, picnics, and general utility tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-faq-item\"\u003e\n\u003ch4\u003eDo the wheels rotate?\u003c\/h4\u003e\n\u003cp\u003eYes. The cart includes 360-degree swivel wheels to help with turning and maneuvering in tighter spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-faq-item\"\u003e\n\u003ch4\u003eWhat should I check before ordering?\u003c\/h4\u003e\n\u003cp\u003eCompare the open and folded dimensions with your intended use area, storage space, and vehicle trunk size.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cart-cta\"\u003e\n\u003ch3\u003eMake every haul feel more manageable\u003c\/h3\u003e\n\u003cp\u003eA sturdy, foldable cart for groceries, bulk shopping, home organization, and everyday tasks that call for fewer trips and less carrying.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"mysite","offers":[{"title":"Default Title","offer_id":52942995980599,"sku":"B0FG318PW3","price":49.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0991\/2300\/3703\/files\/71Ss9nLWumL._AC_SL1500.jpg?v=1788407925","url":"https:\/\/homtops.com\/products\/heavy-duty-foldable-shopping-cart-with-removable-bins","provider":"My Store","version":"1.0","type":"link"}