FURWEY Heat Transfer Vinyl Rolls HTV Vinyl - 12" x 25Ft Black Iron on Vinyl, Easy to Cut & Weed for Heat Vinyl Design

Share on:

Price USD:$16.14*

Quantity:

Description

FURWEY Heat Transfer Vinyl Rolls HTV Vinyl - 12" x 25Ft Black Iron on Vinyl, Easy to Cut & Weed for Heat Vinyl DesignFound a lower price? Let us know. Although we can't match every price reported, we'll use your feedback to ensure that our prices remain competitive. Store (Offline) Store name: City: State: Please select province Please select province Price: ($) Date of the price: 01 02 03 04 05 06 07 08 09 10 11 12 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 / Please sign in to provide feedback. Submit Feedback P.when("A", "a-modal", "ready").execute(function (A, modal) { var $ = A.$; var instance; var title = $("#modalHeader").val(); A.declarative("pricingFeedback-modal-button", "click", function (event) { if (!instance) { var options = { name: "pricingFeedback-modal-content", dataStrategy: "preload", }; instance = modal.create(event.$target, options); } instance.update({ "header": title, "width": "550" }).lock().show(); }); }); P.when('A', 'ready').execute(function (A) { var $ = A.$; var csrf = $("#aapiCsrfToken").val(); var productPrice = $("#priceValue").val(); var hostname = $("#absoluteUrlPrefix").val(); var customerId = $("#customerId").val(); var isCustomerRecognized = ($("#isCustomerLoggedIn").val() === 'true'); var isCurrentGlOnlineOnly = ($("#isCurrentGlOnlineOnly").val() === 'true'); var asin = $("#asin").val(); var marketplaceId = $("#marketplaceId").val(); var country = $("#countryCode").val(); var offlineStoresList = $("#offlineStoresList").val(); var statesList = $("#statesList").val(); var errorMessages = { errorNoRetailerType: $("#errorNoType").val(), errorBadPrice: $("#errorBadPrice").val(), errorBadPriceShipping: $("#errorBadPriceShipping").val(), errorInvalidUrl: $("#errorInvalidUrl").val(), errorSubmission: $("#errorSubmission").val(), errorEmptyFields: $("#errorEmptyFields").val(), thankFeedback: $("#thankFeedback").val() }; var feedbackFormContent = document.querySelector('#feedbackForm'); var signUpContainer = document.querySelector('#signUpForm'); var feedbackFormFinalStateContainer = document.querySelector('#feedbackFormFinalState'); var states = JSON.parse(statesList); var offlineStores = JSON.parse(offlineStoresList); var offlineStoresEnabled = !isCurrentGlOnlineOnly; var currentDate = getCurrentDay(); var currentMonth = getCurrentMonth(); var currentYear = getCurrentYear(); if (isCustomerRecognized) { feedbackFormContent.style['display'] = 'block'; feedbackFormFinalStateContainer.style['display'] = 'block'; signUpContainer.style['display'] = 'none'; var enableOnlineStoreRadio = document.querySelector('#pricingFeedback_onlineRadio'); var enableOfflineStoreRadio = document.querySelector('#pricingFeedback_offlineRadio'); var onlineStoreInputForm = document.querySelector('#pricingFeedback_onlineInput'); var offlineStoreInputForm = document.querySelector('#pricingFeedback_offlineInput'); var offlineStateSelect = document.querySelector('#offlineState'); var offlineStoreSelect = document.querySelector('#offlineStoreNameList'); var submitButton = document.querySelector('#pricingFeedback_submit'); var onlineUrl = document.querySelector('#onlineUrl'); var onlinePriceRaw = document.querySelector('#onlinePriceRaw'); var onlineShippingRaw = document.querySelector('#onlineShippingRaw'); var onlineDay = document.querySelector('#onlineDay'); var onlineMonth = document.querySelector('#onlineMonth'); var onlineYear = document.querySelector('#onlineYear'); var onlineCalendar = document.querySelector('#onlineCalendar'); var offlineRadioContainer = document.querySelector('#offlineRadioContainer'); var offlineStoreName = document.querySelector('#offlineStoreName'); var offlineCity = document.querySelector('#offlineCity'); var offlineState = document.querySelector('#offlineState'); var offlinePriceRaw = document.querySelector('#offlinePriceRaw'); var offlineDay = document.querySelector('#offlineDay'); var offlineMonth = document.querySelector('#offlineMonth'); var offlineYear = document.querySelector('#offlineYear'); var offlineCalendar = document.querySelector('#offlineCalendar'); var thankYouDiv = document.querySelector('#pricingFeedback_thank'); var errorDiv = document.querySelector('#pricingFeedback_error'); var loadingGifDiv = document.querySelector('#loading'); setCalenderOrderBasedOnCountry(country); setInitialStates( onlineMonth, currentMonth, offlineMonth, onlineDay, currentDate, offlineDay, onlineYear, currentYear, offlineYear, onlineStoreInputForm, offlineStoreInputForm, enableOfflineStoreRadio, enableOnlineStoreRadio, onlineCalendar, offlineCalendar ); createPermalinkContainer(asin, hostname); for (let state of states) { var option = document.createElement('option'); option.setAttribute('value', state['value']); option.innerText = state['name']; offlineStateSelect.appendChild(option); } for (let store of offlineStores) { var option = document.createElement('option'); option.setAttribute('value', store); offlineStoreSelect.appendChild(option); } $("#pricingFeedback_onlineRadio").click(function () { onlineStoreInputForm.style['display'] = 'table'; offlineStoreInputForm.style['display'] = 'none'; }); $("#pricingFeedback_offlineRadio").click(function () { onlineStoreInputForm.style['display'] = 'none'; offlineStoreInputForm.style['display'] = 'table'; }); if (!offlineStoresEnabled) { offlineRadioContainer.style['display'] = 'none'; offlineStoreInputForm.style['display'] = 'none'; } $("#pricingFeedback_submit").click(function () { var feedbackSubmitted = submitFeedback( customerId, marketplaceId, asin, productPrice, onlineStoreInputForm, offlineStoreInputForm, onlineUrl.value, onlinePriceRaw.value, onlineShippingRaw.value, onlineDay.value, onlineMonth.value, offlineStoreName.value, offlineCity.value, offlineState.value, offlinePriceRaw.value, offlineDay.value, offlineMonth.value, thankYouDiv, errorDiv, submitButton, loadingGifDiv, errorMessages ); if (feedbackSubmitted !== null && !feedbackSubmitted) { errorDiv.innerHTML = getErrorDiv(errorMessages.errorSubmission); } }); A.on("a:popover:beforeHide:pricingFeedback-modal-content", function (data) { resetModalToInitialState(currentMonth, currentDate, currentYear); }); } else { feedbackFormContent.style['display'] = 'none'; feedbackFormFinalStateContainer.style['display'] = 'none'; signUpContainer.style['display'] = 'block'; var authPortalLink = getAuthenticationPageURL(asin, hostname); $("#signUpForm").one("click", function () { window.location = encodeURI(authPortalLink); }); } function setCalenderOrderBasedOnCountry(country) { var monthSections = document.getElementsByClassName('monthSection'); var daySections = document.getElementsByClassName('daySection'); var yearSections = document.getElementsByClassName('yearSection'); var firstDelimiters = document.getElementsByClassName('firstDelimiter'); var secondDelimiters = document.getElementsByClassName('secondDelimiter'); if (country === 'US') { for (let i = 0; i < 2; i++) { (monthSections[i]).style['order'] = '-1'; (firstDelimiters[i]).style['order'] = '0'; (daySections[i]).style['order'] = '1'; (secondDelimiters[i]).style['order'] = '2'; (yearSections[i]).style['order'] = '3'; } } else if (country === 'JP') { for (let i = 0; i < 2; i++) { (yearSections[i]).style['order'] = '-1'; (secondDelimiters[i]).style['order'] = '0'; (monthSections[i]).style['order'] = '1'; (firstDelimiters[i]).style['order'] = '2'; (daySections[i]).style['order'] = '3'; } } else { for (let i = 0; i < 2; i++) { (daySections[i]).style['order'] = '-1'; (firstDelimiters[i]).style['order'] = '0'; (monthSections[i]).style['order'] = '1'; (secondDelimiters[i]).style['order'] = '2'; (yearSections[i]).style['order'] = '3'; } } } function createPermalinkContainer(asin, hostname) { var permalinkHref = getPermalink(hostname, asin); var permalinkContainer = document.querySelector('#permalink'); var permalink = document.createElement('a'); permalink.setAttribute('href', permalinkHref); permalink.innerText = permalinkHref; permalinkContainer.append(permalink); } function getPermalink(server, asin) { return server + '/dp/' + asin; } function triggerPricingFeedback( customerId, marketplaceId, asin, price, retailerType, retailerUrl, retailerName, retailerCity, retailerState, retailerPrice, retailerShipping, sampleDate ) { var dataCart = { ourPrice: parseInt(price), retailer: { type: retailerType, name: retailerName, city: retailerCity, state: retailerState, price: parseInt(retailerPrice), shippingCost: parseInt(retailerShipping), url: retailerUrl }, date: sampleDate + "T00:00:00.102Z" }; return new Promise((resolve, reject) => { A.$.ajax($("#aapiEndpoint").val() + "/api/marketplaces/" + marketplaceId + "/products/" + asin + "/feedback/pricing", { type: 'POST', headers: { 'Accept-Language': 'en-US', 'Accept': 'application/vnd.com.amazon.api+json; type="product.feedback.pricing/v1"', 'Content-Type': 'application/vnd.com.amazon.api+json; type="product.feedback.pricing.request/v1"', 'x-api-csrf-token': csrf }, data: JSON.stringify(dataCart), xhrFields: { withCredentials: true }, success: function (responseContent) { $("#pricingFeedback_thankcontent").innerText = "Success! " + responseContent.toString(); resolve(); }, error: function (err) { $("#pricingFeedback_thankcontent").innerText = "Error! " + err.toString(); reject(); } }) }) } function getAuthenticationPageURL(asin, hostname) { return hostname + '/ap/signin?_encoding=UTF8&openid.assoc_handle=usflex&openid.claimed_id=http://specs.openid.net/auth/2.0/identifier_select&openid.identity=http://specs.openid.net/auth/2.0/identifier_select&openid.mode=checkid_setup&openid.ns=http://specs.openid.net/auth/2.0&openid.ns.pape=http://specs.openid.net/extensions/pape/1.0&openid.pape.max_auth_age=0&openid.return_to=https://www.amazon.com/dp//'; } function getCurrentDay() { var date = new Date(); return date.getDate().toString(); } function getCurrentMonth() { var date = new Date(); return (date.getMonth() + 1).toString(); } function getCurrentYear() { var date = new Date(); return date.getFullYear().toString(); } function setInitialStates(onlineMonth, currentMonth, offlineMonth, onlineDay, currentDate, offlineDay, onlineYear, currentYear, offlineYear, onlineStoreInputForm, offlineStoreInputForm, enableOfflineStoreRadio, enableOnlineStoreRadio, onlineCalendar, offlineCalendar) { onlineMonth.defaultValue = currentMonth; offlineMonth.defaultValue = currentMonth; onlineDay.defaultValue = currentDate; offlineDay.defaultValue = currentDate; onlineYear.defaultValue = currentYear; offlineYear.defaultValue = currentYear; var onlineMonthOption = document.querySelector('#onlineMonthOptionDefault'); onlineMonthOption.innerText = currentMonth; var onlineMonthPrompt = document.querySelector('#onlineMonthPrompt'); onlineMonthPrompt.innerText = currentMonth; var offlineMonthOption = document.querySelector('#offlineMonthOptionDefault'); offlineMonthOption.innerText = currentMonth; var offlineMonthPrompt = document.querySelector('#offlineMonthPrompt'); offlineMonthPrompt.innerText = currentMonth; var onlineDateOption = document.querySelector('#onlineDateOptionDefault'); onlineDateOption.innerText = currentDate; var onlineDayPrompt = document.querySelector('#onlineDatePrompt'); onlineDayPrompt.innerText = currentDate; var offlineDateOption = document.querySelector('#offlineDateOptionDefault'); offlineDateOption.innerText = currentDate; var offlineDayPrompt = document.querySelector('#offlineDatePrompt'); offlineDayPrompt.innerText = currentDate; var onlineYearOption = document.querySelector('#onlineYearOptionDefault'); onlineYearOption.setAttribute('href', currentYear); onlineYearOption.innerText = currentYear; var onlineYearPrompt = document.querySelector('#onlineYearPrompt'); onlineYearPrompt.innerText = currentYear; var offlineYearOption = document.querySelector('#offlineYearOptionDefault'); offlineYearOption.setAttribute('href', currentYear); offlineYearOption.innerText = currentYear; var offlineYearPrompt = document.querySelector('#offlineYearPrompt'); offlineYearPrompt.innerText = currentYear; if (onlineMonth.children && offlineMonth.children && onlineDay.children && offlineDay.children) { onlineMonth.children[currentMonth].setAttribute('selected', currentMonth); offlineMonth.children[currentMonth].setAttribute('selected', currentMonth); onlineDay.children[currentDate].setAttribute('selected', currentDate); offlineDay.children[currentDate].setAttribute('selected', currentDate); } onlineStoreInputForm.style['display'] = 'none'; offlineStoreInputForm.style['display'] = 'none'; enableOfflineStoreRadio.checked = false; enableOnlineStoreRadio.checked = false; if (onlineCalendar.style && offlineCalendar.style) { onlineCalendar.style['display'] = 'flex'; offlineCalendar.style['display'] = 'flex'; } } function submitFeedback( customerId, marketplaceId, asin, price, onlineStoreInputForm, offlineStoreInputForm, onlineUrl, onlinePriceRaw, onlineShippingRaw, onlineDay, onlineMonth, offlineStoreName, offlineCity, offlineState, offlinePriceRaw, offlineDay, offlineMonth, thankYouDiv, errorDiv, submitButton, loadingGifDiv, errorMessages ) { errorDiv.innerHTML = ''; let cleanRetailerType, cleanRetailerUrl, cleanRetailerName, cleanRetailerCity, cleanRetailerState, cleanRetailerPrice, cleanRetailerShipping, cleanSampleDate; var currentYear = getCurrentYear(); if (onlineStoreInputForm.style['display'] === 'table') { var onlineValidity = validateOnlineInputs(onlineUrl, onlinePriceRaw, onlineShippingRaw, errorMessages); if (onlineValidity.valid) { cleanRetailerType = 'ONLINE'; cleanRetailerUrl = truncate(trim(onlineUrl), 300); cleanRetailerPrice = trim(onlinePriceRaw); cleanRetailerShipping = trim(onlineShippingRaw); if (!cleanRetailerShipping) { cleanRetailerShipping = '0'; } cleanSampleDate = formatDate( currentYear, onlineDay ? onlineDay : getCurrentDay(), onlineMonth ? onlineMonth : getCurrentMonth() ); } else { if (onlineValidity.error) { errorDiv.innerHTML = getErrorDiv(onlineValidity.error); } return null; } } else if (offlineStoreInputForm.style['display'] === 'table') { var offlineValidity = validateOfflineInputs( offlineStoreName, offlineCity, offlineState, offlinePriceRaw, errorMessages ); if (offlineValidity.valid) { cleanRetailerType = 'OFFLINE'; cleanRetailerName = truncate(trim(offlineStoreName), 100); cleanRetailerCity = truncate(trim(offlineCity), 100); cleanRetailerState = truncate(trim(offlineState), 100); cleanRetailerPrice = trim(offlinePriceRaw); cleanRetailerShipping = '0'; cleanSampleDate = formatDate( currentYear, offlineDay ? offlineDay : getCurrentDay(), offlineMonth ? offlineMonth : getCurrentMonth() ); } else { if (offlineValidity.error) { errorDiv.innerHTML = getErrorDiv(offlineValidity.error); } return null; } } else { errorDiv.innerHTML = getErrorDiv(errorMessages.errorNoRetailerType); return null; } loadingGifDiv.innerHTML = getLoadingGifDiv(); if (price) price = parseFloat(price); return triggerPricingFeedback( customerId, marketplaceId, asin, price, cleanRetailerType, cleanRetailerUrl, cleanRetailerName, cleanRetailerCity, cleanRetailerState, parseFloat(cleanRetailerPrice), parseFloat(cleanRetailerShipping), cleanSampleDate ) .then(response => { errorDiv.innerHTML = ''; thankYouDiv.innerHTML = getThankYouDiv(errorMessages.thankFeedback); submitButton.style.display = 'none'; return response; }) .catch(err => { errorDiv.innerHTML = getErrorDiv(errorMessages.errorSubmission); return null; }); } function validateOnlineInputs(url, onlinePrice, onlineShipping, errorMessages) { if (isEmptyValue(url) || isEmptyValue(onlinePrice)) { return { valid: false, error: errorMessages.errorEmptyFields }; } else if (!isValidUrl(url)) { return { valid: false, error: errorMessages.errorInvalidUrl }; } else if (!isNumericPrice(onlinePrice) || (!isEmptyValue(onlineShipping) && !isNumericPrice(onlineShipping))) { return { valid: false, error: errorMessages.errorBadPriceShipping }; } return { valid: true, error: null }; } function validateOfflineInputs(offlineStoreName, offlineCity, offlineState, offlinePrice, errorMessages) { if ( isEmptyValue(offlineStoreName) || isEmptyValue(offlineCity) || isEmptyValue(offlineState) || isEmptyValue(offlinePrice) ) { return { valid: false, error: errorMessages.errorEmptyFields }; } else if (!isNumericPrice(offlinePrice)) { return { valid: false, error: errorMessages.errorBadPrice }; } return { valid: true, error: null }; } function getErrorDiv(errorMsg) { return ( '\n' + ' ' + errorMsg + '\n' + ' ' ); } function getThankYouDiv(thankMsg) { return ( '' + '' + thankMsg + '\n' + '' ); } function getLoadingGifDiv() { return ''; } function isValidUrl(url) { if (!url) { return false; } var encodedUrl = encodeURI(url); return encodedUrl.match( /^(https?:\/\/)?(([a-z0-9-]|%[A-F0-9]{2})+\.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(\/[a-z0-9;:,~!+#@&=%\/$\.?_-]+)?$/ ); } function isNumericPrice(price) { if (!price) { return false; } return price.match(/^([0-9]+\.?[0-9]*)$|^([0-9]*\.[0-9]+)$/); } function isEmptyValue(input) { return !input || input.length === 0 || input.match(/^\s*$/); } function truncate(input, length) { if (!input) { return ''; } else { return input.substr(0, length); } } function formatDate(year, date, month) { return year + '-' + month + '-' + date; } function trim(input) { if (!input) { return ''; } else { return input.trim(); } } function resetModalToInitialState(currentMonth, currentDate, currentYear) { var enableOnlineStoreRadio = document.querySelector('#pricingFeedback_onlineRadio'); var enableOfflineStoreRadio = document.querySelector('#pricingFeedback_offlineRadio'); var onlineStoreInputForm = document.querySelector('#pricingFeedback_onlineInput'); var offlineStoreInputForm = document.querySelector('#pricingFeedback_offlineInput'); var onlineUrl = document.querySelector('#onlineUrl'); var onlinePriceRaw = document.querySelector('#onlinePriceRaw'); var onlineShippingRaw = document.querySelector('#onlineShippingRaw'); var onlineDay = document.querySelector('#onlineDay'); var onlineMonth = document.querySelector('#onlineMonth'); var onlineYear = document.querySelector('#onlineYear'); var onlineCalendar = document.querySelector('#onlineCalendar'); var offlineStoreName = document.querySelector('#offlineStoreName'); var offlineCity = document.querySelector('#offlineCity'); var offlineState = document.querySelector('#offlineState'); var offlinePriceRaw = document.querySelector('#offlinePriceRaw'); var offlineDay = document.querySelector('#offlineDay'); var offlineMonth = document.querySelector('#offlineMonth'); var offlineYear = document.querySelector('#offlineYear'); var offlineCalendar = document.querySelector('#offlineCalendar'); var thankYouDiv = document.querySelector('#pricingFeedback_thank'); var errorDiv = document.querySelector('#pricingFeedback_error'); var submitButton = document.querySelector('#pricingFeedback_submit'); var loadingGifDiv = document.querySelector('#loading'); var stateDefaultOption = document.querySelector('#stateDefaultOption'); var stateDefaultPrompt = document.querySelector('#stateDefaultPrompt'); if (thankYouDiv) { thankYouDiv.innerHTML = ''; } if (errorDiv) { errorDiv.innerHTML = ''; } if (loadingGifDiv) { loadingGifDiv.innerHTML = ''; } if (submitButton) { submitButton.style.display = 'block'; } onlineUrl.value = ''; onlinePriceRaw.value = ''; onlineShippingRaw.value = ''; offlineStoreName.value = ''; offlineCity.value = ''; offlineState.value = ''; offlinePriceRaw.value = ''; stateDefaultOption.innerHTML = $("#selectProvince").val(); stateDefaultPrompt.innerHTML = $("#selectProvince").val(); setInitialStates( onlineMonth, currentMonth, offlineMonth, onlineDay, currentDate, offlineDay, onlineYear, currentYear, offlineYear, onlineStoreInputForm, offlineStoreInputForm, enableOfflineStoreRadio, enableOnlineStoreRadio, onlineCalendar, offlineCalendar ); } }); #productDescription { color: #333333; word-wrap: break-word; font-size: small; line-height: initial; margin: 0.5em 0px 0em 25px; } #productDescription_feature_div > h2.default { color: #CC6600; font-size: medium; margin: 0 0 0.25em; } #productDescription_feature_div > h2.books { color:#333 !important; font-size:21px !important; line-height: 1.3; padding-bottom: 4px; font-weight: normal; margin: 0px; } #productDescription_feature_div > h2.softlines { color:#333 !important; font-size:21px !important; line-height: 1.3; padding-bottom: 4px; font-weight: bold; margin: 0px; } #productDescription > p, #productDescription > div, #productDescription > table { margin: 0 0 1em 0; } #productDescription p { margin: 0em 0 1em 1em; } #productDescription h3 { font-weight: normal; color: #333333; font-size: 1.23em; clear: left; margin: 0.75em 0px 0.375em -15px; } #productDescription table { border-collapse: inherit !important; margin-bottom: 0; } #productDescription table img { max-width: inherit !important; } #productDescription table td { font-size: small; vertical-align: inherit !important; } #productDescription ul li { margin: 0 0 0 20px; } #productDescription ul li ul { list-style-type: disc !important; margin-left: 20px !important; } #productDescription ul ul li { list-style-type: disc !important; margin-left: 20px !important; } #productDescription > ul ul li { list-style-type: disc !important; } #productDescription ul li ul li { margin: 0 0 0 20px; } #productDescription .aplus p { margin: 0 0 1em 0; } #productDescription small { font-size: smaller; } #productDescription.prodDescWidth { max-width: 1000px } P.when('jQuery').execute(function($){ $("#productDescription table").each(function() { var width = $(this).attr('width'); if (width) width += 'px'; else width = 'auto'; $(this).css('width', width); var padding = $(this).attr('cellpadding'); if (padding) padding += 'px'; else padding = '0px'; $(this).css('padding', padding); }); }); #productDescription h3 { margin: 0.75em 0px 0.375em -1px; } (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('A', 'dram-lazy-load-widget', 'ready').execute(function(A) {A.trigger('dram:register-lazy-load-widget', '#DPSims_sims-container_desktop-dp-sims_2_container',2500, 'DPSims_desktop', false);});{"encryptedLazyLoadRenderRequest":"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"} (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://images-na.ssl-images-amazon.com/images/I/01UiZXT0lxL.js?AUIClients/DramAssets'); .postpurchase-included-components-list-item { text-align: left; word-wrap: break-word; } .postpurchase-included-components-list-group { margin: 0 0 1px 18px; } .ask-product-docs-expander-content { padding-left: 0; margin-top: 0; } .sp_large_format_widgetTitle_asinImage_spacing { margin-bottom: 40px; } .sp_large_format_asinImage_productDescription_spacing { margin-bottom: 30px; } .sp_large_format_carousel { height: 461px; } .sp_large_format_offerVertical { min-height: 375px; } .sp_book_carousel_header { margin-bottom: 10px; } .sp_badge_spacing_above_image { margin-top: 0px; margin-bottom: 5px; } .sp_badge_spacing_below_image { margin-top: 6px; margin-bottom: 6px; } .sp_invisible_badge { visibility: hidden; } .sp_prime_wardrobe_badge { position: relative; top: 2px; } .sp_softline_brand_line { margin-top: 16px; font-size: 16px; color: #555555; margin-bottom: 12px; display: inline-block; } .sp_softline_oneline_title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .sp_softline_large_image_container { padding-top: 130%; position: relative; margin-bottom: 4px; } .sp_softline_large_image_faceout { position: absolute; max-width: 100%; max-height: 100%; margin: auto; top: 0; bottom: 0; left: 0; right: 0; } .unified_ad_labeling_title_margin { margin-bottom: 0; } .sp_desktop_sponsored_label { line-height: 23px; font-family: AmazonEmber,"Amazon Ember",Arial,sans-serif; font-weight: normal; margin-bottom: 4px !important; } .sp_atc_buttton_container { position: absolute; bottom: 0; width: inherit; } .sp_amazon_certified_text { font-size: 13px; color: #C45500; } .sp_works_with_alexa { font-size: 13px; color: #111111; } .sp-customer-benefit-message { color:#565959; font-size:12px; font-family:'Amazon Ember',Arial,sans-serif; line-height:15px; } .cpfBadgeTextID { color: #168342 !important; line-height: 16px; font-size: 12px !important; text-decoration: none !important; display: inline-block; } .cpfBadgeLogoID > * { vertical-align: top; } .couponLabel { padding: 4px; background-color: #7FDA6A !important; } .delightPricingLabel { padding: 4px; color: #ffffff; background-color: #B12704 !important; } .delightPricingString { color: #808080; line-height: 16px; font-size: 12px !important; display: inline-block; } .b2b_curation_badge { font-weight: 400; color: #555555; font-size: 12px !important; vertical-align: middle; } .qd-price { line-height: 16px; color: #0F1111; font-size: 12px !important; } .qd-message { line-height: 16px; color: #565959; font-size: 12px !important; } .deliveryPromiseText { color: #111111; line-height: 16px; font-size: 12px !important; display: inline-block; } {"eelEndpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.SponsoredProductsEventTracking.prod"} Products related to this item .sp_detail2_sponsored_label { color: #555555; font-size: 11px; } .sp_detail2_info_icon { width: 11px; vertical-align: text-bottom; fill: #969696; } .sp_info_link { text-decoration:none !important; } #sp_detail2_hide_feedback_string { display: none; } .sp_detail2_sponsored_label:hover { color: #111111; } .sp_detail2_sponsored_label:hover .sp_detail2_info_icon { fill: #555555; } Sponsored Hide feedback (function(f) {var _np=(window.P._namespace("FirebirdSpRendering"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('AmazonClicks').execute(function (AC) { if (AC.registerFeedbackEventsWithSponsoredLabel) { AC.registerFeedbackEventsWithSponsoredLabel("sp_detail2_carousel", "sp_detail2_feedbackMessage", "sp_detail2_hide_feedback_string", "pa_feedbackForm_container_sp_detail2"); } }); })); Page 1 of 1Start overPage 1 of 1 Previous page of related Sponsored Products .sp_ppu_string { vertical-align:bottom; display: inline-block; } (function(f) {var _np=(window.P._namespace("FirebirdSpRendering"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('SponsoredProductsViewability').execute(function(SV) { SV.loadImagePixel("/gp/sponsored-products/logging/log-action.html?qualifier=1687874000&id=3553878171050641&widgetName=sp_detail2&adId=200101286142598&eventType=2&adIndex=0"); }); })); (function(f) {var _np=(window.P._namespace("FirebirdSpRendering"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('A', 'SponsoredProductsViewability').execute(function(A, SV) { SV.registerViewTrackingElement(A.$("#sp_detail2_B07S6GP88V"), "sp_detail2"); }); })); Feedback HTVRONT White Iron on Vinyl Roll - 12" x 25ft Heat Transfer Vinyl, Clothing Heavy D... 5,848 #sp_detail2_B07S6GP88V_badge_text { font-size: 12px; line-height: 24px; font-weight: ; color:; max-width: px; letter-spacing: 0px; white-space: nowrap; } #sp_detail2_B07S6GP88V_badge { background-color: ; text-align: center; min-width: ; max-width: 153px; border-radius: 0px 0px 0px 0px; padding: 0px 6px 0px 10px; background-image: none!important; font-style: normal; position: relative; background-size: 400px 900px; background-repeat: no-repeat; display: inline-block; vertical-align: top; float: left; } .best_seller_badge { margin-right: 4px; background-color: #c45500 !important; line-height: 12px; font-weight: 700; padding-bottom: 2px; padding-top: 2px; } .best_seller_badge:before { border-bottom-color: #c45500 !important; } .best_seller_badge:after { border-top-color: #c45500 !important; } .new_release_badge { margin-right: 4px; background-color: #c45500 !important; line-height: 12px; font-weight: 700; padding-bottom: 2px; padding-top: 2px; } .new_release_badge:before { border-bottom-color: #c45500 !important; } .new_release_badge:after { border-top-color: #c45500 !important; } .dealsXBadge { margin-top: 4px; display: flex; align-items: center; margin-bottom: 2px; } .dealsXBadgeCentered { display:flex; justify-content: center; text-align: center; } .dealsXLabel { font-family: AmazonEmber,"Amazon Ember"; font-weight: bold; font-size: 12px; line-height: 16px; text-align: left; vertical-align: top; padding: 4px 6px 4px 6px; border-radius: 2px; color: ; background-color: ; } .dealsXMessaging { font-family: AmazonEmber,"Amazon Ember"; font-weight: bold; font-size: 12px; line-height: 16px; text-align: left; vertical-align: top; color: ; } .dealsXLeftDiv { display: flex; align-items: center; margin-right: 6px; white-space: nowrap; } .dealsXRightDiv { display: flex; flex-direction: column; flex-wrap: wrap; width: fit-content; } $22.98 .fb-energy-efficiency-badge-standard { float: left; cursor: pointer; display: flex; } #sp_detail2_B07S6GP88V_eef_badge_image { width: 0.7rem; height: 1.5rem; display: inline-block; vertical-align: middle; background-size: contain; background-repeat: no-repeat; float: left; cursor: pointer; } .fb-energy-efficiency-badge-shape { position: absolute; height: 100%; left: 0; top: 0; } .fb-energy-efficiency-badge-rating-border { text-shadow: -0.5px -0.5px 0 #000000, 0.5px -0.5px 0 #000000, -0.5px 0.5px 0 #000000, 0.5px 0.5px 0 #000000; } .fb-data-sheet-label-container { padding-left: 2.5rem; float: left; cursor: pointer; display: flex; } .fb-data-sheet-label-eu2021-desktop { padding-top: 0.25rem; } .fb-data-sheet-label-desktop { padding-top: 0.25rem; padding-left: 3.25rem; } .fb-data-sheet-label-mobile { padding-left: 3.5rem; } .sp_ppu_string { vertical-align:bottom; display: inline-block; } (function(f) {var _np=(window.P._namespace("FirebirdSpRendering"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('SponsoredProductsViewability').execute(function(SV) { SV.loadImagePixel("/gp/sponsored-products/logging/log-action.html?qualifier=1687874000&id=3553878171050641&widgetName=sp_detail2&adId=200159960712098&eventType=2&adIndex=1"); }); })); (function(f) {var _np=(window.P._namespace("FirebirdSpRendering"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('A', 'SponsoredProductsViewability').execute(function(A, SV) { SV.registerViewTrackingElement(A.$("#sp_detail2_B0C3CJPL9T"), "sp_detail2"); }); })); Feedback FURWEY Heat Transfer Vinyl Rolls HTV Vinyl - 12" x 25Ft Black Iron on Vinyl, Easy t... 79 #sp_detail2_B0C3CJPL9T_badge_text { font-size: 12px; line-height: 24px; font-weight: ; color:; max-width: px; letter-spacing: 0px; white-space: nowrap; } #sp_detail2_B0C3CJPL9T_badge { background-color: ; text-align: center; min-width: ; max-width: 153px; border-radius: 0px 0px 0px 0px; padding: 0px 6px 0px 10px; background-image: none!important; font-style: normal; position: relative; background-size: 400px 900px; background-repeat: no-repeat; display: inline-block; vertical-align: top; float: left; } .best_seller_badge { margin-right: 4px; background-co

Product Overview