.archive header .pcp-header__nav ul li a {
	color: var(--text);
} 

.archive header .header-icons a img, 
.archive header .header-icons button img {
	filter: invert(1);
}

.archive header .pcp-header__brand {
	filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(800%) hue-rotate(192deg) brightness(55%);
}

.archive header .pcp-header__nav ul li .sub-menu,
.archive header .pcp-header__nav ul li .sub-menu {
	background-color: #ffffff2d;
}

.archive header .pcp-header__nav li.menu-item-has-children a .menu-chevron {
	filter: invert(1);
}

.pcp-main {
	padding-top: 220px; 
}

.archive-hero__text {
	display: flex;
	flex: 0 0 100%;
	justify-content: space-between;
}

.archive-hero__text .section-text__body {
	flex: 0 0 40%;
}

.archive-hero__text .section-text__body .descrizione {
	font-size: 18px;
	margin-bottom: 0;
}

.archive-hero__text h1 {
	font-size: 80px;
	font-weight: 400;
	color: var(--1);
	display: block;
	margin: 20px 0 0;
	line-height: 1;
	text-transform: uppercase;
}

.products-grid {
	padding: 100px 0;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	flex: 0 0 100%;
}

.products-grid .product-card {
	flex: 0 0 calc(33% - 9px);
	background-color: var(--w);
	border-radius: 8px;
	padding: 40px;
}

.archive-seo h2 {
	font-size: 50px;
	font-weight: 400;
	margin: 0 0 20px;
	color: var(--1);
}

.archive-seo {
	padding-bottom: 100px;
	padding-top: 100px;
	border-top: 1px solid var(--w);
}

.archive-seo h2 {
	width: 100%;
}

.archive-seo .archive-seo__desc {
	width: 100%;
	padding-left: 50px;
	font-size: 18px;
	line-height: 1.67;
	padding-right: 50px;
}

@media screen and (max-width: 1024px) {
	header .pcp-nav-toggle span {
		background-color: var(--g)
	}
	
	header .pcp-header__nav ul {
		border-top: 1px solid rgba(0,0,0,0.3)
	}
	
	.pcp-main {
		padding-top: 120px;
	}
	
	.archive-hero__text {
		flex-wrap: wrap;
	}
	
	.archive-hero__text .heading,
	.archive-hero__text .section-text__body {
		flex: 0 0 100%;
	}
	
	.archive-hero__text h1 {
		font-size: 42px;
	}
	
	.archive-hero__text .section-text__body .descrizione {
		font-size: 16px;
	}
	
	.products-grid {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	
	.products-grid .product-card {
		flex: 0 0 100%;
	}
	
	.archive-seo {
		padding: 0 0 60px;
		border-top: 0;
	}
	
	.archive-seo h2 {
		font-size: 36px;
	}
	
	.archive-seo .archive-seo__desc {
		text-align: left;
		padding-left: 0;
		font-size: 16px;
	}
}