.product { position: relative; }

.product::before { border-radius: 9.45852px; content: " "; display: block; position: absolute; z-index: 1; animation: rotation 4s linear infinite; height: 160%; top: -30%; width: 100%; }

.product::after { content: ""; position: absolute; inset: 3px; border-radius: 0.5rem; background: #191E1E; z-index: 1; }

.product img { position: relative; z-index: 2; }

.product.Mythic::before { background: linear-gradient(90deg, #0000, #e63728, #0000); }

.product.Legendary::before { background: linear-gradient(90deg, #0000, #fb931a, #0000); }

.product.Epic::before { background: linear-gradient(90deg, #0000, #7e39a5, #0000); }

@keyframes rotation { 0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); } }

/*# sourceMappingURL=4_1_story_home.css.map */