Terms of service

Terms of Service — EcoSmart Appliance Parts *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --green: #3DAA2F; --forest: #1E6B14; --leaf: #6DC95F; --mint: #EBF7E9; --gold: #F5A623; --gold-dark: #D4880A; --cream: #FEF3DC; --charcoal: #2C3B2B; --body: #3A3A3A; --sage: #8A9E88; --offwhite: #F7FAF7; --white: #FFFFFF; } html { scroll-behavior: smooth; } body { font-family: 'Source Serif 4', Georgia, serif; font-weight: 400; color: var(--body); background: var(--offwhite); line-height: 1.8; } /* ── PAGE HERO ── */ .page-hero { background: linear-gradient(150deg, var(--charcoal) 0%, var(--forest) 55%, var(--green) 100%); padding: 72px 40px 60px; text-align: center; position: relative; overflow: hidden; } .page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(61,170,47,0.18) 0%, transparent 70%); } .page-hero-eyebrow { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: var(--leaf); margin-bottom: 16px; position: relative; } .page-hero h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(32px, 5vw, 52px); font-weight: 900; color: var(--white); line-height: 1.1; letter-spacing: -1px; margin-bottom: 16px; position: relative; } .page-hero p { font-family: 'Source Serif 4', serif; font-size: 17px; font-style: italic; color: rgba(255,255,255,0.78); max-width: 520px; margin: 0 auto; position: relative; } /* ── QUICK NAV ── */ .quick-nav { background: var(--white); border-bottom: 2px solid var(--mint); padding: 0 40px; display: flex; justify-content: center; gap: 0; flex-wrap: wrap; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(44,59,43,0.07); } .quick-nav a { font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 0.8px; text-transform: uppercase; color: var(--sage); text-decoration: none; padding: 15px 14px; border-bottom: 3px solid transparent; transition: color 0.2s, border-color 0.2s; white-space: nowrap; } .quick-nav a:hover { color: var(--forest); border-bottom-color: var(--green); } /* ── LAYOUT ── */ .page-wrap { max-width: 820px; margin: 0 auto; padding: 60px 32px 100px; } /* ── ACCEPTANCE BANNER ── */ .acceptance-banner { background: var(--charcoal); border-left: 5px solid var(--gold); border-radius: 0 10px 10px 0; padding: 20px 24px; margin-bottom: 52px; display: flex; gap: 14px; align-items: flex-start; } .acceptance-banner-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; } .acceptance-banner p { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.90); line-height: 1.65; margin: 0; } .acceptance-banner p span { color: var(--gold); } /* ── SECTION BLOCKS ── */ .policy-section { margin-bottom: 56px; scroll-margin-top: 70px; } .section-header { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; } .section-number { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 900; color: var(--white); background: var(--forest); width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; letter-spacing: 0; } h2 { font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 800; color: var(--forest); letter-spacing: -0.3px; } p { margin-bottom: 16px; font-size: 16px; } p:last-child { margin-bottom: 0; } strong { font-weight: 600; color: var(--charcoal); } /* ── DIVIDER ── */ .section-divider { border: none; border-top: 2px solid var(--mint); margin: 0 0 56px; } /* ── CARDS ── */ .card { background: var(--white); border-radius: 12px; padding: 28px 32px; border: 1px solid #E4EDE3; margin-bottom: 20px; } .card-green { background: var(--mint); border: 1.5px solid #C5E4C0; } .card-gold { background: var(--cream); border: 1.5px solid #F0D090; } .card-dark { background: var(--charcoal); border: none; } .card-dark h3 { color: var(--leaf) !important; } .card-dark p { color: rgba(255,255,255,0.82); } .card-dark .policy-list li { color: rgba(255,255,255,0.82); border-bottom-color: rgba(255,255,255,0.08); } .card-dark .policy-list li::before { color: var(--leaf) !important; } h3 { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--forest); margin-bottom: 14px; } /* ── LISTS ── */ .policy-list { list-style: none; margin: 0 0 8px; } .policy-list li { font-size: 15px; padding: 7px 0 7px 28px; position: relative; border-bottom: 1px solid rgba(138,158,136,0.15); line-height: 1.65; } .policy-list li:last-child { border-bottom: none; padding-bottom: 0; } .policy-list li::before { content: '→'; position: absolute; left: 0; color: var(--green); font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 13px; top: 9px; } .policy-list.dots li::before { content: '·'; font-size: 22px; top: 3px; color: var(--sage); } /* ── LIMITATION BOX ── */ .limit-box { background: #FEF9F9; border: 1.5px solid #F5C0C0; border-radius: 12px; padding: 24px 28px; margin-bottom: 20px; } .limit-box h3 { color: #9B2020 !important; } .limit-box p { font-size: 15px; color: #5A2020; margin-bottom: 12px; } .limit-box p:last-child { margin-bottom: 0; } .limit-box .policy-list li { color: #5A2020; border-bottom-color: rgba(155,32,32,0.1); } .limit-box .policy-list li::before { color: #C0392B !important; content: '✕'; } /* ── ARBITRATION BOX ── */ .arbitration-box { background: var(--charcoal); border-radius: 12px; padding: 28px 32px; margin-bottom: 20px; } .arbitration-box h3 { color: var(--gold) !important; margin-bottom: 12px; } .arbitration-box p { color: rgba(255,255,255,0.82); font-size: 15px; margin-bottom: 12px; } .arbitration-box p:last-child { margin-bottom: 0; } .arbitration-box strong { color: var(--white); } /* ── INLINE HIGHLIGHT ── */ .highlight { background: var(--mint); border-left: 4px solid var(--green); border-radius: 0 8px 8px 0; padding: 14px 18px; margin: 16px 0; font-size: 15px; color: var(--forest); } .highlight strong { color: var(--forest); } /* ── CONTACT BLOCK ── */ .contact-block { background: linear-gradient(135deg, var(--forest) 0%, var(--green) 100%); border-radius: 14px; padding: 32px 36px; margin-top: 8px; text-align: center; } .contact-block h3 { color: var(--white) !important; font-size: 16px; margin-bottom: 10px; letter-spacing: 0.5px; } .contact-block p { color: rgba(255,255,255,0.88); font-size: 15px; margin-bottom: 16px; } .contact-block a { display: inline-block; background: var(--gold); color: var(--white); font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 800; letter-spacing: 0.5px; padding: 11px 24px; border-radius: 6px; text-decoration: none; transition: background 0.2s; } .contact-block a:hover { background: var(--gold-dark); } /* ── EFFECTIVE DATE PILL ── */ .effective-pill { display: inline-block; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; background: var(--mint); color: var(--forest); padding: 5px 14px; border-radius: 20px; margin-bottom: 32px; } /* ── FOOTER ── */ .policy-footer { text-align: center; padding: 40px 32px; border-top: 2px solid var(--mint); margin-top: 20px; } .policy-footer p { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; color: var(--sage); margin: 0; } .policy-footer span { color: var(--green); } /* ── RESPONSIVE ── */ @media (max-width: 600px) { .page-hero { padding: 52px 24px 44px; } .page-wrap { padding: 40px 20px 80px; } .quick-nav { padding: 0 8px; } .quick-nav a { padding: 13px 9px; font-size: 9px; } .card { padding: 20px 20px; } .arbitration-box, .contact-block { padding: 22px 20px; } }
EcoSmart Appliance Parts

