.g3-sweaters {
	position: relative;
	width: 100%;
	max-width: 1680px;
	height: auto;
	z-index: 1;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'poppins', sans-serif;
	font-size: 1.56vw;
	-webkit-text-decoration-skip: none;
	text-decoration-skip-ink: none;
}

@media all and (min-width: 1024px) and (max-width: 1220px) {
	.g3-sweaters {
		font-size: 0.6em !important;
	}
}

@media all and (min-width: 1220px) and (max-width: 1680px) {
	.g3-sweaters {
		font-size: 0.95vw !important;
	}
}

@media (min-width: 1680px) {
	.g3-sweaters {
		font-size: 1em;
	}
}
.g3-sweaters img {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	max-width: none;
}

.g3-sweaters sup {
	top: 0;
}

.g3-sweaters sub {
	bottom: 0em;
}

.g3-sweaters *,
.g3-sweaters *::before,
.g3-sweaters *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.g3-sweaters h1,
.g3-sweaters h2,
.g3-sweaters h3,
.g3-sweaters h4,
.g3-sweaters h5,
.g3-sweaters h6,
.g3-sweaters p {
	position: relative;
	display: block;
	margin: 0;
	line-height: 1.1;
	letter-spacing: 0.01em;
}

.g3-sweaters .g3-rel {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.g3-sweaters .g3-abs {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.g3-it {
	font-style: italic;
}

.g3-sb {
	font-weight: 600;
}

.g3-bold {
	font-weight: 700;
}

.g3-fade {
	opacity: 0;
}

.g3-sweaters section {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.g3-sweaters .g3-media {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.g3-sweaters picture {
	position: relative;
	width: 100%;
	display: block;
}

.g3-sweaters picture img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
}

.g3-sweaters .g3-video-responsive {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.g3-sweaters .g3-video-responsive video {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	object-fit: cover;
	margin: 0;
	display: none;
}

.g3-sweaters__content {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 1em 0 0 0;
	overflow: hidden;
}

.g3-sweaters__inner {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.g3-sweaters__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 0.8em;
	width: 244%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	min-height: 200px;
}

a.g3-sweaters__item {
	display: block;
	position: relative;
	height: auto;
	margin: 0;
	padding: 0 0 1em 0;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
a.g3-sweaters__item--active {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}
.g3-sweaters__item > img {
	display: block;
	position: relative;
	max-width: 100.1%;
	height: auto;
	margin: 0;
	object-fit: cover;
}
span.g3-sweaters__item-title {
	display: block;
	color: #000000;
	font-family: 'poppins', sans-serif;
	font-size: 2.3625em;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: normal;
	padding: 1em 0;
}

@media (min-width: 1024px) {
	.g3-sweaters__inner {
		width: 100%;
	}
	.g3-sweaters__grid {
		width: 100%;
	}
	span.g3-sweaters__item-title {
		font-size: 1.34375em;
	}
}
