/**
 * Silhouette outline for selected category logos.
 * Does not change the orange BOX glow from the child theme.
 */

.woocommerce ul.products li.product.product-cat-silhouette-glow {
	overflow: visible !important;
}

.woocommerce ul.products li.product.product-cat-silhouette-glow img {
	transition: filter 0.35s ease, transform 0.35s ease !important;
}

.woocommerce ul.products li.product.product-cat-silhouette-glow:hover img {
	filter:
		drop-shadow(0 0 2px #e47b02)
		drop-shadow(0 0 8px #e47b02)
		drop-shadow(0 0 18px rgba(228, 123, 2, 0.75));
}
