/* ============================================================
   PAGE HERO / BREADCRUMB BANNER
   Used on: about.php, shop.php, contact.php, blogs.php,
            product-detail.php
   This block was missing from the export, so the ".shop-hero"
   banner rendered as a plain white/unstyled section.
   ============================================================ */

.shop-hero {
    background: #1a3a20;
    padding: 170px 0 30px;
    text-align: left;
}

.shop-hero h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    margin: 0;
    line-height: 1.2;
}

.shop-hero h1 span {
    color: #D4AF37;
}

.shop-hero .hero-line {
    width: 60px;
    height: 4px;
    background: #D4AF37;
    margin: 16px 0;
    border-radius: 2px;
}

.shop-hero .breadcrumb-nav {
    margin: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
}

.shop-hero .breadcrumb-nav a {
    color: #D4AF37;
    font-weight: 600;
    text-decoration: none;
}

.shop-hero .breadcrumb-nav a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .shop-hero {
        padding: 80px 0 40px;
    }
    .shop-hero h1 {
        font-size: 30px;
    }
}
