:root {
	--1: #0f375f;
	--2: #f6f1e8;
	--w: #f6f1e8d1;
	--3: #1f1f1f;
	--g: #595653;
	--text: #4b4a46;
	--b: #c6bdb0;
	--ff1: "Marcellus", serif;
	--ff2: "Inter", sans-serif;
}

* {
	font-family: var(--ff1);
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
	text-rendering: optimizeLegibility;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background-color: #dfd9d2;
	color: var(--3);
}

.noise {
	position: fixed;
	background: url(/wp-content/themes/pcp/assets/noise.jpg);
	opacity: .1;
	width: 200%;
	height: 200%;
	left: -50%;
	top: -50%;
	animation: noise 1.2s steps(3) infinite both;
	pointer-events: none;
	will-change: auto;
	z-index: 5100;
}

@keyframes noise {
	0% {
		transform: translate3d(1%,-1%,0)
	}

	10% {
		transform: translate3d(-5%,-2%,0)
	}

	20% {
		transform: translate3d(10%,5%,0)
	}

	30% {
		transform: translate3d(5%,-11%,0)
	}

	40% {
		transform: translate3d(-12%,-5%,0)
	}

	50% {
		transform: translate3d(10%,9%,0)
	}

	60% {
		transform: translate3d(15%,0,0)
	}

	70% {
		transform: translate3d(-10%,8%,0)
	}

	80% {
		transform: translate3d(10%,2%,0)
	}

	90% {
		transform: translate3d(1%,5%,0)
	}

	to {
		transform: translate3d(0,8%,0)
	}
}

.container {
	max-width: calc(100% - 40px);
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 1360px;
}

.l-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-left: 80px;
	padding-right: 80px;
}

@media screen and (max-width: 1440px) {
	.l-container {
		padding-left: 0;
		padding-right: 0;
		width: 1360px;
		max-width: calc(100% - 40px);
	}
}

img {
	width: 100%;
	height: auto;
}

a.cta,
button.cta {
	color: var(--1);
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	text-underline-offset: 5px;
}

a.cta.cta-white,
button.cta.cta-white {
	color: var(--2);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.pcp-contact-cta a {
	color: inherit;
}

.section-text {
	flex: 0 0 40%;
}

.section-text .cappello {
	color: var(--g);
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 10px;
}

.section-text h2 {
	font-size: 64px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 30px;
	color: var(--1);
}

.section-text .section-text__body {
	padding-left: 50px;
}

.section-text .section-text__body .descrizione {
	font-size: 22px;
	line-height: 1.68;
	color: var(--text);
	margin-bottom: 40px;
}

/* Header */
header#masthead {
	padding: 40px 0;
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
}

.admin-bar header#masthead {
	top: 32px;
}

header .l-container {
	align-items: center;
	justify-content: space-between;
}

header .pcp-nav-toggle {
	display: none;
}

header .pcp-header__brand,
.header-icons {
	flex: 0 0 400px;
}

.cart-counter {
	position: absolute;
	right: -10px;
	top: -10px;
	background-color: var(--1);
	color: var(--2);
	width: 20px;
	height: 20px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-family: var(--ff2);
	font-weight: 600;
}

header .pcp-header__brand a {
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .pcp-header__nav {
	position: absolute;
	width: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
}

header .pcp-header__nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 40px;
}

header .pcp-header__nav ul li a {
	font-size: 16px;
	letter-spacing: .32px;
	color: var(--w);
	text-decoration: none;
}

header .pcp-header__nav ul li.menu-item-has-children {
	position: relative;
}

header .pcp-header__nav li.menu-item-has-children a {
	display: flex;
	align-items: center;
	gap: 5px;
}

header .pcp-header__nav li.menu-item-has-children a .menu-chevron {
	width: 16px;
}

header .pcp-header__nav ul li {
	padding: 15px 0;
}

