@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');
.os-policy-wrap {
max-width: 860px;
margin: 0 auto;
padding: 60px 32px 80px;
font-family: 'Cormorant Garamond', Georgia, serif;
font-weight: 300;
font-size: 17px;
line-height: 1.85;
color: #1a1a1a;
background: #fff;
}
.os-policy-badge { display: block; text-align: center; margin-bottom: 48px; }
.os-policy-badge-inner { display: inline-block; border: 1.5px solid #8B2FC9; padding: 10px 28px; letter-spacing: 0.28em; font-family: 'Cinzel', serif; font-size: 10px; color: #8B2FC9; text-transform: uppercase; }
.os-policy-title { font-family: 'Cinzel', serif; font-size: clamp(26px, 4vw, 38px); font-weight: 700; color: #1a0030; text-align: center; letter-spacing: 0.08em; margin: 0 0 12px; line-height: 1.25; }
.os-policy-subtitle { text-align: center; font-size: 15px; font-style: italic; color: #7a6a8a; margin: 0 0 40px; font-weight: 300; }
.os-gold-rule { display: block; width: 120px; height: 1.5px; background: linear-gradient(90deg, transparent, #C9A535, transparent); margin: 0 auto 48px; }
.os-section-title { font-family: 'Cinzel', serif; font-size: 13px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #8B2FC9; margin: 48px 0 16px; padding-bottom: 10px; border-bottom: 1px solid #f0e8f8; }
.os-policy-wrap p { margin: 0 0 18px; color: #2a2a2a; }
.os-policy-wrap ul { margin: 0 0 18px 0; padding-left: 22px; }
.os-policy-wrap ul li { margin-bottom: 10px; color: #2a2a2a; padding-left: 8px; }
.os-policy-wrap ul li::marker { color: #C9A535; }
.os-highlight-box { background: #faf7ff; border-left: 3px solid #8B2FC9; padding: 20px 24px; margin: 28px 0; font-size: 15.5px; font-style: italic; color: #3a2a4a; border-radius: 0 4px 4px 0; }
.os-meta { text-align: center; font-size: 13px; color: #aaa; margin-top: 48px; font-style: italic; }
strong { font-weight: 600; color: #1a0030; }
/* Identity card */
.os-identity-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1px;
background: #e8e0f0;
border: 1px solid #e8e0f0;
border-radius: 4px;
overflow: hidden;
margin: 28px 0 40px;
}
@media (max-width: 580px) { .os-identity-grid { grid-template-columns: 1fr; } }
.os-id-cell {
background: #fff;
padding: 18px 22px;
}
.os-id-cell:nth-child(odd) { background: #faf7ff; }
.os-id-label {
font-family: 'Cinzel', serif;
font-size: 10px;
letter-spacing: 0.22em;
text-transform: uppercase;
color: #8B2FC9;
margin: 0 0 5px;
display: block;
}
.os-id-value {
font-size: 15.5px;
color: #1a0030;
font-weight: 400;
margin: 0;
line-height: 1.5;
}
.os-id-value a { color: #8B2FC9; text-decoration: none; }
/* License block */
.os-license-block {
background: #1a0030;
border-radius: 4px;
overflow: hidden;
margin: 28px 0 40px;
}
.os-license-header {
background: #8B2FC9;
padding: 14px 24px;
font-family: 'Cinzel', serif;
font-size: 11px;
letter-spacing: 0.22em;
text-transform: uppercase;
color: #fff;
}
.os-license-row {
display: flex;
padding: 14px 24px;
border-bottom: 1px solid rgba(255,255,255,0.07);
gap: 20px;
align-items: baseline;
}
.os-license-row:last-child { border-bottom: none; }
.os-license-key {
font-family: 'Cinzel', serif;
font-size: 10px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: #C9A535;
min-width: 180px;
flex-shrink: 0;
}
.os-license-val {
font-size: 15px;
color: #d4c8e8;
line-height: 1.5;
}
/* IP copyright bar */
.os-copyright-bar {
background: linear-gradient(135deg, #1a0030, #2d0050);
color: #d4c8e8;
padding: 28px 32px;
border-radius: 4px;
margin: 32px 0;
font-size: 15px;
line-height: 1.7;
}
.os-copyright-bar .os-year {
font-family: 'Cinzel', serif;
font-size: 36px;
font-weight: 700;
color: #C9A535;
display: block;
margin-bottom: 8px;
line-height: 1;
}
/* Policy links footer */
.os-policy-links {
display: flex;
flex-wrap: wrap;
gap: 8px 20px;
margin: 24px 0;
padding: 24px;
background: #faf7ff;
border-radius: 4px;
}
.os-policy-links a {
font-family: 'Cinzel', serif;
font-size: 10px;
letter-spacing: 0.18em;
text-transform: uppercase;
color: #8B2FC9;
text-decoration: none;
border-bottom: 1px solid transparent;
transition: border-color 0.2s;
}
.os-policy-links a:hover { border-bottom-color: #C9A535; }
.os-policy-links-label {
font-family: 'Cinzel', serif;
font-size: 10px;
letter-spacing: 0.22em;
text-transform: uppercase;
color: #aaa;
margin: 0 0 14px;
display: block;
width: 100%;
}
.os-disclaimer-box {
border: 1px solid #e8e0f0;
padding: 22px 26px;
margin: 24px 0;
border-radius: 4px;
font-size: 15.5px;
color: #3a2a4a;
}
.os-disclaimer-box-title {
font-family: 'Cinzel', serif;
font-size: 11px;
letter-spacing: 0.2em;
text-transform: uppercase;
color: #C9A535;
margin: 0 0 12px;
display: block;
}
Onur Salon Inc. · 1225 3rd Avenue, New York, NY 10021
Legal Notice
Company identification, licensing, intellectual property, and legal disclaimers
This Legal Notice identifies the legal entity behind Onur Salon and this website, sets out our intellectual property rights, lists our regulatory authorizations, and provides the disclaimers that govern your use of onursalon.com. It should be read alongside our Terms of Service, Privacy Policy, and all other policies linked in our footer.
01 — Company Identity
Legal Name
The Onur Salon Inc.
Business Type
Corporation, New York State
Registered Address
1225 3rd Avenue
New York, NY 10021
United States
Jurisdiction
State of New York, United States
Governing Law
Laws of the State of New York
02 — Licenses & Regulatory Status
Onur Salon operates in full compliance with New York State law. All applicable professional and business licenses are held and current:
Business License
Appearance Enhancement Business License — issued by the New York State Department of State, Division of Licensing Services (dos.ny.gov)
Professional Licenses
All practicing stylists hold valid New York State Cosmetology Licenses issued by the NYS Department of State
Issuing Authority
New York State Department of State — One Commerce Plaza, 99 Washington Ave, Albany, NY 12231
Sales Tax Registration
Registered with the New York State Department of Taxation and Finance for collection of applicable state and local sales taxes
E-Commerce Platform
Shopify Inc. — online store operated in accordance with Shopify's Merchant Terms of Service
Consumers who wish to verify any professional license may do so through the NYS License Center at dos.ny.gov/licensing.
03 — Website Publisher & Hosting
Website Owner & Publisher
The Onur Salon Inc.
1225 3rd Avenue, New York, NY 10021
Hosting Provider
Shopify Inc.
151 O'Connor Street, Ottawa, ON K2P 2L8, Canada
shopify.com
Booking Platform Host
Fresha (Shedul Ltd.)
fresha.com
Domain Registrar
Managed through Shopify or third-party registrar
04 — Intellectual Property & Copyright
© 2026
The Onur Salon Inc. All rights reserved.
All content published on onursalon.com — including but not limited to the Onur Salon name, logo, brand mark, photographs, videos, written content, service descriptions, graphics, design elements, and the overall look and feel of the website — is the exclusive intellectual property of The Onur Salon Inc. and is protected under United States copyright law (Title 17, U.S. Code), trademark law, and other applicable intellectual property statutes.
Unauthorized use of any content from this website is strictly prohibited, including:
- Reproducing, copying, or distributing any text, images, or video without written permission
- Using the Onur Salon name, logo, or brand identity in any commercial context without authorization
- Scraping or systematically downloading website content using automated tools
- Creating derivative works based on Onur Salon's creative materials
- Passing off Onur Salon's content or brand identity as your own
Limited permission is granted to share links to our website and to share our social media content (Instagram, TikTok, etc.) using native platform sharing features, provided such sharing does not suggest endorsement, misrepresent our brand, or damage our reputation.
For licensing, press, or media inquiries, please contact info@onursalon.com.
05 — Trademarks
The names "Onur Salon" and "The Onur Salon Inc.", the Onur Salon logo mark (the stylized "OS" symbol), and all associated brand elements are trademarks or service marks of The Onur Salon Inc. in the United States. Any use of these marks without prior written consent is an infringement of our trademark rights and may result in legal action.
Third-party trademarks, product names, and brand names referenced on this website belong to their respective owners and are used for identification and descriptive purposes only. Their appearance on this site does not constitute endorsement by or affiliation with Onur Salon unless explicitly stated.
06 — Disclaimers
Website Accuracy
While we make every effort to ensure the accuracy and completeness of information on this website, Onur Salon makes no warranties — express or implied — regarding the accuracy, reliability, or suitability of any content. Prices, services, hours, and availability are subject to change without notice. For the most current information, please contact us directly.
Professional Results
Results from salon services and retail products vary by individual. Factors including hair type, texture, condition, prior chemical history, and individual biology affect outcomes. Before-and-after photographs and client testimonials shown on this website represent individual results and are not a guarantee of the same outcome for any particular client.
Third-Party Links
This website may contain links to third-party websites (such as our booking platform, product manufacturers, or social media platforms). These links are provided for convenience only. Onur Salon has no control over the content or privacy practices of those sites and accepts no responsibility for their content, products, or policies. Linking does not constitute endorsement.
No Professional Advice
Content published on this website, including blog posts, social media, and product descriptions, is for informational and educational purposes only. It does not constitute medical, dermatological, or professional health advice. If you have concerns about a scalp condition, allergic reaction, or hair health issue, please consult a qualified healthcare professional.
Limitation of Liability
To the maximum extent permitted by New York State and US federal law, The Onur Salon Inc. and its owners, directors, employees, and agents shall not be liable for any direct, indirect, incidental, consequential, or punitive damages arising from your use of, or inability to use, this website or its content — including any damages caused by errors, omissions, interruptions, or delays.
07 — Applicable Law & Jurisdiction
This Legal Notice and all matters relating to the use of onursalon.com are governed by the laws of the State of New York, United States of America, without regard to conflict-of-law principles. Any dispute arising out of or relating to this Legal Notice or your use of this website shall be subject to the exclusive jurisdiction of the courts of New York County, New York.
If you are accessing this website from outside the United States, you are responsible for compliance with local laws applicable in your jurisdiction. Onur Salon makes no representation that its website or products are appropriate or available for use outside the United States.
08 — Consumer Rights & Regulatory Contacts
If you have a concern about our practices that we have been unable to resolve directly, you may contact the following regulatory bodies:
-
New York State Division of Consumer Protection
Complaints: dos.ny.gov/consumer-protection · Phone: 1-800-697-1220
-
New York State Department of State — Licensing Services
Professional license verification and complaints: dos.ny.gov/licensing
-
Federal Trade Commission (FTC)
Online fraud or deceptive practices: ftc.gov/complaint
-
Better Business Bureau — New York City
bbb.org/us/ny/new-york
09 — Complete Legal Framework
This Legal Notice is part of a complete set of policies governing the use of onursalon.com and all services and products offered by Onur Salon. All policies are available at the links below:
The information on this page is provided for transparency and legal clarity. For questions, please do not hesitate to reach us at info@onursalon.com.
Last Updated: May 2026 · The Onur Salon Inc. · New York, NY