/**
 * Shared light-template breadcrumb: [خانه] > [صفحه] > [صفحه]
 */

.lk-lpt-breadcrumb,
.lk-breadcrumb {
	position: relative;
	margin: 0 0 1.25rem;
	width: 100%;
	padding: 0.7rem 1rem 0.7rem 1.1rem;
	background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
	border: 1px solid #d9e3ec;
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(11, 31, 58, 0.06);
	box-sizing: border-box;
	overflow: hidden;
	font-family: "Vazirmatn", Tahoma, sans-serif !important;
}

.lk-lpt-breadcrumb::before,
.lk-breadcrumb::before {
	content: "";
	position: absolute;
	inset-block: 0;
	inset-inline-start: 0;
	width: 4px;
	background: linear-gradient(180deg, #011e3e 0%, #0d6e6e 100%);
}

.lk-lpt-breadcrumb .woocommerce-breadcrumb,
.lk-breadcrumb .woocommerce-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.4rem;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-family: inherit !important;
	font-size: 0.86rem !important;
	font-weight: 700 !important;
	line-height: 1.4;
	color: #011e3e;
}

.lk-lpt-breadcrumb__crumb {
	display: inline-flex;
	align-items: center;
	min-height: 2.05rem;
	padding: 0.28rem 0.9rem;
	border-radius: 999px;
	background: #eef5f9;
	border: 1px solid #d4e1ec;
	color: #011e3e !important;
	font-family: "Vazirmatn", Tahoma, sans-serif !important;
	font-size: 0.86rem !important;
	font-weight: 700 !important;
	line-height: 1.4;
	box-sizing: border-box;
}

.lk-lpt-breadcrumb__crumb a {
	display: inline-flex;
	align-items: center;
	color: inherit !important;
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	text-decoration: none !important;
}

.lk-lpt-breadcrumb .woocommerce-breadcrumb > .lk-lpt-breadcrumb__crumb:first-child::before {
	content: "";
	width: 0.95rem;
	height: 0.95rem;
	margin-inline-end: 0.4rem;
	flex: 0 0 0.95rem;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3.2 3.5 10.4V21h6.2v-6.2h4.6V21h6.2V10.4L12 3.2z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3.2 3.5 10.4V21h6.2v-6.2h4.6V21h6.2V10.4L12 3.2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.lk-lpt-breadcrumb__crumb:hover:has(a) {
	background: #011e3e;
	border-color: #011e3e;
	color: #fff !important;
}

.lk-lpt-breadcrumb__crumb:not(:has(a)) {
	background: #011e3e;
	border-color: #011e3e;
	color: #fff !important;
}

.lk-lpt-breadcrumb__sep {
	color: #7f93a6;
	font-weight: 800;
	font-size: 0.95rem;
	line-height: 1;
	padding-inline: 0.05rem;
	user-select: none;
}
