.post-type-archive-product:not(.tax-product_cat) {
	background: #f7f6f2;
}

.post-type-archive-product:not(.tax-product_cat) .desiole-site-main {
	overflow: hidden;
}

.post-type-archive-product:not(.tax-product_cat) .desiole-site-header.is-sticky .desiole-header-main {
	position: relative;
	top: auto;
	box-shadow: none;
	animation: none;
}

.pov1-shell {
	width: min(calc(100% - 64px), 1320px);
	margin-inline: auto;
}

.pov1-hero {
	position: relative;
	min-height: 650px;
	overflow: hidden;
	background: #102018;
	color: #fff;
	isolation: isolate;
}

.pov1-hero__image,
.pov1-hero__veil {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.pov1-hero__image {
	z-index: -3;
	object-fit: cover;
	object-position: center 54%;
}

.pov1-hero__veil {
	z-index: -2;
	background: linear-gradient(90deg, rgba(7, 18, 14, .9) 0%, rgba(7, 18, 14, .72) 38%, rgba(7, 18, 14, .2) 70%, rgba(7, 18, 14, .12) 100%);
}

.pov1-hero__content {
	display: flex;
	min-height: 650px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-block: 72px;
}

.pov1-hero h1 {
	max-width: 740px;
	margin: 0 0 24px;
	color: #fff;
	font-size: clamp(58px, 5.25vw, 84px);
	font-weight: 850;
	line-height: .98;
	letter-spacing: -.055em;
}

.pov1-hero p {
	max-width: 650px;
	margin: 0;
	color: rgba(255, 255, 255, .88);
	font-size: 20px;
	line-height: 1.62;
}

.pov1-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 38px;
}

.pov1-button {
	display: inline-flex;
	min-width: 190px;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 14px 24px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.pov1-button:hover {
	transform: translateY(-2px);
}

.pov1-button--accent {
	border-color: #d97d36;
	background: #d97d36;
	color: #fff;
}

.pov1-button--accent:hover {
	border-color: #bb6425;
	background: #bb6425;
	color: #fff;
}

.pov1-button--outline {
	border-color: rgba(255, 255, 255, .75);
	background: rgba(8, 18, 14, .28);
	color: #fff;
}

.pov1-button--outline:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, .12);
	color: #fff;
}

.pov1-families {
	background: #f7f6f2;
	padding: 78px 0 72px;
}

.pov1-families__head {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	align-items: end;
	margin-bottom: 48px;
}

.pov1-families__head > div {
	padding-right: 54px;
}

.pov1-families__head > p {
	max-width: 480px;
	margin: 0 0 7px;
	border-left: 1px solid #d5d7d1;
	color: #404843;
	font-size: 17px;
	line-height: 1.6;
	padding: 10px 0 10px 42px;
}

.pov1-eyebrow {
	margin: 0 0 15px;
	color: #d16f29;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .22em;
	line-height: 1;
	text-transform: uppercase;
}

.pov1-families h2,
.pov1-guidance h2 {
	margin: 0;
	color: #1e372b;
	font-size: clamp(38px, 3.1vw, 54px);
	font-weight: 850;
	line-height: 1.02;
	letter-spacing: -.045em;
}

.pov1-category-grid {
	display: grid;
	grid-template-columns: 1.04fr .96fr;
}

.pov1-category {
	position: relative;
	min-height: 340px;
	overflow: hidden;
	border: 2px solid #f7f6f2;
	background: #17241d;
	color: #fff;
	isolation: isolate;
}

.pov1-category:nth-child(n + 3) {
	min-height: 330px;
}

.pov1-category > img,
.pov1-category__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.pov1-category > img {
	z-index: -3;
	object-fit: cover;
	transition: transform .5s ease;
}

.pov1-category:hover > img {
	transform: scale(1.035);
}

.pov1-category__shade {
	z-index: -2;
	background: linear-gradient(90deg, rgba(8, 15, 11, .86) 0%, rgba(8, 15, 11, .62) 46%, rgba(8, 15, 11, .12) 83%);
}

.pov1-category__content {
	display: flex;
	width: min(70%, 430px);
	height: 100%;
	min-height: inherit;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 42px 40px;
}

.pov1-category h3 {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(28px, 2.3vw, 40px);
	font-weight: 850;
	line-height: 1.02;
	letter-spacing: -.045em;
}

.pov1-category p {
	max-width: 310px;
	margin: 0;
	color: rgba(255, 255, 255, .9);
	font-size: 15px;
	line-height: 1.55;
}

.pov1-category a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 26px;
	color: #e7853e;
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
}

.pov1-category a:hover {
	color: #ffae72;
}

.pov1-category__arrow,
.pov1-cta__actions .desiole-home-icon {
	width: 17px;
	height: 17px;
	filter: invert(58%) sepia(51%) saturate(1087%) hue-rotate(338deg) brightness(94%) contrast(91%);
}

.pov1-guidance {
	background: #f7f6f2;
	padding: 30px 0 78px;
	text-align: center;
}

.pov1-guidance header {
	margin-bottom: 48px;
}

