{"product_id":"holographic-christmas-gift-card-booklet","title":"🔥 LIMITED-TIME 50% OFF — Holographic Christmas Gift Card Booklet","description":"\u003cstyle\u003e\n    #hgc-landing,\n    #hgc-landing * { box-sizing: border-box; }\n\n    #hgc-landing {\n      --night: #071525;\n      --navy: #0b2335;\n      --pine: #0d3d31;\n      --pine-light: #185b46;\n      --cranberry: #a6192e;\n      --red: #d93045;\n      --gold: #e7bf63;\n      --champagne: #ffe9a6;\n      --ice: #dff7ff;\n      --white: #ffffff;\n      --muted: #b9cbd0;\n      --line: rgba(255,255,255,.14);\n      --shadow: 0 28px 70px rgba(0,8,17,.4);\n      position: relative;\n      isolation: isolate;\n      overflow: hidden;\n      width: 100%;\n      max-width: 100%;\n      container-name: hgc-page;\n      container-type: inline-size;\n      color: var(--white);\n      background:\n        radial-gradient(circle at 7% 7%, rgba(217,48,69,.19), transparent 24%),\n        radial-gradient(circle at 92% 16%, rgba(79,208,255,.16), transparent 26%),\n        linear-gradient(180deg, #061522 0%, #0b3027 43%, #07111c 100%);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n      line-height: 1.65;\n    }\n\n    #hgc-landing::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      z-index: -2;\n      pointer-events: none;\n      opacity: .3;\n      background-image:\n        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);\n      background-size: 44px 44px;\n      mask-image: linear-gradient(to bottom, #000, transparent 85%);\n    }\n\n    #hgc-landing img {\n      display: block;\n      width: 100%;\n      max-width: 100%;\n      height: auto;\n      border: 0;\n    }\n\n    #hgc-landing a { color: inherit; }\n\n    #hgc-landing h1,\n    #hgc-landing h2,\n    #hgc-landing h3,\n    #hgc-landing p,\n    #hgc-landing span,\n    #hgc-landing strong,\n    #hgc-landing summary {\n      word-break: normal !important;\n      overflow-wrap: normal !important;\n      hyphens: none !important;\n      writing-mode: horizontal-tb !important;\n    }\n\n    #hgc-landing h1,\n    #hgc-landing h2,\n    #hgc-landing h3,\n    #hgc-landing p { margin-top: 0; }\n\n    #hgc-landing h1,\n    #hgc-landing h2,\n    #hgc-landing h3 {\n      color: var(--white);\n      line-height: 1;\n    }\n\n    #hgc-landing h1 {\n      margin-bottom: 23px;\n      font-size: clamp(42px, 6vw, 78px);\n      font-size: clamp(42px, 7cqw, 78px);\n      font-weight: 950;\n      letter-spacing: -.06em;\n    }\n\n    #hgc-landing h2 {\n      margin-bottom: 19px;\n      font-size: clamp(35px, 4.7vw, 61px);\n      font-size: clamp(35px, 5.1cqw, 61px);\n      font-weight: 950;\n      letter-spacing: -.05em;\n    }\n\n    #hgc-landing h3 {\n      margin-bottom: 11px;\n      font-size: clamp(21px, 2.2vw, 29px);\n      font-weight: 900;\n      letter-spacing: -.03em;\n    }\n\n    #hgc-landing p { color: var(--muted); }\n\n    #hgc-landing .hgc-shell {\n      width: min(1180px, calc(100% - 36px));\n      margin: 0 auto;\n    }\n\n    #hgc-landing .hgc-section {\n      position: relative;\n      z-index: 3;\n      padding: 94px 0;\n    }\n\n    #hgc-landing .hgc-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      margin: 0 0 17px;\n      color: var(--champagne);\n      font-size: 11px;\n      font-weight: 900;\n      letter-spacing: .19em;\n      line-height: 1.2;\n      text-transform: uppercase;\n    }\n\n    #hgc-landing .hgc-eyebrow::before {\n      content: \"\";\n      width: 30px;\n      height: 3px;\n      border-radius: 99px;\n      background: linear-gradient(90deg, #ff5470, #f5d777, #63ddff);\n      box-shadow: 0 0 16px rgba(99,221,255,.55);\n    }\n\n    #hgc-landing .hgc-holo-text {\n      display: inline-block;\n      color: transparent;\n      background: linear-gradient(90deg, #ff7faf 0%, #6fe8ff 22%, #f5ec79 43%, #a997ff 63%, #84ffc5 82%, #ff7faf 100%);\n      background-size: 230% auto;\n      -webkit-background-clip: text;\n      background-clip: text;\n      animation: hgcHolo 5.5s linear infinite;\n    }\n\n    #hgc-landing .hgc-lead {\n      max-width: 680px;\n      margin-bottom: 29px;\n      color: #d4e2e3;\n      font-size: clamp(17px, 1.7vw, 21px);\n      line-height: 1.72;\n    }\n\n    #hgc-landing .hgc-btn {\n      position: relative;\n      display: inline-flex;\n      min-height: 54px;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n      padding: 15px 24px;\n      border: 1px solid rgba(255,255,255,.38);\n      border-radius: 999px;\n      color: white;\n      background: linear-gradient(135deg, #e7354d, #9e142c);\n      box-shadow: 0 16px 36px rgba(173,20,45,.3);\n      font-size: 12px;\n      font-weight: 950;\n      letter-spacing: .12em;\n      text-decoration: none;\n      text-transform: uppercase;\n      transition: transform .3s ease, box-shadow .3s ease;\n      animation: hgcButton 3.2s ease-in-out infinite;\n    }\n\n    #hgc-landing .hgc-btn::after {\n      content: \"\";\n      position: absolute;\n      top: -50%;\n      left: -45%;\n      width: 30%;\n      height: 200%;\n      background: linear-gradient(90deg, transparent, rgba(255,255,255,.7), transparent);\n      transform: rotate(18deg);\n      animation: hgcShine 5.2s ease-in-out infinite;\n    }\n\n    #hgc-landing .hgc-btn:hover { transform: translateY(-5px); box-shadow: 0 23px 48px rgba(173,20,45,.45); }\n\n    \/* SNOW ACROSS THE FULL DETAIL *\/\n    #hgc-landing .hgc-snow {\n      position: absolute;\n      inset: 0;\n      z-index: 5;\n      overflow: hidden;\n      pointer-events: none;\n    }\n\n    #hgc-landing .hgc-snow span {\n      position: absolute;\n      top: -1%;\n      color: white;\n      opacity: .55;\n      text-shadow: 0 0 9px rgba(190,238,255,.9);\n      animation: hgcSnow linear infinite;\n    }\n\n    #hgc-landing .hgc-snow span:nth-child(1) { left: 4%; font-size: 13px; animation-duration: 29s; }\n    #hgc-landing .hgc-snow span:nth-child(2) { left: 11%; font-size: 20px; animation-duration: 36s; animation-delay: -9s; }\n    #hgc-landing .hgc-snow span:nth-child(3) { left: 18%; font-size: 9px; animation-duration: 25s; animation-delay: -17s; }\n    #hgc-landing .hgc-snow span:nth-child(4) { left: 26%; font-size: 16px; animation-duration: 34s; animation-delay: -5s; }\n    #hgc-landing .hgc-snow span:nth-child(5) { left: 34%; font-size: 11px; animation-duration: 27s; animation-delay: -22s; }\n    #hgc-landing .hgc-snow span:nth-child(6) { left: 42%; font-size: 22px; animation-duration: 39s; animation-delay: -13s; }\n    #hgc-landing .hgc-snow span:nth-child(7) { left: 51%; font-size: 10px; animation-duration: 30s; animation-delay: -25s; }\n    #hgc-landing .hgc-snow span:nth-child(8) { left: 59%; font-size: 17px; animation-duration: 35s; animation-delay: -4s; }\n    #hgc-landing .hgc-snow span:nth-child(9) { left: 67%; font-size: 12px; animation-duration: 26s; animation-delay: -15s; }\n    #hgc-landing .hgc-snow span:nth-child(10) { left: 74%; font-size: 21px; animation-duration: 38s; animation-delay: -20s; }\n    #hgc-landing .hgc-snow span:nth-child(11) { left: 82%; font-size: 9px; animation-duration: 28s; animation-delay: -7s; }\n    #hgc-landing .hgc-snow span:nth-child(12) { left: 90%; font-size: 15px; animation-duration: 33s; animation-delay: -27s; }\n    #hgc-landing .hgc-snow span:nth-child(13) { left: 96%; font-size: 12px; animation-duration: 31s; animation-delay: -11s; }\n\n    \/* HERO *\/\n    #hgc-landing .hgc-hero {\n      position: relative;\n      z-index: 3;\n      overflow: hidden;\n      padding: 76px 0 92px;\n      background:\n        radial-gradient(circle at 75% 43%, rgba(117,230,255,.19), transparent 26%),\n        radial-gradient(circle at 71% 47%, rgba(255,91,135,.13), transparent 17%);\n    }\n\n    #hgc-landing .hgc-hero-grid,\n    #hgc-landing .hgc-story-grid,\n    #hgc-landing .hgc-how-grid,\n    #hgc-landing .hgc-quality-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(min(100%, 390px), 1fr));\n      align-items: center;\n      gap: clamp(34px, 6vw, 78px);\n    }\n\n    #hgc-landing .hgc-hero-grid \u003e *,\n    #hgc-landing .hgc-story-grid \u003e *,\n    #hgc-landing .hgc-how-grid \u003e *,\n    #hgc-landing .hgc-quality-grid \u003e *,\n    #hgc-landing .hgc-head \u003e *,\n    #hgc-landing .hgc-bento \u003e *,\n    #hgc-landing .hgc-occasions \u003e * { min-width: 0; max-width: 100%; }\n\n    #hgc-landing .hgc-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 23px; }\n\n    #hgc-landing .hgc-pill {\n      display: inline-flex;\n      align-items: center;\n      gap: 7px;\n      padding: 8px 12px;\n      border: 1px solid var(--line);\n      border-radius: 999px;\n      color: #d9e9e9;\n      background: rgba(255,255,255,.06);\n      box-shadow: inset 0 1px 0 rgba(255,255,255,.07);\n      font-size: 10px;\n      font-weight: 900;\n      letter-spacing: .1em;\n      text-transform: uppercase;\n      backdrop-filter: blur(10px);\n    }\n\n    #hgc-landing .hgc-pill i {\n      width: 7px;\n      height: 7px;\n      border-radius: 50%;\n      background: #74e3ff;\n      box-shadow: 0 0 13px #74e3ff;\n      animation: hgcDot 1.8s ease-in-out infinite;\n    }\n\n    #hgc-landing .hgc-visual { position: relative; min-height: 560px; aspect-ratio: 1 \/ 1; }\n\n    #hgc-landing .hgc-orbit {\n      position: absolute;\n      inset: 2% 3% 1% 4%;\n      border: 1px solid rgba(147,231,255,.2);\n      border-radius: 50%;\n      box-shadow: 0 0 0 40px rgba(93,223,255,.035), 0 0 0 78px rgba(255,89,135,.025);\n      animation: hgcOrbit 5s ease-in-out infinite;\n    }\n\n    #hgc-landing .hgc-hero-card {\n      position: absolute;\n      inset: 7% 4% 4% 5%;\n      overflow: hidden;\n      padding: 12px;\n      border: 1px solid rgba(255,255,255,.22);\n      border-radius: 34px 82px 34px 34px;\n      background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.04));\n      box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.11);\n      transform: rotate(1.5deg);\n      animation: hgcFloat 5.8s ease-in-out infinite;\n      backdrop-filter: blur(12px);\n    }\n\n    #hgc-landing .hgc-hero-card::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      z-index: 2;\n      pointer-events: none;\n      opacity: .34;\n      background: linear-gradient(115deg, transparent 25%, rgba(255,117,189,.38) 38%, rgba(104,226,255,.42) 50%, rgba(255,239,128,.36) 62%, transparent 75%);\n      background-size: 260% 100%;\n      mix-blend-mode: screen;\n      animation: hgcCardHolo 5.5s ease-in-out infinite;\n    }\n\n    #hgc-landing .hgc-hero-card img {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      object-position: center;\n      border-radius: 24px 70px 24px 24px;\n      background: #f4f5f6;\n    }\n\n    #hgc-landing .hgc-badge {\n      position: absolute;\n      top: 0;\n      right: 0;\n      z-index: 4;\n      display: grid;\n      width: 105px;\n      height: 105px;\n      place-items: center;\n      border: 6px double #ffe9a6;\n      border-radius: 50%;\n      color: white;\n      background: radial-gradient(circle at 35% 30%, #e84559, #97172c 72%);\n      box-shadow: 0 18px 40px rgba(79,5,18,.42), 0 0 0 8px rgba(255,233,166,.08);\n      font-size: 9px;\n      font-weight: 950;\n      letter-spacing: .12em;\n      line-height: 1.25;\n      text-align: center;\n      text-transform: uppercase;\n      animation: hgcBadge 4.2s ease-in-out infinite;\n    }\n\n    #hgc-landing .hgc-tree {\n      position: absolute;\n      bottom: 3%;\n      left: 1%;\n      z-index: 1;\n      width: 130px;\n      height: 175px;\n      opacity: .62;\n      filter: drop-shadow(0 0 16px rgba(63,255,173,.18));\n    }\n\n    #hgc-landing .hgc-tree .hgc-light { animation: hgcBlink 1.8s ease-in-out infinite alternate; }\n    #hgc-landing .hgc-tree .hgc-light:nth-of-type(2n) { animation-delay: -.8s; }\n    #hgc-landing .hgc-tree .hgc-light:nth-of-type(3n) { animation-delay: -1.3s; }\n\n    \/* TICKER + FACTS *\/\n    #hgc-landing .hgc-ticker {\n      position: relative;\n      z-index: 3;\n      overflow: hidden;\n      border-top: 1px solid rgba(255,255,255,.14);\n      border-bottom: 1px solid rgba(255,255,255,.14);\n      background: linear-gradient(90deg, #0d4d3a, #157053, #0d4d3a);\n    }\n\n    #hgc-landing .hgc-ticker-track { display: flex; width: max-content; animation: hgcTicker 26s linear infinite; }\n    #hgc-landing .hgc-ticker span { padding: 15px 23px; white-space: nowrap; color: white; font-size: 11px; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }\n    #hgc-landing .hgc-ticker b { color: var(--champagne); }\n\n    #hgc-landing .hgc-facts {\n      position: relative;\n      z-index: 3;\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(min(100%, 165px), 1fr));\n      gap: 15px;\n      margin-top: 30px;\n    }\n\n    #hgc-landing .hgc-fact {\n      padding: 23px;\n      border: 1px solid var(--line);\n      border-radius: 22px;\n      background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035));\n      box-shadow: 0 18px 40px rgba(0,8,17,.24);\n      transition: transform .32s ease, border-color .32s ease;\n      backdrop-filter: blur(10px);\n    }\n\n    #hgc-landing .hgc-fact:hover { transform: translateY(-8px); border-color: rgba(104,228,255,.55); }\n    #hgc-landing .hgc-fact strong { display: block; margin-bottom: 7px; color: var(--champagne); font-size: clamp(27px, 3vw, 41px); font-weight: 950; letter-spacing: -.05em; line-height: 1; }\n    #hgc-landing .hgc-fact span { color: #bdd1d2; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }\n\n    \/* STORY \/ BEFORE \u0026 AFTER *\/\n    #hgc-landing .hgc-story {\n      background:\n        radial-gradient(circle at 84% 60%, rgba(113,223,255,.11), transparent 29%),\n        linear-gradient(180deg, #0a1a29, #102b2c);\n    }\n\n    #hgc-landing .hgc-image-card {\n      position: relative;\n      overflow: hidden;\n      aspect-ratio: 1 \/ 1;\n      padding: 12px;\n      border: 1px solid rgba(255,255,255,.2);\n      border-radius: 34px;\n      background: linear-gradient(145deg, #173948, #08141e);\n      box-shadow: var(--shadow);\n      transition: transform .45s ease, border-radius .45s ease;\n    }\n\n    #hgc-landing .hgc-image-card:hover { transform: translateY(-8px) rotate(-.5deg); border-radius: 55px 22px 55px 22px; }\n    #hgc-landing .hgc-image-card img { width: 100%; height: 100%; object-fit: contain; object-position: center; border-radius: 23px; background: #f4f4f4; transition: transform .7s ease, filter .5s ease; }\n    #hgc-landing .hgc-image-card:hover img { transform: scale(1.025); filter: saturate(1.05); }\n\n    #hgc-landing .hgc-number {\n      display: inline-grid;\n      width: 52px;\n      height: 52px;\n      margin-bottom: 22px;\n      place-items: center;\n      border: 1px solid var(--line);\n      border-radius: 50%;\n      color: var(--champagne);\n      background: rgba(255,255,255,.055);\n      box-shadow: 0 12px 28px rgba(0,0,0,.2);\n      font-size: 12px;\n      font-weight: 950;\n      letter-spacing: .08em;\n    }\n\n    #hgc-landing .hgc-compare { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 18px; margin-top: 30px; }\n\n    #hgc-landing .hgc-compare-card {\n      min-height: 245px;\n      padding: 30px;\n      border: 1px solid var(--line);\n      border-radius: 28px;\n      box-shadow: var(--shadow);\n      transition: transform .35s ease, border-radius .35s ease;\n    }\n\n    #hgc-landing .hgc-compare-card:hover { transform: translateY(-8px); border-radius: 46px 20px 46px 20px; }\n    #hgc-landing .hgc-compare-card:first-child { background: linear-gradient(145deg, #202933, #0b121a); }\n    #hgc-landing .hgc-compare-card:last-child { background: linear-gradient(145deg, #fff8e8, #efdca9); }\n    #hgc-landing .hgc-compare-card:last-child h3 { color: #183328; }\n    #hgc-landing .hgc-compare-card:last-child p { color: #51665d; }\n\n    #hgc-landing .hgc-label { display: inline-flex; margin-bottom: 26px; padding: 7px 11px; border-radius: 999px; color: white; background: rgba(255,255,255,.1); font-size: 9px; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }\n    #hgc-landing .hgc-compare-card:last-child .hgc-label { background: var(--cranberry); }\n\n    \/* FEATURE BENTO *\/\n    #hgc-landing .hgc-features {\n      background:\n        radial-gradient(circle at 11% 13%, rgba(217,48,69,.14), transparent 26%),\n        radial-gradient(circle at 90% 82%, rgba(100,226,255,.11), transparent 28%),\n        #06141d;\n    }\n\n    #hgc-landing .hgc-head { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); align-items: end; gap: 32px; margin-bottom: 41px; }\n    #hgc-landing .hgc-head \u003e p { max-width: 520px; margin: 0 0 6px auto; }\n    #hgc-landing .hgc-bento { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 430px), 1fr)); gap: 17px; }\n\n    #hgc-landing .hgc-card {\n      position: relative;\n      overflow: hidden;\n      min-height: 270px;\n      padding: 31px;\n      border: 1px solid rgba(255,255,255,.15);\n      border-radius: 30px;\n      box-shadow: var(--shadow);\n      transition: transform .4s cubic-bezier(.2,.8,.2,1), border-radius .4s ease;\n    }\n\n    #hgc-landing .hgc-card:nth-child(1) { background: linear-gradient(135deg, #c5203b, #6d0c20); }\n    #hgc-landing .hgc-card:nth-child(2) { background: linear-gradient(135deg, #167052, #0a3d2d); }\n    #hgc-landing .hgc-card:nth-child(3) { background: linear-gradient(135deg, #fff3ca, #e1bf69); }\n    #hgc-landing .hgc-card:nth-child(4) { background: linear-gradient(135deg, #26526b, #0b2032); }\n    #hgc-landing .hgc-card:hover { transform: translateY(-10px) rotate(-.4deg); border-radius: 54px 20px 54px 20px; }\n\n    #hgc-landing .hgc-card::after {\n      content: \"\";\n      position: absolute;\n      right: -55px;\n      bottom: -62px;\n      width: 170px;\n      height: 170px;\n      border: 1px solid rgba(255,255,255,.24);\n      border-radius: 50%;\n      box-shadow: 0 0 0 30px rgba(255,255,255,.04), 0 0 0 60px rgba(255,255,255,.022);\n      transition: transform .55s ease;\n    }\n\n    #hgc-landing .hgc-card:hover::after { transform: scale(1.18); }\n    #hgc-landing .hgc-card h3,\n    #hgc-landing .hgc-card p { position: relative; z-index: 2; color: white; }\n    #hgc-landing .hgc-card p { margin: 0; opacity: .84; }\n    #hgc-landing .hgc-card:nth-child(3) h3 { color: #143428; }\n    #hgc-landing .hgc-card:nth-child(3) p { color: #53675c; }\n\n    #hgc-landing .hgc-icon { position: relative; z-index: 2; display: grid; width: 54px; height: 54px; margin-bottom: 34px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; color: white; background: rgba(255,255,255,.12); font-size: 24px; box-shadow: inset 0 1px 0 rgba(255,255,255,.2); }\n    #hgc-landing .hgc-card:nth-child(3) .hgc-icon { color: #214937; border-color: rgba(0,0,0,.12); background: rgba(255,255,255,.42); }\n\n    \/* COVER STYLES *\/\n    #hgc-landing .hgc-styles {\n      background:\n        radial-gradient(circle at 50% 0%, rgba(255,255,255,.58), transparent 27%),\n        linear-gradient(180deg, #edfaff, #d8f1ec 55%, #f9efd6);\n    }\n\n    #hgc-landing .hgc-styles h2 { color: #123b31; }\n    #hgc-landing .hgc-styles p { color: #59716c; }\n    #hgc-landing .hgc-styles .hgc-eyebrow { color: #a5142d; }\n\n    #hgc-landing .hgc-style-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));\n      gap: 15px;\n      margin-top: 40px;\n    }\n\n    #hgc-landing .hgc-style-card {\n      position: relative;\n      overflow: hidden;\n      padding: 10px 10px 17px;\n      border: 1px solid rgba(18,59,49,.12);\n      border-radius: 24px;\n      background: rgba(255,255,255,.72);\n      box-shadow: 0 20px 42px rgba(29,76,67,.14);\n      text-align: center;\n      transition: transform .35s ease, box-shadow .35s ease;\n    }\n\n    #hgc-landing .hgc-style-card::before {\n      content: \"\";\n      position: absolute;\n      inset: -80% -50%;\n      z-index: 2;\n      pointer-events: none;\n      opacity: .38;\n      background: linear-gradient(110deg, transparent 40%, rgba(255,111,183,.48), rgba(98,227,255,.58), rgba(255,242,116,.45), transparent 60%);\n      transform: translateX(-70%) rotate(8deg);\n      animation: hgcStyleShine 6.4s ease-in-out infinite;\n    }\n\n    #hgc-landing .hgc-style-card:nth-child(2)::before { animation-delay: -1s; }\n    #hgc-landing .hgc-style-card:nth-child(3)::before { animation-delay: -2s; }\n    #hgc-landing .hgc-style-card:nth-child(4)::before { animation-delay: -3s; }\n    #hgc-landing .hgc-style-card:nth-child(5)::before { animation-delay: -4s; }\n    #hgc-landing .hgc-style-card:hover { transform: translateY(-10px) rotate(-.7deg); box-shadow: 0 28px 55px rgba(29,76,67,.22); }\n\n    #hgc-landing .hgc-style-card img { aspect-ratio: 1 \/ 1; object-fit: contain; border-radius: 16px; background: #f5f6f6; }\n    #hgc-landing .hgc-style-card strong { display: block; margin-top: 13px; color: #173d33; font-size: 15px; }\n\n    \/* HOW IT WORKS *\/\n    #hgc-landing .hgc-how {\n      background:\n        radial-gradient(circle at 85% 22%, rgba(217,48,69,.13), transparent 25%),\n        linear-gradient(145deg, #12392f, #061a1c);\n    }\n\n    #hgc-landing .hgc-steps { display: grid; gap: 14px; margin-top: 30px; }\n\n    #hgc-landing .hgc-step {\n      display: grid;\n      grid-template-columns: 50px minmax(0, 1fr);\n      gap: 16px;\n      padding: 18px;\n      border: 1px solid var(--line);\n      border-radius: 20px;\n      background: rgba(255,255,255,.055);\n      box-shadow: 0 12px 28px rgba(0,0,0,.2);\n      transition: transform .28s ease, border-color .28s ease, background .28s ease;\n    }\n\n    #hgc-landing .hgc-step:hover { transform: translateX(8px); border-color: rgba(255,233,166,.5); background: rgba(255,255,255,.08); }\n    #hgc-landing .hgc-step-num { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 17px; color: white; background: linear-gradient(145deg, #e63a50, #8c1027); box-shadow: 0 11px 22px rgba(149,12,36,.25); font-size: 12px; font-weight: 950; }\n    #hgc-landing .hgc-step h3 { margin: 3px 0 6px; font-size: 19px; }\n    #hgc-landing .hgc-step p { margin: 0; font-size: 14px; }\n\n    \/* OCCASIONS *\/\n    #hgc-landing .hgc-occasions-section { background: #07141d; }\n    #hgc-landing .hgc-occasions { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 15px; margin-top: 40px; }\n\n    #hgc-landing .hgc-occasion {\n      min-height: 205px;\n      padding: 28px;\n      border: 1px solid var(--line);\n      border-radius: 28px;\n      background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025));\n      box-shadow: 0 18px 38px rgba(0,0,0,.24);\n      transition: transform .35s ease, border-color .35s ease;\n    }\n\n    #hgc-landing .hgc-occasion:hover { transform: translateY(-9px); border-color: rgba(111,229,255,.5); }\n    #hgc-landing .hgc-occasion b { display: block; margin-bottom: 24px; color: var(--champagne); font-size: 27px; }\n    #hgc-landing .hgc-occasion h3 { font-size: 21px; }\n    #hgc-landing .hgc-occasion p { margin: 0; font-size: 13px; }\n\n    \/* QUALITY + SPECS *\/\n    #hgc-landing .hgc-quality {\n      background:\n        radial-gradient(circle at 15% 80%, rgba(101,226,255,.13), transparent 27%),\n        linear-gradient(150deg, #172f3d, #07121c);\n    }\n\n    #hgc-landing .hgc-specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 205px), 1fr)); gap: 13px; margin-top: 28px; }\n\n    #hgc-landing .hgc-spec {\n      min-height: 130px;\n      padding: 22px;\n      border: 1px solid var(--line);\n      border-radius: 22px;\n      background: rgba(255,255,255,.055);\n      box-shadow: inset 0 1px 0 rgba(255,255,255,.05);\n      transition: transform .3s ease, border-color .3s ease;\n    }\n\n    #hgc-landing .hgc-spec:hover { transform: translateY(-7px); border-color: rgba(111,229,255,.45); }\n    #hgc-landing .hgc-spec span { display: block; margin-bottom: 10px; color: #91aeb5; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }\n    #hgc-landing .hgc-spec strong { display: block; color: #fff2c8; font-size: 17px; line-height: 1.3; }\n\n    \/* FAQ + FINAL CTA *\/\n    #hgc-landing .hgc-faq { background: linear-gradient(180deg, #07131c, #03090e); }\n    #hgc-landing .hgc-faq-wrap { max-width: 900px; }\n\n    #hgc-landing details {\n      margin-bottom: 12px;\n      border: 1px solid var(--line);\n      border-radius: 20px;\n      background: rgba(255,255,255,.05);\n      box-shadow: 0 12px 25px rgba(0,0,0,.16);\n      transition: border-color .3s ease, transform .3s ease;\n    }\n\n    #hgc-landing details:hover { transform: translateY(-3px); border-color: rgba(111,229,255,.42); }\n    #hgc-landing details[open] { background: rgba(255,255,255,.075); }\n    #hgc-landing summary { position: relative; padding: 21px 58px 21px 22px; color: #effbff; cursor: pointer; list-style: none; font-size: 18px; font-weight: 850; }\n    #hgc-landing summary::-webkit-details-marker { display: none; }\n    #hgc-landing summary::after { content: \"+\"; position: absolute; top: 50%; right: 21px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: white; background: var(--cranberry); transform: translateY(-50%); transition: transform .3s ease; }\n    #hgc-landing details[open] summary::after { transform: translateY(-50%) rotate(45deg); }\n    #hgc-landing details p { margin: 0; padding: 0 22px 22px; }\n\n    #hgc-landing .hgc-final {\n      position: relative;\n      overflow: hidden;\n      padding: 74px 30px;\n      border: 1px solid rgba(255,255,255,.25);\n      border-radius: 42px;\n      background:\n        radial-gradient(circle at 14% 20%, rgba(255,233,166,.18), transparent 25%),\n        radial-gradient(circle at 86% 76%, rgba(100,226,255,.18), transparent 27%),\n        linear-gradient(135deg, #9f1730, #0f5b43);\n      box-shadow: var(--shadow);\n      text-align: center;\n    }\n\n    #hgc-landing .hgc-final::before {\n      content: \"\";\n      position: absolute;\n      inset: -45%;\n      opacity: .65;\n      background: conic-gradient(from 0deg, transparent, rgba(255,255,255,.12), transparent 24%);\n      animation: hgcRotate 13s linear infinite;\n    }\n\n    #hgc-landing .hgc-final \u003e * { position: relative; z-index: 2; }\n    #hgc-landing .hgc-final h2 { max-width: 800px; margin-right: auto; margin-left: auto; }\n    #hgc-landing .hgc-final p { max-width: 650px; margin: 0 auto 28px; color: #e3eeee; }\n\n    @keyframes hgcHolo { to { background-position: 230% center; } }\n    @keyframes hgcFloat { 0%,100% { transform: rotate(1.5deg) translateY(0); } 50% { transform: rotate(.5deg) translateY(-13px); } }\n    @keyframes hgcOrbit { 0%,100% { transform: scale(.95); opacity: .62; } 50% { transform: scale(1.04); opacity: 1; } }\n    @keyframes hgcBadge { 0%,100% { transform: translateY(0) rotate(3deg); } 50% { transform: translateY(-9px) rotate(-3deg); } }\n    @keyframes hgcDot { 0%,100% { box-shadow: 0 0 0 3px rgba(116,227,255,.2), 0 0 12px #74e3ff; } 50% { box-shadow: 0 0 0 9px rgba(116,227,255,0), 0 0 18px #74e3ff; } }\n    @keyframes hgcTicker { to { transform: translateX(-50%); } }\n    @keyframes hgcShine { 0%,42% { left: -45%; } 70%,100% { left: 145%; } }\n    @keyframes hgcButton { 0%,100% { box-shadow: 0 16px 36px rgba(173,20,45,.3), 0 0 0 0 rgba(217,48,69,.18); } 50% { box-shadow: 0 20px 44px rgba(173,20,45,.42), 0 0 0 10px rgba(217,48,69,0); } }\n    @keyframes hgcCardHolo { 0%,25% { background-position: 200% 0; } 70%,100% { background-position: -100% 0; } }\n    @keyframes hgcStyleShine { 0%,35% { transform: translateX(-70%) rotate(8deg); } 70%,100% { transform: translateX(80%) rotate(8deg); } }\n    @keyframes hgcBlink { from { opacity: .25; filter: drop-shadow(0 0 0 transparent); } to { opacity: 1; filter: drop-shadow(0 0 6px currentColor); } }\n    @keyframes hgcRotate { to { transform: rotate(360deg); } }\n    @keyframes hgcSnow { 0% { top: -1%; transform: translateX(0) rotate(0deg); } 45% { transform: translateX(35px) rotate(150deg); } 100% { top: 100%; transform: translateX(-24px) rotate(360deg); } }\n\n    \/* Shopify narrow desktop container support *\/\n    @container hgc-page (max-width: 760px) {\n      #hgc-landing .hgc-shell { width: min(100% - 24px, 1180px); }\n      #hgc-landing .hgc-section { padding: 62px 0; }\n      #hgc-landing .hgc-hero { padding: 48px 0 68px; }\n      #hgc-landing .hgc-hero-grid,\n      #hgc-landing .hgc-story-grid,\n      #hgc-landing .hgc-how-grid,\n      #hgc-landing .hgc-quality-grid,\n      #hgc-landing .hgc-head { grid-template-columns: minmax(0, 1fr); }\n      #hgc-landing .hgc-head \u003e p { margin-left: 0; }\n      #hgc-landing .hgc-visual { min-height: 0; }\n      #hgc-landing .hgc-story-grid .hgc-image-card { order: -1; }\n      #hgc-landing .hgc-facts,\n      #hgc-landing .hgc-compare,\n      #hgc-landing .hgc-specs { grid-template-columns: minmax(0, 1fr); }\n      #hgc-landing .hgc-final { padding: 58px 22px; border-radius: 28px; }\n    }\n\n    @media (max-width: 640px) {\n      #hgc-landing .hgc-shell { width: min(100% - 24px, 1180px); }\n      #hgc-landing .hgc-section { padding: 60px 0; }\n      #hgc-landing .hgc-hero { padding: 46px 0 65px; }\n      #hgc-landing h1 { font-size: clamp(40px, 12vw, 58px); }\n      #hgc-landing h2 { font-size: clamp(33px, 10vw, 48px); }\n      #hgc-landing .hgc-hero-grid,\n      #hgc-landing .hgc-story-grid,\n      #hgc-landing .hgc-how-grid,\n      #hgc-landing .hgc-quality-grid,\n      #hgc-landing .hgc-head { grid-template-columns: 1fr; }\n      #hgc-landing .hgc-visual { min-height: 0; }\n      #hgc-landing .hgc-badge { width: 87px; height: 87px; border-width: 4px; font-size: 8px; }\n      #hgc-landing .hgc-tree { width: 90px; height: 122px; }\n      #hgc-landing .hgc-story-grid .hgc-image-card { order: -1; }\n      #hgc-landing .hgc-facts,\n      #hgc-landing .hgc-compare,\n      #hgc-landing .hgc-specs { grid-template-columns: 1fr; }\n      #hgc-landing .hgc-final { padding: 56px 20px; border-radius: 28px; }\n    }\n\n    \/* FESTIVE COLOR SYSTEM V2\n       Three module colors only: cranberry red, pine green and champagne gold. *\/\n    #hgc-landing {\n      --night: #20040c;\n      --navy: #20040c;\n      --pine: #073d2a;\n      --pine-light: #126342;\n      --cranberry: #a3132b;\n      --red: #d83249;\n      --gold: #ddb55b;\n      --champagne: #ffe7a1;\n      --ice: #fff3cf;\n      --muted: #ddcfc0;\n      --line: rgba(255,231,161,.2);\n      background:\n        radial-gradient(circle at 8% 8%, rgba(216,50,73,.34), transparent 24%),\n        radial-gradient(circle at 91% 17%, rgba(221,181,91,.25), transparent 25%),\n        radial-gradient(circle at 18% 54%, rgba(13,100,67,.34), transparent 30%),\n        radial-gradient(circle at 86% 82%, rgba(185,24,50,.3), transparent 28%),\n        linear-gradient(155deg, #310610 0%, #7c1025 19%, #082f23 47%, #0b5036 68%, #460916 100%);\n      background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 180% 180%;\n      animation: hgcFestiveBg 18s ease-in-out infinite alternate;\n    }\n\n    #hgc-landing::before {\n      opacity: .48;\n      background-image:\n        linear-gradient(rgba(255,231,161,.04) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(255,231,161,.04) 1px, transparent 1px);\n    }\n\n    #hgc-landing .hgc-eyebrow::before {\n      background: linear-gradient(90deg, var(--red), var(--gold), var(--pine-light));\n      box-shadow: 0 0 18px rgba(221,181,91,.62);\n    }\n\n    #hgc-landing .hgc-holo-text {\n      background: linear-gradient(90deg, #ff5a6f 0%, #ffe28c 34%, #82e5ae 66%, #ff5a6f 100%);\n      background-size: 230% auto;\n      -webkit-background-clip: text;\n      background-clip: text;\n    }\n\n    #hgc-landing .hgc-hero {\n      background:\n        radial-gradient(circle at 76% 42%, rgba(221,181,91,.3), transparent 27%),\n        radial-gradient(circle at 70% 48%, rgba(216,50,73,.22), transparent 20%),\n        linear-gradient(145deg, rgba(113,13,34,.46), rgba(5,61,41,.42));\n    }\n\n    #hgc-landing .hgc-orbit {\n      border-color: rgba(255,231,161,.32);\n      box-shadow: 0 0 0 40px rgba(221,181,91,.055), 0 0 0 78px rgba(216,50,73,.04);\n    }\n\n    #hgc-landing .hgc-pill i {\n      background: var(--gold);\n      box-shadow: 0 0 14px var(--gold);\n    }\n\n    #hgc-landing .hgc-hero-card::before,\n    #hgc-landing .hgc-style-card::before {\n      background: linear-gradient(115deg, transparent 28%, rgba(255,78,102,.42) 40%, rgba(255,226,140,.55) 51%, rgba(81,211,139,.42) 61%, transparent 73%);\n    }\n\n    #hgc-landing .hgc-ticker {\n      background: linear-gradient(90deg, #6f0e22, #0c6241, #9e1931, #0c6241, #6f0e22);\n      background-size: 200% 100%;\n      animation: hgcTickerColor 10s ease-in-out infinite alternate;\n    }\n\n    #hgc-landing .hgc-fact:hover,\n    #hgc-landing .hgc-spec:hover,\n    #hgc-landing .hgc-occasion:hover,\n    #hgc-landing details:hover { border-color: rgba(255,231,161,.62); }\n\n    #hgc-landing .hgc-story {\n      background:\n        radial-gradient(circle at 84% 60%, rgba(221,181,91,.16), transparent 29%),\n        linear-gradient(145deg, #6f0c20, #0a4a34 54%, #25070f);\n    }\n\n    #hgc-landing .hgc-image-card {\n      border-color: rgba(255,231,161,.3);\n      background: linear-gradient(145deg, #9b1830, #0a553a);\n    }\n\n    #hgc-landing .hgc-features {\n      background:\n        radial-gradient(circle at 12% 15%, rgba(221,181,91,.2), transparent 25%),\n        radial-gradient(circle at 90% 80%, rgba(13,100,67,.27), transparent 28%),\n        linear-gradient(155deg, #400813, #870f28 42%, #073b29 100%);\n    }\n\n    #hgc-landing .hgc-card:nth-child(1) { background: linear-gradient(135deg, #d2354b, #791126); }\n    #hgc-landing .hgc-card:nth-child(2) { background: linear-gradient(135deg, #16704c, #073a29); }\n    #hgc-landing .hgc-card:nth-child(3) { background: linear-gradient(135deg, #fff1c3, #d6ac4f); }\n    #hgc-landing .hgc-card:nth-child(4) { background: linear-gradient(135deg, #a81631, #580b1b); }\n\n    #hgc-landing .hgc-styles {\n      background:\n        radial-gradient(circle at 12% 16%, rgba(164,19,43,.12), transparent 24%),\n        radial-gradient(circle at 88% 78%, rgba(13,100,67,.14), transparent 27%),\n        linear-gradient(150deg, #fff6dc, #f1d892 52%, #fff0c4);\n    }\n\n    #hgc-landing .hgc-how {\n      background:\n        radial-gradient(circle at 85% 22%, rgba(221,181,91,.2), transparent 25%),\n        linear-gradient(145deg, #0d6847, #063526 55%, #6e0d20 100%);\n    }\n\n    #hgc-landing .hgc-occasions-section {\n      background:\n        radial-gradient(circle at 16% 12%, rgba(221,181,91,.17), transparent 24%),\n        linear-gradient(145deg, #760f25, #3f0713 58%, #093828 100%);\n    }\n\n    #hgc-landing .hgc-quality {\n      background:\n        radial-gradient(circle at 15% 80%, rgba(221,181,91,.19), transparent 27%),\n        linear-gradient(150deg, #0b5d40, #063225 56%, #640c20 100%);\n    }\n\n    #hgc-landing .hgc-faq {\n      background:\n        radial-gradient(circle at 88% 10%, rgba(221,181,91,.13), transparent 24%),\n        linear-gradient(180deg, #550b1b, #19050a 50%, #05271c);\n    }\n\n    #hgc-landing .hgc-final {\n      background:\n        radial-gradient(circle at 14% 20%, rgba(255,231,161,.24), transparent 25%),\n        radial-gradient(circle at 86% 76%, rgba(255,231,161,.17), transparent 27%),\n        linear-gradient(135deg, #b71936, #0c704b);\n    }\n\n    \/* Stronger two-layer snowfall *\/\n    #hgc-landing .hgc-snow { z-index: 7; }\n\n    #hgc-landing .hgc-snow::before,\n    #hgc-landing .hgc-snow::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      pointer-events: none;\n      background-image:\n        radial-gradient(circle, rgba(255,255,255,.86) 0 2px, transparent 3px),\n        radial-gradient(circle, rgba(255,244,202,.72) 0 1.5px, transparent 2.5px),\n        radial-gradient(circle, rgba(255,255,255,.62) 0 1px, transparent 2px);\n      background-size: 92px 92px, 137px 137px, 61px 61px;\n      background-position: 0 0, 34px 52px, 17px 31px;\n      animation: hgcSnowField 16s linear infinite;\n    }\n\n    #hgc-landing .hgc-snow::after {\n      opacity: .58;\n      filter: blur(.3px);\n      transform: scale(1.15);\n      animation-duration: 25s;\n      animation-direction: reverse;\n    }\n\n    #hgc-landing .hgc-snow span {\n      opacity: .82;\n      text-shadow: 0 0 12px rgba(255,255,255,.95), 0 0 24px rgba(255,231,161,.55);\n    }\n\n    #hgc-landing .hgc-snow span:nth-child(14) { left: 7%; font-size: 24px; animation-duration: 32s; animation-delay: -24s; }\n    #hgc-landing .hgc-snow span:nth-child(15) { left: 15%; font-size: 12px; animation-duration: 23s; animation-delay: -8s; }\n    #hgc-landing .hgc-snow span:nth-child(16) { left: 22%; font-size: 19px; animation-duration: 28s; animation-delay: -18s; }\n    #hgc-landing .hgc-snow span:nth-child(17) { left: 30%; font-size: 10px; animation-duration: 21s; animation-delay: -3s; }\n    #hgc-landing .hgc-snow span:nth-child(18) { left: 38%; font-size: 26px; animation-duration: 35s; animation-delay: -29s; }\n    #hgc-landing .hgc-snow span:nth-child(19) { left: 46%; font-size: 14px; animation-duration: 24s; animation-delay: -12s; }\n    #hgc-landing .hgc-snow span:nth-child(20) { left: 54%; font-size: 21px; animation-duration: 31s; animation-delay: -21s; }\n    #hgc-landing .hgc-snow span:nth-child(21) { left: 62%; font-size: 11px; animation-duration: 22s; animation-delay: -6s; }\n    #hgc-landing .hgc-snow span:nth-child(22) { left: 70%; font-size: 25px; animation-duration: 36s; animation-delay: -31s; }\n    #hgc-landing .hgc-snow span:nth-child(23) { left: 78%; font-size: 13px; animation-duration: 25s; animation-delay: -14s; }\n    #hgc-landing .hgc-snow span:nth-child(24) { left: 86%; font-size: 20px; animation-duration: 30s; animation-delay: -19s; }\n    #hgc-landing .hgc-snow span:nth-child(25) { left: 93%; font-size: 11px; animation-duration: 23s; animation-delay: -9s; }\n\n    \/* Repeating illuminated Christmas-tree silhouettes throughout the page *\/\n    #hgc-landing .hgc-tree-forest {\n      position: absolute;\n      inset: 0;\n      z-index: 2;\n      overflow: hidden;\n      pointer-events: none;\n    }\n\n    #hgc-landing .hgc-tree-forest i {\n      position: absolute;\n      display: block;\n      width: 150px;\n      height: 205px;\n      opacity: .38;\n      clip-path: polygon(50% 0, 64% 25%, 58% 25%, 76% 54%, 68% 54%, 94% 94%, 58% 94%, 58% 100%, 42% 100%, 42% 94%, 6% 94%, 32% 54%, 24% 54%, 42% 25%, 36% 25%);\n      background:\n        radial-gradient(circle at 35% 35%, #ffe587 0 3px, transparent 4px),\n        radial-gradient(circle at 66% 48%, #f23d59 0 3px, transparent 4px),\n        radial-gradient(circle at 42% 66%, #ffe587 0 3px, transparent 4px),\n        radial-gradient(circle at 72% 78%, #f23d59 0 3px, transparent 4px),\n        linear-gradient(145deg, #1a8057, #053a28);\n      filter: drop-shadow(0 0 18px rgba(255,231,161,.38));\n      animation: hgcTreeBreathe 3s ease-in-out infinite alternate;\n    }\n\n    #hgc-landing .hgc-tree-forest i:nth-child(1) { top: 8%; left: -28px; transform: rotate(-5deg); }\n    #hgc-landing .hgc-tree-forest i:nth-child(2) { top: 23%; right: -36px; width: 185px; height: 250px; animation-delay: -.7s; }\n    #hgc-landing .hgc-tree-forest i:nth-child(3) { top: 39%; left: -42px; width: 175px; height: 235px; animation-delay: -1.4s; }\n    #hgc-landing .hgc-tree-forest i:nth-child(4) { top: 55%; right: -25px; animation-delay: -2s; }\n    #hgc-landing .hgc-tree-forest i:nth-child(5) { top: 71%; left: -32px; width: 190px; height: 255px; animation-delay: -1s; }\n    #hgc-landing .hgc-tree-forest i:nth-child(6) { top: 87%; right: -40px; width: 175px; height: 235px; animation-delay: -2.3s; }\n\n    #hgc-landing .hgc-tree {\n      width: 165px;\n      height: 225px;\n      opacity: .96;\n      filter: drop-shadow(0 0 22px rgba(255,231,161,.35));\n    }\n\n    @keyframes hgcFestiveBg {\n      from { background-position: 0 0, 0 0, 0 0, 0 0, 0% 0%; }\n      to { background-position: 0 0, 0 0, 0 0, 0 0, 100% 100%; }\n    }\n\n    @keyframes hgcTickerColor { to { background-position: 100% 0; } }\n    @keyframes hgcSnowField { to { background-position: 92px 184px, -103px 274px, 78px 122px; } }\n    @keyframes hgcTreeBreathe {\n      from { opacity: .25; filter: drop-shadow(0 0 8px rgba(255,231,161,.18)); }\n      to { opacity: .52; filter: drop-shadow(0 0 26px rgba(255,231,161,.56)); }\n    }\n\n    @media (max-width: 640px) {\n      #hgc-landing .hgc-tree-forest i { width: 105px; height: 145px; opacity: .27; }\n      #hgc-landing .hgc-tree-forest i:nth-child(2),\n      #hgc-landing .hgc-tree-forest i:nth-child(3),\n      #hgc-landing .hgc-tree-forest i:nth-child(5),\n      #hgc-landing .hgc-tree-forest i:nth-child(6) { width: 120px; height: 165px; }\n      #hgc-landing .hgc-tree { width: 112px; height: 152px; opacity: .9; }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      #hgc-landing *,\n      #hgc-landing *::before,\n      #hgc-landing *::after {\n        animation-duration: .001ms !important;\n        animation-iteration-count: 1 !important;\n        transition-duration: .001ms !important;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"hgc-landing\" class=\"hgc\" lang=\"en\"\u003e\n\u003cdiv class=\"hgc-snow\"\u003e\n\u003cspan\u003e❄\u003c\/span\u003e\u003cspan\u003e•\u003c\/span\u003e\u003cspan\u003e❄\u003c\/span\u003e\u003cspan\u003e✦\u003c\/span\u003e\u003cspan\u003e•\u003c\/span\u003e\u003cspan\u003e❄\u003c\/span\u003e\u003cspan\u003e✦\u003c\/span\u003e\u003cspan\u003e❄\u003c\/span\u003e\u003cspan\u003e•\u003c\/span\u003e\u003cspan\u003e❄\u003c\/span\u003e\u003cspan\u003e✦\u003c\/span\u003e\u003cspan\u003e❄\u003c\/span\u003e\u003cspan\u003e•\u003c\/span\u003e \u003cspan\u003e❄\u003c\/span\u003e\u003cspan\u003e✦\u003c\/span\u003e\u003cspan\u003e❄\u003c\/span\u003e\u003cspan\u003e•\u003c\/span\u003e\u003cspan\u003e❄\u003c\/span\u003e\u003cspan\u003e✦\u003c\/span\u003e\u003cspan\u003e❄\u003c\/span\u003e\u003cspan\u003e•\u003c\/span\u003e\u003cspan\u003e❄\u003c\/span\u003e\u003cspan\u003e✦\u003c\/span\u003e\u003cspan\u003e❄\u003c\/span\u003e\u003cspan\u003e•\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hgc-tree-forest\"\u003e\n\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003csection id=\"hgc-top\" class=\"hgc-hero\"\u003e\n\u003cdiv class=\"hgc-shell hgc-hero-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hgc-pills\"\u003e\n\u003cspan class=\"hgc-pill\"\u003e\u003ci\u003e\u003c\/i\u003e Holographic holiday magic\u003c\/span\u003e \u003cspan class=\"hgc-pill\"\u003e5 festive cover styles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"hgc-eyebrow\"\u003eChristmas gifting, reimagined\u003c\/p\u003e\n\u003ch1\u003eONE BOOK.\u003cbr\u003e\u003cspan class=\"hgc-holo-text\"\u003eA WHOLE CHRISTMAS OF SURPRISES.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hgc-lead\"\u003eTurn ordinary gift cards, cash or tickets into a page-by-page holiday reveal—complete with festive artwork and space for the words that make a gift truly personal.\u003c\/p\u003e\n\u003ca class=\"hgc-btn\" href=\"#hgc-inside\"\u003eSee what's inside  →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hgc-visual\"\u003e\n\u003cdiv class=\"hgc-orbit\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csvg class=\"hgc-tree\" viewbox=\"0 0 130 175\"\u003e\n          \u003cpath d=\"M65 5 43 42h13L30 82h18L18 128h94L82 82h18L74 42h13Z\" fill=\"#18835f\" stroke=\"#85ffd0\" stroke-opacity=\".35\"\u003e\u003c\/path\u003e\n          \u003crect x=\"58\" y=\"128\" width=\"14\" height=\"30\" rx=\"3\" fill=\"#8f502c\"\u003e\u003c\/rect\u003e\n          \u003ccircle class=\"hgc-light\" cx=\"50\" cy=\"49\" r=\"4\" fill=\"#ff5770\"\u003e\u003c\/circle\u003e\n          \u003ccircle class=\"hgc-light\" cx=\"75\" cy=\"58\" r=\"4\" fill=\"#ffe376\"\u003e\u003c\/circle\u003e\n          \u003ccircle class=\"hgc-light\" cx=\"43\" cy=\"91\" r=\"4\" fill=\"#72e9ff\"\u003e\u003c\/circle\u003e\n          \u003ccircle class=\"hgc-light\" cx=\"70\" cy=\"101\" r=\"4\" fill=\"#ff75bd\"\u003e\u003c\/circle\u003e\n          \u003ccircle class=\"hgc-light\" cx=\"88\" cy=\"118\" r=\"4\" fill=\"#ffe376\"\u003e\u003c\/circle\u003e\n          \u003ccircle class=\"hgc-light\" cx=\"34\" cy=\"122\" r=\"4\" fill=\"#72e9ff\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"m65 0 3 7 8 .7-6 5 2 8-7-4-7 4 2-8-6-5 8-.7Z\" fill=\"#ffe376\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003cdiv class=\"hgc-hero-card\"\u003e\n\u003c!-- IMAGE URL 01: all five styles \/ hero product image --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/ChatGPTImageAug21_2026_02_47_22PM_1.png?v=1787559595\" alt=\"Five Holographic Christmas Gift Card Booklet cover styles\" loading=\"eager\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hgc-badge\"\u003eFlip.\u003cbr\u003eReveal.\u003cbr\u003eDelight.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"hgc-ticker\"\u003e\n\u003cdiv class=\"hgc-ticker-track\"\u003e\n\u003cspan\u003e5 COVER STYLES \u003cb\u003e✦\u003c\/b\u003e\u003c\/span\u003e\u003cspan\u003eGIFT CARDS • CASH • TICKETS \u003cb\u003e✦\u003c\/b\u003e\u003c\/span\u003e\u003cspan\u003eHANDWRITTEN NOTES \u003cb\u003e✦\u003c\/b\u003e\u003c\/span\u003e\u003cspan\u003eSPIRAL-BOUND \u003cb\u003e✦\u003c\/b\u003e\u003c\/span\u003e\u003cspan\u003eREADY TO GIFT \u003cb\u003e✦\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003e5 COVER STYLES \u003cb\u003e✦\u003c\/b\u003e\u003c\/span\u003e\u003cspan\u003eGIFT CARDS • CASH • TICKETS \u003cb\u003e✦\u003c\/b\u003e\u003c\/span\u003e\u003cspan\u003eHANDWRITTEN NOTES \u003cb\u003e✦\u003c\/b\u003e\u003c\/span\u003e\u003cspan\u003eSPIRAL-BOUND \u003cb\u003e✦\u003c\/b\u003e\u003c\/span\u003e\u003cspan\u003eREADY TO GIFT \u003cb\u003e✦\u003c\/b\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hgc-shell hgc-facts\"\u003e\n\u003cdiv class=\"hgc-fact\"\u003e\n\u003cstrong\u003e5\u003c\/strong\u003e\u003cspan\u003eFestive cover styles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hgc-fact\"\u003e\n\u003cstrong\u003e10+\u003c\/strong\u003e\u003cspan\u003eHoliday page designs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hgc-fact\"\u003e\n\u003cstrong\u003e8.3 × 6\u003c\/strong\u003e\u003cspan\u003eApprox. size in inches\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hgc-fact\"\u003e\n\u003cstrong\u003e3-in-1\u003c\/strong\u003e\u003cspan\u003eCards, cash or tickets\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"hgc-section hgc-story\"\u003e\n\u003cdiv class=\"hgc-shell\"\u003e\n\u003cdiv class=\"hgc-story-grid\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"hgc-number\"\u003e01\u003c\/span\u003e\n\u003cp class=\"hgc-eyebrow\"\u003eBuild the moment\u003c\/p\u003e\n\u003ch2\u003eSKIP THE ENVELOPE.\u003cbr\u003e\u003cspan class=\"hgc-holo-text\"\u003eCREATE THE REVEAL.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"hgc-lead\"\u003eInstead of handing over one card, create a sequence of surprises. Every turn of the page adds anticipation, personality and another reason to smile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hgc-image-card\"\u003e\n\u003c!-- IMAGE URL 02: gift booklet lifestyle \/ open pages --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/ChatGPTImageAug21_2026_02_47_24PM_3.png?v=1787559595\" alt=\"Christmas gift card booklet creating a festive reveal\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hgc-compare\"\u003e\n\u003carticle class=\"hgc-compare-card\"\u003e\u003cspan class=\"hgc-label\"\u003eOrdinary Envelope\u003c\/span\u003e\n\u003ch3\u003eOpened once. Forgotten fast.\u003c\/h3\u003e\n\u003cp\u003eA practical gift card can feel rushed when there is nothing memorable about the presentation.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hgc-compare-card\"\u003e\u003cspan class=\"hgc-label\"\u003eGift Card Booklet\u003c\/span\u003e\n\u003ch3\u003eEvery page adds meaning.\u003c\/h3\u003e\n\u003cp\u003eMix gift cards, money, tickets and handwritten notes into a thoughtful holiday experience made just for them.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"hgc-inside\" class=\"hgc-section hgc-features\"\u003e\n\u003cdiv class=\"hgc-shell\"\u003e\n\u003cdiv class=\"hgc-head\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"hgc-eyebrow\"\u003eInside the booklet\u003c\/p\u003e\n\u003ch2\u003eSMALL PAGES.\u003cbr\u003e\u003cspan class=\"hgc-holo-text\"\u003eBIG HOLIDAY FEELING.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp\u003eDesigned to make simple gifts feel considered, creative and wonderfully personal—without complicated wrapping.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/ChatGPTImageAug18_2026_11_51_49AM_2.webp?v=1787652823\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hgc-bento\"\u003e\n\u003carticle class=\"hgc-card\"\u003e\n\u003cdiv class=\"hgc-icon\"\u003e✎\u003c\/div\u003e\n\u003ch3\u003eBlank Note Space\u003c\/h3\u003e\n\u003cp\u003eAdd heartfelt messages, inside jokes, holiday wishes or clues that lead into the next surprise.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hgc-card\"\u003e\n\u003cdiv class=\"hgc-icon\"\u003e▣\u003c\/div\u003e\n\u003ch3\u003eGift Card Holder Pages\u003c\/h3\u003e\n\u003cp\u003eDedicated spaces help present gift cards, cash or tickets as part of one coordinated experience.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hgc-card\"\u003e\n\u003cdiv class=\"hgc-icon\"\u003e❄\u003c\/div\u003e\n\u003ch3\u003e10+ Festive Designs\u003c\/h3\u003e\n\u003cp\u003eHoliday-themed pages bring color, warmth and playful Christmas energy to every reveal.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hgc-card\"\u003e\n\u003cdiv class=\"hgc-icon\"\u003e♥\u003c\/div\u003e\n\u003ch3\u003eTO \/ FROM Fields\u003c\/h3\u003e\n\u003cp\u003ePersonalize the booklet clearly for the recipient and turn a practical gift into their own keepsake.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"hgc-section hgc-styles\"\u003e\n\u003cdiv class=\"hgc-shell\"\u003e\n\u003cp class=\"hgc-eyebrow\"\u003ePick their Christmas personality\u003c\/p\u003e\n\u003ch2\u003eFIVE COVERS.\u003cbr\u003eONE PERFECT MATCH.\u003c\/h2\u003e\n\u003cp class=\"hgc-lead\"\u003eGo classic, cozy, playful or bright—or choose the five-piece option and spread the holiday magic across your whole gift list.\u003c\/p\u003e\n\u003cdiv class=\"hgc-style-grid\"\u003e\n\u003carticle class=\"hgc-style-card\"\u003e\u003c!-- IMAGE URL 03: Santa Claus --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/O1CN01f17Hvj1s0UJFAlyY4__6000000005704-0-cib.jpg?v=1787559595\" alt=\"Santa Claus Christmas gift card booklet style\" loading=\"lazy\"\u003e \u003cstrong\u003eSanta Claus\u003c\/strong\u003e\u003c\/article\u003e\n\u003carticle class=\"hgc-style-card\"\u003e\u003c!-- IMAGE URL 04: Christmas Tree --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/O1CN01PIfKSX1MyspkCO3ID__6000000001504-0-cib.jpg?v=1787559595\" alt=\"Christmas Tree gift card booklet style\" loading=\"lazy\"\u003e \u003cstrong\u003eChristmas Tree\u003c\/strong\u003e\u003c\/article\u003e\n\u003carticle class=\"hgc-style-card\"\u003e\u003c!-- IMAGE URL 05: Gingerbread Man --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/O1CN01gYqoLC1gxmBuZF5zb__6000000004209-0-cib.jpg?v=1787559595\" alt=\"Gingerbread Man gift card booklet style\" loading=\"lazy\"\u003e \u003cstrong\u003eGingerbread Man\u003c\/strong\u003e\u003c\/article\u003e\n\u003carticle class=\"hgc-style-card\"\u003e\u003c!-- IMAGE URL 06: Hot Cocoa Cup --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/ChatGPT_Image_Aug_21_2026_03_36_50_PM.png?v=1787559595\" alt=\"Hot Cocoa Cup Christmas gift card booklet style\" loading=\"lazy\"\u003e \u003cstrong\u003eHot Cocoa\u003c\/strong\u003e\u003c\/article\u003e\n\u003carticle class=\"hgc-style-card\"\u003e\u003c!-- IMAGE URL 07: Holly Jolly --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/O1CN01rOj0TX1spKGyKXzDV__2222541305815-0-cib.jpg?v=1787559595\" alt=\"Holly Jolly Christmas gift card booklet style\" loading=\"lazy\"\u003e \u003cstrong\u003eHolly Jolly\u003c\/strong\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"hgc-section hgc-how\"\u003e\n\u003cdiv class=\"hgc-shell hgc-how-grid\"\u003e\n\u003cdiv class=\"hgc-image-card\"\u003e\n\u003c!-- IMAGE URL 08: product in use \/ booklet detail --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/ChatGPT_Image_Aug_21_2026_03_15_21_PM.png?v=1787559595\" alt=\"Personalizing the Holographic Christmas Gift Card Booklet\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"hgc-number\"\u003e02\u003c\/span\u003e\n\u003cp class=\"hgc-eyebrow\"\u003eHow it works\u003c\/p\u003e\n\u003ch2\u003eCHOOSE. FILL.\u003cbr\u003e\u003cspan class=\"hgc-holo-text\"\u003eMAKE IT THEIRS.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eBuild a polished Christmas gift in a few easy steps—no complicated craft project required.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/ChatGPTImageAug18_2026_11_51_55AM_4.webp?v=1787652864\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"hgc-steps\"\u003e\n\u003carticle class=\"hgc-step\"\u003e\u003cspan class=\"hgc-step-num\"\u003e01\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eChoose a cover\u003c\/h3\u003e\n\u003cp\u003eMatch the design to their personality or choose the five-piece option for multiple recipients.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hgc-step\"\u003e\u003cspan class=\"hgc-step-num\"\u003e02\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAdd the surprises\u003c\/h3\u003e\n\u003cp\u003ePlace gift cards, cash, tickets or personal coupons throughout the booklet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hgc-step\"\u003e\u003cspan class=\"hgc-step-num\"\u003e03\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eWrite from the heart\u003c\/h3\u003e\n\u003cp\u003eUse the note and TO \/ FROM spaces to make every page personal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hgc-step\"\u003e\u003cspan class=\"hgc-step-num\"\u003e04\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eGift the whole experience\u003c\/h3\u003e\n\u003cp\u003eHand it over ready to enjoy and watch each surprise unfold page by page.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"hgc-section hgc-occasions-section\"\u003e\n\u003cdiv class=\"hgc-shell\"\u003e\n\u003cspan class=\"hgc-number\"\u003e03\u003c\/span\u003e\n\u003cp class=\"hgc-eyebrow\"\u003eMade for every holiday list\u003c\/p\u003e\n\u003ch2\u003eONE EASY IDEA.\u003cbr\u003e\u003cspan class=\"hgc-holo-text\"\u003eSO MANY WAYS TO GIVE.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"hgc-lead\"\u003eA flexible presentation for the people who are hard to shop for—and the moments when a plain gift card needs more heart.\u003c\/p\u003e\n\u003cdiv class=\"hgc-occasions\"\u003e\n\u003carticle class=\"hgc-occasion\"\u003e\u003cb\u003e🎄\u003c\/b\u003e\n\u003ch3\u003eChristmas Morning\u003c\/h3\u003e\n\u003cp\u003eCreate a festive sequence of surprises instead of one quick envelope.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hgc-occasion\"\u003e\u003cb\u003e🎅\u003c\/b\u003e\n\u003ch3\u003eSecret Santa\u003c\/h3\u003e\n\u003cp\u003eTurn a familiar exchange into something playful and presentation-ready.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hgc-occasion\"\u003e\u003cb\u003e🧦\u003c\/b\u003e\n\u003ch3\u003eStocking Surprise\u003c\/h3\u003e\n\u003cp\u003eAdd multiple small treats, coupons or notes in one compact booklet.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"hgc-occasion\"\u003e\u003cb\u003e♥\u003c\/b\u003e\n\u003ch3\u003eFriends \u0026amp; Family\u003c\/h3\u003e\n\u003cp\u003eMake practical gifts feel thoughtful for teens, adults, coworkers and loved ones.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"hgc-section hgc-quality\"\u003e\n\u003cdiv class=\"hgc-shell hgc-quality-grid\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"hgc-number\"\u003e04\u003c\/span\u003e\n\u003cp class=\"hgc-eyebrow\"\u003eEasy to fill. Lovely to keep.\u003c\/p\u003e\n\u003ch2\u003eMADE TO OPEN FLAT.\u003cbr\u003e\u003cspan class=\"hgc-holo-text\"\u003eDESIGNED TO STAND OUT.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"hgc-lead\"\u003eThe spiral binding keeps pages easy to turn and comfortable to personalize, while the vivid holiday cover makes the gift feel finished before wrapping even begins.\u003c\/p\u003e\n\u003cp class=\"hgc-lead\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/ChatGPTImageAug18_2026_11_51_50AM_3.webp?v=1787652958\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"hgc-specs\"\u003e\n\u003cdiv class=\"hgc-spec\"\u003e\n\u003cspan\u003eApprox. Size\u003c\/span\u003e\u003cstrong\u003e8.3 × 6 inches\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hgc-spec\"\u003e\n\u003cspan\u003eBinding\u003c\/span\u003e\u003cstrong\u003eDurable spiral-bound format\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hgc-spec\"\u003e\n\u003cspan\u003eCover Options\u003c\/span\u003e\u003cstrong\u003e5 individual styles\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hgc-spec\"\u003e\n\u003cspan\u003eBundle Option\u003c\/span\u003e\u003cstrong\u003eAll styles — 5 pieces\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hgc-image-card\"\u003e\n\u003c!-- IMAGE URL 09: booklet dimensions \/ presentation image --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/ChatGPTImageAug21_2026_02_47_25PM_5.png?v=1787559595\" alt=\"Holographic Christmas Gift Card Booklet size and spiral binding\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"hgc-section hgc-faq\"\u003e\n\u003cdiv class=\"hgc-shell hgc-faq-wrap\"\u003e\n\u003cp class=\"hgc-eyebrow\"\u003eQuestions, answered\u003c\/p\u003e\n\u003ch2\u003eBEFORE THE\u003cbr\u003e\u003cspan class=\"hgc-holo-text\"\u003eHOLIDAY REVEAL.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat can I put inside the booklet?\u003c\/summary\u003e\n\u003cp\u003eThe holder pages are designed for gift cards and can also be used to present cash, tickets, handwritten coupons or other flat surprises that fit comfortably.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I write personal messages?\u003c\/summary\u003e\n\u003cp\u003eYes. The booklet includes blank note space and TO \/ FROM fields so you can add holiday wishes, clues, memories or personal messages.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich cover styles are available?\u003c\/summary\u003e\n\u003cp\u003eThe available options are Santa Claus, Christmas Tree, Gingerbread Man, Hot Cocoa Cup and Holly Jolly. A five-piece all-styles option is also listed.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable for more than Christmas morning?\u003c\/summary\u003e\n\u003cp\u003eYes. It can also work for Secret Santa, stocking surprises, birthdays, thank-you gifts, ticket reveals and other occasions where presentation matters.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the booklet need additional wrapping?\u003c\/summary\u003e\n\u003cp\u003eIt is designed to look festive and presentation-ready on its own. You can still add a ribbon, gift bag or box if you want an extra layer of surprise.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"hgc-final\"\u003e\n\u003cp class=\"hgc-eyebrow\"\u003eMake the simple gift unforgettable\u003c\/p\u003e\n\u003ch2\u003eDON'T JUST GIVE A CARD.\u003cbr\u003e\u003cspan class=\"hgc-holo-text\"\u003eGIVE THEM THE MOMENT.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eFill the pages, add your words and turn every flip into another little piece of Christmas magic.\u003c\/p\u003e\n\u003ca class=\"hgc-btn\" href=\"#hgc-top\"\u003eBack to the beginning  ↑\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"B004","offers":[{"title":"🎅Santa Claus","offer_id":48315799208125,"sku":"B02514-A","price":19.9,"currency_code":"USD","in_stock":true},{"title":"🎄Christmas Tree","offer_id":48315799240893,"sku":"B02514-B","price":19.9,"currency_code":"USD","in_stock":true},{"title":"🍪Gingerbread Man","offer_id":48315799273661,"sku":"B02514-C","price":19.9,"currency_code":"USD","in_stock":true},{"title":"☕Cup","offer_id":48315799306429,"sku":"B02514-D","price":19.9,"currency_code":"USD","in_stock":true},{"title":"🔔 Holly Jolly","offer_id":48315799339197,"sku":"B02514-E","price":19.9,"currency_code":"USD","in_stock":true},{"title":"🎁All Styles(5 PCS)","offer_id":48315799371965,"sku":"B02514-A+B02514-B+B02514-C+B02514-D+B02514-E","price":59.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/ChatGPTImageAug21_2026_02_47_22PM_1.png?v=1787559595","url":"https:\/\/valorsnet.us\/products\/holographic-christmas-gift-card-booklet","provider":"Valors-net","version":"1.0","type":"link"}