@charset "UTF-8";
.certification-badge {
  margin-top: 24px;
}
.certification-badge__title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
.certification-badge__list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.certification-badge__item {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  border: 2px solid currentColor;
  transition: transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.certification-badge__item:hover {
  transform: scale(1.1);
}
.certification-badge__item::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  margin-right: 4px;
}
.certification-badge__icon {
  display: inline-flex;
  align-items: center;
}
.certification-badge__label {
  display: inline-flex;
  align-items: center;
}

.product-badge {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.product-badge--scpn {
  width: 40px;
  height: 40px;
  background-image: url("images/scpn.webp");
}
.product-badge--cpnp {
  width: 40px;
  height: 40px;
  background-image: url("images/cpnp.webp");
}

.badge-lg.product-badge--scpn, .badge-lg.product-badge--cpnp {
  width: 50px;
  height: 50px;
  display: block;
}

/*# sourceMappingURL=certification-badge.css.map */
