{"product_id":"foil-food-containers-with-lids","title":"Foil Food Containers with Lids","description":"\u003cstyle\u003e\n  .foil-container-variants-description {\n    width: 100%;\n    max-width: 100%;\n    color: #10243a;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .foil-container-variants-description *,\n  .foil-container-variants-description *::before,\n  .foil-container-variants-description *::after {\n    box-sizing: border-box;\n  }\n\n  .foil-container-variants-description p {\n    margin: 0;\n  }\n\n  .fcv-intro {\n    max-width: 960px;\n    margin: 0 0 26px;\n    color: #536174;\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  .fcv-specifications {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    margin: 0 0 28px;\n    border-top: 1px solid #d6dfe7;\n    border-left: 1px solid #d6dfe7;\n    background: #ffffff;\n  }\n\n  .fcv-specification {\n    min-width: 0;\n    min-height: 84px;\n    padding: 15px 16px;\n    border-right: 1px solid #d6dfe7;\n    border-bottom: 1px solid #d6dfe7;\n    background: #ffffff;\n  }\n\n  .fcv-specification-label {\n    display: block;\n    margin-bottom: 5px;\n    color: #69788b;\n    font-size: 9px;\n    font-weight: 750;\n    line-height: 1.4;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .fcv-specification-value {\n    display: block;\n    color: #10243a;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.45;\n  }\n\n  .fcv-accordion {\n    border-top: 1px solid #d6dfe7;\n  }\n\n  .fcv-section {\n    border-bottom: 1px solid #d6dfe7;\n  }\n\n  .fcv-section details {\n    display: block;\n  }\n\n  .fcv-section summary {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 18px;\n    min-height: 62px;\n    padding: 15px 0;\n    color: #10243a;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.01em;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n  }\n\n  .fcv-section summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .fcv-summary-title {\n    display: flex;\n    align-items: center;\n    gap: 11px;\n  }\n\n  .fcv-section-number {\n    width: 28px;\n    height: 28px;\n    min-width: 28px;\n    border: 1px solid #cbd6df;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: #ffffff;\n    color: #176a9e;\n    font-size: 10px;\n    font-weight: 750;\n    line-height: 1;\n  }\n\n  .fcv-toggle {\n    position: relative;\n    width: 28px;\n    height: 28px;\n    min-width: 28px;\n    border: 1px solid #cbd6df;\n    background: #ffffff;\n    overflow: hidden;\n  }\n\n  .fcv-toggle::before {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    width: 16px;\n    height: 16px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='%2310243a' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.2 11.4A4 4 0 0 1 6.5 3.5 5.4 5.4 0 0 1 16.8 4a4 4 0 0 1 1 7.7V18H6.2v-6.6Z'\/%3E%3Cpath d='M6.2 14.2h11.6'\/%3E%3Cpath d='M8.5 18v2h7v-2'\/%3E%3C\/svg%3E\");\n    background-position: center;\n    background-repeat: no-repeat;\n    background-size: contain;\n    transform: translate(-50%, -50%) scale(1);\n    transition: transform 0.25s ease;\n  }\n\n  .fcv-section summary:hover .fcv-toggle::before,\n  .fcv-section summary:focus-visible .fcv-toggle::before {\n    transform: translate(-50%, -54%) scale(1.08);\n  }\n\n  .fcv-section details[open] .fcv-toggle::before {\n    transform: translate(-50%, -54%) scale(1.1);\n  }\n\n  .fcv-content {\n    max-width: 1040px;\n    padding: 0 0 24px 39px;\n    color: #526174;\n    font-size: 14px;\n    line-height: 1.75;\n  }\n\n  .fcv-content p {\n    margin: 0 0 13px;\n  }\n\n  .fcv-content p:last-child {\n    margin-bottom: 0;\n  }\n\n  .fcv-content ul {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .fcv-content li {\n    position: relative;\n    margin: 0;\n    padding: 9px 0 9px 18px;\n    border-bottom: 1px solid #e6ebf0;\n  }\n\n  .fcv-content li:last-child {\n    border-bottom: 0;\n  }\n\n  .fcv-content li::before {\n    content: \"\";\n    position: absolute;\n    top: 18px;\n    left: 1px;\n    width: 5px;\n    height: 5px;\n    background: #176a9e;\n  }\n\n  .fcv-content strong {\n    color: #10243a;\n    font-weight: 700;\n  }\n\n  .fcv-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    margin-top: 18px;\n    border-top: 1px solid #d6dfe7;\n    border-left: 1px solid #d6dfe7;\n  }\n\n  .fcv-feature-item {\n    min-height: 78px;\n    padding: 13px 14px;\n    border-right: 1px solid #d6dfe7;\n    border-bottom: 1px solid #d6dfe7;\n    background: #ffffff;\n  }\n\n  .fcv-feature-label {\n    display: block;\n    margin-bottom: 4px;\n    color: #69788b;\n    font-size: 9px;\n    font-weight: 750;\n    line-height: 1.4;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .fcv-feature-value {\n    display: block;\n    color: #10243a;\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.45;\n  }\n\n  .fcv-wholesale-table {\n    width: 100%;\n    margin-top: 18px;\n    border-collapse: collapse;\n    border: 1px solid #d6dfe7;\n    table-layout: fixed;\n  }\n\n  .fcv-wholesale-table th,\n  .fcv-wholesale-table td {\n    padding: 12px 14px;\n    border-right: 1px solid #d6dfe7;\n    border-bottom: 1px solid #d6dfe7;\n    text-align: left;\n    vertical-align: middle;\n  }\n\n  .fcv-wholesale-table th:last-child,\n  .fcv-wholesale-table td:last-child {\n    border-right: 0;\n  }\n\n  .fcv-wholesale-table tr:last-child th,\n  .fcv-wholesale-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .fcv-wholesale-table th {\n    width: 42%;\n    background: #f5f7f9;\n    color: #667487;\n    font-size: 9px;\n    font-weight: 750;\n    line-height: 1.4;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .fcv-wholesale-table td {\n    background: #ffffff;\n    color: #10243a;\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.45;\n  }\n\n  .fcv-order-summary {\n    margin-top: 16px;\n    padding: 15px 16px;\n    border: 1px solid #cbd6df;\n    border-left: 3px solid #176a9e;\n    background: #f7f9fb;\n  }\n\n  .fcv-order-summary-label {\n    display: block;\n    margin-bottom: 6px;\n    color: #176a9e;\n    font-size: 9px;\n    font-weight: 750;\n    line-height: 1.4;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .fcv-order-summary p {\n    color: #526174;\n    font-size: 13px;\n    line-height: 1.7;\n  }\n\n  .fcv-order-summary strong {\n    color: #10243a;\n  }\n\n  .fcv-note {\n    margin-top: 15px;\n    padding: 13px 14px;\n    border: 1px solid #d6dfe7;\n    background: #f8fafb;\n    color: #59687a;\n    font-size: 12px;\n    line-height: 1.65;\n  }\n\n  .fcv-note strong {\n    color: #10243a;\n  }\n\n  @media screen and (max-width: 850px) {\n    .fcv-specifications {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .fcv-feature-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media screen and (max-width: 600px) {\n    .foil-container-variants-description {\n      font-size: 13px;\n    }\n\n    .fcv-intro {\n      margin-bottom: 22px;\n      font-size: 14px;\n    }\n\n    .fcv-specifications {\n      grid-template-columns: 1fr;\n    }\n\n    .fcv-specification {\n      min-height: auto;\n      padding: 13px 14px;\n    }\n\n    .fcv-section summary {\n      min-height: 58px;\n      padding: 13px 0;\n      font-size: 13px;\n    }\n\n    .fcv-summary-title {\n      gap: 9px;\n    }\n\n    .fcv-content {\n      padding: 0 0 21px;\n    }\n\n    .fcv-wholesale-table,\n    .fcv-wholesale-table tbody,\n    .fcv-wholesale-table tr,\n    .fcv-wholesale-table th,\n    .fcv-wholesale-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .fcv-wholesale-table tr {\n      border-bottom: 1px solid #d6dfe7;\n    }\n\n    .fcv-wholesale-table tr:last-child {\n      border-bottom: 0;\n    }\n\n    .fcv-wholesale-table th,\n    .fcv-wholesale-table td {\n      border-right: 0;\n      border-bottom: 0;\n    }\n\n    .fcv-wholesale-table th {\n      padding-bottom: 5px;\n    }\n\n    .fcv-wholesale-table td {\n      padding-top: 3px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"foil-container-variants-description\"\u003e\n\u003cp class=\"fcv-intro\"\u003eA combined range of disposable aluminium food containers supplied with fitted lids for storing, transporting, freezing, and oven-heating prepared foods. Two pack options are available: a Small Pack containing eight larger containers and a Big Pack containing twelve medium containers. Both options are suitable for home kitchens, catering, takeaway service, meal preparation, events, hospitality businesses, and wholesale retail.\u003c\/p\u003e\n\u003cdiv class=\"fcv-specifications\"\u003e\n\u003cdiv class=\"fcv-specification\"\u003e\n\u003cspan class=\"fcv-specification-label\"\u003eAvailable variants\u003c\/span\u003e \u003cspan class=\"fcv-specification-value\"\u003eSmall Pack and Big Pack\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fcv-specification\"\u003e\n\u003cspan class=\"fcv-specification-label\"\u003eWholesale pack price\u003c\/span\u003e \u003cspan class=\"fcv-specification-value\"\u003e£1.25 per variant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fcv-specification\"\u003e\n\u003cspan class=\"fcv-specification-label\"\u003eCarton quantity\u003c\/span\u003e \u003cspan class=\"fcv-specification-value\"\u003e24 packs per variant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fcv-specification\"\u003e\n\u003cspan class=\"fcv-specification-label\"\u003eWholesale carton price\u003c\/span\u003e \u003cspan class=\"fcv-specification-value\"\u003e£30.00 per variant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fcv-accordion\"\u003e\n\u003cdiv class=\"fcv-section\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan class=\"fcv-summary-title\"\u003e \u003cspan class=\"fcv-section-number\"\u003e01\u003c\/span\u003e Two Pack Options for Food Storage \u003c\/span\u003e \u003cspan class=\"fcv-toggle\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fcv-content\"\u003e\n\u003cp\u003eThe Small Pack contains eight larger rectangular containers, each measuring approximately 202 × 112 × 55 mm. This option provides deeper capacity for larger portions, cooked meals, leftovers, and takeaway dishes.\u003c\/p\u003e\n\u003cp\u003eThe Big Pack contains twelve medium rectangular containers, each measuring approximately 138 × 112 × 38 mm. The higher pack quantity is useful for smaller portions, side dishes, desserts, snacks, and organised meal preparation.\u003c\/p\u003e\n\u003cdiv class=\"fcv-feature-grid\"\u003e\n\u003cdiv class=\"fcv-feature-item\"\u003e\n\u003cspan class=\"fcv-feature-label\"\u003eSmall Pack\u003c\/span\u003e \u003cspan class=\"fcv-feature-value\"\u003e 8 large containers and 8 lids \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fcv-feature-item\"\u003e\n\u003cspan class=\"fcv-feature-label\"\u003eBig Pack\u003c\/span\u003e \u003cspan class=\"fcv-feature-value\"\u003e 12 medium containers and 12 lids \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fcv-feature-item\"\u003e\n\u003cspan class=\"fcv-feature-label\"\u003eMain material\u003c\/span\u003e \u003cspan class=\"fcv-feature-value\"\u003e Disposable aluminium foil \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fcv-section\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan class=\"fcv-summary-title\"\u003e \u003cspan class=\"fcv-section-number\"\u003e02\u003c\/span\u003e Variant Specifications \u0026amp; Dimensions \u003c\/span\u003e \u003cspan class=\"fcv-toggle\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fcv-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eProduct type:\u003c\/strong\u003e Disposable aluminium food containers with fitted lids.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmall Pack contents:\u003c\/strong\u003e 8 large containers and 8 lids.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmall Pack container size:\u003c\/strong\u003e Approximately 202 mm long × 112 mm wide × 55 mm deep.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBig Pack contents:\u003c\/strong\u003e 12 medium containers and 12 lids.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBig Pack container size:\u003c\/strong\u003e Approximately 138 mm long × 112 mm wide × 38 mm deep.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eContainer material:\u003c\/strong\u003e Aluminium foil.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLid design:\u003c\/strong\u003e Removable fitted lids supplied with every container.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFood suitability:\u003c\/strong\u003e Suitable for storing cooked foods, prepared meals, and leftovers.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTemperature suitability:\u003c\/strong\u003e Food safe, freezer safe, and oven safe.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRetail packaging:\u003c\/strong\u003e Shrink wrap with a paper insert.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"fcv-note\"\u003e\n\u003cstrong\u003eVariant naming note:\u003c\/strong\u003e “Small Pack” refers to the eight-piece pack containing larger containers. “Big Pack” refers to the twelve-piece pack containing medium containers.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fcv-section\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan class=\"fcv-summary-title\"\u003e \u003cspan class=\"fcv-section-number\"\u003e03\u003c\/span\u003e Use, Handling \u0026amp; Disposal \u003c\/span\u003e \u003cspan class=\"fcv-toggle\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fcv-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBefore use:\u003c\/strong\u003e Check that the container and lid are clean, dry, and undamaged.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFilling:\u003c\/strong\u003e Leave sufficient space below the rim to fit the lid securely.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStorage:\u003c\/strong\u003e Keep filled containers level and avoid overloading or crushing the foil walls.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFreezer use:\u003c\/strong\u003e Allow hot food to cool appropriately before freezing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOven use:\u003c\/strong\u003e Remove the lid before placing the aluminium container in an oven.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMicrowave restriction:\u003c\/strong\u003e Do not place aluminium foil containers in a microwave oven.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHot handling:\u003c\/strong\u003e Use suitable heat-resistant gloves when removing containers from an oven.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDisposal:\u003c\/strong\u003e Separate the lid and aluminium container where required by local recycling guidance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"fcv-note\"\u003e\n\u003cstrong\u003eSafety note:\u003c\/strong\u003e Aluminium containers become hot during oven use. Always place them on a stable oven tray and handle them carefully.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fcv-section\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan class=\"fcv-summary-title\"\u003e \u003cspan class=\"fcv-section-number\"\u003e04\u003c\/span\u003e Packaging \u0026amp; Wholesale Supply \u003c\/span\u003e \u003cspan class=\"fcv-toggle\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fcv-content\"\u003e\n\u003cp\u003eBoth variants are supplied in separate wholesale cartons containing 24 retail packs. The minimum order is one carton of the selected variant.\u003c\/p\u003e\n\u003ctable class=\"fcv-wholesale-table product-wholesale-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eVariant\u003c\/th\u003e\n\u003ctd\u003eSmall Pack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePack contents\u003c\/th\u003e\n\u003ctd\u003e8 large containers and 8 lids\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eContainer dimensions\u003c\/th\u003e\n\u003ctd\u003eApproximately 202 × 112 × 55 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWholesale pack price\u003c\/th\u003e\n\u003ctd\u003e£1.25\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCarton quantity\u003c\/th\u003e\n\u003ctd\u003e24 packs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal containers at MOQ\u003c\/th\u003e\n\u003ctd\u003e192 containers and 192 lids\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSmall Pack carton total\u003c\/th\u003e\n\u003ctd\u003e£30.00\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable class=\"fcv-wholesale-table product-wholesale-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eVariant\u003c\/th\u003e\n\u003ctd\u003eBig Pack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePack contents\u003c\/th\u003e\n\u003ctd\u003e12 medium containers and 12 lids\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eContainer dimensions\u003c\/th\u003e\n\u003ctd\u003eApproximately 138 × 112 × 38 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWholesale pack price\u003c\/th\u003e\n\u003ctd\u003e£1.25\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCarton quantity\u003c\/th\u003e\n\u003ctd\u003e24 packs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal containers at MOQ\u003c\/th\u003e\n\u003ctd\u003e288 containers and 288 lids\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBig Pack carton total\u003c\/th\u003e\n\u003ctd\u003e£30.00\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"fcv-order-summary\"\u003e\n\u003cspan class=\"fcv-order-summary-label\"\u003e Wholesale order summary \u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eSmall Pack: 8 containers + 8 lids per pack\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003eBig Pack: 12 containers + 12 lids per pack\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003eWholesale price = £1.25 per pack\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003e1 carton = 24 packs of the selected variant\u003c\/strong\u003e\u003cbr\u003eMinimum order total per variant: \u003cstrong\u003e£30.00\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fcv-note\"\u003e\n\u003cstrong\u003eWholesale calculation:\u003c\/strong\u003e Original pack price £1.00 + 25% = £1.25. £1.25 × 24 packs = £30.00 per carton. Each variant is ordered in its own carton.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Small Pack","offer_id":58741180072281,"sku":null,"price":1.25,"currency_code":"GBP","in_stock":true},{"title":"Big Pack","offer_id":58741180105049,"sku":null,"price":1.25,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1067\/3451\/8617\/files\/17_43_01.png?v=1785514408","url":"https:\/\/homebasesupplies.co\/products\/foil-food-containers-with-lids","provider":"HOMEBASE SUPPLIES LIMITED","version":"1.0","type":"link"}