.shared-play-button {
	width: 60px;
	height: 60px;
	line-height: 1;
	border: 3px solid rgba(255, 255, 255, 1);
	font-size: 26px;
	text-align: center;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	position: absolute;
	padding: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	pointer-events: none;
	transition: background 100ms, border-color 100ms;
}

.contentRender[class*="contentRender_name_plugins_collections"] .img-cont:hover .shared-play-button {
	border-color: rgba(255, 255, 255, .6);
	background: rgba(0, 0, 0, .7);
}

button[data-quickview-button] {
	display: inline-flex;
	align-items: baseline;
	gap: 5px;
	margin: 0;
	padding: 0;
	color: inherit;
	background: transparent;
}

button[data-quickview-button]:hover,
button[data-quickview-button]:focus,
button[data-quickview-button]:active {
	color: inherit;
	background: transparent;
}

button[data-quickview-button] i {
	width: 18px;
}

.js-loaded {
	opacity: 1 !important;
	transition: opacity 200ms ease-in;
}

/*DTN*/
.featured {
	display: inline-block;
	margin-bottom: 12px;
}

.interior-slideshow .featured {
	margin-bottom: 12px;
}

.core-cards.cards-4-across .featured {
	margin-top: 4px;
}

@media (min-width: 64em) {
	.interior-slideshow .featured {
		margin-bottom: 16px;
	}
}