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

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

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

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

.depilart-cart-drawer__panel {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: flex;
	flex-direction: column;
	width: min(420px, 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-cart-drawer.is-open .depilart-cart-drawer__panel {
	transform: translateX(0);
}

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

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

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

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

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

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

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

.depilart-cart-drawer__items {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.depilart-cart-drawer__item {
	position: relative;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) 28px;
	gap: 12px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px solid #f3f4f6;
}

.depilart-cart-drawer__media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	overflow: hidden;
	background: #f7f7f8;
	border-radius: 6px;
}

.depilart-cart-drawer__thumb {
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.depilart-cart-drawer__item-body {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.depilart-cart-drawer__product-title {
	display: -webkit-box;
	overflow: hidden;
	color: #111827;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.depilart-cart-drawer__product-title:hover,
.depilart-cart-drawer__product-title:focus-visible {
	color: var(--wp--preset--color--primary, #614d76);
	outline: none;
}

.depilart-cart-drawer__meta {
	color: #6b7280;
	font-size: 0.82rem;
	font-weight: 700;
}

.depilart-cart-drawer__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: #6b7280;
	font-size: 1.25rem;
	line-height: 1;
	text-decoration: none;
	background: #f3f4f6;
	border-radius: 9999px;
}

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

.depilart-cart-drawer__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 18px;
	padding: 16px;
	color: #111827;
	background: #f7f7f8;
	border-radius: 8px;
}

.depilart-cart-drawer__summary span {
	color: #6b7280;
	font-size: 0.86rem;
	font-weight: 800;
	text-transform: uppercase;
}

.depilart-cart-drawer__summary strong {
	font-size: 1rem;
}

.depilart-cart-drawer__empty {
	display: grid;
	place-items: center;
	align-content: center;
	min-height: 260px;
	padding: 28px 16px;
	text-align: center;
}

.depilart-cart-drawer__empty p {
	margin: 0 0 16px;
	color: #374151;
	font-weight: 700;
}

.depilart-cart-drawer__empty a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	background: var(--wp--preset--color--primary, #614d76);
	border-radius: 9999px;
}

.depilart-cart-drawer__footer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding: 16px 18px 18px;
	background: #fff;
	border-top: 1px solid #ececef;
}

.depilart-cart-drawer__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 14px;
	font-size: 0.88rem;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	border-radius: 9999px;
}

.depilart-cart-drawer__button--primary {
	color: #fff;
	background: var(--wp--preset--color--primary, #614d76);
}

.depilart-cart-drawer__button--secondary {
	color: var(--wp--preset--color--primary, #614d76);
	background: #fff;
	border: 1px solid currentColor;
}

.depilart-cart-drawer__button:hover,
.depilart-cart-drawer__button:focus-visible {
	filter: brightness(0.96);
	outline: none;
}

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

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

@media (max-width: 420px) {
	.depilart-cart-drawer__footer {
		grid-template-columns: 1fr;
	}
}

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