/* PowerSite 2.93 - MARR: Products Carousel sub-CSS */
/* Last Updated: 2023.03.28 ET */

ul.product-slides {
	position: relative;
	height: 20rem; /* without Details button */
	/* height: 24rem; - with Details button */
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 1rem auto 0;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

ul.product-slides > li {
	/* color: transparent; */
	position: absolute;
	width: 24rem;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 0;
	margin: 0 auto;
	transition: color 0.3s;
}

ul.product-slides img {
	width: 8.86rem;
	height: 8.85rem;
	opacity: 0;
	transform: scale(0.5);
	transition: opacity 0.3s, transform 0.3s;
}

ul.product-slides div {
	opacity: 0;
}

ul.product-slides h3 {
	color: inherit;
	font-size: 1.71rem; /* 24px ÷ 14px */
	line-height: 1.1;
	margin-bottom: 0.3rem;
}

ul.product-slides p {
	font-style: italic;
	font-size: 1.1rem;
	line-height: 1.2;
	margin: 0 0 0.5em 0;
}

ul.product-slides a,
ul.product-slides a:visited {
	text-decoration: none;
}

ul.product-slides a.button,
ul.product-slides a.button:visited {
	background-color: rgb(42,60,104);
	color: white;
	font-size: 1rem;
}

ul.product-slides label {
	position: absolute;
	top: 3.5rem;
	width: 2.57rem;
	height: 2.57rem;
	color: transparent;
	font-size: 0.5rem;
	line-height: 1;
	padding: 0.5rem;
}

ul.product-slides label:first-child {
	left: -2rem;
	text-align: left;
	border-left: 5px solid rgb(178,196,229);
	border-bottom: 5px solid rgb(178,196,229);
	transform: rotate(45deg);
}

ul.product-slides label:last-child {
	right: -2rem;
	text-align: right;
	border-right: 5px solid rgb(178,196,229);
	border-bottom: 5px solid rgb(178,196,229);
	transform: rotate(-45deg);
}

@media (max-width: 360px) {

	ul.product-slides label:first-child {
		left: 0.5rem;
	}

	ul.product-slides label:last-child {
		right: 0.5rem;
	}

}

input.slide-rb {
	display: none;
}

#rb01:checked ~ ul.product-slides li:nth-child(1),
#rb02:checked ~ ul.product-slides li:nth-child(2),
#rb03:checked ~ ul.product-slides li:nth-child(3),
#rb04:checked ~ ul.product-slides li:nth-child(4),
#rb05:checked ~ ul.product-slides li:nth-child(5),
#rb06:checked ~ ul.product-slides li:nth-child(6),
#rb07:checked ~ ul.product-slides li:nth-child(7),
#rb08:checked ~ ul.product-slides li:nth-child(8),
#rb09:checked ~ ul.product-slides li:nth-child(9),
#rb10:checked ~ ul.product-slides li:nth-child(10),
#rb11:checked ~ ul.product-slides li:nth-child(11),
#rb12:checked ~ ul.product-slides li:nth-child(12),
#rb13:checked ~ ul.product-slides li:nth-child(13),
#rb14:checked ~ ul.product-slides li:nth-child(14),
#rb15:checked ~ ul.product-slides li:nth-child(15),
#rb16:checked ~ ul.product-slides li:nth-child(16),
#rb17:checked ~ ul.product-slides li:nth-child(17),
#rb18:checked ~ ul.product-slides li:nth-child(18) {
	/* color: rgb(42,60,104); */
	z-index: 6000;
}

#rb01:checked ~ ul.product-slides li:nth-child(1) div,
#rb02:checked ~ ul.product-slides li:nth-child(2) div,
#rb03:checked ~ ul.product-slides li:nth-child(3) div,
#rb04:checked ~ ul.product-slides li:nth-child(4) div,
#rb05:checked ~ ul.product-slides li:nth-child(5) div,
#rb06:checked ~ ul.product-slides li:nth-child(6) div,
#rb07:checked ~ ul.product-slides li:nth-child(7) div,
#rb08:checked ~ ul.product-slides li:nth-child(8) div,
#rb09:checked ~ ul.product-slides li:nth-child(9) div,
#rb10:checked ~ ul.product-slides li:nth-child(10) div,
#rb11:checked ~ ul.product-slides li:nth-child(11) div,
#rb12:checked ~ ul.product-slides li:nth-child(12) div,
#rb13:checked ~ ul.product-slides li:nth-child(13) div,
#rb14:checked ~ ul.product-slides li:nth-child(14) div,
#rb15:checked ~ ul.product-slides li:nth-child(15) div,
#rb16:checked ~ ul.product-slides li:nth-child(16) div,
#rb17:checked ~ ul.product-slides li:nth-child(17) div,
#rb18:checked ~ ul.product-slides li:nth-child(18) div {
	opacity: 1;
}

