{"product_id":"wooden-pumpkins-ornaments-to-paint-halloween-thanksgiving-decoration-cutouts-unfinished-10pcs-diy-blank-unfinished-pumpkin-wood-discs-ornament-for-home-harvest-crafts-hanging-autumn-decorations","title":"Wooden Pumpkins Ornaments to Paint Halloween Thanksgiving Decoration Cutouts Unfinished 10PCS, DIY Blank Unfinished Pumpkin Wood Discs Ornament for Home Harvest Crafts Hanging Autumn Decorations","description":"\u003c!-- ============================================================\n  Wooden Pumpkins Ornaments - Shopify Product Detail Page\n  Pure CSS \/ No JavaScript | Autumn Orange Palette\n  Paste this entire block into your Shopify product description\n  (Show HTML \/ \u003c\u003e editor mode)\n============================================================ --\u003e\n\u003cstyle\u003e\n\/* ========== RESET \u0026 BASE ========== *\/\n.wpd-wrapper, .wpd-wrapper * {\n  margin: 0; padding: 0; box-sizing: border-box;\n  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n}\n.wpd-wrapper { max-width: 100%; overflow: hidden; line-height: 1.6; }\n\n\/* ========== COLOR TOKENS (Orange family, light→dark) ========== *\/\n\/*\n  --wpd-50:  #FFF5EE   seashell (lightest bg)\n  --wpd-100: #FFE4C4   bisque\n  --wpd-200: #FFDAB9   peach puff\n  --wpd-300: #F4A460   sandy brown\n  --wpd-400: #E8923E   warm orange\n  --wpd-500: #D2691E   chocolate\n  --wpd-600: #B8561A   deep orange\n  --wpd-700: #A0522D   sienna\n  --wpd-800: #8B4513   saddle brown\n  --wpd-900: #5D2E0C   dark brown (text on light)\n  Font on dark bg: #FFF8DC (cornsilk) — contrasting warm white\n*\/\n\n\/* ========== KEYFRAMES (pure CSS animations) ========== *\/\n@keyframes wpd-fadeUp {\n  from { opacity: 0; transform: translateY(30px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n@keyframes wpd-float {\n  0%, 100% { transform: translateY(0); }\n  50%      { transform: translateY(-12px); }\n}\n@keyframes wpd-floatSlow {\n  0%, 100% { transform: translateY(0) rotate(0deg); }\n  50%      { transform: translateY(-8px) rotate(3deg); }\n}\n@keyframes wpd-pulseGlow {\n  0%, 100% { box-shadow: 0 0 0 0 rgba(210,105,30,0.4); }\n  50%      { box-shadow: 0 0 0 18px rgba(210,105,30,0); }\n}\n@keyframes wpd-shimmer {\n  0%   { background-position: -200% center; }\n  100% { background-position: 200% center; }\n}\n@keyframes wpd-spinSlow {\n  from { transform: rotate(0deg); }\n  to   { transform: rotate(360deg); }\n}\n@keyframes wpd-bounceSoft {\n  0%, 100% { transform: translateY(0); }\n  50%      { transform: translateY(-6px); }\n}\n\n\/* ========== SHARED MODULE ========== *\/\n.wpd-module {\n  position: relative;\n  padding: 60px 24px;\n  text-align: center;\n  overflow: hidden;\n}\n.wpd-module + .wpd-module { margin-top: -1px; }\n\n\/* Arc \/ curved top edge via pseudo-element *\/\n.wpd-module::before {\n  content: '';\n  position: absolute;\n  top: -40px; left: -10%;\n  width: 120%; height: 80px;\n  border-radius: 50%;\n  z-index: 1;\n}\n.wpd-module \u003e * { position: relative; z-index: 2; }\n\n.wpd-section-tag {\n  display: inline-block;\n  padding: 6px 20px;\n  border-radius: 30px;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 18px;\n  animation: wpd-fadeUp 0.8s ease both;\n}\n.wpd-section-title {\n  font-size: 30px;\n  font-weight: 800;\n  margin-bottom: 14px;\n  animation: wpd-fadeUp 0.8s ease 0.15s both;\n}\n.wpd-section-sub {\n  font-size: 15px;\n  max-width: 560px;\n  margin: 0 auto 36px;\n  animation: wpd-fadeUp 0.8s ease 0.3s both;\n}\n\n\/* ========== MODULE 1: HERO ========== *\/\n.wpd-hero {\n  background: linear-gradient(160deg, #8B4513 0%, #A0522D 40%, #B8561A 100%);\n  padding: 80px 24px 90px;\n  border-radius: 0 0 40px 40px;\n}\n.wpd-hero::before { background: #FFF5EE; }\n.wpd-hero-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: rgba(255,248,220,0.15);\n  border: 1px solid rgba(255,248,220,0.35);\n  color: #FFF8DC;\n  padding: 8px 22px;\n  border-radius: 30px;\n  font-size: 13px;\n  font-weight: 600;\n  letter-spacing: 1px;\n  margin-bottom: 28px;\n  animation: wpd-fadeUp 0.8s ease both;\n}\n.wpd-hero-badge .dot {\n  width: 8px; height: 8px;\n  background: #FFDAB9;\n  border-radius: 50%;\n  animation: wpd-pulseGlow 2s infinite;\n}\n.wpd-hero h1 {\n  font-size: 38px;\n  font-weight: 900;\n  color: #FFF8DC;\n  line-height: 1.2;\n  margin-bottom: 18px;\n  animation: wpd-fadeUp 0.8s ease 0.15s both;\n}\n.wpd-hero h1 span {\n  background: linear-gradient(90deg, #FFDAB9, #F4A460, #FFDAB9);\n  background-size: 200% auto;\n  -webkit-background-clip: text;\n  background-clip: text;\n  -webkit-text-fill-color: transparent;\n  animation: wpd-shimmer 3s linear infinite;\n}\n.wpd-hero p {\n  color: #FFE4C4;\n  font-size: 16px;\n  max-width: 520px;\n  margin: 0 auto 32px;\n  animation: wpd-fadeUp 0.8s ease 0.3s both;\n}\n.wpd-hero-stats {\n  display: flex;\n  justify-content: center;\n  gap: 32px;\n  flex-wrap: wrap;\n  animation: wpd-fadeUp 0.8s ease 0.45s both;\n}\n.wpd-hero-stat {\n  text-align: center;\n  color: #FFF8DC;\n}\n.wpd-hero-stat .num {\n  font-size: 28px;\n  font-weight: 900;\n  display: block;\n}\n.wpd-hero-stat .lbl {\n  font-size: 11px;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  opacity: 0.8;\n}\n\/* floating pumpkin decorations (CSS-drawn) *\/\n.wpd-hero-deco {\n  position: absolute;\n  opacity: 0.12;\n  z-index: 0;\n}\n.wpd-deco-pumpkin {\n  width: 60px; height: 50px;\n  background: #FFDAB9;\n  border-radius: 50%;\n  position: relative;\n}\n.wpd-deco-pumpkin::before {\n  content: '';\n  position: absolute;\n  top: -8px; left: 50%;\n  transform: translateX(-50%);\n  width: 8px; height: 12px;\n  background: #8B4513;\n  border-radius: 3px;\n}\n.wpd-deco-pumpkin::after {\n  content: '';\n  position: absolute;\n  top: 0; left: 50%;\n  transform: translateX(-50%);\n  width: 4px; height: 100%;\n  background: rgba(139,69,19,0.3);\n  border-radius: 2px;\n}\n\n\/* ========== MODULE 2: KEY FEATURES (4 cards) ========== *\/\n.wpd-features {\n  background: #FFF5EE;\n  border-radius: 40px 40px 0 0;\n}\n.wpd-features::before { background: #8B4513; top: -40px; }\n.wpd-features .wpd-section-tag {\n  background: #FFE4C4;\n  color: #8B4513;\n}\n.wpd-features .wpd-section-title { color: #5D2E0C; }\n.wpd-features .wpd-section-sub { color: #A0522D; }\n\n.wpd-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 18px;\n  max-width: 640px;\n  margin: 0 auto;\n}\n.wpd-feature-card {\n  background: #fff;\n  border-radius: 20px;\n  padding: 28px 18px 24px;\n  border: 2px solid #FFE4C4;\n  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;\n  animation: wpd-fadeUp 0.7s ease both;\n}\n.wpd-feature-card:nth-child(1) { animation-delay: 0.1s; }\n.wpd-feature-card:nth-child(2) { animation-delay: 0.2s; }\n.wpd-feature-card:nth-child(3) { animation-delay: 0.3s; }\n.wpd-feature-card:nth-child(4) { animation-delay: 0.4s; }\n.wpd-feature-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 16px 36px rgba(139,69,19,0.18);\n  border-color: #F4A460;\n}\n.wpd-feature-icon {\n  width: 56px; height: 56px;\n  margin: 0 auto 16px;\n  border-radius: 16px;\n  background: linear-gradient(135deg, #FFDAB9, #F4A460);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 26px;\n  transition: transform 0.35s ease;\n}\n.wpd-feature-card:hover .wpd-feature-icon {\n  transform: scale(1.12) rotate(-5deg);\n}\n.wpd-feature-card h3 {\n  font-size: 16px;\n  font-weight: 800;\n  color: #5D2E0C;\n  margin-bottom: 8px;\n}\n.wpd-feature-card p {\n  font-size: 13px;\n  color: #A0522D;\n  line-height: 1.55;\n}\n\n\/* ========== MODULE 3: SIZE \u0026 QUALITY ========== *\/\n.wpd-paint {\n  background: linear-gradient(180deg, #FFE4C4 0%, #FFDAB9 100%);\n  border-radius: 40px;\n  margin: 0 12px;\n}\n.wpd-paint::before { background: #FFF5EE; }\n.wpd-paint .wpd-section-tag {\n  background: #8B4513;\n  color: #FFF8DC;\n}\n.wpd-paint .wpd-section-title { color: #5D2E0C; }\n.wpd-paint .wpd-section-sub { color: #8B4513; }\n\n\/* painting process steps *\/\n.wpd-paint-steps {\n  display: flex;\n  justify-content: center;\n  align-items: flex-start;\n  gap: 8px;\n  flex-wrap: wrap;\n  max-width: 600px;\n  margin: 0 auto 10px;\n}\n.wpd-paint-step {\n  flex: 1;\n  min-width: 120px;\n  max-width: 150px;\n  text-align: center;\n  animation: wpd-fadeUp 0.7s ease both;\n}\n.wpd-paint-step:nth-child(1) { animation-delay: 0.1s; }\n.wpd-paint-step:nth-child(3) { animation-delay: 0.25s; }\n.wpd-paint-step:nth-child(5) { animation-delay: 0.4s; }\n.wpd-paint-step:nth-child(7) { animation-delay: 0.55s; }\n.wpd-paint-circle {\n  width: 80px; height: 80px;\n  margin: 0 auto 12px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 32px;\n  position: relative;\n  transition: transform 0.35s ease;\n}\n.wpd-paint-step:hover .wpd-paint-circle {\n  transform: scale(1.12);\n}\n.wpd-paint-circle.c1 {\n  background: linear-gradient(135deg, #FFF8DC, #FFE4C4);\n  border: 2.5px solid #D2691E;\n  animation: wpd-float 4s ease-in-out infinite;\n}\n.wpd-paint-circle.c2 {\n  background: linear-gradient(135deg, #F4A460, #D2691E);\n  border: 2.5px solid #8B4513;\n  animation: wpd-float 4s ease-in-out infinite 0.5s;\n}\n.wpd-paint-circle.c3 {\n  background: linear-gradient(135deg, #E8923E, #A0522D);\n  border: 2.5px solid #5D2E0C;\n  animation: wpd-float 4s ease-in-out infinite 1s;\n}\n.wpd-paint-circle.c4 {\n  background: linear-gradient(135deg, #D2691E, #5D2E0C);\n  border: 2.5px solid #3E1F08;\n  animation: wpd-float 4s ease-in-out infinite 1.5s;\n}\n.wpd-paint-step h4 {\n  font-size: 13px;\n  font-weight: 800;\n  color: #5D2E0C;\n  margin-bottom: 4px;\n}\n.wpd-paint-step p {\n  font-size: 11px;\n  color: #8B4513;\n  line-height: 1.45;\n}\n.wpd-paint-arrow {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 22px;\n  color: #D2691E;\n  font-weight: 900;\n  padding-top: 28px;\n  animation: wpd-bounceSoft 2s ease-in-out infinite;\n}\n\/* paint-friendly badges *\/\n.wpd-paint-badges {\n  display: flex;\n  justify-content: center;\n  gap: 14px;\n  flex-wrap: wrap;\n  margin-top: 32px;\n}\n.wpd-paint-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n  background: #FFF8DC;\n  border: 1.5px solid #F4A460;\n  border-radius: 30px;\n  padding: 9px 20px;\n  font-size: 12.5px;\n  font-weight: 700;\n  color: #8B4513;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n.wpd-paint-badge:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 8px 18px rgba(139,69,19,0.18);\n}\n\n\/* ========== MODULE 4: DIY CREATIVE POSSIBILITIES ========== *\/\n.wpd-diy {\n  background: linear-gradient(160deg, #A0522D 0%, #8B4513 100%);\n  border-radius: 40px;\n  margin: 0 12px;\n}\n.wpd-diy::before { background: #FFDAB9; }\n.wpd-diy .wpd-section-tag {\n  background: rgba(255,248,220,0.15);\n  color: #FFDAB9;\n  border: 1px solid rgba(255,218,185,0.4);\n}\n.wpd-diy .wpd-section-title { color: #FFF8DC; }\n.wpd-diy .wpd-section-sub { color: #FFE4C4; }\n\n.wpd-diy-list {\n  max-width: 560px;\n  margin: 0 auto;\n  display: flex;\n  flex-direction: column;\n  gap: 14px;\n}\n.wpd-diy-item {\n  display: flex;\n  align-items: center;\n  gap: 16px;\n  background: rgba(255,248,220,0.08);\n  border: 1px solid rgba(255,218,185,0.2);\n  border-radius: 18px;\n  padding: 18px 22px;\n  text-align: left;\n  transition: background 0.3s ease, transform 0.3s ease;\n  animation: wpd-fadeUp 0.7s ease both;\n}\n.wpd-diy-item:nth-child(1) { animation-delay: 0.1s; }\n.wpd-diy-item:nth-child(2) { animation-delay: 0.2s; }\n.wpd-diy-item:nth-child(3) { animation-delay: 0.3s; }\n.wpd-diy-item:nth-child(4) { animation-delay: 0.4s; }\n.wpd-diy-item:nth-child(5) { animation-delay: 0.5s; }\n.wpd-diy-item:hover {\n  background: rgba(255,248,220,0.15);\n  transform: translateX(6px);\n}\n.wpd-diy-num {\n  flex-shrink: 0;\n  width: 42px; height: 42px;\n  border-radius: 50%;\n  background: linear-gradient(135deg, #F4A460, #D2691E);\n  color: #FFF8DC;\n  font-size: 18px;\n  font-weight: 900;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.wpd-diy-item h4 {\n  font-size: 15px;\n  font-weight: 800;\n  color: #FFF8DC;\n  margin-bottom: 3px;\n}\n.wpd-diy-item p {\n  font-size: 12.5px;\n  color: #FFE4C4;\n  line-height: 1.5;\n}\n\n\/* ========== MODULE 5: USE CASES \/ OCCASIONS ========== *\/\n.wpd-usecases {\n  background: #FFF5EE;\n  border-radius: 40px 40px 0 0;\n}\n.wpd-usecases::before { background: #8B4513; }\n.wpd-usecases .wpd-section-tag {\n  background: #FFE4C4;\n  color: #8B4513;\n}\n.wpd-usecases .wpd-section-title { color: #5D2E0C; }\n.wpd-usecases .wpd-section-sub { color: #A0522D; }\n\n.wpd-occasion-chips {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 12px;\n  max-width: 560px;\n  margin: 0 auto 36px;\n}\n.wpd-chip {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n  padding: 10px 20px;\n  border-radius: 30px;\n  font-size: 13px;\n  font-weight: 700;\n  border: 1.5px solid;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  animation: wpd-fadeUp 0.6s ease both;\n}\n.wpd-chip:nth-child(1) { animation-delay: 0.05s; }\n.wpd-chip:nth-child(2) { animation-delay: 0.1s; }\n.wpd-chip:nth-child(3) { animation-delay: 0.15s; }\n.wpd-chip:nth-child(4) { animation-delay: 0.2s; }\n.wpd-chip:nth-child(5) { animation-delay: 0.25s; }\n.wpd-chip:nth-child(6) { animation-delay: 0.3s; }\n.wpd-chip:hover {\n  transform: translateY(-4px) scale(1.05);\n  box-shadow: 0 8px 20px rgba(139,69,19,0.2);\n}\n.wpd-chip-1 { background: #FFE4C4; color: #8B4513; border-color: #F4A460; }\n.wpd-chip-2 { background: #FFDAB9; color: #8B4513; border-color: #E8923E; }\n.wpd-chip-3 { background: #F4A460; color: #FFF8DC; border-color: #D2691E; }\n.wpd-chip-4 { background: #E8923E; color: #FFF8DC; border-color: #B8561A; }\n.wpd-chip-5 { background: #D2691E; color: #FFF8DC; border-color: #A0522D; }\n.wpd-chip-6 { background: #A0522D; color: #FFE4C4; border-color: #8B4513; }\n\n.wpd-place-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 14px;\n  max-width: 560px;\n  margin: 0 auto;\n}\n.wpd-place-card {\n  background: #fff;\n  border-radius: 18px;\n  padding: 22px 12px;\n  border: 2px solid #FFE4C4;\n  transition: all 0.35s ease;\n  animation: wpd-fadeUp 0.7s ease both;\n}\n.wpd-place-card:nth-child(1) { animation-delay: 0.15s; }\n.wpd-place-card:nth-child(2) { animation-delay: 0.25s; }\n.wpd-place-card:nth-child(3) { animation-delay: 0.35s; }\n.wpd-place-card:hover {\n  border-color: #D2691E;\n  transform: translateY(-6px);\n  box-shadow: 0 12px 28px rgba(139,69,19,0.15);\n}\n.wpd-place-icon {\n  font-size: 30px;\n  margin-bottom: 10px;\n  display: block;\n  animation: wpd-bounceSoft 3s ease-in-out infinite;\n}\n.wpd-place-card h4 {\n  font-size: 14px;\n  font-weight: 800;\n  color: #5D2E0C;\n  margin-bottom: 4px;\n}\n.wpd-place-card p {\n  font-size: 11.5px;\n  color: #A0522D;\n  line-height: 1.45;\n}\n\n\/* ========== MODULE 6: FAMILY CRAFT MOMENT ========== *\/\n.wpd-family {\n  background: linear-gradient(135deg, #FFDAB9 0%, #F4A460 100%);\n  border-radius: 40px;\n  margin: 0 12px;\n  padding: 70px 24px;\n}\n.wpd-family::before { background: #FFF5EE; }\n.wpd-family-inner {\n  max-width: 520px;\n  margin: 0 auto;\n  position: relative;\n}\n.wpd-family-quote-mark {\n  font-size: 72px;\n  font-weight: 900;\n  color: rgba(139,69,19,0.15);\n  line-height: 0.6;\n  margin-bottom: 10px;\n  display: block;\n  text-align: left;\n}\n.wpd-family-text {\n  font-size: 18px;\n  font-weight: 600;\n  color: #5D2E0C;\n  line-height: 1.7;\n  margin-bottom: 24px;\n  font-style: italic;\n  animation: wpd-fadeUp 0.8s ease 0.1s both;\n}\n.wpd-family-author {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: #FFF8DC;\n  padding: 10px 22px;\n  border-radius: 30px;\n  font-size: 13px;\n  font-weight: 700;\n  color: #8B4513;\n  border: 1.5px solid #D2691E;\n  animation: wpd-fadeUp 0.8s ease 0.3s both;\n}\n.wpd-family-hearts {\n  position: absolute;\n  top: -10px; right: 10px;\n  font-size: 24px;\n  animation: wpd-floatSlow 3s ease-in-out infinite;\n}\n\n\/* ========== MODULE 7: WHAT'S IN THE BOX ========== *\/\n.wpd-box {\n  background: linear-gradient(180deg, #8B4513 0%, #A0522D 100%);\n  border-radius: 40px 40px 0 0;\n}\n.wpd-box::before { background: #F4A460; }\n.wpd-box .wpd-section-tag {\n  background: rgba(255,248,220,0.15);\n  color: #FFDAB9;\n  border: 1px solid rgba(255,218,185,0.4);\n}\n.wpd-box .wpd-section-title { color: #FFF8DC; }\n.wpd-box .wpd-section-sub { color: #FFE4C4; }\n\n.wpd-box-contents {\n  display: flex;\n  justify-content: center;\n  gap: 24px;\n  flex-wrap: wrap;\n  max-width: 520px;\n  margin: 0 auto;\n}\n.wpd-box-item {\n  background: rgba(255,248,220,0.08);\n  border: 1.5px solid rgba(255,218,185,0.25);\n  border-radius: 22px;\n  padding: 28px 30px;\n  text-align: center;\n  min-width: 160px;\n  transition: all 0.35s ease;\n  animation: wpd-fadeUp 0.7s ease both;\n}\n.wpd-box-item:nth-child(1) { animation-delay: 0.15s; }\n.wpd-box-item:nth-child(2) { animation-delay: 0.3s; }\n.wpd-box-item:hover {\n  background: rgba(255,248,220,0.15);\n  border-color: #F4A460;\n  transform: translateY(-6px);\n}\n.wpd-box-qty {\n  font-size: 42px;\n  font-weight: 900;\n  background: linear-gradient(135deg, #FFDAB9, #F4A460);\n  -webkit-background-clip: text;\n  background-clip: text;\n  -webkit-text-fill-color: transparent;\n  display: block;\n  line-height: 1;\n  margin-bottom: 8px;\n}\n.wpd-box-label {\n  font-size: 14px;\n  font-weight: 700;\n  color: #FFF8DC;\n  margin-bottom: 4px;\n}\n.wpd-box-desc {\n  font-size: 11.5px;\n  color: #FFE4C4;\n  opacity: 0.85;\n}\n.wpd-box-note {\n  margin-top: 28px;\n  display: inline-block;\n  background: rgba(255,248,220,0.1);\n  border: 1px dashed rgba(255,218,185,0.4);\n  border-radius: 14px;\n  padding: 12px 24px;\n  font-size: 12.5px;\n  color: #FFE4C4;\n  animation: wpd-fadeUp 0.7s ease 0.45s both;\n}\n\n\/* ========== MODULE 8: QUALITY \/ CRAFTSMANSHIP ========== *\/\n.wpd-quality {\n  background: #FFF5EE;\n  border-radius: 0 0 40px 40px;\n}\n.wpd-quality::before { background: #A0522D; }\n.wpd-quality .wpd-section-tag {\n  background: #FFE4C4;\n  color: #8B4513;\n}\n.wpd-quality .wpd-section-title { color: #5D2E0C; }\n.wpd-quality .wpd-section-sub { color: #A0522D; }\n\n.wpd-quality-row {\n  display: flex;\n  justify-content: center;\n  gap: 16px;\n  flex-wrap: wrap;\n  max-width: 600px;\n  margin: 0 auto;\n}\n.wpd-quality-card {\n  flex: 1;\n  min-width: 170px;\n  background: #fff;\n  border-radius: 20px;\n  padding: 24px 18px;\n  border-top: 4px solid;\n  box-shadow: 0 4px 16px rgba(139,69,19,0.08);\n  transition: transform 0.35s ease, box-shadow 0.35s ease;\n  animation: wpd-fadeUp 0.7s ease both;\n}\n.wpd-quality-card:nth-child(1) { animation-delay: 0.1s; border-color: #F4A460; }\n.wpd-quality-card:nth-child(2) { animation-delay: 0.2s; border-color: #D2691E; }\n.wpd-quality-card:nth-child(3) { animation-delay: 0.3s; border-color: #A0522D; }\n.wpd-quality-card:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 14px 30px rgba(139,69,19,0.15);\n}\n.wpd-quality-card .ico {\n  font-size: 28px;\n  margin-bottom: 12px;\n  display: block;\n}\n.wpd-quality-card h4 {\n  font-size: 15px;\n  font-weight: 800;\n  color: #5D2E0C;\n  margin-bottom: 6px;\n}\n.wpd-quality-card p {\n  font-size: 12.5px;\n  color: #A0522D;\n  line-height: 1.55;\n}\n\n\/* ========== MODULE 9: FINAL CTA ========== *\/\n.wpd-cta {\n  background: linear-gradient(160deg, #D2691E 0%, #8B4513 60%, #5D2E0C 100%);\n  border-radius: 40px;\n  margin: 0 12px 20px;\n  padding: 70px 24px;\n  position: relative;\n  overflow: hidden;\n}\n.wpd-cta::before { background: #FFF5EE; }\n.wpd-cta-deco {\n  position: absolute;\n  opacity: 0.08;\n  z-index: 0;\n}\n.wpd-cta h2 {\n  font-size: 32px;\n  font-weight: 900;\n  color: #FFF8DC;\n  margin-bottom: 14px;\n  animation: wpd-fadeUp 0.8s ease both;\n}\n.wpd-cta p {\n  font-size: 15px;\n  color: #FFE4C4;\n  max-width: 460px;\n  margin: 0 auto 32px;\n  animation: wpd-fadeUp 0.8s ease 0.15s both;\n}\n.wpd-cta-btn {\n  display: inline-block;\n  background: linear-gradient(135deg, #FFDAB9, #F4A460);\n  color: #5D2E0C;\n  font-size: 16px;\n  font-weight: 800;\n  padding: 16px 44px;\n  border-radius: 40px;\n  text-decoration: none;\n  letter-spacing: 1px;\n  box-shadow: 0 8px 24px rgba(0,0,0,0.2);\n  animation: wpd-fadeUp 0.8s ease 0.3s both, wpd-pulseGlow 2.5s ease-in-out 1s infinite;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n.wpd-cta-btn:hover {\n  transform: translateY(-3px) scale(1.03);\n  box-shadow: 0 14px 32px rgba(0,0,0,0.3);\n}\n.wpd-cta-trust {\n  margin-top: 24px;\n  display: flex;\n  justify-content: center;\n  gap: 20px;\n  flex-wrap: wrap;\n  animation: wpd-fadeUp 0.8s ease 0.45s both;\n}\n.wpd-cta-trust span {\n  font-size: 11.5px;\n  color: #FFE4C4;\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n  opacity: 0.9;\n}\n\n\/* ========== RESPONSIVE ========== *\/\n@media (max-width: 480px) {\n  .wpd-module { padding: 44px 16px; }\n  .wpd-hero { padding: 60px 16px 70px; }\n  .wpd-hero h1 { font-size: 28px; }\n  .wpd-section-title { font-size: 24px; }\n  .wpd-feature-grid { grid-template-columns: 1fr; }\n  .wpd-place-grid { grid-template-columns: 1fr; }\n  .wpd-quality-row { flex-direction: column; }\n  .wpd-quality-card { min-width: 100%; }\n  .wpd-paint, .wpd-diy, .wpd-family, .wpd-cta { margin: 0 8px; }\n  .wpd-hero-stats { gap: 20px; }\n  .wpd-cta h2 { font-size: 26px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"wpd-wrapper\"\u003e\n\u003c!-- ===== MODULE 1: HERO ===== --\u003e \u003c!-- 建议配图：产品主图 \/ 10个木南瓜平铺展示图 --\u003e\n\u003cdiv class=\"wpd-module wpd-hero\"\u003e\n\u003cdiv class=\"wpd-hero-deco\" style=\"top: 15%; left: 8%; animation: wpd-floatSlow 5s ease-in-out infinite;\"\u003e\n\u003cdiv class=\"wpd-deco-pumpkin\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-hero-deco\" style=\"top: 60%; right: 10%; animation: wpd-floatSlow 6s ease-in-out infinite 1s;\"\u003e\n\u003cdiv class=\"wpd-deco-pumpkin\" style=\"width: 45px; height: 38px;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-hero-deco\" style=\"bottom: 15%; left: 15%; animation: wpd-floatSlow 7s ease-in-out infinite 0.5s;\"\u003e\n\u003cdiv class=\"wpd-deco-pumpkin\" style=\"width: 35px; height: 30px;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-hero-badge\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 🎃 HALLOWEEN DIY · PAINT YOUR OWN\u003c\/div\u003e\n\u003ch1\u003ePaint Your Own \u003cspan\u003eHalloween Pumpkin\u003c\/span\u003e Masterpieces\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0823\/2363\/6457\/files\/15_d4e6084d-196f-4a27-b1a2-ac61a9fff6ff.png?v=1787996748\" alt=\"\"\u003e\n\u003c\/h1\u003e\n\u003cp\u003e10 unfinished wooden pumpkin blanks — smooth, sanded, and ready for you to paint, color, and personalize. Create unique Halloween decorations that are 100% your own style.\u003c\/p\u003e\n\u003cdiv class=\"wpd-hero-stats\"\u003e\n\u003cdiv class=\"wpd-hero-stat\"\u003e\n\u003cspan class=\"num\"\u003e10\u003c\/span\u003e\u003cspan class=\"lbl\"\u003ePumpkin Pieces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-hero-stat\"\u003e\n\u003cspan class=\"num\"\u003eDIY\u003c\/span\u003e\u003cspan class=\"lbl\"\u003eBlank Canvas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-hero-stat\"\u003e\n\u003cspan class=\"num\"\u003e🎨\u003c\/span\u003e\u003cspan class=\"lbl\"\u003ePaint Your Own\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-hero-stat\"\u003e\n\u003cspan class=\"num\"\u003e100%\u003c\/span\u003e\u003cspan class=\"lbl\"\u003eNatural Wood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== MODULE 2: KEY FEATURES ===== --\u003e \u003c!-- 建议配图：产品细节特写（打磨光滑表面、燃烧边缘、悬挂孔） --\u003e\n\u003cdiv class=\"wpd-module wpd-features\"\u003e\n\u003cspan class=\"wpd-section-tag\"\u003eWhy You'll Love It\u003c\/span\u003e\n\u003ch2 class=\"wpd-section-title\"\u003eCrafted for Creativity\u003c\/h2\u003e\n\u003cp class=\"wpd-section-sub\"\u003eEvery detail is designed to make your DIY experience effortless and enjoyable — from the smooth sanded surface to the perfect hanging shape.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0823\/2363\/6457\/files\/12_6c548dc1-5f0f-41d7-96e7-6ca00c1ad4ae.png?v=1787996358\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"wpd-feature-grid\"\u003e\n\u003cdiv class=\"wpd-feature-card\"\u003e\n\u003cdiv class=\"wpd-feature-icon\"\u003e🎨\u003c\/div\u003e\n\u003ch3\u003eEasy to Paint\u003c\/h3\u003e\n\u003cp\u003eSuper smooth surface accepts paint beautifully and dries fast. Markers, stickers, and glitter all adhere perfectly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-feature-card\"\u003e\n\u003cdiv class=\"wpd-feature-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eSanded Smooth\u003c\/h3\u003e\n\u003cp\u003eBoth sides are precision sanded to a silky finish with clean, smooth burned edges — no splinters, no rough spots.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-feature-card\"\u003e\n\u003cdiv class=\"wpd-feature-icon\"\u003e🪢\u003c\/div\u003e\n\u003ch3\u003eStrings Included\u003c\/h3\u003e\n\u003cp\u003eEach pumpkin comes with its own hanging string and a pre-cut ornament tab at the top — hang instantly, no tools needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-feature-card\"\u003e\n\u003cdiv class=\"wpd-feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3\u003ePremium Laser Cut\u003c\/h3\u003e\n\u003cp\u003eMade from high-quality natural wood, laser-cut for crisp pumpkin shapes and dried for stability that lasts season after season.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== MODULE 3: PAINT YOUR OWN ===== --\u003e \u003c!-- 建议配图：上色过程对比图（空白木片→彩绘成品） --\u003e\n\u003cdiv class=\"wpd-module wpd-paint\"\u003e\n\u003cspan class=\"wpd-section-tag\"\u003ePaint Your Own\u003c\/span\u003e\n\u003ch2 class=\"wpd-section-title\"\u003eFrom Blank Wood to Halloween Masterpiece\u003c\/h2\u003e\n\u003cp class=\"wpd-section-sub\"\u003eEach pumpkin arrives as a smooth, blank canvas — ready for you to bring it to life with color, creativity, and your own personal Halloween style.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0823\/2363\/6457\/files\/9_f9f0921c-e640-4ed2-a4c3-454babd8528c.png?v=1787995358\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"wpd-paint-steps\"\u003e\n\u003cdiv class=\"wpd-paint-step\"\u003e\n\u003cdiv class=\"wpd-paint-circle c1\"\u003e🌳\u003c\/div\u003e\n\u003ch4\u003e1. Blank Canvas\u003c\/h4\u003e\n\u003cp\u003eSanded smooth, ready to create\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-paint-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"wpd-paint-step\"\u003e\n\u003cdiv class=\"wpd-paint-circle c2\"\u003e🎨\u003c\/div\u003e\n\u003ch4\u003e2. Paint \u0026amp; Color\u003c\/h4\u003e\n\u003cp\u003eAcrylics, markers, watercolors\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-paint-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"wpd-paint-step\"\u003e\n\u003cdiv class=\"wpd-paint-circle c3\"\u003e✨\u003c\/div\u003e\n\u003ch4\u003e3. Add Details\u003c\/h4\u003e\n\u003cp\u003eStickers, glitter, handwritten names\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-paint-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"wpd-paint-step\"\u003e\n\u003cdiv class=\"wpd-paint-circle c4\"\u003e🎃\u003c\/div\u003e\n\u003ch4\u003e4. Hang \u0026amp; Enjoy\u003c\/h4\u003e\n\u003cp\u003eString included, display anywhere\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-paint-badges\"\u003e\n\u003cspan class=\"wpd-paint-badge\"\u003e🖌️ Paint Dries Fast\u003c\/span\u003e \u003cspan class=\"wpd-paint-badge\"\u003e🏷️ Stickers Adhere Well\u003c\/span\u003e \u003cspan class=\"wpd-paint-badge\"\u003e✍️ Easy to Write On\u003c\/span\u003e \u003cspan class=\"wpd-paint-badge\"\u003e🌈 Both Sides Usable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== MODULE 4: DIY POSSIBILITIES ===== --\u003e \u003c!-- 建议配图：用户DIY成品展示（彩绘南瓜、贴纸装饰、手写祝福） --\u003e\n\u003cdiv class=\"wpd-module wpd-diy\"\u003e\n\u003cspan class=\"wpd-section-tag\"\u003eEndless Creativity\u003c\/span\u003e\n\u003ch2 class=\"wpd-section-title\"\u003eWhat Will You Create?\u003c\/h2\u003e\n\u003cp class=\"wpd-section-sub\"\u003eThe blank canvas is yours. Here are just a few ways to transform these wooden pumpkins into stunning seasonal decor.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0823\/2363\/6457\/files\/14_aa81acf8-d480-4dc5-8e49-adbc7bf17846.png?v=1787996662\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"wpd-diy-list\"\u003e\n\u003cdiv class=\"wpd-diy-item\"\u003e\n\u003cdiv class=\"wpd-diy-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003ePaint \u0026amp; Color\u003c\/h4\u003e\n\u003cp\u003eUse acrylics, watercolors, or markers to create classic jack-o'-lanterns, elegant gold pumpkins, or whimsical patterned designs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-diy-item\"\u003e\n\u003cdiv class=\"wpd-diy-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eWrite Blessings \u0026amp; Wishes\u003c\/h4\u003e\n\u003cp\u003ePersonalize each pumpkin with handwritten gratitude notes, names, or seasonal quotes for a heartfelt Thanksgiving touch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-diy-item\"\u003e\n\u003cdiv class=\"wpd-diy-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eDecorate with Stickers \u0026amp; Glitter\u003c\/h4\u003e\n\u003cp\u003eAdd sparkle with glitter glue, adhesive gems, washi tape, or seasonal stickers — everything sticks beautifully to the smooth wood.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-diy-item\"\u003e\n\u003cdiv class=\"wpd-diy-num\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eGift Tags with Love\u003c\/h4\u003e\n\u003cp\u003eTie them onto holiday presents as personalized gift tags — your loved ones will cherish these handmade keepsakes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-diy-item\"\u003e\n\u003cdiv class=\"wpd-diy-num\"\u003e5\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eGarlands \u0026amp; Banners\u003c\/h4\u003e\n\u003cp\u003eString multiple pumpkins together to create beautiful autumn garlands for your mantel, staircase, or front door.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== MODULE 5: USE CASES ===== --\u003e \u003c!-- 建议配图：多场景应用拼图（窗户悬挂、壁炉装饰、圣诞树、婚礼布置） --\u003e\n\u003cdiv class=\"wpd-module wpd-usecases\"\u003e\n\u003cspan class=\"wpd-section-tag\"\u003eWhere to Use\u003c\/span\u003e\n\u003ch2 class=\"wpd-section-title\"\u003ePerfect for Every Occasion\u003c\/h2\u003e\n\u003cp class=\"wpd-section-sub\"\u003eFrom spooky Halloween nights to warm Thanksgiving gatherings, these versatile pumpkins fit seamlessly into any celebration.\u003c\/p\u003e\n\u003cdiv class=\"wpd-occasion-chips\"\u003e\n\u003cspan class=\"wpd-chip wpd-chip-1\"\u003e🎃 Halloween\u003c\/span\u003e \u003cspan class=\"wpd-chip wpd-chip-2\"\u003e🦃 Thanksgiving\u003c\/span\u003e \u003cspan class=\"wpd-chip wpd-chip-3\"\u003e🎄 Christmas\u003c\/span\u003e \u003cspan class=\"wpd-chip wpd-chip-4\"\u003e💒 Weddings\u003c\/span\u003e \u003cspan class=\"wpd-chip wpd-chip-5\"\u003e🎂 Birthdays\u003c\/span\u003e \u003cspan class=\"wpd-chip wpd-chip-6\"\u003e🎉 New Year\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-place-grid\"\u003e\n\u003cdiv class=\"wpd-place-card\"\u003e\n\u003cspan class=\"wpd-place-icon\"\u003e🌿\u003c\/span\u003e\n\u003ch4\u003eWindows \u0026amp; Doors\u003c\/h4\u003e\n\u003cp\u003eHang them on windows or wreaths to welcome guests with festive autumn charm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-place-card\"\u003e\n\u003cspan class=\"wpd-place-icon\"\u003e🔥\u003c\/span\u003e\n\u003ch4\u003eFireplace \u0026amp; Mantel\u003c\/h4\u003e\n\u003cp\u003eCreate a cozy autumn display across your mantelpiece or fireplace surround.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-place-card\"\u003e\n\u003cspan class=\"wpd-place-icon\"\u003e🎁\u003c\/span\u003e\n\u003ch4\u003eGift Toppers\u003c\/h4\u003e\n\u003cp\u003eAttach to presents as unique, reusable gift tags that double as ornaments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== MODULE 6: FAMILY MOMENT ===== --\u003e \u003c!-- 建议配图：家庭一起做手工的温馨场景图 \/ 孩子彩绘南瓜 --\u003e\n\u003cdiv class=\"wpd-module wpd-family\"\u003e\n\u003cdiv class=\"wpd-family-inner\"\u003e\n\u003cspan class=\"wpd-family-hearts\"\u003e🧡\u003c\/span\u003e \u003cspan class=\"wpd-family-quote-mark\"\u003e\"\u003c\/span\u003e\n\u003cp class=\"wpd-family-text\"\u003eGather the family around the table and let creativity flow. Painting these wooden pumpkins together creates more than just decorations — it creates memories that last a lifetime.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0823\/2363\/6457\/files\/10_b00cb4d1-a0b8-4093-ac6e-0d842eb034c7.png?v=1787995462\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"wpd-family-author\"\u003e👨👩👧👦 A Perfect Family Craft Activity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== MODULE 7: WHAT'S IN THE BOX ===== --\u003e \u003c!-- 建议配图：开箱展示图（所有配件平铺：10个木南瓜+10根绳子） --\u003e\n\u003cdiv class=\"wpd-module wpd-box\"\u003e\n\u003cspan class=\"wpd-section-tag\"\u003ePackage Includes\u003c\/span\u003e\n\u003ch2 class=\"wpd-section-title\"\u003eEverything You Need to Start\u003c\/h2\u003e\n\u003cp class=\"wpd-section-sub\"\u003eOpen the box and start creating immediately — no extra supplies required to hang your masterpieces.\u003c\/p\u003e\n\u003cdiv class=\"wpd-box-contents\"\u003e\n\u003cdiv class=\"wpd-box-item\"\u003e\n\u003cspan class=\"wpd-box-qty\"\u003e10\u003c\/span\u003e\n\u003cdiv class=\"wpd-box-label\"\u003ePumpkin Wood Discs\u003c\/div\u003e\n\u003cdiv class=\"wpd-box-desc\"\u003eBlank, sanded, ready to paint\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-box-item\"\u003e\n\u003cspan class=\"wpd-box-qty\"\u003e10\u003c\/span\u003e\n\u003cdiv class=\"wpd-box-label\"\u003eHanging Strings\u003c\/div\u003e\n\u003cdiv class=\"wpd-box-desc\"\u003ePre-cut, ready to tie \u0026amp; hang\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-box-note\"\u003e📦 Everything arrives in a compact, gift-ready package — perfect for gifting to craft lovers!\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== MODULE 8: QUALITY ===== --\u003e \u003c!-- 建议配图：木材纹理特写 \/ 激光切割边缘细节 \/ 燃烧边缘工艺 --\u003e\n\u003cdiv class=\"wpd-module wpd-quality\"\u003e\n\u003cspan class=\"wpd-section-tag\"\u003ePremium Quality\u003c\/span\u003e\n\u003ch2 class=\"wpd-section-title\"\u003eCrafted to Last\u003c\/h2\u003e\n\u003cp class=\"wpd-section-sub\"\u003eWe use only premium materials and precision manufacturing so your creations stay beautiful for seasons to come.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0823\/2363\/6457\/files\/11_e5d6f34f-1d26-470b-8ab4-2f5bfdc39684.png?v=1787995564\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"wpd-quality-row\"\u003e\n\u003cdiv class=\"wpd-quality-card\"\u003e\n\u003cspan class=\"ico\"\u003e🌲\u003c\/span\u003e\n\u003ch4\u003ePremium Natural Wood\u003c\/h4\u003e\n\u003cp\u003eSourced from high-quality timber, dried and stabilized to prevent warping or cracking over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-quality-card\"\u003e\n\u003cspan class=\"ico\"\u003e⚡\u003c\/span\u003e\n\u003ch4\u003ePrecision Laser Cut\u003c\/h4\u003e\n\u003cp\u003eUltra-sharp laser cutting delivers clean, consistent pumpkin shapes with beautifully charred edges.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wpd-quality-card\"\u003e\n\u003cspan class=\"ico\"\u003e🧽\u003c\/span\u003e\n\u003ch4\u003eDual-Side Sanded\u003c\/h4\u003e\n\u003cp\u003eBoth faces are meticulously sanded to a buttery-smooth finish, ensuring paint glides on evenly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== MODULE 9: FINAL CTA ===== --\u003e \u003c!-- 建议配图：最终成品展示（装饰好的南瓜悬挂在秋季场景中） --\u003e\n\u003cdiv class=\"wpd-module wpd-cta\"\u003e\n\u003ch2\u003eReady to Create Something Beautiful?\u003c\/h2\u003e\n\u003cp\u003eJoin thousands of happy crafters who have transformed these blank wooden pumpkins into cherished autumn decorations. Your next DIY masterpiece starts here.\u003c\/p\u003e\n\u003ca href=\"#AddToCart\" class=\"wpd-cta-btn\"\u003e\u003c\/a\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/wpd-wrapper --\u003e","brand":"LYLY","offers":[{"title":"pumpkin","offer_id":51755460788457,"sku":"B02639-A","price":23.99,"currency_code":"USD","in_stock":true},{"title":"ghost","offer_id":51755460821225,"sku":"B02639-B","price":23.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0823\/2363\/6457\/files\/15_d4e6084d-196f-4a27-b1a2-ac61a9fff6ff.png?v=1787996748","url":"https:\/\/zenithere.com\/products\/wooden-pumpkins-ornaments-to-paint-halloween-thanksgiving-decoration-cutouts-unfinished-10pcs-diy-blank-unfinished-pumpkin-wood-discs-ornament-for-home-harvest-crafts-hanging-autumn-decorations","provider":"Zenithere","version":"1.0","type":"link"}