{"product_id":"vintage-christmas-gift-wrapping-paper","title":"🎄Vintage Christmas gift wrapping Kraft paper, 43cm x 5 m Recyclable Kraft","description":"\u003cstyle\u003e\n  .xmas-wrap-page,\n  .xmas-wrap-page * {\n    box-sizing: border-box;\n  }\n\n  .xmas-wrap-page {\n    --green: #244b35;\n    --deep-green: #173426;\n    --cream: #f8f2e8;\n    --red: #a83232;\n    --gold: #d6b67f;\n    --text: #2a241f;\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.55;\n    overflow: hidden;\n  }\n\n  .xmas-wrap-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .xmas-wrap-section {\n    padding: 46px 24px;\n  }\n\n  .xmas-wrap-heading {\n    margin: 0 0 14px;\n    color: var(--deep-green);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(30px, 5vw, 48px);\n    line-height: 1.08;\n    text-align: center;\n  }\n\n  .xmas-wrap-subheading {\n    max-width: 680px;\n    margin: 0 auto 26px;\n    font-size: 17px;\n    text-align: center;\n  }\n\n  .xmas-wrap-kicker {\n    margin-bottom: 10px;\n    color: var(--red);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .xmas-wrap-image {\n    overflow: hidden;\n    border-radius: 18px;\n    box-shadow: 0 10px 28px rgba(42, 36, 31, 0.13);\n  }\n\n  .xmas-wrap-image img {\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n\n  .xmas-wrap-benefits {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-top: 24px;\n  }\n\n  .xmas-wrap-benefit {\n    padding: 20px 14px;\n    border: 1px solid #e9ddcc;\n    border-radius: 14px;\n    background: #fff;\n    text-align: center;\n  }\n\n  .xmas-wrap-benefit-icon {\n    display: block;\n    margin-bottom: 8px;\n    font-size: 26px;\n  }\n\n  .xmas-wrap-benefit strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--deep-green);\n    font-size: 16px;\n  }\n\n  .xmas-wrap-benefit span {\n    color: #675e56;\n    font-size: 14px;\n  }\n\n  .xmas-wrap-cream {\n    background: var(--cream);\n  }\n\n  .xmas-wrap-green {\n    background: var(--deep-green);\n    color: #fff;\n  }\n\n  .xmas-wrap-green .xmas-wrap-heading {\n    color: #fff;\n  }\n\n  .xmas-wrap-green .xmas-wrap-subheading {\n    color: #f4ede4;\n  }\n\n  .xmas-wrap-gallery {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n  }\n\n  .xmas-wrap-gallery figure {\n    margin: 0;\n    overflow: hidden;\n    border-radius: 14px;\n    background: #fff;\n  }\n\n  .xmas-wrap-gallery img {\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n\n  .xmas-wrap-gallery figcaption {\n    padding: 11px 8px;\n    color: var(--deep-green);\n    font-size: 14px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .xmas-wrap-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-top: 24px;\n  }\n\n  .xmas-wrap-step {\n    padding: 22px 14px;\n    border-radius: 14px;\n    background: rgba(255, 255, 255, 0.1);\n    text-align: center;\n  }\n\n  .xmas-wrap-step-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    margin: 0 auto 10px;\n    border-radius: 50%;\n    background: var(--gold);\n    color: var(--deep-green);\n    font-weight: 900;\n  }\n\n  .xmas-wrap-step strong {\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  .xmas-wrap-step span {\n    color: #ddd4c7;\n    font-size: 14px;\n  }\n\n  .xmas-wrap-button {\n    display: block;\n    width: 100%;\n    max-width: 560px;\n    margin: 26px auto 0;\n    padding: 17px 22px;\n    border-radius: 10px;\n    background: var(--red);\n    box-shadow: 0 6px 0 #742020;\n    color: #fff !important;\n    font-size: 17px;\n    font-weight: 900;\n    letter-spacing: 0.4px;\n    text-align: center;\n    text-decoration: none;\n    text-transform: uppercase;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .xmas-wrap-button:hover {\n    transform: translateY(2px);\n    box-shadow: 0 4px 0 #742020;\n  }\n\n  .xmas-wrap-note {\n    margin: 16px 0 0;\n    color: #71675d;\n    font-size: 13px;\n    text-align: center;\n  }\n\n  @media (max-width: 640px) {\n    .xmas-wrap-section {\n      padding: 34px 15px;\n    }\n\n    .xmas-wrap-benefits,\n    .xmas-wrap-steps {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n\n    .xmas-wrap-gallery {\n      gap: 9px;\n    }\n\n    .xmas-wrap-gallery figcaption {\n      font-size: 12px;\n    }\n\n    .xmas-wrap-button {\n      font-size: 15px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    html {\n      scroll-behavior: auto;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"xmas-wrap-page\"\u003e\n\u003c!-- Hero --\u003e\n\u003csection class=\"xmas-wrap-section xmas-wrap-cream\"\u003e\n\u003cdiv class=\"xmas-wrap-kicker\"\u003eMake Every Gift Feel More Special\u003c\/div\u003e\n\u003ch2 class=\"xmas-wrap-heading\"\u003eChristmas Gift Wrap That Makes the First Impression Magical\u003c\/h2\u003e\n\u003cp class=\"xmas-wrap-subheading\"\u003eTurn presents into part of your Christmas decor with charming seasonal patterns designed for beautiful, coordinated holiday wrapping.\u003c\/p\u003e\n\u003cdiv class=\"xmas-wrap-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/0284\/3907\/files\/7f0dcdcf-d1f3-49b5-960b-bf01946e43bf.png?v=1785900191\" alt=\"Collection of Christmas wrapping paper designs\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003ca class=\"xmas-wrap-button js-xmas-scroll-buy\" href=\"#product-form\"\u003e View Available Designs → \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- Benefits --\u003e\n\u003csection class=\"xmas-wrap-section\"\u003e\n\u003ch2 class=\"xmas-wrap-heading\"\u003eWrap With Christmas Character\u003c\/h2\u003e\n\u003cp class=\"xmas-wrap-subheading\"\u003eFrom traditional toile and farmhouse patchwork to candy stripes and playful Christmas scenes, there is a style for every present.\u003c\/p\u003e\n\u003cdiv class=\"xmas-wrap-benefits\"\u003e\n\u003cdiv class=\"xmas-wrap-benefit\"\u003e\n\u003cspan class=\"xmas-wrap-benefit-icon\"\u003e🎄\u003c\/span\u003e \u003cstrong\u003eFestive Designs\u003c\/strong\u003e \u003cspan\u003eSeasonal patterns for a warm, coordinated presentation.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-wrap-benefit\"\u003e\n\u003cspan class=\"xmas-wrap-benefit-icon\"\u003e✂️\u003c\/span\u003e \u003cstrong\u003eEasy to Style\u003c\/strong\u003e \u003cspan\u003ePair with ribbons, bows, twine and personalized gift tags.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-wrap-benefit\"\u003e\n\u003cspan class=\"xmas-wrap-benefit-icon\"\u003e🎁\u003c\/span\u003e \u003cstrong\u003eFor Many Gifts\u003c\/strong\u003e \u003cspan\u003eA charming choice for family, friends and holiday hosts.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Designs --\u003e\n\u003csection class=\"xmas-wrap-section xmas-wrap-cream\"\u003e\n\u003cdiv class=\"xmas-wrap-kicker\"\u003eFind Your Holiday Style\u003c\/div\u003e\n\u003ch2 class=\"xmas-wrap-heading\"\u003eA Design for Every Christmas Story\u003c\/h2\u003e\n\u003cdiv class=\"xmas-wrap-gallery\"\u003e\n\u003cfigure\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/0284\/3907\/files\/a883b1d4-2acc-404e-a854-48b9bda496e3.png?v=1785900247\" alt=\"Green vintage Christmas wrapping paper\" loading=\"lazy\"\u003e\n\u003cfigcaption\u003eVintage Evergreen\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/0284\/3907\/files\/5587ffe2-b9a2-45df-91be-03f1c09b6dc1.png?v=1785900245\" alt=\"Red vintage toile Christmas wrapping paper\" loading=\"lazy\"\u003e\n\u003cfigcaption\u003eClassic Red Toile\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/0284\/3907\/files\/673c3c18-942b-44da-a55b-64e40333c4b5.png?v=1785900240\" alt=\"Red and green striped Christmas wrapping paper\" loading=\"lazy\"\u003e\n\u003cfigcaption\u003eCandy Cane Stripe\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/0284\/3907\/files\/92017778-909e-417d-953c-2e91fdd0d38e.png?v=1785900232\" alt=\"Farmhouse patchwork Christmas wrapping paper\" loading=\"lazy\"\u003e\n\u003cfigcaption\u003eFarmhouse Patchwork\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Simple use --\u003e\n\u003csection class=\"xmas-wrap-section xmas-wrap-green\"\u003e\n\u003ch2 class=\"xmas-wrap-heading\"\u003eSimple Wrapping, Beautiful Results\u003c\/h2\u003e\n\u003cp class=\"xmas-wrap-subheading\"\u003eCreate a polished holiday presentation without complicated decorating.\u003c\/p\u003e\n\u003cdiv class=\"xmas-wrap-steps\"\u003e\n\u003cdiv class=\"xmas-wrap-step\"\u003e\n\u003cdiv class=\"xmas-wrap-step-number\"\u003e1\u003c\/div\u003e\n\u003cstrong\u003eChoose\u003c\/strong\u003e \u003cspan\u003eSelect the pattern that suits your Christmas style.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-wrap-step\"\u003e\n\u003cdiv class=\"xmas-wrap-step-number\"\u003e2\u003c\/div\u003e\n\u003cstrong\u003eWrap\u003c\/strong\u003e \u003cspan\u003eMeasure, cut and neatly cover your holiday gift.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xmas-wrap-step\"\u003e\n\u003cdiv class=\"xmas-wrap-step-number\"\u003e3\u003c\/div\u003e\n\u003cstrong\u003eFinish\u003c\/strong\u003e \u003cspan\u003eAdd ribbon or twine for a thoughtful final touch.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Final section --\u003e\n\u003csection class=\"xmas-wrap-section\"\u003e\n\u003cdiv class=\"xmas-wrap-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0796\/0284\/3907\/files\/40007fab-dbdc-435a-9668-33516b70c9f2.png?v=1785900237\" alt=\"Christmas gifts wrapped in festive house pattern paper\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch2 class=\"xmas-wrap-heading\" style=\"margin-top: 30px;\"\u003eMake the Gift Beautiful Before It Is Opened\u003c\/h2\u003e\n\u003cp class=\"xmas-wrap-subheading\"\u003eChoose a favorite Christmas pattern and create presents that look just as joyful beneath the tree as the surprises inside.\u003c\/p\u003e\n\u003ca class=\"xmas-wrap-button js-xmas-scroll-buy\" href=\"#product-form\"\u003e Choose My Christmas Wrap → \u003c\/a\u003e\n\u003cp class=\"xmas-wrap-note\"\u003ePlease select your preferred design and available option in the product section.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"BestJas","offers":[{"title":"🎄Patchwork Christmas","offer_id":49375842992387,"sku":"SZ04252608055115-复古拼布圣诞-牛皮纸（卷）;0.43宽*5米长","price":19.99,"currency_code":"USD","in_stock":false},{"title":"🍬Christmas Candy","offer_id":49375843025155,"sku":"SZ04252608055115-双面圣诞糖果款-铜版纸（卷）","price":19.99,"currency_code":"USD","in_stock":true},{"title":"🏠Christmas Snow Town","offer_id":49375843057923,"sku":"SZ04252608055115-圣诞雪屋小镇-牛皮纸（卷）","price":19.99,"currency_code":"USD","in_stock":true},{"title":"🎅A Warm Santa Claus","offer_id":49375843090691,"sku":"SZ04252608055115-温馨圣诞老人-牛皮纸（卷）","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Red Santa Claus","offer_id":49375843123459,"sku":"SZ04252608055115-单红色圣诞老人-铜版纸（卷","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Green Santa Claus","offer_id":49375843156227,"sku":"SZ04252608055115-单绿色圣诞老人-铜版纸（卷）","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0796\/0284\/3907\/files\/afdac634-872b-45ab-88f4-12aa031028ad.png?v=1785900183","url":"https:\/\/bestjas.com\/products\/vintage-christmas-gift-wrapping-paper","provider":"BestJas","version":"1.0","type":"link"}