.wc-empty-mini-cart, .wc-empty-mini-cart.az-empty-mini-cart-ready {
	direction: rtl !important;
	text-align: center !important;
	padding: 34px 22px 28px !important;
	margin: 0 !important;
	background: #fff !important;
	border-radius: 0 !important;
	position: relative !important;
	overflow: hidden !important;
	min-height: 250px !important;
}

.wc-empty-mini-cart::before {
	content: "" !important;
	position: absolute !important;
	top: 58px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 118px !important;
	height: 118px !important;
	border-radius: 50% !important;
	background: linear-gradient(135deg, rgba(0, 196, 177, .12), rgba(18, 101, 229, .09)) !important;
	z-index: 0 !important;
	pointer-events: none !important;
}

.wc-empty-mini-cart .wc-empty-message {
	margin: 0 0 18px !important;
	padding: 0 !important;
	color: #101a35 !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.9 !important;
	position: relative !important;
	z-index: 2 !important;
}

.wc-empty-mini-cart .bdt-button, .wc-empty-mini-cart a.bdt-button, .wc-empty-mini-cart .bdt-button-primary, .wc-empty-mini-cart .bdt-button-small {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 7px !important;
	min-height: 42px !important;
	padding: 10px 18px !important;
	border: none !important;
	border-radius: 9px !important;
	background: linear-gradient(135deg, #1265e5 0%, #0757d6 100%) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.5 !important;
	text-decoration: none !important;
	box-shadow: 0 10px 22px rgba(18, 101, 229, .24) !important;
	transition: all .25s ease !important;
	position: relative !important;
	z-index: 2 !important;
}

.wc-empty-mini-cart .bdt-button::after {
	content: "←" !important;
	display: inline-flex !important;
	margin-right: 4px !important;
	font-size: 14px !important;
	line-height: 1 !important;
	transition: transform .25s ease !important;
}

.wc-empty-mini-cart .bdt-button:hover, .wc-empty-mini-cart a.bdt-button:hover {
	background: linear-gradient(135deg, #00c4b1 0%, #00aa9a 100%) !important;
	color: #fff !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 12px 26px rgba(0, 196, 177, .28) !important;
}

.wc-empty-mini-cart .bdt-button:hover::after {
	transform: translateX(-3px) !important;
}

@media (max-width: 480px) {
	.wc-empty-mini-cart {
		padding: 30px 16px 24px !important;
	}
	
	.wc-empty-mini-cart .wc-empty-message {
		font-size: 13px !important;
	}
	
	.wc-empty-mini-cart .bdt-button {
		width: 100% !important;
	}
}