#toolset {
	display: none;
}

body {
	background-image: linear-gradient(
		to right top,
		#DFB0FF,
		#9B2A46,
		#FFA8DC,
		#ED5353,
		#FA7575
	);
	color: #660085;
	font-weight: bold !important;
}

a.active,
a:active {
	color: inherit !important;
	background: none !important;
	opacity: 1 !important;
	text-decoration: none !important;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
	border-radius: 50%;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 1em;
}

hr {
	border: 0;
	height: 1px;
	background: rgba(0, 0, 0, 0.25);
	display: block;
}

.content img {
	float: none;
	margin-bottom: 0;
	vertical-align: bottom;
}

[image-gallery="slideshow"] {
	margin-bottom: 2rem;
}

.gallery_image_caption {
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
	font-size: 1rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.4);
	font-family: Diatype, Icons;
	line-height: 1.2;
}

/* Loading */

.loading[data-loading] {
	position: fixed;
	bottom: 8px;
	left: 8px;
}

/* Typography */

[data-predefined-style="true"] bodycopy {
	font-size: 2rem;
	color: rgba(64, 1, 84, 1);
	font-family: "Space Mono", Icons;
	line-height: 1.2;
	font-weight: 400;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(163, 244, 0, 1);
	text-decoration: none;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1,
[data-predefined-style="true"] h3 {
	font-family: "Fraunces Variable", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #400154;
	letter-spacing: -0.1rem;
	font-variation-settings: 'SOFT' 0, 'opsz' 9, 'WONK' 0;
}

[data-predefined-style="true"] h1 {
	font-size: 4rem;
	line-height: 1;
}

[data-predefined-style="true"] h3 {
	font-size: 3.7rem;
	line-height: 1.2;
}

[data-predefined-style="true"] h1 a,
[data-predefined-style="true"] h2 a,
[data-predefined-style="true"] small a {
	color: inherit;
}

[data-predefined-style="true"] h2 {
	font-family: "Fraunces Variable", Icons;
	font-weight: 400;
	margin: 0;
	color: #400154;
	font-size: 1.7rem;
	line-height: 1.1;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.2;
	font-family: "Monument Grotesk Mono Variable", Icons;
	font-weight: 400;
	color: rgb(102, 0, 133);
	letter-spacing: 0em;
	font-style: normal;
	font-variation-settings: 'slnt' 0, 'MONO' 1;
}

/* Layout */

[data-css-preset] .page {
	background: initial;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	max-width: 100%;
	width: 100%;
	background: transparent;
}

[data-css-preset] .container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

[data-css-preset] .container_width {
	width: 100%;
}

[data-css-preset] .content_padding {
	padding: 2rem;
}

/* Thumbnails */

.thumbnails .thumb_image {
	outline-offset: -1px;
	position: relative;
}

.thumbnails .title {
	margin: 0 !important;
	font-size: 2.2rem;
	font-weight: 400;
	color: rgba(163, 244, 0, 1);
	font-family: "Neue Haas Grotesk", Icons !important;
	line-height: 1.3;
	text-align: center !important;
}

.thumbnails .tags {
	margin-top: 1.2rem;
	margin-bottom: 0.5rem;
	font-size: 1.3rem;
	line-height: 1.3;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: "Neue Haas Grotesk", Icons;
}

.thumbnails .tags a {
	color: rgba(0, 0, 0, 0.35);
	text-decoration: none;
	border-bottom: 0;
}

.thumbnails .thumbnail > a {
	overflow: hidden;
	position: relative;
}

.thumbnails .thumbnail .title {
	background: radial-gradient(
		circle,
		rgba(218, 255, 89, 1) 0%,
		rgba(252, 70, 107, 0) 100%
	);
	padding: 0.5rem 1.2rem 0.7rem;
	border-radius: 50%;
	position: absolute;
	inset: 0;
	z-index: 9;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Space Mono", Icons !important;
}

.thumbnails .thumbnail:hover .title {
	opacity: 1;
}

body.mobile .thumbnails .thumbnail:hover .title {
	opacity: 0;
}

/* Site Menu Button */

[data-css-preset] #site_menu_button {
	color: rgba(163, 244, 0, 1);
	font-size: 2em;
	padding: 6px;
	position: fixed;
	top: 1.5em;
	right: 1.5em;
	background: transparent;
}

#site_menu_button.active {
	display: none;
}

/* Site Menu */

#site_menu {
	font-family: "Fraunces Variable", Icons;
	font-size: 20px;
	padding: 20px 30px 90px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a,
#site_menu .set-link > a {
	color: rgb(255, 95, 31);
}

#site_menu .close {
	color: rgba(163, 244, 0, 1);
	font-size: 3em !important;
	position: fixed;
	top: 0.2em;
	right: 0.4em;
	background: transparent;
}

/* Shop */

.shop_product {
	width: 100%;
	max-width: 22rem;
	position: relative;
	display: block;
}

.shop_product .price,
.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.2rem;
	line-height: 1.2;
}

.shop_product .button {
	color: white;
	padding: 0.8rem 1rem;
	display: inline-block;
	font-weight: 700;
}

/* Media */

video {
	width: 100% !important;
	height: auto !important;
	border: 10px inset #ffaee6;
}

.media {
	box-shadow: 10px 10px 61px 6px rgba(0, 0, 0, 0.75);
}

iframe {
	z-index: 2;
	width: 560px;
	height: 315px;
	box-shadow: 10px 10px 10px rgba(255, 174, 230, 1);
}

/* Hover image */

.hover-title {
	display: inline;
	cursor: pointer;
}

.hover-image {
	visibility: hidden;
	display: flex;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	pointer-events: none;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 50%;
	transition: all 0.3s ease-out;
}

body:not(.mobile) .hover-title:hover + .hover-image {
	visibility: visible;
}

.hover-image img {
	max-width: 100% !important;
	max-height: 100% !important;
	width: auto !important;
	height: auto !important;
	margin-bottom: 30%;
}

/* PhotoSwipe */

.pswp__button svg .shape-shape {
	fill: pink !important;
	stroke: rgb(102, 0, 133) !important;
	stroke-width: 8px !important;
	stroke-linecap: round !important;
}

.pswp--zoom-allowed .pswp__img {
	border-radius: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}