Terms of service

PERSIAN Store — Terms of Service * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; background: #f7f8fa; color: #111827; line-height: 1.8; overflow-x: hidden; } /* ========================= BACKGROUND ========================= */ .background { position: fixed; inset: 0; z-index: -10; overflow: hidden; background: radial-gradient(circle at 10% 15%, rgba(59,130,246,.12), transparent 28%), radial-gradient(circle at 90% 25%, rgba(139,92,246,.12), transparent 30%), radial-gradient(circle at 50% 100%, rgba(14,165,233,.10), transparent 35%); } .blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .45; animation: floating 14s ease-in-out infinite alternate; } .blob-1 { width: 330px; height: 330px; background: #60a5fa; top: -100px; left: -100px; } .blob-2 { width: 380px; height: 380px; background: #a78bfa; top: 35%; right: -150px; animation-delay: 3s; } .blob-3 { width: 300px; height: 300px; background: #38bdf8; bottom: -120px; left: 35%; animation-delay: 5s; } @keyframes floating { 0% { transform: translate(0,0) scale(1); } 50% { transform: translate(50px,-40px) scale(1.12); } 100% { transform: translate(-30px,50px) scale(.92); } } /* ========================= PARTICLES ========================= */ .particles { position: fixed; inset: 0; pointer-events: none; z-index: -5; } .particle { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: rgba(37,99,235,.3); animation: particleUp linear infinite; } .particle:nth-child(1) { left: 5%; animation-duration: 14s; } .particle:nth-child(2) { left: 15%; animation-duration: 18s; } .particle:nth-child(3) { left: 27%; animation-duration: 12s; } .particle:nth-child(4) { left: 40%; animation-duration: 17s; } .particle:nth-child(5) { left: 55%; animation-duration: 15s; } .particle:nth-child(6) { left: 70%; animation-duration: 20s; } .particle:nth-child(7) { left: 85%; animation-duration: 13s; } .particle:nth-child(8) { left: 95%; animation-duration: 16s; } @keyframes particleUp { 0% { top: 110%; opacity: 0; transform: scale(.4); } 20% { opacity: 1; } 100% { top: -10%; opacity: 0; transform: scale(1.5); } } /* ========================= READING PROGRESS ========================= */ .progress { position: fixed; top: 0; left: 0; width: 0%; height: 4px; background: linear-gradient( 90deg, #2563eb, #7c3aed, #06b6d4 ); z-index: 9999; box-shadow: 0 0 15px rgba(37,99,235,.5); } /* ========================= HERO ========================= */ .hero { min-height: 55vh; display: flex; justify-content: center; align-items: center; text-align: center; padding: 90px 20px 60px; } .hero-content { max-width: 950px; animation: heroIn 1.2s cubic-bezier(.16,1,.3,1); } @keyframes heroIn { from { opacity: 0; transform: translateY(60px) scale(.95); } to { opacity: 1; transform: translateY(0) scale(1); } } .badge { display: inline-flex; align-items: center; gap: 9px; padding: 10px 18px; background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.9); backdrop-filter: blur(15px); border-radius: 999px; font-size: 14px; font-weight: 700; box-shadow: 0 15px 40px rgba(15,23,42,.08); margin-bottom: 25px; } .badge-dot { width: 9px; height: 9px; background: #22c55e; border-radius: 50%; box-shadow: 0 0 15px #22c55e; animation: pulse 2s infinite; } @keyframes pulse { 50% { transform: scale(1.5); opacity: .6; } } .hero h1 { font-size: clamp(42px, 7vw, 78px); line-height: 1; letter-spacing: -4px; font-weight: 900; margin-bottom: 25px; } .gradient { background: linear-gradient( 90deg, #111827, #2563eb, #7c3aed, #06b6d4, #111827 ); background-size: 300%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradientMove 7s linear infinite; } @keyframes gradientMove { from { background-position: 0%; } to { background-position: 300%; } } .hero p { max-width: 700px; margin: auto; color: #64748b; font-size: 18px; } /* ========================= CONTAINER ========================= */ .container { width: min(1150px, 92%); margin: auto; padding-bottom: 100px; } /* ========================= SEARCH ========================= */ .search-box { position: sticky; top: 15px; z-index: 100; margin-bottom: 25px; } .search { width: 100%; padding: 18px 22px 18px 52px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,255,255,.78); backdrop-filter: blur(18px); box-shadow: 0 15px 45px rgba(15,23,42,.08); outline: none; font-size: 15px; transition: .3s; } .search:focus { box-shadow: 0 20px 60px rgba(37,99,235,.12), 0 0 0 3px rgba(37,99,235,.08); } .search-icon { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); font-size: 20px; } /* ========================= TABLE OF CONTENTS ========================= */ .toc { padding: 28px; border-radius: 25px; background: rgba(255,255,255,.72); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 20px 60px rgba(15,23,42,.07); margin-bottom: 25px; } .toc h2 { margin-bottom: 15px; font-size: 21px; } .toc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; } .toc a { text-decoration: none; color: #475569; font-size: 14px; padding: 8px 10px; border-radius: 10px; transition: .25s; } .toc a:hover { color: #2563eb; background: #eff6ff; transform: translateX(4px); } /* ========================= POLICY CARD ========================= */ .policy { padding: 38px; margin-bottom: 20px; border-radius: 28px; background: rgba(255,255,255,.75); border: 1px solid rgba(255,255,255,.9); backdrop-filter: blur(18px); box-shadow: 0 20px 60px rgba(15,23,42,.07); opacity: 0; transform: translateY(45px); transition: opacity .7s ease, transform .7s cubic-bezier(.16,1,.3,1), box-shadow .35s ease; scroll-margin-top: 100px; } .policy.show { opacity: 1; transform: translateY(0); } .policy:hover { box-shadow: 0 30px 80px rgba(15,23,42,.11); transform: translateY(-4px); } .policy-number { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 15px; background: #111827; color: white; font-weight: 800; margin-bottom: 17px; box-shadow: 0 10px 25px rgba(0,0,0,.16); } .policy h2 { font-size: 25px; line-height: 1.3; margin-bottom: 15px; } .policy p { color: #475569; font-size: 15px; margin-bottom: 14px; } .policy ul { padding-left: 25px; color: #475569; } .policy li { margin: 8px 0; } .policy strong { color: #111827; } /* ========================= CONTACT ========================= */ .contact { margin-top: 30px; padding: 55px 30px; border-radius: 32px; text-align: center; background: #111827; color: white; position: relative; overflow: hidden; box-shadow: 0 30px 80px rgba(15,23,42,.2); } .contact::before, .contact::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; animation: rotateRing 10s linear infinite; } .contact::before { left: -100px; top: -140px; } .contact::after { right: -100px; bottom: -140px; animation-direction: reverse; } @keyframes rotateRing { to { transform: rotate(360deg) scale(1.15); } } .contact h2 { font-size: 32px; margin-bottom: 10px; position: relative; z-index: 2; } .contact p { color: #cbd5e1; position: relative; z-index: 2; margin-bottom: 25px; } .contact-email { color: #93c5fd; font-weight: 700; text-decoration: none; } .contact-button { display: inline-flex; align-items: center; gap: 8px; padding: 14px 25px; background: white; color: #111827; border-radius: 999px; text-decoration: none; font-weight: 800; position: relative; z-index: 2; transition: .3s; } .contact-button:hover { transform: translateY(-5px) scale(1.04); box-shadow: 0 15px 40px rgba(255,255,255,.18); } /* ========================= BACK TO TOP ========================= */ .top { position: fixed; right: 22px; bottom: 22px; width: 48px; height: 48px; border: none; border-radius: 50%; background: #111827; color: white; font-size: 20px; cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(15px); transition: .3s; z-index: 999; box-shadow: 0 10px 30px rgba(0,0,0,.18); } .top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); } .top:hover { transform: translateY(-5px); } /* ========================= FOOTER ========================= */ footer { text-align: center; padding: 30px; color: #94a3b8; font-size: 13px; } /* ========================= HIGHLIGHT SEARCH ========================= */ .policy.hidden { display: none; } /* ========================= MOBILE ========================= */ @media(max-width: 800px) { .hero { min-height: 48vh; padding-top: 75px; } .hero h1 { letter-spacing: -2px; } .toc-grid { grid-template-columns: 1fr; } .policy { padding: 28px; } .policy h2 { font-size: 22px; } .contact h2 { font-size: 27px; } } @media(max-width: 480px) { .hero p { font-size: 15px; } .policy p, .policy li { font-size: 14px; } .search { padding-top: 15px; padding-bottom: 15px; } }
PERSIAN Store

