{"product_id":"✨autumn-puppy-glass-tumbler🐕","title":"✨Autumn Puppy Glass Tumbler🐕","description":"\u003c!-- =========================================================\nAUTUMN PUPPY GLASS TUMBLER\nPREMIUM SHOPIFY BODY HTML\nReplace IMAGE_01_URL ~ IMAGE_09_URL with Shopify CDN URLs\n========================================================= --\u003e\n\u003cstyle\u003e\n  .sp6-wrap,\n  .sp6-wrap * {\n    box-sizing: border-box;\n  }\n\n  .sp6-wrap {\n    --cream: #fff9f0;\n    --cream-2: #f8ecda;\n    --brown: #4a2413;\n    --brown-2: #6a351d;\n    --orange: #d95d17;\n    --orange-2: #f08b31;\n    --green: #17603e;\n    --green-2: #287655;\n    --gold: #d99a45;\n    --line: #ead7bf;\n    --text: #30251e;\n    --muted: #74675f;\n\n    width: 100%;\n    max-width: 600px;\n    margin: 0 auto;\n    background: #ffffff;\n    color: var(--text);\n    font-family:\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Arial,\n      Helvetica,\n      sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n    overflow: hidden;\n  }\n\n  .sp6-wrap img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n  }\n\n  \/* =========================================================\n     STANDARD ICON RULE\n     Every functional icon is its own standard 24x24 SVG\n  ========================================================= *\/\n\n  .sp6-icon {\n    width: 24px;\n    height: 24px;\n    min-width: 24px;\n    min-height: 24px;\n    flex: 0 0 24px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n  }\n\n  .sp6-icon svg {\n    display: block !important;\n    width: 24px !important;\n    height: 24px !important;\n    min-width: 24px !important;\n    min-height: 24px !important;\n    max-width: 24px !important;\n    max-height: 24px !important;\n    aspect-ratio: 1 \/ 1;\n    object-fit: contain !important;\n    flex-shrink: 0 !important;\n    overflow: visible;\n  }\n\n  .sp6-section {\n    padding: 38px 26px;\n  }\n\n  .sp6-section-light {\n    background:\n      linear-gradient(\n        180deg,\n        #fffdf9 0%,\n        var(--cream) 100%\n      );\n  }\n\n  .sp6-section-green {\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at top right,\n        #347e5c 0%,\n        var(--green) 38%,\n        #103a29 100%\n      );\n  }\n\n  .sp6-eyebrow {\n    margin: 0 0 8px;\n    color: var(--orange);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.7px;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .sp6-section-green .sp6-eyebrow {\n    color: #ffd498;\n  }\n\n  .sp6-h2 {\n    margin: 0;\n    color: var(--brown);\n    font-family:\n      Georgia,\n      \"Times New Roman\",\n      serif;\n    font-size: 35px;\n    font-weight: 700;\n    line-height: 1.07;\n    letter-spacing: -0.9px;\n  }\n\n  .sp6-section-green .sp6-h2 {\n    color: #ffffff;\n  }\n\n  .sp6-lead {\n    margin: 15px 0 0;\n    color: var(--muted);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .sp6-section-green .sp6-lead {\n    color: rgba(255,255,255,.82);\n  }\n\n  .sp6-image {\n    background: #f7f3ec;\n  }\n\n  .sp6-image img {\n    width: 100%;\n  }\n\n  \/* =========================================================\n     HERO\n  ========================================================= *\/\n\n  .sp6-hero {\n    position: relative;\n    padding: 42px 28px 34px;\n    overflow: hidden;\n    text-align: center;\n    background:\n      radial-gradient(\n        circle at 50% 0%,\n        #fff9e9 0%,\n        #fff5e5 38%,\n        #f7e0c4 100%\n      );\n  }\n\n  .sp6-hero:before,\n  .sp6-hero:after {\n    position: absolute;\n    border-radius: 50%;\n    content: \"\";\n    pointer-events: none;\n  }\n\n  .sp6-hero:before {\n    top: -70px;\n    right: -75px;\n    width: 180px;\n    height: 180px;\n    background: rgba(230, 112, 32, .12);\n  }\n\n  .sp6-hero:after {\n    bottom: -85px;\n    left: -85px;\n    width: 190px;\n    height: 190px;\n    background: rgba(23, 96, 62, .09);\n  }\n\n  .sp6-hero-inner {\n    position: relative;\n    z-index: 2;\n  }\n\n  .sp6-hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 19px;\n    padding: 8px 14px;\n    border: 1px solid rgba(74, 36, 19, .10);\n    border-radius: 999px;\n    color: var(--green);\n    background: rgba(255,255,255,.68);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .sp6-hero h1 {\n    margin: 0;\n    color: var(--brown);\n    font-family:\n      Georgia,\n      \"Times New Roman\",\n      serif;\n    font-size: 46px;\n    font-weight: 700;\n    line-height: 1.02;\n    letter-spacing: -1.5px;\n  }\n\n  .sp6-hero h1 span {\n    color: var(--orange);\n  }\n\n  .sp6-hero-copy {\n    max-width: 480px;\n    margin: 18px auto 0;\n    color: #64554b;\n    font-size: 17px;\n    line-height: 1.65;\n  }\n\n  .sp6-hero-points {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin-top: 23px;\n  }\n\n  .sp6-hero-point {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 9px 12px;\n    border-radius: 12px;\n    color: var(--brown);\n    background: rgba(255,255,255,.74);\n    box-shadow: 0 5px 18px rgba(83, 49, 23, .06);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  \/* =========================================================\n     BENEFITS\n  ========================================================= *\/\n\n  .sp6-benefits {\n    padding: 34px 20px;\n    background: #ffffff;\n  }\n\n  .sp6-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n\n  .sp6-benefit {\n    min-width: 0;\n    padding: 19px 10px 17px;\n    border: 1px solid var(--line);\n    border-radius: 16px;\n    background: #fffdf9;\n    text-align: center;\n  }\n\n  .sp6-benefit .sp6-icon {\n    margin: 0 auto 11px;\n    color: var(--orange);\n  }\n\n  .sp6-benefit strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--brown);\n    font-size: 14px;\n    line-height: 1.25;\n  }\n\n  .sp6-benefit span {\n    display: block;\n    color: var(--muted);\n    font-size: 12px;\n    line-height: 1.4;\n  }\n\n  \/* =========================================================\n     CONTENT CARDS\n  ========================================================= *\/\n\n  .sp6-copy-card {\n    margin-top: 21px;\n    padding: 22px;\n    border: 1px solid var(--line);\n    border-radius: 18px;\n    background: rgba(255,255,255,.8);\n  }\n\n  .sp6-row {\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n  }\n\n  .sp6-row + .sp6-row {\n    margin-top: 18px;\n    padding-top: 18px;\n    border-top: 1px solid #eee0cf;\n  }\n\n  .sp6-row .sp6-icon {\n    margin-top: 1px;\n    color: var(--orange);\n  }\n\n  .sp6-row strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--brown);\n    font-size: 16px;\n    line-height: 1.35;\n  }\n\n  .sp6-row p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .sp6-section-green .sp6-copy-card {\n    border-color: rgba(255,255,255,.12);\n    background: rgba(255,255,255,.07);\n  }\n\n  .sp6-section-green .sp6-row + .sp6-row {\n    border-color: rgba(255,255,255,.12);\n  }\n\n  .sp6-section-green .sp6-row .sp6-icon {\n    color: #ffd498;\n  }\n\n  .sp6-section-green .sp6-row strong {\n    color: #ffffff;\n  }\n\n  .sp6-section-green .sp6-row p {\n    color: rgba(255,255,255,.76);\n  }\n\n  \/* =========================================================\n     OCCASIONS\n  ========================================================= *\/\n\n  .sp6-occasion-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .sp6-occasion {\n    padding: 18px 15px;\n    border: 1px solid var(--line);\n    border-radius: 15px;\n    background: #fff;\n  }\n\n  .sp6-occasion .sp6-icon {\n    margin-bottom: 10px;\n    color: var(--green);\n  }\n\n  .sp6-occasion strong {\n    display: block;\n    color: var(--brown);\n    font-size: 14px;\n    line-height: 1.3;\n  }\n\n  .sp6-occasion span {\n    display: block;\n    margin-top: 4px;\n    color: var(--muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  \/* =========================================================\n     FAQ\n  ========================================================= *\/\n\n  .sp6-faq {\n    padding: 42px 24px;\n    background: #fffaf3;\n  }\n\n  .sp6-faq-head {\n    margin-bottom: 20px;\n    text-align: center;\n  }\n\n  .sp6-faq details {\n    margin-bottom: 10px;\n    border: 1px solid #ead9c5;\n    border-radius: 14px;\n    background: #ffffff;\n    overflow: hidden;\n  }\n\n  .sp6-faq summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 58px;\n    padding: 15px 48px 15px 18px;\n    color: var(--brown);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .sp6-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .sp6-faq summary:after {\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    width: 22px;\n    height: 22px;\n    margin-top: -11px;\n    border-radius: 50%;\n    color: var(--orange);\n    background: #fff2e4;\n    content: \"+\";\n    font-size: 18px;\n    font-weight: 700;\n    line-height: 20px;\n    text-align: center;\n  }\n\n  .sp6-faq details[open] summary:after {\n    content: \"−\";\n  }\n\n  .sp6-faq-answer {\n    padding: 0 18px 17px;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================================================\n     TRUST\n  ========================================================= *\/\n\n  .sp6-trust {\n    padding: 34px 22px;\n    text-align: center;\n    background: #ffffff;\n  }\n\n  .sp6-trust-lock {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    color: var(--green);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .sp6-payments {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 7px;\n    margin: 17px 0 12px;\n  }\n\n  .sp6-payment {\n    min-width: 72px;\n    padding: 8px 11px;\n    border: 1px solid #dedede;\n    border-radius: 8px;\n    color: #292929;\n    background: #ffffff;\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1;\n  }\n\n  .sp6-help {\n    margin: 0;\n    color: #7c746d;\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  \/* =========================================================\n     BOTTOM CTA\n  ========================================================= *\/\n\n  .sp6-cta-wrap {\n    padding: 0 16px 18px;\n    background: #ffffff;\n  }\n\n  .sp6-cta {\n    position: relative;\n    display: block;\n    padding: 34px 25px 28px;\n    border-radius: 22px;\n    color: #ffffff !important;\n    background:\n      radial-gradient(\n        circle at top right,\n        #ee812f 0%,\n        #c94b16 38%,\n        #6a2614 100%\n      );\n    box-shadow: 0 14px 30px rgba(112, 44, 18, .23);\n    text-align: center;\n    text-decoration: none !important;\n    overflow: hidden;\n  }\n\n  .sp6-cta:before {\n    position: absolute;\n    top: -60px;\n    right: -45px;\n    width: 155px;\n    height: 155px;\n    border: 1px solid rgba(255,255,255,.16);\n    border-radius: 50%;\n    content: \"\";\n  }\n\n  .sp6-cta-icon {\n    position: relative;\n    z-index: 2;\n    margin: 0 auto 12px;\n    color: #ffe0a9;\n    animation: sp6-float 1.8s ease-in-out infinite;\n  }\n\n  .sp6-cta-small {\n    position: relative;\n    z-index: 2;\n    margin: 0 0 8px;\n    color: #ffe4b8;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n  }\n\n  .sp6-cta h2 {\n    position: relative;\n    z-index: 2;\n    margin: 0;\n    color: #ffffff;\n    font-family:\n      Georgia,\n      \"Times New Roman\",\n      serif;\n    font-size: 34px;\n    line-height: 1.05;\n  }\n\n  .sp6-cta \u003e p:not(.sp6-cta-small) {\n    position: relative;\n    z-index: 2;\n    max-width: 455px;\n    margin: 14px auto 20px;\n    color: rgba(255,255,255,.84);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .sp6-cta-button {\n    position: relative;\n    z-index: 2;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 9px;\n    min-width: 215px;\n    padding: 13px 18px;\n    border-radius: 999px;\n    color: var(--brown);\n    background: #ffffff;\n    font-size: 13px;\n    font-weight: 850;\n    letter-spacing: .5px;\n  }\n\n  .sp6-arrow {\n    color: var(--orange);\n    animation: sp6-arrow-move 1.2s ease-in-out infinite;\n  }\n\n  @keyframes sp6-float {\n    0%,\n    100% {\n      transform: translateY(0);\n    }\n\n    50% {\n      transform: translateY(-5px);\n    }\n  }\n\n  @keyframes sp6-arrow-move {\n    0%,\n    100% {\n      transform: translateY(2px);\n    }\n\n    50% {\n      transform: translateY(-3px);\n    }\n  }\n\n  \/* =========================================================\n     MOBILE\n  ========================================================= *\/\n\n  @media (max-width: 600px) {\n    .sp6-section {\n      padding: 32px 19px;\n    }\n\n    .sp6-hero {\n      padding: 37px 19px 31px;\n    }\n\n    .sp6-hero h1 {\n      font-size: 38px;\n    }\n\n    .sp6-hero-copy {\n      font-size: 16px;\n    }\n\n    .sp6-h2 {\n      font-size: 31px;\n    }\n\n    .sp6-benefits {\n      padding: 27px 13px;\n    }\n\n    .sp6-benefit-grid {\n      gap: 7px;\n    }\n\n    .sp6-benefit {\n      padding: 16px 6px 14px;\n    }\n\n    .sp6-benefit strong {\n      font-size: 12px;\n    }\n\n    .sp6-benefit span {\n      font-size: 11px;\n    }\n\n    .sp6-copy-card {\n      padding: 19px 17px;\n    }\n\n    .sp6-occasion-grid {\n      gap: 8px;\n    }\n\n    .sp6-occasion {\n      padding: 15px 12px;\n    }\n\n    .sp6-faq {\n      padding: 35px 16px;\n    }\n\n    .sp6-cta {\n      padding: 31px 19px 25px;\n    }\n\n    .sp6-cta h2 {\n      font-size: 30px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"sp6-wrap\"\u003e\n\u003c!-- ==================== HERO ==================== --\u003e\n\u003csection class=\"sp6-hero\"\u003e\n\u003cdiv class=\"sp6-hero-inner\"\u003e\n\u003cdiv class=\"sp6-hero-badge\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 21s-7-4.6-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.4-7 10-7 10z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e Cozy Seasonal Favorite\u003c\/div\u003e\n\u003cp class=\"sp6-eyebrow\"\u003eAutumn Puppy Glass Tumbler\u003c\/p\u003e\n\u003ch1\u003eMake Every Sip\u003cbr\u003e\u003cspan\u003eA Little More Fun.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"sp6-hero-copy\"\u003eA playful puppy-shaped glass tumbler dressed for the season with an orange lid, cozy green scarf and decorative striped straw.\u003c\/p\u003e\n\u003cdiv class=\"sp6-hero-points\"\u003e\n\u003cdiv class=\"sp6-hero-point\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M7 3h10\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 3l1 18h6l1-18\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M9 8h6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e Glass Tumbler\u003c\/div\u003e\n\u003cdiv class=\"sp6-hero-point\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M5 8h14\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M7 8V5h10v3\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M6 8v11h12V8\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e Lid Included\u003c\/div\u003e\n\u003cdiv class=\"sp6-hero-point\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M7 21 15 3\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M13 3h4\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M6 17h5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e Decorative Straw\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ==================== IMAGE 01 ==================== --\u003e\n\u003cdiv class=\"sp6-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPTImage2026_9_10_12_24_55_1.png?v=1789014374\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- ==================== BENEFITS ==================== --\u003e\n\u003csection class=\"sp6-benefits\"\u003e\n\u003cdiv class=\"sp6-benefit-grid\"\u003e\n\u003cdiv class=\"sp6-benefit\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 21s-7-4.6-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.4-7 10-7 10z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cstrong\u003ePlayful Design\u003c\/strong\u003e \u003cspan\u003eTurns everyday drinks into a fun little moment.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sp6-benefit\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M7 3h10\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 3l1 18h6l1-18\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 8h6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cstrong\u003eReusable Cup\u003c\/strong\u003e \u003cspan\u003eA charming alternative to plain disposable drinkware.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sp6-benefit\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003crect x=\"4\" y=\"8\" width=\"16\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M12 8v12\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 8H8.5A2.5 2.5 0 1 1 11 5.5L12 8z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 8h3.5A2.5 2.5 0 1 0 13 5.5L12 8z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cstrong\u003eGiftable Charm\u003c\/strong\u003e \u003cspan\u003eA cheerful pick for anyone who loves cute drinkware.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ==================== IMAGE 02 ==================== --\u003e\n\u003cdiv class=\"sp6-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPTImage2026_9_10_12_24_55_2.png?v=1789014374\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- ==================== DETAILS ==================== --\u003e\n\u003csection class=\"sp6-section sp6-section-light\"\u003e\n\u003cp class=\"sp6-eyebrow\"\u003eThoughtful Details\u003c\/p\u003e\n\u003ch2 class=\"sp6-h2\"\u003eCute From Top\u003cbr\u003eTo Bottom.\u003c\/h2\u003e\n\u003cp class=\"sp6-lead\"\u003eThe personality comes from the little details—from the sculpted puppy silhouette to the seasonal accessories that make the whole cup feel special.\u003c\/p\u003e\n\u003cdiv class=\"sp6-copy-card\"\u003e\n\u003cdiv class=\"sp6-row\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M12 2v2\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 20v2\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m4.93 4.93 1.42 1.42\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m17.66 17.66 1.41 1.41\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M2 12h2\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M20 12h2\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m6.34 17.66-1.41 1.41\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m19.07 4.93-1.41 1.42\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBright Seasonal Styling\u003c\/strong\u003e\n\u003cp\u003eWarm orange and deep green give the tumbler a cozy autumn look without losing its clean transparent-glass appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sp6-row\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M4 13c4-7 12-7 16 0\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 13v5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M18 13v5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 18h12\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCozy Scarf Accent\u003c\/strong\u003e\n\u003cp\u003eThe green knitted-style scarf gives the puppy shape extra character and a soft seasonal finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sp6-row\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M7 21 15 3\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M13 3h4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 17h5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDecorative Straw\u003c\/strong\u003e\n\u003cp\u003eThe striped straw completes the playful look and makes the tumbler feel more like a complete drinkware set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ==================== IMAGE 03 ==================== --\u003e\n\u003cdiv class=\"sp6-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPTImage2026_9_10_12_24_56_3.png?v=1789014374\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- ==================== EVERYDAY USE ==================== --\u003e\n\u003csection class=\"sp6-section sp6-section-green\"\u003e\n\u003cp class=\"sp6-eyebrow\"\u003eMore Than Decoration\u003c\/p\u003e\n\u003ch2 class=\"sp6-h2\"\u003eA Cute Cup You’ll\u003cbr\u003eActually Want To Use.\u003c\/h2\u003e\n\u003cp class=\"sp6-lead\"\u003eDesigned to bring personality to your everyday drink routine while still looking great sitting on a desk, kitchen counter or coffee table.\u003c\/p\u003e\n\u003cdiv class=\"sp6-copy-card\"\u003e\n\u003cdiv class=\"sp6-row\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M5 5h12v14H5z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M17 8h1a3 3 0 0 1 0 6h-1\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFor Everyday Sipping\u003c\/strong\u003e\n\u003cp\u003eReach for it during breakfast, desk time, afternoon breaks or relaxed evenings at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sp6-row\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M3 11.5 12 4l9 7.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 10.5V20h14v-9.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 20v-6h6v6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLooks Good Between Sips\u003c\/strong\u003e\n\u003cp\u003eIts sculptural puppy shape gives shelves, desks and counters an extra touch of personality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ==================== IMAGE 04 ==================== --\u003e\n\u003cdiv class=\"sp6-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPTImage2026_9_10_12_24_56_4.png?v=1789014374\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- ==================== COMPLETE LOOK ==================== --\u003e\n\u003csection class=\"sp6-section sp6-section-light\"\u003e\n\u003cp class=\"sp6-eyebrow\"\u003eReady To Enjoy\u003c\/p\u003e\n\u003ch2 class=\"sp6-h2\"\u003eThe Details\u003cbr\u003eWork Together.\u003c\/h2\u003e\n\u003cp class=\"sp6-lead\"\u003eInstead of looking like ordinary drinkware, each visible element contributes to one cohesive puppy-inspired design.\u003c\/p\u003e\n\u003cdiv class=\"sp6-copy-card\"\u003e\n\u003cdiv class=\"sp6-row\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M6 8h12\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 8v11h10V8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSculpted Orange Lid\u003c\/strong\u003e\n\u003cp\u003eThe ribbed orange top creates the cozy seasonal character that makes the tumbler instantly recognizable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sp6-row\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M5 9c2-3 4-4 7-4s5 1 7 4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 9v8\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 9v8\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 17h14\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePuppy-Shaped Glass Body\u003c\/strong\u003e\n\u003cp\u003eRounded contours, black ear details and the sweet face turn the clear cup itself into the main feature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ==================== IMAGE 05 ==================== --\u003e\n\u003cdiv class=\"sp6-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPTImage2026_9_10_12_24_58_5.png?v=1789014374\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- ==================== IMAGE 06 ==================== --\u003e\n\u003cdiv class=\"sp6-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPTImage2026_9_10_12_24_58_6.png?v=1789014374\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- ==================== OCCASIONS ==================== --\u003e\n\u003csection class=\"sp6-section sp6-section-light\"\u003e\n\u003cp class=\"sp6-eyebrow\"\u003eBring The Cozy Mood Anywhere\u003c\/p\u003e\n\u003ch2 class=\"sp6-h2\"\u003eSmall Detail.\u003cbr\u003eBig Personality.\u003c\/h2\u003e\n\u003cp class=\"sp6-lead\"\u003eEasy to style into different everyday moments when you want your drinkware to feel a little less ordinary.\u003c\/p\u003e\n\u003cdiv class=\"sp6-occasion-grid\"\u003e\n\u003cdiv class=\"sp6-occasion\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M4 8h16v11H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cstrong\u003eDesk Time\u003c\/strong\u003e \u003cspan\u003eAdd personality beside your laptop or workspace.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sp6-occasion\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M5 5h12v14H5z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M17 8h1a3 3 0 0 1 0 6h-1\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cstrong\u003eCoffee Break\u003c\/strong\u003e \u003cspan\u003eMake a simple drink break feel more cheerful.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sp6-occasion\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M3 11.5 12 4l9 7.5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 10.5V20h14v-9.5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cstrong\u003eHome Decor\u003c\/strong\u003e \u003cspan\u003eCute enough to leave out between uses.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sp6-occasion\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003crect x=\"4\" y=\"8\" width=\"16\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M12 8v12\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 8H8.5A2.5 2.5 0 1 1 11 5.5L12 8z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 8h3.5A2.5 2.5 0 1 0 13 5.5L12 8z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cstrong\u003eGift Giving\u003c\/strong\u003e \u003cspan\u003eA fun choice for cute-cup and puppy fans.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ==================== IMAGE 07 ==================== --\u003e\n\u003cdiv class=\"sp6-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPTImage2026_9_10_12_24_59_7.png?v=1789014374\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- ==================== IMAGE 08 ==================== --\u003e\n\u003cdiv class=\"sp6-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPTImage2026_9_10_12_24_59_8.png?v=1789014374\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- ==================== GIFT SECTION ==================== --\u003e\n\u003csection class=\"sp6-section sp6-section-green\"\u003e\n\u003cp class=\"sp6-eyebrow\"\u003eA Little Gift With Character\u003c\/p\u003e\n\u003ch2 class=\"sp6-h2\"\u003eMade To Make\u003cbr\u003eSomeone Smile.\u003c\/h2\u003e\n\u003cp class=\"sp6-lead\"\u003eA playful choice for birthdays, seasonal surprises, desk gifts or simply treating someone who never says no to adorable drinkware.\u003c\/p\u003e\n\u003cdiv class=\"sp6-copy-card\"\u003e\n\u003cdiv class=\"sp6-row\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003crect x=\"4\" y=\"8\" width=\"16\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M12 8v12\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 8H8.5A2.5 2.5 0 1 1 11 5.5L12 8z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 8h3.5A2.5 2.5 0 1 0 13 5.5L12 8z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMore Memorable Than Plain Drinkware\u003c\/strong\u003e\n\u003cp\u003eThe expressive puppy design gives the gift an instant personality before the first sip.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sp6-row\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 21s-7-4.6-7-10a4 4 0 0 1 7-2.5A4 4 0 0 1 19 11c0 5.4-7 10-7 10z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEasy To Love\u003c\/strong\u003e\n\u003cp\u003eCute, seasonal and useful—the kind of small gift that can quickly become a favorite.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ==================== IMAGE 09 ==================== --\u003e\n\u003cdiv class=\"sp6-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPTImage2026_9_10_12_24_59_9.png?v=1789014375\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- ==================== FAQ ==================== --\u003e\n\u003cdiv class=\"sp6-faq\"\u003e\n\u003cdiv class=\"sp6-faq-head\"\u003e\n\u003cp class=\"sp6-eyebrow\"\u003eQuick Answers\u003c\/p\u003e\n\u003ch2 class=\"sp6-h2\"\u003eQ\u0026amp;A\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the main cup made from?\u003c\/summary\u003e\n\u003cdiv class=\"sp6-faq-answer\"\u003eThe main tumbler body is glass, with decorative components that create the puppy-inspired seasonal look.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the tumbler include a lid and straw?\u003c\/summary\u003e\n\u003cdiv class=\"sp6-faq-answer\"\u003eThe product shown includes the decorative orange lid and striped drinking straw pictured in the product presentation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the scarf part of the design?\u003c\/summary\u003e\n\u003cdiv class=\"sp6-faq-answer\"\u003eYes. The green scarf is a visible decorative part of the puppy styling shown in the product images.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable as a gift?\u003c\/summary\u003e\n\u003cdiv class=\"sp6-faq-answer\"\u003eIts playful puppy shape and seasonal styling make it an appealing option for anyone who enjoys cute, expressive drinkware.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the product look exactly like the lifestyle images?\u003c\/summary\u003e\n\u003cdiv class=\"sp6-faq-answer\"\u003eLifestyle scenes are styled to demonstrate the overall look and use of the tumbler. Please refer to the store's product photos and selected variant for the exact item supplied.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== TRUST ==================== --\u003e\n\u003csection class=\"sp6-trust\"\u003e\n\u003cdiv class=\"sp6-trust-lock\"\u003e\n\u003cspan class=\"sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003crect x=\"5\" y=\"10\" width=\"14\" height=\"10\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M8 10V7a4 4 0 0 1 8 0v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003c\/span\u003e Guaranteed Safe \u0026amp; Secure Checkout\u003c\/div\u003e\n\u003cdiv class=\"sp6-payments\"\u003e\n\u003cspan class=\"sp6-payment\"\u003ePayPal\u003c\/span\u003e \u003cspan class=\"sp6-payment\"\u003eVISA\u003c\/span\u003e \u003cspan class=\"sp6-payment\"\u003eMastercard\u003c\/span\u003e \u003cspan class=\"sp6-payment\"\u003eApple Pay\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"sp6-help\"\u003eNeed help with your order? Contact the store support team for assistance.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- ==================== BOTTOM CTA ==================== --\u003e\n\u003cdiv class=\"sp6-cta-wrap\"\u003e\u003ca class=\"sp6-cta\" href=\"#MainProduct-{{%20section.id%20}}\"\u003e\n\u003cdiv class=\"sp6-cta-icon sp6-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M6 8h12l-1 12H7L6 8z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 9V6a3 3 0 0 1 6 0v3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 12v4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M10 14l2 2 2-2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cp class=\"sp6-cta-small\"\u003eCute Cup. Cozy Mood. Everyday Joy.\u003c\/p\u003e\n\u003ch2\u003eBring Home\u003cbr\u003eThe Puppy Charm.\u003c\/h2\u003e\n\u003cp\u003eTurn your next drink into a more playful moment with a puppy-shaped glass tumbler dressed in cozy seasonal details.\u003c\/p\u003e\n\u003cdiv class=\"sp6-cta-button\"\u003e\n\u003cspan\u003eBACK TO BUY NOW\u003c\/span\u003e \u003cspan class=\"sp6-arrow sp6-icon\"\u003e \u003csvg viewbox=\"0 0 24 24\" preserveaspectratio=\"xMidYMid meet\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M12 19V5\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"m7 10 5-5 5 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Amo","offers":[{"title":"Default Title","offer_id":52933899092280,"sku":"NC02112609102173-玻璃吸管杯","price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPTImage2026_9_10_12_24_55_1.png?v=1789014374","url":"https:\/\/reemoreemoo.com\/products\/%e2%9c%a8autumn-puppy-glass-tumbler%f0%9f%90%95","provider":"reemoreemoo","version":"1.0","type":"link"}