Menu

Home > Men s Modern Sport Ash Grey T Shirt Collar Stretched Zipper Neck

Social

Men s Modern Sport Ash Grey T Shirt Collar Stretched Zipper Neck

$ 28.49 $ 33.99

Shipping & Delivery Information:

Comfortable and Stretchy

We understand that comfort is key when it comes to activewear. That is why our t shirt is designed with stretchy and breathable fabric to keep you comfortable during your toughest workouts. The lightweight and flexible material allows for maximum mobility, while the moisture-wicking technology keeps you cool and dry.

Versatile and Practical

Our tshirt is not just for the gym. It is versatile enough to wear on any occasion, whether you were running errands or meeting up with friends. The shirs modern design and sleek silhouette make it the perfect addition to any casual outfit. The zipper neck adds a unique touch while providing practicality for adjusting ventilation.

Sleek and Modern Design

This shirt is the perfect addition to your activewear wardrobe. Made with high-quality fabric and featuring a modern and sleek design, this shirt is perfect for any workout. The collar and zipper neck provide a comfortable fit while adding a touch of style.

Also Available In Zeekas Brand - Check Out Signature Icon, Perfect Fit Zeekas Brand Polo Shirts Here.
 

} catch (error) { console.error('Error initializing zoom:', error); } } // Function to initialize zoom on a single image function initSingleImageZoom($img) { try { console.log('Initializing zoom for image:', $img.attr('src')); // Initialize zoom with larger magnifier and white background $img.imagezoomsl({ zoomrange: [2, 6], magnifiersize: [350, 350], magnifierpos: 'right', cursorshade: true, cursorshadecolor: '#ffffff', cursorshadeopacity: 0.3, cursorshadeborder: '1px solid #ddd', magnifierborder: '2px solid #ccc', magnifiereffectanimate: 'fadeIn', zoomstart: 2, stepzoom: 0.3, leftoffset: 20, rightoffset: 20, switchsides: true, showstatus: false, disablewheel: false }); $img.data('zoom-initialized', true); console.log('Zoom initialized successfully for image'); } catch (error) { console.error('Error initializing single image zoom:', error); } } // Wait for all scripts and images to load before initializing zoom $(window).on('load', function() { console.log('Window fully loaded, initializing zoom...'); setTimeout(function() { initImageZoom(); }, 500); }); // Fallback initialization after DOM ready setTimeout(function() { console.log('Fallback zoom initialization...'); initImageZoom(); }, 2000); // Re-initialize zoom when Bootstrap tabs are switched $(document).on('shown.bs.tab', 'a[data-bs-toggle="tab"]', function(e) { console.log('Tab switched, reinitializing zoom...'); setTimeout(function() { initImageZoom(); }, 300); }); // Handle window resize with debouncing var resizeTimeout; $(window).on('resize', function() { clearTimeout(resizeTimeout); resizeTimeout = setTimeout(function() { console.log('Window resized, reinitializing zoom...'); initImageZoom(); }, 500); }); console.log('Zoom functionality setup complete'); } })();