.woot-widget-bubble {
  background: unset !important;
  background-image: linear-gradient(135deg, #D4AF37 0%, #E6C563 50%, #C59B27 100%) !important;
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.woot-widget-bubble svg {
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
}

.woot-widget-bubble svg path {
  fill: #1a1a2e !important;
}

.woot-widget-bubble.woot--close::before,
.woot-widget-bubble.woot--close::after {
  background-color: #1a1a2e !important;
  height: 24px !important;
  width: 2px !important;
  left: 24px !important;
  top: 13px !important;
}