:root {
	color-scheme: dark;
}

html {
	background: #050504;
	min-height: 100%;
}

body.ivt-body {
	background: #050504;
	color: #fff5df;
	font-family: "Sofia Sans", "Montserrat", Arial, sans-serif;
	margin: 0;
	min-height: 100%;
}

.ivt-site {
	background: #050504;
	min-height: 100dvh;
}

.ivt-site-header {
	left: -9999px;
	position: absolute;
	top: auto;
}

.ivt-skip-nav {
	display: flex;
	gap: 10px;
}

.ivt-skip-nav a {
	color: #fff5df;
}

.ivt-main {
	margin: 0 auto;
	min-height: 100dvh;
	width: 100%;
}

.ivt-content {
	margin: 0;
}

.ivt-content > * {
	margin-block-start: 0;
}

.ivt-product-single {
	background: #050504;
	color: #fff5df;
	margin: 0 auto;
	max-width: 430px;
	min-height: 100dvh;
	padding: 24px 18px;
}

.ivt-product-single h1 {
	color: #e2c176;
	font-size: 32px;
	line-height: 1;
	margin: 20px 0;
}

.ivt-product-single img {
	border-radius: 8px;
	display: block;
	height: auto;
	max-width: 100%;
}

.ivt-back {
	color: rgba(255, 245, 223, 0.75);
	text-decoration: none;
}
