.jet-listing-dynamic-link {
	display: flex;
	flex-direction: column;
	&__icon {
		&.is-svg-icon {
			display: inline-flex;
			svg {
				width: 1em;
				height: 1em;
			}
		}
	}
	&__link {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		align-self: flex-start;
	}
	&__icon {
		order: 1;
	}
	&__label {
		order: 2;
	}
}

.jet-remove-from-store.is-hidden {
	display: none !important;
}

.jet-add-to-cart + .added_to_cart.wc-forward {
	display: none !important;
}