/* Sale price red */
.woocommerce div.product p.price ins .woocommerce-Price-amount,
.woocommerce div.product p.price ins,
.woocommerce ul.products li.product .price ins .woocommerce-Price-amount,
.woocommerce ul.products li.product .price ins,
.woocommerce div.product .price ins .woocommerce-Price-amount,
.woocommerce div.product .price ins,
.woocommerce div.product .single_variation_wrap .price ins .woocommerce-Price-amount,
.woocommerce div.product .single_variation_wrap .price ins {
	color: #d62727 !important;
	font-weight: 700;
}

/* Color swatches */
.ua-swatch-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 10px 0;
}
.ua-swatch {
	width: 44px;
	height: 44px;
	padding: 3px;
	border: 2px solid #ddd;
	border-radius: 9999px;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	line-height: 0;
	transition: border-color .15s ease, box-shadow .15s ease;
}
.ua-swatch img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 9999px;
	display: block;
}
.ua-swatch.ua-swatch-text {
	line-height: 1.2;
	padding: 10px 12px;
	font-size: 12px;
	text-align: center;
	color: #121212;
}
.ua-swatch.selected {
	border-color: #121212;
	box-shadow: 0 0 0 2px #121212;
}

/* Mobile: main image on top, remaining detail images below the add-to-cart button */
@media (max-width: 767px) {
	.single-product .ast-woocommerce-container .product {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	.single-product .ast-woocommerce-container .product .ast-on-card-button {
		order: 0;
	}
	.single-product .ast-woocommerce-container .product .ua-mobile-hero {
		order: 1;
		width: 100%;
	}
	.single-product .ast-woocommerce-container .product .ua-mobile-hero img {
		display: block;
		width: 100%;
		height: auto;
	}
	.single-product .ast-woocommerce-container .product .summary.entry-summary {
		order: 2;
		width: 100%;
	}
	.single-product .ast-woocommerce-container .product .woocommerce-product-gallery {
		order: 3;
		width: 100%;
	}
	.single-product .ast-woocommerce-container .product .woocommerce-tabs {
		order: 4;
		width: 100%;
	}
	.single-product .ast-woocommerce-container .product .related.products {
		order: 5;
		width: 100%;
	}
}
