#fw-section-hero-1767976901 {
--color-primary: #620eca;
--color-primary-rgb: 98, 14, 202;
--color-background: #16162D;
--color-background-rgb: 22, 22, 45;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #FFFFFF;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #FFFFFF;
--color-background-brightness: 25;
background-color: var(--color-background);
color: var(--color-on-background);
main section, 
.section-container, 
[class*="description"], 
[class*="content"] {
    /* 0.08 is 8% white—almost invisible */
    background-color: rgba(255, 255, 255, 0.08) !important; 
    
    /* Stronger blur makes the text "float" over the art */
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    
    padding: 40px !important;
    border-radius: 30px !important;
    z-index: 1;
    position: relative;
}
}