/*
 * SETI — Shop Archive V2 preview shell
 *
 * The existing catalogue components keep their original theme styling.
 * This file only provides a safe canvas for the V2 header/footer preview.
 */

.seti-v2-product-archive {
	display: flow-root;
	width: 100%;
	min-height: 45vh;
	background: #fff;
	color: #141414;
}

.seti-v2-product-archive,
.seti-v2-product-archive *,
.seti-v2-product-archive *::before,
.seti-v2-product-archive *::after {
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.seti-v2-product-archive img,
	.seti-v2-product-archive iframe,
	.seti-v2-product-archive video {
		max-width: 100%;
	}
}
