{"product_id":"american-eagle-glory-waterfall-light","title":"✨Last Day 49% OFF-🦅American Eagle Glory Waterfall Light","description":"\u003cstyle\u003e\n\/* =========================================================\n   AMERICAN GLORY CASCADE\n   COMPLETE SHOPIFY LANDING PAGE\n\n   Heritage Navy × Classic Red × Antique Gold × Warm Ivory\n   Desktop + Mobile\n   Image First \/ Text Below\n========================================================= *\/\n\n.agc-page,\n.agc-page *{\n  box-sizing:border-box;\n}\n\n.agc-page{\n  --navy:#142d49;\n  --navy-2:#214969;\n  --navy-dark:#0b1e31;\n\n  --red:#a72e3a;\n  --red-2:#c24750;\n  --red-dark:#6b1822;\n\n  --gold:#bd944c;\n  --gold-2:#dfbf78;\n  --gold-soft:#f2dfb5;\n\n  --cream:#fffaf2;\n  --cream-2:#f5eee2;\n  --cream-3:#ece0cf;\n\n  --ink:#283644;\n  --body:#65717d;\n  --line:#dfe3e5;\n\n  width:100%;\n  max-width:1100px;\n\n  margin:0 auto!important;\n  padding:14px!important;\n\n  background:\n    radial-gradient(\n      circle at 95% 2%,\n      rgba(167,46,58,.08),\n      transparent 25%\n    ),\n    radial-gradient(\n      circle at 3% 34%,\n      rgba(20,45,73,.07),\n      transparent 28%\n    ),\n    linear-gradient(\n      180deg,\n      #fff 0%,\n      #f7f6f2 100%\n    );\n\n  color:var(--ink);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Arial,\n    Helvetica,\n    sans-serif;\n\n  font-size:16px;\n  line-height:1.7;\n\n  overflow:visible!important;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.agc-page h1,\n.agc-page h2,\n.agc-page h3,\n.agc-page p{\n  margin-top:0;\n}\n\n.agc-page strong{\n  font-weight:850;\n}\n\n.agc-page a{\n  text-decoration:none;\n}\n\n\/* =========================================================\n   IMAGE SAFETY\n========================================================= *\/\n\n.agc-page img{\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 center!important;\n\n  margin:0!important;\n  padding:0!important;\n\n  border:0!important;\n\n  clip-path:none!important;\n  mask:none!important;\n  -webkit-mask:none!important;\n}\n\n\/* =========================================================\n   ANIMATIONS\n========================================================= *\/\n\n@keyframes agcReveal{\n  from{\n    opacity:0;\n    transform:translateY(24px);\n  }\n\n  to{\n    opacity:1;\n    transform:none;\n  }\n}\n\n@keyframes agcFloat{\n  0%,100%{\n    transform:\n      translateY(0)\n      rotate(-1.5deg);\n  }\n\n  50%{\n    transform:\n      translateY(-6px)\n      rotate(1.5deg);\n  }\n}\n\n@keyframes agcEagle{\n  0%,100%{\n    transform:\n      translateY(0)\n      scale(1);\n  }\n\n  50%{\n    transform:\n      translateY(-5px)\n      scale(1.025);\n  }\n}\n\n@keyframes agcGlow{\n  0%,100%{\n    box-shadow:\n      0 12px 30px\n      rgba(18,42,65,.11);\n  }\n\n  50%{\n    box-shadow:\n      0 18px 44px\n      rgba(37,81,116,.18),\n      0 0 30px\n      rgba(189,148,76,.15);\n  }\n}\n\n@keyframes agcStar{\n  0%,100%{\n    opacity:.20;\n    transform:\n      scale(.8)\n      rotate(-6deg);\n  }\n\n  50%{\n    opacity:1;\n    transform:\n      scale(1.16)\n      rotate(6deg);\n  }\n}\n\n@keyframes agcCascade{\n  0%{\n    opacity:0;\n    transform:translateY(-20px);\n  }\n\n  20%{\n    opacity:.65;\n  }\n\n  100%{\n    opacity:0;\n    transform:translateY(150px);\n  }\n}\n\n@keyframes agcShine{\n  0%{\n    left:-65%;\n  }\n\n  55%,\n  100%{\n    left:145%;\n  }\n}\n\n@keyframes agcPulse{\n  0%,100%{\n    transform:scale(1);\n\n    box-shadow:\n      0 10px 25px\n      rgba(167,46,58,.24);\n  }\n\n  50%{\n    transform:scale(1.025);\n\n    box-shadow:\n      0 16px 40px\n      rgba(167,46,58,.42);\n  }\n}\n\n.agc-reveal{\n  opacity:1;\n  transform:none;\n}\n\n@supports(animation-timeline:view()){\n\n  .agc-reveal{\n    animation:\n      agcReveal\n      .82s\n      ease\n      both;\n\n    animation-timeline:view();\n\n    animation-range:\n      entry 5%\n      cover 28%;\n  }\n}\n\n\/* =========================================================\n   COMMON\n========================================================= *\/\n\n.agc-eyebrow{\n  margin:\n    0 0\n    9px!important;\n\n  color:#9b7538;\n\n  text-align:center;\n\n  font-size:11px;\n\n  font-weight:900;\n\n  letter-spacing:1.65px;\n\n  text-transform:uppercase;\n}\n\n.agc-section{\n  margin-top:18px;\n\n  padding:\n    30px 26px\n    35px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:20px;\n\n  background:#fff;\n\n  box-shadow:\n    0 7px 22px\n    rgba(31,48,63,.04);\n}\n\n.agc-section.soft{\n  background:\n    linear-gradient(\n      145deg,\n      #fffdf8,\n      #f4eee5\n    );\n}\n\n.agc-image{\n  margin-bottom:25px;\n}\n\n.agc-image img{\n  border-radius:17px!important;\n\n  animation:\n    agcGlow\n    4.5s\n    ease-in-out\n    infinite;\n}\n\n.agc-section h2{\n  max-width:850px;\n\n  margin:\n    0 auto\n    14px!important;\n\n  color:var(--navy-dark);\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:32px;\n\n  line-height:1.2;\n}\n\n.agc-lead{\n  max-width:800px;\n\n  margin:\n    0 auto!important;\n\n  color:var(--body);\n\n  text-align:center;\n\n  font-size:16px;\n\n  line-height:1.76;\n}\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.agc-hero{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:\n    29px 28px\n    38px;\n\n  border:\n    1px solid\n    #dadddf;\n\n  border-top:\n    5px solid\n    var(--red);\n\n  border-radius:24px;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(225,191,120,.20),\n      transparent 36%\n    ),\n    radial-gradient(\n      circle at 8% 92%,\n      rgba(20,45,73,.09),\n      transparent 30%\n    ),\n    linear-gradient(\n      180deg,\n      #fff,\n      #f5f0e8\n    );\n\n  text-align:center;\n\n  box-shadow:\n    0 13px 34px\n    rgba(32,43,53,.07);\n}\n\n.agc-hero:before{\n  content:\"🦅\";\n\n  position:absolute;\n\n  right:-18px;\n  top:-42px;\n\n  opacity:.055;\n\n  font-size:200px;\n\n  animation:\n    agcEagle\n    5s\n    ease-in-out\n    infinite;\n}\n\n.agc-hero:after{\n  content:\"★\";\n\n  position:absolute;\n\n  right:5%;\n  top:28px;\n\n  color:var(--gold);\n\n  font-size:34px;\n\n  animation:\n    agcStar\n    3.4s\n    ease-in-out\n    infinite;\n}\n\n.agc-hero \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.agc-cascade-star{\n  position:absolute;\n\n  top:-15px;\n\n  color:var(--gold);\n\n  pointer-events:none;\n\n  opacity:0;\n\n  font-size:12px;\n\n  animation:\n    agcCascade\n    6.5s\n    linear\n    infinite;\n}\n\n.agc-cascade-star.s1{\n  left:13%;\n  animation-delay:0s;\n}\n\n.agc-cascade-star.s2{\n  left:35%;\n  animation-delay:1.4s;\n}\n\n.agc-cascade-star.s3{\n  left:63%;\n  animation-delay:2.8s;\n}\n\n.agc-cascade-star.s4{\n  left:84%;\n  animation-delay:4.1s;\n}\n\n.agc-hero-media{\n  margin-bottom:27px;\n}\n\n.agc-hero-media img{\n  border-radius:18px!important;\n\n  animation:\n    agcGlow\n    4.2s\n    ease-in-out\n    infinite;\n}\n\n.agc-mark{\n  display:grid;\n  place-items:center;\n\n  width:70px;\n  height:70px;\n\n  margin:\n    0 auto\n    12px;\n\n  border:\n    1px solid\n    #d7c08e;\n\n  border-radius:50%;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fff,\n      #f4ead8\n    );\n\n  font-size:32px;\n\n  box-shadow:\n    0 8px 20px\n    rgba(45,54,61,.08);\n\n  animation:\n    agcEagle\n    3.7s\n    ease-in-out\n    infinite;\n}\n\n.agc-hero h1{\n  max-width:900px;\n\n  margin:\n    0 auto\n    16px!important;\n\n  color:var(--navy-dark);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:43px;\n\n  line-height:1.12;\n\n  letter-spacing:-.025em;\n}\n\n.agc-hero h1 span{\n  color:var(--red);\n}\n\n.agc-hero-text{\n  max-width:820px;\n\n  margin:\n    0 auto!important;\n\n  color:var(--body);\n\n  font-size:16.5px;\n\n  line-height:1.78;\n}\n\n.agc-chips{\n  display:flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:8px;\n\n  margin-top:21px;\n}\n\n.agc-chip{\n  padding:\n    8px 12px;\n\n  border:\n    1px solid\n    #d9dde1;\n\n  border-radius:999px;\n\n  background:\n    rgba(255,255,255,.92);\n\n  color:#344a5e;\n\n  font-size:12px;\n\n  font-weight:850;\n}\n\n.agc-hero-line{\n  max-width:760px;\n\n  margin:\n    21px auto\n    0!important;\n\n  padding-top:18px;\n\n  border-top:\n    1px solid\n    #d9dce0;\n\n  color:#485a69!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:19px!important;\n\n  font-style:italic;\n}\n\n\/* =========================================================\n   QUICK VALUE\n========================================================= *\/\n\n.agc-quick{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap:11px;\n\n  margin-top:18px;\n}\n\n.agc-quick-card{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:\n    20px 11px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:16px;\n\n  background:#fff;\n\n  text-align:center;\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease,\n    border-color .3s ease;\n}\n\n.agc-quick-card:hover{\n  transform:translateY(-5px);\n\n  border-color:#bfcbd3;\n\n  box-shadow:\n    0 12px 27px\n    rgba(31,58,78,.10);\n}\n\n.agc-quick-card:after{\n  content:\"\";\n\n  position:absolute;\n\n  top:-35%;\n  left:-60%;\n\n  width:30%;\n  height:170%;\n\n  transform:rotate(17deg);\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(255,255,255,.95),\n      transparent\n    );\n\n  animation:\n    agcShine\n    7s\n    ease-in-out\n    infinite;\n}\n\n.agc-quick-card \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.agc-quick-icon{\n  margin-bottom:6px;\n\n  font-size:28px;\n\n  animation:\n    agcFloat\n    3.7s\n    ease-in-out\n    infinite;\n}\n\n.agc-quick-card strong{\n  display:block;\n\n  color:#33485a;\n\n  font-size:14px;\n}\n\n.agc-quick-card span{\n  display:block;\n\n  margin-top:4px;\n\n  color:#737f88;\n\n  font-size:12px;\n\n  line-height:1.45;\n}\n\n\/* =========================================================\n   DETAIL SECTION\n========================================================= *\/\n\n.agc-details{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    30px 26px\n    36px;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 90% 10%,\n      rgba(189,148,76,.18),\n      transparent 29%\n    ),\n    linear-gradient(\n      145deg,\n      #1b3a59,\n      #0c2237\n    );\n\n  color:#fff;\n\n  box-shadow:\n    0 12px 30px\n    rgba(14,35,52,.17);\n}\n\n.agc-details:after{\n  content:\"★\";\n\n  position:absolute;\n\n  right:-18px;\n  bottom:-65px;\n\n  color:#fff;\n\n  opacity:.04;\n\n  font-size:210px;\n}\n\n.agc-details \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.agc-details .agc-eyebrow{\n  color:#e5c988!important;\n}\n\n.agc-details h2{\n  max-width:820px;\n\n  margin:\n    0 auto\n    14px!important;\n\n  color:#fff!important;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:32px;\n\n  line-height:1.2;\n}\n\n.agc-details p{\n  max-width:780px;\n\n  margin:\n    0 auto!important;\n\n  color:#e9f0f5!important;\n\n  text-align:center;\n\n  line-height:1.75;\n}\n\n.agc-detail-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:10px;\n\n  margin-top:23px;\n}\n\n.agc-detail-card{\n  padding:\n    20px 13px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.14);\n\n  border-radius:13px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  text-align:center;\n\n  transition:\n    transform .28s ease,\n    background .28s ease;\n}\n\n.agc-detail-card:hover{\n  transform:translateY(-4px);\n\n  background:\n    rgba(255,255,255,.11);\n}\n\n.agc-detail-card i{\n  display:block;\n\n  margin-bottom:6px;\n\n  font-style:normal;\n\n  font-size:29px;\n\n  animation:\n    agcFloat\n    3.6s\n    ease-in-out\n    infinite;\n}\n\n.agc-detail-card strong{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:#f4deb0!important;\n\n  font-size:14px;\n}\n\n.agc-detail-card span{\n  display:block;\n\n  color:#edf3f7!important;\n\n  font-size:12px;\n\n  line-height:1.48;\n}\n\n\/* =========================================================\n   DAY \/ NIGHT\n========================================================= *\/\n\n.agc-night{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    30px 25px\n    35px;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 50% 80%,\n      rgba(189,148,76,.24),\n      transparent 37%\n    ),\n    radial-gradient(\n      circle at 88% 12%,\n      rgba(74,109,143,.22),\n      transparent 31%\n    ),\n    linear-gradient(\n      145deg,\n      #182f47,\n      #091826\n    );\n}\n\n.agc-night:after{\n  content:\"✦\";\n\n  position:absolute;\n\n  right:5%;\n  top:22px;\n\n  color:#e1be73;\n\n  font-size:36px;\n\n  animation:\n    agcStar\n    3.5s\n    ease-in-out\n    infinite;\n}\n\n.agc-night \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.agc-night .agc-eyebrow{\n  color:#e4c885!important;\n}\n\n.agc-night h2{\n  max-width:830px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:#fff!important;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:32px;\n\n  line-height:1.2;\n}\n\n.agc-night p{\n  max-width:780px;\n\n  margin:\n    0 auto!important;\n\n  color:#e7eef4!important;\n\n  text-align:center;\n\n  line-height:1.75;\n}\n\n.agc-night-grid{\n  display:grid;\n\n  grid-template-columns:\n    1fr 1fr;\n\n  gap:10px;\n\n  max-width:760px;\n\n  margin:\n    22px auto\n    0;\n}\n\n.agc-night-card{\n  padding:\n    19px 12px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.14);\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.065);\n\n  text-align:center;\n}\n\n.agc-night-card i{\n  display:block;\n\n  margin-bottom:6px;\n\n  font-style:normal;\n\n  font-size:27px;\n\n  animation:\n    agcFloat\n    3.6s\n    ease-in-out\n    infinite;\n}\n\n.agc-night-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#fff!important;\n\n  font-size:14px;\n}\n\n.agc-night-card span{\n  color:#dce7ee!important;\n\n  font-size:12px;\n\n  line-height:1.5;\n}\n\n\/* =========================================================\n   HOME DISPLAY\n========================================================= *\/\n\n.agc-home{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    30px 25px\n    35px;\n\n  border:\n    1px solid\n    #dedbd4;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 90% 10%,\n      rgba(189,148,76,.11),\n      transparent 30%\n    ),\n    linear-gradient(\n      145deg,\n      #fffdf9,\n      #f2eee7\n    );\n}\n\n.agc-home:before{\n  content:\"🏡\";\n\n  position:absolute;\n\n  left:-20px;\n  bottom:-58px;\n\n  opacity:.055;\n\n  font-size:165px;\n\n  animation:\n    agcFloat\n    4s\n    ease-in-out\n    infinite;\n}\n\n.agc-home \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.agc-home h2{\n  max-width:820px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:var(--navy-dark);\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:31px;\n}\n\n.agc-home p{\n  max-width:790px;\n\n  margin:\n    0 auto!important;\n\n  color:var(--body);\n\n  text-align:center;\n\n  line-height:1.75;\n}\n\n.agc-home-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  gap:10px;\n\n  margin-top:22px;\n}\n\n.agc-home-card{\n  padding:\n    17px 9px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:12px;\n\n  background:#fff;\n\n  text-align:center;\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease;\n}\n\n.agc-home-card:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 9px 21px\n    rgba(34,59,77,.08);\n}\n\n.agc-home-card i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:25px;\n\n  animation:\n    agcFloat\n    3.6s\n    ease-in-out\n    infinite;\n}\n\n.agc-home-card strong{\n  display:block;\n\n  color:#38536a;\n\n  font-size:12px;\n}\n\n\/* =========================================================\n   STORY SECTION\n========================================================= *\/\n\n.agc-story{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    30px 24px\n    35px;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 10% 90%,\n      rgba(225,191,120,.18),\n      transparent 32%\n    ),\n    linear-gradient(\n      145deg,\n      #74232d,\n      #43171d\n    );\n\n  color:#fff;\n}\n\n.agc-story:after{\n  content:\"★\";\n\n  position:absolute;\n\n  right:-16px;\n  bottom:-55px;\n\n  opacity:.045;\n\n  font-size:160px;\n}\n\n.agc-story \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.agc-story .agc-eyebrow{\n  color:#efd6a3!important;\n}\n\n.agc-story h2{\n  max-width:810px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:#fff!important;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:31px;\n}\n\n.agc-story p{\n  max-width:780px;\n\n  margin:\n    0 auto!important;\n\n  color:#f4e9eb!important;\n\n  text-align:center;\n\n  line-height:1.74;\n}\n\n.agc-story-tags{\n  display:flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:8px;\n\n  margin-top:20px;\n}\n\n.agc-story-tag{\n  padding:\n    8px 12px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.20);\n\n  border-radius:999px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  color:#fff!important;\n\n  font-size:12px;\n\n  font-weight:800;\n}\n\n\/* =========================================================\n   GIFT\n========================================================= *\/\n\n.agc-gift{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    30px 24px\n    35px;\n\n  border-radius:20px;\n\n  background:\n    radial-gradient(\n      circle at 90% 8%,\n      rgba(225,191,120,.17),\n      transparent 29%\n    ),\n    linear-gradient(\n      145deg,\n      #294e6d,\n      #142d49\n    );\n}\n\n.agc-gift:after{\n  content:\"🎁\";\n\n  position:absolute;\n\n  right:-20px;\n  bottom:-55px;\n\n  opacity:.05;\n\n  font-size:155px;\n}\n\n.agc-gift \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.agc-gift .agc-eyebrow{\n  color:#e7cb8e!important;\n}\n\n.agc-gift h2{\n  max-width:820px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:#fff!important;\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:31px;\n}\n\n.agc-gift p{\n  max-width:770px;\n\n  margin:\n    0 auto!important;\n\n  color:#edf3f7!important;\n\n  text-align:center;\n\n  line-height:1.74;\n}\n\n.agc-gift-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:10px;\n\n  margin-top:22px;\n}\n\n.agc-gift-card{\n  padding:\n    18px 10px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.14);\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.07);\n\n  text-align:center;\n}\n\n.agc-gift-card i{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-style:normal;\n\n  font-size:26px;\n\n  animation:\n    agcFloat\n    3.6s\n    ease-in-out\n    infinite;\n}\n\n.agc-gift-card strong{\n  display:block;\n\n  color:#fff!important;\n\n  font-size:12px;\n}\n\n\/* =========================================================\n   DISPLAY STEPS\n========================================================= *\/\n\n.agc-step-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:11px;\n\n  margin-top:23px;\n}\n\n.agc-step{\n  padding:\n    20px 15px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:13px;\n\n  background:#fff;\n\n  text-align:center;\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease;\n}\n\n.agc-step:hover{\n  transform:translateY(-4px);\n\n  box-shadow:\n    0 9px 22px\n    rgba(31,57,75,.08);\n}\n\n.agc-step-num{\n  display:grid;\n  place-items:center;\n\n  width:45px;\n  height:45px;\n\n  margin:\n    0 auto\n    10px;\n\n  border-radius:50%;\n\n  background:\n    linear-gradient(\n      145deg,\n      var(--gold),\n      #9d7635\n    );\n\n  color:#fff;\n\n  font-weight:900;\n}\n\n.agc-step strong{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--navy);\n\n  font-size:14px;\n}\n\n.agc-step span{\n  display:block;\n\n  color:var(--body);\n\n  font-size:13px;\n\n  line-height:1.55;\n}\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.agc-faq{\n  margin-top:18px;\n\n  padding:\n    30px 23px;\n\n  border:\n    1px solid\n    var(--line);\n\n  border-radius:18px;\n\n  background:#fff;\n}\n\n.agc-faq h2{\n  margin:\n    0 0\n    18px!important;\n\n  color:var(--navy-dark);\n\n  text-align:center;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:29px;\n}\n\n.agc-faq details{\n  margin-bottom:9px;\n\n  border:\n    1px solid\n    #dde3e7;\n\n  border-radius:12px;\n\n  background:#fafcfd;\n\n  overflow:hidden;\n}\n\n.agc-faq details:last-child{\n  margin-bottom:0;\n}\n\n.agc-faq summary{\n  position:relative;\n\n  padding:\n    15px 42px\n    15px 15px;\n\n  color:#31495c;\n\n  font-size:14px;\n\n  font-weight:850;\n\n  cursor:pointer;\n\n  list-style:none;\n}\n\n.agc-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.agc-faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n\n  right:15px;\n  top:50%;\n\n  transform:translateY(-50%);\n\n  color:var(--red);\n\n  font-size:21px;\n}\n\n.agc-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.agc-faq-answer{\n  padding:\n    0 15px\n    15px;\n\n  color:var(--body);\n\n  font-size:13.5px;\n\n  line-height:1.62;\n}\n\n.agc-faq-answer a{\n  color:var(--red)!important;\n  text-decoration:underline!important;\n}\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.agc-final{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-top:18px;\n\n  padding:\n    30px 24px\n    42px;\n\n  border-radius:\n    20px 20px\n    0 0;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(222,188,117,.20),\n      transparent 36%\n    ),\n    radial-gradient(\n      circle at 10% 100%,\n      rgba(69,103,133,.22),\n      transparent 34%\n    ),\n    linear-gradient(\n      145deg,\n      #1e4462,\n      #0c2236\n    );\n}\n\n.agc-final:before{\n  content:\"🦅\";\n\n  position:absolute;\n\n  left:-25px;\n  bottom:-70px;\n\n  opacity:.045;\n\n  font-size:190px;\n\n  animation:\n    agcEagle\n    5s\n    ease-in-out\n    infinite;\n}\n\n.agc-final:after{\n  content:\"★\";\n\n  position:absolute;\n\n  right:5%;\n  top:27px;\n\n  color:#e2be73;\n\n  font-size:34px;\n\n  opacity:.60;\n\n  animation:\n    agcStar\n    3.7s\n    ease-in-out\n    infinite;\n}\n\n.agc-final \u003e *{\n  position:relative;\n  z-index:2;\n}\n\n.agc-final .agc-eyebrow{\n  color:#e9ce92!important;\n}\n\n.agc-final h2{\n  max-width:830px;\n\n  margin:\n    0 auto\n    13px!important;\n\n  color:#fff!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:35px;\n\n  line-height:1.2;\n}\n\n.agc-final p{\n  max-width:760px;\n\n  margin:\n    0 auto!important;\n\n  color:#edf3f7!important;\n\n  font-size:16px;\n\n  line-height:1.72;\n}\n\n.agc-final-line{\n  margin-top:18px!important;\n\n  color:#e8cc8e!important;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:19px!important;\n\n  font-style:italic;\n}\n\n.agc-final-points{\n  display:flex;\n\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:8px;\n\n  margin-top:20px;\n}\n\n.agc-final-point{\n  padding:\n    8px 11px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.22);\n\n  border-radius:999px;\n\n  color:#fff!important;\n\n  font-size:12px;\n\n  font-weight:800;\n}\n\n.agc-cta{\n  position:relative;\n\n  display:block;\n\n  overflow:hidden;\n\n  width:min(100%,540px);\n\n  margin:\n    24px auto\n    0;\n\n  padding:\n    16px 20px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.18);\n\n  border-radius:9px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #bd3b46,\n      #85242d\n    );\n\n  color:#fff!important;\n\n  font-size:15px;\n\n  font-weight:900;\n\n  letter-spacing:.25px;\n\n  animation:\n    agcPulse\n    2.8s\n    ease-in-out\n    infinite;\n}\n\n.agc-cta:after{\n  content:\"\";\n\n  position:absolute;\n\n  top:-45%;\n  left:-55%;\n\n  width:24%;\n  height:190%;\n\n  transform:rotate(18deg);\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(255,255,255,.45),\n      transparent\n    );\n\n  animation:\n    agcShine\n    4.8s\n    ease-in-out\n    infinite;\n}\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:760px){\n\n  .agc-page{\n    padding:8px!important;\n    font-size:15px;\n  }\n\n  .agc-hero{\n    padding:\n      18px 15px\n      25px;\n\n    border-radius:16px;\n  }\n\n  .agc-hero h1{\n    font-size:30px;\n  }\n\n  .agc-hero-text{\n    font-size:15px;\n  }\n\n  .agc-quick{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .agc-section,\n  .agc-home{\n    padding:\n      21px 15px\n      27px;\n  }\n\n  .agc-section h2,\n  .agc-home h2{\n    font-size:26px;\n  }\n\n  .agc-details,\n  .agc-night,\n  .agc-story,\n  .agc-gift{\n    padding:\n      21px 15px\n      28px;\n  }\n\n  .agc-details h2,\n  .agc-night h2,\n  .agc-story h2,\n  .agc-gift h2{\n    font-size:26px;\n  }\n\n  .agc-detail-grid,\n  .agc-step-grid{\n    grid-template-columns:1fr;\n  }\n\n  .agc-home-grid,\n  .agc-gift-grid{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .agc-night-grid{\n    grid-template-columns:1fr;\n  }\n\n  .agc-final{\n    padding:\n      21px 15px\n      33px;\n  }\n\n  .agc-final h2{\n    font-size:28px;\n  }\n}\n\n@media(max-width:430px){\n\n  .agc-quick,\n  .agc-home-grid,\n  .agc-gift-grid{\n    grid-template-columns:1fr;\n  }\n\n  .agc-chip{\n    width:100%;\n  }\n}\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .agc-page *,\n  .agc-page *::before,\n  .agc-page *::after{\n    animation:none!important;\n    transition:none!important;\n  }\n\n  .agc-reveal{\n    opacity:1!important;\n    transform:none!important;\n  }\n}\n\n\/* =========================================================\n   BOTTOM FIX\n========================================================= *\/\n\n.agc-page{\n  margin-bottom:0!important;\n  padding-bottom:0!important;\n}\n\n.agc-page \u003e *:last-child{\n  margin-bottom:0!important;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"agc-page\" id=\"agc-top\"\u003e\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\u003csection class=\"agc-hero\"\u003e\u003cspan class=\"agc-cascade-star s1\"\u003e★\u003c\/span\u003e \u003cspan class=\"agc-cascade-star s2\"\u003e★\u003c\/span\u003e \u003cspan class=\"agc-cascade-star s3\"\u003e★\u003c\/span\u003e \u003cspan class=\"agc-cascade-star s4\"\u003e★\u003c\/span\u003e\n\u003cdiv class=\"agc-mark\"\u003e🦅\u003c\/div\u003e\n\u003cp class=\"agc-eyebrow\"\u003eAMERICAN GLORY CASCADE\u003c\/p\u003e\n\u003ch1\u003eGive an Empty Wall \u003cspan\u003ea Proud American Presence.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"agc-hero-text\"\u003eAn eagle with outstretched wings rises above cascading stars, red-white-and-blue details and classic decorative accents, creating a vertical wall display that gives \u003cstrong\u003eAmerican character to a space without taking over your tables or shelves.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"agc-chips\"\u003e\n\u003cspan class=\"agc-chip\"\u003e 🦅 Eagle Centerpiece \u003c\/span\u003e \u003cspan class=\"agc-chip\"\u003e ★ Cascading Stars \u003c\/span\u003e \u003cspan class=\"agc-chip\"\u003e 🇺🇸 Red • White • Blue \u003c\/span\u003e \u003cspan class=\"agc-chip\"\u003e ✨ Day \u0026amp; Evening Display \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"agc-hero-line\"\u003eStrong in daylight. More atmospheric when the stars begin to glow.\u003c\/p\u003e\n\u003cp class=\"agc-hero-line\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/1057\/9479\/files\/50470b18-248f-48ea-8cdd-f73de02f3131.png?v=1789716895\u0026amp;width=1200\" alt=\"American Glory Cascade eagle wall decoration with red white and blue wings and illuminated stars\" loading=\"eager\"\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     QUICK VALUE\n===================================================== --\u003e\n\u003csection class=\"agc-quick agc-reveal\"\u003e\n\u003cdiv class=\"agc-quick-card\"\u003e\n\u003cdiv class=\"agc-quick-icon\"\u003e🦅\u003c\/div\u003e\n\u003cstrong\u003e Bold Eagle Silhouette \u003c\/strong\u003e \u003cspan\u003e Outstretched wings give the display an unmistakable focal point. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"agc-quick-card\"\u003e\n\u003cdiv class=\"agc-quick-icon\"\u003e★\u003c\/div\u003e\n\u003cstrong\u003e Cascading Stars \u003c\/strong\u003e \u003cspan\u003e Hanging stars extend the design vertically down the wall. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"agc-quick-card\"\u003e\n\u003cdiv class=\"agc-quick-icon\"\u003e🇺🇸\u003c\/div\u003e\n\u003cstrong\u003e Patriotic Details \u003c\/strong\u003e \u003cspan\u003e Red, white and blue styling creates a recognizable American look. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"agc-quick-card\"\u003e\n\u003cdiv class=\"agc-quick-icon\"\u003e🏡\u003c\/div\u003e\n\u003cstrong\u003e Wall Display \u003c\/strong\u003e \u003cspan\u003e Adds visual impact while leaving tables and shelves open. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     PRODUCT DETAILS\n===================================================== --\u003e\n\u003csection class=\"agc-details agc-reveal\" id=\"agc-details\"\u003e\n\u003cdiv class=\"agc-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/1057\/9479\/files\/9d09b21b-9296-4ee9-886c-a358f689727f.png?v=1789716895\u0026amp;width=1200\" alt=\"Eagle feathers cascading stars and patriotic shield details\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"agc-eyebrow\"\u003eTAKE A CLOSER LOOK\u003c\/p\u003e\n\u003ch2\u003e🦅 American Character From Wingtip to Star\u003c\/h2\u003e\n\u003cp\u003eThe display works because the details connect from top to bottom. The eagle creates the first focal point, the cascading stars pull the eye downward, and the shield and gold accents finish the composition.\u003c\/p\u003e\n\u003cdiv class=\"agc-detail-grid\"\u003e\n\u003cdiv class=\"agc-detail-card\"\u003e\n\u003ci\u003e🦅\u003c\/i\u003e \u003cstrong\u003e The Eagle Above \u003c\/strong\u003e \u003cspan\u003e Layered feather details and bold patriotic colors give the silhouette its presence. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"agc-detail-card\"\u003e\n\u003ci\u003e★\u003c\/i\u003e \u003cstrong\u003e The Stars Below \u003c\/strong\u003e \u003cspan\u003e Hanging stars and light details continue the display vertically. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"agc-detail-card\"\u003e\n\u003ci\u003e🛡️\u003c\/i\u003e \u003cstrong\u003e The Finishing Details \u003c\/strong\u003e \u003cspan\u003e Shield, gold accents and laurel-inspired elements bring the scene together. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     DAY \/ NIGHT\n===================================================== --\u003e\n\u003csection class=\"agc-night agc-reveal\"\u003e\n\u003cdiv class=\"agc-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/1057\/9479\/files\/d980eb19-151b-4707-9589-840a17320e15.png?v=1789716895\u0026amp;width=1200\" alt=\"American eagle wall decoration in daylight and illuminated after dark\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"agc-eyebrow\"\u003eFROM DAYLIGHT TO EVENING\u003c\/p\u003e\n\u003ch2\u003e✨ The Colors Catch Your Eye. The Lights Change the Mood.\u003c\/h2\u003e\n\u003cp\u003eDuring the day, the eagle silhouette and patriotic details remain visible as wall décor. When the lights come on, the glowing stars create a softer evening effect and give the vertical display another layer of character.\u003c\/p\u003e\n\u003cdiv class=\"agc-night-grid\"\u003e\n\u003cdiv class=\"agc-night-card\"\u003e\n\u003ci\u003e☀️\u003c\/i\u003e \u003cstrong\u003e By Day \u003c\/strong\u003e \u003cspan\u003e Eagle, shield, stars and red-white-and-blue details remain part of the display. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"agc-night-card\"\u003e\n\u003ci\u003e✨\u003c\/i\u003e \u003cstrong\u003e After Dark \u003c\/strong\u003e \u003cspan\u003e The illuminated star details add a warmer, more atmospheric look. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     HOME DISPLAY\n===================================================== --\u003e\n\u003csection class=\"agc-home agc-reveal\"\u003e\n\u003cdiv class=\"agc-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/1057\/9479\/files\/f7c68692-3d3b-47c3-9de5-d6091d681b9f.png?v=1789716895\u0026amp;width=1200\" alt=\"Patriotic eagle wall display in a home entryway\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"agc-eyebrow\"\u003eLET THE WALL DO THE DECORATING\u003c\/p\u003e\n\u003ch2\u003e🏡 Give That Empty Vertical Space a Stronger Focal Point\u003c\/h2\u003e\n\u003cp\u003eBeside an entryway bench, along a staircase or near the family room, the vertical silhouette gives you another way to decorate without adding another object to an already crowded tabletop.\u003c\/p\u003e\n\u003cdiv class=\"agc-home-grid\"\u003e\n\u003cdiv class=\"agc-home-card\"\u003e\n\u003ci\u003e🚪\u003c\/i\u003e \u003cstrong\u003eEntryway\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"agc-home-card\"\u003e\n\u003ci\u003e🏡\u003c\/i\u003e \u003cstrong\u003eFamily Room\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"agc-home-card\"\u003e\n\u003ci\u003e🪜\u003c\/i\u003e \u003cstrong\u003eStaircase Wall\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"agc-home-card\"\u003e\n\u003ci\u003e🖼️\u003c\/i\u003e \u003cstrong\u003eAccent Wall\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     HOME STORY\n===================================================== --\u003e\n\u003csection class=\"agc-story agc-reveal\"\u003e\n\u003cdiv class=\"agc-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/1057\/9479\/files\/258429ba-fef2-4d22-85c6-8be423dfbed0.png?v=1789716895\u0026amp;width=1200\" alt=\"Couple viewing illuminated American eagle wall decoration\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"agc-eyebrow\"\u003eA HOME WITH A STORY\u003c\/p\u003e\n\u003ch2\u003e❤️ Let the Things You Care About Become Part of the Room\u003c\/h2\u003e\n\u003cp\u003eThe most personal rooms usually say something about the people who live there. This display adds an American-inspired accent that can become part of family gatherings, quiet evenings and seasonal decorating.\u003c\/p\u003e\n\u003cdiv class=\"agc-story-tags\"\u003e\n\u003cspan class=\"agc-story-tag\"\u003e 🦅 Eagle Design \u003c\/span\u003e \u003cspan class=\"agc-story-tag\"\u003e 🇺🇸 American-Inspired Style \u003c\/span\u003e \u003cspan class=\"agc-story-tag\"\u003e 🏡 Home Display \u003c\/span\u003e \u003cspan class=\"agc-story-tag\"\u003e ✨ Evening Glow \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     GIFT\n===================================================== --\u003e\n\u003csection class=\"agc-gift agc-reveal\"\u003e\n\u003cdiv class=\"agc-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/1057\/9479\/files\/58b89d3b-793f-4e26-ad14-7304f1555446.png?v=1789716895\u0026amp;width=1200\" alt=\"Family with patriotic eagle wall decoration\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"agc-eyebrow\"\u003eGIVE SOMETHING THAT REFLECTS WHAT THEY VALUE\u003c\/p\u003e\n\u003ch2\u003e🎁 A Decorative Gift With Personal Meaning\u003c\/h2\u003e\n\u003cp\u003eFor someone who enjoys eagle imagery, American-inspired home décor or keepsakes connected to family and service, this offers something more distinctive than another ordinary household decoration.\u003c\/p\u003e\n\u003cdiv class=\"agc-gift-grid\"\u003e\n\u003cdiv class=\"agc-gift-card\"\u003e\n\u003ci\u003e🎖️\u003c\/i\u003e \u003cstrong\u003eVeterans\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"agc-gift-card\"\u003e\n\u003ci\u003e❤️\u003c\/i\u003e \u003cstrong\u003eMilitary Families\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"agc-gift-card\"\u003e\n\u003ci\u003e🏡\u003c\/i\u003e \u003cstrong\u003eParents \u0026amp; Grandparents\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     DISPLAY STEPS\n===================================================== --\u003e\n\u003csection class=\"agc-section soft agc-reveal\"\u003e\n\u003cdiv class=\"agc-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/1057\/9479\/files\/3f33470f-b2de-475d-a773-904d9dd91efd.png?v=1789716895\u0026amp;width=1200\" alt=\"Positioning American eagle wall decoration\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"agc-eyebrow\"\u003eCREATE YOUR DISPLAY\u003c\/p\u003e\n\u003ch2\u003eA Little Planning Gives the Piece Room to Stand Out\u003c\/h2\u003e\n\u003cp class=\"agc-lead\"\u003eChoose a suitable indoor wall, leave enough space around the eagle and hanging stars, and follow the product instructions when securing the decoration.\u003c\/p\u003e\n\u003cdiv class=\"agc-step-grid\"\u003e\n\u003cdiv class=\"agc-step\"\u003e\n\u003cdiv class=\"agc-step-num\"\u003e1\u003c\/div\u003e\n\u003cstrong\u003e Choose the Wall \u003c\/strong\u003e \u003cspan\u003e Check the available space and leave room around the wings and lower stars. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"agc-step\"\u003e\n\u003cdiv class=\"agc-step-num\"\u003e2\u003c\/div\u003e\n\u003cstrong\u003e Mount With Care \u003c\/strong\u003e \u003cspan\u003e Follow the supplied product instructions and use a fixing appropriate for your wall. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"agc-step\"\u003e\n\u003cdiv class=\"agc-step-num\"\u003e3\u003c\/div\u003e\n\u003cstrong\u003e Finish the Scene \u003c\/strong\u003e \u003cspan\u003e Arrange nearby décor so the eagle remains the main focal point. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FAQ\n===================================================== --\u003e\n\u003csection class=\"agc-faq agc-reveal\" id=\"agc-faq\"\u003e\n\u003cp class=\"agc-eyebrow\"\u003eA FEW HELPFUL DETAILS\u003c\/p\u003e\n\u003ch2\u003e❓ Before You Bring It Home\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it still look decorative with the lights off?\u003c\/summary\u003e\n\u003cdiv class=\"agc-faq-answer\"\u003eYes. The eagle silhouette, red-white-and-blue details, stars and shield remain visible as part of the wall display when the lights are off.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I display it?\u003c\/summary\u003e\n\u003cdiv class=\"agc-faq-answer\"\u003eIndoor locations such as an entryway, living room or staircase wall can work well. Check your available wall space before choosing a location.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I leave it outside?\u003c\/summary\u003e\n\u003cdiv class=\"agc-faq-answer\"\u003eIndoor display is recommended. Only use it outdoors if the instructions supplied with your specific version confirm that it is suitable for those conditions. A porch-style product image alone does not confirm a weatherproof rating.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWho might enjoy it as a gift?\u003c\/summary\u003e\n\u003cdiv class=\"agc-faq-answer\"\u003eIt may suit someone who enjoys eagle designs, American-inspired home décor or meaningful family keepsakes, including veterans and military families.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I mount the decoration?\u003c\/summary\u003e\n\u003cdiv class=\"agc-faq-answer\"\u003eFollow the supplied product instructions and use a secure mounting solution appropriate for your wall and the actual product.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I check shipping and return information?\u003c\/summary\u003e\n\u003cdiv class=\"agc-faq-answer\"\u003eAvailable delivery information and charges are shown during checkout. Please review the store's current policies before ordering. \u003cbr\u003e\u003cbr\u003e\u003ca href=\"\/policies\/shipping-policy\"\u003e Shipping Policy \u003c\/a\u003e   ·   \u003ca href=\"\/policies\/refund-policy\"\u003e Return Policy \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FINAL CTA\n===================================================== --\u003e\n\u003csection class=\"agc-final agc-reveal\"\u003e\n\u003cp class=\"agc-eyebrow\"\u003eEAGLE • STARS • LIGHT • AMERICAN-INSPIRED STYLE\u003c\/p\u003e\n\u003ch2\u003e🦅 Let Your Favorite Wall Carry a Little More Character\u003c\/h2\u003e\n\u003cp\u003eBring together a bold eagle silhouette, cascading stars and red-white-and-blue details in one vertical display designed to stand out without taking up another shelf or tabletop.\u003c\/p\u003e\n\u003cp class=\"agc-final-line\"\u003eA strong daytime silhouette with an extra layer of atmosphere after dark.\u003c\/p\u003e\n\u003cdiv class=\"agc-final-points\"\u003e\n\u003cspan class=\"agc-final-point\"\u003e ✓ Eagle Centerpiece \u003c\/span\u003e \u003cspan class=\"agc-final-point\"\u003e ✓ Cascading Stars \u003c\/span\u003e \u003cspan class=\"agc-final-point\"\u003e ✓ Red • White • Blue \u003c\/span\u003e \u003cspan class=\"agc-final-point\"\u003e ✓ Indoor Wall Display \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"agc-cta\" href=\"#agc-top\"\u003e 🦅 BRING AMERICAN CHARACTER HOME \u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"LJH","offers":[{"title":"Default Title","offer_id":57505092763814,"sku":"SZ06732609235697-老鹰","price":42.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/4169\/6166\/files\/abc59bed-1522-4985-b28c-6bce6c07fd1f.png?v=1790144521","url":"https:\/\/getvyxor.com\/products\/american-eagle-glory-waterfall-light","provider":"getvyxor","version":"1.0","type":"link"}