/** Shopify CDN: Minification failed

Line 128:26 Unterminated string token

**/
/**
 * WPBingo Icon Override - Replace font icons with Unicode/CSS
 * Eliminates 3-second font loading delay
 */

/* Hide the icon font and use Unicode alternatives */
[class*=" wpb-icon-"]:before,
[class^=wpb-icon-]:before {
  font-family: system-ui, -apple-system, sans-serif !important;
  font-weight: normal;
}

/* Delete icon - use multiplication sign */
.wpb-icon-delete:before {
  content: "✕" !important;
  font-size: 1.2em;
  opacity: 0.8;
}

/* Edit icons - use pencil emoji or unicode */
.wpb-icon-edit:before,
.wpb-icon-edit1:before {
  content: "✎" !important;
}

/* Gift icon */
.wpb-icon-gift:before {
  content: "🎁" !important;
}

/* Coupon icons */
.wpb-icon-coupon:before,
.wpb-icon-coupon1:before {
  content: "%" !important;
  font-weight: bold;
  border: 1px solid currentColor;
  padding: 0 3px;
  border-radius: 2px;
  font-size: 0.9em;
}

/* Shipping icon */
.wpb-icon-shipping3:before {
  content: "📦" !important;
}

/* Package icon */
.wpb-icon-package:before {
  content: "📦" !important;
}

/* Stock indicators */
.wpb-icon-in-stock:before {
  content: "✓" !important;
  color: green;
  font-weight: bold;
}

.wpb-icon-out-stock:before {
  content: "✗" !important;
  color: red;
  font-weight: bold;
}

/* Navigation arrows */
.wpb-icon-left-arrow:before {
  content: "‹" !important;
  font-size: 1.5em;
  font-weight: normal;
}

.wpb-icon-right-arrow:before,
.wpb-icon-right-arrow1:before {
  content: "›" !important;
  font-size: 1.5em;
  font-weight: normal;
}

/* Play button */
.wpb-icon-play:before {
  content: "▶" !important;
}

/* Star rating */
.wpb-icon-star:before {
  content: "★" !important;
  color: gold;
}

/* Eye/view icon */
.wpb-icon-eye:before {
  content: "👁" !important;
}

/* Share icon */
.wpb-icon-share:before {
  content: "↗" !important;
  font-weight: bold;
}

/* Login icon */
.wpb-icon-login:before {
  content: "→" !important;
  border: 1px solid currentColor;
  border-radius: 50%;
  padding: 2px 4px;
  font-size: 0.8em;
}

/* Dropdown arrow */
.wpb-icon-dropdown:before {
  content: "▼" !important;
  font-size: 0.7em;
}

/* Ruler/size icon */
.wpb-icon-ruler:before {
  content: "📏" !important;
}

/* Quotes icon */
.wpb-icon-quots:before {
  content: """ !important;
  font-size: 1.5em;
  font-weight: bold;
}

/* Flash/lightning icon */
.wpb-icon-flash:before {
  content: "⚡" !important;
}

/* Free shipping icon */
.wpb-icon-free-icon:before {
  content: "✓" !important;
  color: green;
  border: 1px solid green;
  border-radius: 50%;
  padding: 0 4px;
  font-size: 0.8em;
}