.sale-contact-page {
--sc-bg: #f7f7f4;
--sc-card: #ffffff;
--sc-text: #17202a;
--sc-muted: #68737f;
--sc-border: #e4e7e8;
--sc-dark: #101b28;
--sc-dark-2: #18293c;
--sc-soft: #f0f3f5;
--sc-green: #167a5b;
--sc-green-bg: #edf8f3;
--sc-blue: #35648f;
--sc-blue-bg: #edf4fa;
width: 100%;
margin: 0;
background: var(--sc-bg);
color: var(--sc-text);
font-family: inherit;
}
.sale-contact-page * {
box-sizing: border-box;
}
.sale-contact-page a {
color: inherit;
}
.sc-container {
width: min(1120px, calc(100% - 40px));
margin: 0 auto;
}
/* HERO */
.sc-hero {
position: relative;
overflow: hidden;
padding: 78px 0 74px;
color: #fff;
background:
radial-gradient(circle at 85% 15%, rgba(255,255,255,.11), transparent 29%),
linear-gradient(135deg, var(--sc-dark), var(--sc-dark-2));
}
.sc-hero-inner {
display: grid;
grid-template-columns: minmax(0, 1fr) 355px;
gap: 60px;
align-items: center;
}
.sc-eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 13px;
margin-bottom: 22px;
border: 1px solid rgba(255,255,255,.16);
border-radius: 999px;
background: rgba(255,255,255,.07);
font-size: 12px;
font-weight: 750;
letter-spacing: .08em;
text-transform: uppercase;
}
.sc-eyebrow svg {
width: 16px;
height: 16px;
}
.sc-hero h1 {
max-width: 720px;
margin: 0;
color: #fff;
font-size: clamp(40px, 5vw, 64px);
line-height: 1.02;
letter-spacing: -.045em;
}
.sc-hero-copy {
max-width: 680px;
margin: 21px 0 0;
color: rgba(255,255,255,.72);
font-size: 16px;
line-height: 1.7;
}
.sc-hero-card {
padding: 29px;
border-radius: 22px;
background: #fff;
color: var(--sc-text);
box-shadow: 0 20px 60px rgba(0,0,0,.18);
}
.sc-hero-card-icon {
display: flex;
width: 50px;
height: 50px;
align-items: center;
justify-content: center;
margin-bottom: 21px;
border-radius: 15px;
background: var(--sc-soft);
}
.sc-hero-card-icon svg {
width: 24px;
height: 24px;
stroke: var(--sc-dark);
}
.sc-hero-card small {
display: block;
margin-bottom: 6px;
color: var(--sc-muted);
font-size: 11px;
font-weight: 750;
letter-spacing: .1em;
text-transform: uppercase;
}
.sc-email {
display: inline-block;
margin-bottom: 12px;
color: var(--sc-dark) !important;
font-size: 20px;
font-weight: 750;
text-decoration: none;
word-break: break-word;
}
.sc-hero-card p {
margin: 0;
color: var(--sc-muted);
font-size: 13px;
line-height: 1.6;
}
.sc-email-button {
display: inline-flex;
width: 100%;
min-height: 49px;
align-items: center;
justify-content: center;
gap: 9px;
margin-top: 22px;
padding: 0 18px;
border-radius: 12px;
background: var(--sc-dark);
color: #fff !important;
font-size: 13px;
font-weight: 750;
text-decoration: none !important;
}
.sc-email-button svg {
width: 17px;
height: 17px;
}
/* MAIN */
.sc-main {
padding: 78px 0 90px;
}
.sc-section {
margin-top: 76px;
}
.sc-section:first-child {
margin-top: 0;
}
.sc-heading {
max-width: 720px;
margin-bottom: 30px;
}
.sc-kicker {
margin-bottom: 9px;
color: var(--sc-muted);
font-size: 12px;
font-weight: 750;
letter-spacing: .12em;
text-transform: uppercase;
}
.sc-heading h2 {
margin: 0;
color: var(--sc-dark);
font-size: clamp(28px, 4vw, 39px);
line-height: 1.13;
letter-spacing: -.035em;
}
.sc-heading p {
margin: 13px 0 0;
color: var(--sc-muted);
font-size: 15px;
line-height: 1.65;
}
/* HELP CATEGORIES */
.sc-cards {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 14px;
}
.sc-card {
min-width: 0;
padding: 25px;
border: 1px solid var(--sc-border);
border-radius: 19px;
background: var(--sc-card);
}
.sc-card-icon {
display: flex;
width: 44px;
height: 44px;
align-items: center;
justify-content: center;
margin-bottom: 24px;
border-radius: 13px;
background: var(--sc-soft);
}
.sc-card-icon svg {
width: 21px;
height: 21px;
stroke: var(--sc-dark);
}
.sc-card h3 {
margin: 0 0 8px;
color: var(--sc-dark);
font-size: 17px;
}
.sc-card p {
margin: 0;
color: var(--sc-muted);
font-size: 13px;
line-height: 1.6;
}
/* CONTACT GUIDANCE */
.sc-guide {
display: grid;
grid-template-columns: .9fr 1.1fr;
overflow: hidden;
border: 1px solid var(--sc-border);
border-radius: 23px;
background: var(--sc-card);
}
.sc-guide-intro {
padding: 36px;
background: var(--sc-dark);
color: #fff;
}
.sc-guide-intro .sc-kicker {
color: rgba(255,255,255,.5);
}
.sc-guide-intro h2 {
margin: 0;
color: #fff;
font-size: 31px;
line-height: 1.15;
letter-spacing: -.035em;
}
.sc-guide-intro p {
margin: 14px 0 0;
color: rgba(255,255,255,.65);
font-size: 14px;
line-height: 1.65;
}
.sc-guide-list {
padding: 12px 34px;
}
.sc-guide-item {
display: grid;
grid-template-columns: 35px 1fr;
gap: 14px;
padding: 22px 0;
}
.sc-guide-item + .sc-guide-item {
border-top: 1px solid var(--sc-border);
}
.sc-guide-num {
display: flex;
width: 33px;
height: 33px;
align-items: center;
justify-content: center;
border-radius: 10px;
background: var(--sc-soft);
color: var(--sc-dark);
font-size: 11px;
font-weight: 800;
}
.sc-guide-item strong {
display: block;
margin: 1px 0 5px;
color: var(--sc-dark);
font-size: 14px;
}
.sc-guide-item p {
margin: 0;
color: var(--sc-muted);
font-size: 13px;
line-height: 1.55;
}
/* IMPORTANT */
.sc-notice {
display: flex;
gap: 17px;
align-items: flex-start;
padding: 27px 29px;
border: 1px solid #d6e7de;
border-radius: 19px;
background: var(--sc-green-bg);
}
.sc-notice-icon {
display: flex;
width: 44px;
height: 44px;
flex: 0 0 auto;
align-items: center;
justify-content: center;
border-radius: 13px;
background: #fff;
}
.sc-notice-icon svg {
width: 21px;
height: 21px;
stroke: var(--sc-green);
}
.sc-notice h3 {
margin: 1px 0 6px;
color: var(--sc-dark);
font-size: 17px;
}
.sc-notice p {
margin: 0;
color: var(--sc-muted);
font-size: 13px;
line-height: 1.65;
}
/* STORE INFO */
.sc-info {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 17px;
}
.sc-info-card {
padding: 29px;
border: 1px solid var(--sc-border);
border-radius: 19px;
background: var(--sc-card);
}
.sc-info-label {
margin-bottom: 9px;
color: var(--sc-muted);
font-size: 11px;
font-weight: 750;
letter-spacing: .1em;
text-transform: uppercase;
}
.sc-info-value {
color: var(--sc-dark);
font-size: 17px;
font-weight: 700;
line-height: 1.45;
}
.sc-info-value a {
text-decoration: none;
}
.sc-info-sub {
margin-top: 7px;
color: var(--sc-muted);
font-size: 12px;
line-height: 1.55;
}
/* CTA */
.sc-cta {
display: grid;
grid-template-columns: 1fr auto;
gap: 30px;
align-items: center;
padding: 42px;
border-radius: 23px;
background: var(--sc-dark);
color: #fff;
}
.sc-cta h2 {
margin: 0 0 8px;
color: #fff;
font-size: 29px;
letter-spacing: -.03em;
}
.sc-cta p {
max-width: 650px;
margin: 0;
color: rgba(255,255,255,.65);
font-size: 14px;
line-height: 1.6;
}
.sc-cta-button {
display: inline-flex;
min-height: 51px;
align-items: center;
justify-content: center;
gap: 9px;
padding: 0 23px;
border-radius: 13px;
background: #fff;
color: var(--sc-dark) !important;
font-size: 14px;
font-weight: 750;
text-decoration: none !important;
white-space: nowrap;
}
.sc-cta-button svg {
width: 17px;
height: 17px;
}
.sc-fineprint {
margin-top: 27px;
color: var(--sc-muted);
font-size: 11px;
line-height: 1.65;
text-align: center;
}
@media screen and (max-width: 950px) {
.sc-cards {
grid-template-columns: 1fr 1fr;
}
.sc-hero-inner {
grid-template-columns: 1fr;
gap: 36px;
}
.sc-hero-card {
max-width: 430px;
}
}
@media screen and (max-width: 760px) {
.sc-guide {
grid-template-columns: 1fr;
}
.sc-info {
grid-template-columns: 1fr;
}
}
@media screen and (max-width: 700px) {
.sc-container {
width: min(100% - 28px, 1120px);
}
.sc-hero {
padding: 52px 0 58px;
}
.sc-hero-copy {
font-size: 15px;
}
.sc-main {
padding: 57px 0 70px;
}
.sc-section {
margin-top: 56px;
}
.sc-cards {
grid-template-columns: 1fr;
}
.sc-card {
padding: 23px 21px;
}
.sc-guide-intro {
padding: 29px 22px;
}
.sc-guide-intro h2 {
font-size: 27px;
}
.sc-guide-list {
padding: 8px 21px;
}
.sc-notice {
padding: 22px 19px;
gap: 13px;
}
.sc-info-card {
padding: 24px 21px;
}
.sc-cta {
grid-template-columns: 1fr;
padding: 30px 22px;
}
.sc-cta-button {
width: 100%;
}
}
Contact & Support
We're here to help.
Questions about an order, delivery, return or digital purchase?
Contact our support team and we'll help point you in the right
direction.
How can we help?
One support team for every order
You can use the same contact address regardless of which product
or store you purchased from.
Order Support
Questions about an existing order, payment confirmation or
order details.
Shipping & Tracking
Help locating your package, tracking your shipment or resolving
a delivery issue.
Returns & Refunds
Start a return, ask about eligibility or check the status of an
approved refund.
Digital Purchases
Assistance accessing a digital product by email or through your
customer account.
For faster support
Tell us a little about your order.
Including the right information in your first message helps us
identify your purchase and understand what you need.
01
Your order number
You can find it in your order confirmation email.
02
Email used for the purchase
This helps us locate the correct customer and order.
03
Product or store name
Let us know which product your question relates to.
04
A brief description of the issue
If relevant, include photos of damaged or incorrect items.
Please use the email associated with your order
Whenever possible, contact us from the same email address used
during checkout. This makes it easier to securely locate your
purchase and assist you.
Contact information
How to reach us
Customer support
Order assistance, shipping, returns, refunds and digital
purchases.
Website
sâle.com
Our central domain used across participating stores and product
experiences.
Stay safe
Protect your personal information
Customer support may request information needed to locate your
order, but you should never send sensitive payment credentials by
email.
Never send card details
Do not email us your full credit card number, CVV or payment
account password.
Keep passwords private
Our support team will never ask you to send your account password
by email.
Verify the address
Official customer support messages should relate directly to your
purchase or support request.
When in doubt, email us
If you receive a message you are unsure about, contact
hello@sâle.com directly.
Need help with a purchase?
Send us your order number, the email used at checkout and a brief
description of what you need help with.
Contact support
For questions relating to an existing order, please include your order
number and use the email address associated with your purchase whenever
possible.