templates/mens/policies/refund.twig line 1
{% extends 'mens/base/base_mens.twig' %}
{% block head %}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="multikart">
<meta name="keywords" content="multikart">
<meta name="author" content="multikart">
<link rel="icon" href="../assets/images/favicon/1.png" type="image/x-icon" />
<link rel="shortcut icon" href="../assets/images/favicon/1.png" type="image/x-icon" />
<title>SELECTWEARS</title>
<!--Google font-->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Yellowtail&display=swap" rel="stylesheet">
<!-- Icons -->
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/font-awesome.css') }}">
<!--Slick slider css-->
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/slick.css') }}">
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/slick-theme.css') }}">
<!-- Animate icon -->
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/animate.css') }}">
<!-- Themify icon -->
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/themify-icons.css') }}">
<!-- Bootstrap css -->
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/bootstrap.css') }}">
<!-- Theme css -->
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/style.css') }}">
<link rel="stylesheet" type="text/css" href="{{ asset('assets/css/custom.css') }}">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
{% endblock %}
{% block breadcrumb %}
{# {% include 'front_end/base/_breadcrumb.html.twig' %} #}
{% endblock %}
{% block main %}
<!-- breadcrumb start -->
<div class="breadcrumb-section">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="page-title">
<h2>{{ 'Refund Policy' | trans({},'refund') }}</h2>
</div>
</div>
<div class="col-sm-6">
<nav aria-label="breadcrumb" class="theme-breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="{{ path('app_home_men') }}">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">{{ 'Refund Policy' | trans({},'refund') }}</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
<!-- breadcrumb end -->
<!-- about section start -->
<section class="about-page section-b-space">
<div class="container">
<div class="row">
<div class="col-sm-12">
<p>At <strong>SELECTWEARS</strong>, we want you to be completely satisfied with your purchase. If you're not entirely happy with your order, we’re here to help. Please read our refund policy below for more details.</p>
<h4>1. Returns</h4>
<p>We accept returns for unused and unworn items within <strong>30 days</strong> of the delivery date.</p>
<p>Items must be in their original condition, unwashed, with all tags attached.</p>
<p>For hygiene reasons, we do not accept returns on <strong>underwear, swimwear, or jewelry</strong> unless they are faulty.</p>
<h4>2. Refund Process</h4>
<p>Once your return is received and inspected, we will notify you via email of the approval or rejection of your refund.</p>
<p>If approved, your refund will be processed to the original payment method within <strong>7-10 business days</strong>.</p>
<p>Shipping fees are non-refundable, and the customer is responsible for the cost of return shipping unless the item is faulty.</p>
<h4>3. Exchanges</h4>
<p>If you’d like to exchange an item for a different size or color, please return the original item and place a new order for the desired product.</p>
<p>If the exchange is due to a defect or mistake on our part, we will cover the return shipping cost.</p>
<h4>4. Non-Returnable Items</h4>
<p>Gift cards, sale items, and personalized/customized items are not eligible for returns or refunds.</p>
<h4>5. Damaged or Defective Items</h4>
<p>If you received an item that is damaged or defective, please contact us within <strong>7 days</strong> of receiving the product. We will provide a replacement or issue a full refund for defective or incorrectly shipped items.</p>
<h4>6. How to Return</h4>
<p>To initiate a return, please contact our customer service team at <strong>yassinelfarhi@selectwears.com</strong> with your order number and the reason for return.</p>
<p>We will provide you with a return address and instructions on how to send your item back.</p>
<h4>7. Contact Us</h4>
<p>If you have any questions about our refund policy or need assistance with a return, feel free to reach out to our customer service team at <strong>yassinelfarhi@selectwears.com</strong> or call us at <strong>+ 44 20 38073517t</strong>.</p>
<div class="footer">
<p>Thank you for shopping at <strong>SELECTWEARS</strong>.</p>
</div>
</div>
</div>
</div>
</section>
<!-- about section end -->
<!-- tap to top -->
<div class="tap-top">
<div>
<i class="fa fa-angle-double-up"></i>
</div>
</div>
<!-- tap to top end -->
{% endblock %}
{% block newsletter %}
{% include 'front_end/base/newsletter.twig' %}
{% endblock %}
{% block js %}
<!-- latest jquery-->
<script src="{{ asset('assets/js/jquery-3.3.1.min.js') }}"></script>
<!-- menu js-->
<script type="text/javascript" src="{{ asset('assets/js/menu.js') }}"></script>
<!-- lazyload js-->
<script src="{{ asset('assets/js/lazysizes.min.js') }}"></script>
<!-- slick js-->
<script type="text/javascript" src="{{ asset('assets/js/slick.js') }}"></script>
<!-- Bootstrap js-->
<script src="{{ asset('assets/js/bootstrap.bundle.min.js') }}"></script>
<!-- Bootstrap Notification js-->
<script src="{{ asset('assets/js/bootstrap-notify.min.js') }}"></script>
<!-- Theme js-->
<script src="{{ asset('assets/js/theme-setting.js') }}"></script>
<script src="{{ asset('assets/js/script.js') }}"></script>
<script>
function openSearch() {
document.getElementById("search-overlay").style.display = "block";
}
function closeSearch() {
document.getElementById("search-overlay").style.display = "none";
}
</script>
{% endblock %}