
html body .products .product-small .phadin-product-card-actions,
html body .products .product-small .phadin-product-card__actions,
html body ul.products li.product .phadin-product-card-actions,
html body ul.products li.product .phadin-product-card__actions,
html body .phadin-product-card .phadin-product-card-actions,
html body .phadin-product-card .phadin-product-card__actions,
html body #js-append .phadin-product-card-actions,
html body #js-append .phadin-product-card__actions {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 42px !important;
	gap: 8px !important;
	align-items: center !important;
	width: 100% !important;
	min-height: 34px !important;
	margin-top: auto !important;
	padding: 0 18px 18px !important;
	box-sizing: border-box !important;
}

html body .products .product-small .phadin-product-card-actions > .phadin-product-detail-button,
html body .products .product-small .phadin-product-card-actions > .phadin-card-detail,
html body .products .product-small .phadin-product-card__actions > .phadin-product-card__detail,
html body ul.products li.product .phadin-product-card-actions > .phadin-product-detail-button,
html body ul.products li.product .phadin-product-card-actions > .phadin-card-detail,
html body .phadin-product-card .phadin-product-card-actions > .phadin-product-detail-button,
html body .phadin-product-card .phadin-product-card-actions > .phadin-card-detail,
html body #js-append .phadin-product-card-actions > .phadin-product-detail-button,
html body #js-append .phadin-product-card-actions > .phadin-card-detail {
	grid-column: 1 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 34px !important;
	min-height: 34px !important;
	max-height: 34px !important;
	padding: 0 12px !important;
	border: 1px solid #07875d !important;
	border-radius: 10px !important;
	background: #07875d !important;
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	white-space: nowrap !important;
	box-shadow: none !important;
}

html body .products .product-small .phadin-product-card-actions > .phadin-product-cart-icon,
html body .products .product-small .phadin-product-card-actions > .phadin-card-add-cart,
html body .products .product-small .phadin-product-card__actions > .phadin-product-card__cart,
html body ul.products li.product .phadin-product-card-actions > .phadin-product-cart-icon,
html body ul.products li.product .phadin-product-card-actions > .phadin-card-add-cart,
html body .phadin-product-card .phadin-product-card-actions > .phadin-product-cart-icon,
html body .phadin-product-card .phadin-product-card-actions > .phadin-card-add-cart,
html body #js-append .phadin-product-card-actions > .phadin-product-cart-icon,
html body #js-append .phadin-product-card-actions > .phadin-card-add-cart {
	grid-column: 2 !important;
	display: inline-flex !important;
	flex: 0 0 42px !important;
	align-items: center !important;
	justify-content: center !important;
	width: 42px !important;
	min-width: 42px !important;
	max-width: 42px !important;
	height: 34px !important;
	min-height: 34px !important;
	max-height: 34px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 2px solid #ff6b45 !important;
	border-radius: 10px !important;
	background: #ffffff !important;
	color: #ff6b45 !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-transform: none !important;
	box-shadow: none !important;
	opacity: 1 !important;
	transform: none !important;
	animation: none !important;
}

html body .phadin-product-card-actions > .phadin-product-cart-icon svg,
html body .phadin-product-card-actions > .phadin-card-add-cart svg,
html body .phadin-product-card__actions > .phadin-product-card__cart svg {
	display: block !important;
	width: 21px !important;
	height: 21px !important;
	pointer-events: none !important;
}

html body .phadin-product-card-actions > .phadin-product-cart-icon.loading,
html body .phadin-product-card-actions > .phadin-card-add-cart.loading,
html body .phadin-product-card-actions > .phadin-product-cart-icon.added,
html body .phadin-product-card-actions > .phadin-card-add-cart.added {
	width: 42px !important;
	min-width: 42px !important;
	max-width: 42px !important;
	height: 34px !important;
	min-height: 34px !important;
	max-height: 34px !important;
	opacity: 1 !important;
	transform: none !important;
	animation: none !important;
}

html body .phadin-product-card-actions + .added_to_cart,
html body .phadin-product-card-actions .added_to_cart,
html body ul.products li.product .phadin-product-card-actions + .added_to_cart,
html body ul.products li.product .phadin-product-card-actions .added_to_cart {
	display: none !important;
}

@media (max-width: 480px) {
	html body .products .product-small .phadin-product-card-actions,
	html body .products .product-small .phadin-product-card__actions,
	html body ul.products li.product .phadin-product-card-actions,
	html body ul.products li.product .phadin-product-card__actions,
	html body .phadin-product-card .phadin-product-card-actions,
	html body .phadin-product-card .phadin-product-card__actions,
	html body #js-append .phadin-product-card-actions,
	html body #js-append .phadin-product-card__actions {
		grid-template-columns: minmax(0, 1fr) 40px !important;
		gap: 7px !important;
		min-height: 32px !important;
		padding: 0 12px 14px !important;
	}

	html body .phadin-product-card-actions > .phadin-product-detail-button,
	html body .phadin-product-card-actions > .phadin-card-detail,
	html body .phadin-product-card__actions > .phadin-product-card__detail {
		height: 32px !important;
		min-height: 32px !important;
		max-height: 32px !important;
		border-radius: 9px !important;
		font-size: 13px !important;
	}

	html body .phadin-product-card-actions > .phadin-product-cart-icon,
	html body .phadin-product-card-actions > .phadin-card-add-cart,
	html body .phadin-product-card__actions > .phadin-product-card__cart,
	html body .phadin-product-card-actions > .phadin-product-cart-icon.loading,
	html body .phadin-product-card-actions > .phadin-card-add-cart.loading,
	html body .phadin-product-card-actions > .phadin-product-cart-icon.added,
	html body .phadin-product-card-actions > .phadin-card-add-cart.added {
		flex-basis: 40px !important;
		width: 40px !important;
		min-width: 40px !important;
		max-width: 40px !important;
		height: 32px !important;
		min-height: 32px !important;
		max-height: 32px !important;
		border-radius: 9px !important;
	}

	html body .phadin-product-card-actions > .phadin-product-cart-icon svg,
	html body .phadin-product-card-actions > .phadin-card-add-cart svg,
	html body .phadin-product-card__actions > .phadin-product-card__cart svg {
		width: 19px !important;
		height: 19px !important;
	}
}
