


.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; 
    
}

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

@media (max-width: 768px) { 
    .product-category-cover-image {
        max-height: none; 
        height: auto; 
    }
}
