(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
1/1
${data.index + 1}/${data.total}
Description
We believe in the long term.
Our products made of high quality materials and printed with the best machinery, an ultra smooth cotton blend to ensure the comfort and durability.
Details
Premium 320GSM 100%Cotton
Fit-Type Oversized drop shoulder fit
Acid washed
DTG Printing
Size Chart
CM/KG
SIZE
HEIGHT
WEIGHT
WAIST
HIP WDTH
INSEAM
S
160-165
60-65
75-95
109
13
M
165-170
65-70
78-98
112
13
L
170-175
70-75
81-101
115
13
XL
175-180
75-80
84-104
118
13
2XL
180-185
80-90
87-107
121
13
3XL
185-190
85-95
90-110
124
13
IN/LBS
SIZE
HEIGHT
WEIGHT
WAIST
HIP WDTH
INSEAM
S
5'3-5'5
130-145
30-37.5
43
5
M
5'5-5'7
145-155
30.5-38.5
44
5
L
5'7-5'9
155-165
32-40
45
5
XL
5'9-6'
165-175
33-41
46.5
5
2XL
6'-6'2
175-185
34-42
47.5
5
3XL
6'2-6'4
185-195
35-43
48.5
5
Product Description
Crafted from High-Quality Soft Cotton, this T-shirt offers exceptional comfort, breathability, and moisture-wicking properties, all while resisting pilling and shrinkage. Its double-stitched hems ensure durability and a polished finish.
Versatile for year-round wear, this T-shirt suits various occasions, from casual outings to sports and more.
Shipping and Logistics Information
🚚 Standard Shipping (International) 7-25 Business Days
You can check shipping details by email with your order number or contact our customer service email for tracking.
Order Processing Time
Please allow us up to 48 hours to process your order. The shipping timeframes refer to the time after the order is shipped.
Care Instructions
Machine washable at a maximum of 30°C. Use a gentle cycle and wash with similar colors.
Hang to dry. Do not bleach. Do not iron or steam over the design.
Please feel free to contact us if you have any questions or need assistance. We look forward to providing you with high-quality anime apparel.
${isCart ? 'The items in the shopping cart do not participate in any recommendation rule. Add the participating items to your shopping cart to check the design.' : ''}
${isProduct ? 'This product did not participated in any recommendation rule. Switch to another product to check the design.' : ''}
${isCollection ? 'The items in this collection do not participate in any recommendation rule. Switch the participating items to check the design.' : ''}
${isIndex ? 'The home page do not participate in any recommendation rule.' : ''}
(This prompt would not display on client-side)