We found
1 product
available for you
Filters
-
Regular price
-
$21.50
-
Sale price
-
$21.50
Sale
-
Regular price
-
$21.50
-
Sale price
-
$21.50
Sale
It’s always a good decision to invest in premium-quality basics that’ll look good and last long. The men’s premium tank top is exceptionally soft and smooth and made of durable materials. Wear it a...
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device
$(document).ready(function() {
// Handle switching between tabs in the slide-out menu
$('.slm-tab-title li a').on('click', function(e) {
e.preventDefault();
// Remove the 'active' class from all tabs and contents
$('.slm-tab-title li a').removeClass('active');
$('.slm-tab-content .tab-content').removeClass('active');
// Add the 'active' class to the clicked tab and corresponding content
$(this).addClass('active');
var tabId = $(this).attr('href');
$(tabId).addClass('active');
});
});