
.clx-product-colours{
	margin:22px 0 20px;
	padding:17px 0 18px;
	border-top:1px solid rgba(23,23,20,.14);
	border-bottom:1px solid rgba(23,23,20,.14);
}
.clx-product-colours__label{
	display:block;
	margin:0 0 8px;
	font-size:12px;
	font-weight:800;
	letter-spacing:.06em;
	text-transform:uppercase;
	color:#24231f;
}
.clx-product-colours__select-wrap{
	position:relative;
	max-width:420px;
}
.clx-product-colour-select{
	appearance:none;
	-webkit-appearance:none;
	width:100%;
	min-height:46px;
	padding:0 46px 0 14px;
	border:1px solid rgba(23,23,20,.22);
	border-radius:6px;
	background:#fff;
	color:#24231f;
	font-size:14px;
	line-height:1.3;
	cursor:pointer;
	outline:none;
	transition:border-color .16s ease,box-shadow .16s ease;
}
.clx-product-colour-select:hover{
	border-color:#8f6b37;
}
.clx-product-colour-select:focus{
	border-color:#171714;
	box-shadow:0 0 0 2px rgba(23,23,20,.08);
}
.clx-product-colours__select-arrow{
	position:absolute;
	right:15px;
	top:50%;
	width:9px;
	height:9px;
	margin-top:-7px;
	border-right:2px solid #45433e;
	border-bottom:2px solid #45433e;
	transform:rotate(45deg);
	pointer-events:none;
}
.clx-product-colours__note{
	margin:9px 0 0;
	font-size:11px;
	line-height:1.45;
	color:#817d75;
}
.clx-product-colours.has-product-colours .clx-product-colours__note{
	display:none;
}
.clx-single-price{
	display:flex!important;
	flex-wrap:wrap;
	align-items:center;
	gap:9px 12px;
}
.clx-single-price__woocommerce{
	display:inline-flex;
	align-items:baseline;
	gap:8px;
}
.clx-single-delivery-badge{
	display:inline-flex;
	align-items:center;
	gap:6px;
	padding:5px 9px;
	border:1px solid rgba(31,157,90,.24);
	border-radius:999px;
	background:rgba(31,157,90,.08);
	color:#236d47;
	font-size:11px;
	font-weight:800;
	line-height:1.2;
	white-space:nowrap;
}
.clx-single-delivery-badge svg{
	width:16px;
	height:16px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.7;
	stroke-linecap:round;
	stroke-linejoin:round;
}
@media(max-width:540px){
	.clx-product-colours__select-wrap{
		max-width:none;
	}
	.clx-product-colour-select{
		min-height:44px;
	}
	.clx-single-delivery-badge{
		font-size:10px;
	}
}
