.ebwmg-guest-catalog .p-entry-product__cart-prices,
.ebwmg-guest-catalog .p-entry-product__cart-quantity,
.ebwmg-guest-catalog .p-entry-product__cart-stock-status,
.ebwmg-guest-catalog .p-entry-product__cart-button,
.ebwmg-guest-catalog .p-entry-product__cart-soldout,
.ebwmg-guest-catalog .p-entry-product__cart-error_message,
.ebwmg-guest-catalog .p-entry-product__price,
.ebwmg-guest-catalog .p-price,
.ebwmg-guest-catalog .p-article__price,
.ebwmg-guest-catalog .p-header-view-cart__item-price,
.ebwmg-guest-catalog .ebph-wholesale-note,
.ebwmg-guest-catalog .field_price,
.ebwmg-guest-catalog .ss_price,
.ebwmg-guest-catalog .ss_cprice,
.ebwmg-guest-catalog .ss_stockstatus,
.ebwmg-guest-catalog #js-footer-bar,
.ebwmg-guest-catalog .p-footer-bar {
	display: none !important;
}

.ebwmg-guest-access {
	width: 100%;
	margin: 18px 0 4px;
	border: 1px solid #cdd3d0;
	border-left: 4px solid #087f7e;
	background: #f5f8f7;
	padding: 20px;
}

.ebwmg-guest-access__message {
	margin: 0;
	color: #26312d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}

.ebwmg-guest-access__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.ebwmg-guest-access__button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	border: 1px solid #087f7e;
	border-radius: 3px;
	padding: 11px 20px;
	color: #087f7e;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease;
}

.ebwmg-guest-access__button:first-child,
.ebwmg-guest-access__button:hover {
	background: #087f7e;
	color: #fff;
}

.ebwmg-guest-price-note {
	display: block;
	margin-top: 8px;
	color: #087f7e;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
}

@media (max-width: 600px) {
	.ebwmg-guest-access {
		padding: 17px;
	}

	.ebwmg-guest-access__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.ebwmg-guest-access__button {
		width: 100%;
	}
}