Terms of Service

Please read these Terms of Service carefully before accessing or using the PERSIAN store website and services.

Overview

Welcome to PERSIAN store! The terms "we", "us" and "our" refer to PERSIAN store.

PERSIAN store 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").

PERSIAN store is powered by Shopify, which enables us to provide the Services to you.

The below terms and conditions, together with any policies referenced herein (these "Terms of Service" or "Terms") describe your rights and responsibilities when you use the Services.

Please read these Terms of Service carefully, as they include important information about your legal rights and cover areas such as 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 of Service or 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 of the 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 the information you provide in our stores 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 of your 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 may appear on your screen due to the type of device you use and your device settings and configuration.

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

All descriptions of products 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.

03

Orders

When you place an order, you are making an offer to purchase. PERSIAN store reserves the right to accept or decline your order for any reason at its discretion.

Your order is not accepted until PERSIAN store confirms acceptance. We must receive and process your payment before your order is accepted.

Please review your order carefully before submitting, as PERSIAN store may be unable to accommodate cancellation requests after an order is accepted.

Your 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 at the time the order is placed and will be set out in your order confirmation email.

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

You agree to provide current, complete and accurate purchase, payment and account information for all purchases made at our stores.

You represent and warrant that the payment information you provide is accurate and that you are authorized to use the payment method.

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 we transfer products to the carrier, title and risk of loss passes to you, subject to applicable law.

