.ld-pf-item {

	.ld-pf-bg {
		display: flex;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		opacity: 0;
		background-color: rgba(#fff, 0.8);
		transition: opacity 0.3s;
		will-change: transform, opacity;
	
	}
	&.pf-details-visible .ld-pf-bg {
		opacity: 1;
	}

	&.pf-bg-shadow .ld-pf-bg {
		box-shadow: 0 13px 50px rgba(#000, 0.1);
	}

	&.pf-bg-hidden .ld-pf-bg {
		opacity: 0;
	}
}                                     .ld-pf-btns {
	position: relative;
	z-index: 3;

	.pf-btns-mid & {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
}
.ld-pf-btn {
	display: inline-flex;
	width: 46px;
	hff;
	}
}
.ld-pf-btn-solid {
	background-color: rgba(#000, 0.5);
	color: #fff;
	
	&:hover {
		background-color: #000;
	}
}

/* Border Widths */
.ld-pf-btn-brd-thick {
	border-width: 1.6px;
}