.c41-pps-form {
	overflow: visible !important;
	position: relative !important;
	z-index: 20;
}

.c41-pps-panel {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
	box-sizing: border-box;
	color: #242426;
	left: 0;
	max-height: min(430px, 72vh);
	overflow: auto;
	position: absolute;
	right: 0;
	text-align: left;
	top: calc(100% + 8px);
	z-index: 10040;
}

.c41-pps-panel[hidden] {
	display: none !important;
}

.c41-pps-list {
	list-style: none;
	margin: 0;
	padding: 6px;
}

.c41-pps-item {
	margin: 0;
	padding: 0;
}

.c41-pps-link {
	align-items: center;
	border-radius: 6px;
	color: inherit;
	display: grid;
	gap: 11px;
	grid-template-columns: 54px minmax(0, 1fr);
	min-height: 66px;
	padding: 8px;
	text-decoration: none !important;
}

.c41-pps-link:hover,
.c41-pps-link:focus,
.c41-pps-link.is-active {
	background: #f1f6f6;
	color: inherit;
	outline: 0;
}

.c41-pps-thumb {
	align-items: center;
	background: #f5f5f4;
	border-radius: 6px;
	display: flex;
	height: 54px;
	justify-content: center;
	overflow: hidden;
	width: 54px;
}

.c41-pps-thumb img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.c41-pps-copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.c41-pps-title {
	color: #202024;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}

.c41-pps-type {
	color: #77777c;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.25;
	text-transform: uppercase;
}

.c41-pps-price {
	color: #2b2b2d;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.c41-pps-price del {
	color: #8c8c90;
	font-weight: 500;
}

.c41-pps-price ins {
	background: transparent;
	color: #2b2b2d;
	font-weight: 800;
	text-decoration: none;
}

.c41-pps-all,
.c41-pps-empty,
.c41-pps-loading {
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	padding: 13px 15px;
	text-align: center;
}

.c41-pps-all {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	color: #2a8791;
	text-decoration: none !important;
}

.c41-pps-all:hover,
.c41-pps-all:focus {
	background: #f6f6f5;
	color: #1f6870;
	outline: 0;
}

.c41-pps-empty,
.c41-pps-loading {
	color: #69696e;
}

.c41-mnav-drawer .c41-pps-panel {
	background: #f8f8f6;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

@media (max-width: 767px) {
	.c41-pps-panel {
		border-radius: 8px;
		max-height: min(390px, 64vh);
		top: calc(100% + 7px);
	}

	.c41-pps-link {
		grid-template-columns: 48px minmax(0, 1fr);
		min-height: 60px;
		padding: 7px;
	}

	.c41-pps-thumb {
		height: 48px;
		width: 48px;
	}

	.c41-pps-title {
		font-size: 13px;
	}
}
