{"product_id":"usa-250th-anniversary-christmas-patchwork-ornament-diy-kit","title":"🇺🇸🎄 USA 250th Anniversary Christmas Patchwork Ornament DIY Kit","description":"\u003cstyle\u003e\n\n\/* =========================================================\n   USA 250TH ANNIVERSARY\n   CHRISTMAS PATCHWORK ORNAMENT DIY KIT\n   SHOPIFY CUSTOM LIQUID\n   NO LAZY LOAD \/ NO SCROLL REVEAL \/ NO OBSERVER\n========================================================= *\/\n\n.usa250-page{\n  --u250-ink:#17263a;\n  --u250-blue:#183d72;\n  --u250-blue2:#285d9f;\n  --u250-red:#c93636;\n  --u250-red2:#e85b57;\n  --u250-gold:#c99a42;\n  --u250-gold2:#e3c77e;\n  --u250-cream:#fffaf1;\n  --u250-soft:#f7f4ee;\n  --u250-white:#ffffff;\n  --u250-body:#5d6877;\n  --u250-line:rgba(35,69,110,.18);\n\n  position:relative;\n  isolation:isolate;\n\n  width:100%;\n  max-width:940px;\n\n  margin:0 auto;\n\n  padding:\n    10px\n    8px\n    55px;\n\n  overflow:hidden;\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Arial,\n    sans-serif;\n\n  color:var(--u250-body)!important;\n\n  line-height:1.6;\n\n  background:\n    radial-gradient(\n      circle at 8% 5%,\n      rgba(37,91,157,.13),\n      transparent 26%\n    ),\n    radial-gradient(\n      circle at 94% 18%,\n      rgba(201,54,54,.10),\n      transparent 27%\n    ),\n    radial-gradient(\n      circle at 45% 90%,\n      rgba(201,154,66,.10),\n      transparent 30%\n    ),\n    linear-gradient(\n      145deg,\n      #ffffff 0%,\n      #f7f9fc 48%,\n      #f8f3e9 100%\n    );\n}\n\n\n\/* =========================================================\n   GLOBAL\n========================================================= *\/\n\n.usa250-page *,\n.usa250-page *:before,\n.usa250-page *:after{\n  box-sizing:border-box;\n}\n\n.usa250-page h1,\n.usa250-page h2,\n.usa250-page h3,\n.usa250-page h4{\n  margin:0;\n\n  color:var(--u250-ink)!important;\n\n  line-height:1.12;\n\n  font-weight:900!important;\n\n  letter-spacing:-.035em;\n}\n\n.usa250-page p,\n.usa250-page li{\n  color:var(--u250-body)!important;\n}\n\n.usa250-page img{\n  display:block;\n\n  max-width:100%;\n\n  height:auto;\n}\n\n\n\/* =========================================================\n   DECORATIVE STARS\n========================================================= *\/\n\n.usa250-page:before{\n  content:\"✦\";\n\n  position:absolute;\n\n  top:60px;\n  left:5%;\n\n  color:rgba(201,154,66,.25);\n\n  font-size:30px;\n\n  animation:\n    usa250Float\n    5s\n    ease-in-out\n    infinite;\n}\n\n.usa250-page:after{\n  content:\"✦\";\n\n  position:absolute;\n\n  top:430px;\n  right:6%;\n\n  color:rgba(201,54,54,.17);\n\n  font-size:22px;\n\n  animation:\n    usa250Float\n    6s\n    ease-in-out\n    infinite\n    reverse;\n}\n\n@keyframes usa250Float{\n\n  0%,100%{\n    transform:\n      translateY(0)\n      rotate(0deg);\n\n    opacity:.45;\n  }\n\n  50%{\n    transform:\n      translateY(-10px)\n      rotate(12deg);\n\n    opacity:1;\n  }\n\n}\n\n\n\/* =========================================================\n   SECTION \/ CARD\n========================================================= *\/\n\n.usa250-section{\n  position:relative;\n\n  z-index:2;\n\n  margin:18px 0;\n}\n\n.usa250-card{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:30px;\n\n  border-radius:30px;\n\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.98),\n      rgba(250,248,243,.96)\n    );\n\n  border:\n    1px solid\n    var(--u250-line);\n\n  box-shadow:\n    0 22px 60px\n    rgba(30,57,88,.09),\n\n    0 5px 18px\n    rgba(30,57,88,.05);\n}\n\n.usa250-card:before{\n  content:\"\";\n\n  position:absolute;\n\n  width:230px;\n  height:230px;\n\n  right:-120px;\n  top:-130px;\n\n  border-radius:50%;\n\n  background:\n    radial-gradient(\n      circle,\n      rgba(38,92,157,.10),\n      transparent 68%\n    );\n\n  pointer-events:none;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.usa250-hero{\n  text-align:center;\n\n  padding:\n    40px\n    24px\n    27px;\n}\n\n.usa250-kicker{\n  display:inline-flex;\n\n  align-items:center;\n  justify-content:center;\n\n  gap:8px;\n\n  margin-bottom:17px;\n\n  padding:\n    9px\n    16px;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      90deg,\n      var(--u250-blue),\n      #2c619e\n    );\n\n  color:#fff!important;\n\n  font-size:11px;\n\n  font-weight:900;\n\n  letter-spacing:.11em;\n\n  box-shadow:\n    0 9px 24px\n    rgba(24,61,114,.22);\n}\n\n.usa250-kicker span{\n  color:#fff!important;\n}\n\n.usa250-title{\n  max-width:800px;\n\n  margin:\n    0\n    auto!important;\n\n  font-size:\n    clamp(\n      38px,\n      7vw,\n      66px\n    )!important;\n}\n\n.usa250-gradient{\n  background:\n    linear-gradient(\n      90deg,\n      #173d72,\n      #285d9f,\n      #c93636,\n      #173d72\n    );\n\n  background-size:240% auto;\n\n  -webkit-background-clip:text;\n\n  background-clip:text;\n\n  -webkit-text-fill-color:transparent;\n\n  animation:\n    usa250Gradient\n    6s\n    linear\n    infinite;\n}\n\n@keyframes usa250Gradient{\n\n  to{\n    background-position:\n      240%\n      center;\n  }\n\n}\n\n.usa250-subtitle{\n  max-width:700px;\n\n  margin:\n    17px\n    auto\n    0!important;\n\n  color:#5c6b7e!important;\n\n  font-size:18px;\n}\n\n\n\/* =========================================================\n   HERO IMAGE\n========================================================= *\/\n\n.usa250-hero-stage{\n  position:relative;\n\n  max-width:810px;\n\n  margin:\n    28px\n    auto\n    0;\n\n  padding:8px;\n}\n\n.usa250-hero-stage:before{\n  content:\"\";\n\n  position:absolute;\n\n  left:50%;\n  top:50%;\n\n  width:74%;\n\n  aspect-ratio:1;\n\n  transform:\n    translate(-50%,-50%);\n\n  border-radius:50%;\n\n  border:\n    1px solid\n    rgba(37,91,157,.16);\n\n  box-shadow:\n    0 0 70px\n    rgba(37,91,157,.10);\n\n  animation:\n    usa250Halo\n    6s\n    ease-in-out\n    infinite;\n}\n\n@keyframes usa250Halo{\n\n  0%,100%{\n    transform:\n      translate(-50%,-50%)\n      scale(.94);\n\n    opacity:.5;\n  }\n\n  50%{\n    transform:\n      translate(-50%,-50%)\n      scale(1.04);\n\n    opacity:1;\n  }\n\n}\n\n.usa250-hero-image{\n  position:relative;\n\n  z-index:2;\n\n  width:100%;\n\n  border-radius:25px;\n\n  box-shadow:\n    0 28px 70px\n    rgba(25,52,84,.17),\n\n    0 8px 20px\n    rgba(25,52,84,.07);\n}\n\n\n\/* =========================================================\n   HERO BADGES\n========================================================= *\/\n\n.usa250-badges{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:11px;\n\n  margin-top:23px;\n}\n\n.usa250-badge{\n  padding:\n    14px\n    8px;\n\n  text-align:center;\n\n  border-radius:16px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #ffffff,\n      #f3f6fa\n    );\n\n  border:\n    1px solid\n    rgba(31,69,111,.16);\n\n  color:#365678!important;\n\n  font-size:13px;\n\n  font-weight:850;\n\n  box-shadow:\n    0 7px 18px\n    rgba(30,57,88,.05);\n}\n\n\n\/* =========================================================\n   HEADINGS\n========================================================= *\/\n\n.usa250-center{\n  text-align:center;\n}\n\n.usa250-heading{\n  font-size:\n    clamp(\n      29px,\n      5.3vw,\n      45px\n    )!important;\n}\n\n.usa250-lead{\n  max-width:680px;\n\n  margin:\n    13px\n    auto\n    0!important;\n\n  font-size:16px;\n\n  color:#617084!important;\n}\n\n\n\/* =========================================================\n   PROBLEM \/ SOLUTION\n========================================================= *\/\n\n.usa250-compare{\n  display:grid;\n\n  grid-template-columns:\n    1fr 1fr;\n\n  gap:15px;\n\n  margin-top:25px;\n}\n\n.usa250-problem,\n.usa250-solution{\n  padding:23px;\n\n  border-radius:23px;\n}\n\n.usa250-problem{\n  background:\n    linear-gradient(\n      145deg,\n      #fff7f5,\n      #ffffff\n    );\n\n  border:\n    1px solid\n    #efdcd7;\n}\n\n.usa250-solution{\n  background:\n    linear-gradient(\n      145deg,\n      #f1f7ff,\n      #ffffff\n    );\n\n  border:\n    1px solid\n    #d3e2f3;\n}\n\n.usa250-label{\n  display:inline-flex;\n\n  padding:\n    6px\n    11px;\n\n  margin-bottom:11px;\n\n  border-radius:999px;\n\n  font-size:10px;\n\n  font-weight:900;\n\n  letter-spacing:.09em;\n}\n\n.usa250-problem .usa250-label{\n  background:#fae5e1;\n\n  color:#a3453e!important;\n}\n\n.usa250-solution .usa250-label{\n  background:#e3eefb;\n\n  color:#24568d!important;\n}\n\n.usa250-compare h3{\n  font-size:20px!important;\n}\n\n.usa250-compare ul{\n  margin:\n    13px\n    0\n    0;\n\n  padding-left:19px;\n}\n\n.usa250-compare li{\n  margin:8px 0;\n\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   IMAGE SHOWCASE\n========================================================= *\/\n\n.usa250-showcase{\n  width:100%;\n\n  margin-top:24px;\n\n  border-radius:24px;\n\n  box-shadow:\n    0 18px 45px\n    rgba(30,55,84,.13);\n}\n\n\n\/* =========================================================\n   FEATURE GRID\n========================================================= *\/\n\n.usa250-feature-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:14px;\n\n  margin-top:23px;\n}\n\n.usa250-feature{\n  padding:21px;\n\n  border-radius:21px;\n\n  background:\n    linear-gradient(\n      150deg,\n      #ffffff,\n      #f5f7fa\n    );\n\n  border:\n    1px solid\n    rgba(31,69,111,.16);\n\n  box-shadow:\n    0 12px 28px\n    rgba(27,55,88,.06);\n\n  transition:\n    transform .25s ease,\n    box-shadow .25s ease;\n}\n\n.usa250-feature:hover{\n  transform:\n    translateY(-5px);\n\n  box-shadow:\n    0 18px 38px\n    rgba(27,55,88,.11);\n}\n\n.usa250-icon{\n  display:flex;\n\n  align-items:center;\n  justify-content:center;\n\n  width:50px;\n  height:50px;\n\n  margin-bottom:14px;\n\n  border-radius:16px;\n\n  background:\n    radial-gradient(\n      circle at 30% 20%,\n      #ffffff,\n      #e5edf7\n    );\n\n  font-size:25px;\n\n  box-shadow:\n    0 8px 20px\n    rgba(34,79,126,.12);\n}\n\n.usa250-feature h3{\n  font-size:18px!important;\n}\n\n.usa250-feature p{\n  margin:\n    8px\n    0\n    0!important;\n\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   BLUE \/ RED MODULE\n========================================================= *\/\n\n.usa250-dark{\n  background:\n    radial-gradient(\n      circle at 85% 15%,\n      rgba(74,130,202,.28),\n      transparent 31%\n    ),\n    radial-gradient(\n      circle at 10% 90%,\n      rgba(198,54,54,.16),\n      transparent 28%\n    ),\n    linear-gradient(\n      145deg,\n      #0d2341,\n      #173c69\n    );\n\n  border:\n    1px solid\n    rgba(118,169,225,.22);\n\n  box-shadow:\n    0 25px 65px\n    rgba(10,31,56,.24);\n}\n\n.usa250-dark h2,\n.usa250-dark h3{\n  color:#ffffff!important;\n}\n\n.usa250-dark p,\n.usa250-dark li{\n  color:#d9e5f3!important;\n}\n\n\n\/* =========================================================\n   PATCHWORK STORY\n========================================================= *\/\n\n.usa250-story{\n  display:grid;\n\n  grid-template-columns:\n    1fr 1fr;\n\n  gap:20px;\n\n  align-items:center;\n}\n\n.usa250-story-image{\n  width:100%;\n\n  border-radius:23px;\n\n  box-shadow:\n    0 19px 45px\n    rgba(28,54,84,.14);\n}\n\n.usa250-chips{\n  display:flex;\n\n  flex-wrap:wrap;\n\n  gap:9px;\n\n  margin-top:20px;\n}\n\n.usa250-chip{\n  padding:\n    9px\n    13px;\n\n  border-radius:999px;\n\n  background:#eef4fb;\n\n  border:\n    1px solid\n    #d4e2f0;\n\n  color:#315b88!important;\n\n  font-size:12px;\n\n  font-weight:850;\n}\n\n\n\/* =========================================================\n   CRAFT EXPERIENCE\n========================================================= *\/\n\n.usa250-craft{\n  display:grid;\n\n  grid-template-columns:\n    1fr 1fr;\n\n  gap:20px;\n\n  align-items:center;\n}\n\n.usa250-craft-image{\n  width:100%;\n\n  border-radius:23px;\n\n  box-shadow:\n    0 18px 42px\n    rgba(35,59,84,.14);\n}\n\n.usa250-craft-list{\n  margin-top:20px;\n}\n\n.usa250-craft-item{\n  display:flex;\n\n  gap:12px;\n\n  align-items:flex-start;\n\n  margin-bottom:14px;\n}\n\n.usa250-craft-number{\n  display:flex;\n\n  flex:0 0 38px;\n\n  align-items:center;\n  justify-content:center;\n\n  width:38px;\n  height:38px;\n\n  border-radius:50%;\n\n  background:\n    linear-gradient(\n      145deg,\n      #c93636,\n      #e76560\n    );\n\n  color:#fff!important;\n\n  font-weight:900;\n\n  box-shadow:\n    0 7px 18px\n    rgba(201,54,54,.20);\n}\n\n.usa250-craft-item h3{\n  font-size:17px!important;\n\n  margin-bottom:3px;\n}\n\n.usa250-craft-item p{\n  margin:0!important;\n\n  font-size:13px;\n}\n\n\n\/* =========================================================\n   WHAT'S INCLUDED\n========================================================= *\/\n\n.usa250-included{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap:11px;\n\n  margin-top:24px;\n}\n\n.usa250-included-item{\n  padding:\n    18px\n    10px;\n\n  text-align:center;\n\n  border-radius:19px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #ffffff,\n      #f6f2e9\n    );\n\n  border:\n    1px solid\n    #ded8cb;\n\n  box-shadow:\n    0 8px 20px\n    rgba(55,55,55,.05);\n}\n\n.usa250-included-icon{\n  font-size:27px;\n}\n\n.usa250-included-item strong{\n  display:block;\n\n  margin:\n    6px\n    0\n    4px;\n\n  color:#263b54!important;\n\n  font-size:14px;\n}\n\n.usa250-included-item span{\n  font-size:11px;\n\n  color:#718093!important;\n}\n\n\n\/* =========================================================\n   USE CASES\n========================================================= *\/\n\n.usa250-use-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:13px;\n\n  margin-top:24px;\n}\n\n.usa250-use{\n  text-align:center;\n\n  padding:\n    21px\n    14px;\n\n  border-radius:20px;\n\n  background:#ffffff;\n\n  border:\n    1px solid\n    #dce3ea;\n\n  box-shadow:\n    0 8px 22px\n    rgba(30,55,82,.05);\n}\n\n.usa250-use-icon{\n  font-size:29px;\n}\n\n.usa250-use strong{\n  display:block;\n\n  margin:\n    7px\n    0\n    4px;\n\n  color:#253a53!important;\n}\n\n.usa250-use span{\n  color:#697789!important;\n\n  font-size:12px;\n}\n\n\n\/* =========================================================\n   QUOTE \/ EMOTIONAL SECTION\n========================================================= *\/\n\n.usa250-quote{\n  padding:\n    40px\n    25px;\n\n  text-align:center;\n}\n\n.usa250-quote-mark{\n  color:#c93636!important;\n\n  font-size:43px;\n\n  line-height:1;\n}\n\n.usa250-quote h2{\n  max-width:720px;\n\n  margin:\n    7px\n    auto\n    0!important;\n}\n\n.usa250-quote p{\n  max-width:620px;\n\n  margin:\n    14px\n    auto\n    0!important;\n\n  font-size:16px;\n}\n\n\n\/* =========================================================\n   DETAILS\n========================================================= *\/\n\n.usa250-specs{\n  margin-top:24px;\n\n  overflow:hidden;\n\n  border-radius:21px;\n\n  border:\n    1px solid\n    #dce2e8;\n\n  box-shadow:\n    0 8px 25px\n    rgba(30,55,82,.05);\n}\n\n.usa250-spec{\n  display:grid;\n\n  grid-template-columns:\n    40% 60%;\n\n  border-bottom:\n    1px solid\n    #e6eaee;\n}\n\n.usa250-spec:last-child{\n  border-bottom:none;\n}\n\n.usa250-spec div{\n  padding:\n    14px\n    15px;\n\n  font-size:14px;\n}\n\n.usa250-spec div:first-child{\n  background:#edf3f8;\n\n  color:#334c66!important;\n\n  font-weight:850;\n}\n\n.usa250-spec div:last-child{\n  background:#ffffff;\n\n  color:#5e6e80!important;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.usa250-final{\n  text-align:center;\n\n  padding:\n    40px\n    24px;\n}\n\n.usa250-final h2{\n  max-width:740px;\n\n  margin:auto!important;\n}\n\n.usa250-final p{\n  max-width:640px;\n\n  margin:\n    14px\n    auto\n    0!important;\n}\n\n.usa250-cta{\n  position:relative;\n\n  display:inline-flex;\n\n  align-items:center;\n  justify-content:center;\n\n  width:min(100%,450px);\n\n  min-height:61px;\n\n  margin-top:24px;\n\n  padding:\n    15px\n    24px;\n\n  border-radius:17px;\n\n  background:\n    linear-gradient(\n      90deg,\n      #b82f31,\n      #dc4d49,\n      #b82f31\n    );\n\n  background-size:180% auto;\n\n  color:#ffffff!important;\n\n  text-decoration:none!important;\n\n  font-size:17px;\n\n  font-weight:950;\n\n  box-shadow:\n    0 15px 35px\n    rgba(184,47,49,.30),\n\n    inset 0 1px\n    rgba(255,255,255,.35);\n\n  animation:\n    usa250CTA\n    3s\n    ease-in-out\n    infinite;\n}\n\n@keyframes usa250CTA{\n\n  0%,100%{\n    transform:translateY(0);\n\n    background-position:\n      0%\n      center;\n  }\n\n  50%{\n    transform:translateY(-2px);\n\n    background-position:\n      100%\n      center;\n  }\n\n}\n\n.usa250-note{\n  margin-top:\n    11px!important;\n\n  font-size:\n    12px!important;\n\n  color:#7d8997!important;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:700px){\n\n  .usa250-page{\n    padding:\n      4px\n      4px\n      40px;\n  }\n\n  .usa250-section{\n    margin:\n      13px\n      0;\n  }\n\n  .usa250-card{\n    padding:\n      23px\n      16px;\n\n    border-radius:23px;\n  }\n\n  .usa250-hero{\n    padding:\n      29px\n      14px\n      18px;\n  }\n\n  .usa250-title{\n    font-size:\n      38px!important;\n  }\n\n  .usa250-subtitle{\n    font-size:16px;\n  }\n\n  .usa250-badges{\n    grid-template-columns:\n      1fr;\n  }\n\n  .usa250-compare{\n    grid-template-columns:\n      1fr;\n  }\n\n  .usa250-feature-grid{\n    display:flex;\n\n    overflow-x:auto;\n\n    gap:12px;\n\n    margin-left:-16px;\n    margin-right:-16px;\n\n    padding:\n      4px\n      16px\n      15px;\n\n    scrollbar-width:none;\n  }\n\n  .usa250-feature-grid::-webkit-scrollbar{\n    display:none;\n  }\n\n  .usa250-feature{\n    flex:\n      0 0\n      82%;\n  }\n\n  .usa250-story{\n    grid-template-columns:\n      1fr;\n  }\n\n  .usa250-craft{\n    grid-template-columns:\n      1fr;\n  }\n\n  .usa250-craft-image{\n    order:2;\n  }\n\n  .usa250-included{\n    grid-template-columns:\n      repeat(2,1fr);\n  }\n\n  .usa250-use-grid{\n    display:flex;\n\n    overflow-x:auto;\n\n    gap:12px;\n\n    margin-left:-16px;\n    margin-right:-16px;\n\n    padding:\n      5px\n      16px\n      15px;\n\n    scrollbar-width:none;\n  }\n\n  .usa250-use-grid::-webkit-scrollbar{\n    display:none;\n  }\n\n  .usa250-use{\n    flex:\n      0 0\n      78%;\n  }\n\n  .usa250-spec{\n    grid-template-columns:\n      38%\n      62%;\n  }\n\n  .usa250-spec div{\n    padding:\n      12px\n      10px;\n\n    font-size:13px;\n  }\n\n  .usa250-hero-stage:before{\n    width:92%;\n  }\n\n}\n\n\n\/* =========================================================\n   REDUCE MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .usa250-page:before,\n  .usa250-page:after,\n  .usa250-gradient,\n  .usa250-hero-stage:before,\n  .usa250-cta{\n    animation:none!important;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-liquid-wrapper\"\u003e\n\u003cdiv class=\"usa250-page\"\u003e\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\u003csection class=\"usa250-section\"\u003e\n\u003cdiv class=\"usa250-card usa250-hero\"\u003e\n\u003cdiv class=\"usa250-kicker\"\u003e🇺🇸 \u003cspan\u003eUSA 250TH ANNIVERSARY COLLECTION\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"usa250-title\"\u003eStitch a Little \u003cspan class=\"usa250-gradient\"\u003e Piece of History \u003c\/span\u003e Into Christmas.\u003c\/h1\u003e\n\u003cp class=\"usa250-subtitle\"\u003eTurn fabric, thread and festive details into a handmade Christmas ornament celebrating 250 years of American history, tradition and holiday memories.\u003c\/p\u003e\n\u003cdiv class=\"usa250-hero-stage\"\u003e\u003cimg class=\"usa250-hero-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/USA_250th_Anniversary_Christmas_Patchwork_Ornament_DIY_Kit_2.jpg?v=1787043402\" alt=\"USA 250th Anniversary Christmas Patchwork Ornament DIY Kit\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"usa250-badges\"\u003e\n\u003cdiv class=\"usa250-badge\"\u003e🇺🇸 USA 250th Anniversary\u003c\/div\u003e\n\u003cdiv class=\"usa250-badge\"\u003e🧵 DIY Patchwork Craft\u003c\/div\u003e\n\u003cdiv class=\"usa250-badge\"\u003e🎄 Handmade Christmas Ornament\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     PAIN POINT\n===================================================== --\u003e\n\u003csection class=\"usa250-section\"\u003e\n\u003cdiv class=\"usa250-card\"\u003e\n\u003cdiv class=\"usa250-center\"\u003e\n\u003ch2 class=\"usa250-heading\"\u003eChristmas Decorations \u003cbr\u003eDon't Have to Be Ordinary.\u003c\/h2\u003e\n\u003cp class=\"usa250-lead\"\u003eStore-bought decorations are easy to hang. But making one yourself turns a simple ornament into something you actually remember creating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-compare\"\u003e\n\u003cdiv class=\"usa250-problem\"\u003e\n\u003cspan class=\"usa250-label\"\u003e ORDINARY DECOR \u003c\/span\u003e\n\u003ch3\u003eBuy It. Hang It. Done.\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eLooks like another mass-produced decoration.\u003c\/li\u003e\n\u003cli\u003eLittle connection to the person who owns it.\u003c\/li\u003e\n\u003cli\u003eThe decoration is finished before Christmas begins.\u003c\/li\u003e\n\u003cli\u003eEasy to forget once the season is over.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-solution\"\u003e\n\u003cspan class=\"usa250-label\"\u003e DIY KEEPSAKE \u003c\/span\u003e\n\u003ch3\u003eMake It. Display It. Remember It.\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCreate your own patriotic Christmas ornament.\u003c\/li\u003e\n\u003cli\u003eEnjoy the process instead of only the finished result.\u003c\/li\u003e\n\u003cli\u003eAdd handmade personality to your Christmas tree.\u003c\/li\u003e\n\u003cli\u003eBring the finished keepsake back year after year.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     PRODUCT SHOWCASE\n===================================================== --\u003e\n\u003csection class=\"usa250-section\"\u003e\n\u003cdiv class=\"usa250-card\"\u003e\n\u003cdiv class=\"usa250-center\"\u003e\n\u003cdiv class=\"usa250-kicker\"\u003e✂️ \u003cspan\u003eMAKE IT YOUR OWN\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"usa250-heading\"\u003eA Christmas Craft \u003cbr\u003eWith a Story Behind It.\u003c\/h2\u003e\n\u003cp class=\"usa250-lead\"\u003eThis patchwork ornament combines traditional Christmas decoration with iconic American-inspired details, giving you a craft project that feels both festive and meaningful.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg class=\"usa250-showcase\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/USA_250th_Anniversary_Christmas_Patchwork_Ornament_DIY_Kit.jpg?v=1787043402\" alt=\"USA 250th Anniversary Christmas DIY patchwork ornament\"\u003e\n\u003cdiv class=\"usa250-feature-grid\"\u003e\n\u003cdiv class=\"usa250-feature\"\u003e\n\u003cdiv class=\"usa250-icon\"\u003e🇺🇸\u003c\/div\u003e\n\u003ch3\u003ePatriotic Theme\u003c\/h3\u003e\n\u003cp\u003eDesigned around the spirit of America's 250th anniversary and classic national symbols.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-feature\"\u003e\n\u003cdiv class=\"usa250-icon\"\u003e🧵\u003c\/div\u003e\n\u003ch3\u003ePatchwork Style\u003c\/h3\u003e\n\u003cp\u003eCombine fabric pieces and decorative details to build a charming handmade Christmas ornament.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-feature\"\u003e\n\u003cdiv class=\"usa250-icon\"\u003e🎄\u003c\/div\u003e\n\u003ch3\u003eMade to Display\u003c\/h3\u003e\n\u003cp\u003eOnce finished, your handmade creation becomes a festive piece for the Christmas tree or holiday display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     AMERICAN HERITAGE\n===================================================== --\u003e\n\u003csection class=\"usa250-section\"\u003e\n\u003cdiv class=\"usa250-card usa250-dark\"\u003e\n\u003cdiv class=\"usa250-story\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"usa250-kicker\"\u003e⭐ \u003cspan\u003e250 YEARS OF AMERICAN SPIRIT\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"usa250-heading\"\u003eMore Than a Christmas Ornament. \u003cbr\u003eIt's a Celebration.\u003c\/h2\u003e\n\u003cp style=\"margin-top: 15px!important;\"\u003eThe design brings together recognizable American imagery and Christmas traditions in one keepsake you can make with your own hands.\u003c\/p\u003e\n\u003cdiv class=\"usa250-chips\"\u003e\n\u003cspan class=\"usa250-chip\"\u003e 🔔 Liberty Bell \u003c\/span\u003e \u003cspan class=\"usa250-chip\"\u003e 🗽 Statue of Liberty \u003c\/span\u003e \u003cspan class=\"usa250-chip\"\u003e 🦅 American Eagle \u003c\/span\u003e \u003cspan class=\"usa250-chip\"\u003e ⭐ Stars \u003c\/span\u003e \u003cspan class=\"usa250-chip\"\u003e 🇺🇸 USA 250 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg class=\"usa250-story-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/USA_250th_Anniversary_Christmas_Patchwork_Ornament_DIY_Kit_1.jpg?v=1787043402\" alt=\"American themed Christmas patchwork ornament\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     CRAFT EXPERIENCE\n===================================================== --\u003e\n\u003csection class=\"usa250-section\"\u003e\n\u003cdiv class=\"usa250-card\"\u003e\n\u003cdiv class=\"usa250-craft\"\u003e\n\u003cimg class=\"usa250-craft-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/USA_250th_Anniversary_Christmas_Patchwork_Ornament_DIY_Kit_3.jpg?v=1787043402\" alt=\"DIY Christmas patchwork ornament crafting kit\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"usa250-kicker\"\u003e🧵 \u003cspan\u003eTHE JOY IS IN MAKING IT\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"usa250-heading\"\u003eSlow Down. \u003cbr\u003eMake Something Meaningful.\u003c\/h2\u003e\n\u003cp style=\"margin-top: 15px!important;\"\u003eSet aside some quiet creative time and turn the individual materials into a finished Christmas keepsake.\u003c\/p\u003e\n\u003cdiv class=\"usa250-craft-list\"\u003e\n\u003cdiv class=\"usa250-craft-item\"\u003e\n\u003cspan class=\"usa250-craft-number\"\u003e 1 \u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eArrange the Pieces\u003c\/h3\u003e\n\u003cp\u003eLay out the fabric and decorative elements before starting your ornament.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-craft-item\"\u003e\n\u003cspan class=\"usa250-craft-number\"\u003e 2 \u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBuild the Patchwork\u003c\/h3\u003e\n\u003cp\u003eWork through the pieces and details to create the ornament design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-craft-item\"\u003e\n\u003cspan class=\"usa250-craft-number\"\u003e 3 \u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eFinish Your Keepsake\u003c\/h3\u003e\n\u003cp\u003eAdd the final details and prepare your handmade creation for holiday display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     WHAT'S INCLUDED\n===================================================== --\u003e\n\u003csection class=\"usa250-section\"\u003e\n\u003cdiv class=\"usa250-card\"\u003e\n\u003cdiv class=\"usa250-center\"\u003e\n\u003cdiv class=\"usa250-kicker\"\u003e🧰 \u003cspan\u003eCRAFT EVERYTHING IN ONE KIT\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"usa250-heading\"\u003eEverything You Need \u003cbr\u003eto Start Creating.\u003c\/h2\u003e\n\u003cp class=\"usa250-lead\"\u003eThe kit brings the main craft materials and decorative components together so you can focus on the fun part: making the ornament.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-included\"\u003e\n\u003cdiv class=\"usa250-included-item\"\u003e\n\u003cdiv class=\"usa250-included-icon\"\u003e🧵\u003c\/div\u003e\n\u003cstrong\u003e Fabric Pieces \u003c\/strong\u003e \u003cspan\u003e Patchwork material for the ornament. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-included-item\"\u003e\n\u003cdiv class=\"usa250-included-icon\"\u003e🪡\u003c\/div\u003e\n\u003cstrong\u003e Craft Tools \u003c\/strong\u003e \u003cspan\u003e Helpful supplies for the DIY process. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-included-item\"\u003e\n\u003cdiv class=\"usa250-included-icon\"\u003e🔴\u003c\/div\u003e\n\u003cstrong\u003e Decorative Details \u003c\/strong\u003e \u003cspan\u003e Festive elements for the finished design. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-included-item\"\u003e\n\u003cdiv class=\"usa250-included-icon\"\u003e🎀\u003c\/div\u003e\n\u003cstrong\u003e Hanging Finish \u003c\/strong\u003e \u003cspan\u003e Complete the ornament for holiday display. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FAMILY \/ USE CASES\n===================================================== --\u003e\n\u003csection class=\"usa250-section\"\u003e\n\u003cdiv class=\"usa250-card\"\u003e\n\u003cdiv class=\"usa250-center\"\u003e\n\u003ch2 class=\"usa250-heading\"\u003eA Craft Project \u003cbr\u003eMade for More Than One Moment.\u003c\/h2\u003e\n\u003cp class=\"usa250-lead\"\u003eWhether you're crafting alone or making it part of a Christmas gathering, the finished ornament becomes something you can enjoy long after the craft session ends.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-use-grid\"\u003e\n\u003cdiv class=\"usa250-use\"\u003e\n\u003cdiv class=\"usa250-use-icon\"\u003e👨👩👧👦\u003c\/div\u003e\n\u003cstrong\u003e Family Craft Time \u003c\/strong\u003e \u003cspan\u003e A creative activity to enjoy together during the holidays. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-use\"\u003e\n\u003cdiv class=\"usa250-use-icon\"\u003e🎄\u003c\/div\u003e\n\u003cstrong\u003e Christmas Decorating \u003c\/strong\u003e \u003cspan\u003e Turn the finished project into a personalized tree decoration. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-use\"\u003e\n\u003cdiv class=\"usa250-use-icon\"\u003e🎁\u003c\/div\u003e\n\u003cstrong\u003e Meaningful Gift \u003c\/strong\u003e \u003cspan\u003e Give a craft experience instead of another ordinary gift. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     LIFESTYLE \/ FINISHED PRODUCT\n===================================================== --\u003e\n\u003csection class=\"usa250-section\"\u003e\n\u003cdiv class=\"usa250-card\"\u003e\n\u003cdiv class=\"usa250-center\"\u003e\n\u003cdiv class=\"usa250-kicker\"\u003e🎄 \u003cspan\u003eFROM DIY PROJECT TO CHRISTMAS KEEPSAKE\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"usa250-heading\"\u003eThe Best Part? \u003cbr\u003eYou Made It Yourself.\u003c\/h2\u003e\n\u003cp class=\"usa250-lead\"\u003eOnce complete, the ornament becomes more than a decoration. Every Christmas, you'll remember the time you spent making it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg class=\"usa250-showcase\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/d2cb9c42ce4537de428aa6fe782a5b2b.png?v=1787043240\" alt=\"Finished USA 250th Anniversary Christmas ornament\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     EMOTIONAL QUOTE\n===================================================== --\u003e\n\u003csection class=\"usa250-section\"\u003e\n\u003cdiv class=\"usa250-card usa250-dark usa250-quote\"\u003e\n\u003cdiv class=\"usa250-quote-mark\"\u003e“\u003c\/div\u003e\n\u003ch2 class=\"usa250-heading\"\u003eMake Something Worth \u003cbr\u003eHanging Onto.\u003c\/h2\u003e\n\u003cp\u003e250 years of history. One Christmas season. One handmade keepsake you can bring back to the tree year after year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     PRODUCT DETAILS\n===================================================== --\u003e\n\u003csection class=\"usa250-section\"\u003e\n\u003cdiv class=\"usa250-card\"\u003e\n\u003cdiv class=\"usa250-center\"\u003e\n\u003cdiv class=\"usa250-kicker\"\u003e🇺🇸 \u003cspan\u003ePRODUCT DETAILS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"usa250-heading\"\u003eA Festive DIY Kit \u003cbr\u003eWith a Patriotic Story.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-specs\"\u003e\n\u003cdiv class=\"usa250-spec\"\u003e\n\u003cdiv\u003eProduct\u003c\/div\u003e\n\u003cdiv\u003eUSA 250th Anniversary Christmas Patchwork Ornament DIY Kit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-spec\"\u003e\n\u003cdiv\u003eTheme\u003c\/div\u003e\n\u003cdiv\u003eUSA 250th Anniversary \/ Patriotic Christmas\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-spec\"\u003e\n\u003cdiv\u003eCraft Style\u003c\/div\u003e\n\u003cdiv\u003ePatchwork \/ Fabric DIY Ornament\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-spec\"\u003e\n\u003cdiv\u003eDesign Elements\u003c\/div\u003e\n\u003cdiv\u003eAmerican Heritage \/ Christmas \/ Stars \/ Patriotic Motifs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-spec\"\u003e\n\u003cdiv\u003eFinished Use\u003c\/div\u003e\n\u003cdiv\u003eChristmas Tree \/ Mantel \/ Holiday Display\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-spec\"\u003e\n\u003cdiv\u003eSuitable For\u003c\/div\u003e\n\u003cdiv\u003eDIY Craft \/ Christmas Decorating \/ Family Craft Time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usa250-spec\"\u003e\n\u003cdiv\u003eGift Occasion\u003c\/div\u003e\n\u003cdiv\u003eChristmas \/ Patriotic Gift \/ Craft Gift\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FINAL CTA\n===================================================== --\u003e\n\u003csection class=\"usa250-section\"\u003e\n\u003cdiv class=\"usa250-card usa250-final\"\u003e\n\u003cdiv class=\"usa250-kicker\"\u003e🇺🇸 \u003cspan\u003eCELEBRATE 250 YEARS WITH SOMETHING YOU MAKE\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"usa250-heading\"\u003eDon't Just Decorate \u003cbr\u003e\u003cspan class=\"usa250-gradient\"\u003e Create a Keepsake. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eBring together the spirit of America, the warmth of Christmas and the satisfaction of making something with your own hands. Create a patriotic ornament that can become part of your Christmas tradition.\u003c\/p\u003e\n\u003ca class=\"usa250-cta\" href=\"#product-form\"\u003e 🇺🇸 GET THE USA 250TH ANNIVERSARY DIY KIT \u003c\/a\u003e\n\u003cp class=\"usa250-note\"\u003eChoose your preferred option above while available.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LH","offers":[{"title":"🦅 Freedom Eagle","offer_id":64429709459825,"sku":"-1","price":19.99,"currency_code":"USD","in_stock":true},{"title":"🔔 Liberty Bell","offer_id":64429709492593,"sku":"-2","price":19.99,"currency_code":"USD","in_stock":true},{"title":"🗽 Liberty 250","offer_id":64429709525361,"sku":"-3","price":19.99,"currency_code":"USD","in_stock":true},{"title":"📜 We The People","offer_id":64429709558129,"sku":"-4","price":19.99,"currency_code":"USD","in_stock":true},{"title":"⭐ America 250","offer_id":64429709590897,"sku":"-5","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/d2cb9c42ce4537de428aa6fe782a5b2b.png?v=1787043240","url":"https:\/\/viqzes.com\/products\/usa-250th-anniversary-christmas-patchwork-ornament-diy-kit","provider":"viqzes","version":"1.0","type":"link"}