{"product_id":"sour-patch-88g","title":"SOUR PATCH (88g)","description":"\u003c!-- ============================================================\n     PRIMEVAPES.IE - SOUR PATCH WATERMELON PAGE CONTENT\n     Pure #000 \u0026 #fff ONLY — zero grey\n     ============================================================ --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n\/* ══ TOP INTRO BAR ══ *\/\n.pv-top-bar {\n    background: #000;\n    color: #fff;\n    padding: 16px 24px;\n    font-size: 17px;\n    font-family: 'Poppins', sans-serif;\n}\n.pv-top-bar a { color: #fff; font-weight: 700; text-decoration: underline; }\n.pv-top-bar a:hover { text-decoration: none; }\n\/* ══ MAIN CONTENT ══ *\/\n.sp-watermelon-wrapper {\n    font-family: 'Poppins', sans-serif;\n    color: #000;\n    line-height: 1.6;\n    width: 100%;\n    margin: 20px 0 0;\n    border: 2px solid #000;\n    overflow: hidden;\n    background-color: #fff;\n}\n.sp-header {\n    background: #000;\n    color: #fff;\n    padding: 60px 20px;\n    text-align: center;\n    border-bottom: 2px solid #000;\n}\n.sp-header h2 {\n    margin: 0;\n    font-size: 26px;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n    font-weight: 700;\n    color: #fff;\n}\n.sp-content { padding: 40px; }\n.sp-intro-text {\n    font-size: 16px;\n    margin-bottom: 35px;\n    color: #000;\n    text-align: center;\n    max-width: 850px;\n    margin-left: auto;\n    margin-right: auto;\n}\n.sp-alert-box {\n    background: #fff;\n    border: 2px dashed #000;\n    padding: 22px;\n    margin-bottom: 35px;\n    text-align: center;\n    color: #000;\n}\n.sp-alert-box h3 {\n    margin: 0 0 8px 0;\n    font-size: 18px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #000;\n}\n.sp-section-title {\n    font-size: 22px;\n    color: #000;\n    border-bottom: 2px solid #000;\n    display: inline-block;\n    margin: 30px 0 20px 0;\n    padding-bottom: 6px;\n    font-weight: 700;\n    text-transform: uppercase;\n}\n.sp-features-grid {\n    list-style: none;\n    padding: 0;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 18px;\n}\n.sp-features-grid li {\n    position: relative;\n    background: #fff;\n    padding: 18px 18px 18px 45px;\n    font-size: 15px;\n    border: 2px solid #000;\n    color: #000;\n    transition: 0.2s ease;\n}\n.sp-features-grid li:hover {\n    background: #000;\n    color: #fff;\n}\n.sp-features-grid li::before {\n    content: '●';\n    position: absolute;\n    left: 18px;\n    color: inherit;\n    font-size: 14px;\n}\n.sp-how-to {\n    background: #fff;\n    padding: 35px;\n    border: 2px solid #000;\n}\n.sp-step {\n    display: flex;\n    align-items: center;\n    margin-bottom: 18px;\n    font-size: 16px;\n    color: #000;\n}\n.sp-step:last-child { margin-bottom: 0; }\n.sp-step-num {\n    background: #000;\n    color: #fff;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    font-size: 13px;\n    font-weight: 700;\n    margin-right: 15px;\n    flex-shrink: 0;\n}\n.sp-footer {\n    background: #000;\n    color: #fff;\n    padding: 50px 25px;\n    text-align: center;\n    border-top: 2px solid #000;\n}\n.sp-footer strong {\n    color: #fff;\n    font-size: 20px;\n    display: block;\n    margin-bottom: 12px;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n}\n.sp-footer p {\n    margin: 0;\n    max-width: 750px;\n    margin-left: auto;\n    margin-right: auto;\n    font-size: 14px;\n    color: #fff;\n}\n@media (max-width: 600px) {\n    .sp-header h2 { font-size: 22px; }\n    .sp-content { padding: 25px; }\n    .sp-features-grid { grid-template-columns: 1fr; }\n}\n\/* ══ BOTTOM SECTION ══ *\/\n.pv-bottom {\n    font-family: 'Poppins', sans-serif;\n    font-size: 17px;\n    margin-top: 24px;\n}\n.pv-block-label {\n    background: #000;\n    color: #fff;\n    padding: 12px 20px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    border: 2px solid #000;\n    border-bottom: none;\n}\n.pv-products {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border: 2px solid #000;\n    border-bottom: none;\n}\n@media (max-width: 600px) {\n    .pv-products { grid-template-columns: repeat(2, 1fr); }\n}\n.pv-product {\n    display: block;\n    padding: 20px 18px;\n    border-right: 2px solid #000;\n    border-bottom: 2px solid #000;\n    text-decoration: none;\n    background: #fff;\n    transition: background 0.15s;\n}\n.pv-product:last-child { border-right: none; }\n@media (max-width: 600px) {\n    .pv-product:nth-child(2n) { border-right: none; }\n}\n.pv-product:hover { background: #000; }\n.pv-product:hover .pp-num,\n.pv-product:hover .pp-name { color: #fff; }\n.pv-product .pp-num {\n    display: block;\n    font-size: 28px;\n    font-weight: 700;\n    color: #000;\n    line-height: 1;\n    margin-bottom: 10px;\n    transition: color 0.15s;\n}\n.pv-product .pp-name {\n    display: block;\n    font-size: 16px;\n    font-weight: 700;\n    color: #000;\n    line-height: 1.3;\n    transition: color 0.15s;\n}\n.pv-cta-row {\n    background: #000;\n    color: #fff;\n    padding: 13px 20px;\n    font-size: 17px;\n    border: 2px solid #000;\n    border-bottom: none;\n}\n.pv-cta-row a { color: #fff; font-weight: 700; text-decoration: underline; }\n.pv-cta-row a:hover { text-decoration: none; }\n.pv-premium { border: 2px solid #000; border-bottom: none; }\n.pv-premium-label {\n    background: #000;\n    color: #fff;\n    padding: 12px 20px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    border-bottom: 2px solid #fff;\n}\n.pv-range {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n}\n@media (max-width: 600px) {\n    .pv-range { grid-template-columns: repeat(2, 1fr); }\n}\n.pv-range-item {\n    display: block;\n    padding: 16px 18px;\n    border-right: 2px solid #fff;\n    border-bottom: 2px solid #fff;\n    text-decoration: none;\n    background: #000;\n    color: #fff !important;\n    font-size: 15px;\n    font-weight: 700;\n    transition: background 0.15s, color 0.15s;\n}\n.pv-range-item:last-child { border-right: none; }\n.pv-range-item:hover { background: #fff; color: #000 !important; }\n.pv-final {\n    background: #000;\n    border: 2px solid #000;\n    padding: 14px 20px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 12px;\n}\n.pv-final span { font-size: 17px; color: #fff; }\n.pv-final a.pf-link { color: #fff; font-weight: 700; text-decoration: underline; }\n.pv-final a.pf-link:hover { text-decoration: none; }\n.pv-final a.pf-btn {\n    display: inline-block;\n    padding: 10px 24px;\n    background: #fff;\n    color: #000;\n    font-size: 15px;\n    font-weight: 700;\n    text-decoration: none;\n    border: 2px solid #fff;\n    white-space: nowrap;\n    transition: background 0.15s, color 0.15s;\n}\n.pv-final a.pf-btn:hover { background: #000; color: #fff; }\n\u003c\/style\u003e\n\n\u003c!-- ═══ TOP INTRO BANNER ═══ --\u003e\n\u003cdiv class=\"pv-top-bar\"\u003e\n  Shop official \u003ca href=\"https:\/\/primevapes.ie\/pages\/sweets\"\u003eSweets\u003c\/a\u003e online at \u003ca href=\"https:\/\/primevapes.ie\/collections\/all\"\u003eprimevapes.ie\u003c\/a\u003e. We offer free worldwide shipping, fast delivery, and a trusted range of top disposable styles.\n\u003c\/div\u003e\n\n\u003c!-- ═══ MAIN CONTENT ═══ --\u003e\n\u003cdiv class=\"sp-watermelon-wrapper\"\u003e\n  \u003cdiv class=\"sp-header\"\u003e\n    \u003ch2\u003eSOUR PATCH Watermelon (88g)\u003c\/h2\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"sp-content\"\u003e\n    \u003cp class=\"sp-intro-text\"\u003e\n      SOUR PATCH Watermelon delivers the perfect balance of sweet and sour with a juicy watermelon flavor and soft chewy texture.\n    \u003c\/p\u003e\n    \u003cdiv class=\"sp-alert-box\"\u003e\n      \u003ch3\u003eTax-Free \/ Limited Stock\u003c\/h3\u003e\n      \u003cp style=\"margin:0;\"\u003eLimited stock available. Secure yours before prices increase.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sp-section-title\"\u003eKey Features\u003c\/div\u003e\n    \u003cul class=\"sp-features-grid\"\u003e\n      \u003cli\u003eSweet and sour watermelon flavor\u003c\/li\u003e\n      \u003cli\u003eSoft chewy candy texture\u003c\/li\u003e\n      \u003cli\u003ePerfect for sour candy lovers\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"sp-section-title\"\u003eHow to Use\u003c\/div\u003e\n    \u003cdiv class=\"sp-how-to\"\u003e\n      \u003cdiv class=\"sp-step\"\u003e\n        \u003cdiv class=\"sp-step-num\"\u003e1\u003c\/div\u003e\n        \u003cdiv\u003eOpen and enjoy instantly.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-step\"\u003e\n        \u003cdiv class=\"sp-step-num\"\u003e2\u003c\/div\u003e\n        \u003cdiv\u003eChew and enjoy the flavor balance.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-step\"\u003e\n        \u003cdiv class=\"sp-step-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv\u003eDispose of packaging responsibly.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"sp-footer\"\u003e\n    \u003cstrong\u003eWhy Choose SOUR PATCH?\u003c\/strong\u003e\n    \u003cp\u003eA bold candy experience combining tangy sour notes with sweet fruity flavor in every bite.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══ BOTTOM SECTION ═══ --\u003e\n\u003cdiv class=\"pv-bottom\"\u003e\n  \u003cdiv class=\"pv-block-label\"\u003eShop the Sweets\u003c\/div\u003e\n  \u003cdiv class=\"pv-products\"\u003e\n    \u003ca class=\"pv-product\" href=\"https:\/\/primevapes.ie\/products\/galaxy-chocolate\"\u003e\n      \u003cspan class=\"pp-num\"\u003e01\u003c\/span\u003e\n      \u003cspan class=\"pp-name\"\u003eGALAXY CHOCOLATE\u003c\/span\u003e\n    \u003c\/a\u003e\n    \u003ca class=\"pv-product\" href=\"https:\/\/primevapes.ie\/products\/m-ms-cookies\"\u003e\n      \u003cspan class=\"pp-num\"\u003e02\u003c\/span\u003e\n      \u003cspan class=\"pp-name\"\u003eM\u0026amp;MS COOKIES\u003c\/span\u003e\n    \u003c\/a\u003e\n    \u003ca class=\"pv-product\" href=\"https:\/\/primevapes.ie\/products\/biscoff\"\u003e\n      \u003cspan class=\"pp-num\"\u003e03\u003c\/span\u003e\n      \u003cspan class=\"pp-name\"\u003eBiscoff\u003c\/span\u003e\n    \u003c\/a\u003e\n    \u003ca class=\"pv-product\" href=\"https:\/\/primevapes.ie\/products\/iced-gems-or\"\u003e\n      \u003cspan class=\"pp-num\"\u003e04\u003c\/span\u003e\n      \u003cspan class=\"pp-name\"\u003eIced Gems (OR)\u003c\/span\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"pv-cta-row\"\u003e\n    Shop the complete collection at the official \u003ca href=\"https:\/\/primevapes.ie\/\"\u003eprimevapes store!\u003c\/a\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"pv-premium\"\u003e\n    \u003cdiv class=\"pv-premium-label\"\u003eDiscover Our Premium Range\u003c\/div\u003e\n    \u003cdiv class=\"pv-range\"\u003e\n      \u003ca class=\"pv-range-item\" href=\"https:\/\/primevapes.ie\/pages\/nicotine-pouches\"\u003eNicotine Pouches\u003c\/a\u003e\n      \u003ca class=\"pv-range-item\" href=\"https:\/\/primevapes.ie\/collections\/nic-salt\"\u003eNic Salts\u003c\/a\u003e\n      \u003ca class=\"pv-range-item\" href=\"https:\/\/primevapes.ie\/collections\/disposable-vape\"\u003eDisposable Vapes\u003c\/a\u003e\n      \u003ca class=\"pv-range-item\" href=\"https:\/\/primevapes.ie\/pages\/gummies\"\u003eGummies\u003c\/a\u003e\n      \u003ca class=\"pv-range-item\" href=\"https:\/\/primevapes.ie\/pages\/dessert\"\u003eDesserts\u003c\/a\u003e\n      \u003ca class=\"pv-range-item\" href=\"https:\/\/primevapes.ie\/pages\/nic-salts\"\u003eNic Salts\u003c\/a\u003e\n      \u003ca class=\"pv-range-item\" href=\"https:\/\/primevapes.ie\/pages\/e-liquid\"\u003eE-liquid\u003c\/a\u003e\n      \u003ca class=\"pv-range-item\" href=\"https:\/\/primevapes.ie\/pages\/e-liquid\"\u003ePods\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"pv-final\"\u003e\n    \u003cspan\u003eFind top-quality pieces at unbeatable prices — only at the \u003ca class=\"pf-link\" href=\"https:\/\/primevapes.ie\/collections\/all\"\u003eprimevapes shop\u003c\/a\u003e\u003c\/span\u003e\n    \u003ca class=\"pf-btn\" href=\"https:\/\/primevapes.ie\/collections\/all\"\u003eShop All Products →\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- END PRIMEVAPES CONTENT --\u003e","brand":"Prime Vapes","offers":[{"title":"Watermelon Slices","offer_id":56825968197897,"sku":null,"price":3.0,"currency_code":"EUR","in_stock":true},{"title":"Tropical","offer_id":56825968230665,"sku":null,"price":3.0,"currency_code":"EUR","in_stock":true},{"title":"Bunnies","offer_id":56825968263433,"sku":null,"price":3.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0718\/2480\/2057\/files\/SOUR_PATCH_88g.jpg?v=1775133778","url":"https:\/\/primevapes.ie\/products\/sour-patch-88g","provider":"Prime Vapes","version":"1.0","type":"link"}