{"id":14519,"date":"2026-05-18T10:33:50","date_gmt":"2026-05-18T08:33:50","guid":{"rendered":"https:\/\/agriris.com\/?page_id=14519"},"modified":"2026-09-22T15:05:38","modified_gmt":"2026-09-22T13:05:38","slug":"casa","status":"publish","type":"page","link":"https:\/\/agriris.com\/it\/","title":{"rendered":"Casa"},"content":{"rendered":"\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"agr-home\">\n<style>\n  .agr-home{\n    --brand:#2D8B5F;\n    --brand-dark:#22713C;\n    --ink:#111111;\n    --text:#000000;\n    --text-soft:rgba(0,0,0,.68);\n    --bg:#FFFFFF;\n    --bg-alt:#F7F7F7;\n    --line:#D1D5DB;\n    --radius:20px;\n    --shadow:0 10px 30px -12px rgba(0,0,0,.18);\n    --shadow-hover:0 16px 36px -12px rgba(45,139,95,.35);\n    --grad-brand:linear-gradient(135deg,#34a06d 0%,var(--brand) 45%,var(--brand-dark) 100%);\n    --grad-dark:linear-gradient(135deg,#171f1a 0%,var(--ink) 55%,#0c110d 100%);\n    font-family:'Lato','Lato Fallback',ui-sans-serif,system-ui,sans-serif;\n    color:var(--text);\n    background:var(--bg);\n    line-height:1.6;\n  }\n  .agr-home *{box-sizing:border-box;}\n  .agr-home img{max-width:100%;display:block;}\n  .agr-home a{color:inherit;text-decoration:none;}\n  .agr-home h1,.agr-home h2,.agr-home h3{margin:0;color:var(--text);font-weight:900;line-height:1.08;}\n  .agr-home p{margin:0;color:var(--text-soft);}\n  .agr-home .wrap{max-width:1200px;margin-inline:auto;padding-inline:24px;}\n\n  \/* Buttons \u2014 modernized: pill shape, brand green, soft shadow, hover lift *\/\n  .agr-home .btn{\n    display:inline-flex;align-items:center;justify-content:center;gap:8px;\n    padding:15px 32px;border-radius:999px;\n    font-size:15px;font-weight:700;letter-spacing:.01em;\n    background:var(--grad-brand);background-size:160% 160%;background-position:0% 50%;\n    color:#fff;border:none;cursor:pointer;\n    box-shadow:0 8px 20px -8px rgba(45,139,95,.55);\n    transition:transform .2s ease, box-shadow .2s ease, background-position .4s ease;\n  }\n  .agr-home .btn:hover{transform:translateY(-2px);background-position:100% 50%;box-shadow:var(--shadow-hover);}\n  .agr-home .btn-outline{background:transparent;color:#fff;border:2px solid #fff;box-shadow:none;padding:13px 30px;}\n  .agr-home .btn-outline:hover{background:rgba(255,255,255,.15);transform:translateY(-2px);}\n  .agr-home .btn-dark{background:var(--grad-dark);background-size:160% 160%;background-position:0% 50%;}\n  .agr-home .btn-dark:hover{background-position:100% 50%;}\n\n  \/* Top trust bar *\/\n  .agr-home .trustbar{background:var(--ink);color:#fff;font-size:13px;letter-spacing:.03em;border-radius:var(--radius);margin-bottom:8px;}\n  .agr-home .trustbar .wrap{display:flex;align-items:center;justify-content:center;gap:36px;padding:10px 24px;flex-wrap:wrap;}\n  .agr-home .trustbar span{display:flex;align-items:center;gap:7px;color:#fff;opacity:.92;}\n  .agr-home .trustbar .dot-star{color:#F4A200;}\n\n  \/* Hero *\/\n  .agr-home .hero{\n    position:relative;border-radius:var(--radius);overflow:hidden;\n    min-height:560px;display:flex;align-items:center;\n  }\n  .agr-home .hero:before{\n    content:'';position:absolute;inset:0;z-index:0;transform-origin:center;\n    background-image:linear-gradient(100deg, rgba(0,0,0,.48) 0%, rgba(0,0,0,.2) 45%, rgba(0,0,0,0) 72%), linear-gradient(0deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,0) 30%), url('https:\/\/agriris.com\/wp-content\/uploads\/2026\/06\/openart-image_RycoZwr0_1782464267671_raw-scaled.avif');\n    background-repeat:no-repeat,no-repeat,no-repeat;\n    background-size:auto,auto,cover;\n    background-position:0 0,0 0,65% 50%;\n  }\n  @media (prefers-reduced-motion:no-preference){\n    .agr-home .hero:before{animation:agrHeroZoom 18s ease-in-out infinite alternate;}\n  }\n  \/* Uniform scale (not background-size) so the photo never stretches out of proportion *\/\n  @keyframes agrHeroZoom{from{transform:scale(1);}to{transform:scale(1.08);}}\n  .agr-home .hero-inner{position:relative;z-index:1;padding:64px;max-width:620px;color:#fff;}\n  .agr-home .hero-inner .eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#CDEAD9;margin-bottom:14px;}\n  .agr-home .hero-inner h1{font-size:clamp(34px,5vw,54px);color:#fff;}\n  .agr-home .hero-inner p.lead{color:rgba(255,255,255,.92);font-size:18px;margin-top:16px;max-width:46ch;}\n  .agr-home .hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px;}\n  .agr-home .hero-stats{display:flex;gap:28px;flex-wrap:wrap;margin-top:40px;padding-top:28px;border-top:1px solid rgba(255,255,255,.3);}\n  .agr-home .hero-stat b{display:block;font-size:20px;color:#fff;}\n  .agr-home .hero-stat span{display:block;font-size:12.5px;color:rgba(255,255,255,.78);margin-top:2px;}\n  @media (prefers-reduced-motion:no-preference){\n    @keyframes agrFadeUp{from{opacity:0;transform:translateY(16px);}to{opacity:1;transform:translateY(0);}}\n    .agr-home .hero-inner .eyebrow{animation:agrFadeUp .7s ease both;}\n    .agr-home .hero-inner h1{animation:agrFadeUp .7s ease .08s both;}\n    .agr-home .hero-inner p.lead{animation:agrFadeUp .7s ease .16s both;}\n    .agr-home .hero-ctas{animation:agrFadeUp .7s ease .24s both;}\n    .agr-home .hero-stats{animation:agrFadeUp .7s ease .32s both;}\n  }\n\n  \/* Section shell *\/\n  .agr-home .section{padding-block:72px;}\n  .agr-home .section-pad{padding:56px;}\n  .agr-home .section-alt{background:linear-gradient(180deg,var(--bg-alt) 0%,#F1F4F2 100%);border-radius:var(--radius);}\n  .agr-home .section-head{max-width:640px;margin-bottom:40px;}\n  .agr-home .eyebrow{display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin-bottom:10px;}\n  .agr-home .section-head h2{font-size:clamp(26px,3.4vw,38px);}\n  .agr-home .section-head p{margin-top:12px;font-size:16px;max-width:56ch;}\n\n  \/* Benefits *\/\n  .agr-home .benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}\n  .agr-home .benefit-card{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:30px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .25s ease, transform .25s ease, border-color .25s ease;}\n  .agr-home .benefit-card:hover{box-shadow:var(--shadow);transform:translateY(-3px);border-color:rgba(45,139,95,.35);}\n  .agr-home .benefit-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,rgba(45,139,95,.18),rgba(45,139,95,.06));display:flex;align-items:center;justify-content:center;transition:transform .3s ease;}\n  .agr-home .benefit-card:hover .benefit-icon{transform:scale(1.1) rotate(-4deg);}\n  .agr-home .benefit-card h3{font-size:18px;}\n  .agr-home .benefit-card p{font-size:14.5px;}\n\n  \/* Scroll reveal (progressive enhancement \u2014 elements only hide once JS opts them in) *\/\n  @media (prefers-reduced-motion:no-preference){\n    .agr-home .agr-reveal-init{opacity:0;transform:translateY(18px);transition:opacity .6s ease, transform .6s ease;}\n    .agr-home .agr-reveal-init.is-visible{opacity:1;transform:translateY(0);}\n    .agr-home .benefits .benefit-card:nth-child(2){transition-delay:.08s;}\n    .agr-home .benefits .benefit-card:nth-child(3){transition-delay:.16s;}\n    .agr-home .tut-grid .tut-card:nth-child(2){transition-delay:.08s;}\n    .agr-home .tut-grid .tut-card:nth-child(3){transition-delay:.16s;}\n    .agr-home .agr-shop ul.products li.product:nth-child(2){transition-delay:.06s;}\n    .agr-home .agr-shop ul.products li.product:nth-child(3){transition-delay:.12s;}\n    .agr-home .agr-shop ul.products li.product:nth-child(4){transition-delay:.18s;}\n    .agr-home .agr-shop ul.products li.product:nth-child(5){transition-delay:.24s;}\n  }\n\n  \/* Video *\/\n  .agr-home .video-shell{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);cursor:pointer;background:#000;aspect-ratio:16\/9;}\n  .agr-home .video-shell:focus-visible{outline:3px solid var(--brand);outline-offset:3px;}\n  .agr-home .video-shell img{width:100%;height:100%;object-fit:cover;opacity:.9;transition:transform .5s ease,opacity .3s ease;}\n  .agr-home .video-shell:hover img{transform:scale(1.04);opacity:1;}\n  .agr-home .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:76px;height:76px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.3);transition:transform .2s ease;}\n  .agr-home .video-shell:hover .play-btn{transform:translate(-50%,-50%) scale(1.08);}\n  .agr-home .play-btn:after{content:'';border-style:solid;border-width:13px 0 13px 21px;border-color:transparent transparent transparent var(--ink);margin-left:5px;}\n\n  \/* ===== WooCommerce shop grid \u2014 <div class=\"woocommerce columns-3 \"><ul class=\"products columns-3\">\n<li class=\"desktop-align-center tablet-align-left mobile-align-left ast-product-gallery-layout-horizontal-slider ast-qv-on-image product type-product post-4761 status-publish first instock product_cat-sprouting product_tag-autosprout-light has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/agriris.com\/it\/product\/autosprout\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"605\" src=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/openart-image_bpOKdvjr_1765873925269_raw.png?resize=605%2C605&amp;ssl=1\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"AutoSprout\u24b9\" srcset=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/openart-image_bpOKdvjr_1765873925269_raw.png?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/openart-image_bpOKdvjr_1765873925269_raw.png?resize=605%2C605&amp;ssl=1 605w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/openart-image_bpOKdvjr_1765873925269_raw.png?resize=100%2C100&amp;ssl=1 100w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" data-attachment-id=\"6412\" data-permalink=\"https:\/\/agriris.com\/it\/?attachment_id=6412\" data-orig-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/openart-image_bpOKdvjr_1765873925269_raw.png?fit=1152%2C896&amp;ssl=1\" data-orig-size=\"1152,896\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"AutoSprout Walnut kitchen counter.\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/openart-image_bpOKdvjr_1765873925269_raw.png?fit=1024%2C796&amp;ssl=1\" \/><h2 class=\"woocommerce-loop-product__title\">AutoSprout\u24b9<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount wcpay-async-price\" data-wcpay-price=\"3192\" data-wcpay-price-type=\"product\"><bdi class=\"wcpay-price-skeleton\"><\/bdi><span class=\"screen-reader-text wcpay-price-placeholder\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#107;&#114;<\/span>3192<\/span><\/span><\/span><\/span>\n<\/a><a href=\"\/it\/wp-json\/wp\/v2\/pages\/14519?add-to-cart=4761\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_4761\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart \" data-product_id=\"4761\" data-product_sku=\"ASABS\" aria-label=\"Aggiungi al carrello: &quot;AutoSprout\u24b9&quot;\" rel=\"nofollow\" data-success_message=\"&quot;AutoSprout\u24b9&quot; \u00e8 stato aggiunto al tuo carrello\">Aggiungi al carrello<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_4761\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<li class=\"desktop-align-center tablet-align-left mobile-align-left ast-product-gallery-layout-horizontal-slider ast-product-single-variable ast-qv-on-image product type-product post-25 status-publish instock product_cat-sprouting product_tag-autosprout-tray product_tag-new-arrivals has-post-thumbnail taxable shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/agriris.com\/it\/product\/autosprout-tray\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"605\" src=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=605%2C605&amp;ssl=1\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"AutoSprout Tray\" srcset=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?w=2000&amp;ssl=1 2000w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=300%2C300&amp;ssl=1 300w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=100%2C100&amp;ssl=1 100w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=600%2C600&amp;ssl=1 600w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=1024%2C1024&amp;ssl=1 1024w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=768%2C768&amp;ssl=1 768w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=1536%2C1536&amp;ssl=1 1536w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=1200%2C1200&amp;ssl=1 1200w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=800%2C800&amp;ssl=1 800w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=400%2C400&amp;ssl=1 400w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=200%2C200&amp;ssl=1 200w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" data-attachment-id=\"78\" data-permalink=\"https:\/\/agriris.com\/it\/?attachment_id=78\" data-orig-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?fit=2000%2C2000&amp;ssl=1\" data-orig-size=\"2000,2000\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"tray with raddish\" data-image-description=\"\" data-image-caption=\"&lt;p&gt;1x Tray for Large Sprouts&lt;\/p&gt;\n\" data-large-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?fit=1024%2C1024&amp;ssl=1\" \/><h2 class=\"woocommerce-loop-product__title\">AutoSprout Tray<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount wcpay-async-price\" data-wcpay-price=\"149\" data-wcpay-price-type=\"product\"><bdi class=\"wcpay-price-skeleton\"><\/bdi><span class=\"screen-reader-text wcpay-price-placeholder\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#107;&#114;<\/span>149<\/span><\/span><\/span><\/span>\n<\/a><a href=\"https:\/\/agriris.com\/it\/product\/autosprout-tray\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_25\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button cfvsw_ajax_add_to_cart \" data-product_id=\"25\" data-product_sku=\"\" aria-label=\"Seleziona le opzioni per &ldquo;AutoSprout Tray&rdquo;\" rel=\"\" data-add_to_cart_text=\"Add to Cart\" data-select_options_text=\"Scegli\">Scegli<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_25\" class=\"screen-reader-text\">\n\t\tQuesto prodotto ha pi\u00f9 varianti. Le opzioni possono essere scelte nella pagina del prodotto\t<\/span>\n<\/li>\n<li class=\"desktop-align-center tablet-align-left mobile-align-left ast-product-gallery-layout-horizontal-slider ast-qv-on-image product type-product post-5806 status-publish last instock product_cat-sprouting product_tag-autosprout-tray has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/agriris.com\/it\/product\/autosprout-mesh\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"605\" src=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/09\/IMG_1004.jpg?resize=605%2C605&amp;ssl=1\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"AutoSprout Broccoli Tray Mesh\" srcset=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/09\/IMG_1004.jpg?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/09\/IMG_1004.jpg?resize=605%2C605&amp;ssl=1 605w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/09\/IMG_1004.jpg?resize=100%2C100&amp;ssl=1 100w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/09\/IMG_1004.jpg?zoom=2&amp;resize=605%2C605&amp;ssl=1 1210w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/09\/IMG_1004.jpg?zoom=3&amp;resize=605%2C605&amp;ssl=1 1815w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" data-attachment-id=\"6105\" data-permalink=\"https:\/\/agriris.com\/it\/?attachment_id=6105\" data-orig-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/09\/IMG_1004.jpg?fit=4032%2C3024&amp;ssl=1\" data-orig-size=\"4032,3024\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"IMG_1004\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/09\/IMG_1004.jpg?fit=1024%2C768&amp;ssl=1\" \/><h2 class=\"woocommerce-loop-product__title\">AutoSprout Broccoli Tray Mesh<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount wcpay-async-price\" data-wcpay-price=\"69\" data-wcpay-price-type=\"product\"><bdi class=\"wcpay-price-skeleton\"><\/bdi><span class=\"screen-reader-text wcpay-price-placeholder\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#107;&#114;<\/span>69<\/span><\/span><\/span><\/span>\n<\/a><a href=\"\/it\/wp-json\/wp\/v2\/pages\/14519?add-to-cart=5806\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_5806\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart \" data-product_id=\"5806\" data-product_sku=\"AS-MESH\" aria-label=\"Aggiungi al carrello: &quot;AutoSprout Broccoli Tray Mesh&quot;\" rel=\"nofollow\" data-success_message=\"&quot;AutoSprout Broccoli Tray Mesh&quot; \u00e8 stato aggiunto al tuo carrello\">Aggiungi al carrello<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_5806\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<li class=\"desktop-align-center tablet-align-left mobile-align-left ast-product-gallery-layout-horizontal-slider ast-qv-on-image product type-product post-24 status-publish first outofstock product_cat-sprouting product_tag-autosprout has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/agriris.com\/it\/product\/autosprout-premium\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"605\" src=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?resize=605%2C605&amp;ssl=1\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"AutoSprout Premium\" srcset=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?w=1128&amp;ssl=1 1128w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?resize=300%2C300&amp;ssl=1 300w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?resize=1024%2C1024&amp;ssl=1 1024w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?resize=768%2C768&amp;ssl=1 768w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?resize=600%2C600&amp;ssl=1 600w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?resize=100%2C100&amp;ssl=1 100w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" data-attachment-id=\"4885\" data-permalink=\"https:\/\/agriris.com\/it\/?attachment_id=4885\" data-orig-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?fit=1128%2C1128&amp;ssl=1\" data-orig-size=\"1128,1128\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}\" data-image-title=\"AutoSprout Premium\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?fit=1024%2C1024&amp;ssl=1\" \/><h2 class=\"woocommerce-loop-product__title\">AutoSprout Premium<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount wcpay-async-price\" data-wcpay-price=\"7990\" data-wcpay-price-type=\"product\"><bdi class=\"wcpay-price-skeleton\"><\/bdi><span class=\"screen-reader-text wcpay-price-placeholder\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#107;&#114;<\/span>7990<\/span><\/span><\/span><\/span>\n<\/a><a href=\"https:\/\/agriris.com\/it\/product\/autosprout-premium\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_24\" data-quantity=\"1\" class=\"button product_type_simple \" data-product_id=\"24\" data-product_sku=\"\" aria-label=\"Leggi di pi\u00f9 su &quot;AutoSprout Premium&quot;\" rel=\"\" data-success_message=\"\">Leggi tutto<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_24\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<li class=\"desktop-align-center tablet-align-left mobile-align-left ast-product-gallery-layout-horizontal-slider ast-qv-on-image product type-product post-4723 status-publish instock product_cat-sprouting product_tag-autosprout-tray has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/agriris.com\/it\/product\/the-power-of-sprouts-a-3-step-guide-to-grow-and-eat-them-everyday\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"605\" src=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/Beige-New-Product-Mockup-Now-Available-Facebook-Post-1.png?resize=605%2C605&amp;ssl=1\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"The Power of Sprouts (ebook)\" srcset=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/Beige-New-Product-Mockup-Now-Available-Facebook-Post-1.png?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/Beige-New-Product-Mockup-Now-Available-Facebook-Post-1.png?resize=605%2C605&amp;ssl=1 605w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/Beige-New-Product-Mockup-Now-Available-Facebook-Post-1.png?resize=100%2C100&amp;ssl=1 100w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" data-attachment-id=\"4738\" data-permalink=\"https:\/\/agriris.com\/it\/?attachment_id=4738\" data-orig-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/Beige-New-Product-Mockup-Now-Available-Facebook-Post-1.png?fit=940%2C788&amp;ssl=1\" data-orig-size=\"940,788\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"Power of Sprouts\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/Beige-New-Product-Mockup-Now-Available-Facebook-Post-1.png?fit=940%2C788&amp;ssl=1\" \/><h2 class=\"woocommerce-loop-product__title\">The Power of Sprouts (ebook)<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount wcpay-async-price\" data-wcpay-price=\"149\" data-wcpay-price-type=\"product\"><bdi class=\"wcpay-price-skeleton\"><\/bdi><span class=\"screen-reader-text wcpay-price-placeholder\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#107;&#114;<\/span>149<\/span><\/span><\/span><\/span>\n<\/a><a href=\"\/it\/wp-json\/wp\/v2\/pages\/14519?add-to-cart=4723\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_4723\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart \" data-product_id=\"4723\" data-product_sku=\"\" aria-label=\"Aggiungi al carrello: &quot;The Power of Sprouts (ebook)&quot;\" rel=\"nofollow\" data-success_message=\"&quot;The Power of Sprouts (ebook)&quot; \u00e8 stato aggiunto al tuo carrello\">Aggiungi al carrello<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_4723\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<\/ul>\n<\/div> shortcode, restyled ===== *\/\n  \/* Renders live WooCommerce data: image, title, price, availability and the correct\n     add-to-cart \/ select-options \/ read-more button per product type. Nothing here is hardcoded. *\/\n  .agr-home .agr-shop ul.products{\n    display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:22px;\n    list-style:none !important;margin:0 !important;padding:0 !important;\n  }\n  .agr-home .agr-shop ul.products li.product{\n    width:100% !important;float:none !important;margin:0 !important;clear:none !important;\n    background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);\n    overflow:hidden;position:relative;\n    display:flex !important;flex-direction:column;\n    transition:box-shadow .25s ease, transform .25s ease;\n  }\n  .agr-home .agr-shop ul.products li.product:hover{box-shadow:var(--shadow);transform:translateY(-3px);}\n  \/* Astra wraps the loop card as .astra-shop-thumbnail-wrap + .astra-shop-summary-wrap\n     (NOT a single link around everything) \u2014 style each half explicitly. *\/\n  .agr-home .agr-shop ul.products li.product .astra-shop-thumbnail-wrap{position:relative;display:block;overflow:hidden;}\n  .agr-home .agr-shop ul.products li.product .astra-shop-thumbnail-wrap .ast-on-card-button,\n  .agr-home .agr-shop ul.products li.product .astra-shop-thumbnail-wrap .ast-quick-view-trigger{display:none !important;}\n  .agr-home .agr-shop ul.products li.product img{\n    width:100% !important;height:auto;aspect-ratio:1\/1;object-fit:cover;display:block;\n    border-radius:0 !important;margin:0 !important;transition:transform .4s ease;\n  }\n  .agr-home .agr-shop ul.products li.product:hover img{transform:scale(1.05);}\n  .agr-home .agr-shop ul.products li.product .astra-shop-summary-wrap{\n    flex:1;display:flex;flex-direction:column;padding:0;\n  }\n  .agr-home .agr-shop ul.products li.product .ast-woo-product-category{display:none !important;}\n  .agr-home .agr-shop ul.products li.product a.ast-loop-product__link{text-decoration:none;}\n  .agr-home .agr-shop ul.products li.product .ast-shop-product-out-of-stock{\n    position:absolute !important;top:14px !important;right:14px !important;left:auto !important;bottom:auto !important;\n    width:auto !important;height:auto !important;inset:auto 14px auto auto !important;\n    background:linear-gradient(135deg,#7b8794,#5b6472);color:#fff !important;\n    font-size:11px;font-weight:700;padding:5px 10px;border-radius:999px;z-index:2;\n    text-decoration:none !important;display:inline-block !important;line-height:1.2;\n  }\n  .agr-home .agr-shop ul.products li.product h2.woocommerce-loop-product__title{\n    font-size:17px;font-weight:700;line-height:1.3;margin:16px 20px 4px;color:var(--text);\n  }\n  .agr-home .agr-shop ul.products li.product .price{\n    font-size:18px;font-weight:900;color:var(--ink);margin:0 20px 16px;display:block;\n  }\n  .agr-home .agr-shop ul.products li.product .price del{opacity:.5;font-weight:400;font-size:14px;margin-right:6px;}\n  .agr-home .agr-shop ul.products li.product .price ins{text-decoration:none;}\n  .agr-home .agr-shop ul.products li.product .cfvsw_variations_form{display:none !important;}\n  .agr-home .agr-shop ul.products li.product a.button{\n    margin:auto 20px 20px;padding:13px 20px;border-radius:999px;\n    background:var(--grad-brand);background-size:160% 160%;background-position:0% 50%;\n    color:#fff !important;font-weight:700;font-size:14px;\n    text-align:center;border:none;box-shadow:0 8px 20px -8px rgba(45,139,95,.55);\n    transition:transform .2s ease, box-shadow .2s ease, background-position .4s ease;\n    display:block;text-decoration:none !important;\n  }\n  .agr-home .agr-shop ul.products li.product a.button:hover{transform:translateY(-2px);background-position:100% 50%;}\n  .agr-home .agr-shop ul.products li.product a.added_to_cart{display:block;margin:0 20px 16px;font-size:13px;font-weight:700;color:var(--brand);text-align:center;}\n  .agr-home .agr-shop ul.products li.product mark.onsale{\n    position:absolute;top:14px;left:14px;background:linear-gradient(135deg,#c07750,#B1633F);color:#fff;\n    font-size:11px;font-weight:700;padding:5px 10px;border-radius:999px;margin:0;z-index:2;\n  }\n  \/* Flagship product (AutoSprout, id 4761) \u2014 same grid\/card layout as every other product, just highlighted *\/\n  .agr-home .agr-shop ul.products li.product.post-4761{\n    border:1.5px solid var(--brand);background:linear-gradient(160deg,rgba(45,139,95,.09) 0%,rgba(45,139,95,.02) 100%);\n    box-shadow:0 10px 26px -14px rgba(45,139,95,.5);\n  }\n  .agr-home .agr-shop ul.products li.product.post-4761:hover{box-shadow:0 14px 32px -12px rgba(45,139,95,.55);}\n  .agr-home .agr-shop ul.products li.product.post-4761:after{\n    content:\"Bestselger\";position:absolute;top:14px;left:14px;background:var(--grad-brand);color:#fff;\n    font-size:11.5px;font-weight:700;letter-spacing:.03em;padding:6px 12px;border-radius:999px;z-index:2;\n  }\n\n  \/* Reviews *\/\n  .agr-home .rv-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:28px;}\n  .agr-home .rv-score{display:flex;align-items:baseline;gap:12px;}\n  .agr-home .rv-score-num{font-size:46px;font-weight:900;color:var(--brand);line-height:1;}\n  .agr-home .rv-score-meta .stars{color:#F4A200;font-size:18px;letter-spacing:2px;}\n  .agr-home .rv-score-meta .count{font-size:13.5px;color:var(--text-soft);margin-top:2px;}\n  .agr-home .rv-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px;scrollbar-width:none;}\n  .agr-home .rv-track::-webkit-scrollbar{display:none;}\n  .agr-home .rv-card{flex:0 0 320px;background:var(--bg-alt);border-radius:var(--radius);padding:26px;scroll-snap-align:start;display:flex;flex-direction:column;gap:14px;transition:box-shadow .25s ease, transform .25s ease;}\n  .agr-home .rv-card:hover{box-shadow:var(--shadow);transform:translateY(-3px);}\n  .agr-home .rv-card.featured{background:linear-gradient(160deg,rgba(45,139,95,.12),rgba(45,139,95,.04));border:1.5px solid var(--brand);}\n  .agr-home .rv-card .stars{color:#F4A200;font-size:15px;letter-spacing:1px;}\n  .agr-home .rv-card .quote{font-size:15.5px;color:var(--text);flex:1;}\n  .agr-home .rv-card .quote em{font-style:normal;color:var(--brand-dark);font-weight:700;}\n  .agr-home .rv-author{display:flex;align-items:center;gap:10px;margin-top:auto;}\n  .agr-home .rv-avatar{width:36px;height:36px;border-radius:50%;background:var(--brand);color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;flex:none;}\n  .agr-home .rv-name{font-size:14.5px;font-weight:700;}\n  .agr-home .rv-source{font-size:12.5px;color:var(--text-soft);}\n\n  \/* Tutorials *\/\n  .agr-home .tut-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}\n  .agr-home .tut-card{border-radius:var(--radius);overflow:hidden;background:var(--bg);border:1px solid var(--line);transition:box-shadow .25s ease, transform .25s ease;}\n  .agr-home .tut-card:hover{box-shadow:var(--shadow);transform:translateY(-3px);}\n  .agr-home .tut-thumb{position:relative;aspect-ratio:16\/9;overflow:hidden;}\n  .agr-home .tut-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}\n  .agr-home .tut-card:hover .tut-thumb img{transform:scale(1.05);}\n  .agr-home .tut-thumb .play-btn{width:52px;height:52px;}\n  .agr-home .tut-thumb .play-btn:after{border-width:9px 0 9px 15px;margin-left:3px;}\n  .agr-home .tut-body{padding:18px 20px;}\n  .agr-home .tut-body h3{font-size:15.5px;font-weight:700;}\n  .agr-home .tut-body p{font-size:13.5px;margin-top:4px;}\n\n  \/* FAQ *\/\n  .agr-home .faq-list{display:flex;flex-direction:column;gap:10px;}\n  .agr-home .faq-item{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:6px 24px;transition:border-color .2s ease, box-shadow .2s ease;}\n  .agr-home .faq-item:hover{border-color:rgba(45,139,95,.4);}\n  .agr-home .faq-item[open]{box-shadow:var(--shadow);border-color:rgba(45,139,95,.35);}\n  .agr-home .faq-item summary{\n    list-style:none;cursor:pointer;padding:16px 0;font-weight:700;font-size:15.5px;\n    display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--text);\n  }\n  .agr-home .faq-item summary::-webkit-details-marker{display:none;}\n  .agr-home .faq-icon{flex:none;font-size:20px;font-weight:400;color:var(--brand);transition:transform .2s ease;}\n  .agr-home .faq-item[open] .faq-icon{transform:rotate(45deg);}\n  .agr-home .faq-item p{padding-bottom:18px;font-size:14.5px;}\n\n  \/* About *\/\n  .agr-home .about{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}\n  .agr-home .about-media{border-radius:var(--radius);overflow:hidden;aspect-ratio:4\/3;}\n  .agr-home .about-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}\n  .agr-home .about-media:hover img{transform:scale(1.04);}\n  .agr-home .about-copy p{font-size:17px;margin-top:16px;}\n  .agr-home .about-copy .btn{margin-top:26px;}\n\n  \/* CTA band *\/\n  .agr-home .cta-band{\n    position:relative;overflow:hidden;background:var(--grad-dark);color:#fff;border-radius:var(--radius);\n    padding:56px;display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;\n  }\n  .agr-home .cta-band:before{\n    content:'';position:absolute;inset:0;pointer-events:none;\n    background:radial-gradient(520px 260px at 88% 20%,rgba(45,139,95,.35),transparent 70%);\n  }\n  .agr-home .cta-band>*{position:relative;}\n  .agr-home .cta-band h2{color:#fff;font-size:clamp(24px,3vw,32px);max-width:520px;}\n  .agr-home .cta-band p{color:rgba(255,255,255,.75);margin-top:10px;max-width:480px;}\n\n  @media (max-width:900px){\n    .agr-home .hero-inner{padding:36px 28px;}\n    .agr-home .benefits{grid-template-columns:1fr;}\n    .agr-home .tut-grid{grid-template-columns:1fr;}\n    .agr-home .about{grid-template-columns:1fr;}\n    .agr-home .agr-shop ul.products{grid-template-columns:repeat(2,1fr) !important;}\n    .agr-home .agr-shop ul.products li.product.post-4761{grid-column:span 2;}\n  }\n  @media (max-width:640px){\n    .agr-home .agr-shop ul.products{grid-template-columns:1fr !important;}\n    .agr-home .agr-shop ul.products li.product.post-4761{grid-column:span 1;}\n  }\n  @media (max-width:560px){\n    .agr-home .cta-band{flex-direction:column;align-items:flex-start;}\n  }\n\n  \/* ===== Mobile padding pass \u2014 tighten the generous desktop spacing on small screens ===== *\/\n  @media (max-width:640px){\n    .agr-home .wrap{padding-inline:16px;}\n    .agr-home .trustbar .wrap{gap:16px 22px;padding:10px 16px;font-size:12px;}\n    .agr-home .hero{min-height:480px;}\n    .agr-home .hero-inner{padding:26px 20px;}\n    .agr-home .hero-stats{gap:20px;margin-top:28px;padding-top:20px;}\n    .agr-home .section{padding-block:44px;}\n    .agr-home .section-pad{padding:24px 18px;}\n    .agr-home .section-head{margin-bottom:26px;}\n    .agr-home .benefit-card{padding:20px;}\n    .agr-home .agr-shop ul.products{gap:14px;}\n    .agr-home .agr-shop ul.products li.product h2.woocommerce-loop-product__title{margin:14px 16px 4px;font-size:15.5px;}\n    .agr-home .agr-shop ul.products li.product .price{margin:0 16px 14px;font-size:16.5px;}\n    .agr-home .agr-shop ul.products li.product a.button{margin:auto 16px 16px;padding:12px 18px;}\n    .agr-home .rv-card{flex-basis:84%;padding:20px;}\n    .agr-home .rv-score-num{font-size:38px;}\n    .agr-home .tut-body{padding:14px 16px;}\n    .agr-home .faq-item{padding:4px 18px;}\n    .agr-home .faq-item summary{padding:14px 0;font-size:14.5px;}\n    .agr-home .about{gap:28px;}\n    .agr-home .cta-band{padding:28px 22px;}\n  }\n<\/style>\n\n<div class=\"wrap\">\n\n  <!-- HERO -->\n  <section class=\"hero\">\n    <div class=\"hero-inner\">\n      <span class=\"eyebrow\">Automatic sprouting, at home<\/span>\n      <h1>Meet AutoSprout<\/h1>\n      <p class=\"lead\">Grow sprouts automatically in 2&ndash;6 days. Fill it with water, set it down, and let AutoSprout handle watering, airflow and light &mdash; no daily rinsing, ever.<\/p>\n      <div class=\"hero-ctas\">\n        <a href=\"https:\/\/agriris.com\/product\/autosprout\/\" class=\"btn\">Learn more<\/a>\n        <a href=\"#agr-reviews\" class=\"btn btn-outline\">See what growers say<\/a>\n      <\/div>\n      <div class=\"hero-stats\">\n        <div class=\"hero-stat\"><b>2&ndash;6 days<\/b><span>seed to sprout<\/span><\/div>\n        <div class=\"hero-stat\"><b>500g<\/b><span>fresh sprouts per batch<\/span><\/div>\n        <div class=\"hero-stat\"><b>3 years<\/b><span>warranty<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- BENEFITS -->\n  <section class=\"section\">\n    <div class=\"section-head\">\n      <span class=\"eyebrow\">Why AutoSprout<\/span>\n      <h2>Fresh sprouts, without the daily work.<\/h2>\n      <p>Everything that makes sprouting a chore &mdash; rinsing, timing, guessing &mdash; is handled automatically, so you get restaurant-quality sprouts on a schedule you never have to think about.<\/p>\n    <\/div>\n    <div class=\"benefits\">\n      <div class=\"benefit-card\">\n        <div class=\"benefit-icon\">\n          <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12 3c3 4 6 7 6 11a6 6 0 1 1-12 0c0-4 3-7 6-11Z\" stroke=\"#2D8B5F\" stroke-width=\"1.8\"\/><\/svg>\n        <\/div>\n        <h3>Zero daily rinsing<\/h3>\n        <p>AutoSprout waters, drains and aerates on its own &mdash; just fill the tank and walk away.<\/p>\n      <\/div>\n      <div class=\"benefit-card\">\n        <div class=\"benefit-icon\">\n          <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12 2v4M12 18v4M4.9 4.9l2.8 2.8M16.3 16.3l2.8 2.8M2 12h4M18 12h4M4.9 19.1l2.8-2.8M16.3 7.7l2.8-2.8\" stroke=\"#2D8B5F\" stroke-width=\"1.8\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <h3>Ready in 2&ndash;6 days<\/h3>\n        <p>Up to 500g of fresh sprouts per cycle, timed automatically depending on the variety.<\/p>\n      <\/div>\n      <div class=\"benefit-card\">\n        <div class=\"benefit-icon\">\n          <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12 2l7 3v6c0 5-3.4 8.4-7 11-3.6-2.6-7-6-7-11V5l7-3Z\" stroke=\"#2D8B5F\" stroke-width=\"1.8\"\/><\/svg>\n        <\/div>\n        <h3>Built to last<\/h3>\n        <p>Stainless steel construction backed by a 3-year warranty and real human support.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- VIDEO -->\n  <section class=\"section\">\n    <div class=\"section-head\">\n      <span class=\"eyebrow\">Watch<\/span>\n      <h2>See AutoSprout in action<\/h2>\n    <\/div>\n    <div class=\"video-shell\" id=\"agr-video-shell\" role=\"button\" tabindex=\"0\" aria-label=\"Play video: See AutoSprout in action\">\n      <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/openart-image_7Vbnvaam_1772549945050_raw.png?w=1200&#038;ssl=1\" alt=\"AutoSprout video cover\" loading=\"lazy\">\n      <span class=\"play-btn\"><\/span>\n    <\/div>\n    <script>\n    (function(){\n      var shell = document.getElementById('agr-video-shell');\n      if(!shell) return;\n      function playVideo(){\n        var iframe = document.createElement('iframe');\n        iframe.src = 'https:\/\/www.youtube-nocookie.com\/embed\/00gP9xcCmaU?autoplay=1&rel=0';\n        iframe.title = 'AutoSprout video player';\n        iframe.setAttribute('frameborder','0');\n        iframe.allow = 'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share';\n        iframe.allowFullscreen = true;\n        iframe.style.cssText = 'position:absolute;inset:0;width:100%;height:100%;border:0;';\n        shell.innerHTML = '';\n        shell.appendChild(iframe);\n        shell.style.cursor = 'default';\n      }\n      shell.addEventListener('click', playVideo);\n      shell.addEventListener('keydown', function(e){\n        if(e.key === 'Enter' || e.key === ' '){ e.preventDefault(); playVideo(); }\n      });\n    })();\n    <\/script>\n  <\/section>\n\n  <!-- PRODUCTS \u2014 dynamic via WooCommerce shortcode -->\n  <section class=\"section section-alt agr-shop\">\n    <div class=\"section-pad\">\n      <div class=\"section-head\" style=\"margin-bottom:36px;\">\n        <span class=\"eyebrow\">Shop<\/span>\n        <h2>Our Products<\/h2>\n      <\/div>\n      <div class=\"woocommerce columns-3 \"><ul class=\"products columns-3\">\n<li class=\"desktop-align-center tablet-align-left mobile-align-left ast-product-gallery-layout-horizontal-slider ast-qv-on-image product type-product post-4761 status-publish first instock product_cat-sprouting product_tag-autosprout-light has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/agriris.com\/it\/product\/autosprout\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"605\" src=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/openart-image_bpOKdvjr_1765873925269_raw.png?resize=605%2C605&amp;ssl=1\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"AutoSprout\u24b9\" srcset=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/openart-image_bpOKdvjr_1765873925269_raw.png?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/openart-image_bpOKdvjr_1765873925269_raw.png?resize=605%2C605&amp;ssl=1 605w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/openart-image_bpOKdvjr_1765873925269_raw.png?resize=100%2C100&amp;ssl=1 100w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" data-attachment-id=\"6412\" data-permalink=\"https:\/\/agriris.com\/it\/?attachment_id=6412\" data-orig-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/openart-image_bpOKdvjr_1765873925269_raw.png?fit=1152%2C896&amp;ssl=1\" data-orig-size=\"1152,896\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"AutoSprout Walnut kitchen counter.\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/openart-image_bpOKdvjr_1765873925269_raw.png?fit=1024%2C796&amp;ssl=1\" \/><h2 class=\"woocommerce-loop-product__title\">AutoSprout\u24b9<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount wcpay-async-price\" data-wcpay-price=\"3192\" data-wcpay-price-type=\"product\"><bdi class=\"wcpay-price-skeleton\"><\/bdi><span class=\"screen-reader-text wcpay-price-placeholder\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#107;&#114;<\/span>3192<\/span><\/span><\/span><\/span>\n<\/a><a href=\"\/it\/wp-json\/wp\/v2\/pages\/14519?add-to-cart=4761\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_4761\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart \" data-product_id=\"4761\" data-product_sku=\"ASABS\" aria-label=\"Aggiungi al carrello: &quot;AutoSprout\u24b9&quot;\" rel=\"nofollow\" data-success_message=\"&quot;AutoSprout\u24b9&quot; \u00e8 stato aggiunto al tuo carrello\">Aggiungi al carrello<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_4761\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<li class=\"desktop-align-center tablet-align-left mobile-align-left ast-product-gallery-layout-horizontal-slider ast-product-single-variable ast-qv-on-image product type-product post-25 status-publish instock product_cat-sprouting product_tag-autosprout-tray product_tag-new-arrivals has-post-thumbnail taxable shipping-taxable purchasable product-type-variable\">\n\t<a href=\"https:\/\/agriris.com\/it\/product\/autosprout-tray\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"605\" src=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=605%2C605&amp;ssl=1\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"AutoSprout Tray\" srcset=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?w=2000&amp;ssl=1 2000w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=300%2C300&amp;ssl=1 300w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=100%2C100&amp;ssl=1 100w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=600%2C600&amp;ssl=1 600w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=1024%2C1024&amp;ssl=1 1024w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=768%2C768&amp;ssl=1 768w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=1536%2C1536&amp;ssl=1 1536w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=1200%2C1200&amp;ssl=1 1200w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=800%2C800&amp;ssl=1 800w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=400%2C400&amp;ssl=1 400w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?resize=200%2C200&amp;ssl=1 200w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" data-attachment-id=\"78\" data-permalink=\"https:\/\/agriris.com\/it\/?attachment_id=78\" data-orig-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?fit=2000%2C2000&amp;ssl=1\" data-orig-size=\"2000,2000\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"tray with raddish\" data-image-description=\"\" data-image-caption=\"&lt;p&gt;1x Tray for Large Sprouts&lt;\/p&gt;\n\" data-large-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/tray-with-raddish.png?fit=1024%2C1024&amp;ssl=1\" \/><h2 class=\"woocommerce-loop-product__title\">AutoSprout Tray<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount wcpay-async-price\" data-wcpay-price=\"149\" data-wcpay-price-type=\"product\"><bdi class=\"wcpay-price-skeleton\"><\/bdi><span class=\"screen-reader-text wcpay-price-placeholder\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#107;&#114;<\/span>149<\/span><\/span><\/span><\/span>\n<\/a><a href=\"https:\/\/agriris.com\/it\/product\/autosprout-tray\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_25\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button cfvsw_ajax_add_to_cart \" data-product_id=\"25\" data-product_sku=\"\" aria-label=\"Seleziona le opzioni per &ldquo;AutoSprout Tray&rdquo;\" rel=\"\" data-add_to_cart_text=\"Add to Cart\" data-select_options_text=\"Scegli\">Scegli<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_25\" class=\"screen-reader-text\">\n\t\tQuesto prodotto ha pi\u00f9 varianti. Le opzioni possono essere scelte nella pagina del prodotto\t<\/span>\n<\/li>\n<li class=\"desktop-align-center tablet-align-left mobile-align-left ast-product-gallery-layout-horizontal-slider ast-qv-on-image product type-product post-5806 status-publish last instock product_cat-sprouting product_tag-autosprout-tray has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/agriris.com\/it\/product\/autosprout-mesh\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"605\" src=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/09\/IMG_1004.jpg?resize=605%2C605&amp;ssl=1\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"AutoSprout Broccoli Tray Mesh\" srcset=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/09\/IMG_1004.jpg?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/09\/IMG_1004.jpg?resize=605%2C605&amp;ssl=1 605w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/09\/IMG_1004.jpg?resize=100%2C100&amp;ssl=1 100w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/09\/IMG_1004.jpg?zoom=2&amp;resize=605%2C605&amp;ssl=1 1210w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/09\/IMG_1004.jpg?zoom=3&amp;resize=605%2C605&amp;ssl=1 1815w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" data-attachment-id=\"6105\" data-permalink=\"https:\/\/agriris.com\/it\/?attachment_id=6105\" data-orig-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/09\/IMG_1004.jpg?fit=4032%2C3024&amp;ssl=1\" data-orig-size=\"4032,3024\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"IMG_1004\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/09\/IMG_1004.jpg?fit=1024%2C768&amp;ssl=1\" \/><h2 class=\"woocommerce-loop-product__title\">AutoSprout Broccoli Tray Mesh<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount wcpay-async-price\" data-wcpay-price=\"69\" data-wcpay-price-type=\"product\"><bdi class=\"wcpay-price-skeleton\"><\/bdi><span class=\"screen-reader-text wcpay-price-placeholder\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#107;&#114;<\/span>69<\/span><\/span><\/span><\/span>\n<\/a><a href=\"\/it\/wp-json\/wp\/v2\/pages\/14519?add-to-cart=5806\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_5806\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart \" data-product_id=\"5806\" data-product_sku=\"AS-MESH\" aria-label=\"Aggiungi al carrello: &quot;AutoSprout Broccoli Tray Mesh&quot;\" rel=\"nofollow\" data-success_message=\"&quot;AutoSprout Broccoli Tray Mesh&quot; \u00e8 stato aggiunto al tuo carrello\">Aggiungi al carrello<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_5806\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<li class=\"desktop-align-center tablet-align-left mobile-align-left ast-product-gallery-layout-horizontal-slider ast-qv-on-image product type-product post-24 status-publish first outofstock product_cat-sprouting product_tag-autosprout has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/agriris.com\/it\/product\/autosprout-premium\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"605\" src=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?resize=605%2C605&amp;ssl=1\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"AutoSprout Premium\" srcset=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?w=1128&amp;ssl=1 1128w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?resize=300%2C300&amp;ssl=1 300w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?resize=1024%2C1024&amp;ssl=1 1024w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?resize=768%2C768&amp;ssl=1 768w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?resize=600%2C600&amp;ssl=1 600w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?resize=100%2C100&amp;ssl=1 100w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" data-attachment-id=\"4885\" data-permalink=\"https:\/\/agriris.com\/it\/?attachment_id=4885\" data-orig-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?fit=1128%2C1128&amp;ssl=1\" data-orig-size=\"1128,1128\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}\" data-image-title=\"AutoSprout Premium\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2023\/10\/AutoSprout-Premium.jpg?fit=1024%2C1024&amp;ssl=1\" \/><h2 class=\"woocommerce-loop-product__title\">AutoSprout Premium<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount wcpay-async-price\" data-wcpay-price=\"7990\" data-wcpay-price-type=\"product\"><bdi class=\"wcpay-price-skeleton\"><\/bdi><span class=\"screen-reader-text wcpay-price-placeholder\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#107;&#114;<\/span>7990<\/span><\/span><\/span><\/span>\n<\/a><a href=\"https:\/\/agriris.com\/it\/product\/autosprout-premium\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_24\" data-quantity=\"1\" class=\"button product_type_simple \" data-product_id=\"24\" data-product_sku=\"\" aria-label=\"Leggi di pi\u00f9 su &quot;AutoSprout Premium&quot;\" rel=\"\" data-success_message=\"\">Leggi tutto<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_24\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<li class=\"desktop-align-center tablet-align-left mobile-align-left ast-product-gallery-layout-horizontal-slider ast-qv-on-image product type-product post-4723 status-publish instock product_cat-sprouting product_tag-autosprout-tray has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\">\n\t<a href=\"https:\/\/agriris.com\/it\/product\/the-power-of-sprouts-a-3-step-guide-to-grow-and-eat-them-everyday\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"605\" src=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/Beige-New-Product-Mockup-Now-Available-Facebook-Post-1.png?resize=605%2C605&amp;ssl=1\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"The Power of Sprouts (ebook)\" srcset=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/Beige-New-Product-Mockup-Now-Available-Facebook-Post-1.png?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/Beige-New-Product-Mockup-Now-Available-Facebook-Post-1.png?resize=605%2C605&amp;ssl=1 605w, https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/Beige-New-Product-Mockup-Now-Available-Facebook-Post-1.png?resize=100%2C100&amp;ssl=1 100w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" data-attachment-id=\"4738\" data-permalink=\"https:\/\/agriris.com\/it\/?attachment_id=4738\" data-orig-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/Beige-New-Product-Mockup-Now-Available-Facebook-Post-1.png?fit=940%2C788&amp;ssl=1\" data-orig-size=\"940,788\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"Power of Sprouts\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2025\/01\/Beige-New-Product-Mockup-Now-Available-Facebook-Post-1.png?fit=940%2C788&amp;ssl=1\" \/><h2 class=\"woocommerce-loop-product__title\">The Power of Sprouts (ebook)<\/h2>\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount wcpay-async-price\" data-wcpay-price=\"149\" data-wcpay-price-type=\"product\"><bdi class=\"wcpay-price-skeleton\"><\/bdi><span class=\"screen-reader-text wcpay-price-placeholder\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#107;&#114;<\/span>149<\/span><\/span><\/span><\/span>\n<\/a><a href=\"\/it\/wp-json\/wp\/v2\/pages\/14519?add-to-cart=4723\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_4723\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart \" data-product_id=\"4723\" data-product_sku=\"\" aria-label=\"Aggiungi al carrello: &quot;The Power of Sprouts (ebook)&quot;\" rel=\"nofollow\" data-success_message=\"&quot;The Power of Sprouts (ebook)&quot; \u00e8 stato aggiunto al tuo carrello\">Aggiungi al carrello<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_4723\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/li>\n<\/ul>\n<\/div>\n    <\/div>\n  <\/section>\n\n  <!-- REVIEWS -->\n  <section class=\"section\" id=\"agr-reviews\">\n    <div class=\"section-head\" style=\"margin-bottom:28px;\">\n      <span class=\"eyebrow\">From our customers<\/span>\n      <h2>Set it and forget it &mdash; that&rsquo;s the point.<\/h2>\n    <\/div>\n    <div class=\"rv-header\">\n      <div class=\"rv-score\">\n        <div class=\"rv-score-num\">5.0<\/div>\n        <div class=\"rv-score-meta\">\n          <div class=\"stars\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n          <div class=\"count\">Verified Google Reviews<\/div>\n        <\/div>\n      <\/div>\n      <a class=\"btn btn-dark\" style=\"padding:12px 24px;box-shadow:none;\" href=\"https:\/\/www.google.com\/search?q=Agriris+Reviews\" target=\"_blank\" rel=\"noopener\">Read all reviews<\/a>\n    <\/div>\n    <div class=\"rv-track\" id=\"agrRvTrack\">\n      <!-- filled by script below -->\n    <\/div>\n  <\/section>\n\n  <!-- TUTORIALS -->\n  <section class=\"section\">\n    <div class=\"section-head\" style=\"display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:32px;\">\n      <div>\n        <span class=\"eyebrow\">Learn<\/span>\n        <h2>How to set programs, harvest &amp; more.<\/h2>\n      <\/div>\n      <a href=\"https:\/\/youtube.com\/playlist?list=PLKp66AHXDFJTNm_DGTpkwFsXcm1Yvnk6_\" target=\"_blank\" rel=\"noopener\" style=\"font-size:14px;font-weight:700;color:var(--brand);white-space:nowrap;\">See the full tutorial series &rarr;<\/a>\n    <\/div>\n    <div class=\"tut-grid\">\n      <a class=\"tut-card\" href=\"https:\/\/www.youtube.com\/watch?v=EZO93luQF-Q\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"tut-thumb\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/i.ytimg.com\/vi\/EZO93luQF-Q\/hqdefault.jpg?ssl=1\" alt=\"Set the programs\"><span class=\"play-btn\"><\/span><\/div>\n        <div class=\"tut-body\"><h3>Set the programs<\/h3><p>For a batch of mung bean sprouts<\/p><\/div>\n      <\/a>\n      <a class=\"tut-card\" href=\"https:\/\/www.youtube.com\/watch?v=YHB9lrNLatQ\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"tut-thumb\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/i.ytimg.com\/vi\/YHB9lrNLatQ\/hqdefault.jpg?ssl=1\" alt=\"Our daughters\"><span class=\"play-btn\"><\/span><\/div>\n        <div class=\"tut-body\"><h3>Our daughters<\/h3><p>Harvesting and enjoying sprouts<\/p><\/div>\n      <\/a>\n      <a class=\"tut-card\" href=\"https:\/\/www.youtube.com\/watch?v=jUIY1eojmbE\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"tut-thumb\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/i.ytimg.com\/vi\/jUIY1eojmbE\/hqdefault.jpg?ssl=1\" alt=\"Eirik harvesting\"><span class=\"play-btn\"><\/span><\/div>\n        <div class=\"tut-body\"><h3>Eirik harvesting<\/h3><p>A quick explanation of harvesting<\/p><\/div>\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <!-- ABOUT -->\n  <section class=\"section\">\n    <div class=\"about\">\n      <a class=\"about-media\" href=\"https:\/\/www.youtube.com\/watch?v=JASDEuDjbfY\" target=\"_blank\" rel=\"noopener\" style=\"position:relative;cursor:pointer;\">\n        <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/agriris.com\/wp-content\/uploads\/2024\/11\/GE3A6377.jpg?resize=800%2C600&#038;ssl=1\" alt=\"Fure Stensrud\">\n        <span class=\"play-btn\" style=\"width:64px;height:64px;\"><\/span>\n      <\/a>\n      <div class=\"about-copy\">\n        <span class=\"eyebrow\">About us<\/span>\n        <h2 style=\"font-size:clamp(24px,3vw,32px);\">About Us<\/h2>\n        <p>We are a technology and lifestyle brand from Norway on a mission to help people grow with food, innovative technology and <a class=\"wpil_keyword_link\" href=\"https:\/\/go.agriris.com\/growhealth\"   title=\"community\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"44584\" target=\"_blank\">community<\/a>.<\/p>\n        <p style=\"margin-top:10px;\"><a href=\"https:\/\/www.youtube.com\/watch?v=JASDEuDjbfY\" target=\"_blank\" rel=\"noopener\" style=\"font-size:14px;font-weight:700;color:var(--brand);\">Watch our story &rarr;<\/a><\/p>\n        <a href=\"https:\/\/agriris.com\/about-us\/\" class=\"btn\">Read More<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FAQ -->\n  <section class=\"section section-alt\">\n    <div class=\"section-pad\">\n      <div class=\"section-head\" style=\"margin-bottom:28px;\">\n        <span class=\"eyebrow\">Questions<\/span>\n        <h2>A few things people ask before buying.<\/h2>\n      <\/div>\n      <div class=\"faq-list\">\n        <details class=\"faq-item\" open>\n          <summary>How often does AutoSprout water the seeds?<span class=\"faq-icon\">+<\/span><\/summary>\n          <p>Automatically, every 12 hours &mdash; that&rsquo;s why it stays quiet the rest of the time between watering cycles.<\/p>\n        <\/details>\n        <details class=\"faq-item\">\n          <summary>What if I see mold?<span class=\"faq-icon\">+<\/span><\/summary>\n          <p>Clean everything thoroughly with warm water and soap, and make sure seeds are fresh, well-rinsed and not overcrowded. The separate clean\/waste water tanks keep the risk low from the start.<\/p>\n        <\/details>\n        <details class=\"faq-item\">\n          <summary>Do I need to use the grow light?<span class=\"faq-icon\">+<\/span><\/summary>\n          <p>No &mdash; it&rsquo;s optional. Some seeds only need light at the end of the cycle: set Light to 0 for no light, or 1 for light from day one.<\/p>\n        <\/details>\n        <details class=\"faq-item\">\n          <summary>Where can I get help or replacement parts?<span class=\"faq-icon\">+<\/span><\/summary>\n          <p>Email <a href=\"mailto:support@agriris.com\" style=\"color:var(--brand);font-weight:700;\">support@agriris.com<\/a> &mdash; we&#8217;re a small Norwegian team and answer these ourselves.<\/p>\n        <\/details>\n      <\/div>\n      <p style=\"margin-top:24px;\"><a href=\"https:\/\/agriris.com\/support\/\" style=\"font-size:14px;font-weight:700;color:var(--brand);\">See all FAQs &amp; the full setup guide &rarr;<\/a><\/p>\n    <\/div>\n  <\/section>\n\n  <!-- CTA BAND -->\n  <section class=\"section\" style=\"padding-top:0;\">\n    <div class=\"cta-band\">\n      <div>\n        <h2>Ready to grow your own?<\/h2>\n        <p>Join the growers who set it once and harvest fresh sprouts every week &mdash; no rinsing, no routine.<\/p>\n      <\/div>\n      <a href=\"https:\/\/agriris.com\/product\/autosprout\/\" class=\"btn\">Shop AutoSprout<\/a>\n    <\/div>\n  <\/section>\n\n<\/div>\n<\/div>\n\n<script>\n(function(){\n  var reviews = [\n    [\"Lluis Folch\",\"L\",true,\"I hesitated because of the price. After using it, I see it very differently. It is <em>not expensive<\/em> \u2014 it\u2019s underpriced for what it delivers: reliability, consistency, and the fact that you actually <em>keep sprouting long term<\/em>.\"],\n    [\"Bernhard Aglas\",\"B\",false,\"I always wanted to grow my own sprouts but struggled with constant rinsing. This machine has been an <em>absolute game-changer<\/em>. Worth every penny \u2014 I\u2019ve already saved money by not buying pre-grown sprouts.\"],\n    [\"Maria Stensrud\",\"M\",false,\"The beautiful stainless steel AutoSprout delivers on all aspects. Makes the process of growing sprouts <em>completely effortless<\/em>. Easy to clean, easy to maintain, and the founder\u2019s support is excellent.\"],\n    [\"Erik Szemcsak\",\"E\",false,\"<em>Worry free, stress free, plug and play, set it and leave it.<\/em> Amazing product. Highly recommended to have one.\"],\n    [\"Jeanie Honey\",\"J\",false,\"I\u2019ve sprouted alfalfa, broccoli, mung beans, and lentils \u2014 <em>all successful and delicious<\/em>. Beautifully designed, full instructions, and Eirik was quick and helpful when I had questions.\"],\n    [\"Jan Stensrud\",\"J\",false,\"A <em>high quality, well-designed product<\/em> \u2014 simple to operate and delivers fresh sprouts with minimal effort. Cultivates sprouts within just a few days.\"],\n    [\"Kirsten Brandt\",\"K\",false,\"I\u2019ve <em>never had the patience<\/em> to sprout \u2014 it requires too much attention, so I always bought them. Now I\u2019m growing my own. That says it all.\"],\n    [\"Hanne Brendmoe\",\"H\",false,\"So easy to use. In a few days the sprouts are ready. <em>We can recommend this highly!<\/em>\"],\n    [\"Ian Mertens\",\"I\",false,\"Purchased <em>two<\/em> Stainless AutoSprouts. Very pleased with the product and excellent customer service. I would recommend.\"]\n  ];\n  var track = document.getElementById('agrRvTrack');\n  if(track){\n    reviews.forEach(function(r){\n      var name=r[0], initial=r[1], featured=r[2], quote=r[3];\n      var card = document.createElement('div');\n      card.className = 'rv-card' + (featured ? ' featured' : '');\n      card.innerHTML =\n        '<div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>' +\n        '<div class=\"quote\">\u201c' + quote + '\u201d<\/div>' +\n        '<div class=\"rv-author\"><div class=\"rv-avatar\">' + initial + '<\/div><div><div class=\"rv-name\">' + name + '<\/div><div class=\"rv-source\">Google Review<\/div><\/div><\/div>';\n      track.appendChild(card);\n    });\n  }\n\n  \/\/ Scroll-reveal: progressive enhancement only \u2014 elements are fully visible by\n  \/\/ default and only get hidden right before being observed, so nothing breaks\n  \/\/ if JS fails or IntersectionObserver is unsupported.\n  var reduceMotion = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n  if(!reduceMotion && 'IntersectionObserver' in window){\n    var revealSelector = '.agr-home .section-head, .agr-home .benefit-card, ' +\n      '.agr-home .agr-shop ul.products li.product, .agr-home .tut-card, ' +\n      '.agr-home .about, .agr-home .faq-item, .agr-home .cta-band, .agr-home .rv-card';\n    var revealEls = document.querySelectorAll(revealSelector);\n    var io = new IntersectionObserver(function(entries){\n      entries.forEach(function(entry){\n        if(entry.isIntersecting){\n          entry.target.classList.add('is-visible');\n          io.unobserve(entry.target);\n        }\n      });\n    }, {threshold:0.12, rootMargin:'0px 0px -60px 0px'});\n    revealEls.forEach(function(el){\n      el.classList.add('agr-reveal-init');\n      io.observe(el);\n    });\n  }\n})();\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Automatic sprouting, at home Meet AutoSprout Grow sprouts automatically in 2&ndash;6 days. Fill it with water, set it down, and [&hellip;]<\/p>\n","protected":false},"author":237397814,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"advanced_seo_description":"Discover how AutoSprout makes growing your own sprouts effortless and reliable. Enjoy fresh, homegrown sprouts with ease!","jetpack_seo_html_title":"Effortlessly Grow Fresh Sprouts at Home with AutoSprout","jetpack_seo_noindex":false,"jetpack_seo_schema_type":"","_wpcom_ai_launchpad_about_page":false,"_wpcom_ai_launchpad_gallery_page":false,"_wpcom_ai_launchpad_contact_page":false,"_wpcom_ai_launchpad_events_page":false,"_wpcom_ai_launchpad_video_page":false,"_wpcom_ai_launchpad_portfolio_piece":false,"footnotes":""},"class_list":["post-14519","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"jetpack_likes_enabled":false,"jetpack_shortlink":"https:\/\/wp.me\/PfchOq-3Mb","jetpack-related-posts":[{"id":159,"url":"https:\/\/agriris.com\/it\/support\/","url_meta":{"origin":14519,"position":0},"title":"Support &amp; FAQs","author":"Eirik Fure Stensrud","date":"Ottobre 11, 2023","format":false,"excerpt":"Support, Warranty & FAQs Check the info below, or send us an email at support@agriris.com \u2014 we're happy to help. \ud83c\udf31 Register Your Product Warranty AutoSprout\u2122 Enter your information below to register your warranty. You also get direct access to our customer community, the GrowFood\u2122 course with detailed sprouting guides,\u2026","rel":"","context":"Articolo simile","block_context":{"text":"Articolo simile","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/agriris.com\/it\/wp-json\/wp\/v2\/pages\/14519","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/agriris.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/agriris.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/agriris.com\/it\/wp-json\/wp\/v2\/users\/237397814"}],"replies":[{"embeddable":true,"href":"https:\/\/agriris.com\/it\/wp-json\/wp\/v2\/comments?post=14519"}],"version-history":[{"count":100,"href":"https:\/\/agriris.com\/it\/wp-json\/wp\/v2\/pages\/14519\/revisions"}],"predecessor-version":[{"id":48548,"href":"https:\/\/agriris.com\/it\/wp-json\/wp\/v2\/pages\/14519\/revisions\/48548"}],"wp:attachment":[{"href":"https:\/\/agriris.com\/it\/wp-json\/wp\/v2\/media?parent=14519"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}