Terms of Service

Plain language where possible. Everything you need to know about doing business with us.

Acceptance Products Orders Shipping Warranty Returns Liability IP Disputes General
Effective Date: March 2026
📋

By using this website or placing an order, you agree to these Terms of Service in full. If you do not agree, please do not use this site or place an order.

1

Who We Are

This website, www.EcoSmartApplianceParts.com (the "Site"), is operated by EcoSmart Appliance Parts ("EcoSmart," "we," "us," or "our"). We sell professionally reconditioned appliance control boards shipped from Utah, USA.

These Terms of Service ("Terms") govern your use of the Site and any purchase you make through it. They apply to all visitors, customers, and anyone else who accesses or uses the Site — whether you're an individual consumer or purchasing on behalf of a business.

We reserve the right to update these Terms at any time. Changes take effect immediately upon posting. Your continued use of the Site after any update constitutes acceptance of the revised Terms.


2

Products & Descriptions

What We Sell

EcoSmart sells reconditioned appliance control boards. Every board is professionally inspected, tested at the component level, repaired where necessary, and verified before shipping. Boards are heat-sealed in ESD static-protective bags prior to dispatch.

Accuracy of Listings

We make every effort to ensure product descriptions, part numbers, and compatibility information are accurate. However, part number compatibility can vary by appliance model, manufacture date, and configuration. It is your responsibility to verify that a part number matches your specific appliance before ordering.

