{"product_id":"well-kids-tall","title":"Well kids Tall","description":"\u003cstyle\u003e\n  .wkt-offer-box {\n    max-width: 680px;\n    margin: 18px auto;\n    padding: 20px 18px 22px;\n    border-radius: 20px;\n    background: linear-gradient(135deg, #fff7d6 0%, #fff1b8 42%, #eef7ff 100%);\n    border: 2px solid #f4c542;\n    box-shadow: 0 10px 26px rgba(0, 58, 112, 0.14);\n    font-family: Arial, Helvetica, sans-serif;\n    color: #14395c;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .wkt-offer-box::before {\n    content: \"\";\n    position: absolute;\n    top: -42px;\n    right: -42px;\n    width: 130px;\n    height: 130px;\n    background: rgba(255, 210, 64, 0.36);\n    border-radius: 50%;\n  }\n\n  .wkt-top-scroll {\n    height: 36px;\n    overflow: hidden;\n    border-radius: 999px;\n    background: linear-gradient(90deg, #0b4f85 0%, #1473ad 55%, #ffb703 100%);\n    margin-bottom: 14px;\n    position: relative;\n    z-index: 2;\n    box-shadow: 0 5px 14px rgba(0, 64, 120, 0.12);\n  }\n\n  .wkt-scroll-track {\n    height: 144px;\n    animation: wktTopScroll 10s infinite;\n  }\n\n  .wkt-scroll-item {\n    height: 36px;\n    line-height: 36px;\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 900;\n    white-space: nowrap;\n    letter-spacing: 0.2px;\n  }\n\n  .wkt-scroll-item strong {\n    color: #fff3b0;\n  }\n\n  @keyframes wktTopScroll {\n    0%, 20% { transform: translateY(0); }\n    25%, 45% { transform: translateY(-36px); }\n    50%, 70% { transform: translateY(-72px); }\n    75%, 95% { transform: translateY(-108px); }\n    100% { transform: translateY(0); }\n  }\n\n  .wkt-offer-badge {\n    display: inline-block;\n    background: #0b4f85;\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n    padding: 7px 15px;\n    border-radius: 999px;\n    margin-bottom: 12px;\n    letter-spacing: 0.3px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .wkt-offer-title {\n    font-size: 25px;\n    line-height: 1.32;\n    font-weight: 900;\n    color: #0b4f85;\n    margin: 6px 0 10px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .wkt-offer-sub {\n    font-size: 16px;\n    line-height: 1.6;\n    color: #314b63;\n    margin: 0 auto 14px;\n    max-width: 580px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .wkt-growth-points {\n    display: flex;\n    justify-content: center;\n    gap: 8px;\n    flex-wrap: wrap;\n    margin: 12px auto 14px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .wkt-growth-pill {\n    background: #ffffff;\n    color: #0b4f85;\n    border: 1px solid #d8e8f4;\n    border-radius: 999px;\n    padding: 7px 12px;\n    font-size: 13px;\n    font-weight: 800;\n    box-shadow: 0 3px 10px rgba(11, 79, 133, 0.08);\n  }\n\n  .wkt-offer-highlight {\n    display: inline-block;\n    font-size: 24px;\n    font-weight: 900;\n    color: #d97706;\n    background: #ffffff;\n    padding: 9px 18px;\n    border-radius: 14px;\n    margin: 8px 0 14px;\n    box-shadow: 0 5px 14px rgba(217, 119, 6, 0.15);\n    position: relative;\n    z-index: 1;\n  }\n\n  .wkt-code-row {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-top: 8px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .wkt-code {\n    background: #ffffff;\n    color: #0b4f85;\n    border: 2px dashed #0b4f85;\n    padding: 11px 20px;\n    border-radius: 14px;\n    font-size: 21px;\n    font-weight: 900;\n    letter-spacing: 1px;\n  }\n\n  .wkt-copy-btn {\n    border: none;\n    background: #ffb703;\n    color: #14324f;\n    padding: 12px 18px;\n    border-radius: 14px;\n    font-size: 15px;\n    font-weight: 900;\n    cursor: pointer;\n    transition: all 0.2s ease;\n  }\n\n  .wkt-copy-btn:hover {\n    background: #f59e0b;\n    transform: translateY(-1px);\n  }\n\n  .wkt-note {\n    font-size: 13px;\n    color: #5f6f7f;\n    margin-top: 13px;\n    line-height: 1.5;\n    position: relative;\n    z-index: 1;\n  }\n\n  @media (max-width: 480px) {\n    .wkt-offer-box {\n      margin: 14px 10px;\n      padding: 16px 14px 20px;\n      border-radius: 18px;\n    }\n\n    .wkt-top-scroll {\n      height: 34px;\n      margin-bottom: 12px;\n    }\n\n    .wkt-scroll-track {\n      height: 136px;\n    }\n\n    .wkt-scroll-item {\n      height: 34px;\n      line-height: 34px;\n      font-size: 12.5px;\n      padding: 0 10px;\n      box-sizing: border-box;\n    }\n\n    @keyframes wktTopScroll {\n      0%, 20% { transform: translateY(0); }\n      25%, 45% { transform: translateY(-34px); }\n      50%, 70% { transform: translateY(-68px); }\n      75%, 95% { transform: translateY(-102px); }\n      100% { transform: translateY(0); }\n    }\n\n    .wkt-offer-title {\n      font-size: 22px;\n    }\n\n    .wkt-offer-sub {\n      font-size: 15px;\n    }\n\n    .wkt-growth-pill {\n      width: 100%;\n      box-sizing: border-box;\n    }\n\n    .wkt-offer-highlight {\n      font-size: 22px;\n      width: 100%;\n      box-sizing: border-box;\n    }\n\n    .wkt-code {\n      font-size: 19px;\n      width: 100%;\n      box-sizing: border-box;\n    }\n\n    .wkt-copy-btn {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wkt-offer-box\"\u003e\n\u003cdiv class=\"wkt-top-scroll\"\u003e\n\u003cdiv class=\"wkt-scroll-track\"\u003e\n\u003cdiv class=\"wkt-scroll-item\"\u003e⭐ Mom-Recommended for Growing Kids\u003c\/div\u003e\n\u003cdiv class=\"wkt-scroll-item\"\u003e👩 Recommended by Moms \u0026amp; School Parents\u003c\/div\u003e\n\u003cdiv class=\"wkt-scroll-item\"\u003e📏 Support Your Child’s Growing Years\u003c\/div\u003e\n\u003cdiv class=\"wkt-scroll-item\"\u003e🎁 Extra \u003cstrong\u003e15% OFF\u003c\/strong\u003e Code: \u003cstrong\u003eGROWKIDS15\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wkt-offer-badge\"\u003eMom-Recommended Growth Support Offer\u003c\/div\u003e\n\u003cdiv class=\"wkt-offer-title\"\u003eSupport Your Child’s\u003cbr\u003eGrowing Years\u003c\/div\u003e\n\u003cp class=\"wkt-offer-sub\"\u003eWell Kids Tall is a kid-friendly jelly stick made to support healthy growth, strong daily development, and the nutrition growing kids need during their important growth years.\u003c\/p\u003e\n\u003cdiv class=\"wkt-growth-points\"\u003e\n\u003cdiv class=\"wkt-growth-pill\"\u003eHealthy Growth Support\u003c\/div\u003e\n\u003cdiv class=\"wkt-growth-pill\"\u003eMade for Growing Kids\u003c\/div\u003e\n\u003cdiv class=\"wkt-growth-pill\"\u003eGrape Jelly Kids Love\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wkt-offer-highlight\"\u003eExtra 15% OFF \u003c\/div\u003e\n\u003cdiv class=\"wkt-code-row\"\u003e\n\u003cdiv id=\"wktDiscountCode\" class=\"wkt-code\"\u003eGROWKIDS15\u003c\/div\u003e\n\u003cbutton class=\"wkt-copy-btn\"\u003eCopy Code\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wkt-note\"\u003eUse code \u003cstrong\u003eGROWKIDS15\u003c\/strong\u003e at checkout. A simple daily jelly stick for growing kids and busy parents.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWell Kids Tall\u003c\/strong\u003e makes daily calcium support easier with an innovative tear-and-eat jelly stick designed for growing kids’ everyday nutrition routine.\u003c\/p\u003e\n\u003cp\u003eFormulated with Aquamin F red algae calcium, calcium lactate, CPP, vitamin D3, and vitamin C, each delicious jelly strip is safe, convenient, and easy for kids to enjoy—no tablets, powders, or capsules needed.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDaily Support:\u003c\/strong\u003e Calcium intake · Bone health · Growing-years nutrition · Tear-and-eat jelly strip · Kid-friendly taste · Easy daily routine\u003c\/p\u003e","brand":"nuTRIELD","offers":[{"title":"Well kids Tall+ Get 1 FREE","offer_id":48159175540995,"sku":"sku-51008944767286","price":48.0,"currency_code":"USD","in_stock":true},{"title":"1-Month Supply (3 Boxes+ Get 1 FREE)","offer_id":48159175573763,"sku":"sku-51008944800054","price":124.0,"currency_code":"USD","in_stock":true},{"title":"3-Month Supply (9 Boxes+ Get 1 FREE)","offer_id":48159175606531,"sku":"sku-51008944832822","price":258.0,"currency_code":"USD","in_stock":true},{"title":"School Bulk – 36 Boxes + 4 FREE | #1 Best Seller","offer_id":48159175639299,"sku":"sku-51008944865590","price":990.0,"currency_code":"USD","in_stock":true}],"url":"https:\/\/phishstonesproducts.myshopify.com\/products\/well-kids-tall","provider":"PhishStones Products","version":"1.0","type":"link"}