.la-peau-currency-wrapper {
	--lpgcd-bg: #fbf8f1;
	--lpgcd-border: #ddd5c8;
	--lpgcd-text: #4b4945;
	--lpgcd-muted: #77716a;
	box-sizing: border-box;
	display: inline-flex;
	flex-direction: column;
	gap: 6px;
	max-width: 100%;
	padding-left: 14px;
}

.la-peau-currency-selector__label {
	color: var(--lpgcd-muted);
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.3;
	text-transform: uppercase;
	white-space: nowrap;
}

.la-peau-currency-selector {
	appearance: none;
	background: var(--lpgcd-bg);
	border: 1px solid var(--lpgcd-border);
	border-radius: 4px;
	color: var(--lpgcd-text);
	font-size: 12px;
	line-height: 1.4;
	min-height: 32px;
	min-width: 154px;
	padding: 6px 30px 6px 10px;
	background-image: linear-gradient(45deg, transparent 50%, #8b8378 50%), linear-gradient(135deg, #8b8378 50%, transparent 50%);
	background-position: calc(100% - 16px) 13px, calc(100% - 11px) 13px;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

.la-peau-currency-wrapper--compact .la-peau-currency-selector {
	min-height: 30px;
	min-width: 142px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.la-peau-currency-selector:focus {
	border-color: #aaa093;
	box-shadow: 0 0 0 1px #aaa093;
	outline: none;
}

.la-peau-currency-notice {
	background: #fbf8f1;
	border: 1px solid #e2dbcf;
	border-radius: 4px;
	box-sizing: border-box;
	color: #5c5851;
	font-size: 12px;
	line-height: 1.4;
	margin: 14px 0;
	padding: 9px 12px;
	text-align: center;
}

.la-peau-currency-price {
	white-space: nowrap;
}

.la-peau-currency-price del,
.la-peau-currency-price ins {
	white-space: nowrap;
}

@media (max-width: 480px) {
	.la-peau-currency-wrapper {
		padding-left: 16px;
		padding-right: 16px;
		width: 100%;
	}

	.la-peau-currency-selector {
		max-width: 270px;
		width: 100%;
	}

	.la-peau-currency-selector__label {
		font-size: 9px;
	}

}

/* Hide WooCommerce's dismissible currency/store notice when another Woo module outputs it. */
.woocommerce-store-notice.demo_store {
	display: none !important;
}
