.depilart-shop-page {
	padding: 34px 0 72px;
	background: #fff;
}

.depilart-shop-page__container {
	width: min(100% - 32px, 1180px);
	margin: 0 auto;
}

.depilart-shop-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 18px;
	gap: 6px;
	color: #6d6576;
	font-size: 0.68rem;
	font-weight: 500;
	line-height: 1.4;
}

.depilart-shop-breadcrumb a {
	color: inherit;
	text-decoration: none;
	transition: color 0.18s ease;
}

.depilart-shop-breadcrumb a:hover,
.depilart-shop-breadcrumb a:focus-visible {
	color: var(--wp--preset--color--primary, #614d76);
}

.depilart-shop-breadcrumb__separator {
	color: #b8afc2;
	font-size: 0.62rem;
}

.depilart-shop-page__header {
	margin-bottom: 22px;
}

.depilart-shop-page__title {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.depilart-shop-page__header .term-description {
	max-width: 760px;
	margin-top: 12px;
	color: #47404f;
	font-size: 0.92rem;
	line-height: 1.65;
}

.depilart-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 22px;
	gap: 16px;
}

.depilart-shop-toolbar__summary,
.depilart-shop-toolbar__summary .woocommerce-result-count {
	margin: 0;
	color: #2c2633;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.4;
}

.depilart-shop-toolbar__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.depilart-shop-toolbar__ordering {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 8px 0 18px;
	gap: 8px;
	background: #f8f7fa;
	border: 1px solid #ded6e6;
	border-radius: 9999px;
	box-shadow: 0 8px 20px rgba(97, 77, 118, 0.06);
}

.depilart-shop-toolbar__label {
	color: #111;
	font-size: 0.82rem;
	font-weight: 700;
	white-space: nowrap;
}

.depilart-shop-toolbar__ordering .woocommerce-ordering {
	float: none;
	margin: 0;
}

.depilart-shop-toolbar__ordering select.orderby {
	min-height: 34px;
	max-width: 210px;
	padding: 0 34px 0 0;
	color: #111;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 600;
	background:
		linear-gradient(45deg, transparent 50%, #614d76 50%) calc(100% - 15px) 14px / 6px 6px no-repeat,
		linear-gradient(135deg, #614d76 50%, transparent 50%) calc(100% - 10px) 14px / 6px 6px no-repeat;
	border: 0;
	border-radius: 9999px;
	outline: 0;
	appearance: none;
	cursor: pointer;
}

.depilart-shop-filters__trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	gap: 8px;
	color: #111;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1;
	background: #f8f7fa;
	border: 1px solid #ded6e6;
	border-radius: 9999px;
	box-shadow: 0 8px 20px rgba(97, 77, 118, 0.06);
	cursor: pointer;
	font-family: inherit;
}

.depilart-shop-filters__icon {
	position: relative;
	width: 13px;
	height: 10px;
}

.depilart-shop-filters__icon::before,
.depilart-shop-filters__icon::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: #614d76;
}

.depilart-shop-filters__icon::before {
	top: 2px;
	box-shadow: 4px 4px 0 -0.5px #614d76;
}

.depilart-shop-filters__icon::after {
	bottom: 0;
	width: 55%;
}

.depilart-filter-drawer,
.depilart-filter-drawer *,
.depilart-filter-drawer *::before,
.depilart-filter-drawer *::after {
	box-sizing: border-box;
}

.depilart-filter-drawer__overlay {
	position: fixed;
	inset: 0;
	z-index: 998;
	background: rgba(17, 24, 39, 0.45);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.depilart-filter-drawer__overlay[hidden],
.depilart-filter-drawer__panel[hidden] {
	display: none;
}

.depilart-filter-drawer.is-open .depilart-filter-drawer__overlay {
	opacity: 1;
}

.depilart-filter-drawer__panel {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: flex;
	flex-direction: column;
	width: min(340px, 92vw);
	overflow: hidden;
	background: #fff;
	box-shadow: -12px 0 32px rgba(17, 24, 39, 0.14);
	transform: translateX(100%);
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.depilart-filter-drawer.is-open .depilart-filter-drawer__panel {
	transform: translateX(0);
}

.admin-bar .depilart-filter-drawer__overlay,
.admin-bar .depilart-filter-drawer__panel {
	top: 32px;
}

.depilart-filter-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 18px 14px;
	border-bottom: 1px solid #ececef;
}

.depilart-filter-drawer__eyebrow {
	display: block;
	margin-bottom: 4px;
	color: #6b7280;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.depilart-filter-drawer__title {
	margin: 0;
	color: #111827;
	font-size: 1.05rem;
	line-height: 1.15;
}

.depilart-filter-drawer__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	padding: 0;
	color: #111827;
	font-size: 1.35rem;
	line-height: 1;
	background: #f3f4f6;
	border: 0;
	border-radius: 9999px;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease;
}

.depilart-filter-drawer__close:hover,
.depilart-filter-drawer__close:focus-visible {
	color: var(--wp--preset--color--primary, #614d76);
	background: #e5e7eb;
	outline: none;
}

.depilart-filter-drawer__content {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	padding: 0 18px 18px;
}

body.depilart-filter-open {
	overflow: hidden;
}

.depilart-shop-filter-form {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.depilart-shop-filter-section {
	padding: 14px 0;
	border-bottom: 1px solid #e7e2ec;
}

.depilart-shop-filter-section__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #1f2937;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	list-style: none;
}

.depilart-shop-filter-section__summary::-webkit-details-marker {
	display: none;
}

.depilart-shop-filter-section__summary::after {
	width: 7px;
	height: 7px;
	content: "";
	border-top: 1.5px solid currentColor;
	border-left: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(2px);
	transition: transform 0.18s ease;
}

.depilart-shop-filter-section:not([open]) .depilart-shop-filter-section__summary::after {
	transform: rotate(225deg) translateY(2px);
}

.depilart-shop-filter-list {
	margin: 0;
	padding: 12px 0 0;
	list-style: none;
}

.depilart-shop-filter-list__item + .depilart-shop-filter-list__item {
	margin-top: 9px;
}

.depilart-shop-filter-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	color: #334155;
	font-size: 0.74rem;
	font-weight: 600;
	line-height: 1.25;
	cursor: pointer;
}

.depilart-shop-filter-option__text {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	gap: 7px;
}

.depilart-shop-filter-option__label {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.depilart-shop-filter-option__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	color: #475569;
	font-size: 0.62rem;
	font-weight: 800;
	background: #f1f5f9;
	border-radius: 9999px;
}

.depilart-shop-filter-option__input {
	position: relative;
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin: 0;
	background: #fff;
	border: 1.4px solid #1f2937;
	border-radius: 2px;
	appearance: none;
	cursor: pointer;
}

.depilart-shop-filter-option__input:checked {
	background: #1f2937;
	border-color: #1f2937;
}

.depilart-shop-filter-option__input:checked::after {
	position: absolute;
	top: 1px;
	left: 4px;
	width: 5px;
	height: 9px;
	content: "";
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.depilart-shop-filter-form__actions {
	position: sticky;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto -18px -18px;
	padding: 16px 18px;
	gap: 12px;
	background: #fff;
	border-top: 1px solid #e7e2ec;
}

.depilart-shop-filter-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	color: #fff;
	font-family: inherit;
	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1;
	background: var(--wp--preset--color--primary, #614d76);
	border: 0;
	border-radius: 9999px;
	cursor: pointer;
}

.depilart-shop-filter-form__reset {
	color: #111827;
	font-size: 0.76rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.depilart-shop-page ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	gap: 24px 18px;
	list-style: none;
}

.depilart-shop-page ul.products::before,
.depilart-shop-page ul.products::after {
	display: none;
	content: none;
}

.woocommerce .depilart-shop-page ul.products li.product,
.woocommerce-page .depilart-shop-page ul.products li.product,
.woocommerce .depilart-shop-page ul.products[class*="columns-"] li.product,
.woocommerce-page .depilart-shop-page ul.products[class*="columns-"] li.product {
	float: none;
	width: auto;
	margin: 0;
}

.depilart-shop-page nav.woocommerce-pagination,
.depilart-shop-page .woocommerce-pagination {
	margin-top: 34px;
}

.depilart-shop-page nav.woocommerce-pagination ul,
.depilart-shop-page .woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	gap: 10px;
	border: 0 !important;
}

.depilart-shop-page nav.woocommerce-pagination ul li,
.depilart-shop-page .woocommerce-pagination ul li {
	margin: 0;
	border: 0 !important;
	background: transparent;
}

.depilart-shop-page nav.woocommerce-pagination ul li a,
.depilart-shop-page nav.woocommerce-pagination ul li span,
.depilart-shop-page .woocommerce-pagination a,
.depilart-shop-page .woocommerce-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	min-height: 36px;
	padding: 0 12px;
	margin: 0;
	color: #111;
	font-size: 0.82rem;
	font-weight: 700;
	background: #f8f7fa;
	border: 1px solid #ded6e6;
	border-radius: 999px;
	text-decoration: none;
	line-height: 1;
}

