﻿.product-new-tag {
  border-radius: 4px;
  width: max-content; 
  margin-top: 12px;
  margin-inline-start: 12px; 
  padding: 8px 14px ;
  box-shadow: 0px 0px 19px -10px rgba(0,0,0,0.6); 
}


.product-new-tag p {
  font-size: 12px ;
  font-weight: 500;
  margin-bottom: 0; 
}

.product-best-sale-tag,
.product-discount-tag {
  display: flex; 
  align-items: center; 
  justify-content: center; 
  height: 50px ;
  width: 50px ;
  margin-top: 12px;
  margin-inline-start: 12px; 
  box-shadow: 0px 0px 19px -10px rgba(0,0,0,0.6); 
}

.product-best-sale-tag p,
.product-discount-tag p {
  font-size: 12px ;
  font-weight: 500;
  margin-bottom: 0; 
}