{"product_id":"vinyls","title":"Christmas Vinyl Frame","description":"\u003cstyle\u003e\n.happy-vinyl {\n  max-width: 760px;\n  margin: 0 auto;\n  font-family: Arial, Helvetica, sans-serif;\n  color: #26352e;\n  line-height: 1.6;\n}\n\n.happy-vinyl * {\n  box-sizing: border-box;\n}\n\n.happy-vinyl img {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n\n\/* HERO *\/\n.hv-hero {\n  margin: 0 0 25px;\n  border-radius: 18px;\n  overflow: hidden;\n  background: #f5f3ed;\n}\n\n.hv-hero img {\n  border-radius: 18px;\n}\n\n\/* INTRO *\/\n.hv-intro {\n  text-align: center;\n  padding: 5px 15px 28px;\n}\n\n.hv-eyebrow {\n  color: #a27c43;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  margin-bottom: 8px;\n}\n\n.hv-title {\n  margin: 0;\n  color: #14382c;\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 30px;\n  line-height: 1.2;\n}\n\n.hv-intro p {\n  max-width: 610px;\n  margin: 13px auto 0;\n  color: #6b716b;\n  font-size: 13px;\n  line-height: 1.8;\n}\n\n\/* OFFER *\/\n.hv-offer {\n  margin: 0 0 32px;\n  padding: 25px 17px;\n  border-radius: 17px;\n  text-align: center;\n  color: #fff;\n  background:\n    radial-gradient(\n      circle at 10% 0%,\n      rgba(230,198,125,.20),\n      transparent 35%\n    ),\n    linear-gradient(145deg,#0b281d,#173e2e);\n  border: 1px solid rgba(216,184,111,.65);\n}\n\n.hv-offer-small {\n  color: #e4c77f;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n}\n\n.hv-offer h2 {\n  margin: 7px 0 4px;\n  color: #fff;\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 27px;\n}\n\n.hv-offer p {\n  margin: 0 0 15px;\n  color: rgba(255,255,255,.78);\n  font-size: 12px;\n}\n\n.hv-offer-main {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  padding: 11px 17px;\n  border: 1px solid rgba(231,207,153,.45);\n  border-radius: 9px;\n  background: rgba(255,255,255,.06);\n}\n\n.hv-offer-main strong {\n  color: #efd394;\n  font-size: 17px;\n}\n\n.hv-offer-main span {\n  color: #fff;\n  font-size: 13px;\n}\n\n.hv-note {\n  margin-top: 13px;\n  color: rgba(255,255,255,.65);\n  font-size: 10px;\n}\n\n\/* SECTION *\/\n.hv-section {\n  margin-bottom: 34px;\n}\n\n.hv-heading {\n  text-align: center;\n  margin-bottom: 17px;\n}\n\n.hv-kicker {\n  color: #a27c43;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n}\n\n.hv-heading h2 {\n  margin: 5px 0 0;\n  color: #15382c;\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 24px;\n  line-height: 1.25;\n}\n\n\/* PRODUCT IMAGE *\/\n.hv-photo {\n  overflow: hidden;\n  border-radius: 16px;\n  background: #f5f3ed;\n  margin-bottom: 15px;\n}\n\n.hv-photo img {\n  border-radius: 16px;\n}\n\n\/* TEXT *\/\n.hv-text {\n  text-align: center;\n  padding: 0 7px;\n  color: #6b716b;\n  font-size: 13px;\n  line-height: 1.8;\n}\n\n\/* FEATURES *\/\n.hv-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 9px;\n}\n\n.hv-feature {\n  padding: 17px 13px;\n  border: 1px solid #e5e1d8;\n  border-radius: 12px;\n  background: #fff;\n}\n\n.hv-number {\n  color: #ae8749;\n  font-family: Georgia, serif;\n  font-size: 11px;\n}\n\n.hv-feature h3 {\n  margin: 5px 0;\n  color: #183b2f;\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 16px;\n}\n\n.hv-feature p {\n  margin: 0;\n  color: #747a74;\n  font-size: 11px;\n  line-height: 1.6;\n}\n\n\/* NFC *\/\n.hv-nfc {\n  padding: 23px 18px;\n  border-radius: 16px;\n  background: #f5f0e4;\n  border: 1px solid #e3d8c2;\n}\n\n.hv-nfc h2 {\n  margin: 0 0 8px;\n  color: #15382c;\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 23px;\n}\n\n.hv-nfc p {\n  margin: 0;\n  color: #6c726c;\n  font-size: 12px;\n  line-height: 1.75;\n}\n\n.hv-list {\n  list-style: none;\n  padding: 0;\n  margin: 14px 0 0;\n}\n\n.hv-list li {\n  position: relative;\n  padding-left: 20px;\n  margin: 7px 0;\n  color: #404940;\n  font-size: 12px;\n}\n\n.hv-list li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #a17b43;\n  font-weight: 700;\n}\n\n\/* GALLERY *\/\n.hv-gallery {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 7px;\n}\n\n.hv-gallery a {\n  display: block;\n  overflow: hidden;\n  border-radius: 10px;\n  background: #f5f3ed;\n}\n\n.hv-gallery img {\n  aspect-ratio: 1 \/ 1;\n  object-fit: cover;\n  transition: transform .3s ease;\n}\n\n.hv-gallery a:hover img {\n  transform: scale(1.03);\n}\n\n\/* GIFT *\/\n.hv-gift {\n  padding: 48px 18px;\n  border-radius: 17px;\n  text-align: center;\n  color: #fff;\n  background:\n    linear-gradient(\n      rgba(10,37,27,.76),\n      rgba(10,37,27,.76)\n    ),\n    url(\"https:\/\/happylearing.shop\/cdn\/shop\/files\/Replace_box_and_disc_designs_202608130044.jpg\")\n    center \/ cover no-repeat;\n}\n\n.hv-gift-small {\n  color: #e2c27d;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n}\n\n.hv-gift h2 {\n  margin: 8px 0;\n  color: #fff;\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 27px;\n  line-height: 1.2;\n}\n\n.hv-gift p {\n  max-width: 500px;\n  margin: 0 auto;\n  color: rgba(255,255,255,.82);\n  font-size: 12px;\n  line-height: 1.7;\n}\n\n\/* DETAILS *\/\n.hv-details {\n  border-top: 1px solid #e3dfd6;\n  border-bottom: 1px solid #e3dfd6;\n}\n\n.hv-row {\n  display: flex;\n  justify-content: space-between;\n  gap: 20px;\n  padding: 12px 2px;\n  border-bottom: 1px solid #ece9e2;\n  font-size: 11px;\n}\n\n.hv-row:last-child {\n  border-bottom: none;\n}\n\n.hv-label {\n  color: #777;\n}\n\n.hv-value {\n  color: #18392e;\n  font-weight: 600;\n  text-align: right;\n}\n\n\/* FINAL *\/\n.hv-final {\n  margin-top: 30px;\n  padding: 27px 17px;\n  border-radius: 16px;\n  text-align: center;\n  background: #f7f3e9;\n  border: 1px solid #e2d7c0;\n}\n\n.hv-final h2 {\n  margin: 0;\n  color: #15382c;\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 23px;\n}\n\n.hv-final p {\n  margin: 8px 0 17px;\n  color: #70766f;\n  font-size: 12px;\n  line-height: 1.7;\n}\n\n.hv-final strong {\n  color: #9a7137;\n}\n\n\/* MOBILE *\/\n@media screen and (max-width:600px) {\n\n  .happy-vinyl {\n    width: 100%;\n  }\n\n  .hv-title {\n    font-size: 27px;\n  }\n\n  .hv-heading h2 {\n    font-size: 23px;\n  }\n\n  .hv-offer h2 {\n    font-size: 25px;\n  }\n\n  .hv-features {\n    gap: 7px;\n  }\n\n  .hv-feature {\n    padding: 15px 10px;\n  }\n\n  .hv-feature h3 {\n    font-size: 15px;\n  }\n\n  .hv-gallery {\n    gap: 5px;\n  }\n\n  .hv-gift {\n    padding: 42px 16px;\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"happy-vinyl\"\u003e\n\n  \u003c!-- 产品主图 --\u003e\n  \u003cdiv class=\"hv-hero\"\u003e\n    \u003cimg src=\"https:\/\/happylearing.shop\/cdn\/shop\/files\/Replace_box_and_disc_designs_202608130044.jpg\" alt=\"Christmas Vinyl Frame\"\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- 产品介绍 --\u003e\n  \u003cdiv class=\"hv-intro\"\u003e\n\n    \u003cdiv class=\"hv-eyebrow\"\u003e\n      A Little Holiday Magic\n    \u003c\/div\u003e\n\n    \u003ch1 class=\"hv-title\"\u003e\n      Christmas Vinyl Frame\n    \u003c\/h1\u003e\n\n    \u003cp\u003e\n      A beautiful blend of nostalgic vinyl design,\n      warm ambient lighting and modern technology —\n      created to make your favorite Christmas moments\n      feel even more special.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- 买二送一 --\u003e\n  \u003cdiv class=\"hv-offer\"\u003e\n\n    \u003cdiv class=\"hv-offer-small\"\u003e\n      Christmas Storewide Event\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Holiday Clearance\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Celebrate the season with our special storewide offer.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hv-offer-main\"\u003e\n      \u003cstrong\u003eBUY 2\u003c\/strong\u003e\n      \u003cspan\u003e+\u003c\/span\u003e\n      \u003cstrong\u003eGET 1 FREE\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hv-note\"\u003e\n      Storewide offer · Limited holiday availability\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- 产品故事 --\u003e\n  \u003cdiv class=\"hv-section\"\u003e\n\n    \u003cdiv class=\"hv-heading\"\u003e\n\n      \u003cdiv class=\"hv-kicker\"\u003e\n        Designed To Be Remembered\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        More Than A Decoration\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hv-photo\"\u003e\n      \u003cimg src=\"https:\/\/happylearing.shop\/cdn\/shop\/files\/Replace_box_and_disc_designs_202608130044.jpg\" alt=\"Christmas Vinyl Frame\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hv-text\"\u003e\n      Inspired by the timeless charm of classic records,\n      this Christmas display brings together music,\n      light and nostalgic design in one beautiful piece.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- 核心卖点 --\u003e\n  \u003cdiv class=\"hv-section\"\u003e\n\n    \u003cdiv class=\"hv-heading\"\u003e\n\n      \u003cdiv class=\"hv-kicker\"\u003e\n        The Details\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        Made For The Holiday Moment\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hv-features\"\u003e\n\n      \u003cdiv class=\"hv-feature\"\u003e\n        \u003cdiv class=\"hv-number\"\u003e01\u003c\/div\u003e\n\n        \u003ch3\u003e\n          NFC Experience\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Add a modern interactive touch\n          to the classic vinyl aesthetic.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"hv-feature\"\u003e\n        \u003cdiv class=\"hv-number\"\u003e02\u003c\/div\u003e\n\n        \u003ch3\u003e\n          Rotating Vinyl\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          A charming rotating record creates\n          a nostalgic visual experience.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"hv-feature\"\u003e\n        \u003cdiv class=\"hv-number\"\u003e03\u003c\/div\u003e\n\n        \u003ch3\u003e\n          Warm LED Glow\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Soft ambient lighting creates\n          a cozy Christmas atmosphere.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"hv-feature\"\u003e\n        \u003cdiv class=\"hv-number\"\u003e04\u003c\/div\u003e\n\n        \u003ch3\u003e\n          Gift Ready\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          A thoughtful Christmas gift\n          for family and friends.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- NFC介绍 --\u003e\n  \u003cdiv class=\"hv-section\"\u003e\n\n    \u003cdiv class=\"hv-nfc\"\u003e\n\n      \u003ch2\u003e\n        A Modern Twist On Vinyl\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Classic record-player aesthetics meet\n        modern technology. Designed to bring\n        an interactive element to a timeless\n        Christmas display.\n      \u003c\/p\u003e\n\n      \u003cul class=\"hv-list\"\u003e\n\n        \u003cli\u003e\n          NFC-enabled experience\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Beautiful rotating vinyl design\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Warm ambient LED lighting\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Elegant decorative display\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- 产品图片 --\u003e\n  \u003cdiv class=\"hv-section\"\u003e\n\n    \u003cdiv class=\"hv-heading\"\u003e\n\n      \u003cdiv class=\"hv-kicker\"\u003e\n        Christmas Collection\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        Choose Your Favorite\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hv-gallery\"\u003e\n\n      \u003ca href=\"https:\/\/happylearing.shop\/cdn\/shop\/files\/Replace_box_and_disc_designs_202608130044.jpg\"\u003e\n        \u003cimg src=\"https:\/\/happylearing.shop\/cdn\/shop\/files\/Replace_box_and_disc_designs_202608130044.jpg\" alt=\"Christmas Vinyl Frame\"\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/happylearing.shop\/cdn\/shop\/files\/Replace_box_and_disc_designs_202608130044.jpg\"\u003e\n        \u003cimg src=\"https:\/\/happylearing.shop\/cdn\/shop\/files\/Replace_box_and_disc_designs_202608130044.jpg\" alt=\"Christmas Vinyl Collection\"\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/happylearing.shop\/cdn\/shop\/files\/Replace_box_and_disc_designs_202608130044.jpg\"\u003e\n        \u003cimg src=\"https:\/\/happylearing.shop\/cdn\/shop\/files\/Replace_box_and_disc_designs_202608130044.jpg\" alt=\"Christmas Gift\"\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- 礼物 --\u003e\n  \u003cdiv class=\"hv-section\"\u003e\n\n    \u003cdiv class=\"hv-gift\"\u003e\n\n      \u003cdiv class=\"hv-gift-small\"\u003e\n        The Gift They'll Remember\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        Give A Little Christmas Magic\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Perfect for Christmas, cozy evenings,\n        family gatherings and anyone who loves\n        nostalgic design.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- 产品信息 --\u003e\n  \u003cdiv class=\"hv-section\"\u003e\n\n    \u003cdiv class=\"hv-heading\"\u003e\n\n      \u003cdiv class=\"hv-kicker\"\u003e\n        Product Information\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        At A Glance\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hv-details\"\u003e\n\n      \u003cdiv class=\"hv-row\"\u003e\n        \u003cspan class=\"hv-label\"\u003e\n          Product\n        \u003c\/span\u003e\n\n        \u003cspan class=\"hv-value\"\u003e\n          Christmas Vinyl Frame\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hv-row\"\u003e\n        \u003cspan class=\"hv-label\"\u003e\n          Feature\n        \u003c\/span\u003e\n\n        \u003cspan class=\"hv-value\"\u003e\n          NFC\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hv-row\"\u003e\n        \u003cspan class=\"hv-label\"\u003e\n          Lighting\n        \u003c\/span\u003e\n\n        \u003cspan class=\"hv-value\"\u003e\n          Warm LED\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hv-row\"\u003e\n        \u003cspan class=\"hv-label\"\u003e\n          Design\n        \u003c\/span\u003e\n\n        \u003cspan class=\"hv-value\"\u003e\n          Rotating Vinyl\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hv-row\"\u003e\n        \u003cspan class=\"hv-label\"\u003e\n          Occasion\n        \u003c\/span\u003e\n\n        \u003cspan class=\"hv-value\"\u003e\n          Christmas · Gift · Home\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- 最后转化 --\u003e\n  \u003cdiv class=\"hv-final\"\u003e\n\n    \u003ch2\u003e\n      Make This Christmas Memorable\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Enjoy our \u003cstrong\u003eBUY 2, GET 1 FREE\u003c\/strong\u003e\n      storewide holiday offer while supplies last.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"Default Title","offer_id":52091903410482,"sku":null,"price":42.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/1794\/9490\/files\/Replace_box_and_disc_designs_202608130044.jpg?v=1790063461","url":"https:\/\/happylearing.shop\/products\/vinyls","provider":"Happylearing","version":"1.0","type":"link"}