/* Perfume Brand Landing Kit - JetEngine facets & notes board (v2.1.0) */

.pblk-facets .pblk-facet-list {
	gap: 10px;
}

.pblk-facets .pblk-chip {
	background: linear-gradient(160deg, #ffffff, #faf7ff);
	box-shadow: 0 4px 12px rgba(23, 19, 31, 0.04);
}

.pblk-facets .pblk-chip:hover {
	transform: translateY(-2px);
}

.pblk-notes {
	position: relative;
}

.pblk-notes-col {
	position: relative;
	overflow: hidden;
}

.pblk-notes-col::before {
	content: "";
	position: absolute;
	inset-inline-end: -40px;
	top: -40px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(85, 47, 134, 0.05);
}

.pblk-notes-list li {
	transition: background 0.18s ease, transform 0.18s ease;
}

.pblk-notes-list li:hover {
	background: #f2ebff;
	transform: translateX(-3px);
}

.pblk-note {
	font-weight: 600;
}

@media (max-width: 767px) {
	.pblk-notes-grid {
		grid-template-columns: 1fr;
	}

	.pblk-facets .pblk-facet-list {
		gap: 8px;
	}
}
