diff --git a/src/pages/catalog/components/product_cards/components/card/Card.module.css b/src/pages/catalog/components/product_cards/components/card/Card.module.css index 353d376..f441c63 100644 --- a/src/pages/catalog/components/product_cards/components/card/Card.module.css +++ b/src/pages/catalog/components/product_cards/components/card/Card.module.css @@ -49,9 +49,13 @@ font-size: 1.5rem; font-weight: 600; color: #F54A27; + background: linear-gradient(120deg, #F54A27 0%, #764ba2 100%); margin: 4px 0 8px 0; text-align: center; letter-spacing: -0.5px; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-clip: text; } .price {