.woocommerce-product-gallery__wrapper {
	position: relative;
}

#previewProductCerticateAmount {
	position: absolute;
	line-height: .5;
}

#previewProductCerticateAmount .append {
	font-size: .75em;
}

/* Special case for using the bold typografy will have the appended text in the regular. */
#previewProductCerticateAmount[style*='font-family: "Adobe Garamond Pro Bold"'] {
	font-weight: bold;
}

#previewProductCerticateAmount[style*='font-family: "Adobe Garamond Pro Bold"'] .append {
	font-family: 'A Garamond Pro Regular', serif;
	font-weight: normal;
}

#productGiftcardAmount::-webkit-inner-spin-button,
#productGiftcardAmount::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.product-is-giftcertificate .woocommerce-product-gallery .woocommerce-product-variation-description {
	margin: var(--size-l) 0;
	font-size: var( --size-l);
	text-align: center;
}

.product-is-giftcertificate .woocommerce-variation-description {
	display: none;
}

.redeem-giftcard {
	margin: 2rem 0 1rem 0;
	text-align: right;
}

.redeem-giftcard .wp-block-button {
	background-color: var(--color-brand);
	border-color: var(--color-brand);
	color: var(--color-brand);
	display: inline-block;
	&:hover {
		background-color: var(--color-matte-dark-green);
	}
}