/* Add custom CSS styles below */ 
/* عرض شعاري تابي وتمارا في منتصف بطاقة المنتج */
.product-card__title::after {
  content: "";
  display: flex;
  justify-content: center; /* توسيط داخلي */
  align-items: center;
  margin-top: 10px;
  height: 36px;
  width: 160px; /* مساحة أوسع قليلاً لتسمح بالتوسيط */
  margin-left: auto;
  margin-right: auto;
  background-image: url('https://i.ibb.co/xKhwZv9D/1.png'), url('https://i.ibb.co/QvVSgM5P/2.png');
  background-size: 70px 36px, 70px 36px;
  background-repeat: no-repeat;
  background-position: 10px center, 85px center; /* مواضع الصور داخل العنصر */
}
<img loading="lazy" src="image.webp" alt="...">