{"product_id":"cardinal-heart-tree-cross-hand-carved-solid-wood-decor","title":"🔥LAST DAY 49% OFF -🐦Cardinal Heart Tree Cross – Hand-Carved Solid Wood Decor","description":"\u003cstyle\u003e\n\/* =========================================================\n   CARDINAL HEART TREE CROSS\n   Shopify Landing Page\n   Walnut Brown × Cardinal Red × Forest Green × Warm Cream\n========================================================= *\/\n\n.chc,\n.chc *{\n  box-sizing:border-box;\n}\n\n.chc{\n  --wood:#7a4b2e;\n  --wood2:#a56a42;\n  --wood3:#56321f;\n\n  --red:#a92f32;\n  --red2:#cb4a4d;\n\n  --green:#31543b;\n  --green2:#56735b;\n\n  --gold:#c4a05c;\n  --gold2:#e5ca89;\n\n  --deep:#2a1c16;\n  --deep2:#1b120f;\n\n  --cream:#fffaf2;\n  --cream2:#f4eadc;\n\n  --text:#40352f;\n  --muted:#756b65;\n  --line:#e2d6c8;\n\n  width:100%;\n  max-width:780px;\n\n  margin:0 auto!important;\n  padding:0 10px 0!important;\n\n  overflow:visible!important;\n\n  background:#fff;\n  color:var(--text);\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.65;\n}\n\n\n\/* =========================================================\n   IMAGE SAFETY\n   FULL DISPLAY \/ NO CROP\n========================================================= *\/\n\n.chc img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  aspect-ratio:auto!important;\n\n  object-fit:contain!important;\n  object-position:center center!important;\n\n  margin:0!important;\n  padding:0!important;\n\n  transform:none!important;\n\n  clip-path:none!important;\n  mask:none!important;\n  -webkit-mask:none!important;\n\n  border:0!important;\n}\n\n\n.chc h1,\n.chc h2,\n.chc h3,\n.chc p{\n  margin-top:0;\n}\n\n\n.chc strong{\n  font-weight:850;\n}\n\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes chcReveal{\n\n  from{\n    opacity:0;\n    transform:translateY(18px);\n  }\n\n  to{\n    opacity:1;\n    transform:none;\n  }\n\n}\n\n\n@keyframes chcFloat{\n\n  0%,100%{\n    transform:\n      translateY(0)\n      rotate(-2deg);\n  }\n\n  50%{\n    transform:\n      translateY(-6px)\n      rotate(2deg);\n  }\n\n}\n\n\n@keyframes chcGlow{\n\n  0%,100%{\n    box-shadow:\n      inset 0 0 0\n      rgba(196,160,92,0);\n  }\n\n  50%{\n    box-shadow:\n      inset 0 0 95px\n      rgba(196,160,92,.085);\n  }\n\n}\n\n\n@keyframes chcPulse{\n\n  0%,100%{\n    transform:scale(1);\n\n    box-shadow:\n      0 8px 22px\n      rgba(169,47,50,.22);\n  }\n\n  50%{\n    transform:scale(1.035);\n\n    box-shadow:\n      0 13px 32px\n      rgba(169,47,50,.42);\n  }\n\n}\n\n\n@keyframes chcSpark{\n\n  0%,100%{\n    opacity:.22;\n\n    transform:\n      scale(.75)\n      rotate(0deg);\n  }\n\n  50%{\n    opacity:1;\n\n    transform:\n      scale(1.16)\n      rotate(25deg);\n  }\n\n}\n\n\n@keyframes chcBird{\n\n  0%,100%{\n    transform:\n      translateY(0)\n      rotate(-2deg);\n  }\n\n  50%{\n    transform:\n      translateY(-5px)\n      rotate(2deg);\n  }\n\n}\n\n\n\/* static fallback *\/\n\n.chc-reveal{\n  opacity:1;\n  transform:none;\n}\n\n\n\/* scroll reveal *\/\n\n@supports(animation-timeline:view()){\n\n  .chc-reveal{\n    animation:\n      chcReveal\n      .8s\n      ease\n      both;\n\n    animation-timeline:view();\n\n    animation-range:\n      entry 5%\n      cover 28%;\n  }\n\n}\n\n\n\/* =========================================================\n   GENERAL\n========================================================= *\/\n\n.chc-sec{\n  margin:32px 0;\n}\n\n\n.chc-copy{\n  margin-bottom:16px!important;\n\n  color:var(--muted);\n\n  font-size:15px;\n}\n\n\n.chc-k{\n  margin:\n    0 0\n    7px!important;\n\n  color:var(--red);\n\n  font-size:11.5px;\n  font-weight:900;\n\n  letter-spacing:1.08px;\n\n  text-transform:uppercase;\n}\n\n\n.chc h2{\n  margin:\n    0 0\n    10px;\n\n  color:#49382f;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:26px;\n\n  line-height:1.2;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.chc-hero{\n  position:relative;\n\n  overflow:hidden;\n\n  margin:\n    0 -10px\n    25px;\n\n  padding:\n    36px 10px\n    29px;\n\n  text-align:center;\n\n  color:#fff;\n\n  background:\n\n    radial-gradient(\n      circle at 12% 13%,\n      rgba(172,61,55,.28),\n      transparent 31%\n    ),\n\n    radial-gradient(\n      circle at 90% 83%,\n      rgba(73,105,76,.29),\n      transparent 35%\n    ),\n\n    radial-gradient(\n      circle at 50% 4%,\n      rgba(214,180,107,.16),\n      transparent 29%\n    ),\n\n    linear-gradient(\n      145deg,\n      #593825,\n      #251811 72%\n    );\n}\n\n\n.chc-hero:before{\n  content:\"\";\n\n  position:absolute;\n  inset:0;\n\n  pointer-events:none;\n\n  opacity:.10;\n\n  background-image:\n\n    radial-gradient(\n      circle,\n      #fff 1px,\n      transparent 1.5px\n    ),\n\n    radial-gradient(\n      circle,\n      #e0c486 1px,\n      transparent 1.5px\n    );\n\n  background-size:\n    56px 56px;\n\n  background-position:\n    0 0,\n    28px 28px;\n}\n\n\n.chc-hero:after{\n  content:\"✦\";\n\n  position:absolute;\n\n  right:8%;\n  top:46px;\n\n  color:#eed599;\n\n  font-size:27px;\n\n  animation:\n    chcSpark\n    2.9s\n    ease-in-out\n    infinite;\n}\n\n\n.chc-hero-inner{\n  position:relative;\n  z-index:2;\n}\n\n\n.chc-mark{\n  display:inline-grid;\n\n  place-items:center;\n\n  width:60px;\n  height:60px;\n\n  margin-bottom:10px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.18);\n\n  border-radius:50%;\n\n  background:\n    rgba(255,255,255,.07);\n\n  font-size:30px;\n\n  box-shadow:\n    0 0 30px\n    rgba(221,186,107,.22);\n\n  animation:\n    chcBird\n    3.3s\n    ease-in-out\n    infinite;\n}\n\n\n.chc-hero h1{\n  max-width:710px;\n\n  margin:\n    0 auto\n    12px;\n\n  color:#fff;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:35px;\n\n  line-height:1.1;\n}\n\n\n.chc-hero h1 span{\n  color:#e6c77e;\n}\n\n\n.chc-hero-sub{\n  max-width:660px;\n\n  margin:\n    0 auto\n    18px!important;\n\n  color:#eee5df;\n\n  font-size:15.5px;\n}\n\n\n.chc-pill{\n  display:inline-flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:6px;\n\n  margin:\n    0 auto\n    20px;\n\n  padding:\n    8px 14px;\n\n  border:\n    1px solid\n    rgba(230,202,142,.27);\n\n  border-radius:999px;\n\n  background:\n    rgba(255,255,255,.065);\n\n  color:#f4deb0;\n\n  font-size:12.5px;\n  font-weight:850;\n\n  animation:\n    chcFloat\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   HERO IMAGE\n   VERTICAL GIF SAFE\n========================================================= *\/\n\n.chc-hero-media{\n  display:block!important;\n\n  width:100%!important;\n  max-width:430px!important;\n\n  height:auto!important;\n\n  margin:0 auto!important;\n  padding:0!important;\n\n  overflow:visible!important;\n\n  background:transparent!important;\n}\n\n\n.chc-hero-media img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  aspect-ratio:auto!important;\n\n  object-fit:contain!important;\n  object-position:center center!important;\n\n  margin:0!important;\n\n  border-radius:16px!important;\n\n  transform:none!important;\n\n  box-shadow:\n    0 14px 38px\n    rgba(0,0,0,.27);\n}\n\n\n\/* =========================================================\n   QUICK STRIP\n========================================================= *\/\n\n.chc-strip{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  margin:\n    0 0\n    31px;\n\n  overflow:hidden;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:14px;\n\n  background:#fff;\n\n  box-shadow:\n    0 6px 20px\n    rgba(55,39,30,.08);\n}\n\n\n.chc-f{\n  padding:\n    14px 7px;\n\n  text-align:center;\n}\n\n\n.chc-f + .chc-f{\n  border-left:\n    1px solid\n    var(--line);\n}\n\n\n.chc-f strong{\n  display:block;\n\n  margin-bottom:3px;\n\n  color:#8d4433;\n\n  font-size:13px;\n}\n\n\n.chc-f span{\n  display:block;\n\n  color:#776e68;\n\n  font-size:11.5px;\n\n  line-height:1.3;\n}\n\n\n\/* =========================================================\n   MEDIA\n========================================================= *\/\n\n.chc-media{\n  display:block!important;\n\n  position:relative!important;\n\n  width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  margin:\n    0 0\n    18px!important;\n\n  padding:0!important;\n\n  overflow:visible!important;\n\n  aspect-ratio:auto!important;\n\n  background:transparent!important;\n}\n\n\n.chc-media img{\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  aspect-ratio:auto!important;\n\n  object-fit:contain!important;\n  object-position:center center!important;\n\n  border-radius:16px!important;\n\n  transform:none!important;\n\n  box-shadow:\n    0 11px 29px\n    rgba(55,39,30,.12);\n\n  transition:\n    filter .3s ease,\n    box-shadow .3s ease;\n}\n\n\n.chc-media:hover img{\n  transform:none!important;\n\n  filter:\n    contrast(1.015)\n    saturate(1.02);\n\n  box-shadow:\n    0 15px 34px\n    rgba(55,39,30,.17);\n}\n\n\n\/* =========================================================\n   DARK SECTION\n========================================================= *\/\n\n.chc-dark{\n  position:relative;\n\n  overflow:hidden;\n\n  margin:\n    33px -10px;\n\n  padding:\n    32px 10px;\n\n  color:#fff;\n\n  background:\n\n    radial-gradient(\n      circle at 88% 8%,\n      rgba(202,166,91,.16),\n      transparent 30%\n    ),\n\n    radial-gradient(\n      circle at 7% 92%,\n      rgba(168,50,51,.17),\n      transparent 28%\n    ),\n\n    linear-gradient(\n      145deg,\n      #523322,\n      #241711\n    );\n}\n\n\n.chc-dark:after{\n  content:\"🐦\";\n\n  position:absolute;\n\n  right:-20px;\n  bottom:-48px;\n\n  opacity:.035;\n\n  font-size:155px;\n\n  pointer-events:none;\n\n  animation:\n    chcBird\n    5s\n    ease-in-out\n    infinite;\n}\n\n\n.chc-dark \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n\n.chc-dark h2{\n  color:#fff;\n}\n\n\n.chc-dark .chc-copy{\n  color:#eee3dc;\n}\n\n\n.chc-dark .chc-k{\n  color:#e8cd8e;\n}\n\n\n\/* =========================================================\n   CREAM SECTION\n========================================================= *\/\n\n.chc-cream{\n  position:relative;\n\n  margin:\n    33px -10px;\n\n  padding:\n    32px 10px;\n\n  background:\n\n    radial-gradient(\n      circle at 87% 7%,\n      rgba(165,76,52,.08),\n      transparent 30%\n    ),\n\n    radial-gradient(\n      circle at 8% 92%,\n      rgba(54,93,62,.07),\n      transparent 30%\n    ),\n\n    linear-gradient(\n      145deg,\n      #fffaf2,\n      #f3eadc\n    );\n}\n\n\n\/* =========================================================\n   CALLOUT\n========================================================= *\/\n\n.chc-call{\n  margin:\n    18px 0;\n\n  padding:\n    16px 17px;\n\n  border-left:\n    4px solid\n    var(--red);\n\n  border-radius:\n    0 11px\n    11px 0;\n\n  background:\n    linear-gradient(\n      90deg,\n      #fff0e8,\n      #fff9f2\n    );\n\n  color:#665149;\n}\n\n\n.chc-call strong{\n  color:#45332b;\n}\n\n\n\/* =========================================================\n   GLOW CARDS\n========================================================= *\/\n\n.chc-glowgrid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap:9px;\n\n  margin-top:17px;\n}\n\n\n.chc-glowcard{\n  padding:\n    16px 10px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.12);\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.055);\n\n  text-align:center;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n\n.chc-glowcard:hover{\n  transform:translateY(-4px);\n\n  background:\n    rgba(255,255,255,.10);\n}\n\n\n.chc-glowcard i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:25px;\n\n  animation:\n    chcFloat\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n\n.chc-glowcard b{\n  display:block;\n\n  color:#ebcf90;\n\n  font-size:13.5px;\n}\n\n\n.chc-glowcard span{\n  display:block;\n\n  margin-top:4px;\n\n  color:#eadfd8;\n\n  font-size:11.8px;\n\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   GENERAL CARDS\n========================================================= *\/\n\n.chc-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap:10px;\n\n  margin-top:16px;\n}\n\n\n.chc-card{\n  padding:16px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:14px;\n\n  background:#fff;\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease,\n    border-color .3s ease;\n}\n\n\n.chc-card:hover{\n  transform:translateY(-3px);\n\n  border-color:#d4b79e;\n\n  box-shadow:\n    0 10px 23px\n    rgba(59,40,30,.09);\n}\n\n\n.chc-icon{\n  display:block;\n\n  margin-bottom:7px;\n\n  font-size:25px!important;\n\n  animation:\n    chcFloat\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n\n.chc-card b{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#8c4636;\n\n  font-size:14px;\n}\n\n\n.chc-card span{\n  display:block;\n\n  color:#756d68;\n\n  font-size:12.7px;\n\n  line-height:1.48;\n}\n\n\n\/* =========================================================\n   SYMBOL CARDS\n========================================================= *\/\n\n.chc-symbols{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:9px;\n\n  margin-top:17px;\n}\n\n\n.chc-symbol{\n  padding:\n    18px 10px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:13px;\n\n  background:#fff;\n\n  text-align:center;\n\n  transition:\n    transform .25s ease,\n    box-shadow .25s ease;\n}\n\n\n.chc-symbol:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 9px 21px\n    rgba(54,39,30,.08);\n}\n\n\n.chc-symbol i{\n  display:block;\n\n  margin-bottom:6px;\n\n  font-style:normal;\n\n  font-size:28px;\n\n  animation:\n    chcFloat\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n\n.chc-symbol b{\n  display:block;\n\n  color:#774330;\n\n  font-size:13px;\n}\n\n\n.chc-symbol span{\n  display:block;\n\n  margin-top:4px;\n\n  color:#756d67;\n\n  font-size:11px;\n\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   DISPLAY TAGS\n========================================================= *\/\n\n.chc-tags{\n  display:flex;\n\n  flex-wrap:wrap;\n\n  gap:8px;\n\n  margin-top:14px;\n}\n\n\n.chc-tag{\n  padding:\n    8px 12px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:999px;\n\n  background:#fffaf4;\n\n  color:#604f45;\n\n  font-size:12px;\n  font-weight:800;\n\n  transition:.25s ease;\n}\n\n\n.chc-tag:hover{\n  transform:translateY(-3px);\n\n  box-shadow:\n    0 7px 16px\n    rgba(58,39,29,.08);\n}\n\n\n\/* =========================================================\n   WOOD NOTE\n========================================================= *\/\n\n.chc-wood-note{\n  margin:\n    18px 0;\n\n  padding:\n    18px;\n\n  border:\n    1px solid\n    #ded0c0;\n\n  border-radius:14px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fff9f0,\n      #f4eadc\n    );\n}\n\n\n.chc-wood-note strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#75472e;\n\n  font-size:14px;\n}\n\n\n.chc-wood-note span{\n  display:block;\n\n  color:#766b64;\n\n  font-size:12.5px;\n\n  line-height:1.52;\n}\n\n\n\/* =========================================================\n   CARE\n========================================================= *\/\n\n.chc-care{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap:10px;\n\n  margin-top:16px;\n}\n\n\n.chc-care-card{\n  padding:\n    17px 14px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:14px;\n\n  background:#fff;\n\n  text-align:center;\n}\n\n\n.chc-care-card i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:27px;\n}\n\n\n.chc-care-card b{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#774b36;\n\n  font-size:13px;\n}\n\n\n.chc-care-card span{\n  display:block;\n\n  color:#756d67;\n\n  font-size:11.5px;\n\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   TRUST\n========================================================= *\/\n\n.chc-trust{\n  margin:\n    21px 0\n    0;\n\n  padding:20px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:15px;\n\n  background:#fff;\n\n  text-align:center;\n}\n\n\n.chc-trust h3{\n  margin:\n    0 0\n    6px;\n\n  color:#473a33;\n\n  font-size:18px;\n}\n\n\n.chc-trust p{\n  max-width:650px;\n\n  margin:0 auto;\n\n  color:#756e69;\n\n  font-size:13.5px;\n}\n\n\n.chc-bottom{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:7px;\n\n  margin-top:15px;\n\n  padding-top:14px;\n\n  border-top:\n    1px solid\n    var(--line);\n\n  color:#5c5550;\n\n  text-align:center;\n\n  font-size:12.5px;\n  font-weight:800;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.chc-final{\n  position:relative;\n\n  overflow:hidden;\n\n  margin:\n    33px -10px\n    0!important;\n\n  padding:\n    39px 16px\n    40px!important;\n\n  text-align:center;\n\n  color:#fff;\n\n  background:\n\n    radial-gradient(\n      circle at 50% 0,\n      rgba(211,176,100,.25),\n      transparent 38%\n    ),\n\n    radial-gradient(\n      circle at 8% 100%,\n      rgba(173,52,52,.18),\n      transparent 34%\n    ),\n\n    linear-gradient(\n      145deg,\n      #533523,\n      #251711\n    );\n\n  animation:\n    chcGlow\n    4s\n    ease-in-out\n    infinite;\n}\n\n\n.chc-final:before{\n  content:\"✝️\";\n\n  position:absolute;\n\n  right:-8px;\n  top:-39px;\n\n  opacity:.05;\n\n  font-size:160px;\n\n  transform:rotate(-7deg);\n}\n\n\n.chc-final h2{\n  position:relative;\n\n  max-width:650px;\n\n  margin:\n    0 auto\n    10px;\n\n  color:#fff;\n\n  font-size:28px;\n}\n\n\n.chc-final p{\n  position:relative;\n\n  max-width:620px;\n\n  margin:\n    0 auto\n    18px;\n\n  color:#eee3dc;\n}\n\n\n.chc-cta{\n  position:relative;\n\n  display:inline-block;\n\n  padding:\n    12px 22px;\n\n  border-radius:999px;\n\n  color:#fff!important;\n\n  background:\n    linear-gradient(\n      90deg,\n      #9e3031,\n      #c84b4c\n    );\n\n  text-decoration:none;\n\n  font-size:13.5px;\n  font-weight:900;\n\n  animation:\n    chcPulse\n    2.7s\n    ease-in-out\n    infinite;\n}\n\n\n\/* =========================================================\n   BOTTOM FIX\n========================================================= *\/\n\n.chc{\n  margin-bottom:0!important;\n  padding-bottom:0!important;\n}\n\n\n.chc \u003e *:last-child{\n  margin-bottom:0!important;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:640px){\n\n  .chc{\n    padding:\n      0 8px\n      0!important;\n  }\n\n\n  .chc-hero{\n    margin-left:-8px;\n    margin-right:-8px;\n\n    padding:\n      29px 8px\n      24px;\n  }\n\n\n  .chc-hero h1{\n    font-size:27px;\n  }\n\n\n  .chc-hero-media{\n    max-width:380px!important;\n  }\n\n\n  .chc-strip{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n\n  .chc-f:nth-child(3),\n  .chc-f:nth-child(4){\n    border-top:\n      1px solid\n      var(--line);\n  }\n\n\n  .chc-f:nth-child(3){\n    border-left:0;\n  }\n\n\n  .chc-grid,\n  .chc-glowgrid,\n  .chc-care{\n    grid-template-columns:1fr;\n  }\n\n\n  .chc-symbols{\n    grid-template-columns:1fr;\n  }\n\n\n  .chc-bottom{\n    grid-template-columns:1fr;\n\n    text-align:left;\n  }\n\n\n  .chc-media,\n  .chc-hero-media{\n    overflow:visible!important;\n\n    height:auto!important;\n\n    aspect-ratio:auto!important;\n  }\n\n\n  .chc-media img,\n  .chc-hero-media img{\n    width:100%!important;\n\n    height:auto!important;\n\n    max-height:none!important;\n\n    aspect-ratio:auto!important;\n\n    object-fit:contain!important;\n\n    transform:none!important;\n  }\n\n\n  .chc-pill{\n    border-radius:14px;\n  }\n\n\n  .chc-final{\n    margin:\n      33px -8px\n      0!important;\n\n    padding-bottom:35px!important;\n  }\n\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .chc *,\n  .chc *::before,\n  .chc *::after{\n    animation:none!important;\n    transition:none!important;\n  }\n\n\n  .chc-reveal{\n    opacity:1!important;\n    transform:none!important;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"chc\" id=\"chc-top\"\u003e\n\n\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\n\u003csection class=\"chc-hero\"\u003e\n\n  \u003cdiv class=\"chc-hero-inner\"\u003e\n\n    \u003cdiv class=\"chc-mark\"\u003e\n      🐦\n    \u003c\/div\u003e\n\n\n    \u003cp class=\"chc-k\" style=\"color:#e8cf94;\"\u003e\n\n      Faith • Love • Hope • Remembrance\n\n    \u003c\/p\u003e\n\n\n    \u003ch1\u003e\n\n      A Cardinal, a Heart and a Cross\n      \u003cspan\u003eCarved Into One Meaningful Keepsake.\u003c\/span\u003e\n\n    \u003c\/h1\u003e\n\n\n    \u003cp class=\"chc-hero-sub\"\u003e\n\n      Twisting tree branches form a graceful Christian cross,\n      while a heart-shaped opening and vivid red cardinal\n      bring together symbols of faith,\n      enduring love and remembrance.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"chc-pill\"\u003e\n\n      ✝️ Christian Cross\n       • \n      ❤️ Heart Center\n       • \n      🐦 Red Cardinal\n       • \n      🪵 Solid Wood\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"chc-hero-media\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.fastcdnshop.com\/image\/2c34495b2751e58acc219aa06f2820d8a4a167f8.gif\" alt=\"Cardinal heart tree cross wood carving\" loading=\"eager\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     QUICK BENEFITS\n========================================================= --\u003e\n\n\u003cdiv class=\"chc-strip\"\u003e\n\n  \u003cdiv class=\"chc-f\"\u003e\n\n    \u003cstrong\u003e\n      ✝️ Faith\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Organic branches form a Christian cross\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"chc-f\"\u003e\n\n    \u003cstrong\u003e\n      ❤️ Love\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Heart-shaped center carries emotional meaning\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"chc-f\"\u003e\n\n    \u003cstrong\u003e\n      🐦 Remembrance\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Cardinal detail adds a comforting presence\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"chc-f\"\u003e\n\n    \u003cstrong\u003e\n      🪵 Real Wood\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Natural grain makes every piece individual\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- =====================================================\n     CORE STORY\n===================================================== --\u003e\n\n\u003csection class=\"chc-dark chc-reveal\"\u003e\n\n  \u003cdiv class=\"chc-media\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.fastcdnshop.com\/image\/a2237780ffc4e7d20380cc43b8b85f91e32adb92.jpeg\" alt=\"Detailed cardinal heart tree cross\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cp class=\"chc-k\"\u003e\n    More Than Rustic Wooden Decor\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    ✝️ A Design Filled With Faith, Love and Meaning\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"chc-copy\"\u003e\n\n    The cross isn't simply placed on the design.\n    It grows naturally from twisting tree branches.\n\n    At its center,\n    an open heart becomes the visual focal point,\n    while the cardinal rests among carved leaves and berries.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"chc-symbols\"\u003e\n\n    \u003cdiv class=\"chc-symbol\"\u003e\n\n      \u003ci\u003e✝️\u003c\/i\u003e\n\n      \u003cb\u003e\n        The Cross\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        A timeless symbol of Christian faith.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"chc-symbol\"\u003e\n\n      \u003ci\u003e❤️\u003c\/i\u003e\n\n      \u003cb\u003e\n        The Heart\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        A simple symbol of enduring love and connection.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"chc-symbol\"\u003e\n\n      \u003ci\u003e🐦\u003c\/i\u003e\n\n      \u003cb\u003e\n        The Cardinal\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Adds a comforting note of hope and remembrance.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     CARDINAL\n===================================================== --\u003e\n\n\u003csection class=\"chc-sec chc-reveal\"\u003e\n\n  \u003cp class=\"chc-k\"\u003e\n    One Small Red Cardinal Changes the Entire Feeling\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    🐦 A Gentle Reminder of Someone Special\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"chc-copy\"\u003e\n\n    A richly detailed red cardinal rests quietly on the branch,\n    surrounded by carved oak leaves and berries.\n\n    Its warm red color stands out against the natural wood,\n    giving the cross a heartfelt focal point\n    that works beautifully in remembrance spaces and peaceful home displays.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"chc-media\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.fastcdnshop.com\/image\/5a9f2b751f59ee9620e589244930abed07809d8a.png\" alt=\"Red cardinal detail on wooden Christian cross\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"chc-call\"\u003e\n\n    \u003cstrong\u003e\n      ❤️ A meaningful accent for anyone who finds comfort in faith, nature and the memory of someone they love.\n    \u003c\/strong\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     FEATURES\n===================================================== --\u003e\n\n\u003csection class=\"chc-cream chc-reveal\"\u003e\n\n  \u003cp class=\"chc-k\"\u003e\n    Rustic Character From Every Angle\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    🌿 Thoughtful Details Bring the Whole Piece Together\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"chc-grid\"\u003e\n\n    \u003cdiv class=\"chc-card\"\u003e\n\n      \u003cspan class=\"chc-icon\"\u003e\n        🪵\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Solid Wood Character\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Natural wood grain gives each finished cross its own rustic personality.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"chc-card\"\u003e\n\n      \u003cspan class=\"chc-icon\"\u003e\n        ✝️\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Branch-Formed Cross\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Organic tree branches create the main Christian cross silhouette.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"chc-card\"\u003e\n\n      \u003cspan class=\"chc-icon\"\u003e\n        ❤️\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Heart-Shaped Center\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        The open heart adds another layer of emotional meaning.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"chc-card\"\u003e\n\n      \u003cspan class=\"chc-icon\"\u003e\n        🐦\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Cardinal Accent\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        The vivid red bird becomes the strongest visual focal point.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"chc-card\"\u003e\n\n      \u003cspan class=\"chc-icon\"\u003e\n        🌿\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Leaves \u0026amp; Berries\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Botanical details connect the cross naturally with the tree-inspired design.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"chc-card\"\u003e\n\n      \u003cspan class=\"chc-icon\"\u003e\n        🖼️\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Tabletop or Wall Display\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Display it standing in your favorite space or use the rear hanging slot.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     NATURAL WOOD\n===================================================== --\u003e\n\n\u003csection class=\"chc-dark chc-reveal\"\u003e\n\n  \u003cdiv class=\"chc-media\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.fastcdnshop.com\/image\/322a3ed87bdd05bdd57a2a4d0eb10804b2589976.jpg\" alt=\"Natural wood grain on cardinal tree cross\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cp class=\"chc-k\"\u003e\n    Real Wood Means No Two Pieces Look Exactly the Same\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    🌳 Natural Grain Is Part of Its Beauty\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"chc-copy\"\u003e\n\n    Real wood naturally shows variation.\n\n    Grain patterns,\n    knots,\n    tones\n    and small carving differences\n    can change slightly from piece to piece.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"chc-glowgrid\"\u003e\n\n    \u003cdiv class=\"chc-glowcard\"\u003e\n\n      \u003ci\u003e🌳\u003c\/i\u003e\n\n      \u003cb\u003e\n        Natural Grain\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Wood patterns vary naturally from one piece to another.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"chc-glowcard\"\u003e\n\n      \u003ci\u003e🎨\u003c\/i\u003e\n\n      \u003cb\u003e\n        Natural Color Variation\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Slight differences in tone are part of genuine wood character.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"chc-glowcard\"\u003e\n\n      \u003ci\u003e🪵\u003c\/i\u003e\n\n      \u003cb\u003e\n        Individual Details\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Natural knots and grain give each cross its own look.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"chc-glowcard\"\u003e\n\n      \u003ci\u003e❤️\u003c\/i\u003e\n\n      \u003cb\u003e\n        One-of-a-Kind Feel\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Small variations make the finished piece feel more personal.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     DISPLAY\n===================================================== --\u003e\n\n\u003csection class=\"chc-sec chc-reveal\"\u003e\n\n  \u003cp class=\"chc-k\"\u003e\n    Give It a Place That Feels Personal\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    🏡 From a Quiet Bedside Table to a Memorial Garden\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"chc-copy\"\u003e\n\n    The natural wood,\n    cardinal,\n    cross and heart design\n    allow it to work in both everyday home décor\n    and more meaningful remembrance spaces.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"chc-tags\"\u003e\n\n    \u003cspan class=\"chc-tag\"\u003e\n      🔥 Mantel\n    \u003c\/span\u003e\n\n    \u003cspan class=\"chc-tag\"\u003e\n      📚 Shelf\n    \u003c\/span\u003e\n\n    \u003cspan class=\"chc-tag\"\u003e\n      🛏️ Bedside Table\n    \u003c\/span\u003e\n\n    \u003cspan class=\"chc-tag\"\u003e\n      🚪 Entryway\n    \u003c\/span\u003e\n\n    \u003cspan class=\"chc-tag\"\u003e\n      🌿 Covered Porch\n    \u003c\/span\u003e\n\n    \u003cspan class=\"chc-tag\"\u003e\n      🌸 Memorial Garden\n    \u003c\/span\u003e\n\n    \u003cspan class=\"chc-tag\"\u003e\n      🕊️ Remembrance Corner\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     GIFT\n===================================================== --\u003e\n\n\u003csection class=\"chc-cream chc-reveal\"\u003e\n\n  \u003cp class=\"chc-k\"\u003e\n    When an Ordinary Gift Doesn't Feel Meaningful Enough\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    🎁 A Thoughtful Gift Built Around Faith and Remembrance\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"chc-grid\"\u003e\n\n    \u003cdiv class=\"chc-card\"\u003e\n\n      \u003cspan class=\"chc-icon\"\u003e\n        ✝️\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Religious Gift\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        A meaningful accent for someone whose faith is an important part of home and life.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"chc-card\"\u003e\n\n      \u003cspan class=\"chc-icon\"\u003e\n        🕊️\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Memorial Gift\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        A gentle piece for remembrance spaces honoring someone special.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"chc-card\"\u003e\n\n      \u003cspan class=\"chc-icon\"\u003e\n        ❤️\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Sympathy Gift\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Offers something lasting when flowers alone don't feel personal enough.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"chc-card\"\u003e\n\n      \u003cspan class=\"chc-icon\"\u003e\n        🏡\n      \u003c\/span\u003e\n\n      \u003cb\u003e\n        Housewarming Gift\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Rustic wood styling works naturally in warm, traditional home décor.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     OUTDOOR \/ CARE\n===================================================== --\u003e\n\n\u003csection class=\"chc-dark chc-reveal\"\u003e\n\n  \u003cdiv class=\"chc-media\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.fastcdnshop.com\/image\/697fc4812b6eb384b573947ed8030c27f6a450dc.jpg\" alt=\"Cardinal wooden cross displayed in protected outdoor setting\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cp class=\"chc-k\"\u003e\n    Indoor Display or Protected Outdoor Spaces\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    🌿 Beautiful Indoors, Peaceful in a Covered Garden Setting\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"chc-copy\"\u003e\n\n    Display it indoors,\n    or use it in protected outdoor areas such as a covered porch,\n    courtyard,\n    garden ledge\n    or remembrance space.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"chc-glowgrid\"\u003e\n\n    \u003cdiv class=\"chc-glowcard\"\u003e\n\n      \u003ci\u003e🏡\u003c\/i\u003e\n\n      \u003cb\u003e\n        Indoor Display\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Mantels, shelves, consoles, entryways and bedside tables.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"chc-glowcard\"\u003e\n\n      \u003ci\u003e🌿\u003c\/i\u003e\n\n      \u003cb\u003e\n        Protected Outdoor Display\n      \u003c\/b\u003e\n\n      \u003cspan\u003e\n        Covered patios, porches, courtyards and sheltered garden spaces.\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"chc-wood-note\"\u003e\n\n    \u003cstrong\u003e\n      🌦️ Outdoor Care\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      For longer-lasting beauty, keep the wood on a stable, dry surface and avoid prolonged exposure to heavy rain, standing water, snow, extreme humidity or intense direct sunlight. The original product information also suggests that a clear outdoor wood sealant may offer additional protection for outdoor display.\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     EMOTIONAL CLOSE\n===================================================== --\u003e\n\n\u003csection class=\"chc-sec chc-reveal\"\u003e\n\n  \u003cp class=\"chc-k\"\u003e\n    Some Decorations Fill a Space. Others Hold a Meaning.\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    ❤️ A Quiet Reminder of Faith, Love and the People We Carry With Us\n  \u003c\/h2\u003e\n\n\n  \u003cp class=\"chc-copy\"\u003e\n\n    The tree speaks of life.\n\n    The cross speaks of faith.\n\n    The heart speaks of love.\n\n    And the cardinal adds a small,\n    comforting touch of remembrance.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"chc-call\"\u003e\n\n    \u003cstrong\u003e\n      ✝️ Faith in the branches. ❤️ Love at the center. 🐦 A cardinal resting quietly beside it all.\n    \u003c\/strong\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     TRUST\n===================================================== --\u003e\n\n\u003cdiv class=\"chc-trust chc-reveal\"\u003e\n\n  \u003ch3\u003e\n    Made With Natural Wood Character\n  \u003c\/h3\u003e\n\n\n  \u003cp\u003e\n\n    Natural grain patterns, knots, color differences and slight variations\n    are part of the individual character of each real-wood piece.\n\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"chc-bottom\"\u003e\n\n    \u003cdiv\u003e\n      🪵 Natural Wood\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      🖼️ Tabletop or Wall Display\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      🤝 Customer Support\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- =====================================================\n     FINAL CTA\n===================================================== --\u003e\n\n\u003csection class=\"chc-final chc-reveal\"\u003e\n\n  \u003cp class=\"chc-k\" style=\"color:#e9cf93;\"\u003e\n\n    Faith • Love • Hope • Remembrance\n\n  \u003c\/p\u003e\n\n\n  \u003ch2\u003e\n    Give a Meaningful Place to the Memories You Never Want to Lose.\n  \u003c\/h2\u003e\n\n\n  \u003cp\u003e\n\n    Bring together the warmth of natural wood,\n    the symbolism of the cross and heart,\n    and the comforting presence of a red cardinal\n    in one lasting decorative keepsake.\n\n  \u003c\/p\u003e\n\n\n  \u003ca class=\"chc-cta\" href=\"#chc-top\"\u003e\n\n    ❤️ Bring This Meaningful Cross Home →\n\n  \u003c\/a\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"LJH","offers":[{"title":"Approx. 10 inches","offer_id":57359965978790,"sku":"SZ0673260912462-木质红鸟壁挂装饰（25*17）","price":25.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/c423eea43fb724d20a34516fded0526718a432c3.jpg?v=1789187799","url":"https:\/\/getvyxor.com\/products\/cardinal-heart-tree-cross-hand-carved-solid-wood-decor","provider":"getvyxor","version":"1.0","type":"link"}