/* Storefront "Get our app" badge. Logical (inline-end) offsets keep it in the
   corner readers expect in both LTR and RTL storefronts. */
.zozta-app-badge {
	position: fixed;
	bottom: 16px;
	inset-inline-end: 16px;
	z-index: 99999;
}

.zozta-app-badge__toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #7c3aed;
	color: #fff;
	border: 0;
	border-radius: 999px;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.zozta-app-badge__icon {
	width: 18px;
	height: 18px;
}

.zozta-app-badge__panel {
	position: absolute;
	bottom: 54px;
	inset-inline-end: 0;
	background: #fff;
	color: #1f2937;
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
	padding: 20px 16px 16px;
	width: 190px;
	text-align: center;
}

.zozta-app-badge__text {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.4;
}

.zozta-app-badge__qr {
	display: flex;
	justify-content: center;
}

.zozta-app-badge__qr img,
.zozta-app-badge__qr canvas {
	max-width: 100%;
}

.zozta-app-badge__link {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	color: #7c3aed;
	text-decoration: underline;
}

.zozta-app-badge__close {
	position: absolute;
	top: 2px;
	inset-inline-end: 8px;
	background: none;
	border: 0;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	color: #6b7280;
}
