/* ββ Hide Shopify theme page header ββ */
.section-template--26576578937131__main-padding,
.breadcrumb-wp,
.main-page-title {
display: none !important;
}
/* ββ Scoped to .nm-privacy to avoid Shopify theme conflicts ββ */
.nm-privacy *,
.nm-privacy *::before,
.nm-privacy *::after {
box-sizing: border-box;
}
:root {
--nm-brand: #F26522;
--nm-hover: #d4541a;
--nm-light: #FEF0E8;
--nm-mid: #FBDCC8;
--nm-text: #1c1c1c;
--nm-muted: #6b6b6b;
--nm-bg: #FAFAF8;
--nm-surface: #ffffff;
--nm-border: #E8E3DC;
--nm-subtle: #F5F1EC;
--nm-radius: 10px;
--nm-radius-lg: 14px;
}
/* Reset Shopify theme interference */
.nm-privacy h1,
.nm-privacy h2,
.nm-privacy h3,
.nm-privacy h4,
.nm-privacy p,
.nm-privacy ul,
.nm-privacy ol,
.nm-privacy li,
.nm-privacy a,
.nm-privacy table,
.nm-privacy td,
.nm-privacy th {
all: revert;
}
.nm-privacy h1,
.nm-privacy h2,
.nm-privacy h3,
.nm-privacy p,
.nm-privacy ul,
.nm-privacy ol,
.nm-privacy li {
font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
line-height: 1.8 !important;
text-transform: none !important;
letter-spacing: normal !important;
}
/* ββ Outer wrapper ββ */
.nm-privacy {
font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
color: var(--nm-text);
font-size: 16px;
line-height: 1.8;
-webkit-font-smoothing: antialiased;
margin: 0 auto !important;
padding: 0 !important;
}
/* ββ HEADER ββ */
.nm-hdr {
background: var(--nm-brand) !important;
padding: clamp(40px,8vw,72px) 20px clamp(32px,6vw,56px) !important;
text-align: center !important;
position: relative !important;
overflow: hidden !important;
margin: 0 -20px !important; /* bleed to edges on Shopify pages */
}
.nm-hdr::before,
.nm-hdr::after {
content: '' !important;
position: absolute !important;
border-radius: 50% !important;
background: rgba(255,255,255,0.07) !important;
pointer-events: none !important;
}
.nm-hdr::before { width:280px; height:280px; top:-80px; right:-60px; }
.nm-hdr::after { width:200px; height:200px; bottom:-60px; left:-40px; }
.nm-hdr-badge {
display: inline-block !important;
background: rgba(255,255,255,0.18) !important;
border: 1px solid rgba(255,255,255,0.28) !important;
color: #fff !important;
font-size: 11px !important;
font-weight: 600 !important;
letter-spacing: .08em !important;
text-transform: uppercase !important;
padding: 5px 16px !important;
border-radius: 20px !important;
margin-bottom: 16px !important;
position: relative !important;
}
.nm-hdr h1 {
font-size: clamp(20px,5vw,34px) !important;
font-weight: 600 !important;
color: #fff !important;
letter-spacing: -.02em !important;
line-height: 1.2 !important;
margin: 0 0 10px !important;
padding: 0 !important;
position: relative !important;
text-transform: none !important;
}
.nm-hdr-meta {
font-size: 13px !important;
color: rgba(255,255,255,.6) !important;
position: relative !important;
margin: 0 auto !important;
padding: 0 !important;
}
/* ββ TOC ββ */
.nm-toc {
background: var(--nm-surface) !important;
border-bottom: 1px solid var(--nm-border) !important;
overflow-x: auto !important;
-webkit-overflow-scrolling: touch !important;
scrollbar-width: none !important;
margin: 0 -20px !important;
padding: 0 20px !important;
}
.nm-toc::-webkit-scrollbar { display: none !important; }
.nm-toc ul {
display: flex !important;
list-style: none !important;
padding: 0 !important;
margin: 0 auto !important;
white-space: nowrap !important;
min-width: max-content !important;
}
.nm-toc a {
display: block !important;
padding: 13px 13px !important;
font-size: 13px !important;
color: var(--nm-muted) !important;
text-decoration: none !important;
border-bottom: 2px solid transparent !important;
transition: color .2s, border-color .2s !important;
font-weight: 400 !important;
}
.nm-toc a:hover {
color: var(--nm-brand) !important;
border-bottom-color: var(--nm-brand) !important;
text-decoration: none !important;
}
/* ββ CONTENT WRAP ββ */
.nm-wrap {
max-width: 960px !important;
margin: 0 auto !important;
padding: clamp(32px,5vw,56px) clamp(20px,4vw,40px) 80px !important;
}
/* ββ INTRO CARD ββ */
.nm-intro {
background: var(--nm-light) !important;
border: 1px solid var(--nm-mid) !important;
border-left: 4px solid var(--nm-brand) !important;
border-radius: var(--nm-radius-lg) !important;
padding: clamp(18px,4vw,26px) clamp(18px,4vw,28px) !important;
margin-bottom: clamp(36px,6vw,52px) !important;
}
.nm-intro p {
font-size: 16px !important;
color: #6b3a1f !important;
margin-bottom: 10px !important;
line-height: 1.75 !important;
padding: 0 !important;
}
.nm-intro p:last-child { margin-bottom: 0 !important; }
.nm-intro a { color: var(--nm-hover) !important; font-weight: 500 !important; text-decoration: underline !important; }
/* ββ SECTIONS ββ */
.nm-sec { margin-bottom: clamp(36px,5vw,52px) !important; }
.nm-sec-hdr {
display: flex !important;
align-items: center !important;
gap: 11px !important;
margin-bottom: 18px !important;
}
.nm-num {
width: 28px !important;
height: 28px !important;
border-radius: 7px !important;
background: var(--nm-brand) !important;
color: #fff !important;
font-size: 12px !important;
font-weight: 600 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
flex-shrink: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
.nm-privacy h2 {
font-size: clamp(17px,2vw,21px) !important;
font-weight: 600 !important;
letter-spacing: -.01em !important;
margin: 0 !important;
padding: 0 !important;
color: var(--nm-text) !important;
text-transform: none !important;
}
.nm-privacy h3 {
font-size: 17px !important;
font-weight: 600 !important;
color: var(--nm-text) !important;
margin: 20px 0 8px !important;
padding: 0 !important;
text-transform: none !important;
}
.nm-privacy p {
font-size: 16.5px !important;
color: #3c3c3c !important;
margin-bottom: 12px !important;
padding: 0 !important;
line-height: 1.8 !important;
}
.nm-privacy ul,
.nm-privacy ol {
padding-left: 20px !important;
margin-bottom: 12px !important;
}
.nm-privacy li {
font-size: 16px !important;
color: #3c3c3c !important;
margin-bottom: 7px !important;
padding: 0 !important;
}
.nm-divider {
border: none !important;
border-top: 1px solid var(--nm-border) !important;
margin: 0 0 clamp(28px,4vw,40px) !important;
}
.nm-privacy a {
color: var(--nm-hover) !important;
}
.nm-privacy a:hover { text-decoration: underline !important; }
/* ββ CARDS ββ */
.nm-cards {
display: grid !important;
grid-template-columns: repeat(auto-fill, minmax(min(160px,100%), 1fr)) !important;
gap: 11px !important;
margin-top: 12px !important;
}
.nm-card {
background: var(--nm-surface) !important;
border: 1px solid var(--nm-border) !important;
border-top: 3px solid var(--nm-brand) !important;
border-radius: var(--nm-radius) !important;
padding: 15px 16px !important;
}
.nm-card-ico { font-size: 18px !important; margin-bottom: 7px !important; display: block !important; }
.nm-card h3 { font-size: 13px !important; font-weight: 600 !important; margin: 0 0 5px !important; }
.nm-card p { font-size: 12.5px !important; color: var(--nm-muted) !important; margin: 0 !important; line-height: 1.55 !important; }
/* ββ BADGES ββ */
.nm-badges { display: flex !important; flex-wrap: wrap !important; gap: 7px !important; margin-top: 10px !important; }
.nm-badge {
background: var(--nm-light) !important;
border: 1px solid var(--nm-mid) !important;
color: #b84d12 !important;
font-size: 12px !important;
font-weight: 500 !important;
padding: 3px 11px !important;
border-radius: 20px !important;
}
/* ββ RIGHTS ββ */
.nm-rights {
display: grid !important;
grid-template-columns: repeat(auto-fill, minmax(min(200px,100%), 1fr)) !important;
gap: 9px !important;
margin-top: 10px !important;
}
.nm-right {
background: var(--nm-surface) !important;
border: 1px solid var(--nm-border) !important;
border-radius: 8px !important;
padding: 12px 14px !important;
font-size: 13.5px !important;
display: flex !important;
align-items: center !important;
gap: 9px !important;
margin: 0 auto !important;
list-style: none !important;
}
.nm-right::before {
content: '' !important;
width: 7px !important;
height: 7px !important;
border-radius: 50% !important;
background: var(--nm-brand) !important;
flex-shrink: 0 !important;
}
/* ββ TABLE ββ */
.nm-tbl-wrap {
overflow-x: auto !important;
-webkit-overflow-scrolling: touch !important;
margin-top: 12px !important;
}
.nm-tbl {
width: 100% !important;
border-collapse: collapse !important;
font-size: 14px !important;
min-width: 340px !important;
}
.nm-tbl thead th {
background: var(--nm-brand) !important;
color: #fff !important;
padding: 10px 16px !important;
text-align: left !important;
font-weight: 500 !important;
font-size: 13px !important;
text-transform: none !important;
letter-spacing: normal !important;
}
.nm-tbl tbody tr:nth-child(odd) { background: var(--nm-subtle) !important; }
.nm-tbl tbody tr:nth-child(even) { background: var(--nm-surface) !important; }
.nm-tbl td {
padding: 10px 16px !important;
border-bottom: 1px solid var(--nm-border) !important;
color: #3c3c3c !important;
font-size: 14px !important;
}
/* ββ SECURITY GRID ββ */
.nm-secgrid {
display: grid !important;
grid-template-columns: repeat(auto-fill, minmax(min(220px,100%), 1fr)) !important;
gap: 9px !important;
margin-top: 10px !important;
}
.nm-secitem {
background: var(--nm-subtle) !important;
border-left: 3px solid var(--nm-brand) !important;
border-radius: 8px !important;
padding: 12px 14px !important;
font-size: 13.5px !important;
color: var(--nm-text) !important;
}
/* ββ LAWS ββ */
.nm-laws { display: flex !important; flex-wrap: wrap !important; gap: 7px !important; margin-top: 12px !important; }
.nm-law {
background: var(--nm-surface) !important;
border: 1px solid var(--nm-border) !important;
border-radius: 6px !important;
padding: 5px 13px !important;
font-size: 12.5px !important;
font-weight: 500 !important;
color: var(--nm-muted) !important;
text-decoration: none !important;
display: inline-block !important;
transition: border-color .2s, color .2s !important;
}
.nm-law:hover {
border-color: var(--nm-brand) !important;
color: var(--nm-brand) !important;
text-decoration: none !important;
}
/* ββ CONTACT BOX ββ */
.nm-contact {
background: var(--nm-brand) !important;
border-radius: var(--nm-radius-lg) !important;
padding: clamp(24px,5vw,36px) clamp(20px,5vw,36px) clamp(20px,4vw,28px) !important;
margin-top: clamp(36px,6vw,52px) !important;
position: relative !important;
overflow: hidden !important;
}
.nm-contact::before {
content: '' !important;
position: absolute !important;
width: 220px !important; height: 220px !important;
border-radius: 50% !important;
top: -70px !important; right: -50px !important;
background: rgba(255,255,255,0.07) !important;
pointer-events: none !important;
}
.nm-contact h2 {
color: #fff !important;
font-size: clamp(17px,3vw,21px) !important;
margin: 0 0 4px !important;
padding: 0 !important;
position: relative !important;
text-transform: none !important;
}
.nm-contact-sub {
color: rgba(255,255,255,.65) !important;
font-size: 13.5px !important;
margin-bottom: clamp(18px,4vw,26px) !important;
position: relative !important;
}
.nm-chgrid {
display: grid !important;
grid-template-columns: repeat(auto-fill, minmax(min(190px,100%), 1fr)) !important;
gap: 11px !important;
position: relative !important;
}
.nm-ch {
background: rgba(255,255,255,.11) !important;
border: 1px solid rgba(255,255,255,.18) !important;
border-radius: var(--nm-radius) !important;
padding: 15px 16px !important;
text-decoration: none !important;
color: #fff !important;
display: block !important;
transition: background .2s !important;
}
.nm-ch:hover { background: rgba(255,255,255,.2) !important; text-decoration: none !important; color: #fff !important; }
.nm-ch-lbl {
font-size: 11px !important;
text-transform: uppercase !important;
letter-spacing: .07em !important;
color: rgba(255,255,255,.55) !important;
margin-bottom: 5px !important;
}
.nm-ch-val { font-size: 14px !important; font-weight: 600 !important; color: #fff !important; margin-bottom: 3px !important; }
.nm-ch-note { font-size: 12px !important; color: rgba(255,255,255,.55) !important; }
.nm-postal {
margin-top: clamp(14px,3vw,20px) !important;
font-size: 12px !important;
color: rgba(255,255,255,.4) !important;
position: relative !important;
}
.nm-mt { margin-top: clamp(28px,4vw,40px) !important; }
Noonmar Β· Finest Turkish Products
Privacy & Cookie Policy
Last updated: May 22, 2025
Your privacy is very important to Noonmar. We are committed to protecting your personal data and rights in accordance with the highest applicable legal standards, including the EU GDPR, CCPA/CPRA, Gulf data protection regulations (Saudi PDPL and UAE Federal Decree Law No. 45), and TΓΌrkiye's KVKK.
By using our services, you confirm that you have read and understood this Privacy Policy. If you disagree with any part of it, please stop using the site. We may periodically update this policy and will publish revisions with an updated effective date.
1
Data We Collect & How We Use It
Information you provide directly
When you create an account or place an order, we collect data such as your name, contact information (email, phone), billing/shipping address, and payment details β used to fulfill orders, provide services, and communicate with you.
Information collected automatically
When you visit our site, we automatically collect your IP address, device and browser type, pages visited, and session duration through cookies and analytics tools β used to improve performance and personalize your experience.
Information from third parties
We may receive data from delivery companies, payment gateways, or social login providers. All external data is handled in accordance with this policy.
Purposes of use
π¦Order Fulfillment
Processing, delivering orders and providing after-sales support.
πAnalytics & Improvement
Understanding user preferences and improving site performance.
π―Targeted Marketing
Displaying relevant promotional content (with your consent).
π‘οΈCompliance & Security
Legal compliance, fraud detection, and rights protection.
2
Cookie & Tracking Technologies
We use cookies and tracking tools to deliver a better browsing experience:
Tools we use
Essential (login & cart)
Google Analytics
Hotjar
Microsoft Clarity
Meta Pixel
TikTok Pixel
Snapchat Pixel
How to manage your cookies
- Accept or reject non-essential cookies via our privacy banner
- Adjust your browser settings to block or delete cookies
- Use opt-out tools like YourOnlineChoices
- We honor "Do Not Track" (DNT) and Global Privacy Control (GPC) signals
3
Data Sharing & Disclosure
Noonmar never sells your data. We share it only in the cases below β all partners are contractually bound to protect your information:
Service Providers
Payment processors, shipping carriers, hosting and analytics partners.
Affiliates & Partners
For internal operational purposes only.
Regulatory Authorities
When legally required or to protect rights.
With Your Consent
For joint promotions or partnership programs.
4
International Data Transfers
Your data may be stored or processed outside your jurisdiction. We ensure adequate protection through:
-
GDPR: Standard Contractual Clauses (SCCs)
-
KVKK: User consent or official authorization
-
Gulf regulations: Applicable national regulatory mechanisms
Contact us at [emailΒ protected] to request details on current safeguards.
We protect your data using robust technical and administrative measures:
TLS encryption for all data in transit
Firewalls and multi-factor authentication
Role-based access controls
Periodic penetration testing
Secure data deletion procedures
Continuous security monitoring
In the event of a data breach, we will notify affected users and relevant regulators within legally required timeframes (e.g., 72 hours under GDPR).
You have the following rights regarding your personal data:
Access your data
Correct inaccurate data
Delete your data (right to erasure)
Object to processing
Restrict processing
Data portability
Withdraw consent at any time
Opt out of automated decisions
California residents: You may opt out of the sale or sharing of your personal data under CCPA/CPRA.
To submit a request: [emailΒ protected] or via our contact form β select "Privacy".
We retain data only for the legally required periods. Once expired, data is deleted or anonymized:
| Data Type |
Retention Period |
| Orders & invoices |
5β7 years (legal/tax requirements) |
| Marketing data |
Until you unsubscribe |
| Customer support records |
Up to 2 years after ticket closure |
| Analytics data |
Typically 14 months |
8
External Links & Children's Privacy
Our site may contain links to third-party websites. We are not responsible for their privacy practices β please review their policies before providing any personal information.
Noonmar's services are not directed at children under age 13. We do not knowingly collect data from minors. If you believe we have done so in error, please contact us immediately.
We may revise this policy periodically to reflect legal, technical, or operational changes. The date at the top reflects the most recent update. We will notify you of any material changes as required.
This policy complies with the following regulations and their latest amendments: