-
Home
- Cosmic Curiosity Unisex Sweatshirt
Cosmic Curiosity Unisex Sweatshirt
-
Regular price
-
$60.00
-
Sale price
-
$60.00
Sale
Tax included.
Shipping calculated at checkout.
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');
});
});