


.wc-shortcode-block {
	display: block; 
	clear: both; 
	margin-bottom: 20px; 
	width: 100%; 
}







.woocommerce-products-header.wc-shortcode-block,
.woocommerce-products-header.wc-shortcode-block .wc-shortcode-block {
    margin-bottom: 20px;
}


.woocommerce-products-header.wc-shortcode-block .term-description.wc-shortcode-block {
    margin-bottom: 0;
}


.product-category-cover-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
    line-height: 0;
    position: relative;
}

.product-category-cover-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Transparent header pages: cover image extends under header */
.has-transparent-header .product-category-cover-image {
    object-fit: cover;
    object-position: center center;
    min-height: 160px;
}

/* Mobile */
@media (max-width: 768px) {
    .has-transparent-header .product-category-cover-image {
        min-height: 220px;
        max-height: 220px;
    }
}
