.bisn-form {
	position: relative;
	margin: 1.25rem 0 0;
	max-width: 22rem;
}

ul.products .bisn-form,
.products .bisn-form,
li.product .bisn-form,
.wc-block-grid .bisn-form,
.wc-block-grid__product .bisn-form,
.wc-block-product .bisn-form,
.wc-block-product-template .bisn-form,
.wp-block-woocommerce-product-collection .bisn-form,
.wp-block-woocommerce-product-template .bisn-form {
	display: none !important;
}

.bisn-form__prompt,
.bisn-form__signed-up {
	margin: 0 0 0.75rem;
}

.bisn-form__signed-up a {
	margin-left: 0.35rem;
}

.bisn-form__email {
	width: 100%;
	margin: 0 0 0.5rem;
	display: block;
}

.bisn-form__submit {
	width: 100%;
}

.bisn-form__optin {
	display: flex;
	align-items: flex-start;
	gap: 0.4rem;
	margin: 0.65rem 0 0;
	font-size: 0.8rem;
	line-height: 1.35;
	opacity: 0.72;
	font-weight: 400;
}

.bisn-form__optin input {
	margin-top: 0.15rem;
}

.bisn-form__hp {
	position: absolute;
	left: -9999px;
	height: 0;
	width: 0;
	opacity: 0;
}

.bisn-form__count {
	margin: 0.65rem 0 0;
	font-size: 0.9rem;
	line-height: 1.4;
}

.bisn-form__message {
	margin: 0.75rem 0 0;
}

.bisn-form.is-success .bisn-form__fields {
	display: none;
}

.bisn-form.is-busy .bisn-form__submit {
	opacity: 0.65;
	pointer-events: none;
}

.bisn-form .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
