/**
 * navico-prdct-hero.css
 * Overrides the theme's existing .inner-banner-area ONLY on shop and
 * product-category pages (via body class), so blog/page headers are
 * untouched. Colors pulled from navico-prdct-root.css variables.
 * Requires: navico-prdct-root.css loaded first.
 */
body.woocommerce .inner-banner-area,
body.tax-product_cat .inner-banner-area {
    background-color: var(--navico_prdct_accent) !important;
}

.woocommerce .header-transparent ~ .inner-banner-area,
.tax-product_cat .header-transparent ~ .inner-banner-area {
    padding-top: 250px;
    padding-bottom: 90px;
}

.woocommerce .inner-banner-area .banner-image,
.tax-product_cat .inner-banner-area .banner-image {
    opacity: 0.15;
}