#rb01:checked ~ ul.product-slides li:nth-child(1) img,
#rb02:checked ~ ul.product-slides li:nth-child(2) img,
#rb03:checked ~ ul.product-slides li:nth-child(3) img,
#rb04:checked ~ ul.product-slides li:nth-child(4) img,
#rb05:checked ~ ul.product-slides li:nth-child(5) img,
#rb06:checked ~ ul.product-slides li:nth-child(6) img,
#rb07:checked ~ ul.product-slides li:nth-child(7) img,
#rb08:checked ~ ul.product-slides li:nth-child(8) img,
#rb09:checked ~ ul.product-slides li:nth-child(9) img,
#rb10:checked ~ ul.product-slides li:nth-child(10) img,
#rb11:checked ~ ul.product-slides li:nth-child(11) img,
#rb12:checked ~ ul.product-slides li:nth-child(12) img,
#rb13:checked ~ ul.product-slides li:nth-child(13) img,
#rb14:checked ~ ul.product-slides li:nth-child(14) img,
#rb15:checked ~ ul.product-slides li:nth-child(15) img,
#rb16:checked ~ ul.product-slides li:nth-child(16) img,
#rb17:checked ~ ul.product-slides li:nth-child(17) img,
#rb18:checked ~ ul.product-slides li:nth-child(18) img {
	opacity: 1;
	transform: scale(1);
}

#rb01:checked ~ ul.product-slides li:nth-child(18) img,
#rb02:checked ~ ul.product-slides li:nth-child(1) img,
#rb03:checked ~ ul.product-slides li:nth-child(2) img,
#rb04:checked ~ ul.product-slides li:nth-child(3) img,
#rb05:checked ~ ul.product-slides li:nth-child(4) img,
#rb06:checked ~ ul.product-slides li:nth-child(5) img,
#rb07:checked ~ ul.product-slides li:nth-child(6) img,
#rb08:checked ~ ul.product-slides li:nth-child(7) img,
#rb09:checked ~ ul.product-slides li:nth-child(8) img,
#rb10:checked ~ ul.product-slides li:nth-child(9) img,
#rb11:checked ~ ul.product-slides li:nth-child(10) img,
#rb12:checked ~ ul.product-slides li:nth-child(11) img,
#rb13:checked ~ ul.product-slides li:nth-child(12) img,
#rb14:checked ~ ul.product-slides li:nth-child(13) img,
#rb15:checked ~ ul.product-slides li:nth-child(14) img,
#rb16:checked ~ ul.product-slides li:nth-child(15) img,
#rb17:checked ~ ul.product-slides li:nth-child(16) img,
#rb18:checked ~ ul.product-slides li:nth-child(17) img {
	opacity: 0.3;
	transform: scale(0.7) translate(-8rem, 0);
}

#rb01:checked ~ ul.product-slides li:nth-child(2) img,
#rb02:checked ~ ul.product-slides li:nth-child(3) img,
#rb03:checked ~ ul.product-slides li:nth-child(4) img,
#rb04:checked ~ ul.product-slides li:nth-child(5) img,
#rb05:checked ~ ul.product-slides li:nth-child(6) img,
#rb06:checked ~ ul.product-slides li:nth-child(7) img,
#rb07:checked ~ ul.product-slides li:nth-child(8) img,
#rb08:checked ~ ul.product-slides li:nth-child(9) img,
#rb09:checked ~ ul.product-slides li:nth-child(10) img,
#rb10:checked ~ ul.product-slides li:nth-child(11) img,
#rb11:checked ~ ul.product-slides li:nth-child(12) img,
#rb12:checked ~ ul.product-slides li:nth-child(13) img,
#rb13:checked ~ ul.product-slides li:nth-child(14) img,
#rb14:checked ~ ul.product-slides li:nth-child(15) img,
#rb15:checked ~ ul.product-slides li:nth-child(16) img,
#rb16:checked ~ ul.product-slides li:nth-child(17) img,
#rb17:checked ~ ul.product-slides li:nth-child(18) img,
#rb18:checked ~ ul.product-slides li:nth-child(1) img {
	opacity: 0.3;
	transform: scale(0.7) translate(8rem, 0);
}