Product Warranty Policy

<!-- PRODUCT WARRANTY POLICY | PICKRIX -->
<section class="warranty-pickrix" aria-labelledby="warranty-title">
  <style>
    .warranty-pickrix{
      --brand:#0b5cff;      /* primary */
      --ink:#0f172a;        /* heading text */
      --sub:#475569;        /* body text */
      --muted:#f1f5f9;      /* soft background */
      --ring:#e2e8f0;       /* borders */
      --ok:#10b981;         /* green ticks */
      --warn:#ef4444;       /* warning */
      --radius:16px;
      --gap:18px;

      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans";
      color:var(--ink);
      background:#fff;
      padding:clamp(24px,5vw,56px);
      line-height:1.55;
    }
    .warranty-pickrix .container{max-width:1100px;margin:0 auto}
    .warranty-pickrix .eyebrow{
      display:inline-block;padding:6px 12px;border-radius:999px;background:var(--muted);
      color:var(--brand);font-weight:600;font-size:13px;margin-bottom:12px
    }
    .warranty-pickrix h1{font-size:clamp(28px,3.5vw,40px);line-height:1.15;margin:0 0 10px}
    .warranty-pickrix h2{font-size:clamp(20px,2.6vw,26px);margin:0 0 8px}
    .warranty-pickrix h3{font-size:clamp(17px,2.2vw,20px);margin:0 0 6px}
    .warranty-pickrix p{color:var(--sub);margin:8px 0}
    .note{font-size:14px;color:var(--sub)}
    .divider{height:1px;background:var(--ring);margin:18px 0}

    .card{border:1px solid var(--ring);border-radius:var(--radius);padding:clamp(14px,2vw,20px);background:#fff}
    .muted{background:var(--muted)}

    .tick-list,.dash-list,.dot-list,.num-list{padding-left:0;margin:0;list-style:none}
    .tick-list li,.dash-list li,.dot-list li{position:relative;margin:8px 0;padding-left:28px;color:var(--ink)}
    .tick-list li::before{content:"✓";position:absolute;left:0;top:0;color:var(--ok);font-weight:700}
    .dash-list li::before{content:"—";position:absolute;left:0;top:0;color:var(--brand);font-weight:700}
    .dot-list li::before{content:"•";position:absolute;left:0;top:0;color:var(--brand);font-weight:700}

    /* numbered list with pill counters */
    .num-list{counter-reset: step}
    .num-list li{counter-increment: step;border-left:3px solid var(--brand);padding:10px 12px;margin:10px 0;border-radius:10px;background:#fff}
    .num-list li > .n{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;
      background:var(--brand);color:#fff;font-weight:700;margin-right:8px;font-size:13px}

    .contact a{color:var(--brand);text-decoration:none}
    .contact a:hover{text-decoration:underline}
  </style>

  <div class="container">
    <!-- HERO -->
    <header>
      <span class="eyebrow">Product Warranty Policy</span>
      <h1 id="warranty-title">12-month warranty on all electronics purchased from PickRix</h1>
      <p>At PickRix, we stand behind every product we sell. All electronics purchased from us include a <strong>12-month warranty</strong> covering manufacturing defects and component malfunctions.</p>
    </header>

    <div class="divider"></div>

    <!-- 1. What We Cover -->
    <section class="card">
      <h2>1) What We Cover</h2>
      <p>Your warranty provides protection against:</p>
      <ul class="tick-list">
        <li>Factory defects in parts and materials</li>
        <li>Electronic component failures during normal use</li>
        <li>Hardware malfunctions preventing standard operation</li>
        <li>Performance issues below advertised specifications</li>
      </ul>
    </section>

    <!-- 2. Getting Help -->
    <section class="card contact" style="margin-top:18px;">
      <h2>2) Getting Help</h2>
      <p>If you need warranty service, please contact us first:</p>
      <p>
        📞 Phone: <a href="tel:+971508793035">+971-050-879-3035</a><br>
        📧 Email: <a href="mailto:support@pickrix.com">support@pickrix.com</a><br>
        🕘 Hours: Monday–Saturday, 9 AM – 6 PM (UAE Time)
      </p>
      <p class="note">Provide your order number and describe the issue. Our team may guide you through initial troubleshooting steps.</p>
    </section>

    <!-- 3. Warranty Return Process -->
    <section class="card" style="margin-top:18px;">
      <h2>3) Warranty Return Process</h2>
      <ol class="num-list" style="list-style:none;padding-left:0;">
        <li><span class="n">1</span>We’ll email you return instructions.</li>
        <li><span class="n">2</span>Pack the item securely (original packaging preferred).</li>
        <li><span class="n">3</span>Include all accessories and proof of purchase.</li>
        <li><span class="n">4</span>Ship the item to our Dubai facility (<em>customer covers initial shipping</em>).</li>
      </ol>
    </section>

    <!-- 4. What Happens Next -->
    <section class="card" style="margin-top:18px;">
      <h2>4) What Happens Next</h2>
      <ul class="dot-list">
        <li>Our technical team inspects returned items within <strong>7 days</strong>.</li>
        <li>If covered: we will repair or replace your item at no cost and ship it back to you free of charge.</li>
        <li>If not covered: we will explain the reason and may offer paid repair options.</li>
      </ul>
    </section>

    <!-- 5. What's Not Covered -->
    <section class="card" style="margin-top:18px;">
      <h2>5) What’s Not Covered</h2>
      <ul class="dash-list">
        <li>Accidental damage (drops, spills, impacts)</li>
        <li>Normal wear and tear</li>
        <li>Unauthorized modifications or repairs</li>
        <li>Software issues caused by third-party applications</li>
        <li>Cosmetic scratches that do not affect function</li>
      </ul>
    </section>

    <!-- 6. Manufacturer Warranty Support -->
    <section class="card" style="margin-top:18px;">
      <h2>6) Manufacturer Warranty Support</h2>
      <p>Some brands may include their own manufacturer warranty. Where available, you can choose to contact the manufacturer directly or allow PickRix to coordinate the claim for you.</p>
    </section>

    <!-- 7. Important Notes -->
    <section class="card" style="margin-top:18px;">
      <h2>7) Important Notes</h2>
      <ul class="dot-list">
        <li>Keep your order confirmation as proof of purchase.</li>
        <li>Warranty coverage begins from the <strong>delivery date</strong>.</li>
        <li>Tampering or unauthorized repairs void warranty coverage.</li>
        <li>If a product is discontinued, we may replace it with an equivalent model.</li>
      </ul>
    </section>

    <!-- 8. Contact Information -->
    <section class="card contact" style="margin-top:18px;">
      <h2>8) Contact Information</h2>
      <p><strong>Pickrix Trading FZCO – Trade License No. 64861</strong><br>
        Building A1, Dubai Digital Park, IFZA Business Park<br>
        Dubai Silicon Oasis, Dubai, United Arab Emirates<br>
        Premises No: 64861-001 | Makani: A1-3641379065
      </p>
      <p>
        📞 Phone: <a href="tel:+971508793035">+971-050-879-3035</a><br>
        📧 Email: <a href="mailto:support@pickrix.com">support@pickrix.com</a><br>
        🕘 Hours: Monday–Saturday, 9 AM – 6 PM
      </p>
    </section>
  </div>
</section>

 

Login

Forgot your password?

Don't have an account yet?
Create account