/* Only the predefined WoodMart Base cards in mobile product categories. */
@media (max-width: 1024px) {
	body.tax-product_cat .wd-loop-builder-off .wd-product.wd-hover-base.wd-hover-with-fade .sunita-ce-image-cart-host {
		position: relative;
	}

	body.tax-product_cat .wd-loop-builder-off .wd-product.wd-hover-base.wd-hover-with-fade .sunita-ce-image-cart {
		position: absolute;
		inset: auto 8px 8px auto;
		z-index: 6;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		min-width: 44px;
		margin: 0;
		padding: 0;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	body.tax-product_cat .wd-loop-builder-off .wd-product.wd-hover-base.wd-hover-with-fade .sunita-ce-image-cart > .button {
		position: relative;
		display: inline-flex;
		flex: 0 0 44px;
		align-items: center;
		justify-content: center;
		width: 44px;
		min-width: 44px;
		height: 44px;
		min-height: 44px;
		margin: 0;
		padding: 0;
		border: 1px solid #e3e5e0;
		border-radius: 50%;
		background: #fff;
		color: #283326;
		box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
		line-height: 1;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	body.tax-product_cat .wd-loop-builder-off .wd-product.wd-hover-base.wd-hover-with-fade .sunita-ce-image-cart > .button:focus-visible {
		outline: 2px solid #527718;
		outline-offset: -3px;
	}

	/* Keep WoodMart's cart glyph, loading state and success/check icon. */
	body.tax-product_cat .wd-loop-builder-off .wd-product.wd-hover-base.wd-hover-with-fade .sunita-ce-image-cart .wd-action-icon {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 22px;
		line-height: 1;
	}

	/* The native link's text, aria-label and described-by target stay accessible. */
	body.tax-product_cat .wd-loop-builder-off .wd-product.wd-hover-base.wd-hover-with-fade .sunita-ce-image-cart .wd-action-text {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		clip-path: inset(50%);
		white-space: nowrap;
		border: 0;
	}

	/* Quick view is not part of the requested mobile cart control. */
	body.tax-product_cat .wd-loop-builder-off .wd-product.wd-hover-base.wd-hover-with-fade .wd-quick-view-btn,
	body.tax-product_cat .wd-loop-builder-off .wd-product.wd-hover-base.wd-hover-with-fade .wrap-quickview-button {
		display: none;
	}
}