Not sure? Send us a photo of your board before ordering — we'll confirm compatibility for free, no obligation.

  • Product images are representative and may not exactly match every unit shipped
  • We reserve the right to correct errors in pricing or descriptions at any time
  • Availability is subject to change without notice

3

Orders & Payment

Placing an Order

By placing an order, you represent that you are at least 18 years of age, are authorized to use the payment method provided, and that the information you submit is accurate and complete.

Your receipt of an order confirmation does not constitute our acceptance of your order. We reserve the right to refuse or cancel any order at any time for any reason, including but not limited to product availability, errors in pricing or product descriptions, or suspected fraud.

Pricing & Payment

  • All prices are listed in US dollars and are subject to change without notice
  • Payment is due in full at the time of order
  • We accept major credit cards and any payment methods displayed at checkout
  • You are responsible for any applicable taxes, duties, or customs fees

Business Purchases

If you are purchasing on behalf of a business, you represent that you have authority to bind that business to these Terms, and "you" refers to both you individually and the business entity.


4

Shipping

  • We ship to the contiguous United States (lower 48 states) only. We do not ship to Alaska, Hawaii, or U.S. territories at this time
  • Orders ship via USPS Priority Mail from Utah, USA — estimated delivery 2–5 business days
  • Shipping times are estimates only and are not guaranteed
  • Risk of loss and title for products pass to you upon delivery to the carrier
  • We are not responsible for delays caused by the carrier, weather, or circumstances outside our control
  • If your shipment is lost or damaged in transit, contact us and we will work with you to resolve it

5

Warranty

What's Covered

Every EcoSmart board comes with a 6-month limited warranty from the date of your order. If your board fails due to a defect in our reconditioning work within this period, we will repair or replace it at no charge.

  • Coverage period: 6 months from order date
  • Remedy: repair or replacement only — no cash refunds under warranty
  • Warranty does not reset or extend after a claim is fulfilled

What's Not Covered

  • Damage caused by improper installation, misuse, or electrical surges
  • Boards with missing EcoSmart identification markings or upgraded components
  • Boards that have been tampered with or repaired by a third party
  • Normal wear and tear
  • Consequential or incidental damage to your appliance or property
Warranty claims require photos. You must submit a clear photo of the EcoSmart board and the original board from your appliance — both showing readable part number stickers — before a claim can be processed.

This warranty gives you specific legal rights. You may also have other rights which vary by state.


6

Returns & Refunds

Returns are governed by our Return Policy, which is incorporated into these Terms by reference. Key terms:

  • 30-day return window from order date — all sales final after 30 days
  • Boards must be uninstalled and returned in original ESD bag and packaging
  • Defective returns: EcoSmart pays return shipping, no restocking fee
  • All other returns: customer pays return shipping + restocking fee of shipping cost plus 10–50% depending on condition
  • Refunds issued to original payment method only
  • Return authorization required — do not ship without contacting us first

See our full Return Policy for complete details.


7

Limitation of Liability

⚠ Important — Please Read

To the fullest extent permitted by applicable law, EcoSmart's total liability to you for any claim arising out of or relating to these Terms or your purchase — regardless of the form of action — is limited to the purchase price you paid for the order giving rise to the claim.

