/* TTD V23 project icon upgrade */
.product-index.project-icon-badge,
.mobile-product-number.project-icon-badge{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  overflow:hidden !important;
  background:#fff !important;
  border:1px solid #d9e7f6 !important;
  box-shadow:0 8px 22px rgba(31,88,160,.12) !important;
}
.product-index.project-icon-badge{
  width:50px !important;
  min-width:50px !important;
  height:50px !important;
  border-radius:14px !important;
}
.mobile-product-number.project-icon-badge{
  width:46px !important;
  min-width:46px !important;
  height:46px !important;
  border-radius:13px !important;
}
.project-icon-badge img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}
@media (max-width:767px){
  .mobile-product-number.project-icon-badge{
    width:44px !important;
    min-width:44px !important;
    height:44px !important;
    border-radius:12px !important;
  }
}