header .pcp-header__nav ul li .sub-menu {
	position: absolute;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.22s ease, visibility 0.22s;
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(20px);
	-webkit-text-fill-color: inherit;
	background-color: #ffffff0d;
	background-clip: border-box;
	border-radius: 12px;
	flex-wrap: wrap;
	padding: 20px;
	white-space: nowrap;
	row-gap: 16px;
	justify-content: flex-start;
}

header .pcp-header__nav ul li .sub-menu li {
	padding: 0;
}

header .pcp-header__nav ul li.menu-item-has-children:hover .sub-menu,
header .pcp-header__nav ul li.menu-item-has-children.sub-is-open .sub-menu {
	opacity: 1;
	visibility: visible;
}

header .header-icons {
	display: flex;
	gap: 30px;
	justify-content: flex-end;
}

header .header-icons a,
header .header-icons button {
	width: 20px;
	height: 20px;
	background: none;
	text-decoration: none;
	border: none;
	padding: 0;
	margin: 0;
	display: flex;
	cursor: pointer;
	position: relative;
}

header .header-icons a img,
header .header-icons button img {
	width: 20px;
}

header #pcp-search-form {
	position: absolute;
	width: 100%;
	top: 100%;
	border: 1px solid var(--w);
	border-width: 1px 0;
	padding: 30px 0;
}

header #pcp-search-form form {
	width: 100%;
	display: flex;
	align-items: center;
	flex: 0 0 100%;
	position: relative;
}

header #pcp-search-form form #pcp-search-input {
	flex: 0 0 100%;
	border: none;
	background: none;
	color: var(--w);
	font-size: 16px;
	letter-spacing: 0.32px;
	outline: none;
}

header #pcp-search-form form #pcp-search-input:focus-visible {
	box-shadow: 0 2px 0 var(--w);
}

header #pcp-search-form form #pcp-search-input::placeholder {
	color: var(--w);
	font-size: 16px;
	letter-spacing: 0.32px;
}

header #pcp-search-form form button[type="submit"] {
	position: absolute;
	right: 40px;
	font-weight: 600;
	color: var(--w);
	border: none;
	background: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-decoration: underline;
	text-underline-offset: 5px;
	cursor: pointer;
}

header #pcp-search-form form .pcp-search__close {
	border: none;
	background: none;
	color: var(--w);
	font-size: 20px;
	cursor: pointer;
	position: absolute;
	right: 0;
	width: 20px;
	z-index: 3;
}

/* Footer */

footer.pcp-footer {
	padding: 50px 0 30px;
	background-color: #0a2139;
	overflow: hidden;
}

footer.pcp-footer .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

footer.pcp-footer .container .col-lg {
	flex: 0 0 20%;
}

footer.pcp-footer .container .col-lg .name,
footer.pcp-footer .container .cols .col .title{
	color: var(--2);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	display: block;
	margin: 0 0 10px;
}

footer.pcp-footer .container .col-lg .date {
	font-size: 32px;
	color: #fff;
	display: block;
}

footer.pcp-footer .container .col-lg .desc {
	margin: 20px 0 30px;
	color: var(--w);
	font-size: 16px;
	line-height: 1.5;
}

footer.pcp-footer .container .col-lg .socials {
	display: flex;
	gap: 40px;
	align-items: center;
}

footer.pcp-footer .container .cols {
	display: flex;
	justify-content: flex-end;
	flex: 0 0 75%;
	gap: 135px;
}

footer.pcp-footer .container .cols .col ul {
	padding: 0;
	margin: 15px 0 0;
	list-style: none;
}

footer.pcp-footer .container .cols .col ul li:not(:last-child) {
	margin-bottom: 10px;
}

footer.pcp-footer .container .cols .col ul li,
footer.pcp-footer .container .cols .col ul li a {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
	font-family: var(--ff2);
	font-size: 14px;
	display: block;
}

footer.pcp-footer .container .cols .col .hours span {
	font-family: var(--ff2);
	color: rgba(255,255,255,.7);
	display: block;
	font-size: 14px;
}

footer.pcp-footer .container .cols .col .hours .days {
	margin-top: 10px;
	margin-bottom: 5px;
	color: rgba(255,255,255,1);
}