EcoSmart is not liable for any of the following, even if we have been advised of the possibility of such damages:

  • Damage to your appliance, property, or any connected systems
  • Food spoilage, loss of use, or any costs arising from appliance downtime
  • Labor costs, installation costs, or service fees paid to third parties
  • Incidental, consequential, special, punitive, or indirect damages of any kind
  • Losses arising from a board that does not resolve your appliance issue

Disclaimer of Warranties

Except for the express limited warranty described in Section 5, this Site and all products are provided "as is" and "as available" without warranties of any kind, whether express or implied, including but not limited to implied warranties of merchantability, fitness for a particular purpose, and non-infringement.

We do not warrant that the Site will be uninterrupted, error-free, or free of viruses or other harmful components.

Some jurisdictions do not allow the exclusion of certain warranties or limitation of liability for incidental or consequential damages, so some of the above may not apply to you.


8

Intellectual Property

All content on this Site — including but not limited to the EcoSmart name and logo, product descriptions, photographs, graphics, text, and the overall look and feel of the Site — is the property of EcoSmart Appliance Parts and is protected by applicable intellectual property laws.

  • You may not use the EcoSmart name, logo, or any Site content for commercial purposes without our express written permission
  • You may not reproduce, distribute, modify, or create derivative works from any Site content
  • Third-party brand names and part numbers referenced on this Site (GE, LG, Samsung, Whirlpool, etc.) are the property of their respective owners. Reference to these brands is for compatibility identification purposes only and does not imply affiliation or endorsement

9

Disputes & Arbitration

Binding Arbitration — Please Read Carefully

Any dispute, claim, or controversy arising out of or relating to these Terms or your use of this Site or any purchase — including questions about the existence, validity, or termination of these Terms — shall be resolved by binding individual arbitration rather than in court, except as set forth below.

Arbitration shall be conducted by a mutually agreed-upon arbitration service under its applicable rules. The arbitration shall take place in Utah, or by remote hearing if both parties agree. The arbitrator's decision shall be final and binding and may be entered as a judgment in any court of competent jurisdiction.

You and EcoSmart each waive the right to a jury trial and the right to participate in a class action or class arbitration.

Exceptions

The following are not subject to arbitration and may be brought in any court with proper jurisdiction:

  • Claims that qualify for small claims court
  • Claims seeking emergency injunctive or other equitable relief to protect intellectual property rights

Informal Resolution First

Before initiating arbitration, you agree to contact us at support@ecosmartapplianceparts.com and give us a reasonable opportunity — at least 30 days — to resolve the dispute informally. Most issues can be resolved quickly with a direct conversation.

Governing Law

These Terms are governed by and construed in accordance with the laws of the State of Utah, without regard to its conflict of law provisions. To the extent any dispute proceeds in court rather than arbitration, you consent to the exclusive jurisdiction of the state and federal courts located in Utah.


10

General Provisions

Prohibited Use

You agree not to use this Site or its content to:

  • Violate any applicable laws or regulations
  • Submit false, misleading, or fraudulent information
  • Interfere with the Site's operation or security
  • Harvest or collect information about other users
  • Resell products purchased from EcoSmart without our written permission

Indemnification

You agree to indemnify, defend, and hold harmless EcoSmart Appliance Parts and its owners, employees, and agents from and against any claims, liabilities, damages, losses, and expenses — including reasonable legal fees — arising out of your use of the Site, your violation of these Terms, or your violation of any third-party rights.

Severability & Entire Agreement

If any provision of these Terms is found to be unenforceable, that provision will be modified to the minimum extent necessary to make it enforceable, and the remaining provisions will remain in full force and effect.

These Terms, together with our Return Policy and Privacy Policy, constitute the entire agreement between you and EcoSmart regarding your use of the Site and supersede all prior agreements.

No Waiver

Our failure to enforce any provision of these Terms shall not be construed as a waiver of our right to enforce it in the future.


Questions About These Terms?

We're real people. If something here is unclear or you have a concern, reach out — we'd rather resolve it directly.

Contact Us →