Ozzy Osbourne Black Sabbath Printed Unisex Oversized T-shirt

$22.99
Color:  Black
Size:  S
Quantity
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);

Description

Product Details

  • Material: 100% cotton
  • Heat-treated to stay form after washes
  • Dual-thread weaving - stays smooth, lasts longer

Care Instructions

  • Machine washing
  • Tumble dry on medium-low heat or line dry
  • Do not iron directly onto the design

Size Guide

Product Name

Ozzy Osbourne Black Sabbath Printed Unisex Oversized T-shirt

SPU SPU10315409
Gender Unisex
Occasion Casual
Material Cotton
Please Note: All dimensions are measured manually with a deviation of 1 to 3CM     
Size BUST LENGTH SHOULDER SLEEVE
IN CM IN CM IN CM IN CM
S 41.7 106 26.8 68 20.5 52 7.9 20
M  44.1 112  28.0 71 21.7 55 8.4 21.5
L  46.5 118  29.1 74 22.8 58 9.1 23
XL  48.8 124  30.3 77 24.0 61 9.6 24.5
2XL  51.2 130  31.5 80 25.2 64 10.2 26
3XL  53.5 136  32.7 83 26.4 67 10.8 27.5
4XL  55.9 142  33.9 86 27.6 70 11.4 29
5XL  58.3 148  35.0 89  28.7 73 12.0 30.5

Shipping

  • It takes 3-5 days for preparation, quality checks, and packaging before shipping
  • Shipping Time: Arrives in 7-12 business days
  • We use USPS, FedEx, or DHL and will select the best option based on your location

Returns

  • If you're not completely satisfied, you can return your items within 30 days of delivery. Refer to our Return Policy for details before initiating a return.