/* Cart Icon Component Styles */
cart-icon:has(.cart-bubble__text-count:empty) {
  --cart-bubble-size: 10px;
  --cart-bubble-top: 9px;
  --cart-bubble-right: 9px;
}
cart-icon:has(.cart-bubble__text-count:empty) .svg-wrapper {
  --cart-bubble-top: 4px;
  --cart-bubble-right: 4px;
}
