.dowc_cart_widget {
  position: relative;
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
}
.dowc_cart_widget .icon {
  width: 100%;
  height: 100%;
}
.dowc_cart_widget .icon svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dowc_cart_widget .dowc_cart_count {
  background: #000;
  border-radius: 100px;
  padding: 0 3px 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 0.68;
  color: #FFFFFF;
  transform: translate(50%, 25%);
  min-width: 14px;
  min-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}