{"product_id":"sz-abvrt-2-py2","title":"🦷 Dobshow® ApiCore BeeVenom Vital Repair Toothpaste","description":"\u003cstyle\u003e\n\/* --- 核心配色变量 --- *\/\n:root {\n    --品牌主紫: #4A2E7A; \n    --品牌深紫: #2D1A4A; \n    --品牌璨金: #D4AF37; \n    --背景浅灰: #F4F5F7;\n    --文字主黑: #222222;\n    --文字柔灰: #555555;\n    --抢购红: #d32f2f; \n}\n\n\/* --- 全局与基础排版 --- *\/\nbody {\n    background-color: var(--背景浅灰);\n    color: var(--文字主黑);\n    margin: 0;\n    padding: 0;\n    width: 100%;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n}\n\n\/* --- 主容器 --- *\/\n.页面主容器 {\n    width: 100%;\n    max-width: 100%;\n    padding: 5% 3% 5% 3%; \n    box-sizing: border-box;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    overflow-x: hidden; \n}\n\n\/* --- 1. 促销倒计时进度条 --- *\/\n.促销倒计时容器 {\n    width: 100%; \n}\n\n.倒计时提示文本 {\n    color: var(--抢购红); \n    font-weight: 900;\n    margin-bottom: 4%;\n    text-transform: uppercase;\n    text-align: center;\n    width: 100%;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n}\n\n.进度条轨道 {\n    width: 100%;\n    background-color: var(--背景浅灰);\n    border-radius: 50px;\n    overflow: hidden;\n    border: 1px solid rgba(0,0,0,0.05);\n    min-height: 1.8rem;\n    display: flex;\n}\n\n.红色进度条填充 {\n    width: 50%; \n    background: repeating-linear-gradient(\n        45deg,\n        var(--抢购红),\n        var(--抢购红) 15px,\n        #b71c1c 15px, \n        #b71c1c 30px\n    );\n    border-radius: 50px;\n    animation: 条纹移动 1s linear infinite;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    color: #ffffff;\n    font-weight: 900;\n    white-space: nowrap; \n    overflow: hidden; \n}\n\n.进度条填充 {\n    width: 85%; \n    background: repeating-linear-gradient(\n        45deg,\n        var(--品牌璨金),\n        var(--品牌璨金) 15px,\n        #F3C300 15px,\n        #F3C300 30px\n    );\n    border-radius: 50px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    color: var(--品牌深紫);\n    font-weight: 900;\n    animation: 进度条加载 1.5s ease-out, 条纹移动 1s linear infinite;\n}\n\n@keyframes 进度条加载 {\n    0% { width: 0%; }\n    100% { width: 85%; }\n}\n\n@keyframes 条纹移动 {\n    0% { background-position: 0 0; }\n    100% { background-position: 42px 0; }\n}\n\n\/* --- 2. 滚动视觉淡入动画 --- *\/\n.滚动淡入元素 {\n    opacity: 0;\n    transform: translateY(8%); \n    transition: opacity 0.8s ease-out, transform 0.8s ease-out;\n}\n\n.淡入激活 {\n    opacity: 1;\n    transform: translateY(0);\n}\n\n\/* --- 指定的自适应卡片 --- *\/\n.自适应卡片 {\n    background-color: #ffffff;\n    border-radius: 12px;\n    padding: 6%;\n    box-shadow: 0 4px 15px rgba(74, 46, 122, 0.08);\n    box-sizing: border-box;\n    margin-bottom: 5%;\n    width: 100%; \n    display: flex;\n    flex-direction: column; \n    align-items: center;\n    border-top: 4px solid var(--品牌主紫);\n}\n\n.自适应图片 {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin: 3% 0;\n    display: block;\n}\n\n.主标题, .副标题 {\n    width: 100%;\n    text-align: center;\n    margin: 2% 0;\n    color: var(--品牌深紫);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n}\n\n.段落文本, .左对齐文本 {\n    width: 100%;\n    color: var(--文字柔灰);\n    line-height: 1.6;\n    margin: 2% 0;\n    display: block; \/* 核心修复：改回标准文本块属性，允许内部文字自然换行连贯显示 *\/\n}\n\n.段落文本 { text-align: center; }\n.左对齐文本 { text-align: left; }\n\n.核心强调文字 {\n    color: var(--品牌主紫);\n    font-weight: 800;\n    \/* 强制声明为行内元素，绝不独占一行 *\/\n    display: inline !important; \n    \/* 允许它跟随句子的自然空格换行，但不作为整体被推到下一行 *\/\n    white-space: normal; \n}\n\n.纵向列表容器 {\n    width: 100%;\n    padding: 0;\n    margin: 2% 0;\n    list-style: none;\n    display: flex;\n    flex-direction: column; \n    gap: 2%;\n}\n\n.列表项目 {\n    width: 100%;\n    text-align: left;\n    color: var(--文字柔灰);\n    display: flex;\n    flex-direction: column;\n}\n\n.折叠容器 {\n    width: 100%;\n    margin-bottom: 4%;\n    border: 1px solid rgba(74, 46, 122, 0.1);\n    border-radius: 6px;\n    background-color: #FAFAFA;\n}\n\n.折叠容器[open] {\n    border-color: var(--品牌璨金);\n    background-color: #ffffff;\n}\n\n.折叠标题 {\n    padding: 4%;\n    font-weight: 800;\n    color: var(--品牌主紫);\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    list-style: none; \n}\n\n.折叠标题::-webkit-details-marker { display: none; }\n\n.折叠标题::after {\n    content: '+';\n    color: var(--品牌璨金);\n    font-weight: bold;\n}\n\n.折叠容器[open] .折叠标题::after { content: '-'; }\n\n.折叠内容区块 {\n    padding: 0 4% 4% 4%;\n    color: var(--文字柔灰);\n    display: flex;\n    flex-direction: column;\n}\n\n.行动按钮 {\n    background-color: var(--品牌璨金); \n    color: var(--品牌深紫); \n    font-weight: 900;\n    text-align: center;\n    text-transform: uppercase;\n    border-radius: 50px;\n    width: 90%; \n    padding: 4% 0; \n    margin: 5% 0 2% 0;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    box-shadow: 0 6px 15px rgba(212, 175, 55, 0.4); \n    cursor: pointer; \n    user-select: none; \n}\n\n\/* --- 🌟 横向撕开式核销卡片核心样式 --- *\/\n.撕开卡片外壳 {\n    position: relative;\n    width: 100%; \/* 宽度100% *\/\n    \/* 不设置任何固定高度，完全依靠内部元素撑开 *\/\n    cursor: pointer;\n    overflow: hidden; \/* 动画时隐藏溢出的上下两半 *\/\n    border-radius: 8px;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n}\n\n\/* 隐藏在底部的真实优惠券（负责撑开整个容器的高度） *\/\n.隐藏优惠券 {\n    width: 100%;\n    background-color: #E8F5E9; \n    border: 2px solid #4CAF50;\n    border-radius: 8px;\n    padding: 6% 4%;\n    box-sizing: border-box;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    \/* 初始缩放缩小，透明度低，营造弹出感 *\/\n    transform: scale(0.9);\n    opacity: 0.2;\n    transition: all 0.5s ease;\n}\n\n\/* 未撕开时的上下覆盖层 *\/\n.卡片上半部, .卡片下半部 {\n    position: absolute;\n    left: 0;\n    width: 100%;\n    height: 50%; \/* 各占一半高度 *\/\n    background-color: #FFF9E6;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease;\n    z-index: 2;\n    box-sizing: border-box;\n}\n\n.卡片上半部 {\n    top: 0;\n    border: 2px solid var(--品牌璨金);\n    border-bottom: 2px dashed var(--品牌璨金); \/* 横向虚线 *\/\n    border-radius: 8px 8px 0 0;\n}\n\n.卡片下半部 {\n    bottom: 0;\n    border: 2px solid var(--品牌璨金);\n    border-top: none;\n    border-radius: 0 0 8px 8px;\n}\n\n\/* 撕开动作触发后的飞出效果 *\/\n.撕开触发 .卡片上半部 {\n    transform: translateY(-100%); \/* 向上飞出 *\/\n    opacity: 0;\n}\n\n.撕开触发 .卡片下半部 {\n    transform: translateY(100%); \/* 向下飞出 *\/\n    opacity: 0;\n}\n\n.撕开触发 .隐藏优惠券 {\n    transform: scale(1); \/* 恢复正常大小 *\/\n    opacity: 1;\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"页面主容器\"\u003e\n\n    \u003cdiv class=\"自适应卡片 滚动淡入元素\"\u003e\n        \u003cdiv class=\"促销倒计时容器\"\u003e\n            \u003cdiv class=\"倒计时提示文本\"\u003e🔥 SELLING FAST!\u003c\/div\u003e\n            \u003cdiv class=\"进度条轨道\" style=\"margin-bottom: 4%;\"\u003e\n                \u003cdiv class=\"红色进度条填充\" id=\"动态红进度条\"\u003eOFFER EXPIRING SOON\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"进度条轨道\"\u003e\n                \u003cdiv class=\"进度条填充\"\u003e85% CLAIMED\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ch3 class=\"主标题\"\u003e🐝 Dobshow® ApiCore BeeVenom Vital Repair Toothpaste\u003c\/h3\u003e\n        \u003ch3 class=\"主标题\"\u003e\n            Advanced Gum Support • Bio-Active Repair Formula\n            \u003cimg class=\"自适应图片\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9953\/9260\/files\/18_600280b2-1f03-4d36-a397-4fbed67379de.jpg?v=1772531689\"\u003e\n        \u003c\/h3\u003e\n        \u003cdiv class=\"左对齐文本\"\u003e\n            ⭐ 4.9 Rating from Thousands of Customers\u003cbr\u003e\n            🚚 Fast \u0026amp; Reliable Shipping\u003cbr\u003e\n            🔒 Secure Shopify Checkout\u003cbr\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"行动按钮\" onclick=\"document.querySelector('button[name=\\'add\\']').click();\"\u003eACT NOW\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"自适应卡片 滚动淡入元素\"\u003e\n        \u003ch2 class=\"主标题\"\u003e98.6% of Customers Are Satisfied With the Results\u003c\/h2\u003e\n        \u003ch2 class=\"主标题\"\u003e\n            \u003cimg class=\"自适应图片\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9953\/9260\/files\/22_7c1611e6-809c-46ce-b975-ef401ca35292.jpg?v=1772531683\" alt=\"\"\u003e\n        \u003c\/h2\u003e\n        \u003cp class=\"左对齐文本\"\u003e\n            “I was very concerned about my receding gums and periodontitis, which not only caused severe sensitivity but also weakened the structure of my teeth. I discovered \u003cspan class=\"核心强调文字\"\u003eDobshow® ApiCore BeeVenom Vital Repair Toothpaste\u003c\/span\u003e through a recommendation from my family, and I have been using it consistently for 5 days. The results are impressive—my gum sensitivity has decreased, and I no longer experience that sharp pain when drinking hot or cold beverages. My gums and teeth feel firmer, and I can tell that it is helping to support and restore the structure of my teeth. I feel confident that I am not only preventing further gum recession but also strengthening my teeth. Finally, I can enjoy my morning coffee without discomfort, which is a huge relief!” — \u003cspan class=\"核心强调文字\"\u003eEthan Parker\u003c\/span\u003e, 39\n        \u003c\/p\u003e\n        \u003cp class=\"段落文本\"\u003e\n            \u003cimg class=\"自适应图片\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9953\/9260\/files\/23_8fcdbb45-e3a7-4fcb-87d0-9bcee5df7d2f.jpg?v=1772531683\"\u003e\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"自适应卡片 滚动淡入元素\"\u003e\n        \u003ch3 class=\"主标题\"\u003e🧠 \u003cspan class=\"核心强调文字\"\u003eIf You’ve Already Been Trying Your Best…\u003c\/span\u003e\n\u003c\/h3\u003e\n        \u003ch3 class=\"主标题\"\u003e\n            \u003cimg class=\"自适应图片\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9953\/9260\/files\/16_15520d25-cf57-4933-85b4-2d08ce2f9cc8.jpg?v=1772531692\"\u003e\n        \u003c\/h3\u003e\n        \u003cp class=\"左对齐文本\"\u003e\n            You brush carefully every day, use an electric toothbrush and a water flosser, and even get regular cleanings—yet your gums are still receding, you still bleed when you brush, and hot and cold still sting. So the problem may not be “not cleaning enough.” It may be something deeper: \u003cspan class=\"核心强调文字\"\u003ean imbalanced oral ecosystem.\u003c\/span\u003e\n        \u003c\/p\u003e\n        \u003cp class=\"段落文本\"\u003e\n            \u003cimg class=\"自适应图片\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9953\/9260\/files\/15_1def2092-cf25-4fb3-aa77-94e38f0d6043.jpg?v=1772531687\"\u003e\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"自适应卡片 滚动淡入元素\"\u003e\n        \u003ch3 class=\"主标题\"\u003e🐝 \u003cspan class=\"核心强调文字\"\u003eApiCore Bio-Repair 4-Step Mechanism\u003c\/span\u003e\n\u003c\/h3\u003e\n        \n        \u003cp class=\"主标题\"\u003e\u003cspan class=\"核心强调文字\"\u003eStep 1: Soften Tartar · Deep Clean\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp class=\"左对齐文本\"\u003e\n            \u003cimg class=\"自适应图片\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0567\/7393\/5236\/files\/TOOTHPASTE14GIF.gif?v=1757997842\" alt=\"\"\u003e\n            The active peptide melittin in bee venom helps weaken the structure of tartar, reducing plaque re-adhesion.\n        \u003c\/p\u003e\n        \u003cp class=\"左对齐文本\"\u003e\n            ✔ Smoother tooth surfaces\u003cbr\u003e✔ Less secondary irritation\n        \u003c\/p\u003e\n\n        \u003cp class=\"主标题\"\u003e\u003cspan class=\"核心强调文字\"\u003eStep 2: Rapid Relief for Inflammation \u0026amp; Pain\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp class=\"左对齐文本\"\u003e\n            \u003cimg class=\"自适应图片\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9953\/9260\/files\/14_bc608c53-ef41-48b7-a5a5-34f3fe4b8c85.jpg?v=1772531695\"\u003e\n            Bee venom has natural anti-inflammatory activity.\n        \u003c\/p\u003e\n        \u003cp class=\"左对齐文本\"\u003e\n            ✔ Reduces gum redness and swelling\u003cbr\u003e✔ Helps decrease bleeding when brushing\u003cbr\u003e✔ Eases sensitivity to hot and cold\n        \u003c\/p\u003e\n        \u003cp class=\"左对齐文本\"\u003e\n            Most users notice a difference within \u003cspan class=\"核心强调文字\"\u003e5 days\u003c\/span\u003e.\n        \u003c\/p\u003e\n\n        \u003cp class=\"主标题\"\u003e\n            \u003cspan class=\"核心强调文字\"\u003eStep 3: 7-Day Gum Repair Support\u003c\/span\u003e\n            \u003cimg class=\"自适应图片\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9953\/9260\/files\/13_af3d770e-0ed8-44bd-b15d-8d818b5d1cae.jpg?v=1772531683\"\u003e\n        \u003c\/p\u003e\n        \u003cp class=\"左对齐文本\"\u003e\n            Formulated with \u003cspan class=\"核心强调文字\"\u003eTideglusib\u003c\/span\u003e to support the gum tissue’s natural self-repair mechanisms.\n        \u003c\/p\u003e\n        \u003cp class=\"左对齐文本\"\u003e\n            ✔ Strengthens gum structure\u003cbr\u003e✔ Improves gum firmness\u003cbr\u003e✔ Enhances the feeling of tooth stability\n        \u003c\/p\u003e\n\n        \u003cp class=\"主标题\"\u003e\n            \u003cspan class=\"核心强调文字\"\u003eStep 4: Long-Term Protective Barrier\u003c\/span\u003e\n            \u003cimg class=\"自适应图片\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9953\/9260\/files\/8_3c5116de-e8a4-42d9-807f-7c8b362de9cf.jpg?v=1772531693\" alt=\"\"\u003e\n            \u003cimg class=\"自适应图片\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9953\/9260\/files\/9_357f756e-d663-4135-95f5-a0b035469a5b.jpg?v=1772531687\" alt=\"\"\u003e\n        \u003c\/p\u003e\n        \u003cp class=\"左对齐文本\"\u003e\n            Antioxidant ingredients help reduce oxidative stress in the mouth and support a healthy balance of oral flora.\n        \u003c\/p\u003e\n        \u003cp class=\"左对齐文本\"\u003e\n            ✔ Helps reduce the risk of recurrence\u003cbr\u003e✔ Helps keep gums strong and resilient\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"自适应卡片 滚动淡入元素\"\u003e\n        \u003ch3 class=\"主标题\"\u003e\n            🌿 \u003cspan class=\"核心强调文字\"\u003eKey Ingredients\u003c\/span\u003e\n            \u003cimg class=\"自适应图片\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9953\/9260\/files\/20_5cf1db11-130d-416e-be77-a2e1d0b50b55.jpg?v=1772531695\"\u003e\n        \u003c\/h3\u003e\n        \u003cp class=\"左对齐文本\"\u003e🐝 \u003cspan class=\"核心强调文字\"\u003eBee Venom：\u003c\/span\u003eAntibacterial · Anti-inflammatory · Supports tissue repair\u003c\/p\u003e\n        \u003cp class=\"左对齐文本\"\u003e\u003cspan class=\"核心强调文字\"\u003eCoenzyme Q10：\u003c\/span\u003eHelps support gum tissue renewal\u003c\/p\u003e\n        \u003cp class=\"左对齐文本\"\u003e\u003cspan class=\"核心强调文字\"\u003eHyaluronic Acid：\u003c\/span\u003eDeep hydration · Speeds up healing\u003c\/p\u003e\n        \u003cp class=\"左对齐文本\"\u003e\u003cspan class=\"核心强调文字\"\u003eVitamin C：\u003c\/span\u003ePromotes collagen production\u003c\/p\u003e\n        \u003cp class=\"左对齐文本\"\u003e\u003cspan class=\"核心强调文字\"\u003eTideglusib：\u003c\/span\u003eSupports dentin and gum repair mechanisms\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"自适应卡片 滚动淡入元素\"\u003e\n        \u003ch3 class=\"主标题\"\u003e\n            \u003cspan class=\"核心强调文字\"\u003eHere are some of our satisfied customers:\u003c\/span\u003e\n            \u003cimg class=\"自适应图片\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9953\/9260\/files\/21_bd1e9400-70ac-4120-b63f-7f6912fc7648.jpg?v=1772531683\"\u003e\n        \u003c\/h3\u003e\n        \u003cp class=\"左对齐文本\"\u003e\n            “I was struggling with plaque build-up and receding gums, which caused swollen, painful gums and made eating or drinking hot and cold foods uncomfortable. My dentist recommended that I try \u003cspan class=\"核心强调文字\"\u003eDobshow® ApiCore BeeVenom Vital Repair Toothpaste\u003c\/span\u003e, so I started using it about 4 days ago. After just a few days, I noticed that the inflammation in my gums was subsiding, and by the end of the first week, my gums felt much less swollen and sensitive. Now, after regular use, my gums feel stronger and healthier, and brushing my teeth no longer causes pain. Thanks to this toothpaste, I can comfortably enjoy my favourite foods and drinks again, and I feel like I have better control over my gum health than before.” — \u003cspan class=\"核心强调文字\"\u003eLauren Mitchell\u003c\/span\u003e, 38\n        \u003c\/p\u003e\n        \u003cp class=\"段落文本\"\u003e\n            \u003cimg class=\"自适应图片\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9953\/9260\/files\/24_fa4e4d3f-d597-4abc-8ac8-932c5231cc32.jpg?v=1772531683\"\u003e\n        \u003c\/p\u003e\n        \u003cp class=\"左对齐文本\"\u003e\n            “I have struggled with gum disease for years and it has been a constant battle. I tried all kinds of treatments and products, but nothing seemed to help. Because of the side effects I had heard about, I wanted to avoid harsh medications and painful procedures, so I decided to try \u003cspan class=\"核心强调文字\"\u003eDobshow® ApiCore BeeVenom Vital Repair Toothpaste\u003c\/span\u003e instead. After just a few weeks of using it, I noticed a real difference! My gums feel stronger and I’m seeing less bleeding every day. It’s been almost three months now, and I finally feel like I’m regaining my oral health. \u003cspan class=\"核心强调文字\"\u003eDobshow® ApiCore BeeVenom Vital Repair Toothpaste\u003c\/span\u003e has made a big difference for me!” — \u003cspan class=\"核心强调文字\"\u003eMegan Hart\u003c\/span\u003e, 41\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"自适应卡片 滚动淡入元素\"\u003e\n        \u003ch3 class=\"主标题\"\u003e\n            🌍 \u003cspan class=\"核心强调文字\"\u003eSafely Sourced Bee Venom\u003c\/span\u003e\n            \u003cimg class=\"自适应图片\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9953\/9260\/files\/25_9c884bfb-b0b1-489e-89f7-59e62081691f.jpg?v=1772531692\" alt=\"\"\u003e\n        \u003c\/h3\u003e\n        \u003cp class=\"左对齐文本\"\u003e\n            ✔ Humanely collected\u003cbr\u003e✔ No harm to bees\u003cbr\u003e✔ High-purity extraction\n        \u003c\/p\u003e\n\n        \u003ch3 class=\"主标题\"\u003e\n            What Makes \u003cspan class=\"核心强调文字\"\u003eDobshow® ApiCore BeeVenom Vital Repair Toothpaste\u003c\/span\u003e the GREAT Choice\n            \u003cimg class=\"自适应图片\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9953\/9260\/files\/10_ff5328fe-7a3e-4e27-86eb-37b83d91b69c.jpg?v=1772531693\"\u003e\n        \u003c\/h3\u003e\n        \u003cp class=\"左对齐文本\"\u003e\n            ✓ Approved and recommended by dentists.\u003cbr\u003e\n            ✓ Effectively addresses a wide range of oral concerns.\u003cbr\u003e\n            ✓ Helps fight plaque, bad breath, gum recession, bleeding gums, and more.\u003cbr\u003e\n            ✓ Side-effect-free formula made with \u003cspan class=\"核心强调文字\"\u003e100% natural herbs\u003c\/span\u003e.\u003cbr\u003e\n            ✓ FDA approved and safe for consumption.\u003cbr\u003e\n            ✓ Suitable for all ages, including children, young adults, and seniors.\u003cbr\u003e\n            ✓ \u003cspan class=\"核心强调文字\"\u003eDobshow® ApiCore BeeVenom Vital Repair Toothpaste\u003c\/span\u003e is backed by the latest advances in oral care technology.\u003cbr\u003e\n            ✓ A convenient addition to any daily hygiene routine for long-lasting results.\u003cbr\u003e\n            ✓ Economical and affordable—an effective, cost-friendly way to maintain optimal oral health.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"自适应卡片 滚动淡入元素\"\u003e\n        \u003ch3 class=\"主标题\"\u003eInstructions for use\u003c\/h3\u003e\n        \u003cp class=\"左对齐文本\"\u003e1. Open the toothpaste cap and remove any protective seal, if present.\u003c\/p\u003e\n        \u003cp class=\"左对齐文本\"\u003e2. Squeeze a suitable amount of toothpaste directly onto your toothbrush.\u003c\/p\u003e\n        \u003cp class=\"左对齐文本\"\u003e3. Wet the toothbrush under running water if desired.\u003c\/p\u003e\n        \u003cp class=\"左对齐文本\"\u003e4. Brush your teeth as usual for 2 to 3 minutes, then rinse your mouth thoroughly.\u003c\/p\u003e\n\n        \u003ch2 class=\"主标题\"\u003eFAQ\u003c\/h2\u003e\n        \n        \u003cdetails class=\"折叠容器\"\u003e\n            \u003csummary class=\"折叠标题\"\u003eWhat is Bee Venom Dental Treatment Toothpaste?\u003c\/summary\u003e\n            \u003cdiv class=\"折叠内容区块\"\u003e\n                \u003cp class=\"左对齐文本\"\u003e\u003cspan class=\"核心强调文字\"\u003eDobshow® ApiCore BeeVenom Vital Repair Toothpaste\u003c\/span\u003e is a unique oral care product formulated with bee venom and other active ingredients to support oral health. It’s used just like regular toothpaste—apply a small amount to your toothbrush and brush as usual.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"折叠容器\"\u003e\n            \u003csummary class=\"折叠标题\"\u003eCan people with sensitive teeth use Dobshow® ApiCore BeeVenom Vital Repair Toothpaste?\u003c\/summary\u003e\n            \u003cdiv class=\"折叠内容区块\"\u003e\n                \u003cp class=\"左对齐文本\"\u003eYes. \u003cspan class=\"核心强调文字\"\u003eDobshow® ApiCore BeeVenom Vital Repair Toothpaste\u003c\/span\u003e features high-quality bee venom and a gentle, natural formula designed for sensitive teeth. It helps reach deep into exposed dentinal tubules that may contain sensitive nerve endings, helping prevent discomfort at the source. It’s designed to protect sensitive areas of the teeth, and with continued use it can help relieve sensitivity for up to 24 hours.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"折叠容器\"\u003e\n            \u003csummary class=\"折叠标题\"\u003eDo I need to brush with toothpaste after using it?\u003c\/summary\u003e\n            \u003cdiv class=\"折叠内容区块\"\u003e\n                \u003cp class=\"左对齐文本\"\u003e\u003cspan class=\"核心强调文字\"\u003eDobshow® ApiCore BeeVenom Vital Repair Toothpaste\u003c\/span\u003e is formulated to provide a complete clean and support oral health, so using another toothpaste afterwards isn’t necessary. However, if you prefer added fluoride benefits or an extra-fresh feeling, you can use a small amount of fluoride toothpaste afterwards.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"折叠容器\"\u003e\n            \u003csummary class=\"折叠标题\"\u003eIs there a chemical odor during use?\u003c\/summary\u003e\n            \u003cdiv class=\"折叠内容区块\"\u003e\n                \u003cp class=\"左对齐文本\"\u003eNo. \u003cspan class=\"核心强调文字\"\u003eDobshow® ApiCore BeeVenom Vital Repair Toothpaste\u003c\/span\u003e uses an all-natural, alcohol-free, and chemical-free formula to help minimize exposure to potentially harsh ingredients. It has a refreshing mint flavor. Our packaging is designed with sustainability in mind, and the container and lid are recyclable.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"折叠容器\"\u003e\n            \u003csummary class=\"折叠标题\"\u003eCan it be used on mouth sores? Will it cause a burning sensation?\u003c\/summary\u003e\n            \u003cdiv class=\"折叠内容区块\"\u003e\n                \u003cp class=\"左对齐文本\"\u003eNo. \u003cspan class=\"核心强调文字\"\u003eDobshow® ApiCore BeeVenom Vital Repair Toothpaste\u003c\/span\u003e uses a gentle formula and does not cause the burning sensation often associated with alcohol-based oral care products. Its bee venom-based formula helps target plaque and other unwanted buildup, helping reduce the risk of issues such as bad breath, gingivitis, cavities, tonsilচেতন stones, and mouth ulcers.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \n    \u003cdiv class=\"自适应卡片 滚动淡入元素\"\u003e\n        \u003cp class=\"主标题\"\u003e\n            \u003cspan class=\"核心强调文字\"\u003ePACKAGE INCLUDED\u003c\/span\u003e\n            \u003cimg class=\"自适应图片\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0808\/9953\/9260\/files\/11_0907cf66-351f-464c-85c7-1d60aa759a8c.jpg?v=1772531692\" alt=\"\"\u003e\n        \u003c\/p\u003e\n\n        \u003cp class=\"主标题\"\u003e\u003cspan class=\"核心强调文字\"\u003e🔒 100% risk-free purchase 🔥\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp class=\"主标题\"\u003e\u003cspan class=\"核心强调文字\"\u003eIf you've bought it and feel it's not right for you, don't worry. Just click the contact us button and send us a message and we'll make it right by offering you a replacement or refund. 100% easy and risk-free process.\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp class=\"段落文本\"\u003e\n            \u003cimg class=\"自适应图片\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0567\/7393\/5236\/files\/VV32_480x480.jpg?v=1729751935\" alt=\"\"\u003e\n        \u003c\/p\u003e\n\n        \u003cp class=\"主标题\"\u003e\u003cspan class=\"核心强调文字\"\u003eOUR GUARANTEE\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp class=\"主标题\"\u003e\n            \u003cspan class=\"核心强调文字\"\u003e- We firmly believe that we offer some of the most innovative and inspiring products in the world, and we want to make sure we back that up with a risk-free and ironclad 180-day guarantee.\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan class=\"核心强调文字\"\u003e- If for any reason you do not have a positive experience, contact us and we will make sure ALL your concerns are addressed and you leave 100% satisfied and smiling.\u003c\/span\u003e\n        \u003c\/p\u003e\n        \u003cp class=\"段落文本\"\u003e\n            \u003cimg class=\"自适应图片\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0567\/7393\/5236\/files\/VV27_e8d60707-7cd7-494d-a927-87d55d55bcc3_480x480.jpg?v=1729747058\" alt=\"\"\u003e\n        \u003c\/p\u003e\n        \n       \n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n        \n        \u003cdiv class=\"撕开卡片外壳\" id=\"可撕开卡片\" onclick=\"触发撕开动画()\"\u003e\n            \n            \u003cdiv class=\"隐藏优惠券\"\u003e\n                \u003cdiv\u003e✅ DISCOUNT ACTIVATED!\u003c\/div\u003e\n                \u003cdiv\u003eAuto-applied at checkout.\u003c\/div\u003e\n                \n                \u003cdiv class=\"行动按钮\" style=\"margin-top: 5%; width: 100%;\" onclick=\"event.stopPropagation(); document.querySelector('button[name=\\'add\\']').click();\"\u003e\n                    ACT NOW\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"卡片上半部\"\u003e\n                \u003cdiv\u003e\u003ch2\u003e🎁 10% OFF\u003c\/h2\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"卡片下半部\"\u003e\n                \u003cdiv\u003e\u003ch2\u003eTAP TO UNLOCK\u003c\/h2\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n        \u003c\/div\u003e\n        \n    \n\n\n\u003cscript\u003e\ndocument.addEventListener('DOMContentLoaded', function() {\n    \/\/ 1. 滚动淡入监听\n    const observer = new IntersectionObserver((entries) =\u003e {\n        entries.forEach(entry =\u003e {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('淡入激活');\n                observer.unobserve(entry.target); \n            }\n        });\n    }, { threshold: 0.1 }); \n\n    document.querySelectorAll('.滚动淡入元素').forEach(el =\u003e observer.observe(el));\n\n    \/\/ 2. 红色热度进度条缓慢增长逻辑\n    let currentWidth = 50.0;\n    const growthPerSec = 10 \/ 1200; \n    const redBar = document.getElementById('动态红进度条');\n    \n    if (redBar) {\n        setInterval(() =\u003e {\n            if (currentWidth \u003c 98) { \n                currentWidth += growthPerSec;\n                redBar.style.width = currentWidth + '%';\n            }\n        }, 1000); \n    }\n});\n\n\/\/ 3. 互动核销卡片撕开逻辑 (上下撕开)\nfunction 触发撕开动画() {\n    const cardContainer = document.getElementById('可撕开卡片');\n    \n    if (cardContainer.classList.contains('撕开触发')) return;\n    \n    cardContainer.classList.add('撕开触发');\n    \n    if (navigator.vibrate) {\n        navigator.vibrate([30, 50, 30]); \n    }\n    \n    \/\/ 1秒动画结束后，彻底隐藏飞出去的盖子，防止遮挡或发生层级误触\n    setTimeout(() =\u003e {\n        const topHalf = cardContainer.querySelector('.卡片上半部');\n        const bottomHalf = cardContainer.querySelector('.卡片下半部');\n        if(topHalf) topHalf.style.display = 'none';\n        if(bottomHalf) bottomHalf.style.display = 'none';\n    }, 1000);\n}\n\u003c\/script\u003e","brand":"Athletiqu","offers":[{"title":"1 Tube  - 🦷 Starter Pack ✨","offer_id":46649899745411,"sku":"JH260304-YGQ-1-1pc","price":22.99,"currency_code":"USD","in_stock":true},{"title":"2 Tubes  - ✨ Most Selected ✨","offer_id":46649899778179,"sku":"JH260304-YGQ-1-2pc","price":35.99,"currency_code":"USD","in_stock":true},{"title":"4 Tubes - 🛡️ Consolidation Therapy 🛡️","offer_id":46649899810947,"sku":"JH260304-YGQ-1-4pc","price":55.99,"currency_code":"USD","in_stock":true},{"title":"8 Tubes  - 💎 Ultimate Family Bundle 💎","offer_id":46649899843715,"sku":"JH260304-YGQ-1-8pc","price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/2256\/1411\/files\/2_c62b8137-bcbc-4a1e-8fa4-422a0bdd3672.jpg?v=1772633973","url":"https:\/\/nourishethrive.com\/products\/sz-abvrt-2-py2","provider":"Nourishe Thrive","version":"1.0","type":"link"}