06

Intellectual Property

Our Services, including trademarks, brands, text, displays, images, graphics, product reviews, video, audio, design, selection and arrangement thereof, are owned by PERSIAN store, its affiliates or licensors and are protected by applicable 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 material from the Services without prior written consent.

PERSIAN store's names, logos, product and service names, designs, and slogans are trademarks of PERSIAN store or its affiliates or licensors.

Shopify's name, logo, product and service names, designs and slogans are trademarks of Shopify.

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 any control nor input.

We provide access to such tools "as is" and "as available" without warranties, representations or conditions of any kind.

Any use by you of optional tools offered through the site is entirely at your own risk and discretion.

New features and tools introduced in the future will also be subject to these Terms of Service.

08

Third-Party Links

The Services may contain materials and hyperlinks to websites provided or operated by third parties.

We are not responsible for examining or evaluating the content or accuracy of third-party materials or websites.

If you decide to access third-party sites, you do so at your own risk.

Complaints, claims, concerns, or questions regarding third-party products and services should be directed to the third party.

09

Relationship With Shopify

PERSIAN store is powered by Shopify, which enables us to provide the Services to you.

Any sales and purchases you make in our Store are made directly with PERSIAN store.

By using the Services, you acknowledge and agree that Shopify is not responsible for any aspect of sales between you and PERSIAN store.

You expressly release Shopify and its affiliates from claims, damages and liabilities arising from or related to purchases and transactions with PERSIAN store, to the extent permitted by applicable law.

10

Privacy Policy

All personal information we collect through the Services is subject to our 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 submitted to the Services may be transmitted to and shared with Shopify and third parties that may be located in other countries.

11

Feedback

If you submit, upload, post, email, or otherwise transmit ideas, suggestions, feedback, reviews, proposals, plans, or other content, you grant PERSIAN store a perpetual, worldwide, sublicensable, royalty-free license to use, reproduce, modify, publish, distribute and display that Feedback.

You represent and warrant that you own or have all necessary rights to the Feedback you submit.

Your Feedback must not violate the rights of any third party and must not contain unlawful, abusive, obscene or malicious content.

You are solely responsible for your Feedback and its accuracy.

12

Errors, Inaccuracies and Omissions

Occasionally there may be information on or in the Services that contains typographical errors, inaccuracies or omissions.

These may relate to product descriptions, pricing, promotions, offers, shipping charges, transit times or availability.

We reserve the right to correct errors, inaccuracies or omissions and to change or update information or cancel orders if information is inaccurate.

13

Prohibited Uses

You may access and use the Services for lawful purposes only.

You may not use the Services:

  • For unlawful or malicious purposes.
  • To violate applicable laws or regulations.
  • To infringe intellectual property rights.
  • To harass, abuse, insult or harm others.
  • To transmit false or misleading information.
  • To send spam or unauthorized promotional material.
  • To impersonate another person or entity.
  • To interfere with the operation of the Services.
  • To upload viruses or malicious code.
  • To scrape or extract data without authorization.
  • To circumvent security or authorization features.

We reserve the right to suspend, disable or terminate an account if we determine that these Terms have been violated.

14

Agents

This section applies if you use, allow, enable or cause deployment of an Agent to access, use or interact with any 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.

Agents must identify themselves appropriately in HTTP/HTTPS requests and must not conceal or obfuscate that access, use or interaction is coming from an Agent.

Agents must not circumvent CAPTCHAs or other measures designed to distinguish computer use from humans.

15

Termination

We may terminate this agreement or your access to the Services at our discretion and, where permitted by law, without notice.

You will remain liable for all amounts due up to and including the date of termination.

Provisions concerning intellectual property, feedback, disclaimers, limitations of liability, indemnification, privacy and other provisions that naturally survive termination will continue to apply.

16

Disclaimer of Warranties

The information presented through the Services is made available solely for general information purposes.

We do not warrant the accuracy, completeness or usefulness of this information.

Except as expressly stated by PERSIAN store, the Services and products offered through the Services are provided "as is" and "as available", to the fullest extent permitted by applicable law.

