Description
- This Blue Whale design is made out of positive affirmations about the symbolism of a blue whale like “I am communicating.”, “You are powerful.”, and “We are navigating.”
- If you imagine the ocean as our emotions and thoughts, then the blue whale can safely navigate to the deepest depths bringing health to the ecosystem wherever they go.
- Learn more about the symbolism within our blue whale design and check out the affirmation generator by CLICKING HERE!
- SHIRT DETAILS
- Super Soft ORGANIC Cotton
- Made in the USA ??
- Double needle bottom hem
- FABRIC DETAILS
- 100% Combed Ring Spun Organic Cotton
- 4.4 oz/sq yd
SIZING CHART: men’s 100% organic cotton long sleeve crew
|
S
|
M
|
L
|
XL
|
XXL
|
CHEST FLAT MEASUREMENT (1″ below armhole) |
18″
|
20″
|
22″
|
24″
|
26″
|
FRONT BODY LENGTH (from hps) |
28″
|
29″
|
30″
|
31″
|
32″
|
*HPS = high point shoulder
function openPage(pageName,elmnt,color) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablink");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].style.backgroundColor = "";
}
document.getElementById(pageName).style.display = "block";
elmnt.style.backgroundColor = color;
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();