.pak-lc-cart-toast {
	position: fixed;
	z-index: 10020;
	right: 22px;
	bottom: 22px;
	display: grid;
	width: min(430px, calc(100vw - 32px));
	grid-template-columns: 42px minmax(0, 1fr) auto 32px;
	align-items: center;
	gap: 11px;
	padding: 12px 12px 12px 14px;
	border: 1px solid rgba(20, 67, 125, .13);
	border-radius: 17px;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 20px 55px rgba(7, 26, 61, .22);
	color: #071a3d;
	font-family: inherit;
	opacity: 0;
	transform: translate3d(0, 18px, 0);
	transition: opacity .22s ease, transform .22s ease;
	pointer-events: none;
}

.pak-lc-cart-toast.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	pointer-events: auto;
}

.pak-lc-cart-toast__icon {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
	background: #e8f7ef;
	color: #14794d;
}

.pak-lc-cart-toast__icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.3;
}

.pak-lc-cart-toast__message {
	min-width: 0;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.pak-lc-cart-toast__cart {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 9px 14px;
	border-radius: 11px;
	background: #0b4f8a;
	color: #fff !important;
	font-size: 12.5px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
}

.pak-lc-cart-toast__cart:hover {
	background: #083d6d;
	color: #fff !important;
}

.pak-lc-cart-toast__close {
	display: inline-flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: #75839a;
	font: inherit;
	font-size: 21px;
	line-height: 1;
	cursor: pointer;
}

.pak-lc-cart-toast__close:hover {
	background: #f1f5f9;
	color: #071a3d;
}

.woocommerce-message.pak-lc-notice-consumed {
	display: none !important;
}

body.rtl .pak-lc-cart-toast {
	right: auto;
	left: 22px;
	direction: rtl;
}

@media (max-width: 849px) {
	.pak-lc-cart-toast,
	body.rtl .pak-lc-cart-toast {
		right: 16px;
		bottom: calc(84px + env(safe-area-inset-bottom));
		left: 16px;
		width: auto;
		grid-template-columns: 38px minmax(0, 1fr) auto 30px;
		gap: 9px;
		padding: 10px;
		border-radius: 15px;
	}

	.pak-lc-cart-toast__icon {
		width: 38px;
		height: 38px;
		border-radius: 11px;
	}

	.pak-lc-cart-toast__message {
		font-size: 13px;
	}

	.pak-lc-cart-toast__cart {
		min-height: 38px;
		padding-inline: 11px;
		font-size: 11.5px;
	}
}

@media (max-width: 380px) {
	.pak-lc-cart-toast,
	body.rtl .pak-lc-cart-toast {
		grid-template-columns: 34px minmax(0, 1fr) auto 27px;
		gap: 7px;
		right: 10px;
		left: 10px;
	}

	.pak-lc-cart-toast__icon {
		width: 34px;
		height: 34px;
	}

	.pak-lc-cart-toast__cart {
		padding-inline: 9px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pak-lc-cart-toast {
		transition: none;
	}
}