.pov1-guidance ol {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.pov1-guidance li {
	min-height: 220px;
	border-left: 1px solid #d4d7d2;
	padding: 0 34px;
}

.pov1-guidance li:first-child {
	border-left: 0;
}

.pov1-guidance__icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: #1e392d;
}

.pov1-guidance__icon img {
	width: 26px;
	height: 26px;
	filter: brightness(0) invert(1);
}

.pov1-guidance h3 {
	margin: 0 0 12px;
	color: #16271f;
	font-size: 16px;
	font-weight: 850;
	letter-spacing: -.02em;
}

.pov1-guidance li p {
	max-width: 245px;
	margin: 0 auto;
	color: #353c38;
	font-size: 14px;
	line-height: 1.55;
}

.pov1-cta {
	position: relative;
	width: min(calc(100% - 64px), 1320px);
	min-height: 300px;
	margin: 0 auto 24px;
	overflow: hidden;
	background: #102119;
	color: #fff;
	isolation: isolate;
}

.pov1-cta > img,
.pov1-cta__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.pov1-cta > img {
	z-index: -3;
	object-fit: cover;
	object-position: center 54%;
}

.pov1-cta__shade {
	z-index: -2;
	background: rgba(9, 24, 17, .82);
}

.pov1-cta__inner {
	display: flex;
	min-height: 300px;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding-block: 42px;
}

.pov1-cta h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(38px, 3.4vw, 54px);
	font-weight: 850;
	line-height: 1.01;
	letter-spacing: -.045em;
}

.pov1-cta p {
	max-width: 570px;
	margin: 0;
	color: rgba(255, 255, 255, .84);
	font-size: 16px;
	line-height: 1.55;
}

.pov1-cta__actions {
	display: grid;
	justify-items: center;
	gap: 20px;
	flex: 0 0 320px;
}

.pov1-cta__actions .pov1-button {
	width: 100%;
}

.pov1-cta__actions > a:last-child {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #e7853e;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.post-type-archive-product:not(.tax-product_cat) .desiole-floating-actions {
	display: none;
}

.post-type-archive-product:not(.tax-product_cat) #ast-scroll-top {
	display: none !important;
}

@media (max-width: 960px) {
	.pov1-shell {
		width: min(calc(100% - 40px), 1320px);
	}

	.pov1-cta {
		width: min(calc(100% - 40px), 1320px);
	}

	.pov1-hero,
	.pov1-hero__content {
		min-height: 580px;
	}

	.pov1-hero h1 {
		max-width: 650px;
		font-size: clamp(48px, 8vw, 70px);
	}

	.pov1-families__head {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.pov1-families__head > p {
		max-width: 620px;
		border-left: 0;
		padding: 0;
	}

	.pov1-category-grid {
		grid-template-columns: 1fr 1fr;
	}

	.pov1-category,
	.pov1-category:nth-child(n + 3) {
		min-height: 360px;
	}

	.pov1-category__content {
		width: 82%;
		padding: 34px 30px;
	}

	.pov1-guidance ol {
		grid-template-columns: 1fr 1fr;
		row-gap: 44px;
	}

	.pov1-guidance li:nth-child(3) {
		border-left: 0;
	}
}

@media (max-width: 680px) {
	.pov1-shell {
		width: min(calc(100% - 32px), 1320px);
	}

	.pov1-cta {
		width: min(calc(100% - 32px), 1320px);
	}

	.pov1-hero,
	.pov1-hero__content {
		min-height: 570px;
	}

	.pov1-hero__veil {
		background: rgba(7, 18, 14, .68);
	}

	.pov1-hero__content {
		justify-content: flex-end;
		padding-block: 54px;
	}

	.pov1-hero h1 {
		font-size: clamp(43px, 13vw, 58px);
	}

	.pov1-hero p {
		font-size: 16px;
	}

	.pov1-actions {
		display: grid;
		width: 100%;
	}

	.pov1-button {
		width: 100%;
	}

	.pov1-families {
		padding-block: 62px 48px;
	}

	.pov1-families h2,
	.pov1-guidance h2 {
		font-size: 38px;
	}

	.pov1-category-grid {
		display: block;
	}

	.pov1-category,
	.pov1-category:nth-child(n + 3) {
		min-height: 390px;
	}

	.pov1-category__content {
		width: 90%;
		padding: 36px 28px;
	}

	.pov1-category h3 {
		font-size: 32px;
	}

	.pov1-guidance {
		padding-bottom: 60px;
	}

	.pov1-guidance ol {
		display: block;
	}

	.pov1-guidance li {
		min-height: 0;
		border-top: 1px solid #d4d7d2;
		border-left: 0;
		padding: 28px 10px;
	}

	.pov1-guidance li:first-child {
		border-top: 0;
	}

	.pov1-cta,
	.pov1-cta__inner {
		min-height: 430px;
	}

	.pov1-cta__inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
	}

	.pov1-cta__actions {
		width: 100%;
		flex-basis: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pov1-category > img,
	.pov1-button {
		transition: none;
	}
}
