.product-card-cart-icon {
	display: none;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.product-card-cart-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

@media screen and (max-width: 767px) {
	.product-card .add-to-cart .add-to-cart-btn--product-card,
	.product-card .add-to-cart .in-cart--icon,
	.product-card .in-cart--icon {
		width: 40px;
		min-width: 40px;
		height: 40px;
		min-height: 40px;
		padding: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: relative;
		border-radius: 12px;
		font-size: inherit;
		line-height: 1;
		box-shadow: none;
	}

	.product-card .add-to-cart .add-to-cart-btn--product-card::before {
		content: none !important;
		display: none !important;
	}

	.product-card .add-to-cart .add-to-cart-btn--product-card .product-card-cart-icon,
	.product-card .add-to-cart .in-cart--icon .product-card-cart-icon,
	.product-card .in-cart--icon .product-card-cart-icon {
		display: inline-flex;
	}

	.product-card .add-to-cart .add-to-cart-btn--product-card .add-to-cart-btn__text,
	.product-card .add-to-cart .in-cart--icon .in-cart__text,
	.product-card .in-cart--icon .in-cart__text {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.product-card .add-to-cart .in-cart--icon,
	.product-card .in-cart--icon {
		background: var(--mobile-ui-green-soft);
		color: #5f6b0d;
	}
}
