.pricelist-form input[name="post_password"] {
	border-radius: 4px;
	border-color: hsla(0, 0%, 100%, 0.3);
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	background-color: rgb(23 23 23);
	color: white;
	margin: 1rem 0;
}

.pricelist-form form.post-password-form p:first-child {
	font-size: 28px;
	text-transform: uppercase;
	color: white;
	font-weight: 700;
	margin-bottom: 0;
}

.pricelist-form h1 {
	font-size: 28px;
}

.pricelist-form .content {
	max-width: 28rem;
	margin-top: 4rem;
	margin-bottom: 4rem;
	padding: 3rem;
}

.pricelist-form .content input {
	width: 100%;
}

.pricelist-form p {
	font-size: 14px;
	color: #a6a6a6;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.pricelist-form #input-login {
	border-radius: 4px;
	border-color: hsla(0, 0%, 100%, 0.3);
}

.pricelist-form input[type="submit"] {
	border-radius: 4px;
	background-color: #f50;
	color: #fff;
	width: auto;
	margin: 0 auto;
	padding: 10px 40px;
	cursor: pointer;
	line-height: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	font-family: var(--wp--preset--font-family--roboto-condensed);
}

.header-pricelist .intro-content {
	z-index: 22;
}

.buttons .btns-group {
	gap: .5rem;
}

.buttons .btns-group {
	justify-content: center;
	flex-wrap: wrap;
}

.buttons .btn-wrapper+div,
.btn-wrapper {
	justify-content: center;
}

.buttons .btn-wrapper {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.buttons .btn-wrapper+div {
	padding-bottom: 1.25rem;
}

.buttons .btns-group .toggle-btn {
	color: hsla(0, 0%, 100%, .4);
	border-color: hsla(0, 0%, 100%, .2);
	width: calc(50% - .5rem);
}

.buttons .btns-group .toggle-btn.active {
	background: var(--wp--preset--color--orange);
	border-color: var(--wp--preset--color--orange);
	color: white;
}

.buttons .btns-group .toggle-btn:not(.active):hover {
	background: transparent;
	color: var(--wp--preset--color--orange);
}

.artist-header.header-pricelist {
	min-height: 608px;
}

.header-pricelist h2,
.header-pricelist p {
	margin: 0;
	font-family: var(--wp--preset--font-family--roboto);
}

.header-pricelist h2 {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.intro-content p.text-primary {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
}

.intro-content p.text-muted {
	margin-top: 1.25rem;
}

.pricelist-item {
	padding-top: 3rem;
	padding-bottom: 3rem;
	position: relative;
	z-index: 1;
}

.pricelist-item img {
	max-width: 150px;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.pricelist-item::before,
.pricelist-item::after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	min-height: 100%;
	width: 100vw;
}

.pricelist-item:before {
	right: 0;
}

.pricelist-item:after {
	left: 0;
}

.pricelist-items>div:nth-child(even):before,
.pricelist-items>div:nth-child(even):after {
	background: rgb(23 23 23);
}

.pricelist-items>div:nth-child(odd):before,
.pricelist-items>div:nth-child(odd):after {
	background: rgb(38 38 38);
}

#contact.contact {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

#contact.contact .mgmt-item {
	margin-top: 2rem;
}

#contact.contact .mgmt-item>div {
	margin-top: 2rem;
	background-color: hsla(0, 0%, 100%, 0.05);
}

#contact.contact h3 {
	color: #fff;
}

#contact.contact .list-unstyled li {
	margin-bottom: 1rem;
}

#contact.contact .rounded-circle {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

#contact.contact figure img {
	width: 7rem;
}

#contact.contact .row {
	row-gap: 2rem;
}

.artist-data {
	display: none;
	padding-top: 3rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.sub-artist-fields {
	margin-top: 2rem;
}

.sub-artist-fields {
	padding: 1rem;
	background-color: hsla(0, 0%, 100%, 0.05);
}

.sub-artist-fields-item {
	grid-column: span 1 / span 1;
}

.single-pricelist .usp-list li {
	color: hsla(0, 0%, 100%, .8);
	font-size: 1rem;
	line-height: 1.5rem;
}

@media (min-width: 576px) {
	.pricelist-item img {
		max-width: 100%;
	}
}

@media (min-width: 640px) {
	.header-pricelist {
		height: 50vh;
	}

	.sub-artist-fields {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 768px) {

	.artist-data {
		display: grid;
	}

	.buttons .btns-group .toggle-btn {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.pricelist-item {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	#contact.contact {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.sub-artist-fields {
		margin-top: 0;
	}

	.sub-artist-fields span {
		display: none;
	}

	.sub-artist-fields-item.span-2 {
		grid-column: span 2 / span 2;
	}

	.sub-artist-fields-item.span-3 {
		grid-column: span 3 / span 3;
	}

	.sub-artist-fields {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		padding-left: 0;
		padding-right: 0;
		gap: 0;
		padding: 1rem 0 0 0;
		background-color: transparent;
	}
}

@media (min-width: 1024px) {
	.buttons .btn-wrapper+div {
		padding-bottom: 0;
	}

	.buttons .btn-wrapper {
		justify-content: flex-start;
	}

	#contact .form-wrapper {
		padding-left: 3rem;
	}

	.pricelist-item .intro.col-sm-8 {
		padding-left: 3rem;
	}

	.buttons .btn-wrapper+div {
		justify-content: flex-end;
	}

	.buttons .btns-group .toggle-btn {
		width: initial;
	}

	.header-pricelist {
		height: 66.66vh;
	}

	.intro-content p.text-primary {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.header-pricelist h2 {
		font-size: 3.75rem;
		line-height: 1;
	}
}