.components-circular-option-picker__swatches .components-v-stack .components-v-stack:nth-child(2) {
	display: none !important
}

.components-navigator-provider .components-item-group {
	display: block;
	margin-top: 162px
}

body {
	overflow-x: hidden !important
}

.top-header{
	display: flex;
	background-color: #fff;
	position: relative;
	width: 100vw !important;
	z-index: 999;
	top:0;
	transition: all 0.5s;
}

.top-header.scrolled{
	position: fixed;
	background-color: #ccc;
}