/*
Theme Name: Kadence Underground
Theme URI: https://mushroomspores.com.au/
Description: Underground Network storefront child theme for Kadence, WooCommerce and Underground Smart Core.
Author: Underground Network
Template: kadence
Version: 1.0.1
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: kadence-underground
*/

/* The original site styling remains in assets/site.css. */
.un-loop-image,
.woocommerce-product-gallery__image,
.woocommerce-product-gallery__image--placeholder,
.un-kit-card__image {
	position: relative;
}
.un-loop-image { display: block; }
.woocommerce ul.products li.product .un-loop-image img {
	display: block;
	margin-bottom: 0;
}
.woocommerce ul.products li.product .un-loop-image { margin-bottom: 1em; }

/*
 * Displays the actual circular artwork from the supplied reference without
 * redrawing it. The original PNG is unchanged; CSS selects its badge region.
 * Source 768 x 749; badge region x635 y616, 130 x130.
 */
.un-loop-seal {
	position: absolute;
	inset: auto 1% 1% auto;
	width: 17%;
	aspect-ratio: 1 / 1;
	max-width: 130px;
	border-radius: 50%;
	background-image: url('assets/underground-loop-reference.png');
	background-size: 590.7692308% 576.1538462%;
	background-position: 99.5297806% 99.5153473%;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 3;
	pointer-events: none;
}

