/* Product archive refinements: a consistent B2B catalogue presentation. */
.post-type-archive-sunvela_product .sv-product-card-media,
.tax-sunvela_product_category .sv-product-card-media {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	padding: 0;
	background: #fffdfa;
}

.post-type-archive-sunvela_product .sv-product-card-media .sv-product-card-image,
.tax-sunvela_product_category .sv-product-card-media .sv-product-card-image {
	position: absolute;
	top: 11%;
	right: 7%;
	bottom: auto;
	left: 7%;
	width: 86%;
	height: 82%;
	margin: 0;
	object-fit: contain;
	object-position: center;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.post-type-archive-sunvela_product .sv-product-card-media .sv-product-card-image--hover,
.tax-sunvela_product_category .sv-product-card-media .sv-product-card-image--hover {
	opacity: 0;
}

.post-type-archive-sunvela_product .sv-product-card.has-hover-image:hover .sv-product-card-image--primary,
.post-type-archive-sunvela_product .sv-product-card.has-hover-image:focus-within .sv-product-card-image--primary,
.tax-sunvela_product_category .sv-product-card.has-hover-image:hover .sv-product-card-image--primary,
.tax-sunvela_product_category .sv-product-card.has-hover-image:focus-within .sv-product-card-image--primary {
	opacity: 0;
	transform: scale(1.03);
}

.post-type-archive-sunvela_product .sv-product-card.has-hover-image:hover .sv-product-card-image--hover,
.post-type-archive-sunvela_product .sv-product-card.has-hover-image:focus-within .sv-product-card-image--hover,
.tax-sunvela_product_category .sv-product-card.has-hover-image:hover .sv-product-card-image--hover,
.tax-sunvela_product_category .sv-product-card.has-hover-image:focus-within .sv-product-card-image--hover {
	opacity: 1;
	transform: scale(1.03);
}

.post-type-archive-sunvela_product .sv-product-card-label,
.tax-sunvela_product_category .sv-product-card-label {
	padding: 5px 8px;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	background: rgba(255, 253, 250, 0.94);
	border-color: #d9d0c7;
}

.post-type-archive-sunvela_product .sv-product-card-title,
.tax-sunvela_product_category .sv-product-card-title {
	max-width: 28rem;
}

.post-type-archive-sunvela_product .sv-product-card-meta-line,
.tax-sunvela_product_category .sv-product-card-meta-line {
	min-height: 1.5em;
}

.post-type-archive-sunvela_product .sv-product-card-actions,
.tax-sunvela_product_category .sv-product-card-actions {
	margin-top: 18px;
}

.post-type-archive-sunvela_product .sv-product-card-actions .sv-product-quote,
.tax-sunvela_product_category .sv-product-card-actions .sv-product-quote {
	background: #b85c3a;
	border-color: #b85c3a;
}

.post-type-archive-sunvela_product .sv-product-card-actions .sv-product-quote:hover,
.post-type-archive-sunvela_product .sv-product-card-actions .sv-product-quote:focus-visible,
.tax-sunvela_product_category .sv-product-card-actions .sv-product-quote:hover,
.tax-sunvela_product_category .sv-product-card-actions .sv-product-quote:focus-visible {
	background: #9f4d30;
	border-color: #9f4d30;
}

@media (max-width: 767px) {
	.post-type-archive-sunvela_product .sv-product-card-actions,
	.tax-sunvela_product_category .sv-product-card-actions {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.post-type-archive-sunvela_product .sv-product-card-actions a,
	.tax-sunvela_product_category .sv-product-card-actions a {
		min-height: 42px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.post-type-archive-sunvela_product .sv-product-card-media .sv-product-card-image,
	.tax-sunvela_product_category .sv-product-card-media .sv-product-card-image {
		transition: none;
	}
}
