.c41-hps-section {
	position: relative;
}

.c41-hps-products .c41-hps-new {
	animation: c41-hps-fade-in 260ms ease both;
}

.c41-hps-actions {
	align-items: center;
	clear: both;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 6px 0 38px;
	min-height: 46px;
	width: 100%;
}

.c41-hps-actions[hidden] {
	display: none;
}

.c41-hps-button {
	background: #353538;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding: 12px 22px;
	transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.c41-hps-button:hover,
.c41-hps-button:focus {
	background: #242426;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
	outline: 0;
	transform: translateY(-1px);
}

.c41-hps-button:disabled {
	cursor: default;
	opacity: 0.7;
	transform: none;
}

.c41-hps-status {
	color: #77777b;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 9px;
	min-height: 18px;
}

.c41-hps-sentinel {
	clear: both;
	height: 1px;
	width: 100%;
}

@media (max-width: 767px) {
	.c41-hps-actions {
		margin: 0 0 28px;
		min-height: 42px;
	}

	.c41-hps-button {
		font-size: 12px;
		padding: 11px 18px;
	}

	.c41-hps-status {
		font-size: 12px;
		margin-top: 7px;
	}
}

@keyframes c41-hps-fade-in {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
