Terms of service

Terms of Service — Paras Apparel :root { --gold: #C9A84C; --gold-light: #E8D5A3; --gold-dim: #8B6E2E; --ink: #0E0C0A; --cream: #F7F3EC; --warm-white: #FDFAF5; --muted: #7A6E62; --border: rgba(201,168,76,0.25); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { background-color: var(--warm-white); color: var(--ink); font-family: 'Jost', sans-serif; font-weight: 300; line-height: 1.8; min-height: 100vh; } .top-bar { height: 3px; background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent); } header { text-align: center; padding: 56px 24px 0; } .brand-name { font-family: 'Cormorant Garamond', serif; font-size: 13px; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); margin-bottom: 28px; } .ornament { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 28px; } .ornament-line { width: 80px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); } .ornament-line.right { background: linear-gradient(90deg, var(--gold), transparent); } .ornament-diamond { width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); } h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 6vw, 62px); font-weight: 300; letter-spacing: 0.02em; line-height: 1.1; color: var(--ink); margin-bottom: 16px; } h1 em { font-style: italic; color: var(--gold-dim); } .header-subtitle { font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 52px; } /* Table of Contents */ .toc-wrapper { max-width: 860px; margin: 0 auto 60px; padding: 0 24px; } .toc { border: 1px solid var(--border); padding: 32px 36px; position: relative; background: linear-gradient(135deg, #FDFAF5, #F9F4EC); } .toc::before, .toc::after { content: ''; position: absolute; width: 12px; height: 12px; border: 1px solid var(--gold); } .toc::before { top: -6px; left: -6px; border-right: none; border-bottom: none; } .toc::after { bottom: -6px; right: -6px; border-left: none; border-top: none; } .toc-title { font-family: 'Cormorant Garamond', serif; font-size: 13px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; } .toc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 4px 32px; } .toc-item { font-size: 13px; color: var(--muted); padding: 6px 0; border-bottom: 1px solid rgba(201,168,76,0.1); cursor: pointer; transition: color 0.2s; text-decoration: none; display: flex; gap: 10px; align-items: baseline; } .toc-item:hover { color: var(--gold-dim); } .toc-item span:first-child { font-family: 'Cormorant Garamond', serif; color: var(--gold); font-size: 11px; min-width: 20px; } /* Main */ main { max-width: 860px; margin: 0 auto; padding: 0 24px 80px; } .intro { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 300; font-style: italic; color: var(--muted); text-align: center; max-width: 620px; margin: 0 auto 64px; line-height: 1.7; } .section { margin-bottom: 52px; padding-bottom: 52px; border-bottom: 1px solid var(--border); animation: fadeUp 0.5s ease both; } .section:last-of-type { border-bottom: none; } @keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } } .section:nth-child(1) { animation-delay: 0.05s; } .section:nth-child(2) { animation-delay: 0.10s; } .section:nth-child(3) { animation-delay: 0.15s; } .section:nth-child(4) { animation-delay: 0.20s; } .section:nth-child(5) { animation-delay: 0.25s; } .section:nth-child(6) { animation-delay: 0.30s; } .section:nth-child(7) { animation-delay: 0.35s; } .section:nth-child(8) { animation-delay: 0.40s; } .section:nth-child(9) { animation-delay: 0.45s; } .section:nth-child(10) { animation-delay: 0.50s; } .section:nth-child(11) { animation-delay: 0.55s; } .section:nth-child(12) { animation-delay: 0.60s; } .section-header { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; } .section-number { font-family: 'Cormorant Garamond', serif; font-size: 11px; color: var(--gold); letter-spacing: 0.15em; min-width: 28px; } h2 { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 400; color: var(--ink); letter-spacing: 0.01em; } .section-line { flex: 1; height: 1px; background: linear-gradient(90deg, var(--border), transparent); } p { font-size: 15px; color: #3a3530; line-height: 1.85; margin-bottom: 16px; } p:last-child { margin-bottom: 0; } ul.policy-list { list-style: none; padding: 0; margin-top: 8px; } ul.policy-list li { font-size: 15px; color: #3a3530; line-height: 1.8; padding: 10px 0 10px 28px; border-bottom: 1px solid rgba(201,168,76,0.12); position: relative; } ul.policy-list li:last-child { border-bottom: none; } ul.policy-list li::before { content: '◈'; position: absolute; left: 0; color: var(--gold); font-size: 10px; top: 13px; } .highlight-box { background: linear-gradient(135deg, #FDF8EE, #F5EDD8); border-left: 2px solid var(--gold); padding: 24px 28px; margin: 24px 0; } .highlight-box p { margin: 0; font-family: 'Cormorant Garamond', serif; font-size: 17px; font-style: italic; color: var(--ink); } .warning-box { background: linear-gradient(135deg, #FFF8F8, #FBF0F0); border-left: 2px solid #C49090; padding: 20px 24px; margin: 20px 0; } .warning-box p { margin: 0; font-size: 14px; color: #6B4040; line-height: 1.7; } strong { font-weight: 500; color: var(--ink); } a { color: var(--gold-dim); text-decoration: none; border-bottom: 1px solid rgba(139,110,46,0.3); transition: border-color 0.2s; } a:hover { border-color: var(--gold); } /* Agreement banner */ .agreement-banner { background: var(--ink); padding: 32px 40px; text-align: center; margin-bottom: 60px; position: relative; overflow: hidden; } .agreement-banner::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient( -45deg, transparent, transparent 30px, rgba(201,168,76,0.04) 30px, rgba(201,168,76,0.04) 31px ); } .agreement-banner > * { position: relative; } .agreement-banner p { color: rgba(247,243,236,0.75); font-size: 14px; margin: 0; line-height: 1.8; } .agreement-banner p strong { color: var(--gold-light); font-weight: 400; } /* Contact */ .contact-section { background: var(--ink); color: var(--cream); padding: 48px 40px; text-align: center; margin-top: 60px; position: relative; overflow: hidden; } .contact-section::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient( 45deg, transparent, transparent 40px, rgba(201,168,76,0.03) 40px, rgba(201,168,76,0.03) 41px ); } .contact-section > * { position: relative; } .contact-section h3 { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; color: var(--gold-light); margin-bottom: 12px; } .contact-section p { color: rgba(247,243,236,0.7); font-size: 14px; margin-bottom: 28px; } .contact-links { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .contact-link { border: 1px solid rgba(201,168,76,0.4); color: var(--gold-light); text-decoration: none; border-bottom: 1px solid rgba(201,168,76,0.4); padding: 12px 28px; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; transition: all 0.25s ease; font-family: 'Jost', sans-serif; font-weight: 400; } .contact-link:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); } .last-updated { text-align: center; font-size: 12px; color: var(--muted); letter-spacing: 0.15em; text-transform: uppercase; padding: 32px 0 0; } .footer-ornament { text-align: center; padding: 32px 0; color: var(--gold); font-size: 18px; letter-spacing: 0.4em; } @media (max-width: 600px) { header { padding: 40px 20px 0; } main { padding: 0 20px 60px; } .toc-wrapper { padding: 0 20px; } .toc { padding: 24px 20px; } .toc-grid { grid-template-columns: 1fr; } .contact-section { padding: 40px 24px; } .agreement-banner { padding: 24px 20px; } h1 { font-size: 36px; } }
Paras Apparel

Terms of Service

Please read carefully before using our store

These Terms of Service govern your use of parasofficial.com and any purchase made through our store. By accessing our website, you agree to be bound by these terms.

By placing an order or using this website, you confirm that you have read, understood, and agreed to these Terms of Service. If you do not agree, please do not use this website.

01

Acceptance of Terms

These Terms of Service ("Terms") constitute a legally binding agreement between you ("Customer", "you", or "your") and Paras Apparel ("we", "us", or "our") governing your use of the website located at parasofficial.com and any purchases made through it.

By accessing or using our website in any manner — including browsing, registering an account, or completing a purchase — you acknowledge that you have read, understood, and agree to be bound by these Terms and our Privacy Policy.

These Terms apply to all visitors, customers, and users of the site. If you are using this site on behalf of a business or organisation, you represent that you have authority to bind that entity to these Terms.

02

About Paras Apparel

Paras Apparel is an online women's fashion retailer specialising in premium South Asian womenswear, including embroidered suits, sharara sets, formal ensembles, and ready-to-wear collections. Our store operates globally and ships internationally.

We reserve the right to modify, suspend, or discontinue any part of our website, product range, or services at any time without prior notice.

03

Use of Our Website

You agree to use this website only for lawful purposes and in a manner that does not infringe the rights of others. You must not:

  • Use the site for any fraudulent or unlawful purpose
  • Transmit any unsolicited or unauthorised advertising or promotional material
  • Attempt to gain unauthorised access to any part of the website or its servers
  • Use automated tools, bots, or scrapers to extract data from our website
  • Post, upload, or transmit any harmful, offensive, or defamatory content
  • Impersonate any person or misrepresent your affiliation with any entity
  • Interfere with or disrupt the integrity or performance of the website

We reserve the right to terminate your access to the website at our sole discretion, without notice, for conduct that we believe violates these Terms or is harmful to other users, us, or third parties.

04

Account & Registration

To place an order, you may be required to create an account. You agree to provide accurate, current, and complete information during registration and to update it as necessary.

  • You are responsible for maintaining the confidentiality of your account credentials
  • You are responsible for all activities that occur under your account
  • You must notify us immediately of any unauthorised use of your account
  • We reserve the right to suspend or terminate accounts at our discretion

We will never ask for your password via email or phone. If you receive such a request, please report it to us immediately.

05

Products & Pricing

We take great care in presenting our products accurately. However, please note the following:

  • Product colours may vary slightly due to photographic lighting and monitor display settings
  • All prices are listed in US Dollars (USD) unless otherwise stated
  • Prices are subject to change without notice
  • We reserve the right to limit quantities of any product
  • Product availability is not guaranteed and is subject to stock levels
  • In the event of a pricing error, we reserve the right to cancel affected orders and issue a full refund

We make every effort to describe our products accurately. If a product is not as described, your sole remedy is to return it in unused condition per our Return & Exchange Policy.

06

Orders & Payment

When you place an order, you are making an offer to purchase the product(s) at the listed price. We reserve the right to accept or decline any order at our sole discretion.

  • An order confirmation email does not constitute acceptance — it is an acknowledgement that we have received your order
  • Acceptance occurs when your order is dispatched and a shipping confirmation is sent
  • We accept major credit/debit cards, PayPal, and other payment methods listed at checkout
  • All transactions are processed securely via Shopify Payments
  • You confirm that all payment information provided is accurate and authorised

Orders suspected of fraud, abuse, or policy violations may be cancelled without notice. We reserve the right to refuse service to any customer.

07

Shipping & Delivery

We currently offer shipping within Pakistan and internationally. Standard delivery times are estimates only and are not guaranteed.

  • Estimated delivery within Pakistan: 3–4 business days
  • International delivery times vary by destination
  • Shipping costs are calculated at checkout based on your location and order weight
  • Risk of loss passes to you upon dispatch of your order
  • We are not responsible for delays caused by customs, courier issues, or circumstances beyond our control
  • International customers are responsible for any customs duties, taxes, or import fees

For full shipping details, please refer to our Shipping Policy or contact our support team.

08

Intellectual Property

All content on this website — including but not limited to text, photographs, graphics, logos, product images, and design — is the exclusive property of Paras Apparel and is protected by applicable intellectual property laws.

  • You may not reproduce, distribute, or republish any content without our prior written consent
  • You may not use our trademarks, brand name, or logo without permission
  • Unauthorised use of our content may result in legal action
  • User-submitted content (reviews, photos) remains your property but you grant us a non-exclusive licence to use it

Our product photography, styling, and creative direction are original works. We take intellectual property infringement seriously and will pursue all available legal remedies.

09

Limitation of Liability

To the fullest extent permitted by applicable law, Paras Apparel shall not be liable for any indirect, incidental, special, consequential, or punitive damages arising from your use of — or inability to use — our website or products.

Our total liability to you for any claim arising from these Terms or your use of our website shall not exceed the amount you paid for the specific product(s) giving rise to the claim.

We make no warranties, express or implied, regarding the accuracy, reliability, or availability of our website or that it will be error-free or uninterrupted.

Some jurisdictions do not allow certain limitations of liability. In such cases, our liability will be limited to the maximum extent permitted by applicable law.

10

Privacy Policy

Your privacy is important to us. Our Privacy Policy, which is incorporated into these Terms by reference, describes how we collect, use, and protect your personal information when you use our website or make a purchase.

By using our website, you consent to the data practices described in our Privacy Policy. We encourage you to review it carefully.

  • We collect personal information only as necessary to process orders and improve your experience
  • We do not sell or share your personal data with third parties for marketing purposes
  • We use industry-standard security measures to protect your information
  • You may request access to, correction of, or deletion of your personal data at any time
11

Changes to These Terms

We reserve the right to update or modify these Terms of Service at any time. When we make changes, we will update the "Last Updated" date at the bottom of this page.

Your continued use of our website following the posting of revised Terms constitutes your acceptance of those changes. We encourage you to review this page periodically to stay informed of any updates.

If we make material changes that affect your rights as a customer, we will make reasonable efforts to notify you by email or by displaying a prominent notice on our website.

12

Governing Law & Disputes

These Terms of Service shall be governed by and construed in accordance with the laws of Pakistan, without regard to its conflict of law provisions.

Any disputes arising out of or in connection with these Terms or your use of our website shall first be attempted to be resolved through good-faith negotiation. If a resolution cannot be reached, disputes shall be subject to the exclusive jurisdiction of the courts of Pakistan.

If any provision of these Terms is found to be invalid or unenforceable, the remaining provisions shall continue in full force and effect.

Questions About These Terms?

If you have any questions or concerns, our team is here to help.

Last Updated — May 2026

Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday
January,February,March,April,May,June,July,August,September,October,November,December
Not enough items available. Only [max] left.
Add to WishlistBrowse WishlistRemove Wishlist
Shopping cart
Free Shipping for all orders over [money]
Almost there, add [money] more to get FREE SHIPPING!
Congratulations! You've got free shipping!

Your cart is empty.

Return To Shop

Add Order Note Edit Order Note
Estimate Shipping
Add A Coupon

Estimate Shipping

Add A Coupon

Coupon code will work on checkout page