.galleryintro > p, #productlisting p {
	text-align: center;
	font-size: 16px;
}

.galleryintro > p > br, .retailtext, .signintext { display: none; }

#productlisting { max-width: 1900px; }

.listedproduct:hover h4, .listedproduct:has(:hover, :focus) h4 { color: black; }

#productlisting > h2 {
	width: 100%;
	margin: -40px 0;
	position: absolute;
}

.productnumber {
	width: 100%;
	z-index: 1;
	margin-top: 8px;
}
.productnumber > span {
	display: inline;
	font-size: 15px;
	opacity: .8;
}
.productprice {
	text-align: center;
	margin: 1px 0 -2px;
	font-size: 18px;
}

.productprice.placeholderBG {
	color: transparent !important;
	border-radius: 5px;
	background-size: 30%;
}

.listedproduct {
	width: unset;
	gap: 5px;
	color: black;
}

.imgholder {
	width: 360px;
	position: unset;
	margin: -32px 0 -38px;
	height: 140px;
}

.imgholder > img {
	mix-blend-mode: multiply;
	display: inline-block;
	position: relative;
}

.colorselection {
	display: flex;
	justify-content: space-evenly;
	align-items: baseline;
	gap: 5px;
}

.WG, .YG {
	padding: 5px 6px;
	border-radius: 5px;
	color: black;
	opacity: 0.8;
	text-align: center;
}
.WG:hover, .WG:focus-visible, .YG:hover, .YG:focus-visible { filter: brightness(0.9); }

.selectedcolor {
	box-shadow: 0 0 1px 1px #666 inset;
	opacity: 1;
}

.stockicon {
	width: 18px;
	height: 18px;
	background: url(/static/img/icons/instock.png) center / 100% no-repeat;
	display: inline-block;
	filter: brightness(0);
	opacity: .65;
	margin: 0 2px -4px 1px;
}

#productlisting > h2 > .stockicon {
	width: 28px;
	height: 28px;
	background: url(/static/img/icons/instock.png) center 80% / 80% no-repeat;
	filter: var(--dayinvert);
	opacity: .85;
	box-shadow: 0 0 1px 2px #FFF9;
	border-radius: 100px;
	animation: blinkload 1.5s infinite;
}

@keyframes blinkload {
	0%, 100% { opacity: .85; }
	50% { opacity: .25; }
}

.samplerbtn { padding: 6px 26px; }

@media (min-width: 636px) and (max-width: 1200px) {
	.imgholder {
		margin-left: -13px;
		margin-right: -13px;
	}
	/*.imgholder > img:first-child { margin-left: 20px; }
	.imgholder > img:last-child { margin-left: -32px; }*/
}

@media (max-width: 775px) {
	/*.galleryintro > p { margin: -10px 0 5px; }*/
	.galleryintro > p > br { display: block; }
}

@media (min-width: 636px) and (max-width: 775px) {
	.colorselection, #productlisting p, .productnumber { font-size: 14px; }
	.productnumber > span { font-size: 13px; }
	.productprice { font-size: 17px; }
	.imgholder {
		margin-left: -33px;
		margin-right: -33px;
		transform: scale(0.8);
	}
	/*.imgholder { margin: -50px -33px; }
	.imgholder > img:first-child { margin-left: 30px; transform: unset; }
	.imgholder > img:last-child { margin-left: -50px; transform: scale(0.8); }*/
}