/* Empty cart — self-contained, no external fonts/libs */
.awtar-empty-cart {
	direction: rtl;
	text-align: center;
	max-width: 28rem;
	margin: 2rem auto 3rem;
	padding: 0 1.25rem 2rem;
	font-family: inherit;
	color: #191c1d;
}

.awtar-empty-cart__glow {
	position: relative;
	margin: 0 auto 1.5rem;
	max-width: 16rem;
}

.awtar-empty-cart__glow::before {
	content: "";
	position: absolute;
	inset: 10%;
	background: rgba(249, 115, 22, 0.12);
	border-radius: 50%;
	filter: blur(28px);
	z-index: 0;
}

.awtar-empty-cart__illus {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	display: block;
}

.awtar-empty-cart__title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.35rem, 4vw, 1.75rem);
	font-weight: 700;
	line-height: 1.35;
	color: #191c1d;
}

.awtar-empty-cart__text {
	margin: 0 auto 1.5rem;
	max-width: 22rem;
	font-size: 1rem;
	line-height: 1.65;
	color: #52647b;
}

.awtar-empty-cart__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.75rem;
	max-width: 18rem;
	margin: 0 auto;
}

.awtar-empty-cart__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.95rem 1.25rem;
	border-radius: 0.75rem;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.3;
	transition: transform 0.15s ease, filter 0.15s ease, background 0.15s ease;
	box-sizing: border-box;
}

.awtar-empty-cart__btn:active {
	transform: scale(0.98);
}

.awtar-empty-cart__btn--primary {
	background: #f97316;
	color: #fff;
	box-shadow: 0 8px 24px rgba(249, 115, 22, 0.25);
	border: 0;
}

.awtar-empty-cart__btn--primary:hover {
	filter: brightness(1.06);
	color: #fff;
}

.awtar-empty-cart__btn svg {
	width: 1.25rem;
	height: 1.25rem;
	flex-shrink: 0;
}

.awtar-empty-cart__trust {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-top: 2.5rem;
	opacity: 0.45;
}

.awtar-empty-cart__trust-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.25rem;
	font-size: 0.625rem;
	font-weight: 700;
	color: #5a4136;
}

.awtar-empty-cart__trust-item svg {
	width: 1.5rem;
	height: 1.5rem;
}

/* Hide legacy empty-cart chrome on cart page */
body.awtar-cart-empty-page .woocommerce-cart-form,
body.awtar-cart-empty-page .cart-collaterals,
body.awtar-cart-empty-page .return-to-shop,
body.awtar-cart-empty-page .wc-empty-cart-message,
body.awtar-cart-empty-page .cart-empty {
	display: none !important;
}

body.awtar-cart-empty-page .woocommerce-notices-wrapper {
	margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
	.awtar-empty-cart {
		margin-top: 2.5rem;
	}
}
