{"product_id":"dmvi-option-8-smart-vending-machine","title":"DMVI Option 8 Smart Vending Machine","description":"\u003cstyle\u003e\n  \/* Base styles to prevent overriding other page elements *\/\n  .cta-banner-wrapper * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .cta-banner-wrapper {\n    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    background-color: #26558b;\n    border-radius: 10px;\n    padding: 30px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\n    max-width: 1000px;\n    margin: 0 auto 28px auto;\n  }\n\n  .cta-banner-text {\n    color: #ffffff;\n    font-size: 2.2rem;\n    font-weight: 600;\n    letter-spacing: 0.05em;\n    margin: 0;\n    line-height: 1.2;\n  }\n\n  .cta-banner-button {\n    background-color: #ffffff;\n    color: #26558b;\n    text-decoration: none;\n    font-weight: 700;\n    font-size: 1.5rem;\n    padding: 24px 32px;\n    border-radius: 6px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    line-height: 1.2;\n    transition: all 0.2s ease;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n  }\n\n  .cta-banner-button:hover {\n    background-color: #f8f9fa;\n    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);\n  }\n\n  .cta-banner-icon {\n    width: 24px;\n    height: 24px;\n    fill: #26558b;\n    margin-right: 10px;\n  }\n\n  @media (max-width: 768px) {\n    .cta-banner-wrapper {\n      flex-direction: column;\n      text-align: center;\n      gap: 24px;\n      padding: 24px 20px;\n    }\n    .cta-banner-text {\n      font-size: 1.8rem;\n    }\n    .cta-banner-button {\n      width: 100%;\n    }\n  }\n\n  \/* Vending Machine Styles *\/\n  .vm-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .vm-wrap {\n    font-family: 'Segoe UI', Arial, sans-serif;\n    background: #f2f4f7;\n    color: #222;\n    padding: 28px 16px;\n  }\n\n  .vm-option-label {\n    font-size: 2rem;\n    color: #888;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    margin-bottom: 4px;\n  }\n\n  .vm-title {\n    font-size: 1.6rem;\n    font-weight: 800;\n    color: #1ab3d8;\n    text-transform: uppercase;\n    line-height: 1.1;\n    margin-bottom: 4px;\n  }\n\n  .vm-subtitle {\n    font-size: 1.5rem;\n    font-weight: 800;\n    color: #1a1a1a;\n    text-transform: uppercase;\n    margin-bottom: 8px;\n  }\n\n  .vm-description {\n    font-size: 1.5rem;\n    color: #555;\n    font-style: italic;\n    line-height: 1.5;\n  }\n\n  .vm-divider {\n    border: none;\n    border-top: 2px solid #1ab3d8;\n    opacity: 0.3;\n    margin: 20px 0;\n  }\n\n  .vm-video-block {\n    margin-bottom: 28px;\n  }\n\n  .vm-video-wrapper {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: 6px;\n    background: #000;\n  }\n\n  .vm-video-wrapper iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: 0;\n  }\n\n  .vm-features {\n    list-style: none;\n    margin-bottom: 28px;\n  }\n\n  .vm-features li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    padding: 9px 0;\n    font-size: 1.5rem;\n    color: #333;\n    border-bottom: 1px solid #dde1e6;\n  }\n\n  .vm-features li:last-child { border-bottom: none; }\n\n  .vm-features li::before {\n    content: '+';\n    color: #1ab3d8;\n    font-weight: 700;\n    font-size: 1.5rem;\n    line-height: 1.5;\n    flex-shrink: 0;\n  }\n\n  .vm-section-title {\n    font-size: 1.5rem;\n    font-weight: 700;\n    color: #1ab3d8;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #1ab3d8;\n    margin-bottom: 14px;\n  }\n\n  .vm-block {\n    margin-bottom: 28px;\n  }\n\n  .vm-pricing-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 1.5rem;\n  }\n\n  .vm-pricing-table thead tr {\n    background: #1a1a1a;\n    color: #fff;\n  }\n\n  .vm-pricing-table th {\n    padding: 10px 14px;\n    text-align: center;\n    font-weight: 600;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    font-size: 1.5rem;\n  }\n\n  .vm-pricing-table td {\n    padding: 9px 14px;\n    text-align: center;\n    border-bottom: 1px solid #dde1e6;\n    color: #333;\n  }\n\n  .vm-pricing-table tbody tr:nth-child(even) { background: #e8edf2; }\n  .vm-pricing-table tbody tr:last-child td { border-bottom: none; }\n\n  .vm-list {\n    list-style: none;\n  }\n\n  .vm-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    padding: 8px 0;\n    font-size: 1.5rem;\n    color: #333;\n    border-bottom: 1px solid #dde1e6;\n  }\n\n  .vm-list li:last-child { border-bottom: none; }\n\n  .vm-list li::before {\n    content: '+';\n    color: #1ab3d8;\n    font-weight: 700;\n    font-size: 1.5rem;\n    line-height: 1.5;\n    flex-shrink: 0;\n  }\n\n  .vm-options-panel {\n    background: #1e2530;\n    border-radius: 8px;\n    padding: 20px 16px;\n    margin-bottom: 28px;\n  }\n\n  .vm-options-panel .vm-section-title {\n    color: #fff;\n  }\n\n  .vm-options-panel .vm-list li {\n    color: #cdd6e0;\n    border-bottom-color: rgba(255,255,255,0.08);\n  }\n\n  .vm-mini-title {\n    font-size: 1.5rem;\n    font-weight: 700;\n    color: #1a1a1a;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #1ab3d8;\n    margin-bottom: 14px;\n    line-height: 1.3;\n  }\n\n  .vm-footnote {\n    font-size: 1.5rem;\n    color: #777;\n    border-top: 1px solid #dde1e6;\n    padding-top: 14px;\n    line-height: 1.7;\n  }\n\n  .vm-footnote strong { color: #444; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cta-banner-wrapper\"\u003e\n  \u003ch2 class=\"cta-banner-text\"\u003eLet's Discuss\u003cbr\u003eYour Goals\u003c\/h2\u003e\n\n  \u003ca href=\"https:\/\/www.digitalmediavending.com\/contact-us\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cta-banner-button\"\u003e\n    \u003csvg class=\"cta-banner-icon\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003cpath d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm95.8 32.6L272 480l-32-136 32-56h-96l32 56-32 136-47.8-191.4C56.9 292 0 350.3 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-72.1-56.9-130.4-128.2-133.8z\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n    Speak with an expert and\u003cbr\u003eunlock special pricing\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"vm-wrap\"\u003e\n\n  \u003cp class=\"vm-option-label\"\u003eOption 8\u003c\/p\u003e\n  \u003ch2 class=\"vm-title\"\u003e42\" Touchscreen Door\u003c\/h2\u003e\n  \u003ch3 class=\"vm-subtitle\"\u003e180\" of Shelf Space\u003c\/h3\u003e\n  \u003cp class=\"vm-description\"\u003eUp to 180\" of shelf space, up to 60 selections, small to large products\u003c\/p\u003e\n\n  \u003chr class=\"vm-divider\"\u003e\n\n  \u003cdiv class=\"vm-video-block\"\u003e\n    \u003cdiv class=\"vm-video-wrapper\"\u003e\n      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/zSlU98YPkjs\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen title='Option 8 – 42\" Touchscreen Door Vending Machine'\u003e\n      \u003c\/iframe\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cul class=\"vm-features\"\u003e\n    \u003cli\u003eElevator vending machine — your products do not fall\u003c\/li\u003e\n    \u003cli\u003eConveyor belts, coils, or hangers, customized for your products\u003c\/li\u003e\n    \u003cli\u003eOptional refrigeration or heated cabinet\u003c\/li\u003e\n    \u003cli\u003eCashless payment terminal accepts credit, debit, and NFC — Included\u003c\/li\u003e\n    \u003cli\u003eSensors track product movement for guaranteed product delivery\u003c\/li\u003e\n    \u003cli\u003eAutomatic delivery door with locking mechanism\u003c\/li\u003e\n    \u003cli\u003eOptional: Age Verification — ID Scanning or Biometric Verification\u003c\/li\u003e\n    \u003cli\u003eUp to 6 shelves, 30\" wide and 13 ¾\" deep\u003c\/li\u003e\n    \u003cli\u003eMachine dimensions: 76\" H x 65\" W x 32\" D\u003c\/li\u003e\n    \u003cli\u003eWeight: 1150 lbs\u003c\/li\u003e\n    \u003cli\u003eVoltage: 100–240V, 200W @ 110V 60Hz. If refrigerated, peak is 16A @ 110V\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"vm-block\"\u003e\n    \u003cp class=\"vm-section-title\"\u003ePricing\u003c\/p\u003e\n    \u003ctable class=\"vm-pricing-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eQTY\u003c\/th\u003e\n          \u003cth\u003eUnit Price\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003e1\u003c\/td\u003e\n\u003ctd\u003e$14,995\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003e6\u003c\/td\u003e\n\u003ctd\u003e$14,495\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003e12\u003c\/td\u003e\n\u003ctd\u003e$13,995\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003e24\u003c\/td\u003e\n\u003ctd\u003e$13,495\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003e48\u003c\/td\u003e\n\u003ctd\u003e$12,995\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003e96\u003c\/td\u003e\n\u003ctd\u003e$12,495\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vm-block\"\u003e\n    \u003cp class=\"vm-mini-title\"\u003eAlso Available in a Mini Configuration\u003c\/p\u003e\n    \u003cul class=\"vm-list\"\u003e\n      \u003cli\u003e42\" touch screen\u003c\/li\u003e\n      \u003cli\u003e144\" of shelf space, up to 48 selections\u003c\/li\u003e\n      \u003cli\u003eUp to 6 shelves, 24\" wide and 13 ¾\" deep\u003c\/li\u003e\n      \u003cli\u003eMachine dimensions: 73\" H x 49 ½\" W x 32\" D\u003c\/li\u003e\n      \u003cli\u003eWeight: 1050 lbs\u003c\/li\u003e\n      \u003cli\u003eOption 8 Mini starts at $14,495 each, quantity discounts available\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vm-options-panel\"\u003e\n    \u003cp class=\"vm-section-title\"\u003eOptions\u003c\/p\u003e\n    \u003cul class=\"vm-list\"\u003e\n      \u003cli\u003eCloud Management Suite\u003c\/li\u003e\n      \u003cli\u003eDigital Signage Management\u003c\/li\u003e\n      \u003cli\u003eNFC Payments — Apple Pay, Samsung Pay, Google Pay\u003c\/li\u003e\n      \u003cli\u003eOptional Graphic Vinyl Wrap\u003c\/li\u003e\n      \u003cli\u003eCoupon Management\u003c\/li\u003e\n      \u003cli\u003eInstant Telemetry\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vm-footnote\"\u003e\n    6 in a 20 ft container, 12 in a 40 ft container\u003cbr\u003e\n    \u003cstrong\u003e*Lease-to-own monthly payment option also available\u003c\/strong\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Smart Vending Machines, Parts and Components","offers":[{"title":"Default Title","offer_id":44897879130157,"sku":null,"price":14995.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0557\/1477\/5085\/files\/Opt8_6e3d5149-37fd-4074-aa99-e3449a649c1a.webp?v=1777848681","url":"https:\/\/parts.digitalmediavending.com\/products\/dmvi-option-8-smart-vending-machine","provider":"Smart Vending Machines, Parts and Components","version":"1.0","type":"link"}