/*
Theme Name:   Voxel (child theme)
Theme URI:    https://getvoxel.io/
Author:       27collective
Author URI:   https://27collective.net/
Template:     voxel
Version:      1.2
Text Domain:  voxel-child
*/

.bachata-hero::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(279deg, rgba(35, 0, 48, 0) 24.54%, #230030 92.34%), 
                linear-gradient(180deg, rgba(35, 0, 48, 0) 36.53%, #230030 100%) !important;
    opacity: 1 !important;
    mix-blend-mode: multiply !important;
    pointer-events: none !important;
	z-index: 0 !important;
  
}


.bachata-hero__badge {
	border-left: 2px solid var(--Neutral-Colors-04, #FFF);
    background: linear-gradient(90deg, rgba(98, 190, 65, 0.10) 59.63%, rgba(98, 190, 65, 0.00) 87.95%);
    backdrop-filter: blur(7px);
}
