{"product_id":"food-vacuum-bottle-1-2l","title":"Food Vacuum Bottle 1.2L","description":"\u003cstyle\u003e\n  .fd-primus-food {\n    --fd-black: #151715;\n    --fd-dark: #242824;\n    --fd-green: #4b584c;\n    --fd-light: #f5f6f3;\n    --fd-white: #ffffff;\n    --fd-text: #282c29;\n    --fd-muted: #687069;\n    --fd-border: #d9ddd8;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--fd-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .fd-primus-food * {\n    box-sizing: border-box;\n  }\n\n  .fd-primus-food img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .fd-primus-food h2,\n  .fd-primus-food h3 {\n    margin-top: 0;\n    color: var(--fd-black);\n    line-height: 1.2;\n  }\n\n  .fd-primus-food h2 {\n    margin-bottom: 16px;\n    font-size: clamp(28px, 4vw, 43px);\n    letter-spacing: -0.025em;\n  }\n\n  .fd-primus-food h3 {\n    margin-bottom: 9px;\n    font-size: 19px;\n  }\n\n  .fd-primus-food p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .fd-primus-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 44px;\n    margin-bottom: 22px;\n    border-radius: 7px;\n    background: var(--fd-black);\n    color: var(--fd-white);\n  }\n\n  .fd-primus-hero::after {\n    content: \"\";\n    position: absolute;\n    top: -115px;\n    right: -75px;\n    width: 350px;\n    height: 350px;\n    border: 60px solid rgba(107, 126, 109, 0.16);\n    border-radius: 50%;\n  }\n\n  .fd-primus-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 920px;\n  }\n\n  .fd-primus-label {\n    display: inline-block;\n    padding: 7px 12px;\n    margin-bottom: 15px;\n    border-radius: 3px;\n    background: var(--fd-green);\n    color: var(--fd-white);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.11em;\n    text-transform: uppercase;\n  }\n\n  .fd-primus-hero h2 {\n    margin-bottom: 15px;\n    color: var(--fd-white);\n  }\n\n  .fd-primus-hero p {\n    max-width: 860px;\n    margin-bottom: 0;\n    color: #e6e9e6;\n    font-size: 18px;\n  }\n\n  .fd-primus-highlight {\n    color: #cbd5cc;\n    font-weight: 700;\n  }\n\n  .fd-primus-image {\n    padding: 25px;\n    margin-bottom: 38px;\n    border: 1px solid var(--fd-border);\n    border-radius: 7px;\n    background: var(--fd-light);\n  }\n\n  .fd-primus-image img {\n    max-height: 720px;\n    margin: 0 auto;\n    object-fit: contain;\n  }\n\n  .fd-primus-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin-bottom: 42px;\n  }\n\n  .fd-primus-benefit {\n    padding: 23px 19px;\n    border: 1px solid var(--fd-border);\n    border-top: 4px solid var(--fd-green);\n    border-radius: 5px;\n    background: var(--fd-white);\n  }\n\n  .fd-primus-benefit p {\n    margin-bottom: 0;\n    color: var(--fd-muted);\n    font-size: 14px;\n  }\n\n  .fd-primus-material {\n    display: grid;\n    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);\n    gap: 34px;\n    padding: 38px;\n    margin-bottom: 42px;\n    border-radius: 7px;\n    background: var(--fd-dark);\n    color: var(--fd-white);\n  }\n\n  .fd-primus-material h2,\n  .fd-primus-material h3 {\n    color: var(--fd-white);\n  }\n\n  .fd-primus-material p {\n    color: #dde2de;\n  }\n\n  .fd-primus-material-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .fd-primus-material-item {\n    padding: 16px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-left: 4px solid #92a095;\n    border-radius: 4px;\n    background: rgba(255, 255, 255, 0.045);\n  }\n\n  .fd-primus-material-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: #f1f4f1;\n  }\n\n  .fd-primus-material-item span {\n    color: #d5dbd6;\n    font-size: 14px;\n  }\n\n  .fd-primus-section {\n    margin-bottom: 44px;\n  }\n\n  .fd-primus-heading {\n    padding-bottom: 13px;\n    margin-bottom: 22px;\n    border-bottom: 3px solid var(--fd-green);\n  }\n\n  .fd-primus-heading h2 {\n    margin-bottom: 0;\n    font-size: clamp(25px, 3vw, 34px);\n  }\n\n  .fd-primus-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  .fd-primus-feature {\n    padding: 23px;\n    border: 1px solid var(--fd-border);\n    border-radius: 5px;\n    background: var(--fd-light);\n  }\n\n  .fd-primus-feature p {\n    margin-bottom: 0;\n    color: var(--fd-muted);\n    font-size: 14px;\n  }\n\n  .fd-primus-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 17px;\n  }\n\n  .fd-primus-use {\n    padding: 24px;\n    border: 1px solid var(--fd-border);\n    border-radius: 5px;\n    background: var(--fd-white);\n  }\n\n  .fd-primus-use p {\n    margin-bottom: 0;\n    color: var(--fd-muted);\n    font-size: 15px;\n  }\n\n  .fd-primus-checks {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px 34px;\n    padding: 0 !important;\n    list-style: none;\n  }\n\n  .fd-primus-checks li {\n    position: relative;\n    padding-left: 29px;\n    margin: 0;\n  }\n\n  .fd-primus-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--fd-green);\n    font-size: 18px;\n    font-weight: 800;\n  }\n\n  .fd-primus-table {\n    width: 100%;\n    border-collapse: collapse;\n    border: 1px solid var(--fd-border);\n  }\n\n  .fd-primus-table th,\n  .fd-primus-table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--fd-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .fd-primus-table th {\n    width: 34%;\n    background: var(--fd-light);\n    color: var(--fd-black);\n    font-weight: 700;\n  }\n\n  .fd-primus-table tr:last-child th,\n  .fd-primus-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .fd-primus-notice {\n    padding: 22px 24px;\n    margin-top: 25px;\n    border: 1px solid #d5d2c8;\n    border-left: 5px solid var(--fd-green);\n    background: #f8f7f2;\n  }\n\n  .fd-primus-notice strong {\n    display: block;\n    margin-bottom: 5px;\n    color: #343b35;\n  }\n\n  .fd-primus-notice p {\n    margin-bottom: 0;\n    color: #5d635e;\n    font-size: 14px;\n  }\n\n  .fd-primus-banner {\n    padding: 35px;\n    border-radius: 7px;\n    background: var(--fd-green);\n    color: var(--fd-white);\n    text-align: center;\n  }\n\n  .fd-primus-banner h2 {\n    margin-bottom: 11px;\n    color: var(--fd-white);\n  }\n\n  .fd-primus-banner p {\n    max-width: 840px;\n    margin: 0 auto;\n    color: #f0f3f0;\n    font-size: 17px;\n  }\n\n  @media (max-width: 940px) {\n    .fd-primus-benefits {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .fd-primus-material {\n      grid-template-columns: 1fr;\n    }\n\n    .fd-primus-feature-grid,\n    .fd-primus-use-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .fd-primus-hero,\n    .fd-primus-material,\n    .fd-primus-banner {\n      padding: 25px 20px;\n    }\n\n    .fd-primus-benefits,\n    .fd-primus-checks {\n      grid-template-columns: 1fr;\n    }\n\n    .fd-primus-image {\n      padding: 10px;\n    }\n\n    .fd-primus-table,\n    .fd-primus-table tbody,\n    .fd-primus-table tr,\n    .fd-primus-table th,\n    .fd-primus-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .fd-primus-table th {\n      padding-bottom: 7px;\n      border-bottom: 0;\n    }\n\n    .fd-primus-table td {\n      padding-top: 7px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fd-primus-food\"\u003e\n\n  \u003csection class=\"fd-primus-hero\"\u003e\n    \u003cdiv class=\"fd-primus-hero-content\"\u003e\n      \u003cspan class=\"fd-primus-label\"\u003e\n        Vacuum-Insulated Stainless-Steel Food Container\n      \u003c\/span\u003e\n\n      \u003ch2\u003ePrimus Food Vacuum Bottle 1.2L\u003c\/h2\u003e\n\n      \u003cp\u003e\n        A large-capacity, double-wall vacuum-insulated food container designed\n        to keep meals hot or cold during workdays, outdoor trips, field\n        operations and vehicle-supported travel. Its durable\n        \u003cstrong\u003efood-grade 18\/8 stainless-steel construction\u003c\/strong\u003e,\n        wide-mouth opening and integrated carrying handle make it a practical\n        solution for transporting soups, stews, pasta, chilled meals and other\n        prepared foods.\n        \u003cspan class=\"fd-primus-highlight\"\u003e\n          The removable lid also doubles as a cup or small bowl.\n        \u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-primus-image\"\u003e\n    \u003cimg src=\"https:\/\/primusequipment.ca\/cdn\/shop\/products\/732782_FoodVacuumBottle_1point2_1_1200x.png?v=1738346942\" alt=\"Primus Food Vacuum Bottle 1.2L black insulated stainless-steel food container\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-primus-benefits\"\u003e\n    \u003carticle class=\"fd-primus-benefit\"\u003e\n      \u003ch3\u003eDouble-Wall Vacuum Insulation\u003c\/h3\u003e\n      \u003cp\u003e\n        Helps maintain the temperature of hot or cold meals during transport,\n        travel and outdoor activities.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"fd-primus-benefit\"\u003e\n      \u003ch3\u003eLarge 1.2 L Capacity\u003c\/h3\u003e\n      \u003cp\u003e\n        Provides enough space for a substantial meal, multiple servings or\n        food intended for a long workday.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"fd-primus-benefit\"\u003e\n      \u003ch3\u003eLid Doubles as a Bowl\u003c\/h3\u003e\n      \u003cp\u003e\n        The removable outer lid can be used as a drinking cup or small serving\n        bowl when separate tableware is unavailable.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"fd-primus-benefit\"\u003e\n      \u003ch3\u003eWide-Mouth Opening\u003c\/h3\u003e\n      \u003cp\u003e\n        Makes the container easier to fill, serve from and clean after use.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-primus-material\"\u003e\n    \u003cdiv\u003e\n      \u003ch2\u003eFood-Grade 18\/8 Stainless Steel\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The Primus Food Vacuum Bottle is manufactured from\n        \u003cstrong\u003efood-grade 18\/8 stainless steel\u003c\/strong\u003e. This durable material\n        is well suited to repeated contact with hot and cold foods and does not\n        impart unwanted metallic flavours to the contents.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Stainless steel also resists retaining flavours from previously stored\n        meals, making the bottle suitable for alternating between soups,\n        stews, chilled foods and beverages.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        A textured powder-coated exterior improves grip, particularly when the\n        bottle is handled with gloves or removed from a tightly packed\n        backpack, cooler or equipment bag.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fd-primus-material-list\"\u003e\n      \u003cdiv class=\"fd-primus-material-item\"\u003e\n        \u003cstrong\u003eDurable Construction\u003c\/strong\u003e\n        \u003cspan\u003e\n          Stainless steel withstands repeated daily, outdoor and professional\n          use better than lightweight disposable food containers.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fd-primus-material-item\"\u003e\n        \u003cstrong\u003eFlavour Neutral\u003c\/strong\u003e\n        \u003cspan\u003e\n          The food-grade interior does not impart or readily retain flavours.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fd-primus-material-item\"\u003e\n        \u003cstrong\u003eEasy-Grip Exterior\u003c\/strong\u003e\n        \u003cspan\u003e\n          Powder coating improves handling with bare hands or gloves.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"fd-primus-material-item\"\u003e\n        \u003cstrong\u003eEasy to Clean\u003c\/strong\u003e\n        \u003cspan\u003e\n          The large opening provides convenient access to the interior after\n          meals.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-primus-section\"\u003e\n    \u003cdiv class=\"fd-primus-heading\"\u003e\n      \u003ch2\u003eDesigned for Complete Meals\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fd-primus-feature-grid\"\u003e\n      \u003carticle class=\"fd-primus-feature\"\u003e\n        \u003ch3\u003eOversized Food-Jug Format\u003c\/h3\u003e\n        \u003cp\u003e\n          The 1.2-litre volume accommodates larger portions than conventional\n          personal food flasks, making it suitable for substantial meals and\n          extended days away from a kitchen.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-primus-feature\"\u003e\n        \u003ch3\u003eIntegrated Side Handle\u003c\/h3\u003e\n        \u003cp\u003e\n          The side handle provides a secure carrying point and makes the\n          container easier to control when full.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-primus-feature\"\u003e\n        \u003ch3\u003eWide Serving Opening\u003c\/h3\u003e\n        \u003cp\u003e\n          The large opening accommodates thicker foods such as stews, pasta,\n          rice dishes and other meals that can be difficult to serve from a\n          narrow bottle.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-primus-feature\"\u003e\n        \u003ch3\u003eHot or Cold Food Storage\u003c\/h3\u003e\n        \u003cp\u003e\n          Use the same container for warm lunches, chilled meals, desserts or\n          other temperature-sensitive foods.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-primus-feature\"\u003e\n        \u003ch3\u003eReusable Meal System\u003c\/h3\u003e\n        \u003cp\u003e\n          Provides a durable alternative to disposable containers for regular\n          work, travel and outdoor meal preparation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-primus-feature\"\u003e\n        \u003ch3\u003eSelf-Contained Serving Option\u003c\/h3\u003e\n        \u003cp\u003e\n          The lid’s cup-and-bowl function reduces the need to pack separate\n          serving dishes for simple meals.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-primus-section\"\u003e\n    \u003cdiv class=\"fd-primus-heading\"\u003e\n      \u003ch2\u003eKey Features\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"fd-primus-checks\"\u003e\n      \u003cli\u003eLarge 1.2-litre food container\u003c\/li\u003e\n      \u003cli\u003eDouble-wall vacuum-insulated construction\u003c\/li\u003e\n      \u003cli\u003eDesigned to keep food hot or cold\u003c\/li\u003e\n      \u003cli\u003eFood-grade 18\/8 stainless steel\u003c\/li\u003e\n      \u003cli\u003eDoes not impart unwanted flavours\u003c\/li\u003e\n      \u003cli\u003eResists retaining flavours from stored foods\u003c\/li\u003e\n      \u003cli\u003eDurable powder-coated exterior\u003c\/li\u003e\n      \u003cli\u003eSecure grip while wearing gloves\u003c\/li\u003e\n      \u003cli\u003eLarge mouth for easy filling\u003c\/li\u003e\n      \u003cli\u003eEasy access for serving and cleaning\u003c\/li\u003e\n      \u003cli\u003eOuter lid doubles as a cup\u003c\/li\u003e\n      \u003cli\u003eLid can also be used as a small bowl\u003c\/li\u003e\n      \u003cli\u003eIntegrated side carrying handle\u003c\/li\u003e\n      \u003cli\u003eSuitable for hot and chilled meals\u003c\/li\u003e\n      \u003cli\u003eBlack exterior finish\u003c\/li\u003e\n      \u003cli\u003eInvented in Sweden\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-primus-section\"\u003e\n    \u003cdiv class=\"fd-primus-heading\"\u003e\n      \u003ch2\u003eRecommended Applications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fd-primus-use-grid\"\u003e\n      \u003carticle class=\"fd-primus-use\"\u003e\n        \u003ch3\u003eMilitary and Field Operations\u003c\/h3\u003e\n        \u003cp\u003e\n          A practical food container for exercises, temporary camps, vehicle\n          crews and personnel working away from permanent meal facilities.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-primus-use\"\u003e\n        \u003ch3\u003eWorksites and Long Shifts\u003c\/h3\u003e\n        \u003cp\u003e\n          Carries a substantial prepared meal for construction sites,\n          warehouses, maintenance facilities and other remote workplaces.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-primus-use\"\u003e\n        \u003ch3\u003eCamping and Outdoor Travel\u003c\/h3\u003e\n        \u003cp\u003e\n          Keeps prepared meals ready for hiking, camping, hunting, fishing and\n          vehicle-supported outdoor trips.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-primus-use\"\u003e\n        \u003ch3\u003eVehicle and Patrol Use\u003c\/h3\u003e\n        \u003cp\u003e\n          The large capacity and carrying handle make it suitable for patrol\n          vehicles, service trucks and mobile work teams.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-primus-use\"\u003e\n        \u003ch3\u003eFamily and Group Meals\u003c\/h3\u003e\n        \u003cp\u003e\n          The 1.2-litre volume can carry multiple smaller portions or a larger\n          meal intended for sharing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"fd-primus-use\"\u003e\n        \u003ch3\u003eCold Food and Desserts\u003c\/h3\u003e\n        \u003cp\u003e\n          Can also be used for chilled meals, fruit, salads, dairy products and\n          cold desserts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-primus-section\"\u003e\n    \u003cdiv class=\"fd-primus-heading\"\u003e\n      \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003ctable class=\"fd-primus-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct\u003c\/th\u003e\n          \u003ctd\u003ePrimus Food Vacuum Bottle 1.2L\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eArticle Number\u003c\/th\u003e\n          \u003ctd\u003eP732782\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBarcode\u003c\/th\u003e\n          \u003ctd\u003e7330033327823\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n          \u003ctd\u003eVacuum-insulated food bottle and serving container\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCapacity\u003c\/th\u003e\n          \u003ctd\u003e1.2 L \/ approximately 40.6 US fl oz\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n          \u003ctd\u003eFood-grade 18\/8 stainless steel\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eInsulation\u003c\/th\u003e\n          \u003ctd\u003eDouble-wall vacuum insulation\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n          \u003ctd\u003e260 mm \/ approximately 10.2 in\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eDiameter\u003c\/th\u003e\n          \u003ctd\u003e110 mm \/ approximately 4.3 in\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n          \u003ctd\u003e800 g \/ approximately 1.76 lb\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eOpening\u003c\/th\u003e\n          \u003ctd\u003eLarge-mouth design\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eExterior Finish\u003c\/th\u003e\n          \u003ctd\u003eTextured powder coating\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eLid Function\u003c\/th\u003e\n          \u003ctd\u003eDoubles as a drinking cup or small serving bowl\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCarrying System\u003c\/th\u003e\n          \u003ctd\u003eIntegrated side handle\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eColour\u003c\/th\u003e\n          \u003ctd\u003eBlack\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n          \u003ctd\u003ePrimus®\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct Origin\u003c\/th\u003e\n          \u003ctd\u003eInvented in Sweden\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003cdiv class=\"fd-primus-notice\"\u003e\n      \u003cstrong\u003eUse and Care\u003c\/strong\u003e\n\n      \u003cp\u003e\n        For best thermal performance, preheat the bottle with hot water before\n        adding hot food or pre-chill it with cold water before adding chilled\n        food. Empty the water before filling. Do not overfill, and verify that\n        the closure is properly secured before transport. Clean the bottle\n        thoroughly after each use and follow the manufacturer’s care\n        instructions.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"fd-primus-banner\"\u003e\n    \u003ch2\u003eA Complete Hot or Cold Meal Wherever the Day Takes You\u003c\/h2\u003e\n\n    \u003cp\u003e\n      With its substantial 1.2-litre capacity, food-grade stainless-steel\n      construction, wide opening and integrated serving lid, the Primus Food\n      Vacuum Bottle is built for work, travel, outdoor use and demanding field\n      schedules.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"primus","offers":[{"title":"Default Title","offer_id":45944508842175,"sku":null,"price":64.95,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/9840\/3519\/files\/732782_FoodVacuumBottle_1point2_1_1800x1800_5c3436ef-56d1-48fd-83ba-9a07785303e3.webp?v=1785523403","url":"https:\/\/fairdcanada.com\/products\/food-vacuum-bottle-1-2l","provider":"FairD Canada","version":"1.0","type":"link"}