/* Power Import Site Core 1.1 — gedeelde cataloguscomponenten. */

.pi-home-v2,
.pi-catalog-v2 {
	--pi-orange: #ff9000;
	--pi-orange-hover: #ffa526;
	--pi-bg: #0d1011;
	--pi-surface: #141819;
	--pi-surface-2: #1a1f21;
	--pi-border: #333a3d;
	--pi-heading: #f7f7f5;
	--pi-text: #c3c9cb;
	--pi-muted: #879195;
	--pi-success: #48cc78;
	--pi-warning: #ffad33;
	--pi-info: #7db7e8;
	color: var(--pi-text);
	font-family: "Poppins", "Signika", Arial, sans-serif;
}

.pi-home-v2 *,
.pi-home-v2 *::before,
.pi-home-v2 *::after,
.pi-catalog-v2 .site-main *,
.pi-catalog-v2 .site-main *::before,
.pi-catalog-v2 .site-main *::after {
	box-sizing: border-box;
}

.pi-home-v2 h1,
.pi-home-v2 h2,
.pi-home-v2 h3,
.pi-catalog-v2 .site-main h1,
.pi-catalog-v2 .site-main h2,
.pi-catalog-v2 .site-main h3 {
	color: var(--pi-heading);
	font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.05;
	text-transform: uppercase;
}

.pi-eyebrow {
	margin: 0 0 10px;
	color: var(--pi-orange);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.35;
	text-transform: uppercase;
}

.pi-button {
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 11px 20px;
	border: 1px solid var(--pi-orange);
	border-radius: 2px;
	background: var(--pi-orange);
	box-shadow: none;
	color: #111 !important;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .045em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.pi-button:hover,
.pi-button:focus-visible {
	border-color: var(--pi-orange-hover);
	background: var(--pi-orange-hover);
	color: #111 !important;
	transform: translateY(-1px);
}

.pi-button--ghost {
	border-color: var(--pi-border);
	background: transparent;
	color: var(--pi-heading) !important;
}

.pi-button--ghost:hover,
.pi-button--ghost:focus-visible {
	border-color: var(--pi-orange);
	background: transparent;
	color: var(--pi-orange) !important;
}

.pi-text-link {
	color: var(--pi-orange) !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .025em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.pi-text-link:hover,
.pi-text-link:focus-visible {
	color: var(--pi-orange-hover) !important;
}

.pi-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 22px;
}

.pi-section-heading h2 {
	margin: 0;
	font-size: clamp(30px, 3.5vw, 48px);
}

.pi-product-card {
	min-width: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--pi-border);
	border-radius: 3px;
	background: linear-gradient(145deg, var(--pi-surface), #101314);
	color: var(--pi-text);
}

.pi-product-card__media {
	position: relative;
	aspect-ratio: 1 / 1;
	display: block;
	overflow: hidden;
	background: #ecedeb;
}

.pi-product-card__media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	transition: transform .28s ease;
}

.pi-product-card:hover .pi-product-card__media img {
	transform: scale(1.025);
}

.pi-product-card__label {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 6px 9px;
	background: var(--pi-orange);
	color: #111;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.pi-product-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 17px;
}

.pi-product-card h3 {
	margin: 0 0 11px;
	font-size: 20px;
	line-height: 1.18;
	text-transform: none;
}

.pi-product-card h3 a {
	color: var(--pi-heading) !important;
	text-decoration: none !important;
}

.pi-product-card__rating {
	min-height: 18px;
	margin-bottom: 7px;
}

.pi-product-card__rating .star-rating {
	margin: 0;
	color: var(--pi-orange);
}

.pi-product-card__price {
	margin-top: auto;
	color: var(--pi-heading);
	font-size: 20px;
	font-weight: 800;
}

.pi-product-card__price del {
	margin-right: 5px;
	color: var(--pi-muted);
	font-size: 14px;
}

.pi-product-card__price ins {
	background: transparent;
	color: inherit;
	text-decoration: none;
}

.pi-product-card__status,
.pi-loop-status {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 8px 0 13px;
	color: var(--pi-muted);
	font-size: 12px;
	line-height: 1.35;
}

.pi-product-card__status span,
.pi-loop-status span {
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	border-radius: 50%;
	background: var(--pi-muted);
}

.pi-product-card__status.is-instock span,
.pi-loop-status.is-instock span {
	background: var(--pi-success);
	box-shadow: 0 0 0 3px rgba(72, 204, 120, .12);
}

.pi-product-card__status.is-backorder span,
.pi-loop-status.is-backorder span {
	background: var(--pi-warning);
}

.pi-product-card__status.is-preorder span,
.pi-loop-status.is-preorder span {
	background: var(--pi-info);
}

.pi-product-card__button {
	width: 100%;
	margin-top: 0;
}

.pi-loop-badge {
	position: absolute;
	z-index: 3;
	top: 12px;
	left: 12px;
	max-width: calc(100% - 24px);
	padding: 6px 9px;
	background: var(--pi-warning);
	color: #111;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .035em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pi-loop-badge.is-preorder {
	background: #d9dddf;
}

.pi-loop-badge.is-outofstock {
	background: #555e62;
	color: #fff;
}

@media (max-width: 720px) {
	.pi-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.pi-section-heading h2 {
		font-size: clamp(29px, 9vw, 40px);
	}

	.pi-product-card__body {
		padding: 14px;
	}

	.pi-product-card h3 {
		font-size: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pi-home-v2 *,
	.pi-catalog-v2 .site-main * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