footer.pcp-footer .claim {
	margin: 60px auto 30px;
	border: 1px solid #fff;
	border-width: 1px 0;
	padding: 30px 0;
	text-align: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
}

footer.pcp-footer .pcp-footer__bottom .container {
	justify-content: space-between;
	align-items: center;
}

footer.pcp-footer .pcp-footer__bottom .pcp-footer__copyright {
	flex: 0 0 50%;
	color: var(--w);
	font-size: 12px;
	font-family: var(--ff2);
	line-height: 1.67;
}

footer.pcp-footer .pcp-footer__bottom .pcp-footer__copyright a {
	color: var(--w);
}

footer.pcp-footer .pcp-footer__bottom .legal-links {
	display: flex;
	gap: 20px;
}

footer.pcp-footer .pcp-footer__bottom .legal-links a {
	text-decoration: underline;
	color: var(--w);
	font-family: var(--ff2);
	font-size: 12px;
}

.pcp-footer__boxes {
	display: flex;
}

.pcp-footer__boxes .pcp-footer__box {
	flex: 0 0 33.333333%;
	height: 700px;
	position: relative;
	padding: 60px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.pcp-footer__boxes .pcp-footer__box:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 55%, rgba(0,0,0,0.8) 100%);
}

.pcp-footer__boxes .pcp-footer__box .pcp-footer__box-figure,
.pcp-footer__boxes .pcp-footer__box .pcp-footer__box-figure img{
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pcp-footer__box-body {
	position: relative;
	z-index: 1;
}

.pcp-footer__box-body .pcp-footer__box-cappello {
	color: #8fb87a;
	font-size: 12px;
	letter-spacing: 1.7px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

.pcp-footer__boxes .pcp-footer__box .pcp-footer__box-cta {
	color: #8fb87a;
}

.pcp-footer__boxes .pcp-footer__box:nth-child(2) .pcp-footer__box-cappello,
.pcp-footer__boxes .pcp-footer__box:nth-child(2) .pcp-footer__box-cta {
	color: #c6a539;
}

.pcp-footer__boxes .pcp-footer__box:nth-child(3) .pcp-footer__box-cappello,
.pcp-footer__boxes .pcp-footer__box:nth-child(3) .pcp-footer__box-cta{
	color: #cec946;
}

.pcp-footer__box-body h3 {
	font-size: 24px;
	color: var(--2);
	font-weight: 400;
	margin: 0 0 10px;
}

.pcp-footer__box-body .pcp-footer__box-desc {
	color: var(--w);
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.error404 #primary {
	padding: 220px 0 100px;
	background-color: var(--1)
}

.error404 .cappello {
	color: var(--w);
}

.error404 h1 {
	font-size: 42px;
	margin: 0 0 10px;
	color: var(--2);
	font-weight: 400;
}

.error404 .pcp-404__desc {
	color: var(--w);
	font-size: 16px;
}

.pcp-main-page-static {
	padding: 180px 0 100px;
	background-color: var(--1);
	color: var(--2);
	line-height: 1.67;
}

.pcp-main-page-static h1,
.pcp-main-page-static h2 {
	font-weight: 400;
}

.pcp-main-page-static a {
	color: inherit;
}

@media screen and (max-width: 1600px) {
	header .pcp-header__brand, 
	.header-icons {
		flex: 0 0 300px;	
	}
}

@media screen and (max-width: 1024px) {
	header#masthead {
		padding: 20px 0;
	}
	
	header .l-container {
		justify-content: flex-start;
		gap: 20px;
	}
	
	header .pcp-header__nav {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100%;
		transform: none;
		padding: 95px 20px 40px;
		-webkit-backdrop-filter: blur(50px);
		backdrop-filter: blur(20px);
		-webkit-text-fill-color: inherit;
		background-color: #ffffff0d;
		background-clip: border-box;
		z-index: 99;
		display: none;
	}
	
	header .pcp-header__nav.is-open {
		display: block
	}
	
	header .pcp-header__brand {
		z-index: 999;
		flex: 0 0 70%;
	}
	
	header .pcp-header__nav ul {
		flex-wrap: wrap;
		row-gap: 0;
		padding-top: 24px;
		border-top: 1px solid rgba(255,255,255,0.3);
	}
	
	header .pcp-header__nav ul li:first-child {
		padding-top: 0;
	}
	
	header .pcp-header__nav ul li {
		flex: 0 0 100%;
	}
	
	header .pcp-header__nav ul li a {
		font-size: 20px;
	}
	
	header .pcp-header__nav ul li .sub-menu {
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
		background: none;
		backdrop-filter: none;
		height: 0;
		display: none;
		border: none;
	}
	
	header .pcp-header__nav ul li.sub-is-open .sub-menu {
		height: auto;
		margin-top: 20px;
		padding-left: 20px;
		display: flex;
		background-color: transparent !important;
	}
	
	header .pcp-header__nav ul li.sub-is-open .sub-menu  li a {
		font-size: 18px;
	}
	
	header .pcp-header__brand a {
		justify-content: flex-start;
	}
	
	header .pcp-nav-toggle {
		display: block;
		position: relative;
		flex: 0 0 24px;
		height: 15px;
		z-index: 999;
		background: none;
		border: none;
	}
	
	header .pcp-nav-toggle span {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: var(--2);
		height: 1px;
		border-radius: 50px;
	}
	
	header .pcp-nav-toggle span:nth-child(2) {
		top: 7px;
	}
	
	header .pcp-nav-toggle span:last-child {
		top: 14px;
		width: 15px
	}
	
	header .pcp-nav-toggle[aria-expanded="true"] span:first-child {
		transform: rotate(45deg);
	}
	
	header .pcp-nav-toggle[aria-expanded="true"] span:nth-child(2) {
		display: none;
	}
	
	header .pcp-nav-toggle[aria-expanded="true"] span:last-child {
		transform: rotate(-45deg);
		width: 100%;
	}
	
	.header-icons {
		flex: 0 0 24px;
		margin-left: auto;
		z-index: 999;
	}
	
	.section-text h2 {
		font-size: 36px;
	}
	
	.section-text {
		flex: 0 0 100%;
	}
	
	.section-text .section-text__body .descrizione {
		font-size: 18px;
	}
	
	.section-text .section-text__body {
		padding-left: 0;
	}
	
	.pcp-footer__boxes {
		flex-wrap: wrap;
	}
	
	.pcp-footer__boxes .pcp-footer__box {
		flex: 0 0 100%;
		height: auto;
		padding: 160px 20px 40px
	}
	
	.pcp-footer__boxes .pcp-footer__box:after {
		background-image: linear-gradient(to bottom, transparent 0%, #111);
		opacity: 1;
	}
	
	footer.pcp-footer .container .col-lg {
		flex: 0 0 100%;
		text-align: center;
	}
	
	footer.pcp-footer .container .col-lg .socials {
		justify-content: center;
		margin-bottom: 30px;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		padding-bottom: 30px;
	}
	
	footer.pcp-footer .pcp-footer__bottom .pcp-footer__copyright {
		flex: 0 0 100%;
		order: 1;
		text-align: center;
	}
	
	footer.pcp-footer .pcp-footer__bottom .legal-links {
		justify-content: center;
		flex: 0 0 100%;
	}
	
	footer.pcp-footer .container .cols {
		gap: 0;
		flex: 0 0 100%;
		flex-wrap: wrap;
	}
	
	footer.pcp-footer .container .cols .col {
		flex: 0 0 100%;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(255,255,255,0.3)
	}
	
	footer.pcp-footer .container .cols .col:last-child {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	footer.pcp-footer .container .cols .col:not(.acc-is-open) .title {
		margin-bottom: 0;
	}
	
	footer.pcp-footer .container .cols .col:not(.acc-is-open) ul {
		margin: 0;
	}
	
	.pcp-main-page-static {
		padding: 80px 0 40px;
	}

}