/* target mind-ar */
.a-enter-vr-button {
	display: none;
}
/* custom */
body {
	font-family: "AR One Sans", sans-serif;

	p,
	a {
		margin: 0;
	}

	a {
		color: #ffffff;
		text-decoration: none;
	}
}

.glass-effect {
	background: #ffffff33;
	box-shadow: 0 4px 30px #0000001a;
	backdrop-filter: blur(10px);
	border: 2px solid #ffffff4d;
}

.fade-in {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

#appTitle {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	width: fit-content;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	border-radius: 50px;
	color: #ffffff !important;
	gap: 8px;
	padding: 10px;

	> div {
		position: relative;
		width: 160px;
		height: 60px;
		border-radius: 50%;

		img {
			display: flex;
			position: absolute;
			object-fit: contain;
			width: 100%;
			height: 100%;
		}
	}
}

#productInfo {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 80%;
	max-width: 300px;
	height: fit-content;
	max-height: 80%;
	border-radius: 10px;
	padding: 1rem 2rem;
	transform: translateY(100vh);
	opacity: 0;
	transition: all 0.7s ease-in-out;
	z-index: 10;
	background-color: #808080b8;

	h1,
	p,
	a {
		text-align: center;
		color: #ffffff;
	}
}

.btn-wrapper {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: auto;
	z-index: 10;
	display: flex;
	justify-content: center;
	margin: 0 20px;
	flex-wrap: wrap;
	gap: 42px;

	> div {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 6px;

		p {
			font-size: 14px;
			color: white;
			text-align: center;
			font-weight: bold;
		}
	}

	.btn {
		cursor: pointer;
		border-radius: 50px;
		padding: 1rem 2rem;
		color: #ffffff;
		transition: background-color 200ms ease-in-out;

		&:is(:hover, :active, :focus) {
			background: #3b3b3b33;
		}

		&.btn--secondary {
			padding: 1rem;
		}

		img {
			width: 35px;
			transition: transform 0.3s ease-in-out;
		}

		@media (min-width: 768px) {
			img {
				width: 40px;
			}
		}
	}
}

#scan-copy {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: fit-content;
	margin: auto;
	width: fit-content;
	color: white;
	font-weight: bold;
	max-width: 312px;
	max-height: 312px;
	text-align: center;
	font-size: 1.7rem;
}
