$23.00
This product has multiple variants. The options may be chosen on the product page Quick View
Our Customers Review
Liam O.From NY
I love Relic’s collection! The clothes are stylish and made from high-quality materials that hold up well. The fact that they deliver all over Bangladesh is a huge plus, and I got my order much quicker than I expected. Relic truly offers an excellent online shopping experience!"
Emma T.From PA
I was a little hesitant to buy clothes online, but Relic has completely changed my mind! The product quality is outstanding, and the colors and sizes are exactly as described. Their prompt nationwide delivery makes shopping so easy. I’ll definitely be back for more.
Theodore C.From NY
Relic is a game-changer for anyone looking for stylish, export-quality garments. I’ve purchased several outfits and loved them all. The stitching is perfect, and the clothes look exactly like what you’d find in international stores. Plus, the free delivery to my area was super fast. Highly recommended!"
Amelia Z.From FL
I recently ordered from Relic and was absolutely impressed by the quality of the clothing. The fabric is soft, durable, and feels just like the top brands. The delivery was quick, and the packaging was neat. It’s so convenient to have such high-quality garments available online, delivered right to my doorstep. Will definitely be shopping again!
jQuery(document).ready(function($) {
// Activate first menu by default
$('.hfe-nav-menu > li:first-child').addClass('menu-active');
// Click handler for menu items
$(document).on('click', '.hfe-nav-menu > li > .hfe-has-submenu-container > a', function(e) {
// Prevent default only for parent items
if ($(this).closest('li').find('.sub-menu').length) {
e.preventDefault();
}
var $parent = $(this).closest('li');
var $submenu = $parent.find('> .sub-menu');
// If clicking the active menu, close it
if ($parent.hasClass('menu-active')) {
$parent.removeClass('menu-active');
$submenu.stop(true, true).slideUp(300);
}
// If clicking another menu
else {
// Close all other menus
$('.hfe-nav-menu > li').removeClass('menu-active');
$('.hfe-nav-menu > li > .sub-menu').stop(true, true).slideUp(300);
// Open current menu
$parent.addClass('menu-active');
$submenu.stop(true, true).slideDown(300);
}
});
// Close menu when clicking outside
$(document).on('click', function(e) {
if (!$(e.target).closest('.hfe-nav-menu').length) {
$('.hfe-nav-menu > li').removeClass('menu-active');
$('.hfe-nav-menu > li > .sub-menu').stop(true, true).slideUp(300);
}
});
// Prevent closing when clicking inside submenu
$('.hfe-nav-menu .sub-menu').on('click', function(e) {
e.stopPropagation();
});
});