.bnac-atc-wrap,
.bnac-bn-wrap {
	width: 100%;
}

.bnac-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	cursor: pointer;
	text-decoration: none !important;
	border: none;
	transition: all 0.25s ease;
	white-space: nowrap;
}

.bnac-btn.bnac-btn-stretch {
	display: flex;
	width: 100%;
}

.bnac-btn.bnac-loading {
	opacity: 0.7;
	pointer-events: none;
}

.bnac-btn .bnac-icon {
	font-size: 0.9em;
	line-height: 1;
}

/* WooCommerce এর ডিফল্ট added_to_cart লোডার আইকনের সাথে সামঞ্জস্য */
.bnac-atc-inner .added_to_cart {
	display: inline-block;
	margin-left: 8px;
	font-size: 13px;
	text-decoration: underline;
}

.bnac-no-icon .bnac-icon {
	display: none;
}
