Discounts Available | 30-Day Returns
New

4.5-Foot Spiritual Sitting Scarecrow Ornament – Unique Halloween Yard Figure

$49.99
25 people are viewing this right now
Estimated Delivery:
17 - 24 Jul, 2026
Trust Badge
Guaranteed safe & secure checkout

Description

<!–

–>

  • This product includes a sitting animatronic. candy bowl. adapter. and instruction manual. You’ll be sure to get your guests’ hearts racing!
  • This product is motion and sound activated. Your guests and trick or treaters will be in for a frightening surprise when they go near this scarecrow!
  • This product is made from electronic and fabric materials. It’s compatible with a 6V/2A multi-prop remote activator. 4 AA batteries required to operate the scarecrow.
  • This product is recommended for use in covered areas to prevent any unnecessary damage or weathering to the scarecrow.
  • This product is recommended for use in covered areas to prevent any unnecessary damage or weathering to the scarecrow.

.aplus-v2 .premium-aplus-module-2 .premium-background-wrapper { position: relative;}.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper { position: absolute; width: 50%; height: 100%; top: 0;}.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right { left: 50%;}htmldir=”rtl” .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right { left: auto; right: 50%;}.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.secondary-color { color: #fff;}.aplus-v2 .premium-aplus-module-2 .premium-intro-background { padding: 20px;}.aplus-v2 .premium-aplus-module-2 .aplus-module-2-topic { padding-bottom: 10px;}.aplus-v2 .premium-aplus-module-2 .aplus-module-2-heading { padding-bottom: 20px;}.aplus-v2 .premium-aplus-module-2 .aplus-module-2-description { line-height: 1.5em;}.aplus-v2 .premium-aplus-module-2 .premium-intro-background.white-background { background: rgba(255.255.255.0.5);}.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background { background: rgba(0.0.0.0.5);}.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background..aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h1..aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h5..aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol..aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul..aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol .a-list-item..aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul .a-list-item { color: #fff;}.aplus-v2 .premium-aplus-module-2 .premium-intro-content-container { display: table; height: 100%;}.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container { padding-left: 40px;}htmldir=”rtl” .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container { padding-left: 0px; padding-right: 40px;}.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container { padding-right: 40px;}htmldir=”rtl” .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container { padding-right: 0px; padding-left: 40px;}.aplus-v2 .premium-aplus-module-2 .premium-intro-content-column { display: table-cell; vertical-align: middle;}(function(f) {var _np=(window.P._namespace(“PremiumAplusModule”));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {P.now(‘premium-module-5-comparison-table-scroller’).execute(function(init){ if (init) { return; } P.register(‘premium-module-5-comparison-table-scroller’. function(){ return function() { P.when(‘jQuery’. ‘a-popover’. ‘A’. ‘ready’).execute(function($. popover. A) { function initCompTable(module) { /** * Premium comparison table: popover trigger module */ var comparisonName = $(module).data(‘comparison-name’); (function() { var $additionalInfo = $(‘.aplus-v2 .aplus-popover-trigger’); $additionalInfo.each(function(i. trigger) { return popover.create(trigger. $(trigger).data()); }); $additionalInfo.hover( function() { $(this).focus(); } ); })(); /** * Premium comparison table: adjust column width module */ (function() { var VISIBLE_COLUMNS = 4.2; /* How many visible columns on load */ var MIN_WIDTH = 230; var getWidth = function() { return $(this).outerWidth(); } /* cache selectors */ var $container = $(‘.aplus-v2 .comparison-table #’+comparisonName). $header = $(‘.aplus-v2 .comparison-table #’+comparisonName+’ td.attribute’). $slider = $(‘.aplus-v2 .comparison-table #’+comparisonName+’ .table-slider’). $columns = $(‘.aplus-v2 .comparison-table #’+comparisonName+’ .aplus-data-column’). $activeColumn = $(‘.aplus-v2 .comparison-table #’+comparisonName+’ .aplus-data-column.active.active-item’); /* Formula for determining desired column width */ var calculatedColumnWidth = Math.floor( ($container.innerWidth() – $header.innerWidth()) / VISIBLE_COLUMNS ); var childWidths = $activeColumn.map(getWidth).get(); var maxChildWidth = Math.max(MIN_WIDTH. Math.max.apply(Math. childWidths)); var minColumnWidth = $columns.innerWidth(); var calculatedPadding = $header.innerWidth() + maxChildWidth; /* set the min-width of each column to the calulated width or minWidth */ $columns.css( ‘min-width’. Math.max(MIN_WIDTH. (calculatedColumnWidth < minColumnWidth ? calculatedColumnWidth : minColumnWidth)) ); $activeColumn.css('width'. maxChildWidth); /* AUI RTL script automatically changes this to padding-right under RTL context */ $slider.css('padding-left'. calculatedPadding); /* show the component */ $container.removeClass('loading'); })(); /** * Premium comparison table: top scroll bar */ (function() { /* cache selectors */ var $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'). $fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'). $scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'). $scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'). $scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'). $scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar'); /* confirm fixed column exists and can add width to the total width of the scroll bar */ var fixedColumnWidth = $fixedColumn.innerWidth(); if ( fixedColumnWidth === null ) { fixedColumnWidth = 0; } /* set width of scrollBar */ $scrollBar.css('width'. $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth()); /* connect scrolls together */ $scrollWrapperTop.scroll(function() { $scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft()); }); $scrollWrapperBottom.scroll(function() { $scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft()); }); })(); } $('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index. module) { initCompTable(module); }); }); } });});}));/** * Premium-module 5: Comparision table – scroller */.aplus-v2 .premium-aplus-module-5 h1 { padding-bottom: 30px;}/* position column-headers relative to this table */.aplus-v2 .premium-aplus-module-5 .table-container { position: relative; opacity: 1;}.aplus-v2 .premium-aplus-module-5 .table-container.loading { opacity: 0;}.aplus-v2 .premium-aplus-module-5 .table-slider { overflow-x: scroll; overflow-y: visible; width: 100%;}/* left column headers are absolute positioned */.aplus-v2 .premium-aplus-module-5 td.attribute { position: absolute; width: 300px; top: auto; left: 0;}htmldir=”rtl” .aplus-v2 .premium-aplus-module-5 td.attribute { right: 0px; left: auto;}.aplus-v2 .premium-aplus-module-5 td.active-item { position: absolute; top: auto; left: 300px;}htmldir=”rtl” .premium-aplus-module-5 td.active-item { left: auto; right: 300px;}.aplus-v2 .premium-aplus-module-5 .attribute..aplus-v2 .premium-aplus-module-5 .active-item..aplus-v2 .premium-aplus-module-5 .description { font-size: 16px; font-family: arial; line-height: 2.5em; white-space:nowrap; color: #000;}.aplus-v2 .premium-aplus-module-5 .attribute..aplus-v2 .premium-aplus-module-5 .active-item..aplus-v2 .premium-aplus-module-5 .description { font-family: inherit;}.aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute..aplus-v2 .premium-aplus-module-5 table.a-bordered td.active-item { background-color: #fff;}.aplus-v2 .premium-aplus-module-5 table.a-bordered tr:nth-child(even) td.attribute..aplus-v2 .premium-aplus-module-5 table.a-bordered tr:nth-child(even) td.active-item { background-color: #f6f6f6;}.aplus-v2 .premium-aplus-module-5 table.a-bordered tr:nth-child(even):last-child td.attribute { border-bottom: #f6f6f6 solid 1px;}.aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .comparison-metric-name { outline-style: none;}.aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .aplus-popover-trigger::after { content: “?”; display: inline-block; font-size: 12px; position: relative; bottom: 5px;}.aplus-v2 .premium-aplus-module-5 td.attribute.empty { height: 280px;}.aplus-v2 .premium-aplus-module-5 .header-img { padding-top: 10px;}/* Prevent table borders from overlapping */.aplus-v2 .premium-aplus-module-5 table { border-collapse: separate;}/* Override default AUI .a-bordered table borders */.aplus-v2 .premium-aplus-module-5 table.a-bordered td..aplus-v2 .premium-aplus-module-5 table.a-bordered th..aplus-v2 .premium-aplus-module-5 table.a-bordered { border-width: 0; border-color: #eaeaea; border-style: solid;}.aplus-v2 .premium-aplus-module-5 table.a-bordered td { border-right-width: 1px;}.aplus-v2 .premium-aplus-module-5 table.a-bordered td:last-child { border-right-width: 0;}htmldir=”rtl” .aplus-v2 .premium-aplus-module-5 table.a-bordered td:last-child { border-right-width: 1px;}/* Active column should be surrounded in darker border. */.aplus-v2 .premium-aplus-module-5 table.a-bordered td.active { border-color: #767676; border-right-width: 1px; border-left-width: 1px;}/* Top Active column needs border-top */.aplus-v2 .premium-aplus-module-5 table.a-bordered tr:first-child td.active { border-top-width: 1px;}/* Bottom column column needs border-bottom */.aplus-v2 .premium-aplus-module-5 table.a-bordered tr:last-child td.active { border-bottom-width: 1px;}/* Size the top scroller */.aplus-v2 .premium-aplus-module-5 .scroll-wrapper-top { width: 100%; height: 20px; overflow-x: scroll; overflow-y: visible;}.aplus-v2 .premium-aplus-module-5 .scroll-bar { height: 1px;}/** * Premium modules global styles */.aplus-v2.desktop { max-width: 1464px; min-width: 800px; margin-left: auto; margin-right: auto; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;}/* Undo this for tech-specs because it breaks table layout */.aplus-v2.desktop .premium-aplus .aplus-tech-spec-table { word-break: initial; }.aplus-v2 .premium-aplus..aplus-v2 .premium-aplus .aplus-h1..aplus-v2 .premium-aplus .aplus-h2..aplus-v2 .premium-aplus .aplus-p1..aplus-v2 .premium-aplus .aplus-p2..aplus-v2 .premium-aplus .aplus-p3..aplus-v2 .premium-aplus .aplus-accent1..aplus-v2 .premium-aplus .aplus-accent2{ font-family: Arial. sans-serif; }.aplus-v2 .premium-aplus..aplus-v2 .premium-aplus .aplus-h1..aplus-v2 .premium-aplus .aplus-h2..aplus-v2 .premium-aplus .aplus-p1..aplus-v2 .premium-aplus .aplus-p2..aplus-v2 .premium-aplus .aplus-p3..aplus-v2 .premium-aplus .aplus-accent1..aplus-v2 .premium-aplus .aplus-accent2{ font-family: inherit; }/* type */.aplus-v2 .premium-aplus .aplus-h1 { font-size: 32px; line-height: 1.2em; font-weight: 500; }.aplus-v2 .premium-aplus .aplus-h2 { font-size: 26px; line-height: 1.25em; font-weight: 500; }.aplus-v2 .premium-aplus .aplus-h3 { font-size: 18px; line-height: 1.25em; font-weight: 500; }.aplus-v2 .premium-aplus .aplus-p1 { font-size: 20px; line-height: 1.3em; font-weight: 300; }.aplus-v2 .premium-aplus .aplus-p2 { font-size: 16px; line-height: 1.4em; font-weight: 300; }.aplus-v2 .premium-aplus .aplus-p3 { font-size: 14px; line-height: 1.4em; font-weight: 300; }.aplus-v2 .premium-aplus .aplus-accent1 { font-size: 16px; line-height: 1.4em; font-weight: 600; }.aplus-v2 .premium-aplus .aplus-accent2 { font-size: 14px; line-height: 1.4em; font-weight: 600; }/* spacing */.aplus-v2 .aplus-container-1 { padding: 40px; }.aplus-v2 .aplus-container-1-2 { padding: 40px 80px; }.aplus-v2 .aplus-container-2 { padding: 80px; }.aplus-v2 .aplus-container-3 { padding: 40px 0; }/* Display */.aplus-v2 .premium-aplus .aplus-display-table { display: table; }.aplus-v2 .premium-aplus .aplus-display-table-cell { display: table-cell; }.aplus-v2 .premium-aplus .aplus-display-inline-block { display: inline-block; }/* Aplus display table with min-width 1000px and fill remaining space inside parent */.aplus-v2.desktop .premium-aplus .aplus-display-table-width { min-width: 1000px; width: 100% }/*** Padding and margin for element should be 10. 20. 40. or 80 px. Considering mini 10. small 20. medium 40. large 80.*/.premium-aplus-module-15 { padding: 40px 0; text-align: left;}.aplus-v2 .premium-aplus-module-15 { text-align: inherit;}.aplus-v2 .premium-aplus-module-15 .premium-aplus-15-heading-text { padding-bottom: 20px;}.aplus-v2 .premium-aplus-module-15 p { padding-bottom: 10px;}.aplus-v2 .premium-aplus-module-4 .premium-aplus-two-column { text-align: center;}.aplus-v2 .premium-aplus-module-4 .premium-aplus-two-column { text-align: inherit;}.aplus-v2 .premium-aplus-module-4 .premium-aplus-column { display: inline-block; vertical-align: top; width: 50%;}.aplus-v2 .premium-aplus-module-4 .premium-module-4-heading { padding-bottom: 40px;}.aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n) { padding-left: 40px;}htmldir=”rtl” .aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n) { padding-left: 0px; padding-right: 40px;}.aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n-1) { padding-right: 40px;}htmldir=”rtl” .aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n-1) { padding-right: 0px; padding-left: 40px;}.aplus-v2 .premium-aplus-module-4 .column-heading { padding-top: 20px;}.aplus-v2 .premium-aplus-module-4 .column-description { padding-top: 10px;}/** * Premium-module 8: Hero Video module */.aplus-v2 .premium-aplus-module-8 .premium-aplus-module-8-video { position: relative; width: 100%;}.aplus-v2 .premium-aplus-module-8 .video-placeholder { padding-bottom: 40.984%; /* Video or image required size 1464 : 600 = 40.9836 */}.aplus-v2 .premium-aplus-module-8 .video-container { position: absolute; top: 0; width: 100%; height: 100%;}/*Override the default VSE video player size*/.aplus-v2 .premium-aplus-module-8 .video-js.vjs-fluid { padding: 0;}

Spirit Logo BannerSpirit Logo Banner
{“clickstreamNexusMetricsConfig”:{“actionType”:”DISCOVERY”.”productId”:””.”eventOwner”:”vsemetrics_playercards”.”schemaId”:”clickstream.CustomerEvent.4″.”producerId”:”vsemetrics_playercards”.”eventType”:”IVEVideoView”}.”clientPrefix”:”aplus-8295″.”closedCaptionsConfig”:{“captionsOnTexts”:{“en”:”English (Automated)”}.”captionsOffText”:”Captions off”.”languageToLabelTexts”:{“English”:”English”}}.”sushiMetricsConfig”:{“isRobot”:false.”clientId”:”VSE-US”.”videoAsinList”:””.”weblabIds”:””.”eventSource”:”Player”.”sessionId”:”000-0915244-2018290″.”refMarkers”:”aplus-8295_ref”.”placementContext”:”AplusWidget”.”marketplaceId”:”ATVPDKIKX0DER”.”isInternal”:false.”endpoint”:”https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test”.”requestId”:”B3DF1B5656484067A425″.”customerId”:”0″.”sessionType”:1}.”mimeType”:”video/mp4″.”nexusMetricsConfig”:{“isInternal”:false.”widgetMetricsSchemaId”:”vse.VSECardsEvents.8″.”clientId”:”VSE-US”.”videoAsinList”:””.”weblabIds”:””.”eventSource”:”Player”.”videoAsin”:”hero-video”.”producerId”:”vsemetrics_playercards”.”refMarkers”:”aplus-8295_ref”.”placementContext”:”AplusWidget”.”playerTSMMetricsSchemaId”:”vse.VSECardsPlayerEvents.6″}.”videoHeight”:0.”videoWidth”:0.”videoUrl”:”https://m.media-amazon.com/images/S/aplus-media/sc/2d316cff-0c70-4ac8-9bcb-da0862cb5eec.mp4″.”metricsEmissionMethod”:”sushi”.”awaConfig”:{“useUpNextComponent”:false.”clickstreamNexusMetricsConfig”:{“actionType”:”DISCOVERY”.”productId”:””.”eventOwner”:”vsemetrics_playercards”.”schemaId”:”clickstream.CustomerEvent.4″.”producerId”:”vsemetrics_playercards”.”eventType”:”IVEVideoView”}.”initialVideo”:”hero-video”.”shouldPreload”:true.”enableClickBasedAttribution”:false.”isChromelessPlayer”:false.”closedCaptionsConfig”:{“captionsOnTexts”:{“en”:”English (Automated)”}.”captionsOffText”:”Captions off”.”languageToLabelTexts”:{“English”:”English”}}.”isVideoImmersivePlayer”:false.”metricsEmissionMethod”:”sushi”.”skipInitialFocus”:false.”playerSkin”:”none”.”disabledViewIds”:”replayHint”.”customerId”:”0″.”containerId”:”aplus-8295-player-858aa7af-c054-40df-8229-f8a9a0c1aab1″.”requestMetadata”:{“marketplaceId”:”ATVPDKIKX0DER”.”clientId”:”VSE-US”.”method”:”AplusWidget”.”requestId”:”B3DF1B5656484067A425″.”pageAsin”:””.”sessionId”:”000-0915244-2018290″}.”shouldLoop”:false.”shouldDisableControls”:false.”alwaysSetInitialVideo”:true.”showPlayerCloseButton”:false.”clientPrefix”:””.”useAutoplayFallback”:false.”sushiMetricsConfig”:{“isRobot”:false.”clientId”:”VSE-US”.”videoAsinList”:””.”weblabIds”:””.”eventSource”:”Player”.”sessionId”:”000-0915244-2018290″.”refMarkers”:”aplus-8295_ref”.”placementContext”:”AplusWidget”.”marketplaceId”:”ATVPDKIKX0DER”.”isInternal”:false.”endpoint”:”https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test”.”requestId”:”B3DF1B5656484067A425″.”customerId”:”0″.”sessionType”:1}.”ospLinkCode”:””.”showPosterImage”:true.”languageCode”:”en”.”version”:””.”nexusMetricsConfig”:{“isInternal”:false.”widgetMetricsSchemaId”:”vse.VSECardsEvents.8″.”clientId”:”VSE-US”.”videoAsinList”:””.”weblabIds”:””.”eventSource”:”Player”.”videoAsin”:”hero-video”.”producerId”:”vsemetrics_playercards”.”refMarkers”:”aplus-8295_ref”.”placementContext”:”AplusWidget”.”playerTSMMetricsSchemaId”:”vse.VSECardsPlayerEvents.6″}.”shouldStartMuted”:false.”airyVersion”:”VideoJS”.”languagePreferenceStrings”:{}.”enableInactiveFocus”:true.”isReactFactory”:false.”enableDelphiAttribution”:false.”shouldAutoplay”:false}.”imageUrl”:”https://m.media-amazon.com/images/S/aplus-media/sc/82b5182c-a21e-4386-b7ae-b720a1da2e06.__CR0.65.3292.1349_PT0_SX1464_V1___.png”.”needPlayerFactory”:false.”isMobile”:false}

(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://images-na.ssl-images-amazon.com/images/I/514c+MU6uTL.js?AUIClients/VSEPlayer’); (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://images-na.ssl-images-amazon.com/images/I/21jBMrGpjnL._RC|01x4giTy+uL.js.01r9LpT6pbL.js.41qJlKj3GwL.js.11QfrzttlqL.js.91HaCRcD6GL.js.01ELLYeIOkL.js_.js?AUIClients/Brila’);(function(f) {var _np=(window.P._namespace(“vse-ns-initVSEPlayerOnLoad”));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when(‘VSEPlayer’).execute(function(vsePlayer){vsePlayer.initPlayer(‘aplus-8295-player-ps’);}); //Please use below event to register FeedbackForm P.when(‘A’. ‘VSEComponentAssets’).execute(‘vse-ns-player-initialization’. function(A. asset) { A.trigger(‘vse:ns:player:aplus-8295:init’. ‘aplus-8295-player-ps’); });}));

This resting scarecrow seems to be sleeping. but when someone reaches for the candy in his lap. his head pops up and he makes scary sounds! Perfect for scaring trick-or-treaters or any of your guests on Halloween night. this motion and sound activated animatronic will instantly make your house one of the scariest on the block!

Product Features:

Spirit Halloween Sitting ScarecrowSpirit Halloween Sitting Scarecrow

  • Includes: Scarecrow animatronic. candy bowl. adapter. and instruction manual
  • Animated; Motion/sound activated
  • Compatible with multi-prop remote activator (sold separately)
  • Adapter Type: 6V/2A (included)
  • Battery Type: 4 AA (not included)
Sitting ScarecrowSitting Scarecrow

  • Cord Length: About 6 feet
  • Dimensions: 54″H X 15″L X 17″W. 6 pounds
  • Material: fabric. electronic
  • Imported
  • Note: Recommended for display in covered areas

You May Also Like:

Size:
4.5 Ft 12 in 2.75 in 4.9 Ft 2.8 Ft 7.2 Ft 3.3 Ft
Includes:
Volume control. speaker jack Switch Remote Volume control. speaker jack Volume control. speaker jack Adapter. speaker jack Speaker Jack. adapter
Animated?
Has Sound?
Spirit Halloween Exclusive?

(function(f) {var _np=(window.P._namespace(“PremiumAplusModule”));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when(‘premium-module-5-comparison-table-scroller’. ‘ready’).execute(function(init){ init() });}));