{"product_id":"handmade-halloween-cat-wreath","title":"Handmade Halloween Cat Wreath🐈‍⬛🌙","description":"\u003cstyle\u003e\n\/* =========================================================\n   HAND-ASSEMBLED CRESCENT MOON CAT WREATH\n   Witchy Autumn \/ Moonlit Cottage Edition\n\n   Shopify Safe \/ Responsive \/ Pure CSS Animation\n\n   Palette:\n   Midnight Plum\n   Burnt Pumpkin\n   Dusty Rose\n   Antique Cream\n   Moss Green\n========================================================= *\/\n\n.cw26-page,\n.cw26-page *,\n.cw26-page *::before,\n.cw26-page *::after {\n  box-sizing: border-box;\n}\n\n.cw26-page {\n  --cw-night: #171218;\n  --cw-night2: #2a1d28;\n  --cw-plum: #4a2d42;\n  --cw-plum2: #68445b;\n\n  --cw-orange: #b9622e;\n  --cw-orange2: #d9874f;\n\n  --cw-rose: #a86f78;\n  --cw-rose2: #d5a4a9;\n\n  --cw-moss: #6e7961;\n  --cw-moss2: #95a187;\n\n  --cw-cream: #fff9f1;\n  --cw-cream2: #f4e7da;\n  --cw-paper: #f8f0e7;\n\n  --cw-gold: #c9a064;\n  --cw-gold2: #efd39f;\n\n  --cw-text: #392f35;\n  --cw-muted: #74666d;\n  --cw-border: #e5d7cc;\n\n  --cw-white: #ffffff;\n\n  position: relative;\n  isolation: isolate;\n\n  width: 100%;\n  max-width: 1180px;\n  min-width: 0;\n\n  margin: 30px auto 0;\n  padding: 0;\n\n  overflow: hidden;\n\n  color: var(--cw-text);\n  background: #ffffff;\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  line-height: 1.68;\n\n  container-type: inline-size;\n  container-name: catwreath26;\n}\n\n.cw26-page img {\n  display: block;\n\n  width: 100% !important;\n  max-width: 100% !important;\n  height: auto !important;\n\n  margin: 0 !important;\n  padding: 0 !important;\n\n  border: 0;\n}\n\n.cw26-page h1,\n.cw26-page h2,\n.cw26-page h3,\n.cw26-page p,\n.cw26-page ul {\n  margin-top: 0;\n}\n\n.cw26-page h1,\n.cw26-page h2,\n.cw26-page h3 {\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  line-height: 1.12;\n}\n\n.cw26-page a {\n  text-decoration: none;\n}\n\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes cw26MoonGlow {\n\n  0%,\n  100% {\n    opacity: .34;\n\n    transform:\n      translate(-50%,-50%)\n      scale(.92);\n  }\n\n  50% {\n    opacity: .92;\n\n    transform:\n      translate(-50%,-50%)\n      scale(1.08);\n  }\n\n}\n\n@keyframes cw26Sparkle {\n\n  0%,\n  100% {\n    opacity: .18;\n    transform: scale(.8);\n  }\n\n  50% {\n    opacity: .9;\n    transform: scale(1.18);\n  }\n\n}\n\n@keyframes cw26Float {\n\n  0%,\n  100% {\n    transform: translateY(0);\n  }\n\n  50% {\n    transform: translateY(-5px);\n  }\n\n}\n\n@keyframes cw26Leaf {\n\n  0%,\n  100% {\n    transform:\n      rotate(-2deg)\n      translateY(0);\n  }\n\n  50% {\n    transform:\n      rotate(2deg)\n      translateY(-3px);\n  }\n\n}\n\n@keyframes cw26Glow {\n\n  0%,\n  100% {\n    box-shadow:\n      0 22px 52px rgba(40,24,34,.22),\n      0 0 0 rgba(201,160,100,0);\n  }\n\n  50% {\n    box-shadow:\n      0 27px 60px rgba(40,24,34,.29),\n      0 0 38px rgba(201,160,100,.16);\n  }\n\n}\n\n@keyframes cw26TitleGlow {\n\n  0%,\n  100% {\n    text-shadow:\n      0 0 5px rgba(239,211,159,.06);\n  }\n\n  50% {\n    text-shadow:\n      0 0 18px rgba(239,211,159,.40),\n      0 0 35px rgba(185,98,46,.13);\n  }\n\n}\n\n@keyframes cw26Shine {\n\n  0% {\n    transform:\n      translateX(-170%)\n      skewX(-20deg);\n  }\n\n  58%,\n  100% {\n    transform:\n      translateX(280%)\n      skewX(-20deg);\n  }\n\n}\n\n@keyframes cw26Sweep {\n\n  0%,\n  18% {\n    left: -30%;\n    opacity: 0;\n  }\n\n  36% {\n    opacity: .9;\n  }\n\n  70% {\n    opacity: .55;\n  }\n\n  86%,\n  100% {\n    left: 115%;\n    opacity: 0;\n  }\n\n}\n\n@keyframes cw26Pulse {\n\n  0%,\n  100% {\n    transform: scale(1);\n  }\n\n  50% {\n    transform: scale(1.055);\n  }\n\n}\n\n@keyframes cw26Particles {\n\n  0% {\n    background-position:\n      0 0,\n      70px 120px;\n  }\n\n  100% {\n    background-position:\n      70px 280px,\n      130px 380px;\n  }\n\n}\n\n\n\/* =========================================================\n   COMMON\n========================================================= *\/\n\n.cw26-section {\n  position: relative;\n\n  width: 100%;\n\n  padding: 60px 22px;\n}\n\n.cw26-center {\n  text-align: center;\n}\n\n.cw26-kicker {\n  display: inline-flex;\n\n  margin-bottom: 13px;\n  padding: 7px 15px;\n\n  align-items: center;\n  justify-content: center;\n\n  border:\n    1px solid rgba(185,98,46,.30);\n\n  border-radius: 999px;\n\n  color: #934a24;\n\n  background:\n    rgba(217,135,79,.11);\n\n  font-size: 12px;\n  font-weight: 900;\n\n  letter-spacing: 1.2px;\n  text-transform: uppercase;\n}\n\n.cw26-title {\n  max-width: 850px;\n\n  margin-right: auto;\n  margin-bottom: 17px;\n  margin-left: auto;\n\n  color: var(--cw-plum);\n\n  font-size:\n    clamp(30px,5vw,48px);\n\n  font-weight: 700;\n  letter-spacing: -.8px;\n}\n\n.cw26-subtitle {\n  max-width: 760px;\n\n  margin-right: auto;\n  margin-bottom: 28px;\n  margin-left: auto;\n\n  color: var(--cw-muted);\n\n  font-size: 17px;\n  line-height: 1.75;\n}\n\n.cw26-orange {\n  color: var(--cw-orange);\n}\n\n.cw26-rose {\n  color: var(--cw-rose);\n}\n\n.cw26-moss {\n  color: var(--cw-moss);\n}\n\n.cw26-soft {\n  background:\n    linear-gradient(\n      135deg,\n      #fff9f2,\n      #f4e6da\n    );\n}\n\n.cw26-moss-bg {\n  background:\n    linear-gradient(\n      135deg,\n      #f9faf6,\n      #e9ede4\n    );\n}\n\n\n\/* =========================================================\n   BUTTON\n========================================================= *\/\n\n.cw26-button {\n  position: relative;\n\n  display: inline-flex;\n\n  min-height: 56px;\n\n  padding: 16px 29px;\n\n  overflow: hidden;\n\n  align-items: center;\n  justify-content: center;\n\n  border:\n    1px solid #d17a49;\n\n  border-radius: 9px;\n\n  color: #ffffff !important;\n\n  background:\n    linear-gradient(\n      135deg,\n      #964822,\n      #d57f48 48%,\n      #7e391f\n    );\n\n  box-shadow:\n    0 14px 32px rgba(116,51,27,.26);\n\n  font-size: 16px;\n  font-weight: 900;\n\n  transition:\n    transform .25s ease,\n    box-shadow .25s ease;\n\n  animation:\n    cw26Pulse\n    3.7s\n    ease-in-out\n    infinite;\n}\n\n.cw26-button:hover {\n  transform:\n    translateY(-3px);\n\n  box-shadow:\n    0 19px 40px rgba(116,51,27,.34);\n}\n\n.cw26-button::after {\n  position: absolute;\n\n  top: -35%;\n  left: -45%;\n\n  width: 40%;\n  height: 170%;\n\n  pointer-events: none;\n\n  content: \"\";\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(255,255,255,.50),\n      transparent\n    );\n\n  animation:\n    cw26Shine\n    4s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.cw26-hero {\n  position: relative;\n\n  display: grid;\n\n  grid-template-columns:\n    minmax(0,.92fr)\n    minmax(0,1.08fr);\n\n  min-height: 630px;\n\n  overflow: hidden;\n\n  color: #ffffff;\n\n  background:\n    radial-gradient(\n      circle at 14% 10%,\n      rgba(201,160,100,.18),\n      transparent 29%\n    ),\n    radial-gradient(\n      circle at 89% 82%,\n      rgba(185,98,46,.15),\n      transparent 30%\n    ),\n    linear-gradient(\n      145deg,\n      #151016,\n      #321f2f\n    );\n}\n\n\n\/* MOONLIGHT PARTICLES *\/\n\n.cw26-hero::before {\n  position: absolute;\n\n  inset: 0;\n\n  z-index: 1;\n\n  pointer-events: none;\n\n  content: \"\";\n\n  opacity: .30;\n\n  background-image:\n\n    radial-gradient(\n      circle,\n      rgba(255,255,255,.85)\n      0 1px,\n      transparent 1.5px\n    ),\n\n    radial-gradient(\n      circle,\n      rgba(239,211,159,.80)\n      0 1px,\n      transparent 1.6px\n    );\n\n  background-size:\n    80px 80px,\n    138px 138px;\n\n  animation:\n    cw26Particles\n    18s\n    linear\n    infinite;\n}\n\n.cw26-hero-copy {\n  position: relative;\n  z-index: 3;\n\n  display: flex;\n\n  padding: 62px 40px;\n\n  flex-direction: column;\n  justify-content: center;\n}\n\n.cw26-hero-kicker {\n  display: inline-flex;\n\n  width: fit-content;\n\n  margin-bottom: 17px;\n  padding: 8px 14px;\n\n  border:\n    1px solid rgba(239,211,159,.30);\n\n  border-radius: 999px;\n\n  color: #f0d5a3;\n\n  background:\n    rgba(255,255,255,.05);\n\n  font-size: 12px;\n  font-weight: 900;\n}\n\n.cw26-main-title {\n  margin-bottom: 20px;\n\n  color: #ffffff;\n\n  font-size:\n    clamp(40px,6.3vw,66px);\n\n  letter-spacing: -1.4px;\n}\n\n.cw26-main-title span {\n  display: block;\n\n  color: #efc68f;\n\n  animation:\n    cw26TitleGlow\n    3.2s\n    ease-in-out\n    infinite;\n}\n\n.cw26-hero-sub {\n  max-width: 610px;\n\n  margin-bottom: 23px;\n\n  color: #eee3e9;\n\n  font-size: 18px;\n  line-height: 1.72;\n}\n\n.cw26-hero-note {\n  margin: 16px 0 0;\n\n  color: #cab9c4;\n\n  font-size: 13px;\n}\n\n.cw26-hero-image {\n  position: relative;\n  z-index: 2;\n\n  min-width: 0;\n\n  display: flex;\n\n  padding: 28px;\n\n  align-items: center;\n  justify-content: center;\n\n  overflow: hidden;\n}\n\n.cw26-hero-image::before {\n  position: absolute;\n\n  top: 50%;\n  left: 50%;\n\n  width: 76%;\n  height: 76%;\n\n  pointer-events: none;\n\n  content: \"\";\n\n  border-radius: 50%;\n\n  background:\n    radial-gradient(\n      circle,\n      rgba(239,211,159,.21),\n      rgba(168,111,120,.07) 43%,\n      transparent 70%\n    );\n\n  transform:\n    translate(-50%,-50%);\n\n  animation:\n    cw26MoonGlow\n    4.7s\n    ease-in-out\n    infinite;\n}\n\n.cw26-hero-image img {\n  position: relative;\n  z-index: 2;\n\n  max-width: 560px !important;\n\n  border:\n    1px solid rgba(239,211,159,.24);\n\n  border-radius: 17px;\n\n  animation:\n    cw26Glow\n    4.4s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.cw26-facts-wrap {\n  padding:\n    35px 15px 42px;\n\n  background:\n    var(--cw-cream);\n}\n\n.cw26-facts {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr));\n\n  max-width: 950px;\n\n  margin: 0 auto;\n\n  overflow: hidden;\n\n  border:\n    1px solid #eadbd0;\n\n  border-radius: 14px;\n\n  background: #ffffff;\n\n  box-shadow:\n    0 13px 31px rgba(73,45,58,.06);\n}\n\n.cw26-fact {\n  padding: 23px 8px;\n\n  border-right:\n    1px solid #eee2da;\n\n  border-bottom:\n    1px solid #eee2da;\n\n  text-align: center;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.cw26-fact:nth-child(2n) {\n  border-right: 0;\n}\n\n.cw26-fact:nth-last-child(-n+2) {\n  border-bottom: 0;\n}\n\n.cw26-fact:hover {\n  background:\n    #fff8ee;\n\n  transform:\n    translateY(-4px);\n}\n\n.cw26-fact strong {\n  display: block;\n\n  color: var(--cw-plum);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: 23px;\n}\n\n.cw26-fact span {\n  display: block;\n\n  margin-top: 7px;\n\n  color: #8b6755;\n\n  font-size: 12px;\n  font-weight: 900;\n\n  text-transform: uppercase;\n}\n\n\n\/* =========================================================\n   SPLIT\n========================================================= *\/\n\n.cw26-split {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0,1fr);\n\n  gap: 32px;\n\n  align-items: center;\n}\n\n.cw26-split \u003e * {\n  min-width: 0;\n}\n\n.cw26-copy p {\n  margin-bottom: 17px;\n\n  color: var(--cw-muted);\n\n  font-size: 16px;\n  line-height: 1.75;\n}\n\n.cw26-image-card {\n  position: relative;\n\n  width: 100%;\n  max-width: 570px;\n\n  margin: 0 auto;\n  padding: 8px;\n\n  overflow: hidden;\n\n  border:\n    1px solid #ddcabd;\n\n  border-radius: 17px;\n\n  background:\n    #1a1218;\n\n  box-shadow:\n    0 20px 46px rgba(57,33,46,.14);\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease;\n}\n\n.cw26-image-card:hover {\n  transform:\n    translateY(-5px);\n\n  box-shadow:\n    0 26px 55px rgba(57,33,46,.21),\n    0 0 30px rgba(201,160,100,.12);\n}\n\n.cw26-image-card img {\n  border-radius: 10px;\n}\n\n\n\/* IMAGE SWEEP *\/\n\n.cw26-image-card::after,\n.cw26-showcase::after {\n  position: absolute;\n\n  top: -15%;\n  bottom: -15%;\n  left: -30%;\n\n  width: 15%;\n\n  pointer-events: none;\n\n  content: \"\";\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(255,247,228,.50),\n      rgba(217,135,79,.17),\n      transparent\n    );\n\n  transform:\n    skewX(-12deg);\n\n  filter: blur(2px);\n\n  animation:\n    cw26Sweep\n    6.4s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   DARK\n========================================================= *\/\n\n.cw26-dark {\n  position: relative;\n\n  overflow: hidden;\n\n  color: #ffffff;\n\n  background:\n    radial-gradient(\n      circle at 88% 12%,\n      rgba(185,98,46,.14),\n      transparent 30%\n    ),\n    radial-gradient(\n      circle at 10% 82%,\n      rgba(168,111,120,.13),\n      transparent 28%\n    ),\n    linear-gradient(\n      145deg,\n      #151016,\n      #382337\n    );\n}\n\n.cw26-dark::before {\n  position: absolute;\n\n  inset: 0;\n\n  pointer-events: none;\n\n  content: \"\";\n\n  opacity: .20;\n\n  background-image:\n\n    radial-gradient(\n      circle,\n      rgba(255,255,255,.82)\n      0 1px,\n      transparent 1.5px\n    ),\n\n    radial-gradient(\n      circle,\n      rgba(239,211,159,.73)\n      0 1px,\n      transparent 1.6px\n    );\n\n  background-size:\n    72px 72px,\n    122px 122px;\n}\n\n.cw26-dark \u003e * {\n  position: relative;\n  z-index: 2;\n}\n\n.cw26-dark .cw26-title {\n  color: #ffffff;\n}\n\n.cw26-dark .cw26-copy p {\n  color: #ebdfe6;\n}\n\n.cw26-dark .cw26-kicker {\n  color: #efcf9d;\n\n  border-color:\n    rgba(239,211,159,.25);\n\n  background:\n    rgba(239,211,159,.05);\n}\n\n\n\/* =========================================================\n   QUOTE\n========================================================= *\/\n\n.cw26-quote {\n  max-width: 770px;\n\n  margin: 30px auto 0;\n  padding: 28px 24px;\n\n  border-top:\n    1px solid var(--cw-orange);\n\n  border-bottom:\n    1px solid var(--cw-orange);\n\n  color: var(--cw-plum);\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(217,135,79,.11),\n      transparent\n    );\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size: 22px;\n  font-style: italic;\n  line-height: 1.55;\n}\n\n.cw26-quote small {\n  display: block;\n\n  margin-top: 12px;\n\n  color: var(--cw-muted);\n\n  font-family:\n    Arial,\n    Helvetica,\n    sans-serif;\n\n  font-size: 14px;\n  font-style: normal;\n}\n\n\n\/* =========================================================\n   DETAIL CARDS\n========================================================= *\/\n\n.cw26-detail-grid {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0,1fr);\n\n  gap: 15px;\n\n  margin-top: 28px;\n}\n\n.cw26-detail-card {\n  padding: 22px 19px;\n\n  border:\n    1px solid #e5d8cd;\n\n  border-radius: 14px;\n\n  background: #ffffff;\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease;\n}\n\n.cw26-detail-card:hover {\n  transform:\n    translateY(-5px);\n\n  box-shadow:\n    0 14px 30px rgba(73,45,58,.08);\n}\n\n.cw26-detail-icon {\n  margin-bottom: 10px;\n\n  font-size: 27px;\n\n  animation:\n    cw26Float\n    3.7s\n    ease-in-out\n    infinite;\n}\n\n.cw26-detail-card:nth-child(2)\n.cw26-detail-icon {\n  animation-delay: .5s;\n}\n\n.cw26-detail-card:nth-child(3)\n.cw26-detail-icon {\n  animation-delay: 1s;\n}\n\n.cw26-detail-card:nth-child(4)\n.cw26-detail-icon {\n  animation-delay: 1.5s;\n}\n\n.cw26-detail-card h3 {\n  margin-bottom: 8px;\n\n  color: var(--cw-plum);\n\n  font-size: 19px;\n}\n\n.cw26-detail-card p {\n  margin-bottom: 0;\n\n  color: var(--cw-muted);\n\n  font-size: 14px;\n}\n\n\n\/* =========================================================\n   SCENE CARDS\n========================================================= *\/\n\n.cw26-scene-grid {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0,1fr);\n\n  gap: 15px;\n\n  margin-top: 30px;\n}\n\n.cw26-scene {\n  padding: 23px 19px;\n\n  border:\n    1px solid #e5d8cd;\n\n  border-radius: 14px;\n\n  background: #ffffff;\n\n  text-align: center;\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease;\n}\n\n.cw26-scene:hover {\n  transform:\n    translateY(-5px);\n\n  box-shadow:\n    0 14px 30px rgba(73,45,58,.08);\n}\n\n.cw26-scene-icon {\n  margin-bottom: 9px;\n\n  font-size: 27px;\n}\n\n.cw26-scene h3 {\n  margin-bottom: 7px;\n\n  color: var(--cw-plum);\n\n  font-size: 18px;\n}\n\n.cw26-scene p {\n  margin-bottom: 0;\n\n  color: var(--cw-muted);\n\n  font-size: 14px;\n}\n\n\n\/* =========================================================\n   SHOWCASE\n========================================================= *\/\n\n.cw26-showcase {\n  position: relative;\n\n  max-width: 840px;\n\n  margin: 32px auto 0;\n  padding: 8px;\n\n  overflow: hidden;\n\n  border:\n    1px solid #dcc9bc;\n\n  border-radius: 17px;\n\n  background:\n    #191218;\n\n  box-shadow:\n    0 22px 50px rgba(57,33,46,.14);\n}\n\n.cw26-showcase img {\n  border-radius: 10px;\n}\n\n\n\/* =========================================================\n   TAGS\n========================================================= *\/\n\n.cw26-tags {\n  display: flex;\n\n  flex-wrap: wrap;\n  justify-content: center;\n\n  gap: 10px;\n\n  max-width: 860px;\n\n  margin: 28px auto 0;\n}\n\n.cw26-tag {\n  padding: 10px 15px;\n\n  border:\n    1px solid #dec9ba;\n\n  border-radius: 999px;\n\n  color: #7c4b36;\n\n  background:\n    #fff6eb;\n\n  font-size: 13px;\n  font-weight: 800;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.cw26-tag:hover {\n  background:\n    #f9e4d2;\n\n  transform:\n    translateY(-3px);\n}\n\n\n\/* =========================================================\n   SEASON SWITCH\n========================================================= *\/\n\n.cw26-season-grid {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0,1fr);\n\n  gap: 16px;\n\n  margin-top: 30px;\n}\n\n.cw26-season {\n  padding: 25px 21px;\n\n  border-radius: 15px;\n\n  text-align: left;\n}\n\n.cw26-fall {\n  border:\n    1px solid #dfc0a7;\n\n  background:\n    linear-gradient(\n      135deg,\n      #fff6e9,\n      #efd9bf\n    );\n}\n\n.cw26-halloween {\n  border:\n    1px solid #806075;\n\n  color: #ffffff;\n\n  background:\n    linear-gradient(\n      135deg,\n      #281a27,\n      #55334c\n    );\n}\n\n.cw26-season h3 {\n  margin-bottom: 9px;\n\n  font-size: 21px;\n}\n\n.cw26-fall h3 {\n  color: #8c4e29;\n}\n\n.cw26-halloween h3 {\n  color: #f0c99c;\n}\n\n.cw26-season p {\n  margin-bottom: 0;\n\n  font-size: 15px;\n}\n\n.cw26-fall p {\n  color: #755f50;\n}\n\n.cw26-halloween p {\n  color: #eadde5;\n}\n\n\n\/* =========================================================\n   STEPS\n========================================================= *\/\n\n.cw26-step-grid {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0,1fr);\n\n  gap: 18px;\n\n  margin-top: 30px;\n}\n\n.cw26-step {\n  padding: 27px 20px;\n\n  border:\n    1px solid #e4d9ce;\n\n  border-radius: 15px;\n\n  background: #ffffff;\n\n  text-align: center;\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease;\n}\n\n.cw26-step:hover {\n  transform:\n    translateY(-5px);\n\n  box-shadow:\n    0 15px 32px rgba(73,45,58,.08);\n}\n\n.cw26-step-number {\n  display: flex;\n\n  width: 51px;\n  height: 51px;\n\n  margin: 0 auto 16px;\n\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  color: #ffffff;\n\n  background:\n    linear-gradient(\n      135deg,\n      #6c3b5d,\n      #a66065\n    );\n\n  font-size: 21px;\n  font-weight: 900;\n}\n\n.cw26-step h3 {\n  margin-bottom: 8px;\n\n  color: var(--cw-plum);\n\n  font-size: 19px;\n}\n\n.cw26-step p {\n  margin-bottom: 0;\n\n  color: var(--cw-muted);\n\n  font-size: 15px;\n}\n\n\n\/* =========================================================\n   GIFT\n========================================================= *\/\n\n.cw26-gift {\n  position: relative;\n\n  overflow: hidden;\n\n  color: #ffffff;\n\n  background:\n    radial-gradient(\n      circle at 12% 12%,\n      rgba(239,211,159,.15),\n      transparent 28%\n    ),\n    radial-gradient(\n      circle at 90% 82%,\n      rgba(185,98,46,.13),\n      transparent 28%\n    ),\n    linear-gradient(\n      145deg,\n      #2d1c2b,\n      #633a54\n    );\n}\n\n.cw26-gift \u003e * {\n  position: relative;\n  z-index: 2;\n}\n\n.cw26-gift .cw26-title {\n  color: #ffffff;\n}\n\n.cw26-gift .cw26-copy p {\n  color: #ecdee6;\n}\n\n.cw26-gift .cw26-kicker {\n  color: #f0d29f;\n\n  border-color:\n    rgba(239,211,159,.28);\n\n  background:\n    rgba(255,255,255,.05);\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.cw26-specs {\n  max-width: 900px;\n\n  margin: 30px auto 0;\n\n  overflow: hidden;\n\n  border:\n    1px solid var(--cw-border);\n\n  border-radius: 15px;\n\n  background: #ffffff;\n}\n\n.cw26-spec-row {\n  display: grid;\n\n  grid-template-columns:\n    190px minmax(0,1fr);\n\n  border-bottom:\n    1px solid var(--cw-border);\n}\n\n.cw26-spec-row:last-child {\n  border-bottom: 0;\n}\n\n.cw26-spec-label,\n.cw26-spec-value {\n  padding: 14px 15px;\n\n  font-size: 14px;\n}\n\n.cw26-spec-label {\n  color: var(--cw-plum);\n\n  background:\n    #f8eee8;\n\n  font-weight: 900;\n}\n\n\n\/* =========================================================\n   CARE\n========================================================= *\/\n\n.cw26-care-grid {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0,1fr);\n\n  gap: 13px;\n\n  max-width: 900px;\n\n  margin: 28px auto 0;\n}\n\n.cw26-care {\n  padding: 15px 16px;\n\n  border-left:\n    4px solid var(--cw-orange);\n\n  border-radius:\n    0 11px 11px 0;\n\n  color: #67585e;\n\n  background:\n    #fff7ee;\n\n  font-size: 14px;\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.cw26-faq {\n  max-width: 830px;\n\n  margin: 29px auto 0;\n\n  text-align: left;\n}\n\n.cw26-page details {\n  margin-bottom: 12px;\n\n  overflow: hidden;\n\n  border:\n    1px solid #e2d6cd;\n\n  border-radius: 13px;\n\n  background: #ffffff;\n\n  transition:\n    transform .25s ease,\n    box-shadow .25s ease;\n}\n\n.cw26-page details:hover {\n  transform:\n    translateY(-2px);\n\n  box-shadow:\n    0 8px 20px rgba(73,45,58,.06);\n}\n\n.cw26-page summary {\n  position: relative;\n\n  display: block;\n\n  padding:\n    18px 49px 18px 18px;\n\n  color: var(--cw-plum);\n\n  cursor: pointer;\n\n  font-size: 16px;\n  font-weight: 900;\n\n  list-style: none;\n}\n\n.cw26-page summary::-webkit-details-marker {\n  display: none;\n}\n\n.cw26-page summary::after {\n  position: absolute;\n\n  top: 50%;\n  right: 18px;\n\n  color: var(--cw-orange);\n\n  content: \"+\";\n\n  font-size: 25px;\n\n  transform:\n    translateY(-50%);\n}\n\n.cw26-page details[open] summary::after {\n  content: \"−\";\n}\n\n.cw26-faq-answer {\n  padding:\n    0 18px 18px;\n\n  color: var(--cw-muted);\n\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   FINAL\n========================================================= *\/\n\n.cw26-final {\n  position: relative;\n\n  padding:\n    76px 22px;\n\n  overflow: hidden;\n\n  color: #ffffff;\n\n  text-align: center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(201,160,100,.17),\n      transparent 39%\n    ),\n    linear-gradient(\n      145deg,\n      #151016,\n      #3a2536\n    );\n}\n\n.cw26-final::before {\n  position: absolute;\n\n  inset: 0;\n\n  pointer-events: none;\n\n  content: \"\";\n\n  opacity: .25;\n\n  background-image:\n\n    radial-gradient(\n      circle,\n      rgba(255,255,255,.84)\n      0 1px,\n      transparent 1.5px\n    ),\n\n    radial-gradient(\n      circle,\n      rgba(239,211,159,.74)\n      0 1px,\n      transparent 1.6px\n    );\n\n  background-size:\n    80px 80px,\n    138px 138px;\n\n  animation:\n    cw26Particles\n    19s\n    linear\n    infinite;\n}\n\n.cw26-final \u003e * {\n  position: relative;\n  z-index: 2;\n}\n\n.cw26-final .cw26-title {\n  color: #ffffff;\n}\n\n.cw26-final .cw26-title span {\n  color: #efca98;\n\n  animation:\n    cw26TitleGlow\n    3.1s\n    ease-in-out\n    infinite;\n}\n\n.cw26-final-copy {\n  max-width: 700px;\n\n  margin:\n    0 auto 26px;\n\n  color: #e9dee5;\n\n  font-size: 17px;\n  line-height: 1.75;\n}\n\n.cw26-final-note {\n  margin:\n    16px 0 0;\n\n  color: #cbbcc6;\n\n  font-size: 13px;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n========================================================= *\/\n\n@container catwreath26 (min-width:700px) {\n\n  .cw26-section {\n    padding:\n      70px 42px;\n  }\n\n  .cw26-facts {\n    grid-template-columns:\n      repeat(4,minmax(0,1fr));\n  }\n\n  .cw26-fact {\n    border-bottom: 0;\n  }\n\n  .cw26-fact:nth-child(2) {\n    border-right:\n      1px solid #eee2da;\n  }\n\n  .cw26-fact:last-child {\n    border-right: 0;\n  }\n\n  .cw26-split {\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n\n    gap: 50px;\n  }\n\n  .cw26-detail-grid {\n    grid-template-columns:\n      repeat(4,minmax(0,1fr));\n\n    gap: 15px;\n  }\n\n  .cw26-scene-grid {\n    grid-template-columns:\n      repeat(4,minmax(0,1fr));\n  }\n\n  .cw26-season-grid {\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n\n  .cw26-step-grid {\n    grid-template-columns:\n      repeat(3,minmax(0,1fr));\n  }\n\n  .cw26-care-grid {\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n\n}\n\n@container catwreath26 (min-width:960px) {\n\n  .cw26-section {\n    padding:\n      80px 59px;\n  }\n\n  .cw26-split {\n    gap: 62px;\n  }\n\n  .cw26-copy p {\n    font-size: 17px;\n  }\n\n}\n\n\n\/* =========================================================\n   NARROW SHOPIFY CONTAINER\n========================================================= *\/\n\n@container catwreath26 (max-width:699px) {\n\n  .cw26-hero {\n    grid-template-columns: 1fr;\n\n    min-height: 0;\n  }\n\n  .cw26-hero-copy {\n    padding:\n      43px 21px 34px;\n  }\n\n  .cw26-hero-image {\n    padding:\n      18px 18px 28px;\n  }\n\n  .cw26-main-title {\n    font-size: 39px;\n  }\n\n  .cw26-split,\n  .cw26-detail-grid,\n  .cw26-scene-grid,\n  .cw26-season-grid,\n  .cw26-step-grid,\n  .cw26-care-grid {\n    grid-template-columns: 1fr;\n  }\n\n}\n\n@media screen and (max-width:480px) {\n\n  .cw26-page {\n    margin-top: 20px;\n  }\n\n  .cw26-section {\n    padding:\n      44px 18px;\n  }\n\n  .cw26-main-title {\n    font-size: 35px;\n  }\n\n  .cw26-title {\n    font-size: 30px;\n  }\n\n  .cw26-subtitle,\n  .cw26-hero-sub {\n    font-size: 16px;\n  }\n\n  .cw26-button {\n    width: 100%;\n    max-width: 420px;\n  }\n\n  .cw26-quote {\n    font-size: 19px;\n  }\n\n  .cw26-spec-row {\n    grid-template-columns:\n      125px minmax(0,1fr);\n  }\n\n  .cw26-image-card:hover,\n  .cw26-detail-card:hover,\n  .cw26-scene:hover,\n  .cw26-step:hover,\n  .cw26-fact:hover,\n  .cw26-page details:hover {\n    transform: none;\n  }\n\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media (prefers-reduced-motion:reduce) {\n\n  .cw26-page *,\n  .cw26-page *::before,\n  .cw26-page *::after {\n    animation-duration:\n      .01ms !important;\n\n    animation-iteration-count:\n      1 !important;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"cw26-page\"\u003e\n\n\n\u003c!-- =====================================================\n     HERO — IMAGE 01\n===================================================== --\u003e\n\n\u003csection class=\"cw26-hero\"\u003e\n\n  \u003cdiv class=\"cw26-hero-copy\"\u003e\n\n    \u003cspan class=\"cw26-hero-kicker\"\u003e\n      🌙🐈 AUTUMN CHARM WITH A LITTLE MIDNIGHT MAGIC\n    \u003c\/span\u003e\n\n    \u003ch1 class=\"cw26-main-title\"\u003e\n      Crescent Moon\n      \u003cspan\u003eCat Wreath\u003c\/span\u003e\n    \u003c\/h1\u003e\n\n    \u003cp class=\"cw26-hero-sub\"\u003e\n      A sculptural twig crescent, playful black cat silhouette and\n      layered autumn florals come together in one distinctive wreath\n      designed to make doors, walls and cozy corners feel more magical.\n    \u003c\/p\u003e\n\n    \u003ca class=\"cw26-button\" href=\"#cw26-details\"\u003e\n      Bring Home the Moonlit Charm →\n    \u003c\/a\u003e\n\n    \u003cp class=\"cw26-hero-note\"\u003e\n      🖐 Hand-Assembled • 🌙 Crescent Silhouette • 🐈 Cat Detail • 🏠 Ready to Hang\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"cw26-hero-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPTImage2026_7_31_03_43_10_1.png?v=1785484681\" alt=\"Crescent moon black cat floral wreath\" loading=\"eager\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     QUICK BENEFITS\n===================================================== --\u003e\n\n\u003csection class=\"cw26-facts-wrap\"\u003e\n\n  \u003cdiv class=\"cw26-facts\"\u003e\n\n\n    \u003cdiv class=\"cw26-fact\"\u003e\n\n      \u003cstrong\u003e\n        Hand-Assembled\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Individual Character\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-fact\"\u003e\n\n      \u003cstrong\u003e\n        Crescent\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Sculptural Shape\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-fact\"\u003e\n\n      \u003cstrong\u003e\n        Cat Accent\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Playful Focal Point\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-fact\"\u003e\n\n      \u003cstrong\u003e\n        Ready to Hang\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Easy Seasonal Styling\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     EMOTIONAL HOOK\n===================================================== --\u003e\n\n\u003csection class=\"cw26-section cw26-center\"\u003e\n\n  \u003cspan class=\"cw26-kicker\"\u003e\n    Not Just Another Round Wreath\n  \u003c\/span\u003e\n\n  \u003ch2 class=\"cw26-title\"\u003e\n    Give Your Door\n    \u003cspan class=\"cw26-orange\"\u003e\n      a Little Story of Its Own\n    \u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp class=\"cw26-subtitle\"\u003e\n    The crescent frames the reaching cat like a tiny moonlit scene,\n    while flowers and foliage soften the darker silhouette with warm,\n    seasonal texture.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"cw26-quote\"\u003e\n\n    “Part autumn wreath. Part whimsical cat décor.\n    Part little midnight story.”\n\n    \u003csmall\u003e\n      Distinctive enough for Halloween, warm enough to enjoy throughout fall.\n    \u003c\/small\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     HAND ASSEMBLED — IMAGE 02\n===================================================== --\u003e\n\n\u003csection class=\"cw26-section cw26-soft\"\u003e\n\n  \u003cdiv class=\"cw26-split\"\u003e\n\n\n    \u003cdiv class=\"cw26-image-card\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPT_Image_2026_7_31_03_43_10_2.png?v=1785484704\" alt=\"Hand assembled crescent cat wreath details\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-copy\"\u003e\n\n      \u003cspan class=\"cw26-kicker\"\u003e\n        🖐 Hand-Assembled Character\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"cw26-title\"\u003e\n        A More Personal Look\n        \u003cspan class=\"cw26-rose\"\u003e\n          Than Mass-Perfect Décor\n        \u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Each wreath is individually arranged, so small differences in\n        flower, foliage and decorative placement are a natural part of\n        the finished piece.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Those subtle variations help the design feel less mechanically\n        identical and give each wreath its own character.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        After unpacking, a gentle fluff of the flowers and greenery helps\n        restore the fullest presentation.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     SIGNATURE CAT + MOON — IMAGE 03\n===================================================== --\u003e\n\n\u003csection class=\"cw26-section cw26-dark\"\u003e\n\n  \u003cdiv class=\"cw26-split\"\u003e\n\n\n    \u003cdiv class=\"cw26-copy\"\u003e\n\n      \u003cspan class=\"cw26-kicker\"\u003e\n        🌙 Signature Silhouette\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"cw26-title\"\u003e\n        The Crescent Moon Makes the Cat\n        the Star of the Scene\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Instead of hiding the cat inside a traditional round wreath,\n        the crescent-shaped base leaves open space around the silhouette\n        and makes the reaching cat instantly visible.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The curved twig form creates a moon-like frame while the hanging\n        accent underneath adds another layer of vertical movement.\n      \u003c\/p\u003e\n\n\n      \u003cdiv style=\"\n          margin-top:22px;\n          padding:15px 17px;\n          border:1px solid rgba(239,211,159,.25);\n          border-radius:11px;\n          color:#efcf9d;\n          background:rgba(255,255,255,.05);\n          font-weight:900;\n          text-align:center;\n        \"\u003e\n        🌙 Sculptural Crescent\n         • \n        🐈 Black Cat Silhouette\n         • \n        ✨ Hanging Accent\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-image-card\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPT_Image_2026_7_31_03_43_11_3.png?v=1785484704\" alt=\"Crescent moon wreath with black cat silhouette\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     DISPLAY OPTIONS — IMAGE 04\n===================================================== --\u003e\n\n\u003csection class=\"cw26-section cw26-moss-bg\"\u003e\n\n  \u003cdiv class=\"cw26-split\"\u003e\n\n\n    \u003cdiv class=\"cw26-image-card\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPT_Image_2026_7_31_03_43_11_4.png?v=1785484704\" alt=\"Crescent cat wreath displayed in different spaces\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-copy\"\u003e\n\n      \u003cspan class=\"cw26-kicker\"\u003e\n        🏠 Flexible Styling\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"cw26-title\"\u003e\n        One Statement Piece.\n        \u003cspan class=\"cw26-moss\"\u003e\n          Several Places to Make It Work.\n        \u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Use the wreath as the focal point rather than rebuilding an\n        entire seasonal display around it.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The sculptural silhouette works especially well where you want\n        more character, height and visual interest without adding bulky décor.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"cw26-scene-grid\"\u003e\n\n\n    \u003cdiv class=\"cw26-scene\"\u003e\n\n      \u003cdiv class=\"cw26-scene-icon\"\u003e\n        🚪\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Front Door\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Create a distinctive seasonal welcome for guests and trick-or-treaters.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-scene\"\u003e\n\n      \u003cdiv class=\"cw26-scene-icon\"\u003e\n        🖼️\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Interior Wall\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Add cat-inspired character to an entryway or seasonal wall display.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-scene\"\u003e\n\n      \u003cdiv class=\"cw26-scene-icon\"\u003e\n        🔥\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Mantel\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Pair with pumpkins, candles, leaves and warm seasonal accents.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-scene\"\u003e\n\n      \u003cdiv class=\"cw26-scene-icon\"\u003e\n        🎃\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Covered Porch\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Use in a protected area with pumpkins, lanterns and fall décor.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     LAYERED DETAILS — IMAGE 05\n===================================================== --\u003e\n\n\u003csection class=\"cw26-section\"\u003e\n\n  \u003cdiv class=\"cw26-center\"\u003e\n\n    \u003cspan class=\"cw26-kicker\"\u003e\n      ✿ Layered Details\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"cw26-title\"\u003e\n      Color, Texture \u0026amp; Contrast\n      \u003cspan class=\"cw26-orange\"\u003e\n        That Reward a Closer Look\n      \u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"cw26-subtitle\"\u003e\n      The visual richness comes from combining several different\n      textures instead of relying on one flat decorative surface.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"cw26-showcase\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPT_Image_2026_7_31_03_43_11_5.png?v=1785484704\" alt=\"Layered flowers foliage and vine details on cat wreath\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"cw26-detail-grid\"\u003e\n\n\n    \u003carticle class=\"cw26-detail-card\"\u003e\n\n      \u003cdiv class=\"cw26-detail-icon\" style=\"\n          animation:\n            cw26Leaf\n            3.8s\n            ease-in-out\n            infinite;\n        \"\u003e\n        🌿\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Faux Foliage\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Soft greenery helps balance the darker cat and crescent silhouette.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n\n    \u003carticle class=\"cw26-detail-card\"\u003e\n\n      \u003cdiv class=\"cw26-detail-icon\"\u003e\n        🌹\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Mixed Blooms\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Floral accents introduce softer color and layered visual texture.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n\n    \u003carticle class=\"cw26-detail-card\"\u003e\n\n      \u003cdiv class=\"cw26-detail-icon\"\u003e\n        🌙\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Twig-Look Crescent\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        The textured vine-style base gives the piece its sculptural moon shape.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n\n    \u003carticle class=\"cw26-detail-card\"\u003e\n\n      \u003cdiv class=\"cw26-detail-icon\"\u003e\n        🐈\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Dark Cat Contrast\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        The black silhouette creates an immediate focal point among the florals.\n      \u003c\/p\u003e\n\n    \u003c\/article\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     FALL → HALLOWEEN — IMAGE 06\n===================================================== --\u003e\n\n\u003csection class=\"cw26-section cw26-soft\"\u003e\n\n  \u003cdiv class=\"cw26-split\"\u003e\n\n\n    \u003cdiv class=\"cw26-copy\"\u003e\n\n      \u003cspan class=\"cw26-kicker\"\u003e\n        🍂 Season-Spanning Style\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"cw26-title\"\u003e\n        Start With Autumn.\n        \u003cspan class=\"cw26-orange\"\u003e\n          Turn Up the Drama for Halloween.\n        \u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The wreath doesn't have to disappear after one themed party.\n        Its florals, vines and warm colors can work through more of the\n        autumn decorating season.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Pair it with pumpkins and earthy tones for a softer fall display,\n        then introduce darker accents, candles or Halloween pieces as\n        spooky season gets closer.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-image-card\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPT_Image_2026_7_31_03_43_14_6.png?v=1785484704\" alt=\"Crescent cat wreath styled for autumn and Halloween\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"cw26-season-grid\"\u003e\n\n\n    \u003cdiv class=\"cw26-season cw26-fall\"\u003e\n\n      \u003ch3\u003e\n        🍂 Harvest Mood\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Style with pumpkins, leaves, warm amber lighting and natural fall tones\n        for a softer cottage-autumn look.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-season cw26-halloween\"\u003e\n\n      \u003ch3\u003e\n        🌙 Halloween Mood\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Add darker candles, bats, black accents or spooky details to bring\n        out the cat-and-moon drama.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     HANGING \/ SETUP — IMAGE 08\n===================================================== --\u003e\n\n\u003csection class=\"cw26-section cw26-moss-bg\"\u003e\n\n  \u003cdiv class=\"cw26-split\"\u003e\n\n\n    \u003cdiv class=\"cw26-image-card\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPT_Image_2026_7_31_03_43_15_8.png?v=1785484704\" alt=\"Crescent cat wreath hanging and setup\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-copy\"\u003e\n\n      \u003cspan class=\"cw26-kicker\"\u003e\n        📏 Easy Setup\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"cw26-title\"\u003e\n        Unpack. Fluff.\n        \u003cspan class=\"cw26-moss\"\u003e\n          Hang \u0026amp; Enjoy.\n        \u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The wreath includes an attached hanging loop or hanger,\n        helping keep setup straightforward.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Because florals and foliage can settle during shipping,\n        gently reshape them after unpacking before placing the wreath\n        in its final position.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"cw26-step-grid\"\u003e\n\n\n    \u003cdiv class=\"cw26-step\"\u003e\n\n      \u003cdiv class=\"cw26-step-number\"\u003e\n        1\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Unpack\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Remove the wreath carefully without pulling on the decorative accents.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-step\"\u003e\n\n      \u003cdiv class=\"cw26-step-number\"\u003e\n        2\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Fluff\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Gently reshape the flowers and foliage to restore their fullest look.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-step\"\u003e\n\n      \u003cdiv class=\"cw26-step-number\"\u003e\n        3\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Hang\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Use the attached loop or hanger on a suitable wall or door support.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     GIFT — IMAGE 07\n===================================================== --\u003e\n\n\u003csection class=\"cw26-section cw26-gift\"\u003e\n\n  \u003cdiv class=\"cw26-split\"\u003e\n\n\n    \u003cdiv class=\"cw26-copy\"\u003e\n\n      \u003cspan class=\"cw26-kicker\"\u003e\n        🎁 Gift-Worthy Seasonal Décor\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"cw26-title\"\u003e\n        A Memorable Gift\n        for Someone Who Loves Cats \u0026amp; Autumn\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Instead of another ordinary seasonal ornament, give them a piece\n        that combines cat character, floral texture and autumn atmosphere\n        in one complete display.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        It makes a thoughtful decorative option for cat lovers,\n        Halloween hosts, neighbors, new homeowners and anyone who enjoys\n        unusual seasonal décor.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"cw26-tags\"\u003e\n\n        \u003cspan class=\"cw26-tag\" style=\"\n            color:#f2d8ab;\n            border-color:rgba(242,216,171,.30);\n            background:rgba(255,255,255,.06);\n          \"\u003e\n          🐈 Cat Lovers\n        \u003c\/span\u003e\n\n        \u003cspan class=\"cw26-tag\" style=\"\n            color:#f2d8ab;\n            border-color:rgba(242,216,171,.30);\n            background:rgba(255,255,255,.06);\n          \"\u003e\n          🎃 Halloween Hosts\n        \u003c\/span\u003e\n\n        \u003cspan class=\"cw26-tag\" style=\"\n            color:#f2d8ab;\n            border-color:rgba(242,216,171,.30);\n            background:rgba(255,255,255,.06);\n          \"\u003e\n          🏠 Housewarming\n        \u003c\/span\u003e\n\n        \u003cspan class=\"cw26-tag\" style=\"\n            color:#f2d8ab;\n            border-color:rgba(242,216,171,.30);\n            background:rgba(255,255,255,.06);\n          \"\u003e\n          🎂 Birthdays\n        \u003c\/span\u003e\n\n        \u003cspan class=\"cw26-tag\" style=\"\n            color:#f2d8ab;\n            border-color:rgba(242,216,171,.30);\n            background:rgba(255,255,255,.06);\n          \"\u003e\n          🍂 Fall Décor Lovers\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-image-card\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/ChatGPT_Image_2026_7_31_03_43_14_7.png?v=1785484703\" alt=\"Crescent moon cat wreath seasonal gift\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     WHY IT STANDS OUT\n===================================================== --\u003e\n\n\u003csection class=\"cw26-section cw26-center\"\u003e\n\n  \u003cspan class=\"cw26-kicker\"\u003e\n    Why It Stands Out\n  \u003c\/span\u003e\n\n  \u003ch2 class=\"cw26-title\"\u003e\n    Not Just a Wreath —\n    \u003cspan class=\"cw26-orange\"\u003e\n      a Complete Little Seasonal Scene\n    \u003c\/span\u003e\n  \u003c\/h2\u003e\n\n  \u003cp class=\"cw26-subtitle\"\u003e\n    The crescent creates the frame. The cat adds personality.\n    The flowers soften the darker silhouette. Together they make a\n    decoration that feels warmer than typical Halloween décor and\n    more distinctive than a standard fall wreath.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"cw26-quote\"\u003e\n\n    “Whimsical enough to make people smile.\n    Moody enough to belong in spooky season.”\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     PRODUCT DETAILS\n===================================================== --\u003e\n\n\u003csection class=\"cw26-section cw26-soft cw26-center\" id=\"cw26-details\"\u003e\n\n  \u003cspan class=\"cw26-kicker\"\u003e\n    📋 Product Details\n  \u003c\/span\u003e\n\n  \u003ch2 class=\"cw26-title\"\u003e\n    Crescent Moon Cat Wreath\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"cw26-specs\"\u003e\n\n\n    \u003cdiv class=\"cw26-spec-row\"\u003e\n\n      \u003cdiv class=\"cw26-spec-label\"\u003e\n        Design\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cw26-spec-value\"\u003e\n        Crescent Moon Wreath with Cat Silhouette\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-spec-row\"\u003e\n\n      \u003cdiv class=\"cw26-spec-label\"\u003e\n        Main Materials\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cw26-spec-value\"\u003e\n        Decorative Faux Flowers \u0026amp; Foliage, Twig\/Grapevine-Style Base,\n        Cat Silhouette \u0026amp; Hanging Accent\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-spec-row\"\u003e\n\n      \u003cdiv class=\"cw26-spec-label\"\u003e\n        Display Areas\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cw26-spec-value\"\u003e\n        Doors, Interior Walls, Entryways, Mantels, Shelves \u0026amp; Covered Porch Areas\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-spec-row\"\u003e\n\n      \u003cdiv class=\"cw26-spec-label\"\u003e\n        Hanging\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cw26-spec-value\"\u003e\n        Attached Hanging Loop \/ Hanger\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-spec-row\"\u003e\n\n      \u003cdiv class=\"cw26-spec-label\"\u003e\n        Finish\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cw26-spec-value\"\u003e\n        Hand-Assembled — Small Placement Variations Are Expected\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cw26-spec-row\"\u003e\n\n      \u003cdiv class=\"cw26-spec-label\"\u003e\n        Package\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cw26-spec-value\"\u003e\n        1 × Crescent Moon Cat Wreath with Attached Hanging Loop \/ Hanger\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv style=\"\n      max-width:850px;\n      margin:22px auto 0;\n      padding:17px 19px;\n      border-left:4px solid #b9622e;\n      border-radius:0 11px 11px 0;\n      color:#6c5b62;\n      background:#fff7ee;\n      font-size:13px;\n      line-height:1.7;\n      text-align:left;\n    \"\u003e\n    \u003cstrong style=\"color:#4a2d42;\"\u003e\n      Please note:\n    \u003c\/strong\u003e\n    The separate wall or door hook is not included unless specifically stated\n    in the selected product option. Images may also show multiple available\n    wreath styles; choose the preferred option before ordering.\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     CARE\n===================================================== --\u003e\n\n\u003csection class=\"cw26-section cw26-moss-bg cw26-center\"\u003e\n\n  \u003cspan class=\"cw26-kicker\"\u003e\n    🌿 Care \u0026amp; Display\n  \u003c\/span\u003e\n\n  \u003ch2 class=\"cw26-title\"\u003e\n    Keep the Details\n    \u003cspan class=\"cw26-moss\"\u003e\n      Looking Their Best\n    \u003c\/span\u003e\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"cw26-care-grid\"\u003e\n\n    \u003cdiv class=\"cw26-care\"\u003e\n      Gently reshape flowers and foliage after unpacking.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cw26-care\"\u003e\n      Display indoors or in a covered, weather-protected location.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cw26-care\"\u003e\n      Avoid heavy rain, prolonged moisture and strong wind.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cw26-care\"\u003e\n      Keep the wreath away from open flame and excessive heat.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cw26-care\"\u003e\n      Remove dust with a soft cloth or gentle cool-air setting.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cw26-care\"\u003e\n      Store dry without placing heavy objects on top of the wreath.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     FAQ\n===================================================== --\u003e\n\n\u003csection class=\"cw26-section cw26-center\"\u003e\n\n  \u003cspan class=\"cw26-kicker\"\u003e\n    Frequently Asked Questions\n  \u003c\/span\u003e\n\n  \u003ch2 class=\"cw26-title\"\u003e\n    Before You\n    \u003cspan class=\"cw26-orange\"\u003e\n      Hang the Moon\n    \u003c\/span\u003e\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"cw26-faq\"\u003e\n\n\n    \u003cdetails open\u003e\n\n      \u003csummary\u003e\n        Is every wreath exactly identical?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cw26-faq-answer\"\u003e\n        No. Each piece is hand-assembled, so small variations in flower,\n        foliage and decorative placement are a natural part of the design.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is it ready to hang?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cw26-faq-answer\"\u003e\n        The wreath includes an attached hanging loop or hanger.\n        A separate wall or door hook is not included unless specifically\n        stated in the selected product option.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Where can I display it?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cw26-faq-answer\"\u003e\n        Suggested display areas include front doors, interior walls,\n        entryways, mantels, shelves, party backdrops and covered porch spaces.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can I leave it outside in the rain?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cw26-faq-answer\"\u003e\n        For better longevity, use it indoors or in a covered,\n        weather-protected location. Avoid heavy rain, strong wind and\n        prolonged direct moisture.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do I need to reshape it after delivery?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cw26-faq-answer\"\u003e\n        A quick, gentle fluff of the florals and foliage can help restore\n        the fullest appearance after shipping.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How should I clean it?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cw26-faq-answer\"\u003e\n        Remove dust gently with a soft cloth or a cool-air hair dryer.\n        Avoid aggressive pulling or bending of the decorative pieces.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Are all pictured wreath styles included?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cw26-faq-answer\"\u003e\n        No. Images may show different available styles or colorways.\n        Select the preferred wreath option before ordering.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =====================================================\n     FINAL CTA\n===================================================== --\u003e\n\n\u003csection class=\"cw26-final\"\u003e\n\n  \u003cdiv style=\"\n      margin-bottom:12px;\n      font-size:42px;\n    \"\u003e\n    🌙🐈🍂\n  \u003c\/div\u003e\n\n  \u003cspan class=\"cw26-kicker\" style=\"\n      color:#f0d29f;\n      border-color:rgba(239,211,159,.30);\n      background:rgba(255,255,255,.05);\n    \"\u003e\n    Give Your Door a Story Worth Noticing\n  \u003c\/span\u003e\n\n  \u003ch2 class=\"cw26-title\"\u003e\n\n    A Little Autumn Warmth.\n    A Little Cat Mischief.\n    \u003cspan\u003eA Little Midnight Magic.\u003c\/span\u003e\n\n  \u003c\/h2\u003e\n\n  \u003cp class=\"cw26-final-copy\"\u003e\n    Bring together a sculptural crescent moon, playful black cat,\n    layered florals and rich seasonal texture in one statement piece\n    designed to carry your décor from cozy fall days into spooky October nights.\n  \u003c\/p\u003e\n\n  \u003ca class=\"cw26-button\" href=\"#cw26-details\"\u003e\n    Bring Home the Crescent Cat Wreath →\n  \u003c\/a\u003e\n\n  \u003cp class=\"cw26-final-note\"\u003e\n    🌙 Crescent Design • 🐈 Cat Silhouette • ✿ Layered Florals • 🖐 Hand-Assembled\n  \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"YMH","offers":[{"title":"🌙Harvest \u0026 Halloween🌙","offer_id":57223306313894,"sku":"YML2608313908-31#35 CM \/ 14 inch（带灯）","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Colorful","offer_id":57223306346662,"sku":"YML2608313908-32#35 CM \/ 14 inch（带灯）","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Grey Glow","offer_id":57223306379430,"sku":"YML2608313908-25#35 CM \/ 14 inch（带灯）","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Classic Red","offer_id":57223306412198,"sku":"YML2608313908-34#35 CM \/ 14 inch（带灯）","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Christmas","offer_id":57223306444966,"sku":"YML2608313908-26#35 CM \/ 14 inch（带灯）","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Rustic Harvest","offer_id":57223306477734,"sku":"YML2608313908-10#35 CM \/ 14 inch（带灯）","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/ChatGPTImage2026_7_31_03_43_10_1.png?v=1788149828","url":"https:\/\/getvyxor.com\/products\/handmade-halloween-cat-wreath","provider":"getvyxor","version":"1.0","type":"link"}