{"product_id":"rapid-defrost-tray-thaw-meat-in-minutes","title":"Rapid Defrost Tray – Thaw Meat in Minutes","description":"\u003cstyle\u003e\n  .olive-defrost {\n    --olive: #65743A;\n    --olive-dark: #4D5A2B;\n    --olive-light: #F3F5EC;\n    --text: #252820;\n    --muted: #666B5E;\n    --border: #E6E8DE;\n\n    font-family: Arial, Helvetica, sans-serif;\n    background: #ffffff;\n    color: var(--text);\n    max-width: 900px;\n    margin: 0 auto;\n    overflow: hidden;\n  }\n\n  .olive-defrost * {\n    box-sizing: border-box;\n  }\n\n  \/* HERO *\/\n  .od-hero {\n    text-align: center;\n    padding: 38px 22px 32px;\n    animation: odFadeUp .8s ease both;\n  }\n\n  .od-label {\n    display: inline-block;\n    color: var(--olive);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 12px;\n  }\n\n  .od-hero h2 {\n    margin: 0;\n    font-size: clamp(28px, 5vw, 44px);\n    line-height: 1.08;\n    letter-spacing: -1.2px;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .od-hero h2 span {\n    color: var(--olive);\n  }\n\n  .od-hero p {\n    max-width: 680px;\n    margin: 16px auto 0;\n    color: var(--muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* FEATURE STRIP *\/\n  .od-strip {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    padding: 0 18px 28px;\n  }\n\n  .od-strip-item {\n    background: var(--olive-light);\n    border: 1px solid #E5E8DA;\n    border-radius: 14px;\n    padding: 17px 10px;\n    text-align: center;\n    animation: odFadeUp .8s ease both;\n  }\n\n  .od-strip-item:nth-child(2) {\n    animation-delay: .1s;\n  }\n\n  .od-strip-item:nth-child(3) {\n    animation-delay: .2s;\n  }\n\n  .od-icon {\n    font-size: 21px;\n    margin-bottom: 7px;\n  }\n\n  .od-strip-item strong {\n    display: block;\n    color: var(--olive-dark);\n    font-size: 13px;\n  }\n\n  .od-strip-item small {\n    display: block;\n    margin-top: 4px;\n    color: var(--muted);\n    font-size: 11px;\n  }\n\n  \/* HOW IT WORKS *\/\n  .od-section {\n    padding: 30px 22px;\n    border-top: 1px solid var(--border);\n  }\n\n  .od-section-title {\n    text-align: center;\n    margin-bottom: 22px;\n  }\n\n  .od-section-title span {\n    display: block;\n    color: var(--olive);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n\n  .od-section-title h3 {\n    margin: 0;\n    font-size: 24px;\n    letter-spacing: -.5px;\n  }\n\n  .od-how {\n    max-width: 720px;\n    margin: auto;\n    background: #FAFBF8;\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    padding: 22px;\n    text-align: center;\n  }\n\n  .od-how-icon {\n    width: 52px;\n    height: 52px;\n    margin: 0 auto 13px;\n    border-radius: 50%;\n    background: var(--olive);\n    color: white;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 23px;\n    box-shadow: 0 8px 22px rgba(101,116,58,.18);\n  }\n\n  .od-how p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* BENEFITS *\/\n  .od-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n\n  .od-benefit {\n    padding: 19px;\n    border: 1px solid var(--border);\n    border-radius: 15px;\n    background: #fff;\n    transition: all .3s ease;\n    animation: odFadeUp .7s ease both;\n  }\n\n  .od-benefit:hover {\n    transform: translateY(-4px);\n    border-color: #C8CFB2;\n    box-shadow: 0 10px 28px rgba(55,65,35,.08);\n  }\n\n  .od-benefit-icon {\n    font-size: 22px;\n    margin-bottom: 9px;\n  }\n\n  .od-benefit h4 {\n    margin: 0 0 6px;\n    color: var(--text);\n    font-size: 14px;\n  }\n\n  .od-benefit p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 12.5px;\n    line-height: 1.55;\n  }\n\n  \/* DIFFERENCE *\/\n  .od-difference {\n    margin-top: 28px;\n    background: var(--olive);\n    color: white;\n    border-radius: 20px;\n    padding: 30px 24px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .od-difference:before {\n    content: \"\";\n    position: absolute;\n    width: 180px;\n    height: 180px;\n    border: 1px solid rgba(255,255,255,.13);\n    border-radius: 50%;\n    top: -100px;\n    right: -50px;\n  }\n\n  .od-difference h3 {\n    position: relative;\n    margin: 0 0 10px;\n    font-size: 24px;\n  }\n\n  .od-difference p {\n    position: relative;\n    max-width: 650px;\n    margin: auto;\n    font-size: 13.5px;\n    line-height: 1.7;\n    color: rgba(255,255,255,.88);\n  }\n\n  .od-bottom {\n    text-align: center;\n    padding: 24px 15px 10px;\n    color: var(--olive-dark);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: .5px;\n  }\n\n  @keyframes odFadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(18px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @media (max-width: 600px) {\n    .od-strip {\n      grid-template-columns: 1fr;\n    }\n\n    .od-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .od-hero {\n      padding-top: 28px;\n    }\n\n    .od-section {\n      padding-left: 16px;\n      padding-right: 16px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"olive-defrost\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"od-hero\"\u003e\n    \u003cdiv class=\"od-label\"\u003eOlive Nest • Kitchen Essential\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Stop Waiting.\u003cbr\u003e\n      \u003cspan\u003eStart Cooking.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Forgot to take the meat out of the freezer? We've all been there.\n      The Olive Nest Rapid Defrost Tray helps thaw frozen food up to\n      \u003cstrong\u003e3× faster\u003c\/strong\u003e than leaving it on the counter —\n      without a microwave, hot water or electricity.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK FEATURES --\u003e\n  \u003cdiv class=\"od-strip\"\u003e\n\n    \u003cdiv class=\"od-strip-item\"\u003e\n      \u003cdiv class=\"od-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cstrong\u003eUp to 3× Faster\u003c\/strong\u003e\n      \u003csmall\u003eLess waiting, quicker meals\u003c\/small\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"od-strip-item\"\u003e\n      \u003cdiv class=\"od-icon\"\u003e🔌\u003c\/div\u003e\n      \u003cstrong\u003eNo Electricity\u003c\/strong\u003e\n      \u003csmall\u003eNo batteries or plugs\u003c\/small\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"od-strip-item\"\u003e\n      \u003cdiv class=\"od-icon\"\u003e🥩\u003c\/div\u003e\n      \u003cstrong\u003eMade for Meat\u003c\/strong\u003e\n      \u003csmall\u003eChicken, beef, fish \u0026amp; more\u003c\/small\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003cdiv class=\"od-section\"\u003e\n\n    \u003cdiv class=\"od-section-title\"\u003e\n      \u003cspan\u003eThe Simple Science\u003c\/span\u003e\n      \u003ch3\u003eHow It Works\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"od-how\"\u003e\n\n      \u003cdiv class=\"od-how-icon\"\u003e♨\u003c\/div\u003e\n\n      \u003cp\u003e\n        Crafted from a high-conductivity material, the tray naturally\n        absorbs heat from the surrounding air and transfers it evenly\n        into your frozen food. This helps gently speed up the thawing\n        process without needing electricity, hot water or a microwave.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"od-section\"\u003e\n\n    \u003cdiv class=\"od-section-title\"\u003e\n      \u003cspan\u003eMade for Everyday Cooking\u003c\/span\u003e\n      \u003ch3\u003eWhy You'll Love It\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"od-benefits\"\u003e\n\n      \u003cdiv class=\"od-benefit\"\u003e\n        \u003cdiv class=\"od-benefit-icon\"\u003e⏱️\u003c\/div\u003e\n        \u003ch4\u003eThaw in Less Time\u003c\/h4\u003e\n        \u003cp\u003e\n          Spend less time waiting for frozen food to thaw and get\n          dinner moving faster.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"od-benefit\"\u003e\n        \u003cdiv class=\"od-benefit-icon\"\u003e🔌\u003c\/div\u003e\n        \u003ch4\u003eNo Electricity Needed\u003c\/h4\u003e\n        \u003cp\u003e\n          No batteries, plugs or appliances. Simply place your frozen\n          food on the tray and let it do the work.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"od-benefit\"\u003e\n        \u003cdiv class=\"od-benefit-icon\"\u003e🥩\u003c\/div\u003e\n        \u003ch4\u003eKeep Food Looking \u0026amp; Tasting Great\u003c\/h4\u003e\n        \u003cp\u003e\n          Avoid microwave thawing and uneven hot spots while keeping\n          your food ready for cooking.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"od-benefit\"\u003e\n        \u003cdiv class=\"od-benefit-icon\"\u003e🧼\u003c\/div\u003e\n        \u003ch4\u003eEasy to Clean\u003c\/h4\u003e\n        \u003cp\u003e\n          Once you're finished, simply wipe or rinse the tray clean\n          and it's ready for next time.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"od-benefit\"\u003e\n        \u003cdiv class=\"od-benefit-icon\"\u003e🍗\u003c\/div\u003e\n        \u003ch4\u003eWorks With Your Favourite Proteins\u003c\/h4\u003e\n        \u003cp\u003e\n          Ideal for chicken, beef, fish, pork and other frozen foods\n          you regularly prepare.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"od-benefit\"\u003e\n        \u003cdiv class=\"od-benefit-icon\"\u003e🏠\u003c\/div\u003e\n        \u003ch4\u003eCompact Kitchen Design\u003c\/h4\u003e\n        \u003cp\u003e\n          A clean, minimal design that fits neatly into your kitchen\n          without taking up unnecessary space.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- OLIVE NEST DIFFERENCE --\u003e\n  \u003cdiv class=\"od-section\" style=\"border-top:0; padding-top:0;\"\u003e\n\n    \u003cdiv class=\"od-difference\"\u003e\n\n      \u003ch3\u003eThe Olive Nest Difference\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Designed for the modern home cook who values time, quality\n        and a clean kitchen. The Rapid Defrost Tray is a simple,\n        practical tool that makes everyday meal preparation easier —\n        one meal at a time.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"od-bottom\"\u003e\n      A smarter way to defrost • A simpler way to cook\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Olive Nest","offers":[{"title":"small","offer_id":49285639864571,"sku":null,"price":280.0,"currency_code":"ZAR","in_stock":true},{"title":"medium","offer_id":49285639897339,"sku":null,"price":300.0,"currency_code":"ZAR","in_stock":true},{"title":"large","offer_id":49285639930107,"sku":null,"price":350.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0807\/0414\/3611\/files\/rn-image_picker_lib_temp_d66610eb-a6c9-42e9-8956-000c52eabd91.jpg?v=1788970496","url":"https:\/\/olivenest.co.za\/products\/rapid-defrost-tray-thaw-meat-in-minutes","provider":"Olive Nest","version":"1.0","type":"link"}