{"product_id":"owl-and-moon-window-hanging-zgd","title":"Owl and Moon Window Hanging-ZGD","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    .owh-product-page,\n    .owh-product-page *,\n    .owh-product-page *::before,\n    .owh-product-page *::after {\n      box-sizing: border-box;\n    }\n\n    .owh-product-page {\n      --owh-ink: #281e19;\n      --owh-text: #65574f;\n      --owh-brown: #75442d;\n      --owh-brown-dark: #4c2c20;\n      --owh-amber: #c97836;\n      --owh-gold: #e5b66f;\n      --owh-cream: #fbf6ed;\n      --owh-cream-dark: #f1e4d4;\n      --owh-line: #e5d7c8;\n      --owh-white: #ffffff;\n      --owh-soft-blue: #eaf1f1;\n\n      width: 100%;\n      margin: 0 auto;\n      color: var(--owh-text);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\",\n        Roboto, Helvetica, Arial, sans-serif;\n      line-height: 1.65;\n\n      container-type: inline-size;\n      container-name: owl-window-page;\n    }\n\n    .owh-shell {\n      width: 100%;\n      max-width: 1180px;\n      margin: 0 auto;\n      overflow: hidden;\n      border-radius: 24px;\n      background: var(--owh-white);\n    }\n\n    .owh-product-page h2,\n    .owh-product-page h3,\n    .owh-product-page p {\n      margin-top: 0;\n    }\n\n    .owh-product-page h2,\n    .owh-product-page h3 {\n      color: var(--owh-ink);\n      line-height: 1.2;\n    }\n\n    .owh-section {\n      width: 100%;\n      padding:\n        clamp(36px, 6cqi, 76px)\n        clamp(18px, 5cqi, 64px);\n    }\n\n    .owh-center {\n      text-align: center;\n    }\n\n    .owh-soft {\n      background: var(--owh-cream);\n    }\n\n    .owh-kicker {\n      margin-bottom: 10px;\n      color: var(--owh-amber);\n      font-size: 12px;\n      font-weight: 900;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n    }\n\n    .owh-heading {\n      max-width: 840px;\n      margin-right: auto;\n      margin-bottom: 15px;\n      margin-left: auto;\n      font-size: clamp(28px, 4.7cqi, 49px);\n      letter-spacing: -0.035em;\n    }\n\n    .owh-copy {\n      max-width: 790px;\n      margin-right: auto;\n      margin-bottom: 0;\n      margin-left: auto;\n      color: var(--owh-text);\n      font-size: 16px;\n    }\n\n    \/* =========================\n       HERO\n    ========================== *\/\n\n    .owh-hero {\n      position: relative;\n      isolation: isolate;\n      display: grid;\n      gap: 34px;\n      align-items: center;\n      min-height: 520px;\n      overflow: hidden;\n      background:\n        radial-gradient(\n          circle at 85% 18%,\n          rgba(255, 246, 224, 0.98) 0 10%,\n          transparent 10.5%\n        ),\n        radial-gradient(\n          circle at 78% 35%,\n          rgba(229, 182, 111, 0.23) 0 7%,\n          transparent 7.5%\n        ),\n        linear-gradient(\n          135deg,\n          #fffaf2 0%,\n          #f5e7d7 52%,\n          #e8cfb4 100%\n        );\n    }\n\n    .owh-hero::after {\n      content: \"\";\n      position: absolute;\n      z-index: -1;\n      right: -150px;\n      bottom: -250px;\n      width: 560px;\n      height: 560px;\n      border: 1px solid rgba(117, 68, 45, 0.1);\n      border-radius: 50%;\n      box-shadow:\n        0 0 0 55px rgba(117, 68, 45, 0.035),\n        0 0 0 115px rgba(117, 68, 45, 0.02);\n    }\n\n    .owh-hero-content {\n      position: relative;\n      z-index: 2;\n      min-width: 0;\n    }\n\n    .owh-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      width: fit-content;\n      min-height: 31px;\n      padding: 5px 13px;\n      margin-bottom: 17px;\n      border: 1px solid rgba(117, 68, 45, 0.2);\n      border-radius: 999px;\n      background: rgba(255, 255, 255, 0.68);\n      color: var(--owh-brown-dark);\n      font-size: 12px;\n      font-weight: 900;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n    }\n\n    .owh-title {\n      max-width: 750px;\n      margin-bottom: 18px;\n      color: var(--owh-ink);\n      font-size: clamp(35px, 6.2cqi, 64px);\n      line-height: 1.04;\n      letter-spacing: -0.045em;\n    }\n\n    .owh-title span {\n      color: var(--owh-brown);\n    }\n\n    .owh-lead {\n      max-width: 680px;\n      margin-bottom: 23px;\n      color: #67564c;\n      font-size: clamp(16px, 2.1cqi, 20px);\n    }\n\n    .owh-hero-list {\n      display: grid;\n      grid-template-columns:\n        repeat(auto-fit, minmax(min(100%, 185px), 1fr));\n      gap: 11px 16px;\n      margin: 0;\n      padding: 0;\n      list-style: none;\n    }\n\n    .owh-hero-list li {\n      position: relative;\n      min-width: 0;\n      padding-left: 28px;\n      color: var(--owh-ink);\n      font-size: 14px;\n      font-weight: 800;\n    }\n\n    .owh-hero-list li::before {\n      content: \"✓\";\n      position: absolute;\n      left: 0;\n      top: 2px;\n      display: grid;\n      place-items: center;\n      width: 19px;\n      height: 19px;\n      border-radius: 50%;\n      background: var(--owh-amber);\n      color: #ffffff;\n      font-size: 11px;\n      line-height: 1;\n    }\n\n    \/* HERO PRODUCT ILLUSTRATION *\/\n\n    .owh-visual {\n      position: relative;\n      display: grid;\n      place-items: center;\n      min-height: 390px;\n    }\n\n    .owh-chain {\n      position: absolute;\n      top: 0;\n      width: 1px;\n      height: 122px;\n      background:\n        repeating-linear-gradient(\n          to bottom,\n          #776c64 0 3px,\n          transparent 3px 6px\n        );\n    }\n\n    .owh-chain-left {\n      left: 31%;\n      transform: rotate(8deg);\n      transform-origin: top;\n    }\n\n    .owh-chain-right {\n      right: 31%;\n      transform: rotate(-8deg);\n      transform-origin: top;\n    }\n\n    .owh-moon {\n      position: absolute;\n      top: 80px;\n      width: min(69%, 250px);\n      aspect-ratio: 1;\n      border: 4px solid rgba(86, 57, 41, 0.26);\n      border-radius: 50%;\n      background:\n        radial-gradient(\n          circle at 29% 27%,\n          rgba(255, 255, 255, 0.92) 0 4%,\n          transparent 4.5%\n        ),\n        radial-gradient(\n          circle at 70% 56%,\n          rgba(168, 117, 73, 0.14) 0 8%,\n          transparent 8.5%\n        ),\n        linear-gradient(145deg, #fff9e9, #e4b778);\n      box-shadow:\n        0 20px 42px rgba(82, 47, 28, 0.17),\n        inset 0 0 28px rgba(152, 98, 51, 0.12);\n    }\n\n    .owh-owl {\n      position: relative;\n      z-index: 3;\n      width: min(100%, 415px);\n      height: 265px;\n      margin-top: 80px;\n    }\n\n    .owh-wing {\n      position: absolute;\n      top: 40px;\n      width: 190px;\n      height: 128px;\n      border: 3px solid rgba(65, 39, 27, 0.72);\n      background:\n        repeating-linear-gradient(\n          14deg,\n          rgba(255, 255, 255, 0.24) 0 5px,\n          transparent 6px 14px\n        ),\n        linear-gradient(\n          145deg,\n          #f5d59f 0%,\n          #c06d37 46%,\n          #713b2b 100%\n        );\n      box-shadow: 0 15px 24px rgba(78, 42, 25, 0.16);\n    }\n\n    .owh-wing-left {\n      left: 7px;\n      clip-path: polygon(\n        0 46%,\n        15% 15%,\n        58% 0,\n        100% 25%,\n        80% 72%,\n        35% 100%\n      );\n      transform: rotate(-14deg);\n    }\n\n    .owh-wing-right {\n      right: 7px;\n      clip-path: polygon(\n        100% 46%,\n        85% 15%,\n        42% 0,\n        0 25%,\n        20% 72%,\n        65% 100%\n      );\n      transform: rotate(14deg);\n    }\n\n    .owh-body {\n      position: absolute;\n      z-index: 3;\n      left: 50%;\n      top: 68px;\n      width: 130px;\n      height: 150px;\n      border: 3px solid rgba(65, 39, 27, 0.72);\n      border-radius: 60% 60% 48% 48%;\n      background:\n        repeating-linear-gradient(\n          150deg,\n          rgba(255, 255, 255, 0.24) 0 5px,\n          transparent 6px 14px\n        ),\n        linear-gradient(\n          145deg,\n          #f6e2bd 0%,\n          #ca8955 53%,\n          #794334 100%\n        );\n      box-shadow: 0 17px 28px rgba(65, 37, 24, 0.2);\n      transform: translateX(-50%) rotate(7deg);\n    }\n\n    .owh-face {\n      position: absolute;\n      left: 27px;\n      top: 23px;\n      width: 72px;\n      height: 67px;\n      border: 3px solid #754b35;\n      border-radius: 50%;\n      background: radial-gradient(\n        circle at 50% 50%,\n        #211b19 0 8%,\n        #e8ddc7 9% 40%,\n        #a46945 41% 58%,\n        #5a3028 59% 100%\n      );\n    }\n\n    \/* =========================\n       IMAGE INSERT NOTES\n    ========================== *\/\n\n    .owh-image-note {\n      width: 100%;\n      margin: 23px 0 0;\n      color: #8b796d;\n      font-size: 12px;\n      font-weight: 850;\n      letter-spacing: 0.08em;\n      text-align: center;\n      text-transform: uppercase;\n    }\n\n    .owh-image-slot {\n      display: grid;\n      place-items: center;\n      width: 100%;\n      min-height: 280px;\n      padding: 24px;\n      border: 1px dashed #ccb7a3;\n      border-radius: 21px;\n      background:\n        linear-gradient(\n          145deg,\n          #fffdf9 0%,\n          #f4e7da 100%\n        );\n      color: #89776b;\n      font-size: 12px;\n      font-weight: 900;\n      letter-spacing: 0.08em;\n      text-align: center;\n      text-transform: uppercase;\n    }\n\n    .owh-image-slot.owh-image-large {\n      min-height: 370px;\n    }\n\n    .owh-product-page img,\n    .owh-product-page video {\n      display: block;\n      max-width: 100%;\n      height: auto;\n      margin: 0 auto;\n      border-radius: 21px;\n    }\n\n    \/* =========================\n       BENEFIT CARDS\n    ========================== *\/\n\n    .owh-card-grid {\n      display: grid;\n      grid-template-columns:\n        repeat(auto-fit, minmax(min(100%, 220px), 1fr));\n      gap: 16px;\n      margin-top: 32px;\n    }\n\n    .owh-card {\n      min-width: 0;\n      padding: 25px;\n      border: 1px solid var(--owh-line);\n      border-radius: 18px;\n      background: var(--owh-white);\n      box-shadow: 0 12px 28px rgba(81, 48, 31, 0.06);\n    }\n\n    .owh-card-icon {\n      display: grid;\n      place-items: center;\n      width: 45px;\n      height: 45px;\n      margin-bottom: 17px;\n      border-radius: 14px;\n      background: var(--owh-cream-dark);\n      color: var(--owh-brown);\n      font-weight: 900;\n    }\n\n    .owh-card h3 {\n      margin-bottom: 9px;\n      font-size: 20px;\n    }\n\n    .owh-card p {\n      margin-bottom: 0;\n      font-size: 15px;\n    }\n\n    \/* =========================\n       SPLIT SECTION\n    ========================== *\/\n\n    .owh-split {\n      display: grid;\n      gap: 32px;\n      align-items: center;\n    }\n\n    .owh-text {\n      min-width: 0;\n    }\n\n    .owh-text .owh-heading,\n    .owh-text .owh-copy {\n      margin-left: 0;\n      text-align: left;\n    }\n\n    .owh-list {\n      display: grid;\n      gap: 12px;\n      margin: 24px 0 0;\n      padding: 0;\n      list-style: none;\n    }\n\n    .owh-list li {\n      position: relative;\n      min-width: 0;\n      padding: 13px 15px 13px 46px;\n      border: 1px solid #eadbca;\n      border-radius: 13px;\n      background: rgba(255, 255, 255, 0.8);\n      color: var(--owh-ink);\n      font-weight: 750;\n    }\n\n    .owh-list li::before {\n      content: \"\";\n      position: absolute;\n      left: 17px;\n      top: 50%;\n      width: 13px;\n      height: 13px;\n      border: 3px solid var(--owh-amber);\n      border-radius: 50%;\n      transform: translateY(-50%);\n    }\n\n    \/* =========================\n       MATERIAL PANEL\n    ========================== *\/\n\n    .owh-material-panel {\n      min-width: 0;\n      padding: clamp(25px, 4cqi, 43px);\n      border-radius: 23px;\n      background:\n        radial-gradient(\n          circle at 86% 15%,\n          rgba(255, 244, 220, 0.18) 0 11%,\n          transparent 11.5%\n        ),\n        linear-gradient(\n          145deg,\n          var(--owh-brown-dark),\n          #89523b\n        );\n      color: #ffffff;\n      box-shadow: 0 20px 44px rgba(77, 42, 28, 0.18);\n    }\n\n    .owh-material-panel h3 {\n      margin-bottom: 12px;\n      color: #ffffff;\n      font-size: 25px;\n    }\n\n    .owh-material-panel \u003e p {\n      margin-bottom: 21px;\n      color: rgba(255, 255, 255, 0.74);\n    }\n\n    .owh-material-items {\n      display: grid;\n      gap: 12px;\n    }\n\n    .owh-material-item {\n      display: grid;\n      grid-template-columns: auto minmax(0, 1fr);\n      gap: 13px;\n      align-items: center;\n      min-width: 0;\n      padding: 14px;\n      border: 1px solid rgba(255, 255, 255, 0.14);\n      border-radius: 13px;\n      background: rgba(255, 255, 255, 0.075);\n    }\n\n    .owh-material-mark {\n      display: grid;\n      place-items: center;\n      width: 42px;\n      height: 42px;\n      border-radius: 50%;\n      background: var(--owh-gold);\n      color: var(--owh-brown-dark);\n      font-size: 12px;\n      font-weight: 900;\n    }\n\n    .owh-material-item strong {\n      display: block;\n      color: #ffffff;\n    }\n\n    .owh-material-item span {\n      display: block;\n      color: rgba(255, 255, 255, 0.66);\n      font-size: 13px;\n    }\n\n    \/* =========================\n       STYLE CARDS\n    ========================== *\/\n\n    .owh-style-grid {\n      display: grid;\n      grid-template-columns:\n        repeat(auto-fit, minmax(min(100%, 205px), 1fr));\n      gap: 16px;\n      margin-top: 32px;\n    }\n\n    .owh-style-card {\n      min-width: 0;\n      overflow: hidden;\n      border: 1px solid var(--owh-line);\n      border-radius: 18px;\n      background: #ffffff;\n      box-shadow: 0 10px 25px rgba(75, 45, 29, 0.055);\n    }\n\n    .owh-style-image {\n      display: grid;\n      place-items: center;\n      min-height: 190px;\n      padding: 20px;\n      background:\n        linear-gradient(\n          145deg,\n          #fffdf9,\n          #f0ddca\n        );\n      color: #8c796d;\n      font-size: 12px;\n      font-weight: 900;\n      letter-spacing: 0.08em;\n      text-align: center;\n      text-transform: uppercase;\n    }\n\n    .owh-style-info {\n      padding: 18px;\n    }\n\n    .owh-style-info span {\n      display: block;\n      margin-bottom: 5px;\n      color: var(--owh-amber);\n      font-size: 11px;\n      font-weight: 900;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n    }\n\n    .owh-style-info h3 {\n      margin-bottom: 6px;\n      font-size: 19px;\n    }\n\n    .owh-style-info p {\n      margin-bottom: 0;\n      font-size: 14px;\n    }\n\n    \/* =========================\n       SIZE CARDS\n    ========================== *\/\n\n    .owh-size-grid {\n      display: grid;\n      grid-template-columns:\n        repeat(auto-fit, minmax(min(100%, 145px), 1fr));\n      gap: 13px;\n      margin-top: 30px;\n    }\n\n    .owh-size-card {\n      min-width: 0;\n      padding: 22px 15px;\n      border: 1px solid var(--owh-line);\n      border-radius: 16px;\n      background: #ffffff;\n      text-align: center;\n    }\n\n    .owh-size-card strong {\n      display: block;\n      margin-bottom: 5px;\n      color: var(--owh-brown-dark);\n      font-size: 27px;\n      line-height: 1;\n    }\n\n    .owh-size-card span {\n      display: block;\n      color: var(--owh-text);\n      font-size: 13px;\n      font-weight: 750;\n    }\n\n    \/* =========================\n       INSTALLATION STEPS\n    ========================== *\/\n\n    .owh-steps {\n      counter-reset: owh-step;\n      display: grid;\n      grid-template-columns:\n        repeat(auto-fit, minmax(min(100%, 205px), 1fr));\n      gap: 16px;\n      margin-top: 32px;\n      text-align: left;\n    }\n\n    .owh-step {\n      counter-increment: owh-step;\n      position: relative;\n      min-width: 0;\n      min-height: 210px;\n      padding: 74px 23px 23px;\n      border: 1px solid var(--owh-line);\n      border-radius: 18px;\n      background: #ffffff;\n    }\n\n    .owh-step::before {\n      content: counter(owh-step, decimal-leading-zero);\n      position: absolute;\n      top: 22px;\n      left: 23px;\n      color: var(--owh-amber);\n      font-size: 30px;\n      font-weight: 900;\n      line-height: 1;\n    }\n\n    .owh-step h3 {\n      margin-bottom: 8px;\n      font-size: 19px;\n    }\n\n    .owh-step p {\n      margin-bottom: 0;\n      font-size: 14px;\n    }\n\n    \/* =========================\n       USE CARDS\n    ========================== *\/\n\n    .owh-use-grid {\n      display: grid;\n      grid-template-columns:\n        repeat(auto-fit, minmax(min(100%, 205px), 1fr));\n      gap: 15px;\n      margin-top: 31px;\n    }\n\n    .owh-use-card {\n      min-width: 0;\n      padding: 23px;\n      border-radius: 17px;\n      background: #ffffff;\n      box-shadow: 0 10px 26px rgba(77, 47, 30, 0.06);\n    }\n\n    .owh-use-card span {\n      display: inline-block;\n      margin-bottom: 11px;\n      color: var(--owh-amber);\n      font-size: 11px;\n      font-weight: 900;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n    }\n\n    .owh-use-card h3 {\n      margin-bottom: 8px;\n      font-size: 19px;\n    }\n\n    .owh-use-card p {\n      margin-bottom: 0;\n      font-size: 14px;\n    }\n\n    \/* =========================\n       GIFT CARDS\n    ========================== *\/\n\n    .owh-gift-grid {\n      display: grid;\n      grid-template-columns:\n        repeat(auto-fit, minmax(min(100%, 190px), 1fr));\n      gap: 14px;\n      margin-top: 30px;\n    }\n\n    .owh-gift-card {\n      min-width: 0;\n      padding: 21px;\n      border: 1px solid var(--owh-line);\n      border-radius: 16px;\n      background: #fffdf9;\n    }\n\n    .owh-gift-card strong {\n      display: block;\n      margin-bottom: 6px;\n      color: var(--owh-ink);\n      font-size: 16px;\n    }\n\n    .owh-gift-card p {\n      margin-bottom: 0;\n      font-size: 14px;\n    }\n\n    \/* =========================\n       INCLUDED\n    ========================== *\/\n\n    .owh-included-grid {\n      display: grid;\n      grid-template-columns:\n        repeat(auto-fit, minmax(min(100%, 210px), 1fr));\n      gap: 14px;\n      margin-top: 30px;\n    }\n\n    .owh-included-item {\n      min-width: 0;\n      padding: 20px;\n      border: 1px solid var(--owh-line);\n      border-radius: 15px;\n      background: #ffffff;\n    }\n\n    .owh-included-item span {\n      display: block;\n      margin-bottom: 5px;\n      color: var(--owh-amber);\n      font-size: 11px;\n      font-weight: 900;\n      letter-spacing: 0.09em;\n      text-transform: uppercase;\n    }\n\n    .owh-included-item strong {\n      display: block;\n      color: var(--owh-ink);\n      font-size: 16px;\n    }\n\n    \/* =========================\n       CLARIFICATION\n    ========================== *\/\n\n    .owh-clarification {\n      display: grid;\n      gap: 20px;\n      align-items: center;\n      padding: clamp(28px, 5cqi, 53px);\n      border-radius: 23px;\n      background:\n        linear-gradient(\n          135deg,\n          #30231e 0%,\n          #79513e 100%\n        );\n      color: #ffffff;\n    }\n\n    .owh-clarification h2 {\n      margin-bottom: 9px;\n      color: #ffffff;\n      font-size: clamp(27px, 4.2cqi, 43px);\n    }\n\n    .owh-clarification p {\n      margin-bottom: 0;\n      color: rgba(255, 255, 255, 0.76);\n    }\n\n    .owh-clarification-badge {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 50px;\n      padding: 13px 20px;\n      border: 1px solid rgba(255, 255, 255, 0.23);\n      border-radius: 999px;\n      background: rgba(255, 255, 255, 0.1);\n      color: #ffffff;\n      font-weight: 850;\n      text-align: center;\n    }\n\n    \/* =========================\n       FAQ\n    ========================== *\/\n\n    .owh-faq {\n      background: #fcfaf7;\n    }\n\n    .owh-faq-list {\n      max-width: 900px;\n      margin: 30px auto 0;\n      text-align: left;\n    }\n\n    .owh-faq details {\n      border-top: 1px solid var(--owh-line);\n    }\n\n    .owh-faq details:last-child {\n      border-bottom: 1px solid var(--owh-line);\n    }\n\n    .owh-faq summary {\n      position: relative;\n      padding: 20px 45px 20px 0;\n      color: var(--owh-ink);\n      font-weight: 850;\n      cursor: pointer;\n      list-style: none;\n    }\n\n    .owh-faq summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .owh-faq summary::after {\n      content: \"+\";\n      position: absolute;\n      right: 4px;\n      top: 50%;\n      color: var(--owh-amber);\n      font-size: 26px;\n      line-height: 1;\n      transform: translateY(-50%);\n    }\n\n    .owh-faq details[open] summary::after {\n      content: \"−\";\n    }\n\n    .owh-faq details p {\n      padding: 0 45px 21px 0;\n      margin: 0;\n      font-size: 15px;\n    }\n\n    \/* =========================\n       FINAL CTA\n    ========================== *\/\n\n    .owh-final {\n      display: grid;\n      gap: 22px;\n      align-items: center;\n      padding: clamp(30px, 5cqi, 57px);\n      border-radius: 24px;\n      background:\n        radial-gradient(\n          circle at 90% 14%,\n          rgba(255, 243, 216, 0.18) 0 11%,\n          transparent 11.5%\n        ),\n        linear-gradient(\n          135deg,\n          var(--owh-brown-dark),\n          var(--owh-brown)\n        );\n      color: #ffffff;\n    }\n\n    .owh-final h2 {\n      margin-bottom: 10px;\n      color: #ffffff;\n      font-size: clamp(28px, 4.5cqi, 45px);\n    }\n\n    .owh-final p {\n      max-width: 700px;\n      margin-bottom: 0;\n      color: rgba(255, 255, 255, 0.78);\n    }\n\n    .owh-final-badge {\n      display: grid;\n      place-items: center;\n      min-width: 142px;\n      min-height: 142px;\n      padding: 18px;\n      border: 3px solid rgba(255, 255, 255, 0.72);\n      border-radius: 50%;\n      background: var(--owh-gold);\n      color: var(--owh-brown-dark);\n      text-align: center;\n      transform: rotate(4deg);\n    }\n\n    .owh-final-badge strong {\n      display: block;\n      font-size: 23px;\n      line-height: 1.08;\n    }\n\n    .owh-final-badge span {\n      display: block;\n      margin-top: 5px;\n      font-size: 11px;\n      font-weight: 900;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n    }\n\n    \/* =========================\n       NOTE\n    ========================== *\/\n\n    .owh-note {\n      padding: 20px;\n      border-left: 4px solid var(--owh-amber);\n      border-radius: 10px;\n      background: #fff7e9;\n      color: #665344;\n      font-size: 13px;\n    }\n\n    \/* =========================\n       CONTAINER QUERIES\n    ========================== *\/\n\n    @container owl-window-page (min-width: 760px) {\n      .owh-hero {\n        grid-template-columns:\n          minmax(0, 1.12fr)\n          minmax(300px, 0.88fr);\n      }\n\n      .owh-split {\n        grid-template-columns:\n          minmax(0, 0.95fr)\n          minmax(0, 1.05fr);\n      }\n\n      .owh-reverse .owh-text {\n        order: 2;\n      }\n\n      .owh-reverse .owh-image-slot,\n      .owh-reverse .owh-material-panel,\n      .owh-reverse img,\n      .owh-reverse video {\n        order: 1;\n      }\n\n      .owh-clarification,\n      .owh-final {\n        grid-template-columns: minmax(0, 1fr) auto;\n      }\n    }\n\n    @container owl-window-page (max-width: 759px) {\n      .owh-shell {\n        border-radius: 14px;\n      }\n\n      .owh-hero {\n        min-height: auto;\n      }\n\n      .owh-visual {\n        min-height: 340px;\n      }\n\n      .owh-owl {\n        transform: scale(0.88);\n      }\n\n      .owh-image-slot {\n        min-height: 230px;\n      }\n\n      .owh-image-slot.owh-image-large {\n        min-height: 285px;\n      }\n\n      .owh-clarification,\n      .owh-final {\n        text-align: center;\n      }\n\n      .owh-clarification-badge {\n        width: 100%;\n      }\n\n      .owh-final-badge {\n        min-width: 128px;\n        min-height: 128px;\n        margin: 0 auto;\n      }\n    }\n\n    \/* OLD BROWSER FALLBACK *\/\n\n    @media screen and (min-width: 900px) {\n      @supports not (container-type: inline-size) {\n        .owh-hero {\n          grid-template-columns:\n            minmax(0, 1.12fr)\n            minmax(300px, 0.88fr);\n        }\n\n        .owh-split {\n          grid-template-columns:\n            minmax(0, 0.95fr)\n            minmax(0, 1.05fr);\n        }\n\n        .owh-clarification,\n        .owh-final {\n          grid-template-columns: minmax(0, 1fr) auto;\n        }\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"owh-product-page\"\u003e\n\u003cdiv class=\"owh-shell\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"owh-section owh-hero\"\u003e\n\u003cdiv class=\"owh-hero-content\"\u003e\n\u003cspan class=\"owh-eyebrow\"\u003e Woodland-Inspired Window Decor \u003c\/span\u003e\n\u003ch2 class=\"owh-title\"\u003eOwl \u0026amp; Moon \u003cspan\u003eAcrylic Window Hanging\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"owh-lead\"\u003eTurn an ordinary window into a warm forest-inspired display with a graceful flying owl, moonlit artwork and richly layered feather details.\u003c\/p\u003e\n\u003cul class=\"owh-hero-list\"\u003e\n\u003cli\u003eStained-glass-inspired artwork\u003c\/li\u003e\n\u003cli\u003eDouble-sided printed design\u003c\/li\u003e\n\u003cli\u003eLightweight acrylic construction\u003c\/li\u003e\n\u003cli\u003eMultiple owl styles available\u003c\/li\u003e\n\u003cli\u003eMultiple display sizes\u003c\/li\u003e\n\u003cli\u003eChain and suction cup included\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv aria-hidden=\"true\" class=\"owh-visual\"\u003e\n\u003cdiv class=\"owh-chain owh-chain-left\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"owh-chain owh-chain-right\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"owh-moon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"owh-owl\"\u003e\n\u003cdiv class=\"owh-wing owh-wing-left\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"owh-wing owh-wing-right\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"owh-body\"\u003e\n\u003cdiv class=\"owh-face\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp class=\"owh-image-note\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"owh-section owh-center\"\u003e\n\u003cp class=\"owh-kicker\"\u003eA Small Detail With a Big Visual Impact\u003c\/p\u003e\n\u003ch2 class=\"owh-heading\"\u003eGive an empty window a warmer, more artistic focal point\u003c\/h2\u003e\n\u003cp class=\"owh-copy\"\u003eThe flying-owl silhouette, warm feather colors and moon-shaped background bring woodland character to windows, walls and other favorite decorating spaces.\u003c\/p\u003e\n\u003cdiv class=\"owh-card-grid\"\u003e\n\u003carticle class=\"owh-card\"\u003e\n\u003cdiv class=\"owh-card-icon\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eBeautiful From Both Sides\u003c\/h3\u003e\n\u003cp\u003eDouble-sided printing keeps the owl artwork visible from either direction.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-card\"\u003e\n\u003cdiv class=\"owh-card-icon\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eLightweight Acrylic\u003c\/h3\u003e\n\u003cp\u003eThe flat acrylic format is easier to hang and handle than a heavy glass ornament.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-card\"\u003e\n\u003cdiv class=\"owh-card-icon\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eDetailed Woodland Artwork\u003c\/h3\u003e\n\u003cp\u003eAmber, cream, brown and blue accents create a warm, stained-glass-inspired appearance.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-card\"\u003e\n\u003cdiv class=\"owh-card-icon\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eReady to Display\u003c\/h3\u003e\n\u003cp\u003eThe included metal chain and suction cup make decorative hanging simple.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL --\u003e\n\u003csection class=\"owh-section owh-split owh-soft\"\u003e\n\u003cdiv class=\"owh-text\"\u003e\n\u003cp class=\"owh-kicker\"\u003eLightweight Yet Detailed\u003c\/p\u003e\n\u003ch2 class=\"owh-heading\"\u003eColorful window art without the weight of real glass\u003c\/h2\u003e\n\u003cp class=\"owh-copy\"\u003eThe owl artwork is printed onto flat acrylic, creating a segmented stained-glass-style appearance while remaining light enough for convenient decorative hanging.\u003c\/p\u003e\n\u003cul class=\"owh-list\"\u003e\n\u003cli\u003eApproximately 3 mm thick acrylic\u003c\/li\u003e\n\u003cli\u003eUV-printed artwork on both sides\u003c\/li\u003e\n\u003cli\u003ePrecisely laser-cut outline\u003c\/li\u003e\n\u003cli\u003eClean and crisp decorative edges\u003c\/li\u003e\n\u003cli\u003eWarm forest and night-sky color palette\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"owh-material-panel\"\u003e\n\u003ch3\u003eDesigned for Decorative Display\u003c\/h3\u003e\n\u003cp\u003eThe flat construction combines detailed artwork with a lightweight profile suitable for windows and home decor.\u003c\/p\u003e\n\u003cdiv class=\"owh-material-items\"\u003e\n\u003cdiv class=\"owh-material-item\"\u003e\n\u003cdiv class=\"owh-material-mark\"\u003e3MM\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFlat Acrylic Body\u003c\/strong\u003e \u003cspan\u003e Lightweight material with a smooth printed surface. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"owh-material-item\"\u003e\n\u003cdiv class=\"owh-material-mark\"\u003e2X\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDouble-Sided Artwork\u003c\/strong\u003e \u003cspan\u003e The design remains visible from either direction. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"owh-material-item\"\u003e\n\u003cdiv class=\"owh-material-mark\"\u003eUV\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePrinted Color Detail\u003c\/strong\u003e \u003cspan\u003e Clear feather, moon and woodland-inspired artwork. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp class=\"owh-image-note\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c!-- STYLES --\u003e\n\u003csection class=\"owh-section owh-center\"\u003e\n\u003cp class=\"owh-kicker\"\u003eChoose a Favorite Owl\u003c\/p\u003e\n\u003ch2 class=\"owh-heading\"\u003eMultiple flying-owl designs for different spaces\u003c\/h2\u003e\n\u003cp class=\"owh-copy\"\u003eSelect the owl pose and color arrangement that best matches the room, window or gift occasion.\u003c\/p\u003e\n\u003cdiv class=\"owh-style-grid\"\u003e\n\u003carticle class=\"owh-style-card\"\u003e\n\u003cdiv class=\"owh-style-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/8722\/4755\/files\/e57b95e8e304fd01e813facd21ee8f29_png.jpg?v=1782995293\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"owh-style-info\"\u003e\n\u003cspan\u003eOwl Option\u003c\/span\u003e\n\u003ch3\u003eStyle 1\u003c\/h3\u003e\n\u003cp\u003eA wide-winged owl with warm amber and moonlit accents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-style-card\"\u003e\n\u003cdiv class=\"owh-style-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/8722\/4755\/files\/e000f6e14caf7f7358cf7c6dad1a2ba3_png.jpg?v=1782995293\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"owh-style-info\"\u003e\n\u003cspan\u003eOwl Option\u003c\/span\u003e\n\u003ch3\u003eStyle 2\u003c\/h3\u003e\n\u003cp\u003eLayered cream and brown feathers in a graceful flying pose.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-style-card\"\u003e\n\u003cdiv class=\"owh-style-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/8722\/4755\/files\/cab718081937f351a92114cd95641d8c_png.jpg?v=1782995293\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"owh-style-info\"\u003e\n\u003cspan\u003eOwl Option\u003c\/span\u003e\n\u003ch3\u003eStyle 3\u003c\/h3\u003e\n\u003cp\u003eA dynamic silhouette with rich forest and night-sky tones.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-style-card\"\u003e\n\u003cdiv class=\"owh-style-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0751\/8722\/4755\/files\/66b741ae1cc984948439171ac794ac0a_png.jpg?v=1782995293\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"owh-style-info\"\u003e\n\u003cspan\u003eOwl Option\u003c\/span\u003e\n\u003ch3\u003eStyle 4\u003c\/h3\u003e\n\u003cp\u003eA detailed woodland bird design with warm natural coloring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZES --\u003e\n\u003csection class=\"owh-section owh-center owh-soft\"\u003e\n\u003cp class=\"owh-kicker\"\u003eMultiple Display Sizes\u003c\/p\u003e\n\u003ch2 class=\"owh-heading\"\u003eChoose a subtle accent or a larger statement piece\u003c\/h2\u003e\n\u003cp class=\"owh-copy\"\u003eMeasure the intended display area before selecting a size, especially for smaller windows or narrow wall spaces.\u003c\/p\u003e\n\u003cdiv class=\"owh-size-grid\"\u003e\n\u003cdiv class=\"owh-size-card\"\u003e\n\u003cstrong\u003e4\"\u003c\/strong\u003e \u003cspan\u003eSmall Accent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"owh-size-card\"\u003e\n\u003cstrong\u003e6\"\u003c\/strong\u003e \u003cspan\u003eCompact Display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"owh-size-card\"\u003e\n\u003cstrong\u003e9\"\u003c\/strong\u003e \u003cspan\u003eMedium Statement\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"owh-size-card\"\u003e\n\u003cstrong\u003e10\"\u003c\/strong\u003e \u003cspan\u003eLarge Display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"owh-size-card\"\u003e\n\u003cstrong\u003e12\"\u003c\/strong\u003e \u003cspan\u003eExtra-Large Feature\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"owh-image-note\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- INSTALLATION --\u003e\n\u003csection class=\"owh-section owh-center\"\u003e\n\u003cp class=\"owh-kicker\"\u003eSimple Hanging Setup\u003c\/p\u003e\n\u003ch2 class=\"owh-heading\"\u003eDisplay the ornament in four easy steps\u003c\/h2\u003e\n\u003cdiv class=\"owh-steps\"\u003e\n\u003carticle class=\"owh-step\"\u003e\n\u003ch3\u003eClean the Surface\u003c\/h3\u003e\n\u003cp\u003eWipe and fully dry the smooth glass surface before attaching the suction cup.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-step\"\u003e\n\u003ch3\u003eAttach the Suction Cup\u003c\/h3\u003e\n\u003cp\u003ePress the suction cup firmly onto the selected clean, smooth window.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-step\"\u003e\n\u003ch3\u003eHang the Chain\u003c\/h3\u003e\n\u003cp\u003eConnect the metal chain and check that the ornament is securely supported.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-step\"\u003e\n\u003ch3\u003eAdjust the Position\u003c\/h3\u003e\n\u003cp\u003eCenter the owl and leave enough clearance from curtains and nearby objects.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cp class=\"owh-image-note\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- DISPLAY LOCATIONS --\u003e\n\u003csection class=\"owh-section owh-center owh-soft\"\u003e\n\u003cp class=\"owh-kicker\"\u003eWoodland Charm Around the Home\u003c\/p\u003e\n\u003ch2 class=\"owh-heading\"\u003eStyle it in windows, reading corners and cozy spaces\u003c\/h2\u003e\n\u003cdiv class=\"owh-use-grid\"\u003e\n\u003carticle class=\"owh-use-card\"\u003e\u003cspan\u003eWindow Display\u003c\/span\u003e\n\u003ch3\u003eLiving-Room Windows\u003c\/h3\u003e\n\u003cp\u003eAdd color and character without using shelf or tabletop space.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-use-card\"\u003e\u003cspan\u003eQuiet Spaces\u003c\/span\u003e\n\u003ch3\u003eReading Corners\u003c\/h3\u003e\n\u003cp\u003ePair it with books, warm wood and soft textiles for a cozy woodland look.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-use-card\"\u003e\u003cspan\u003eHome Accent\u003c\/span\u003e\n\u003ch3\u003eBedrooms and Offices\u003c\/h3\u003e\n\u003cp\u003eBring a distinctive bird-inspired accent to smaller personal spaces.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-use-card\"\u003e\u003cspan\u003eCovered Area\u003c\/span\u003e\n\u003ch3\u003ePorches and Sunrooms\u003c\/h3\u003e\n\u003cp\u003eDisplay near protected glass doors or enclosed porches, away from severe weather.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-use-card\"\u003e\u003cspan\u003eWall Styling\u003c\/span\u003e\n\u003ch3\u003eGallery and Accent Walls\u003c\/h3\u003e\n\u003cp\u003eCombine it with woodland illustrations, framed prints and natural decor.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-use-card\"\u003e\u003cspan\u003eSeasonal Decor\u003c\/span\u003e\n\u003ch3\u003eHoliday Displays\u003c\/h3\u003e\n\u003cp\u003eStyle it with warm lights, greenery and forest-inspired seasonal decorations.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp class=\"owh-image-note\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c!-- GIFT --\u003e\n\u003csection class=\"owh-section owh-center\"\u003e\n\u003cp class=\"owh-kicker\"\u003eA Thoughtful Decorative Gift\u003c\/p\u003e\n\u003ch2 class=\"owh-heading\"\u003eMade for owl lovers, bird lovers and nature enthusiasts\u003c\/h2\u003e\n\u003cp class=\"owh-copy\"\u003eIts lightweight format and woodland artwork make it suitable for everyday gifting and seasonal celebrations.\u003c\/p\u003e\n\u003cdiv class=\"owh-gift-grid\"\u003e\n\u003carticle class=\"owh-gift-card\"\u003e\u003cstrong\u003eOwl Lovers\u003c\/strong\u003e\n\u003cp\u003eA distinctive decorative piece inspired by one of the forest’s most recognizable birds.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-gift-card\"\u003e\u003cstrong\u003eBird and Wildlife Fans\u003c\/strong\u003e\n\u003cp\u003eAn artistic accent for people who enjoy natural and woodland-themed decor.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-gift-card\"\u003e\u003cstrong\u003eParents and Grandparents\u003c\/strong\u003e\n\u003cp\u003eA warm home decoration for windows, reading areas and favorite rooms.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-gift-card\"\u003e\u003cstrong\u003eHousewarming Gifts\u003c\/strong\u003e\n\u003cp\u003eA lightweight decoration that can add personality to a new home.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"owh-gift-card\"\u003e\u003cstrong\u003eBirthdays and Holidays\u003c\/strong\u003e\n\u003cp\u003eChoose a preferred owl style and size for the recipient.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INCLUDED --\u003e\n\u003csection class=\"owh-section owh-center owh-soft\"\u003e\n\u003cp class=\"owh-kicker\"\u003ePackage Contents\u003c\/p\u003e\n\u003ch2 class=\"owh-heading\"\u003eEverything needed for a simple decorative setup\u003c\/h2\u003e\n\u003cdiv class=\"owh-included-grid\"\u003e\n\u003cdiv class=\"owh-included-item\"\u003e\n\u003cspan\u003eIncluded\u003c\/span\u003e \u003cstrong\u003e1 Acrylic Owl Ornament\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"owh-included-item\"\u003e\n\u003cspan\u003eIncluded\u003c\/span\u003e \u003cstrong\u003eMetal Hanging Chain\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"owh-included-item\"\u003e\n\u003cspan\u003eIncluded\u003c\/span\u003e \u003cstrong\u003eClear Suction Cup\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"owh-included-item\"\u003e\n\u003cspan\u003eMaterial\u003c\/span\u003e \u003cstrong\u003eApproximately 3 mm Acrylic\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"owh-included-item\"\u003e\n\u003cspan\u003eChain Length\u003c\/span\u003e \u003cstrong\u003eApproximately 15.7 Inches\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"owh-included-item\"\u003e\n\u003cspan\u003ePrinting\u003c\/span\u003e \u003cstrong\u003eDouble-Sided UV Print\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CLARIFICATION --\u003e\n\u003csection class=\"owh-section\"\u003e\n\u003cdiv class=\"owh-clarification\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eStained-glass-inspired artwork made from flat acrylic\u003c\/h2\u003e\n\u003cp\u003eThis is a lightweight, flat 2D printed acrylic ornament. It is not real stained glass, not a three-dimensional sculpture and not designed to create true prism-style rainbow projections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"owh-clarification-badge\"\u003eFlat 2D Acrylic Ornament\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"owh-section owh-center owh-faq\"\u003e\n\u003cp class=\"owh-kicker\"\u003eFrequently Asked Questions\u003c\/p\u003e\n\u003ch2 class=\"owh-heading\"\u003eHelpful information before ordering\u003c\/h2\u003e\n\u003cdiv class=\"owh-faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the ornament made from real stained glass?\u003c\/summary\u003e\n\u003cp\u003eNo. It is a flat acrylic ornament with printed stained-glass-inspired artwork.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the artwork visible from both sides?\u003c\/summary\u003e\n\u003cp\u003eYes. The owl design is printed on both sides so it can be viewed from either direction.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich sizes are available?\u003c\/summary\u003e\n\u003cp\u003eThe available options include 4-inch, 6-inch, 9-inch, 10-inch and 12-inch sizes. Confirm the selected size before checkout.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the package include hanging accessories?\u003c\/summary\u003e\n\u003cp\u003eThe package includes a metal hanging chain and a clear suction cup for suitable smooth surfaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it be displayed outdoors?\u003c\/summary\u003e\n\u003cp\u003eIt is primarily intended as decorative home and window decor. For covered porch use, keep it protected from strong wind, prolonged rain, excessive heat and harsh weather exposure.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it project rainbow light around the room?\u003c\/summary\u003e\n\u003cp\u003eNo prism-style rainbow projection is promised. The visual effect comes from the colorful artwork printed on the acrylic surface.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should the acrylic be cleaned?\u003c\/summary\u003e\n\u003cp\u003eDust gently with a soft dry cloth. When needed, wipe with a slightly damp soft cloth and dry immediately. Avoid abrasive cleaners and rough scrubbing tools.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it be hung inside a vehicle?\u003c\/summary\u003e\n\u003cp\u003eOnly display it where permitted and where it cannot block visibility, distract the driver or interfere with airbags, mirrors, controls or safe vehicle operation.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL --\u003e\n\u003csection class=\"owh-section\"\u003e\n\u003cdiv class=\"owh-final\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eChoose a favorite owl and bring woodland warmth home\u003c\/h2\u003e\n\u003cp\u003eSelect the preferred style and size, then create a warmer decorative focal point for a window, reading corner or favorite room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"owh-final-badge\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e4 Owl Styles\u003c\/strong\u003e \u003cspan\u003e4 Size Options\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- NOTE --\u003e\n\u003csection style=\"padding-top: 24px;\" class=\"owh-section\"\u003e\n\u003cdiv class=\"owh-note\"\u003e\n\u003cstrong\u003eProduct information:\u003c\/strong\u003e This page is written for a flat 2D acrylic ornament, not a glass product. Slight color differences may occur because of lighting, display settings and printing. Minor dimensional variations may occur during production. Before publishing, confirm that the available styles, dimensions, package contents, processing time, shipping terms and return policy match the product sold through your Shopify store.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Heroiy","offers":[{"title":"Style 1","offer_id":45634075951283,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true},{"title":"Style 2","offer_id":45634075984051,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true},{"title":"Style 3","offer_id":45634076016819,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true},{"title":"Style 4","offer_id":45634076049587,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0751\/8722\/4755\/files\/e57b95e8e304fd01e813facd21ee8f29_png.jpg?v=1782995293","url":"https:\/\/heroiy.com\/products\/owl-and-moon-window-hanging-zgd","provider":"Heroiy","version":"1.0","type":"link"}