/**
 * QSuli SKU Label
 * Etykieta SKU na stronie produktu
 */
.sku-label strong {
  background-color: #5e3b2c;
  padding: 2px 6px;
  color: white;
  font-weight: bold;
  border-radius: 4px;
}

.sku-label {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
}
