/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 15 2025 | 19:24:42 */
.aviso-cupom-produto {
  background: #e9f8f2;
  border-left: 5px solid #4b6863;
  padding: 20px;
  margin-top: 25px;
  border-radius: 8px;
  font-size: 16px;
  color: #2f4f4f;
  display: flex;
  align-items: center;
  gap: 12px;
}
.aviso-cupom-produto span:first-child {
  background: #4b6863;
  color: white;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
}
