.product-item-info,
.product.media {
  position: relative;
}

.cct-new-badge {
  position: absolute;
  top: 8px;
  left: 8px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background-color: #6b8793;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  line-height: 1;
  z-index: 5;
  pointer-events: none;
}

/* Product Page Badge */
.catalog-product-view .cct-new-badge {
  width: 5rem;
  height: 5rem;
  font-size: 1.8rem;
}
