.wc-glovo-product-page .glovo-hide,
.wc-glovo-product .glovo-hide {
	display: none !important;
}

.wc-glovo-products-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: #009e81 !important;
	border-color: #009e81;
	border-radius: 5px !important;
	color: #fff;
	text-align: center;
}

.wc-glovo-products-button:hover,
.wc-glovo-products-button:focus {
	background-color: #008a71;
	border-color: #008a71;
	color: #fff;
}

.wc-glovo-products-button__logo {
	display: block;
	width: auto;
	height: 30px;
	margin: 0;
	padding-bottom: 8px;
}

.wc-glovo-products-box {
	margin-top: 20px;
}

.wc-glovo-products-button--single {
	margin-bottom: 10px;
}

.wc-glovo-products-notice {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.4;
}
