.wv-complete-look{
	clear:both;
	width:100%;
	margin:42px 0 34px;
	padding:34px 0 0;
	border-top:1px solid rgba(0,0,0,.08);
}

.wv-complete-look__head{
	text-align:center;
	margin:0 auto 24px;
	max-width:720px;
}

.wv-complete-look__head h2{
	margin:0;
	font-size:clamp(24px, 2.3vw, 36px);
	line-height:1.15;
	font-weight:600;
	letter-spacing:-.02em;
}

.wv-complete-look__head p{
	margin:10px 0 0;
	font-size:15px;
	line-height:1.6;
	opacity:.72;
}

.wv-complete-look__products ul.products{
	margin-bottom:0;
}

.wv-ctl-debug{
	max-width:1180px;
	margin:0 auto 16px;
	padding:10px 12px;
	border:1px dashed rgba(0,0,0,.25);
	font-size:12px;
	background:rgba(0,0,0,.03);
}

@media (max-width:767px){
	.wv-complete-look{
		margin:32px 0 24px;
		padding-top:26px;
	}

	.wv-complete-look__head{
		text-align:left;
		margin-bottom:18px;
	}

	.wv-complete-look__head h2{
		font-size:24px;
	}

	.wv-complete-look__head p{
		font-size:14px;
	}

	.wv-complete-look__products ul.products{
		display:grid !important;
		grid-template-columns:repeat(2,minmax(0,1fr)) !important;
		gap:18px 12px !important;
	}

	.wv-complete-look__products ul.products li.product{
		width:auto !important;
		max-width:none !important;
		float:none !important;
		margin:0 !important;
	}
}
