
Back to the Future "Hoverboard" – Driver Headcover
This high-quality synthetic leather headcover features hoverboards, the Back to the Future logo, and even a hoverboard strap on the front. Resist the urge to hop on it. And remember, those amazing flying devices don’t work on water – as if you needed another reason to avoid the drink. Officially licensed with © Universal City Studios LLC and Amblin Entertainment, Inc. All Rights Reserved { "@context": "https://schema.org/", "@type": "Product", "name": "{{ product.title | escape }}", "image": "https://www.rsvlts.com/cdn/shop/files/00.jpg", "url": "{{ shop.url | append: product.url | escape }}", "brand": { "@type": "Brand", "name": "{{ product.title | escape }}" }, "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.8", "reviewCount": "14" }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "value": true }, "priceCurrency": "{{ shop.currency | escape }}", "price": "{{ product.price | money | escape }}" }