{"product_id":"digital-blood-pressure-machine","title":"Digital Blood Pressure Machine","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/2054\/2649\/files\/bloodpressure_b9648d82-c00c-46d4-a931-e269b1635cd7.webp?v=1784123950\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root{\n    --cream:#FFF4EA;\n    --orange:#E9622C;\n    --orange-dark:#C24A1C;\n    --orange-soft:#FFDFC4;\n    --charcoal:#2B241E;\n    --white:#FFFFFF;\n    --gray:#7A716A;\n  }\n  *{box-sizing:border-box; margin:0; padding:0;}\n  body{\n    font-family:'Segoe UI', 'Trebuchet MS', sans-serif;\n    background:var(--cream);\n    color:var(--charcoal);\n    line-height:1.5;\n  }\n  .display-font{\n    font-family:'Georgia', 'Times New Roman', serif;\n    font-weight:700;\n  }\n\n  \/* ===== HERO ===== *\/\n  .hero{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    flex-wrap:wrap;\n    padding:60px 6%;\n    background:linear-gradient(135deg, var(--orange-soft) 0%, var(--cream) 60%);\n    gap:40px;\n  }\n  .hero-text{flex:1 1 420px;}\n  .eyebrow{\n    display:inline-block;\n    background:var(--orange);\n    color:var(--white);\n    font-size:12px;\n    font-weight:700;\n    letter-spacing:1px;\n    padding:6px 14px;\n    border-radius:20px;\n    margin-bottom:16px;\n    text-transform:uppercase;\n  }\n  .hero h1{\n    font-size:42px;\n    color:var(--orange-dark);\n    line-height:1.15;\n    margin-bottom:16px;\n  }\n  .hero p.sub{\n    font-size:17px;\n    color:var(--gray);\n    max-width:460px;\n    margin-bottom:26px;\n  }\n  .price-row{\n    display:flex;\n    align-items:baseline;\n    gap:14px;\n    margin-bottom:26px;\n  }\n  .price-new{font-size:32px; font-weight:800; color:var(--orange-dark);}\n  .price-old{font-size:18px; color:var(--gray); text-decoration:line-through;}\n  .cta-btn{\n    background:var(--orange);\n    color:var(--white);\n    border:none;\n    padding:16px 36px;\n    font-size:16px;\n    font-weight:700;\n    border-radius:8px;\n    cursor:pointer;\n    box-shadow:0 8px 20px rgba(233,98,44,0.35);\n  }\n  .cta-btn:hover{background:var(--orange-dark);}\n\n  .hero-image-box{\n    flex:1 1 380px;\n    display:flex;\n    justify-content:center;\n  }\n  .img-placeholder{\n    width:100%;\n    max-width:420px;\n    aspect-ratio:1\/1;\n    background:repeating-linear-gradient(45deg, #fff, #fff 10px, var(--orange-soft) 10px, var(--orange-soft) 20px);\n    border:3px dashed var(--orange);\n    border-radius:20px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    text-align:center;\n    color:var(--orange-dark);\n    font-weight:700;\n    font-size:15px;\n    padding:20px;\n    overflow:hidden;\n  }\n  .img-placeholder img{\n    width:100%;\n    height:100%;\n    object-fit:cover;\n    display:block;\n    border-radius:16px;\n  }\n  .img-placeholder:has(img){\n    padding:0;\n    border-style:solid;\n  }\n\n  \/* ===== SECTION WRAPPER ===== *\/\n  section{\n    padding:70px 6%;\n  }\n  .section-title{\n    text-align:center;\n    font-size:32px;\n    color:var(--orange-dark);\n    margin-bottom:12px;\n  }\n  .section-sub{\n    text-align:center;\n    color:var(--gray);\n    max-width:560px;\n    margin:0 auto 46px auto;\n    font-size:15px;\n  }\n\n  \/* ===== HOW TO USE ===== *\/\n  .howto-wrap{\n    display:flex;\n    gap:40px;\n    align-items:center;\n    flex-wrap:wrap;\n    background:var(--white);\n    border-radius:24px;\n    padding:40px;\n  }\n  .howto-steps{flex:1 1 400px;}\n  .step{\n    display:flex;\n    gap:16px;\n    margin-bottom:26px;\n  }\n  .step-num{\n    flex:0 0 40px;\n    height:40px;\n    border-radius:50%;\n    background:var(--orange);\n    color:var(--white);\n    font-weight:800;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:16px;\n  }\n  .step-text h4{font-size:16px; margin-bottom:4px; color:var(--charcoal);}\n  .step-text p{font-size:14px; color:var(--gray);}\n  .howto-image{flex:1 1 320px; display:flex; justify-content:center;}\n\n  \/* ===== DIGITAL DISPLAY ===== *\/\n  .display-section{\n    background:var(--charcoal);\n    border-radius:24px;\n    color:var(--cream);\n    display:flex;\n    align-items:center;\n    flex-wrap:wrap;\n    gap:40px;\n    padding:50px;\n  }\n  .display-section .img-placeholder{\n    border-color:var(--orange);\n    background:repeating-linear-gradient(45deg, #3a322a, #3a322a 10px, #4a3f34 10px, #4a3f34 20px);\n    color:var(--orange-soft);\n  }\n  .display-info{flex:1 1 380px;}\n  .display-info h2{color:var(--orange); margin-bottom:16px;}\n  .display-info ul{list-style:none; padding:0;}\n  .display-info li{\n    padding:10px 0 10px 30px;\n    position:relative;\n    font-size:15px;\n    border-bottom:1px solid rgba(255,255,255,0.08);\n  }\n  .display-info li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0;\n    color:var(--orange);\n    font-weight:800;\n  }\n\n  \/* ===== FEATURES GRID ===== *\/\n  .features-grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fit, minmax(230px, 1fr));\n    gap:26px;\n  }\n  .feature-card{\n    background:var(--white);\n    border:2px solid var(--orange-soft);\n    border-radius:16px;\n    padding:26px;\n    text-align:center;\n    transition:transform 0.2s, box-shadow 0.2s;\n  }\n  .feature-card:hover{\n    transform:translateY(-6px);\n    box-shadow:0 12px 24px rgba(233,98,44,0.18);\n    border-color:var(--orange);\n  }\n  .feature-icon{\n    width:56px;\n    height:56px;\n    border-radius:50%;\n    background:var(--orange-soft);\n    color:var(--orange-dark);\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:26px;\n    margin:0 auto 16px auto;\n  }\n  .feature-card h4{font-size:16px; margin-bottom:8px; color:var(--charcoal);}\n  .feature-card p{font-size:13px; color:var(--gray);}\n\n  \/* ===== TRUST STRIP ===== *\/\n  .trust-strip{\n    background:var(--orange);\n    padding:0;\n  }\n  .trust-inner{\n    display:flex;\n    flex-wrap:wrap;\n    justify-content:space-around;\n    padding:40px 6%;\n    gap:24px;\n  }\n  .trust-item{\n    flex:1 1 220px;\n    text-align:center;\n    color:var(--white);\n  }\n  .trust-item .t-icon{font-size:34px; margin-bottom:10px;}\n  .trust-item h4{font-size:17px; margin-bottom:6px;}\n  .trust-item p{font-size:13px; opacity:0.9;}\n\n  \/* ===== GALLERY ===== *\/\n  .gallery-grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));\n    gap:20px;\n  }\n  .gallery-grid .img-placeholder{\n    aspect-ratio:1\/1;\n    font-size:13px;\n    border-radius:14px;\n  }\n\n  \/* ===== FOOTER ===== *\/\n  footer{\n    background:var(--charcoal);\n    color:var(--cream);\n    text-align:center;\n    padding:30px 6%;\n    font-size:13px;\n  }\n  footer .foot-brand{color:var(--orange); font-weight:800; font-size:16px; margin-bottom:8px;}\n\n  @media(max-width:600px){\n    .hero h1{font-size:30px;}\n    .section-title{font-size:26px;}\n  }\n\u003c\/style\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\" style=\"padding-top: 60px;\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cspan class=\"eyebrow\"\u003e100% Original • WHO Approved\u003c\/span\u003e\n\u003ch1 class=\"display-font\"\u003eDigital Blood Pressure Machine\u003c\/h1\u003e\n\u003cp class=\"sub\" style=\"color: var(--orange-dark); font-weight: bold; font-size: 15px; margin-bottom: 8px;\"\u003e❤️ A caring gift for your parents' health \u0026amp; safety\u003c\/p\u003e\n\u003cp class=\"sub\"\u003eCheck your blood pressure at home — accurate, fast, and completely easy. Large display, one-touch button, a trusted health companion for the whole family.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-image-box\"\u003e\n\u003c!-- 📸 PLACE THE MAIN PRODUCT PICTURE HERE (front-facing, with box) --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/2054\/2649\/files\/bloodpressure_2d2f95c5-5c0c-42f1-a8d8-0aa5ab77a7ca.webp?v=1784123301\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003csection id=\"howto\"\u003e\n\u003ch2 class=\"section-title display-font\"\u003eHow to Use\u003c\/h2\u003e\n\u003cp class=\"section-sub\"\u003eCheck your blood pressure in 4 simple steps — no hospital visit needed.\u003c\/p\u003e\n\u003cdiv class=\"howto-wrap\"\u003e\n\u003cdiv class=\"howto-steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003ch4\u003eWear the Cuff\u003c\/h4\u003e\n\u003cp\u003eWrap the cuff comfortably around your upper arm, level with your heart.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003ch4\u003eSit Upright\u003c\/h4\u003e\n\u003cp\u003eSit calmly for a moment, breathe normally, and avoid moving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003ch4\u003ePress the One-Touch Button\u003c\/h4\u003e\n\u003cp\u003eJust press a single button — the machine starts measuring automatically.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003e\n\u003ch4\u003eRead the Result\u003c\/h4\u003e\n\u003cp\u003eYour reading appears instantly and clearly on the large LCD screen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"howto-image\"\u003e\n\u003c!-- 📸 PLACE THE \"HOW TO USE\" PICTURE HERE (cuff being worn on arm) --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/2054\/2649\/files\/howtouse.webp?v=1784123301\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DIGITAL DISPLAY --\u003e\n\u003csection id=\"display\"\u003e\n\u003cdiv class=\"display-section\"\u003e\n\u003cdiv class=\"display-info\"\u003e\n\u003ch2 class=\"display-font\"\u003eDigital Display\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eLarge LCD screen — numbers appear clearly in a big, easy-to-read font\u003c\/li\u003e\n\u003cli\u003eSystolic, Diastolic, and Pulse Rate shown together on one screen\u003c\/li\u003e\n\u003cli\u003eWHO Indicator color bar — instantly shows whether your reading is normal\u003c\/li\u003e\n\u003cli\u003eLow battery and error alerts are also shown on the screen\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-image-box\" style=\"flex: 1 1 300px;\"\u003e\n\u003c!-- 📸 PLACE A CLOSE-UP OF THE DIGITAL DISPLAY \/ LCD SCREEN HERE --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/2054\/2649\/files\/digitalinstruction.webp?v=1784123301\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection id=\"features\"\u003e\n\u003ch2 class=\"section-title display-font\"\u003eKey Features\u003c\/h2\u003e\n\u003cp class=\"section-sub\"\u003eSee why this machine is the best choice — every feature explained.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✔\u003c\/div\u003e\n\u003ch4\u003eAccurate \u0026amp; Reliable\u003c\/h4\u003e\n\u003cp\u003eClinically tested technology that delivers a correct reading every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🖥\u003c\/div\u003e\n\u003ch4\u003eLarge LCD Display\u003c\/h4\u003e\n\u003cp\u003eBig, clear numbers — easy to read even for elderly users.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e👆\u003c\/div\u003e\n\u003ch4\u003eOne-Touch Operation\u003c\/h4\u003e\n\u003cp\u003eJust press a single button and the entire process runs automatically.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🩺\u003c\/div\u003e\n\u003ch4\u003eWHO Indicator\u003c\/h4\u003e\n\u003cp\u003eColor-coded indicator based on World Health Organization standards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🎒\u003c\/div\u003e\n\u003ch4\u003eCompact \u0026amp; Portable\u003c\/h4\u003e\n\u003cp\u003eLightweight, compact size — easy to carry anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🤲\u003c\/div\u003e\n\u003ch4\u003eComfortable Use\u003c\/h4\u003e\n\u003cp\u003eSoft cuff material that stays comfortable on the skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔌\u003c\/div\u003e\n\u003ch4\u003eUSB Power Supply for Ease\u003c\/h4\u003e\n\u003cp\u003eNo more battery worries — charge and power it easily via USB.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GALLERY --\u003e\n\u003csection\u003e\n\u003ch2 class=\"section-title display-font\"\u003eProduct Gallery\u003c\/h2\u003e\n\u003cp class=\"section-sub\"\u003eProduct photos from different angles.\u003c\/p\u003e\n\u003cdiv class=\"gallery-grid\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/2054\/2649\/files\/hottoputonourlegs.webp?v=1784123301\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/2054\/2649\/files\/bloodpressure_78ae3805-729b-4b5c-8235-cfd36e1c6316.webp?v=1784123301\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/2054\/2649\/files\/1_82a62352-f605-4853-99a0-da671e93f374.gif?v=1784123302\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/2054\/2649\/files\/bloodpresure2.webp?v=1784123301\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST STRIP --\u003e\n\u003cdiv class=\"trust-strip\"\u003e\n\u003cdiv class=\"trust-inner\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"t-icon\"\u003e🚚\u003c\/div\u003e\n\u003ch4\u003eFast Home Delivery\u003c\/h4\u003e\n\u003cp\u003eDelivery across Pakistan within 2 to 3 days\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"t-icon\"\u003e↩️\u003c\/div\u003e\n\u003ch4\u003eEasy Return Policy\u003c\/h4\u003e\n\u003cp\u003eHassle-free returns if you're not satisfied\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"t-icon\"\u003e💵\u003c\/div\u003e\n\u003ch4\u003eCash on Delivery\u003c\/h4\u003e\n\u003cp\u003ePay when you receive your order, no advance needed\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"t-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch4\u003eQuality Guaranteed\u003c\/h4\u003e\n\u003cp\u003e100% original and tested product\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfooter\u003e\n\u003cdiv class=\"foot-brand\"\u003e𝓣𝓻𝓮𝓷𝓭𝓕𝓸𝓻𝓮𝓿𝓮𝓻\u003c\/div\u003e\n\u003cp\u003eYour health, our responsibility — Digital Blood Pressure Machine, now for every home.\u003c\/p\u003e\n\u003c\/footer\u003e","brand":"Trend Forever","offers":[{"title":"Default Title","offer_id":48140058099897,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0780\/2054\/2649\/files\/bloodpressure_b9648d82-c00c-46d4-a931-e269b1635cd7.webp?v=1784123950","url":"https:\/\/www.trendforever.store\/products\/digital-blood-pressure-machine","provider":"Trend Forever","version":"1.0","type":"link"}