{"product_id":"bar-series-nic-salts-20mg","title":"Bar Series Nic Salts 20MG","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;500;600;700\u0026family=Space+Grotesk:wght@400;500;600;700\u0026display=swap');\n    \n    :root {\n    --bg: #001815;\n    --bg-secondary: #00205e;\n    --fg: #f0f0f5;\n    --muted: #8a8a9a;\n    --accent: #00d4aa;\n    --accent-glow: rgba(0, 212, 170, 0.3);\n    --card: #18181f;\n    --border: #2a2a35;\n    --gradient-start: #00d4aa;\n    --gradient-end: #00a8cc;\n    }\n    \n    .product-wrapper {\n    font-family: 'Outfit', sans-serif;\n    background: var(--bg); \n    color: var(--fg);\n    padding: 60px 7%;\n    position: relative;\n    overflow: hidden;\n    \n    }\n    \n    .product-wrapper::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -20%;\n    width: 60%;\n    height: 100%;\n    background: radial-gradient(ellipse, var(--accent-glow) 0%, transparent 70%);\n    opacity: 0.4;\n    pointer-events: none;\n    }\n    \n    .product-wrapper::after {\n    content: '';\n    position: absolute;\n    bottom: -30%;\n    right: -10%;\n    width: 50%;\n    height: 80%;\n    background: radial-gradient(ellipse, rgba(0, 168, 204, 0.2) 0%, transparent 70%);\n    pointer-events: none;\n    }\n    \n    \/* Hero Section *\/\n    .hero-section {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 60px;\n    align-items: center;\n    margin-bottom: 80px;\n    position: relative;\n    z-index: 1;\n    }\n    \n    .hero-content {\n    flex: 1;\n    min-width: 300px;\n    }\n    \n    .hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));\n    color: var(--bg);\n    padding: 8px 16px;\n    border-radius: 30px;\n    font-size: 12px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 24px;\n    animation: slideDown 0.6s ease-out;\n    }\n    \n    .product-description-hero-title {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: clamp(36px, 5vw, 56px);\n    font-weight: 700;\n    line-height: 1.1;\n    margin-bottom: 20px;\n    animation: slideUp 0.8s ease-out;\n    color:#ffffff!important;\n    }\n    \n    .product-description-hero-title span {\n    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    color: #fff!important;\n    }\n    \n    .hero-description {\n    font-size: 18px;\n    color: var(--muted);\n    line-height: 1.7;\n    margin-bottom: 32px;\n    max-width: 540px;\n    animation: fadeIn 1s ease-out 0.3s both;\n    }\n    \n    .hero-stats {\n    display: flex;\n    gap: 40px;\n    flex-wrap: wrap;\n    animation: fadeIn 1s ease-out 0.5s both;\n    }\n    \n    .stat-item {\n    text-align: left;\n    }\n    \n    .stat-value {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: 32px;\n    font-weight: 700;\n    color: var(--accent);\n    }\n    \n    .stat-label {\n    font-size: 13px;\n    color: var(--muted);\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    }\n    \n    .hero-visual {\n    flex: 0 0 400px;\n    min-width: 280px;\n    position: relative;\n    animation: float 6s ease-in-out infinite;\n    }\n    \n    .bottle-showcase {\n    position: relative;\n    width: 100%;\n    aspect-ratio: 3\/4;\n    background: linear-gradient(145deg, var(--card), var(--bg-secondary));\n    border-radius: 24px;\n    border: 1px solid var(--border);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    }\n    \n    .bottle-showcase::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(135deg, transparent 40%, var(--accent-glow) 100%);\n    opacity: 0.5;\n    }\n    \n    .bottle-icon {\n    width: auto;\n    height: 450px;\n    position: relative;\n    z-index: 1;\n    }\n    \n    .bottle-icon img {\n    width: 100%;\n    height: 100%;\n    filter: drop-shadow(0 20px 40px var(--accent-glow));\n    object-fit: contain;\n    transform-origin: center;\n    }\n    \n    \/* Features Grid *\/\n    .features-section {\n    margin-bottom: 80px;\n    position: relative;\n    z-index: 1;\n    }\n    \n    .productpage-description-section-header {\n    text-align: center;\n    margin-bottom: 50px;\n    color:#ffffff!important;\n    text-align: center;\n    }\n    \n    .prod-description-section-title {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: clamp(28px, 4vw, 40px);\n    font-weight: 700;\n    margin-bottom: 16px;\n    color:#ffffff!important;\n    }\n    \n    \n    .productpage-section-subtitle {\n    font-size: 16px;\n    max-width: 500px;\n    margin: 0 auto;\n    color:#ffffff!important;\n    }\n    \n    .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 24px;\n    }\n    \n    .feature-card {\n    background: linear-gradient(145deg, var(--card), var(--bg-secondary));\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    padding: 32px 28px;\n    position: relative;\n    overflow: hidden;\n    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    opacity: 0;\n    transform: translateY(30px);\n    }\n    \n    .feature-card.visible {\n    opacity: 1;\n    transform: translateY(0);\n    }\n    \n    .feature-card:hover {\n    border-color: var(--accent);\n    transform: translateY(-4px);\n    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 30px var(--accent-glow);\n    }\n    \n    .feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 2px;\n    background: linear-gradient(90deg, transparent, var(--accent), transparent);\n    opacity: 0;\n    transition: opacity 0.4s;\n    }\n    \n    .feature-card:hover::before {\n    opacity: 1;\n    }\n    \n    .feature-icon {\n    width: 52px;\n    height: 52px;\n    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 20px;\n    }\n    \n    .feature-icon svg {\n    width: 26px;\n    height: 26px;\n    stroke: var(--bg);\n    stroke-width: 2;\n    fill: none;\n    }\n    \n    .productpage-feature-title {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: 20px;\n    font-weight: 600;\n    margin-bottom: 12px;\n    color:#ffffff!important;\n    }\n    \n    .feature-text {\n    color: var(--muted);\n    font-size: 15px;\n    line-height: 1.6;\n    }\n    \n    \/* Specifications *\/\n    .specs-section {\n    margin-bottom: 80px;\n    position: relative;\n    z-index: 1;\n    }\n    \n    .specs-container {\n    background: linear-gradient(145deg, var(--card), var(--bg-secondary));\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    overflow: hidden;\n    }\n    \n    .specs-header {\n    background: linear-gradient(135deg, rgba(0, 212, 170, 0.1), rgba(0, 168, 204, 0.1));\n    padding: 24px 32px;\n    border-bottom: 1px solid var(--border);\n    }\n    \n    .specs-header h3 {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: 22px;\n    font-weight: 600;\n    color:#ffffff!important;\n    }\n    \n    .specs-list {\n    padding: 0;\n    }\n    \n    .spec-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 20px 32px;\n    border-bottom: 1px solid var(--border);\n    transition: background 0.3s;\n    }\n    \n    .spec-row:last-child {\n    border-bottom: none;\n    }\n    \n    .spec-row:hover {\n    background: rgba(0, 212, 170, 0.05);\n    }\n    \n    .spec-label {\n    color: var(--muted);\n    font-size: 15px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    }\n    \n    .spec-label svg {\n    width: 18px;\n    height: 18px;\n    stroke: var(--accent);\n    stroke-width: 2;\n    fill: none;\n    }\n    \n    .spec-value {\n    font-weight: 600;\n    font-size: 15px;\n    color: var(--fg);\n    }\n    \n    \/* Flavors Section *\/\n    .flavors-section {\n    margin-bottom: 80px;\n    position: relative;\n    z-index: 1;\n    }\n    \n    .flavors-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));\n    gap: 16px;\n    }\n    \n    .flavor-card {\n    background: var(--card);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 20px;\n    text-align: center;\n    cursor: pointer;\n    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    position: relative;\n    overflow: hidden;\n    }\n    \n    .flavor-card:hover {\n    border-color: var(--accent);\n    transform: scale(1.02);\n    }\n    \n    .flavor-card::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(135deg, var(--accent-glow), transparent);\n    opacity: 0;\n    transition: opacity 0.3s;\n    }\n    \n    .flavor-card:hover::after {\n    opacity: 0.3;\n    }\n    \n    .flavor-name {\n    font-weight: 500;\n    font-size: 14px;\n    position: relative;\n    z-index: 1;\n    }\n    \n    .flavor-tag {\n    display: inline-block;\n    margin-top: 8px;\n    font-size: 11px;\n    color: var(--accent);\n    background: rgba(0, 212, 170, 0.15);\n    padding: 4px 10px;\n    border-radius: 20px;\n    position: relative;\n    z-index: 1;\n    }\n    \n    \/* Why Choose *\/\n    .why-section {\n    margin-bottom: 60px;\n    position: relative;\n    z-index: 1;\n    }\n    \n    .why-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 30px;\n    }\n    \n    .why-item {\n    flex: 1;\n    min-width: 280px;\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n    }\n    \n    .why-number {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: 48px;\n    font-weight: 700;\n    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    line-height: 1;\n    flex-shrink: 0;\n    }\n    \n    .why-content h4 {\n    font-size: 18px;\n    font-weight: 600;\n    margin-bottom: 8px;\n    color:#ffffff!important;\n    }\n    \n    .why-content p {\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.6;\n    }\n    \n    \/* Warning Box *\/\n    .warning-box {\n    background: rgba(255, 180, 0, 0.08);\n    border: 1px solid rgba(255, 180, 0, 0.3);\n    border-radius: 12px;\n    padding: 20px 24px;\n    margin-top: 40px;\n    position: relative;\n    z-index: 1;\n    }\n\n    .warning-box span strong{\n        color:#ffffff!important;\n    }\n    \n    .warning-box p {\n    color: #ffb400;\n    font-size: 13px;\n    line-height: 1.6;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    }\n    \n    .warning-box svg {\n    width: 20px;\n    height: 20px;\n    stroke: #ffb400;\n    stroke-width: 2;\n    fill: none;\n    flex-shrink: 0;\n    margin-top: 2px;\n    }\n    \n    \/* Animations *\/\n    @keyframes slideUp {\n    from { opacity: 0; transform: translateY(30px); }\n    to { opacity: 1; transform: translateY(0); }\n    }\n    \n    @keyframes slideDown {\n    from { opacity: 0; transform: translateY(-20px); }\n    to { opacity: 1; transform: translateY(0); }\n    }\n    \n    @keyframes fadeIn {\n    from { opacity: 0; }\n    to { opacity: 1; }\n    }\n    \n    @keyframes float {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-15px); }\n    }\n    \n    \/* Mobile Responsive *\/\n    @media (max-width: 768px) {\n    .product-wrapper {\n        padding: 30px 7%;\n    }\n    \n    .hero-section {\n        flex-direction: column;\n        gap: 40px;\n    }\n    \n    .hero-visual {\n        flex: 0 0 auto;\n        width: 100%;\n        max-width: 320px;\n        margin: 0 auto;\n    }\n    \n    .hero-stats {\n        gap: 30px;\n    }\n    \n    .stat-value {\n        font-size: 26px;\n    }\n    \n    .features-grid {\n        grid-template-columns: 1fr;\n    }\n    \n    .spec-row {\n        flex-direction: row;\n        padding: 16px 20px;\n    }\n    \n    .specs-header {\n        padding: 20px;\n    }\n    \n    .flavors-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n    \n    .why-grid {\n        flex-direction: column;\n    }\n    \n    .why-item {\n        min-width: 100%;\n    }\n    }\n    \n    @media (max-width: 480px) {\n    .hero-badge {\n        font-size: 11px;\n        padding: 6px 12px;\n    }\n    \n    .flavors-grid {\n        grid-template-columns: 1fr;\n    }\n    }\n    \n    \/* Reduced Motion *\/\n    @media (prefers-reduced-motion: reduce) {\n    .hero-visual {\n        animation: none;\n    }\n    \n    .feature-card,\n    .flavor-card,\n    .spec-row {\n        transition: none;\n    }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-wrapper\"\u003e\n    \n    \u003c!-- Hero Section --\u003e\n    \u003cdiv class=\"hero-section\"\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n        \u003cdiv class=\"hero-badge\"\u003e\n        \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\n            \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        Premium Nicotine Salts\n        \u003c\/div\u003e\n        \u003ch2 class=\"product-description-hero-title\"\u003eBar Series \u003cspan\u003eNic Salts\u003c\/span\u003e 20MG\n        \u003c\/h2\u003e\n\u003cp class=\"hero-description\"\u003eExperience the ultimate satisfaction with Bar Series Nicotine Salts. Crafted for smooth throat hits and rapid nicotine absorption, these 10ml e-liquids deliver bold, authentic flavors inspired by your favorite disposable vapes.\u003c\/p\u003e\n        \u003cdiv class=\"hero-stats\"\u003e\n        \u003cdiv class=\"stat-item\"\u003e\n            \u003cdiv class=\"stat-value\"\u003e20MG\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eNicotine Strength\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat-item\"\u003e\n            \u003cdiv class=\"stat-value\"\u003e10ML\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eBottle Size\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat-item\"\u003e\n            \u003cdiv class=\"stat-value\"\u003e50\/50\u003c\/div\u003e\n            \u003cdiv class=\"stat-label\"\u003eVG\/PG Ratio\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n        \u003cdiv class=\"bottle-showcase\"\u003e\n        \u003cdiv class=\"bottle-icon\"\u003e\n\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0840\/1797\/1526\/files\/Blue_Raspberry-bar-series-bottl-image-png.png?v=1770880355\" alt=\"\"\u003e\n            \n        \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Features Section --\u003e\n    \u003cdiv class=\"features-section\"\u003e\n    \u003cdiv class=\"productpage-description-section-header\"\u003e\n        \u003ch2 class=\"prod-description-section-title\"\u003eWhy Choose Bar Series\u003c\/h2\u003e\n        \u003cp class=\"productpage-section-subtitle\"\u003ePremium quality nicotine salts designed for the discerning vaper\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"productpage-feature-title\"\u003eInstant Satisfaction\u003c\/h3\u003e\n        \u003cp class=\"feature-text\"\u003eNicotine salts provide faster absorption compared to freebase nicotine, delivering quick relief for cravings with a remarkably smooth experience.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M8 14s1.5 2 4 2 4-2 4-2\"\u003e\u003c\/path\u003e\n            \u003cline x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"productpage-feature-title\"\u003eSmooth Throat Hit\u003c\/h3\u003e\n        \u003cp class=\"feature-text\"\u003eThe balanced 50\/50 VG\/PG ratio combined with nicotine salt formulation ensures a velvety smooth throat hit without harshness, even at 20MG strength.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 2a10 10 0 1 0 10 10H12V2z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 2a10 10 0 0 1 10 10\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"productpage-feature-title\"\u003eRich Flavor Profile\u003c\/h3\u003e\n        \u003cp class=\"feature-text\"\u003eEach flavor is meticulously crafted using premium ingredients to deliver authentic, long-lasting taste that replicates the disposable vape experience.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003crect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"productpage-feature-title\"\u003ePod System Optimized\u003c\/h3\u003e\n        \u003cp class=\"feature-text\"\u003eSpecifically formulated for low-wattage pod devices and MTL tanks, ensuring optimal performance without dry hits or coil degradation.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Specifications Section --\u003e\n    \u003cdiv class=\"specs-section\"\u003e\n    \u003cdiv class=\"specs-container\"\u003e\n        \u003cdiv class=\"specs-header\"\u003e\n        \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"specs-list\"\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n            \u003cdiv class=\"spec-label\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n            Nicotine Strength\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-value\"\u003e20MG (2%)\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n            \u003cdiv class=\"spec-label\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n            Bottle Size\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-value\"\u003e10ml\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n            \u003cdiv class=\"spec-label\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cline x1=\"12\" y1=\"20\" x2=\"12\" y2=\"10\"\u003e\u003c\/line\u003e\u003cline x1=\"18\" y1=\"20\" x2=\"18\" y2=\"4\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"20\" x2=\"6\" y2=\"16\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n            VG\/PG Ratio\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-value\"\u003e50% VG \/ 50% PG\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n            \u003cdiv class=\"spec-label\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"\u003e\u003c\/path\u003e\u003cpath d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            Nicotine Type\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-value\"\u003eNicotine Salt\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n            \u003cdiv class=\"spec-label\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            Compatible Devices\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-value\"\u003ePod Systems, MTL Tanks\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n            \u003cdiv class=\"spec-label\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            Origin\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-value\"\u003eUnited Kingdom\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n            \u003cdiv class=\"spec-label\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            TPD Compliant\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-value\"\u003eYes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Flavors Section --\u003e\n    \u003cdiv class=\"flavors-section\"\u003e\n    \u003cdiv class=\"productpage-description-section-header\"\u003e\n        \u003ch2 class=\"prod-description-section-title\"\u003eAvailable Flavors\u003c\/h2\u003e\n        \u003cp class=\"productpage-section-subtitle\"\u003eA diverse range of flavors to suit every preference\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"flavors-grid\"\u003e\n        \u003cdiv class=\"flavor-card\"\u003e\n        \u003cdiv class=\"flavor-name\"\u003eBlue Razz Lemonade\u003c\/div\u003e\n        \u003cdiv class=\"flavor-tag\"\u003eFruit\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"flavor-card\"\u003e\n        \u003cdiv class=\"flavor-name\"\u003eCola Ice\u003c\/div\u003e\n        \u003cdiv class=\"flavor-tag\"\u003eBeverage\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"flavor-card\"\u003e\n        \u003cdiv class=\"flavor-name\"\u003eGummy Bear\u003c\/div\u003e\n        \u003cdiv class=\"flavor-tag\"\u003eCandy\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"flavor-card\"\u003e\n        \u003cdiv class=\"flavor-name\"\u003eMenthol\u003c\/div\u003e\n        \u003cdiv class=\"flavor-tag\"\u003eMint\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"flavor-card\"\u003e\n        \u003cdiv class=\"flavor-name\"\u003ePink Lemonade\u003c\/div\u003e\n        \u003cdiv class=\"flavor-tag\"\u003eFruit\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"flavor-card\"\u003e\n        \u003cdiv class=\"flavor-name\"\u003eStrawberry Ice\u003c\/div\u003e\n        \u003cdiv class=\"flavor-tag\"\u003eFruit\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"flavor-card\"\u003e\n        \u003cdiv class=\"flavor-name\"\u003eWatermelon Ice\u003c\/div\u003e\n        \u003cdiv class=\"flavor-tag\"\u003eFruit\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"flavor-card\"\u003e\n        \u003cdiv class=\"flavor-name\"\u003eTropical Mango\u003c\/div\u003e\n        \u003cdiv class=\"flavor-tag\"\u003eExotic\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"flavor-card\"\u003e\n        \u003cdiv class=\"flavor-name\"\u003eGrape Ice\u003c\/div\u003e\n        \u003cdiv class=\"flavor-tag\"\u003eFruit\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"flavor-card\"\u003e\n        \u003cdiv class=\"flavor-name\"\u003eKiwi Passion Guava\u003c\/div\u003e\n        \u003cdiv class=\"flavor-tag\"\u003eExotic\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"flavor-card\"\u003e\n        \u003cdiv class=\"flavor-name\"\u003eCherry Ice\u003c\/div\u003e\n        \u003cdiv class=\"flavor-tag\"\u003eFruit\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"flavor-card\"\u003e\n        \u003cdiv class=\"flavor-name\"\u003eSour Apple\u003c\/div\u003e\n        \u003cdiv class=\"flavor-tag\"\u003eCandy\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Why Choose Section --\u003e\n    \u003cdiv class=\"why-section\"\u003e\n    \u003cdiv class=\"productpage-description-section-header\"\u003e\n        \u003ch2 class=\"prod-description-section-title\"\u003ePerfect For Your Vaping Journey\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"why-grid\"\u003e\n        \u003cdiv class=\"why-item\"\u003e\n        \u003cdiv class=\"why-number\"\u003e01\u003c\/div\u003e\n        \u003cdiv class=\"why-content\"\u003e\n            \u003ch4\u003eCost-Effective Alternative\u003c\/h4\u003e\n            \u003cp\u003eGet the same great taste as disposable vapes at a fraction of the cost. One 10ml bottle equals approximately 5 disposable vapes.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"why-item\"\u003e\n        \u003cdiv class=\"why-number\"\u003e02\u003c\/div\u003e\n        \u003cdiv class=\"why-content\"\u003e\n            \u003ch4\u003eReduced Environmental Impact\u003c\/h4\u003e\n            \u003cp\u003eBy refilling your pod device instead of disposing of entire units, you contribute to less electronic waste and a cleaner environment.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"why-item\"\u003e\n        \u003cdiv class=\"why-number\"\u003e03\u003c\/div\u003e\n        \u003cdiv class=\"why-content\"\u003e\n            \u003ch4\u003eConsistent Quality\u003c\/h4\u003e\n            \u003cp\u003eManufactured in the UK under strict quality controls, ensuring every bottle delivers the same premium experience.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Warning --\u003e\n    \u003cdiv class=\"warning-box\"\u003e\n    \u003cp\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"\u003e\u003c\/path\u003e\n        \u003cline x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\n        \u003c\/svg\u003e\n        \u003cspan\u003e\u003cstrong\u003eWarning:\u003c\/strong\u003e This product contains nicotine which is a highly addictive substance. Not suitable for persons under the age of 18, pregnant or breastfeeding women, or persons with heart conditions. Keep out of reach of children and pets.\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003c\/div\u003e\n    \n\u003c\/div\u003e\n\n\u003cscript\u003e\n    \/\/ Scroll reveal animation for feature cards\n    document.addEventListener('DOMContentLoaded', function() {\n    const observerOptions = {\n        threshold: 0.15,\n        rootMargin: '0px 0px -50px 0px'\n    };\n    \n    const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach((entry, index) =\u003e {\n        if (entry.isIntersecting) {\n            setTimeout(() =\u003e {\n            entry.target.classList.add('visible');\n            }, index * 100);\n        }\n        });\n    }, observerOptions);\n    \n    document.querySelectorAll('.feature-card').forEach(card =\u003e {\n        observer.observe(card);\n    });\n    \n    \/\/ Flavor card hover effect\n    document.querySelectorAll('.flavor-card').forEach(card =\u003e {\n        card.addEventListener('mouseenter', function() {\n        this.style.background = 'linear-gradient(145deg, rgba(0, 212, 170, 0.1), var(--card))';\n        });\n        card.addEventListener('mouseleave', function() {\n        this.style.background = 'var(--card)';\n        });\n    });\n    });\n\u003c\/script\u003e","brand":"Bar Series","offers":[{"title":"Apple Peach","offer_id":55915984879942,"sku":"BARS-MAJ-BAR-20MG-APLEACH","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Apple Watermelon","offer_id":55915987861830,"sku":"BARS-MAJ-BAR-20MG-APLWT","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Banana Ice","offer_id":55915899584838,"sku":"BARS-MAJ-BAR-20MG-BANA","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Berry Lemonade","offer_id":55916000149830,"sku":"BARS-MAJ-BAR-20MG-BERRYLOM","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Blackcurrant Ice","offer_id":55916000182598,"sku":"BARS-MAJ-BAR-20MG-BLKI","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Blue Razz Lemonade","offer_id":55916000215366,"sku":"BARS-MAJ-BAR-20MG-10ML-1","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Blueberry Cranberry Cherry","offer_id":55916057755974,"sku":"BARS-MAJ-BAR-20MG-10ML-2","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Blueberry Ice","offer_id":55912793833798,"sku":"BARS-MAJ-BAR-20MG-BI","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Blueberry Kiwi","offer_id":55916057723206,"sku":"BARS-MAJ-BAR-20MG-10ML-3","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Blueberry Sour Raspberry","offer_id":55912793866566,"sku":"BARS-MAJ-BAR-20MG-BSR","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Butter Mints","offer_id":55916057821510,"sku":"BARS-MAJ-BAR-20MG-10ML-4","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Cherry Fizz","offer_id":55912793899334,"sku":"BARS-MAJ-BAR-20MG-CFZ","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Cola","offer_id":55916063424838,"sku":"BARS-MAJ-BAR-20MG-10ML-5","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Cola Ice","offer_id":55916063392070,"sku":"BARS-MAJ-BAR-20MG-10ML-6","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Cotton Candy","offer_id":55916068208966,"sku":"BARS-MAJ-BAR-20MG-10ML-7","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Cream Tobacco","offer_id":55916071092550,"sku":"BARS-MAJ-BAR-20MG-10ML-8","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Dark Cherry","offer_id":55916073746758,"sku":"BARS-MAJ-BAR-20MG-10ML-9","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Energy Ice","offer_id":55916073779526,"sku":"BARS-MAJ-BAR-20MG-10ML-10","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Forest Fruits","offer_id":55916073812294,"sku":"BARS-MAJ-BAR-20MG-10ML-11","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Grape","offer_id":55912793932102,"sku":"BARS-MAJ-BAR-20MG-GRP","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Grape Gummy","offer_id":55916073845062,"sku":"BARS-MAJ-BAR-20MG-10ML-GRUM","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Grape Raspberry","offer_id":55916073877830,"sku":"BARS-MAJ-BAR-20MG-10ML-GRS","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Green Apple","offer_id":55916073910598,"sku":"BARS-MAJ-BAR-20MG-10ML-GRA","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Gummy Bear","offer_id":55916073943366,"sku":"BARS-MAJ-BAR-20MG-10ML-12","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Honeydew Blackberry","offer_id":55916081185094,"sku":"BARS-MAJ-BAR-20MG-10ML-13","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Kiwi Passion Guava","offer_id":55916081250630,"sku":"BARS-MAJ-BAR-20MG-10ML-14","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Lemon and Lime","offer_id":55916081217862,"sku":"BARS-MAJ-BAR-20MG-10ML-16","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Lemon Peach Passionfruit","offer_id":55916081283398,"sku":"BARS-MAJ-BAR-20MG-10ML-17","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Lemonade Ice","offer_id":55916081316166,"sku":"BARS-MAJ-BAR-20MG-10ML-18","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Lychee Ice","offer_id":55916081348934,"sku":"BARS-MAJ-BAR-20MG-10ML-19","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Mad Blue","offer_id":55916081381702,"sku":"BARS-MAJ-BAR-20MG-10ML-20","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Mango Ice","offer_id":55912793964870,"sku":"BARS-MAJ-BAR-20MG-MICE","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Menthol","offer_id":55912793997638,"sku":"BARS-MAJ-BAR-20MG-MNTL","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Mojito","offer_id":55916151963974,"sku":"BARS-MAJ-BAR-20MG-MOJT","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Orange Mango","offer_id":55915957125446,"sku":"BARS-MAJ-BAR-20MG-ORNA","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Peach","offer_id":55915957158214,"sku":"BARS-MAJ-BAR-20MG-PEACH","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Peach Ice","offer_id":55915957190982,"sku":"BARS-MAJ-BAR-20MG-PIC","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Pineapple Raspberry","offer_id":55915957223750,"sku":"BARS-MAJ-BAR-20MG-PRAS","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Pink Lemonade","offer_id":55915957256518,"sku":"BARS-MAJ-BAR-20MG-01","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Spearmint","offer_id":55912794030406,"sku":"BARS-MAJ-BAR-20MG-SPRMNT","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Strawberry Banana","offer_id":55915957289286,"sku":"BARS-MAJ-BAR-20MG-02","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Strawberry Coconut Watermelon","offer_id":55915957322054,"sku":"BARS-MAJ-BAR-20MG-03","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Strawberry Ice Cream","offer_id":55915957354822,"sku":"BARS-MAJ-BAR-20MG-04","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Strawberry Kiwi","offer_id":55915957387590,"sku":"BARS-MAJ-BAR-20MG-05","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Strawberry Raspberry Cherry","offer_id":55912794063174,"sku":"BARS-MAJ-BAR-20MG-SRC","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Strawberry Watermelon Bubblegum","offer_id":55915957420358,"sku":"BARS-MAJ-BAR-20MG-06","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Sweet Strawberry","offer_id":55912794095942,"sku":"BARS-MAJ-BAR-20MG-SSTRB","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Tropic Mix","offer_id":55915957453126,"sku":"BARS-MAJ-BAR-20MG-07","price":0.9,"currency_code":"GBP","in_stock":false},{"title":"Watermelon Ice","offer_id":55912794128710,"sku":"BARS-MAJ-BAR-20MG-WIC","price":0.9,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0840\/1797\/1526\/files\/CDU_Blueberry_Ice_20MG_UD.jpg?v=1770105863","url":"https:\/\/uniquedistribution.com\/products\/bar-series-nic-salts-20mg","provider":" Unique Distribution","version":"1.0","type":"link"}