.pg-prescription-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.pg-button {
	align-items: center;
	border: 1px solid #564b3f;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 600;
	gap: 8px;
	justify-content: center;
	min-height: 48px;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
	transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
}

.pg-button:hover,
.pg-button:focus {
	outline: none;
	text-decoration: none;
}

.pg-button--primary {
	background: #564b3f;
	border-color: #564b3f;
	color: #f6f3ec;
}

.pg-button--primary:hover,
.pg-button--primary:focus {
	background: #35302a;
	border-color: #35302a;
	color: #f6f3ec;
}

.pg-button--secondary {
	background: transparent;
	color: #564b3f;
}

.pg-button--secondary:hover,
.pg-button--secondary:focus {
	background: rgba(86, 75, 63, 0.08);
	color: #35302a;
}

.pg-single-product-gate {
	border-top: 1px solid #ece3da;
	margin-top: 24px;
	padding-top: 24px;
}

.pg-single-product-gate__label {
	color: #564b3f;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.pg-single-product-gate__copy {
	color: #242021;
	margin: 0 0 16px;
	max-width: 38rem;
}

.custom-cart-actions.is-gated {
	display: block;
}

.custom-cart-actions .prescription-gate-callout {
	background: rgba(188, 165, 139, 0.4);
	border-radius: 4px;
	display: grid;
	gap: 12px;
	padding: 12px;
	width: 100%;
}

.custom-cart-actions .prescription-gate-message {
	color: #242021;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 0;
}

.custom-cart-actions .custom-gated-actions {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
}

.gb-shop-archive .custom-cart-actions.is-gated .action {
	align-items: center;
	display: inline-flex !important;
	font-weight: 600;
	justify-content: center;
	min-height: 48px;
	padding: 0.875rem 1rem !important;
	text-decoration: none;
	width: 100% !important;
}

.gb-shop-archive .custom-cart-actions.is-gated .action.consultation {
	background: #35302a !important;
	color: #ece3da !important;
}

.gb-shop-archive .custom-cart-actions.is-gated .action.account {
	background: rgba(86, 75, 63, 0.2) !important;
	border: 0 !important;
	color: #242021 !important;
}

.gb-shop-archive .custom-cart-actions.is-gated .action.account:hover,
.gb-shop-archive .custom-cart-actions.is-gated .action.account:focus {
	background: rgba(86, 75, 63, 0.28) !important;
	color: #242021 !important;
}

.gb-shop-archive .custom-cart-actions.is-gated .action.quantity,
.gb-shop-archive .custom-cart-actions.is-gated .action.remove {
	display: none !important;
}
