{"product_id":"solar-peacock-garden-sculpture","title":"Solar Peacock Garden Sculpture","description":"\u003c!--\n  SOLAR PEACOCK GARDEN SCULPTURE — TRUST-FIRST SHOPIFY CUSTOM LIQUID\n  Complete HTML \/ CSS \/ Liquid \/ JavaScript module\n\n  PRODUCT:\n  Solar Peacock Garden Sculpture\n\n  INSTALL:\n  Shopify Admin \u003e Online Store \u003e Themes \u003e Customize \u003e Product template\n  Add a “Custom liquid” block below the main product purchase area.\n  Paste this entire file and save.\n\n  IMPORTANT BEFORE PUBLISHING:\n  1. The current product listing states: solar power, built-in rechargeable\n     battery, automatic dusk activation, moving wings, tail opening\/closing,\n     water-resistant outdoor use and ground-stake installation.\n  2. The supplier has not publicly listed exact dimensions, weight, charging\n     time, nightly runtime, battery capacity, LED count, motion cycle or an IP\n     waterproof rating. Do not invent these specifications.\n  3. Add a genuine, unedited motion video before making movement the main paid-ad\n     promise. Paste its Shopify-hosted MP4 URL into pgs_video_url below.\n  4. Replace highly edited lifestyle imagery with real daylight, unpacking,\n     scale and customer-use photos whenever available.\n  5. Fix the theme purchase form separately if it displays “Sold out” beside\n     active purchase buttons or shows “SAVE 0%.”\n  6. Do not publish invented reviews or fixed live-order counters.\n--\u003e\n\u003cstyle\u003e\n  .pgs-v1 {\n    --ink: #173640;\n    --deep: #092d39;\n    --deep-2: #104858;\n    --teal: #16798a;\n    --teal-2: #48a9ae;\n    --teal-soft: #eaf7f6;\n    --peacock: #166d77;\n    --blue: #214c86;\n    --gold: #c09442;\n    --gold-soft: #fff6df;\n    --night: #071d29;\n    --cream: #fffdf8;\n    --sand: #f4eee3;\n    --mist: #f4f9f8;\n    --white: #ffffff;\n    --muted: #62757b;\n    --line: #d6e4e3;\n    width: 100%;\n    max-width: 820px;\n    margin: 0 auto;\n    overflow: hidden;\n    color: var(--ink);\n    background: var(--white);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .pgs-v1 *,\n  .pgs-v1 *::before,\n  .pgs-v1 *::after {\n    box-sizing: border-box;\n  }\n\n  .pgs-v1 img,\n  .pgs-v1 video {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .pgs-v1 a {\n    color: inherit;\n  }\n\n  .pgs-sec {\n    padding: 36px 18px;\n    background: var(--white);\n  }\n\n  .pgs-sec.cream {\n    background: var(--cream);\n  }\n\n  .pgs-sec.sand {\n    background: var(--sand);\n  }\n\n  .pgs-sec.mist {\n    background:\n      radial-gradient(circle at 92% 0%, rgba(72,169,174,.16), transparent 34%),\n      linear-gradient(180deg, #f5fcfb 0%, #ffffff 100%);\n  }\n\n  .pgs-sec.blue-soft {\n    background:\n      radial-gradient(circle at 8% 0%, rgba(33,76,134,.10), transparent 35%),\n      linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);\n  }\n\n  .pgs-sec.dark {\n    color: #fff;\n    background:\n      radial-gradient(circle at 86% 3%, rgba(82,211,202,.20), transparent 30%),\n      radial-gradient(circle at 8% 92%, rgba(33,76,134,.44), transparent 39%),\n      linear-gradient(145deg, #061b27 0%, #0d4555 100%);\n  }\n\n  .pgs-hero {\n    padding: 15px 14px 32px;\n    color: #fff;\n    background:\n      radial-gradient(circle at 88% 4%, rgba(95,226,210,.22), transparent 31%),\n      radial-gradient(circle at 8% 92%, rgba(38,82,145,.48), transparent 40%),\n      linear-gradient(145deg, #061b27 0%, #0d4e5e 100%);\n  }\n\n  .pgs-media {\n    position: relative;\n    overflow: hidden;\n    border-radius: 21px;\n    background: #112c35;\n    box-shadow: 0 17px 40px rgba(3, 28, 39, .25);\n  }\n\n  .pgs-media img {\n    border-radius: inherit;\n  }\n\n  .pgs-media::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    pointer-events: none;\n    border: 1px solid rgba(255,255,255,.40);\n    border-radius: inherit;\n  }\n\n  .pgs-copy {\n    margin-top: 22px;\n  }\n\n  .pgs-badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 35px;\n    margin: 0 0 11px;\n    padding: 7px 12px;\n    border: 1px solid #b9dad8;\n    border-radius: 999px;\n    color: #245c62;\n    background: #effafa;\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: .1px;\n  }\n\n  .pgs-badge.dark {\n    color: #fff;\n    border-color: rgba(255,255,255,.27);\n    background: rgba(255,255,255,.10);\n  }\n\n  .pgs-badge.gold {\n    color: #71511e;\n    border-color: #dfc695;\n    background: var(--gold-soft);\n  }\n\n  .pgs-badge.blue {\n    color: #324e78;\n    border-color: #cbd8eb;\n    background: #f0f5fc;\n  }\n\n  .pgs-title {\n    margin: 0 0 13px;\n    color: var(--deep);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 36px;\n    line-height: 1.08;\n    font-weight: 700;\n    letter-spacing: -.45px;\n  }\n\n  .pgs-title .accent {\n    color: var(--teal);\n  }\n\n  .pgs-hero .pgs-title,\n  .pgs-sec.dark .pgs-title {\n    color: #fff;\n  }\n\n  .pgs-hero .pgs-title .accent,\n  .pgs-sec.dark .pgs-title .accent {\n    color: #9ce7df;\n  }\n\n  .pgs-sub {\n    margin: 0;\n    color: var(--muted);\n    font-size: 18px;\n    line-height: 1.68;\n  }\n\n  .pgs-sub strong {\n    color: var(--deep);\n    font-weight: 900;\n  }\n\n  .pgs-hero .pgs-sub,\n  .pgs-sec.dark .pgs-sub {\n    color: #e8f5f4;\n  }\n\n  .pgs-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 17px;\n  }\n\n  .pgs-pill {\n    display: inline-flex;\n    align-items: center;\n    min-height: 36px;\n    padding: 8px 11px;\n    border: 1px solid rgba(255,255,255,.24);\n    border-radius: 999px;\n    color: #fff;\n    background: rgba(255,255,255,.09);\n    font-size: 13px;\n    font-weight: 850;\n  }\n\n  .pgs-pill.light {\n    color: #183e47;\n    border-color: #c9efea;\n    background: #c9efea;\n  }\n\n  .pgs-proofbar {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n    margin-top: 18px;\n  }\n\n  .pgs-proof {\n    padding: 12px 7px;\n    text-align: center;\n    border: 1px solid rgba(255,255,255,.21);\n    border-radius: 15px;\n    background: rgba(255,255,255,.08);\n  }\n\n  .pgs-proof strong {\n    display: block;\n    color: #fff;\n    font-size: 14px;\n    line-height: 1.2;\n  }\n\n  .pgs-proof span {\n    display: block;\n    margin-top: 5px;\n    color: #d5e9e8;\n    font-size: 11px;\n    line-height: 1.35;\n  }\n\n  .pgs-price-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 12px;\n    margin-top: 18px;\n    padding: 13px 14px;\n    border: 1px solid rgba(255,255,255,.21);\n    border-radius: 15px;\n    background: rgba(255,255,255,.08);\n  }\n\n  .pgs-price {\n    color: #fff;\n    font-size: 25px;\n    line-height: 1;\n    font-weight: 950;\n  }\n\n  .pgs-stock {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    color: #dff4e4;\n    font-size: 12px;\n    font-weight: 850;\n    text-align: right;\n  }\n\n  .pgs-stock::before {\n    content: \"\";\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: #78cf91;\n    box-shadow: 0 0 0 4px rgba(120,207,145,.15);\n  }\n\n  .pgs-stock.out::before {\n    background: #e09191;\n    box-shadow: 0 0 0 4px rgba(224,145,145,.15);\n  }\n\n  .pgs-cta {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 100%;\n    min-height: 61px;\n    margin-top: 18px;\n    padding: 15px 20px;\n    border: 0;\n    border-radius: 14px;\n    color: #153d45;\n    background: linear-gradient(180deg, #dffff9 0%, #74d5cd 100%);\n    box-shadow: 0 12px 28px rgba(0,0,0,.22);\n    cursor: pointer;\n    text-decoration: none;\n    font-size: 18px;\n    font-weight: 950;\n    transition: transform .18s ease, box-shadow .18s ease;\n  }\n\n  .pgs-cta:hover {\n    transform: translateY(-1px);\n    box-shadow: 0 15px 31px rgba(0,0,0,.27);\n  }\n\n  .pgs-cta:focus-visible {\n    outline: 3px solid #fff;\n    outline-offset: 3px;\n  }\n\n  .pgs-cta.secondary {\n    color: #fff;\n    background: linear-gradient(180deg, #2e8792 0%, #155462 100%);\n  }\n\n  .pgs-micro {\n    margin: 10px 0 0;\n    color: #d9eae9;\n    font-size: 13px;\n    line-height: 1.45;\n    text-align: center;\n  }\n\n  .pgs-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 11px;\n    margin-top: 18px;\n  }\n\n  .pgs-card,\n  .pgs-fact,\n  .pgs-proof-slot {\n    padding: 16px 13px;\n    border: 1px solid var(--line);\n    border-radius: 16px;\n    background: #fff;\n    box-shadow: 0 8px 19px rgba(12, 63, 73, .05);\n  }\n\n  .pgs-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 44px;\n    height: 44px;\n    margin-bottom: 10px;\n    border-radius: 50%;\n    color: #fff;\n    background: linear-gradient(145deg, #3ba4a8, #175f70);\n    font-size: 11px;\n    font-weight: 950;\n  }\n\n  .pgs-card h3,\n  .pgs-row h3,\n  .pgs-step h3,\n  .pgs-use h3 {\n    margin: 0 0 6px;\n    color: var(--deep);\n    font-size: 17px;\n    line-height: 1.3;\n    font-weight: 900;\n  }\n\n  .pgs-card p,\n  .pgs-row p,\n  .pgs-step p,\n  .pgs-use p,\n  .pgs-proof-slot p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 15px;\n    line-height: 1.56;\n  }\n\n  .pgs-callout {\n    margin-top: 17px;\n    padding: 16px;\n    border: 1px solid var(--line);\n    border-radius: 16px;\n    color: #536b70;\n    background: #fff;\n    box-shadow: 0 9px 22px rgba(12, 63, 73, .05);\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n  .pgs-callout strong {\n    color: var(--deep);\n  }\n\n  .pgs-note {\n    margin-top: 15px;\n    padding: 14px;\n    border: 1px solid #dfc896;\n    border-radius: 14px;\n    color: #71511e;\n    background: var(--gold-soft);\n    font-size: 14px;\n    line-height: 1.58;\n  }\n\n  .pgs-list,\n  .pgs-steps,\n  .pgs-uses,\n  .pgs-proof-ready {\n    display: grid;\n    gap: 11px;\n    margin-top: 18px;\n  }\n\n  .pgs-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 15px;\n    border: 1px solid var(--line);\n    border-radius: 16px;\n    background: #fff;\n  }\n\n  .pgs-row-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex: 0 0 46px;\n    width: 46px;\n    height: 46px;\n    border-radius: 50%;\n    color: #fff;\n    background: linear-gradient(145deg, #3da8aa, #165c6d);\n    font-size: 9px;\n    font-weight: 950;\n    text-align: center;\n  }\n\n  .pgs-video {\n    overflow: hidden;\n    margin-top: 18px;\n    border: 1px solid rgba(255,255,255,.22);\n    border-radius: 18px;\n    background: #061b27;\n    box-shadow: 0 15px 34px rgba(0,0,0,.25);\n  }\n\n  .pgs-video video {\n    width: 100%;\n    max-height: 560px;\n    object-fit: cover;\n    background: #061b27;\n  }\n\n  .pgs-video-caption {\n    padding: 13px 15px;\n    color: #d9efed;\n    font-size: 13px;\n    line-height: 1.5;\n    text-align: center;\n  }\n\n  .pgs-steps {\n    counter-reset: pgs-step;\n  }\n\n  .pgs-step {\n    display: grid;\n    grid-template-columns: 54px 1fr;\n    gap: 12px;\n    align-items: start;\n    padding: 15px;\n    border: 1px solid var(--line);\n    border-radius: 16px;\n    background: #fff;\n  }\n\n  .pgs-step-num {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 54px;\n    height: 54px;\n    border-radius: 16px;\n    color: #fff;\n    background: linear-gradient(145deg, #3aa5a9, #155b6b);\n    font-size: 20px;\n    font-weight: 950;\n  }\n\n  .pgs-facts {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .pgs-fact strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--deep);\n    font-size: 15px;\n  }\n\n  .pgs-fact span {\n    display: block;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.45;\n  }\n\n  .pgs-use-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .pgs-use {\n    padding: 15px 12px;\n    border: 1px solid var(--line);\n    border-radius: 16px;\n    background: #fff;\n    text-align: center;\n  }\n\n  .pgs-use span {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 46px;\n    height: 46px;\n    margin: 0 auto 9px;\n    border-radius: 50%;\n    color: #fff;\n    background: linear-gradient(145deg, #3da9aa, #155b6b);\n    font-size: 9px;\n    font-weight: 950;\n  }\n\n  .pgs-compare {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .pgs-compare-box {\n    padding: 16px 12px;\n    border-radius: 17px;\n  }\n\n  .pgs-compare-box.bad {\n    border: 1px solid #dedede;\n    background: #f5f4f3;\n  }\n\n  .pgs-compare-box.good {\n    border: 1px solid #bcd9d7;\n    background: #eef8f7;\n  }\n\n  .pgs-compare-box h3 {\n    margin: 0 0 10px;\n    color: var(--deep);\n    font-size: 17px;\n    font-weight: 900;\n  }\n\n  .pgs-compare-box p {\n    margin: 9px 0;\n    color: #566a70;\n    font-size: 15px;\n    line-height: 1.48;\n    font-weight: 720;\n  }\n\n  .pgs-proof-slot {\n    border-style: dashed;\n    box-shadow: none;\n  }\n\n  .pgs-proof-slot strong {\n    display: block;\n    color: var(--deep);\n    font-size: 16px;\n  }\n\n  .pgs-support {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .pgs-support-card {\n    padding: 16px 13px;\n    border: 1px solid var(--line);\n    border-radius: 16px;\n    background: #fff;\n  }\n\n  .pgs-support-card strong {\n    display: block;\n    color: var(--deep);\n    font-size: 16px;\n  }\n\n  .pgs-support-card span {\n    display: block;\n    margin-top: 5px;\n    color: var(--muted);\n    font-size: 13px;\n    line-height: 1.48;\n  }\n\n  .pgs-faq {\n    display: grid;\n    gap: 11px;\n    margin-top: 17px;\n  }\n\n  .pgs-faq details {\n    overflow: hidden;\n    border: 1px solid var(--line);\n    border-radius: 15px;\n    background: #fff;\n  }\n\n  .pgs-faq summary {\n    position: relative;\n    padding: 17px 46px 17px 16px;\n    color: var(--deep);\n    cursor: pointer;\n    list-style: none;\n    font-size: 17px;\n    line-height: 1.4;\n    font-weight: 900;\n  }\n\n  .pgs-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .pgs-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 16px;\n    top: 50%;\n    transform: translateY(-50%);\n    color: var(--teal);\n    font-size: 25px;\n    font-weight: 500;\n  }\n\n  .pgs-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .pgs-faq p {\n    margin: 0;\n    padding: 0 16px 17px;\n    color: var(--muted);\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .pgs-final {\n    text-align: center;\n  }\n\n  .pgs-final-box {\n    margin-top: 18px;\n    padding: 16px;\n    text-align: left;\n    border: 1px solid rgba(255,255,255,.22);\n    border-radius: 17px;\n    background: rgba(255,255,255,.09);\n  }\n\n  .pgs-final-box p {\n    margin: 9px 0;\n    color: #effbfa;\n    font-size: 16px;\n    line-height: 1.48;\n    font-weight: 760;\n  }\n\n  .pgs-v1 [data-pgs-order] {\n    cursor: pointer;\n  }\n\n  .pgs-v1 [data-pgs-order]:focus-visible {\n    outline: 3px solid #6fd1c9;\n    outline-offset: 3px;\n    border-radius: 10px;\n  }\n\n  .pgs-sticky {\n    position: fixed;\n    z-index: 30;\n    right: 12px;\n    bottom: 12px;\n    left: 12px;\n    display: none;\n    align-items: center;\n    justify-content: space-between;\n    gap: 10px;\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 10px;\n    border: 1px solid rgba(255,255,255,.35);\n    border-radius: 16px;\n    color: #fff;\n    background: rgba(6, 42, 54, .95);\n    box-shadow: 0 14px 35px rgba(0,0,0,.25);\n    backdrop-filter: blur(10px);\n  }\n\n  .pgs-sticky.show {\n    display: flex;\n  }\n\n  .pgs-sticky strong {\n    display: block;\n    font-size: 14px;\n    line-height: 1.25;\n  }\n\n  .pgs-sticky span {\n    display: block;\n    margin-top: 2px;\n    color: #cfe9e7;\n    font-size: 11px;\n    line-height: 1.3;\n  }\n\n  .pgs-sticky button {\n    min-height: 42px;\n    padding: 10px 15px;\n    border: 0;\n    border-radius: 11px;\n    color: #173e45;\n    background: #c9efea;\n    cursor: pointer;\n    font-size: 13px;\n    font-weight: 950;\n  }\n\n  @media (min-width: 768px) {\n    .pgs-sec {\n      padding: 46px 29px;\n    }\n\n    .pgs-hero {\n      padding: 24px 25px 40px;\n    }\n\n    .pgs-title {\n      font-size: 46px;\n    }\n\n    .pgs-sub {\n      font-size: 19px;\n    }\n\n    .pgs-facts {\n      grid-template-columns: repeat(4, 1fr);\n    }\n\n    .pgs-use-grid {\n      grid-template-columns: repeat(4, 1fr);\n    }\n\n    .pgs-sticky {\n      display: none !important;\n    }\n  }\n\n  @media (max-width: 430px) {\n    .pgs-title {\n      font-size: 32px;\n    }\n\n    .pgs-sub {\n      font-size: 17px;\n    }\n\n    .pgs-grid,\n    .pgs-compare,\n    .pgs-support {\n      grid-template-columns: 1fr;\n    }\n\n    .pgs-proofbar {\n      grid-template-columns: 1fr;\n    }\n\n    .pgs-proof {\n      text-align: left;\n    }\n\n    .pgs-proof strong,\n    .pgs-proof span {\n      display: inline;\n    }\n\n    .pgs-proof span {\n      margin-left: 4px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .pgs-v1 * {\n      scroll-behavior: auto !important;\n      transition: none !important;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pgs-v1\"\u003e\n\u003csection class=\"pgs-hero\"\u003e\n\u003cdiv role=\"link\" data-pgs-order=\"\" class=\"pgs-media\" tabindex=\"0\"\u003e\u003cimg height=\"1000\" width=\"1000\" alt=\"Two illuminated solar peacock garden sculptures along a nighttime walkway\" src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/1783361047863-x6m46zts7c_177e6113-f3dc-4c4d-a84b-808a429729e6.webp?v=1784020752\u0026amp;width=1946\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"pgs-copy\"\u003e\n\u003cdiv class=\"pgs-badge dark\"\u003eKinetic Solar Garden Sculpture\u003c\/div\u003e\n\u003ch2 class=\"pgs-title\"\u003eThe Garden Centerpiece That \u003cspan class=\"accent\"\u003eComes Alive After Sunset\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pgs-sub\"\u003eA glowing peacock sculpture designed with illuminated translucent feathers, gently moving wings and a tail that opens and closes—without extension cords or an outdoor outlet.\u003c\/p\u003e\n\u003cdiv class=\"pgs-pills\"\u003e\n\u003cspan class=\"pgs-pill light\"\u003eSolar Powered\u003c\/span\u003e \u003cspan class=\"pgs-pill\"\u003eAutomatic at Dusk\u003c\/span\u003e \u003cspan class=\"pgs-pill\"\u003eKinetic Wings \u0026amp; Tail\u003c\/span\u003e \u003cspan class=\"pgs-pill\"\u003eGround-Stake Setup\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-proofbar\"\u003e\n\u003cdiv class=\"pgs-proof\"\u003e\n\u003cstrong\u003eCharges by Day\u003c\/strong\u003e \u003cspan\u003eplace the panel in direct sunlight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-proof\"\u003e\n\u003cstrong\u003eGlows at Night\u003c\/strong\u003e \u003cspan\u003ethe light sensor activates after dusk\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-proof\"\u003e\n\u003cstrong\u003eDesigned to Move\u003c\/strong\u003e \u003cspan\u003ewings move and tail opens and closes\u003c\/span\u003e\u003cspan class=\"pgs-price\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CORE VALUE --\u003e\n\u003csection class=\"pgs-sec mist\"\u003e\n\u003cdiv role=\"link\" data-pgs-order=\"\" class=\"pgs-media\" tabindex=\"0\"\u003e\u003cimg loading=\"lazy\" height=\"1000\" width=\"1000\" alt=\"Illuminated solar peacock sculpture with open feather tail\" src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/1783361111290-17sd9vdb1u6-1783361335407-i0hr66p4.webp?v=1784020752\u0026amp;width=1946\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"pgs-copy\"\u003e\n\u003cdiv class=\"pgs-badge\"\u003eMore Than an Ordinary Solar Stake\u003c\/div\u003e\n\u003ch2 class=\"pgs-title\"\u003eColor, Light and Motion \u003cspan class=\"accent\"\u003ein One Garden Focal Point\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pgs-sub\"\u003eMost solar path lights disappear into the background. This peacock is designed to become the feature guests notice first—adding height, sculptural color and evening illumination to the same space.\u003c\/p\u003e\n\u003cdiv class=\"pgs-grid\"\u003e\n\u003cdiv class=\"pgs-card\"\u003e\n\u003cdiv class=\"pgs-icon\"\u003eART\u003c\/div\u003e\n\u003ch3\u003eDecorative Garden Art\u003c\/h3\u003e\n\u003cp\u003eDetailed peacock styling creates a visual centerpiece even before nightfall.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-card\"\u003e\n\u003cdiv class=\"pgs-icon\"\u003eGLOW\u003c\/div\u003e\n\u003ch3\u003eWarm Evening Light\u003c\/h3\u003e\n\u003cp\u003eIlluminated feathers add a welcoming layer of light around paths and flower beds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-card\"\u003e\n\u003cdiv class=\"pgs-icon\"\u003eMOVE\u003c\/div\u003e\n\u003ch3\u003eKinetic Motion\u003c\/h3\u003e\n\u003cp\u003eThe listing describes moving wings and a tail designed to open and close.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-card\"\u003e\n\u003cdiv class=\"pgs-icon\"\u003eCORD\u003c\/div\u003e\n\u003ch3\u003eNo Outdoor Wiring\u003c\/h3\u003e\n\u003cp\u003eSolar charging removes the need for an extension cord running across the yard.\u003c!-- HERO --\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OPTIONAL REAL VIDEO --\u003e\u003cbr\u003e\n\u003csection class=\"pgs-sec dark\"\u003e\n\u003cdiv class=\"pgs-badge dark\"\u003eReal Motion Demonstration\u003c\/div\u003e\n\u003ch2 class=\"pgs-title\"\u003eWatch the Wings Move \u003cspan class=\"accent\"\u003eand the Tail Open\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pgs-sub\"\u003eThis unedited demonstration shows the actual motion, light output and mechanical sound before you order.\u003c\/p\u003e\n\u003cdiv class=\"pgs-video\"\u003e\n\u003cdiv class=\"pgs-video-caption\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPT_Image_2026_7_14_06_12_39.png?v=1784024129\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cbr\u003e\u003c!-- MOTION EXPLANATION --\u003e\n\u003csection class=\"pgs-sec blue-soft\"\u003e\n\u003cdiv class=\"pgs-badge blue\"\u003eWhat the Kinetic Design Is Intended to Do\u003c\/div\u003e\n\u003ch2 class=\"pgs-title\"\u003eA Peacock Display With \u003cspan class=\"accent\"\u003eMore Life Than a Static Ornament\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"pgs-list\"\u003e\n\u003cdiv class=\"pgs-row\"\u003e\n\u003cdiv class=\"pgs-row-icon\"\u003eWINGS\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eGentle Wing Movement\u003c\/h3\u003e\n\u003cp\u003eThe product listing describes animated mechanics that move the wings after activation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-row\"\u003e\n\u003cdiv class=\"pgs-row-icon\"\u003eTAIL\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eOpening and Closing Tail\u003c\/h3\u003e\n\u003cp\u003eThe feather display is described as opening and closing to create a more dramatic silhouette.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-row\"\u003e\n\u003cdiv class=\"pgs-row-icon\"\u003eDUSK\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAutomatic Evening Activation\u003c\/h3\u003e\n\u003cp\u003eA built-in light sensor is designed to activate the lighting and animation as the surroundings become dark.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SOLAR CYCLE --\u003e\n\u003csection class=\"pgs-sec sand\"\u003e\n\u003ch2 class=\"pgs-title\"\u003eLet Daylight Prepare \u003cspan class=\"accent\"\u003ethe Evening Display\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"pgs-steps\"\u003e\n\u003cdiv class=\"pgs-step\"\u003e\n\u003cdiv class=\"pgs-step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eChoose a Sunny Location\u003c\/h3\u003e\n\u003cp\u003ePlace the solar panel where buildings, trees and dense shrubs will not block direct daylight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-step\"\u003e\n\u003cdiv class=\"pgs-step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSwitch the Solar Unit On\u003c\/h3\u003e\n\u003cp\u003eActivate the power switch before the first full charging cycle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-step\"\u003e\n\u003cdiv class=\"pgs-step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAllow the Battery to Charge\u003c\/h3\u003e\n\u003cp\u003eThe built-in rechargeable battery stores solar energy collected during daylight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-step\"\u003e\n\u003cdiv class=\"pgs-step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eEnjoy Automatic Dusk Activation\u003c\/h3\u003e\n\u003cp\u003eAs the area becomes dark, the light sensor is designed to start the evening display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-callout\"\u003e\n\u003cstrong\u003eFor better performance:\u003c\/strong\u003e Keep the solar panel clean and avoid deep shade. Cloud cover, shorter winter days and nearby landscape lighting can affect charging and automatic activation.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SETUP --\u003e\n\u003csection class=\"pgs-sec cream\"\u003e\n\u003cdiv role=\"link\" data-pgs-order=\"\" class=\"pgs-media\" tabindex=\"0\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPT_Image_2026_7_14_06_27_40.png?v=1784025368\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"pgs-copy\"\u003e\n\u003cdiv class=\"pgs-badge\"\u003eSimple Ground-Stake Installation\u003c\/div\u003e\n\u003ch2 class=\"pgs-title\"\u003eAssemble, Position \u003cspan class=\"accent\"\u003eand Press Into Suitable Soil\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"pgs-steps\"\u003e\n\u003cdiv class=\"pgs-step\"\u003e\n\u003cdiv class=\"pgs-step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eUnpack All Components\u003c\/h3\u003e\n\u003cp\u003eCheck the sculpture structure and included ground-placement stake before assembly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-step\"\u003e\n\u003cdiv class=\"pgs-step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eConnect According to the Instructions\u003c\/h3\u003e\n\u003cp\u003eSecure each included section without forcing delicate feather or motion components.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-step\"\u003e\n\u003cdiv class=\"pgs-step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSelect Soft, Stable Ground\u003c\/h3\u003e\n\u003cp\u003eAvoid rocky, frozen or extremely hard soil that may bend the stake during installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-step\"\u003e\n\u003cdiv class=\"pgs-step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePress Down on the Stake—Not the Sculpture\u003c\/h3\u003e\n\u003cp\u003eUse the stake connection point and keep pressure away from wings, tail and lighted feather details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-step\"\u003e\n\u003cdiv class=\"pgs-step-num\"\u003e5\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAim the Solar Panel Toward Daylight\u003c\/h3\u003e\n\u003cp\u003eMake the final adjustment before allowing the first full day of charging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- USE CASES --\u003e\n\u003csection class=\"pgs-sec mist\"\u003e\n\u003cdiv role=\"link\" data-pgs-order=\"\" class=\"pgs-media\" tabindex=\"0\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPT_Image_2026_7_14_06_17_12.png?v=1784024337\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"pgs-copy\"\u003e\n\u003cdiv class=\"pgs-badge\"\u003eOne Statement Piece, Several Outdoor Settings\u003c\/div\u003e\n\u003ch2 class=\"pgs-title\"\u003ePlace It Where the Garden \u003cspan class=\"accent\"\u003eNeeds a Stronger Focal Point\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"pgs-use-grid\"\u003e\n\u003cdiv class=\"pgs-use\"\u003e\n\u003cspan\u003eYARD\u003c\/span\u003e\n\u003ch3\u003eFront Yard\u003c\/h3\u003e\n\u003cp\u003eCreate a noticeable nighttime feature near the home entrance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-use\"\u003e\n\u003cspan\u003ePATH\u003c\/span\u003e\n\u003ch3\u003eWalkways\u003c\/h3\u003e\n\u003cp\u003eAdd decorative light alongside a garden path or stepping stones.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-use\"\u003e\n\u003cspan\u003eBED\u003c\/span\u003e\n\u003ch3\u003eFlower Beds\u003c\/h3\u003e\n\u003cp\u003eLayer the illuminated tail behind lower flowers and foliage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-use\"\u003e\n\u003cspan\u003ePATIO\u003c\/span\u003e\n\u003ch3\u003ePatio Borders\u003c\/h3\u003e\n\u003cp\u003ePosition it beside planters or a seating area with direct sun access.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- KNOWN DETAILS --\u003e\n\u003csection class=\"pgs-sec sand\"\u003e\n\u003cdiv class=\"pgs-badge gold\"\u003eVerified Listing Details\u003c\/div\u003e\n\u003ch2 class=\"pgs-title\"\u003eWhat Is Currently Confirmed— \u003cspan class=\"accent\"\u003eand What Still Needs Verification\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"pgs-facts\"\u003e\n\u003cdiv class=\"pgs-fact\"\u003e\n\u003cstrong\u003ePower Source\u003c\/strong\u003e \u003cspan\u003eSolar energy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-fact\"\u003e\n\u003cstrong\u003eBattery\u003c\/strong\u003e \u003cspan\u003eBuilt-in rechargeable battery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-fact\"\u003e\n\u003cstrong\u003eActivation\u003c\/strong\u003e \u003cspan\u003eAutomatic light sensor at dusk\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-fact\"\u003e\n\u003cstrong\u003eMotion\u003c\/strong\u003e \u003cspan\u003eMoving wings and tail opening\/closing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-fact\"\u003e\n\u003cstrong\u003eWeather Claim\u003c\/strong\u003e \u003cspan\u003eWater-resistant outdoor use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-fact\"\u003e\n\u003cstrong\u003eInstallation\u003c\/strong\u003e \u003cspan\u003eGround-placement stake\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-fact\"\u003e\n\u003cstrong\u003ePackage\u003c\/strong\u003e \u003cspan\u003ePeacock light structure + ground stake\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-fact\"\u003e\n\u003cstrong\u003eExact Size\u003c\/strong\u003e \u003cspan\u003e20inch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WEATHER CARE --\u003e\n\u003csection class=\"pgs-sec blue-soft\"\u003e\n\u003cdiv class=\"pgs-badge blue\"\u003eProtect the Light and Motion Components\u003c\/div\u003e\n\u003ch2 class=\"pgs-title\"\u003eMade for Normal Outdoor Use— \u003cspan class=\"accent\"\u003eNot Every Weather Extreme\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"pgs-list\"\u003e\n\u003cdiv class=\"pgs-row\"\u003e\n\u003cdiv class=\"pgs-row-icon\"\u003eRAIN\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eWater-Resistant Is Not Submersible\u003c\/h3\u003e\n\u003cp\u003eDo not place the product in standing water, drainage channels or areas that regularly flood.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-row\"\u003e\n\u003cdiv class=\"pgs-row-icon\"\u003eWIND\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBring It In During Severe Wind\u003c\/h3\u003e\n\u003cp\u003eThe wide feather display can catch strong wind and place stress on the stake or moving parts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-row\"\u003e\n\u003cdiv class=\"pgs-row-icon\"\u003eSNOW\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eStore During Snow and Prolonged Freezing\u003c\/h3\u003e\n\u003cp\u003eProtect the battery, motor and decorative surfaces during harsh winter conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-row\"\u003e\n\u003cdiv class=\"pgs-row-icon\"\u003eCLEAN\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eKeep the Solar Panel Clean\u003c\/h3\u003e\n\u003cp\u003eGently remove dust and debris so daylight can reach the charging surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPARISON --\u003e\n\u003csection class=\"pgs-sec cream\"\u003e\n\u003cdiv class=\"pgs-badge\"\u003eWhy It Feels More Special\u003c\/div\u003e\n\u003ch2 class=\"pgs-title\"\u003eMore Presence Than \u003cspan class=\"accent\"\u003ea Basic Solar Path Light\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"pgs-compare\"\u003e\n\u003cdiv class=\"pgs-compare-box bad\"\u003e\n\u003ch3\u003eBasic Solar Stake\u003c\/h3\u003e\n\u003cp\u003e✕ Small light source with limited visual impact\u003c\/p\u003e\n\u003cp\u003e✕ Static shape after installation\u003c\/p\u003e\n\u003cp\u003e✕ Designed mainly to mark a path\u003c\/p\u003e\n\u003cp\u003e✕ Often disappears among taller plants\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-compare-box good\"\u003e\n\u003ch3\u003eKinetic Peacock Sculpture\u003c\/h3\u003e\n\u003cp\u003e✓ Decorative sculptural centerpiece\u003c\/p\u003e\n\u003cp\u003e✓ Illuminated feather display\u003c\/p\u003e\n\u003cp\u003e✓ Wings and tail designed for motion\u003c\/p\u003e\n\u003cp\u003e✓ Works in paths, beds, yards and patios\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- REAL PROOF PREPARATION --\u003e\u003c!-- SUPPORT --\u003e\n\u003csection class=\"pgs-sec sand\"\u003e\n\u003ch2 class=\"pgs-title\"\u003eKnow the Current Store Policy \u003cspan class=\"accent\"\u003eBefore You Order\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"pgs-support\"\u003e\n\u003cdiv class=\"pgs-support-card\"\u003e\n\u003cstrong\u003eFree-Shipping Threshold\u003c\/strong\u003e \u003cspan\u003eThe store currently advertises free shipping on orders over $50.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-support-card\"\u003e\n\u003cstrong\u003eReturn Request Window\u003c\/strong\u003e \u003cspan\u003eContact the store within 60 days of tracked delivery. Policy conditions apply.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-support-card\"\u003e\n\u003cstrong\u003eReturn Condition\u003c\/strong\u003e \u003cspan\u003eThe current policy requires the item to remain in its received condition and original packaging.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pgs-support-card\"\u003e\n\u003cstrong\u003eCustomer Service\u003c\/strong\u003e \u003cspan\u003eEmail info@cotitoc.com with the order number and clear photos or video of an issue.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"pgs-sec blue-soft\"\u003e\n\u003cdiv class=\"pgs-badge blue\"\u003eQuestions Before Ordering\u003c\/div\u003e\n\u003ch2 class=\"pgs-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"pgs-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it need an outdoor electrical outlet?\u003c\/summary\u003e\n\u003cp\u003eNo. The product listing describes a solar-powered system with a built-in rechargeable battery.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it turn on automatically?\u003c\/summary\u003e\n\u003cp\u003eThe listing states that a light sensor is designed to activate the lighting and animation at dusk after the unit has been switched on and charged.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo the wings and tail really move?\u003c\/summary\u003e\n\u003cp\u003eThe seller describes moving wings and a tail that opens and closes. Add or review a genuine unedited product video to confirm the exact movement before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long does it charge and operate?\u003c\/summary\u003e\n\u003cp\u003eThe current listing does not publish a verified charging time, light duration or motion runtime. Performance also depends on available sunlight and weather.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it waterproof?\u003c\/summary\u003e\n\u003cp\u003eThe listing says water-resistant, not fully waterproof or submersible. Avoid flooding and bring it indoors during severe storms, high winds, heavy snow and prolonged freezing.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow large is the sculpture?\u003c\/summary\u003e\n\u003cp\u003eExact overall dimensions and open-tail width are not currently published on the product page. Add verified measurements before launching paid traffic.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included?\u003c\/summary\u003e\n\u003cp\u003eThe listing states that the package includes one kinetic solar peacock light structure and a heavy-duty ground-placement stake.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere should I install it?\u003c\/summary\u003e\n\u003cp\u003eChoose stable, suitable soil in a location that receives direct sunlight. Avoid deep shade, hard rocky ground, low flooded areas and places exposed to severe wind.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I do if it arrives damaged or does not work?\u003c\/summary\u003e\n\u003cp\u003eKeep the packaging and contact info@cotitoc.com promptly with your order number, photos and a short video showing the issue. Eligibility remains subject to the store’s current return policy.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"pgs-sec dark pgs-final\"\u003e\n\u003cdiv class=\"pgs-badge dark\"\u003eMake the Garden Feel Different After Dark\u003c\/div\u003e\n\u003ch2 class=\"pgs-title\"\u003eAdd Light, Color and Motion \u003cspan class=\"accent\"\u003eto One Unforgettable Corner\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pgs-sub\"\u003eA solar-powered peacock statement piece designed for yards, paths, flower beds and patio borders.\u003c\/p\u003e\n\u003cdiv class=\"pgs-final-box\"\u003e\n\u003cp\u003e✓ Solar powered with a built-in rechargeable battery\u003c\/p\u003e\n\u003cp\u003e✓ Automatic light-sensor activation at dusk\u003c\/p\u003e\n\u003cp\u003e✓ Wings designed to move\u003c\/p\u003e\n\u003cp\u003e✓ Tail designed to open and close\u003c\/p\u003e\n\u003cp\u003e✓ Water-resistant ground-stake installation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MOBILE STICKY CTA --\u003e\n\u003cdiv aria-hidden=\"true\" class=\"pgs-sticky\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSolar Peacock Sculpture\u003c\/strong\u003e \u003cspan\u003e{{ product.price | money }} · View current availability\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton data-pgs-order=\"\" type=\"button\"\u003eView Options\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"mysite","offers":[{"title":"Default Title","offer_id":52310978363694,"sku":"GWL2607144097-太阳能孔雀庭院雕塑","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/ChatGPT_Image_2026_7_14_06_35_06.png?v=1784025369","url":"https:\/\/cotitoc.com\/products\/solar-peacock-garden-sculpture","provider":"cotitoc","version":"1.0","type":"link"}