.elementor-1914 .elementor-element.elementor-element-079bde0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-1914{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-079bde0 *//* SHOP HERO BANNER */
.entry-hero.product-archive-hero-section {
    background-image: url('http://driven2parts.com/wp-content/uploads/2026/05/D2P_contactUs-hero-01_small.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 330px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

/* Dark overlay for readability */
.entry-hero.product-archive-hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 1;
}

/* Keep content above overlay */
.entry-hero-container-inner,
.hero-container,
.entry-header {
    position: relative;
    z-index: 2;
}

/* Style the title */
.entry-header .page-title.archive-title {
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 0.95;
    margin: 0;
    text-shadow: 0 4px 18px rgba(0,0,0,0.45);
}

/* Position title lower left */
.entry-header {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    min-height: 330px;
    padding: 40px 50px;
}

/* Remove default gray background */
.hero-section-overlay {
    display: none;
}

/* Mobile */
@media (max-width: 768px) {

    .entry-hero.product-archive-hero-section {
        min-height: 220px;
    }

    .entry-header {
        min-height: 220px;
        padding: 25px;
    }

    .entry-header .page-title.archive-title {
        font-size: 42px;
    }
}/* End custom CSS */