.products-main { padding: 1.5rem 1.25rem 1.25rem 1.25rem; }
.padtop { padding-top: 0.625rem; }
.padall { padding: 1rem; }

.sbo-linefull {
	border: none;
	height: 0.25rem;
	width: 100%;
	background: #c40000;
	margin: 1.15rem auto 0.5rem auto;
}

.products-grid {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 1.5rem;
	row-gap: 1.5rem;
	max-width: 37.5rem;
	margin: 0 auto;
	padding: 1rem 0;
	background: #fff;
}
@media (min-width: 37.5rem) {
	.products-grid { grid-template-columns: 1fr 1fr; }
}

.product-card {
	background: #ffffff;
	overflow: hidden;
	position: relative;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border: 0.0625rem solid #cccccc;
	box-shadow: 0.375rem 0.875rem 0.5rem rgba(0,0,0,0.10);
	content-visibility: auto;
	contain-intrinsic-size: 0 420px;
}

.product-card img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.1);
}

.product-card figcaption {
	padding: 1rem;
	font-size: 0.95rem;
	color: #333333;
	line-height: 1.5;
	text-align: center;
}

.topleftclass {
	position: absolute;
	top: 0; left: 0;
	background: #c90000;
	color: #ffffff;
	font-weight: 700;
	font-size: 1rem;
	width: 45%;
	padding: 0.45rem;
	text-align: center;
	z-index: 2;
	line-height: 1.2;
	letter-spacing: 0.03rem;
}

.product-card .typicalbuttonred { width: fit-content; margin: 0.75rem auto; }

.iowatch.show {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 600px) {
	.products-main { padding-left: 0.5rem; padding-right: 0.5rem; }
	.products-grid { padding: 0.35rem 0; }
}
