.woof_fs_by_onsales{scale:1.2;}
body .woof-front-builder-container[data-name=promo] .woof_container_inner{
    color: #FFF !important;
    background-color: #cb4e51 !important;
}
.woof-front-builder-container[data-name=promo] .woof_container_inner label::before{
    filter: invert(1);
}

/* Força a remoção de qualquer visual padrão ou do WOOF */
input[type="checkbox"].woof_checkbox_sales {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 16px !important;
  height: 16px !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  display: inline-block !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid #ffffff !important;
  border-radius: 4px !important;
  transition: all 0.2s ease-in-out !important;
  box-shadow: none !important;
  outline: none !important;
}

input[type="checkbox"].woof_checkbox_sales:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

input[type="checkbox"].woof_checkbox_sales:checked {
  background-color: #ffffff !important; 
  border-color: #ffffff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ce4f58' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-size: 75% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}