.image,
.productimg {
  position: relative;
}

.featured-product-card {
  position: relative;
}

.kdt-card-price-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 6px 8px;
  background: #3f9a3d;
  color: #fff;
  border-radius: var(--ui-radius-sm);
  box-shadow: none !important;
  text-align: left;
  line-height: 1.1;
  font-weight: 700;
  overflow: hidden;
}

.kdt-card-price-badge__label {
  margin-top: 3px;
  display: block;
  font-weight: 400;
  font-size: 9px;
  line-height: 1;
  opacity: 0.92;
}

.kdt-card-price-badge__value {
  display: block;
  font-size: 15px;
  line-height: 1;
}

.kdt-card-price-badge--offer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 6px 8px;
  background: #3f9a3d;
  color: #fff;
  min-width: 66px;
  box-shadow: none !important;
  text-align: left;
}

.kdt-card-price-badge__item {
  display: block;
}

.kdt-card-price-badge__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  width: 100%;
  white-space: nowrap;
}

.kdt-card-price-badge--offer .kdt-card-price-badge__item {
  display: block;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  min-width: 0;
}

.kdt-card-price-badge--offer .kdt-card-price-badge__item--old {
  align-self: flex-start;
  margin-top: 0;
  font-weight: 300;
}

.kdt-card-price-badge--offer .kdt-card-price-badge__label {
  align-self: flex-start;
  text-align: left;
}

.kdt-card-price-badge__value--old {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-decoration: line-through;
  opacity: 0.86;
}

.kdt-card-price-badge__value--special {
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .kdt-card-price-badge {
    top: 10px;
    left: 10px;
    right: auto;
    width: auto;
    max-width: calc(100% - 20px);
  }

  .kdt-card-price-badge__label {
    font-size: 8px;
  }

  .kdt-card-price-badge__value {
    font-size: 13px;
  }
}