We do not guarantee that use of the Services will be uninterrupted, timely, secure or error-free.

17

Limitation of Liability

To the fullest extent permitted by law, PERSIAN store, its partners, directors, officers, employees, affiliates, agents, contractors, service providers and licensors shall not be liable for indirect, incidental, punitive, special or consequential damages arising from your use of the Services or products.

This includes, where permitted by law, lost profits, lost revenue, lost savings, loss of data, replacement costs or similar damages.

18

Indemnification

You agree to indemnify, defend and hold harmless PERSIAN store, Shopify, affiliates, partners, officers, directors, employees, agents, contractors, licensors and service providers from claims or losses arising from your breach of these Terms.

This also includes claims arising from your violation of applicable law or third-party rights.

19

Severability

If any provision of these Terms is determined to be unlawful, void or unenforceable, that provision will be enforced to the fullest extent permitted by applicable law.

The remaining provisions will continue to remain valid and enforceable.

20

Waiver; Entire Agreement

Failure to exercise or enforce any right or provision of these Terms does not constitute a waiver of that right or provision.

These Terms and policies posted on our website constitute the entire agreement between you and PERSIAN store regarding your use of the Services.

21

Assignment

You may not delegate, transfer or assign this Agreement or your rights or obligations without prior written consent.

PERSIAN store may transfer, assign or delegate these Terms and its rights and obligations without consent or notice, where permitted by law.

22

Governing Law

These Terms of Service and separate agreements whereby we provide Services shall be governed by and construed in accordance with applicable law in the jurisdiction where PERSIAN store is headquartered.

You and PERSIAN store consent to applicable venue and personal jurisdiction in the relevant courts, subject to applicable law.

23

Headings

The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.

24

Changes to Terms of Service

You can review the most current version of the Terms of Service at any time on this page.

We reserve the right, in our sole discretion, to update, change or replace any part of these Terms by posting updates and changes to our website.

It is your responsibility to check our website periodically for changes.

Your continued use of or access to the Services following the posting of changes constitutes acceptance of those changes.

25

Contact Information

Questions about the Terms of Service should be sent to:

Email: pcmerajkhan651831@gmail.com

Trading Name: PERSIAN store

For customer support, please visit our PERSIAN Customer Help Center.

Need Help?

Our customer support team is ready to help you with questions about orders, returns, refunds and our Terms.

Contact PERSIAN Support → © 2026 PERSIAN store. All rights reserved. ↑ /* ========================= SCROLL REVEAL ========================= */ const policies = document.querySelectorAll(".policy"); const observer = new IntersectionObserver( entries => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add("show"); observer.unobserve(entry.target); } }); }, { threshold: .08 } ); policies.forEach((policy, index) => { policy.style.transitionDelay = `${Math.min(index * 0.03, .25)}s`; observer.observe(policy); }); /* ========================= READING PROGRESS ========================= */ window.addEventListener("scroll", () => { const scrollTop = window.scrollY; const documentHeight = document.documentElement.scrollHeight - window.innerHeight; const progress = (scrollTop / documentHeight) * 100; document.getElementById("progress").style.width = progress + "%"; /* BACK TO TOP */ const topButton = document.getElementById("topButton"); if (scrollTop > 500) { topButton.classList.add("visible"); } else { topButton.classList.remove("visible"); } }); /* ========================= BACK TO TOP ========================= */ document.getElementById("topButton") .addEventListener("click", () => { window.scrollTo({ top: 0, behavior: "smooth" }); }); /* ========================= SEARCH TERMS ========================= */ const search = document.getElementById("search"); search.addEventListener("input", () => { const query = search.value.toLowerCase().trim(); policies.forEach(policy => { const text = policy.innerText.toLowerCase(); if (text.includes(query)) { policy.classList.remove("hidden"); } else { policy.classList.add("hidden"); } }); }); /* ========================= MOUSE PARALLAX ========================= */ document.addEventListener("mousemove", e => { const x = (e.clientX / window.innerWidth - .5); const y = (e.clientY / window.innerHeight - .5); document.querySelector(".blob-1").style.transform = `translate(${x * 35}px, ${y * 35}px)`; document.querySelector(".blob-2").style.transform = `translate(${x * -40}px, ${y * -25}px)`; }); /* ========================= CONTACT BUTTON EFFECT ========================= */ const contactButton = document.querySelector(".contact-button"); contactButton.addEventListener("mousemove", e => { const rect = contactButton.getBoundingClientRect(); const x = e.clientX - rect.left - rect.width / 2; const y = e.clientY - rect.top - rect.height / 2; contactButton.style.transform = `translate(${x * .12}px, ${y * .12}px) scale(1.04)`; }); contactButton.addEventListener("mouseleave", () => { contactButton.style.transform = ""; });