Terms of service

.sale-terms { --st-bg: #f6f6f3; --st-card: #ffffff; --st-text: #18212b; --st-muted: #66717d; --st-border: #e3e6e8; --st-dark: #101a27; --st-dark-2: #172638; --st-soft: #eff2f4; --st-accent-soft: #eef4f8; --st-blue: #315d7c; --st-warning: #8c6414; --st-warning-bg: #fff8e8; font-family: inherit; color: var(--st-text); background: var(--st-bg); margin: 0; padding: 0; } .sale-terms * { box-sizing: border-box; } .sale-terms a { color: inherit; } .st-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; } /* ========================= HERO ========================== */ .st-hero { position: relative; overflow: hidden; color: #fff; padding: 72px 0 76px; background: radial-gradient(circle at 82% 20%, rgba(255,255,255,.09), transparent 27%), radial-gradient(circle at 10% 90%, rgba(255,255,255,.05), transparent 28%), linear-gradient(135deg, var(--st-dark), var(--st-dark-2)); } .st-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 70px; align-items: center; } .st-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 999px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 22px; } .st-eyebrow svg { width: 15px; height: 15px; } .st-hero h1 { color: #fff; margin: 0; font-size: clamp(40px, 5vw, 66px); line-height: 1.01; letter-spacing: -.05em; } .st-hero-copy { max-width: 720px; margin: 22px 0 0; font-size: 16px; line-height: 1.7; color: rgba(255,255,255,.70); } .st-hero-summary { border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.07); backdrop-filter: blur(8px); border-radius: 22px; padding: 26px; } .st-summary-label { color: rgba(255,255,255,.52); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 750; margin-bottom: 15px; } .st-summary-item { display: flex; gap: 12px; align-items: flex-start; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.10); font-size: 13px; line-height: 1.45; color: rgba(255,255,255,.75); } .st-summary-item:first-of-type { border-top: 0; padding-top: 0; } .st-summary-check { width: 21px; height: 21px; border-radius: 50%; background: rgba(255,255,255,.10); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; margin-top: 1px; } .st-summary-check svg { width: 11px; height: 11px; } /* ========================= INTRO STRIP ========================== */ .st-intro-wrap { position: relative; z-index: 2; margin-top: -30px; } .st-intro { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--st-border); border-radius: 18px; overflow: hidden; box-shadow: 0 9px 35px rgba(20,30,40,.07); } .st-intro-item { padding: 22px 23px; } .st-intro-item + .st-intro-item { border-left: 1px solid var(--st-border); } .st-intro-title { font-size: 13px; font-weight: 750; color: var(--st-dark); } .st-intro-sub { margin-top: 4px; color: var(--st-muted); font-size: 12px; line-height: 1.45; } /* ========================= CONTENT LAYOUT ========================== */ .st-main { padding: 78px 0 90px; } .st-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 42px; align-items: start; } /* SIDEBAR */ .st-sidebar { position: sticky; top: 24px; } .st-sidebar-card { background: var(--st-card); border: 1px solid var(--st-border); border-radius: 18px; padding: 18px; } .st-sidebar-title { font-size: 11px; text-transform: uppercase; letter-spacing: .11em; color: var(--st-muted); font-weight: 800; margin: 0 0 12px; padding: 0 7px; } .st-nav { list-style: none; margin: 0; padding: 0; } .st-nav li { margin: 2px 0; } .st-nav a { display: flex; gap: 8px; align-items: center; text-decoration: none; padding: 7px 8px; border-radius: 8px; font-size: 12px; color: var(--st-muted); line-height: 1.3; transition: background .15s ease, color .15s ease; } .st-nav-num { color: #9aa3ab; width: 20px; flex: 0 0 20px; font-size: 10px; } @media (hover:hover) { .st-nav a:hover { background: var(--st-soft); color: var(--st-dark); } } /* MAIN TERMS AREA */ .st-content { min-width: 0; } .st-overview { background: var(--st-card); border: 1px solid var(--st-border); border-radius: 22px; padding: 34px; margin-bottom: 20px; } .st-overview-badge { display: inline-flex; align-items: center; padding: 7px 11px; border-radius: 999px; background: var(--st-soft); color: var(--st-muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 17px; } .st-overview h2 { margin: 0; font-size: clamp(26px, 3vw, 35px); letter-spacing: -.035em; color: var(--st-dark); } .st-overview p { margin: 14px 0 0; color: var(--st-muted); font-size: 14px; line-height: 1.75; } .st-overview strong { color: var(--st-dark); } .st-overview a { text-decoration: underline; text-underline-offset: 3px; font-weight: 650; } /* TERM CARDS */ .st-section { scroll-margin-top: 28px; background: var(--st-card); border: 1px solid var(--st-border); border-radius: 20px; padding: 31px 32px; margin-top: 16px; } .st-section-head { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; } .st-section-number { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; flex: 0 0 38px; border-radius: 11px; background: var(--st-dark); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .03em; } .st-section h2 { margin: 0; color: var(--st-dark); font-size: 20px; line-height: 1.25; letter-spacing: -.018em; } .st-section p { margin: 13px 0 0; color: var(--st-muted); font-size: 14px; line-height: 1.75; } .st-section p:first-of-type { margin-top: 0; } .st-section a { font-weight: 650; text-decoration: underline; text-underline-offset: 3px; } /* SPECIAL LEGAL BLOCKS */ .st-important { background: var(--st-warning-bg); border: 1px solid #efdfb6; border-radius: 16px; padding: 20px 22px; margin-top: 18px; } .st-important-title { display: flex; align-items: center; gap: 9px; font-weight: 750; color: var(--st-dark); font-size: 14px; margin-bottom: 7px; } .st-important-title svg { width: 18px; height: 18px; color: var(--st-warning); } .st-important p { margin: 0; font-size: 13px; } .st-legal-heavy { background: var(--st-dark); border-color: var(--st-dark); color: #fff; } .st-legal-heavy .st-section-number { background: rgba(255,255,255,.11); } .st-legal-heavy h2 { color: #fff; } .st-legal-heavy p { color: rgba(255,255,255,.70); } .st-legal-heavy strong { color: #fff; } /* SHOPIFY */ .st-shopify { background: var(--st-accent-soft); border-color: #d9e3ea; } .st-shopify-brand { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; margin-top: 17px; background: #fff; border: 1px solid #dae4e9; border-radius: 999px; color: var(--st-blue); font-size: 11px; font-weight: 750; } /* CONTACT */ .st-contact { margin-top: 28px; border-radius: 23px; overflow: hidden; background: var(--st-dark); color: #fff; } .st-contact-top { padding: 37px; } .st-contact-top h2 { color: #fff; margin: 0; font-size: 30px; letter-spacing: -.035em; } .st-contact-top p { color: rgba(255,255,255,.65); margin: 9px 0 0; font-size: 14px; line-height: 1.6; } .st-contact-info { background: rgba(255,255,255,.06); border-top: 1px solid rgba(255,255,255,.10); padding: 24px 37px; display: flex; flex-wrap: wrap; gap: 26px 45px; } .st-contact-item span { display: block; font-size: 10px; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .10em; font-weight: 750; margin-bottom: 4px; } .st-contact-item strong, .st-contact-item a { color: #fff; font-size: 14px; text-decoration: none; } .st-contact-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; min-height: 49px; border-radius: 12px; background: #fff; color: var(--st-dark) !important; text-decoration: none !important; font-size: 13px; font-weight: 750; margin-top: 22px; } .st-contact-button svg { width: 17px; height: 17px; } .st-footer-note { text-align: center; color: var(--st-muted); font-size: 11px; line-height: 1.6; margin: 26px auto 0; max-width: 650px; } /* ========================= MOBILE ========================== */ @media screen and (max-width: 950px) { .st-hero-inner { grid-template-columns: 1fr; gap: 35px; } .st-hero-summary { max-width: 500px; } .st-layout { grid-template-columns: 1fr; } .st-sidebar { position: static; } .st-sidebar-card { overflow-x: auto; padding: 12px; } .st-sidebar-title { display: none; } .st-nav { display: flex; gap: 6px; width: max-content; } .st-nav a { background: var(--st-soft); white-space: nowrap; padding: 9px 12px; } .st-nav-num { width: auto; flex: initial; } } @media screen and (max-width: 720px) { .st-container { width: min(100% - 28px, 1180px); } .st-hero { padding: 50px 0 58px; } .st-hero-copy { font-size: 15px; } .st-intro { grid-template-columns: 1fr 1fr; } .st-intro-item + .st-intro-item { border-left: 0; } .st-intro-item:nth-child(even) { border-left: 1px solid var(--st-border); } .st-intro-item:nth-child(n+3) { border-top: 1px solid var(--st-border); } .st-main { padding: 55px 0 70px; } .st-layout { gap: 22px; } .st-overview, .st-section { padding: 24px 20px; border-radius: 17px; } .st-section-head { align-items: flex-start; } .st-section-number { width: 34px; height: 34px; flex-basis: 34px; } .st-section h2 { font-size: 18px; padding-top: 5px; } .st-contact-top, .st-contact-info { padding: 27px 21px; } .st-contact-button { width: 100%; } } @media screen and (max-width: 480px) { .st-intro { grid-template-columns: 1fr; } .st-intro-item:nth-child(even) { border-left: 0; } .st-intro-item + .st-intro-item { border-top: 1px solid var(--st-border); } }
Legal

Terms of Service

These terms explain the rules, rights and responsibilities that apply when you browse, interact with or make a purchase through Sâle and the stores operated through our Services.

At a glance
Your use of the Services is subject to these Terms.
Purchases are made directly with Sâle.
Our Privacy and Refund Policies also apply.
25 sections
Organized for easier navigation
Orders & billing
Purchases, prices and payments
Privacy & content
Your information and feedback
Legal protections
Liability, warranties and governing law
Overview

Welcome to Sâle

The terms “we”, “us” and “our” refer to Sâle. Sâle operates this store and website, including all related information, content, features, tools, products and services in order to provide you, the customer, with a curated shopping experience (the “Services”). Sâle is powered by Shopify, which enables us to provide the Services to you.

These Terms of Service, together with any policies referenced herein, describe your rights and responsibilities when you use the Services.

Please read these Terms carefully. They include important information about your legal rights, including warranty disclaimers and limitations of liability.

By visiting, interacting with or using our Services, you agree to be bound by these Terms of Service and our Privacy Policy. If you do not agree to these Terms or our Privacy Policy, you should not use or access our Services.

01

Access and Account

By agreeing to these Terms of Service, 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 the Services on devices you own, purchase or manage.

To use the Services, including accessing or browsing our online stores or purchasing any products or services we offer, you may be asked to provide certain information, such as your email address, billing, payment and shipping information. You represent and warrant that all information you provide is correct, current and complete and that you have all rights necessary to provide this information.

You are solely responsible for maintaining the security of your account credentials and for all account activity. You may not transfer, sell, assign or license your account to any other person.

02

Our Products

We have made every effort to provide an accurate representation of our products and services in our online stores. However, colors or product appearance may differ from how they appear on your screen due to your device, settings or configuration.

We do not warrant that the appearance or quality of any products or services purchased by you will meet your expectations or be exactly the same as depicted or rendered in our online stores.

Product descriptions are subject to change at any time without notice at our sole discretion. We reserve the right to discontinue any product at any time and may limit quantities offered to any person, geographic region or jurisdiction on a case-by-case basis.

03

Orders

When you place an order, you are making an offer to purchase. Sâle reserves the right to accept or decline your order for any reason at its discretion. Your order is not accepted until Sâle confirms acceptance. We must receive and process your payment before your order is accepted.

Please review your order carefully before submitting it, as Sâle may be unable to accommodate cancellation requests after an order has been accepted.

If we do not accept, make a change to, or cancel an order, we will attempt to notify you using the email address, billing address and/or phone number provided when the order was placed.

Purchases are subject to return or exchange solely in accordance with our Refund Policy.

You represent and warrant that your purchases are for your own personal or household use and not for commercial resale or export.

04

Prices and Billing

Prices, discounts and promotions are subject to change without notice. The price charged for a product or service will be the price in effect when the order is placed and will be shown in your order confirmation email.

Unless expressly stated otherwise, posted prices do not include taxes, shipping, handling, customs or import charges.

Prices displayed in our online stores may differ from prices offered in physical stores or stores operated by third parties. Promotions may be governed by terms separate from these Terms. Where promotion-specific terms conflict with these Terms, the promotion terms will govern.

You agree to provide current, complete and accurate purchase, payment and account information for all purchases and to promptly update this information when necessary.

You represent and warrant that the payment information you provide is true, correct and complete, that you are authorized to use the payment method, that charges will be honored, and that you will pay all charges at the posted prices, including applicable shipping, handling and taxes.

05

Shipping and Delivery

We are not liable for shipping and delivery delays. All delivery times are estimates only and are not guaranteed.

We are not responsible for delays caused by shipping carriers, customs processing or events outside our control. Once products are transferred to the carrier, title and risk of loss pass to you.

06

Intellectual Property

Our Services, including trademarks, brands, text, displays, images, graphics, product reviews, video, audio, design, selection and arrangement thereof, are owned by Sâle, its affiliates or licensors and are protected by U.S. and foreign patent, copyright and other intellectual property laws.

These Terms permit you to use the Services for personal, non-commercial use only. You must not reproduce, distribute, modify, create derivative works of, publicly display, publicly perform, republish, download, store or transmit any material from the Services without our prior written consent.

Except as expressly provided herein, nothing in these Terms grants or shall be construed as granting a license or other rights under any patent, trademark, copyright or other intellectual property of Sâle, Shopify or any third party.

Sâle's names, logos, product and service names, designs and slogans are trademarks of Sâle or its affiliates or licensors. Shopify's name, logo, product and service names, designs and slogans are trademarks of Shopify. Other names, logos and marks are the property of their respective owners.

07

Optional Tools

You may be provided with access to customer tools offered by third parties as part of the Services, which we neither monitor nor have control or input over.

Such tools are provided “as is” and “as available” without warranties, representations or conditions of any kind and without endorsement. We shall have no liability arising from or relating to your use of optional third-party tools.

Any use of optional tools is entirely at your own risk and discretion. You should ensure that you understand and approve the terms on which the relevant third-party provider offers those tools.

New features, tools and resources that we may offer in the future will also form part of the Services and be subject to these Terms.

08

Third-Party Links

The Services may contain materials and hyperlinks to websites provided or operated by third parties, including embedded third-party functionality.

We are not responsible for examining or evaluating the content or accuracy of third-party materials or websites you choose to access. If you leave the Services to access third-party materials or sites, you do so at your own risk.

We are not liable for harm or damages related to your access of third-party websites or your purchase or use of products, services, resources or content available through those websites.

Please carefully review the policies and practices of third parties before engaging in any transaction with them. Complaints or questions regarding third-party products or services should be directed to the relevant third party.

09

Relationship With Shopify

Sâle is powered by Shopify, which enables us to provide the Services to you. However, any sales and purchases you make in our Store are made directly with Sâle.

By using the Services, you acknowledge and agree that Shopify is not responsible for any aspect of any sales between you and Sâle, including any injury, damage or loss resulting from purchased products and services.

You hereby expressly release Shopify and its affiliates from all claims, damages and liabilities arising from or related to your purchases and transactions with Sâle.

Store technology provided by Shopify
10

Privacy Policy

All personal information we collect through the Services is subject to our Privacy Policy. Certain personal information may also be subject to Shopify's Privacy Policy .

Because the Services are hosted by Shopify, Shopify collects and processes personal information about your access to and use of the Services in order to provide and improve the Services.

Information you submit may be transmitted to and shared with Shopify and third parties that may be located in countries other than where you reside. Please review our Privacy Policy for more details about how we, Shopify and our partners use personal information.

11

Feedback

If you submit, upload, post, email or otherwise transmit any ideas, suggestions, feedback, reviews, proposals, plans or other content (“Feedback”), you grant us a perpetual, worldwide, sublicensable, royalty-free license to use, reproduce, modify, publish, distribute and display such Feedback in any medium for any purpose, including commercial use.

You represent and warrant that you own or have all necessary rights to your Feedback, have disclosed any compensation or incentives received in connection with it, and that your Feedback complies with these Terms.

We are under no obligation to maintain Feedback in confidence, pay compensation for Feedback or respond to Feedback.

We may, but have no obligation to, monitor, edit or remove Feedback that we determine in our sole discretion to be unlawful, offensive, threatening, defamatory, obscene, objectionable or in violation of intellectual property rights or these Terms.

You agree that Feedback will not violate any third party's rights, contain unlawful or abusive material, contain malware, misrepresent its origin or otherwise mislead us or third parties. You are solely responsible for Feedback you submit and its accuracy.

12

Errors, Inaccuracies and Omissions

Occasionally information available through the Services may contain typographical errors, inaccuracies or omissions relating to product descriptions, pricing, promotions, offers, shipping charges, transit times or availability.

We reserve the right to correct errors, inaccuracies or omissions, change or update information, or cancel orders if any information is inaccurate at any time without prior notice, including after you have submitted an order.

13

Prohibited Uses

You may access and use the Services only for lawful purposes. You may not use the Services, directly or indirectly, for unlawful or malicious purposes; to violate applicable laws; infringe intellectual property rights; harass, abuse, defame or harm others; transmit false or misleading information; distribute spam or unauthorized promotional material; impersonate another person or entity; or engage in conduct that may harm Sâle, Shopify or users of the Services.

You also agree not to upload or transmit viruses or malicious code, reproduce or exploit portions of the Services, collect or track others' personal information, spam, phish, pharm or pretext the Services, use robots, spiders, scraping tools, data extraction tools, AI tools or automated or manual means to access the Services, or interfere with or circumvent security or authorization features.

Violations

We reserve the right to suspend, disable or terminate your account at any time without notice if we determine that you have violated any part of these Terms.

14

Agents

This section applies if you use, allow, enable or cause the deployment of an “Agent” to access, use or interact with the Services. An Agent means software or a service that takes autonomous or semi-autonomous action on behalf of, or at the instruction of, a person or entity without direct supervision.

No Agent may access, use or interact with the Services unless it identifies itself at all times and operates in accordance with these Terms. An Agent may not access the Services if we have requested that it refrain from doing so.

We may limit, including through technical measures, whether and how Agents access, use or interact with the Services.

Agents must identify themselves in HTTP/HTTPS requests using “Agent/[agent name]” in the user agent string; must not conceal or obfuscate automated access; must not mimic human behavior to bypass detection; must respond truthfully to questions seeking to determine whether interactions are automated; and must not circumvent measures designed to control Agent access.

15

Termination

We may terminate this agreement or your access to the Services, or any part thereof, in our sole discretion at any time without notice. You will remain liable for all amounts due up to and including the date of termination.

Provisions that by their nature should survive termination will continue to apply, including Intellectual Property, Feedback, Termination, Disclaimer of Warranties, Limitation of Liability, Indemnification, Severability, Waiver, Entire Agreement, Assignment, Governing Law and Privacy Policy.

16

Disclaimer of Warranties

The information presented on or through the Services is made available solely for general information purposes. We do not warrant the accuracy, completeness or usefulness of this information. Any reliance you