{"product_id":"gothic-castle-door-topper","title":"Gothic Castle Door Topper","description":"\u003cstyle\u003e\n\n#gcdt-page,\n#gcdt-page *{\n  box-sizing:border-box;\n}\n\n#gcdt-page{\n\n  --black:#171310;\n  --dark:#211916;\n  --dark2:#2d211c;\n\n  --brown:#51372b;\n  --burgundy:#602a31;\n\n  --amber:#d69a49;\n  --gold:#c49a60;\n  --gold-soft:#ead4ab;\n\n  --cream:#f7f0e5;\n  --cream2:#ede1ce;\n\n  --text:#312822;\n  --muted:#76675d;\n  --line:#dacbb8;\n\n  width:100%;\n  max-width:100%;\n\n  margin:0;\n  padding:0;\n\n  overflow:hidden;\n\n  background:#fffaf3;\n\n  color:var(--text);\n\n  font-family:\n  Georgia,\n  \"Times New Roman\",\n  serif;\n}\n\n\n\/* ======================================================\n   IMAGE PROTECTION\n====================================================== *\/\n\n#gcdt-page img{\n\n  display:block!important;\n\n  width:100%!important;\n  max-width:100%!important;\n\n  height:auto!important;\n  min-height:0!important;\n  max-height:none!important;\n\n  aspect-ratio:auto!important;\n\n  object-fit:contain!important;\n  object-position:center!important;\n\n  margin:0 auto!important;\n}\n\n\n\/* ======================================================\n   GLOBAL\n====================================================== *\/\n\n#gcdt-page .gc-container{\n\n  width:min(1080px,calc(100% - 30px));\n\n  margin:0 auto;\n}\n\n#gcdt-page .gc-section{\n\n  width:100%;\n\n  padding:68px 0;\n}\n\n#gcdt-page .gc-center{\n\n  text-align:center;\n}\n\n#gcdt-page .gc-soft{\n\n  background:\n  linear-gradient(\n    180deg,\n    #f8f1e7 0%,\n    #fffaf3 100%\n  );\n}\n\n#gcdt-page .gc-dark{\n\n  background:\n\n  radial-gradient(\n    circle at 80% 0%,\n    rgba(214,154,73,.15),\n    transparent 34%\n  ),\n\n  radial-gradient(\n    circle at 15% 100%,\n    rgba(96,42,49,.19),\n    transparent 37%\n  ),\n\n  linear-gradient(\n    135deg,\n    #171310,\n    #2a1e19\n  );\n\n  color:#fff;\n}\n\n\n\/* ======================================================\n   SMALL LABEL\n====================================================== *\/\n\n#gcdt-page .gc-tag{\n\n  display:inline-flex;\n\n  align-items:center;\n  justify-content:center;\n\n  gap:8px;\n\n  margin-bottom:14px;\n\n  padding:7px 16px;\n\n  border:1px solid #d4b786;\n\n  border-radius:999px;\n\n  background:#f3e6d1;\n\n  color:#775534;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:11px;\n  font-weight:800;\n\n  letter-spacing:1.25px;\n\n  text-transform:uppercase;\n}\n\n#gcdt-page .gc-dark .gc-tag{\n\n  border-color:rgba(223,177,109,.36);\n\n  background:rgba(213,157,75,.10);\n\n  color:#efcf9f;\n}\n\n\n\/* ======================================================\n   TITLES\n====================================================== *\/\n\n#gcdt-page .gc-title{\n\n  width:min(100%,900px);\n\n  margin:0 auto;\n\n  color:#2c2019;\n\n  font-size:clamp(34px,5vw,57px);\n\n  line-height:1.02;\n\n  font-weight:500;\n\n  letter-spacing:-1.7px;\n}\n\n#gcdt-page .gc-title em{\n\n  color:#9b6534;\n\n  font-style:italic;\n}\n\n#gcdt-page .gc-dark .gc-title{\n\n  color:#fff7ec;\n}\n\n#gcdt-page .gc-dark .gc-title em{\n\n  color:#e4b46c;\n}\n\n#gcdt-page .gc-subtitle{\n\n  width:min(100%,770px);\n\n  margin:18px auto 0;\n\n  color:var(--muted);\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:16px;\n  line-height:1.75;\n}\n\n#gcdt-page .gc-dark .gc-subtitle{\n\n  color:#d7c9bd;\n}\n\n\n\/* ======================================================\n   HERO\n====================================================== *\/\n\n#gcdt-page .gc-hero{\n\n  padding:38px 0 56px;\n\n  background:\n\n  radial-gradient(\n    circle at 50% 0%,\n    rgba(199,146,78,.16),\n    transparent 47%\n  ),\n\n  linear-gradient(\n    180deg,\n    #f8efe1,\n    #fffaf3\n  );\n}\n\n#gcdt-page .gc-kicker{\n\n  display:flex;\n\n  align-items:center;\n  justify-content:center;\n\n  gap:9px;\n\n  margin-bottom:15px;\n\n  color:#7b5434;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:12px;\n  font-weight:850;\n\n  letter-spacing:1.15px;\n}\n\n#gcdt-page .gc-kicker-dot{\n\n  width:8px;\n  height:8px;\n\n  border-radius:50%;\n\n  background:#b5773c;\n\n  box-shadow:\n  0 0 0 5px rgba(181,119,60,.12);\n}\n\n#gcdt-page .gc-hero h1{\n\n  width:min(100%,950px);\n\n  margin:0 auto;\n\n  text-align:center;\n\n  color:#231814;\n\n  font-size:clamp(42px,6vw,70px);\n\n  line-height:.98;\n\n  font-weight:500;\n\n  letter-spacing:-2.3px;\n}\n\n#gcdt-page .gc-hero h1 span{\n\n  display:block;\n\n  margin-top:9px;\n\n  color:#925b30;\n\n  font-style:italic;\n}\n\n#gcdt-page .gc-hero-copy{\n\n  width:min(100%,790px);\n\n  margin:21px auto 0;\n\n  color:#6c5c50;\n\n  text-align:center;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:17px;\n  line-height:1.7;\n}\n\n\n\/* ======================================================\n   MAIN IMAGE\n====================================================== *\/\n\n#gcdt-page .gc-main-image{\n\n  width:min(100%,880px);\n\n  margin:31px auto 0;\n\n  overflow:hidden;\n\n  border:1px solid #d5c2aa;\n  border-radius:22px;\n\n  background:#e9dac5;\n\n  box-shadow:\n  0 22px 52px rgba(54,34,24,.16);\n}\n\n\n\/* ======================================================\n   HERO BENEFITS\n====================================================== *\/\n\n#gcdt-page .gc-benefits{\n\n  width:min(100%,850px);\n\n  display:grid;\n\n  grid-template-columns:repeat(4,1fr);\n\n  gap:10px;\n\n  margin:23px auto 0;\n}\n\n#gcdt-page .gc-benefit{\n\n  padding:15px 10px;\n\n  border:1px solid #ddcfbd;\n  border-radius:13px;\n\n  background:rgba(255,255,255,.76);\n\n  text-align:center;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:12.5px;\n  line-height:1.4;\n\n  font-weight:800;\n\n  color:#46372c;\n}\n\n#gcdt-page .gc-benefit span{\n\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:23px;\n}\n\n\n\/* ======================================================\n   TRUST STRIP\n====================================================== *\/\n\n#gcdt-page .gc-strip{\n\n  border-top:1px solid #ddcfbd;\n  border-bottom:1px solid #ddcfbd;\n\n  background:#fffaf3;\n}\n\n#gcdt-page .gc-strip-grid{\n\n  display:grid;\n\n  grid-template-columns:repeat(4,1fr);\n}\n\n#gcdt-page .gc-strip-item{\n\n  padding:21px 10px;\n\n  border-right:1px solid #e3d6c4;\n\n  text-align:center;\n}\n\n#gcdt-page .gc-strip-item:last-child{\n\n  border-right:0;\n}\n\n#gcdt-page .gc-strip-icon{\n\n  margin-bottom:6px;\n\n  font-size:25px;\n}\n\n#gcdt-page .gc-strip-item strong{\n\n  display:block;\n\n  color:#38281f;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:13px;\n}\n\n#gcdt-page .gc-strip-item span{\n\n  display:block;\n\n  margin-top:4px;\n\n  color:#837267;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:11px;\n}\n\n\n\/* ======================================================\n   VERTICAL IMAGE\n====================================================== *\/\n\n#gcdt-page .gc-vertical{\n\n  display:flex!important;\n\n  flex-direction:column!important;\n\n  align-items:center!important;\n\n  width:100%!important;\n\n  margin-top:35px;\n}\n\n#gcdt-page .gc-image{\n\n  width:min(100%,880px)!important;\n\n  margin:0 auto!important;\n\n  overflow:hidden;\n\n  border:1px solid #d8c8b6;\n  border-radius:20px;\n\n  background:#ede0cf;\n\n  box-shadow:\n  0 14px 38px rgba(52,32,22,.09);\n}\n\n#gcdt-page .gc-dark .gc-image{\n\n  border-color:rgba(218,173,105,.20);\n\n  background:#1c1512;\n\n  box-shadow:\n  0 18px 45px rgba(0,0,0,.28);\n}\n\n\n\/* ======================================================\n   TEXT CARD\n====================================================== *\/\n\n#gcdt-page .gc-text{\n\n  width:min(100%,880px);\n\n  margin:15px auto 0;\n\n  padding:30px;\n\n  border:1px solid #dacbb8;\n  border-radius:18px;\n\n  background:#fffdf9;\n\n  box-shadow:\n  0 7px 22px rgba(48,30,20,.05);\n\n  text-align:left;\n}\n\n#gcdt-page .gc-text h3{\n\n  margin:0 0 11px;\n\n  color:#35251d;\n\n  font-size:28px;\n\n  line-height:1.14;\n\n  font-weight:500;\n}\n\n#gcdt-page .gc-text h3 em{\n\n  color:#a46a35;\n\n  font-style:italic;\n}\n\n#gcdt-page .gc-text p{\n\n  margin:0;\n\n  color:#746459;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:15px;\n  line-height:1.75;\n}\n\n\n\/* ======================================================\n   FEATURE CARDS\n====================================================== *\/\n\n#gcdt-page .gc-feature-grid{\n\n  display:grid;\n\n  grid-template-columns:repeat(3,1fr);\n\n  gap:14px;\n\n  margin-top:30px;\n}\n\n#gcdt-page .gc-feature{\n\n  padding:25px 17px;\n\n  border:1px solid #ddcfbd;\n  border-radius:16px;\n\n  background:#fffdf9;\n\n  text-align:center;\n\n  box-shadow:\n  0 7px 22px rgba(46,29,20,.05);\n}\n\n#gcdt-page .gc-feature-icon{\n\n  width:57px;\n  height:57px;\n\n  display:grid;\n  place-items:center;\n\n  margin:0 auto 13px;\n\n  border-radius:50%;\n\n  background:#f0e2cf;\n\n  font-size:27px;\n}\n\n#gcdt-page .gc-feature h3{\n\n  margin:0 0 8px;\n\n  color:#38281f;\n\n  font-size:17px;\n\n  font-weight:600;\n}\n\n#gcdt-page .gc-feature p{\n\n  margin:0;\n\n  color:#79685e;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:12px;\n  line-height:1.55;\n}\n\n\n\/* ======================================================\n   DETAIL GRID\n====================================================== *\/\n\n#gcdt-page .gc-detail-grid{\n\n  display:grid;\n\n  grid-template-columns:repeat(3,1fr);\n\n  gap:12px;\n\n  margin-top:28px;\n}\n\n#gcdt-page .gc-detail{\n\n  padding:20px 14px;\n\n  border-radius:15px;\n\n  background:\n  linear-gradient(\n    145deg,\n    #271c17,\n    #17110f\n  );\n\n  color:#fff;\n\n  text-align:center;\n}\n\n#gcdt-page .gc-detail div{\n\n  margin-bottom:8px;\n\n  font-size:28px;\n}\n\n#gcdt-page .gc-detail strong{\n\n  display:block;\n\n  color:#f1d2a0;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:13px;\n}\n\n#gcdt-page .gc-detail span{\n\n  display:block;\n\n  margin-top:4px;\n\n  color:#cdbeb2;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:11px;\n  line-height:1.45;\n}\n\n\n\/* ======================================================\n   HIGHLIGHT CARD\n====================================================== *\/\n\n#gcdt-page .gc-highlight{\n\n  width:min(100%,880px);\n\n  margin:29px auto 0;\n\n  padding:39px 27px;\n\n  border:1px solid rgba(218,173,105,.23);\n  border-radius:20px;\n\n  background:\n\n  radial-gradient(\n    circle at 83% 0%,\n    rgba(213,155,73,.18),\n    transparent 40%\n  ),\n\n  linear-gradient(\n    135deg,\n    #1c1512,\n    #33231c\n  );\n\n  color:#fff;\n\n  text-align:center;\n}\n\n#gcdt-page .gc-highlight h3{\n\n  width:min(100%,720px);\n\n  margin:0 auto 13px;\n\n  color:#fff6e9;\n\n  font-size:clamp(29px,4vw,44px);\n\n  line-height:1.08;\n\n  font-weight:500;\n}\n\n#gcdt-page .gc-highlight h3 em{\n\n  color:#e1ad67;\n\n  font-style:italic;\n}\n\n#gcdt-page .gc-highlight p{\n\n  width:min(100%,680px);\n\n  margin:0 auto;\n\n  color:#d8c8bb;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:14px;\n  line-height:1.75;\n}\n\n\n\/* ======================================================\n   ROOM GRID\n====================================================== *\/\n\n#gcdt-page .gc-room-grid{\n\n  display:grid;\n\n  grid-template-columns:repeat(4,1fr);\n\n  gap:12px;\n\n  margin-top:27px;\n}\n\n#gcdt-page .gc-room{\n\n  padding:20px 12px;\n\n  border:1px solid #dfd1c0;\n  border-radius:15px;\n\n  background:#fffdf9;\n\n  text-align:center;\n}\n\n#gcdt-page .gc-room div{\n\n  margin-bottom:8px;\n\n  font-size:28px;\n}\n\n#gcdt-page .gc-room strong{\n\n  display:block;\n\n  color:#38281f;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:13px;\n}\n\n#gcdt-page .gc-room span{\n\n  display:block;\n\n  margin-top:4px;\n\n  color:#807067;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:11px;\n}\n\n\n\/* ======================================================\n   STYLE POINTS\n====================================================== *\/\n\n#gcdt-page .gc-style-grid{\n\n  display:grid;\n\n  grid-template-columns:repeat(3,1fr);\n\n  gap:13px;\n\n  margin-top:27px;\n}\n\n#gcdt-page .gc-style{\n\n  padding:25px 16px;\n\n  border-radius:15px;\n\n  background:#251a16;\n\n  color:#fff;\n\n  text-align:center;\n}\n\n#gcdt-page .gc-style-icon{\n\n  width:52px;\n  height:52px;\n\n  display:grid;\n  place-items:center;\n\n  margin:0 auto 11px;\n\n  border:1px solid rgba(224,177,107,.31);\n  border-radius:50%;\n\n  background:rgba(213,155,73,.08);\n\n  font-size:24px;\n}\n\n#gcdt-page .gc-style strong{\n\n  display:block;\n\n  color:#f0d1a0;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:13px;\n}\n\n#gcdt-page .gc-style p{\n\n  margin:6px 0 0;\n\n  color:#cbbcb0;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:11.5px;\n  line-height:1.55;\n}\n\n\n\/* ======================================================\n   FAQ\n====================================================== *\/\n\n#gcdt-page .gc-faq{\n\n  width:min(100%,880px);\n\n  margin:32px auto 0;\n}\n\n#gcdt-page .gc-faq details{\n\n  width:100%;\n\n  margin-bottom:11px;\n\n  overflow:hidden;\n\n  border:1px solid #ddcfbd;\n  border-radius:14px;\n\n  background:#fffdf9;\n\n  box-shadow:\n  0 5px 18px rgba(50,31,22,.05);\n}\n\n#gcdt-page .gc-faq summary{\n\n  width:100%;\n\n  display:flex;\n\n  align-items:center;\n  justify-content:space-between;\n\n  gap:13px;\n\n  padding:18px 20px;\n\n  list-style:none;\n\n  cursor:pointer;\n\n  color:#33241d;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:14px;\n  font-weight:800;\n}\n\n#gcdt-page .gc-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n#gcdt-page .gc-faq summary::marker{\n  content:\"\";\n}\n\n#gcdt-page .gc-question{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:10px;\n}\n\n#gcdt-page .gc-question-icon{\n\n  width:35px;\n  height:35px;\n\n  flex:0 0 35px;\n\n  display:grid;\n  place-items:center;\n\n  border-radius:10px;\n\n  background:#f0e2cf;\n\n  font-size:17px;\n}\n\n#gcdt-page .gc-plus{\n\n  position:relative;\n\n  width:30px;\n  height:30px;\n\n  flex:0 0 30px;\n\n  border-radius:50%;\n\n  background:#35251e;\n}\n\n#gcdt-page .gc-plus:before,\n#gcdt-page .gc-plus:after{\n\n  content:\"\";\n\n  position:absolute;\n\n  top:50%;\n  left:50%;\n\n  width:12px;\n  height:2px;\n\n  background:#fff;\n\n  transform:translate(-50%,-50%);\n}\n\n#gcdt-page .gc-plus:after{\n\n  transform:\n  translate(-50%,-50%)\n  rotate(90deg);\n\n  transition:.2s;\n}\n\n#gcdt-page details[open] .gc-plus{\n\n  background:#aa713c;\n}\n\n#gcdt-page details[open] .gc-plus:after{\n\n  transform:\n  translate(-50%,-50%)\n  rotate(0deg);\n}\n\n#gcdt-page .gc-answer{\n\n  padding:\n  0 20px 20px 65px;\n\n  color:#78685e;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:13.5px;\n  line-height:1.75;\n}\n\n\n\/* ======================================================\n   FINAL\n====================================================== *\/\n\n#gcdt-page .gc-final{\n\n  padding:72px 0 78px;\n\n  background:\n\n  radial-gradient(\n    circle at 75% 0%,\n    rgba(210,151,72,.19),\n    transparent 34%\n  ),\n\n  radial-gradient(\n    circle at 15% 100%,\n    rgba(96,42,49,.23),\n    transparent 35%\n  ),\n\n  linear-gradient(\n    135deg,\n    #17110f,\n    #312018\n  );\n}\n\n#gcdt-page .gc-final-inner{\n\n  width:min(100%,850px);\n\n  margin:0 auto;\n\n  text-align:center;\n}\n\n#gcdt-page .gc-final-label{\n\n  margin-bottom:13px;\n\n  color:#dfb06e;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:11px;\n  font-weight:850;\n\n  letter-spacing:1.4px;\n}\n\n#gcdt-page .gc-final h2{\n\n  width:min(100%,760px);\n\n  margin:0 auto 16px;\n\n  color:#fff6e9;\n\n  font-size:clamp(34px,5vw,52px);\n\n  line-height:1.05;\n\n  font-weight:500;\n}\n\n#gcdt-page .gc-final h2 em{\n\n  color:#e2af68;\n\n  font-style:italic;\n}\n\n#gcdt-page .gc-final p{\n\n  width:min(100%,680px);\n\n  margin:0 auto;\n\n  color:#d8c8bb;\n\n  font-family:\n  -apple-system,\n  BlinkMacSystemFont,\n  \"Segoe UI\",\n  sans-serif;\n\n  font-size:15px;\n  line-height:1.75;\n}\n\n\n\/* ======================================================\n   TABLET\n====================================================== *\/\n\n@media(max-width:850px){\n\n  #gcdt-page .gc-section{\n    padding:52px 0;\n  }\n\n  #gcdt-page .gc-benefits{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  #gcdt-page .gc-strip-grid{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  #gcdt-page .gc-room-grid{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n}\n\n\n\/* ======================================================\n   MOBILE\n====================================================== *\/\n\n@media(max-width:600px){\n\n  #gcdt-page .gc-container{\n\n    width:calc(100% - 20px);\n  }\n\n  #gcdt-page .gc-hero{\n\n    padding:26px 0 41px;\n  }\n\n  #gcdt-page .gc-hero h1{\n\n    font-size:39px;\n\n    letter-spacing:-1.3px;\n  }\n\n  #gcdt-page .gc-hero-copy{\n\n    font-size:14.5px;\n  }\n\n  #gcdt-page .gc-section{\n\n    padding:44px 0;\n  }\n\n  #gcdt-page .gc-title{\n\n    font-size:32px;\n\n    letter-spacing:-.8px;\n  }\n\n  #gcdt-page .gc-subtitle{\n\n    font-size:14px;\n  }\n\n  #gcdt-page .gc-vertical{\n\n    display:flex!important;\n\n    flex-direction:column!important;\n\n    width:100%!important;\n  }\n\n  #gcdt-page .gc-image,\n  #gcdt-page .gc-main-image{\n\n    width:100%!important;\n  }\n\n  #gcdt-page .gc-image img,\n  #gcdt-page .gc-main-image img{\n\n    display:block!important;\n\n    width:100%!important;\n    max-width:100%!important;\n\n    height:auto!important;\n\n    max-height:none!important;\n\n    aspect-ratio:auto!important;\n\n    object-fit:contain!important;\n  }\n\n  #gcdt-page .gc-text{\n\n    width:100%;\n\n    padding:22px 18px;\n  }\n\n  #gcdt-page .gc-text h3{\n\n    font-size:24px;\n  }\n\n  #gcdt-page .gc-text p{\n\n    font-size:13.5px;\n  }\n\n  #gcdt-page .gc-feature-grid{\n\n    grid-template-columns:1fr;\n  }\n\n  #gcdt-page .gc-feature{\n\n    display:grid;\n\n    grid-template-columns:50px 1fr;\n\n    gap:0 12px;\n\n    padding:17px;\n\n    text-align:left;\n  }\n\n  #gcdt-page .gc-feature-icon{\n\n    width:50px;\n    height:50px;\n\n    grid-row:1\/3;\n\n    margin:0;\n  }\n\n  #gcdt-page .gc-detail-grid{\n\n    grid-template-columns:1fr;\n  }\n\n  #gcdt-page .gc-style-grid{\n\n    grid-template-columns:1fr;\n  }\n\n  #gcdt-page .gc-room-grid{\n\n    grid-template-columns:1fr 1fr;\n  }\n\n  #gcdt-page .gc-faq summary{\n\n    padding:16px 14px;\n\n    font-size:13.5px;\n  }\n\n  #gcdt-page .gc-answer{\n\n    padding:\n    0 15px 17px 55px;\n\n    font-size:13px;\n  }\n\n}\n\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"gcdt-page\"\u003e\n\n\n\u003c!-- =====================================================\n     HERO \/ IMAGE 1\n===================================================== --\u003e\n\n\u003csection class=\"gc-hero\"\u003e\n\n\u003cdiv class=\"gc-container\"\u003e\n\n\n\u003cdiv class=\"gc-kicker\"\u003e\n\n\u003cspan class=\"gc-kicker-dot\"\u003e\u003c\/span\u003e\n\nGOTHIC CASTLE DOORWAY DECOR\n\n\u003c\/div\u003e\n\n\n\u003ch1\u003e\n\nYour Doorway Doesn't Have To Be Ordinary.\n\n\u003cspan\u003e\nGive It A Dark Fairytale.\n\u003c\/span\u003e\n\n\u003c\/h1\u003e\n\n\n\u003cp class=\"gc-hero-copy\"\u003e\n\nTurn an overlooked doorway\ninto a dramatic architectural focal point.\n\nThe\n\u003cstrong\u003eGothic Castle Door Topper\u003c\/strong\u003e\nwraps the upper corner of your frame\nwith soaring castle towers,\ndark stone-inspired detailing,\nclimbing vines\nand jewel-toned amber window accents.\n\n\u003c\/p\u003e\n\n\n\u003cdiv class=\"gc-main-image\"\u003e\n\n\u003cimg src=\"https:\/\/muxreo.com\/cdn\/shop\/files\/522c6c67-adb6-459d-8b63-1e6ab8e86ba6.png?v=1789717985\" alt=\"Gothic Castle Door Topper displayed around a doorway\" loading=\"eager\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-benefits\"\u003e\n\n\n\u003cdiv class=\"gc-benefit\"\u003e\n\n\u003cspan\u003e🏰\u003c\/span\u003e\n\nCastle-Inspired Design\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-benefit\"\u003e\n\n\u003cspan\u003e🕯️\u003c\/span\u003e\n\nWarm Amber Window Effect\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-benefit\"\u003e\n\n\u003cspan\u003e🌿\u003c\/span\u003e\n\nVine \u0026amp; Stone Details\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-benefit\"\u003e\n\n\u003cspan\u003e🖤\u003c\/span\u003e\n\nVintage Gothic Style\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     STRIP\n===================================================== --\u003e\n\n\u003csection class=\"gc-strip\"\u003e\n\n\u003cdiv class=\"gc-container\"\u003e\n\n\u003cdiv class=\"gc-strip-grid\"\u003e\n\n\n\u003cdiv class=\"gc-strip-item\"\u003e\n\n\u003cdiv class=\"gc-strip-icon\"\u003e\n🚪\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nDoorway Accent\n\u003c\/strong\u003e\n\n\u003cspan\u003e\nTransforms empty frame space\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-strip-item\"\u003e\n\n\u003cdiv class=\"gc-strip-icon\"\u003e\n🏰\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nArchitectural Detail\n\u003c\/strong\u003e\n\n\u003cspan\u003e\nTowers, windows \u0026amp; stonework\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-strip-item\"\u003e\n\n\u003cdiv class=\"gc-strip-icon\"\u003e\n📚\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nVintage Interior Style\n\u003c\/strong\u003e\n\n\u003cspan\u003e\nPerfect for moody spaces\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-strip-item\"\u003e\n\n\u003cdiv class=\"gc-strip-icon\"\u003e\n✨\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nStatement Piece\n\u003c\/strong\u003e\n\n\u003cspan\u003e\nDesigned to get noticed\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     EASY STYLE \/ IMAGE 2\n===================================================== --\u003e\n\n\u003csection class=\"gc-section\"\u003e\n\n\u003cdiv class=\"gc-container\"\u003e\n\n\n\u003cdiv class=\"gc-center\"\u003e\n\n\u003cdiv class=\"gc-tag\"\u003e\nONE SMALL DETAIL. A COMPLETELY DIFFERENT ROOM.\n\u003c\/div\u003e\n\n\n\u003ch2 class=\"gc-title\"\u003e\n\nTurn Blank Trim Into\n\n\u003cem\u003e\nOld-World Character.\n\u003c\/em\u003e\n\n\u003c\/h2\u003e\n\n\n\u003cp class=\"gc-subtitle\"\u003e\n\nMost door frames disappear into the room.\n\nThis one becomes part of the decor.\n\nThe castle silhouette uses the unused space\nabove and beside your doorway\nto create a dramatic gothic feature\nwithout overwhelming the rest of the room.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-vertical\"\u003e\n\n\u003cdiv class=\"gc-image\"\u003e\n\n\u003cimg src=\"https:\/\/muxreo.com\/cdn\/shop\/files\/ad808661-2e90-4647-8575-4a3e1571e2be.png?v=1789717985\" alt=\"Woman styling Gothic Castle Door Topper on white doorway\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-text\"\u003e\n\n\u003ch3\u003e\n\nAn Accent That Feels\n\n\u003cem\u003eBuilt Into The Room.\u003c\/em\u003e\n\n\u003c\/h3\u003e\n\n\n\u003cp\u003e\n\nThe castle follows the corner of the frame\ninstead of sitting like a conventional wall sign.\n\nThat unusual silhouette is what makes it feel\nmore like architectural decor\nand less like another picture hanging on the wall.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     ATMOSPHERE \/ IMAGE 3\n===================================================== --\u003e\n\n\u003csection class=\"gc-section gc-dark\"\u003e\n\n\u003cdiv class=\"gc-container\"\u003e\n\n\n\u003cdiv class=\"gc-center\"\u003e\n\n\u003cdiv class=\"gc-tag\"\u003e\nMOODY • WARM • STORYBOOK\n\u003c\/div\u003e\n\n\n\u003ch2 class=\"gc-title\"\u003e\n\nCreate A Room With\n\n\u003cem\u003e\nA Little More Mystery.\n\u003c\/em\u003e\n\n\u003c\/h2\u003e\n\n\n\u003cp class=\"gc-subtitle\"\u003e\n\nDark towers,\namber-colored window detailing\nand an old castle silhouette\nbring instant atmosphere\nto reading rooms,\nentryways\nand vintage-inspired interiors.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-vertical\"\u003e\n\n\u003cdiv class=\"gc-image\"\u003e\n\n\u003cimg src=\"https:\/\/muxreo.com\/cdn\/shop\/files\/6c764efe-db83-48de-9f2a-5b1097aa6370.png?v=1789717985\" alt=\"Gothic castle doorway decor in warm dark interior\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-highlight\"\u003e\n\n\u003ch3\u003e\n\nDark Enough To Feel Gothic.\n\n\u003cem\u003eWarm Enough To Feel Like Home.\u003c\/em\u003e\n\n\u003c\/h3\u003e\n\n\n\u003cp\u003e\n\nPair it with candles,\ndark woods,\nvintage books,\nvelvet textures,\nantique frames\nor warm lamps\nfor a doorway that feels like it belongs\ninside an old manor or forgotten castle.\n\n\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     DETAILS \/ IMAGE 4\n===================================================== --\u003e\n\n\u003csection class=\"gc-section gc-soft\"\u003e\n\n\u003cdiv class=\"gc-container\"\u003e\n\n\n\u003cdiv class=\"gc-center\"\u003e\n\n\u003cdiv class=\"gc-tag\"\u003e\nLOOK CLOSER\n\u003c\/div\u003e\n\n\n\u003ch2 class=\"gc-title\"\u003e\n\nIt's The Tiny Details\n\n\u003cem\u003e\nThat Make The Castle.\n\u003c\/em\u003e\n\n\u003c\/h2\u003e\n\n\n\u003cp class=\"gc-subtitle\"\u003e\n\nThe impact comes from layers of visual detail:\ntower roofs,\ngothic arches,\nstone-inspired textures,\nornamental windows\nand climbing botanical accents.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-vertical\"\u003e\n\n\u003cdiv class=\"gc-image\"\u003e\n\n\u003cimg src=\"https:\/\/muxreo.com\/cdn\/shop\/files\/5e0a9c7d-d0c3-4df4-98c2-37ec9e5d117c.png?v=1789717985\" alt=\"Close-up gothic castle architectural detailing\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-detail-grid\"\u003e\n\n\n\u003cdiv class=\"gc-detail\"\u003e\n\n\u003cdiv\u003e\n🧱\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nSTONE-INSPIRED DETAIL\n\u003c\/strong\u003e\n\n\u003cspan\u003e\nWeathered architectural character\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-detail\"\u003e\n\n\u003cdiv\u003e\n🪟\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nAMBER WINDOWS\n\u003c\/strong\u003e\n\n\u003cspan\u003e\nWarm contrast against the dark castle\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-detail\"\u003e\n\n\u003cdiv\u003e\n🌿\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nVINE ACCENTS\n\u003c\/strong\u003e\n\n\u003cspan\u003e\nA softer overgrown fairytale touch\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     VINTAGE HOME \/ IMAGE 5\n===================================================== --\u003e\n\n\u003csection class=\"gc-section\"\u003e\n\n\u003cdiv class=\"gc-container\"\u003e\n\n\n\u003cdiv class=\"gc-center\"\u003e\n\n\u003cdiv class=\"gc-tag\"\u003e\nFOR HOMES WITH A STORY\n\u003c\/div\u003e\n\n\n\u003ch2 class=\"gc-title\"\u003e\n\nNot Halloween Decor.\n\n\u003cem\u003e\nGothic Decor.\n\u003c\/em\u003e\n\n\u003c\/h2\u003e\n\n\n\u003cp class=\"gc-subtitle\"\u003e\n\nIt works beautifully during spooky season,\nbut the architectural design doesn't have to disappear\nwhen October ends.\n\nFor gothic,\ndark academia,\nVictorian,\nmedieval\nor vintage-inspired rooms,\nit can stay part of the space all year.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-vertical\"\u003e\n\n\u003cdiv class=\"gc-image\"\u003e\n\n\u003cimg src=\"https:\/\/muxreo.com\/cdn\/shop\/files\/2c54bb77-00e8-4f6d-8150-a9143fbedaca.png?v=1789717985\" alt=\"Gothic castle door topper styled with vintage books and candles\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-feature-grid\"\u003e\n\n\n\u003cdiv class=\"gc-feature\"\u003e\n\n\u003cdiv class=\"gc-feature-icon\"\u003e\n📚\n\u003c\/div\u003e\n\n\u003ch3\u003e\nDark Academia\n\u003c\/h3\u003e\n\n\u003cp\u003e\nPair with books,\ndark wood and warm reading lamps.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-feature\"\u003e\n\n\u003cdiv class=\"gc-feature-icon\"\u003e\n🕯️\n\u003c\/div\u003e\n\n\u003ch3\u003e\nGothic Interiors\n\u003c\/h3\u003e\n\n\u003cp\u003e\nComplements candles,\nornate frames and deeper tones.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-feature\"\u003e\n\n\u003cdiv class=\"gc-feature-icon\"\u003e\n🏛️\n\u003c\/div\u003e\n\n\u003ch3\u003e\nVintage Spaces\n\u003c\/h3\u003e\n\n\u003cp\u003e\nAdds an unexpected architectural accent\nto traditional rooms.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     CONVERSATION PIECE \/ IMAGE 6\n===================================================== --\u003e\n\n\u003csection class=\"gc-section gc-dark\"\u003e\n\n\u003cdiv class=\"gc-container\"\u003e\n\n\n\u003cdiv class=\"gc-center\"\u003e\n\n\u003cdiv class=\"gc-tag\"\u003e\nTHE DETAIL PEOPLE NOTICE\n\u003c\/div\u003e\n\n\n\u003ch2 class=\"gc-title\"\u003e\n\nThe Kind Of Decor That Makes Guests\n\n\u003cem\u003e\nStop And Look Up.\n\u003c\/em\u003e\n\n\u003c\/h2\u003e\n\n\n\u003cp class=\"gc-subtitle\"\u003e\n\nBecause it sits somewhere people\ndon't normally expect artwork,\nthe castle immediately draws attention\nto the doorway itself.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-vertical\"\u003e\n\n\u003cdiv class=\"gc-image\"\u003e\n\n\u003cimg src=\"https:\/\/muxreo.com\/cdn\/shop\/files\/5d1d21c4-592a-44a8-8265-d74a97cf4c48.png?v=1789717985\" alt=\"Couple viewing Gothic Castle Door Topper\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-highlight\"\u003e\n\n\u003ch3\u003e\n\nYour Doorway Becomes\n\n\u003cem\u003eThe Conversation Piece.\u003c\/em\u003e\n\n\u003c\/h3\u003e\n\n\n\u003cp\u003e\n\nA little unexpected.\nA little dramatic.\nAnd exactly the sort of finishing touch\nthat makes a room feel intentionally styled\ninstead of simply decorated.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     MULTIPLE SPACES \/ IMAGE 7\n===================================================== --\u003e\n\n\u003csection class=\"gc-section gc-soft\"\u003e\n\n\u003cdiv class=\"gc-container\"\u003e\n\n\n\u003cdiv class=\"gc-center\"\u003e\n\n\u003cdiv class=\"gc-tag\"\u003e\nSTYLE IT YOUR WAY\n\u003c\/div\u003e\n\n\n\u003ch2 class=\"gc-title\"\u003e\n\nOne Castle.\n\n\u003cem\u003e\nMore Than One Corner.\n\u003c\/em\u003e\n\n\u003c\/h2\u003e\n\n\n\u003cp class=\"gc-subtitle\"\u003e\n\nThe over-frame shape makes it useful\nanywhere you have a strong rectangular edge\nthat could use more character.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-vertical\"\u003e\n\n\u003cdiv class=\"gc-image\"\u003e\n\n\u003cimg src=\"https:\/\/muxreo.com\/cdn\/shop\/files\/3dee255f-58e6-4d5f-8b16-8072b3c84f68.png?v=1789717985\" alt=\"Gothic Castle Door Topper used on entryway reading nook and mantel\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-room-grid\"\u003e\n\n\n\u003cdiv class=\"gc-room\"\u003e\n\n\u003cdiv\u003e\n🚪\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nEntryway\n\u003c\/strong\u003e\n\n\u003cspan\u003e\nTurn the door into a focal point\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-room\"\u003e\n\n\u003cdiv\u003e\n📚\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nReading Nook\n\u003c\/strong\u003e\n\n\u003cspan\u003e\nPerfect beside books and warm lamps\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-room\"\u003e\n\n\u003cdiv\u003e\n🪞\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nMirror\n\u003c\/strong\u003e\n\n\u003cspan\u003e\nAdd character to an ornate frame\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-room\"\u003e\n\n\u003cdiv\u003e\n🕯️\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nMantel\n\u003c\/strong\u003e\n\n\u003cspan\u003e\nBuild a dramatic vintage display\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     CLEAN PRODUCT VIEW \/ IMAGE 8\n===================================================== --\u003e\n\n\u003csection class=\"gc-section\"\u003e\n\n\u003cdiv class=\"gc-container\"\u003e\n\n\n\u003cdiv class=\"gc-center\"\u003e\n\n\u003cdiv class=\"gc-tag\"\u003e\nTHE FINISHING TOUCH\n\u003c\/div\u003e\n\n\n\u003ch2 class=\"gc-title\"\u003e\n\nA Castle That Fits\n\n\u003cem\u003e\nRight Into The Corner.\n\u003c\/em\u003e\n\n\u003c\/h2\u003e\n\n\n\u003cp class=\"gc-subtitle\"\u003e\n\nIts L-shaped composition\nuses both the horizontal top\nand vertical side of the frame,\ncreating the illusion\nthat the castle architecture\nis growing directly from your doorway.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-vertical\"\u003e\n\n\u003cdiv class=\"gc-image\"\u003e\n\n\u003cimg src=\"https:\/\/muxreo.com\/cdn\/shop\/files\/9-223.png?v=1789717985\" alt=\"Gothic Castle Door Topper clean product display\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-style-grid\"\u003e\n\n\n\u003cdiv class=\"gc-style\"\u003e\n\n\u003cdiv class=\"gc-style-icon\"\u003e\n🏰\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nASYMMETRICAL CASTLE SHAPE\n\u003c\/strong\u003e\n\n\u003cp\u003e\nDesigned to visually wrap around\nthe upper corner of a frame.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-style\"\u003e\n\n\u003cdiv class=\"gc-style-icon\"\u003e\n🌙\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nDARK FAIRYTALE CHARACTER\n\u003c\/strong\u003e\n\n\u003cp\u003e\nA dramatic alternative\nto ordinary wall decorations.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-style\"\u003e\n\n\u003cdiv class=\"gc-style-icon\"\u003e\n✨\n\u003c\/div\u003e\n\n\u003cstrong\u003e\nYEAR-ROUND STYLE\n\u003c\/strong\u003e\n\n\u003cp\u003e\nFits Halloween,\ngothic,\nVictorian\nand dark vintage interiors.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     FAQ\n===================================================== --\u003e\n\n\u003csection class=\"gc-section gc-soft\"\u003e\n\n\u003cdiv class=\"gc-container\"\u003e\n\n\n\u003cdiv class=\"gc-center\"\u003e\n\n\u003cdiv class=\"gc-tag\"\u003e\nQUESTIONS, ANSWERED\n\u003c\/div\u003e\n\n\n\u003ch2 class=\"gc-title\"\u003e\n\nBefore You Give Your Doorway\n\n\u003cem\u003e\nA Gothic Upgrade.\n\u003c\/em\u003e\n\n\u003c\/h2\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"gc-faq\"\u003e\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\n\n\u003cspan class=\"gc-question\"\u003e\n\n\u003cspan class=\"gc-question-icon\"\u003e\n🚪\n\u003c\/span\u003e\n\nWhere can I display the Gothic Castle Door Topper?\n\n\u003c\/span\u003e\n\n\u003cspan class=\"gc-plus\"\u003e\u003c\/span\u003e\n\n\u003c\/summary\u003e\n\n\u003cdiv class=\"gc-answer\"\u003e\n\nIt is designed primarily as an\nover-frame decorative accent.\nThe castle can be styled around doorways\nand similar framed areas,\nincluding decorative mirrors,\nreading nooks\nand mantel displays\nwhen the available space and frame shape are suitable.\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\n\n\u003cspan class=\"gc-question\"\u003e\n\n\u003cspan class=\"gc-question-icon\"\u003e\n🎃\n\u003c\/span\u003e\n\nIs this only for Halloween?\n\n\u003c\/span\u003e\n\n\u003cspan class=\"gc-plus\"\u003e\u003c\/span\u003e\n\n\u003c\/summary\u003e\n\n\u003cdiv class=\"gc-answer\"\u003e\n\nNo.\nThe castle naturally works for Halloween\nand spooky-season decorating,\nbut the gothic architectural design\nalso suits dark academia,\nVictorian,\nmedieval,\nfantasy\nand vintage-inspired interiors year-round.\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\n\n\u003cspan class=\"gc-question\"\u003e\n\n\u003cspan class=\"gc-question-icon\"\u003e\n🪟\n\u003c\/span\u003e\n\nDo the windows actually light up?\n\n\u003c\/span\u003e\n\n\u003cspan class=\"gc-plus\"\u003e\u003c\/span\u003e\n\n\u003c\/summary\u003e\n\n\u003cdiv class=\"gc-answer\"\u003e\n\nThe product imagery shows a warm,\nilluminated-style window effect.\nThis decorative window appearance\ncreates visual contrast against the dark castle design.\nCheck your selected product variant\nfor any specific lighting or material information.\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\n\n\u003cspan class=\"gc-question\"\u003e\n\n\u003cspan class=\"gc-question-icon\"\u003e\n🏰\n\u003c\/span\u003e\n\nWhat style does it work best with?\n\n\u003c\/span\u003e\n\n\u003cspan class=\"gc-plus\"\u003e\u003c\/span\u003e\n\n\u003c\/summary\u003e\n\n\u003cdiv class=\"gc-answer\"\u003e\n\nIt pairs especially well with gothic,\ndark academia,\nVictorian,\nmedieval,\nfantasy\nand vintage-inspired rooms.\nDark woods,\nbooks,\ncandles,\nornate frames\nand warm lighting complement the design particularly well.\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\n\n\u003cspan class=\"gc-question\"\u003e\n\n\u003cspan class=\"gc-question-icon\"\u003e\n📚\n\u003c\/span\u003e\n\nCan I use it somewhere other than a doorway?\n\n\u003c\/span\u003e\n\n\u003cspan class=\"gc-plus\"\u003e\u003c\/span\u003e\n\n\u003c\/summary\u003e\n\n\u003cdiv class=\"gc-answer\"\u003e\n\nYes.\nThe source product imagery also demonstrates\nthe castle styled around reading nooks,\ndecorative frames\nand mantel areas.\nChoose a stable location\nwhere the piece can sit securely\nand where its corner-shaped composition fits naturally.\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\n\n\u003cspan class=\"gc-question\"\u003e\n\n\u003cspan class=\"gc-question-icon\"\u003e\n🖤\n\u003c\/span\u003e\n\nWill it overwhelm a small room?\n\n\u003c\/span\u003e\n\n\u003cspan class=\"gc-plus\"\u003e\u003c\/span\u003e\n\n\u003c\/summary\u003e\n\n\u003cdiv class=\"gc-answer\"\u003e\n\nThe design uses normally empty space\naround the upper corner of a frame,\nso it can create a strong visual statement\nwithout taking up floor space\nor requiring a large section of open wall.\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     FINAL\n===================================================== --\u003e\n\n\u003csection class=\"gc-final\"\u003e\n\n\u003cdiv class=\"gc-container\"\u003e\n\n\u003cdiv class=\"gc-final-inner\"\u003e\n\n\n\u003cdiv class=\"gc-final-label\"\u003e\n\nGOTHIC • VINTAGE • DARK FAIRYTALE\n\n\u003c\/div\u003e\n\n\n\u003ch2\u003e\n\nStop Decorating The Wall.\n\n\u003cem\u003eTransform The Doorway.\u003c\/em\u003e\n\n\u003c\/h2\u003e\n\n\n\u003cp\u003e\n\nOne unexpected castle.\nOne overlooked corner.\n\nAnd suddenly the entrance to an ordinary room\nfeels like it leads somewhere\na little more mysterious.\n\n\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"BUY 1","offer_id":53004463178039,"sku":"ARC-4GX5X4I-AA","price":24.99,"currency_code":"USD","in_stock":true},{"title":"BUY 2 GET 10% OFF","offer_id":53004463210807,"sku":"ARC-4GX5X4I-AB","price":49.99,"currency_code":"USD","in_stock":true},{"title":"BUY 3 GET 15% OFF","offer_id":53004463243575,"sku":"ARC-4GX5X4I-AC","price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0970\/1500\/5495\/files\/522c6c67-adb6-459d-8b63-1e6ab8e86ba6.png?v=1789717985","url":"https:\/\/muxreo.com\/products\/gothic-castle-door-topper","provider":"Muxreo","version":"1.0","type":"link"}