{"product_id":"quilted-fabric-tree-kit-diy","title":"🎃Quilted Fabric Tree Kit DIY","description":"\u003cstyle\u003e\n\/* =========================================================\n   DIY HALLOWEEN QUILTED TREE PRODUCT PAGE\n   Scoped styles — will not affect the Shopify theme\n========================================================= *\/\n\n.hqt-page,\n.hqt-page * {\n  box-sizing: border-box;\n}\n\n.hqt-page {\n  --hqt-orange: #c85d26;\n  --hqt-orange-dark: #8a351a;\n  --hqt-orange-soft: #f4d4bc;\n  --hqt-brown: #44281f;\n  --hqt-cream: #fffaf3;\n  --hqt-beige: #f3e8d8;\n  --hqt-sage: #69725b;\n  --hqt-yellow: #f3c76b;\n  --hqt-border: #dfcbb8;\n  --hqt-text: #33251f;\n  --hqt-muted: #75655d;\n  --hqt-white: #ffffff;\n\n  width: 100%;\n  max-width: 100%;\n  overflow: hidden;\n  color: var(--hqt-text);\n  background: var(--hqt-cream);\n  font-family: Arial, Helvetica, sans-serif;\n  line-height: 1.6;\n\n  container-type: inline-size;\n  container-name: halloween-tree-page;\n}\n\n.hqt-page img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  border: 0;\n}\n\n.hqt-page button,\n.hqt-page a {\n  font: inherit;\n}\n\n.hqt-page a {\n  color: inherit;\n  text-decoration: none;\n}\n\n.hqt-container {\n  width: min(100%, 1180px);\n  margin: 0 auto;\n  padding: 0 18px;\n}\n\n.hqt-section {\n  padding: 58px 0;\n}\n\n.hqt-section-heading {\n  max-width: 720px;\n  margin: 0 auto 32px;\n  text-align: center;\n}\n\n.hqt-section-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 7px;\n  margin-bottom: 10px;\n  color: var(--hqt-orange-dark);\n  font-size: 13px;\n  font-weight: 800;\n  letter-spacing: 1.3px;\n  text-transform: uppercase;\n}\n\n.hqt-section-title {\n  margin: 0;\n  color: var(--hqt-brown);\n  font-size: clamp(27px, 5.8cqi, 44px);\n  line-height: 1.12;\n  letter-spacing: -0.03em;\n}\n\n.hqt-section-copy {\n  max-width: 650px;\n  margin: 15px auto 0;\n  color: var(--hqt-muted);\n  font-size: clamp(15px, 2.8cqi, 18px);\n  line-height: 1.7;\n}\n\n\/* =========================================================\n   HERO BANNER\n========================================================= *\/\n\n.hqt-hero {\n  position: relative;\n  overflow: hidden;\n  padding: 26px 0 48px;\n  background: var(--hqt-beige);\n  border-bottom: 1px solid var(--hqt-border);\n}\n\n.hqt-hero::before {\n  content: \"\";\n  position: absolute;\n  top: -120px;\n  right: -150px;\n  width: 320px;\n  height: 320px;\n  border: 55px solid rgba(200, 93, 38, 0.1);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.hqt-hero-grid {\n  position: relative;\n  z-index: 1;\n  display: grid;\n  grid-template-columns: minmax(0, 1fr);\n  gap: 28px;\n  align-items: center;\n}\n\n.hqt-hero-content {\n  padding: 14px 0 0;\n  text-align: center;\n}\n\n.hqt-hero-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  margin-bottom: 17px;\n  padding: 8px 13px;\n  color: var(--hqt-orange-dark);\n  background: rgba(255, 255, 255, 0.75);\n  border: 1px solid rgba(138, 53, 26, 0.2);\n  border-radius: 999px;\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 0.8px;\n  text-transform: uppercase;\n}\n\n.hqt-hero-title {\n  max-width: 690px;\n  margin: 0 auto;\n  color: var(--hqt-brown);\n  font-size: clamp(33px, 8.5cqi, 62px);\n  line-height: 1.03;\n  letter-spacing: -0.045em;\n}\n\n.hqt-hero-title span {\n  color: var(--hqt-orange);\n}\n\n.hqt-hero-description {\n  max-width: 640px;\n  margin: 20px auto 0;\n  color: #66564e;\n  font-size: clamp(16px, 3.3cqi, 19px);\n  line-height: 1.7;\n}\n\n.hqt-hero-points {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 9px;\n  margin: 24px 0 0;\n  padding: 0;\n  list-style: none;\n}\n\n.hqt-hero-points li {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n  padding: 8px 11px;\n  color: var(--hqt-brown);\n  background: rgba(255, 255, 255, 0.75);\n  border: 1px solid var(--hqt-border);\n  border-radius: 10px;\n  font-size: 13px;\n  font-weight: 700;\n}\n\n.hqt-check {\n  display: inline-grid;\n  width: 18px;\n  height: 18px;\n  place-items: center;\n  flex: 0 0 18px;\n  color: var(--hqt-white);\n  background: var(--hqt-sage);\n  border-radius: 50%;\n  font-size: 11px;\n  line-height: 1;\n}\n\n.hqt-hero-actions {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 12px;\n  margin-top: 27px;\n}\n\n.hqt-primary-button,\n.hqt-secondary-button {\n  display: inline-flex;\n  min-height: 52px;\n  align-items: center;\n  justify-content: center;\n  gap: 9px;\n  width: 100%;\n  padding: 13px 22px;\n  border-radius: 12px;\n  font-weight: 800;\n  line-height: 1.2;\n  cursor: pointer;\n  transition:\n    transform 0.22s ease,\n    box-shadow 0.22s ease,\n    background-color 0.22s ease;\n}\n\n.hqt-primary-button {\n  color: var(--hqt-white);\n  background: var(--hqt-orange-dark);\n  border: 2px solid var(--hqt-orange-dark);\n  box-shadow: 0 9px 20px rgba(91, 38, 20, 0.19);\n}\n\n.hqt-primary-button:hover {\n  transform: translateY(-3px);\n  background: var(--hqt-orange);\n  border-color: var(--hqt-orange);\n  box-shadow: 0 13px 25px rgba(91, 38, 20, 0.24);\n}\n\n.hqt-primary-button:active {\n  transform: translateY(1px) scale(0.98);\n}\n\n.hqt-secondary-button {\n  color: var(--hqt-orange-dark);\n  background: transparent;\n  border: 2px solid rgba(138, 53, 26, 0.35);\n}\n\n.hqt-secondary-button:hover {\n  transform: translateY(-2px);\n  background: rgba(255, 255, 255, 0.7);\n}\n\n.hqt-hero-note {\n  margin: 14px 0 0;\n  color: var(--hqt-muted);\n  font-size: 12px;\n}\n\n.hqt-hero-media {\n  position: relative;\n  max-width: 520px;\n  margin: 0 auto;\n  padding: 18px;\n  background: var(--hqt-orange);\n  border-radius: 28px 28px 90px 28px;\n  box-shadow: 0 20px 40px rgba(83, 43, 25, 0.18);\n}\n\n.hqt-hero-media-frame {\n  overflow: hidden;\n  min-height: 400px;\n  background: #f5eee6;\n  border: 8px solid rgba(255, 255, 255, 0.7);\n  border-radius: 18px 18px 75px 18px;\n}\n\n.hqt-hero-media-frame img {\n  width: 100%;\n  min-height: 400px;\n  object-fit: contain;\n  background: #f5eee6;\n}\n\n.hqt-height-badge {\n  position: absolute;\n  right: 5px;\n  bottom: 26px;\n  display: grid;\n  min-width: 105px;\n  min-height: 105px;\n  place-items: center;\n  padding: 12px;\n  color: var(--hqt-brown);\n  background: var(--hqt-yellow);\n  border: 5px solid var(--hqt-cream);\n  border-radius: 50%;\n  text-align: center;\n  box-shadow: 0 8px 20px rgba(68, 40, 31, 0.22);\n}\n\n.hqt-height-badge strong {\n  display: block;\n  font-size: 22px;\n  line-height: 1;\n}\n\n.hqt-height-badge span {\n  display: block;\n  margin-top: 4px;\n  font-size: 11px;\n  font-weight: 800;\n  line-height: 1.15;\n  text-transform: uppercase;\n}\n\n\/* =========================================================\n   ICON BENEFIT GRID\n========================================================= *\/\n\n.hqt-icon-section {\n  background: var(--hqt-brown);\n}\n\n.hqt-icon-section .hqt-section-title,\n.hqt-icon-section .hqt-section-copy {\n  color: var(--hqt-white);\n}\n\n.hqt-icon-section .hqt-section-copy {\n  opacity: 0.78;\n}\n\n.hqt-icon-section .hqt-section-eyebrow {\n  color: var(--hqt-yellow);\n}\n\n.hqt-icon-grid {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr);\n  gap: 13px;\n}\n\n.hqt-icon-card {\n  min-width: 0;\n  padding: 23px 19px;\n  background: rgba(255, 255, 255, 0.075);\n  border: 1px solid rgba(255, 255, 255, 0.14);\n  border-radius: 16px;\n  transition:\n    transform 0.22s ease,\n    background-color 0.22s ease;\n}\n\n.hqt-icon-card:hover {\n  transform: translateY(-4px);\n  background: rgba(255, 255, 255, 0.11);\n}\n\n.hqt-icon-wrap {\n  display: grid;\n  width: 48px;\n  height: 48px;\n  place-items: center;\n  margin-bottom: 17px;\n  color: var(--hqt-brown);\n  background: var(--hqt-yellow);\n  border-radius: 13px;\n}\n\n.hqt-icon-wrap svg {\n  width: 25px;\n  height: 25px;\n}\n\n.hqt-icon-card h3 {\n  margin: 0;\n  color: var(--hqt-white);\n  font-size: 18px;\n  line-height: 1.25;\n}\n\n.hqt-icon-card p {\n  margin: 9px 0 0;\n  color: rgba(255, 255, 255, 0.72);\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n\/* =========================================================\n   FEATURE CARDS\n========================================================= *\/\n\n.hqt-features-section {\n  background: var(--hqt-cream);\n}\n\n.hqt-feature-stack {\n  display: grid;\n  gap: 22px;\n}\n\n.hqt-feature-card {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr);\n  overflow: hidden;\n  background: var(--hqt-white);\n  border: 1px solid var(--hqt-border);\n  border-radius: 20px;\n  box-shadow: 0 12px 30px rgba(84, 52, 35, 0.07);\n}\n\n.hqt-feature-card:nth-child(2) {\n  background: #f5eee5;\n}\n\n.hqt-feature-card:nth-child(3) {\n  background: #f1e1d4;\n}\n\n.hqt-feature-card:nth-child(4) {\n  background: #eef0e7;\n}\n\n.hqt-feature-card:nth-child(5) {\n  background: #fff3d7;\n}\n\n.hqt-feature-image {\n  min-width: 0;\n  background: #eee4d9;\n}\n\n.hqt-feature-image img {\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  object-fit: contain;\n}\n\n.hqt-feature-content {\n  display: flex;\n  min-width: 0;\n  flex-direction: column;\n  justify-content: center;\n  padding: 27px 22px 30px;\n}\n\n.hqt-feature-number {\n  display: inline-flex;\n  width: fit-content;\n  align-items: center;\n  gap: 7px;\n  margin-bottom: 13px;\n  color: var(--hqt-orange-dark);\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n\n.hqt-feature-number::before {\n  content: \"\";\n  width: 28px;\n  height: 2px;\n  background: var(--hqt-orange);\n}\n\n.hqt-feature-content h3 {\n  margin: 0;\n  color: var(--hqt-brown);\n  font-size: clamp(24px, 5.4cqi, 34px);\n  line-height: 1.16;\n  letter-spacing: -0.025em;\n}\n\n.hqt-feature-content p {\n  margin: 15px 0 0;\n  color: var(--hqt-muted);\n  font-size: 15px;\n  line-height: 1.75;\n}\n\n.hqt-feature-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 20px;\n}\n\n.hqt-feature-tag {\n  padding: 7px 10px;\n  color: var(--hqt-brown);\n  background: rgba(255, 255, 255, 0.65);\n  border: 1px solid rgba(68, 40, 31, 0.15);\n  border-radius: 999px;\n  font-size: 12px;\n  font-weight: 700;\n}\n\n\/* =========================================================\n   DETAILS AND SPECIFICATIONS\n========================================================= *\/\n\n.hqt-details-section {\n  background: var(--hqt-beige);\n  border-top: 1px solid var(--hqt-border);\n  border-bottom: 1px solid var(--hqt-border);\n}\n\n.hqt-detail-layout {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr);\n  gap: 20px;\n}\n\n.hqt-detail-box {\n  min-width: 0;\n  padding: 24px 20px;\n  background: rgba(255, 255, 255, 0.72);\n  border: 2px solid var(--hqt-border);\n  border-radius: 17px;\n}\n\n.hqt-detail-box-title {\n  display: flex;\n  align-items: center;\n  gap: 11px;\n  margin: 0 0 18px;\n  color: var(--hqt-brown);\n  font-size: 20px;\n  line-height: 1.25;\n}\n\n.hqt-detail-box-title span {\n  display: grid;\n  width: 36px;\n  height: 36px;\n  place-items: center;\n  flex: 0 0 36px;\n  color: var(--hqt-white);\n  background: var(--hqt-orange-dark);\n  border-radius: 10px;\n  font-size: 17px;\n}\n\n.hqt-step-list,\n.hqt-spec-list,\n.hqt-package-list {\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.hqt-step-list {\n  display: grid;\n  gap: 13px;\n}\n\n.hqt-step-list li {\n  display: grid;\n  grid-template-columns: 31px minmax(0, 1fr);\n  gap: 11px;\n  align-items: start;\n  color: var(--hqt-muted);\n  font-size: 14px;\n}\n\n.hqt-step-number {\n  display: grid;\n  width: 31px;\n  height: 31px;\n  place-items: center;\n  color: var(--hqt-white);\n  background: var(--hqt-sage);\n  border-radius: 50%;\n  font-size: 13px;\n  font-weight: 800;\n}\n\n.hqt-spec-list,\n.hqt-package-list {\n  border-top: 1px solid var(--hqt-border);\n}\n\n.hqt-spec-list li,\n.hqt-package-list li {\n  display: flex;\n  min-width: 0;\n  align-items: flex-start;\n  justify-content: space-between;\n  gap: 16px;\n  padding: 12px 0;\n  border-bottom: 1px solid var(--hqt-border);\n  font-size: 14px;\n}\n\n.hqt-spec-list span:first-child,\n.hqt-package-list span:first-child {\n  color: var(--hqt-muted);\n}\n\n.hqt-spec-list strong,\n.hqt-package-list strong {\n  color: var(--hqt-brown);\n  text-align: right;\n}\n\n.hqt-important-note {\n  margin-top: 17px;\n  padding: 15px;\n  color: #673520;\n  background: #fff0df;\n  border: 1px solid #e5b68e;\n  border-radius: 11px;\n  font-size: 13px;\n  line-height: 1.6;\n}\n\n\/* =========================================================\n   FAQ ACCORDION\n========================================================= *\/\n\n.hqt-faq-section {\n  background: var(--hqt-cream);\n}\n\n.hqt-faq-list {\n  display: grid;\n  max-width: 850px;\n  gap: 11px;\n  margin: 0 auto;\n}\n\n.hqt-faq-item {\n  overflow: hidden;\n  background: var(--hqt-white);\n  border: 1px solid var(--hqt-border);\n  border-radius: 14px;\n  transition:\n    border-color 0.22s ease,\n    box-shadow 0.22s ease;\n}\n\n.hqt-faq-item.hqt-is-open {\n  border-color: var(--hqt-orange);\n  box-shadow: 0 10px 25px rgba(81, 43, 26, 0.08);\n}\n\n.hqt-faq-question {\n  display: grid;\n  width: 100%;\n  grid-template-columns: minmax(0, 1fr) 34px;\n  gap: 14px;\n  align-items: center;\n  padding: 18px;\n  color: var(--hqt-brown);\n  background: transparent;\n  border: 0;\n  text-align: left;\n  cursor: pointer;\n}\n\n.hqt-faq-question-text {\n  font-size: 15px;\n  font-weight: 800;\n  line-height: 1.45;\n}\n\n.hqt-faq-arrow {\n  position: relative;\n  display: grid;\n  width: 34px;\n  height: 34px;\n  place-items: center;\n  color: var(--hqt-orange-dark);\n  background: var(--hqt-orange-soft);\n  border-radius: 50%;\n  transition:\n    transform 0.3s ease,\n    background-color 0.3s ease;\n}\n\n.hqt-faq-arrow::before,\n.hqt-faq-arrow::after {\n  content: \"\";\n  position: absolute;\n  width: 11px;\n  height: 2px;\n  background: currentColor;\n  border-radius: 2px;\n}\n\n.hqt-faq-arrow::after {\n  transform: rotate(90deg);\n  transition: opacity 0.25s ease;\n}\n\n.hqt-is-open .hqt-faq-arrow {\n  transform: rotate(180deg);\n  color: var(--hqt-white);\n  background: var(--hqt-orange-dark);\n}\n\n.hqt-is-open .hqt-faq-arrow::after {\n  opacity: 0;\n}\n\n.hqt-faq-answer {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.36s ease;\n}\n\n.hqt-faq-answer-inner {\n  padding: 0 18px 20px;\n  color: var(--hqt-muted);\n  font-size: 14px;\n  line-height: 1.75;\n}\n\n\/* =========================================================\n   THREE GUARANTEES\n========================================================= *\/\n\n.hqt-guarantees-section {\n  background: var(--hqt-sage);\n}\n\n.hqt-guarantees-section .hqt-section-title,\n.hqt-guarantees-section .hqt-section-copy {\n  color: var(--hqt-white);\n}\n\n.hqt-guarantees-section .hqt-section-copy {\n  opacity: 0.78;\n}\n\n.hqt-guarantees-section .hqt-section-eyebrow {\n  color: #f7dda1;\n}\n\n.hqt-guarantee-grid {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr);\n  gap: 14px;\n}\n\n.hqt-guarantee-card {\n  min-width: 0;\n  padding: 24px 20px;\n  color: var(--hqt-white);\n  background: rgba(255, 255, 255, 0.1);\n  border: 1px solid rgba(255, 255, 255, 0.2);\n  border-radius: 16px;\n}\n\n.hqt-guarantee-icon {\n  display: grid;\n  width: 46px;\n  height: 46px;\n  place-items: center;\n  margin-bottom: 15px;\n  color: var(--hqt-sage);\n  background: #f7dda1;\n  border-radius: 13px;\n  font-size: 22px;\n}\n\n.hqt-guarantee-card h3 {\n  margin: 0;\n  color: var(--hqt-white);\n  font-size: 18px;\n  line-height: 1.3;\n}\n\n.hqt-guarantee-card p {\n  margin: 9px 0 0;\n  color: rgba(255, 255, 255, 0.74);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n\/* =========================================================\n   BOTTOM CTA\n========================================================= *\/\n\n.hqt-bottom-cta {\n  padding: 64px 0;\n  background: var(--hqt-orange-dark);\n}\n\n.hqt-cta-panel {\n  position: relative;\n  overflow: hidden;\n  padding: 36px 22px;\n  color: var(--hqt-brown);\n  background: var(--hqt-yellow);\n  border: 3px solid rgba(255, 255, 255, 0.46);\n  border-radius: 23px;\n  text-align: center;\n  box-shadow: 0 16px 35px rgba(52, 25, 15, 0.25);\n}\n\n.hqt-cta-panel::before,\n.hqt-cta-panel::after {\n  content: \"\";\n  position: absolute;\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.hqt-cta-panel::before {\n  top: -65px;\n  left: -65px;\n  width: 160px;\n  height: 160px;\n  border: 35px solid rgba(138, 53, 26, 0.12);\n}\n\n.hqt-cta-panel::after {\n  right: -38px;\n  bottom: -38px;\n  width: 120px;\n  height: 120px;\n  background: rgba(138, 53, 26, 0.09);\n}\n\n.hqt-cta-content {\n  position: relative;\n  z-index: 1;\n  max-width: 760px;\n  margin: 0 auto;\n}\n\n.hqt-cta-kicker {\n  display: inline-block;\n  margin-bottom: 10px;\n  color: var(--hqt-orange-dark);\n  font-size: 12px;\n  font-weight: 900;\n  letter-spacing: 1.3px;\n  text-transform: uppercase;\n}\n\n.hqt-cta-title {\n  margin: 0;\n  color: var(--hqt-brown);\n  font-size: clamp(28px, 6.3cqi, 44px);\n  line-height: 1.13;\n  letter-spacing: -0.035em;\n}\n\n.hqt-cta-copy {\n  margin: 15px auto 0;\n  color: #624638;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.hqt-cta-actions {\n  display: flex;\n  justify-content: center;\n  margin-top: 23px;\n}\n\n.hqt-cta-actions .hqt-primary-button {\n  width: 100%;\n  max-width: 330px;\n  background: var(--hqt-brown);\n  border-color: var(--hqt-brown);\n}\n\n\/* =========================================================\n   FLOATING BUY BUTTON\n========================================================= *\/\n\n.hqt-floating-buy {\n  position: fixed;\n  z-index: 40;\n  right: 16px;\n  bottom: max(16px, env(safe-area-inset-bottom));\n  display: inline-flex;\n  min-height: 50px;\n  align-items: center;\n  justify-content: center;\n  gap: 9px;\n  padding: 12px 20px;\n  color: var(--hqt-white);\n  background: var(--hqt-orange-dark);\n  border: 2px solid rgba(255, 255, 255, 0.65);\n  border-radius: 999px;\n  box-shadow: 0 10px 28px rgba(47, 22, 13, 0.33);\n  font-size: 14px;\n  font-weight: 800;\n  cursor: pointer;\n  opacity: 0;\n  visibility: hidden;\n  transform: translateY(25px);\n  transition:\n    opacity 0.3s ease,\n    visibility 0.3s ease,\n    transform 0.3s ease,\n    background-color 0.2s ease;\n}\n\n.hqt-floating-buy.hqt-visible {\n  opacity: 1;\n  visibility: visible;\n  transform: translateY(0);\n}\n\n.hqt-floating-buy:hover {\n  transform: translateY(-3px);\n  background: var(--hqt-orange);\n}\n\n.hqt-floating-buy:active {\n  transform: translateY(1px) scale(0.97);\n}\n\n.hqt-cart-highlight {\n  animation: hqtCartHighlight 1.1s ease;\n}\n\n@keyframes hqtCartHighlight {\n  0%,\n  100% {\n    transform: scale(1);\n  }\n\n  45% {\n    transform: scale(1.018);\n  }\n}\n\n\/* =========================================================\n   CONTAINER RESPONSIVE LAYOUT\n========================================================= *\/\n\n@container halloween-tree-page (min-width: 520px) {\n  .hqt-icon-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .hqt-guarantee-grid {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .hqt-hero-actions {\n    flex-direction: row;\n    justify-content: center;\n  }\n\n  .hqt-hero-actions .hqt-primary-button,\n  .hqt-hero-actions .hqt-secondary-button {\n    width: auto;\n    min-width: 185px;\n  }\n\n  .hqt-detail-layout {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .hqt-detail-box:last-child {\n    grid-column: 1 \/ -1;\n  }\n}\n\n@container halloween-tree-page (min-width: 760px) {\n  .hqt-container {\n    padding: 0 28px;\n  }\n\n  .hqt-section {\n    padding: 78px 0;\n  }\n\n  .hqt-hero {\n    padding: 54px 0 70px;\n  }\n\n  .hqt-hero-grid {\n    grid-template-columns: minmax(0, 1.07fr) minmax(320px, 0.93fr);\n    gap: 48px;\n  }\n\n  .hqt-hero-content {\n    padding: 0;\n    text-align: left;\n  }\n\n  .hqt-hero-title,\n  .hqt-hero-description {\n    margin-left: 0;\n  }\n\n  .hqt-hero-points,\n  .hqt-hero-actions {\n    justify-content: flex-start;\n  }\n\n  .hqt-icon-grid {\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n  }\n\n  .hqt-feature-card {\n    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);\n  }\n\n  .hqt-feature-card:nth-child(even) .hqt-feature-image {\n    order: 2;\n  }\n\n  .hqt-feature-card:nth-child(even) .hqt-feature-content {\n    order: 1;\n  }\n\n  .hqt-feature-content {\n    padding: 38px;\n  }\n\n  .hqt-detail-layout {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .hqt-detail-box:last-child {\n    grid-column: auto;\n  }\n\n  .hqt-cta-panel {\n    padding: 48px 40px;\n  }\n}\n\n@container halloween-tree-page (max-width: 420px) {\n  .hqt-container {\n    padding: 0 14px;\n  }\n\n  .hqt-section {\n    padding: 48px 0;\n  }\n\n  .hqt-hero {\n    padding-top: 20px;\n  }\n\n  .hqt-hero-media {\n    padding: 12px;\n    border-radius: 21px 21px 65px 21px;\n  }\n\n  .hqt-hero-media-frame {\n    min-height: 340px;\n    border-width: 5px;\n    border-radius: 14px 14px 55px 14px;\n  }\n\n  .hqt-hero-media-frame img {\n    min-height: 340px;\n  }\n\n  .hqt-height-badge {\n    right: 2px;\n    bottom: 18px;\n    min-width: 88px;\n    min-height: 88px;\n  }\n\n  .hqt-height-badge strong {\n    font-size: 19px;\n  }\n\n  .hqt-feature-content {\n    padding: 24px 18px 27px;\n  }\n\n  .hqt-floating-buy {\n    right: 12px;\n    left: 12px;\n    bottom: max(10px, env(safe-area-inset-bottom));\n    width: calc(100% - 24px);\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .hqt-page *,\n  .hqt-page *::before,\n  .hqt-page *::after {\n    scroll-behavior: auto !important;\n    transition-duration: 0.01ms !important;\n    animation-duration: 0.01ms !important;\n    animation-iteration-count: 1 !important;\n  }\n}\n\u003c\/style\u003e\n\u003csection class=\"hqt-page\" id=\"hqt-product-page\"\u003e\u003c!-- TOP HERO BANNER --\u003e\n\u003csection class=\"hqt-hero\"\u003e\n\u003cdiv class=\"hqt-container\"\u003e\n\u003cdiv class=\"hqt-hero-grid\"\u003e\n\u003cdiv class=\"hqt-hero-content\"\u003e\n\u003cdiv class=\"hqt-hero-badge\"\u003e✂ DIY Seasonal Craft Kit\u003c\/div\u003e\n\u003ch1 class=\"hqt-hero-title\"\u003eCreate a Cozy \u003cspan\u003e3D Halloween Tree\u003c\/span\u003e by Hand\u003c\/h1\u003e\n\u003cp class=\"hqt-hero-description\"\u003eLayer, stitch and lightly stuff each fabric section to create a charming quilted centerpiece filled with handmade texture and warm seasonal character.\u003c\/p\u003e\n\u003cul class=\"hqt-hero-points\"\u003e\n\u003cli\u003e\n\u003cspan class=\"hqt-check\"\u003e✓\u003c\/span\u003e Beginner-friendly project\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"hqt-check\"\u003e✓\u003c\/span\u003e Illustrated instructions\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"hqt-check\"\u003e✓\u003c\/span\u003e Approx. 11.8 inches tall\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hqt-hero-actions\"\u003e\n\u003ca class=\"hqt-primary-button hqt-buy-trigger\" href=\"#hqt-final-cta\"\u003e Buy the DIY Kit \u003cspan\u003e→\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"hqt-secondary-button\" href=\"#hqt-core-features\"\u003e Explore the Features \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cp class=\"hqt-hero-note\"\u003eDIY craft kit only. The completed tree shown is for display reference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hqt-hero-media\"\u003e\n\u003cdiv class=\"hqt-hero-media-frame\"\u003e\u003cimg src=\"https:\/\/cdn.fastcdnonline.com\/image\/4390d7303ff5979377c0d481c3c0870771e9b44d.gif\" alt=\"DIY Halloween quilted fabric tree craft project\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hqt-height-badge\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e11.8\"\u003c\/strong\u003e \u003cspan\u003eFinished\u003cbr\u003eHeight\u003c\/span\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!-- CORE BENEFIT ICON GRID --\u003e\n\u003csection class=\"hqt-section hqt-icon-section\" id=\"hqt-core-features\"\u003e\n\u003cdiv class=\"hqt-container\"\u003e\n\u003cdiv class=\"hqt-section-heading\"\u003e\n\u003cdiv class=\"hqt-section-eyebrow\"\u003eWhy Crafters Love It\u003c\/div\u003e\n\u003ch2 class=\"hqt-section-title\"\u003eA Small Project With Beautiful Dimension\u003c\/h2\u003e\n\u003cp class=\"hqt-section-copy\"\u003eA relaxing seasonal activity that transforms individual fabric layers into a full, display-ready Halloween decoration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hqt-icon-grid\"\u003e\n\u003carticle class=\"hqt-icon-card\"\u003e\n\u003cdiv class=\"hqt-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M12 3 5 8v8l7 5 7-5V8l-7-5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m5 8 7 5 7-5\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 13v8\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eRich 3D Texture\u003c\/h3\u003e\n\u003cp\u003ePadded fabric sections are layered to create a full shape with visible depth from every angle.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hqt-icon-card\"\u003e\n\u003cdiv class=\"hqt-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n              \u003cpath d=\"M12 7v5l3 2\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eManageable Project\u003c\/h3\u003e\n\u003cp\u003eEnjoy a satisfying quilting-style craft without needing a large workspace or lengthy commitment.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hqt-icon-card\"\u003e\n\u003cdiv class=\"hqt-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M12 3v18\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m12 5-5 5h10l-5-5Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m12 9-7 7h14l-7-7Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M9 21h6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eDisplay-Ready Size\u003c\/h3\u003e\n\u003cp\u003eThe finished tree fits naturally on mantels, shelves, desks, entryway tables and seasonal displays.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hqt-icon-card\"\u003e\n\u003cdiv class=\"hqt-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M20 12v8H4v-8\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M2 7h20v5H2z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 7v13\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 7H7.5A2.5 2.5 0 1 1 10 4.5L12 7Z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 7h4.5A2.5 2.5 0 1 0 14 4.5L12 7Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eThoughtful Gift Idea\u003c\/h3\u003e\n\u003cp\u003eGive the kit to a craft lover or complete it yourself as a meaningful handmade seasonal gift.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CORE FEATURE DETAIL CARDS --\u003e\n\u003csection class=\"hqt-section hqt-features-section\"\u003e\n\u003cdiv class=\"hqt-container\"\u003e\n\u003cdiv class=\"hqt-section-heading\"\u003e\n\u003cdiv class=\"hqt-section-eyebrow\"\u003eCore Product Features\u003c\/div\u003e\n\u003ch2 class=\"hqt-section-title\"\u003eLayer by Layer, Your Tree Comes to Life\u003c\/h2\u003e\n\u003cp class=\"hqt-section-copy\"\u003eEach part of the project is designed to deliver an enjoyable crafting experience and a finished decoration with lasting seasonal appeal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hqt-feature-stack\"\u003e\n\u003carticle class=\"hqt-feature-card\"\u003e\n\u003cdiv class=\"hqt-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.fastcdnonline.com\/image\/723ad1f3cb57f09ace8ed07b92d999dec18d5265.jpeg\" alt=\"Three-dimensional quilted fabric Halloween tree\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hqt-feature-content\"\u003e\n\u003cdiv class=\"hqt-feature-number\"\u003eFeature 01\u003c\/div\u003e\n\u003ch3\u003eStunning Three-Dimensional Design\u003c\/h3\u003e\n\u003cp\u003eUnlike flat patchwork decorations, each padded fabric piece is sewn and layered around the central tree form. The overlapping sections create a rich, full silhouette with eye-catching texture.\u003c\/p\u003e\n\u003cdiv class=\"hqt-feature-tags\"\u003e\n\u003cspan class=\"hqt-feature-tag\"\u003ePadded Layers\u003c\/span\u003e \u003cspan class=\"hqt-feature-tag\"\u003eFull 3D Shape\u003c\/span\u003e \u003cspan class=\"hqt-feature-tag\"\u003eTextured Finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hqt-feature-card\"\u003e\n\u003cdiv class=\"hqt-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.fastcdnonline.com\/image\/6cdef340da76abf0dfbb1da21b419345233f7bcf.jpeg\" alt=\"Relaxing Halloween quilting and fabric craft project\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hqt-feature-content\"\u003e\n\u003cdiv class=\"hqt-feature-number\"\u003eFeature 02\u003c\/div\u003e\n\u003ch3\u003eRelaxing and Manageable to Complete\u003c\/h3\u003e\n\u003cp\u003eThe compact project is ideal for anyone who enjoys quilting, sewing and fabric scrap crafts. Complete it at a comfortable pace without taking over your entire craft room.\u003c\/p\u003e\n\u003cdiv class=\"hqt-feature-tags\"\u003e\n\u003cspan class=\"hqt-feature-tag\"\u003eCompact Project\u003c\/span\u003e \u003cspan class=\"hqt-feature-tag\"\u003eBeginner-Friendly\u003c\/span\u003e \u003cspan class=\"hqt-feature-tag\"\u003eCreative Downtime\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hqt-feature-card\"\u003e\n\u003cdiv class=\"hqt-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.fastcdnonline.com\/image\/e3f020d1f2deda363704c649a102501f2440772b.jpeg\" alt=\"Quilted Halloween fabric tree displayed as seasonal decor\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hqt-feature-content\"\u003e\n\u003cdiv class=\"hqt-feature-number\"\u003eFeature 03\u003c\/div\u003e\n\u003ch3\u003eA Charming Seasonal Centerpiece\u003c\/h3\u003e\n\u003cp\u003eAt approximately 11.8 inches tall when completed, the quilted tree makes a warm statement without taking up too much space. Display it on a mantel, shelf, desk or entryway table.\u003c\/p\u003e\n\u003cdiv class=\"hqt-feature-tags\"\u003e\n\u003cspan class=\"hqt-feature-tag\"\u003eApprox. 11.8 Inches\u003c\/span\u003e \u003cspan class=\"hqt-feature-tag\"\u003eTabletop Décor\u003c\/span\u003e \u003cspan class=\"hqt-feature-tag\"\u003eCozy Halloween Style\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hqt-feature-card\"\u003e\n\u003cdiv class=\"hqt-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.fastcdnonline.com\/image\/96a66def3a1d2f59a7f122101507e2a164e66d72.jpeg\" alt=\"DIY Halloween quilted fabric tree kit components\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hqt-feature-content\"\u003e\n\u003cdiv class=\"hqt-feature-number\"\u003eFeature 04\u003c\/div\u003e\n\u003ch3\u003eAn All-In-One Crafting Experience\u003c\/h3\u003e\n\u003cp\u003eThe kit includes the project materials and illustrated guidance needed for assembly. Sew and lightly stuff the fabric sections, arrange the layers from largest to smallest and add the finishing top piece.\u003c\/p\u003e\n\u003cdiv class=\"hqt-feature-tags\"\u003e\n\u003cspan class=\"hqt-feature-tag\"\u003eKit Materials\u003c\/span\u003e \u003cspan class=\"hqt-feature-tag\"\u003eIllustrated Guide\u003c\/span\u003e \u003cspan class=\"hqt-feature-tag\"\u003eStep-by-Step Assembly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hqt-feature-card\"\u003e\n\u003cdiv class=\"hqt-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.fastcdnonline.com\/image\/08e197bcfd516712620d195bf5d8682e66365ddf.jpeg\" alt=\"Handmade Halloween craft gift for family and friends\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hqt-feature-content\"\u003e\n\u003cdiv class=\"hqt-feature-number\"\u003eFeature 05\u003c\/div\u003e\n\u003ch3\u003eA Handmade Gift With Personal Meaning\u003c\/h3\u003e\n\u003cp\u003ePerfect for quilting enthusiasts, teachers, friends and family. Give the unopened kit to someone who loves crafting or present the completed tree as a handmade seasonal keepsake.\u003c\/p\u003e\n\u003cdiv class=\"hqt-feature-tags\"\u003e\n\u003cspan class=\"hqt-feature-tag\"\u003eCreative Gift\u003c\/span\u003e \u003cspan class=\"hqt-feature-tag\"\u003eReusable Décor\u003c\/span\u003e \u003cspan class=\"hqt-feature-tag\"\u003eHandmade Keepsake\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAILED FEATURES AND SPECIFICATIONS --\u003e\n\u003csection class=\"hqt-section hqt-details-section\"\u003e\n\u003cdiv class=\"hqt-container\"\u003e\n\u003cdiv class=\"hqt-section-heading\"\u003e\n\u003cdiv class=\"hqt-section-eyebrow\"\u003eProject Details\u003c\/div\u003e\n\u003ch2 class=\"hqt-section-title\"\u003eSimple Steps, Clear Specifications\u003c\/h2\u003e\n\u003cp class=\"hqt-section-copy\"\u003eReview the basic assembly process, finished size and package information before starting your seasonal craft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hqt-detail-layout\"\u003e\n\u003carticle class=\"hqt-detail-box\"\u003e\n\u003ch3 class=\"hqt-detail-box-title\"\u003e\n\u003cspan\u003e1\u003c\/span\u003e How to Make It\u003c\/h3\u003e\n\u003col class=\"hqt-step-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"hqt-step-number\"\u003e1\u003c\/span\u003e \u003cspan\u003eSew the individual fabric sections following the illustrated guide.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"hqt-step-number\"\u003e2\u003c\/span\u003e \u003cspan\u003eLightly fill each sewn section to create its soft, padded shape.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"hqt-step-number\"\u003e3\u003c\/span\u003e \u003cspan\u003eArrange the sections from largest to smallest around the tree form.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"hqt-step-number\"\u003e4\u003c\/span\u003e \u003cspan\u003eAdd the top piece and adjust the layers for a full finished look.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hqt-detail-box\"\u003e\n\u003ch3 class=\"hqt-detail-box-title\"\u003e\n\u003cspan\u003e2\u003c\/span\u003e Product Specifications\u003c\/h3\u003e\n\u003cul class=\"hqt-spec-list\"\u003e\n\u003cli\u003e\n\u003cspan\u003eProduct type\u003c\/span\u003e \u003cstrong\u003eDIY craft kit\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eFinished height\u003c\/span\u003e \u003cstrong\u003eApprox. 11.8 in\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eCraft style\u003c\/span\u003e \u003cstrong\u003eQuilted fabric\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eFinished shape\u003c\/span\u003e \u003cstrong\u003e3D tabletop tree\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eRecommended use\u003c\/span\u003e \u003cstrong\u003eIndoor seasonal décor\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eSkill level\u003c\/span\u003e \u003cstrong\u003eBeginner-friendly\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hqt-detail-box\"\u003e\n\u003ch3 class=\"hqt-detail-box-title\"\u003e\n\u003cspan\u003e3\u003c\/span\u003e Package Information\u003c\/h3\u003e\n\u003cul class=\"hqt-package-list\"\u003e\n\u003cli\u003e\n\u003cspan\u003ePackage quantity\u003c\/span\u003e \u003cstrong\u003e1 kit\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eIncluded item\u003c\/span\u003e \u003cstrong\u003eDIY Halloween tree kit\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eInstructions\u003c\/span\u003e \u003cstrong\u003eIllustrated guidance\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eCompleted tree\u003c\/span\u003e \u003cstrong\u003eNot included\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"hqt-important-note\"\u003e\n\u003cstrong\u003ePlease note:\u003c\/strong\u003e This is a DIY craft kit. The finished quilted tree shown in product images is an assembly reference and is not supplied as a completed decoration.\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"hqt-section hqt-faq-section\"\u003e\n\u003cdiv class=\"hqt-container\"\u003e\n\u003cdiv class=\"hqt-section-heading\"\u003e\n\u003cdiv class=\"hqt-section-eyebrow\"\u003eFrequently Asked Questions\u003c\/div\u003e\n\u003ch2 class=\"hqt-section-title\"\u003eEverything You Need to Know\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hqt-faq-list\"\u003e\n\u003carticle class=\"hqt-faq-item hqt-is-open\"\u003e\u003cbutton class=\"hqt-faq-question\" type=\"button\"\u003e \u003cspan class=\"hqt-faq-question-text\"\u003e Is everything included to complete the project? \u003c\/span\u003e \u003cspan class=\"hqt-faq-arrow\"\u003e\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"hqt-faq-answer\" id=\"hqt-answer-1\"\u003e\n\u003cdiv class=\"hqt-faq-answer-inner\"\u003eThe kit includes the project materials and illustrated instructions needed to guide you through the crafting process. Please review the product option and package information before ordering for any style-specific differences.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hqt-faq-item\"\u003e\u003cbutton class=\"hqt-faq-question\" type=\"button\"\u003e \u003cspan class=\"hqt-faq-question-text\"\u003e What is the finished size of the tree? \u003c\/span\u003e \u003cspan class=\"hqt-faq-arrow\"\u003e\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"hqt-faq-answer\" id=\"hqt-answer-2\"\u003e\n\u003cdiv class=\"hqt-faq-answer-inner\"\u003eOnce fully assembled, the quilted tree stands approximately 11.8 inches tall. It is sized for mantels, shelves, desks, bookcases and tabletop displays.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hqt-faq-item\"\u003e\u003cbutton class=\"hqt-faq-question\" type=\"button\"\u003e \u003cspan class=\"hqt-faq-question-text\"\u003e Do I need advanced sewing experience? \u003c\/span\u003e \u003cspan class=\"hqt-faq-arrow\"\u003e\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"hqt-faq-answer\" id=\"hqt-answer-3\"\u003e\n\u003cdiv class=\"hqt-faq-answer-inner\"\u003eAdvanced experience is not required. The manageable project size and illustrated guidance make it suitable for beginners, while experienced quilters can still enjoy the creative assembly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hqt-faq-item\"\u003e\u003cbutton class=\"hqt-faq-question\" type=\"button\"\u003e \u003cspan class=\"hqt-faq-question-text\"\u003e Can I give this project as a gift? \u003c\/span\u003e \u003cspan class=\"hqt-faq-arrow\"\u003e\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"hqt-faq-answer\" id=\"hqt-answer-4\"\u003e\n\u003cdiv class=\"hqt-faq-answer-inner\"\u003eYes. Give the unopened kit to a friend or family member who enjoys fabric crafts, or complete the tree yourself and present it as a handmade seasonal keepsake.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hqt-faq-item\"\u003e\u003cbutton class=\"hqt-faq-question\" type=\"button\"\u003e \u003cspan class=\"hqt-faq-question-text\"\u003e Is the completed tree included? \u003c\/span\u003e \u003cspan class=\"hqt-faq-arrow\"\u003e\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"hqt-faq-answer\" id=\"hqt-answer-5\"\u003e\n\u003cdiv class=\"hqt-faq-answer-inner\"\u003eNo. This listing is for a DIY kit. The completed quilted tree in the images demonstrates the expected appearance after assembly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SHIPPING AND QUALITY GUARANTEES --\u003e\n\u003csection class=\"hqt-section hqt-guarantees-section\"\u003e\n\u003cdiv class=\"hqt-container\"\u003e\n\u003cdiv class=\"hqt-section-heading\"\u003e\n\u003cdiv class=\"hqt-section-eyebrow\"\u003eShop With Confidence\u003c\/div\u003e\n\u003ch2 class=\"hqt-section-title\"\u003eThree Important Purchase Guarantees\u003c\/h2\u003e\n\u003cp class=\"hqt-section-copy\"\u003eClear order support, protected payment processing and tracked delivery help make your shopping experience more secure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hqt-guarantee-grid\"\u003e\n\u003carticle class=\"hqt-guarantee-card\"\u003e\n\u003cdiv class=\"hqt-guarantee-icon\"\u003e✈\u003c\/div\u003e\n\u003ch3\u003eTracked Worldwide Shipping\u003c\/h3\u003e\n\u003cp\u003eAvailable orders include tracking information so you can follow your package as it travels to its destination.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hqt-guarantee-card\"\u003e\n\u003cdiv class=\"hqt-guarantee-icon\"\u003e🔒\u003c\/div\u003e\n\u003ch3\u003eSecure Checkout\u003c\/h3\u003e\n\u003cp\u003eYour payment information is processed through encrypted checkout technology designed to protect personal and financial details.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hqt-guarantee-card\"\u003e\n\u003cdiv class=\"hqt-guarantee-icon\"\u003e✓\u003c\/div\u003e\n\u003ch3\u003eResponsive Order Support\u003c\/h3\u003e\n\u003cp\u003eContact customer support if you have questions about your order, delivery or product after purchase.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"hqt-bottom-cta\" id=\"hqt-final-cta\"\u003e\n\u003cdiv class=\"hqt-container\"\u003e\n\u003cdiv class=\"hqt-cta-panel\"\u003e\n\u003cdiv class=\"hqt-cta-content\"\u003e\n\u003cdiv class=\"hqt-cta-kicker\"\u003eCreate Something Special This Halloween\u003c\/div\u003e\n\u003ch2 class=\"hqt-cta-title\"\u003eTurn a Relaxing Craft Session Into a Handmade Seasonal Keepsake\u003c\/h2\u003e\n\u003cp class=\"hqt-cta-copy\"\u003eBuild your own dimensional quilted tree and enjoy a cozy decoration you can proudly display or give to someone special.\u003c\/p\u003e\n\u003cdiv class=\"hqt-cta-actions\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(255, 128, 0);\"\u003e\u003ca class=\"hqt-primary-button hqt-buy-trigger\" href=\"#hqt-product-page\" style=\"color: rgb(255, 128, 0);\"\u003e Buy the DIY Halloween Tree Kit → \u003c\/a\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FLOATING BUY BUTTON --\u003e \u003cbutton class=\"hqt-floating-buy hqt-buy-trigger\" type=\"button\"\u003e \u003cspan\u003e🛒\u003c\/span\u003e Buy Now \u003c\/button\u003e\u003c\/section\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"HYY","offers":[{"title":"Black Cat and Pumpkin","offer_id":48841756279016,"sku":"NC02592608033824-万圣节拼布树套装-H","price":0.0,"currency_code":"USD","in_stock":true},{"title":"Moonlit Black Cat","offer_id":48841756311784,"sku":"NC02592608033824-万圣节拼布树套装-F","price":0.0,"currency_code":"USD","in_stock":true},{"title":"Ghost Moonlight","offer_id":48841756344552,"sku":"NC02592608033824-万圣节拼布树套装-E","price":0.0,"currency_code":"USD","in_stock":true},{"title":"Pumpkin Harvest","offer_id":48841756377320,"sku":"NC02592608033824-万圣节拼布树套装-B","price":0.0,"currency_code":"USD","in_stock":true},{"title":"Witch’s Magic","offer_id":48841756410088,"sku":"NC02592608033824-万圣节拼布树套装-D","price":0.0,"currency_code":"USD","in_stock":true},{"title":"Candy Corn","offer_id":48841756442856,"sku":"NC02592608033824-万圣节拼布树套装-C","price":0.0,"currency_code":"USD","in_stock":true},{"title":"Spiderweb Gothic","offer_id":48841756475624,"sku":"NC02592608033824-万圣节拼布树套装-A","price":0.0,"currency_code":"USD","in_stock":true},{"title":"Haunted House","offer_id":48841756508392,"sku":"NC02592608033824-万圣节拼布树套装-J","price":0.0,"currency_code":"USD","in_stock":true},{"title":"Skeleton Rose","offer_id":48841756541160,"sku":"NC02592608033824-万圣节拼布树套装-G","price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/01_854b3bde-6eea-4474-85f4-a2f16b79ac10.jpg?v=1785721497","url":"https:\/\/sereintis.com\/products\/quilted-fabric-tree-kit-diy","provider":"sereintis.com","version":"1.0","type":"link"}