/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2025 | 10:56:39 */
.prod-essential-container:before {
    content: "";
    position: absolute;
    height: 80px;
    background: linear-gradient(90deg, #0048bd 0, #0078cb 50%, #0048bd 100%);
    width: 100vw;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    border-top: 4px #fff solid;
    box-shadow: 0 -8px 0 #de0400;
}