{"product_id":"american-glory-cascade-let-freedom-light-your-home","title":"✅Easy to assemble ✅Sturdiness-🔥American Glory Cascade(❤Same as the video)","description":"\u003cstyle\u003e   .agcu {     --agcu-navy:#132a46;     --agcu-red:#a52d38;     --agcu-gold:#b8904d;     --agcu-cream:#f8f5ef;     --agcu-ink:#26364a;     --agcu-muted:#566171;     width:100%;     max-width:1160px;     margin:24px auto;     background:#fff;     color:var(--agcu-ink);     font-family:Arial,Helvetica,sans-serif;     font-size:18px;     line-height:1.7;     text-align:left;     container-type:inline-size;     container-name:agcu;     border:1px solid #e5e5e1;     border-radius:16px;     overflow:hidden;   }    .agcu *,   .agcu *::before,   .agcu *::after {     box-sizing:border-box;   }    .agcu [hidden] {     display:none!important;   }    .agcu h2,   .agcu h3,   .agcu p,   .agcu figure,   .agcu ul,   .agcu ol {     margin:0;   }    .agcu h2,   .agcu h3 {     text-transform:none;     letter-spacing:normal;   }    .agcu h2 {     color:var(--agcu-navy);     font-family:Georgia,'Times New Roman',serif;     font-size:36px;     line-height:1.17;     font-weight:700;   }    .agcu h3 {     color:var(--agcu-navy);     font-family:Arial,Helvetica,sans-serif;     font-size:19px;     line-height:1.4;     font-weight:700;   }    .agcu p {     color:var(--agcu-muted);   }    .agcu a {     color:inherit;     text-underline-offset:4px;   }    .agcu img {     display:block;     width:100%;     max-width:100%;     height:auto;     margin:0;     border:0;     border-radius:12px;   }    .agcu .agcu-tricolor {     height:5px;     background:linear-gradient(       90deg,       var(--agcu-red) 0 33.33%,       #f5efe3 33.33% 66.66%,       var(--agcu-navy) 66.66%     );   }    .agcu .agcu-pad {     padding:54px 38px;   }    .agcu .agcu-row {     display:grid;     grid-template-columns:minmax(0,1fr) minmax(0,1fr);     gap:40px;     align-items:center;   }    .agcu .agcu-row \u003e * {     min-width:0;   }    .agcu .agcu-reverse .agcu-copy {     order:2;   }    .agcu .agcu-reverse figure {     order:1;   }    .agcu .agcu-hero {     background:var(--agcu-cream);   }    .agcu .agcu-hero h2 {     font-size:48px;   }    .agcu .agcu-kicker {     margin-bottom:13px;     color:var(--agcu-red);     font-size:12px;     line-height:1.6;     font-weight:700;     letter-spacing:2px;     text-transform:uppercase;   }    .agcu .agcu-copy \u003e p:not(.agcu-kicker) {     margin-top:20px;   }    .agcu .agcu-copy h2 em {     color:var(--agcu-red);     font-weight:400;   }    .agcu .agcu-btn {     display:inline-flex;     align-items:center;     justify-content:center;     gap:12px;     min-height:54px;     max-width:100%;     padding:15px 25px;     border:1px solid transparent;     border-radius:6px;     background:var(--agcu-red);     color:#fff;     font:700 15px\/1.5 Arial,Helvetica,sans-serif;     letter-spacing:.4px;     text-decoration:none;     text-align:center;     cursor:pointer;     transition:background .2s;   }    .agcu .agcu-copy .agcu-btn {     margin-top:26px;   }    .agcu .agcu-btn:hover {     background:#85212b;     color:#fff;   }    .agcu .agcu-btn:disabled {     background:#687386;     cursor:not-allowed;   }    .agcu a:focus-visible,   .agcu button:focus-visible,   .agcu summary:focus-visible,   .agcu select:focus-visible {     outline:3px solid #bd9145;     outline-offset:5px;   }    .agcu .agcu-chips {     display:flex;     flex-wrap:wrap;     gap:8px;     margin-top:22px;   }    .agcu .agcu-chip {     padding:5px 11px;     border:1px solid #d9dce0;     border-radius:30px;     font-size:12px;     font-weight:700;     color:var(--agcu-navy);     background:#fff;   }    .agcu .agcu-soft {     background:var(--agcu-cream);   }    .agcu .agcu-line {     border-top:1px solid #e7e7e3;   }    .agcu .agcu-list {     display:grid;     gap:21px;     list-style:none;     padding:0;     margin-top:25px;   }    .agcu .agcu-list li {     display:grid;     grid-template-columns:32px minmax(0,1fr);     gap:12px;   }    .agcu .agcu-number {     display:flex;     justify-content:center;     align-items:center;     width:32px;     height:32px;     border-radius:50%;     background:#f1e8d7;     color:#795d2e;     font-size:13px;     font-weight:700;   }    .agcu .agcu-list p {     margin-top:5px;     font-size:16px;     line-height:1.65;   }    .agcu .agcu-dark {     background:var(--agcu-navy);   }    .agcu .agcu-dark h2,   .agcu .agcu-dark h3 {     color:#fff;   }    .agcu .agcu-dark p {     color:#e1e7ef;   }    .agcu .agcu-dark .agcu-kicker {     color:#e6c88c;   }    .agcu .agcu-faq {     max-width:850px;     margin:auto;   }    .agcu .agcu-faq \u003e h2 {     margin-bottom:28px;   }    .agcu details {     border-top:1px solid #dde1e6;   }    .agcu details:last-child {     border-bottom:1px solid #dde1e6;   }    .agcu summary {     position:relative;     display:block;     padding:22px 36px 22px 0;     list-style:none;     color:var(--agcu-navy);     font-size:18px;     line-height:1.5;     font-weight:700;     cursor:pointer;   }    .agcu summary::-webkit-details-marker {     display:none;   }    .agcu summary::after {     content:'+';     position:absolute;     right:4px;     top:19px;     font-size:25px;     font-weight:400;     color:var(--agcu-red);   }    .agcu details[open] summary::after {     content:'−';   }    .agcu .agcu-answer {     padding:0 25px 23px 0;     font-size:17px;   }    .agcu .agcu-answer p + p {     margin-top:12px;   }    @media (max-width:760px) {     .agcu .agcu-pad {       padding:34px 20px;     }      .agcu .agcu-row {       grid-template-columns:minmax(0,1fr);       gap:26px;     }      .agcu .agcu-row .agcu-copy {       order:1;     }      .agcu .agcu-row figure {       order:2;     }      .agcu h2 {       font-size:31px;     }      .agcu .agcu-hero h2 {       font-size:38px;     }      .agcu .agcu-copy .agcu-btn {       width:100%;     }   }    @container agcu (max-width:760px) {     .agcu .agcu-pad {       padding:34px 20px;     }      .agcu .agcu-row {       grid-template-columns:minmax(0,1fr);       gap:26px;     }      .agcu .agcu-row .agcu-copy {       order:1;     }      .agcu .agcu-row figure {       order:2;     }      .agcu h2 {       font-size:31px;     }      .agcu .agcu-hero h2 {       font-size:38px;     }      .agcu .agcu-copy .agcu-btn {       width:100%;     }   } \u003c\/style\u003e \u003cdiv class=\"agcu\" id=\"agcu-template--23781885182210__custom_liquid_iqJRJy-\" lang=\"en\"\u003e \u003cdiv aria-hidden=\"true\" class=\"agcu-tricolor\"\u003e\u003c\/div\u003e \u003c!-- 首屏 --\u003e \u003csection class=\"agcu-pad agcu-row agcu-hero\"\u003e \u003cdiv class=\"agcu-copy\"\u003e \u003cp class=\"agcu-kicker\"\u003eAmerican Glory Cascade™\u003c\/p\u003e \u003ch2\u003e         Let your home show its         \u003cem\u003eAmerican spirit.\u003c\/em\u003e \u003c\/h2\u003e \u003cp\u003e         An eagle with outstretched wings. A cascade of starry light.         A proud red, white and blue welcome that feels right at home.       \u003c\/p\u003e \u003c\/div\u003e \u003cfigure\u003e \u003cimg alt=\"American Glory Cascade eagle wall decoration with red, white and blue wings and illuminated stars\" decoding=\"async\" height=\"1024\" loading=\"eager\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/1057\/9479\/files\/50470b18-248f-48ea-8cdd-f73de02f3131.png?v=1789716895\u0026amp;width=1200\" width=\"1024\"\u003e \u003c\/figure\u003e \u003c\/section\u003e \u003c!-- 产品细节 --\u003e \u003csection class=\"agcu-pad agcu-row agcu-reverse\" id=\"agcu-template--23781885182210__custom_liquid_iqJRJy--details\"\u003e \u003cdiv class=\"agcu-copy\"\u003e \u003cp class=\"agcu-kicker\"\u003eTake a closer look\u003c\/p\u003e \u003ch2\u003eAmerican character, from wingtip to star.\u003c\/h2\u003e \u003cul class=\"agcu-list\"\u003e \u003cli\u003e \u003cspan aria-hidden=\"true\" class=\"agcu-number\"\u003e01\u003c\/span\u003e \u003cdiv\u003e \u003ch3\u003eThe eagle above\u003c\/h3\u003e \u003cp\u003e               Layered feather details and bold patriotic colors               give the silhouette its unmistakable presence.             \u003c\/p\u003e \u003c\/div\u003e \u003c\/li\u003e \u003cli\u003e \u003cspan aria-hidden=\"true\" class=\"agcu-number\"\u003e02\u003c\/span\u003e \u003cdiv\u003e \u003ch3\u003eThe stars below\u003c\/h3\u003e \u003cp\u003e               Hanging stars and blue-white lights draw the eye               down through the flowing ribbon design.             \u003c\/p\u003e \u003c\/div\u003e \u003c\/li\u003e \u003cli\u003e \u003cspan aria-hidden=\"true\" class=\"agcu-number\"\u003e03\u003c\/span\u003e \u003cdiv\u003e \u003ch3\u003eThe finishing touch\u003c\/h3\u003e \u003cp\u003e               A shield, golden accents and laurel details bring               the whole display together.             \u003c\/p\u003e \u003c\/div\u003e \u003c\/li\u003e \u003c\/ul\u003e \u003c\/div\u003e \u003cfigure\u003e \u003cimg alt=\"Detail view showing the eagle feathers, cascading star lights and patriotic shield\" decoding=\"async\" height=\"1024\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/1057\/9479\/files\/9d09b21b-9296-4ee9-886c-a358f689727f.png?v=1789716895\u0026amp;width=1200\" width=\"1024\"\u003e \u003c\/figure\u003e \u003c\/section\u003e \u003c!-- 昼夜效果 --\u003e \u003csection class=\"agcu-pad agcu-row agcu-dark\"\u003e \u003cdiv class=\"agcu-copy\"\u003e \u003cp class=\"agcu-kicker\"\u003eFrom daylight to evening\u003c\/p\u003e \u003ch2\u003e         The colors catch your eye.\u003cbr\u003e         The lights make you linger.       \u003c\/h2\u003e \u003cp\u003e         Enjoy the eagle and flag-inspired details in daylight.         When the lights come on, a trail of glowing stars gives         your favorite corner a different kind of charm.       \u003c\/p\u003e \u003cp\u003e         A little evening ritual: turn on the glow, settle in         and enjoy being home.       \u003c\/p\u003e \u003c\/div\u003e \u003cfigure\u003e \u003cimg alt=\"Side-by-side views of the eagle wall decoration in daylight and illuminated after dark\" decoding=\"async\" height=\"1024\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/1057\/9479\/files\/d980eb19-151b-4707-9589-840a17320e15.png?v=1789716895\u0026amp;width=1200\" width=\"1024\"\u003e \u003c\/figure\u003e \u003c\/section\u003e \u003c!-- 家居场景 --\u003e \u003csection class=\"agcu-pad agcu-row agcu-reverse\"\u003e \u003cdiv class=\"agcu-copy\"\u003e \u003cp class=\"agcu-kicker\"\u003eFind its place in your home\u003c\/p\u003e \u003ch2\u003eMake that empty wall feel like yours.\u003c\/h2\u003e \u003cp\u003e         Beside an entryway bench, near the family room or along         a staircase, its vertical shape adds a decorative focal         point while keeping tables and shelves clear.       \u003c\/p\u003e \u003cp\u003e         Pair it with natural wood, family photographs and         the pieces you already love.       \u003c\/p\u003e \u003c\/div\u003e \u003cfigure\u003e \u003cimg alt=\"Illuminated patriotic eagle displayed beside an entryway bench in a cozy American home\" decoding=\"async\" height=\"1024\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/1057\/9479\/files\/f7c68692-3d3b-47c3-9de5-d6091d681b9f.png?v=1789716895\u0026amp;width=1200\" width=\"1024\"\u003e \u003c\/figure\u003e \u003c\/section\u003e \u003c!-- 人物场景 --\u003e \u003csection class=\"agcu-pad agcu-row agcu-soft\"\u003e \u003cdiv class=\"agcu-copy\"\u003e \u003cp class=\"agcu-kicker\"\u003eA home with a story\u003c\/p\u003e \u003ch2\u003eLet the things you cherish shine.\u003c\/h2\u003e \u003cp\u003e         The best rooms say something about the people who live         in them. Give yours a touch of American spirit, ready         for family visits, quiet evenings and everyday moments         together.       \u003c\/p\u003e \u003cp\u003e         Make it part of your holiday decorating, or give it         a favorite spot throughout the year.       \u003c\/p\u003e \u003c\/div\u003e \u003cfigure\u003e \u003cimg alt=\"Couple admiring the glowing eagle and star wall display at their home\" decoding=\"async\" height=\"1024\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/1057\/9479\/files\/258429ba-fef2-4d22-85c6-8be423dfbed0.png?v=1789716895\u0026amp;width=1200\" width=\"1024\"\u003e \u003c\/figure\u003e \u003c\/section\u003e \u003c!-- 送礼场景 --\u003e \u003csection class=\"agcu-pad agcu-row agcu-reverse\"\u003e \u003cdiv class=\"agcu-copy\"\u003e \u003cp class=\"agcu-kicker\"\u003eGive it with meaning\u003c\/p\u003e \u003ch2\u003eA gift with something to say.\u003c\/h2\u003e \u003cp\u003e         For Dad's favorite room. For a grandparent's new home.         For a veteran whose stories have shaped your family.       \u003c\/p\u003e \u003cp\u003e         Choose a gift that reflects what matters to them,         and include a note that tells them why.       \u003c\/p\u003e \u003cdiv class=\"agcu-chips\"\u003e \u003cspan class=\"agcu-chip\"\u003eVeterans\u003c\/span\u003e \u003cspan class=\"agcu-chip\"\u003eMilitary families\u003c\/span\u003e \u003cspan class=\"agcu-chip\"\u003eParents \u0026amp; grandparents\u003c\/span\u003e \u003c\/div\u003e \u003ca class=\"agcu-btn\" href=\"#MainContent\"\u003e           CHOOSE A MEANINGFUL GIFT           \u003cspan aria-hidden=\"true\"\u003e→\u003c\/span\u003e \u003c\/a\u003e \u003c\/div\u003e \u003cfigure\u003e \u003cimg alt=\"Family gathered with a veteran beside an illuminated patriotic eagle wall decoration\" decoding=\"async\" height=\"1024\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/1057\/9479\/files\/58b89d3b-793f-4e26-ad14-7304f1555446.png?v=1789716895\u0026amp;width=1200\" width=\"1024\"\u003e \u003c\/figure\u003e \u003c\/section\u003e \u003c!-- 摆放说明 --\u003e \u003csection class=\"agcu-pad agcu-row agcu-soft\"\u003e \u003cdiv class=\"agcu-copy\"\u003e \u003cp class=\"agcu-kicker\"\u003eCreate your display\u003c\/p\u003e \u003ch2\u003e         A little planning.\u003cbr\u003e         A beautiful place for it.       \u003c\/h2\u003e \u003col class=\"agcu-list\"\u003e \u003cli\u003e \u003cspan aria-hidden=\"true\" class=\"agcu-number\"\u003e1\u003c\/span\u003e \u003cdiv\u003e \u003ch3\u003eChoose your wall\u003c\/h3\u003e \u003cp\u003e               Measure your space and leave room around               the wings and hanging stars.             \u003c\/p\u003e \u003c\/div\u003e \u003c\/li\u003e \u003cli\u003e \u003cspan aria-hidden=\"true\" class=\"agcu-number\"\u003e2\u003c\/span\u003e \u003cdiv\u003e \u003ch3\u003eMount with care\u003c\/h3\u003e \u003cp\u003e               Follow the product instructions and use               a fixing suitable for your wall.             \u003c\/p\u003e \u003c\/div\u003e \u003c\/li\u003e \u003cli\u003e \u003cspan aria-hidden=\"true\" class=\"agcu-number\"\u003e3\u003c\/span\u003e \u003cdiv\u003e \u003ch3\u003eEnjoy the view\u003c\/h3\u003e \u003cp\u003e               Arrange your favorite home accents nearby               and let the eagle take center stage.             \u003c\/p\u003e \u003c\/div\u003e \u003c\/li\u003e \u003c\/ol\u003e \u003c\/div\u003e \u003cfigure\u003e \u003cimg alt=\"Woman positioning the eagle wall decoration on a light-colored wall\" decoding=\"async\" height=\"1024\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1011\/1057\/9479\/files\/3f33470f-b2de-475d-a773-904d9dd91efd.png?v=1789716895\u0026amp;width=1200\" width=\"1024\"\u003e \u003c\/figure\u003e \u003c\/section\u003e \u003c!-- FAQ --\u003e \u003csection class=\"agcu-pad\"\u003e \u003cdiv class=\"agcu-faq\"\u003e \u003cp class=\"agcu-kicker\"\u003eA few helpful answers\u003c\/p\u003e \u003ch2\u003eBefore you bring it home.\u003c\/h2\u003e \u003cdetails open=\"\"\u003e \u003csummary\u003e           Does it look decorative with the lights off?         \u003c\/summary\u003e \u003cdiv class=\"agcu-answer\"\u003e \u003cp\u003e             Yes. The eagle silhouette, red-white-and-blue             details, stars and shield remain part of the             display when the lights are off.           \u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eWhere should I display it?\u003c\/summary\u003e \u003cdiv class=\"agcu-answer\"\u003e \u003cp\u003e             An indoor entryway, living room or staircase wall             makes a lovely setting. Check the product dimensions             against your available space before choosing a spot.           \u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eCan I leave it outside?\u003c\/summary\u003e \u003cdiv class=\"agcu-answer\"\u003e \u003cp\u003e             Indoor display is recommended. Only use it outdoors             if the instructions for your specific version             confirm that it is suitable for the conditions.             A porch scene alone does not indicate a             weatherproof rating.           \u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eWho would enjoy this as a gift?\u003c\/summary\u003e \u003cdiv class=\"agcu-answer\"\u003e \u003cp\u003e             It is a thoughtful choice for someone who enjoys             patriotic home décor, eagle designs or meaningful             family keepsakes, including veterans and             military families.           \u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eWhere can I check shipping and returns?\u003c\/summary\u003e \u003cdiv class=\"agcu-answer\"\u003e \u003cp\u003e             Available delivery options and shipping charges             are shown at checkout. Please review our current             return terms before ordering.           \u003c\/p\u003e \u003cp\u003e \u003ca href=\"\/policies\/shipping-policy\"\u003e                 Shipping policy               \u003c\/a\u003e                                          ·                                          \u003ca href=\"\/policies\/refund-policy\"\u003e                 Return policy               \u003c\/a\u003e \u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003c\/div\u003e \u003c\/section\u003e \u003cdiv aria-hidden=\"true\" class=\"agcu-tricolor\"\u003e\u003c\/div\u003e \u003c\/div\u003e","brand":"tyx286","offers":[{"title":"Default Title","offer_id":62708297072721,"sku":"SZ06992609215697-老鹰","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1056\/2319\/1633\/files\/abc59bed-1522-4985-b28c-6bce6c07fd1f.png?v=1790148774","url":"https:\/\/viqzet.com\/products\/american-glory-cascade-let-freedom-light-your-home","provider":"viqzet","version":"1.0","type":"link"}