.sl-legal {
--sl-ink: #27221f;
--sl-soft-ink: #665f59;
--sl-line: #e8e2dc;
--sl-cream: #f7f4ef;
--sl-warm: #efe9e2;
--sl-white: #ffffff;
max-width: 1080px;
margin: 0 auto;
padding: 72px 28px 100px;
color: var(--sl-ink);
font-family: "Inter", Arial, sans-serif;
font-size: 15px;
line-height: 1.75;
}
.sl-legal * {
box-sizing: border-box;
}
.sl-legal a {
color: inherit;
text-decoration: underline;
text-underline-offset: 3px;
}
.sl-legal h1,
.sl-legal h2,
.sl-legal h3 {
font-family: "Cormorant Garamond", Georgia, serif;
color: var(--sl-ink);
}
.sl-eyebrow {
margin-bottom: 18px;
text-align: center;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.18em;
text-transform: uppercase;
color: #8a8078;
}
.sl-legal h1 {
margin: 0;
text-align: center;
font-size: clamp(42px, 6vw, 64px);
line-height: 1;
font-weight: 500;
letter-spacing: -0.02em;
}
.sl-intro {
max-width: 720px;
margin: 22px auto 0;
text-align: center;
color: var(--sl-soft-ink);
}
.sl-summary {
display: grid;
grid-template-columns: repeat(4, 1fr);
margin-top: 54px;
border-top: 1px solid var(--sl-line);
border-bottom: 1px solid var(--sl-line);
}
.sl-summary-item {
padding: 24px 18px;
text-align: center;
border-right: 1px solid var(--sl-line);
}
.sl-summary-item:last-child {
border-right: 0;
}
.sl-summary-label {
margin-bottom: 8px;
font-size: 10px;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #938880;
}
.sl-summary-value {
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 22px;
line-height: 1.2;
font-weight: 600;
}
.sl-section {
padding: 54px 0;
border-bottom: 1px solid var(--sl-line);
}
.sl-section:last-child {
border-bottom: none;
}
.sl-section-number {
margin-bottom: 7px;
font-size: 10px;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
color: #9b9088;
}
.sl-section h2 {
margin: 0 0 22px;
font-size: 36px;
line-height: 1.1;
font-weight: 500;
}
.sl-section h3 {
margin: 0 0 10px;
font-size: 25px;
line-height: 1.2;
font-weight: 600;
}
.sl-section p {
margin: 0 0 14px;
color: var(--sl-soft-ink);
}
.sl-grid-2 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 18px;
margin-top: 26px;
}
.sl-grid-3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
margin-top: 28px;
}
.sl-card {
padding: 28px;
border: 1px solid var(--sl-line);
background: var(--sl-white);
}
.sl-card.soft {
background: var(--sl-cream);
}
.sl-card-label {
margin-bottom: 10px;
font-size: 10px;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #8d827a;
}
.sl-card-title {
margin-bottom: 10px;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 26px;
font-weight: 600;
line-height: 1.2;
}
.sl-business-box {
margin-top: 28px;
padding: 30px;
background: var(--sl-cream);
border: 1px solid var(--sl-line);
}
.sl-business-table {
display: grid;
grid-template-columns: 200px 1fr;
border-top: 1px solid var(--sl-line);
margin-top: 18px;
}
.sl-business-row {
display: contents;
}
.sl-business-cell {
padding: 14px 0;
border-bottom: 1px solid var(--sl-line);
color: var(--sl-soft-ink);
}
.sl-business-cell.label {
font-weight: 600;
color: var(--sl-ink);
}
.sl-compliance-card {
position: relative;
overflow: hidden;
min-height: 220px;
padding: 30px;
border: 1px solid var(--sl-line);
background: #fbfaf8;
}
.sl-compliance-mark {
margin-bottom: 22px;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 40px;
font-weight: 600;
letter-spacing: 0.02em;
}
.sl-compliance-card p {
font-size: 14px;
}
.sl-notice {
margin-top: 26px;
padding: 22px 24px;
background: var(--sl-cream);
border-left: 3px solid #5b4e46;
}
.sl-notice strong {
display: block;
margin-bottom: 6px;
font-size: 11px;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--sl-ink);
}
.sl-policy-link {
display: flex;
justify-content: space-between;
gap: 18px;
align-items: center;
padding: 22px 0;
border-bottom: 1px solid var(--sl-line);
text-decoration: none !important;
}
.sl-policy-link:first-child {
border-top: 1px solid var(--sl-line);
}
.sl-policy-name {
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 24px;
font-weight: 600;
}
.sl-policy-desc {
margin-top: 3px;
font-size: 13px;
color: var(--sl-soft-ink);
}
.sl-policy-arrow {
font-size: 20px;
color: #8a8078;
}
.sl-contact-box {
margin-top: 28px;
padding: 32px;
background: var(--sl-ink);
color: #fff;
}
.sl-contact-box h3,
.sl-contact-box p,
.sl-contact-box a {
color: #fff;
}
.sl-contact-box h3 {
margin-top: 0;
}
.sl-small {
font-size: 12px;
color: #8e837b !important;
}
.sl-footer-line {
margin-top: 34px;
text-align: center;
font-size: 10px;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #91867e;
}
@media (max-width: 768px) {
.sl-legal {
padding: 48px 20px 70px;
font-size: 14px;
}
.sl-legal h1 {
font-size: 44px;
}
.sl-summary {
grid-template-columns: 1fr 1fr;
}
.sl-summary-item {
border-bottom: 1px solid var(--sl-line);
}
.sl-summary-item:nth-child(2) {
border-right: 0;
}
.sl-summary-item:nth-child(3),
.sl-summary-item:nth-child(4) {
border-bottom: 0;
}
.sl-grid-2,
.sl-grid-3 {
grid-template-columns: 1fr;
}
.sl-business-table {
grid-template-columns: 1fr;
}
.sl-business-row {
display: block;
border-bottom: 1px solid var(--sl-line);
padding: 12px 0;
}
.sl-business-cell {
border-bottom: none;
padding: 2px 0;
}
.sl-section {
padding: 40px 0;
}
.sl-section h2 {
font-size: 31px;
}
}
Trust · Solanelive
Business & Legal Information
Transparency matters. This page provides clear information about
Solanelive, our business identity, customer support, product compliance,
and the policies that apply when shopping with us.
Registered In
Colorado, U.S.
Product Compliance
UL · ETL · CE
01 · Business Identity
Registered in the United States.
Solanelive is an online lighting retailer operated by Velnio LLC,
a limited liability company registered in the State of Colorado,
United States.
We believe customers should be able to clearly understand who they are
purchasing from, how to contact us, and the policies that apply to
their orders.
Registered Business Information
Entity Type
Limited Liability Company
Jurisdiction
Colorado, United States
Business Address
5422 S Genoa St
Centennial, CO 80015
United States
Business Address Notice
The address listed above is our business and correspondence address.
It is not a return address. Customers requesting a return should contact
our customer care team first to receive the appropriate return instructions
and return address.
02 · Customer Care
Real support when you need it.
Questions about an order, product, delivery, return, or installation?
Our customer care team is available to assist you.
Email
Customer Support
service@solanelive.com
Best for order questions, product information, returns,
and inquiries that include photos or videos.
Phone
Talk With Us
+1 720-209-1386
For customer service, delivery questions,
and time-sensitive order inquiries.
Response Time
We aim to respond to customer inquiries within 24 hours.
Please include your order number when contacting us about an existing order.
03 · Product Compliance
Designed with safety in mind.
We take product safety and electrical compliance seriously.
Depending on the product, configuration, and destination market,
Solanelive lighting products may carry applicable certifications,
compliance marks, or certified electrical components.
UL
Safety Standards
Selected Solanelive lighting products may carry applicable UL
certification or incorporate UL-listed electrical components
designed to meet relevant U.S. safety requirements.
ETL
North American Compliance
Selected products may carry ETL certification demonstrating
compliance with applicable North American electrical safety standards.
CE
European Conformity
Selected products may carry CE conformity markings where applicable
to products intended for relevant European markets.
Certification Information
Certifications and compliance details may vary by product, model,
configuration, or destination market. If you require certification
information for a specific product, please contact us before purchasing.
04 · Product Information
Clear product details before you buy.
We aim to provide clear and accurate information for the lighting products
offered on Solanelive, including available dimensions, materials,
finishes, electrical specifications, and other relevant product details.
Product specifications may vary by model, size, finish, configuration,
and destination market. Please review the individual product page carefully
before placing an order.
For questions about dimensions, compatibility, electrical specifications,
installation, or certification, please contact our customer care team
before purchasing.
05 · Store Policies
Clear policies. No surprises.
Customers can review our store policies before placing an order.
These policies explain shipping, returns, refunds, privacy,
and the terms that apply when using Solanelive.
06 · Consumer Transparency
What you see should be what you get.
Product Information
Accurate Details
We work to keep product descriptions, specifications,
images, availability, and pricing accurate and up to date.
Pricing
Transparent Costs
Product prices and available promotions are displayed before checkout.
Applicable shipping charges or other order costs are presented during
the purchasing process where relevant.
Policies
Clear Before Purchase
Shipping, cancellation, return, and refund information is available
on our website so customers can review applicable policies before
completing a purchase.
Customer Support
Accessible Assistance
Customers can contact Solanelive by email or phone for assistance
before or after placing an order.
07 · Contact & Verification
Questions about Solanelive?
For questions regarding Solanelive, Velnio LLC,
an existing order, product compliance, or one of our store policies,
please contact our customer care team.
The business address above is provided for business and correspondence
purposes. It is not a return address. Please contact customer care before
returning any product.