.ohm-header-cart-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #ffcd57;
	text-decoration: none;
}

.ohm-header-cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	background: #ffcd57;
	color: #000;
	font-size: 12px;
	font-weight: 700;
}

.ohm-header-cart-count:empty,
.ohm-header-cart-count[data-count="0"] {
	display: none;
}

.shopengine-widget .overlay-add-to-cart {
	display: none !important;
}

.ohm-product-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
}

.ohm-qty-wrap {
	display: inline-flex;
	align-items: center;
	border: 1px solid #ffcd57;
	border-radius: 999px;
	overflow: hidden;
}

.ohm-qty-btn {
	background: #ffcd57;
	border: 0;
	color: #000;
	width: 32px;
	height: 32px;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
}

.ohm-qty-value {
	min-width: 28px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

.ohm-view-cart {
	color: #ffcd57;
	font-weight: 600;
	text-decoration: underline;
}

.woocommerce ul.products li.product .ohm-add-to-cart-wrap .button {
	border-radius: 999px;
}

.ohm-add-to-cart-wrap {
	display: inline-flex;
}

.ohm-add-to-cart-wrap .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	position: static !important;
	opacity: 1 !important;
	visibility: visible !important;
	width: auto !important;
	min-width: 140px !important;
	height: auto !important;
	min-height: 40px !important;
	padding: 8px 24px !important;
	background-color: #ffcd57 !important;
	color: #111 !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
	border-radius: 999px !important;
	text-indent: 0 !important;
	line-height: normal !important;
}

.ohm-add-to-cart-wrap .button::before {
	display: none !important;
}
