This black graphic tee peels back the layers to reveal the whiskey wisdom that’s been there all along. A true conversation starter, it effortlessly adds intrigue to any outfit. Layer it under a blazer for a laid-back yet polished look or wear it solo for an everyday statement piece. Pair with denim, and you’re ready to turn heads wherever you go. A perfect blend of style and personality.
Robert Graham Men’s Whiskey Wisdom Short Sleeve T-shirt | Black
Original price was: $93.91.$70.91Current price is: $70.91.
May we also suggest
$(document).ready( function(){ if( $(“.cross-sell-prod”).length > 0 ){ $(“.cross-sale-h2”).show() } $(“.cross-sell-prod”).each((i, cs)=>{ var list_color = $(cs).find(“.HorizontalList__Item.color”); $(list_color[0]).trigger(“click”); for(var i = 0; i < list_color.length; i+=7) { if( i == 0 ){ list_color.slice(i, i+7).wrapAll('
‘); if( list_color.length > 7 ){ let rest = list_color.length – 7; $(cs).find(“.group.color-row-one”).append(‘
‘); } } else { list_color.slice( 7, list_color.length + 1 ).wrapAll(‘
‘); } } var list_size = $(cs).find(“.HorizontalList__Item.size”); for(var i = 0; i < list_size.length; i+=7) { if( i == 0 ){ list_size.slice(i, i+7).wrapAll('
‘); if( list_size.length > 7 ){ let rest = list_size.length – 7; $(cs).find(“.group.size-row-one”).append(‘
‘); } } else { list_size.slice( 7, list_size.length + 1 ).wrapAll(‘
‘); } } }); $(document).on(“click”, “.extra .plus”, function(e) { e.preventDefault(); e.stopPropagation(); $(this).closest(“.SwatchList”).find(“.plus”).addClass(“hideplus”); $(this).closest(“.SwatchList”).find(“.close”).removeClass(“hideplus”); $(this).closest(“.SwatchList”).addClass(“show-rest-items”); }); $(document).on(“click”, “.extra .close”, function(e) { e.preventDefault(); e.stopPropagation(); $(this).closest(“.SwatchList”).find(“.plus”).removeClass(“hideplus”); $(this).closest(“.SwatchList”).find(“.close”).addClass(“hideplus”); $(this).closest(“.SwatchList”).removeClass(“show-rest-items”); }); $(“.cross-sell-prod-image a”).click( function( e ){ if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { e.preventDefault(); e.stopPropagation(); } }); let selectedElement = {}; let totalCrossSellProducts = $(“select.select-option”).each((i, e)=>{ selectedElement[$(e).attr(“id”).split(“-“)[2]]= {}; }); $(“.cross-sale-swatch”).click( function(e){ e.preventDefault(); let object = selectedElement[$(this).attr(“data-type”).split(“-“)[1]]; $(this).closest(“div[role=’radiogroup’]”).find(“.HorizontalList__Item”).each((i, v)=>{ $(v).find(“input”).removeAttr(“checked”); $(v).find(“label”).removeClass(“checked”); }) $(this).addClass(“checked”); $(this).closest(“.ProductForm__Option”).find(“.ProductForm__SelectedValue”).text($(this).attr(“data-tooltip”)); $($(this).parent(“div”).find(“input”)).attr(“checked”, “checked”); if( $(this).attr(“data-type”).split(“-“)[0] == ‘color’ ){ let image = $($(“#select-option-“+$(this).attr(“data-type”).split(“-“)[1]).find(‘option[var-color=”‘+$(this).attr(“data-value”)+'”]’)[0]).attr(“var-image”); let prod__id = $($(“#select-option-“+$(this).attr(“data-type”).split(“-“)[1]).find(‘option[var-color=”‘+$(this).attr(“data-value”)+'”]’)[0]).attr(“prod-id”); let var__price = $($(“#select-option-“+$(this).attr(“data-type”).split(“-“)[1]).find(‘option[var-color=”‘+$(this).attr(“data-value”)+'”]’)[0]).attr(“var-price”); let comp__price = $($(“#select-option-“+$(this).attr(“data-type”).split(“-“)[1]).find(‘option[var-color=”‘+$(this).attr(“data-value”)+'”]’)[0]).attr(“comp-price”); let var__id = $($(“#select-option-“+$(this).attr(“data-type”).split(“-“)[1]).find(‘option[var-color=”‘+$(this).attr(“data-value”)+'”]’)[0]).attr(“value”); console.log(var__price); console.log(comp__price); console.log(var__id); if(comp__price > 0){ debugger; $(“.with__compare_”+prod__id).show(); $(“.without__compare_”+prod__id).hide(); $(“.with__compare_price_1_”+prod__id).html(“$”+Math.round(comp__price / 100).toFixed(2)); $(“.with__compare_price_2_”+prod__id).html(“$”+Math.round(var__price / 100).toFixed(2)); debugger; }else{ $(“.with__compare_”+prod__id).hide(); $(“.without__compare_”+prod__id).show(); $(“.without__compare_price_”+prod__id).html(“$”+Math.round(var__price / 100).toFixed(2)); } $(“#cross-sell-prod-image-“+$(this).attr(“data-type”).split(“-“)[1]+” img”).attr(“src”, image); $(“#select-option-“+$(this).attr(“data-type”).split(“-“)[1]).find(‘option[var-color=”‘+$(this).attr(“data-value”)+'”]’).each((i, v)=>{ $(“#product_form_”+$(this).attr(“data-type”).split(“-“)[1]).find(‘.SizeSwatchList .HorizontalList__Item label[data-value=”‘+$(v).text().split(” / “)[1]+'”]’).removeClass(“unavailable”).removeClass(“available”).addClass( $(v).attr(“var-avail”) == “false”? “unavailable”:”available”); }); } let currentItem = null; $(“#select-option-“+$(this).attr(“data-type”).split(“-“)[1]).find(‘option’).each((i, v)=>{ if( $(v).text().split(“/”)[1].replace(/s+/g,’ ‘).trim() == $(this).prevAll(‘input’).first().attr(“value”).replace(/s+/g,’ ‘).trim() && $(v).attr(“var-avail”) == “false” ){ currentItem = $(v).val() } }); if( currentItem ){ $( this ).closest(“.cross-sell-prod”).find(“button.cross-sale-ProductForm__AddToCart”).html(“Sold out“); $( this ).closest(“.cross-sell-prod”).find(“button.cross-sale-ProductForm__AddToCart”).attr(“disabled”, “disabled”); } else { $( this ).closest(“.cross-sell-prod”).find(“button.cross-sale-ProductForm__AddToCart”).html(“Add to bag“); $( this ).closest(“.cross-sell-prod”).find(“button.cross-sale-ProductForm__AddToCart”).removeAttr(“disabled”); } object[$(this).attr(“data-type”).split(“-“)[0]] = $(this).prevAll(‘input’).first().attr(“value”); selectedElement[$(this).attr(“data-type”).split(“-“)[1]] = object; }); $(document).on(“click”, “button.Drawer__Close”, ()=>{ $(“.PageOverlay”).removeClass(“is-visible”); $(“#sidebar-cart”).attr(“aria-hidden”, true).attr(“tab-index”, 0) }); $(document).on(“click”, “.PageOverlay.is-visible”, ()=>{ $(“.PageOverlay”).removeClass(“is-visible”); $(“#sidebar-cart”).attr(“aria-hidden”, true).attr(“tab-index”, 0) }); $(“.cross-sell-prod”).each((i, cs)=>{ let object = selectedElement[$(cs).find(“.ColorSwatchList”).attr(“data-product”).split(“-“)[1]]; $($(cs).find(“.ColorSwatchList .HorizontalList__Item”)[0]).find(“input”).attr(“checked”, “checked”); $($(cs).find(“.ColorSwatchList .HorizontalList__Item”)[0]).find(“label”).addClass(“checked”); $($(cs).find(“.ColorSwatchList .HorizontalList__Item”)[0]).closest(“.ProductForm__Option”).find(“.ProductForm__SelectedValue”).text($($(cs).find(“.ColorSwatchList .HorizontalList__Item”)[0]).find(“input”).val()); object[$($(cs).find(“.ColorSwatchList”)[0]).find(“input”).attr(“data-key”).toLowerCase()] = $($(cs).find(“.ColorSwatchList”)[0]).find(“input”).attr(“data-value”); if( $(cs).find(“.SizeSwatchList .HorizontalList__Item”).length === 1 ){ $($(cs).find(“.SizeSwatchList .HorizontalList__Item”)[0]).find(“input”).attr(“checked”, “checked”); $($(cs).find(“.SizeSwatchList .HorizontalList__Item”)[0]).find(“label”).addClass(“checked”); object[$($(cs).find(“.SizeSwatchList .HorizontalList__Item”)[0]).find(“input”).attr(“data-key”).toLowerCase()] = $($(cs).find(“.SizeSwatchList .HorizontalList__Item”)[0]).find(“input”).attr(“data-value”); } selectedElement[$(cs).find(“.ColorSwatchList”).attr(“data-product”).split(“-“)[1]] = object; $(“#select-option-“+$(cs).find(“.ColorSwatchList”).attr(“data-product”).split(“-“)[1]).find(‘option[var-color=”‘+$($(cs).find(“.ColorSwatchList”)[0]).find(“input”).attr(“data-value”)+'”]’).each((i, v)=>{ $(“#product_form_”+$(cs).find(“.ColorSwatchList”).attr(“data-product”).split(“-“)[1]).find(‘.SizeSwatchList .HorizontalList__Item label[data-value=”‘+$(v).text().split(” / “)[1]+'”]’).removeClass(“unavailable”).removeClass(“available”).addClass( $(v).attr(“var-avail”) == “false”? “unavailable”:”available”); }); }); $(“section.Product button.ProductForm__AddToCart”).click( function(){ setTimeout(() => { $.ajax({ type: ‘GET’, dataType: ‘json’, url: ‘/cart.json’, success: function(cart){ $(‘.Header__CartCount’).text(‘(‘+cart.item_count+’)’); }}); }, 5000); }); $(“.cross-sale-swatch”).click( function(e){ let productId =$(this).closest(“form”).attr(“id”).replace(“product_form_”, “”); $(JSON.parse(document.getElementById(‘data-variant-‘+productId).textContent)).each((i, v)=>{ if(v.options.sort().join(‘,’) === Object.values(selectedElement[productId]).sort().join(‘,’)){ let comp__price = $(‘select option[value=’+v.id+’]’).attr(“comp-price”); let var__price = $(‘select option[value=’+v.id+’]’).attr(“var-price”); console.log( $(‘select option[value=’+v.id+’]’).attr(“comp-price”), $(‘select option[value=’+v.id+’]’).attr(“var-price”) ); if(comp__price > 0){ debugger; $(“.with__compare_”+productId).show(); $(“.without__compare_”+productId).hide(); $(“.with__compare_price_1_”+productId).html(“$”+Math.round(comp__price / 100).toFixed(2)); $(“.with__compare_price_2_”+productId).html(“$”+Math.round(var__price / 100).toFixed(2)); debugger; }else{ $(“.with__compare_”+productId).hide(); $(“.without__compare_”+productId).show(); $(“.without__compare_price_”+productId).html(“$”+Math.round(var__price / 100).toFixed(2)); } } }); }); $(“button.cross-sale-ProductForm__AddToCart”).click( function(e){ e.preventDefault(); e.stopPropagation(); var topButton = $(this); let productId =$(this).closest(“form”).attr(“id”).replace(“product_form_”, “”); if( Object.values(selectedElement[productId]).length { $($(this).closest(“form”)).find(“.add-to-bag-validation”).hide(); }, 10000); return; } else { $(this).html(“Adding to cart…“); } let productSelectedTypeOne = Object.values(selectedElement[productId]).join(” / “); let productSelectedTypeTwo = Object.values(selectedElement[productId]).reverse().join(” / “); var data = JSON.parse(document.getElementById(‘data-variant-‘+productId).textContent); $(JSON.parse(document.getElementById(‘data-variant-‘+productId).textContent)).each((i, v)=>{ if(v.options.sort().join(‘,’)=== Object.values(selectedElement[productId]).sort().join(‘,’)){ $(“select#select-option-“+ productId +” option”).each( function(){$(this).removeAttr(“selected”); });$(‘select option[value=’+v.id+’]’).attr(‘selected’,’selected’); $.ajax({type: ‘POST’,url: ‘/cart/add.js’,dataType: ‘json’,data: { quantity: 1, id: v.id},dataType: ‘json’,complete: function(){ $(“#sidebar-cart”).load(” #sidebar-cart > * “); setTimeout(()=>{ $(“.PageOverlay”).addClass(“is-visible”); $(“#sidebar-cart”).attr(“aria-hidden”, false).attr(“tab-index”, -1); }, 1000)}, success: function (data) { topButton.html(“Added“); $.ajax({ type: ‘GET’, dataType: ‘json’, url: ‘/cart.json’, success: function(cart){ $.ajax({ dataType: ‘json’, type: ‘GET’, url: ‘/cart.js’, }); $(‘.Header__CartCount’).text(‘(‘+cart.item_count+’)’); setTimeout(() => { $(“#sidebar-cart”).load(” #sidebar-cart > * “); }, 10000); topButton.html(“Add to bag“); } });} }); } }); }); }); .crosssale-wrapper { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; width: 100%; max-width: 1400px; margin: 0 auto; } .crosssale-wrapper .ProductMeta__PriceList.Heading{ margin-top: 0; } .SizeSwatch.checked { background-color: #000; border-color: #000; color: #fff; } .crosssale-wrapper label.swatch::before{ display: none; } .option-view-full-details{ float:left; margin: 20px 0; font-size: 14px; font-weight: bold; text-decoration: underline; color: #493069; } .cross-sell-prod { flex: 1 0 50%; margin-bottom:25px; max-width: 50%; } .cross-sell-prod form{ margin:0; } .crosssale-wrapper .money{ font-size: 14px; margin: 20px 0; } .cross-sell-prod{ position: relative; padding: 10px; } .add-to-bag-validation{ display: none; font-size: 12px; margin: 10px 0; } .crosssale-wrapper .ProductForm__Option{ margin-bottom: 20px ; } .ColorSwatch.checked:after { border: 2px solid black!important; } .crosssale-wrapper label.SizeSwatch.SizeSwatch–large.unavailable, label.SizeSwatch.SizeSwatch–large { padding: 5px 5px 5px; } .crosssale-wrapper .ProductForm__Label { display: block; margin-bottom: 2px; font-size: 12px; margin-top: 10px; } .cross-sale-h2{ width: 100%; text-align: center; font-size: 26px; margin: 30px 0 60px; line-height: 1.1; letter-spacing: .6px; color: #242424; text-transform: uppercase; font-weight: bold; font-family: Gotham,Arial,sans-serif; } .hideplus{ display: none; } .crosssale-wrapper .SizeSwatch { min-width: 34px; height: 32px; } .select-option{ display:none; } .crosssale-wrapper .HorizontalList–spacingTight .HorizontalList__Item{ margin-right: 0; } .cross-sell-prod h3 { font-weight: bold; font-size: 1.2vw; line-height: 1.2; margin-bottom: 0; min-height: 60px; } .cross-sell-prod-image { width:50%; float:left; } .cross-sell-prod-details { width:50%; float:right; } .select-option{ display: none; } .group.size-row-rest, .group.color-row-rest{ display: none; } .show-rest-items .group { display: block;} .show-rest-items { background: #fff; } .group.size-row-rest { /* position: absolute; z-index: 99; */ background: #fff; width: 100%;}.SwatchList, .group.size-row-one { position: relative;} @media screen and (min-width: 1400px) { .cross-sell-prod h3 { font-size: 16px; } } @media screen and (max-width: 1050px) { .crosssale-wrapper { width: 90%; } .crosssale-wrapper { flex-direction: column; } .cross-sell-prod { flex: 1 0 100%; max-width: 100%; } .cross-sell-prod h3 { min-height: unset; } .cross-sell-prod h3 { font-size: 16px; } } @media screen and (max-width: 767px) { .cross-sale-h2{ font-size: 4vw; margin-bottom: 40px; } .cross-sell-prod-image { width:100%; float:left; text-align: center; } .cross-sell-prod-details { width:100%; float:left; margin-top:10px; } .cross-sell-prod{ margin-bottom: 50px; margin-left: auto; margin-right: auto; padding: 0; max-width: 500px; } .cross-sell-prod-details{ margin-top: 25px; } .crosssale-wrapper{ padding: 5px; } } @media screen and (max-width: 640px) { .cross-sell-prod{ max-width: 452px; } .cross-sale-h2{ font-size: 22px; } } /* Very ugly haha */ @media screen and (max-width: 640px) { #shopify-section-product-template + .shopify-section–bordered { border-top: 0; } #shopify-section-product-template + .shopify-section–bordered > .Section { padding-top: 0; } }
window.addEventListener(‘load’, function () { const divNav = document.querySelector(‘#Product__SlideNavId’); if (typeof(divNav) != ‘undefined’ && divNav != null) { document.getElementById(“Product__SlideNavId”).style.visibility = “visible”; } }); $(document).ready(function(){ $(‘.Video__PlayButton’).on(‘click’, function () { $(this).hide(); $(this).parent(‘li’); $(this).parent(‘.Videocontainer’).find(‘.Video_image’).hide(); $(this).parent(‘.Videocontainer’).find(‘.VideoWrapper’).show(‘100’, function(){ $(this).parent(‘.Videocontainer’).find(‘video’).trigger(‘play’); }); }); });
WHISKEY WISDOM SHORT SLEEVE T-SHIRT
- <label for="option-add-to-bag-0-0
Color | BLACK |
---|---|
Size | XS, S, M, L, XL, 2XL, 3XL, 4XL |
Reviews
There are no reviews yet.