.toastify.wellness-toastify {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	max-width: min(calc(100vw - 2.5rem), 22rem) !important;
	padding: 0.875rem 1.125rem !important;
	border: 1px solid #d1e7d5 !important;
	border-radius: 0.875rem !important;
	background: #ffffff !important;
	color: #0f172a !important;
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.14) !important;
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	line-height: 1.45 !important;
	cursor: default !important;
	z-index: 99999 !important;
}

.toastify.wellness-toastify .wellness-toastify__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 9999px;
	background: #ecfdf3;
	color: #3d6b4f;
}

.toastify.wellness-toastify .wellness-toastify__name {
	font-weight: 700;
	color: #1e293b;
}

.toastify.wellness-toastify .wellness-toastify__text {
	color: #475569;
}

.toastify.wellness-toastify .toast-close {
	color: #94a3b8 !important;
	opacity: 1 !important;
	padding: 0 0 0 0.5rem !important;
}

.toastify.wellness-toastify .toast-close:hover {
	color: #475569 !important;
}

@media (max-width: 480px) {
	.toastify.wellness-toastify {
		left: 1rem !important;
		right: 1rem !important;
		max-width: calc(100vw - 2rem) !important;
	}
}

@keyframes wellness-cart-spin {
	to {
		transform: rotate(360deg);
	}
}

.add_to_cart_button.loading,
.single_add_to_cart_button.loading {
	position: relative;
	color: transparent !important;
	pointer-events: none;
}

/* Homepage pick cards — keep overlay position during AJAX load */
.pick-card-v3__add.loading {
	position: absolute;
	transform: translateY(0);
	opacity: 1;
}

.add_to_cart_button.loading::before,
.single_add_to_cart_button.loading::before {
	display: none !important;
}

.add_to_cart_button.loading::after,
.single_add_to_cart_button.loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.125rem;
	height: 1.125rem;
	margin: -0.5625rem 0 0 -0.5625rem;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
	border-radius: 50%;
	animation: wellness-cart-spin 0.65s linear infinite;
}

.pick-card-v3__add.loading::after {
	border-color: rgba(61, 107, 79, 0.25);
	border-top-color: #3d6b4f;
}

.wellness-view-cart-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.wellness-view-cart-btn__icon {
	flex-shrink: 0;
}

.wellness-view-cart-btn--shop {
	width: 100%;
	padding: 0.625rem 1rem;
	border-radius: 9999px;
	border: 2px solid #5a7d66;
	background: #f7fbf8;
	color: #3d6b4f;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.25;
}

.wellness-view-cart-btn--shop:hover {
	background: #ecfdf3;
	border-color: #4a6b54;
	color: #2f4f3a;
	transform: translateY(-1px);
}

.product-card .added_to_cart.wc-forward,
.product-card-v2 .added_to_cart.wc-forward,
.pick-card-v3 .added_to_cart.wc-forward,
li.product .added_to_cart.wc-forward {
	display: none !important;
}

.wellness-view-cart-btn--pick {
	background: #ecfdf3 !important;
	color: #3d6b4f !important;
	opacity: 1 !important;
	transform: translateY(0) !important;
	box-shadow: 0 4px 14px rgba(61, 107, 79, 0.15);
}

.wellness-view-cart-btn--pick:hover {
	background: #dff5e8 !important;
	color: #2f4f3a !important;
}

.wellness-single-product .single_add_to_cart_button.loading::after {
	border-color: rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
}

.cart-sidebar.is-updating {
	pointer-events: none;
}

.cart-sidebar.is-updating #cart-sidebar-inner {
	opacity: 0.55;
	transition: opacity 0.2s ease;
}

.cart-sidebar.is-updating::after {
	content: '';
	position: absolute;
	inset: auto 0 0;
	top: 4.5rem;
	margin: auto;
	width: 1.75rem;
	height: 1.75rem;
	border: 2px solid rgba(90, 125, 102, 0.25);
	border-top-color: #5a7d66;
	border-radius: 50%;
	animation: wellness-cart-spin 0.65s linear infinite;
	z-index: 5;
}
