{"product_id":"handheld-mason-jar-sealer","title":"Handheld Mason Jar Sealer","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Electric Mason Jar Vacuum Sealer\n  Target Audience: Home kitchen users, meal preppers, food preservation enthusiasts\n  Visual Style: Modern, clean, high-contrast minimalist kitchen aesthetic\n  Color Strategy: Deep Charcoal (#111827) for primary elements, Slate Gray (#4B5563) for subtitles, Soft Off-White (#F3F4F6) for cards, Vibrant Blue (#2563EB) for subtle accents\n  Module Order: Hero Content -\u003e Features Grid -\u003e Compare Section -\u003e What's Included -\u003e Specifications -\u003e FAQ\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #111827;\n      --primary-hover: #1f2937;\n      --text-main: #1f2937;\n      --text-sub: #4b5563;\n      --bg-body: #ffffff;\n      --bg-card: #f9fafb;\n      --bg-soft: #f3f4f6;\n      --accent: #2563eb;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n      --border-color: #e5e7eb;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      color: var(--primary);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .body-text,\n    .product-detail-container .feature-desc,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container td {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      color: var(--text-sub);\n      margin: 0 0 16px 0;\n    }\n\n    \/* Spacing System *\/\n    .product-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding-top: clamp(1rem, 3vw, 2rem);\n    }\n\n    \/* Image Rules *\/\n    .image-container {\n      width: 100%;\n      height: auto;\n      display: block;\n      margin-bottom: 24px;\n    }\n\n    .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 40px 20px;\n      text-align: center;\n      box-sizing: border-box;\n      font-size: 18px;\n      font-weight: 500;\n      color: var(--text-sub);\n    }\n\n    \/* Trust Badge \/ Labels *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 20px;\n    }\n\n    .badge {\n      display: inline-block;\n      padding: 6px 12px;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 20px;\n      font-size: 18px;\n      font-weight: 500;\n      margin-bottom: 0;\n    }\n\n    \/* Intro Hero Block *\/\n    .hero-block {\n      text-align: center;\n      padding: 30px 0;\n    }\n\n    .hero-block .badge-container {\n      justify-content: center;\n    }\n\n    \/* Feature Sections - Desktop Row \/ Mobile Column *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      align-items: center;\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      margin-bottom: 24px;\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n    }\n\n    \/* Compare \u0026 Box Section *\/\n    .info-card {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      padding: 24px;\n    }\n    \n    .box-list {\n      list-style-type: disc;\n      padding-left: 24px;\n      margin-bottom: 0;\n    }\n    \n    .box-list li {\n      margin-bottom: 8px;\n    }\n\n    \/* Specifications Table *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      padding: 24px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 8px;\n      margin-bottom: 0;\n    }\n\n    \/* FAQ Section *\/\n    .faq-block {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      padding: 24px;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 16px 0;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .faq-item:first-child {\n      padding-top: 0;\n    }\n\n    .faq-question {\n      font-weight: 600;\n      margin-bottom: 8px;\n    }\n\n    .faq-answer {\n      margin-bottom: 0;\n    }\n\n    \/* Desktop View adjustments *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        padding: 40px;\n        gap: 40px;\n      }\n\n      .feature-item-reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        width: 50%;\n      }\n\n      .spec-table td {\n        padding: 20px 16px;\n      }\n    }\n\n    \/* Specifications Mobile Responsive Rules *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(130px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px !important;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--primary);\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px !important;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        margin-bottom: 0;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Block --\u003e\n\u003csection class=\"product-section hero-block\"\u003e\n\u003ch1\u003eOne-Touch Electric Sealing for Hands-Free Mason Jar Preservation\u003c\/h1\u003e\n\n\u003cp class=\"body-text\"\u003eEffortlessly lock in the freshness of your home-prepped ingredients. This cordless electric sealer handles both wide-mouth and regular-mouth lids with a single button press.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eElectric One-Touch Operation\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"image-container\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img93\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825165404\/5ea07e5ca1963510767d4a585240cd30.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img94\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825165403\/5431b822b08d3310ca31d457f8ade75e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSimple 4-Step Operation with Digital Timer\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eSeal your glass jars in just seconds. Place the flat metal lid on the jar, push the sealer down vertically, and tap the top button to start. The LED display tracks the runtime in seconds, helping you keep track of the process. Tap the button again to stop and check the current battery status.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eLED Digital Screen\u003c\/span\u003e \u003cspan class=\"badge\"\u003e20s Recommended Sealing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item feature-item-reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img95\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825165404\/23eb765c97c9938ca6b2280a41fa6b2b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eFits Both Wide-Mouth \u0026amp; Regular-Mouth Jars\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eNo external accessories or manual pumps required. The sealer features a dual-size nested port designed to sit directly over 8.3 cm (wide-mouth) and 6.8 cm (regular-mouth) flat metal mason jar lids. Perfect for preserving pre-made salads, juices, dried snacks, and sauces.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003e8.3 cm \/ 3.27 in Compatible\u003c\/span\u003e \u003cspan class=\"badge\"\u003e6.8 cm \/ 2.68 in Compatible\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img96\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825165403\/c48410102020a57cd152df4cde7cc10a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eLong-Lasting Cordless Battery\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eDesigned with an energy-efficient rechargeable system that provides extra-long runtime on a single charge. The Type-C port offers fast, reliable charging, allowing you to use it cordlessly anywhere in the kitchen or take it along for meal prep sessions.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eType-C Fast Charging\u003c\/span\u003e \u003cspan class=\"badge\"\u003eCompact Cordless Build\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Compare Section --\u003e\n\n\u003csection class=\"product-section\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eSay Goodbye to Physical Wrist Strain\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eUnlike traditional manual vacuum pumps that require tedious, repeated physical pulling, this electric sealer completes the work at the press of a button. It eliminates joint discomfort and simplifies your preservation routine.\u003c\/p\u003e\n\n\u003cdiv class=\"image-container\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img97\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260825165403\/630c1440b0b84feea9d2797e7538126c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- What's Included Section --\u003e\n\n\u003csection class=\"product-section\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch2 class=\"section-title\"\u003e📦 What's in the Box?\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eEverything you need to start sealing immediately. \u003cem\u003e(Note: Lid quantities vary depending on the kit you select.)\u003c\/em\u003e\u003c\/p\u003e\n\n\u003cul class=\"box-list\"\u003e\n\t\u003cli\u003e1 x Electric Mason Jar Vacuum Sealer\u003c\/li\u003e\n\t\u003cli\u003e1 x Type-C Charging Cable\u003c\/li\u003e\n\t\u003cli\u003e1 x Bottle Opener\u003c\/li\u003e\n\t\u003cli\u003e1 x User Manual\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eMason Jar Lids\u003c\/strong\u003e (10, 30, or 50 pieces based on your chosen package, evenly split between Wide Mouth and Regular Mouth)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-section specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Model\"\u003e\u003cspan class=\"spec-value\"\u003eJD-90\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatible Lid Sizes\"\u003e\u003cspan class=\"spec-value\"\u003e8.3 cm (approx. 3.27 in) \u0026amp; 6.8 cm (approx. 2.68 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Suction Power\"\u003e\u003cspan class=\"spec-value\"\u003e-60kPa (3.5L Vacuum Flow)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Battery Capacity\"\u003e\u003cspan class=\"spec-value\"\u003e1200 - 2000mAh (Up to 30 days standby)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Charging Interface\"\u003e\u003cspan class=\"spec-value\"\u003eDC5V\/1A USB Type-C\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Noise Level\"\u003e\u003cspan class=\"spec-value\"\u003e\u0026lt; 60dB\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Suggested Runtime\"\u003e\u003cspan class=\"spec-value\"\u003e1 - 100 seconds (20s recommended per seal)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003e\u003cspan class=\"spec-value\"\u003eABS, SG\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Block --\u003e\n\n\u003csection class=\"product-section faq-block\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: How do I know when the jar is successfully sealed?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eWe recommend letting the sealer run for at least 20 seconds. During the sealing process, the top digital LED display counts up the seconds. Once stopped, the screen switches to show the remaining battery percentage so you know when to recharge.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Do I need separate attachments for different jar sizes?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo separate hoses or manual pumps are required. The inner nested base of the sealer is designed to directly fit both standard wide-mouth (8.3 cm) and regular-mouth (6.8 cm) metal lids.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Black \/ Standard Kit (Machine + 10 Lids)","offer_id":50175845728506,"sku":"0826-14295508","price":26.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Standard Kit (Machine + 10 Lids)","offer_id":50175845761274,"sku":"0826-14295474","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Value Kit (Machine + 30 Lids)","offer_id":50175845794042,"sku":"0826-14298934","price":34.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Value Kit (Machine + 30 Lids)","offer_id":50175845826810,"sku":"0826-14293223","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Ultimate Kit (Machine + 50 Lids)","offer_id":50175845859578,"sku":"0826-14293334","price":54.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Ultimate Kit (Machine + 50 Lids)","offer_id":50175845892346,"sku":"0826-14298653","price":54.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/5ea07e5ca1963510767d4a585240cd30.jpg?v=1787726079","url":"https:\/\/varitino.com\/products\/handheld-mason-jar-sealer","provider":"Varitino","version":"1.0","type":"link"}