{"product_id":"rechargeable-self-stirring-mug","title":"Rechargeable Self-Stirring Mug","description":"\u003cstyle\u003e\n  #sm-product-page,\n  #sm-product-page * {\n    box-sizing: border-box;\n  }\n\n  #sm-product-page {\n    --sm-ink: #321b10;\n    --sm-brown: #6f3211;\n    --sm-caramel: #b8672d;\n    --sm-cream: #fffaf4;\n    --sm-oat: #f5e8da;\n    --sm-sand: #ead3bc;\n    --sm-line: rgba(87, 52, 31, 0.13);\n    --sm-muted: #74675f;\n    --sm-gold: #c99a45;\n    --sm-shadow: 0 14px 34px rgba(76, 43, 24, 0.09);\n    width: 100%;\n    margin: 0 auto;\n    color: var(--sm-ink);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    font-size: 17px;\n    line-height: 1.65;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  #sm-product-page a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  #sm-product-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 16px;\n  }\n\n  #sm-product-page h2,\n  #sm-product-page h3,\n  #sm-product-page p,\n  #sm-product-page ul {\n    margin-top: 0;\n  }\n\n  #sm-product-page h2,\n  #sm-product-page h3 {\n    color: var(--sm-ink);\n    letter-spacing: -0.025em;\n    line-height: 1.15;\n  }\n\n  #sm-product-page h2 {\n    margin-bottom: 12px;\n    font-size: clamp(30px, 7vw, 46px);\n    font-weight: 850;\n  }\n\n  #sm-product-page h3 {\n    margin-bottom: 10px;\n    font-size: clamp(23px, 5vw, 30px);\n    font-weight: 800;\n  }\n\n  #sm-product-page p {\n    margin-bottom: 16px;\n    color: #574a42;\n  }\n\n  #sm-product-page .sm-shell {\n    width: min(100%, 900px);\n    margin: 0 auto;\n    padding: 10px 12px 40px;\n  }\n\n  #sm-product-page .sm-section {\n    position: relative;\n    overflow: hidden;\n    margin: 18px 0;\n    padding: 18px;\n    border: 1px solid var(--sm-line);\n    border-radius: 22px;\n    background: #fff;\n    box-shadow: var(--sm-shadow);\n    scroll-margin-top: 24px;\n  }\n\n  #sm-product-page .sm-section--soft {\n    background: linear-gradient(155deg, #fffdf9 0%, var(--sm-oat) 100%);\n  }\n\n  #sm-product-page .sm-section--dark {\n    background: linear-gradient(145deg, #2d180e 0%, #67300f 100%);\n    color: #fff;\n  }\n\n  #sm-product-page .sm-section--dark h2,\n  #sm-product-page .sm-section--dark p {\n    color: #fff;\n  }\n\n  #sm-product-page .sm-image-wrap {\n    overflow: hidden;\n    margin-bottom: 22px;\n    border-radius: 18px;\n    background: var(--sm-oat);\n  }\n\n  #sm-product-page .sm-copy {\n    max-width: 720px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  #sm-product-page .sm-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-bottom: 10px;\n    padding: 6px 11px;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.8);\n    color: var(--sm-brown);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  #sm-product-page .sm-lead {\n    font-size: clamp(18px, 4vw, 21px);\n    line-height: 1.55;\n  }\n\n  #sm-product-page .sm-checks {\n    display: grid;\n    gap: 10px;\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n    text-align: left;\n  }\n\n  #sm-product-page .sm-checks li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    padding: 12px 13px;\n    border: 1px solid var(--sm-line);\n    border-radius: 14px;\n    background: rgba(255, 255, 255, 0.8);\n    color: #4e4038;\n  }\n\n  #sm-product-page .sm-checks li span {\n    flex: 0 0 auto;\n  }\n\n  #sm-product-page .sm-hero .sm-image-wrap {\n    animation: smHeroFloat 5.5s ease-in-out infinite;\n    transform-origin: center;\n  }\n\n  @keyframes smHeroFloat {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-4px); }\n  }\n\n  #sm-product-page .sm-quick-facts {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 8px;\n    margin-top: 18px;\n  }\n\n  #sm-product-page .sm-fact {\n    padding: 12px 7px;\n    border: 1px solid var(--sm-line);\n    border-radius: 14px;\n    background: #fff;\n    text-align: center;\n  }\n\n  #sm-product-page .sm-fact strong,\n  #sm-product-page .sm-fact span {\n    display: block;\n  }\n\n  #sm-product-page .sm-fact strong {\n    color: var(--sm-brown);\n    font-size: 16px;\n    line-height: 1.25;\n  }\n\n  #sm-product-page .sm-fact span {\n    margin-top: 3px;\n    color: var(--sm-muted);\n    font-size: 12px;\n  }\n\n  #sm-product-page .sm-nav-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  #sm-product-page .sm-nav-card {\n    display: flex;\n    min-height: 142px;\n    flex-direction: column;\n    align-items: flex-start;\n    justify-content: center;\n    padding: 16px;\n    border: 1px solid var(--sm-line);\n    border-radius: 17px;\n    background: linear-gradient(145deg, #fff 0%, #fcf2e7 100%);\n    box-shadow: 0 8px 20px rgba(79, 45, 25, 0.06);\n    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;\n  }\n\n  #sm-product-page .sm-nav-card:hover,\n  #sm-product-page .sm-nav-card:focus-visible {\n    transform: translateY(-4px);\n    border-color: rgba(184, 103, 45, 0.35);\n    box-shadow: 0 14px 28px rgba(79, 45, 25, 0.12);\n    outline: none;\n  }\n\n  #sm-product-page .sm-nav-icon {\n    margin-bottom: 8px;\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  #sm-product-page .sm-nav-card strong,\n  #sm-product-page .sm-nav-card small {\n    display: block;\n  }\n\n  #sm-product-page .sm-nav-card strong {\n    font-size: 16px;\n    line-height: 1.25;\n  }\n\n  #sm-product-page .sm-nav-card small {\n    margin-top: 5px;\n    color: var(--sm-muted);\n    font-size: 13px;\n    line-height: 1.35;\n  }\n\n  #sm-product-page .sm-benefit-points {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin-top: 16px;\n  }\n\n  #sm-product-page .sm-pill {\n    padding: 8px 11px;\n    border-radius: 999px;\n    background: var(--sm-oat);\n    color: var(--sm-brown);\n    font-size: 13px;\n    font-weight: 750;\n    line-height: 1.2;\n  }\n\n  #sm-product-page .sm-spec-list {\n    display: grid;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  #sm-product-page .sm-spec-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 14px;\n    padding: 14px 15px;\n    border: 1px solid var(--sm-line);\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.82);\n  }\n\n  #sm-product-page .sm-spec-row span {\n    color: var(--sm-muted);\n    font-size: 15px;\n  }\n\n  #sm-product-page .sm-spec-row strong {\n    color: var(--sm-ink);\n    font-size: 16px;\n    text-align: right;\n  }\n\n  #sm-product-page .sm-note {\n    margin-top: 15px;\n    padding: 13px 14px;\n    border-radius: 14px;\n    background: #fff5e8;\n    color: #65472f;\n    font-size: 14px;\n    text-align: left;\n  }\n\n  #sm-product-page .sm-faq-list {\n    display: grid;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  #sm-product-page details.sm-faq-item {\n    overflow: hidden;\n    border: 1px solid var(--sm-line);\n    border-radius: 15px;\n    background: #fff;\n    transition: border-color 0.22s ease, box-shadow 0.22s ease;\n  }\n\n  #sm-product-page details.sm-faq-item[open] {\n    border-color: rgba(184, 103, 45, 0.3);\n    box-shadow: 0 8px 20px rgba(79, 45, 25, 0.06);\n  }\n\n  #sm-product-page summary.sm-faq-question {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 14px;\n    padding: 16px;\n    color: var(--sm-ink);\n    font-size: 16px;\n    font-weight: 780;\n    line-height: 1.35;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  #sm-product-page summary.sm-faq-question::-webkit-details-marker {\n    display: none;\n  }\n\n  #sm-product-page .sm-faq-icon {\n    position: relative;\n    width: 22px;\n    height: 22px;\n    flex: 0 0 22px;\n    border-radius: 50%;\n    background: var(--sm-oat);\n  }\n\n  #sm-product-page .sm-faq-icon::before,\n  #sm-product-page .sm-faq-icon::after {\n    position: absolute;\n    top: 10px;\n    left: 6px;\n    width: 10px;\n    height: 2px;\n    border-radius: 2px;\n    background: var(--sm-brown);\n    content: \"\";\n    transition: transform 0.25s ease, opacity 0.25s ease;\n  }\n\n  #sm-product-page .sm-faq-icon::after {\n    transform: rotate(90deg);\n  }\n\n  #sm-product-page details[open] .sm-faq-icon::after {\n    opacity: 0;\n    transform: rotate(90deg) scaleX(0);\n  }\n\n  #sm-product-page .sm-faq-answer {\n    padding: 0 16px 16px;\n  }\n\n  #sm-product-page .sm-faq-answer p {\n    margin: 0;\n    font-size: 15px;\n  }\n\n  #sm-product-page .sm-service-stack {\n    display: grid;\n    gap: 11px;\n    margin-top: 18px;\n  }\n\n  #sm-product-page .sm-service-card {\n    display: flex;\n    align-items: center;\n    gap: 13px;\n    padding: 15px;\n    border: 1px solid var(--sm-line);\n    border-radius: 16px;\n    background: #fff;\n  }\n\n  #sm-product-page .sm-service-icon {\n    display: grid;\n    width: 44px;\n    height: 44px;\n    flex: 0 0 44px;\n    place-items: center;\n    border-radius: 14px;\n    background: var(--sm-oat);\n    font-size: 21px;\n  }\n\n  #sm-product-page .sm-service-card strong,\n  #sm-product-page .sm-service-card small {\n    display: block;\n  }\n\n  #sm-product-page .sm-service-card strong {\n    font-size: 16px;\n  }\n\n  #sm-product-page .sm-service-card small {\n    margin-top: 2px;\n    color: var(--sm-muted);\n    font-size: 13px;\n    line-height: 1.4;\n  }\n\n  #sm-product-page .sm-buy-button {\n    display: inline-flex;\n    width: 100%;\n    min-height: 56px;\n    align-items: center;\n    justify-content: center;\n    padding: 14px 20px;\n    border-radius: 999px;\n    background: linear-gradient(135deg, #b95d28 0%, #7d310f 100%);\n    color: #fff;\n    font-size: 18px;\n    font-weight: 850;\n    letter-spacing: 0.02em;\n    box-shadow: 0 12px 26px rgba(116, 48, 16, 0.25);\n    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;\n  }\n\n  #sm-product-page .sm-buy-button:hover,\n  #sm-product-page .sm-buy-button:focus-visible {\n    transform: translateY(-3px);\n    box-shadow: 0 17px 30px rgba(116, 48, 16, 0.32);\n    filter: brightness(1.04);\n    outline: none;\n  }\n\n  #sm-product-page .sm-buy-button:active {\n    transform: translateY(1px) scale(0.99);\n  }\n\n  #sm-product-page .sm-floating-cta {\n    position: sticky;\n    bottom: 10px;\n    z-index: 8;\n    margin: 18px 0;\n    padding: 10px;\n    border: 1px solid rgba(255, 255, 255, 0.55);\n    border-radius: 999px;\n    background: rgba(255, 250, 244, 0.9);\n    box-shadow: 0 13px 30px rgba(63, 36, 20, 0.2);\n    backdrop-filter: blur(9px);\n    -webkit-backdrop-filter: blur(9px);\n  }\n\n  #sm-product-page .sm-review-wrap {\n    background: #f7f5f1;\n  }\n\n  #sm-product-page .sm-review-notice {\n    margin-bottom: 14px;\n    padding: 11px 13px;\n    border: 1px solid #eadfce;\n    border-radius: 13px;\n    background: #fffaf1;\n    color: #72573d;\n    font-size: 13px;\n    line-height: 1.45;\n  }\n\n  #sm-product-page .sm-review-list {\n    overflow: hidden;\n    border: 1px solid #e6e1da;\n    border-radius: 16px;\n    background: #fbfaf7;\n  }\n\n  #sm-product-page .sm-review {\n    padding: 17px;\n  }\n\n  #sm-product-page .sm-review + .sm-review {\n    border-top: 1px solid #eeeae4;\n  }\n\n  #sm-product-page .sm-review-head {\n    display: flex;\n    align-items: center;\n    gap: 11px;\n    margin-bottom: 10px;\n  }\n\n  #sm-product-page .sm-avatar {\n    display: grid;\n    width: 38px;\n    height: 38px;\n    flex: 0 0 38px;\n    place-items: center;\n    border-radius: 50%;\n    background: #e8ded2;\n    color: var(--sm-brown);\n    font-weight: 850;\n  }\n\n  #sm-product-page .sm-review-name,\n  #sm-product-page .sm-review-meta,\n  #sm-product-page .sm-stars {\n    display: block;\n  }\n\n  #sm-product-page .sm-review-name {\n    font-size: 15px;\n    font-weight: 800;\n  }\n\n  #sm-product-page .sm-review-meta {\n    margin-top: 1px;\n    color: #91867e;\n    font-size: 12px;\n  }\n\n  #sm-product-page .sm-stars {\n    margin-left: auto;\n    color: var(--sm-gold);\n    font-size: 14px;\n    letter-spacing: 1px;\n    white-space: nowrap;\n  }\n\n  #sm-product-page .sm-review p {\n    margin: 0;\n    color: #4d4844;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  #sm-product-page .sm-disclaimer {\n    margin: 14px auto 0;\n    color: #887d75;\n    font-size: 12px;\n    line-height: 1.5;\n    text-align: center;\n  }\n\n  @media (min-width: 700px) {\n    #sm-product-page {\n      font-size: 18px;\n    }\n\n    #sm-product-page .sm-shell {\n      padding: 18px 22px 56px;\n    }\n\n    #sm-product-page .sm-section {\n      margin: 24px 0;\n      padding: 28px;\n      border-radius: 26px;\n    }\n\n    #sm-product-page .sm-image-wrap {\n      margin-bottom: 28px;\n      border-radius: 21px;\n    }\n\n    #sm-product-page .sm-nav-card {\n      min-height: 160px;\n      padding: 22px;\n    }\n\n    #sm-product-page .sm-nav-card strong {\n      font-size: 18px;\n    }\n\n    #sm-product-page .sm-spec-row {\n      padding: 17px 19px;\n    }\n\n    #sm-product-page .sm-buy-button {\n      width: min(100%, 520px);\n    }\n\n    #sm-product-page .sm-floating-cta {\n      width: min(100%, 560px);\n      margin-right: auto;\n      margin-left: auto;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    #sm-product-page *,\n    #sm-product-page *::before,\n    #sm-product-page *::after {\n      scroll-behavior: auto !important;\n      animation-duration: 0.01ms !important;\n      animation-iteration-count: 1 !important;\n      transition-duration: 0.01ms !important;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"sm-product-page\"\u003e\n\u003cdiv class=\"sm-shell\"\u003e\n\u003csection class=\"sm-section sm-section--soft sm-hero\"\u003e\n\u003cdiv class=\"sm-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/01-gif.gif?v=1789540393\" alt=\"White rechargeable self-stirring mug mixing a creamy coffee\" width=\"1254\" height=\"1254\" loading=\"eager\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sm-copy\"\u003e\n\u003cspan class=\"sm-eyebrow\"\u003e☕ An easier everyday drink\u003c\/span\u003e\n\u003ch2 id=\"sm-hero-title\"\u003eDouble-Click. Mix. Enjoy.\u003c\/h2\u003e\n\u003cp class=\"sm-lead\"\u003eLet the cup handle the stirring while you move on with your morning. One quick double-click starts a convenient \u003cstrong\u003e20-second mixing cycle\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cul class=\"sm-checks\"\u003e\n\u003cli\u003e\n\u003cspan\u003e✅\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNo spoon needed\u003c\/strong\u003e for everyday soluble drink mixes.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e✨\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTemperature display\u003c\/strong\u003e helps you check before you sip.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e🔋\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eType-C rechargeable\u003c\/strong\u003e for convenient repeat use.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"sm-quick-facts\"\u003e\n\u003cdiv class=\"sm-fact\"\u003e\n\u003cstrong\u003e12.8 fl oz\u003c\/strong\u003e\u003cspan\u003e380 ml\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sm-fact\"\u003e\n\u003cstrong\u003e20 sec\u003c\/strong\u003e\u003cspan\u003eAuto stop\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sm-fact\"\u003e\n\u003cstrong\u003e304 steel\u003c\/strong\u003e\u003cspan\u003eInterior\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"sm-section\"\u003e\n\u003cdiv class=\"sm-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/02-before-after-less-mess.webp?v=1789533031\" alt=\"Comparison between manual spoon stirring and the automatic self-stirring mug\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sm-copy\"\u003e\n\u003cspan class=\"sm-eyebrow\"\u003eBefore \u0026amp; after\u003c\/span\u003e\n\u003ch2 id=\"sm-before-title\"\u003eLess Stirring. Less Mess.\u003c\/h2\u003e\n\u003cp\u003eSkip the extra spoon and the repetitive stirring. Add your drink mix and water, double-click the control, and let the mug complete its cycle.\u003c\/p\u003e\n\u003cdiv class=\"sm-benefit-points\"\u003e\n\u003cspan class=\"sm-pill\"\u003eFewer utensils\u003c\/span\u003e \u003cspan class=\"sm-pill\"\u003eCleaner routine\u003c\/span\u003e \u003cspan class=\"sm-pill\"\u003eSimple operation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"sm-section sm-section--soft\"\u003e\n\u003cdiv class=\"sm-copy\"\u003e\n\u003cspan class=\"sm-eyebrow\"\u003eExplore the benefits\u003c\/span\u003e\n\u003ch2 id=\"sm-nav-title\"\u003eFour Small Upgrades. One Easier Routine.\u003c\/h2\u003e\n\u003cp\u003eTap any card to jump directly to the feature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cnav class=\"sm-nav-grid\"\u003e\u003ca class=\"sm-nav-card\" href=\"#sm-auto\"\u003e \u003cspan class=\"sm-nav-icon\"\u003e⏱️\u003c\/span\u003e \u003cstrong\u003e20-Second Cycle\u003c\/strong\u003e \u003csmall\u003eStarts fast and stops automatically.\u003c\/small\u003e \u003c\/a\u003e \u003ca class=\"sm-nav-card\" href=\"#sm-temp\"\u003e \u003cspan class=\"sm-nav-icon\"\u003e🌡️\u003c\/span\u003e \u003cstrong\u003eTemperature Display\u003c\/strong\u003e \u003csmall\u003eCheck the reading at a glance.\u003c\/small\u003e \u003c\/a\u003e \u003ca class=\"sm-nav-card\" href=\"#sm-charge\"\u003e \u003cspan class=\"sm-nav-icon\"\u003e🔋\u003c\/span\u003e \u003cstrong\u003eType-C Charging\u003c\/strong\u003e \u003csmall\u003eRecharge and use it again.\u003c\/small\u003e \u003c\/a\u003e \u003ca class=\"sm-nav-card\" href=\"#sm-steel\"\u003e \u003cspan class=\"sm-nav-icon\"\u003e✨\u003c\/span\u003e \u003cstrong\u003e304 Steel Interior\u003c\/strong\u003e \u003csmall\u003eMade for everyday drink mixing.\u003c\/small\u003e \u003c\/a\u003e\u003c\/nav\u003e\u003c\/section\u003e\n\u003csection id=\"sm-auto\" class=\"sm-section\"\u003e\n\u003cdiv class=\"sm-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/03-benefit-20-second-auto-stop.webp?v=1789533030\" alt=\"Self-stirring mug completing a 20-second automatic mixing cycle\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sm-copy\"\u003e\n\u003cspan class=\"sm-eyebrow\"\u003e⏱️ Hands-free convenience\u003c\/span\u003e\n\u003ch2 id=\"sm-auto-title\"\u003eMix While You Move On\u003c\/h2\u003e\n\u003cp\u003eDouble-click to begin. The mug runs a \u003cstrong\u003e20-second stirring cycle\u003c\/strong\u003e and then stops automatically, so you do not need to keep holding the button.\u003c\/p\u003e\n\u003cdiv class=\"sm-benefit-points\"\u003e\n\u003cspan class=\"sm-pill\"\u003eDouble-click start\u003c\/span\u003e \u003cspan class=\"sm-pill\"\u003eAutomatic stop\u003c\/span\u003e \u003cspan class=\"sm-pill\"\u003eNo continuous holding\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"sm-temp\" class=\"sm-section sm-section--soft\"\u003e\n\u003cdiv class=\"sm-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/04-benefit-temperature-display.webp?v=1789533030\" alt=\"Close-up of the digital temperature display on the mug handle\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sm-copy\"\u003e\n\u003cspan class=\"sm-eyebrow\"\u003e🌡️ Quick temperature check\u003c\/span\u003e\n\u003ch2 id=\"sm-temp-title\"\u003eCheck Before You Sip\u003c\/h2\u003e\n\u003cp\u003eThe handle-top display gives you an easy-to-see temperature reading, helping take some of the guesswork out of your first sip.\u003c\/p\u003e\n\u003cdiv class=\"sm-note\"\u003e\n\u003cstrong\u003ePlease note:\u003c\/strong\u003e the display measures temperature. The mug does not actively heat or keep drinks warm.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"sm-charge\" class=\"sm-section\"\u003e\n\u003cdiv class=\"sm-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/05-benefit-type-c-rechargeable.webp?v=1789533030\" alt=\"Close-up of the protected Type-C charging port inside the mug handle\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sm-copy\"\u003e\n\u003cspan class=\"sm-eyebrow\"\u003e🔋 Rechargeable design\u003c\/span\u003e\n\u003ch2 id=\"sm-charge-title\"\u003eCharge. Reuse. Repeat.\u003c\/h2\u003e\n\u003cp\u003eThe protected \u003cstrong\u003eType-C charging port\u003c\/strong\u003e makes everyday recharging straightforward—without disposable batteries.\u003c\/p\u003e\n\u003cdiv class=\"sm-note\"\u003eKeep the charging port dry, close its protective cover before use, and never charge the mug while it is wet.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"sm-steel\" class=\"sm-section sm-section--soft\"\u003e\n\u003cdiv class=\"sm-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/06-benefit-304-stainless-steel-v2.webp?v=1789533031\" alt=\"Fixed 304 stainless steel mug interior with built-in stirring spindle\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sm-copy\"\u003e\n\u003cspan class=\"sm-eyebrow\"\u003e✨ Everyday materials\u003c\/span\u003e\n\u003ch2 id=\"sm-steel-title\"\u003e304 Stainless Steel Interior\u003c\/h2\u003e\n\u003cp\u003eThe fixed stainless steel interior pairs with a lightweight ABS exterior for a practical cup designed around everyday drink mixing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"sm-section\"\u003e\n\u003cdiv class=\"sm-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/08-lifestyle-mix-while-working.webp?v=1789533031\" alt=\"Professional working at a home-office desk while the mug mixes a drink\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sm-copy\"\u003e\n\u003cspan class=\"sm-eyebrow\"\u003e🚀 Made for busy moments\u003c\/span\u003e\n\u003ch2 id=\"sm-lifestyle-title\"\u003eA Small Shortcut for Your Day\u003c\/h2\u003e\n\u003cp\u003eKeep typing, finish breakfast, or organize your desk while the cup handles the stirring. It is a simple upgrade that fits naturally into workdays and mornings at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"sm-section sm-section--soft\"\u003e\n\u003cdiv class=\"sm-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/07-detail-380ml-size-specs.webp?v=1789533030\" alt=\"Automatic stirring mug dimensions, capacity, weight and charging specifications\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sm-copy\"\u003e\n\u003cspan class=\"sm-eyebrow\"\u003eProduct specifications\u003c\/span\u003e\n\u003ch2 id=\"sm-spec-title\"\u003eCompact for Everyday Use\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sm-spec-list\" role=\"list\"\u003e\n\u003cdiv class=\"sm-spec-row\" role=\"listitem\"\u003e\n\u003cspan\u003eCapacity\u003c\/span\u003e\u003cstrong\u003e12.8 fl oz \/ 380 ml\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sm-spec-row\" role=\"listitem\"\u003e\n\u003cspan\u003eProduct size\u003c\/span\u003e\u003cstrong\u003e5.43 × 3.15 in \/ 13.8 × 8 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sm-spec-row\" role=\"listitem\"\u003e\n\u003cspan\u003eProduct weight\u003c\/span\u003e\u003cstrong\u003e9.2 oz \/ 260 g\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sm-spec-row\" role=\"listitem\"\u003e\n\u003cspan\u003eInterior\u003c\/span\u003e\u003cstrong\u003e304 stainless steel\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sm-spec-row\" role=\"listitem\"\u003e\n\u003cspan\u003eExterior\u003c\/span\u003e\u003cstrong\u003eABS\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sm-spec-row\" role=\"listitem\"\u003e\n\u003cspan\u003eCharging\u003c\/span\u003e\u003cstrong\u003eType-C\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sm-spec-row\" role=\"listitem\"\u003e\n\u003cspan\u003eOperation\u003c\/span\u003e\u003cstrong\u003eDouble-click start\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sm-spec-row\" role=\"listitem\"\u003e\n\u003cspan\u003eMixing cycle\u003c\/span\u003e\u003cstrong\u003e20-second auto stop\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sm-note\"\u003e\n\u003cstrong\u003eBest for:\u003c\/strong\u003e instant coffee, cocoa, milk powder and other readily soluble drink mixes. This product is not a blender and is not designed for ice, whole ingredients, thick mixtures or chunky foods.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"sm-section\"\u003e\n\u003cdiv class=\"sm-copy\"\u003e\n\u003cspan class=\"sm-eyebrow\"\u003eHelpful answers\u003c\/span\u003e\n\u003ch2 id=\"sm-faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sm-faq-list\"\u003e\n\u003cdetails class=\"sm-faq-item\" open=\"\"\u003e\n\u003csummary class=\"sm-faq-question\"\u003eHow does the mug work?\u003cspan class=\"sm-faq-icon\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"sm-faq-answer\"\u003e\n\u003cp\u003eAdd an appropriate soluble drink mix and liquid, then double-click the control. The mug runs a 20-second stirring cycle and stops automatically.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"sm-faq-item\"\u003e\n\u003csummary class=\"sm-faq-question\"\u003eDoes it heat or keep drinks warm?\u003cspan class=\"sm-faq-icon\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"sm-faq-answer\"\u003e\n\u003cp\u003eNo. It mixes the drink and displays a temperature reading. It does not actively heat or maintain temperature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"sm-faq-item\"\u003e\n\u003csummary class=\"sm-faq-question\"\u003eWhat can I mix in it?\u003cspan class=\"sm-faq-icon\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"sm-faq-answer\"\u003e\n\u003cp\u003eIt is intended for readily soluble drink mixes such as instant coffee, cocoa and milk powder. Results vary by powder type, amount, liquid temperature and thickness. Do not use it as a blender.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"sm-faq-item\"\u003e\n\u003csummary class=\"sm-faq-question\"\u003eIs the lid leakproof?\u003cspan class=\"sm-faq-icon\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"sm-faq-answer\"\u003e\n\u003cp\u003eThe included top is a dust cover, not a verified leakproof travel lid. Keep the mug upright, and do not place it in a bag while filled.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"sm-faq-item\"\u003e\n\u003csummary class=\"sm-faq-question\"\u003eHow should I clean it?\u003cspan class=\"sm-faq-icon\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"sm-faq-answer\"\u003e\n\u003cp\u003eTurn the mug off and make sure it is not charging. Clean the interior gently with a soft sponge, keep the charging port dry and do not immerse the entire mug or place it in a dishwasher.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"sm-faq-item\"\u003e\n\u003csummary class=\"sm-faq-question\"\u003eHow is it charged?\u003cspan class=\"sm-faq-icon\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"sm-faq-answer\"\u003e\n\u003cp\u003eUse the protected Type-C port inside the handle. Charge only when the mug and port are completely dry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"sm-section sm-section--soft\"\u003e\n\u003cdiv class=\"sm-copy\"\u003e\n\u003cspan class=\"sm-eyebrow\"\u003eShop with confidence\u003c\/span\u003e\n\u003ch2 id=\"sm-service-title\"\u003eSupport at Every Step\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sm-service-stack\"\u003e\n\u003cdiv class=\"sm-service-card\"\u003e\n\u003cspan class=\"sm-service-icon\"\u003e🔒\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSecure Checkout\u003c\/strong\u003e\u003csmall\u003eYour payment is processed through Shopify’s secure checkout.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sm-service-card\"\u003e\n\u003cspan class=\"sm-service-icon\"\u003e📦\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eOrder Tracking\u003c\/strong\u003e\u003csmall\u003eFollow your order after it ships using the tracking information provided.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sm-service-card\"\u003e\n\u003cspan class=\"sm-service-icon\"\u003e💬\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCustomer Support\u003c\/strong\u003e\u003csmall\u003eQuestions about your order? Contact us and we will be happy to help according to our store policies.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"sm-section sm-section--dark\"\u003e\n\u003cdiv class=\"sm-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/09-summary-everyday-shortcut.webp?v=1789533031\" alt=\"White self-stirring mug with 20-second auto stop, temperature display and Type-C charging\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sm-copy\"\u003e\n\u003cspan class=\"sm-eyebrow\"\u003eReady when you are\u003c\/span\u003e\n\u003ch2 id=\"sm-summary-title\"\u003eYour Everyday Shortcut to Smoother Drinks\u003c\/h2\u003e\n\u003cp\u003eFewer utensils. Less repetitive stirring. One simple cup built to make everyday drink preparation feel easier.\u003c\/p\u003e\n\u003ca class=\"sm-buy-button\" href=\"#MainContent\"\u003eBuy Now\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"sm-section sm-review-wrap\"\u003e\n\u003cdiv class=\"sm-copy\"\u003e\n\u003cspan class=\"sm-eyebrow\"\u003eReview section preview\u003c\/span\u003e\n\u003ch2 id=\"sm-review-title\"\u003eCustomer Review Layout\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sm-review-notice\"\u003e\n\u003cstrong\u003eMerchant note:\u003c\/strong\u003e \u003cspan class=\"\"\u003eThe mug that stirs itself – see why everyone loves it.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sm-review-list\"\u003e\n\u003carticle class=\"sm-review\"\u003e\n\u003cdiv class=\"sm-review-head\"\u003e\n\u003cspan class=\"sm-avatar\"\u003eK\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cspan class=\"sm-review-name\"\u003e\u003cspan\u003eKevin Brooks\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"sm-review-meta\"\u003e\u003cspan\u003eUSA\u003c\/span\u003e • \u003cspan\u003eSeptember 5, 2026\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"sm-stars\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003e“\u003cspan class=\"\"\u003eI use this mug every morning for my protein shake. Just press the button and it mixes everything smoothly—no lumps, no spoon. The rechargeable battery lasts over a week on a single charge. It's also easy to clean since the stirring mechanism is built into the lid. Game changer for busy mornings. I've already recommended it to my gym buddies.\u003c\/span\u003e”\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sm-review\"\u003e\n\u003cdiv class=\"sm-review-head\"\u003e\n\u003cspan class=\"sm-avatar\"\u003eR\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cspan class=\"sm-review-name\"\u003e\u003cspan\u003eRachel Morgan\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"sm-review-meta\"\u003e\u003cspan\u003eCanada\u003c\/span\u003e • \u003cspan\u003eSeptember 8, 2026\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"sm-stars\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003e“\u003cspan class=\"\"\u003eI love that I can stir my coffee without getting up for a spoon. The self-stirring function is quiet and powerful enough to dissolve sugar and honey completely. The mug keeps my drink warm for a while, and the USB-C charging is super convenient. I've bought two more as gifts for my parents. They love it too!\u003c\/span\u003e”\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sm-review\"\u003e\n\u003cdiv class=\"sm-review-head\"\u003e\n\u003cspan class=\"sm-avatar\"\u003eD\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cspan class=\"sm-review-name\"\u003e\u003cspan\u003eDaniel Foster\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"sm-review-meta\"\u003e\u003cspan\u003eUnited Kingdom\u003c\/span\u003e • \u003cspan\u003eSeptember 12, 2026\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"sm-stars\"\u003e★★★★★\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003e“\u003cspan class=\"\"\u003eTook this on a camping trip and it was brilliant. No need to carry spoons or worry about stirring. The battery held up for the whole weekend. It's sturdy and leak-proof when the lid is on. Perfect for hot chocolate or instant coffee. Highly recommend for anyone who wants a hassle-free drink anywhere.\u003c\/span\u003e”\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cp class=\"sm-disclaimer\"\u003ePerformance varies by drink mix, quantity, liquid temperature and consistency. Always use care with hot liquids.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"NC0248","offers":[{"title":"Pure White","offer_id":46191201517615,"sku":"NC02482609162543-白色（304 不锈钢）","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Classic Black","offer_id":46191201550383,"sku":"NC02482609162543-黑色（304 不锈钢）","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Soft Pink","offer_id":46191201583151,"sku":"NC02482609162543-粉色（304 不锈钢）","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/01-hero-double-click-mix-enjoy.webp?v=1789556363","url":"https:\/\/meritessia.com\/de\/products\/rechargeable-self-stirring-mug","provider":"Meritessia","version":"1.0","type":"link"}