.depilart-shop-page nav.woocommerce-pagination ul li span.current,
.depilart-shop-page nav.woocommerce-pagination ul li a:hover,
.depilart-shop-page .woocommerce-pagination span.current,
.depilart-shop-page .woocommerce-pagination a:hover {
	color: #fff;
	background: var(--wp--preset--color--primary, #614d76);
	border-color: var(--wp--preset--color--primary, #614d76);
}

.depilart-shop-page__empty {
	padding: 32px;
	background: #f8f7fa;
	border: 1px solid #ded6e6;
	border-radius: 18px;
}

@media (max-width: 1024px) {
	.depilart-shop-page ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.depilart-shop-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.depilart-shop-toolbar__actions {
		width: 100%;
	}

	.depilart-shop-toolbar__ordering {
		flex: 1;
	}

	.depilart-shop-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.admin-bar .depilart-filter-drawer__overlay,
	.admin-bar .depilart-filter-drawer__panel {
		top: 46px;
	}
}

@media (max-width: 560px) {
	.depilart-shop-page {
		padding-top: 24px;
	}

	.depilart-shop-toolbar__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.depilart-shop-toolbar__ordering,
	.depilart-shop-filters__trigger {
		width: 100%;
	}

	.depilart-shop-toolbar__ordering {
		justify-content: space-between;
	}

	.depilart-shop-page ul.products {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.depilart-filter-drawer__overlay,
	.depilart-filter-drawer__panel {
		transition: none;
	}
}
