/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 16:0 Unexpected "<"

**/
<style>
.dragon-cart-icon img {
  width: 50px;
  transition: transform 0.3s ease;
}
.dragon-cart-icon img:hover {
  content: url('{{ "flame_hover.gif" | asset_url }}');
  transform: scale(1.1) rotate(-3deg);
}
</style>
