Terms of service


/* ── RESET & BASE ─────────────────────────────────────── */ .im-tos-wrap * { box-sizing: border-box; margin: 0; padding: 0; } .im-tos-wrap { font-family: 'Helvetica Neue', Arial, sans-serif; color: #1a1a1a; line-height: 1.7; } /* ── HERO ─────────────────────────────────────────────── */ .im-tos-hero { background: linear-gradient(rgba(30,70,10,0.68), rgba(20,50,5,0.72)), url('https://images.unsplash.com/photo-1647613233075-e0d5546b0f22?q=80&w=987&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') center center / cover no-repeat; color: #fff; text-align: center; padding: 60px 24px 80px; position: relative; overflow: hidden; } .im-tos-hero::before { content: ''; position: absolute; top: -60px; left: -60px; width: 220px; height: 220px; background: rgba(255,255,255,0.06); border-radius: 50%; } .im-tos-hero::after { content: ''; position: absolute; bottom: -80px; right: -40px; width: 300px; height: 300px; background: rgba(255,255,255,0.04); border-radius: 50%; } .im-tos-badge { display: inline-block; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.35); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 16px; border-radius: 20px; margin-bottom: 20px; } .im-tos-hero h1 { font-size: clamp(28px, 5vw, 46px); font-weight: 900; line-height: 1.15; margin-bottom: 16px; position: relative; z-index: 1; } .im-tos-hero p { font-size: 17px; opacity: 0.92; max-width: 540px; margin: 0 auto 20px; position: relative; z-index: 1; } .im-tos-updated { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.15); border-radius: 20px; padding: 6px 14px; font-size: 13px; font-weight: 600; position: relative; z-index: 1; } .im-tos-wave { display: block; width: 100%; margin-top: -2px; line-height: 0; } .im-tos-wave svg { display: block; width: 100%; } /* ── GUARANTEE HERO CARD ──────────────────────────────── */ .im-tos-guarantee-wrap { background: #fff8f0; padding: 0 24px 50px; } .im-tos-guarantee-card { max-width: 780px; margin: -30px auto 0; background: #fff; border-radius: 20px; border: 2px solid #f07c00; box-shadow: 0 8px 40px rgba(240,124,0,0.12); overflow: hidden; position: relative; z-index: 2; } .im-tos-guarantee-header { background: linear-gradient(135deg, #f07c00, #e06500); color: #fff; padding: 22px 32px; display: flex; align-items: center; gap: 14px; } .im-tos-guarantee-header .im-tos-g-icon { font-size: 36px; flex-shrink: 0; } .im-tos-guarantee-header h2 { font-size: 22px; font-weight: 900; margin: 0; } .im-tos-guarantee-header p { font-size: 13px; opacity: 0.9; margin: 4px 0 0; } .im-tos-guarantee-body { padding: 28px 32px; } .im-tos-guarantee-body .im-tos-g-promise { font-size: 17px; font-weight: 600; color: #1a1a1a; margin-bottom: 16px; line-height: 1.6; } .im-tos-guarantee-body .im-tos-g-promise strong { color: #f07c00; } .im-tos-g-tagline { font-size: 15px; color: #5a9e2f; font-weight: 700; font-style: italic; margin-top: 14px; } .im-tos-g-divider { border: none; border-top: 1px dashed #f0d0a0; margin: 20px 0; } .im-tos-g-terms-title { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #888; margin-bottom: 12px; } .im-tos-g-list { list-style: none; padding: 0; margin: 0 0 16px; } .im-tos-g-list li { padding: 6px 0 6px 26px; position: relative; font-size: 14px; color: #444; border-bottom: 1px solid #f5f0e8; } .im-tos-g-list li:last-child { border-bottom: none; } .im-tos-g-list li::before { content: '✓'; position: absolute; left: 0; color: #5a9e2f; font-weight: 700; } .im-tos-g-list.im-tos-g-exclusions li::before { content: '✗'; color: #e05050; } .im-tos-g-note { background: #f9f5f0; border-left: 3px solid #f07c00; padding: 10px 14px; border-radius: 0 8px 8px 0; font-size: 13px; color: #666; margin-top: 14px; } /* ── JUMP TO SECTION NAV ──────────────────────────────── */ .im-tos-nav { background: #f9f9f4; border-bottom: 1px solid #e8e8e0; padding: 18px 24px; text-align: center; } .im-tos-nav-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #999; margin-bottom: 12px; } .im-tos-nav-pills { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; max-width: 860px; margin: 0 auto; } .im-tos-nav-pills a { display: inline-block; background: #fff; border: 1px solid #d8d8d0; color: #444; font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 20px; text-decoration: none; transition: all 0.2s; } .im-tos-nav-pills a:hover { background: #5a9e2f; border-color: #5a9e2f; color: #fff; } /* ── BODY ─────────────────────────────────────────────── */ .im-tos-body { max-width: 820px; margin: 0 auto; padding: 40px 24px 60px; } .im-tos-section { margin-bottom: 44px; padding-bottom: 44px; border-bottom: 1px solid #eee; scroll-margin-top: 80px; } .im-tos-section:last-of-type { border-bottom: none; } .im-tos-section h2 { font-size: 20px; font-weight: 800; color: #1a1a1a; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; } .im-tos-icon { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; background: #f0f7e8; border-radius: 8px; font-size: 16px; flex-shrink: 0; } .im-tos-section p { font-size: 15px; color: #444; margin-bottom: 12px; line-height: 1.75; } .im-tos-list { list-style: none; padding: 0; margin: 12px 0; } .im-tos-list li { padding: 7px 0 7px 26px; position: relative; font-size: 15px; color: #444; border-bottom: 1px solid #f0f0ea; line-height: 1.6; } .im-tos-list li:last-child { border-bottom: none; } .im-tos-list li::before { content: '→'; position: absolute; left: 0; color: #5a9e2f; font-weight: 700; } .im-tos-callout { background: #f0f7e8; border: 1px solid #c8e0a0; border-radius: 12px; padding: 16px 20px; margin: 16px 0; font-size: 14px; color: #3d6b1a; } .im-tos-callout strong { color: #2d5a10; } .im-tos-warning { background: #fff8f0; border: 1px solid #f0c880; border-radius: 12px; padding: 16px 20px; margin: 16px 0; font-size: 14px; color: #7a4a00; } .im-tos-contact-card { background: linear-gradient(135deg, #f0f7e8, #e8f5d8); border: 1px solid #c8e0a0; border-radius: 16px; padding: 24px 28px; margin-top: 16px; } .im-tos-contact-card h3 { font-size: 16px; font-weight: 800; color: #3d6b1a; margin-bottom: 8px; } .im-tos-contact-card a { color: #5a9e2f; font-weight: 700; text-decoration: none; } .im-tos-contact-card a:hover { text-decoration: underline; } /* ── BOTTOM CTA ───────────────────────────────────────── */ .im-tos-bottom-cta { background: linear-gradient(135deg, #f07c00, #e06500); color: #fff; text-align: center; padding: 60px 24px; } .im-tos-bottom-cta h2 { font-size: clamp(22px, 4vw, 34px); font-weight: 900; margin-bottom: 14px; } .im-tos-bottom-cta p { font-size: 16px; opacity: 0.92; max-width: 500px; margin: 0 auto 28px; } .im-tos-btn-white { display: inline-block; background: #fff; color: #f07c00; font-size: 16px; font-weight: 800; padding: 16px 36px; border-radius: 50px; text-decoration: none; border: 2px dashed rgba(255,255,255,0.5); transition: all 0.2s; } .im-tos-btn-white:hover { background: #fff3e0; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); } @media (max-width: 600px) { .im-tos-guarantee-header { flex-direction: column; text-align: center; } .im-tos-guarantee-body { padding: 20px; } .im-tos-section h2 { font-size: 17px; } }
Legal & Transparency

Terms of Service 🌱

We keep things simple, honest, and human: just like our microgreens.

📅 Last Updated: April 9, 2026
🌱

30-Day Sad Sprout Guarantee

Our promise to every grower... beginner or seasoned.

We believe growing microgreens should feel simple, successful, and rewarding even if it's your first time.

If your microgreens don't grow as expected, just reach out within 30 days and we'll send you a free replacement of seeds and soil to help you try again.

We may ask for a quick photo or details so we can support you better and make sure your next grow is a success.

Because when you grow… we grow 🌱


To Qualify
  • Request must be made within 30 days of purchase
  • Applies to seeds and soil replacements only
  • You may be asked to provide a photo of the grow attempt
  • You may be asked to describe your growing conditions
This Guarantee Does Not Cover
  • Improper use outside of provided instructions
  • Extreme environmental conditions (excessive heat, neglect, or misuse)
  • Refunds or cash reimbursements unless otherwise stated
  • Microgreens that have been serenaded, over-watered with tears, or named after your ex 😅
Island Microgreens reserves the right to determine eligibility at its sole discretion. To submit a claim, email us at connor@ameliaislandmicrogreens.com. Island Microgreens reserves the right to determine eligibility at its sole discretion. To submit a claim, email us at connor@ameliaislandmicrogreens.com.
👉 Start Growing in 7 Days

📋 1. Overview

This website is operated by Island Microgreens (also referred to as "Microgreens Starter Kit"). Throughout the site, the terms "we," "us," and "our" refer to Island Microgreens. By visiting our site and/or purchasing something from us, you engage in our "Service" and agree to be bound by the following Terms of Service ("Terms"), including those additional terms and policies referenced herein and/or available by hyperlink.

These Terms apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/or contributors of content.

⚠️ Important: If you do not agree to all the terms and conditions of this agreement, you may not access the website or use any services.

🛒 2. Online Store Terms

By agreeing to these Terms, you represent that you are at least the age of majority in your state or province of residence, and you have given us your consent to allow any of your minor dependents to use this site.

  • You may not use our products for any illegal or unauthorized purpose
  • You must not violate any laws in your jurisdiction (including copyright laws)
  • A breach or violation of any of the Terms will result in an immediate termination of your Services

🌿 3. Products & Results Disclaimer

We provide microgreen growing kits, education, and related products designed to help you grow microgreens at home. Our 30-Day Sad Sprout Guarantee (detailed above) covers seed and soil replacements, but growing outcomes can vary.

  • Results may vary based on environment, care, and experience level
  • We do not guarantee identical growth results for every user
  • Growing outcomes depend on factors outside our control (temperature, humidity, light, etc.)
🌱 Our commitment: We provide detailed growing instructions, video guides, and responsive customer support to give every grower the best possible chance of success.

⚕️ 4. Health Disclaimer

The information provided by Island Microgreens: including on our website, blog, social media, and in our products is for educational and informational purposes only and is not intended as medical advice.

  • We do not diagnose, treat, cure, or prevent any disease or health condition
  • Microgreens are a food product, not a medical treatment
  • Always consult a qualified healthcare professional before making significant dietary changes
  • Individual nutritional needs vary... what works for one person may not work for another

💳 5. Pricing & Payments

All prices are displayed in U.S. dollars and are subject to change without notice. We reserve the right to:

  • Modify or discontinue products or services at any time without notice
  • Refuse any order you place with us
  • Limit or cancel quantities purchased per person, per household, or per order

In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the email and/or billing address/phone number provided at the time the order was made.

📦 6. Shipping & Delivery

We aim to ship all orders promptly and will provide tracking information where available. However:

  • Delivery times are estimates and are not guaranteed
  • We are not responsible for delays caused by carriers, weather, or other external factors
  • Risk of loss and title for items purchased pass to you upon delivery to the carrier
  • Free shipping thresholds (e.g., orders over $60) are subject to change

If your order is lost or significantly delayed, please contact us at connor@ameliaislandmicrogreens.com and we'll do our best to make it right.

↩️ 7. Returns & Refunds

Your satisfaction matters to us and that's exactly why we created the 30-Day Sad Sprout Guarantee.

For situations outside the Guarantee (e.g., damaged items, incorrect orders), refunds or replacements may be offered at our discretion depending on the situation. Please contact us within 14 days of receiving your order:

📧 Contact for Returns

connor@ameliaislandmicrogreens.com

Please include your order number and a brief description of the issue. Photos are always helpful!

©️ 8. Intellectual Property

All content on this site: including text, images, branding, logos, product designs, videos, and educational materials, is the property of Island Microgreens and is protected by applicable intellectual property laws.

You may not:

  • Copy, reproduce, or distribute our content without prior written permission
  • Use our materials for commercial purposes without explicit consent
  • Modify, adapt, or create derivative works from our content
  • Use our brand name, logo, or trademarks without authorization

🤝 9. User Conduct

We want this to be a positive, helpful community. By using our site, you agree not to:

  • Use the site for any unlawful or unauthorized purpose
  • Attempt to hack, disrupt, or interfere with the website or its servers
  • Submit false, misleading, or fraudulent information
  • Harass, abuse, or harm another person through the site
  • Transmit any viruses, malware, or other harmful code
  • Collect or harvest personal information about other users

🔗 10. Third-Party Tools & Links

We may provide access to third-party tools or links (such as Shopify, payment processors, social media platforms, or external websites) that we neither monitor nor have any control over.

You acknowledge and agree that we provide access to such tools "as is" and "as available" without any warranties, representations, or conditions of any kind. We are not responsible for:

  • The content, accuracy, or practices of third-party sites
  • Any harm or damages related to your use of third-party tools or services
  • Transactions conducted between you and any third-party providers

⚖️ 11. Limitation of Liability

To the fullest extent permitted by applicable law, Island Microgreens, its directors, officers, employees, affiliates, agents, contractors, and licensors shall not be liable for any direct, indirect, incidental, punitive, special, or consequential damages of any kind arising from your use of our products, services, or website.

This includes, but is not limited to:

  • Failed crops or growing outcomes
  • Misuse of products outside of provided instructions
  • Health-related decisions made based on our content
  • Loss of data, profits, or business opportunities
  • Errors or interruptions in the website or services
Note: In states or jurisdictions that do not allow the exclusion or limitation of liability for consequential or incidental damages, our liability shall be limited to the maximum extent permitted by law.

🛡️ 12. Indemnification

You agree to indemnify, defend, and hold harmless Island Microgreens and its parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, and employees from any claim or demand, including reasonable attorneys' fees, made by any third party due to or arising out of:

  • Your breach of these Terms of Service
  • Your violation of any law or the rights of a third party
  • Your use of our products or services in a manner not authorized by these Terms

🔄 13. Changes to Terms

We reserve the right to update or modify these Terms of Service at any time without prior notice. Changes will be effective immediately upon posting to the website. The most current version will always be available on this page.

Your continued use of the website following any changes constitutes your acceptance of the new Terms. We encourage you to review this page periodically.

🏛️ 14. Governing Law

These Terms of Service and any separate agreements whereby we provide you services shall be governed by and construed in accordance with the laws of the State of Florida, United States, without regard to its conflict of law provisions.

Any disputes arising under these Terms shall be subject to the exclusive jurisdiction of the state and federal courts located in Florida.

📬 15. Contact Information

Questions about these Terms of Service? We're real people and we actually read our emails.

Island Microgreens Legal & Support

📧 connor@ameliaislandmicrogreens.com

We typically respond within 1–2 business days. For order-related issues, please include your order number.

 

Now that the legal stuff is out of the way… 🌱

You came here for transparency and we respect that. Now let us show you what we're really about: growing fresh, nutrient-packed greens in just 7 days, right on your kitchen counter.

👉 Start Growing in 7 Days