.wddsc-cta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--wp--style--block-gap, 0.75rem);
	margin-top: 0.75rem;
}

.wddsc-cta-row .button,
.wddsc-cta-row .single_add_to_cart_button,
.wddsc-quote-button.button {
	margin: 0;
	text-align: center;
	text-decoration: none;
}

.wddsc-cta-row .button {
	flex: 0 1 auto;
}

.wddsc-quote-button.button {
	line-height: normal;
}

.wddsc-floating-cart-wrap {
	position: fixed;
	right: clamp(1rem, 3vw, 1.5rem);
	bottom: clamp(1rem, 3vw, 1.5rem);
	z-index: 9999;
}

.wddsc-floating-cart-wrap.is-empty {
	display: none;
}

.wddsc-floating-cart.button {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.7rem 1rem;
	border-radius: 999px;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.16);
	text-decoration: none;
	white-space: nowrap;
}

.wddsc-floating-cart__label {
	font-weight: 600;
}

.wddsc-floating-cart__meta {
	font-size: 0.9em;
	opacity: 0.86;
}

@media (max-width: 600px) {
	.wddsc-cta-row .button,
	.wddsc-cta-row .single_add_to_cart_button {
		flex: 1 1 100%;
	}

	.wddsc-floating-cart-wrap {
		left: 1rem;
		right: 1rem;
	}

	.wddsc-floating-cart.button {
		justify-content: center;
		width: 100%;
	}
}
