.discount-tag{position:absolute;top:10px;left:10px;z-index:10;background:linear-gradient(135deg,#ff4757,#ff3742);border-radius:8px;padding:6px 12px;box-shadow:0 2px 8px rgba(255,71,87,.3);animation:pulse 2s infinite}.discount-tag .discount-percentage{color:#fff;font-weight:700;font-size:12px;text-shadow:0 1px 2px rgba(0,0,0,.2);letter-spacing:.5px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.discount-tag.top-right{top:10px;right:10px;left:auto}.discount-tag.bottom-left{top:auto;bottom:10px;left:10px}.discount-tag.bottom-right{top:auto;bottom:10px;right:10px;left:auto}.discount-tag.green{background:linear-gradient(135deg,#2ed573,#1e90ff)}.discount-tag.orange{background:linear-gradient(135deg,#ffa502,#ff6348)}.discount-tag.purple{background:linear-gradient(135deg,#a55eea,#8e44ad)}@media (max-width:768px){.discount-tag{padding:4px 8px}.discount-tag,.discount-tag .discount-percentage{font-size:10px}}