/* -------------------------------------------------------------- Chakra Petch */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Chakra Petch';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/chakra-petch-v11-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Chakra Petch';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/chakra-petch-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Chakra Petch';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/chakra-petch-v11-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Chakra Petch';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/chakra-petch-v11-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Chakra Petch';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/chakra-petch-v11-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* -------------------------------------------------------------- CSS Reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, h7, p, a, img, strong, b, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,li {
	list-style: none;
}

body {
	line-height: 1;
}

* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;-webkit-tap-highlight-color: rgba(0,0,0,0);
}

html, *, *:before, *:after {
	   -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* :focus {outline: none;}

*, * :active {
	-webkit-tap-highlight-color: rgba(0,0,0,0.05);
}

/* -------------------------------------------------------------- Body */

html, body {
	height: 100%;
}

html {
	  overflow-y: scroll; 
}

body {
	-webkit-text-size-adjust: none;
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1em;
	width: 100%;
	height: 100vh;
	color: #fff;
	background-color: #000;
	text-rendering: optimizeLegibility;
	font-variant-ligatures: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* -------------------------------------------------------------- Fonts */

h1,h2,h3,h4,h5 {
	float: left;
	width: 100%;
	line-height: 1.1em;
}

b,strong {
	font-weight: 600;
}

p {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 14px 0;
	font-size: 1rem;
	line-height: 1.25em;
	color: #fff;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

ul {
	float: left;
	width: calc(100% - 40px);
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 14px 40px;
	word-wrap: break-word;
}

li {
	float: left;
	width: 100%;
	list-style-position: outside;
	list-style-type: disc;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.25em;
	color: #fff;
}

del {
	text-decoration: line-through;
}

a,a:active,a:visited {
	text-decoration: none;
	color: #ddd;
	transition: all .2s;
}

a:hover {
	color: #fff;
}

::-webkit-input-placeholder {
	color: #606069;
}

::-moz-placeholder {
	color: #606069;
}

:-ms-input-placeholder {
	color: #606069;
}

input:-moz-placeholder {
	color: #606069;
}

input,
button,
textarea {
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/* -------------------------------------------------------------- Site */

.site {
	position: relative;
	float: left;
	width: 100%;
	min-height: 100%;
	padding: 62px 0 0 0;
	background-color: #18181d;
}

/* -------------------------------------------------------------- Section */

section {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 60px 0;
}

@media (max-width: 800px) {
	section {
		margin: 0 0 40px 0;
	}
}

/* -------------------------------------------------------------- Holder */

.holder {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
	padding: 0 40px 0 40px;
}

@media (max-width: 800px) {
	.holder {
		max-width: 100%;
		padding: 0 10px 0 10px;
	}
}

@media (max-width: 2240px) {
	.filter-active .holder {
		width: calc(100% - 400px);
		margin-right: 400px;
	}
}

/* -------------------------------------------------------------- Header */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 54px;
	padding: 10px;
	background: rgba(8,8,9,.95);
	z-index: 9998;
}

/* -------------------------------------------------------------- Logo */

.logo a, .logo a:active, .logo a:visited {
	position: relative;
	float: left;
	width: 34px;
	height: 34px;
	margin: 0 8px 0 0;
	background-image: url(logo.png) !important;
	background-size: cover !important;
	touch-action: manipulation;
}
	
@media (-webkit-min-device-pixel-ratio: 2) {
	.logo a, .logo a:active, .logo a:visited {
		background-image: url(logo.png) !important;
		background-size: cover !important;
	}
}

@media (hover: none) {
	.logo a, .logo a:active, .logo a:visited {
		touch-action: manipulation;
	}
}

/* -------------------------------------------------------------- Sort */

.sort-toggle {
	position: relative;
	float: left;
}

.sort-options {
	position: absolute;
	display: block;
	top: 44px;
	left: 0;
	background-color: #262633;
	border-radius: 4px;
	overflow: hidden;
	z-index: 10000;
}

.sort-option {
	min-width: 100px;
	padding: 0 8px 0 8px;
	font-size: .7rem;
	line-height: 34px;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #dce3ff;
	border-bottom: 1px solid #606069;
	cursor: pointer;
}

.sort-option:last-child {
	border: 0;
}

.sort-option:hover {
	color: #fff;
	background-color: #343446;
}

.sort-options.hidden {
	display: none;
}

@media (hover: none) {
	.sort-option:hover {
		background-color: #262633;
	}
}

/* -------------------------------------------------------------- Filters */

.number-filter {
	float: left;
	width: 90px;
	height: 34px;
	padding: 0 8px 0 8px;
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	background-color: rgba(0,0,0,0);
	border: 1px solid #262633;
	border-radius: 4px;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.number-filter:focus {
	border: 1px solid #dce3ff;
}

.filters {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	padding: 68px 10px 200px 10px;
	background: rgba(8,8,9,.95);
	overflow-y: auto !important;
	overscroll-behavior: contain;
	z-index: 9997;
}

.trait-group {
	float: left;
	width: 100%;
	user-select: none;
}

.trait-main {
	float: left;
	width: 100%;
	user-select: none;
	cursor: pointer;
}

.trait-main input {
	display: none;
}

.trait-main label {
	position: relative;
	float: left;
	width: 100%;
	padding: 16px 180px 16px 40px;
	font-size: .9rem;
	line-height: 20px;
	color: #88888c;
	user-select: none;
	cursor: pointer;
}

.trait-main i {
	position: absolute;
	display: none;
	top: calc(50% - 10px);
	left: 16px;
	font-size: 1rem;
	line-height: 20px;
}

.trait-main input[type="checkbox"]:checked+label {
	color: #fff;
}

.trait-main input[type="checkbox"]:checked+label i {
	display: block;
}

.trait-header {
	position: relative;
	float: left;
	width: 100%;
	padding: 16px 10px 16px 40px;
	font-weight: 600;
	font-size: 1rem;
	line-height: 20px;
	user-select: none;
	cursor: pointer;
}

.sub-trait-header {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 120px 10px 70px;
	font-weight: 500;
	font-size: .9rem;
	line-height: 20px;
	color: #88888c;
	user-select: none;
	cursor: pointer;
}

.sub-trait-header:hover {
	color: #fff;
}

.toggle-icon i {
	position: absolute;
	top: calc(50% - 10px);
	left: 10px;
	font-size: .9rem;
	line-height: 20px;
}

.sub-trait-header .toggle-icon i {
	left: 40px;
}

.trait-options {
	float: left;
	display: none;
	width: 100%;
}

.trait-option {
	float: left;
	width: 100%;
	user-select: none;
	cursor: pointer;
}

.trait-option:last-child {
	margin: 0 0 10px 0;
}

.trait-option input {
	display: none;
}

.trait-option label {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 180px 10px 40px;
	font-size: .9rem;
	line-height: 20px;
	color: #88888c;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	user-select: none;
	cursor: pointer;
}

.sub-trait-options .trait-option label {
	padding: 10px 180px 10px 70px;
}

.trait-option label:hover {
	color: #fff;
}

.trait-option i {
	position: absolute;
	display: none;
	top: calc(50% - 10px);
	left: 10px;
	font-size: 1rem;
	line-height: 20px;
}

.sub-trait-options .trait-option i {
	left: 40px;
}

.trait-option input[type="checkbox"]:checked+label {
	color: #fff;
}

.trait-option input[type="checkbox"]:checked+label i {
	display: block;
}

.trait-option-details {
	position: absolute;
	top: calc(50% - 10px);
	right: 10px;
}

.trait-option-perc {
	float: right;
	margin: 0 10px 0 0;
	font-size: .8rem;
	line-height: 20px;
}

.trait-option-count {
	float: right;
	padding: 0 6px 0 6px;
	font-weight: 600;
	font-size: .7rem;
	line-height: 20px;
	color: #fff;
	background-color: #262633;
	border-radius: 4px;
}

.rare-trait {
	background-color: #2655cc;
}

.super-rare-trait {
	background-color: #c0005a;
}

.ultra-rare-trait {
	background-color: #e65c00;
}

.one-one-trait {
	background-color: #b18100;
}

@media (hover: none) {
	.sub-trait-header:hover,
	.trait-main label:hover,
	.trait-option label:hover {
		color: #88888c;
	}
}

@media (min-width: 800px) {
	.filters {
		width: 400px;
	}
}

/* -------------------------------------------------------------- Stats */

.collection-stats {
	float: left;
	width: 100%;
	margin: -2px 0 6px 0;
	display: flex;
	flex-wrap: wrap;
}

.collection-stats-item {
	width: calc(25% - 4px);
	margin: 2px;
	padding: 8px;
	background-color: #18181d;
	border-radius: 4px;
	user-select: none;
	cursor: pointer;
}

.stat-label {
	float: left;
	width: 100%;
	margin: 0 0 4px 0;
	font-size: .6rem;
	line-height: 1.2em;
	color: #606069;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.stat-value {
	float: left;
	width: 100%;
	font-size: .7rem;
	line-height: 1.4em;
	overflow-wrap: break-word;
	color: #d0d0d3;
}

.stat-up {
	color: #1fc666; /* green */
}

.stat-down {
	color: #db3928; /* red */
}

.stat-flat {
	color: #88888c;
}

/* -------------------------------------------------------------- Collection */

.loading {
	float: left;
	margin: 0 8px 8px 0;
	font-weight: 500;
	font-size: .8rem;
	line-height: 28px;
	color: #606069;
}

.showing {
	float: left;
	margin: 0 8px 8px 0;
	font-weight: 500;
	font-size: .8rem;
	line-height: 28px;
	color: #606069;
}

.collection {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}

.grid-3 {
	grid-template-columns: repeat(3, 1fr);
}

.card {
	position: relative;
	border: 1px solid #262633;
	background-color: #111115;
	border-radius: 8px;
	overflow: hidden;
}

.grid-3 .card {
	cursor: pointer;
}

.expand {
	position: absolute;
	display: none;
	right: 3px;
	bottom: 32px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	background-color: rgba(0,0,0,.4);
	border-radius: 2px;
	z-index: 9996;
}

.expand i {
	font-size: 14px;
	line-height: 20px;
	color: #606069;
}

.grid-3 .expand {
	display: block;
}

.card-content {
	float: left;
	width: 100%;
}

.lunatic-image {
	float: left;
	width: 100%;
}

.lunatic-image img {
	float: left;
	width: 100%;
	aspect-ratio : 1 / 1;
	object-fit: cover;
	display: block;
}

@media (min-width: 800px) {
	.collection {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.grid-3 {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.filter-active .collection {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.filter-active .grid-3 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1000px) {
	.collection {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.grid-3 {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.filter-active .collection {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.filter-active .grid-3 {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 1200px) {
	.collection {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.grid-3 {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.filter-active .collection {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.filter-active .grid-3 {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (min-width: 1400px) {
	.collection {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.grid-3 {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.filter-active .collection {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.filter-active .grid-3 {
		grid-template-columns: repeat(6, 1fr);
	}
}

@media (min-width: 1600px) {
	.collection {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.grid-3 {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.filter-active .collection {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.filter-active .grid-3 {
		grid-template-columns: repeat(7, 1fr);
	}
}

/* -------------------------------------------------------------- Lunatic */

.lunatic {
	position: relative;
	float: left;
	width: 100%;
	padding: 8px;
}

.grid-3 .lunatic {
	padding: 4px 6px 4px 6px;
}

.lunatic-profile {
	float: left;
	width: 100%;
	margin: 0 0 8px 0;
	z-index: 999;
}

.grid-3 .lunatic-profile {
	margin: 0;
}

.lunatic-name {
	float: left;
	font-weight: 600;
	font-size: .8rem;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.grid-3 .lunatic-name {
	font-size: .7rem;
}

.popup-content .lunatic-name {
	font-size: .9rem;
}

.lunatic-rarity {
	float: right;
	font-weight: 500;
	font-size: .8rem;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.gem {
}

.grid-3 .lunatic-rarity {
	font-size: .7rem;
}

.popup-content .lunatic-rarity {
	font-size: .9rem;
}

.lunatic-rarity i {
	margin: 0 4px 0 0;
	font-size: .7rem;
	line-height: 20px;
}

.grid-3 .lunatic-rarity i {
	font-size: .6rem;
}

.lunatic-traits {
	float: right;
	padding: 0 8px 0 8px;
	font-weight: 500;
	font-size: .7rem;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: .04em;
	background-color: #000;
	border-radius: 4px;
}

/* -------------------------------------------------------------- Lunatic Owner */

.lunatic-owner a,.lunatic-owner a:active,.lunatic-owner a:visited {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	margin: 0 0 4px 0;
	font-size: .7rem;
	line-height: 30px;
	color: #d0d0d3;
	padding: 0 40px 0 8px;
	background-color: #000;
	border-radius: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lunatic-owner a:hover {
	background-color: #262633;
}

.lunatic-owner.owner-image a,.lunatic-owner.owner-image a:active,.lunatic-owner.owner-image a:visited {
	padding: 0 40px 0 30px;
}

.lunatic-owner.owner-image img {
	position: absolute;
	top: 6px;
	left: 8px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}

.xusername a,.xusername a:active,.xusername a:visited {
	width: calc(100% - 34px);
}

.lunatic-owner i {
	margin: 0 4px 0 0;
	font-size: .8rem;
	line-height: 30px;
	color: #606069;
}

.holding-days {
	position: absolute;
	top: 0;
	right: 8px;
	width: 50px;
	font-size: .7rem;
	line-height: 30px;
	color: #606069;
	text-align: right;
}

.holding-new {
	text-transform: uppercase;
	letter-spacing: .04em;
}

.xlink a,.xlink a:active,.xlink a:visited {
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 0 4px 4px;
	text-align: center;
	line-height: 28px;
	color: #606069;
	background-color: #000;
	border-radius: 4px;
}

.xlink a i {
	font-size: .8rem;
	line-height: 30px;
	color: #606069;
}

.grid-3 .lunatic-owner {
	display: none;
}

.grid-3 .xlink {
	display: none;
}

@media (hover: none) {
	.lunatic-owner a:hover {
		background-color: #000;
	}
}

/* -------------------------------------------------------------- Owner Card */

.owner-card-single {
	align-self: start; 
}

.owner-card-details {
	position: relative;
	float: left;
	width: 100%;
	padding: 8px;
}

.owner-card-header {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 8px 0;
	text-align: center;	
}

.owner-card-single .owner-card-header {
}

.owner-card-image {
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
}

.grid-3 .owner-card-image {
	float: left;
	width: 40px;
	height: 40px;
}

.owner-card-holding {
	float: left;
	display: none;
	width: calc(100% - 48px);
	margin: 0 0 0 8px;
	font-size: .7rem;
	line-height: 1em;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid-3 .owner-card-holding {
	display: block;
}

.popup .owner-card-holding {
	display: none;
}

.owner-card-image img {
	float: left;
	display: block;
	width: 100%;
	aspect-ratio : 1 / 1;
	object-fit: cover;
}

.owner-card-wallet {
	display: inline-block;
	width: 64px;
	height: 64px;
	color: #606069;
	text-align: center;
	background-color: #000;
	border-radius: 50%;
	overflow: hidden;
}

.grid-3 .owner-card-wallet {
	float: left;
	width: 40px;
	height: 40px;
}

.owner-card-wallet i {
	font-size: 1.4rem;
	line-height: 64px;
}

.grid-3 .owner-card-wallet i {
	font-size: .9rem;
	line-height: 40px;
}

.owner-card-content {
	position: relative;
	float: left;
	width: 100%;
}

.owner-card-single .owner-card-content {
}

.owner-card-name {
	float: left;
	width: 100%;
	margin: 0 0 8px 0;
	height: 20px;
	font-weight: 600;
	font-size: .8rem;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.owner-card-rank {
	font-weight: 500;
	color: #606069;
}

.grid-3 .owner-card-name {
	margin: 0;
	font-size: .7rem;
	text-align: left;	
}

.owner-card-icons {
	float: left;
	width: 100%;
	margin: 0 0 4px 0;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 4px;
}

.owner-card-icons-2 {
	grid-template-columns: repeat(2, 1fr);
}

.owner-card-icons-3 {
	grid-template-columns: repeat(3, 1fr);
}

.grid-3 .owner-card-icons {
	display: none;
}

.owner-card-icon {
	color: #d0d0d3;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
	user-select: none;
	overflow: hidden;
	cursor: pointer;
}

.owner-card-icon:hover {
	background-color: #262633;
}

.owner-card-icon i {
	font-size: .8rem;
	line-height: 30px;
}

.owner-card-stats {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.grid-3 .owner-card-stats {
	display: none;
}

.owner-card-stat {
	flex: 1;
	min-width: 0; 
	padding: 8px;
	background-color: #000;
	border-radius: 4px;
	user-select: none;
	cursor: pointer;
}

.owner-card-stat:hover {
	background-color: #262633;
}

.owner-card-stat-title {
	float: left;
	width: 100%;
	margin: 0 0 4px 0;
	font-size: .6rem;
	line-height: 1.2em;
	color: #606069;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.owner-card-stat-value {
	float: left;
	width: 100%;
	font-size: .7rem;
	line-height: 1.4em;
	color: #606069;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid-3 .owner-card-stat-value {
	font-size: .7rem;
}

.owner-card-count {
	color: #d0d0d3;
}

.owner-card-total {
	color: #606069;
}

.owner-card-collections {
	float: left;
	width: 100%;
	margin: 4px 0 0 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4px;
}

.grid-3 .owner-card-collections {
	display: none;
}

.owner-card-single .owner-card-collections {
	grid-template-columns: repeat(2, 1fr);
}

.owner-card-single .owner-card-collections-1 {
	grid-template-columns: repeat(1, 1fr);
}

.owner-card-collection {
	padding: 0 8px 0 0;
	background-color: #000;
	border-radius: 4px;
	user-select: none;
	overflow: hidden;
	cursor: pointer;
}

.owner-card-collection img {
	float: left;
	width: 22px;
	height: 22px;
	margin: 4px;
}

.owner-card-collection-count {
	float: left;
	width: calc(100% - 30px);
	font-size: .7rem;
	line-height: 30px;
	color: #d0d0d3;
	text-align: right;
}

@media (hover: none) {
	.owner-card-icon:hover,
	.owner-card-stat:hover {
		background-color: #000;
	}
}

@media (max-width: 800px) {
	.owner-card-single {
	}
}

/* -------------------------------------------------------------- Traits Box */

.trait-boxes {
	float: left;
	width: calc(100% + 4px);
	margin: -2px 0 -2px -2px;
	display: flex;
	flex-wrap: wrap;
}

.grid-3 .trait-boxes {
	display: none;
}

.trait-box {
	width: calc(50% - 4px);
	margin: 2px;
	padding: 8px;
	background-color: #000;
	border-radius: 4px;
	user-select: none;
	cursor: pointer;
}

.popup-content .trait-box {
	width: calc(33.33% - 4px);
}

.trait-box:hover {
	background-color: #262633;
}

.trait-box-title {
	float: left;
	width: 100%;
	margin: 0 0 4px 0;
	font-size: .6rem;
	line-height: 1.2em;
	color: #606069;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.trait-box-value {
	float: left;
	width: 100%;
	font-size: .7rem;
	line-height: 1.4em;
	overflow-wrap: break-word;
	color: #d0d0d3;
}

.trait-box-perc {
	font-weight: 600;
	color: #606069;
}

.perc-rare-trait {
	color: #2655cc;
}

.perc-super-rare-trait {
	color: #c0005a;
}

.perc-ultra-rare-trait {
	color: #e65c00;
}

.perc-one-one-trait {
	color: #b18100;
}

@media (hover: none) {
	.trait-box:hover {
		background-color: #000;
	}
}

/* -------------------------------------------------------------- Actions */

.actions {
	float: left;
	width: calc(100% + 4px);
	margin: -2px 0 2px -2px;
	display: flex;
	flex-direction: row;
}

.grid-3 .actions {
	display: none;
}

.actions a,.actions a:visited,.actions a:active {
	height: 30px;
	margin: 2px;
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: .6rem;
	text-transform: uppercase;
	letter-spacing: .04em;
	line-height: 30px;
	color: #d0d0d3;
	text-align: center;
	background-color: #000;
	border: 0;
	border-radius: 4px;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-overflow: ellipsis;
	cursor: pointer;
}

.actions a:first-child,.actions a:first-child:visited,.actions a:first-child:active {
	flex-grow: 1;
}

.actions a:last-child,.actions a:last-child:visited,.actions a:last-child:active {
	width: 30px;
	font-size: .8rem;
}

.actions a:hover {
	color: #fff;
	background: #343446;
}

.actions a i {
	line-height: 30px;
}

.actions a.listed-price,.actions a.listed-price:active,.actions a.listed-price:visited {
	font-weight: 600;
	font-size: .7rem;
	color: #dce3ff;
	background-color: #262633;
}

.actions a.listed-price:hover {
	color: #fff;
	background: #343446;
}

.listed-floor {
	position: absolute;
	top: 7px;
	right: 7px;
	padding: 6px;
	font-weight: 600;
	font-size: .6rem;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #d0d0d3;
	background-color: #000;
	border-radius: 4px;
}

.grid-3 .listed-floor {
	display: none;
}

@media (hover: none) {
	.actions a:hover {
		color: #d0d0d3;
		background-color: #000;
	}
	
	.actions a.listed-price:hover {
		color: #dce3ff;
		background-color: #262633;
	}
}

/* -------------------------------------------------------------- Buttons */

.controls {
	float: right;
	margin: 0 8px 0 0;
}

.filters-button {
	float: right;
	padding: 0 8px 0 8px;
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: .7rem;
	text-transform: uppercase;
	letter-spacing: .04em;
	line-height: 34px;
	color: #dce3ff;
	background-color: #262633;
	border: 0;
	border-radius: 4px;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

.filters-button:hover {
	color: #fff;
	background: #343446;
}

.filters-open {
	color: #fff;
	background-color: #343446!important;
}

.reset-button {
	float: right;
	margin: 0 0 8px 8px;
	padding: 0 8px 0 8px;
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: .6rem;
	text-transform: uppercase;
	letter-spacing: .04em;
	line-height: 26px;
	color: #606069;
	background-color: rgba(0,0,0,0);
	border: 1px solid #606069;
	border-radius: 4px;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

.reset-button:hover {
	color: #fff;
	border: 1px solid #fff;
}

.sort-button {
	float: left;
	margin: 0 8px 0 0;
	padding: 0 8px 0 8px;
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: .7rem;
	text-transform: uppercase;
	letter-spacing: .04em;
	line-height: 34px;
	color: #dce3ff;
	background-color: #262633;
	border: 0;
	border-radius: 4px;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

.sort-button:hover {
	color: #fff;
	background: #343446;
}

.order-button {
	float: left;
	width: 34px;
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: .7rem;
	text-transform: uppercase;
	letter-spacing: .04em;
	line-height: 34px;
	color: #dce3ff;
	background-color: #262633;
	text-align: center;
	border: 0;
	border-radius: 4px;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

.order-button:hover {
	color: #fff;
	background: #343446;
}

.order-button i {
	font-size: .9rem;
	line-height: 34px;
	--fa-primary-color: #dce3ff;
	--fa-secondary-color: #606069;
	--fa-secondary-opacity: 1;
}

.sort-up i {
	--fa-primary-color: #dce3ff;
	--fa-secondary-color: #606069;
}

.sort-down i {
	--fa-primary-color: #606069;
	--fa-secondary-color: #dce3ff;
}

.order-button:hover i {
	--fa-primary-color: #fff;
	--fa-secondary-color: #fff;
}

@media (hover: none) {
	.filters-button,
	.reset-button,
	.sort-button,
	.order-button {
		touch-action: manipulation;
	}
	
	.filters-button:hover,
	.sort-button:hover,
	.order-button:hover {
		color: #dce3ff;
		background-color: #262633;
	}
	
	.sort-up:hover i {
		--fa-primary-color: #dce3ff;
		--fa-secondary-color: #606069;
	}
	
	.sort-down:hover i {
		--fa-primary-color: #606069;
		--fa-secondary-color: #dce3ff;
	}
	
	.reset-button:hover {
		color: #606069;
		background-color: rgba(0,0,0,0);
		border: 1px solid #606069;
	}
	
	.filters-open {
		color: #fff;
		background-color: #343446!important;
	}
}

/* -------------------------------------------------------------- Active Filters */

.active-filters {
	float: right;
}

.active-filter-tag {
	position: relative;
	float: right;
	margin: 0 0 8px 8px;
	padding: 0 28px 0 8px;
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: .6rem;
	text-transform: uppercase;
	letter-spacing: .04em;
	line-height: 26px;
	color: #606069;
	background-color: rgba(0,0,0,0);
	border: 1px solid #606069;
	border-radius: 4px;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

.active-filter-tag.owner-address {
	text-transform: none;
}

.active-filter-tag.owner-image {
	padding: 0 28px 0 26px;
}

.active-filter-tag.owner-image img {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}

.active-filter-tag .fa-xmark {
	position: absolute;
	top: calc(50% - 10px);
	right: 8px;
	font-size: .8rem;
	line-height: 20px;
}

.active-filter-tag .fa-wallet,
.active-filter-tag .fa-whale {
	font-size: .7rem;
}

.active-filter-tag:hover {
	color: #fff;
	border: 1px solid #fff;
}

@media (hover: none) {
	.active-filter-tag {
		touch-action: manipulation;
	}
	
	.active-filter-tag:hover {
		color: #606069;
		background-color: rgba(0,0,0,0);
		border: 1px solid #606069;
	}
}

/* -------------------------------------------------------------- Grid Toggle */

.grid-control {
	float: right;
	margin: 0 8px 0 0;
}

.grid-toggle {
	float: left;
	width: 34px;
	font-family: 'Chakra Petch', Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: .7rem;
	text-transform: uppercase;
	letter-spacing: .04em;
	line-height: 34px;
	color: #dce3ff;
	background-color: #262633;
	text-align: center;
	border: 0;
	border-radius: 4px;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}

.grid-toggle i {
	font-size: .9rem;
	line-height: 34px;
}

.grid-toggle:hover {
	color: #fff;
	background: #343446;
}

@media (hover: none) {
	.grid-toggle {
		touch-action: manipulation;
	}
	
	.grid-toggle:hover {
		color: #dce3ff;
		background-color: #262633;
	}
}

/* -------------------------------------------------------------- Popup */

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 0 0 0;
	background: rgba(0,0,0,0.9);
	overflow-y: auto !important;
	overscroll-behavior: contain;
	cursor: pointer;
	z-index: 9999;
}

.popup .popup-content {
	margin: 0 auto;
	width: calc(100% - 108px);
	max-width: 300px;
}

.popup-content .card {
	background-color: #111115;
}

.popup-close {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	font-size: .9rem;
	color: #dce3ff;
	text-align: center;
	background-color: #262633;
	cursor: pointer;
	border-radius: 50%;
	z-index: 9999;
}

.popup-close i {
	line-height: 34px;
}

.popup-close:hover {
	color: #fff;
	background: #343446;
}

@media (max-width: 800px) {
	.popup .popup-content {
		max-width: 300px;
	}
}

@media (hover: none) {
	.popup-close:hover {
		color: #dce3ff;
		background-color: #262633;
	}
}

/* -------------------------------------------------------------- About */

.about {
	float: left;
	width: 100%;
	margin: 100px 0 10px 0;
	padding: 0 16px 0 16px;
	font-weight: 500;
	font-size: .7rem;
	line-height: 1.2em;
	color: #343446;
	text-align: center;
}

.about a,.about a:visited,.about a:active {
	color: #343446;
}

.about a:hover {
	color: #343446;
}

@media (hover: none) {
	.about a:hover {
		color: #343446;
	}
}

/* -------------------------------------------------------------- Hidden */

.hidden {
	display: none;
}

.number-filter.hidden,
.filters-button.hidden,
.controls.hidden,
.grid-control.hidden {
	display: none;
}

/* -------------------------------------------------------------- Body Locked */

@media (max-width: 800px) {
	body.scroll-locked {
		overflow: hidden;
		position: fixed;
		width: 100%;
	}
}
