{"product_id":"1","title":"🔥Hot Sale - 50% OFF🔥 — 16 Pcs Interchangeable Welcome Sign for Front Door","description":"\u003c!--\n  纯 HTML 版 Shopify 商品描述代码\n  使用方法：Shopify 后台 \u003e 商品 \u003e 描述 \u003e 显示 HTML，粘贴本文件全部代码。\n  不包含 Liquid、Schema、模板变量或主题文件。\n--\u003e\n\u003cstyle\u003e\n  .ws-html-page,\n  .ws-html-page * {\n    box-sizing: border-box;\n  }\n\n  .ws-html-page {\n    --ws-ink: #121212;\n    --ws-text: #343434;\n    --ws-muted: #6f6f6f;\n    --ws-accent: #e46c4c;\n    --ws-accent-dark: #cb5637;\n    --ws-bg: #fdfdfd;\n    --ws-card: #ffffff;\n    --ws-line: #e7e7e7;\n    --ws-radius: 12px;\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    overflow: hidden;\n    color: var(--ws-text);\n    background: var(--ws-bg);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .ws-html-page img,\n  .ws-html-page video {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n  }\n\n  .ws-html-page h2,\n  .ws-html-page h3,\n  .ws-html-page p {\n    margin-top: 0;\n  }\n\n  .ws-html-page h2,\n  .ws-html-page h3 {\n    color: var(--ws-ink);\n    font-family: Poppins, Arial, Helvetica, sans-serif;\n    font-weight: 700;\n    letter-spacing: -0.025em;\n  }\n\n  .ws-html-container {\n    width: min(100%, 1254px);\n    margin: 0 auto;\n  }\n\n  \/* 顶部标题 *\/\n  .ws-html-intro {\n    padding: 28px 20px 26px;\n    text-align: center;\n  }\n\n  .ws-html-intro h2 {\n    max-width: 1120px;\n    margin: 0 auto;\n    font-size: clamp(30px, 3.2vw, 42px);\n    line-height: 1.22;\n  }\n\n  .ws-html-intro p {\n    max-width: 900px;\n    margin: 14px auto 0;\n    color: #454545;\n    font-size: 16px;\n  }\n\n  \/* 三段视频 *\/\n  .ws-html-videos {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 20px;\n    padding: 12px 20px 38px;\n  }\n\n  .ws-html-video {\n    position: relative;\n    overflow: hidden;\n    aspect-ratio: 9 \/ 16;\n    margin: 0;\n    border-radius: var(--ws-radius);\n    background: #eeeeee;\n    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);\n  }\n\n  .ws-html-video video {\n    height: 100%;\n    object-fit: cover;\n  }\n\n  \/* 图文卖点 *\/\n  .ws-html-features {\n    width: 100%;\n  }\n\n  .ws-html-feature {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    align-items: stretch;\n    padding: 12px 20px;\n  }\n\n  .ws-html-feature-media {\n    overflow: hidden;\n    min-height: 540px;\n    border-radius: var(--ws-radius) 0 0 var(--ws-radius);\n    background: #f0f0f0;\n  }\n\n  .ws-html-feature-media img {\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .ws-html-feature-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 60px 20px 70px 70px;\n    background: var(--ws-bg);\n  }\n\n  .ws-html-feature-copy h2 {\n    max-width: 540px;\n    margin-bottom: 0;\n    font-size: clamp(30px, 3.15vw, 42px);\n    line-height: 1.22;\n  }\n\n  .ws-html-feature-copy p {\n    max-width: 540px;\n    margin: 18px 0 0;\n    color: #444444;\n    font-size: 16px;\n  }\n\n  .ws-html-feature-reverse .ws-html-feature-media {\n    order: 2;\n    border-radius: 0 var(--ws-radius) var(--ws-radius) 0;\n  }\n\n  .ws-html-feature-reverse .ws-html-feature-copy {\n    order: 1;\n    padding: 60px 70px 70px 20px;\n  }\n\n  \/* 图标卖点条 *\/\n  .ws-html-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 12px;\n    padding: 34px 20px;\n  }\n\n  .ws-html-benefit {\n    padding: 24px 16px;\n    border: 1px solid var(--ws-line);\n    border-radius: 10px;\n    background: #ffffff;\n    text-align: center;\n  }\n\n  .ws-html-benefit-icon {\n    display: flex;\n    width: 48px;\n    height: 48px;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 12px;\n    border-radius: 50%;\n    color: #ffffff;\n    background: var(--ws-accent);\n    font-size: 22px;\n    font-weight: 700;\n  }\n\n  .ws-html-benefit h3 {\n    margin-bottom: 5px;\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .ws-html-benefit p {\n    margin-bottom: 0;\n    color: var(--ws-muted);\n    font-size: 13px;\n  }\n\n  \/* 买家展示 *\/\n  .ws-html-reviews {\n    padding: 42px 20px 64px;\n  }\n\n  .ws-html-reviews-title {\n    margin-bottom: 0;\n    text-align: center;\n    font-size: clamp(30px, 3.2vw, 42px);\n    line-height: 1.22;\n  }\n\n  .ws-html-review-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n    margin-top: 30px;\n  }\n\n  .ws-html-review {\n    overflow: hidden;\n    border: 1px solid var(--ws-line);\n    border-radius: var(--ws-radius);\n    background: var(--ws-card);\n    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.055);\n  }\n\n  .ws-html-review \u003e img {\n    aspect-ratio: 1 \/ 0.84;\n    object-fit: cover;\n  }\n\n  .ws-html-review-body {\n    padding: 22px 22px 25px;\n  }\n\n  .ws-html-stars {\n    color: #e7a63b;\n    font-size: 17px;\n    letter-spacing: 2px;\n  }\n\n  .ws-html-review-body p {\n    min-height: 100px;\n    margin: 10px 0 16px;\n    color: #444444;\n    font-size: 14px;\n  }\n\n  .ws-html-review-body strong {\n    color: var(--ws-ink);\n    font-size: 14px;\n  }\n\n  \/* 底部行动区 *\/\n  .ws-html-cta-wrap {\n    padding: 0 20px 66px;\n  }\n\n  .ws-html-cta {\n    padding: 48px 24px;\n    border-radius: 14px;\n    color: #ffffff;\n    background: var(--ws-accent);\n    text-align: center;\n  }\n\n  .ws-html-cta h2 {\n    margin-bottom: 0;\n    color: #ffffff;\n    font-size: clamp(28px, 3vw, 39px);\n    line-height: 1.22;\n  }\n\n  .ws-html-cta p {\n    max-width: 720px;\n    margin: 12px auto 22px;\n    color: rgba(255, 255, 255, 0.94);\n  }\n\n  .ws-html-cta a {\n    display: inline-flex;\n    min-width: 220px;\n    min-height: 52px;\n    align-items: center;\n    justify-content: center;\n    padding: 12px 28px;\n    border: 2px solid #ffffff;\n    border-radius: 28px;\n    color: var(--ws-ink) !important;\n    background: #ffffff;\n    font-size: 15px;\n    font-weight: 700;\n    letter-spacing: 0.04em;\n    text-decoration: none !important;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .ws-html-cta a:hover {\n    color: var(--ws-ink) !important;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);\n  }\n\n  @media (max-width: 900px) {\n    .ws-html-feature-media {\n      min-height: 430px;\n    }\n\n    .ws-html-feature-copy {\n      padding: 44px 16px 48px 42px;\n    }\n\n    .ws-html-feature-reverse .ws-html-feature-copy {\n      padding: 44px 42px 48px 16px;\n    }\n\n    .ws-html-benefits {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 749px) {\n    .ws-html-page {\n      font-size: 15px;\n    }\n\n    .ws-html-intro {\n      padding: 28px 15px 20px;\n    }\n\n    .ws-html-intro h2,\n    .ws-html-feature-copy h2,\n    .ws-html-reviews-title {\n      font-size: 28px;\n      line-height: 1.24;\n    }\n\n    .ws-html-intro p {\n      margin-top: 10px;\n      font-size: 14px;\n    }\n\n    .ws-html-videos {\n      display: flex;\n      gap: 12px;\n      overflow-x: auto;\n      padding: 10px 15px 28px;\n      scroll-snap-type: x mandatory;\n      scrollbar-width: none;\n      -webkit-overflow-scrolling: touch;\n    }\n\n    .ws-html-videos::-webkit-scrollbar,\n    .ws-html-review-grid::-webkit-scrollbar {\n      display: none;\n    }\n\n    .ws-html-video {\n      flex: 0 0 82%;\n      scroll-snap-align: center;\n    }\n\n    .ws-html-feature,\n    .ws-html-feature-reverse {\n      grid-template-columns: 1fr;\n      padding: 8px 15px;\n    }\n\n    .ws-html-feature-media,\n    .ws-html-feature-reverse .ws-html-feature-media {\n      order: 1;\n      min-height: 0;\n      aspect-ratio: 1 \/ 1;\n      border-radius: 8px 8px 0 0;\n    }\n\n    .ws-html-feature-copy,\n    .ws-html-feature-reverse .ws-html-feature-copy {\n      order: 2;\n      padding: 28px 3px 36px;\n    }\n\n    .ws-html-feature-copy p {\n      margin-top: 12px;\n      font-size: 14px;\n    }\n\n    .ws-html-benefits {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 9px;\n      padding: 26px 15px;\n    }\n\n    .ws-html-benefit {\n      padding: 19px 10px;\n    }\n\n    .ws-html-benefit-icon {\n      width: 42px;\n      height: 42px;\n      font-size: 19px;\n    }\n\n    .ws-html-benefit h3 {\n      font-size: 14px;\n    }\n\n    .ws-html-benefit p {\n      font-size: 12px;\n    }\n\n    .ws-html-reviews {\n      padding: 30px 15px 44px;\n    }\n\n    .ws-html-review-grid {\n      display: flex;\n      gap: 13px;\n      overflow-x: auto;\n      margin-top: 22px;\n      padding-bottom: 5px;\n      scroll-snap-type: x mandatory;\n      scrollbar-width: none;\n      -webkit-overflow-scrolling: touch;\n    }\n\n    .ws-html-review {\n      flex: 0 0 86%;\n      scroll-snap-align: center;\n    }\n\n    .ws-html-review-body p {\n      min-height: 0;\n    }\n\n    .ws-html-cta-wrap {\n      padding: 0 15px 42px;\n    }\n\n    .ws-html-cta {\n      padding: 36px 18px;\n    }\n\n    .ws-html-cta h2 {\n      font-size: 27px;\n    }\n\n    .ws-html-cta p {\n      font-size: 14px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .ws-html-page *,\n    .ws-html-page *::before,\n    .ws-html-page *::after {\n      scroll-behavior: auto !important;\n      transition-duration: 0.01ms !important;\n      animation-duration: 0.01ms !important;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ws-html-page\"\u003e\n\u003csection class=\"ws-html-intro ws-html-container\"\u003e\n\u003ch2\u003eTurn Your Front Door Into A Holiday Moment In Seconds\u003c\/h2\u003e\n\u003cp\u003eFrom Halloween and Thanksgiving to Christmas, Easter, birthdays and more, simply change the magnetic accent to give your entryway a warm seasonal welcome.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"ws-html-videos ws-html-container\"\u003e\n\u003cfigure class=\"ws-html-video\"\u003e\u003cvideo autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\" controls=\"controls\" preload=\"metadata\" poster=\"https:\/\/www.thritake.com\/cdn\/shop\/files\/preview_images\/e8d6158aecf840ca80fe6d82b37daa18.thumbnail.0000000000.jpg?v=1788163359\"\u003e\n        \u003csource src=\"https:\/\/www.thritake.com\/cdn\/shop\/videos\/c\/vp\/e8d6158aecf840ca80fe6d82b37daa18\/e8d6158aecf840ca80fe6d82b37daa18.SD-480p-0.9Mbps-93056872.mp4?v=0\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/figure\u003e\n\u003cfigure class=\"ws-html-video\"\u003e\u003cvideo autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\" controls=\"controls\" preload=\"metadata\" poster=\"https:\/\/www.thritake.com\/cdn\/shop\/files\/preview_images\/4bb4ce1a5a854f0a84ce94677a2244ad.thumbnail.0000000000.jpg?v=1788163361\"\u003e\n        \u003csource src=\"https:\/\/www.thritake.com\/cdn\/shop\/videos\/c\/vp\/4bb4ce1a5a854f0a84ce94677a2244ad\/4bb4ce1a5a854f0a84ce94677a2244ad.SD-480p-0.9Mbps-93056873.mp4?v=0\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/figure\u003e\n\u003cfigure class=\"ws-html-video\"\u003e\u003cvideo autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\" controls=\"controls\" preload=\"metadata\" poster=\"https:\/\/www.thritake.com\/cdn\/shop\/files\/preview_images\/d866f29416af46aabe01ddac4d86663d.thumbnail.0000000000.jpg?v=1788163360\"\u003e\n        \u003csource src=\"https:\/\/www.thritake.com\/cdn\/shop\/videos\/c\/vp\/d866f29416af46aabe01ddac4d86663d\/d866f29416af46aabe01ddac4d86663d.SD-480p-0.9Mbps-93056874.mp4?v=0\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/figure\u003e\n\u003c\/section\u003e\n\u003csection class=\"ws-html-benefits ws-html-container\"\u003e\n\u003carticle class=\"ws-html-benefit\"\u003e\n\u003cdiv class=\"ws-html-benefit-icon\"\u003e16\u003c\/div\u003e\n\u003ch3\u003e16 Seasonal Designs\u003c\/h3\u003e\n\u003cp\u003eOne set for holidays and changing seasons.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ws-html-benefit\"\u003e\n\u003cdiv class=\"ws-html-benefit-icon\"\u003e↻\u003c\/div\u003e\n\u003ch3\u003eQuick To Change\u003c\/h3\u003e\n\u003cp\u003eSwap the magnetic accent in seconds.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ws-html-benefit\"\u003e\n\u003cdiv class=\"ws-html-benefit-icon\"\u003e⌂\u003c\/div\u003e\n\u003ch3\u003eWarm Farmhouse Style\u003c\/h3\u003e\n\u003cp\u003eA welcoming look for porches and entryways.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ws-html-benefit\"\u003e\n\u003cdiv class=\"ws-html-benefit-icon\"\u003e♡\u003c\/div\u003e\n\u003ch3\u003eGift-Ready Decor\u003c\/h3\u003e\n\u003cp\u003eA useful housewarming and holiday gift.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003csection class=\"ws-html-reviews ws-html-container\"\u003e\n\u003ch2 class=\"heading heading-AaE91SHRTSHZrL05xN__heading_Arkezp\n    h1\n    \n    \n    \n    \n    \n    \n    \n      title-with-highlight-1--color\n    \n    \n    \n    \n    \n      title-with-highlight-2--italic\n    \n    \n    \n    \n    \n    \n    always-display\" role=\"region\"\u003eInstant Holiday Porch Makeover\u003c\/h2\u003e\n\u003cdiv class=\"rich-text-block rich-text-block-AUHFubFdoMlBIV0Vwd__text_RHEmGX rte\n    \n    \n    \n    \n    \n    \n    \n    always-display\"\u003e\n\u003cp\u003eNo complicated decorating, no extra tools, and no need to redesign your porch every season. Just swap the magnetic piece and your front door instantly matches the holiday — Halloween, Thanksgiving, Christmas, Easter, birthdays, and more.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/4.webp?v=1788254456\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"heading heading-AU2lxS3Bmc0psdTNWN__heading_gVynF8\n    h1\n    \n    \n    \n    \n    \n    \n    \n      title-with-highlight-1--color\n    \n    \n    \n    \n    \n      title-with-highlight-2--italic\n    \n    \n    \n    \n    \n    \n    always-display\" role=\"region\"\u003e16 Looks In One Reusable Welcome Sign\u003c\/h2\u003e\n\u003cdiv class=\"rich-text-block rich-text-block-Aam1TL1h4UGExUW1nS__text_aFnpeN rte\n    \n    \n    \n    \n    \n    \n    \n    always-display\"\u003e\n\u003cp\u003eInstead of storing separate signs for every holiday, this one welcome sign gives you multiple seasonal looks in one set. It saves space, saves money, and keeps your home looking festive year after year.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/12_e07788f6-cf34-4b8c-becb-3ceb5b7eae66.webp?v=1788255220\" alt=\"\"\u003e\u003c\/p\u003e\n\u003ch2 class=\"heading heading-AY01lblRsR3ZjQjFhT__heading_6AWDVW\n    h1\n    \n    \n    \n    \n    \n    \n    \n      title-with-highlight-1--color\n    \n    \n    \n    \n    \n      title-with-highlight-2--italic\n    \n    \n    \n    \n    \n    \n    always-display\" role=\"region\"\u003eCozy Farmhouse Charm That Feels Like Home\u003c\/h2\u003e\n\u003cdiv class=\"rich-text-block rich-text-block-ASmhreWR0anBxaEJaQ__text_DJikAK rte\n    \n    \n    \n    \n    \n    \n    \n    always-display\"\u003e\n\u003cp\u003eThe rustic welcome design adds warmth before guests even step inside. It makes your porch feel more thoughtful, seasonal, and inviting — perfect for family gatherings, holiday photos, new homeowners, moms, grandmas, and housewarming gifts.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/3.webp?v=1788254456\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"ws-html-reviews-title\"\u003eHomes Feel More Festive The Moment It Is Hung\u003c\/h2\u003e\n\u003cdiv class=\"ws-html-review-grid\"\u003e\n\u003carticle class=\"ws-html-review\"\u003e\u003cimg src=\"https:\/\/www.thritake.com\/cdn\/shop\/files\/1_73bf9c0e-3cbd-4c7b-8a14-460a1a3651ce.jpg?v=1788164018\u0026amp;width=1000\" alt=\"Welcome sign displayed by a customer\" width=\"900\" height=\"760\" loading=\"lazy\"\u003e\n\u003cdiv class=\"ws-html-review-body\"\u003e\n\u003cdiv class=\"ws-html-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003eThe size fits the door beautifully, and switching the seasonal pieces is much easier than storing a different decoration for every occasion.\u003c\/p\u003e\n\u003cstrong\u003eMelissa R.\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ws-html-review\"\u003e\u003cimg src=\"https:\/\/www.thritake.com\/cdn\/shop\/files\/2_0dc15536-6211-46a0-8054-ace82e71c8d2.jpg?v=1788164018\u0026amp;width=1000\" alt=\"Seasonal welcome sign in an entryway\" width=\"900\" height=\"760\" loading=\"lazy\"\u003e\n\u003cdiv class=\"ws-html-review-body\"\u003e\n\u003cdiv class=\"ws-html-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003eThe finish feels sturdy and the magnetic accents hold securely. It gives the entryway a polished seasonal look in seconds.\u003c\/p\u003e\n\u003cstrong\u003eKaren T.\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"ws-html-review\"\u003e\u003cimg src=\"https:\/\/www.thritake.com\/cdn\/shop\/files\/3_acdb3229-ef33-4dc3-8b37-f6ac3350e0a2.jpg?v=1788164018\u0026amp;width=1000\" alt=\"Farmhouse welcome sign displayed on a porch\" width=\"900\" height=\"760\" loading=\"lazy\"\u003e\n\u003cdiv class=\"ws-html-review-body\"\u003e\n\u003cdiv class=\"ws-html-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003eA thoughtful housewarming gift with warm farmhouse character. The interchangeable set makes it useful throughout the whole year.\u003c\/p\u003e\n\u003cstrong\u003eAshley M.\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"ws-html-cta-wrap ws-html-container\"\u003e\n\u003cdiv class=\"ws-html-cta\"\u003e\n\u003ch2\u003eOne Welcome Sign. A Full Year Of Seasonal Charm.\u003c\/h2\u003e\n\u003cp\u003eChoose your set today and make every arrival feel a little more special.\u003c\/p\u003e\n\u003ca href=\"#MainContent\"\u003eCHOOSE YOUR SET\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"zavrlygoods","offers":[{"title":"16pcs","offer_id":49427422675099,"sku":"SZ04792609016522-16件套","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0766\/3249\/0139\/files\/1.webp?v=1788254456","url":"https:\/\/zavrlygoods.com\/products\/1","provider":"zavrlygoods","version":"1.0","type":"link"}