/* Custom Product Archive Styles - Raw Design */
.custom-shop-title {
	color: red;
}

/* Remove ALL WooCommerce and theme styles from product archive page */
body.post-type-archive-product .site-content,
body.post-type-archive-product .site-content *,
body.tax-product_cat .site-content,
body.tax-product_cat .site-content *,
body.tax-product_tag .site-content,
body.tax-product_tag .site-content *,
body.woocommerce-shop .site-content,
body.woocommerce-shop .site-content * {
	all: unset !important;
	display: revert !important;
	font-family: inherit !important;
	color: inherit !important;
	background: none !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	text-decoration: none !important;
	line-height: normal !important;
	font-size: inherit !important;
	font-weight: normal !important;
	font-style: normal !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	text-align: left !important;
	vertical-align: baseline !important;
	opacity: 1 !important;
	visibility: visible !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	transform: none !important;
	transition: none !important;
	animation: none !important;
}

/* Remove WooCommerce specific classes */
body.post-type-archive-product .woocommerce,
body.post-type-archive-product .woocommerce *,
body.tax-product_cat .woocommerce,
body.tax-product_cat .woocommerce *,
body.post-type-archive-product .woocommerce-products-header,
body.post-type-archive-product .woocommerce-products-header *,
body.post-type-archive-product .products,
body.post-type-archive-product .products *,
body.post-type-archive-product .product,
body.post-type-archive-product .product * {
	all: unset !important;
	display: revert !important;
}

/* Remove EduBlink theme classes */
body.post-type-archive-product .edublink-row,
body.post-type-archive-product .edublink-row *,
body.post-type-archive-product .edublink-col-lg-4,
body.post-type-archive-product .edublink-col-lg-4 * {
	all: unset !important;
	display: revert !important;
}

