{"product_id":"wooden-handled-stainless-steel-and-peeler","title":"Wooden Handled Stainless Steel And Peeler","description":"\u003cstyle\u003e\n  .whp-product,\n  .whp-product * {\n    box-sizing: border-box !important;\n  }\n\n  .whp-product {\n    --whp-brown: #7a4930;\n    --whp-dark: #30211a;\n    --whp-caramel: #c9875b;\n    --whp-cream: #fff7ef;\n    --whp-light: #f6e8dc;\n    --whp-white: #ffffff;\n    --whp-text: #4d4541;\n\n    width: 100%;\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--whp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.6;\n  }\n\n  .whp-product img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border: 0;\n  }\n\n  .whp-hero {\n    padding: 55px 25px;\n    text-align: center;\n    background: linear-gradient(135deg, #fff8f1 0%, #f2d9c5 100%);\n    border: 1px solid #e7c6ad;\n    border-radius: 25px;\n    margin-bottom: 28px;\n  }\n\n  .whp-badge {\n    display: inline-block;\n    margin-bottom: 25px;\n    padding: 10px 22px;\n    border-radius: 50px;\n    background: var(--whp-brown);\n    color: var(--whp-white);\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .whp-hero h2 {\n    margin: 0 0 16px !important;\n    color: var(--whp-dark) !important;\n    font-size: clamp(32px, 5vw, 55px) !important;\n    line-height: 1.12 !important;\n    font-weight: 800 !important;\n  }\n\n  .whp-highlight {\n    color: var(--whp-brown);\n  }\n\n  .whp-hero p {\n    max-width: 850px;\n    margin: 0 auto !important;\n    color: #6b5b53 !important;\n    font-size: 18px !important;\n    line-height: 1.7 !important;\n  }\n\n  .whp-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n    margin: 0 0 30px;\n  }\n\n  .whp-stat {\n    min-height: 125px;\n    padding: 24px 12px;\n    background: var(--whp-white);\n    border: 1px solid #ead8ca;\n    border-radius: 18px;\n    text-align: center;\n    box-shadow: 0 10px 28px rgba(75, 48, 32, 0.08);\n  }\n\n  .whp-stat strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--whp-brown);\n    font-size: 25px;\n    line-height: 1.2;\n    font-weight: 800;\n  }\n\n  .whp-stat span {\n    color: var(--whp-text);\n    font-size: 15px;\n  }\n\n  .whp-feature {\n    margin: 28px 0;\n    overflow: hidden;\n    background: var(--whp-white);\n    border: 1px solid #ead8ca;\n    border-radius: 24px;\n    box-shadow: 0 12px 35px rgba(75, 48, 32, 0.08);\n  }\n\n  .whp-feature-header {\n    padding: 30px;\n    color: var(--whp-white);\n    background: linear-gradient(\n      135deg,\n      var(--whp-brown),\n      var(--whp-caramel)\n    );\n  }\n\n  .whp-feature-header h3 {\n    margin: 0 0 12px !important;\n    color: var(--whp-white) !important;\n    font-size: clamp(27px, 4vw, 38px) !important;\n    line-height: 1.25 !important;\n    font-weight: 800 !important;\n  }\n\n  .whp-feature-header p {\n    margin: 0 !important;\n    color: var(--whp-white) !important;\n    font-size: 17px !important;\n    line-height: 1.7 !important;\n  }\n\n  .whp-image {\n    padding: 18px;\n  }\n\n  .whp-image img {\n    border-radius: 18px;\n  }\n\n  .whp-dark-section {\n    margin: 30px 0;\n    padding: 42px 30px;\n    border-radius: 25px;\n    background: var(--whp-dark);\n    color: var(--whp-white);\n  }\n\n  .whp-dark-section h3 {\n    margin: 0 0 28px !important;\n    color: var(--whp-white) !important;\n    text-align: center;\n    font-size: clamp(30px, 4vw, 42px) !important;\n    line-height: 1.2 !important;\n    font-weight: 800 !important;\n  }\n\n  .whp-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n  }\n\n  .whp-benefit {\n    padding: 23px;\n    border: 1px solid rgba(255, 255, 255, 0.12);\n    border-radius: 17px;\n    background: rgba(255, 255, 255, 0.09);\n  }\n\n  .whp-benefit strong {\n    display: block;\n    margin-bottom: 7px;\n    color: #f2c7a8;\n    font-size: 17px;\n    font-weight: 800;\n  }\n\n  .whp-benefit span {\n    color: var(--whp-white);\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n  .whp-final-image {\n    margin: 28px 0;\n    padding: 18px;\n    background: var(--whp-cream);\n    border: 1px solid #ead8ca;\n    border-radius: 24px;\n  }\n\n  .whp-final-image img {\n    border-radius: 18px;\n  }\n\n  .whp-cta {\n    padding: 45px 25px;\n    text-align: center;\n    background: linear-gradient(135deg, #fff9f3, #f5ded0);\n    border: 1px solid #e2bea6;\n    border-radius: 25px;\n  }\n\n  .whp-cta h3 {\n    margin: 0 0 14px !important;\n    color: var(--whp-dark) !important;\n    font-size: clamp(29px, 4vw, 42px) !important;\n    line-height: 1.25 !important;\n    font-weight: 800 !important;\n  }\n\n  .whp-cta p {\n    max-width: 760px;\n    margin: 0 auto 22px !important;\n    color: #62534b !important;\n    font-size: 17px !important;\n  }\n\n  .whp-cta-label {\n    display: inline-block;\n    padding: 12px 25px;\n    border-radius: 50px;\n    background: var(--whp-brown);\n    color: var(--whp-white);\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  @media screen and (max-width: 749px) {\n    .whp-hero {\n      padding: 38px 18px;\n      border-radius: 20px;\n    }\n\n    .whp-hero h2 {\n      font-size: 34px !important;\n    }\n\n    .whp-hero p {\n      font-size: 16px !important;\n    }\n\n    .whp-stats {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 12px;\n    }\n\n    .whp-stat {\n      min-height: 112px;\n      padding: 20px 8px;\n    }\n\n    .whp-stat strong {\n      font-size: 21px;\n    }\n\n    .whp-feature-header {\n      padding: 25px 20px;\n    }\n\n    .whp-feature-header h3 {\n      font-size: 28px !important;\n    }\n\n    .whp-feature-header p {\n      font-size: 15px !important;\n    }\n\n    .whp-image,\n    .whp-final-image {\n      padding: 10px;\n    }\n\n    .whp-dark-section {\n      padding: 35px 18px;\n    }\n\n    .whp-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .whp-cta {\n      padding: 38px 18px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"whp-product\"\u003e\n\n  \u003c!-- HERO SECTION --\u003e\n  \u003csection class=\"whp-hero\"\u003e\n    \u003cdiv class=\"whp-badge\"\u003ePremium Kitchen Essential\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Wooden Handled\u003cbr\u003e\n      \u003cspan class=\"whp-highlight\"\u003eStainless Steel And Peeler\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Peel fruits and vegetables quickly and comfortably with a sharp\n      stainless-steel blade and a beautifully crafted wooden handle.\n      A practical kitchen tool designed for effortless everyday food preparation.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- QUICK FEATURES --\u003e\n  \u003csection class=\"whp-stats\"\u003e\n    \u003cdiv class=\"whp-stat\"\u003e\n      \u003cstrong\u003eSharp\u003c\/strong\u003e\n      \u003cspan\u003eStainless Steel Blade\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"whp-stat\"\u003e\n      \u003cstrong\u003eWooden\u003c\/strong\u003e\n      \u003cspan\u003eComfortable Handle\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"whp-stat\"\u003e\n      \u003cstrong\u003eEasy\u003c\/strong\u003e\n      \u003cspan\u003eSmooth Peeling\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"whp-stat\"\u003e\n      \u003cstrong\u003eDurable\u003c\/strong\u003e\n      \u003cspan\u003eEveryday Design\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURE IMAGE 1 --\u003e\n  \u003csection class=\"whp-feature\"\u003e\n    \u003cdiv class=\"whp-feature-header\"\u003e\n      \u003ch3\u003eSmooth Peeling Made Easy\u003c\/h3\u003e\n      \u003cp\u003e\n        The stainless-steel blade glides smoothly over fruits and vegetables,\n        helping remove thin peels with better control and less effort.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"whp-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/9909\/9033\/files\/Enhance_image_product_background__2K_202607250724.jpg?v=1784990741\" alt=\"Wooden Handled Stainless Steel Peeler\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURE IMAGE 2 --\u003e\n  \u003csection class=\"whp-feature\"\u003e\n    \u003cdiv class=\"whp-feature-header\"\u003e\n      \u003ch3\u003eComfortable Wooden Handle\u003c\/h3\u003e\n      \u003cp\u003e\n        The natural wooden handle offers a comfortable and secure grip,\n        giving you better control while preparing potatoes, carrots,\n        cucumbers, apples and other fresh ingredients.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"whp-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/9909\/9033\/files\/Enhance_image_product_background__2K_202607250723.jpg?v=1784990741\" alt=\"Comfortable Wooden Handle Kitchen Peeler\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003csection class=\"whp-dark-section\"\u003e\n    \u003ch3\u003eWhy You'll Love It\u003c\/h3\u003e\n\n    \u003cdiv class=\"whp-benefits\"\u003e\n      \u003cdiv class=\"whp-benefit\"\u003e\n        \u003cstrong\u003eSharp Stainless-Steel Blade\u003c\/strong\u003e\n        \u003cspan\u003e\n          Designed to peel smoothly and efficiently during everyday food preparation.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"whp-benefit\"\u003e\n        \u003cstrong\u003eComfortable Natural Grip\u003c\/strong\u003e\n        \u003cspan\u003e\n          The wooden handle sits comfortably in your hand for improved control.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"whp-benefit\"\u003e\n        \u003cstrong\u003eQuick Food Preparation\u003c\/strong\u003e\n        \u003cspan\u003e\n          Helps prepare fruits and vegetables quickly for your favourite meals.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"whp-benefit\"\u003e\n        \u003cstrong\u003eDurable Construction\u003c\/strong\u003e\n        \u003cspan\u003e\n          A strong and practical kitchen tool made for regular household use.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"whp-benefit\"\u003e\n        \u003cstrong\u003eEasy To Maintain\u003c\/strong\u003e\n        \u003cspan\u003e\n          The simple design is convenient to rinse, clean and store after use.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"whp-benefit\"\u003e\n        \u003cstrong\u003eIdeal For Everyday Use\u003c\/strong\u003e\n        \u003cspan\u003e\n          Suitable for potatoes, carrots, cucumbers, apples and much more.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURE IMAGE 3 --\u003e\n  \u003csection class=\"whp-final-image\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/9909\/9033\/files\/Enhance_image_product_background__2K_202607250717.jpg?v=1784990741\" alt=\"Durable Stainless Steel and Wooden Handled Peeler\" loading=\"lazy\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"whp-cta\"\u003e\n    \u003ch3\u003eMake Food Preparation Easier\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Upgrade your everyday kitchen routine with a durable stainless-steel\n      peeler featuring a comfortable and stylish wooden handle.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"whp-cta-label\"\u003e\n      Sharp Blade • Wooden Handle • Easy Peeling\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Halfri","offers":[{"title":"PACK OF 1","offer_id":48361478258841,"sku":null,"price":999.0,"currency_code":"PKR","in_stock":true},{"title":"PACK OF 2","offer_id":48361478291609,"sku":null,"price":999.0,"currency_code":"PKR","in_stock":true},{"title":"PACK OF 3","offer_id":48361478324377,"sku":null,"price":999.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0703\/9909\/9033\/files\/Enhance_image_product_background__2K_202607250715_06c782aa-fc84-49d8-9420-8b009272b4f7.jpg?v=1784991806","url":"https:\/\/www.halfri.com\/products\/wooden-handled-stainless-steel-and-peeler","provider":"Halfri","version":"1.0","type":"link"}