{"product_id":"easy-fill-xmas-2","title":"🎁Easy Fill, Easy Seal🎄 Festive Self-Seal Treat Bags – Santa \u0026 Snowman Print | Resealable, Food-Safe \u0026 Perfect for Cookies, Chocolates \u0026 Little Gifts⛄","description":"\u003c!--\nFestive Self-Seal Treat Bags — Clean Product Description\nAll styles are scoped to .xmas-treat-page.\nNo brand names, social links, external marketing URLs, or unsupported customer reviews.\nExisting image URLs are retained only so the supplied product images continue to display.\n--\u003e\n\u003cstyle\u003e\n  .xmas-treat-page,\n  .xmas-treat-page * {\n    box-sizing: border-box;\n  }\n\n  .xmas-treat-page {\n    --xmas-red: #b4232f;\n    --xmas-red-dark: #7f1721;\n    --xmas-green: #24583a;\n    --xmas-green-soft: #eaf2ec;\n    --xmas-cream: #fffaf0;\n    --xmas-gold: #c8953d;\n    --xmas-ink: #252525;\n    --xmas-muted: #6d6861;\n    --xmas-line: #eadfce;\n    width: 100%;\n    max-width: 980px;\n    margin: 0 auto;\n    color: var(--xmas-ink);\n    background: #fff;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    line-height: 1.6;\n  }\n\n  .xmas-treat-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border: 0;\n  }\n\n  .xmas-treat-page h1,\n  .xmas-treat-page h2,\n  .xmas-treat-page h3,\n  .xmas-treat-page p {\n    margin-top: 0;\n  }\n\n  .xmas-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 42px 26px 28px;\n    border-radius: 24px;\n    text-align: center;\n    background:\n      radial-gradient(circle at 8% 8%, rgba(200,149,61,.18), transparent 27%),\n      radial-gradient(circle at 92% 12%, rgba(36,88,58,.12), transparent 24%),\n      linear-gradient(180deg, #fffaf0 0%, #fff 100%);\n  }\n\n  .xmas-hero::before,\n  .xmas-hero::after {\n    position: absolute;\n    font-size: 40px;\n    opacity: .09;\n    pointer-events: none;\n  }\n\n  .xmas-hero::before {\n    content: \"✦\";\n    left: 5%;\n    top: 10%;\n    color: var(--xmas-red);\n  }\n\n  .xmas-hero::after {\n    content: \"✦\";\n    right: 6%;\n    top: 17%;\n    color: var(--xmas-green);\n  }\n\n  .xmas-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-bottom: 14px;\n    padding: 7px 13px;\n    border: 1px solid rgba(180,35,47,.18);\n    border-radius: 999px;\n    background: rgba(255,255,255,.82);\n    color: var(--xmas-red-dark);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n  }\n\n  .xmas-hero h1 {\n    max-width: 780px;\n    margin: 0 auto 13px;\n    color: var(--xmas-red-dark);\n    font-size: clamp(31px, 5vw, 52px);\n    line-height: 1.06;\n    letter-spacing: -.035em;\n  }\n\n  .xmas-hero .lead {\n    max-width: 700px;\n    margin: 0 auto 24px;\n    color: #625d55;\n    font-size: clamp(16px, 2.2vw, 19px);\n  }\n\n  .xmas-hero-media {\n    max-width: 780px;\n    margin: 0 auto;\n    overflow: hidden;\n    border: 1px solid rgba(180,35,47,.08);\n    border-radius: 20px;\n    background: #fff;\n    box-shadow: 0 16px 45px rgba(91,52,35,.10);\n  }\n\n  .xmas-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .xmas-benefit {\n    min-height: 88px;\n    padding: 15px 10px;\n    border: 1px solid rgba(180,35,47,.10);\n    border-radius: 15px;\n    background: rgba(255,255,255,.88);\n  }\n\n  .xmas-benefit strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--xmas-green);\n    font-size: 14px;\n  }\n\n  .xmas-benefit span {\n    display: block;\n    color: var(--xmas-muted);\n    font-size: 12px;\n    line-height: 1.4;\n  }\n\n  .xmas-section {\n    padding: 56px 22px 0;\n  }\n\n  .xmas-section-head {\n    max-width: 720px;\n    margin: 0 auto 22px;\n    text-align: center;\n  }\n\n  .xmas-eyebrow {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--xmas-red);\n    font-size: 12px;\n    font-weight: 850;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n  }\n\n  .xmas-section h2 {\n    margin-bottom: 10px;\n    color: var(--xmas-green);\n    font-size: clamp(27px, 4vw, 38px);\n    line-height: 1.14;\n    letter-spacing: -.025em;\n  }\n\n  .xmas-section-head p {\n    margin-bottom: 0;\n    color: var(--xmas-muted);\n    font-size: 16px;\n  }\n\n  .xmas-feature {\n    display: grid;\n    grid-template-columns: 1.05fr .95fr;\n    gap: 24px;\n    align-items: center;\n    margin-bottom: 26px;\n  }\n\n  .xmas-feature.reverse {\n    grid-template-columns: .95fr 1.05fr;\n  }\n\n  .xmas-feature.reverse .xmas-feature-copy {\n    order: 1;\n  }\n\n  .xmas-feature.reverse .xmas-media {\n    order: 2;\n  }\n\n  .xmas-media {\n    overflow: hidden;\n    border-radius: 20px;\n    background: var(--xmas-cream);\n    box-shadow: 0 11px 32px rgba(50,40,30,.07);\n  }\n\n  .xmas-feature-copy {\n    padding: 26px;\n    border: 1px solid var(--xmas-line);\n    border-radius: 20px;\n    background: #fff;\n  }\n\n  .xmas-feature-icon {\n    display: inline-grid;\n    place-items: center;\n    width: 42px;\n    height: 42px;\n    margin-bottom: 13px;\n    border-radius: 13px;\n    background: var(--xmas-green-soft);\n    font-size: 20px;\n  }\n\n  .xmas-feature-copy h3 {\n    margin-bottom: 8px;\n    color: var(--xmas-red-dark);\n    font-size: 21px;\n    line-height: 1.25;\n  }\n\n  .xmas-feature-copy p {\n    margin-bottom: 0;\n    color: var(--xmas-muted);\n    font-size: 15px;\n  }\n\n  .xmas-use-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .xmas-use {\n    padding: 19px 13px;\n    border: 1px solid var(--xmas-line);\n    border-radius: 16px;\n    background: var(--xmas-cream);\n    text-align: center;\n  }\n\n  .xmas-use b {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--xmas-green);\n    font-size: 15px;\n  }\n\n  .xmas-use span {\n    color: var(--xmas-muted);\n    font-size: 12.5px;\n    line-height: 1.4;\n  }\n\n  .xmas-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .xmas-step {\n    padding: 21px 16px;\n    border-radius: 17px;\n    background: var(--xmas-green);\n    color: #fff;\n    text-align: center;\n  }\n\n  .xmas-step-num {\n    display: inline-grid;\n    place-items: center;\n    width: 32px;\n    height: 32px;\n    margin-bottom: 9px;\n    border-radius: 50%;\n    background: #fff;\n    color: var(--xmas-red);\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .xmas-step strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 15px;\n  }\n\n  .xmas-step span {\n    display: block;\n    color: rgba(255,255,255,.78);\n    font-size: 12.5px;\n    line-height: 1.45;\n  }\n\n  .xmas-spec-wrap {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 22px;\n    align-items: center;\n  }\n\n  .xmas-specs {\n    overflow: hidden;\n    border: 1px solid var(--xmas-line);\n    border-radius: 18px;\n    background: #fff;\n  }\n\n  .xmas-spec-row {\n    display: grid;\n    grid-template-columns: 36% 64%;\n    border-bottom: 1px solid var(--xmas-line);\n  }\n\n  .xmas-spec-row:last-child {\n    border-bottom: 0;\n  }\n\n  .xmas-spec-label,\n  .xmas-spec-value {\n    padding: 14px 15px;\n    font-size: 14px;\n  }\n\n  .xmas-spec-label {\n    background: var(--xmas-cream);\n    color: var(--xmas-green);\n    font-weight: 800;\n  }\n\n  .xmas-spec-value {\n    color: #5d5953;\n  }\n\n  .xmas-note {\n    margin-top: 12px;\n    color: #7a746d;\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  .xmas-bottom {\n    position: relative;\n    overflow: hidden;\n    margin-top: 56px;\n    padding: 40px 24px;\n    border-radius: 22px;\n    text-align: center;\n    background:\n      radial-gradient(circle at 15% 20%, rgba(255,255,255,.08), transparent 28%),\n      var(--xmas-red-dark);\n    color: #fff;\n  }\n\n  .xmas-bottom .xmas-eyebrow {\n    color: #f0cf8b;\n  }\n\n  .xmas-bottom h2 {\n    margin-bottom: 9px;\n    color: #fff;\n  }\n\n  .xmas-bottom p {\n    max-width: 650px;\n    margin: 0 auto;\n    color: rgba(255,255,255,.82);\n  }\n\n  .xmas-bottom-pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin-top: 18px;\n  }\n\n  .xmas-bottom-pills span {\n    padding: 8px 12px;\n    border: 1px solid rgba(255,255,255,.18);\n    border-radius: 999px;\n    background: rgba(255,255,255,.08);\n    font-size: 12px;\n    font-weight: 750;\n  }\n\n  @media (max-width: 760px) {\n    .xmas-hero {\n      padding: 29px 13px 19px;\n      border-radius: 17px;\n    }\n\n    .xmas-benefits {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .xmas-section {\n      padding: 41px 12px 0;\n    }\n\n    .xmas-feature,\n    .xmas-feature.reverse,\n    .xmas-spec-wrap {\n      grid-template-columns: 1fr;\n    }\n\n    .xmas-feature.reverse .xmas-feature-copy,\n    .xmas-feature.reverse .xmas-media {\n      order: initial;\n    }\n\n    .xmas-feature-copy {\n      padding: 19px;\n    }\n\n    .xmas-use-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .xmas-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .xmas-spec-row {\n      grid-template-columns: 1fr;\n    }\n\n    .xmas-spec-label {\n      padding-bottom: 5px;\n    }\n\n    .xmas-spec-value {\n      padding-top: 5px;\n    }\n\n    .xmas-bottom {\n      margin-top: 42px;\n      border-radius: 17px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"xmas-treat-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"xmas-hero\"\u003e\n\u003cdiv class=\"xmas-badge\"\u003e🎄 FESTIVE · EASY TO FILL · READY TO GIFT\u003c\/div\u003e\n\u003ch1\u003eTurn Little Treats Into a Christmas Surprise\u003c\/h1\u003e\n\u003cp class=\"lead\"\u003eDress up sweets, small gifts and party favours in seconds with cheerful holiday bags that are easy to fill, simple to carry and fun to display.\u003c\/p\u003e\n\u003cdiv class=\"xmas-hero-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/2091\/2125\/files\/01_140da202-0942-4e06-bb10-ce85b536b7cc.jpg?v=1789824945\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"xmas-benefits\"\u003e\n\u003cdiv class=\"xmas-benefit\"\u003e\n\u003cstrong\u003e🎁 Quick to Pack\u003c\/strong\u003e \u003cspan\u003eWide opening for easy filling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-benefit\"\u003e\n\u003cstrong\u003e✨ Self-Seal Design\u003c\/strong\u003e \u003cspan\u003eClose each bag with less fuss\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-benefit\"\u003e\n\u003cstrong\u003e👀 Clear Window\u003c\/strong\u003e \u003cspan\u003eShow off the treats inside\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-benefit\"\u003e\n\u003cstrong\u003e👜 Built-In Handle\u003c\/strong\u003e \u003cspan\u003eEasy to grab and hand out\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"xmas-section\"\u003e\n\u003cdiv class=\"xmas-section-head\"\u003e\n\u003cspan class=\"xmas-eyebrow\"\u003eMake gifting feel more festive\u003c\/span\u003e\n\u003ch2\u003eSmall Gifts, Better Presentation\u003c\/h2\u003e\n\u003cp\u003eInstead of handing out loose sweets or tiny gifts, turn them into neat little Christmas surprises that look ready for the party table.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-feature\"\u003e\n\u003cdiv class=\"xmas-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0606\/6025\/2774\/files\/04_193f7733-2749-4876-b3d2-ca82f382df48.jpg?v=1789434446\" alt=\"Christmas treat bag with easy-fill opening\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"xmas-feature-copy\"\u003e\n\u003cdiv class=\"xmas-feature-icon\"\u003e🎁\u003c\/div\u003e\n\u003ch3\u003eEasy Fill. Easy Close.\u003c\/h3\u003e\n\u003cp\u003eThe roomy opening makes it simple to add candies, mini toys, party favours and other small surprises. Once filled, the self-seal style helps finish the presentation quickly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WINDOW --\u003e\n\u003csection class=\"xmas-section\" style=\"padding-top: 30px;\"\u003e\n\u003cdiv class=\"xmas-feature reverse\"\u003e\n\u003cdiv class=\"xmas-feature-copy\"\u003e\n\u003cdiv class=\"xmas-feature-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eLet the Surprise Peek Through\u003c\/h3\u003e\n\u003cp\u003eThe clear front window shows off colorful contents while the festive printed design keeps the bag looking cheerful and gift-ready.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0606\/6025\/2774\/files\/08_587b11d2-fa41-4765-9c9c-952aafa8ccbf.jpg?v=1789434445\" alt=\"Clear window festive treat bag\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HANDLE --\u003e\n\u003csection class=\"xmas-section\" style=\"padding-top: 30px;\"\u003e\n\u003cdiv class=\"xmas-feature\"\u003e\n\u003cdiv class=\"xmas-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0606\/6025\/2774\/files\/05_3daf4287-159d-463c-89ab-4fb59dbbf6fd.jpg?v=1789434446\" alt=\"Christmas gift bag with built-in carry handle\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"xmas-feature-copy\"\u003e\n\u003cdiv class=\"xmas-feature-icon\"\u003e👜\u003c\/div\u003e\n\u003ch3\u003eGrab, Carry \u0026amp; Hand Out\u003c\/h3\u003e\n\u003cp\u003eThe integrated handle makes each filled bag easier to carry, arrange on a table and hand to guests at holiday gatherings, school events or gift exchanges.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ORGANIZE --\u003e\n\u003csection class=\"xmas-section\" style=\"padding-top: 30px;\"\u003e\n\u003cdiv class=\"xmas-feature reverse\"\u003e\n\u003cdiv class=\"xmas-feature-copy\"\u003e\n\u003cdiv class=\"xmas-feature-icon\"\u003e🧸\u003c\/div\u003e\n\u003ch3\u003eNot Just for Candy\u003c\/h3\u003e\n\u003cp\u003eUse the bags to keep small party items together—from mini toys and trinkets to hair accessories, stocking fillers and little keepsakes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0606\/6025\/2774\/files\/02_e2befcaa-6f9c-4cbc-b631-88148e82c27d.jpg?v=1789434445\" alt=\"Festive bag holding small gifts and party items\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRESENTATION --\u003e\n\u003csection class=\"xmas-section\" style=\"padding-top: 30px;\"\u003e\n\u003cdiv class=\"xmas-section-head\"\u003e\n\u003cspan class=\"xmas-eyebrow\"\u003eFrom loose to lovely\u003c\/span\u003e\n\u003ch2\u003eMake the Party Table Look Ready for Christmas\u003c\/h2\u003e\n\u003cp\u003eMatching treat bags help turn scattered sweets and small gifts into a tidier display that is easier for guests to browse, pick up and take home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0606\/6025\/2774\/files\/07_b0b570b3-ee98-42fd-a109-f6213b00a17b.jpg?v=1789434447\" alt=\"Christmas treat bags arranged for a festive display\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"xmas-use-grid\"\u003e\n\u003cdiv class=\"xmas-use\"\u003e\n\u003cb\u003e🎄 Holiday Parties\u003c\/b\u003e \u003cspan\u003eSet out small take-home surprises\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-use\"\u003e\n\u003cb\u003e🏫 School Events\u003c\/b\u003e \u003cspan\u003ePrepare individual treat packs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-use\"\u003e\n\u003cb\u003e🎁 Gift Exchanges\u003c\/b\u003e \u003cspan\u003eDress up smaller presents\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-use\"\u003e\n\u003cb\u003e🏠 Family Visits\u003c\/b\u003e \u003cspan\u003ePack simple festive favours\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003csection class=\"xmas-section\"\u003e\n\u003cdiv class=\"xmas-section-head\"\u003e\n\u003cspan class=\"xmas-eyebrow\"\u003eReady in three simple steps\u003c\/span\u003e\n\u003ch2\u003eFill. Seal. Share.\u003c\/h2\u003e\n\u003cp\u003eA simple way to prepare multiple holiday treat bags without complicated wrapping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-steps\"\u003e\n\u003cdiv class=\"xmas-step\"\u003e\n\u003cdiv class=\"xmas-step-num\"\u003e1\u003c\/div\u003e\n\u003cstrong\u003eFILL\u003c\/strong\u003e \u003cspan\u003eAdd sweets, mini gifts or party favours through the wide opening.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-step\"\u003e\n\u003cdiv class=\"xmas-step-num\"\u003e2\u003c\/div\u003e\n\u003cstrong\u003eSEAL\u003c\/strong\u003e \u003cspan\u003eClose the self-seal top and check that the contents sit comfortably inside.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-step\"\u003e\n\u003cdiv class=\"xmas-step-num\"\u003e3\u003c\/div\u003e\n\u003cstrong\u003eSHARE\u003c\/strong\u003e \u003cspan\u003eArrange them on the party table or use the built-in handle for easy handout.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPEC --\u003e\n\u003csection class=\"xmas-section\"\u003e\n\u003cdiv class=\"xmas-section-head\"\u003e\n\u003cspan class=\"xmas-eyebrow\"\u003eKnow the size before you buy\u003c\/span\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eCheck the approximate dimensions and material details before filling your bags.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-spec-wrap\"\u003e\n\u003cdiv class=\"xmas-specs\"\u003e\n\u003cdiv class=\"xmas-spec-row\"\u003e\n\u003cdiv class=\"xmas-spec-label\"\u003eColors\u003c\/div\u003e\n\u003cdiv class=\"xmas-spec-value\"\u003eRed, Blue\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-spec-row\"\u003e\n\u003cdiv class=\"xmas-spec-label\"\u003eApprox. Size\u003c\/div\u003e\n\u003cdiv class=\"xmas-spec-value\"\u003e21 × 20 cm \/ 8.3 × 7.9 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-spec-row\"\u003e\n\u003cdiv class=\"xmas-spec-label\"\u003eBottom Expansion\u003c\/div\u003e\n\u003cdiv class=\"xmas-spec-value\"\u003eApprox. 4 cm \/ 1.6 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-spec-row\"\u003e\n\u003cdiv class=\"xmas-spec-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"xmas-spec-value\"\u003eComposite material\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-spec-row\"\u003e\n\u003cdiv class=\"xmas-spec-label\"\u003eThickness\u003c\/div\u003e\n\u003cdiv class=\"xmas-spec-value\"\u003eApprox. 0.16 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-spec-row\"\u003e\n\u003cdiv class=\"xmas-spec-label\"\u003eFeatures\u003c\/div\u003e\n\u003cdiv class=\"xmas-spec-value\"\u003eClear front window, self-seal closure, integrated carry handle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0606\/6025\/2774\/files\/07_58853f1c-a81e-4279-9471-72e3ab759c51.jpg?v=1789371498\" alt=\"Festive treat bag size and product details\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"xmas-note\"\u003eMeasurements are approximate. Printed details, color tone and small construction details may vary slightly by production batch. Please refer to the current product option and product photos.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- END PANEL --\u003e\n\u003csection class=\"xmas-bottom\"\u003e\u003cspan class=\"xmas-eyebrow\"\u003eMAKE SMALL GIFTS FEEL SPECIAL\u003c\/span\u003e\n\u003ch2\u003eA Faster Way to Finish Your Christmas Treats\u003c\/h2\u003e\n\u003cp\u003eFill them with little surprises, seal them up and create a cheerful holiday display without complicated wrapping.\u003c\/p\u003e\n\u003cdiv class=\"xmas-bottom-pills\"\u003e\n\u003cspan\u003eEasy Fill\u003c\/span\u003e \u003cspan\u003eSelf-Seal\u003c\/span\u003e \u003cspan\u003eClear Window\u003c\/span\u003e \u003cspan\u003eBuilt-In Handle\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"chic-lucky","offers":[{"title":"red (50pcs)","offer_id":71333086363901,"sku":"LJ10554511RED","price":19.99,"currency_code":"USD","in_stock":true},{"title":"blue (50pcs)","offer_id":71333086396669,"sku":"LJ10554511LAN","price":19.99,"currency_code":"USD","in_stock":true},{"title":"👍Red + Blue (100pcs)🔥15%OFF!!🎁","offer_id":71333086429437,"sku":"LJ10554511RED+LJ10554511LAN","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/2091\/2125\/files\/01_140da202-0942-4e06-bb10-ce85b536b7cc.jpg?v=1789824945","url":"https:\/\/www.corerslim.com\/products\/easy-fill-xmas-2","provider":"Corerslim","version":"1.0","type":"link"}