{"product_id":"christmas-gingerbread-mug-gift-set","title":"Christmas Gingerbread Mug Gift Set with Lid \u0026 Saucer","description":"\u003cstyle\u003e\n  \/* =========================================\n     CHRISTMAS MUG PDP\n     Premium \/ Clean \/ Warm Holiday Style\n  ========================================== *\/\n  .xmas-mug-pdp,\n  .xmas-mug-pdp * {\n    box-sizing: border-box;\n  }\n\n  .xmas-mug-pdp {\n    --cream: #fbf8f2;\n    --paper: #ffffff;\n    --red: #9d1f24;\n    --red-soft: #f7e9e6;\n    --green: #183f32;\n    --green-soft: #edf3ef;\n    --gold: #b58a45;\n    --text: #262421;\n    --muted: #6c6760;\n    --line: rgba(34, 31, 27, 0.10);\n\n    width: 100%;\n    max-width: 1080px;\n    margin: 0 auto;\n    padding: 0 18px 64px;\n    color: var(--text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    font-size: 20px;\n    line-height: 1.65;\n  }\n\n  .xmas-mug-pdp img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border: 0;\n  }\n\n  .xmas-mug-pdp h2,\n  .xmas-mug-pdp h3,\n  .xmas-mug-pdp p {\n    margin-top: 0;\n  }\n\n  \/* ===== HERO ===== *\/\n  .xmas-mug-hero {\n    position: relative;\n    overflow: hidden;\n    margin: 0 0 26px;\n    border-radius: 28px;\n    background: var(--cream);\n    box-shadow: 0 14px 40px rgba(35, 29, 22, 0.08);\n  }\n\n  .xmas-mug-hero img {\n    transition: transform 0.65s ease;\n  }\n\n  .xmas-mug-hero:hover img {\n    transform: scale(1.025);\n  }\n\n  \/* ===== INTRO ===== *\/\n  .xmas-mug-intro {\n    margin: 30px 0 42px;\n    padding: 38px 34px;\n    text-align: center;\n    border-radius: 24px;\n    background:\n      radial-gradient(circle at top left, rgba(181, 138, 69, 0.10), transparent 32%),\n      linear-gradient(135deg, #fffdf9 0%, #faf6ef 100%);\n    border: 1px solid var(--line);\n  }\n\n  .xmas-mug-kicker {\n    margin-bottom: 12px;\n    color: var(--red);\n    font-size: 14px;\n    line-height: 1.2;\n    font-weight: 800;\n    letter-spacing: 2.2px;\n    text-transform: uppercase;\n  }\n\n  .xmas-mug-intro h2 {\n    max-width: 760px;\n    margin: 0 auto 14px;\n    color: var(--green);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(34px, 5vw, 58px);\n    line-height: 1.03;\n    font-weight: 700;\n    letter-spacing: -1.4px;\n  }\n\n  .xmas-mug-intro p {\n    max-width: 760px;\n    margin: 0 auto;\n    color: var(--muted);\n    font-size: 19px;\n    line-height: 1.7;\n  }\n\n  \/* ===== QUICK VALUE STRIP ===== *\/\n  .xmas-mug-highlights {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin: 0 0 46px;\n  }\n\n  .xmas-mug-highlight {\n    min-height: 132px;\n    padding: 24px 20px;\n    text-align: center;\n    border-radius: 20px;\n    border: 1px solid var(--line);\n    background: #fff;\n    box-shadow: 0 8px 26px rgba(25, 21, 18, 0.045);\n  }\n\n  .xmas-mug-highlight:nth-child(1) {\n    background: var(--red-soft);\n  }\n\n  .xmas-mug-highlight:nth-child(2) {\n    background: var(--green-soft);\n  }\n\n  .xmas-mug-highlight:nth-child(3) {\n    background: #faf5e8;\n  }\n\n  .xmas-mug-highlight strong {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--green);\n    font-size: 18px;\n    line-height: 1.3;\n    font-weight: 800;\n  }\n\n  .xmas-mug-highlight span {\n    display: block;\n    color: #67615b;\n    font-size: 15px;\n    line-height: 1.5;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .xmas-mug-section-head {\n    max-width: 780px;\n    margin: 58px auto 26px;\n    text-align: center;\n  }\n\n  .xmas-mug-section-head .eyebrow {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--red);\n    font-size: 14px;\n    line-height: 1.2;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .xmas-mug-section-head h2 {\n    margin-bottom: 12px;\n    color: var(--green);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(32px, 4.5vw, 50px);\n    line-height: 1.08;\n    font-weight: 700;\n    letter-spacing: -1px;\n  }\n\n  .xmas-mug-section-head p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 18px;\n    line-height: 1.65;\n  }\n\n  \/* ===== IMAGE CARDS ===== *\/\n  .xmas-mug-image-card {\n    position: relative;\n    overflow: hidden;\n    margin: 0 0 26px;\n    border-radius: 26px;\n    background: #fff;\n    box-shadow: 0 12px 34px rgba(30, 25, 21, 0.075);\n  }\n\n  .xmas-mug-image-card img {\n    transition:\n      transform 0.6s cubic-bezier(.2,.75,.25,1),\n      filter 0.6s ease;\n  }\n\n  @media (hover: hover) {\n    .xmas-mug-image-card:hover img {\n      transform: scale(1.025);\n      filter: saturate(1.02);\n    }\n  }\n\n  \/* ===== TEXT BREAK ===== *\/\n  .xmas-mug-story {\n    margin: 46px 0;\n    padding: 38px;\n    border-radius: 26px;\n    background: var(--green);\n    color: #fff;\n    text-align: center;\n    box-shadow: 0 16px 36px rgba(24, 63, 50, 0.14);\n  }\n\n  .xmas-mug-story .mini {\n    display: block;\n    margin-bottom: 9px;\n    color: #e7c991;\n    font-size: 13px;\n    line-height: 1.2;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .xmas-mug-story h2 {\n    max-width: 720px;\n    margin: 0 auto 13px;\n    color: #fff;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(30px, 4.2vw, 46px);\n    line-height: 1.08;\n  }\n\n  .xmas-mug-story p {\n    max-width: 700px;\n    margin: 0 auto;\n    color: rgba(255,255,255,.82);\n    font-size: 18px;\n  }\n\n  \/* ===== DETAIL FEATURE ===== *\/\n  .xmas-mug-detail-box {\n    display: grid;\n    grid-template-columns: 0.95fr 1.05fr;\n    gap: 0;\n    overflow: hidden;\n    margin: 42px 0;\n    border-radius: 28px;\n    background: #fff;\n    border: 1px solid var(--line);\n    box-shadow: 0 12px 34px rgba(34, 29, 24, .055);\n  }\n\n  .xmas-mug-detail-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 42px 38px;\n    background:\n      radial-gradient(circle at 20% 0%, rgba(157,31,36,.08), transparent 35%),\n      #fffdf9;\n  }\n\n  .xmas-mug-detail-copy small {\n    margin-bottom: 9px;\n    color: var(--red);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .xmas-mug-detail-copy h3 {\n    margin-bottom: 12px;\n    color: var(--green);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 34px;\n    line-height: 1.08;\n  }\n\n  .xmas-mug-detail-copy p {\n    margin-bottom: 0;\n    color: var(--muted);\n    font-size: 17px;\n  }\n\n  .xmas-mug-detail-image {\n    overflow: hidden;\n    background: #f7f5f1;\n  }\n\n  .xmas-mug-detail-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform .6s ease;\n  }\n\n  .xmas-mug-detail-box:hover .xmas-mug-detail-image img {\n    transform: scale(1.025);\n  }\n\n  \/* ===== OCCASIONS ===== *\/\n  .xmas-mug-occasions {\n    margin: 46px 0;\n    padding: 32px 28px;\n    border-radius: 24px;\n    background: #fbf8f2;\n    border: 1px solid var(--line);\n  }\n\n  .xmas-mug-occasions h3 {\n    margin-bottom: 22px;\n    color: var(--green);\n    text-align: center;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 32px;\n    line-height: 1.15;\n  }\n\n  .xmas-mug-occasion-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n  }\n\n  .xmas-mug-occasion {\n    padding: 18px 12px;\n    border-radius: 16px;\n    text-align: center;\n    background: #fff;\n    border: 1px solid var(--line);\n    color: var(--green);\n    font-size: 15px;\n    line-height: 1.35;\n    font-weight: 750;\n  }\n\n  \/* ===== FINAL CTA ===== *\/\n  .xmas-mug-final {\n    margin: 52px 0 0;\n    padding: 48px 28px;\n    text-align: center;\n    border-radius: 30px;\n    background:\n      radial-gradient(circle at 10% 10%, rgba(181,138,69,.16), transparent 28%),\n      linear-gradient(135deg, #fdf9f2 0%, #f8efe8 100%);\n    border: 1px solid rgba(157,31,36,.10);\n  }\n\n  .xmas-mug-final .mini {\n    display: block;\n    margin-bottom: 10px;\n    color: var(--red);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .xmas-mug-final h2 {\n    max-width: 720px;\n    margin: 0 auto 12px;\n    color: var(--green);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(34px, 5vw, 52px);\n    line-height: 1.06;\n  }\n\n  .xmas-mug-final p {\n    max-width: 680px;\n    margin: 0 auto 24px;\n    color: var(--muted);\n    font-size: 18px;\n  }\n\n  .xmas-mug-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 56px;\n    padding: 0 34px;\n    border-radius: 999px;\n    background: var(--red);\n    color: #fff !important;\n    text-decoration: none !important;\n    font-size: 17px;\n    line-height: 1;\n    font-weight: 800;\n    letter-spacing: .25px;\n    box-shadow: 0 10px 24px rgba(157,31,36,.22);\n    transition:\n      transform .2s ease,\n      box-shadow .2s ease,\n      background .2s ease;\n  }\n\n  .xmas-mug-btn:hover {\n    transform: translateY(-2px);\n    background: #86191e;\n    box-shadow: 0 14px 28px rgba(157,31,36,.26);\n  }\n\n  .xmas-mug-note {\n    margin-top: 14px !important;\n    font-size: 14px !important;\n    color: #817970 !important;\n  }\n\n  \/* ===== MOBILE ===== *\/\n  @media (max-width: 749px) {\n    .xmas-mug-pdp {\n      padding: 0 10px 40px;\n      font-size: 18px;\n      line-height: 1.6;\n    }\n\n    .xmas-mug-hero,\n    .xmas-mug-image-card {\n      border-radius: 18px;\n      margin-bottom: 16px;\n    }\n\n    .xmas-mug-intro {\n      margin: 22px 0 30px;\n      padding: 29px 19px;\n      border-radius: 20px;\n    }\n\n    .xmas-mug-intro h2 {\n      font-size: 36px;\n      letter-spacing: -.7px;\n    }\n\n    .xmas-mug-intro p {\n      font-size: 18px;\n    }\n\n    .xmas-mug-highlights {\n      grid-template-columns: 1fr;\n      gap: 10px;\n      margin-bottom: 34px;\n    }\n\n    .xmas-mug-highlight {\n      min-height: 0;\n      padding: 18px 16px;\n    }\n\n    .xmas-mug-highlight strong {\n      font-size: 18px;\n    }\n\n    .xmas-mug-highlight span {\n      font-size: 15px;\n    }\n\n    .xmas-mug-section-head {\n      margin: 40px auto 19px;\n      padding: 0 8px;\n    }\n\n    .xmas-mug-section-head h2 {\n      font-size: 34px;\n    }\n\n    .xmas-mug-section-head p {\n      font-size: 18px;\n    }\n\n    .xmas-mug-story {\n      margin: 30px 0;\n      padding: 30px 20px;\n      border-radius: 21px;\n    }\n\n    .xmas-mug-story h2 {\n      font-size: 32px;\n    }\n\n    .xmas-mug-story p {\n      font-size: 18px;\n    }\n\n    .xmas-mug-detail-box {\n      grid-template-columns: 1fr;\n      margin: 30px 0;\n      border-radius: 20px;\n    }\n\n    .xmas-mug-detail-copy {\n      padding: 27px 20px;\n      order: 2;\n    }\n\n    .xmas-mug-detail-copy h3 {\n      font-size: 30px;\n    }\n\n    .xmas-mug-detail-copy p {\n      font-size: 18px;\n    }\n\n    .xmas-mug-detail-image {\n      order: 1;\n    }\n\n    .xmas-mug-occasion-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .xmas-mug-occasions {\n      padding: 25px 14px;\n    }\n\n    .xmas-mug-occasions h3 {\n      font-size: 29px;\n    }\n\n    .xmas-mug-final {\n      margin-top: 36px;\n      padding: 36px 20px;\n      border-radius: 22px;\n    }\n\n    .xmas-mug-final h2 {\n      font-size: 36px;\n    }\n\n    .xmas-mug-final p {\n      font-size: 18px;\n    }\n\n    .xmas-mug-btn {\n      width: 100%;\n      min-height: 58px;\n      font-size: 17px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"xmas-mug-pdp\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"xmas-mug-hero\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_9_19_16_23_13_8.png?v=1789806233\" alt=\"Festive Christmas gingerbread mug set with lid and matching holiday presentation\" width=\"1024\" height=\"1024\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"xmas-mug-intro\"\u003e\n\u003cdiv class=\"xmas-mug-kicker\"\u003eMade for the Holiday Season\u003c\/div\u003e\n\u003ch2\u003eChristmas Cheer,\u003cbr\u003eServed Beautifully.\u003c\/h2\u003e\n\u003cp\u003eA playful gingerbread-and-candy-cane design turns an everyday drink into part of the holiday décor. Cute enough to display, cozy enough for your favorite seasonal moments.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK HIGHLIGHTS --\u003e\n\u003cdiv class=\"xmas-mug-highlights\"\u003e\n\u003cdiv class=\"xmas-mug-highlight\"\u003e\n\u003cstrong\u003eFestive All Around\u003c\/strong\u003e \u003cspan\u003eGingerbread, candy canes and classic Christmas color accents.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-mug-highlight\"\u003e\n\u003cstrong\u003eCoordinated Set\u003c\/strong\u003e \u003cspan\u003eMug, matching lid and base create a polished complete look.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-mug-highlight\"\u003e\n\u003cstrong\u003eHoliday Presentation\u003c\/strong\u003e \u003cspan\u003eA matching seasonal box completes the festive display.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DETAIL SECTION --\u003e\n\u003csection class=\"xmas-mug-section-head\"\u003e\u003cspan class=\"eyebrow\"\u003eLook Closer\u003c\/span\u003e\n\u003ch2\u003eThe Details Make It\u003cbr\u003eFeel Like Christmas\u003c\/h2\u003e\n\u003cp\u003eFrom the cheerful printed artwork to the coordinated white finish, every angle is designed to look bright, playful and seasonal.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE 2 --\u003e\n\u003cdiv class=\"xmas-mug-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_9_19_16_23_12_6.png?v=1789806232\" alt=\"Close-up of Christmas gingerbread and candy cane mug design\" width=\"1024\" height=\"1024\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- IMAGE 3 --\u003e\n\u003cdiv class=\"xmas-mug-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_9_19_16_23_12_5.png?v=1789806233\" alt=\"Christmas mug lid and coordinated design detail\" width=\"1024\" height=\"1024\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- STORY BREAK --\u003e\n\u003csection class=\"xmas-mug-story\"\u003e\u003cspan class=\"mini\"\u003eHoliday Styling\u003c\/span\u003e\n\u003ch2\u003eNot Just a Cup.\u003cbr\u003ePart of the Christmas Setup.\u003c\/h2\u003e\n\u003cp\u003eAdd it to a coffee station, Christmas table or cozy kitchen corner and the festive print instantly becomes part of the scene.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE 4 --\u003e\n\u003cdiv class=\"xmas-mug-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_9_19_16_23_11_4.png?v=1789806232\" alt=\"Complete Christmas mug set displayed with matching components\" width=\"1024\" height=\"1024\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- DETAIL FEATURE --\u003e\n\u003csection class=\"xmas-mug-detail-box\"\u003e\n\u003cdiv class=\"xmas-mug-detail-copy\"\u003e\n\u003csmall\u003eDesigned to Be Seen\u003c\/small\u003e\n\u003ch3\u003eCute From\u003cbr\u003eEvery Angle\u003c\/h3\u003e\n\u003cp\u003eThe wide festive print, clean white finish and coordinated pieces create a look that feels charming from every side.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-mug-detail-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_9_19_16_23_13_7.png?v=1789806232\" alt=\"Multiple-angle display of festive Christmas mug set\" width=\"1024\" height=\"1024\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GIFT SECTION --\u003e\n\u003csection class=\"xmas-mug-section-head\"\u003e\u003cspan class=\"eyebrow\"\u003eA Little More Special\u003c\/span\u003e\n\u003ch2\u003eA Presentation That\u003cbr\u003eAlready Feels Festive\u003c\/h2\u003e\n\u003cp\u003eThe coordinated holiday box keeps the same gingerbread-and-candy-cane visual theme, creating a charming presentation from first look to final display.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE 6 --\u003e\n\u003cdiv class=\"xmas-mug-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_9_19_16_23_10_2.png?v=1789806230\" alt=\"Matching Christmas gift box and festive mug presentation\" width=\"1024\" height=\"1024\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- IMAGE 7 --\u003e\n\u003cdiv class=\"xmas-mug-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_9_19_16_23_10_1.png?v=1789806230\" alt=\"Christmas gingerbread mug set styled as a seasonal gift\" width=\"1024\" height=\"1024\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- OCCASIONS --\u003e\n\u003csection class=\"xmas-mug-occasions\"\u003e\n\u003ch3\u003eA Sweet Addition to the Season\u003c\/h3\u003e\n\u003cdiv class=\"xmas-mug-occasion-grid\"\u003e\n\u003cdiv class=\"xmas-mug-occasion\"\u003eChristmas\u003cbr\u003eMorning\u003c\/div\u003e\n\u003cdiv class=\"xmas-mug-occasion\"\u003eHoliday\u003cbr\u003eCoffee Bar\u003c\/div\u003e\n\u003cdiv class=\"xmas-mug-occasion\"\u003eSeasonal\u003cbr\u003eGifting\u003c\/div\u003e\n\u003cdiv class=\"xmas-mug-occasion\"\u003eFestive Home\u003cbr\u003eStyling\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COLLECTION --\u003e\n\u003csection class=\"xmas-mug-section-head\"\u003e\u003cspan class=\"eyebrow\"\u003eBring the Look Together\u003c\/span\u003e\n\u003ch2\u003eMore Holiday Cheer\u003cbr\u003eAround the Table\u003c\/h2\u003e\n\u003cp\u003eThe coordinated design looks especially charming when multiple sets are displayed together for family gatherings, gifting or Christmas décor.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE 8 --\u003e\n\u003cdiv class=\"xmas-mug-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_9_19_16_23_11_3.png?v=1789806230\" alt=\"Multiple Christmas gingerbread mug sets and matching boxes displayed together\" width=\"1024\" height=\"1024\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"xmas-mug-final\"\u003e\u003cspan class=\"mini\"\u003eMake It Part of Your Christmas\u003c\/span\u003e\n\u003ch2\u003eA Little Holiday Detail\u003cbr\u003eYou’ll Want on Display\u003c\/h2\u003e\n\u003cp\u003eBright Christmas graphics, a coordinated set look and matching seasonal presentation come together in one seriously cute holiday piece.\u003c\/p\u003e\n\u003ca class=\"xmas-mug-btn\" href=\"#\"\u003e CHOOSE YOUR SET \u003c\/a\u003e\n\u003cp class=\"xmas-mug-note\"\u003eSelect your preferred option above.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"NC0248","offers":[{"title":"Christmas Cheer","offer_id":46213704876079,"sku":"NC02482609194815-A","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Classic White","offer_id":46213704908847,"sku":"NC02482609194815-B","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Winter Cardinals","offer_id":46213704941615,"sku":"NC02482609194815-C","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Mixed Colors","offer_id":46213704974383,"sku":"NC02482609194815-D","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Mint Green","offer_id":46213705007151,"sku":"NC02482609194815-E","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Gingerbread Joy","offer_id":46213705039919,"sku":"NC02482609194815-F","price":36.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/ChatGPT_Image_2026_9_19_16_23_13_8.png?v=1789810862","url":"https:\/\/meritessia.com\/products\/christmas-gingerbread-mug-gift-set","provider":"Meritessia","version":"1.0","type":"link"}