.asetek-share-cart {
	align-items: center;
	background: #111318;
	border: 1px solid rgba(229, 36, 33, 0.32);
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
	color: #ffffff;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin: 18px 0;
	padding: 18px;
	width: 100%;
}

.asetek-share-cart--checkout {
	margin-bottom: 24px;
}

.asetek-share-cart__content {
	min-width: 0;
}

.asetek-share-cart__title {
	display: block;
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 5px;
}

.asetek-share-cart__text {
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

.asetek-share-cart__button.button,
.asetek-share-cart__button {
	background: #e52421;
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 13px 18px;
	text-decoration: none;
	white-space: nowrap;
}

.asetek-share-cart__button:hover,
.asetek-share-cart__button:focus {
	background: #ff3936;
	color: #ffffff;
}

.asetek-share-cart__button[disabled] {
	cursor: wait;
	opacity: 0.72;
}

.asetek-share-cart-modal {
	align-items: center;
	background: rgba(0, 0, 0, 0.62);
	bottom: 0;
	display: none;
	justify-content: center;
	left: 0;
	padding: 22px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999999;
}

.asetek-share-cart-modal.is-open {
	display: flex;
}

.asetek-share-cart-modal__dialog {
	background: #111318;
	border: 1px solid rgba(229, 36, 33, 0.35);
	border-radius: 18px;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
	color: #ffffff;
	max-width: 640px;
	padding: 26px;
	position: relative;
	width: 100%;
}

.asetek-share-cart-modal__close {
	align-items: center;
	background: transparent;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-size: 26px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 14px;
	top: 12px;
	width: 36px;
}

.asetek-share-cart-modal__title {
	font-size: 22px;
	line-height: 1.25;
	margin: 0 42px 8px 0;
}

.asetek-share-cart-modal__text {
	color: rgba(255, 255, 255, 0.75);
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 18px;
}

.asetek-share-cart-modal__row {
	margin-top: 15px;
}

.asetek-share-cart-modal__label {
	color: rgba(255, 255, 255, 0.88);
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.asetek-share-cart-modal__control {
	display: flex;
	gap: 8px;
}

.asetek-share-cart-modal__input {
	background: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
	box-sizing: border-box;
	color: #111318;
	flex: 1;
	font-size: 14px;
	min-width: 0;
	padding: 12px 13px;
	width: 100%;
}

.asetek-share-cart-modal__copy {
	background: #e52421;
	border: 0;
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	padding: 0 15px;
	white-space: nowrap;
}

.asetek-share-cart-modal__copy:hover,
.asetek-share-cart-modal__copy:focus {
	background: #ff3936;
	color: #ffffff;
}

.asetek-share-cart-modal__expiry {
	color: rgba(255, 255, 255, 0.66);
	font-size: 13px;
	line-height: 1.45;
	margin: 14px 0 0;
}

.asetek-share-cart-modal__error {
	background: rgba(229, 36, 33, 0.15);
	border: 1px solid rgba(229, 36, 33, 0.32);
	border-radius: 10px;
	color: #ffffff;
	display: none;
	margin-top: 15px;
	padding: 12px 13px;
}

.asetek-share-cart-modal__error.is-visible {
	display: block;
}

@media (max-width: 640px) {
	.asetek-share-cart {
		align-items: stretch;
		flex-direction: column;
	}

	.asetek-share-cart__button {
		width: 100%;
	}

	.asetek-share-cart-modal__control {
		flex-direction: column;
	}

	.asetek-share-cart-modal__copy {
		min-height: 44px;
	}
}
