.pgs-mobile-action-bar,
.pgs-mobile-action-bar__spacer {
	display: none;
}

.pgs-desktop-call-text-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border: 1px solid #d4af37;
	border-radius: 999px;
	background: rgba(212, 175, 55, 0.12);
	color: #f5d26b !important;
	font-size: 13.5px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
}

.pgs-desktop-call-text-cta:hover,
.pgs-desktop-call-text-cta:focus-visible {
	border-color: #f5d26b;
	background: #d4af37;
	color: #050607 !important;
	outline: 3px solid rgba(245, 210, 107, 0.35);
	outline-offset: 2px;
}

@media (max-width: 767px) {
	.pgs-desktop-call-text-cta {
		display: none !important;
	}

	.pgs-mobile-action-bar {
		position: fixed;
		right: 10px;
		bottom: var(--psc-mobile-actions-bottom, calc(14px + env(safe-area-inset-bottom, 0px)));
		left: 10px;
		z-index: 2147483500;
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
		gap: 8px;
		padding: 7px;
		border: 1px solid rgba(212, 175, 55, 0.72);
		border-radius: 12px;
		background: rgba(7, 7, 8, 0.96);
		box-shadow: 0 14px 34px rgba(0, 0, 0, 0.38);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}

	.pgs-mobile-action-bar .pgs-mobile-call-text-cta,
	.pgs-mobile-action-bar__cart {
		position: static !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: auto !important;
		min-width: 0;
		min-height: 50px;
		margin: 0 !important;
		padding: 11px 10px;
		border: 1px solid #d4af37;
		border-radius: 8px;
		font-family: var(--rehub-btn-font, Merriweather, Georgia, serif);
		font-size: 14px;
		font-weight: 900;
		line-height: 1.15;
		text-align: center;
		text-decoration: none !important;
		box-shadow: none;
		-webkit-tap-highlight-color: transparent;
	}

	.pgs-mobile-action-bar .pgs-mobile-call-text-cta {
		background: #d4af37;
		color: #050607 !important;
	}

	.pgs-mobile-action-bar__cart {
		background: #151515;
		color: #f5d26b !important;
	}

	.pgs-mobile-action-bar .pgs-mobile-call-text-cta:focus-visible,
	.pgs-mobile-action-bar__cart:focus-visible {
		outline: 3px solid rgba(245, 210, 107, 0.5);
		outline-offset: 2px;
	}

	.pgs-mobile-action-bar__spacer {
		display: block;
		height: calc(84px + env(safe-area-inset-bottom, 0px));
	}

	body.woocommerce-cart .pgs-mobile-action-bar {
		grid-template-columns: 1fr;
	}

	body.woocommerce-cart .pgs-mobile-action-bar__cart {
		display: none !important;
	}

	html.pgs-cookie-modal-visible .pgs-mobile-action-bar,
	html.pgs-fast-search-active .pgs-mobile-action-bar {
		display: none !important;
	}
}
