Refund policy
<p><meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"><link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"></p>
<style>
Β *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
Β :root {
Β Β --cream: #F7F4EF;
Β Β --navy: #0d1e43;
Β Β --navy-deep: #0d1e43;
Β Β --navy-mid: #2a4480;
Β Β --navy-light: #e8edf7;
Β Β --warm-mid: #6B5E52;
Β Β --accent: #C9A96E;
Β Β --accent-light: #EDE0CB;
Β Β --border: #E2D9CE;
Β Β --white: #FFFFFF;
Β Β --green: #4caf50;
Β Β --green-light: #eaf6ea;
Β Β --warn: #c0392b;
Β Β --warn-light: #fbeeec;
Β }
Β html, body { width: 100%; overflow-x: hidden; }
Β body {
Β Β font-family: 'Inter', sans-serif;
Β Β font-size: 16px;
Β Β font-weight: 400;
Β Β line-height: 1.75;
Β Β background-color: var(--cream);
Β Β color: var(--navy);
Β }
Β /* ββ FULL BLEED FIX: breaks every top-level section out of the theme's page-width container ββ */
Β .full-bleed {
Β Β width: 100vw;
Β Β margin-left: calc(50% - 50vw);
Β Β margin-right: calc(50% - 50vw);
Β }
Β /* ββ HERO ββ */
Β .hero {
Β Β background: var(--navy);
Β Β padding: 96px 5% 80px;
Β Β position: relative;
Β Β overflow: hidden;
Β }
Β .hero::before {
Β Β content: '';
Β Β position: absolute;
Β Β inset: 0;
Β Β background: radial-gradient(ellipse at 15% 30%, rgba(201,169,110,0.11) 0%, transparent 55%), radial-gradient(ellipse at 85% 80%, rgba(201,169,110,0.07) 0%, transparent 50%);
Β Β pointer-events: none;
Β }
Β .hero::after {
Β Β content: '';
Β Β position: absolute;
Β Β bottom: -120px; right: -80px;
Β Β width: 420px; height: 420px;
Β Β border-radius: 50%;
Β Β border: 1px solid rgba(201,169,110,0.06);
Β Β pointer-events: none;
Β }
Β .hero-inner {
Β Β max-width: 760px;
Β Β margin: 0 auto;
Β Β text-align: center;
Β Β position: relative;
Β Β z-index: 1;
Β }
Β .hero-eyebrow {
Β Β display: inline-block;
Β Β font-size: 11px;
Β Β font-weight: 500;
Β Β letter-spacing: 0.22em;
Β Β text-transform: uppercase;
Β Β color: var(--accent);
Β Β margin-bottom: 24px;
Β Β border: 1px solid rgba(201,169,110,0.3);
Β Β padding: 6px 20px;
Β Β border-radius: 2px;
Β }
Β .hero h1 {
Β Β font-family: 'Inter', sans-serif;
Β Β font-size: clamp(36px, 5vw, 48px);
Β Β font-weight: 700;
Β Β color: var(--white);
Β Β line-height: 1.1;
Β Β margin-bottom: 16px;
Β Β text-transform: uppercase;
Β }
Β .hero-title-line {
Β Β font-family: 'Inter', sans-serif;
Β Β font-size: clamp(14px, 1.6vw, 17px);
Β Β font-style: italic;
Β Β font-weight: 400;
Β Β color: var(--accent);
Β Β margin-bottom: 32px;
Β Β line-height: 1.7;
Β }
Β .hero-intro {
Β Β font-size: 16px;
Β Β color: rgba(255,255,255,0.6);
Β Β line-height: 1.85;
Β Β max-width: 560px;
Β Β margin: 0 auto;
Β Β text-align: justify;
Β }
Β .hero-intro strong { color: var(--white); font-weight: 600; }
Β /* ββ QUICK FACTS GRID ββ */
Β .facts { background: var(--white); padding: 80px 5% 0; }
Β .facts-grid {
Β Β display: grid;
Β Β grid-template-columns: repeat(4, 1fr);
Β Β gap: 24px;
Β Β max-width: 1140px;
Β Β margin: 0 auto;
Β }
Β .fact-card {
Β Β background: var(--cream);
Β Β border: 1px solid var(--border);
Β Β border-radius: 4px;
Β Β padding: 38px 24px;
Β Β text-align: center;
Β Β transition: box-shadow 0.2s, transform 0.2s;
Β }
Β .fact-card:hover { box-shadow: 0 4px 14px rgba(13,30,67,0.08); transform: translateY(-2px); }
Β .fact-icon { font-size: 28px; margin-bottom: 16px; display: block; }
Β .fact-value {
Β Β font-family: 'Inter', sans-serif;
Β Β font-size: 15px; font-weight: 600;
Β Β color: var(--navy); margin-bottom: 8px;
Β }
Β .fact-label {
Β Β font-size: 12px; color: var(--warm-mid);
Β Β letter-spacing: 0.03em;
Β }
Β /* ββ SECTION LABEL / TITLE ββ */
Β .section-label {
Β Β font-size: 11px; font-weight: 500;
Β Β letter-spacing: 0.2em; text-transform: uppercase;
Β Β color: var(--accent); display: block; margin-bottom: 14px;
Β Β text-align: center;
Β }
Β .section-title {
Β Β font-family: 'Inter', sans-serif;
Β Β font-size: clamp(26px, 3.2vw, 30px);
Β Β font-weight: 700; line-height: 1.2; color: var(--navy);
Β Β text-transform: uppercase;
Β Β text-align: center;
Β }
Β /* ββ POLICY BODY SECTION ββ */
Β .policy { background: var(--white); padding: 40px 5%; }
Β .policy-header { margin-bottom: 80px; }
Β .policy-header .section-title { max-width: 680px; margin-left: auto; margin-right: auto; }
Β .policy-inner { max-width: 980px; margin: 0 auto; }
Β .clause {
Β Β display: grid;
Β Β grid-template-columns: 110px 1fr;
Β Β gap: 32px;
Β Β padding: 56px 0;
Β Β border-top: 1px solid var(--border);
Β }
Β .clause:first-child { border-top: none; padding-top: 0; }
Β .clause-num-wrap {
Β Β position: sticky;
Β Β top: 40px;
Β }
Β .clause-num {
Β Β font-family: 'Inter', sans-serif;
Β Β font-size: 44px; font-weight: 300;
Β Β color: var(--accent-light); line-height: 1;
Β Β margin-bottom: 14px;
Β }
Β .clause-num-line {
Β Β width: 32px; height: 2px;
Β Β background: var(--accent);
Β Β opacity: 0.5;
Β }
Β .clause-body { min-width: 0; }
Β .clause-title {
Β Β font-family: 'Inter', sans-serif;
Β Β font-size: 21px; font-weight: 600;
Β Β color: var(--navy); margin-bottom: 18px;
Β Β letter-spacing: 0.01em;
Β }
Β .clause-text {
Β Β font-size: 15px; color: var(--warm-mid);
Β Β line-height: 1.9; margin-bottom: 18px;
Β Β max-width: 660px;
Β Β text-align: justify;
Β }
Β .clause-text:last-child { margin-bottom: 0; }
Β .clause-text strong { color: var(--navy); font-weight: 600; }
Β /* ββ SUBHEADING FOR PLAIN PARAGRAPH GROUPS (used in Non-Eligible Reasons) ββ */
Β .clause-subhead {
Β Β font-family: 'Inter', sans-serif;
Β Β font-size: 15px; font-weight: 600;
Β Β color: var(--navy);
Β Β margin: 28px 0 10px;
Β Β padding-bottom: 8px;
Β Β border-bottom: 1px solid var(--border);
Β Β max-width: 660px;
Β }
Β .clause-subhead:first-of-type { margin-top: 6px; }
Β /* ββ PLAIN BULLET LIST (for clause text-style sections) ββ */
Β .clause-list {
Β Β list-style: none;
Β Β margin-top: 6px;
Β Β display: flex;
Β Β flex-direction: column;
Β Β gap: 14px;
Β Β max-width: 660px;
Β }
Β .clause-list li {
Β Β font-size: 15px; color: var(--warm-mid);
Β Β line-height: 1.7;
Β Β padding-left: 22px;
Β Β position: relative;
Β Β text-align: justify;
Β }
Β .clause-list li::before {
Β Β content: '';
Β Β position: absolute;
Β Β left: 0; top: 9px;
Β Β width: 7px; height: 7px;
Β Β border-radius: 50%;
Β Β background: var(--accent-light);
Β Β border: 1px solid var(--accent);
Β }
Β .clause-list li strong { color: var(--navy); font-weight: 600; }
Β /* ββ REASON / OPTION CARDS (replaces collapsibles) ββ */
Β .reason-grid {
Β Β display: grid;
Β Β grid-template-columns: repeat(3, 1fr);
Β Β gap: 22px;
Β Β margin-top: 32px;
Β }
Β .reason-grid.two-col { grid-template-columns: 1fr 1fr; }
Β .reason-grid.four-col { grid-template-columns: repeat(4, 1fr); }
Β .reason-card {
Β Β background: var(--cream);
Β Β border: 1px solid var(--border);
Β Β border-radius: 4px;
Β Β padding: 30px 26px;
Β Β position: relative;
Β Β overflow: hidden;
Β }
Β .reason-card::before {
Β Β content: '';
Β Β position: absolute; top: 0; left: 0;
Β Β width: 3px; height: 100%;
Β Β background: var(--accent-light);
Β Β transition: background 0.25s;
Β }
Β .reason-card:hover::before { background: var(--accent); }
Β .reason-card-icon { font-size: 24px; margin-bottom: 16px; display: block; }
Β .reason-card h4 {
Β Β font-family: 'Inter', sans-serif;
Β Β font-size: 14px; font-weight: 600;
Β Β color: var(--navy); margin-bottom: 12px;
Β Β letter-spacing: 0.01em;
Β Β padding-bottom: 12px;
Β Β border-bottom: 1px solid var(--border);
Β }
Β .reason-card p {
Β Β font-size: 13px; color: var(--warm-mid); line-height: 1.7;
Β Β text-align: justify;
Β }
Β .reason-card ul { list-style: none; margin-top: 4px; }
Β .reason-card li {
Β Β font-size: 13px; color: var(--warm-mid);
Β Β padding: 7px 0 7px 16px;
Β Β position: relative; line-height: 1.55;
Β Β text-align: justify;
Β }
Β .reason-card li::before {
Β Β content: 'β'; position: absolute; left: 0;
Β Β color: var(--accent);
Β }
Β .reason-card li strong { color: var(--navy); font-weight: 600; }
Β /* ββ CALLOUTS ββ */
Β .callout {
Β Β background: #ffff;
Β Β border-left: 3px solid ffff;
Β Β padding: 20px 1px;
Β Β margin: 24px 0 0;
Β Β border-radius: 0 4px 4px 0;
Β Β font-size: 14px;
Β Β color: Black;
Β Β line-height: 1.7;
Β Β max-width: 780px;
Β Β text-align: justify;
Β }
Β .callout strong { font-weight: 600; }
Β .callout.success {
Β Β background: #ffff;
Β Β border-left-color: #ffff;
Β Β color: #2c5e2e;
Β }
Β .callout.warn {
Β Β background: #ffff;
Β Β border-left-color: #ffff;
Β Β color: #0000;
Β Β margin-bottom: 24px;
Β }
Β .callout a { color: var(--navy); font-weight: 600; text-decoration: underline; }
Β /* ββ PROCESS STEPS ββ */
Β .steps {
Β Β display: flex;
Β Β flex-direction: column;
Β Β gap: 24px;
Β Β margin-top: 8px;
Β Β max-width: 660px;
Β }
Β .step {
Β Β display: flex;
Β Β gap: 20px;
Β Β align-items: flex-start;
Β }
Β .step-num {
Β Β background: var(--navy);
Β Β color: var(--accent);
Β Β border-radius: 50%;
Β Β width: 38px; height: 38px;
Β Β display: flex; align-items: center; justify-content: center;
Β Β font-weight: 600; flex-shrink: 0; font-size: 15px;
Β Β font-family: 'Inter', sans-serif;
Β }
Β .step-num.done { background: var(--green); color: var(--white); }
Β .step-text {
Β Β font-size: 15px; color: var(--warm-mid); line-height: 1.8;
Β Β padding-top: 6px;
Β Β text-align: justify;
Β }
Β .step-text strong { color: var(--navy); font-weight: 600; }
Β .step-text a { color: var(--navy); font-weight: 600; text-decoration: underline; }
Β /* ββ PHILOSOPHY-STYLE COMMITMENT BAND ββ */
Β .commitment {
Β Β background: var(--navy); padding: 96px 5%;
Β Β position: relative; overflow: hidden;
Β }
Β .commitment::before {
Β Β content: ''; position: absolute; inset: 0;
Β Β background: radial-gradient(ellipse at 60% 40%, rgba(201,169,110,0.1) 0%, transparent 55%);
Β Β pointer-events: none;
Β }
Β .commitment::after {
Β Β content: ''; position: absolute;
Β Β top: -80px; left: -80px; width: 380px; height: 380px;
Β Β border-radius: 50%; border: 1px solid rgba(201,169,110,0.06);
Β Β pointer-events: none;
Β }
Β .commitment-inner {
Β Β max-width: 1100px; margin: 0 auto;
Β Β position: relative; z-index: 1;
Β }
Β .commitment .section-label { color: var(--accent); margin-bottom: 16px; }
Β .commitment-quote {
Β Β font-family: 'Inter', sans-serif;
Β Β font-size: clamp(20px, 3vw, 26px);
Β Β font-style: italic; font-weight: 400;
Β Β color: var(--white); line-height: 1.5;
Β Β margin-bottom: 64px; position: relative;
Β Β text-align: center; max-width: 760px;
Β Β margin-left: auto; margin-right: auto;
Β }
Β .commitment-quote::before {
Β Β content: '\201C'; display: block;
Β Β font-size: clamp(48px, 6vw, 72px);
Β Β color: var(--accent); opacity: 0.45;
Β Β line-height: 0.7; margin-bottom: 14px; font-style: normal;
Β }
Β .commitment-quote em { color: var(--accent); font-style: italic; }
Β .commitment-grid {
Β Β display: grid;
Β Β grid-template-columns: repeat(4, 1fr);
Β Β gap: 24px;
Β }
Β .commitment-card {
Β Β background: rgba(255,255,255,0.04);
Β Β border: 1px solid rgba(201,169,110,0.2);
Β Β border-radius: 4px; padding: 36px 24px;
Β Β text-align: center; transition: all 0.3s ease;
Β }
Β .commitment-card:hover {
Β Β border-color: rgba(201,169,110,0.4);
Β Β background: rgba(255,255,255,0.06);
Β Β transform: translateY(-2px);
Β }
Β .commitment-icon { font-size: 28px; margin-bottom: 14px; }
Β .commitment-card-title {
Β Β font-family: 'Inter', sans-serif;
Β Β font-size: 14px; font-weight: 600;
Β Β color: var(--white); margin-bottom: 8px;
Β }
Β .commitment-card-desc {
Β Β font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.6;
Β }
Β /* ββ CONTACT / CLOSING ββ */
Β .contact { background: var(--white); padding: 10px 5%; text-align: center; }
Β .contact-inner { max-width: 720px; margin: 0 auto; }
Β .contact .section-title { margin-bottom: 16px; }
Β .contact-desc {
Β Β font-size: 15px; color: var(--warm-mid); line-height: 1.8;
Β Β margin-bottom: 36px;
Β Β text-align: justify;
Β }
Β .contact-buttons {
Β Β display: flex; gap: 12px; justify-content: center;
Β Β flex-wrap: wrap; margin-bottom: 28px;
Β }
Β .contact-btn {
Β Β padding: 13px 20px; border-radius: 2px;
Β Β text-decoration: none; font-size: 13px; font-weight: 500;
Β Β letter-spacing: 0.02em; transition: all 0.25s ease;
Β Β border: 1px solid transparent;
Β Β white-space: nowrap;
Β }
Β .contact-btn.primary { background: var(--navy); color: var(--white); }
Β .contact-btn.primary:hover { background: var(--navy-mid); }
Β .contact-btn.secondary {
Β Β background: transparent; color: var(--navy);
Β Β border: 1px solid var(--border);
Β }
Β .contact-btn.secondary:hover { border-color: var(--accent); color: var(--navy); background: var(--cream); }
Β .legal-text {
Β Β font-size: 12px; color: var(--warm-mid);
Β Β border-top: 1px solid var(--border);
Β Β padding-top: 20px; margin-top: 12px;
Β Β text-align: justify;
Β }
Β /* ββ STYLISH CLOSING TAGLINE ββ */
Β .closing {
Β Β background: var(--navy-deep); padding: 80px 5%;
Β Β text-align: center; position: relative; overflow: hidden;
Β }
Β .closing::before {
Β Β content: ''; position: absolute; inset: 0;
Β Β background: radial-gradient(ellipse at 50% 50%, rgba(201,169,110,0.09) 0%, transparent 60%);
Β Β pointer-events: none;
Β }
Β .tagline-wrap {
Β Β display: flex; align-items: center; justify-content: center;
Β Β gap: 22px; position: relative; z-index: 1;
Β }
Β .tagline-line {
Β Β width: 0; height: 1px;
Β Β background: linear-gradient(90deg, transparent, rgba(201,169,110,0.55));
Β Β flex: 1 1 auto; max-width: 72px;
Β }
Β .tagline-line.right { background: linear-gradient(90deg, rgba(201,169,110,0.55), transparent); }
Β .tagline-diamond {
Β Β width: 6px; height: 6px; background: var(--accent);
Β Β transform: rotate(45deg); flex-shrink: 0; opacity: 0.7;
Β }
Β .closing-tagline {
Β Β font-family: 'Inter', sans-serif;
Β Β font-size: clamp(17px, 2.6vw, 26px);
Β Β font-style: italic; font-weight: 300;
Β Β letter-spacing: 0.015em;
Β Β color: rgba(255,255,255,0.5);
Β Β white-space: nowrap;
Β }
Β .closing-tagline em {
Β Β font-style: italic; font-weight: 500;
Β Β color: var(--accent); letter-spacing: 0.04em;
Β }
Β /* ββ RESPONSIVE ββ */
Β @media (max-width: 900px) {
Β Β .reason-grid.four-col { grid-template-columns: repeat(2, 1fr); }
Β }
Β @media (max-width: 640px) {
Β Β .reason-grid { grid-template-columns: 1fr; }
Β Β .reason-grid.two-col { grid-template-columns: 1fr; }
Β Β .reason-grid.four-col { grid-template-columns: 1fr; }
Β }
Β @media (max-width: 768px) {
Β Β .facts-grid { grid-template-columns: repeat(2, 1fr); }
Β Β .commitment-grid { grid-template-columns: repeat(2, 1fr); }
Β Β .clause {
Β Β Β grid-template-columns: 1fr;
Β Β Β gap: 18px;
Β Β Β padding: 44px 0;
Β Β }
Β Β .clause-num-wrap {
Β Β Β position: static;
Β Β Β display: flex;
Β Β Β align-items: center;
Β Β Β gap: 14px;
Β Β }
Β Β .clause-num { font-size: 32px; margin-bottom: 0; }
Β Β .clause-num-line { width: 24px; }
Β }
Β @media (max-width: 640px) {
Β Β .hero { padding: 64px 5% 56px; }
Β Β .facts, .policy, .commitment, .contact, .closing { padding: 56px 5%; }
Β Β .policy-header { margin-bottom: 56px; }
Β Β .facts-grid { grid-template-columns: 1fr; }
Β Β .commitment-grid { grid-template-columns: 1fr; }
Β Β .contact-buttons { flex-direction: column; }
Β Β .contact-btn { width: 100%; }
Β Β .closing-tagline { white-space: normal; text-align: center; }
Β Β .tagline-wrap { flex-wrap: wrap; }
Β }
</style>
<!-- HERO -->
<div class="hero full-bleed">
<div class="hero-inner">
<span class="hero-eyebrow">Feels brand New</span>
<h1>Replacement Policy</h1>
<p class="hero-title-line">Last Updated: August 2026</p>
<p class="hero-intro">At Feels Brand New ("FBN", "Company", "we", "our", "us"), customer trust is at the heart of everything we do. Every refurbished device sold on our platform undergoes extensive <strong>diagnostic testing, quality control checks, cosmetic grading, authentication procedures, and functionality verification</strong> before dispatch. Because many of our products are professionally refurbished, certified pre-owned, limited-availability devices, each unit is unique and inventory may not always be replaceable on an identical serial-number basis. This Replacement Policy explains the circumstances under which a replacement, refund, or other resolution may be provided. By purchasing any product from Feels Brand New, you acknowledge that you have read, understood, and agreed to this Policy.<span class="section-label"></span></p>
</div>
</div>
<!-- POLICY BODY -->
<section class="policy full-bleed">
<div class="policy-header">
<h2 class="section-title">Everything you should know about replacements.</h2>
</div>
<div class="policy-inner">
<!-- 1 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">01</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Product Categories</div>
<p class="clause-text">Products sold by FeelsBrandNew fall into the following categories:</p>
<div class="reason-grid">
<div class="reason-card">
<span class="reason-card-icon">π»</span>
<h4>A. Refurbished Devices</h4>
<ul>
<li>Apple MacBooks</li>
<li>Apple iPhones</li>
<li>Apple iPads</li>
<li>Microsoft Surface Devices</li>
<li>Dell Laptops</li>
<li>Lenovo Laptops</li>
<li>HP Laptops</li>
<li>Tiny PCs (Dell/HP/Lenovo)</li>
<li>Refurbished Tablets</li>
</ul>
</div>
<div class="reason-card">
<span class="reason-card-icon">π</span>
<h4>B. Brand-New Products</h4>
<ul>
<li>AI Glasses</li>
<li>Bluetooth Speakers</li>
<li>NFC Speakers</li>
<li>Chargers (Samsung/Apple)</li>
<li>Laptop Adapters (Dell/Hp/Lenovo)</li>
<li>Charging Cables (OG Apple)</li>
<li>Other New Technology Products</li>
<li>Accessories</li>
</ul>
</div>
<div class="reason-card">
<span class="reason-card-icon">π¦</span>
<h4>C. Open-Box, Unused & Sealed Products</h4>
<p>FeelsBrandNew may offer products in various packaging and usage conditions, including: (a) Open-box products, which may have been previously unsealed, activated, inspected, displayed, tested, or minimally used; (b) Unused but unsealed products; and (c) Factory-sealed, unused, box-packed products.</p>
<p><meta charset="utf-8">The packaging, seal, or box condition of a product shall not, by itself, determine the product's functionality, quality, warranty eligibility, merchantability, or fitness for its intended purpose. A product shall not be considered defective solely because its original packaging has been opened, unsealed, replaced, or shows signs of prior handling, inspection, testing, activation, or transit.</p>
</div>
</div>
<p class="clause-text">The condition of every product is clearly disclosed on the product page and invoice.</p>
</div>
</div>
<!-- 2 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">02</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Order Cancellation</div>
<div class="reason-grid two-col">
<div class="reason-card">
<span class="reason-card-icon">β³</span>
<h4>Before Dispatch</h4>
<p>Customers may request cancellation of an order before the product has been dispatched. Where a cancellation request is approved before dispatch, FeelsBrandNew shall process the refund after deducting any non-refundable payment gateway charges, transaction processing fees, banking charges, payment collection charges, financing charges, third-party platform charges, or other costs actually incurred by the Company in processing the order.</p>
</div>
<div class="reason-card">
<span class="reason-card-icon">π</span>
<h4>After Dispatch</h4>
<p>If an order is cancelled after dispatch, shipping charges (both ways) and gateway charges (if any) will be deducted before refund.</p>
</div>
</div>
</div>
</div>
<!-- 3 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">03</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Replacement-First Resolution Policy</div>
<p class="clause-text">FBN follows a <strong>Replacement-First Resolution Model.</strong> Where an eligible issue is verified under this Policy, the Company will first attempt to provide a replacement solution before considering any other remedy.</p>
<p class="clause-text">The Company reserves the right to determine the most appropriate resolution including:</p>
<ul class="clause-list">
<li>Like-for-like replacement</li>
<li>Equivalent replacement</li>
<li>Repair of the product where the Company determines that the reported issue can be effectively resolved without replacement</li>
<li>Dispatch of missing accessories</li>
<li>Store credit</li>
<li>Refund where replacement is not reasonably possible</li>
</ul>
</div>
</div>
<!-- 4 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">04</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Eligible Return & Replacement Reasons</div>
<div class="clause-text">Feels Brand New operates a strict No-Return policy on all products sold through its platform. All sales are final.</div>
<div class="clause-text">Returns, replacements, or refunds are permitted only in the specific circumstances expressly set out under "Eligible Return & Replacement Reasons" and subject to verification by FeelsBrandNew.</div>
<p class="clause-text">Returns or replacements may be considered only in the following circumstances:</p>
<div class="reason-grid">
<div class="reason-card">
<span class="reason-card-icon">π΄</span>
<h4>A. Dead on Arrival (DOA)</h4>
<p>The product: does not power on; does not charge; cannot boot into the operating system; is completely unusable upon delivery.</p>
</div>
<div class="reason-card">
<span class="reason-card-icon">βοΈ</span>
<h4>B. Verified Functional Defect</h4>
<p>A material hardware defect exists that substantially impairs normal use. Examples: display failure, touchscreen failure, charging failure, motherboard failure, camera failure, keyboard failure, trackpad failure, speaker failure, hardware malfunction verified by FeelsBrandNew (HDMI/USB/LAN ports).</p>
</div>
<div class="reason-card">
<span class="reason-card-icon">π¦</span>
<h4>C. Wrong Product Delivered</h4>
<p>The delivered product materially differs from the product ordered. Examples: wrong model, wrong storage, wrong RAM, wrong processor category, wrong colour (where specifically ordered).</p>
</div>
<div class="reason-card">
<span class="reason-card-icon">β</span>
<h4>D. Missing Item</h4>
<p>An accessory specifically listed in the product description is missing from the package.</p>
</div>
<div class="reason-card">
<span class="reason-card-icon">π</span>
<h4>E. Transit Damage</h4>
<p>The product is damaged during transit and such damage is reported within 24 hours of delivery together with an uninterrupted unboxing video clearly showing: the sealed package; the shipping label; the opening process; the damaged condition of the product.</p>
</div>
<div class="reason-card">
<span class="reason-card-icon">π¨</span>
<h4>F. Material Cosmetic Grade Mismatch</h4>
<p>Where a refurbished, open-box or graded product is delivered in a condition materially inconsistent with the cosmetic grade expressly represented in the product listing. Normal wear and tear, minor cosmetic variations, and conditions disclosed in the listing shall not qualify.</p>
</div>
</div>
<div class="callout">Failure to report transit damage within 24 hours of delivery, or failure to provide the required unboxing video, shall render the claim ineligible for return, replacement, refund, or warranty consideration. For the avoidance of doubt, no transit damage claim shall be entertained after the product has been used, activated, installed, configured, or put into service.</div>
</div>
</div>
<!-- 5 : Non-Eligible Reasons β converted from card grid to plain paragraph + bullet list format -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">05</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Non-Eligible Reasons</div>
<p class="clause-text">The following shall not constitute valid grounds for return, replacement or refund:</p>
<ul class="clause-list">
<li>Change of mind</li>
<li>Buyer's remorse</li>
<li>Preference change</li>
<li>Finding a lower price elsewhere</li>
<li>Accidental order placement</li>
<li>Duplicate purchase</li>
<li>Subsequent discounts, promotional offers, exchange offers, cashback offers, or financing offers</li>
<li>Changes in market pricing after purchase</li>
<li>Gift recipient dissatisfaction</li>
<li>Subjective dissatisfaction</li>
<li>Software or operating system preferences</li>
<li>Application incompatibility</li>
<li>Corporate network restrictions, or school or employer device restrictions</li>
<li>Unsupported software</li>
<li>User-created software or account issues</li>
<li>Virus or malware infection</li>
<li>Forgotten passwords or locked accounts</li>
<li>User-induced physical damage</li>
<li>Liquid damage after delivery</li>
<li>Device misuse</li>
<li>Normal wear consistent with disclosed cosmetic grading</li>
<li>Battery performance expectations differing from manufacturer estimates</li>
<li>Battery swelling, bulging, overheating, or degradation resulting from improper charging, overcharging, continuous charging, misuse, or neglect shall be treated as customer-induced damage and excluded from all return, replacement, refund, and warranty claims</li>
<li>Cosmetic characteristics consistent with disclosed grading</li>
<li>Open-box, activated, inspected, tested, displayed, unsealed, repackaged, or previously handled products where such condition was disclosed at the time of sale</li>
<li>Packaging condition, seal condition, activation status, or box condition alone shall not constitute a defect</li>
<li>Wireless performance variations relating to Bluetooth, NFC, Wi-Fi, cellular connectivity, pairing, synchronization, signal strength, wireless range, audio latency, environmental interference, telecom providers, or third-party devices</li>
<li>Sound quality preferences, bass response preferences, microphone quality expectations, volume expectations, wireless range expectations, latency concerns, or subjective dissatisfaction with audio characteristics</li>
<li>Cable fraying, bent connectors, broken pins, damaged insulation, loose connections, twisting, stretching, crushing, improper storage, pet damage, rodent damage, liquid exposure, voltage fluctuations, power surges, misuse, or unauthorized modification of chargers, cables, adapters, accessories, speakers, AI devices, or other products</li>
<li>Unauthorized repairs, unauthorized modifications, rooting, jailbreaking, firmware modification, operating system modification, component replacement, tampering, removal of security seals, or third-party servicing</li>
<li>Serial-number mismatch, IMEI mismatch, altered identifiers, substituted devices, substituted components, fabricated evidence, fraudulent conduct, false statements, or inability to verify the product against Company records</li>
</ul>
<div class="callout">Except in the limited circumstances expressly set out under "Eligible Return & Replacement Reasons", all sales are final and all products sold by FeelsBrandNew shall be deemed non-returnable, non-refundable, and non-exchangeable.</div>
</div>
</div>
<!-- 6 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">06</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Mandatory Unboxing Video Requirement</div>
<p class="clause-text">To protect both customers and the Company from fraud and shipping disputes, a continuous, unedited, uninterrupted unboxing video is mandatory for claims involving: transit damage; wrong item received; missing accessories; physical condition disputes. Customers must provide a continuous, unedited unboxing video.</p>
<p class="clause-text">The video must:</p>
<ul class="clause-list">
<li>Begin before opening the package</li>
<li>Clearly show the shipping label</li>
<li>Show all sides of the package</li>
<li>Capture the entire opening process</li>
<li>All included accessories</li>
<li>Physical condition of product</li>
<li>Clearly show the alleged issue</li>
</ul>
<div class="callout warn">β οΈ Edited, incomplete or interrupted videos may not be accepted.</div>
</div>
</div>
<!-- 7 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">07</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Inspection & Verification</div>
<p class="clause-text">All claims are subject to verification. FeelsBrandNew may: conduct remote diagnostics; request additional evidence; verify serial numbers and IMEI numbers; inspect the returned product; perform technical testing.</p>
<p class="clause-text">Customers must provide: order number; invoice copy.</p>
<div class="callout">Approval of a return request does not automatically mean the claim is accepted. Final eligibility shall be determined after inspection and verification.</div>
</div>
</div>
<!-- 8 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">08</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Serial Number & Component Authentication</div>
<p class="clause-text">Prior to dispatch, FBN records and maintains digital records including: IMEI numbers; serial numbers; hardware identifiers (usb, vga/hdmi, lan ports); cosmetic condition records; internal quality reports (battery health, keyboard functionality, mike, camera, touch pad, speakers, Hard disk health, RAM testing, WIFI/bluetooth testing); device photographs; security markings (warranty seal should not be broken); component specifications.</p>
<p class="clause-text">If any returned device: contains substituted parts; contains missing components; contains altered serial numbers; contains tampered security markings; does not match dispatch records; the claim shall be rejected immediately.</p>
<div class="callout">The product may be returned to the customer at the customer's expense.</div>
</div>
</div>
<!-- 9 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">09</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Like-for-Like Replacement</div>
<p class="clause-text">Where available, FeelsBrandNew will provide a replacement matching:</p>
<ul class="clause-list">
<li>Product category</li>
<li>Brand</li>
<li>Model</li>
<li>Screen Size</li>
<li>Storage capacity</li>
<li>RAM configuration</li>
<li>Processor category</li>
<li>Cosmetic grade</li>
</ul>
</div>
</div>
<!-- 10 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">10</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Equivalent Replacement</div>
<p class="clause-text">Because refurbished inventory is unique, identical replacements may not always be available. Where an identical unit is unavailable, FeelsBrandNew may provide an equivalent replacement.</p>
<p class="clause-text">An equivalent replacement may match:</p>
<ul class="clause-list">
<li>Device category</li>
<li>Intended functionality</li>
<li>Screen size range</li>
<li>Storage capacity</li>
<li>RAM configuration</li>
<li>Processor class</li>
<li>Cosmetic grade</li>
</ul>
<br>
<p class="clause-text">FeelsBrandNew does not guarantee:</p>
<ul class="clause-list">
<li>Identical serial numbers</li>
<li>Identical IMEI numbers</li>
<li>Identical manufacturing dates</li>
<li>Identical battery health percentages beyond the disclosed minimum threshold</li>
<li>Identical cosmetic markings</li>
<li>Identical internal component manufacturers</li>
</ul>
<div class="callout">An equivalent replacement shall constitute full resolution of the approved claim.</div>
</div>
</div>
<!-- 11 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">11</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Refunds</div>
<p class="clause-text">Refunds may be offered only when: repair is not feasible; replacement is unavailable; equivalent replacement is unavailable. Refunds will be processed through the original payment method wherever possible.</p>
<div class="callout">Shipping charges, payment gateway fees, convenience fees and non-refundable service charges may be deducted where permitted by law.</div>
</div>
</div>
<!-- 12 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">12</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Refurbished Device Disclosures</div>
<p class="clause-text">Customers acknowledge that refurbished products are pre-owned devices that have been tested, restored and certified for resale. Normal signs of prior use consistent with the disclosed cosmetic grade are not defects.</p>
<p class="clause-text">Examples include:</p>
<ul class="clause-list">
<li>Minor scratches</li>
<li>Minor scuffs</li>
<li>Keyboard shine</li>
<li>Light casing marks</li>
<li>Minor paint wear</li>
</ul>
<div class="callout">Such cosmetic characteristics do not qualify for return or replacement.</div>
</div>
</div>
<!-- 13 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">13</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Battery Policy</div>
<p class="clause-text">Battery health is assessed according to the minimum threshold disclosed on the product page.</p>
<p class="clause-text">Battery performance may vary depending on:</p>
<ul class="clause-list">
<li>Usage patterns</li>
<li>Charging habits</li>
<li>Environmental conditions</li>
<li>Software updates</li>
</ul>
<p class="clause-text"> </p>
<p class="clause-text">Natural battery degradation does not constitute a defect.</p>
<div class="callout">Battery health percentage alone shall not constitute grounds for replacement where the battery meets the minimum threshold disclosed in the product listing.</div>
</div>
</div>
<!-- 14 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">14</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Brand-New Products</div>
<p class="clause-text">The following products are sold as brand-new products:</p>
<ul class="clause-list">
<li>AI Glasses</li>
<li>Bluetooth Speakers</li>
<li>NFC Speakers</li>
<li>Chargers</li>
<li>Cables</li>
<li>Adapters</li>
<li>Accessories</li>
</ul>
<p class="clause-text">For hygiene, security, anti-tampering and product-integrity reasons: AI Glasses, NFC Speakers and Bluetooth Speakers become non-returnable once:</p>
<div class="reason-grid two-col">
<div class="reason-card">
<span class="reason-card-icon">π</span>
<h4>Becomes Non-Returnable Once</h4>
<ul>
<li>Activated</li>
<li>Registered</li>
<li>Paired</li>
<li>Configured</li>
<li>Used</li>
<li>Security seals removed</li>
</ul>
</div>
<div class="reason-card">
<span class="reason-card-icon">β</span>
<h4>Brand-New Products May Only Be Returned For</h4>
<ul>
<li>Dead on Arrival</li>
<li>Manufacturing defects</li>
<li>Transit damage</li>
<li>Wrong product delivered</li>
</ul>
</div>
</div>
<div class="callout">Opened products that are functioning correctly are generally not returnable.</div>
</div>
</div>
<!-- 15 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">15</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">AI Glasses Disclaimer</div>
<p class="clause-text">AI functionality may depend on:</p>
<ul class="clause-list">
<li>Third-party services</li>
<li>Cloud infrastructure</li>
<li>Internet connectivity</li>
<li>Manufacturer updates</li>
<li>Subscription services</li>
<li>Regional availability</li>
</ul>
<div class="callout">Changes, interruptions, restrictions or discontinuation of AI services by manufacturers or service providers shall not constitute product defects.</div>
</div>
</div>
<!-- 16 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">16</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Bluetooth & NFC Product Disclaimer</div>
<p class="clause-text">Wireless performance may vary based on:</p>
<ul class="clause-list">
<li>Device compatibility</li>
<li>Operating system versions</li>
<li>Environmental interference</li>
<li>Network conditions</li>
<li>Firmware versions</li>
</ul>
<div class="callout">Such variations do not constitute defects unless caused by a verified hardware failure.</div>
</div>
</div>
<!-- 17 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">17</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Data Responsibility</div>
<p class="clause-text">Customers are solely responsible for backing up and removing personal data. FeelsBrandNew shall not be responsible for:</p>
<ul class="clause-list">
<li>Data loss</li>
<li>Data corruption</li>
<li>Recovery of deleted files</li>
<li>Loss of photographs</li>
<li>Loss of software</li>
<li>Loss of licenses</li>
<li>Consequential losses</li>
<li>Business interruption resulting from data loss</li>
</ul>
</div>
</div>
<!-- 18 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">18</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Activation Locks & Account Locks</div>
<p class="clause-text">Returned devices must be free from:</p>
<ul class="clause-list">
<li>iCloud Lock</li>
<li>Apple Activation Lock</li>
<li>Google Lock</li>
<li>Microsoft Account Lock</li>
<li>PIN Locks</li>
<li>Passwords</li>
<li>Enterprise Management Profiles</li>
</ul>
<p class="clause-text"> </p>
<p class="clause-text">Devices returned with active locks may be rejected.</p>
<p class="clause-text">Devices that remain linked to, enrolled in, controlled by, or restricted through any company, corporate, educational, governmental, enterprise, or third-party administrative management system shall not be eligible for inspection, replacement, refund, or warranty service until such restrictions have been fully removed.</p>
</div>
</div>
<!-- 19 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">19</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Tampering & Unauthorised Repairs</div>
<p class="clause-text">Returns may be rejected if any of the following are detected:</p>
<ul class="clause-list">
<li>Device opening</li>
<li>Component replacement</li>
<li>Unauthorised repairs</li>
<li>Liquid damage</li>
<li>Physical abuse</li>
<li>Jailbreaking</li>
<li>Firmware modification</li>
<li>Third-party servicing</li>
</ul>
<div class="callout">Products that have been modified through unauthorized software changes, security bypasses, operating system alterations, installation of unofficial firmware, or similar modifications shall not be eligible for replacement, refund, or warranty coverage.</div>
</div>
</div>
<!-- 20 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">20</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Product Swapping & Fraud Prevention</div>
<p class="clause-text">Every device is recorded using:</p>
<ul class="clause-list">
<li>Serial numbers</li>
<li>IMEI numbers</li>
<li>Asset identifiers</li>
<li>Internal inventory records</li>
<li>Product photographs</li>
</ul>
<p class="clause-text"> </p>
<p class="clause-text">Claims involving mismatched devices, substituted components, False statements, Fabricated evidence, Part swapping, Intentional damage, Serial-number mismatch, Identity fraud or altered identifiers will be rejected.</p>
<div class="callout">The Company may maintain internal risk-management records and may decline future transactions from customers engaged in abusive conduct. FeelsBrandNew reserves the right to report suspected fraud to relevant authorities.</div>
</div>
</div>
<!-- 21 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">21</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Chargeback & Payment Disputes</div>
<p class="clause-text">Customers agree to first allow FeelsBrandNew a reasonable opportunity to investigate and resolve any issue before initiating a payment dispute or chargeback. Fraudulent or bad-faith chargeback claims may be contested using order records, delivery records, inspection records, device identifiers, customer communications and supporting evidence.</p>
</div>
</div>
<!-- 22 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">22</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Force Majeure</div>
<p class="clause-text">Replacement and resolution timelines may be extended due to events beyond the Company's reasonable control including:</p>
<ul class="clause-list">
<li>Natural disasters</li>
<li>Wars</li>
<li>Floods</li>
<li>Earthquakes</li>
<li>Pandemics</li>
<li>Government actions</li>
<li>Customs delays</li>
<li>Transportation disruptions</li>
<li>Cybersecurity incidents</li>
<li>Supplier shortages</li>
<li>Strikes</li>
<li>Labour disputes</li>
</ul>
</div>
</div>
<!-- 23 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">23</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Limitation of Liability</div>
<p class="clause-text">To the maximum extent permitted by law, the Company's total liability shall not exceed the purchase price actually paid by the customer for the product giving rise to the claim. The Company shall not be liable for indirect, incidental, special, punitive or consequential damages.</p>
</div>
</div>
<!-- 24 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">24</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Customer's Statutory Rights</div>
<p class="clause-text">Nothing in this policy limits any rights that cannot lawfully be excluded under applicable consumer protection laws.</p>
</div>
</div>
<!-- 25 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">25</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Final Decision</div>
<p class="clause-text">All claims are subject to inspection, technical verification, fraud screening and compliance review.</p>
<p class="clause-text">FeelsBrandNew reserves the right to approve, reject or propose an alternative resolution based on the specific facts of each case.</p>
</div>
</div>
<!-- 26 -->
<div class="clause">
<div class="clause-num-wrap">
<div class="clause-num">26</div>
<div class="clause-num-line"><br></div>
</div>
<div class="clause-body">
<div class="clause-title">Policy Amendments</div>
<p class="clause-text">The Company reserves the right to amend, revise, or withdraw this Policy at any time without prior notice. The version of this Policy in effect at the time of purchase shall govern the Customer's claim. It is the Customer's responsibility to review this Policy before making a purchase. Continued use of the platform following any amendment shall constitute acceptance of the revised Policy.</p>
</div>
</div>
<!-- 27 -->
<div class="clause">
<div class="clause-num-wrap"><br></div>
<div class="clause-body"><br></div>
</div>
</div>
</section>
<!-- CONTACT -->
<section class="contact full-bleed">
<div class="contact-inner">
<span class="section-label">Still Have Questions?</span>
<h2 class="section-title">Questions About Your Replacement?</h2>
<p class="clause-text" style="text-align: center;">Our support team typically responds within a few hours.</p>
<div class="contact-buttons">
<a class="contact-btn primary" href="mailto:support@feelsbrandnew.com">π§ Email Support</a> <a class="contact-btn secondary" href="tel:+919503295927">π +91-9503295927</a> <a class="contact-btn secondary" href="https://feelsbrandnew.com">π FeelsBrandNew.com</a>
</div>
<div class="legal-text">This Policy is governed by the laws of India. Any disputes arising out of or relating to this Policy shall be subject to the exclusive jurisdiction of the courts in Mumbai, Maharashtra. This Policy was last updated in August 2026 and supersedes all prior versions.</div>
</div>
</section>
<!-- CLOSING TAGLINE -->
<div class="closing full-bleed">
<div class="tagline-wrap">
<span class="tagline-line"></span> <span class="tagline-diamond"></span>
<p class="closing-tagline">Not new. <em>Just feels brand new.</em></p>
<span class="tagline-diamond"></span> <span class="tagline-line right"></span>
</div>
</div>