.silverok-vf040{font-size:15px;line-height:1.35}
.silverok-vf040__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;font-size:20px}
.silverok-vf040__reset{border:0;background:none;padding:0;text-decoration:underline;cursor:pointer}
.silverok-vf040__section{border-top:1px solid rgba(255,255,255,.18);padding:18px 0}
.silverok-vf040__title{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;background:none;padding:0;margin:0 0 12px;font:inherit;font-weight:700;text-align:left;cursor:pointer}
.silverok-vf040__options{max-height:420px;overflow:auto}
.silverok-vf040__option{display:flex;align-items:center;gap:10px;padding:6px 0;cursor:pointer}
.silverok-vf040__option input{margin:0}
.silverok-vf040__name{flex:1}
.silverok-vf040__count{min-width:30px;text-align:right;opacity:.72}
.silverok-vf040__option.is-empty{opacity:.35}
.silverok-vf040__apply{width:100%;padding:13px 16px;border:0;cursor:pointer;font-weight:700}
.silverok-vf040.is-loading .silverok-vf040__count{opacity:.35}
.silverok-vf040--notice{padding:12px;border:1px solid currentColor}

.silverok-vf040__option.is-zero{display:none!important}


/* Active filters above product grid */
.silverok-vf040-active{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:10px 14px;
	width:100%;
	margin:12px 0 18px;
}
.silverok-vf040-active__clear,
.silverok-vf040-active__chip{
	display:inline-flex;
	align-items:center;
	gap:7px;
	text-decoration:none;
	font-weight:600;
	line-height:1.2;
}
.silverok-vf040-active__clear{
	font-weight:700;
}
.silverok-vf040-active__x{
	font-size:24px;
	line-height:1;
	font-weight:300;
}
.silverok-vf040-active__chip:hover,
.silverok-vf040-active__clear:hover{
	opacity:.75;
}
@media (max-width: 767px){
	.silverok-vf040-active{
		gap:8px 12px;
		margin:10px 0 15px;
	}
	.silverok-vf040-active__clear,
	.silverok-vf040-active__chip{
		font-size:14px;
	}
}

.silverok-vf040__section[hidden]{display:none!important}
