/** Shopify CDN: Minification failed

Line 13675:2 Expected ":"
Line 13676:2 Expected ":"
Line 13677:2 Expected ":"
Line 13678:2 Expected ":"
Line 13679:2 Expected ":"
Line 13680:2 Expected ":"
Line 13681:2 Expected ":"
Line 13682:2 Expected ":"
Line 13683:2 Expected ":"
Line 13684:2 Expected ":"
... and 17 more hidden warnings

**/
.m\:flex,
.m\:grid {
	row-gap: var(--row-gap-mobile, var(--column-gap-mobile, --column-gap));
	margin-right: max(-15px, var(--column-gap-mobile, var(--column-gap)) / -2);
	margin-left: max(-15px, var(--column-gap-mobile, var(--column-gap)) / -2);
}

@media screen and (min-width: 768px) {
	.m\:flex,
	.m\:grid {
		margin-right: min(-7.5px, var(--column-gap-mobile, var(--column-gap)) / -2);
		margin-left: min(-7.5px, var(--column-gap-mobile, var(--column-gap)) / -2);
	}
}

@media screen and (min-width: 1024px) {
	.m\:flex,
	.m\:grid {
		row-gap: var(--row-gap, var(--column-gap));
		margin-right: calc(var(--column-gap, 0) / -2);
		margin-left: calc(var(--column-gap, 0) / -2);
	}
}

.m\:grid {
	display: grid;
}

.m\:display-grid {
	display: grid;
}

.m\:flex {
	display: flex;
}

.m\:display-flex {
	display: flex;
}

.m\:flex-1 {
	flex: 1 1 0%;
}

.m\:flex-none {
	flex: none;
}

.m\:grid-1-cols {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.m\:grid-2-cols {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.m\:grid-3-cols {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.m\:grid-4-cols {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.m\:grid-5-cols {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.m\:grid-6-cols {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.m\:grid-7-cols {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.m\:grid-8-cols {
	grid-template-columns: repeat(8, minmax(0, 1fr));
}

.m\:grid-9-cols {
	grid-template-columns: repeat(9, minmax(0, 1fr));
}

.m\:grid-10-cols {
	grid-template-columns: repeat(10, minmax(0, 1fr));
}

.m\:grid-11-cols {
	grid-template-columns: repeat(11, minmax(0, 1fr));
}

.m\:grid-12-cols {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.m\:grid-1-rows {
	grid-template-rows: repeat(1, minmax(0, 1fr));
}

.m\:grid-2-rows {
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

.m\:grid-3-rows {
	grid-template-rows: repeat(3, minmax(0, 1fr));
}

.m\:grid-4-rows {
	grid-template-rows: repeat(4, minmax(0, 1fr));
}

.m\:grid-5-rows {
	grid-template-rows: repeat(5, minmax(0, 1fr));
}

.m\:grid-6-rows {
	grid-template-rows: repeat(6, minmax(0, 1fr));
}

.m\:grid-7-rows {
	grid-template-rows: repeat(7, minmax(0, 1fr));
}

.m\:grid-8-rows {
	grid-template-rows: repeat(8, minmax(0, 1fr));
}

.m\:grid-9-rows {
	grid-template-rows: repeat(9, minmax(0, 1fr));
}

.m\:grid-10-rows {
	grid-template-rows: repeat(10, minmax(0, 1fr));
}

.m\:grid-11-rows {
	grid-template-rows: repeat(11, minmax(0, 1fr));
}

.m\:grid-12-rows {
	grid-template-rows: repeat(12, minmax(0, 1fr));
}

.m\:column {
	padding-right: calc(var(--column-gap-mobile, var(--column-gap)) / 2);
	padding-left: calc(var(--column-gap-mobile, var(--column-gap)) / 2);
}

@media screen and (min-width: 768px) {
	.m\:column {
		padding-right: max(7.5px, var(--column-gap-mobile, var(--column-gap)) / 2);
		padding-left: max(7.5px, var(--column-gap-mobile, var(--column-gap)) / 2);
	}
}

@media screen and (min-width: 1024px) {
	.m\:column {
		padding-right: calc(var(--column-gap, 0) / 2);
		padding-left: calc(var(--column-gap, 0) / 2);
	}
}

.m\:block {
	display: block;
}

.m\:inline-block {
	display: inline-block;
}

.m\:flex {
	display: flex;
}

.m\:flex-col {
	flex-direction: column;
}

.m\:flex-col-reverse {
	flex-direction: column-reverse;
}

.m\:flex-row {
	flex-direction: row;
}

.m\:flex-row-reverse {
	flex-direction: row-reverse;
}

.m\:flex-wrap {
	flex-wrap: wrap;
}

.m\:flex-nowrap {
	flex-wrap: nowrap;
}

.m\:inline-flex {
	display: inline-flex;
}

.m\:hidden {
	display: none;
}

.\!m\:hidden {
	display: none !important;
}

.m\:table-cell {
	display: table-cell;
}

.m\:items-start {
	align-items: start;
}

.m\:items-center {
	align-items: center;
}

.m\:items-end {
	align-items: end;
}

.m\:items-stretch {
	align-items: stretch;
}

.m\:justify-start {
	justify-content: flex-start;
}

.m\:justify-center {
	justify-content: center;
}

.m\:justify-end {
	justify-content: flex-end;
}

.m\:justify-between {
	justify-content: space-between;
}

.m\:justify-around {
	justify-content: space-around;
}

.m\:text-left {
	text-align: left;
}

.m\:text-center {
	text-align: center;
}

.m\:text-right {
	text-align: right;
}

.m\:text-base {
	font-size: calc(var(--font-base-size, 1rem) * 1px);
	line-height: 1.5rem;
}

.m\:text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.m\:text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}

.m\:text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.m\:text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.m\:text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.m\:text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.m\:text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.m\:text-5xl {
	font-size: 3rem;
	line-height: 1;
}

.m\:text-6xl {
	font-size: 3.75rem;
	line-height: 1;
}

.m\:text-7xl {
	font-size: 4.5rem;
	line-height: 1;
}

.m\:text-8xl {
	font-size: 6rem;
	line-height: 1;
}

.m\:text-9xl {
	font-size: 8rem;
	line-height: 1;
}

.m\:w-1\/12 {
	width: 8.3333333333%;
}

.m\:w-2\/12 {
	width: 16.6666666667%;
}

.m\:w-3\/12 {
	width: 25%;
}

.m\:w-4\/12 {
	width: 33.3333333333%;
}

.m\:w-5\/12 {
	width: 41.6666666667%;
}

.m\:w-6\/12 {
	width: 50%;
}

.m\:w-7\/12 {
	width: 58.3333333333%;
}

.m\:w-8\/12 {
	width: 66.6666666667%;
}

.m\:w-9\/12 {
	width: 75%;
}

.m\:w-10\/12 {
	width: 83.3333333333%;
}

.m\:w-11\/12 {
	width: 91.6666666667%;
}

.m\:w-12\/12 {
	width: 100%;
}

.m\:w-full {
	width: 100%;
}

.m\:h-full {
	height: 100%;
}

.m\:w-auto {
	width: auto;
}

.m\:w-1\/2 {
	width: 50%;
}

.m\:w-1\/3 {
	width: 33.33%;
}

.m\:w-1\/4 {
	width: 25%;
}

.m\:w-1\/5 {
	width: 20%;
}

.m\:w-1\/5 {
	width: 20%;
}

.m\:w-2\/5 {
	width: 40%;
}

.m\:w-3\/5 {
	width: 60%;
}

.m\:w-4\/5 {
	width: 80%;
}

.m\:w-5\/5 {
	width: 100%;
}

@media (min-width: 640px) {
	.sm\:m\:grid-1-cols {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.sm\:m\:grid-2-cols {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sm\:m\:grid-3-cols {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sm\:m\:grid-4-cols {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.sm\:m\:grid-5-cols {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.sm\:m\:grid-6-cols {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.sm\:m\:grid-7-cols {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}

	.sm\:m\:grid-8-cols {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}

	.sm\:m\:grid-9-cols {
		grid-template-columns: repeat(9, minmax(0, 1fr));
	}

	.sm\:m\:grid-10-cols {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}

	.sm\:m\:grid-11-cols {
		grid-template-columns: repeat(11, minmax(0, 1fr));
	}

	.sm\:m\:grid-12-cols {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.sm\:m\:grid-1-rows {
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}

	.sm\:m\:grid-2-rows {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

	.sm\:m\:grid-3-rows {
		grid-template-rows: repeat(3, minmax(0, 1fr));
	}

	.sm\:m\:grid-4-rows {
		grid-template-rows: repeat(4, minmax(0, 1fr));
	}

	.sm\:m\:grid-5-rows {
		grid-template-rows: repeat(5, minmax(0, 1fr));
	}

	.sm\:m\:grid-6-rows {
		grid-template-rows: repeat(6, minmax(0, 1fr));
	}

	.sm\:m\:grid-7-rows {
		grid-template-rows: repeat(7, minmax(0, 1fr));
	}

	.sm\:m\:grid-8-rows {
		grid-template-rows: repeat(8, minmax(0, 1fr));
	}

	.sm\:m\:grid-9-rows {
		grid-template-rows: repeat(9, minmax(0, 1fr));
	}

	.sm\:m\:grid-10-rows {
		grid-template-rows: repeat(10, minmax(0, 1fr));
	}

	.sm\:m\:grid-11-rows {
		grid-template-rows: repeat(11, minmax(0, 1fr));
	}

	.sm\:m\:grid-12-rows {
		grid-template-rows: repeat(12, minmax(0, 1fr));
	}

	.sm\:m\:w-1\/12 {
		width: 8.3333333333%;
	}

	.sm\:m\:w-2\/12 {
		width: 16.6666666667%;
	}

	.sm\:m\:w-3\/12 {
		width: 25%;
	}

	.sm\:m\:w-4\/12 {
		width: 33.3333333333%;
	}

	.sm\:m\:w-5\/12 {
		width: 41.6666666667%;
	}

	.sm\:m\:w-6\/12 {
		width: 50%;
	}

	.sm\:m\:w-7\/12 {
		width: 58.3333333333%;
	}

	.sm\:m\:w-8\/12 {
		width: 66.6666666667%;
	}

	.sm\:m\:w-9\/12 {
		width: 75%;
	}

	.sm\:m\:w-10\/12 {
		width: 83.3333333333%;
	}

	.sm\:m\:w-11\/12 {
		width: 91.6666666667%;
	}

	.sm\:m\:w-12\/12 {
		width: 100%;
	}

	.sm\:m\:w-1\/2 {
		width: 50%;
	}

	.sm\:m\:w-1\/3 {
		width: 33.33%;
	}

	.sm\:m\:w-1\/4 {
		width: 25%;
	}

	.sm\:m\:w-1\/5 {
		width: 20%;
	}

	.sm\:m\:w-full {
		width: 100%;
	}

	.sm\:m\:w-auto {
		width: auto;
	}

	.sm\:m\:mx-auto {
		margin-right: auto;
		margin-left: auto;
	}

	.sm\:m\:mr-auto {
		margin-right: auto;
	}

	.sm\:m\:ml-auto {
		margin-left: auto;
	}

	.sm\:m\:items-start {
		align-items: start;
	}

	.sm\:m\:items-center {
		align-items: center;
	}

	.sm\:m\:items-end {
		align-items: end;
	}

	.sm\:m\:items-stretch {
		align-items: stretch;
	}

	.sm\:m\:flex-col {
		flex-direction: column;
	}

	.sm\:m\:flex-col-reverse {
		flex-direction: column-reverse;
	}

	.sm\:m\:flex-row {
		flex-direction: row;
	}

	.sm\:m\:flex-row-reverse {
		flex-direction: row-reverse;
	}

	.sm\:m\:flex-wrap {
		flex-wrap: wrap;
	}

	.sm\:m\:flex-nowrap {
		flex-wrap: nowrap;
	}

	.sm\:m\:justify-start {
		justify-content: flex-start;
	}

	.sm\:m\:justify-center {
		justify-content: center;
	}

	.sm\:m\:justify-end {
		justify-content: flex-end;
	}

	.sm\:m\:justify-between {
		justify-content: space-between;
	}

	.sm\:m\:justify-around {
		justify-content: space-around;
	}

	.sm\:m\:text-left {
		text-align: left;
	}

	.sm\:m\:text-center {
		text-align: center;
	}

	.sm\:m\:text-right {
		text-align: right;
	}

	.\!sm\:m\:hidden {
		display: none !important;
	}

	.sm\:m\:hidden {
		display: none;
	}

	.sm\:m\:block {
		display: block;
	}

	.sm\:m\:flex {
		display: flex;
	}

	.sm\:m\:grid {
		display: grid;
	}

	.sm\:m\:display-flex {
		display: flex;
	}

	.sm\:m\:display-grid {
		display: grid;
	}

	.sm\:m\:table-cell {
		display: table-cell;
	}

	.sm\:m\:text-base {
		font-size: calc(var(--font-base-size, 1rem) * 1px);
		line-height: 1.5rem;
	}

	.sm\:m\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.sm\:m\:text-xs {
		font-size: 0.75rem;
		line-height: 1rem;
	}

	.sm\:m\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.sm\:m\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.sm\:m\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.sm\:m\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.sm\:m\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.sm\:m\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.sm\:m\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}

	.sm\:m\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}

	.sm\:m\:text-8xl {
		font-size: 6rem;
		line-height: 1;
	}

	.sm\:m\:text-9xl {
		font-size: 8rem;
		line-height: 1;
	}
}

@media (min-width: 768px) {
	.md\:m\:grid-1-cols {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.md\:m\:grid-2-cols {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.md\:m\:grid-3-cols {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.md\:m\:grid-4-cols {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.md\:m\:grid-5-cols {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.md\:m\:grid-6-cols {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.md\:m\:grid-7-cols {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}

	.md\:m\:grid-8-cols {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}

	.md\:m\:grid-9-cols {
		grid-template-columns: repeat(9, minmax(0, 1fr));
	}

	.md\:m\:grid-10-cols {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}

	.md\:m\:grid-11-cols {
		grid-template-columns: repeat(11, minmax(0, 1fr));
	}

	.md\:m\:grid-12-cols {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.md\:m\:grid-1-rows {
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}

	.md\:m\:grid-2-rows {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

	.md\:m\:grid-3-rows {
		grid-template-rows: repeat(3, minmax(0, 1fr));
	}

	.md\:m\:grid-4-rows {
		grid-template-rows: repeat(4, minmax(0, 1fr));
	}

	.md\:m\:grid-5-rows {
		grid-template-rows: repeat(5, minmax(0, 1fr));
	}

	.md\:m\:grid-6-rows {
		grid-template-rows: repeat(6, minmax(0, 1fr));
	}

	.md\:m\:grid-7-rows {
		grid-template-rows: repeat(7, minmax(0, 1fr));
	}

	.md\:m\:grid-8-rows {
		grid-template-rows: repeat(8, minmax(0, 1fr));
	}

	.md\:m\:grid-9-rows {
		grid-template-rows: repeat(9, minmax(0, 1fr));
	}

	.md\:m\:grid-10-rows {
		grid-template-rows: repeat(10, minmax(0, 1fr));
	}

	.md\:m\:grid-11-rows {
		grid-template-rows: repeat(11, minmax(0, 1fr));
	}

	.md\:m\:grid-12-rows {
		grid-template-rows: repeat(12, minmax(0, 1fr));
	}

	.md\:m\:w-1\/12 {
		width: 8.3333333333%;
	}

	.md\:m\:w-2\/12 {
		width: 16.6666666667%;
	}

	.md\:m\:w-3\/12 {
		width: 25%;
	}

	.md\:m\:w-4\/12 {
		width: 33.3333333333%;
	}

	.md\:m\:w-5\/12 {
		width: 41.6666666667%;
	}

	.md\:m\:w-6\/12 {
		width: 50%;
	}

	.md\:m\:w-7\/12 {
		width: 58.3333333333%;
	}

	.md\:m\:w-8\/12 {
		width: 66.6666666667%;
	}

	.md\:m\:w-9\/12 {
		width: 75%;
	}

	.md\:m\:w-10\/12 {
		width: 83.3333333333%;
	}

	.md\:m\:w-11\/12 {
		width: 91.6666666667%;
	}

	.md\:m\:w-12\/12 {
		width: 100%;
	}

	.md\:m\:w-1\/2 {
		width: 50%;
	}

	.md\:m\:w-1\/3 {
		width: 33.33%;
	}

	.md\:m\:w-1\/4 {
		width: 25%;
	}

	.md\:m\:w-1\/5 {
		width: 20%;
	}

	.md\:m\:w-full {
		width: 100%;
	}

	.md\:m\:w-auto {
		width: auto;
	}

	.md\:m\:mx-auto {
		margin-right: auto;
		margin-left: auto;
	}

	.md\:m\:mr-auto {
		margin-right: auto;
	}

	.md\:m\:ml-auto {
		margin-left: auto;
	}

	.md\:m\:items-start {
		align-items: start;
	}

	.md\:m\:items-center {
		align-items: center;
	}

	.md\:m\:items-end {
		align-items: end;
	}

	.md\:m\:items-stretch {
		align-items: stretch;
	}

	.md\:m\:flex-col {
		flex-direction: column;
	}

	.md\:m\:flex-col-reverse {
		flex-direction: column-reverse;
	}

	.md\:m\:flex-row {
		flex-direction: row;
	}

	.md\:m\:flex-row-reverse {
		flex-direction: row-reverse;
	}

	.md\:m\:flex-wrap {
		flex-wrap: wrap;
	}

	.md\:m\:flex-nowrap {
		flex-wrap: nowrap;
	}

	.md\:m\:justify-start {
		justify-content: flex-start;
	}

	.md\:m\:justify-center {
		justify-content: center;
	}

	.md\:m\:justify-end {
		justify-content: flex-end;
	}

	.md\:m\:justify-between {
		justify-content: space-between;
	}

	.md\:m\:justify-around {
		justify-content: space-around;
	}

	.md\:m\:text-left {
		text-align: left;
	}

	.md\:m\:text-center {
		text-align: center;
	}

	.md\:m\:text-right {
		text-align: right;
	}

	.\!md\:m\:hidden {
		display: none !important;
	}

	.md\:m\:hidden {
		display: none;
	}

	.md\:m\:block {
		display: block;
	}

	.md\:m\:flex {
		display: flex;
	}

	.md\:m\:grid {
		display: grid;
	}

	.md\:m\:display-flex {
		display: flex;
	}

	.md\:m\:display-grid {
		display: grid;
	}

	.md\:m\:table-cell {
		display: table-cell;
	}

	.md\:m\:text-base {
		font-size: calc(var(--font-base-size, 1rem) * 1px);
		line-height: 1.5rem;
	}

	.md\:m\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.md\:m\:text-xs {
		font-size: 0.75rem;
		line-height: 1rem;
	}

	.md\:m\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.md\:m\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.md\:m\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.md\:m\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.md\:m\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.md\:m\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.md\:m\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}

	.md\:m\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}

	.md\:m\:text-8xl {
		font-size: 6rem;
		line-height: 1;
	}

	.md\:m\:text-9xl {
		font-size: 8rem;
		line-height: 1;
	}
}

@media (min-width: 1024px) {
	.lg\:m\:grid-1-cols {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.lg\:m\:grid-2-cols {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lg\:m\:grid-3-cols {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lg\:m\:grid-4-cols {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.lg\:m\:grid-5-cols {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.lg\:m\:grid-6-cols {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.lg\:m\:grid-7-cols {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}

	.lg\:m\:grid-8-cols {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}

	.lg\:m\:grid-9-cols {
		grid-template-columns: repeat(9, minmax(0, 1fr));
	}

	.lg\:m\:grid-10-cols {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}

	.lg\:m\:grid-11-cols {
		grid-template-columns: repeat(11, minmax(0, 1fr));
	}

	.lg\:m\:grid-12-cols {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.lg\:m\:grid-1-rows {
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}

	.lg\:m\:grid-2-rows {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

	.lg\:m\:grid-3-rows {
		grid-template-rows: repeat(3, minmax(0, 1fr));
	}

	.lg\:m\:grid-4-rows {
		grid-template-rows: repeat(4, minmax(0, 1fr));
	}

	.lg\:m\:grid-5-rows {
		grid-template-rows: repeat(5, minmax(0, 1fr));
	}

	.lg\:m\:grid-6-rows {
		grid-template-rows: repeat(6, minmax(0, 1fr));
	}

	.lg\:m\:grid-7-rows {
		grid-template-rows: repeat(7, minmax(0, 1fr));
	}

	.lg\:m\:grid-8-rows {
		grid-template-rows: repeat(8, minmax(0, 1fr));
	}

	.lg\:m\:grid-9-rows {
		grid-template-rows: repeat(9, minmax(0, 1fr));
	}

	.lg\:m\:grid-10-rows {
		grid-template-rows: repeat(10, minmax(0, 1fr));
	}

	.lg\:m\:grid-11-rows {
		grid-template-rows: repeat(11, minmax(0, 1fr));
	}

	.lg\:m\:grid-12-rows {
		grid-template-rows: repeat(12, minmax(0, 1fr));
	}

	.lg\:m\:w-1\/12 {
		width: 8.3333333333%;
	}

	.lg\:m\:w-2\/12 {
		width: 16.6666666667%;
	}

	.lg\:m\:w-3\/12 {
		width: 25%;
	}

	.lg\:m\:w-4\/12 {
		width: 33.3333333333%;
	}

	.lg\:m\:w-5\/12 {
		width: 41.6666666667%;
	}

	.lg\:m\:w-6\/12 {
		width: 50%;
	}

	.lg\:m\:w-7\/12 {
		width: 58.3333333333%;
	}

	.lg\:m\:w-8\/12 {
		width: 66.6666666667%;
	}

	.lg\:m\:w-9\/12 {
		width: 75%;
	}

	.lg\:m\:w-10\/12 {
		width: 83.3333333333%;
	}

	.lg\:m\:w-11\/12 {
		width: 91.6666666667%;
	}

	.lg\:m\:w-12\/12 {
		width: 100%;
	}

	.lg\:m\:w-1\/2 {
		width: 50%;
	}

	.lg\:m\:w-1\/3 {
		width: 33.33%;
	}

	.lg\:m\:w-1\/4 {
		width: 25%;
	}

	.lg\:m\:w-1\/5 {
		width: 20%;
	}

	.lg\:m\:w-full {
		width: 100%;
	}

	.lg\:m\:w-auto {
		width: auto;
	}

	.lg\:m\:mx-auto {
		margin-right: auto;
		margin-left: auto;
	}

	.lg\:m\:mr-auto {
		margin-right: auto;
	}

	.lg\:m\:ml-auto {
		margin-left: auto;
	}

	.lg\:m\:items-start {
		align-items: start;
	}

	.lg\:m\:items-center {
		align-items: center;
	}

	.lg\:m\:items-end {
		align-items: end;
	}

	.lg\:m\:items-stretch {
		align-items: stretch;
	}

	.lg\:m\:flex-col {
		flex-direction: column;
	}

	.lg\:m\:flex-col-reverse {
		flex-direction: column-reverse;
	}

	.lg\:m\:flex-row {
		flex-direction: row;
	}

	.lg\:m\:flex-row-reverse {
		flex-direction: row-reverse;
	}

	.lg\:m\:flex-wrap {
		flex-wrap: wrap;
	}

	.lg\:m\:flex-nowrap {
		flex-wrap: nowrap;
	}

	.lg\:m\:justify-start {
		justify-content: flex-start;
	}

	.lg\:m\:justify-center {
		justify-content: center;
	}

	.lg\:m\:justify-end {
		justify-content: flex-end;
	}

	.lg\:m\:justify-between {
		justify-content: space-between;
	}

	.lg\:m\:justify-around {
		justify-content: space-around;
	}

	.lg\:m\:text-left {
		text-align: left;
	}

	.lg\:m\:text-center {
		text-align: center;
	}

	.lg\:m\:text-right {
		text-align: right;
	}

	.\!lg\:m\:hidden {
		display: none !important;
	}

	.lg\:m\:hidden {
		display: none;
	}

	.lg\:m\:block {
		display: block;
	}

	.lg\:m\:flex {
		display: flex;
	}

	.lg\:m\:grid {
		display: grid;
	}

	.lg\:m\:display-flex {
		display: flex;
	}

	.lg\:m\:display-grid {
		display: grid;
	}

	.lg\:m\:table-cell {
		display: table-cell;
	}

	.lg\:m\:text-base {
		font-size: calc(var(--font-base-size, 1rem) * 1px);
		line-height: 1.5rem;
	}

	.lg\:m\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.lg\:m\:text-xs {
		font-size: 0.75rem;
		line-height: 1rem;
	}

	.lg\:m\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.lg\:m\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.lg\:m\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.lg\:m\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.lg\:m\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.lg\:m\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.lg\:m\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}

	.lg\:m\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}

	.lg\:m\:text-8xl {
		font-size: 6rem;
		line-height: 1;
	}

	.lg\:m\:text-9xl {
		font-size: 8rem;
		line-height: 1;
	}
}

@media (min-width: 1280px) {
	.xl\:m\:grid-1-cols {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.xl\:m\:grid-2-cols {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xl\:m\:grid-3-cols {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xl\:m\:grid-4-cols {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.xl\:m\:grid-5-cols {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.xl\:m\:grid-6-cols {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.xl\:m\:grid-7-cols {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}

	.xl\:m\:grid-8-cols {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}

	.xl\:m\:grid-9-cols {
		grid-template-columns: repeat(9, minmax(0, 1fr));
	}

	.xl\:m\:grid-10-cols {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}

	.xl\:m\:grid-11-cols {
		grid-template-columns: repeat(11, minmax(0, 1fr));
	}

	.xl\:m\:grid-12-cols {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.xl\:m\:grid-1-rows {
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}

	.xl\:m\:grid-2-rows {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

	.xl\:m\:grid-3-rows {
		grid-template-rows: repeat(3, minmax(0, 1fr));
	}

	.xl\:m\:grid-4-rows {
		grid-template-rows: repeat(4, minmax(0, 1fr));
	}

	.xl\:m\:grid-5-rows {
		grid-template-rows: repeat(5, minmax(0, 1fr));
	}

	.xl\:m\:grid-6-rows {
		grid-template-rows: repeat(6, minmax(0, 1fr));
	}

	.xl\:m\:grid-7-rows {
		grid-template-rows: repeat(7, minmax(0, 1fr));
	}

	.xl\:m\:grid-8-rows {
		grid-template-rows: repeat(8, minmax(0, 1fr));
	}

	.xl\:m\:grid-9-rows {
		grid-template-rows: repeat(9, minmax(0, 1fr));
	}

	.xl\:m\:grid-10-rows {
		grid-template-rows: repeat(10, minmax(0, 1fr));
	}

	.xl\:m\:grid-11-rows {
		grid-template-rows: repeat(11, minmax(0, 1fr));
	}

	.xl\:m\:grid-12-rows {
		grid-template-rows: repeat(12, minmax(0, 1fr));
	}

	.xl\:m\:w-1\/12 {
		width: 8.3333333333%;
	}

	.xl\:m\:w-2\/12 {
		width: 16.6666666667%;
	}

	.xl\:m\:w-3\/12 {
		width: 25%;
	}

	.xl\:m\:w-4\/12 {
		width: 33.3333333333%;
	}

	.xl\:m\:w-5\/12 {
		width: 41.6666666667%;
	}

	.xl\:m\:w-6\/12 {
		width: 50%;
	}

	.xl\:m\:w-7\/12 {
		width: 58.3333333333%;
	}

	.xl\:m\:w-8\/12 {
		width: 66.6666666667%;
	}

	.xl\:m\:w-9\/12 {
		width: 75%;
	}

	.xl\:m\:w-10\/12 {
		width: 83.3333333333%;
	}

	.xl\:m\:w-11\/12 {
		width: 91.6666666667%;
	}

	.xl\:m\:w-12\/12 {
		width: 100%;
	}

	.xl\:m\:w-1\/2 {
		width: 50%;
	}

	.xl\:m\:w-1\/3 {
		width: 33.33%;
	}

	.xl\:m\:w-1\/4 {
		width: 25%;
	}

	.xl\:m\:w-1\/5 {
		width: 20%;
	}

	.xl\:m\:w-full {
		width: 100%;
	}

	.xl\:m\:w-auto {
		width: auto;
	}

	.xl\:m\:mx-auto {
		margin-right: auto;
		margin-left: auto;
	}

	.xl\:m\:mr-auto {
		margin-right: auto;
	}

	.xl\:m\:ml-auto {
		margin-left: auto;
	}

	.xl\:m\:items-start {
		align-items: start;
	}

	.xl\:m\:items-center {
		align-items: center;
	}

	.xl\:m\:items-end {
		align-items: end;
	}

	.xl\:m\:items-stretch {
		align-items: stretch;
	}

	.xl\:m\:flex-col {
		flex-direction: column;
	}

	.xl\:m\:flex-col-reverse {
		flex-direction: column-reverse;
	}

	.xl\:m\:flex-row {
		flex-direction: row;
	}

	.xl\:m\:flex-row-reverse {
		flex-direction: row-reverse;
	}

	.xl\:m\:flex-wrap {
		flex-wrap: wrap;
	}

	.xl\:m\:flex-nowrap {
		flex-wrap: nowrap;
	}

	.xl\:m\:justify-start {
		justify-content: flex-start;
	}

	.xl\:m\:justify-center {
		justify-content: center;
	}

	.xl\:m\:justify-end {
		justify-content: flex-end;
	}

	.xl\:m\:justify-between {
		justify-content: space-between;
	}

	.xl\:m\:justify-around {
		justify-content: space-around;
	}

	.xl\:m\:text-left {
		text-align: left;
	}

	.xl\:m\:text-center {
		text-align: center;
	}

	.xl\:m\:text-right {
		text-align: right;
	}

	.\!xl\:m\:hidden {
		display: none !important;
	}

	.xl\:m\:hidden {
		display: none;
	}

	.xl\:m\:block {
		display: block;
	}

	.xl\:m\:flex {
		display: flex;
	}

	.xl\:m\:grid {
		display: grid;
	}

	.xl\:m\:display-flex {
		display: flex;
	}

	.xl\:m\:display-grid {
		display: grid;
	}

	.xl\:m\:table-cell {
		display: table-cell;
	}

	.xl\:m\:text-base {
		font-size: calc(var(--font-base-size, 1rem) * 1px);
		line-height: 1.5rem;
	}

	.xl\:m\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.xl\:m\:text-xs {
		font-size: 0.75rem;
		line-height: 1rem;
	}

	.xl\:m\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.xl\:m\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.xl\:m\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.xl\:m\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.xl\:m\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.xl\:m\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.xl\:m\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}

	.xl\:m\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}

	.xl\:m\:text-8xl {
		font-size: 6rem;
		line-height: 1;
	}

	.xl\:m\:text-9xl {
		font-size: 8rem;
		line-height: 1;
	}
}

@media (min-width: 1536px) {
	.xxl\:m\:grid-1-cols {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.xxl\:m\:grid-2-cols {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xxl\:m\:grid-3-cols {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xxl\:m\:grid-4-cols {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.xxl\:m\:grid-5-cols {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.xxl\:m\:grid-6-cols {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.xxl\:m\:grid-7-cols {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}

	.xxl\:m\:grid-8-cols {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}

	.xxl\:m\:grid-9-cols {
		grid-template-columns: repeat(9, minmax(0, 1fr));
	}

	.xxl\:m\:grid-10-cols {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}

	.xxl\:m\:grid-11-cols {
		grid-template-columns: repeat(11, minmax(0, 1fr));
	}

	.xxl\:m\:grid-12-cols {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.xxl\:m\:grid-1-rows {
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}

	.xxl\:m\:grid-2-rows {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

	.xxl\:m\:grid-3-rows {
		grid-template-rows: repeat(3, minmax(0, 1fr));
	}

	.xxl\:m\:grid-4-rows {
		grid-template-rows: repeat(4, minmax(0, 1fr));
	}

	.xxl\:m\:grid-5-rows {
		grid-template-rows: repeat(5, minmax(0, 1fr));
	}

	.xxl\:m\:grid-6-rows {
		grid-template-rows: repeat(6, minmax(0, 1fr));
	}

	.xxl\:m\:grid-7-rows {
		grid-template-rows: repeat(7, minmax(0, 1fr));
	}

	.xxl\:m\:grid-8-rows {
		grid-template-rows: repeat(8, minmax(0, 1fr));
	}

	.xxl\:m\:grid-9-rows {
		grid-template-rows: repeat(9, minmax(0, 1fr));
	}

	.xxl\:m\:grid-10-rows {
		grid-template-rows: repeat(10, minmax(0, 1fr));
	}

	.xxl\:m\:grid-11-rows {
		grid-template-rows: repeat(11, minmax(0, 1fr));
	}

	.xxl\:m\:grid-12-rows {
		grid-template-rows: repeat(12, minmax(0, 1fr));
	}

	.xxl\:m\:w-1\/12 {
		width: 8.3333333333%;
	}

	.xxl\:m\:w-2\/12 {
		width: 16.6666666667%;
	}

	.xxl\:m\:w-3\/12 {
		width: 25%;
	}

	.xxl\:m\:w-4\/12 {
		width: 33.3333333333%;
	}

	.xxl\:m\:w-5\/12 {
		width: 41.6666666667%;
	}

	.xxl\:m\:w-6\/12 {
		width: 50%;
	}

	.xxl\:m\:w-7\/12 {
		width: 58.3333333333%;
	}

	.xxl\:m\:w-8\/12 {
		width: 66.6666666667%;
	}

	.xxl\:m\:w-9\/12 {
		width: 75%;
	}

	.xxl\:m\:w-10\/12 {
		width: 83.3333333333%;
	}

	.xxl\:m\:w-11\/12 {
		width: 91.6666666667%;
	}

	.xxl\:m\:w-12\/12 {
		width: 100%;
	}

	.xxl\:m\:w-1\/2 {
		width: 50%;
	}

	.xxl\:m\:w-1\/3 {
		width: 33.33%;
	}

	.xxl\:m\:w-1\/4 {
		width: 25%;
	}

	.xxl\:m\:w-1\/5 {
		width: 20%;
	}

	.xxl\:m\:w-full {
		width: 100%;
	}

	.xxl\:m\:w-auto {
		width: auto;
	}

	.xxl\:m\:mx-auto {
		margin-right: auto;
		margin-left: auto;
	}

	.xxl\:m\:mr-auto {
		margin-right: auto;
	}

	.xxl\:m\:ml-auto {
		margin-left: auto;
	}

	.xxl\:m\:items-start {
		align-items: start;
	}

	.xxl\:m\:items-center {
		align-items: center;
	}

	.xxl\:m\:items-end {
		align-items: end;
	}

	.xxl\:m\:items-stretch {
		align-items: stretch;
	}

	.xxl\:m\:flex-col {
		flex-direction: column;
	}

	.xxl\:m\:flex-col-reverse {
		flex-direction: column-reverse;
	}

	.xxl\:m\:flex-row {
		flex-direction: row;
	}

	.xxl\:m\:flex-row-reverse {
		flex-direction: row-reverse;
	}

	.xxl\:m\:flex-wrap {
		flex-wrap: wrap;
	}

	.xxl\:m\:flex-nowrap {
		flex-wrap: nowrap;
	}

	.xxl\:m\:justify-start {
		justify-content: flex-start;
	}

	.xxl\:m\:justify-center {
		justify-content: center;
	}

	.xxl\:m\:justify-end {
		justify-content: flex-end;
	}

	.xxl\:m\:justify-between {
		justify-content: space-between;
	}

	.xxl\:m\:justify-around {
		justify-content: space-around;
	}

	.xxl\:m\:text-left {
		text-align: left;
	}

	.xxl\:m\:text-center {
		text-align: center;
	}

	.xxl\:m\:text-right {
		text-align: right;
	}

	.\!xxl\:m\:hidden {
		display: none !important;
	}

	.xxl\:m\:hidden {
		display: none;
	}

	.xxl\:m\:block {
		display: block;
	}

	.xxl\:m\:flex {
		display: flex;
	}

	.xxl\:m\:grid {
		display: grid;
	}

	.xxl\:m\:display-flex {
		display: flex;
	}

	.xxl\:m\:display-grid {
		display: grid;
	}

	.xxl\:m\:table-cell {
		display: table-cell;
	}

	.xxl\:m\:text-base {
		font-size: calc(var(--font-base-size, 1rem) * 1px);
		line-height: 1.5rem;
	}

	.xxl\:m\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.xxl\:m\:text-xs {
		font-size: 0.75rem;
		line-height: 1rem;
	}

	.xxl\:m\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.xxl\:m\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.xxl\:m\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.xxl\:m\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.xxl\:m\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.xxl\:m\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.xxl\:m\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}

	.xxl\:m\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}

	.xxl\:m\:text-8xl {
		font-size: 6rem;
		line-height: 1;
	}

	.xxl\:m\:text-9xl {
		font-size: 8rem;
		line-height: 1;
	}
}

@media screen and (max-width: 767px) {
	.m\:hidden-mobile {
		display: none;
	}

	.\!m\:hidden-mobile {
		display: none !important;
	}
}

*,
::after,
::before {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
	-webkit-tap-highlight-color: rgb(0 0 0 / 0%);
}

html {
	line-height: 1.5;
	text-size-adjust: 100%;
	tab-size: 4;
}

body {
	margin: 0;
	line-height: inherit;
}

hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}

abbr:where([title]) {
	text-decoration: underline dotted;
}

a {
	cursor: pointer;
	color: inherit;
	text-decoration: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	border-collapse: collapse;
	text-indent: 0;
	border-color: inherit;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 100%;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: currentcolor;
}

button,
select {
	text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
	appearance: button;
	background-color: rgb(0 0 0 / 0%);
	background-image: none;
}

:-moz-focusring {
	outline: auto;
}

:-moz-ui-invalid {
	box-shadow: none;
}

progress {
	vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	appearance: textfield;
	appearance: textfied;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	appearance: button;
}

summary {
	display: list-item;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

menu,
ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

dialog {
	padding: 0;
}

textarea {
	resize: vertical;
}

input::placeholder,
textarea::placeholder {
	color: rgb(var(--color-form-field-text));
	opacity: 0.75;
}

[role='button'],
button {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
	display: block;
}

img,
video {
	max-width: 100%;
	height: auto;
}

[hidden] {
	display: none !important;
}

.rte > :last-child {
	margin-bottom: 0;
}

.rte :where(img, iframe) {
	overflow: hidden;
	display: inline-block;
	border-radius: var(--blocks-radius);
	mask-image: radial-gradient(white, #000);
}

.rte :where(h1, h2, h3, h4, h5, h6) {
	margin-top: 1em;
	margin-bottom: 0.85em;
}

.rte p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.rte p:first-child {
	margin-top: 0;
}

.rte p:last-child {
	margin-bottom: 0;
}

.rte table {
	table-layout: fixed;
}

.rte table:not([class]) {
	border-collapse: collapse;
	border-style: hidden;
	box-shadow: 0 0 0 1px rgba(var(--color-foreground), 0.2);
}

.rte table:not([class]) td,
.rte table:not([class]) th {
	padding: 0.5em;
	border: 1px solid rgba(var(--color-foreground), 0.2);
}

.rte img {
	max-width: 100%;
	height: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.rte blockquote {
	display: inline-flex;
	margin: revert;
	padding-left: 1rem;
	font-style: italic;
	color: rgba(var(--color-foreground), 0.75);
	border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
}

.rte blockquote > * {
	margin: -0.5rem 0;
}

@media screen and (min-width: 750px) {
	.rte blockquote {
		padding-left: 1.5rem;
	}
}

.rte :where(ul, ol) {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-left: 2rem;
}

.rte :where(ul, ol).liststyle-none {
	padding: 0;
	list-style: none;
}

.rte ul {
	list-style-type: disc;
}

.rte ol {
	list-style-type: decimal;
}

.rte ul.list-none {
	padding: 0;
	list-style: none;
}

.rte li {
	line-height: 2;
	list-style: inherit;
}

.rte li:last-child {
	margin-bottom: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	margin: 0;
	appearance: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	margin: 0;
	appearance: none;
}

input[type='email'],
input[type='password'],
input[type='search'],
input[type='text'],
select {
	appearance: none;
}

input[type='number'] {
	appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
	appearance: none;
}

select {
	padding-right: 25px;
	background-color: rgb(0 0 0 / 0%);
	background-image: var(--arrow-select-box);
	background-repeat: no-repeat;
	background-position: center;
	background-position-x: calc(100% - 9px);
	background-size: 10px;
}

input:not(
		.m-quantity__input,
		.form-field,
		.m-facets-price--range,
		.tcustomizer__color-picker--input,
		.tcustomizer__text-field
	),
textarea:not(
		.m-quantity__input,
		.form-field,
		.m-facets-price--range,
		.tcustomizer__color-picker--input,
		.tcustomizer__text-field
	) {
	border-style: solid;
	border-width: 1px;
}

.m-button,
.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.spr-button.spr-button-primary {
	display: inline-block;
	padding: 10px 20px;
	font-size: var(--font-btn-size, 1rem);
	font-weight: var(--font-btn-weight, 500);
	line-height: var(--btn-line-height, 'normal');
	text-align: center;
	text-transform: var(--btn-text-transform, '');
	letter-spacing: var(--btn-letter-spacing, 0);
	white-space: normal;
	border: 1px solid rgb(0 0 0 / 0%);
	border-radius: var(--btn-border-radius, 0);
	outline: 0;
	transition: var(--m-duration-default, 0.25s) all;
}

.m-button:hover,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover,
.spr-button.spr-button-primary:hover {
	cursor: pointer;
}

.m-button:focus,
.m-button:hover,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover,
.spr-button.spr-button-primary:focus,
.spr-button.spr-button-primary:hover {
	color: rgb(var(--color-button-text-hover));
	background-color: rgb(var(--color-button-hover));
	border-color: rgb(var(--color-button-hover));
}

.m-button:not(.m-button--link, .m-link-underline, .m-button--blank):hover,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:not(
		.m-button--link,
		.m-link-underline,
		.m-button--blank
	):hover,
.spr-button.spr-button-primary:not(.m-button--link, .m-link-underline, .m-button--blank):hover {
	box-shadow: 0 0 0 0.2rem rgb(var(--color-button-hover));
}

.disabled.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.disabled.spr-button.spr-button-primary,
.m-button--disabled,
.m-button.disabled,
.m-button:disabled,
.m-button[disabled],
.shopify-payment-button__button.shopify-payment-button__button--unbranded:disabled,
.spr-button.spr-button-primary:disabled,
[disabled].shopify-payment-button__button.shopify-payment-button__button--unbranded,
[disabled].spr-button.spr-button-primary {
	pointer-events: none;
	opacity: 0.5;
}

.m-button--small.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.m-button--small.spr-button.spr-button-primary,
.m-button.m-button--small {
	font-size: 14px;
	line-height: 20px;
}

.m-button--small.shopify-payment-button__button.shopify-payment-button__button--unbranded:not(
		.m-button--link,
		.m-link-underline
	),
.m-button--small.spr-button.spr-button-primary:not(.m-button--link, .m-link-underline),
.m-button.m-button--small:not(.m-button--link, .m-link-underline) {
	padding-top: 8px;
	padding-bottom: 8px;
}

.m-button--large.shopify-payment-button__button.shopify-payment-button__button--unbranded:not(
		.m-button--link,
		.m-link-underline
	),
.m-button--large.spr-button.spr-button-primary:not(.m-button--link, .m-link-underline),
.m-button.m-button--large:not(.m-button--link, .m-link-underline) {
	padding-top: 12px;
	padding-bottom: 12px;
}

@media screen and (min-width: 1024px) {
	.m-button--large.shopify-payment-button__button.shopify-payment-button__button--unbranded,
	.m-button--large.spr-button.spr-button-primary,
	.m-button.m-button--large {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (min-width: 768px) {
	.m-button,
	.shopify-payment-button__button.shopify-payment-button__button--unbranded,
	.spr-button.spr-button-primary {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.m-button--primary,
.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.spr-button.spr-button-primary {
	color: rgb(var(--color-button-text));
	background-color: rgb(var(--color-button));
	border-color: rgb(var(--color-button));
}

.m-button--primary:focus,
.m-button--primary:hover,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover,
.spr-button.spr-button-primary:focus,
.spr-button.spr-button-primary:hover {
	color: rgb(var(--color-button-text-hover));
	background: rgb(var(--color-button-hover));
	border-color: rgb(var(--color-button-hover));
}

.m-button--link,
.m-link-underline,
.m-section__description a,
.rte a:not(.spr-summary-actions-newreview) {
	position: relative;
	padding: 0;
	color: inherit;
	border-width: 0;
	border-radius: 0;
}

.m-button--link:focus,
.m-button--link:hover,
.m-link-underline:focus,
.m-link-underline:hover,
.m-section__description a:focus,
.m-section__description a:hover,
.rte a:focus:not(.spr-summary-actions-newreview),
.rte a:hover:not(.spr-summary-actions-newreview) {
	color: inherit;
	background: 0 0;
}

.m-button--link:focus::before,
.m-button--link:hover::before,
.m-link-underline:focus::before,
.m-link-underline:hover::before,
.m-section__description a:focus::before,
.m-section__description a:hover::before,
.rte a:focus:not(.spr-summary-actions-newreview)::before,
.rte a:hover:not(.spr-summary-actions-newreview)::before {
	transform: scaleX(0) translateZ(0);
	transition: -webkit-transform var(--m-duration-long, 0.5s) cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform var(--m-duration-long, 0.5s) cubic-bezier(0.165, 0.84, 0.44, 1);
}

.m-button--link:focus::after,
.m-button--link:hover::after,
.m-link-underline:focus::after,
.m-link-underline:hover::after,
.m-section__description a:focus::after,
.m-section__description a:hover::after,
.rte a:focus:not(.spr-summary-actions-newreview)::after,
.rte a:hover:not(.spr-summary-actions-newreview)::after {
	transform: scaleX(1) translateZ(0);
	transition:
		transform var(--m-duration-long, 0.5s) cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
		-webkit-transform var(--m-duration-long, 0.5s) cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.m-button--link::after,
.m-button--link::before,
.m-link-underline::after,
.m-link-underline::before,
.m-section__description a::after,
.m-section__description a::before,
.rte a:not(.spr-summary-actions-newreview)::after,
.rte a:not(.spr-summary-actions-newreview)::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	transform-origin: right;
	transform: scaleX(1) translateZ(0);
	width: 100%;
	height: var(--btn-link-border, 1px);
	background: currentcolor;
	transition:
		transform var(--m-duration-long, 0.5s) cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
		-webkit-transform var(--m-duration-long, 0.5s) cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.m-button--link::after,
.m-link-underline::after,
.m-section__description a::after,
.rte a:not(.spr-summary-actions-newreview)::after {
	transform-origin: left;
	transform: scaleX(0) translateZ(0);
	transition: -webkit-transform var(--m-duration-long, 0.5s) cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:
		transform var(--m-duration-long, 0.5s) cubic-bezier(0.165, 0.84, 0.44, 1),
		-webkit-transform var(--m-duration-long, 0.5s) cubic-bezier(0.165, 0.84, 0.44, 1);
}

.m-button--link.m-button--text-with-icon::after,
.m-button--link.m-button--text-with-icon::before,
.m-button--text-with-icon.m-link-underline::after,
.m-button--text-with-icon.m-link-underline::before,
.m-section__description a.m-button--text-with-icon::after,
.m-section__description a.m-button--text-with-icon::before,
.rte a.m-button--text-with-icon:not(.spr-summary-actions-newreview)::after,
.rte a.m-button--text-with-icon:not(.spr-summary-actions-newreview)::before {
	width: calc(100% - 25px);
}

.m-button--blank {
	padding: 0;
	background-color: rgb(0 0 0 / 0%);
	border: 0;
	transition: all var(--m-duration-default);
}

.m-button--blank:focus,
.m-button--blank:hover {
	color: rgba(var(--color-foreground), 0.75);
	background-color: rgb(0 0 0 / 0%);
	box-shadow: none;
}

.m-button--secondary {
	color: rgb(var(--color-outline-button));
	text-align: center;
	background-color: rgb(0 0 0 / 0%);
	border: var(--btn-border-width) solid rgb(var(--color-outline-button));
}

.m-button--secondary.m-button--small {
	padding-top: 7px;
	padding-bottom: 7px;
}

.m-button--secondary.m-button--large {
	padding-top: 11px;
	padding-bottom: 11px;
}

.m-button--secondary:focus,
.m-button--secondary:hover {
	color: rgb(var(--color-button-text-hover));
	background: rgb(var(--color-button-hover));
	border-color: rgb(var(--color-button-hover));
}

.m-button--plain {
	padding: 0;
	background: 0 0 !important;
	border: none !important;
	box-shadow: none !important;
}

.m-button--plain:hover {
	transform: translate3d(0, -2px, 0);
	color: rgba(var(--color-foreground), 0.75);
	text-decoration: underline !important;
	background-color: rgb(0 0 0 / 0%);
}

.m-button--white {
	color: rgba(var(--text-black), 1);
	background: rgba(var(--bg-white), 1);
}

.m-button--white:hover {
	color: rgb(var(--color-button-text-hover));
	background: rgb(var(--color-button-hover));
	border-color: rgb(0 0 0 / 0%);
}

.m-button--text-with-icon {
	display: inline-flex;
	column-gap: 4px;
	align-items: center;
}

@media screen and (min-width: 1280px) {
	.m-button--icon:hover {
		box-shadow: 0 0 0 0.2rem rgb(var(--color-button-hover));
	}
}

.shopify-payment-button__button {
	overflow: hidden;
	border-radius: var(--btn-border-radius, 0) !important;
}

.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.spr-button.spr-button-primary {
	white-space: nowrap;
}

.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover:not([disabled]),
.spr-button.spr-button-primary:hover:not([disabled]) {
	background: rgb(var(--color-button-hover)) !important;
}

.m-link-underline,
.m-section__description a,
.rte a:not(.spr-summary-actions-newreview) {
	--btn-link-border: 1px;
}

.m-link-underline::after,
.m-link-underline::before,
.m-section__description a::after,
.m-section__description a::before,
.rte a:not(.spr-summary-actions-newreview)::after,
.rte a:not(.spr-summary-actions-newreview)::before {
	bottom: 3px;
}

.button[name='checkout'] > * {
	pointer-events: none;
}

.form-field-group {
	position: relative;
	margin-bottom: 24px;
}

.form-field-group:last-child {
	margin-bottom: 0;
}

.form-field {
	width: 100%;
	padding: 6px 12px;
	line-height: 2;
	color: rgb(var(--color-form-field-text));
	background-color: rgb(var(--color-form-field));
	border: var(--inputs-border-width) solid rgb(var(--color-border));
	border-radius: var(--inputs-radius);
	outline: 0;
	transition: all var(--m-duration-default, 0.25s);
}

.form-field + .form-field {
	margin-top: 15px;
}

.form-field:focus {
	border-color: rgb(var(--color-foreground));
}

.form-field--label {
	display: block;
	margin-bottom: 5px;
}

.form-field--input__icon {
	padding-right: 48px;
	padding-left: 48px;
}

.form-field--input__plain {
	padding-right: 0;
	padding-left: 0;
	background-color: rgb(0 0 0 / 0%) !important;
	border: none;
	border-bottom: 2px solid #000;
	border-radius: 0;
}

.form-field--checkbox {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 32px;
}

.form-field--checkbox input {
	display: none;
}

.form-field--checkbox input:checked ~ .form-field--checkbox__icon svg path:last-child {
	display: block;
}

.form-field--checkbox__icon {
	position: absolute;
	left: 0;
}

.form-field--checkbox__icon path:last-child {
	display: none;
}

.form-field--checkbox p {
	margin: 0;
}

.form-field--checkbox a {
	text-decoration: underline;
}

.form-field--checkbox a:hover {
	color: rgb(var(--color-foreground));
}

.form-field--message {
	align-items: center;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1;
}

.form-field--message:not(.m\:hidden) {
	display: flex;
}

.form-field--message svg {
	flex-shrink: 0;
	margin-right: 5px;
}

.form-field--no-border {
	border: none;
}

.container {
	width: 100%;
	max-width: var(--container-width, 1280px);
	margin: 0 auto;
	padding: 0 15px;
}

.container-fluid {
	width: 100%;
	max-width: calc(var(--fluid-container-width, 1620px) + var(--fluid-container-offset) * 2);
	margin: 0 auto;
	padding: 0 15px;
}

@media screen and (min-width: 1280px) {
	.container-fluid {
		padding: 0 var(--fluid-container-offset, 60px);
	}
}

.container-full {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.container-narrow {
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
	padding: 0 15px;
}

.m-section-my {
	margin-top: var(--spacing-sections-desktop);
	margin-bottom: var(--spacing-sections-desktop);
}

@media screen and (max-width: 1535px) {
	.m-section-my {
		margin-top: var(--spacing-sections-laptop);
		margin-bottom: var(--spacing-sections-laptop);
	}
}

@media screen and (max-width: 1279px) {
	.m-section-my {
		margin-top: var(--spacing-sections-tablet);
		margin-bottom: var(--spacing-sections-tablet);
	}
}

@media screen and (max-width: 767px) {
	.m-section-my {
		margin-top: var(--spacing-sections-mobile);
		margin-bottom: var(--spacing-sections-mobile);
	}
}

.m-section-py {
	--section-padding-top-laptop: calc(var(--section-padding-top) * 0.8);
	--section-padding-bottom-laptop: calc(var(--section-padding-bottom) * 0.8);
	--section-padding-top-tablet: calc(var(--section-padding-top) * 0.6);
	--section-padding-bottom-tablet: calc(var(--section-padding-bottom) * 0.6);
	--section-padding-top-mobile: min(var(--section-padding-top), 40px);
	--section-padding-bottom-mobile: min(var(--section-padding-bottom), 40px);

	padding-top: var(--section-padding-top, var(--spacing-sections-desktop));
	padding-bottom: var(--section-padding-bottom, var(--spacing-sections-desktop));
}

@media screen and (max-width: 1535px) {
	.m-section-py {
		padding-top: var(--section-padding-top-laptop, var(--spacing-sections-laptop));
		padding-bottom: var(--section-padding-bottom-laptop, var(--spacing-sections-laptop));
	}
}

@media screen and (max-width: 1279px) {
	.m-section-py {
		padding-top: var(--section-padding-top-tablet, var(--spacing-sections-tablet));
		padding-bottom: var(--section-padding-bottom-tablet, var(--spacing-sections-tablet));
	}
}

@media screen and (max-width: 767px) {
	.m-section-py {
		padding-top: var(--section-padding-top-mobile, var(--spacing-sections-mobile));
		padding-bottom: var(--section-padding-bottom-mobile, var(--spacing-sections-mobile));
	}
}

.m\:color-warning {
	color: rgb(var(--color-warning));
}

.m\:color-success {
	color: rgb(var(--color-success));
}

.m\:font-light {
	font-weight: 300;
}

.m\:font-regular {
	font-weight: 400;
}

.m\:font-medium {
	font-weight: 500;
}

.m\:font-semi-bold {
	font-weight: 600;
}

.m\:font-bold {
	font-weight: 700;
}

.m\:font-extrabold {
	font-weight: 800;
}

.m\:font-black {
	font-weight: 900;
}

@media screen and (min-width: 640px) {
	.m\:text-medium {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}

@media screen and (min-width: 1024px) {
	.m\:text-medium {
		font-size: 3rem;
		line-height: 1;
	}
}

@media screen and (min-width: 640px) {
	.m\:text-large {
		font-size: 3rem;
		line-height: 1;
	}
}

@media screen and (min-width: 1024px) {
	.m\:text-large {
		font-size: 4.5rem;
		line-height: 1;
	}
}

.m\:text-black {
	color: rgba(var(--text-black), 1);
}

.m\:text-white {
	color: rgba(var(--text-white), 1);
}

.m\:text-inherit {
	color: rgb(var(--color-foreground));
}

.m\:text-color-subtext {
	color: rgb(var(--color-foreground-secondary));
}

.m\:text-color-body {
	color: rgb(var(--color-foreground));
}

.m\:text-color-warning {
	color: rgb(var(--color-warning));
}

.m\:text-color-error {
	color: rgb(var(--color-error));
}

.m\:text-color-success {
	color: rgb(var(--color-success));
}

.m\:color-price-regular {
	color: rgb(var(--color-price-regular));
}

.m\:color-price-sale {
	color: rgb(var(--color-price-sale));
}

.m\:text-heading {
	color: rgb(var(--color-heading));
}

.m\:rounded-full {
	border-radius: var(--rounded-full, 999px);
}

.m\:overflow-hidden {
	overflow: hidden;
}

.m\:overflow-clip {
	overflow: clip;
}

.m\:gap-2 {
	gap: 8px;
}

.m\:gap-4 {
	gap: 16px;
}

.m\:list-unstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}

.icon__fallback-text,
.m\:visually-hidden {
	position: absolute !important;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	clip: rect(0 0 0 0);
	border: 0;
}

.m\:visually-hidden--inline {
	height: 1em;
	margin: 0;
}

.m\:uppercase {
	text-transform: uppercase;
}

.m\:capitalize {
	text-transform: capitalize;
}

.m\:object-cover {
	object-fit: cover;
}

.m\:disabled,
[disabled] {
	pointer-events: none;
	opacity: 0.5;
}

.m-button[disabled='false'],
[disabled='false'],
[disabled='false'].shopify-payment-button__button.shopify-payment-button__button--unbranded,
[disabled='false'].spr-button.spr-button-primary {
	pointer-events: auto;
	opacity: 1;
}

.m\:relative {
	position: relative;
}

.m\:absolute {
	position: absolute;
}

.m\:mx-auto {
	margin-right: auto;
	margin-left: auto;
}

.m\:mr-auto {
	margin-right: auto;
}

.m\:ml-auto {
	margin-left: auto;
}

.m\:mt-cascade-1 {
	margin-top: clamp(24px, 2vw, 42px);
}

.m\:mt-cascade-2 {
	margin-top: clamp(32px, 5vw, 50px);
}

.m\:mt-cascade-3 {
	margin-top: clamp(70px, 12vw, 120px);
}

.m\:mt-cascade-4 {
	margin-top: clamp(100px, 16vw, 150px);
}

.m\:mt-cascade-5 {
	margin-top: clamp(160px, 24vw, 230px);
}

@media screen and (max-width: 767px) {
	.m\:mt-cascade-5 {
		margin-top: clamp(70px, 20vw, 160px);
	}
}

.m\:mt-cascade-6 {
	margin-top: clamp(200px, 32vw, 250px);
}

.m\:sr-only {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	white-space: nowrap;
	clip: rect(0, 0, 0, 0);
	border-width: 0;
}

.m\:fade-out {
	pointer-events: none;
	opacity: 0;
}

@media screen and (max-width: 1279px) {
	.xl\:m\:hide-br br {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.md\:m\:hide-br br {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.motion-reduce\:transition-none {
		transition-property: none;
	}
}

.m\:blocks-radius {
	overflow: hidden;
	border-radius: var(--blocks-radius);
	mask-image: radial-gradient(white, #000);
}

.m\:blocks-radius-md {
	overflow: hidden;
	border-radius: var(--medium-blocks-radius);
	mask-image: radial-gradient(white, #000);
}

@media screen and (max-width: 767px) {
	.md\:m\:blocks-radius-none {
		border-radius: 0;
	}
}

.order-first {
	order: -999;
}

.order-last {
	order: 999;
}

.order-none {
	order: 0;
}

.invisible {
	visibility: hidden;
}

.pointer-events-none {
	pointer-events: none;
}

.pointer-events-auto {
	pointer-events: all;
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-auto {
	cursor: auto;
}

.m\:whitespace-nowrap {
	white-space: nowrap;
}

.m\:sticky-element {
	position: sticky;
	top: calc(var(--m-header-height) + var(--offset-top, 20px));
}

.header-scroll-down:has([data-sticky='on_scroll_up']) .m\:sticky-element,
:has([data-sticky='none']) .m\:sticky-element {
	top: var(--offset-top, 20px);
}

@media (min-width: 640px) {
	.sm\:order-first {
		order: -999;
	}

	.sm\:order-last {
		order: 999;
	}

	.sm\:order-none {
		order: 0;
	}
}

@media (min-width: 768px) {
	.md\:order-first {
		order: -999;
	}

	.md\:order-last {
		order: 999;
	}

	.md\:order-none {
		order: 0;
	}
}

@media (min-width: 1024px) {
	.lg\:order-first {
		order: -999;
	}

	.lg\:order-last {
		order: 999;
	}

	.lg\:order-none {
		order: 0;
	}
}

@media (min-width: 1280px) {
	.xl\:order-first {
		order: -999;
	}

	.xl\:order-last {
		order: 999;
	}

	.xl\:order-none {
		order: 0;
	}
}

@media (min-width: 1536px) {
	.xxl\:order-first {
		order: -999;
	}

	.xxl\:order-last {
		order: 999;
	}

	.xxl\:order-none {
		order: 0;
	}
}

html.no-js .no-js-hidden {
	display: none !important;
}

a.m-text-link {
	text-decoration: underline;
}

a.m-text-link:hover {
	color: rgb(var(--color-foreground));
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

.m-link-absolute {
	position: absolute;
	z-index: 10;
	inset: 0;
}

sup {
	top: -8px;
	color: #da3f3f;
}

.m-hidden-link {
	position: absolute;
	z-index: 6;
	inset: 0;
	display: block;
}

.m-placeholder-svg {
	background-color: rgba(var(--color-foreground), 0.2);
	fill: rgba(var(--color-foreground), 0.4);
}

.m-placeholder-svg--no-border {
	border: none;
}

.m-placeholder-wrapper {
	border: 1px solid rgb(51 50 50 / 20%);
}

.m-link-lists--item {
	cursor: pointer;
	line-height: 34px;
}

.m-link-lists--item.active .m-link,
.m-link-lists--item:hover .m-link {
	color: rgb(var(--color-foreground));
}

.m-link-lists--item.active .m-link::after,
.m-link-lists--item:hover .m-link::after {
	width: 100%;
}

.m-link-lists--item.active .m-link {
	pointer-events: none;
}

.m-link-lists .m-link {
	cursor: pointer;
	position: relative;
	color: rgb(var(--color-foreground-secondary));
	transition: all var(--m-duration-default, 0.25s) ease;
}

.m-link-lists .m-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 1px;
	background-color: rgb(var(--color-foreground));
	transition: all var(--m-duration-default, 0.25s) ease;
}

.m-link-lists--inline {
	display: flex;
	flex-flow: row wrap;
	place-content: stretch flex-start;
	align-items: flex-start;
	margin: 0 -11px;
}

.m-link-lists--inline .m-link-lists--item {
	margin: 0 6px;
	padding: 0 5px;
}

.m-link-lists--border .m-link {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 500;
	color: rgb(var(--color-foreground-secondary));
	transition: var(--m-duration-default, 0.25s) all;
}

.m-link-lists--border .m-link.active,
.m-link-lists--border .m-link:hover {
	color: rgb(var(--color-foreground));
}

.m-link-lists--border li + li .m-link {
	border-top: 1px solid rgb(var(--color-border));
}

.social-media-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	align-items: center;
}

.social-media-links--item {
	display: flex;
	align-items: center;
}

.social-media-links--label {
	padding-left: 10px;
}

.m-svg-icon {
	width: 16px;
	height: 16px;
}

.m-svg-icon--small {
	width: 12px;
	height: 12px;
}

.m-svg-icon--medium-small {
	width: 18px;
	height: 18px;
}

.m-svg-icon--medium {
	width: 20px;
	height: 20px;
}

.m-svg-icon--large {
	width: 24px;
	height: 24px;
}

.m-terms-conditons {
	width: 100%;
	margin-top: 20px;
}

.m-countdown {
	display: flex;
}

.m-countdown__heading {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.m-countdown__heading {
		margin-bottom: 40px;
	}
}

.m-countdown__button {
	margin-top: 32px;
}

@media screen and (min-width: 768px) {
	.m-countdown__button {
		margin-top: 48px;
	}
}

.m-countdown-timer {
	transition: opacity var(--m-duration-short, 0.1s) cubic-bezier(0.4, 0, 0.2, 1);
}

.m-cart-icon-bubble {
	cursor: pointer;
	position: relative;
	padding: 8px;
	white-space: nowrap;
}

.m-cart-count {
	position: absolute;
	top: 8px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	font-size: 10px;
	font-weight: 500;
	color: var(--color-cart-wishlist-count);
	text-align: center;
	background-color: var(--bg-cart-wishlist-count);
	border-radius: 9999px;
}

@media screen and (max-width: 1023px) {
	.m-cart-count {
		top: 8px;
		right: 4px;
	}
}

.m-cart-count.m\:hidden {
	display: none;
}

.m-scrollbar--vertical,
.select-items {
	overflow-y: auto;
}

.m-scrollbar--vertical::-webkit-scrollbar,
.select-items::-webkit-scrollbar {
	width: var(--sf-scroll-bar-width, 3px);
}

.m-scrollbar--vertical::-webkit-scrollbar-thumb,
.select-items::-webkit-scrollbar-thumb {
	background: #ebebeb;
}

.m-scrollbar--vertical::-webkit-scrollbar-thumb:hover,
.select-items::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.m-breadcrumb--wrapper {
	margin: 0 -15px;
}

.m-breadcrumb--item {
	padding: 15px;
	font-size: 15px;
	color: inherit;
	white-space: nowrap;
	transition: all var(--m-duration-default, 0.25s) ease;
}

.m-breadcrumb--item-current {
	pointer-events: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-breadcrumb--item:hover {
	color: rgb(var(--color-foreground));
}

.m-breadcrumb--separator svg {
	width: 9px;
	height: 9px;
}

.collapsible--button,
.m-collapsible--button {
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 10px;
	font-weight: 500;
	border-bottom: 1px solid rgb(var(--color-border));
	transition: all var(--m-duration-default, 0.25s);
}

.collapsible--button span,
.m-collapsible--button span {
	text-transform: initial;
}

.collapsible--icon,
.m-collapsible--icon {
	transition: transform var(--m-duration-default, 0.25s) ease;
}

.collapsible--content-inner,
.collapsible--content__inner,
.m-collapsible--content-inner,
.m-collapsible--content__inner {
	padding: 16px 0;
}

.collapsible [data-trigger],
.m-collapsible [data-trigger] {
	cursor: pointer;
	position: relative;
}

.collapsible [data-content],
.m-collapsible [data-content] {
	will-change: height;
	overflow: hidden;
	height: auto;
	transition: height var(--m-duration-default, 0.25s);
}

.collapsible[data-destroy='true'] [data-content],
.m-collapsible[data-destroy='true'] [data-content] {
	display: block;
}

.collapsible[data-destroy='true'] .f-facets__block-header,
.m-collapsible[data-destroy='true'] .f-facets__block-header {
	pointer-events: none;
}

.collapsible[open='true'] .m-collapsible--icon,
.m-collapsible[open='true'] .m-collapsible--icon {
	transform: rotateX(180deg);
}

.collapsible[open='true'] .m-collapsible--button,
.m-collapsible[open='true'] .m-collapsible--button {
	border-bottom-color: rgb(var(--color-foreground));
}

.m-sharing-social label {
	display: block;
	margin-right: 20px;
	font-weight: 500;
}

.m-sharing-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	transition: all var(--m-duration-default, 0.25s) ease;
}

.m-sharing-social a + a {
	margin-left: 16px;
}

.m-sharing-social a:hover {
	color: rgb(var(--color-foreground-secondary));
}

.m-sharing {
	width: 380px;
	padding: 24px;
	background-color: rgba(var(--bg-white), 1);
}

.m-sharing label {
	display: block;
	margin-right: 0;
	margin-bottom: 14px;
	font-weight: 500;
}

.m-sharing .m-sharing-social {
	margin-top: 20px;
}

.m-product-form .m-add-to-cart {
	position: relative;
	flex-grow: 1;
	flex-shrink: 1;
}

.m-product-form--input {
	width: 130px;
}

@media screen and (min-width: 768px) {
	.m-product-form--input {
		margin-right: 20px;
	}

	.m-product-media--layout-7 .m-product-form--input .m-product-option--label {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.m-product-form--input {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.m-product-form--input label {
		margin-right: 20px;
		margin-bottom: 0;
	}
}

.m-product-form .show-foxkit-preorder .m-product-dynamic-checkout {
	display: none;
}

.m-quantity {
	display: flex;
	min-height: 46px;
	color: rgb(var(--color-form-field-text));
	background: rgb(var(--color-form-field));
	border: 1px solid rgb(var(--color-border));
	border-radius: var(--inputs-radius);
}

.m-quantity__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
}

.m-quantity__button svg {
	width: 12px;
	height: 12px;
}

.m-quantity__input {
	flex-grow: 1;
	flex-shrink: 1;
	width: 44px;
	padding: 0;
	text-align: center;
	appearance: none;
	background-color: rgb(0 0 0 / 0%);
}

.m-modal {
	--m-bg-opacity: 0.3;
	--m-opacity: 0;
	--m-bg-color: 0, 0, 0;

	pointer-events: none;
	position: fixed;
	z-index: 99;
	inset: 0;
	padding: 0 20px;
	opacity: var(--m-opacity);
	background-color: rgba(var(--m-bg-color), var(--m-bg-opacity));
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: var(--m-duration-short, 0.1s);
	transition-property: opacity;
}

.m-modal.m-open-modal {
	pointer-events: auto;
}

.m-modal--close {
	position: absolute;
	z-index: 10;
	top: 6px;
	right: 6px;
	padding: 8px;
	color: rgb(var(--color-foreground));
	background: rgb(var(--color-background));
	border-radius: 100%;
	transition: all var(--m-duration-default, 0.25s) ease;
}

.m-modal--close svg {
	width: 16px;
	height: 16px;
}

.m-modal--close:hover {
	transform: rotate(180deg);
	color: rgb(var(--color-button-text-hover));
	background-color: rgb(var(--color-button-hover));
}

@media screen and (max-width: 767px) {
	.m-modal--close {
		top: 5px;
		right: 5px;
	}
}

.m-modal--content {
	position: relative;
	transform: scale(0.9);
	overflow: hidden auto;
	max-height: 90vh;
	opacity: 0;
	background: rgb(var(--color-background));
	border-radius: var(--blocks-radius);
	transition: all var(--m-duration-default, 0.25s) ease-in-out;
}

.m-open-modal .m-modal--content {
	transform: scale(1);
	opacity: 1;
}

.m-modal--content-inner {
	overflow-x: auto;
}

.m-modal:has(.m-product-quickview) .m-product-media {
	--blocks-radius: 0;
}

responsive-image {
	display: inline-block;
	background-color: var(--bg-card-placeholder);
	transition-timing-function: ease;
	transition-duration: var(--m-duration-long);
	transition-property: background-color;
}

responsive-image img {
	backface-visibility: hidden;
	opacity: 0;
	transition-property: transform, opacity;
}

.no-js responsive-image img {
	opacity: 1;
}

responsive-image.m-image-loaded {
	background-color: rgb(0 0 0 / 0%);
}

responsive-image.m-image-loaded img {
	animation: mZoomFadeSmall var(--m-duration-animate) ease forwards;
}

.m-image {
	width: var(--image-width, 100%);
	vertical-align: middle;
}

.m-bg-lazy {
	background-image: none !important;
}

.m-switcher-dropdown form {
	padding-right: 16px;
	padding-left: 16px;
}

.container-full .m-switcher-dropdown:last-child .m-select-custom--options {
	right: 0;
	left: auto;
}

@media screen and (max-width: 1279px) {
	.m-switcher-dropdown:last-child .m-select-custom--options {
		right: 0;
		left: auto;
	}
}

m-select-component {
	position: relative;
	display: block;
}

m-select-component select {
	display: none;
	background-color: rgb(0 0 0 / 0%);
	border: 0;
}

.m-select-custom--plain {
	border-bottom: 2px solid rgb(var(--color-foreground));
}

.m-select-custom--plain .m-select-custom--options {
	padding: 20px 25px;
	line-height: inherit;
}

.m-select-custom--plain .m-select-custom--trigger .m-select-custom--trigger-icon {
	padding-left: 20px;
}

.m-select-custom--custom-width {
	min-width: 250px;
}

@media screen and (max-width: 1535px) {
	.m-select-custom--custom-width {
		min-width: 180px;
	}
}

@media screen and (max-width: 1279px) {
	.m-select-custom--custom-width {
		min-width: 130px;
	}
}

.m-select-custom--options {
	position: absolute;
	z-index: 80;
	top: calc(100% + 20px);
	left: 0;
	transform: translateZ(0);
	overflow-y: scroll;
	width: min-content;
	min-width: 100%;
	max-height: 60vh;
	padding: 10px 20px;
	line-height: 32px;
	color: rgba(var(--color-foreground), 0.75);
	visibility: hidden;
	opacity: 0;
	background-color: rgb(var(--color-background));
	border-radius: 5px;
	box-shadow: 0 20px 30px rgba(var(--color-foreground), 0.12);
	transition: all var(--m-duration-default, 0.25s) ease-in-out;
}

.m-select-custom--options::-webkit-scrollbar {
	width: 3px;
}

.m-select-custom--options::-webkit-scrollbar-thumb {
	background: #ebebeb;
}

.m-select-custom--options::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.m-select-custom--options-top {
	top: auto;
	bottom: calc(100% + 20px);
}

.m-select-custom--option {
	cursor: pointer;
	user-select: none;
	overflow: hidden;
	max-width: 250px;
	color: rgba(var(--color-foreground), 0.75);
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color var(--m-duration-default, 0.25s) ease;
}

.m-select-custom--option.isActive,
.m-select-custom--option:hover {
	color: rgb(var(--color-foreground));
}

.m-country-switcher .m-select-custom--option {
	display: flex;
	gap: 8px;
	align-items: center;
}

.m-select-custom--trigger {
	cursor: pointer;
	user-select: none;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
	font-weight: inherit;
}

.m-select-custom--trigger-icon {
	transition: transform var(--m-duration-default, 0.25s) ease-in-out;
}

.m-select-custom--trigger-icon svg {
	width: 8px;
	height: 8px;
}

.m-select-custom.isActive .m-select-custom--options {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.m-select-custom.isActive .m-select-custom--options-top {
	top: auto;
	bottom: 100%;
}

.m-select-custom.isActive .m-select-custom--trigger-icon {
	transform: rotateX(180deg);
}

.m-swiper-overflow .m-mixed-layout--mobile-scroll,
.m-swiper-overflow .swiper-container {
	margin-bottom: -5px;
	padding-bottom: 5px;
}

@media screen and (min-width: 1024px) {
	.m-swiper-overflow {
		--swiper-container-offset-top: 30px;
		--swiper-container-side-spacing: calc(-1 * var(--column-gap) / 2);
	}

	.m-swiper-overflow .swiper-container {
		margin: calc(var(--swiper-container-offset-top) * - 1) var(--swiper-container-side-spacing, auto) -60px;
		padding: var(--swiper-container-offset-top) calc(var(--column-gap, 0px) / 2 - 1px) 60px;
	}
}

.swiper--equal-height .swiper-slide {
	height: auto;
}

.swiper--equal-height .swiper-slide > * {
	height: 100%;
}

.swiper-container {
	display: block;
}

.swiper-pagination {
	pointer-events: auto;
	z-index: 29;
	display: inline-flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
}

@media screen and (min-width: 768px) {
	.m-slider-controls--absolute .swiper-pagination {
		margin-top: 40px;
	}

	.m-slider-controls--absolute .swiper-pagination--vertical {
		flex-direction: column;
		margin-top: 0;
	}
}

.swiper-pagination:empty {
	display: none !important;
}

@media screen and (min-width: 768px) {
	.m-slider-control-hover-inside:hover .m-slider-controls--absolute .m-slider-controls__button {
		left: calc(var(--column-gap-mobile, 0px) / 2 + 25px);
		opacity: 1;
	}

	.m-slider-control-hover-inside:hover .m-slider-controls--absolute .m-slider-controls__button-next {
		right: calc(var(--column-gap-mobile, 0px) / 2 + 25px);
		left: auto;
	}
}

@media screen and (min-width: 1024px) {
	.m-slider-control-hover-inside:hover .m-slider-controls--absolute .m-slider-controls__button {
		left: calc(var(--column-gap, 0px) / 2 + 25px);
	}

	.m-slider-control-hover-inside:hover .m-slider-controls--absolute .m-slider-controls__button-next {
		right: calc(var(--column-gap, 0px) / 2 + 25px);
		left: auto;
	}
}

.m-slider-controls {
	margin-top: 40px;
}

.m-mixed-layout .m-slider-controls {
	padding-right: min(15px, var(--column-gap-mobile, var(--column-gap)) / 2);
	padding-left: min(15px, var(--column-gap-mobile, var(--column-gap)) / 2);
}

@media screen and (min-width: 768px) {
	.m-mixed-layout .m-slider-controls {
		padding-right: max(7.5px, var(--column-gap-mobile, var(--column-gap)) / 2);
		padding-left: max(7.5px, var(--column-gap-mobile, var(--column-gap)) / 2);
	}
}

@media screen and (min-width: 1024px) {
	.m-mixed-layout .m-slider-controls {
		padding-right: calc(var(--column-gap, 0) / 2);
		padding-left: calc(var(--column-gap, 0) / 2);
	}
}

.m-slider-controls.m\:hidden {
	display: none;
}

.m-slider-controls__wrapper {
	pointer-events: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: -8px;
	margin-left: -8px;
}

.m-slider-controls__button {
	pointer-events: auto;
	cursor: pointer;
	z-index: 1;
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	margin-right: 8px;
	margin-left: 8px;
	padding: 0;
	color: rgb(var(--color-foreground));
	background-color: rgb(var(--color-background));
	border: 1px solid rgb(var(--color-border));
	border-radius: 9999px;
	outline: 0;
	box-shadow: none;
	transition: all var(--m-duration-default, 0.25s) ease;
}

.m-slider-controls__button[disabled] {
	pointer-events: none;
	opacity: 0.5;
}

.m-slider-controls__button::after {
	display: none;
}

.m-slider-controls__button:hover {
	border-color: rgb(var(--color-button-hover));
}

.m-slider-controls__button.m\:hidden {
	display: none;
}

@media screen and (min-width: 1280px) {
	.m-slider-controls__button:hover {
		color: rgb(var(--color-button-text-hover));
		background: rgb(var(--color-button-hover));
		border-color: rgb(var(--color-button-hover));
		box-shadow: 0 0 0 0.2rem rgb(var(--color-button-hover));
	}
}

@media screen and (max-width: 767px) {
	.m-slider-controls__button {
		width: 40px;
		height: 40px;
	}
}

.m-slider-controls--absolute {
	margin-top: 0;
	font-size: 0;
}

.m-slider-controls--absolute .m-slider-controls__button {
	--button-offset-top: calc(var(--offset-top) + var(--swiper-container-offset-top, 0px));

	position: absolute;
	top: var(--button-offset-top, 50%);
	left: -80px;
	transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
	.m-slider-control-hover-inside .m-slider-controls--absolute .m-slider-controls__button {
		opacity: 0;
	}
}

.m-slider-controls--absolute .m-slider-controls__button-next {
	right: -80px;
	left: auto;
}

@media screen and (min-width: 768px) {
	.m-slider-controls--absolute .m-slider-controls__button {
		margin-right: 0;
		margin-left: 0;
	}

	.m-slider-controls--absolute .swiper-pagination {
		position: absolute;
		width: auto;
	}

	.m-slider-controls--absolute[class*='-middle-'] .swiper-pagination {
		top: 50%;
		transform: translateY(-50%);
	}

	.m-slider-controls--absolute[class*='-top-'] .swiper-pagination {
		top: 0;
		bottom: auto;
	}

	.m-slider-controls--absolute[class*='-left'] .swiper-pagination {
		right: auto;
		left: 0;
	}

	.m-slider-controls--absolute[class*='-right'] .swiper-pagination {
		right: 0;
		left: auto;
	}

	.m-slider-controls--absolute[class*='-bottom-'] .swiper-pagination {
		position: relative;
	}
}

@media screen and (max-width: 767px) {
	.m-slider-controls--absolute {
		text-align: center;
	}

	.m-slider-controls--absolute .m-slider-controls__button {
		position: static;
		transform: none;
		display: flex;
		flex: 0 0 auto;
	}

	.m-slider-controls--absolute .swiper-pagination {
		width: auto;
	}
}

.m-slider-controls[class*='-bottom-left'] {
	text-align: left;
}

.m-slider-controls[class*='-bottom-center'] {
	text-align: center;
}

.m-slider-controls[class*='-bottom-right'] {
	text-align: right;
}

.m-slider-controls--full .m-slider-controls__button {
	left: 30px;
}

.m-slider-controls--full .m-slider-controls__button-next {
	right: 30px;
	left: auto;
}

.m-slider-controls--pagination-fraction .m-slider-controls__wrapper {
	display: inline-flex;
	height: 40px;
	margin-right: 0;
	margin-left: 0;
	padding: 0 5px;
	border: 1px solid rgb(var(--color-border));
	border-radius: 44px;
}

.m-slider-controls--pagination-fraction .m-slider-controls__button {
	width: 30px;
	height: 40px;
	color: rgb(var(--color-foreground));
	background-color: rgb(0 0 0 / 0%);
	border: 0;
	box-shadow: unset;
}

.m-slider-controls--pagination-fraction
	.m-slider-controls--show-pagination:not(.m-slider-controls--show-nav)
	.swiper-pagination {
	min-width: 80px;
}

.m-slider-controls--pagination-fraction .m-slider-controls__button,
.m-slider-controls--pagination-fraction .swiper-pagination {
	margin: 0;
}

.m-slider-controls--pagination-fraction .swiper-pagination {
	min-width: 34px;
	color: rgb(var(--color-foreground));
}

@media screen and (max-width: 767px) {
	.m-slider-controls {
		max-width: 100vw;
		margin-top: 20px;
	}

	.m-slider-controls--md-hidden {
		display: none;
	}
}

.m-section__header {
	margin-bottom: var(--m-section-header-spacing-bottom, 60px);
}

@media screen and (max-width: 1279px) {
	.m-section__header {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.m-section__header {
		margin-bottom: var(--m-section-header-spacing-bottom-mobile, 24px);
	}
}

@media screen and (min-width: 768px) {
	.m-section__header-with-button {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {
	.m-section__header-with-button .m-button,
	.m-section__header-with-button .shopify-payment-button__button.shopify-payment-button__button--unbranded,
	.m-section__header-with-button .spr-button.spr-button-primary {
		margin-top: 12px;
	}
}

@media screen and (max-width: 767px) {
	.m-section__heading br {
		display: none;
	}
}

.m-section__subheading {
	margin-bottom: 20px;
	color: rgb(var(--color-foreground));
}

@media screen and (max-width: 767px) {
	.m-section__subheading {
		margin-bottom: 12px;
	}
}

.m-section__description {
	margin-top: 16px;
	font-size: calc(var(--font-base-size, 16) * 1px);
	color: rgb(var(--color-foreground-secondary));
}

.m-section__button {
	margin-top: 32px;
}

@media screen and (max-width: 767px) {
	.m-section__button {
		margin-top: 24px;
	}
}

.m-image-box {
	position: relative;
	overflow: hidden;
}

.m-content-box__description {
	color: rgb(var(--color-foreground-secondary));
}

.m-gradient {
	background: rgb(var(--color-background));
	background: var(--gradient-background);
}

.m-image-with-text__content {
	display: flex;
	align-items: center;
}

.m-collapsible-section .m-collapsible--content__inner {
	padding-top: 20px;
	padding-bottom: 40px;
	line-height: 1.7;
	color: rgb(var(--color-foreground));
}

.m-product-recommendations__wrapper,
.m-recently-viewed__wrapper {
	position: relative;
}

.m-collection-list-template {
	margin-bottom: 60px;
}

@media screen and (min-width: 1024px) {
	.m-collection-list-template {
		margin-bottom: 80px;
	}
}

.m-drawer__wrapper {
	touch-action: none;
	position: fixed;
	z-index: 100;
	inset: 0;
	background-color: rgba(0, 0, 0, var(--m-bg-opacity));
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: var(--m-duration-default, 0.25s);
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
}

.m-drawer__content {
	z-index: 50;
	transform: translate3d(var(--m-translate-x, 100%), 0, 0);
	margin-left: auto;
	background-color: rgb(var(--color-background));
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: var(--m-duration-default, 0.25s);
	transition-property: transform;
}

@media screen and (min-width: 768px) {
	.m-drawer__content {
		width: 450px;
	}
}

@media screen and (max-width: 767px) {
	.m-drawer__content {
		width: calc(100% - 40px);
	}
}

.m-drawer__header {
	padding: 16px 24px;
}

@media screen and (min-width: 768px) {
	.m-drawer__header {
		padding-top: 24px;
	}
}

@media screen and (max-width: 767px) {
	.m-drawer__header {
		padding: 16px;
	}
}

.m-drawer__body {
	overscroll-behavior: contain;
	padding: 16px 24px;
}

@media screen and (max-width: 767px) {
	.m-drawer__body {
		padding: 16px;
	}
}

.m-drawer__close {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 8px;
}

.m-compare-count,
.m-wishlist-count {
	position: absolute;
	top: 11px;
	right: -4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
	color: var(--color-cart-wishlist-count);
	text-align: center;
	background-color: var(--bg-cart-wishlist-count);
	border-radius: 9999px;
}

.m-mobile-sticky-bar--wishlist .m-compare-count,
.m-mobile-sticky-bar--wishlist .m-wishlist-count {
	top: -7px;
	right: -18px;
}

.m-compare-count.m\:hidden,
.m-wishlist-count.m\:hidden {
	display: none;
}

deferred-media {
	display: block;
}

.deferred-media model-viewer,
.deferred-media > :not(.zoom, .deferred-media__poster-button) {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.deferred-media__poster {
	cursor: pointer;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgb(0 0 0 / 0%);
	border: none;
}

.deferred-media__poster-button {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.4rem;
	height: 4.4rem;
	color: rgb(var(--color-button-text, #000));
	background-color: rgb(var(--color-button, #f5f5f5));
	border: 0.1rem solid rgb(var(--color-button, #ddd));
	border-radius: 50%;
	transition: var(--m-duration-default, 0.25s) ease all;
}

.deferred-media__poster-button.m\:text-white {
	color: rgba(var(--text-white), 1);
	border-color: rgba(var(--text-white), 1);
}

.deferred-media__poster-button.m\:text-black {
	color: rgba(var(--text-black), 1);
	border-color: rgba(var(--text-black), 1);
}

.deferred-media__poster-button svg {
	width: 22px;
	height: 22px;
	color: rgb(var(--color-button-text, #000));
}

.deferred-media[loaded] > .deferred-media__poster {
	display: none;
}

.shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--poster {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	color: #000;
	background-color: #f5f5f5;
	border: 0.1rem solid #ddd;
	border-radius: 50%;
	transition: var(--m-duration-default, 0.25s) ease all;
}

.shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--poster svg {
	width: 46px;
	height: 46px;
	margin: 0;
}

.shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--poster[hidden] {
	display: none;
}

.m-richtext > * + * {
	margin: var(--child-margin-top, 32px) 0 0;
}

.m-richtext > * + :is(.m-richtext__description) {
	margin-top: var(--text-margin-top, 24px);
}

.m-richtext > :first-child:is(.m-richtext__subtitle) {
	margin-bottom: var(--subheading-margin-bottom, 20px);
}

.m-richtext > :first-child:is(.m-richtext__subtitle) + * {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.m-richtext {
		--child-margin-top: 24px;
		--text-margin-top: 12px;
		--subheading-margin-bottom: 12px;
	}
}

@media screen and (min-width: 1280px) {
	.m-richtext--large {
		--child-margin-top: 40px;
		--text-margin-top: 32px;
		--subheading-margin-bottom: 24px;
	}
}

@media screen and (max-width: 767px) {
	.m-richtext--large {
		--child-margin-top: 24px;
		--text-margin-top: 16px;
		--subheading-margin-bottom: 16px;
	}
}

.m-richtext--small {
	--child-margin-top: 20px;
	--text-margin-top: 16px;
	--subheading-margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
	.m-richtext--small {
		--child-margin-top: 16px;
		--text-margin-top: 12px;
		--subheading-margin-bottom: 12px;
	}
}

@media screen and (max-width: 767px) {
	.responsive-table thead {
		display: none;
	}

	.responsive-table td,
	.responsive-table th {
		float: left;
		clear: left;
		width: 100%;
		margin: 0;
		padding: 10px 0;
		color: rgb(var(--color-foreground-secondary));
		text-align: right;
		border: 0;
	}

	.responsive-table td::before,
	.responsive-table th::before {
		content: attr(data-label);
		float: left;
		padding-right: 10px;
		font-size: 16px;
		font-weight: 500;
		color: rgb(var(--color-foreground));
		text-align: center;
	}

	.responsive-table__row + .responsive-table__row,
	tfoot > .responsive-table__row:first-child {
		position: relative;
		margin-top: 10px;
		padding-top: 55px;
	}

	.responsive-table__row + .responsive-table__row::after,
	tfoot > .responsive-table__row:first-child::after {
		content: '';
		position: absolute;
		top: 0;
		right: 27.5px;
		left: 27.5px;
		display: block;
		border-bottom: 1px solid rgb(var(--color-border));
	}

	tfoot .small-hide {
		display: none;
	}
}

.m-parallax {
	pointer-events: none;
	overflow: hidden;
}

.m-parallax :is(img, svg) {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.m-media {
	position: relative;
}

.m-media img,
.m-media svg {
	position: absolute !important;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.template-product {
	padding-bottom: var(--f-sticky-atc-bar-height, 0);
}

.template-product #MainContent {
	padding-bottom: 60px;
}

.m-progress-bar {
	position: relative;
	overflow: hidden;
	display: block;
	height: var(--progress-bar-size, 5px);
	color: var(--color-progress-bar);
	background-color: rgba(var(--color-foreground), 0.075);
	border-radius: var(--progress-bar-radius, 3px);
}

.m-progress-bar::before {
	content: '';
	display: block;
	width: var(--scale-x, 0%);
	height: 100%;
	background-color: currentcolor;
	border-radius: inherit;
	transition: width 0.6s cubic-bezier(0.7, 0, 0.3, 1) 0.1s;
}

.quantity__rules {
	display: flex;
}

.quantity__rules:empty {
	display: none;
}

.quantity__rules .divider + .divider::before {
	content: '•';
	margin-inline: 6px;
	font-size: 36px;
	font-weight: var(--font-weight-body);
	line-height: 10px;
	vertical-align: middle;
}

.quantity__rules-cart .m-spinner-icon {
	justify-content: flex-start;
}

.quantity__rules-cart.loading .m-spinner-icon {
	display: inline-flex;
}

.quantity__rules-cart.loading .animate-spin {
	display: block;
}

.quantity__rules-cart.loading > :not(.m-spinner-icon) {
	opacity: 0;
}

.m-quantity-price-breaks {
	row-gap: 16px;
	margin-bottom: 24px;
}

.m-quantity-price-breaks__wrapper {
	row-gap: 8px;
}

.m-quantity-price-breaks__input .m-product-option--label {
	column-gap: 6px;
	justify-content: flex-start;
}

.animate-spin {
	display: none;
	animation: mSpin 1s linear infinite;
}

.animate-spin.animate-spin-show {
	display: block;
}

.animate-spin circle {
	opacity: 0.25;
}

.animate-spin path {
	opacity: 0.75;
}

.m-animate-ping {
	animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.m-spinner-icon {
	position: absolute;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
}

.m-spinner-loading .m-spinner-button,
.m-spinner-loading.m-spinner-button {
	pointer-events: none;
	position: relative;
}

.m-spinner-loading .m-spinner-button > :not(.m-spinner-icon),
.m-spinner-loading.m-spinner-button > :not(.m-spinner-icon) {
	visibility: hidden;
}

.m-spinner-loading .m-spinner-button .m-spinner-icon,
.m-spinner-loading.m-spinner-button .m-spinner-icon {
	display: flex;
}

.m-spinner-loading .m-spinner-button .animate-spin,
.m-spinner-loading.m-spinner-button .animate-spin {
	display: block;
}

@media (prefers-reduced-motion: no-preference) {
	.m-scroll-trigger.animate--fade-in,
	.m-scroll-trigger.animate--fade-in-left,
	.m-scroll-trigger.animate--fade-in-right,
	.m-scroll-trigger.animate--fade-in-up,
	.m-scroll-trigger.animate--zoom-fade {
		opacity: 0.01;
		transition-property: opacity, transform;
	}

	.m-scroll-trigger.animate--fade-in-up {
		transform: translateY(20px);
	}

	.m-scroll-trigger.animate--fade-in-left {
		transform: translateX(-20px);
	}

	.m-scroll-trigger.animate--fade-in-right {
		transform: translateX(20px);
	}

	.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--zoom-fade {
		transform: translateZ(0);
		opacity: 1;
	}

	.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--zoom-fade .m-image,
	.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--zoom-fade .m-placeholder-svg {
		animation: var(--m-animation-zoom-fade);
	}

	.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--fade-in {
		opacity: 1;
		animation: var(--m-animation-fade-in);
	}

	.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--fade-in-up {
		animation: var(--m-animation-fade-in-up);
		animation-delay: calc(var(--animation-order) * 75ms);
	}

	.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--fade-in-left {
		animation: var(--m-animation-fade-in-left);
		animation-delay: calc(var(--animation-order) * 75ms);
	}

	[dir='rtl'] .m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--fade-in-left {
		animation: var(--m-animation-fade-in-right-rtl);
	}

	.m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--fade-in-right {
		animation: var(--m-animation-fade-in-right);
		animation-delay: calc(var(--animation-order) * 75ms);
	}

	[dir='rtl'] .m-scroll-trigger:not(.m-scroll-trigger--offscreen).animate--fade-in-right {
		animation: var(--m-animation-fade-in-left-rtl);
	}

	.m-scroll-trigger.m-scroll-trigger--design-mode.animate--fade-in,
	.m-scroll-trigger.m-scroll-trigger--design-mode.animate--fade-in-left,
	.m-scroll-trigger.m-scroll-trigger--design-mode.animate--fade-in-right,
	.m-scroll-trigger.m-scroll-trigger--design-mode.animate--fade-in-up,
	.m-scroll-trigger:not(.m-scroll-trigger--offscreen).m-scroll-trigger--cancel {
		opacity: 1;
		transition: none;
		animation: none;
	}

	@keyframes m-fade-in-left {
		from {
			transform: translateX(var(--m-translate, -20px));
			opacity: 0.01;
		}

		to {
			transform: translateX(0);
			opacity: 1;
		}
	}

	@keyframes m-fade-in-right {
		from {
			transform: translateX(var(--m-translate, 20px));
			opacity: 0.01;
		}

		to {
			transform: translateX(0);
			opacity: 1;
		}
	}

	@keyframes m-fade-in-left-rtl {
		from {
			transform: translateX(var(--m-translate, 20px));
			opacity: 0.01;
		}

		to {
			transform: translateX(0);
			opacity: 1;
		}
	}

	@keyframes m-fade-in-right-rtl {
		from {
			transform: translateX(var(--m-translate, -20px));
			opacity: 0.01;
		}

		to {
			transform: translateX(0);
			opacity: 1;
		}
	}

	@keyframes m-fade-in-up {
		from {
			transform: translateY(var(--m-translate, 20px));
			opacity: 0.01;
		}

		to {
			transform: translateY(0);
			opacity: 1;
		}
	}

	@keyframes m-fade-in {
		from {
			opacity: 0.01;
		}

		to {
			opacity: 1;
		}
	}

	@keyframes m-zoom-fade {
		0% {
			transform: scale(1.08);
			opacity: 0;
		}

		50% {
			opacity: 1;
		}

		100% {
			transform: scale(1);
			opacity: 1;
		}
	}
}

@keyframes mSpin {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes shimmer {
	100% {
		transform: translateX(100%);
	}
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
		opacity: 0;
	}

	to {
		transform: translate3d(0, 0, 0);
		visibility: visible;
		opacity: 1;
	}
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: hidden;
		opacity: 0;
	}

	to {
		transform: translate3d(0, 0, 0);
		visibility: visible;
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes rise-up {
	0% {
		transform: translate3d(0, 35px, 0);
		opacity: 0;
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes moPopUp {
	0% {
		transform: translateY(40px);
		opacity: 0;
	}

	100% {
		transform: translate(0);
		opacity: 1;
	}
}

@keyframes moPopUp {
	0% {
		transform: translateY(40px);
		opacity: 0;
	}

	100% {
		transform: translate(0);
		opacity: 1;
	}
}

@keyframes moLeftToRight {
	0% {
		transform: translateX(-40px);
		opacity: 0;
	}

	100% {
		transform: translate(0);
		opacity: 1;
	}
}

@keyframes moLeftToRight {
	0% {
		transform: translateX(-40px);
		opacity: 0;
	}

	100% {
		transform: translate(0);
		opacity: 1;
	}
}

@keyframes portSliderLine {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}

	100% {
		transform-origin: left;
		transform: scaleX(1);
	}
}

@keyframes mZoomFadeSmall {
	0% {
		transform: scale(1.1);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes scrollText {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-30%, 0, 0);
	}
}

@keyframes sf-scrolling-text-animation {
	from {
		transform: translateX(-20%) translateZ(0);
	}

	to {
		transform: translateX(-120%) translateZ(0);
	}
}

@keyframes sf-scrolling-text-animation-reverse {
	from {
		transform: translateX(20%) translateZ(0);
	}

	to {
		transform: translateX(120%) translateZ(0);
	}
}

@keyframes recipientAnimate {
	0% {
		transform: translateY(-15px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes m-ping {
	100%,
	75% {
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes menu_slide_reveal {
	from {
		transform: rotateX(-15deg);
		opacity: 0;
	}

	to {
		transform: rotateX(0);
		opacity: 1;
	}
}

@keyframes menu_slide_in {
	from {
		transform: translate3d(var(--m-slide-from-val, 0), 0, 0);
		opacity: 0;
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes menu_slide_out {
	from {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	to {
		transform: translate3d(var(--m-slide-to-val, 0), 0, 0);
		opacity: 0;
	}
}

@keyframes mMoveUpDown {
	0% {
		transform: translateY(8px);
	}

	100% {
		transform: translateY(-8px);
	}
}

@keyframes mMoveUpDownReverse {
	0% {
		transform: translateY(-8px);
	}

	100% {
		transform: translateY(8px);
	}
}

@keyframes dotScale {
	from {
		transform: scale(1);
		opacity: 0.4;
	}

	to {
		transform: scale(var(--m-scale, 2.5));
		opacity: 0;
	}
}

.m-tooltip {
	cursor: pointer;
	position: relative;
	margin-bottom: 8px;
	padding: 5px;
	background-color: rgba(var(--bg-white), 1);
	border-radius: 9999px;
}

.m-tooltip--style-2 {
	margin-bottom: 0;
	background-color: rgb(0 0 0 / 0%);
}

.m-tooltip--style-2 .m-tooltip-icon--active {
	display: none;
}

.m-tooltip--style-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	color: rgba(var(--text-black), 1);
	border-radius: 100%;
	transition: all var(--m-duration-default, 0.25s) ease;
}

.m-tooltip--style-1.m-tooltip--top .m-tooltip__content {
	bottom: calc(120% + 8px);
}

.m-tooltip--style-1.m-tooltip--left .m-tooltip__content {
	right: calc(120% + 8px);
}

.m-tooltip--style-1.m-tooltip--bottom .m-tooltip__content {
	top: calc(120% + 8px);
}

.m-tooltip--style-1.m-tooltip--right .m-tooltip__content {
	left: calc(120% + 8px);
}

@media screen and (min-width: 1280px) {
	.m-tooltip--style-1:hover {
		color: rgb(var(--color-button-text-hover));
		background: rgb(var(--color-button-hover));
		border-color: rgb(var(--color-button-hover)) !important;
	}
}

.m-tooltip--top .m-tooltip__content {
	bottom: 110%;
	left: 50%;
	transform: translateX(-50%);
}

.m-tooltip--top .m-tooltip__content::after {
	bottom: -3px;
	left: calc(50% - 5px);
}

.m-tooltip--top .m-tooltip__content::before {
	top: 100%;
	left: 0;
	width: 100%;
	height: 8px;
}

.m-tooltip--left .m-tooltip__content {
	top: 50%;
	right: 110%;
	transform: translateY(-50%);
}

.m-tooltip--left .m-tooltip__content::after {
	top: calc(50% - 5px);
	right: -3px;
}

.m-tooltip--left .m-tooltip__content::before {
	top: 0;
	right: 100%;
	width: 8px;
	height: 100%;
}

.m-tooltip--right .m-tooltip__content {
	top: 50%;
	left: 110%;
	transform: translateY(-50%);
}

.m-tooltip--right .m-tooltip__content::after {
	top: calc(50% - 5px);
	left: -3px;
}

.m-tooltip--right .m-tooltip__content::before {
	top: 0;
	left: 100%;
	width: 8px;
	height: 100%;
}

.m-tooltip--bottom .m-tooltip__content {
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
}

.m-tooltip--bottom .m-tooltip__content::after {
	top: -3px;
	left: calc(50% - 5px);
}

.m-tooltip--bottom .m-tooltip__content::before {
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 8px;
}

.m-tooltip__content {
	position: absolute;
	z-index: 75;
	display: none;
	min-width: max-content;
	padding: 0.25rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgb(var(--color-tooltip-text)) !important;
	visibility: hidden;
	opacity: 0;
	background: rgb(var(--color-tooltip));
	border-radius: 0.25rem;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: var(--m-duration-default, 0.25s);
	transition-property: all;
}

.m-tooltip__content::after {
	content: '';
	position: absolute;
	z-index: -1;
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	background: rgb(var(--color-tooltip));
}

.m-tooltip__content::before {
	content: '';
	position: absolute;
	background: rgb(0 0 0 / 0%);
}

@media screen and (min-width: 1024px) {
	.m-tooltip__content {
		display: block;
	}
}

.m-tooltip--icon {
	color: #000;
}

.m-tooltip:hover .m-tooltip__content {
	visibility: visible;
	opacity: 1;
}

.m-tooltip:hover.m-tooltip--style-1.m-tooltip--top .m-tooltip__content {
	bottom: calc(100% + 8px);
}

.m-tooltip:hover.m-tooltip--style-1.m-tooltip--left .m-tooltip__content {
	right: calc(100% + 8px);
}

.m-tooltip:hover.m-tooltip--style-1.m-tooltip--bottom .m-tooltip__content {
	top: calc(100% + 8px);
}

.m-tooltip:hover.m-tooltip--style-1.m-tooltip--right .m-tooltip__content {
	left: calc(100% + 8px);
}

.m-tooltip:hover.m-tooltip--bottom .m-tooltip__content {
	top: calc(100% + 8px);
}

.m-tooltip:hover.m-tooltip--top .m-tooltip__content {
	bottom: calc(100% + 8px);
}

.m-tooltip:hover.m-tooltip--left .m-tooltip__content {
	right: calc(100% + 8px);
}

.m-tooltip:hover.m-tooltip--right .m-tooltip__content {
	left: calc(100% + 8px);
}

.added-to-compare.m-tooltip--style-2 .m-tooltip-icon--active,
.added-to-wishlist.m-tooltip--style-2 .m-tooltip-icon--active {
	display: block;
}

.added-to-compare.m-tooltip--style-2 .m-tooltip-icon,
.added-to-wishlist.m-tooltip--style-2 .m-tooltip-icon {
	display: none;
}

.added-to-compare:not(.in-prod-page, .m-tooltip--style-2),
.added-to-wishlist:not(.in-prod-page, .m-tooltip--style-2) {
	color: rgb(var(--color-tooltip-text));
	background-color: rgb(var(--color-tooltip));
}

.added-to-compare.in-prod-page,
.added-to-wishlist.in-prod-page {
	color: rgb(var(--color-success));
}

.added-to-compare .icon,
.added-to-wishlist .icon {
	color: rgba(var(--text-white), 1);
	background-color: rgba(var(--bg-black), 1);
}

@media screen and (max-width: 767px) {
	.m-wishlist-remove-button {
		position: absolute;
		z-index: 10;
		top: 5px;
		right: 15px;
	}
}

.m-mixed-layout {
	margin-right: max(-15px, var(--column-gap-mobile, var(--column-gap)) / -2);
	margin-left: max(-15px, var(--column-gap-mobile, var(--column-gap)) / -2);
}

@media screen and (min-width: 768px) {
	.m-mixed-layout {
		margin-right: min(-7.5px, var(--column-gap-mobile, var(--column-gap)) / -2);
		margin-left: min(-7.5px, var(--column-gap-mobile, var(--column-gap)) / -2);
	}
}

@media screen and (min-width: 1024px) {
	.m-mixed-layout {
		margin-right: calc(var(--column-gap, 0) / -2);
		margin-left: calc(var(--column-gap, 0) / -2);
	}
}

.m-mixed-layout__inner {
	margin-right: 0;
	margin-left: 0;
}

@media screen and (max-width: 767px) {
	.m-mixed-layout--mobile-grid .m-mixed-layout__inner {
		display: grid;
		grid-template-columns: repeat(var(--grid-columns-mobile, 2), minmax(0, 1fr));
		width: 100%;
	}

	.m-mixed-layout--mobile-grid .m-mixed-layout__inner .m\:column {
		width: 100%;
		min-width: auto;
	}

	.m-mixed-layout--mobile-1-cols {
		--grid-columns-mobile: 1;
	}

	.m-mixed-layout--mobile-2-cols {
		--mobile-column-width: 40vw;
	}

	.m-mixed-layout--mobile-scroll {
		--page-padding: 15px;

		scroll-behavior: smooth;
		scrollbar-width: none;
		scroll-padding-inline: var(--page-padding);
		scroll-snap-type: x mandatory;
		overflow: auto hidden;
		overscroll-behavior-x: contain;
		display: grid !important;
		margin-right: -15px;
		margin-left: -15px;
		margin-inline: calc(var(--page-padding) * - 1);
		padding-left: 15px;
		padding-inline: var(--page-padding);
	}

	.m-mixed-layout--mobile-scroll .m-mixed-layout__inner {
		--slider-grid: auto/auto-flow var(--mobile-column-width, 66vw);

		display: grid;
		grid: var(--slider-grid);
		column-gap: var(--column-gap-mobile, var(--column-gap));
		margin-inline: 0 !important;
	}

	.m-mixed-layout--mobile-scroll .m-mixed-layout__inner > * {
		scroll-snap-align: start;
		width: 100%;
		padding-inline: 0 !important;
	}

	.m-mixed-layout--mobile-scroll::-webkit-scrollbar {
		display: none;
	}
}

.m-accordion--item-button {
	cursor: pointer;
	user-select: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
}

.m-accordion--item-button.m-according {
	pointer-events: none;
}

.m-accordion--item-icon {
	transition: transform var(--m-duration-default, 0.25s) ease;
}

.m-accordion--item-content {
	max-height: var(--content-max-height, 0);
	opacity: 0;
	transition:
		opacity var(--m-duration-short, 0.1s),
		max-height var(--duration, 300ms);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.m-accordion--item.open .m-accordion--item-icon {
	transform: rotateX(180deg);
}

.m-accordion--item.open .m-accordion--item-content {
	max-height: var(--content-max-height, auto);
}

.m-accordion--item.open .m-accordion--item-content.max-height-set {
	max-height: var(--content-max-height, 0);
}

.m-accordion--item:not(.order-first):last-child {
	margin-bottom: 0;
}

.notification {
	cursor: pointer;
	display: flex;
	align-items: center;
	max-height: 0;
	margin: 10px 0;
	padding: 0 0.75rem;
	opacity: 0;
	border-radius: 4px;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.notification svg {
	min-width: 24px;
}

.notification.show {
	max-height: 96px;
	padding: 0.5rem 0.75rem;
	opacity: 1;
	transition:
		max-height var(--m-duration-default, 0.25s),
		padding var(--m-duration-default, 0.25s),
		opacity var(--m-duration-default, 0.25s) 0.2s;
}

.notification.hide {
	max-height: 0;
	padding: 0 0.75rem;
	opacity: 0;
	transition:
		max-height var(--m-duration-default, 0.25s) 0.2s,
		padding var(--m-duration-default, 0.25s) 0.2s,
		opacity var(--m-duration-default, 0.25s);
}

.notification.success {
	color: rgb(var(--color-success));
	background-color: var(--color-success-bg);
}

.notification.warning {
	color: rgb(var(--color-warning));
	background-color: var(--color-warning-bg);
}

.notification.error {
	color: rgb(var(--color-error));
	background-color: var(--color-error-bg);
}

.notification--sticky {
	position: fixed;
	z-index: 999;
	top: 12px;
	right: 12px;
	transform: translate3d(calc(100% + 12px), 0, 0) !important;
	max-height: 100% !important;
	margin: 0 !important;
	padding: 7.5px 10px !important;
	opacity: 1 !important;
	transition: var(--m-duration-default, 0.25s) all ease-in-out !important;
}

.notification--sticky.show {
	transform: translate3d(0, 0, 0) !important;
}

.notification--error-message {
	margin-left: 12px;
}

.notification__text {
	margin-left: 12px;
}

.template-page .m-faqs-section:not(:first-of-type) .m-page-header {
	display: none;
}

.template-page #MainContent {
	padding-bottom: 80px;
}

@media screen and (max-width: 1279px) {
	.template-page #MainContent {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
	.template-page #MainContent {
		padding-bottom: 48px;
	}
}

.m-page-header {
	padding-top: 30px;
	padding-bottom: 30px;
}

.m-page-header h1 {
	font-size: 26px;
	line-height: 1.333;
}

.m-page-header__description {
	margin-top: 8px;
	color: rgb(var(--color-foreground-secondary));
}

.m-page-header .m-breadcrumb {
	margin-top: 8px;
}

.m-page-header--template-order h1 {
	margin-bottom: 8px;
}

.m-page-header--large .m-breadcrumb--item {
	padding-top: 0;
	padding-bottom: 0;
}

.m-page-header--large .m-breadcrumb--separator {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (min-width: 1024px) {
	.m-page-header {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.m-page-header h1 {
		font-size: 36px;
	}

	.m-page-header--large h1 {
		font-size: 42px;
	}
}

.m-compare-page-content,
.m-wishlist-page-content {
	--row-gap: 40px;
	--row-gap-mobile: 40px;
	--column-gap: 30px;
	--column-gap-mobile: 16px;
}

.m-compare-page-content__wrapper,
.m-wishlist-page-content__wrapper {
	opacity: 0;
}

.m-compare-page-content__wrapper.is-visible,
.m-wishlist-page-content__wrapper.is-visible {
	opacity: 1;
}

.m-compare-no-products h3,
.m-wishlist-no-products h3 {
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}

.m-wishlist-card {
	position: relative;
}

.m-wishlist-card__remove {
	position: absolute;
	top: 13px;
	right: 13px;
}

.m-info-box h3 {
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.444;
}

.m-info-box__content {
	color: rgb(var(--color-foreground-secondary));
}

.m-contact-form {
	--column-gap: 30px;
	--column-gap-mobile: 16px;

	margin-top: 60px;
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.m-contact-form {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.m-contact-form .m-row {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 1279px) {
	.m-contact-form .m-row {
		flex-wrap: wrap-reverse;
	}
}

.m-contact-form .form-field form-field--input {
	vertical-align: middle;
}

.m-contact-form__heading {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.333;
}

.m-contact-form__description {
	margin-bottom: 40px;
	color: rgb(var(--color-foreground-secondary));
}

@media screen and (max-width: 1023px) {
	.m-contact-form__description {
		margin-bottom: 24px;
	}
}

.m-contact-form__message {
	margin-top: calc(var(--column-gap));
	margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
	.m-contact-form__message {
		margin-top: var(--column-gap-mobile);
	}
}

.m-contact-form__save {
	display: flex;
	align-items: start;
	margin-bottom: 30px;
}

.m-contact-form__save input {
	width: 14px;
	height: 14px;
}

.m-contact-form__main {
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 1280px) {
	.m-contact-form__main {
		padding-right: 100px;
	}

	.m-contact-form__main--full {
		padding-right: 0;
	}
}

.m-contact-form__info {
	--column-gap: 30px;

	margin-bottom: 10px;
}

@media screen and (min-width: 1280px) {
	.m-contact-form__info {
		--column-gap: 0;

		flex-direction: column;
	}
}

@media screen and (max-width: 767px) {
	.m-contact-form__info {
		flex-direction: column;
	}
}

.m-contact-form .m-info-box {
	margin-bottom: 30px;
}

.m-contact-information {
	margin-top: 50px;
	margin-bottom: 50px;
}

.m-contact-information .m-row {
	--column-gap: 60px;
}

@media screen and (max-width: 1023px) {
	.m-contact-information .m-row {
		--column-gap: 30px;
	}
}

@media screen and (max-width: 767px) {
	.m-contact-information .m-row {
		--column-gap: 0;
		--row-gap-mobile: 30px;

		flex-direction: column;
	}
}

.m-contact-information h3 {
	margin-bottom: 10px;
}

.m-contact-information__text {
	color: rgb(var(--color-foreground-secondary));
}

.m-faqs-section .m-row {
	display: flex;
	flex-direction: column-reverse;
}

@media screen and (min-width: 1024px) {
	.m-faqs-section .m-row {
		flex-direction: row;
	}
}

.m-faqs-section__menu {
	margin-top: 40px;
}

@media screen and (min-width: 1024px) {
	.m-faqs-section__menu {
		margin-top: 0;
		padding-right: 60px;
	}
}

@media screen and (min-width: 1280px) {
	.m-faqs-section__menu {
		padding-right: 100px;
	}
}

.m-faqs-section__block-content {
	margin-top: 40px;
	margin-bottom: 40px;
}

.m-faqs-section__block-content:last-child {
	margin-bottom: 0;
}

.m-faqs-section__block-content:first-child {
	margin-top: 0;
}

.m-faqs-section .m-collapsible--button {
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 18px;
	line-height: 1.555;
}

.m-faqs-section .m-collapsible--content {
	color: rgb(var(--color-foreground-secondary));
	transition: all var(--m-duration-default, 0.25s);
}

.m-page404 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 130px;
	padding-bottom: 130px;
}

@media screen and (min-width: 1024px) {
	.m-page404 {
		padding-top: 200px;
		padding-bottom: 200px;
	}
}

.m-page404__icon {
	margin-bottom: 16px;
}

.m-page404__icon svg {
	width: 64px;
	height: 64px;
}

.m-page404 h1 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.25;
}

@media screen and (min-width: 1024px) {
	.m-page404 h1 {
		font-size: 60px;
	}
}

.m-page404 p {
	margin-bottom: 32px;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.25;
}

@media screen and (min-width: 1024px) {
	.m-page404 p {
		font-size: 60px;
	}
}

.m-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.m-pagination > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0 4px;
	color: var(--l-pagination-color, #000);
	background-color: var(--l-pagination-bg, #fff);
	border: 1px solid var(--l-pagination-border, #e0e0e0);
	border-radius: 4px;
	transition: all 0.2 ease-in-out;
}

.m-pagination > span:not(.next),
.m-pagination > span:not(.previous) {
	border: none;
}

.m-pagination > span > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.m-pagination > span:not(.deco, .previous, .next).current,
.m-pagination > span:not(.deco, .previous, .next):hover {
	color: var(--l-pagination-hover-color, #fff);
	background-color: var(--l-pagination-hover-bg, #0f3365);
	border: 1px solid var(--l-pagination-hover-border, #0f3365);
}

.m-pagination > span:not(.deco).current {
	width: 44px;
	height: 44px;
}

.m-dot-circle .m-dot,
.m-dot-circle .swiper-pagination-bullet,
.swiper-pagination .m-dot,
.swiper-pagination .swiper-pagination-bullet {
	pointer-events: all;
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: var(--swiper-bullet-size, 20px);
	height: var(--swiper-bullet-size, 20px);
	margin: 5px;
	color: var(--swiper-controls-color, --color-body-text);
	opacity: 1;
}

.m-dot-circle .m-dot::after,
.m-dot-circle .m-dot::before,
.m-dot-circle .swiper-pagination-bullet::after,
.m-dot-circle .swiper-pagination-bullet::before,
.swiper-pagination .m-dot::after,
.swiper-pagination .m-dot::before,
.swiper-pagination .swiper-pagination-bullet::after,
.swiper-pagination .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: var(--swiper-bullet-inactive-size, 8px);
	height: var(--swiper-bullet-inactive-size, 8px);
	border-radius: 100%;
	transition: all var(--m-duration-default, 0.25s) cubic-bezier(0.645, 0.045, 0.355, 1);
}

.m-dot-circle .m-dot::after,
.m-dot-circle .swiper-pagination-bullet::after,
.swiper-pagination .m-dot::after,
.swiper-pagination .swiper-pagination-bullet::after {
	border: var(--swiper-bullet-border-size, 1px) solid rgb(0 0 0 / 0%);
	border-radius: 50%;
}

.m-dot-circle .m-dot::before,
.m-dot-circle .swiper-pagination-bullet::before,
.swiper-pagination .m-dot::before,
.swiper-pagination .swiper-pagination-bullet::before {
	background: currentcolor;
}

.m-dot-circle .m-dot:hover::before,
.m-dot-circle .swiper-pagination-bullet:hover::before,
.swiper-pagination .m-dot:hover::before,
.swiper-pagination .swiper-pagination-bullet:hover::before {
	width: var(--swiper-bullet-hover-size, 10px);
	height: var(--swiper-bullet-hover-size, 10px);
}

.m-dot-circle .m-dot--active::before,
.m-dot-circle .m-dot-active::before,
.m-dot-circle .swiper-pagination-bullet--active::before,
.m-dot-circle .swiper-pagination-bullet-active::before,
.swiper-pagination .m-dot--active::before,
.swiper-pagination .m-dot-active::before,
.swiper-pagination .swiper-pagination-bullet--active::before,
.swiper-pagination .swiper-pagination-bullet-active::before {
	opacity: 0;
}

.m-dot-circle .m-dot--active::after,
.m-dot-circle .m-dot-active::after,
.m-dot-circle .swiper-pagination-bullet--active::after,
.m-dot-circle .swiper-pagination-bullet-active::after,
.swiper-pagination .m-dot--active::after,
.swiper-pagination .m-dot-active::after,
.swiper-pagination .swiper-pagination-bullet--active::after,
.swiper-pagination .swiper-pagination-bullet-active::after {
	width: var(--swiper-bullet-active-size, 14px);
	height: var(--swiper-bullet-active-size, 14px);
	border-color: currentcolor;
}

.sf__hover-bg-scale-up .sf__hover-bg-effect {
	backface-visibility: hidden;
	transition: transform var(--m-duration-image) cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}

@media screen and (min-width: 1280px) {
	.sf__hover-bg-scale-up:hover .sf__hover-bg-effect {
		transform: scale(1.1) translateZ(0);
	}
}

@media screen and (min-width: 1280px) {
	.m-hover-box {
		overflow: hidden;
	}

	.m-hover-box__wrapper {
		overflow: hidden;
		width: 100%;
		border-radius: inherit;
	}

	.m-hover-box--scale-down .m-hover-box__wrapper,
	.m-hover-box--scale-down .m-image,
	.m-hover-box--scale-down svg {
		transform: scale(1) translateZ(0);
		backface-visibility: hidden;
		transition: transform var(--m-duration-image) cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
	}

	.m-hover-box--scale-down:hover .m-hover-box__wrapper {
		transform: scale(0.95) translateZ(0);
	}

	.m-hover-box--scale-down:hover .m-image,
	.m-hover-box--scale-down:hover svg {
		transform: scale(1.15) translateZ(0);
	}

	.m-hover-box--scale-up {
		will-change: transform;
	}

	.m-hover-box--scale-up .m-image,
	.m-hover-box--scale-up svg {
		backface-visibility: hidden;
		transition: transform var(--m-duration-image) cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
	}

	.m-hover-box--scale-up:hover .m-image,
	.m-hover-box--scale-up:hover svg {
		transform: scale(1.08) translateZ(0);
	}

	.m-hover-box--scale-up.m-collection-card__inner {
		overflow: visible;
	}

	.m-hover-box--scale-up.m-collection-card__inner .m-image,
	.m-hover-box--scale-up.m-collection-card__inner svg {
		transform: scale(1.13) translateZ(0);
		backface-visibility: hidden;
		transition: transform var(--m-duration-image) cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
	}

	.m-hover-box--scale-up.m-collection-card__inner .m-hover-box__wrapper {
		backface-visibility: hidden;
		transition: transform var(--m-duration-image) cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
	}

	.m-hover-box--scale-up.m-collection-card__inner .m-collection-card__image {
		overflow: visible;
	}

	.m-hover-box--scale-up.m-collection-card__inner:hover .m-hover-box__wrapper {
		transform: scale(1.08) translateZ(0);
	}

	.m-hover-box--scale-up.m-collection-card__inner:hover .m-image,
	.m-hover-box--scale-up.m-collection-card__inner:hover svg {
		transform: scale(1) translateZ(0);
	}

	.m-hover-box--zoom-in .m-image,
	.m-hover-box--zoom-in svg {
		will-change: transform;
		transform-origin: top right;
		transform: scale(1.06);
		transition: transform var(--m-duration-image) ease;
	}

	.m-hover-box--zoom-in:hover .m-image,
	.m-hover-box--zoom-in:hover svg {
		transform: scale(1);
	}
}

.m-product-quickview .m-product-info--wrapper {
	padding-block-start: 20px;
	padding-inline: 30px;
}

.m-product-quickview .m-product-info--wrapper .main-product__block-buy_buttons {
	padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
	.m-product-quickview .m-product-info--wrapper {
		padding-inline: 15px;
	}
}

.m-product-quickview--media .m-product-media--slider__images {
	margin-bottom: 0;
}

.m-product-quickview--info {
	overflow-y: auto;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.m-product-quickview--info {
		position: absolute;
		top: 0;
		right: 0;
	}
}

.m-product-quickview--viewmore {
	margin-top: 8px;
	text-decoration: underline;
}

.m-product-quickview--viewmore:hover {
	color: rgb(var(--color-foreground-secondary));
}

@media screen and (max-width: 767px) {
	.m-product-quickview .m-main-product--wrapper {
		flex-direction: column;
	}
}

.m-product-option .option-label--selected {
	font-weight: 400;
}

.m-product-option .foxkit-sizechart-button--label {
	margin-left: 8px;
}

.m-product-option input[type='radio'] {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
}

.m-product-option--label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	font-weight: 500;
	line-height: 24px;
}

.m-product-option--color .m-product-option--content {
	margin: 0 -2px;
}

.m-product-option--button .m-product-option--content,
.m-product-option--default .m-product-option--content,
.m-product-option--image .m-product-option--content {
	margin: 0 -5px;
}

.m-product-option--dropdown select,
.m-product-option--swatch_dropdown select {
	cursor: pointer;
	width: 100%;
	height: 44px;
	padding: 0 40px 0 16px;
	border: 1px solid rgb(var(--color-border));
	border-radius: 4px;
}

.m-product-option--button .m-product-option--node input:checked + label,
.m-product-option--button .m-product-option--node__label[data-selected='true'] {
	color: rgb(var(--color-button-text-hover));
	background-color: rgb(var(--color-button-hover));
	border-color: rgb(var(--color-button-hover));
}

.m-product-option--button .m-product-option--node__label {
	min-width: 35px;
	margin: 5px;
	padding: 10px;
	font-size: 14px;
	line-height: 1.3;
	text-transform: capitalize;
	border: 1px solid rgb(var(--color-border));
	border-radius: 5px;
	transition: var(--m-duration-default, 0.25s) all;
}

variant-picker .m-product-option--button .m-product-option--node__label {
	min-width: 45px;
	font-size: var(--font-base-size);
}

.m-product-option--button .m-product-option--node__label:hover {
	border-color: rgb(var(--color-button-hover));
}

.m-product-option--image .m-product-option--node input:checked + label,
.m-product-option--image .m-product-option--node__label[data-selected='true'] {
	border-color: rgb(var(--color-button-hover));
}

.m-product-option--image .m-product-option--node__label {
	border: 1px solid rgb(var(--color-border));
}

.m-product-option--image .m-product-option--node__label:hover {
	border-color: rgb(var(--color-button-hover));
}

.m-product-option--node__label {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.m-product-option--node__label[data-option-type='color'],
.m-product-option--node__label[data-option-type='default'],
.m-product-option--node__label[data-option-type='image'].has-bg-img {
	font-size: 0;
	line-height: 0;
	background-position: center;
	background-size: cover;
}

.m-product-option--node__label[data-option-type='image'] {
	min-width: 40px;
	height: calc(40px / var(--option-aspect-ratio, 1));
	margin: 5px;
	padding: 5px 10px;
}

variant-picker .m-product-option--node__label[data-option-type='image'] {
	width: 75px;
	height: calc(75px / var(--option-aspect-ratio, 1));
}

@media screen and (max-width: 639px) {
	variant-picker .m-product-option--node__label[data-option-type='image'] {
		width: 45px;
		height: calc(45px / var(--option-aspect-ratio, 1));
	}
}

@media screen and (max-width: 639px) {
	.m-product-option--node__label[data-option-type='image'] {
		width: 60px;
		height: calc(60px / var(--option-aspect-ratio, 1));
	}
}

.m-product-option--node__label.option-loading {
	position: relative;
	overflow: hidden;
	background-color: #f8f8f8 !important;
}

.m-product-option--node__label.option-loading::after {
	content: '';
	position: absolute;
	inset: 0;
	transform: translateX(-100%);
	background-image: linear-gradient(
		90deg,
		rgb(255 255 255 / 0%) 0,
		rgb(255 255 255 / 20%) 20%,
		rgb(255 255 255 / 50%) 60%,
		rgb(255 255 255 / 0%)
	);
	animation: shimmer 2s infinite;
}

.m-product-option--node__unavailable .m-product-option--node__label {
	position: relative;
	opacity: 0.4;
}

.m-product-option--node__unavailable .m-product-option--node__label::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
			to bottom right,
			transparent calc(50% - 1px),
			rgb(var(--color-border)) 50%,
			transparent calc(50% + 1px)
		)
		no-repeat;
}

.m-product-option--node__unavailable .m-product-option--node__label[data-option-type='color']::before {
	border-radius: 50%;
}

.m-product-option--node.m-tooltip {
	margin: 0;
	padding: 0;
	background-color: rgb(0 0 0 / 0%);
}

.m-product-option--swatch {
	display: flex;
	align-items: center;
	justify-content: center;
}

.m-product-option--swatch .m-product-option--node__label {
	position: relative;
	width: 26px;
	height: 26px;
	margin: 5px;
	background-color: rgb(0 0 0 / 0%);
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(var(--color-foreground), 0.1);
	transition:
		box-shadow var(--m-duration-default, 0.25s) ease,
		transform var(--m-duration-default, 0.25s) ease;
}

variant-picker .m-product-option--swatch .m-product-option--node__label[data-option-type='color'],
variant-picker .m-product-option--swatch .m-product-option--node__label[data-option-type='swatch_color'] {
	width: 40px;
	height: 40px;
}

.m-product-option--swatch .m-product-option--node__label[data-option-type='swatch_color'] {
	background: var(--swatch-background);
	background-position: var(--swatch-focal-point, 50%);
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.m-product-option--swatch .m-product-option--node__label {
		width: 24px;
		height: 24px;
	}
}

.m-product-option--swatch .m-product-option--node__label[data-selected='true'],
.m-product-option--swatch input:checked + label {
	box-shadow:
		0 0 0 1px rgb(var(--color-foreground)),
		inset 0 0 0 4px rgb(var(--color-background));
}

@media screen and (min-width: 1280px) {
	.m-product-option--swatch:hover .m-product-option--node__label {
		transform: scale(1.1);
		box-shadow:
			0 0 0 1px rgb(var(--color-foreground)),
			0 8px 20px rgba(var(--color-foreground), 0.2),
			inset 0 0 0 4px rgb(var(--color-background));
	}
}

.m-product-option--unselect {
	position: relative;
	display: block;
}

.m-product-option--unselect::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: -5px;
	left: -5px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	background: rgba(var(--color-error), 0.045);
	border: 1px solid rgb(var(--color-error));
	border-radius: var(--btn-border-radius);
}

.m-product-option:not(:last-child) {
	margin-bottom: 20px;
}

.m-product-tag {
	align-items: center;
	padding: 2px 10px;
	font-size: 11px;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
	border-radius: 11px;
}

.m-product-tag:not(.hidden) {
	display: inline-flex;
}

.m-product-tag--discounted span {
	margin-left: 5px;
}

.m-product-tag--preorder .foxkit-preorder-badge {
	position: static;
	padding: 0;
	font-size: inherit;
	font-weight: 500;
	background: rgb(0 0 0 / 0%);
	border-radius: 11px;
}

.m-product-tag--preorder .foxkit-preorder-badge:not(:first-child) {
	display: none;
}

.m-product-tag--soldout {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	padding: 0 10px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	white-space: initial;
	border-radius: 50%;
}

@media screen and (max-width: 767px) {
	.m-product-tag {
		padding: 2px 8px;
		font-size: 10px;
	}
}

.m-topbar {
	--m-topbar-height: 40px;

	position: relative;
	z-index: 99;
	display: none;
	height: var(--m-topbar-height);
	max-height: var(--m-topbar-height);
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 15px;
	white-space: nowrap;
	transition: background var(--m-duration-short, 0.1s);
}

.m-topbar--show-divider {
	border-bottom: 1px solid rgb(var(--color-border));
}

.m-topbar.transparent-on-top {
	position: relative;
}

.template-index .m-topbar.transparent-on-top {
	color: rgb(var(--header-transparent-text-color, #fff));
}

.m-topbar__right {
	column-gap: 30px;
}

.m-topbar__inner {
	cursor: pointer;
	column-gap: 32px;
}

.m-topbar__link {
	display: flex;
	align-items: center;
	padding-right: 16px;
	padding-left: 16px;
	transition: color var(--m-duration-default, 0.25s);
}

.m-topbar__link span {
	margin-left: 8px;
}

.m-topbar__link:hover {
	color: rgb(var(--color-foreground));
}

.m-topbar .m-switcher-dropdown form {
	padding: 0;
}

.m-topbar .social-media-links a {
	transition: color var(--m-duration-default, 0.25s);
}

.m-topbar .social-media-links a:hover {
	color: rgb(var(--color-foreground));
}

@media screen and (min-width: 1024px) {
	.m-topbar {
		display: flex;
		align-items: center;
	}
}

.m-search .m-page-header__title {
	margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
	.m-search .m-page-header__title {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 639px) {
	.m-search .m-page-header {
		padding-bottom: 0;
	}
}

.m-search .m-search-result.m-search-show-filter {
	margin-top: 24px;
}

@media screen and (max-width: 639px) {
	.m-search .m-search-result.m-search-show-filter {
		margin-top: 12px;
	}
}

.m-search--form {
	position: relative;
	width: 60%;
}

.m-search--form-button {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 100%;
}

.m-search--form-input {
	padding-right: 40px;
}

@media screen and (max-width: 1023px) {
	.m-search--form {
		width: 80%;
	}
}

@media screen and (max-width: 767px) {
	.m-search--form {
		width: 100%;
	}
}

.m-search--empty {
	padding: 64px 0;
	text-align: center;
}

.m-search--empty a {
	position: relative;
	color: rgb(var(--color-foreground-secondary));
}

.m-search--empty a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgb(var(--color-foreground-secondary));
	transition: all var(--m-duration-default, 0.25s) ease;
}

.m-search--empty a:hover {
	color: rgb(var(--color-foreground));
}

.m-search--empty a:hover::after {
	width: 0;
	background: rgb(var(--color-foreground));
}

.m-search-popup {
	--m-bg-opacity: 0.6;

	position: fixed;
	z-index: 100;
	inset: 0;
	overscroll-behavior: contain;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, var(--m-bg-opacity));
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: var(--m-duration-default, 0.25s);
	transition-property: opacity;
}

.m-search-popup--wrapper {
	--m-translate-y: -50%;
	--m-durations: var(--m-duration-default, 0.25s);

	position: relative;
	z-index: 10;
	min-height: 100%;
	padding: 16px 0;
	background-color: rgb(var(--color-background));
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: var(--m-durations);
	transition-property: transform;
}

@media screen and (min-width: 768px) {
	.m-search-popup--wrapper {
		transform: translate3d(0, var(--m-translate-y), 0);
		min-height: 0;
		padding: 32px 0;
	}

	.m-search-popup--wrapper.m-show-search {
		transform: translate3d(0, 0, 0);
	}
}

.m-search-popup--header {
	margin-bottom: 8px;
}

.m-search-popup--header h3 {
	font-weight: 500;
}

.m-search-popup--header [data-close-search] {
	padding: 8px;
	color: rgb(var(--color-foreground));
}

.m-search-popup .m-logo {
	justify-content: flex-start;
	padding-right: 0;
	padding-left: 0;
}

@media screen and (max-width: 767px) {
	.m-search-popup .m-logo {
		display: none;
	}
}

.m-search-popup .m-logo__image {
	padding: 0;
}

.m-search-popup .m-logo__image-transparent {
	display: none;
}

.m-search-popup .m-cart-count-bubble {
	right: -4px;
}

.m-search-popup__search-form {
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.m-search-popup__search-form {
		margin: 0 50px;
	}
}

@media screen and (min-width: 1536px) {
	.m-search-popup__search-form {
		margin: 0 100px;
	}
}

.m-search-popup__result {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	left: 50%;
	transform: translateX(-50%);
	overflow-y: auto;
	width: 100%;
	max-height: var(--search-result-max-height);
	background: rgb(var(--color-background));
	border: 1px solid rgb(var(--color-border));
	border-radius: var(--inputs-radius);
}

@media screen and (max-width: 1279px) {
	.m-search-popup__result {
		width: 120%;
	}
}

@media screen and (max-width: 1023px) {
	.m-search-popup__result {
		width: 90vw;
	}
}

@media screen and (max-width: 767px) {
	.m-search-popup__result {
		top: 100%;
		width: calc(100% + 30px);
		border: none;
	}
}

.m-search-form {
	position: relative;
	height: 46px;
	border-radius: 6px;
}

.m-search-form--button {
	position: absolute;
	top: 1px;
	right: 0;
	padding: 12px 14px;
}

.m-search-form--spinner {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 12px;
	visibility: hidden;
}

.m-search-form--clear {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 32px;
	padding: 14px;
	color: rgb(var(--color-foreground-secondary));
	visibility: hidden;
}

.m-search-form--clear:hover {
	color: rgb(var(--color-foreground));
}

.m-search-popular {
	margin-top: 12px;
}

.m-search-popular--label {
	margin-right: 16px;
	color: rgb(var(--color-foreground-secondary));
}

.m-search-popular--item {
	cursor: pointer;
	margin-right: 16px;
	text-decoration: underline;
	white-space: nowrap;
}

.m-search-popular--item:hover {
	color: rgb(var(--color-foreground-secondary));
}

.m-search-count-result {
	align-items: center;
	width: 100%;
	padding: 15px;
	color: rgb(var(--color-foreground-secondary));
	border-top: 1px solid rgb(var(--color-border));
}

.m-search-count-result [data-more-result-icon] {
	margin-left: 12px;
	transition: all var(--m-duration-default) ease;
}

.m-search-count-result [data-query] {
	color: rgb(var(--color-foreground));
}

.m-search-count-result:hover {
	text-decoration: underline;
}

.m-search-count-result:hover [data-more-result-icon] {
	transform: translate(5px);
}

.m-search-count-result:hover {
	color: rgb(var(--color-foreground));
	background-color: rgba(var(--color-foreground), 0.04);
}

@media screen and (min-width: 1280px) {
	.m-search-count-result {
		padding: 15px 30px;
	}
}

.m-search-result .m-search-item {
	display: flex;
	padding: 4px 15px;
	color: rgb(var(--color-foreground-secondary));
	transition: all var(--m-duration-default) ease;
}

@media screen and (min-width: 1280px) {
	.m-search-result .m-search-item {
		padding: 4px 30px;
	}
}

.m-search-result .m-search-item--with-thumbnail {
	margin-bottom: 12px;
}

.m-search-result .m-search-item--content {
	flex-grow: 1;
	padding-left: 15px;
}

.m-search-result .m-search-item--price {
	margin-top: 4px;
}

.m-search-result .m-search-item--image {
	position: relative;
	flex: 0 0 70px;
}

@media screen and (max-width: 767px) {
	.m-search-result .m-search-item--image {
		flex: 0 0 50px;
	}
}

.m-search-result .m-search-item:hover .m-search-item--title {
	text-decoration: underline;
}

.m-search-result .m-search-item:hover {
	color: rgb(var(--color-foreground));
	background-color: rgba(var(--color-foreground), 0.04);
}

.m-search-result .m-search-item-page {
	position: relative;
	padding: 12px;
	background: var(--bg-card-placeholder);
}

.m-search-result .m-search-item-page--badge {
	position: absolute;
	bottom: 12px;
	left: 12px;
	padding: 2px 10px;
	font-size: 14px;
	background: #fff;
	border: 1px solid rgb(var(--color-border));
	border-radius: 12px;
}

.m-search-result .m-search-item-page:hover .m-search-item-page--title {
	text-decoration: underline;
}

.m-search-result__products-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.m-search-result--more {
	margin-top: 20px;
}

.m-search-result__group-wrapper {
	display: flex;
}

@media screen and (max-width: 767px) {
	.m-search-result__group-wrapper {
		flex-direction: column;
	}
}

.m-search-result__group {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 24px;
	padding: 24px 0;
}

.m-search-result__group:first-child {
	flex: 0 0 35%;
}

.m-search-result__group:only-child {
	flex-grow: 1;
}

.m-search-result__group:nth-child(2) {
	border-left: 1px solid rgba(var(--color-border));
}

@media screen and (max-width: 767px) {
	.m-search-result__group {
		padding-bottom: 0;
	}
}

.m-search-result__heading {
	margin: 0 15px 12px;
	font-weight: 500;
}

@media screen and (min-width: 1280px) {
	.m-search-result__heading {
		margin: 0 30px 12px;
	}
}

@media screen and (max-width: 767px) {
	.m-search-result__heading {
		padding-bottom: 12px;
		border-bottom: 1px solid rgb(var(--color-border));
	}
}

.m-search-result__products-list {
	gap: 12px 20px;
}

.m-search-pagination {
	padding: 60px 0;
}

@media screen and (max-width: 767px) {
	.m-search-pagination {
		padding: 30px 0;
	}
}

@media (max-width: 767px) {
	.template-search .page-header__breadcrumb {
		display: none;
	}
}

.m-product-card {
	position: relative;
}

.m-product-card__media {
	position: relative;
	overflow: hidden;
	border-radius: var(--pcard-radius);
}

@media screen and (min-width: 1024px) {
	.m-product-card__media:hover .m-placeholder-svg,
	.m-product-card__media:hover .m-product-card__main-image {
		transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
	}

	.m-product-card__media:hover .m-countdown-timer {
		transform: translate3d(0, 150%, 0);
		opacity: 0;
	}

	.m-product-card__media:hover .m-product-card__action {
		z-index: 10;
		transform: translateZ(0);
		opacity: 1;
	}
}

.m-product-card svg,
.m-product-card__main-image {
	transition:
		opacity 0.8s ease,
		transform 1.1s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}

.m-product-card__hover-image {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition:
		opacity 0.8s ease,
		transform 1.1s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}

.m-product-card__video {
	pointer-events: none;
}

.m-product-card__tags {
	position: absolute;
	top: 18px;
	left: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

@media screen and (max-width: 767px) {
	.m-product-card__tags {
		top: 13px;
		left: 13px;
	}
}

.m-product-card__tag-name {
	display: inline-flex;
	align-items: center;
	padding: 2px 10px;
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	color: rgba(var(--text-white), 1);
	text-transform: uppercase;
	border-radius: 11px;
}

.m-product-card__tag-name:empty {
	display: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.m-product-card .m-countdown-timer {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateZ(0);
	width: 100%;
	padding: 8px;
	color: #ff706b;
	opacity: 1;
	transition: all var(--m-duration-default, 0.25s) ease;
}

@media screen and (min-width: 1280px) {
	.m-product-card .m-countdown-timer {
		padding: 16px;
	}
}

.m-product-card .m-countdown-timer__wrapper {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 3px;
}

@media screen and (min-width: 1024px) {
	.m-product-card .m-countdown-timer__wrapper {
		gap: 5px;
	}
}

.m-product-card .m-countdown-timer__box {
	min-width: auto;
	padding: 4px;
	text-align: center;
	background-color: rgba(var(--bg-white), 1);
	border-radius: 6px;
}

@media screen and (min-width: 1024px) {
	.m-product-card .m-countdown-timer__box {
		padding: 6px;
	}
}

@media screen and (min-width: 1280px) {
	.m-product-card .m-countdown-timer__box {
		padding: 8px;
	}
}

.m-product-card .m-countdown-timer__digit {
	font-size: 16px;
	line-height: 1.333;
}

@media screen and (min-width: 1024px) {
	.m-product-card .m-countdown-timer__digit {
		font-size: 24px;
	}
}

@media screen and (max-width: 639px) {
	.m-product-card .m-countdown-timer__digit {
		font-size: 15px;
	}
}

.m-product-card .m-countdown-timer__text {
	margin-top: 0;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

@media screen and (max-width: 639px) {
	.m-product-card .m-countdown-timer__text {
		font-size: 11px;
	}
}

.m-product-card__addons .m-product-form {
	width: 34px;
	height: auto;
	border-right: none;
}

.m-cols-1 .m-product-card__addons .m-product-form {
	width: 45px;
	height: 45px;
}

@media screen and (min-width: 1024px) {
	.m-product-card__addons .m-product-form {
		width: 45px;
		height: 45px;
	}
}

.m-product-card__action {
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 10px;
	gap: 10px 2px;
	align-items: center;
	justify-content: center;
	opacity: 1;
}

@media screen and (max-width: 1023px) {
	.m-product-card__action .m-tooltip--style-1.m-button--icon {
		aspect-ratio: 1;
	}
}

@media screen and (min-width: 1024px) {
	.m-product-card__action {
		right: 20px;
		bottom: 20px;
		left: 20px;
		transform: translate3d(0, 150%, 0);
		gap: 10px;
		opacity: 0;
		transition: all var(--m-duration-default, 0.25s) ease;
	}
}

.m-product-card__action .m-button--icon {
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border: 1px solid rgb(var(--color-border));
	border-radius: 50%;
}

.m-cols-1 .m-product-card__action .m-button--icon {
	width: 45px;
	height: 45px;
}

.m-product-card__action .m-button--icon.added-to-compare,
.m-product-card__action .m-button--icon.added-to-wishlist {
	border-color: rgb(var(--color-tooltip));
}

.m-product-card__action .m-button--icon.added-to-compare:hover,
.m-product-card__action .m-button--icon.added-to-wishlist:hover {
	border-color: rgb(var(--color-tooltip)) !important;
	box-shadow: 0 0 0 0.2rem rgb(var(--color-tooltip));
}

@media screen and (min-width: 1024px) {
	.m-product-card__action .m-button--icon {
		width: 45px;
		height: 45px;
	}
}

.m-product-card__action svg {
	width: 15px;
	height: 15px;
}

@media screen and (min-width: 1280px) {
	.m-product-card__action svg {
		width: 16px;
		height: 16px;
	}
}

.m-product-card__action .m-product-card__action-wrapper {
	display: flex;
}

@media screen and (min-width: 1024px) {
	.m-product-card__action--top {
		inset: 20px 20px auto auto;
		transform: translate3d(150%, 0, 0);
		flex-direction: column;
	}
}

.m-product-card__content {
	position: relative;
}

.m-product-card__content .m-price--on-sale .m-price__sale {
	justify-content: center;
}

.m-product-card__content.m\:text-right .m-price--on-sale .m-price__sale {
	justify-content: flex-end;
}

.m-product-card__content.m\:text-left .m-price--on-sale .m-price__sale {
	justify-content: flex-start;
}

.m-product-card__info {
	margin-top: 12px;
}

@media screen and (min-width: 1024px) {
	.m-product-card__info {
		margin-top: 20px;
	}
}

.m-product-card__type {
	font-size: 14px;
	color: rgb(var(--color-foreground-secondary));
	text-transform: uppercase;
}

.m-product-card__vendor {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 1.333;
	color: rgb(var(--color-foreground-secondary));
	text-transform: uppercase;
}

.m-product-card__title {
	margin-bottom: 5px;
	font-size: calc(var(--font-base-size, 16) * 1px);
}

.m-product-card__name {
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-weight: 500;
	line-height: 1.5;
	transition: color var(--m-duration-default, 0.25s);
	-webkit-line-clamp: var(--product-title-line-clamp, unset);
}

.m-product-card__name:hover {
	color: rgb(var(--color-foreground-secondary));
}

.m-product-card__reviews {
	margin-bottom: 10px;
}

.m-product-card__reviews:empty,
.m-product-card__reviews > div:empty {
	display: none;
	margin-bottom: 0;
}

.m-product-card__reviews .spr-badge {
	font-size: 14px;
}

.m-product-card__reviews .spr-starrating {
	align-items: center;
	justify-content: unset;
	margin-top: 0;
	margin-bottom: 0;
}

.m-product-card__price {
	line-height: 1.5;
}

.m-product-card__price .m-price__unit {
	font-size: 85%;
}

.m-product-card__inventory {
	margin-top: 12px;
}

.m-product-card__content-footer {
	display: none;
	margin-top: 20px;
}

.m-product-card__content-footer .m-product-card__atc-button {
	display: none;
}

.m-product-card__content-footer:empty {
	margin: 0;
	padding: 0;
}

.m-product-card__description {
	margin-bottom: 16px;
	line-height: 1.75;
	color: rgb(var(--color-foreground-secondary));
}

.m-product-card__background-expand {
	pointer-events: none;
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	transform: scale(1, 1) translateY(0) translateZ(0);
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgb(var(--color-background));
	border-radius: 5px;
	transition: transform var(--m-duration-long, 0.5s) cubic-bezier(0.2, 0.75, 0.5, 1);
}

.m-product-card__background-expand::before {
	content: '';
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	transform-origin: center;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgb(0 0 0 / 0%);
	box-shadow: 0 10px 15px rgba(var(--color-foreground), 0.07);
	transition: opacity var(--m-duration-long, 0.5s) cubic-bezier(0.2, 0.75, 0.5, 1);
}

@media screen and (max-width: 767px) {
	.m-product-card .m-product-option--node__label[data-option-type='default'].has-bg-img,
	.m-product-card .m-product-option--node__label[data-option-type='image'].has-bg-img {
		width: 40px;
		height: calc(40px / var(--option-aspect-ratio, 1));
	}

	.m-product-card .m-product-option--node__label[data-option-type='default']:not(.has-bg-img),
	.m-product-card .m-product-option--node__label[data-option-type='image']:not(.has-bg-img) {
		width: 40px;
		height: calc(40px / var(--option-aspect-ratio, 1));
		font-size: 14px;
	}
}

@media screen and (min-width: 1024px) {
	.m-product-card--style-1 .m-product-card__addons .m-product-card__atc-button,
	.m-product-card--style-1 .m-product-card__addons .m-product-form:has(.m-product-card__atc-button) {
		display: none;
	}
}

.m-product-card--style-2 .m-product-card__media .m-product-card__action {
	gap: 0;
}

@media screen and (max-width: 1023px) {
	.m-product-card--style-2 .m-product-card__media .m-product-card__action {
		top: auto;
		bottom: 20px;
		transform: none;
		opacity: 1;
		transition: none;
	}
}

.m-product-card--style-2 .m-product-card__media .m-product-card__action .m-button--icon {
	border-width: 0 1px 0 0;
	border-right: 1px solid rgb(var(--color-border));
	border-radius: 0;
	box-shadow: none;
}

.m-product-card--style-2 .m-product-card__media .m-product-card__action > :first-child {
	border-radius: 5px 0 0 5px;
}

.m-product-card--style-2 .m-product-card__media .m-product-card__action > :last-child {
	border-right: 0;
	border-radius: 0 5px 5px 0;
}

@media screen and (min-width: 1024px) {
	.m-product-card--style-2:hover {
		z-index: 1;
	}

	.m-product-card--style-2:hover .m-product-card__background-expand {
		transform: scale(1.06, 1.05) translateY(0) translateZ(0);
	}

	.m-product-card--style-2:hover .m-product-card__background-expand::before {
		pointer-events: all;
		opacity: 1;
	}
}

@media screen and (min-width: 768px) {
	.m-product-card--style-3 .m-product-card__addons .m-wishlist-button {
		display: none;
	}
}

.m-product-card--style-3 .m-product-card__action--top {
	top: 15px;
	right: 15px;
	transform: none;
	opacity: 1;
}

@media screen and (min-width: 1024px) {
	.m-product-card--style-3:hover {
		z-index: 1;
	}

	.m-product-card--style-3:hover .m-product-card__background-expand {
		transform: scale(1.06, 1.05) translateY(0) translateZ(0);
	}

	.m-product-card--style-3:hover .m-product-card__background-expand::before {
		pointer-events: all;
		opacity: 1;
	}
}

.m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper {
	width: 100%;
	margin: 20px auto 0;
}

.m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .m-button,
.m-product-card--style-4
	.m-product-card__content
	.m-product-card__action-wrapper
	.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .spr-button.spr-button-primary {
	width: 100%;
}

.m-product-card--style-4 .m-product-card__content-footer .m-product-card__action-wrapper {
	width: auto;
	margin: 0;
}

.m-product-card--style-4 .m-product-card__content-footer .m-product-card__action-wrapper .m-button,
.m-product-card--style-4
	.m-product-card__content-footer
	.m-product-card__action-wrapper
	.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.m-product-card--style-4
	.m-product-card__content-footer
	.m-product-card__action-wrapper
	.spr-button.spr-button-primary {
	width: auto;
}

.m-product-card--style-5 .m-product-card__info .m-product-card__action {
	inset: 0 0 auto auto;
	transform: none;
	opacity: 1;
}

.m-product-card--style-5 .m-product-card__info .m-wishlist-button {
	color: rgb(var(--color-foreground));
	background-color: rgb(0 0 0 / 0%);
	border: 1px solid rgb(var(--color-border));
}

.m-product-card--style-5 .m-product-card__info .m-wishlist-button.added-to-wishlist {
	color: rgb(var(--color-button-text-hover));
	background-color: rgb(var(--color-button-hover));
	border-color: rgb(var(--color-button-hover)) !important;
	box-shadow: 0 0 0 0.2rem rgb(var(--color-button-hover));
}

@media screen and (max-width: 767px) {
	.m-product-card--style-5 .m-product-card__info .m-wishlist-button.added-to-wishlist {
		box-shadow: none;
	}
}

@media screen and (min-width: 1024px) {
	.m-product-card--style-5 .m-product-card__info .m-wishlist-button:hover {
		color: rgb(var(--color-button-text-hover));
		background-color: rgb(var(--color-button-hover));
		border-color: rgb(var(--color-button-hover)) !important;
		box-shadow: 0 0 0 0.2rem rgb(var(--color-button-hover));
	}
}

.m-product-card--style-5.m-product-card--enable-wishlist .m-product-card__info {
	padding-right: 48px;
}

@media screen and (min-width: 1024px) {
	.m-product-card--show-second-img .m-product-card__media:hover .m-product-card__main-image {
		transform: scale3d(1, 1, 1) translateZ(0);
		opacity: 0;
	}

	.m-product-card--show-second-img .m-product-card__media:hover .m-product-card__hover-image {
		transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
		opacity: 1;
	}
}

.m-product-card--placeholder .m-product-card__media {
	margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	.m-product-card--placeholder .m-product-card__media:hover svg {
		transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
	}
}

.m-product-card--placeholder .m-product-card__name {
	margin-bottom: 5px;
	color: rgb(var(--color-heading));
}

.m-product-card--placeholder .m-price {
	color: rgb(var(--color-price-regular));
}

.m-product-card .m-product-option {
	display: flex;
	margin-top: 12px;
	margin-bottom: 0;
}

.m-product-card .m-product-option--more-option {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	padding: 6px;
	color: rgb(var(--color-foreground), 0.75);
	border: none;
}

.m-product-card .m-product-option--more-option .m-tooltip {
	margin: 0;
	padding: 0;
}

.m-cols-1 .m-product-card__content {
	text-align: left !important;
}

.m-cols-1 .m-product-card--style-2:hover .m-product-card__background-expand {
	transform: scale(1.03, 1.1) translateY(0) translateZ(0);
}

.m-cols-1 .m-product-card--style-3:hover .m-product-card__background-expand {
	transform: scale(1.03, 1.1) translateY(0) translateZ(0);
}

.m-cols-1 .m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper {
	display: none;
}

.m-cols-1 .m-product-card--style-4 .m-product-card__content-footer .m-product-card__action-wrapper {
	display: block;
}

@media screen and (min-width: 768px) {
	.m-cols-1 .m-product-card {
		display: flex;
	}

	.m-cols-1 .m-product-card__media {
		flex-shrink: 0;
		width: 270px;
		max-width: 100%;
		margin-right: 30px;
	}

	.m-cols-1 .m-product-card__content {
		flex: 1 1 0%;
		padding-right: 0 !important;
	}

	.m-cols-1 .m-product-card__action {
		display: none;
	}

	.m-cols-1 .m-product-card__content-footer {
		display: block;
	}

	.m-cols-1 .m-product-card__content-footer .m-product-card__action {
		position: static;
		transform: none;
		display: flex;
		justify-content: flex-start;
		opacity: 1;
	}

	.m-cols-1 .m-product-card__content-footer .m-product-card__action-icons {
		display: flex;
		gap: 10px;
		align-items: center;
	}

	.m-cols-1 .m-product-card__content-footer .m-product-card__action svg {
		width: 20px;
		height: 20px;
		margin: auto;
	}
}

.m-product-sale-progress {
	margin-top: 15px;
	margin-bottom: 15px;
}

.m-product-sale-progress__bar {
	position: relative;
	width: 100%;
	height: 8px;
	background: rgb(192 44 48 / 12%);
	border-radius: 2px;
}

.m-product-sale-progress__bar > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #ef2d2d;
	transition: var(--m-duration-long, 0.5s) all;
}

.m-product-sale-progress__text {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	color: rgb(var(--color-foreground-secondary));
}

.m-product-sale-progress__text strong {
	color: rgb(var(--color-foreground));
}

.m-product-sale-progress + .m-product-form--wrapper {
	margin-top: 30px;
}

[data-enable-flashsale='true'] .m-product-card .m-product-option {
	display: none;
}

.m-wishlist-button--growave i {
	color: #000;
}

.m-wishlist-button--growave:hover i {
	color: #fff !important;
}

.m-wishlist-button--growave .faves-count {
	display: none;
}

.m-compare-card .m-add-to-cart {
	position: relative;
	flex-grow: 1;
	flex-shrink: 1;
	min-width: max-content;
	margin-top: 20px;
	margin-bottom: 20px;
}

.m-compare-card .m-product-attribute {
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(var(--color-border));
}

.m-compare-card .m-product-attribute__col-left,
.m-compare-card .m-product-attribute__col-right {
	flex: 0 0 50%;
}

.m-compare-card .m-product-attribute__col-left {
	color: rgb(var(--color-foreground-secondary));
}

.m-compare-card .m-product-attribute svg {
	flex-shrink: 0;
}

@media screen and (min-width: 768px) {
	.m-compare-card .m-product-attribute {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.m-compare-card .m-product-status {
	margin-left: 4px;
}

@media screen and (max-width: 767px) {
	.m-compare-card .m-product-card__action .m-button--icon {
		width: 40px;
		height: 40px;
	}

	.m-compare-card .m-product-card__action--top {
		top: 10px;
		right: 10px;
		transform: translateZ(0);
		display: block;
		opacity: 1;
	}
}

.m-price .m-price__badge-sale,
.m-price .m-price__badge-sold-out,
.m-price--no-compare .m-price__compare,
.m-price--on-sale .m-price__availability,
.m-price--on-sale .m-price__regular,
.m-price__availability,
.m-price__sale {
	display: none;
}

.m-price {
	gap: 8px;
	color: rgb(var(--color-foreground));
}

.m-price__unit-wrapper {
	width: 100%;
}

.m-price__regular .m-price-item--last,
.m-price__regular .m-price-item--regular,
.m-price__sale .m-price-item--last,
.m-price__sale .m-price-item--regular {
	font-family: var(--font-stack-body);
}

.m-price__regular {
	color: rgb(var(--color-price-regular));
}

.m-price__sale .m-price-item--regular {
	font-size: 87.5%;
	color: rgb(var(--color-foreground-secondary));
	text-decoration: line-through;
}

.m-price__sale .m-price-item--last {
	color: rgb(var(--color-price-sale));
}

.m-price--on-sale .m-price__sale {
	display: flex;
	flex-flow: row wrap;
	gap: 2px 8px;
	align-items: center;
}

.m-price--on-sale .m-price__badge-sale,
.m-price--on-sale .m-price__badges,
.m-price--sold-out .m-price__badge-sold-out,
.m-price--sold-out .m-price__badges {
	display: inline-flex;
}

.m-price--on-sale .m-price__badge-sale .m-product-tag,
.m-price--on-sale .m-price__badges .m-product-tag,
.m-price--sold-out .m-price__badge-sold-out .m-product-tag,
.m-price--sold-out .m-price__badges .m-product-tag {
	column-gap: 4px;
}

.m-country-flags {
	display: inline-block;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	background: image-set(
			url('//cdn.shopify.com/s/files/1/0646/2118/3226/t/6/assets/country-flags.png?v=37230036826556269641671675075') 1x,
			url('//cdn.shopify.com/s/files/1/0646/2118/3226/t/6/assets/country-flags-2x.png?v=119388446682176363021671675075')
				2x
		)
		no-repeat top left;
}

.m-country-flags--AD {
	background-position: 0 0;
}

.m-country-flags--AE {
	background-position: -21px 0;
}

.m-country-flags--AF {
	background-position: 0 -21px;
}

.m-country-flags--African_nion {
	background-position: -21px -21px;
}

.m-country-flags--AG {
	background-position: -42px 0;
}

.m-country-flags--AI {
	background-position: -42px -21px;
}

.m-country-flags--AL {
	background-position: 0 -42px;
}

.m-country-flags--AM {
	background-position: -21px -42px;
}

.m-country-flags--AMS {
	background-position: -42px -42px;
}

.m-country-flags--AO {
	background-position: -63px 0;
}

.m-country-flags--AQ {
	background-position: -63px -21px;
}

.m-country-flags--AR {
	background-position: -63px -42px;
}

.m-country-flags--AS {
	background-position: 0 -63px;
}

.m-country-flags--AT {
	background-position: -21px -63px;
}

.m-country-flags--AU {
	background-position: -42px -63px;
}

.m-country-flags--AW {
	background-position: -63px -63px;
}

.m-country-flags--AX {
	background-position: -84px 0;
}

.m-country-flags--AZ {
	background-position: -84px -21px;
}

.m-country-flags--BA {
	background-position: -84px -42px;
}

.m-country-flags--BB {
	background-position: -84px -63px;
}

.m-country-flags--BD {
	background-position: 0 -84px;
}

.m-country-flags--BE {
	background-position: -21px -84px;
}

.m-country-flags--BF {
	background-position: -42px -84px;
}

.m-country-flags--BG {
	background-position: -63px -84px;
}

.m-country-flags--BH {
	background-position: -84px -84px;
}

.m-country-flags--BI {
	background-position: -105px 0;
}

.m-country-flags--BJ {
	background-position: -105px -21px;
}

.m-country-flags--BL {
	background-position: -105px -42px;
}

.m-country-flags--BM {
	background-position: -105px -63px;
}

.m-country-flags--BN {
	background-position: -105px -84px;
}

.m-country-flags--BO {
	background-position: 0 -105px;
}

.m-country-flags--BQ-BO {
	background-position: -21px -105px;
}

.m-country-flags--BQ-SA {
	background-position: -42px -105px;
}

.m-country-flags--BQ-SE {
	background-position: -63px -105px;
}

.m-country-flags--BR {
	background-position: -84px -105px;
}

.m-country-flags--BS {
	background-position: -105px -105px;
}

.m-country-flags--BT {
	background-position: -126px 0;
}

.m-country-flags--BV {
	background-position: -126px -21px;
}

.m-country-flags--BW {
	background-position: -126px -42px;
}

.m-country-flags--BY {
	background-position: -126px -63px;
}

.m-country-flags--BZ {
	background-position: -126px -84px;
}

.m-country-flags--CA {
	background-position: -126px -105px;
}

.m-country-flags--CC {
	background-position: 0 -126px;
}

.m-country-flags--CD {
	background-position: -21px -126px;
}

.m-country-flags--CF {
	background-position: -42px -126px;
}

.m-country-flags--CG {
	background-position: -63px -126px;
}

.m-country-flags--CH {
	background-position: -84px -126px;
}

.m-country-flags--CI {
	background-position: -105px -126px;
}

.m-country-flags--CK {
	background-position: -126px -126px;
}

.m-country-flags--CL {
	background-position: -147px 0;
}

.m-country-flags--CM {
	background-position: -147px -21px;
}

.m-country-flags--CN {
	background-position: -147px -42px;
}

.m-country-flags--CO {
	background-position: -147px -63px;
}

.m-country-flags--CR {
	background-position: -147px -84px;
}

.m-country-flags--CU {
	background-position: -147px -105px;
}

.m-country-flags--CV {
	background-position: -147px -126px;
}

.m-country-flags--CW {
	background-position: 0 -147px;
}

.m-country-flags--CX {
	background-position: -21px -147px;
}

.m-country-flags--CY {
	background-position: -42px -147px;
}

.m-country-flags--CZ {
	background-position: -63px -147px;
}

.m-country-flags--DE {
	background-position: -84px -147px;
}

.m-country-flags--DJ {
	background-position: -105px -147px;
}

.m-country-flags--DK {
	background-position: -126px -147px;
}

.m-country-flags--DM {
	background-position: -147px -147px;
}

.m-country-flags--DO {
	background-position: -168px 0;
}

.m-country-flags--DZ {
	background-position: -168px -21px;
}

.m-country-flags--EC {
	background-position: -168px -42px;
}

.m-country-flags--EE {
	background-position: -168px -63px;
}

.m-country-flags--EG {
	background-position: -168px -84px;
}

.m-country-flags--EH {
	background-position: -168px -105px;
}

.m-country-flags--ER {
	background-position: -168px -126px;
}

.m-country-flags--ES {
	background-position: -168px -147px;
}

.m-country-flags--ET {
	background-position: 0 -168px;
}

.m-country-flags--EUROPE {
	background-position: -21px -168px;
}

.m-country-flags--FI {
	background-position: -42px -168px;
}

.m-country-flags--FJ {
	background-position: -63px -168px;
}

.m-country-flags--FK {
	background-position: -84px -168px;
}

.m-country-flags--FM {
	background-position: -105px -168px;
}

.m-country-flags--FO {
	background-position: -126px -168px;
}

.m-country-flags--FR {
	background-position: -147px -168px;
}

.m-country-flags--GA {
	background-position: -168px -168px;
}

.m-country-flags--GB {
	background-position: -189px -63px;
}

.m-country-flags--GB-NIR {
	background-position: -189px -21px;
}

.m-country-flags--GB-SCT {
	background-position: -189px -42px;
}

.m-country-flags--GB-UKM {
	background-position: -189px -63px;
}

.m-country-flags--GB-WLS {
	background-position: -189px -84px;
}

.m-country-flags--GD {
	background-position: -189px -105px;
}

.m-country-flags--GE {
	background-position: -189px -126px;
}

.m-country-flags--GF {
	background-position: -189px -147px;
}

.m-country-flags--GG {
	background-position: -189px -168px;
}

.m-country-flags--GH {
	background-position: 0 -189px;
}

.m-country-flags--GI {
	background-position: -21px -189px;
}

.m-country-flags--GL {
	background-position: -42px -189px;
}

.m-country-flags--GM {
	background-position: -63px -189px;
}

.m-country-flags--GN {
	background-position: -84px -189px;
}

.m-country-flags--GP {
	background-position: -105px -189px;
}

.m-country-flags--GP {
	background-position: -126px -189px;
}

.m-country-flags--GQ {
	background-position: -147px -189px;
}

.m-country-flags--GR {
	background-position: -168px -189px;
}

.m-country-flags--GS {
	background-position: -189px -189px;
}

.m-country-flags--GT {
	background-position: -210px 0;
}

.m-country-flags--GU {
	background-position: -210px -21px;
}

.m-country-flags--GW {
	background-position: -210px -42px;
}

.m-country-flags--GY {
	background-position: -210px -63px;
}

.m-country-flags--HK {
	background-position: -210px -84px;
}

.m-country-flags--HM {
	background-position: -210px -105px;
}

.m-country-flags--HN {
	background-position: -210px -126px;
}

.m-country-flags--HR {
	background-position: -210px -147px;
}

.m-country-flags--HT {
	background-position: -210px -168px;
}

.m-country-flags--HU {
	background-position: -210px -189px;
}

.m-country-flags--ID {
	background-position: 0 -210px;
}

.m-country-flags--IE {
	background-position: -21px -210px;
}

.m-country-flags--IL {
	background-position: -42px -210px;
}

.m-country-flags--IM {
	background-position: -63px -210px;
}

.m-country-flags--IN {
	background-position: -84px -210px;
}

.m-country-flags--IO {
	background-position: -105px -210px;
}

.m-country-flags--IQ {
	background-position: -126px -210px;
}

.m-country-flags--IR {
	background-position: -147px -210px;
}

.m-country-flags--IS {
	background-position: -168px -210px;
}

.m-country-flags--IT {
	background-position: -189px -210px;
}

.m-country-flags--JE {
	background-position: -210px -210px;
}

.m-country-flags--JM {
	background-position: -231px 0;
}

.m-country-flags--JO {
	background-position: -231px -21px;
}

.m-country-flags--JP {
	background-position: -231px -42px;
}

.m-country-flags--KG {
	background-position: -231px -63px;
}

.m-country-flags--KH {
	background-position: -231px -84px;
}

.m-country-flags--KI {
	background-position: -231px -105px;
}

.m-country-flags--KM {
	background-position: -231px -126px;
}

.m-country-flags--KN {
	background-position: -231px -147px;
}

.m-country-flags--KN-SK {
	background-position: -231px -168px;
}

.m-country-flags--KP {
	background-position: -231px -189px;
}

.m-country-flags--KR {
	background-position: -231px -210px;
}

.m-country-flags--KW {
	background-position: 0 -231px;
}

.m-country-flags--KY {
	background-position: -21px -231px;
}

.m-country-flags--KZ {
	background-position: -42px -231px;
}

.m-country-flags--LA {
	background-position: -63px -231px;
}

.m-country-flags--LB {
	background-position: -84px -231px;
}

.m-country-flags--LC {
	background-position: -105px -231px;
}

.m-country-flags--LI {
	background-position: -126px -231px;
}

.m-country-flags--LK {
	background-position: -147px -231px;
}

.m-country-flags--LR {
	background-position: -168px -231px;
}

.m-country-flags--LS {
	background-position: -189px -231px;
}

.m-country-flags--LT {
	background-position: -210px -231px;
}

.m-country-flags--LU {
	background-position: -231px -231px;
}

.m-country-flags--LV {
	background-position: -252px 0;
}

.m-country-flags--LY {
	background-position: -252px -21px;
}

.m-country-flags--MA {
	background-position: -252px -42px;
}

.m-country-flags--MC {
	background-position: -252px -63px;
}

.m-country-flags--MD {
	background-position: -252px -84px;
}

.m-country-flags--ME {
	background-position: -252px -105px;
}

.m-country-flags--MF {
	background-position: -252px -126px;
}

.m-country-flags--MG {
	background-position: -252px -147px;
}

.m-country-flags--MH {
	background-position: -252px -168px;
}

.m-country-flags--MK {
	background-position: -252px -189px;
}

.m-country-flags--ML {
	background-position: -252px -210px;
}

.m-country-flags--MM {
	background-position: -252px -231px;
}

.m-country-flags--MN {
	background-position: 0 -252px;
}

.m-country-flags--MO {
	background-position: -21px -252px;
}

.m-country-flags--MP {
	background-position: -42px -252px;
}

.m-country-flags--MQ {
	background-position: -63px -252px;
}

.m-country-flags--MQ-UNF {
	background-position: -84px -252px;
}

.m-country-flags--MR {
	background-position: -105px -252px;
}

.m-country-flags--MS {
	background-position: -126px -252px;
}

.m-country-flags--MT {
	background-position: -147px -252px;
}

.m-country-flags--MU {
	background-position: -168px -252px;
}

.m-country-flags--MV {
	background-position: -189px -252px;
}

.m-country-flags--MW {
	background-position: -210px -252px;
}

.m-country-flags--MX {
	background-position: -231px -252px;
}

.m-country-flags--MY {
	background-position: -252px -252px;
}

.m-country-flags--MZ {
	background-position: -273px 0;
}

.m-country-flags--NA {
	background-position: -273px -21px;
}

.m-country-flags--NC {
	background-position: -273px -42px;
}

.m-country-flags--NE {
	background-position: -273px -63px;
}

.m-country-flags--NF {
	background-position: -273px -84px;
}

.m-country-flags--NG {
	background-position: -273px -105px;
}

.m-country-flags--NI {
	background-position: -273px -126px;
}

.m-country-flags--NL {
	background-position: -273px -147px;
}

.m-country-flags--NO {
	background-position: -273px -168px;
}

.m-country-flags--NP {
	background-position: -273px -189px;
}

.m-country-flags--NR {
	background-position: -273px -210px;
}

.m-country-flags--NU {
	background-position: -273px -231px;
}

.m-country-flags--NZ {
	background-position: -273px -252px;
}

.m-country-flags--OM {
	background-position: 0 -273px;
}

.m-country-flags--PA {
	background-position: -21px -273px;
}

.m-country-flags--PE {
	background-position: -42px -273px;
}

.m-country-flags--PF {
	background-position: -63px -273px;
}

.m-country-flags--PG {
	background-position: -84px -273px;
}

.m-country-flags--PH {
	background-position: -105px -273px;
}

.m-country-flags--PK {
	background-position: -126px -273px;
}

.m-country-flags--PL {
	background-position: -147px -273px;
}

.m-country-flags--PM {
	background-position: -168px -273px;
}

.m-country-flags--Pm-UNF {
	background-position: -189px -273px;
}

.m-country-flags--PN {
	background-position: -210px -273px;
}

.m-country-flags--PR {
	background-position: -231px -273px;
}

.m-country-flags--PS {
	background-position: -252px -273px;
}

.m-country-flags--PT {
	background-position: -273px -273px;
}

.m-country-flags--PW {
	background-position: -294px 0;
}

.m-country-flags--PY {
	background-position: -294px -21px;
}

.m-country-flags--QA {
	background-position: -294px -42px;
}

.m-country-flags--RAINBOW {
	background-position: -294px -63px;
}

.m-country-flags--RE {
	background-position: -294px -84px;
}

.m-country-flags--RO {
	background-position: -294px -105px;
}

.m-country-flags--RS {
	background-position: -294px -126px;
}

.m-country-flags--RU {
	background-position: -294px -147px;
}

.m-country-flags--RW {
	background-position: -294px -168px;
}

.m-country-flags--SA {
	background-position: -294px -189px;
}

.m-country-flags--SB {
	background-position: -294px -210px;
}

.m-country-flags--SC {
	background-position: -294px -231px;
}

.m-country-flags--SD {
	background-position: -294px -252px;
}

.m-country-flags--SE {
	background-position: -294px -273px;
}

.m-country-flags--SG {
	background-position: 0 -294px;
}

.m-country-flags--SH {
	background-position: -21px -294px;
}

.m-country-flags--SI {
	background-position: -42px -294px;
}

.m-country-flags--SJ {
	background-position: -63px -294px;
}

.m-country-flags--SK {
	background-position: -84px -294px;
}

.m-country-flags--SL {
	background-position: -105px -294px;
}

.m-country-flags--SM {
	background-position: -126px -294px;
}

.m-country-flags--SN {
	background-position: -147px -294px;
}

.m-country-flags--SO {
	background-position: -168px -294px;
}

.m-country-flags--SR {
	background-position: -189px -294px;
}

.m-country-flags--SS {
	background-position: -210px -294px;
}

.m-country-flags--ST {
	background-position: -231px -294px;
}

.m-country-flags--SV {
	background-position: -252px -294px;
}

.m-country-flags--SX {
	background-position: -273px -294px;
}

.m-country-flags--SY {
	background-position: -294px -294px;
}

.m-country-flags--SZ {
	background-position: -315px 0;
}

.m-country-flags--TC {
	background-position: -315px -21px;
}

.m-country-flags--TD {
	background-position: -315px -42px;
}

.m-country-flags--TF {
	background-position: -315px -63px;
}

.m-country-flags--TG {
	background-position: -315px -84px;
}

.m-country-flags--TH {
	background-position: -315px -105px;
}

.m-country-flags--TJ {
	background-position: -315px -126px;
}

.m-country-flags--TK {
	background-position: -315px -147px;
}

.m-country-flags--TL {
	background-position: -315px -168px;
}

.m-country-flags--TM {
	background-position: -315px -189px;
}

.m-country-flags--TN {
	background-position: -315px -210px;
}

.m-country-flags--TO {
	background-position: -315px -231px;
}

.m-country-flags--TR {
	background-position: -315px -252px;
}

.m-country-flags--TT {
	background-position: -315px -273px;
}

.m-country-flags--TV {
	background-position: -315px -294px;
}

.m-country-flags--TW {
	background-position: 0 -315px;
}

.m-country-flags--TZ {
	background-position: -21px -315px;
}

.m-country-flags--UA {
	background-position: -42px -315px;
}

.m-country-flags--UG {
	background-position: -63px -315px;
}

.m-country-flags--UM {
	background-position: -84px -315px;
}

.m-country-flags--Union_f_outh_merican_ations {
	background-position: -105px -315px;
}

.m-country-flags--US {
	background-position: -126px -315px;
}

.m-country-flags--UY {
	background-position: -147px -315px;
}

.m-country-flags--UZ {
	background-position: -168px -315px;
}

.m-country-flags--VA {
	background-position: -189px -315px;
}

.m-country-flags--VC {
	background-position: -210px -315px;
}

.m-country-flags--VE {
	background-position: -231px -315px;
}

.m-country-flags--VG {
	background-position: -252px -315px;
}

.m-country-flags--VI {
	background-position: -273px -315px;
}

.m-country-flags--VN {
	background-position: -294px -315px;
}

.m-country-flags--VU {
	background-position: -315px -315px;
}

.m-country-flags--WF {
	background-position: -336px 0;
}

.m-country-flags--WS {
	background-position: -336px -21px;
}

.m-country-flags--XK {
	background-position: -336px -42px;
}

.m-country-flags--YE {
	background-position: -336px -63px;
}

.m-country-flags--YT-UNF {
	background-position: -336px -84px;
}

.m-country-flags--ZA {
	background-position: -336px -105px;
}

.m-country-flags--ZM {
	background-position: -336px -126px;
}

.m-country-flags--ZW {
	background-position: -336px -147px;
}

.m-announcement-bar {
	position: relative;
	z-index: 71;
	border-bottom: var(--border-width, 0) solid rgb(var(--color-border));
}

.m-announcement-bar__container {
	position: relative;
}

@media screen and (max-width: 639px) {
	.m-announcement-bar__container .m-slider-controls {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.m-announcement-bar__container .m-slider-controls {
		max-width: none;
		margin-top: 0;
	}

	.m-announcement-bar__container .m-slider-controls__button {
		position: absolute;
		transform: translateY(-50%);
	}
}

.m-announcement-bar__container .m-slider-controls__button {
	height: 100%;
	margin: 0;
	background-color: rgb(0 0 0 / 0%);
	border: none;
}

.m-announcement-bar__container .m-slider-controls__button:active,
.m-announcement-bar__container .m-slider-controls__button:focus,
.m-announcement-bar__container .m-slider-controls__button:hover {
	color: rgb(var(--color-forceground));
	box-shadow: none;
}

.m-announcement-bar__container .m-slider-controls__button-prev {
	left: 40px;
}

.m-announcement-bar__container .m-slider-controls__button-next {
	right: 40px;
}

.m-announcement-bar__content {
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 40px;
	padding: 6px 16px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}

@media screen and (max-width: 479px) {
	.m-announcement-bar__content {
		overflow: hidden;
		display: block;
		max-height: initial;
		margin-right: 0;
		padding: 6px;
		font-size: 12px;
		line-height: 1;
	}
}

.m-announcement-bar__close {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
}

.m-announcement-bar__item {
	position: relative;
	width: 100%;
	height: 100%;
}

.m-announcement-bar__link {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.al-loading-bar,
.al-loading-overlay {
	position: relative;
}

.al-loading-overlay::after {
	pointer-events: auto;
	content: '';
	position: absolute;
	z-index: 99999999;
	inset: 0;
	opacity: 0;
	background-color: #fff;
	transition: opacity var(--al-finish-duration) ease-in-out var(--al-finish-duration);
}

.al-loading-overlay.overlay-show::after {
	opacity: 0.6;
}

.al-loading-bar::before {
	content: '';
	position: fixed;
	z-index: 999999999;
	top: 0;
	left: 0;
	width: 0;
	height: var(--al-thickness);
	opacity: 1;
	background: var(--al-color);
}

.al-loading-bar.start::before {
	transition:
		width var(--al-finish-duration) linear,
		opacity var(--al-finish-duration) linear var(--al-finish-duration);
}

.al-loading-bar.loading::before {
	animation: al-loading var(--al-start-duration) ease-in-out forwards;
}

.al-loading-bar.loaded::before {
	width: var(--al-end-width);
}

.al-loading-bar.finished::before {
	width: 100%;
	opacity: 0;
}

@keyframes al-loading {
	0% {
		width: 0;
	}

	100% {
		width: 80%;
	}
}

*,
::after,
::before {
	box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	font: inherit;
	font-family: var(--l-font-body-family);
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

fieldset,
legend {
	margin: 0;
	padding: 0;
	border: none;
}

@font-face {
	font-family: swiper-icons;
	font-weight: 400;
	font-style: normal;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
}

:root {
	--swiper-theme-color: #0f3365;
}

:host {
	position: relative;
	z-index: 1;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.swiper {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	list-style: none;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	transition-property: transform;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	position: relative;
	display: block;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
	scrollbar-width: none;
	overflow: auto;
	-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	width: var(--swiper-centered-offset-after);
	height: 100%;
	min-height: 1px;
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	pointer-events: none;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.swiper-3d .swiper-slide-shadow {
	background: rgb(0 0 0 / 15%);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
}

.swiper-lazy-preloader {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform-origin: 50%;
	box-sizing: border-box;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	margin-left: -21px;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-top-color: rgb(0 0 0 / 0%);
	border-radius: 50%;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.swiper-virtual .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	pointer-events: none;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	width: var(--swiper-virtual-size);
	height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top: var(--swiper-navigation-top-offset, 50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	pointer-events: none;
	cursor: auto;
	opacity: 0.35;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	pointer-events: none;
	cursor: auto;
	opacity: 0;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
	transform-origin: center;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	right: auto;
	left: var(--swiper-navigation-sides-offset, 10px);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: var(--swiper-navigation-size);
	font-variant: initial;
	line-height: 1;
	text-transform: none !important;
	letter-spacing: 0;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
	content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
	content: 'next';
}

.swiper-pagination {
	position: absolute;
	z-index: 10;
	transform: translate3d(0, 0, 0);
	text-align: center;
	transition: 0.3s opacity;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	top: var(--swiper-pagination-top, auto);
	bottom: var(--swiper-pagination-bottom, 8px);
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	--swiper-bullet-size: 8px;

	position: relative;
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet::after,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet::before {
	display: none;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	display: inline-block;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
}

button.swiper-pagination-bullet {
	margin: 0;
	padding: 0;
	appearance: none;
	border: none;
	box-shadow: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	top: 50%;
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition:
		0.2s transform,
		0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition:
		0.2s transform,
		0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition:
		0.2s transform,
		0.2s right;
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
	position: absolute;
	background: var(--swiper-pagination-progressbar-bg-color, rgb(0 0 0 / 25%));
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: left top;
	transform: scale(0);
	width: 100%;
	height: 100%;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	top: 0;
	left: 0;
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
	top: 0;
	left: 0;
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	touch-action: none;
	position: relative;
	background: var(--swiper-scrollbar-bg-color, rgb(0 0 0 / 10%));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	z-index: 50;
	top: var(--swiper-scrollbar-top, auto);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	left: var(--swiper-scrollbar-sides-offset, 1%);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
	height: var(--swiper-scrollbar-size, 4px);
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	position: absolute;
	z-index: 50;
	top: var(--swiper-scrollbar-sides-offset, 1%);
	right: var(--swiper-scrollbar-right, 4px);
	left: var(--swiper-scrollbar-left, auto);
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--swiper-scrollbar-drag-bg-color, rgb(0 0 0 / 50%));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	touch-action: none;
	cursor: move;
}

.swiper .swiper-notification {
	pointer-events: none;
	position: absolute;
	z-index: -1000;
	top: 0;
	left: 0;
	opacity: 0;
}

.swiper-free-mode > .swiper-wrapper {
	margin: 0 auto;
	transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-flow: column wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	z-index: 1;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	backface-visibility: hidden;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}

.swiper-cube .swiper-cube-shadow::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #000;
	filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	backface-visibility: hidden;
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	z-index: 1;
	backface-visibility: hidden;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	overflow: hidden;
	backface-visibility: hidden;
	transition-property: transform, opacity, height;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	overflow: hidden;
	backface-visibility: hidden;
}

.l-relative {
	position: relative;
}

.l-absolute {
	position: absolute;
}

.l-inset-0 {
	inset: 0;
}

.l-zindex-1 {
	--l-link-overlay-z-index: 1;

	z-index: 1;
}

.l-zindex-2 {
	--l-link-overlay-z-index: 2;

	z-index: 2;
}

.l-zindex-3 {
	--l-link-overlay-z-index: 3;

	z-index: 3;
}

.l-zindex-4 {
	--l-link-overlay-z-index: 4;

	z-index: 4;
}

.l-hidden {
	display: none !important;
}

@media screen and (max-width: 479px) {
	.l-hidden-max-mobile {
		display: none !important;
	}
}

@media screen and (min-width: 480px) {
	.l-hidden-mobile {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.l-hidden-max-tablet {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.l-hidden-tablet {
		display: none !important;
	}
}

@media screen and (max-width: 1023px) {
	.l-hidden-max-desktop {
		display: none !important;
	}
}

@media screen and (min-width: 1024px) {
	.l-hidden-desktop {
		display: none !important;
	}
}

@media screen and (max-width: 1279px) {
	.l-hidden-max-desktopLg {
		display: none !important;
	}
}

@media screen and (min-width: 1280px) {
	.l-hidden-desktopLg {
		display: none !important;
	}
}

@media screen and (max-width: 1439px) {
	.l-hidden-max-desktopXl {
		display: none !important;
	}
}

@media screen and (min-width: 1440px) {
	.l-hidden-desktopXl {
		display: none !important;
	}
}

.l-overflow-hidden {
	overflow: hidden;
}

.l-overflow-visible {
	overflow: visible;
}

.l-overflow-y-auto {
	overflow-y: auto;
}

.l-overflow-x-auto {
	overflow-x: auto;
}

.l-overflow-x-hidden {
	overflow-x: hidden;
}

.l-overflow-y-hidden {
	overflow-y: hidden;
}

.l-sr-only {
	position: absolute !important;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	word-wrap: normal !important;
	clip: rect(0 0 0 0);
	border: 0;
}

.l-input-sr-only {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
}

.l-flex {
	display: flex;
}

.l-flex-wrap {
	flex-wrap: wrap;
}

.l-flex-nowrap {
	flex-wrap: nowrap;
}

.l-flex-row-reverse {
	flex-direction: row-reverse;
}

.l-flex-col {
	flex-direction: column;
}

.l-flex-col-reverse {
	flex-direction: column-reverse;
}

.l-flex-1 {
	flex: 1;
}

.l-flex-v-center {
	display: flex;
	align-items: center;
}

.l-flex-h-center {
	display: flex;
	justify-content: center;
}

.l-inline-flex-v-center {
	display: inline-flex;
	align-items: center;
}

.l-inline-flex-h-center {
	display: inline-flex;
	justify-content: center;
}

.l-items-center {
	align-items: center;
}

.l-items-start {
	align-items: flex-start;
}

.l-items-end {
	align-items: flex-end;
}

.l-justify-center {
	justify-content: center;
}

.l-justify-start {
	justify-content: flex-start;
}

.l-justify-end {
	justify-content: flex-end;
}

.l-justify-between {
	justify-content: space-between;
}

.l-flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.l-inline-flex-center {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.l-block {
	display: block;
}

.l-inline-block {
	display: inline-block;
}

.l-inline {
	display: inline;
}

.l-inline-flex {
	display: inline-flex;
}

.l-w-full {
	width: 100%;
}

.l-h-full {
	height: 100%;
}

.l-sq-full {
	width: 100%;
	height: 100%;
}

.l-w-auto {
	width: auto;
}

.l-h-auto {
	height: auto;
}

.l-min-h-full {
	min-height: 100%;
}

.l-max-w-full {
	max-width: 100%;
}

.l-ml-auto {
	margin-left: auto;
}

.l-mr-auto {
	margin-right: auto;
}

.l-mt-auto {
	margin-top: auto;
}

.l-mx-auto {
	margin-right: auto;
	margin-left: auto;
}

.l-my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.l-text-left {
	text-align: left;
}

.l-text-center {
	text-align: center;
}

.l-text-right {
	text-align: right;
}

.l-text-success {
	color: var(--color-status-success, #075d07);
}

.l-text-error {
	color: var(--color-status-error, #a30d0d);
}

.l-text-400 {
	--l-text-weight-mobile: 400;

	font-weight: 400;
}

.l-text-500 {
	--l-text-weight-mobile: 500;

	font-weight: 500;
}

.l-text-600 {
	--l-text-weight-mobile: 600;

	font-weight: 600;
}

.l-text-700 {
	--l-text-weight-mobile: 700;

	font-weight: 700;
}

.l-text-none {
	font-size: 0;
}

.l-uppercase {
	text-transform: uppercase;
}

.l-leading-1 {
	--l-text-lh-mobile: 1;
	--l-rte-lh-mobile: 1;

	line-height: 1;
}

.l-underline {
	text-decoration: underline;
}

.l-no-underline {
	text-decoration: none;
}

.l-rounded-full {
	border-radius: 100%;
}

.l-transition-default {
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.l-cursor-pointer {
	cursor: pointer;
}

.l-pointer-events-none {
	pointer-events: none;
}

.l-object-fit-cover {
	object-fit: cover;
}

.l-object-fit-contain {
	object-fit: contain;
}

.l-img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

.l-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-input {
	padding: 0 5px;
	font-family: var(--l-font-body-family);
	font-size: 16px;
	font-weight: 500;
	color: currentcolor;
	appearance: none;
	background-color: rgb(0 0 0 / 0%);
	background-image: none;
	border: none;
	outline: 0;
	box-shadow: none;
}

.l-input::-webkit-inner-spin-button,
.l-input::-webkit-outer-spin-button {
	margin: 0;
	appearance: none;
}

.l-input::placeholder {
	color: var(--l-input-placeholder-color, #717171);
}

.l-input[type='number'] {
	appearance: textfield;
}

.l-iframe {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	box-shadow: none;
}

.l-button-reset {
	cursor: pointer;
	margin: 0;
	padding: 0;
	font-family: var(--l-font-body-family);
	color: inherit;
	background: 0 0;
	background-image: none;
	border: none;
	outline: 0;
}

.l-media-ratio {
	position: relative;
	height: 0;
	padding-top: var(--l-media-ratio-mobile);
	border-radius: var(--l-media-border-radius, 0);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.l-media-ratio {
		padding-top: var(--l-media-ratio-tablet, var(--l-media-ratio-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-media-ratio {
		padding-top: var(--l-media-ratio-desktop, var(--l-media-ratio-mobile));
	}
}

.l-media-ratio > * {
	position: absolute;
	z-index: 2;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: var(--l-object-fit-mobile, cover);
}

@media screen and (min-width: 1024px) {
	.l-media-ratio > * {
		object-fit: var(--l-object-fit-desktop, var(--l-object-fit-mobile, cover));
	}
}

.l-media-hover--scale:hover img {
	transform: scale(var(--l-media-hover-scale, 1.1));
}

.l-media-hover--scale img {
	transform: scale(1);
	transition: transform 0.8s cubic-bezier(0.19, 0.61, 0.15, 0.82);
}

.l-media-overlay::before {
	pointer-events: none;
	content: '';
	position: absolute;
	z-index: 3;
	inset: 0;
	background: var(--l-content-overlay-bg);
}

.l-media-placeholder {
	background-color: #fff2e9;
}

.l-scrollbar {
	--l-scrollbar-width: 2px;
	--l-scrollbar-radius: 3px;
	--l-scrollbar-thumb-width: 1px;
	--l-scrollbar-thumb-bg: #c6bfbf;
	--l-scrollbar-thumb-hover-bg: #1f1e1e;
	--l-scrollbar-track-bg: #f1eded;
	--l-scrollbar-button-bg: #999393;
}

.l-scrollbar::-webkit-scrollbar {
	width: var(--l-scrollbar-width);
}

.l-scrollbar::-webkit-scrollbar-thumb {
	width: var(--l-scrollbar-thumb-width);
	background-color: var(--l-scrollbar-thumb-bg);
	border-radius: var(--l-scrollbar-radius);
}

@media (hover: hover) {
	.l-scrollbar::-webkit-scrollbar-thumb:hover {
		background-color: var(--l-scrollbar-thumb-hover-bg);
	}
}

.l-scrollbar--hidden {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.l-scrollbar--hidden::-webkit-scrollbar,
.l-scrollbar--hidden::-webkit-scrollbar-button,
.l-scrollbar--hidden::-webkit-scrollbar-thumb,
.l-scrollbar--hidden::-webkit-scrollbar-track {
	display: none;
	width: 0;
}

.l-swiper-pagination {
	--swiper-pagination-color: #000;
	--swiper-pagination-bullet-inactive-color: #c5c5c5;
	--swiper-pagination-bullet-inactive-opacity: 1;

	position: static;
	transform: none !important;
	display: block;
}

@media screen and (max-width: 479px) {
	.l-swiper-pagination {
		--swiper-pagination-bullet-size: 10px;

		margin-top: var(--l-swiper-p-mt-mobile, 16px);
	}
}

@media screen and (min-width: 480px) {
	.l-swiper-pagination {
		--swiper-pagination-bullet-size: 12px;

		margin-top: var(--l-swiper-p-mt-desktop, 16px);
	}
}

.l-swiper-nav {
	top: var(--l-pagination-y, 50%);
	transform: translateY(-50%);
}

.l-swiper-nav.l-swiper-nav--primary {
	width: 40px;
	height: 40px;
	padding: 10px 4px;
	border-radius: 0;
}

.l-swiper-nav:disabled {
	pointer-events: all;
}

.l-swiper-nav--prev {
	left: var(--l-pagination-x, 10px);
}

.l-swiper-nav--next {
	right: var(--l-pagination-x, 10px);
}

.js-block-page {
	overflow: hidden !important;
	box-sizing: border-box !important;
}

@media screen and (min-width: 1024px) {
	.js-block-page {
		padding-right: 4px !important;
	}
}

html.js .no-js,
html.no-js .no-js-hidden {
	display: none !important;
}

html.no-js .no-js {
	display: block !important;
}

.l-skip-to-content-link:focus {
	position: inherit;
	z-index: 9999;
	overflow: auto;
	width: auto;
	height: auto;
	clip: auto;
	border: 2px solid var(--l-button-hover-border-color);
}

.l-button,
.l-button.l-button-reset,
button.l-button {
	font-family: var(--l-button-font-family, var(--l-font-body-family));
	color: var(--l-button-text-color);
	text-decoration: var(--l-button-text-decoration, none);
	background-color: var(--l-button-bg-color);
	border: var(--l-button-border-width) solid var(--l-button-border-color);
	border-color: var(--l-button-border-color);
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 1023px) {
	.l-button,
	.l-button.l-button-reset,
	button.l-button {
		gap: var(--l-button-gap-mobile);
		width: var(--l-button-width-mobile);
		max-width: var(--l-button-max-width-mobile);
		padding: var(--l-button-padding-mobile);
		font-size: var(--l-button-font-size-mobile);
		font-weight: var(--l-button-font-weight-mobile);
		line-height: var(--l-button-line-height-mobile);
		letter-spacing: var(--l-button-letter-spacing-mobile);
		border-radius: var(--l-button-radius-mobile);
	}
}

@media screen and (min-width: 1024px) {
	.l-button,
	.l-button.l-button-reset,
	button.l-button {
		gap: var(--l-button-gap-desktop, var(--l-button-gap-mobile));
		width: var(--l-button-width-desktop, var(--l-button-width-mobile));
		max-width: var(--l-button-max-width-desktop, var(--l-button-max-width-mobile));
		padding: var(--l-button-padding-desktop, var(--l-button-padding-mobile));
		font-size: var(--l-button-font-size-desktop, var(--l-button-font-size-mobile));
		font-weight: var(--l-button-font-weight-desktop, var(--l-button-font-weight-mobile));
		line-height: var(--l-button-line-height-desktop, var(--l-button-line-height-mobile));
		letter-spacing: var(--l-button-letter-spacing-desktop, var(--l-button-letter-spacing-mobile));
		border-radius: var(--l-button-radius-desktop, var(--l-button-radius-mobile));
	}
}

.l-button.l-button-reset:focus,
.l-button.l-button-reset:hover,
.l-button:focus,
.l-button:hover,
button.l-button:focus,
button.l-button:hover {
	color: var(--l-button-hover-text-color);
	background-color: var(--l-button-hover-bg-color);
	border-color: var(--l-button-hover-border-color);
}

.l-button.is-loading,
.l-button.l-button-reset.is-loading,
button.l-button.is-loading {
	pointer-events: none;
	position: relative;
	overflow: hidden;
	opacity: 1;
}

@keyframes rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.l-button.is-loading::after {
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--l-button-bg-color);
}

.l-button.is-loading::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	border: 2px solid var(--l-button-text-color);
	border-top-color: rgb(0 0 0 / 0%);
	border-radius: 50%;
	animation: rotate 2s linear infinite;
}

.l-button.is-loading > * {
	opacity: 0;
}

.l-button.is-disabled,
.l-button:disabled {
	pointer-events: none;
	opacity: 0.4;
}

.l-button {
	cursor: pointer;
}

.l-button:has(.l-button__icon--image-hover):hover {
	--l-button-icon-image-default-display: none;
	--l-button-icon-image-hover-display: block;
}

.l-button--default-space {
	--l-button-gap-mobile: 10px;
	--l-button-width-mobile: max-content;
	--l-button-alignment-mobile: center;
	--l-button-min-width-mobile: max-content;
	--l-button-padding-mobile: 12px 24px;
	--l-button-padding-desktop: 12px 26px;
	--l-button-font-size-mobile: 14px;
	--l-button-font-size-desktop: 16px;
	--l-button-font-weight-mobile: 600;
	--l-button-line-height-mobile: 1;
	--l-button-letter-spacing-mobile: 0;
	--l-button-border-width: 2px;
	--l-button-radius-mobile: 8px;
}

.l-button--default-colors {
	--l-button-bg-color: #000;
	--l-button-border-color: #000;
	--l-button-text-color: #fff;
	--l-button-hover-bg-color: #000;
	--l-button-hover-border-color: #000;
	--l-button-hover-text-color: #fff;
}

.l-button--link {
	position: relative;
	padding-right: 0;
	padding-left: 0;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.l-button--icon {
	--l-button-padding-mobile: 0;
	--l-button-padding-desktop: 0;
	--l-button-border-width: 2px;

	font-size: 0;
}

@media screen and (max-width: 1023px) {
	.l-button--icon {
		justify-content: var(--l-button-alignment-mobile);
		width: var(--l-button-icon-width-mobile, 26px);
		min-width: var(--l-button-icon-width-mobile, 26px);
		height: var(--l-button-icon-height-mobile, 26px);
		min-height: var(--l-button-icon-height-mobile, 26px);
		padding: var(--l-button-icon-padding-mobile, 4px);
	}
}

@media screen and (min-width: 1024px) {
	.l-button--icon {
		justify-content: var(--l-button-alignment-desktop, var(--l-button-alignment-mobile));
		width: var(--l-button-icon-width-desktop, var(--l-button-icon-width-mobile));
		min-width: var(--l-button-icon-width-desktop, var(--l-button-icon-width-mobile));
		height: var(--l-button-icon-height-desktop, var(--l-button-icon-height-mobile));
		min-height: var(--l-button-icon-height-desktop, var(--l-button-icon-height-mobile));
		padding: var(--l-button-icon-padding-desktop, var(--l-button-icon-padding-mobile));
	}
}

.l-button__icon {
	width: var(--l-button-icon-width, auto);
	height: var(--l-button-icon-height, auto);
}

.l-button__icon--image-default {
	display: var(--l-button-icon-image-default-display, block);
}

.l-button__icon--image-hover {
	display: var(--l-button-icon-image-hover-display, none);
}

.l-tag {
	font-family: var(--l-tag-font-family, var(--l-font-body-family));
	color: var(--l-tag-text-color);
	text-decoration: var(--l-tag-text-decoration, none);
	background-color: var(--l-tag-bg-color);
	border: var(--l-tag-border-width) solid var(--l-tag-border-color);
	border-color: var(--l-tag-border-color);
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 1023px) {
	.l-tag {
		gap: var(--l-tag-gap-mobile);
		width: var(--l-tag-width-mobile);
		max-width: var(--l-tag-max-width-mobile);
		padding: var(--l-tag-padding-mobile);
		font-size: var(--l-tag-font-size-mobile);
		font-weight: var(--l-tag-font-weight-mobile);
		line-height: var(--l-tag-line-height-mobile);
		letter-spacing: var(--l-tag-letter-spacing-mobile);
		border-radius: var(--l-tag-radius-mobile);
	}
}

@media screen and (min-width: 1024px) {
	.l-tag {
		gap: var(--l-tag-gap-desktop, var(--l-tag-gap-mobile));
		width: var(--l-tag-width-desktop, var(--l-tag-width-mobile));
		max-width: var(--l-tag-max-width-desktop, var(--l-tag-max-width-mobile));
		padding: var(--l-tag-padding-desktop, var(--l-tag-padding-mobile));
		font-size: var(--l-tag-font-size-desktop, var(--l-tag-font-size-mobile));
		font-weight: var(--l-tag-font-weight-desktop, var(--l-tag-font-weight-mobile));
		line-height: var(--l-tag-line-height-desktop, var(--l-tag-line-height-mobile));
		letter-spacing: var(--l-tag-letter-spacing-desktop, var(--l-tag-letter-spacing-mobile));
		border-radius: var(--l-tag-radius-desktop, var(--l-tag-radius-mobile));
	}
}

.l-tag:focus,
.l-tag:hover {
	color: var(--l-tag-hover-text-color);
	background-color: var(--l-tag-hover-bg-color);
	border-color: var(--l-tag-hover-border-color);
}

.l-tag.is-disabled,
.l-tag:disabled {
	pointer-events: none;
	opacity: 0.4;
}

.l-tag--default-space {
	--l-tag-width-mobile: max-content;
	--l-tag-alignment-mobile: center;
	--l-tag-padding-mobile: 4px 6px;
	--l-tag-padding-desktop: 4px 8px;
	--l-tag-font-size-mobile: 10px;
	--l-tag-font-size-desktop: 14px;
	--l-tag-font-weight-mobile: 400;
	--l-tag-line-height-mobile: 1;
	--l-tag-border-width: 2px;
	--l-tag-radius-mobile: 4px;
}

.l-tag--default-colors {
	--l-tag-bg-color: #000;
	--l-tag-border-color: #000;
	--l-tag-text-color: #fff;
	--l-tag-hover-text-color: #000;
	--l-tag-hover-bg-color: #fff;
	--l-tag-hover-border-color: #000;
}

.l-link-cover::before {
	content: '';
	position: absolute;
	z-index: var(--l-link-cover-z-index, 2);
	inset: 0;
	display: block;
}

.l-link-overlay {
	position: absolute;
	z-index: var(--l-link-overlay-z-index, 2);
	inset: 0;
	display: block;
	background: var(--l-link-overlay-bg);
}

.l-link-tap::after {
	content: '';
	position: absolute;
	z-index: var(--l-link-cover-z-index, 2);
	inset: var(--l-link-tap-inset, -10px);
	display: block;
}

.l-container {
	max-width: var(--l-container-width, 100%);
	margin-right: auto;
	margin-left: auto;
	padding-right: var(--l-container-gap-mobile, 20px);
	padding-left: var(--l-container-gap-mobile, 20px);
	background-color: var(--l-container-bg);
}

@media screen and (min-width: 1024px) {
	.l-container {
		padding-right: var(--l-container-gap-desktop, 80px);
		padding-left: var(--l-container-gap-desktop, 80px);
	}
}

.l-container--full {
	--l-container-width: 100%;
	--l-container-gap-mobile: 0;
	--l-container-gap-desktop: 0;
}

.l-container-no-space-all {
	--l-container-gap-mobile: 0;
	--l-container-gap-desktop: 0;
}

@media screen and (max-width: 479px) {
	.l-container-no-space-only-mobile {
		--l-container-gap-mobile: 0;
		--l-container-gap-desktop: 0;
	}
}

@media screen and (min-width: 480px) {
	.l-container-no-space-from-mobile {
		--l-container-gap-mobile: 0;
		--l-container-gap-desktop: 0;
	}
}

@media screen and (min-width: 768px) {
	.l-container-no-space-from-tablet {
		--l-container-gap-mobile: 0;
		--l-container-gap-desktop: 0;
	}
}

@media screen and (min-width: 1024px) {
	.l-container-no-space-from-desktop {
		--l-container-gap-mobile: 0;
		--l-container-gap-desktop: 0;
	}
}

.l-section--background {
	background: var(--l-section-background);
}

@media screen and (max-width: 1023px) {
	.l-section--spacing {
		margin-top: var(--l-section-margin-top-mobile);
		margin-bottom: var(--l-section-margin-bottom-mobile);
		padding-top: var(--l-section-padding-top-mobile);
		padding-bottom: var(--l-section-padding-bottom-mobile);
	}
}

@media screen and (min-width: 1024px) {
	.l-section--spacing {
		margin-top: var(--l-section-margin-top-desktop);
		margin-bottom: var(--l-section-margin-bottom-desktop);
		padding-top: var(--l-section-padding-top-desktop);
		padding-bottom: var(--l-section-padding-bottom-desktop);
	}
}

.l-row {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 479px) {
	.l-row {
		gap: var(--l-row-gap-mobile, 0) var(--l-column-gap-mobile, 0);
		padding: var(--l-row-pad-top-mobile) var(--l-row-pad-right-mobile) var(--l-row-pad-bottom-mobile)
			var(--l-row-pad-left-mobile);
		border-radius: var(--l-row-radius-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-row {
		gap: var(--l-row-gap-tablet, 0) var(--l-column-gap-tablet, 0);
		padding: var(--l-row-pad-top-tablet) var(--l-row-pad-right-tablet) var(--l-row-pad-bottom-tablet)
			var(--l-row-pad-left-tablet);
		border-radius: var(--l-row-radius-tablet, var(--l-row-radius-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-row {
		gap: var(--l-row-gap-desktop, 0) var(--l-column-gap-desktop, 0);
		padding: var(--l-row-pad-top-desktop) var(--l-row-pad-right-desktop) var(--l-row-pad-bottom-desktop)
			var(--l-row-pad-left-desktop);
		border-radius: var(--l-row-radius-desktop, var(--l-row-radius-mobile));
	}
}

.l-column {
	width: 100%;
	max-width: 100%;
}

@media screen and (max-width: 479px) {
	.l-column {
		max-width: calc(
			var(--l-column-width-mobile) - (var(--l-column-gap-mobile)) * (var(--l-flex-cols-mobile) - 1) /
				var(--l-flex-cols-mobile)
		);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-column {
		max-width: calc(
			var(--l-column-width-tablet) - (var(--l-column-gap-tablet)) * (var(--l-flex-cols-tablet) - 1) /
				var(--l-flex-cols-tablet)
		);
	}
}

@media screen and (min-width: 1024px) {
	.l-column {
		max-width: calc(
			var(--l-column-width-desktop) - (var(--l-column-gap-desktop)) * (var(--l-flex-cols-desktop) - 1) /
				var(--l-flex-cols-desktop)
		);
	}
}

@media screen and (max-width: 479px) {
	.l-column-order {
		order: var(--l-column-order-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-column-order {
		order: var(--l-column-order-tablet, var(--l-column-order-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-column-order {
		order: var(--l-column-order-desktop, var(--l-column-order-mobile));
	}
}

.l-column__inner {
	width: 100%;
	max-width: var(--l-column-max-width, 100%);
}

.l-grid {
	display: grid;
}

@media screen and (max-width: 479px) {
	.l-grid {
		grid-template-columns: repeat(var(--l-grid-cols-mobile), minmax(0, 1fr));
		gap: var(--l-grid-gap-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-grid {
		grid-template-columns: repeat(var(--l-grid-cols-tablet), minmax(0, 1fr));
		gap: var(--l-grid-gap-tablet, var(--l-grid-gap-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-grid {
		grid-template-columns: repeat(var(--l-grid-cols-desktop), minmax(0, 1fr));
		gap: var(--l-grid-gap-desktop, var(--l-grid-gap-mobile));
	}
}

@media screen and (max-width: 479px) {
	.l-content-wrapper {
		align-items: var(--l-cw-vertical-mobile, flex-start);
		justify-content: var(--l-cw-horizontal-mobile, flex-start);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-content-wrapper {
		align-items: var(--l-cw-vertical-tablet, var(--l-cw-vertical-mobile));
		justify-content: var(--l-cw-horizontal-tablet, var(--l-cw-horizontal-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-content-wrapper {
		align-items: var(--l-cw-vertical-desktop, var(--l-cw-vertical-mobile));
		justify-content: var(--l-cw-horizontal-desktop, var(--l-cw-horizontal-mobile));
	}
}

@media screen and (max-width: 479px) {
	.l-content-inner {
		max-width: var(--l-content-max-width-mobile);
		padding: var(--l-content-inner-pad-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-content-inner {
		max-width: var(--l-content-max-width-tablet, var(--l-content-max-width-mobile));
		padding: var(--l-content-inner-pad-tablet, var(--l-content-inner-pad-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-content-inner {
		max-width: var(--l-content-max-width-desktop, var(--l-content-max-width-mobile));
		padding: var(--l-content-inner-pad-desktop, var(--l-content-inner-pad-mobile));
	}
}

@media screen and (max-width: 479px) {
	.l-content-bg {
		background: var(--l-content-bg-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-content-bg {
		background: var(--l-content-bg-tablet, var(--l-content-bg-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-content-bg {
		background: var(--l-content-bg-desktop, var(--l-content-bg-mobile));
	}
}

.l-content-overlay--all-screens {
	position: absolute;
	z-index: var(--l-content-overlay-index, 3);
	inset: 0;
	background: var(--l-content-overlay-bg);
}

@media screen and (min-width: 480px) {
	.l-content-overlay--mobile {
		position: absolute;
		z-index: var(--l-content-overlay-index, 3);
		inset: 0;
		background: var(--l-content-overlay-bg);
	}
}

@media screen and (min-width: 768px) {
	.l-content-overlay--tablet {
		position: absolute;
		z-index: var(--l-content-overlay-index, 3);
		inset: 0;
		background: var(--l-content-overlay-bg);
	}
}

@media screen and (min-width: 1024px) {
	.l-content-overlay--desktop {
		position: absolute;
		z-index: var(--l-content-overlay-index, 3);
		inset: 0;
		background: var(--l-content-overlay-bg);
	}
}

.l-content-overlay-wrapper--all-screens {
	height: min-content;
}

@media screen and (min-width: 480px) {
	.l-content-overlay-wrapper--mobile {
		height: min-content;
	}
}

@media screen and (min-width: 768px) {
	.l-content-overlay-wrapper--tablet {
		height: min-content;
	}
}

@media screen and (min-width: 1024px) {
	.l-content-overlay-wrapper--desktop {
		height: min-content;
	}
}

@media screen and (max-width: 479px) {
	.l-block-spacing {
		margin-top: var(--l-block-mt-mobile);
		margin-bottom: var(--l-block-mb-mobile);
		padding-top: var(--l-block-pt-mobile);
		padding-bottom: var(--l-block-pb-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-spacing {
		margin-top: var(--l-block-mt-tablet, var(--l-block-mt-mobile));
		margin-bottom: var(--l-block-mb-tablet, var(--l-block-mb-mobile));
		padding-top: var(--l-block-pt-tablet, var(--l-block-pt-mobile));
		padding-bottom: var(--l-block-pb-tablet, var(--l-block-pb-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-spacing {
		margin-top: var(--l-block-mt-desktop, var(--l-block-mt-mobile));
		margin-bottom: var(--l-block-mb-desktop, var(--l-block-mb-mobile));
		padding-top: var(--l-block-pt-desktop, var(--l-block-pt-mobile));
		padding-bottom: var(--l-block-pb-desktop, var(--l-block-pb-mobile));
	}
}

@media screen and (max-width: 479px) {
	.l-block-text-alignment {
		text-align: var(--l-block-alignment-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-text-alignment {
		text-align: var(--l-block-alignment-tablet, var(--l-block-alignment-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-text-alignment {
		text-align: var(--l-block-alignment-desktop, var(--l-block-alignment-mobile));
	}
}

@media screen and (max-width: 479px) {
	.l-block-blocks-alignment {
		justify-content: var(--l-blocks-alignment-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-blocks-alignment {
		justify-content: var(--l-blocks-alignment-tablet, var(--l-blocks-alignment-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-blocks-alignment {
		justify-content: var(--l-blocks-alignment-desktop, var(--l-blocks-alignment-mobile));
	}
}

@media screen and (max-width: 1023px) {
	.l-block-max-width {
		max-width: var(--l-block-max-width-mobile);
	}
}

@media screen and (min-width: 1024px) {
	.l-block-max-width {
		max-width: var(--l-block-max-width-desktop, var(--l-block-max-width-mobile));
	}
}

@media screen and (max-width: 1023px) {
	.l-block-content-position--mobile-left {
		margin-right: auto;
	}

	.l-block-content-position--mobile-center {
		margin-right: auto;
		margin-left: auto;
	}

	.l-block-content-position--mobile-right {
		margin-left: auto;
	}
}

@media screen and (min-width: 1024px) {
	.l-block-content-position--desktop-left {
		margin-right: auto;
	}

	.l-block-content-position--desktop-center {
		margin-right: auto;
		margin-left: auto;
	}

	.l-block-content-position--desktop-right {
		margin-left: auto;
	}
}

@media screen and (max-width: 1023px) {
	.l-block-gap {
		gap: var(--l-block-gap-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-gap {
		gap: var(--l-block-gap-tablet, var(--l-block-gap-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-gap {
		gap: var(--l-block-gap-desktop, var(--l-block-gap-mobile));
	}
}

@media screen and (max-width: 479px) {
	.l-block-icon {
		width: var(--l-icon-width-mobile);
		height: var(--l-icon-height-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-icon {
		width: var(--l-icon-width-tablet, var(--l-icon-width-mobile));
		height: var(--l-icon-height-tablet, var(--l-icon-height-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-icon {
		width: var(--l-icon-width-desktop, var(--l-icon-width-mobile));
		height: var(--l-icon-height-desktop, var(--l-icon-height-mobile));
	}
}

@media screen and (max-width: 1023px) {
	.l-block-icon img {
		object-fit: var(--l-icon-object-fit-mobile);
	}
}

@media screen and (min-width: 1024px) {
	.l-block-icon img {
		object-fit: var(--l-icon-object-fit-desktop, var(--l-icon-object-fit-mobile));
	}
}

.l-block-icon > svg {
	width: 100%;
	height: 100%;
}

.l-block-text,
.l-block-text :not(.l-button) {
	font-family: var(--l-text-font-family);
}

@media screen and (max-width: 479px) {
	.l-block-text,
	.l-block-text :not(.l-button) {
		font-size: var(--l-text-size-mobile);
		font-weight: var(--l-text-weight-mobile);
		line-height: var(--l-text-lh-mobile);
		color: var(--l-text-color);
		letter-spacing: var(--l-text-ls-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-text,
	.l-block-text :not(.l-button) {
		font-size: var(--l-text-size-tablet, var(--l-text-size-mobile));
		font-weight: var(--l-text-weight-tablet, var(--l-text-weight-mobile));
		line-height: var(--l-text-lh-tablet, var(--l-text-lh-mobile));
		color: var(--l-text-color-tablet, var(--l-text-color));
		letter-spacing: var(--l-text-ls-tablet, var(--l-text-ls-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-text,
	.l-block-text :not(.l-button) {
		font-size: var(--l-text-size-desktop, var(--l-text-size-mobile));
		font-weight: var(--l-text-weight-desktop, var(--l-text-weight-mobile));
		line-height: var(--l-text-lh-desktop, var(--l-text-lh-mobile));
		color: var(--l-text-color-desktop, var(--l-text-color));
		letter-spacing: var(--l-text-ls-desktop, var(--l-text-ls-mobile));
	}
}

@media screen and (max-width: 479px) {
	.l-block-text a:not(.l-button) {
		color: var(--l-text-link-color, var(--l-text-color));
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-text a:not(.l-button) {
		color: var(--l-text-link-color-tablet, var(--l-text-color));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-text a:not(.l-button) {
		color: var(--l-text-link-color-desktop, var(--l-text-color));
	}
}

.l-block-text--default {
	--l-text-color: #000;
	--l-text-size-mobile: 15px;
	--l-text-weight-mobile: 500;
	--l-text-lh-mobile: 1.2;
	--l-text-ls-mobile: 0;
}

.l-block-rte {
	font-family: var(--l-rte-font-family);
}

@media screen and (max-width: 479px) {
	.l-block-rte {
		font-size: var(--l-rte-size-mobile);
		font-weight: var(--l-rte-weight-mobile);
		line-height: var(--l-rte-lh-mobile);
		color: var(--l-rte-color);
		letter-spacing: var(--l-rte-ls-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-rte {
		font-size: var(--l-rte-size-tablet, var(--l-rte-size-mobile));
		font-weight: var(--l-rte-weight-tablet, var(--l-rte-weight-mobile));
		line-height: var(--l-rte-lh-tablet, var(--l-rte-lh-mobile));
		color: var(--l-rte-color-tablet, var(--l-rte-color));
		letter-spacing: var(--l-rte-ls-tablet, var(--l-rte-ls-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-rte {
		font-size: var(--l-rte-size-desktop, var(--l-rte-size-mobile));
		font-weight: var(--l-rte-weight-desktop, var(--l-rte-weight-mobile));
		line-height: var(--l-rte-lh-desktop, var(--l-rte-lh-mobile));
		color: var(--l-rte-color-desktop, var(--l-rte-color));
		letter-spacing: var(--l-rte-ls-desktop, var(--l-rte-ls-mobile));
	}
}

.l-block-rte .h1,
.l-block-rte .h2,
.l-block-rte .h3,
.l-block-rte .h4,
.l-block-rte .h5,
.l-block-rte .h6,
.l-block-rte b,
.l-block-rte h1,
.l-block-rte h2,
.l-block-rte h3,
.l-block-rte h4,
.l-block-rte h5,
.l-block-rte h6,
.l-block-rte strong,
.l-block-rte th {
	font-weight: var(--l-font-heading-weight);
}

.l-block-rte .h1,
.l-block-rte .h1 *,
.l-block-rte h1,
.l-block-rte h1 * {
	font-weight: var(--l-font-heading-weight);
	color: var(--l-headings-color);
}

@media screen and (max-width: 479px) {
	.l-block-rte .h1,
	.l-block-rte .h1 *,
	.l-block-rte h1,
	.l-block-rte h1 * {
		font-size: var(--l-heading-h1-size-mobile);
		line-height: var(--l-heading-h1-lh-mobile);
		letter-spacing: var(--l-heading-h1-ls-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-rte .h1,
	.l-block-rte .h1 *,
	.l-block-rte h1,
	.l-block-rte h1 * {
		font-size: var(--l-heading-h1-size-tablet, var(--l-heading-h1-size-mobile));
		line-height: var(--l-heading-h1-lh-tablet, var(--l-heading-h1-lh-mobile));
		letter-spacing: var(--l-heading-h1-ls-tablet, var(--l-heading-h1-ls-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-rte .h1,
	.l-block-rte .h1 *,
	.l-block-rte h1,
	.l-block-rte h1 * {
		font-size: var(--l-heading-h1-size-desktop, var(--l-heading-h1-size-mobile));
		line-height: var(--l-heading-h1-lh-desktop, var(--l-heading-h1-lh-mobile));
		letter-spacing: var(--l-heading-h1-ls-desktop, var(--l-heading-h1-ls-mobile));
	}
}

@media screen and (max-width: 479px) {
	.l-block-rte .h1,
	.l-block-rte h1 {
		margin-bottom: var(--l-heading-h1-mb-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-rte .h1,
	.l-block-rte h1 {
		margin-bottom: var(--l-heading-h1-mb-tablet, var(--l-heading-h1-mb-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-rte .h1,
	.l-block-rte h1 {
		margin-bottom: var(--l-heading-h1-mb-desktop, var(--l-heading-h1-mb-mobile));
	}
}

.l-block-rte .h2,
.l-block-rte .h2 *,
.l-block-rte h2,
.l-block-rte h2 * {
	font-weight: var(--l-font-heading-weight);
	color: var(--l-headings-color);
}

@media screen and (max-width: 479px) {
	.l-block-rte .h2,
	.l-block-rte .h2 *,
	.l-block-rte h2,
	.l-block-rte h2 * {
		font-size: var(--l-heading-h2-size-mobile);
		line-height: var(--l-heading-h2-lh-mobile);
		letter-spacing: var(--l-heading-h2-ls-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-rte .h2,
	.l-block-rte .h2 *,
	.l-block-rte h2,
	.l-block-rte h2 * {
		font-size: var(--l-heading-h2-size-tablet, var(--l-heading-h2-size-mobile));
		line-height: var(--l-heading-h2-lh-tablet, var(--l-heading-h2-lh-mobile));
		letter-spacing: var(--l-heading-h2-ls-tablet, var(--l-heading-h2-ls-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-rte .h2,
	.l-block-rte .h2 *,
	.l-block-rte h2,
	.l-block-rte h2 * {
		font-size: var(--l-heading-h2-size-desktop, var(--l-heading-h2-size-mobile));
		line-height: var(--l-heading-h2-lh-desktop, var(--l-heading-h2-lh-mobile));
		letter-spacing: var(--l-heading-h2-ls-desktop, var(--l-heading-h2-ls-mobile));
	}
}

@media screen and (max-width: 479px) {
	.l-block-rte .h2,
	.l-block-rte h2 {
		margin-bottom: var(--l-heading-h2-mb-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-rte .h2,
	.l-block-rte h2 {
		margin-bottom: var(--l-heading-h2-mb-tablet, var(--l-heading-h2-mb-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-rte .h2,
	.l-block-rte h2 {
		margin-bottom: var(--l-heading-h2-mb-desktop, var(--l-heading-h2-mb-mobile));
	}
}

.l-block-rte .h3,
.l-block-rte .h3 *,
.l-block-rte h3,
.l-block-rte h3 * {
	font-weight: var(--l-font-heading-weight);
	color: var(--l-headings-color);
}

@media screen and (max-width: 479px) {
	.l-block-rte .h3,
	.l-block-rte .h3 *,
	.l-block-rte h3,
	.l-block-rte h3 * {
		font-size: var(--l-heading-h3-size-mobile);
		line-height: var(--l-heading-h3-lh-mobile);
		letter-spacing: var(--l-heading-h3-ls-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-rte .h3,
	.l-block-rte .h3 *,
	.l-block-rte h3,
	.l-block-rte h3 * {
		font-size: var(--l-heading-h3-size-tablet, var(--l-heading-h3-size-mobile));
		line-height: var(--l-heading-h3-lh-tablet, var(--l-heading-h3-lh-mobile));
		letter-spacing: var(--l-heading-h3-ls-tablet, var(--l-heading-h3-ls-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-rte .h3,
	.l-block-rte .h3 *,
	.l-block-rte h3,
	.l-block-rte h3 * {
		font-size: var(--l-heading-h3-size-desktop, var(--l-heading-h3-size-mobile));
		line-height: var(--l-heading-h3-lh-desktop, var(--l-heading-h3-lh-mobile));
		letter-spacing: var(--l-heading-h3-ls-desktop, var(--l-heading-h3-ls-mobile));
	}
}

@media screen and (max-width: 479px) {
	.l-block-rte .h3,
	.l-block-rte h3 {
		margin-bottom: var(--l-heading-h3-mb-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-rte .h3,
	.l-block-rte h3 {
		margin-bottom: var(--l-heading-h3-mb-tablet, var(--l-heading-h3-mb-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-rte .h3,
	.l-block-rte h3 {
		margin-bottom: var(--l-heading-h3-mb-desktop, var(--l-heading-h3-mb-mobile));
	}
}

.l-block-rte .h4,
.l-block-rte .h4 *,
.l-block-rte h4,
.l-block-rte h4 * {
	font-weight: var(--l-font-heading-weight);
	color: var(--l-headings-color);
}

@media screen and (max-width: 479px) {
	.l-block-rte .h4,
	.l-block-rte .h4 *,
	.l-block-rte h4,
	.l-block-rte h4 * {
		font-size: var(--l-heading-h4-size-mobile);
		line-height: var(--l-heading-h4-lh-mobile);
		letter-spacing: var(--l-heading-h4-ls-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-rte .h4,
	.l-block-rte .h4 *,
	.l-block-rte h4,
	.l-block-rte h4 * {
		font-size: var(--l-heading-h4-size-tablet, var(--l-heading-h4-size-mobile));
		line-height: var(--l-heading-h4-lh-tablet, var(--l-heading-h4-lh-mobile));
		letter-spacing: var(--l-heading-h4-ls-tablet, var(--l-heading-h4-ls-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-rte .h4,
	.l-block-rte .h4 *,
	.l-block-rte h4,
	.l-block-rte h4 * {
		font-size: var(--l-heading-h4-size-desktop, var(--l-heading-h4-size-mobile));
		line-height: var(--l-heading-h4-lh-desktop, var(--l-heading-h4-lh-mobile));
		letter-spacing: var(--l-heading-h4-ls-desktop, var(--l-heading-h4-ls-mobile));
	}
}

@media screen and (max-width: 479px) {
	.l-block-rte .h4,
	.l-block-rte h4 {
		margin-bottom: var(--l-heading-h4-mb-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-rte .h4,
	.l-block-rte h4 {
		margin-bottom: var(--l-heading-h4-mb-tablet, var(--l-heading-h4-mb-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-rte .h4,
	.l-block-rte h4 {
		margin-bottom: var(--l-heading-h4-mb-desktop, var(--l-heading-h4-mb-mobile));
	}
}

.l-block-rte .h5,
.l-block-rte .h5 *,
.l-block-rte h5,
.l-block-rte h5 * {
	font-weight: var(--l-font-heading-weight);
	color: var(--l-headings-color);
}

@media screen and (max-width: 479px) {
	.l-block-rte .h5,
	.l-block-rte .h5 *,
	.l-block-rte h5,
	.l-block-rte h5 * {
		font-size: var(--l-heading-h5-size-mobile);
		line-height: var(--l-heading-h5-lh-mobile);
		letter-spacing: var(--l-heading-h5-ls-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-rte .h5,
	.l-block-rte .h5 *,
	.l-block-rte h5,
	.l-block-rte h5 * {
		font-size: var(--l-heading-h5-size-tablet, var(--l-heading-h5-size-mobile));
		line-height: var(--l-heading-h5-lh-tablet, var(--l-heading-h5-lh-mobile));
		letter-spacing: var(--l-heading-h5-ls-tablet, var(--l-heading-h5-ls-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-rte .h5,
	.l-block-rte .h5 *,
	.l-block-rte h5,
	.l-block-rte h5 * {
		font-size: var(--l-heading-h5-size-desktop, var(--l-heading-h5-size-mobile));
		line-height: var(--l-heading-h5-lh-desktop, var(--l-heading-h5-lh-mobile));
		letter-spacing: var(--l-heading-h5-ls-desktop, var(--l-heading-h5-ls-mobile));
	}
}

@media screen and (max-width: 479px) {
	.l-block-rte .h5,
	.l-block-rte h5 {
		margin-bottom: var(--l-heading-h5-mb-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-rte .h5,
	.l-block-rte h5 {
		margin-bottom: var(--l-heading-h5-mb-tablet, var(--l-heading-h5-mb-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-rte .h5,
	.l-block-rte h5 {
		margin-bottom: var(--l-heading-h5-mb-desktop, var(--l-heading-h5-mb-mobile));
	}
}

.l-block-rte .h6,
.l-block-rte .h6 *,
.l-block-rte h6,
.l-block-rte h6 * {
	font-weight: var(--l-font-heading-weight);
	color: var(--l-headings-color);
}

@media screen and (max-width: 479px) {
	.l-block-rte .h6,
	.l-block-rte .h6 *,
	.l-block-rte h6,
	.l-block-rte h6 * {
		font-size: var(--l-heading-h6-size-mobile);
		line-height: var(--l-heading-h6-lh-mobile);
		letter-spacing: var(--l-heading-h6-ls-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-rte .h6,
	.l-block-rte .h6 *,
	.l-block-rte h6,
	.l-block-rte h6 * {
		font-size: var(--l-heading-h6-size-tablet, var(--l-heading-h6-size-mobile));
		line-height: var(--l-heading-h6-lh-tablet, var(--l-heading-h6-lh-mobile));
		letter-spacing: var(--l-heading-h6-ls-tablet, var(--l-heading-h6-ls-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-rte .h6,
	.l-block-rte .h6 *,
	.l-block-rte h6,
	.l-block-rte h6 * {
		font-size: var(--l-heading-h6-size-desktop, var(--l-heading-h6-size-mobile));
		line-height: var(--l-heading-h6-lh-desktop, var(--l-heading-h6-lh-mobile));
		letter-spacing: var(--l-heading-h6-ls-desktop, var(--l-heading-h6-ls-mobile));
	}
}

@media screen and (max-width: 479px) {
	.l-block-rte .h6,
	.l-block-rte h6 {
		margin-bottom: var(--l-heading-h6-mb-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-rte .h6,
	.l-block-rte h6 {
		margin-bottom: var(--l-heading-h6-mb-tablet, var(--l-heading-h6-mb-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-rte .h6,
	.l-block-rte h6 {
		margin-bottom: var(--l-heading-h6-mb-desktop, var(--l-heading-h6-mb-mobile));
	}
}

@media screen and (max-width: 479px) {
	.l-block-rte a:not(.l-button) {
		color: var(--l-rte-link-color, var(--l-rte-link-color));
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-rte a:not(.l-button) {
		color: var(--l-rte-link-color-tablet, var(--l-rte-link-color));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-rte a:not(.l-button) {
		color: var(--l-rte-link-color-desktop, var(--l-rte-link-color));
	}
}

.l-block-rte p {
	margin-bottom: var(--l-rte-p-mb-mobile);
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-rte p {
		margin-bottom: var(--l-rte-p-mb-tablet, var(--l-rte-p-mb-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-block-rte p {
		margin-bottom: var(--l-rte-p-mb-desktop, var(--l-rte-p-mb-mobile));
	}
}

.l-block-rte ol,
.l-block-rte ul {
	margin: var(--l-rte-ul-ol-margin-mobile);
	padding: 0;
}

@media screen and (min-width: 1024px) {
	.l-block-rte ol,
	.l-block-rte ul {
		margin: var(--l-rte-ul-ol-margin-desktop, var(--l-rte-ul-ol-margin-mobile));
	}
}

.l-block-rte ol li:not(:last-child),
.l-block-rte ul li:not(:last-child) {
	margin-bottom: var(--l-rte-li-mb-mobile);
}

@media screen and (min-width: 1024px) {
	.l-block-rte ol li:not(:last-child),
	.l-block-rte ul li:not(:last-child) {
		margin-bottom: var(--l-rte-li-mb-desktop, var(--l-rte-li-mb-mobile));
	}
}

.l-block-rte ul {
	list-style-type: disc;
}

.l-block-rte ol {
	padding-left: var(--l-rte-ol-padding-left, 10px);
	list-style-type: decimal;
}

.l-block-rte blockquote {
	margin: var(--l-rte-blockquote-margin);
	padding: var(--l-rte-blockquote-padding);
	font-style: italic;
	color: var(--l-rte-blockquote-color);
	background-color: var(--l-rte-blockquote-bg);
	border-left: var(--l-rte-blockquote-border-left);
}

.l-block-rte img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: var(--l-rte-img-margin);
}

.l-block-rte iframe,
.l-block-rte video {
	display: block;
	max-width: 100%;
	height: auto;
	margin: var(--l-rte-video-iframe-margin);
	border: none;
	outline: 0;
}

.l-block-rte table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 16px;
}

.l-block-rte table td,
.l-block-rte table th {
	min-width: max-content;
	padding: 8px;
	text-align: left;
	text-wrap: nowrap;
	border: var(--l-rte-table-border);
}

.l-block-rte table th {
	font-weight: 700;
	background-color: var(--l-rte-table-tg-bg);
}

.l-block-rte > :first-child {
	margin-top: var(--l-rte-first-child-mt, 0);
}

.l-block-rte > :last-child {
	margin-bottom: var(--l-rte-last-child-mb, 0);
}

.l-block-rte--default {
	--l-heading-h1-mb-desktop: 32px;
	--l-heading-h1-mb-mobile: 24px;
	--l-heading-h2-mb-desktop: 28px;
	--l-heading-h2-mb-mobile: 20px;
	--l-heading-h3-mb-desktop: 24px;
	--l-heading-h3-mb-mobile: 18px;
	--l-heading-h4-mb-desktop: 20px;
	--l-heading-h4-mb-mobile: 16px;
	--l-heading-h5-mb-desktop: 16px;
	--l-heading-h5-mb-mobile: 12px;
	--l-heading-h6-mb-desktop: 12px;
	--l-heading-h6-mb-mobile: 8px;
	--l-rte-lh-mobile: 1.5;
	--l-rte-size-mobile: 15px;
	--l-rte-size-desktop: 16px;
	--l-rte-link-color: inherit;
	--l-rte-p-mb-mobile: 14px;
	--l-rte-p-mb-desktop: 16px;
	--l-rte-ul-ol-margin-mobile: 0 0 16px 24px;
	--l-rte-li-mb-mobile: 8px;
	--l-rte-blockquote-margin: 16px 0;
	--l-rte-blockquote-padding: 12px 16px;
	--l-rte-blockquote-color: #666;
	--l-rte-blockquote-bg: #f5f5f5;
	--l-rte-blockquote-border-left: 4px solid #ccc;
	--l-rte-img-margin: 16px 0;
	--l-rte-video-iframe-margin: 16px 0;
	--l-rte-table-border: 1px solid #ddd;
	--l-rte-table-tg-bg: #f1f1f1;
}

@media screen and (max-width: 575px) {
	.l-padding {
		padding: var(--l-pad-mobile);
	}
}

@media screen and (min-width: 576px) and (max-width: 1023px) {
	.l-padding {
		padding: var(--l-pad-tablet, var(--l-pad-mobile));
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.l-padding {
		padding: var(--l-pad-desktop, var(--l-pad-mobile));
	}
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
	.l-padding {
		padding: var(--l-pad-desktopLg, var(--l-pad-desktop, var(--l-pad-mobile)));
	}
}

@media screen and (min-width: 1440px) {
	.l-padding {
		padding: var(--l-pad-desktopXl, var(--l-pad-desktop, var(--l-pad-mobile)));
	}
}

.l-block-review {
	gap: var(--l-rr-gap, 10px);
}

.l-block-review__stars svg {
	width: var(--l-stars-size-mobile);
	height: var(--l-stars-size-mobile);
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-review__stars svg {
		width: var(--l-stars-size-tablet);
		height: var(--l-stars-size-tablet);
	}
}

@media screen and (min-width: 1024px) {
	.l-block-review__stars svg {
		width: var(--l-stars-size-desktop);
		height: var(--l-stars-size-desktop);
	}
}

.l-block-benefits__item--row {
	display: grid;
	align-items: center;
}

@media screen and (max-width: 479px) {
	.l-block-benefits__item--row-mobile {
		display: grid;
		grid-template-columns: var(--l-icon-width-mobile) 1fr;
		gap: var(--l-grid-gap-mobile);
		align-items: var(--l-benefit-align-mobile, center);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-benefits__item--row-tablet {
		display: grid;
		grid-template-columns: var(--l-icon-width-tablet) 1fr;
		gap: var(--l-grid-gap-tablet);
		align-items: var(--l-benefit-align-tablet, center);
	}
}

@media screen and (min-width: 1024px) {
	.l-block-benefits__item--row-desktop {
		display: grid;
		grid-template-columns: var(--l-icon-width-desktop) 1fr;
		gap: var(--l-grid-gap-desktop);
		align-items: var(--l-benefit-align-desktop, center);
	}
}

.l-block-benefits__content {
	max-width: var(--l-benefit-max-width);
}

@media screen and (max-width: 479px) {
	.l-block-benefits__content {
		margin-right: var(--l-benefit-content-mr-mobile, auto);
		margin-left: var(--l-benefit-content-ml-mobile, auto);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-block-benefits__content {
		margin-right: var(--l-benefit-content-mr-tablet, auto);
		margin-left: var(--l-benefit-content-ml-tablet, auto);
	}
}

@media screen and (min-width: 1024px) {
	.l-block-benefits__content {
		margin-right: var(--l-benefit-content-mr-desktop, auto);
		margin-left: var(--l-benefit-content-ml-desktop, auto);
	}
}

.l-block-newsletter__field {
	gap: 20px;
	margin-bottom: 14px;
}

.l-block-newsletter__input {
	--l-text-size-mobile: 12px;
	--l-text-size-tablet: 14px;
	--l-text-size-desktop: 16px;
	--l-text-lh-mobile: 1;
	--l-text-weight-mobile: 400;

	padding: 12px;
	color: var(--l-input-text-color);
	background-color: var(--l-input-bg-color);
	border: 1px solid var(--l-input-border-color);
	border-radius: 8px;
}

.l-block-newsletter__submit {
	--l-button-max-width-mobile: 100%;
	--l-button-width-mobile: 100%;
}

.l-block-newsletter__status {
	--l-text-size-mobile: 10px;
	--l-text-size-desktop: 12px;
	--l-text-lh-mobile: 1;
	--l-text-weight-mobile: 400;
	--l-icon-width-mobile: 14px;
	--l-icon-height-mobile: 14px;
	--l-icon-width-desktop: 18px;
	--l-icon-height-desktop: 18px;

	gap: 6px;
}

.l-block-newsletter__status--error {
	--l-text-color: #a30d0d;
}

.l-block-newsletter__status--success {
	--l-text-color: #12770a;
}

@media screen and (min-width: 1024px) {
	.l-block-newsletter__input {
		--l-text-lh-mobile: 1;

		padding: 14px 20px;
	}
}

.l-block-madeInCountries__country {
	--l-text-size-mobile: 12px;
	--l-text-size-tablet: 14px;
	--l-text-size-desktop: 16px;
	--l-text-weight-mobile: 600;

	gap: 8px;
	padding: 6px 12px;
	border-radius: 4px;
}

.l-block-madeInCountries__country-logo {
	--l-icon-width-mobile: 16px;
	--l-icon-height-mobile: 16px;
	--l-icon-width-desktop: 18px;
	--l-icon-height-desktop: 18px;
}

@media screen and (min-width: 1024px) {
	.l-block-madeInCountries__country {
		gap: 10px;
		padding: 8px 14px;
	}
}

.l-drawer {
	pointer-events: none;
	position: fixed;
	z-index: 100;
	inset: 0;
	opacity: 0;
	background: rgb(0 0 0 / 40%);
}

.l-drawer.is-active {
	--l-drawer-translate-x: 0;
	--l-drawer-translate-Y: 0;

	pointer-events: all;
	opacity: 1;
}

.l-drawer__card {
	will-change: transform;
	width: 100%;
	max-width: var(--l-drawer-max-width, 480px);
	background-color: #fff;
}

@media screen and (max-width: 479px) {
	.l-drawer__card {
		transform: translateY(var(--l-drawer-translate-Y, 100%));
	}
}

@media screen and (min-width: 480px) {
	.l-drawer__card {
		transform: translateX(var(--l-drawer-translate-x, 100%));
	}
}

.l-drawer__inner {
	overflow: hidden auto;
	max-height: var(--l-viewport-height, 100vh);
}

.l-productCard.swiper-slide {
	height: auto;
}

.l-productCard__picture {
	--l-media-ratio-mobile: 115%;
	--l-media-ratio-desktop: 115%;
	--l-object-fit-mobile: contain;

	background-color: var(--l-product-card-bg);
}

.l-productCard__content {
	padding: var(--l-pc-pad-mob, 12px 0 6px);
}

.l-productCard__tags {
	gap: 4px;
	margin-bottom: 10px;
}

.l-productCard__tag {
	--l-text-size-mobile: 10px;
	--l-text-size-desktop: 11px;
	--l-text-lh-mobile: 1;
	--l-text-ls-mobile: 0.2px;
	--l-text-weight-mobile: 700;

	padding: 4px 12px;
	border-radius: 100px;
}

.l-productCard__title {
	margin-bottom: 0;
}

.l-productCard__subtitle {
	--l-text-size-mobile: 12px;
	--l-text-size-desktop: 14px;
	--l-text-lh-mobile: 1.2;
	--l-text-ls-mobile: 0.2px;
	--l-text-color: #616161;
	--l-text-weight-mobile: 400;

	margin-bottom: var(--l-pc-subtitle-mb, 6px);
}

.l-productCard__name {
	--l-text-size-mobile: 14px;
	--l-text-size-desktop: 16px;
	--l-text-lh-mobile: 1.2;
	--l-text-ls-mobile: 0px;
	--l-text-color: #000;
	--l-text-weight-mobile: 600;

	margin-bottom: var(--l-pc-title-mb, 8px);
}

.l-productCard__prices {
	margin-top: 8px;
}

.l-productCard__comparePrice {
	--l-text-size-mobile: 12px;
	--l-text-size-desktop: 14px;
	--l-text-lh-mobile: 1;
	--l-text-ls-mobile: 0px;
	--l-text-color: #616161;
	--l-text-weight-mobile: 400;

	margin-right: var(--l-pc-cp-mr, 6px);
}

.l-productCard__price {
	--l-text-size-mobile: 12px;
	--l-text-size-desktop: 16px;
	--l-text-lh-mobile: 1;
	--l-text-ls-mobile: 0px;
	--l-text-color: #000;
	--l-text-weight-mobile: 600;
}

@media screen and (min-width: 1024px) {
	.l-productCard__content {
		padding: var(--l-pc-pad-desk, 16px 0 6px);
	}
}

.l-featuredProducts {
	--l-pagination-y: 34%;
}

.l-featuredProducts__footer {
	margin-top: 10px;
}

.l-image-banner {
	--l-content-inner-pad-mobile: 40px 15px;
	--l-content-inner-pad-tablet: 40px 25px;
	--l-content-inner-pad-desktop: 40px;
	--l-content-pad-desktop: 40px 60px;
}

.l-image-banner__content {
	background: var(--l-content-bg);
}

@media screen and (max-width: 767px) {
	.l-image-banner__content {
		padding: var(--l-content-pad-mobile);
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.l-image-banner__content {
		padding: var(--l-content-pad-tablet);
	}
}

@media screen and (min-width: 1024px) {
	.l-image-banner__content {
		padding: var(--l-content-pad-desktop);
	}
}

@media screen and (max-width: 767px) {
	.l-image-banner__content--tablet {
		background: var(--l-content-bg);
	}
}

@media screen and (max-width: 1023px) {
	.l-image-banner__content--desktop {
		background: var(--l-content-bg);
	}
}

.l-mwc__content {
	--l-content-inner-pad-mobile: 40px var(--l-container-gap-mobile);
	--l-content-inner-pad-desktop: 40px var(--l-container-gap-desktop);
	--l-content-pad-desktop: 40px 60px;
}

.l-bBrands {
	gap: 10px;
}

.l-bBrands__logo {
	max-width: calc(var(--l-brand-max-width) / 1.7);
}

@media screen and (min-width: 1024px) {
	.l-bBrands__logo {
		max-width: var(--l-brand-max-width);
	}
}

.l-faq__list {
	max-width: 1100px;
}

.l-faq-collapsible {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.l-faq-collapsible + .l-faq-collapsible {
	border-top: none;
}

.l-faq-collapsible.is-expanded .l-faq-collapsible-icon {
	transform: translate(-50%, -50%) rotateX(180deg);
}

.l-faq-collapsible-button {
	padding: 14px 0;
	padding-right: 20px;
}

@media screen and (min-width: 1024px) {
	.l-faq-collapsible-button {
		padding: 20px 0;
	}
}

.l-faq-collapsible-icon {
	position: absolute;
	top: 50%;
	right: -4px;
	transform: translate(-50%, -50%) rotateX(0);
	width: 20px;
	height: 20px;
	margin-right: 8px;
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (min-width: 1024px) {
	.l-faq-collapsible-icon {
		width: 28px;
		height: 28px;
	}
}

.l-faq-collapsible-content-inner {
	padding: 10px 0;
}

@media screen and (min-width: 1024px) {
	.l-faq-collapsible-content-inner {
		padding: 10px 0 20px;
	}
}

.l-categories__card-content {
	padding: var(--l-cc-pad-mob, 10px 10px);
}

@media screen and (min-width: 1024px) {
	.l-categories__card-content {
		padding: var(--l-cc-pad-desk, 10px 10px);
	}
}

.l-cr {
	--l-pagination-x: 0;
	--l-button-icon-width-mobile: 30px;
	--l-button-icon-width-desktop: 36px;
	--l-button-icon-padding-mobile: 2px;
	--l-button-icon-padding-desktop: 4px;
}

@media screen and (min-width: 1280px) {
	.l-cr {
		--l-pagination-x: -20px;
	}
}

.l-cr__wrapper {
	--l-block-mb-mobile: 20px;
	--l-block-mb-desktop: 20px;

	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}

.l-cr__swiper-slide {
	height: auto;
}

.l-cr__swiper-slide .l-cr-card {
	height: 100%;
}

.l-cr__swiper-slide .l-cr-card__info {
	height: auto;
}

@media screen and (min-width: 1280px) {
	.l-cr-card {
		display: grid;
		grid-template-columns: 1fr 1.2fr;
		gap: 12px;
	}
}

@media screen and (max-width: 1279px) {
	.l-cr-card__media {
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
	}
}

@media screen and (min-width: 1280px) {
	.l-cr-card__media {
		border-radius: 12px;
	}
}

@media screen and (min-width: 1280px) {
	.l-cr-card__media-picture {
		min-height: 100%;
	}
}

.l-cr-card__info {
	padding: 32px 20px;
	background-color: #f7f7f7;
}

@media screen and (min-width: 1280px) {
	.l-cr-card__info {
		border-radius: 12px;
	}
}

.l-cr-card__header {
	margin-bottom: 28px;
}

.l-cr-card__header-customer {
	gap: 10px;
}

.l-cr-card__header-stars {
	gap: 2px;
	margin-bottom: 4px;
}

.l-cr-card__header-stars svg {
	width: 18px;
	height: 18px;
}

.l-cr-card__header-customerName {
	gap: 6px;
}

.l-cr-card__header-avatar {
	width: 44px;
	height: 44px;
	font-size: 18px;
	color: #ffe8c5;
	background-color: #0f3365;
}

.l-cr-card__header-date {
	--l-text-weight-mobile: 400;
	--l-text-size-mobile: 12px;
}

.l-cr-card__subtitle {
	--l-text-size-mobile: 20px;
	--l-text-size-desktop: 22px;
	--l-text-weight-mobile: 800;
	--l-text-lh-mobile: 1;
	--l-block-pb-mobile: 16px;
	--l-block-pb-desktop: 20px;
}

.l-cr-card__content {
	margin-bottom: 32px;
}

.l-cr-card__recommendText {
	--l-text-size-mobile: 12px;
	--l-text-size-desktop: 14px;
	--l-text-lh-mobile: 1;

	gap: 6px;
}

.l-crCardV1 {
	--l-pagination-x: 0;
	--l-pagination-y: 50%;
	--l-button-icon-width-mobile: 30px;
	--l-button-icon-width-desktop: 36px;
	--l-button-icon-padding-mobile: 2px;
	--l-button-icon-padding-desktop: 4px;
}

@media screen and (min-width: 1280px) {
	.l-crCardV1 {
		--l-pagination-x: -20px;
	}
}

.l-crCardV1__card {
	padding: 40px 20px 20px;
	border-radius: 12px;
}

@media screen and (min-width: 1280px) {
	.l-crCardV1__card {
		padding: 80px 32px 20px;
	}
}

.l-crCardV1__avatar {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
}

@media screen and (min-width: 1280px) {
	.l-crCardV1__avatar {
		width: 120px;
		height: 120px;
	}
}

.l-crCardV1__content {
	margin-bottom: 12px;
}

.l-crCardV1__verify {
	--l-text-size-mobile: 10px;
	--l-text-size-tablet: 14px;
	--l-text-size-desktop: 16px;
	--l-text-lh-mobile: 1;
}

.l-crCardV1 .l-swiper-nav {
	--l-pagination-y: 50%;
}

.l-crCardV2__row {
	margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	.l-crCardV2__row {
		margin-bottom: 40px;
	}
}

.l-crCardV2__collapsible.is-expanded {
	--l-show-more-display: none;
	--l-show-less-display: block;
}

.l-crCardV2__card {
	padding: 16px;
	border-radius: 6px;
}

@media screen and (min-width: 1280px) {
	.l-crCardV2__card {
		padding: 24px 20px;
	}
}

.l-crCardV2__header {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 14px;
	align-items: center;
	margin-bottom: 14px;
}

.l-crCardV2__avatar {
	width: 40px;
	height: 40px;
}

@media screen and (min-width: 1280px) {
	.l-crCardV2__avatar {
		width: 48px;
		height: 48px;
	}
}

.l-crCardV2__rating {
	gap: 4px;
	margin-bottom: 4px;
}

@media screen and (min-width: 1280px) {
	.l-crCardV2__rating {
		margin-bottom: 6px;
	}
}

.l-crCardV2__rating svg {
	width: 16px;
	height: 16px;
}

.l-crCardV2__customerName {
	--l-text-size-mobile: 14px;
	--l-text-size-tablet: 16px;
	--l-text-size-desktop: 18px;
	--l-text-weight-mobile: 700;
	--l-text-lh-mobile: 1;
}

.l-crCardV2__date {
	--l-text-size-mobile: 12px;
	--l-text-size-tablet: 14px;
	--l-text-size-desktop: 14px;
	--l-text-weight-mobile: 500;
	--l-text-lh-mobile: 1;
	--l-text-color: #2a2a2a;

	align-self: flex-start;
}

.l-crCardV2__content {
	margin-bottom: 14px;
}

.l-crCardV2__showMore {
	--l-button-text-color: #fff;
	--l-button-bg-color: #0f3365;
	--l-button-border-color: #0f3365;
	--l-button-hover-text-color: #fff;
	--l-button-hover-bg-color: #0f3365;
	--l-button-hover-border-color: #0f3365;
}

.l-crCardV2__showMore .l-show-more {
	display: var(--l-show-more-display, block);
}

.l-crCardV2__showMore .l-show-less {
	display: var(--l-show-less-display, none);
}

.l-logos {
	--l-pagination-x: 0;
}

.l-logos__picture {
	background: var(--l-background-color, transparent);
}

@media screen and (max-width: 479px) {
	.l-logos__image {
		max-width: var(--l-width-mobile, 100%);
		height: var(--l-height-mobile, auto);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-logos__image {
		max-width: var(--l-width-tablet, var(--l-width-mobile));
		height: var(--l-height-tablet, var(--l-height-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-logos__image {
		max-width: var(--l-width-desktop, var(--l-width-mobile));
		height: var(--l-height-desktop, var(--l-height-mobile));
	}
}

.l-logos__image img {
	object-fit: var(--l-object-fit, cover);
}

.l-ourStory {
	--l-pagination-x: 0;
	--l-button-icon-width-mobile: 30px;
	--l-button-icon-width-desktop: 36px;
	--l-button-icon-padding-mobile: 2px;
	--l-button-icon-padding-desktop: 4px;
}

.l-ourStory__wrapper {
	--l-block-mb-mobile: 20px;
	--l-block-mb-desktop: 40px;
}

.l-ourStory__swiper-slide {
	height: auto;
}

.l-ourStory__swiper-slide .l-ourStory-card {
	height: 100%;
}

.l-ourStory__swiper-slide .l-ourStory-card__info {
	height: auto;
}

.l-ourStory-card__info {
	padding: 32px 20px;
	background-color: #f7f7f7;
}

.l-ourStory-card__subtitle {
	--l-text-lh-mobile: 1;
	--l-block-pb-mobile: 16px;
	--l-block-pb-desktop: 20px;
}

@media screen and (min-width: 1280px) {
	.l-ourStory-card {
		display: grid;
		grid-template-columns: 1fr 1.2fr;
		gap: 12px;
	}

	.l-ourStory-card__media {
		border-radius: 12px;
	}

	.l-ourStory-card__media-picture {
		min-height: 100%;
	}

	.l-ourStory-card__info {
		padding: 40px 32px;
		border-radius: 12px;
	}
}

@media screen and (max-width: 1279px) {
	.l-ourStory-card__media {
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
	}
}

.l-shopByCategory__card {
	padding: 24px 30px 12px;
	border-radius: 8px;
}

.l-shopByCategory__card-title {
	margin-top: 20px;
	line-height: 1.2;
}

@media screen and (min-width: 1280px) {
	.l-shopByCategory__card {
		padding: 40px 42px 20px;
	}
}

@media screen and (max-width: 479px) {
	.l-carouselLogos__swiper-slide.l-block-icon {
		width: var(--l-icon-width-mobile);
		height: var(--l-icon-height-mobile);
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.l-carouselLogos__swiper-slide.l-block-icon {
		width: var(--l-icon-width-tablet, var(--l-icon-width-mobile));
		height: var(--l-icon-height-tablet, var(--l-icon-height-mobile));
	}
}

@media screen and (min-width: 1024px) {
	.l-carouselLogos__swiper-slide.l-block-icon {
		width: var(--l-icon-width-desktop, var(--l-icon-width-mobile));
		height: var(--l-icon-height-desktop, var(--l-icon-height-mobile));
	}
}

.l-collectionTabs__tabs {
	--l-block-mb-mobile: 28px;
	--l-block-mb-desktop: 40px;
}

.l-collectionTabs__tabs-slide {
	--l-text-size-mobile: 12px;
	--l-text-size-tablet: 16px;
	--l-text-size-desktop: 18px;
	--l-text-weight-mobile: 500;
	--l-text-lh-mobile: 1;

	width: max-content;
	padding: 5px 12px;
	color: var(--l-tabs-default-text);
	background-color: var(--l-tabs-default-background);
	border-radius: 4px;
}

.l-collectionTabs__tabs-slide.is-active {
	--l-text-weight-mobile: 700;

	color: var(--l-tabs-active-text);
	background-color: var(--l-tabs-active-background);
}

.l-collectionTabs__box-footer {
	--l-block-mt-mobile: 32px;
	--l-block-mt-desktop: 56px;
	--l-block-mb-mobile: 0;
	--l-block-mb-desktop: 0;
}

.l-collectionTabs__collections {
	max-width: 1200px;
	margin: 0 auto;
}

.l-collectionTabs__collection {
	padding: 10px 4px;
}

.l-collectionTabs__collection-name {
	--l-text-size-mobile: 14px;
	--l-text-size-tablet: 16px;
	--l-text-size-desktop: 18px;
	--l-text-weight-mobile: 600;
	--l-text-lh-mobile: 1;
	--l-block-mt-mobile: 14px;
	--l-block-mt-desktop: 20px;
	--l-block-mb-mobile: 0;
	--l-block-mb-desktop: 0;
}

@media screen and (min-width: 1440px) {
	.l-collectionTabs__tabs .l-disabled-carousel-on-desktop {
		transform: none !important;
		flex-wrap: wrap !important;
		row-gap: 14px;
		justify-content: center;
	}
}

.l-carouselBrands__swiper-slide.swiper-slide {
	gap: 8px;
	width: 110px;
	height: auto;
}

.l-carouselBrands__card {
	min-height: var(--l-brand-card-min-height-mob, 80px);
	padding: 12px;
	background-color: #f6f6f6;
	border-radius: 8px;
}

.l-carouselBrands__logo {
	max-width: calc(var(--l-brand-max-width) / 1.7);
}

@media screen and (min-width: 1024px) {
	.l-carouselBrands__swiper-slide.swiper-slide {
		gap: 18px;
		width: 240px;
	}

	.l-carouselBrands__card {
		min-height: var(--l-brand-card-min-height-desktop, 140px);
	}

	.l-carouselBrands__logo {
		max-width: var(--l-brand-max-width);
	}
}

.l-iconsWithText__swiper-slide {
	gap: 6px;
	width: auto;
}

@media screen and (min-width: 1024px) {
	.l-iconsWithText__swiper-slide {
		gap: 10px;
	}
}

.l-collectionFilterCategory__swiper-slide {
	width: max-content;
}

.l-collectionFilterCategory__swiper-link {
	--l-text-size-mobile: 12px;
	--l-text-size-tablet: 16px;
	--l-text-size-desktop: 16px;
	--l-text-weight-mobile: 500;
	--l-text-lh-mobile: 1;
	--l-text-ls-mobile: 0;
	--l-text-color: #0f3365;

	padding: 12px 14px;
	border: 0.5px solid #0f3365;
	border-radius: 4px;
}

@media screen and (min-width: 1024px) {
	.l-collectionFilterCategory__swiper-link {
		padding: 10px 20px;
	}
}

.l-collectionFilterCategory__swiper-link.is-active {
	--l-text-weight-mobile: 500;
	--l-text-color: #fff;

	background-color: #0f3365;
}

.l-collectionFilterCategory .l-swiper-nav {
	--l-button-radius-mobile: 50%;
	--l-button-text-color: #0f3365;
	--l-button-bg-color: rgb(0 0 0 / 0%);
	--l-button-border-color: rgb(0 0 0 / 0%);
	--l-button-hover-text-color: #fff;
	--l-button-hover-bg-color: #0f3365;
	--l-button-hover-border-color: #0f3365;
}

@media screen and (min-width: 1440px) {
	.l-collectionFilterCategory .l-swiper-nav {
		--l-pagination-x: -50px;
	}
}

.l-ourBrands__grid {
	--l-grid-cols-mobile: 2;
	--l-grid-gap-mobile: 16px;
	--l-grid-cols-tablet: 3;
	--l-grid-gap-tablet: 16px;
	--l-grid-cols-desktop: 5;
	--l-grid-gap-desktop: 16px;
}

.l-ourBrands__swiper {
	margin-bottom: 32px;
}

.l-ourBrands__swiper-slide {
	width: max-content;
	max-width: max-content;
}

.l-ourBrands__swiper-link {
	--l-text-size-mobile: 12px;
	--l-text-size-tablet: 16px;
	--l-text-size-desktop: 20px;
	--l-text-weight-mobile: 700;
	--l-text-lh-mobile: 1;
	--l-text-ls-mobile: 0;
	--l-text-color: #0f3365;

	padding: 8px 14px;
	border: 1px solid #a5a5a5;
	border-radius: 4px;
}

.l-ourBrands__swiper-link.is-active {
	--l-text-color: #fff;

	background-color: #0f3365;
	border-color: #0f3365;
}

.l-ourBrands__empty {
	--l-text-size-mobile: 15px;
	--l-text-size-tablet: 18px;
	--l-text-size-desktop: 24px;
	--l-text-weight-mobile: 500;
	--l-text-lh-mobile: 1.2;
	--l-text-ls-mobile: 0;
	--l-text-color: #0f3365;

	padding: 20px 0;
}

.l-ourBrands__card {
	min-height: var(--l-brand-card-min-height-mob, 80px);
	padding: 12px;
	background-color: #f6f6f6;
	border-radius: 8px;
}

.l-ourBrands__logo {
	max-width: calc(var(--l-brand-max-width) / 1.7);
}

.l-ourBrands__pagination {
	margin-top: 32px;
}

@media screen and (min-width: 1024px) {
	.l-ourBrands__card {
		min-height: var(--l-brand-card-min-height-desktop, 140px);
	}

	.l-ourBrands__logo {
		max-width: var(--l-brand-max-width);
	}

	.l-ourBrands__swiper-link {
		padding: 12px 18px;
		border-radius: 8px;
	}
}

@media screen and (min-width: 1280px) {
	.m-header__top {
		border-bottom: 0.5px solid #c2c2c2;
	}
}

@media screen and (max-width: 1279px) {
	.m-header__mobile-right .m-cart-icon-bubble {
		padding: 14px 8px;
	}
}

@media screen and (max-width: 1279px) {
	.m-header__mobile-searchContainer {
		padding-bottom: 12px;
	}
}

.m-header__search {
	background-color: #ececec;
}

@media screen and (max-width: 1279px) {
	.m-header__search.m-search-form--icon-left {
		margin-right: 0;
		margin-left: 0;
		padding-left: 0;
	}
}

@media screen and (min-width: 1280px) {
	.m-header__search {
		width: 100%;
		max-width: 848px;
		height: 52px;
		margin-right: 20px;
		margin-left: 20px;
	}
}

.m-header .m-search-form__label {
	padding-left: 0;
	color: #616161;
}

.m-header .m-search-form__button {
	color: #616161;
}

.m-header__shop-by-brand {
	--l-button-padding-mobile: 8px 10px;
	--l-button-padding-desktop: 10px 16px;
	--l-button-font-size-mobile: 14px;
	--l-button-font-size-desktop: 16px;
	--l-button-font-weight-mobile: 700;
	--l-button-line-height-mobile: 1;
	--l-button-letter-spacing-mobile: 0;
	--l-button-radius-mobile: 4px;
	--l-button-text-color: #fff;
	--l-button-bg-color: #0f3365;
	--l-button-border-color: #0f3365;
	--l-button-hover-text-color: #fff;
	--l-button-hover-bg-color: #0f3365;
	--l-button-hover-border-color: #0f3365;

	margin-right: 12px;
}

@media screen and (min-width: 1280px) {
	.m-header__right .m-svg-icon--medium {
		width: 24px;
		height: 24px;
	}
}

.m-search-popup__search-form .form-field {
	padding-left: 50px;
	background-color: #ececec;
}

.m-search-popup__search-form .m-search-form--button {
	right: unset;
	left: 0;
}

.m-menu-drawer__header {
	--logo-width-desktop: 120px;

	padding-right: 16px;
	padding-bottom: 20px;
	padding-left: 16px;
}

.m-menu-drawer__header .m-header__logo {
	padding-right: 0;
	padding-left: 0;
}

.m-menu-drawer__header .m-logo__image {
	padding-top: 0;
	padding-bottom: 0;
}

.m-menu-drawer__close {
	--l-icon-width-mobile: 24px;
	--l-icon-height-mobile: 24px;
}

.m-menu-drawer__shop-by-brand {
	padding: 32px 20px 28px;
}

.m-menu-drawer__shop-by-brand-button {
 --l-button-padding-mobile: 14px 25px;
--l-button-font-size-mobile: 16px;
    --l-button-font-size-desktop: 14px;
    --l-button-font-weight-mobile: 700;
    --l-button-line-height-mobile: 1;
    --l-button-letter-spacing-mobile: 0;
    --l-button-radius-mobile: 4px;
    --l-button-text-color: #0f3365;
    --l-button-bg-color: transparent;
    --l-button-border-color: #0f3365;
    --l-button-hover-text-color: #0f3365;
    --l-button-hover-bg-color: transparent;
    --l-button-hover-border-color: #0f3365;
    --l-button-gap-mobile: 8px;
    --l-button-width-mobile: 100%;
    --l-button-border-width: 1px;
}

.m-menu-drawer__shop-by-brand-button svg {
	width: 16px;
	height: 16px;
}

.m-menu-drawer__benefits {
	padding: 0 20px 30px;
}

.m-menu-drawer__links {
	padding: 20px;
	border-top: 0.5px solid #d9d9d9;
}

.m-menu-drawer__link {
    --l-text-size-mobile: 14px;
    --l-text-size-desktop: 16px;
    --l-text-lh-mobile: 1;
    --l-text-weight-mobile: 400;
    --l-text-color: #0f3365;
}

.m-megamenu-mobile__header {
    padding-right: 16px;
    padding-left: 16px;
}

.m-menu-mobile__link {
    font-weight: 800;
}

.m-menu-mobile__item .m-menu-mobile__link--shopAll {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #0f3365;
}

.m-menu-mobile__item > a.m-menu-mobile__shopAll {
	--l-text-size-desktop: 14px;
	--l-text-weight-mobile: 700;
	--l-text-lh-mobile: 1;
	--l-text-ls-mobile: 0;
	--l-text-color: #0f3365;

	gap: 4px;
	justify-content: center;
	margin-bottom: 32px;
	padding: 8px 14px;
	color: #fff;
	background-color: #0f3365;
	border-radius: 4px;
}

.m-menu-mobile__item > a.m-menu-mobile__shopAll svg {
	width: 20px;
	height: 20px;
}

.m-submenu-mobile .m-menu-mobile__item {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
}

.m-submenu-mobile .m-menu-mobile__item:has(.m-menu-mobile__image) {
	padding: 6px 10px 6px 20px;
}

.m-menu__item--has-submenu .l-mega-menu.m-mega-menu__inner {
	overflow: hidden;
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 20px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fff;
	border: 1px solid #c2c2c2;
	border-width: 0 1px 1px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: rgb(0 0 0 / 15%) 0 2px 8px;
}

@media screen and (min-width: 1280px) {
	.m-menu__item--has-submenu .l-mega-menu.m-mega-menu__inner {
		grid-template-columns: 300px 1fr;
	}
}

@media screen and (min-width: 1440px) {
	.m-menu__item--has-submenu .l-mega-menu.m-mega-menu__inner {
		grid-template-columns: 378px 1fr;
	}
}

.l-mega-menu__shopAll {
	--l-text-size-desktop: 14px;
	--l-text-weight-mobile: 700;
	--l-text-lh-mobile: 1;
	--l-text-ls-mobile: 0;
	--l-text-color: #0f3365;

	gap: 4px;
	margin-top: 40px;
	padding: 8px 14px;
	color: #fff;
	background-color: #0f3365;
	border-radius: 4px;
}

.l-mega-menu__shopAll svg {
	width: 20px;
	height: 20px;
}

.l-mega-menu__tabs {
	gap: 10px;
	padding: 20px 10px;
	border-right: 0.5px solid #c2c2c2;
}

.l-mega-menu__tab-link {
	/* Text */
	--l-text-size-mobile: 14px;
	--l-text-size-desktop: 14px;
	--l-text-weight-mobile: 700;
	--l-text-lh-mobile: 1;
	--l-text-ls-mobile: 0;
	--l-text-color:#0f3365;

	/* Image */
	--l-media-ratio-mobile: 100%;
	--l-media-ratio-tablet: 100%;
	--l-media-ratio-desktop: 100%;

	padding: 6px;
	border-radius: 6px;
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
	.l-mega-menu__tab-link {
		--l-text-size-desktop: 13px;
	}
}

.l-mega-menu__tab-link:not(:has(.l-mega-menu__tab-image)) {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.l-mega-menu__tab-link:has(.l-mega-menu__tab-image) {
	display: grid;
	grid-template-columns: 32px 1fr auto;
	gap: 8px;
	align-items: center;
}

@media screen and (min-width: 1280px) {
	.l-mega-menu__tab-link {
		min-height: 34px;
		padding: 6px 12px;
	}
}

.l-mega-menu__tab-link.is-active,
.l-mega-menu__tab-link:hover {
	background-color: rgb(75 131 186 / 10.2%);
}

.l-mega-menu__tab-link--shopAll {
	--l-text-color: #0f3365;

	margin-top: 40px;
}

.l-mega-menu__tab-arrow {
	--l-icon-width-mobile: 16px;
	--l-icon-height-mobile: 16px;
}

.l-mega-menu__content {
	padding: 20px 0;
}

@media screen and (min-width: 1280px) {
	.l-mega-menu__content {
		padding: 20px 0;
	}
}

.l-menu-collection__list {
	padding-right: 16px;
	padding-left: 16px;
}

.l-menu-collection__list--subs {
	margin-bottom: 24px;
}

@media screen and (max-width: 1023px) {
	.l-menu-collection__list--subs {
		display: grid;
		gap: 24px;
	}
}

@media screen and (min-width: 1024px) {
	.l-menu-collection__list--subs {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
		align-items: flex-start;
		margin-bottom: 32px;
	}
}

@media screen and (min-width: 1280px) {
	.l-menu-collection__list--subs {
		grid-template-columns: repeat(3, 1fr);
	}
}

.l-menu-collection__list--default {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px 14px;
	margin-bottom: 16px;
}

@media screen and (min-width: 380px) {
	.l-menu-collection__list--default {
		gap: 20px 32px;
	}
}

@media screen and (min-width: 1024px) {
	.l-menu-collection__list--default {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 1280px) {
	.l-menu-collection__list--default {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}

	.l-menu-collection__list--default .l-menu-collection__item {
		gap: 16px;
	}
}

.l-menu-collection__list--links {
	gap: 20px;
}

.l-menu-collection__list--links {
	--l-text-size-mobile: 12px;
	--l-text-size-desktop: 14px;
	--l-text-weight-mobile: 600;
	--l-text-lh-mobile: 1.2;
	--l-text-ls-mobile: 0;
	--l-text-color: #0f3365;
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
	.l-menu-collection__list--links {
		--l-text-size-desktop: 13px;
	}
}

.l-menu-collection__item {
	--l-media-ratio-mobile: 100%;
}

.l-menu-collection__item--subs {
	display: grid;
	grid-template-columns: 78px 1fr;
	gap: 10px;
}

@media screen and (min-width: 1024px) {
	.l-menu-collection__item--subs {
		gap: 20px;
	}
}

@media screen and (min-width: 1280px) {
	.l-menu-collection__item--subs {
		grid-template-columns: 82px 1fr;
	}
}

@media screen and (min-width: 1440px) {
	.l-menu-collection__item--subs {
		grid-template-columns: 96px 1fr;
	}
}

.l-menu-collection__item.is-expanded {
	--l-menu-collection-icon-angle: 0;
}

.l-menu-collection__image {
	--l-object-fit-mobile: contain;

	border-radius: 4px;
}

.l-menu-collection__title {
	--l-text-size-mobile: 14px;
	--l-text-weight-mobile: 600;
	--l-text-lh-mobile: 1.2;
	--l-text-ls-mobile: 0;
	--l-text-color: #0f3365;
}

.l-menu-collection__title--subs {
	--l-text-size-desktop: 15px;
	--l-block-mt-desktop: 12px;
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
	.l-menu-collection__title--subs {
		--l-text-size-desktop: 13px;
	}
}

.l-menu-collection__title--default {
	--l-text-size-desktop: 15px;
	--l-block-mt-mobile: 8px;
	--l-block-mt-desktop: 12px;
}

.l-menu-collection__icon {
	transform: rotateX(var(--l-menu-collection-icon-angle, 180deg));
}

.l-menu-collection__tab-list {
	--l-block-mt-mobile: 5px;
}

.l-menu-collection__tab-link {
	--l-text-size-mobile: 12px;
	--l-text-size-desktop: 14px;
	--l-text-weight-mobile: 500;
	--l-text-lh-mobile: 1;
	--l-text-ls-mobile: 0;
	--l-text-color: #616161;

	padding: 5px 0;
}

@media screen and (min-width: 1280px) {
	.l-menu-collection__tab-link {
		--l-text-size-desktop: 14px;
	}
}

.m-footer .m-footer--block .m-footer--block-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

body .m-footer .m-footer--block .social-media-links a:hover {
	color: #fff;
	background-color: #0f3365;
	border: #0f3365;
	box-shadow: none;
}

body .m-footer .m-footer--block .social-media-links a:hover svg {
	color: #fff;
}

.m-footer .social-media-links svg {
	color: #0f3365;
}

.m-footer .m-switcher-dropdown {
	padding: 9px 12px;
	background-color: #fff;
	border: 1px solid #a5a5a5;
	border-radius: 4px;
}

.m-footer .m-switcher-dropdown .m-select-custom--trigger-text {
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	color: #616161;
}

.m-footer .m-footer__copyright {
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	color: #616161;
	text-align: center;
}

.m-footer .m-footer--bottom-center {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.m-footer .m-footer--block-our_store .m-footer--block-title {
		justify-content: center;
	}

	.m-footer .m-footer--block-policies,
	.m-footer .m-footer--block-quick-links {
		width: 50%;
	}

	.m-footer .m-footer--block-spacing {
		display: none;
	}

	.m-footer .m-footer--bottom-center {
		text-align: center;
	}
}

@media screen and (min-width: 1024px) {
	.m-footer .m-footer--block .m-footer--block-title {
		font-size: 18px;
	}
}

body:has(.l-product-addedModal__drawer.is-active) #rebuy-cart {
	display: none;
}

#rebuy-cart.no-items [data-rebuy-cart-anchor='footer'] {
	display: none;
}

#rebuy-cart .rebuy-cart__flyout,
#rebuy-cart [data-rebuy-cart-anchor] {
	gap: 0;
}

#rebuy-cart .rebuy-cart__flyout-empty-cart h4 {
	margin-bottom: 14px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	color: #181d23;
}

@media screen and (min-width: 1024px) {
	#rebuy-cart .rebuy-cart__flyout-empty-cart h4 {
		font-size: 28px;
	}
}

#rebuy-cart .rebuy-cart__flyout-empty-cart p {
	margin-bottom: 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	color: rgb(38 38 38 / 69.8%);
}

@media screen and (min-width: 1024px) {
	#rebuy-cart .rebuy-cart__flyout-empty-cart p {
		margin-bottom: 32px;
		font-size: 18px;
	}
}

#rebuy-cart .rebuy-cart__flyout-empty-cart a {
	padding: 16px 24px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background: #0f3365;
	border: none;
	border-radius: 100px;
}

#rebuy-cart [data-rebuy-component='progress-bar'] {
	padding-right: 0;
	padding-left: 0;
}

#rebuy-cart [data-rebuy-component='progress-bar'] .rebuy-cart__progress-bar-meter {
	height: 6px;
}

#rebuy-cart [data-rebuy-component='progress-bar'] .rebuy-cart__progress-bar-meter-fill {
	height: 6px;
	background-color: #0f3365;
}

#rebuy-cart [data-rebuy-component='progress-bar'] .rebuy-cart__progress-bar-prompt {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: #000;
	text-align: left;
}

@media screen and (min-width: 1024px) {
	#rebuy-cart [data-rebuy-component='progress-bar'] .rebuy-cart__progress-bar-prompt {
		font-size: 16px;
	}
}

#rebuy-cart [data-rebuy-component='progress-bar'] .rebuy-cart__progress-bar-prompt b,
#rebuy-cart [data-rebuy-component='progress-bar'] .rebuy-cart__progress-bar-prompt strong {
	font-weight: 700;
}

@media screen and (max-width: 1023px) {
	#rebuy-cart [data-rebuy-cart-anchor='header'] {
		padding: 10px 20px;
	}
}

@media screen and (min-width: 1024px) {
	#rebuy-cart [data-rebuy-cart-anchor='header'] {
		padding: 32px 32px 0;
	}
}

#rebuy-cart [data-rebuy-cart-anchor='header'] [data-rebuy-cart-header-top] {
	margin-bottom: 10px;
	padding: 0;
}

@media screen and (max-width: 1023px) {
	#rebuy-cart [data-rebuy-cart-anchor='body'] {
		padding: 20px;
	}
}

@media screen and (min-width: 1024px) {
	#rebuy-cart [data-rebuy-cart-anchor='body'] {
		padding: 24px 32px;
	}
}

#rebuy-cart [data-rebuy-component='cart-items'] {
	padding: 0;
}

#rebuy-cart [data-rebuy-component='cart-items'] .rebuy-cart__flyout-item {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 6px;
}

#rebuy-cart [data-rebuy-component='cart-items'] .rebuy-cart__flyout-item-media,
#rebuy-cart [data-rebuy-component='cart-items'] .rebuy-cart__flyout-item-media img {
	width: 100px;
	height: 100px;
}

#rebuy-cart [data-rebuy-component='cart-items'] .rebuy-cart__flyout-item-info {
	width: unset;
	padding-left: 0;
}

#rebuy-cart [data-rebuy-component='cart-items'] .rebuy-cart__flyout-item-product-title {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	color: #000;
}

@media screen and (min-width: 1024px) {
	#rebuy-cart [data-rebuy-component='cart-items'] .rebuy-cart__flyout-item-product-title {
		font-size: 16px;
	}
}

#rebuy-cart [data-rebuy-component='cart-items'] .rebuy-cart__flyout-item-price {
	display: flex;
	gap: 6px;
	align-items: center;
	width: auto;
	margin-left: auto;
	text-align: right;
}

#rebuy-cart [data-rebuy-component='cart-items'] .rebuy-cart__flyout-item-price .rebuy-money {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #000;
}

@media screen and (min-width: 1024px) {
	#rebuy-cart [data-rebuy-component='cart-items'] .rebuy-cart__flyout-item-price .rebuy-money {
		font-size: 16px;
	}
}

#rebuy-cart [data-rebuy-component='cart-items'] .rebuy-cart__flyout-item-price .compare-at {
	display: none;
}

#rebuy-cart [data-rebuy-component='cart-items'] .rebuy-cart__flyout-item-quantity-widget {
	overflow: hidden;
	align-items: center;
	border: none;
	border: 1px solid #a5a5a5;
	border-radius: 4px;
}

#rebuy-cart [data-rebuy-component='cart-items'] .rebuy-cart__flyout-item-quantity-widget-label {
	border: solid #a5a5a5;
	border-width: 0 1px;
}

#rebuy-cart [data-rebuy-component='cart-items'] .rebuy-cart__flyout-item-quantity-widget-button {
	overflow: hidden;
	width: 24px;
	height: 24px;
	color: #000;
}

#rebuy-cart .rebuy-product-grid,
#rebuy-cart [data-rebuy-component='cross-sell-widget'] {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#rebuy-cart #rebuy-widget-224157 {
	padding: 24px 0 0;
}

#rebuy-cart #rebuy-widget-224157 .primary-title {
	margin-bottom: 20px;
	padding-top: 0;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	color: #0f3365;
	text-align: left;
}

@media screen and (min-width: 1024px) {
	#rebuy-cart #rebuy-widget-224157 .primary-title {
		font-size: 20px;
	}
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-block {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 0 14px;
	align-items: center;
	align-items: flex-start;
	width: 80% !important;
	margin-right: 10px;
	padding: 0;
	font-size: 0;
	border-radius: 4px;
}

@media screen and (min-width: 1024px) {
	#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-block {
		gap: 0 10px;
		margin-right: 20px;
	}
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-media {
	background: #f6f6f6;
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-actions,
#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-info,
#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-price,
#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-title {
	margin-top: 0;
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-actions,
#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-info {
	width: unset;
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-actions,
#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-info {
	padding-right: 0;
	padding-left: 0;
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-media {
	grid-row: 1/3;
	width: 100px;
	height: 100px;
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-overflow: ellipsis;
	word-break: break-word;
	-webkit-line-clamp: 2;
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-price {
	display: flex;
	margin-bottom: 8px;
	font-size: 0;
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-price > div {
	display: flex;
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-price .rebuy-money {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #000;
}

@media screen and (min-width: 1024px) {
	#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-price .rebuy-money {
		font-size: 16px;
	}
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-price .rebuy-money.compare-at {
	display: none;
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-actions {
	margin-top: 4px;
}

@media screen and (min-width: 1024px) {
	#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-actions {
		margin-top: 12px;
	}
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-actions .rebuy-button {
	width: 100%;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #0f3365;
	text-align: center;
	background-color: rgb(0 0 0 / 0%);
	border: 1px solid #0f3365;
	border-radius: 6px;
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-carousel__arrow {
	width: 24px;
	height: 24px;
	box-shadow: rgb(0 0 0 / 15%) 0 2px 8px;
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-carousel__arrow--prev {
	top: 0;
	right: 0;
	left: unset;
	transform: translate(-40px, -40px);
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-carousel__arrow--next {
	top: 0;
	right: 0;
	transform: translate(0, -40px);
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-carousel__arrow svg {
	width: 14px;
	height: 14px;
}

#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .rebuy-product-options,
#rebuy-cart #rebuy-widget-224157 .rebuy-product-grid .splide__pagination {
	display: none;
}

@media screen and (max-width: 1023px) {
	#rebuy-cart [data-rebuy-component='cart-subtotal'] {
		padding: 10px 20px;
	}
}

@media screen and (min-width: 1024px) {
	#rebuy-cart [data-rebuy-component='cart-subtotal'] {
		padding: 24px 32px 14px;
	}
}

#rebuy-cart [data-rebuy-component='cart-subtotal'] .rebuy-cart__flyout-subtotal-final-amount,
#rebuy-cart [data-rebuy-component='cart-subtotal'] .rebuy-cart__flyout-subtotal-label {
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	color: #0f3365;
}

#rebuy-cart [data-rebuy-component='cart-subtotal'] .rebuy-cart__flyout-subtotal-compare-amount {
	display: none;
}

@media screen and (max-width: 1023px) {
	#rebuy-cart [data-rebuy-component='checkout-area'] {
		padding: 0 20px 10px;
	}
}

@media screen and (min-width: 1024px) {
	#rebuy-cart [data-rebuy-component='checkout-area'] {
		padding: 0 32px 14px;
	}
}

#rebuy-cart [data-rebuy-component='checkout-area'] .rebuy-cart__checkout-button {
	padding: 16px 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	background-color: #0f3365;
	border: none;
	border-radius: 4px;
}

#rebuy-cart .rebuy-cart__title {
	margin-right: 4px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	color: #0f3365;
	text-transform: capitalize;
}

@media screen and (min-width: 1024px) {
	#rebuy-cart .rebuy-cart__title {
		font-size: 24px;
	}
}

#rebuy-cart .l-rebuy-cart__title {
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	color: #0f3365;
	text-transform: capitalize;
}

@media screen and (min-width: 1024px) {
	#rebuy-cart .l-rebuy-cart__title {
		font-size: 24px;
	}
}

#rebuy-cart .l-rebuy-cart__title svg {
	margin-right: 8px;
}

#rebuy-cart .l-rebuy-cart__title-count {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	min-height: 20px;
	padding: 4px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background-color: #ed254e;
	border-radius: 50%;
}

#rebuy-cart .l-rebuy-cart__benefit-list {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgb(206 206 206 / 40%);
	border-bottom: 1px solid rgb(206 206 206 / 40%);
}

@media screen and (max-width: 1023px) {
	#rebuy-cart .l-rebuy-cart__benefit-list {
		flex-direction: column;
		gap: 6px;
		padding: 10px 20px;
	}
}

@media screen and (min-width: 1024px) {
	#rebuy-cart .l-rebuy-cart__benefit-list {
		gap: 4px;
		padding: 20px 32px;
	}
}

#rebuy-cart .l-rebuy-cart__benefit-item {
	flex: 1 1 0;
}

@media screen and (max-width: 1023px) {
	#rebuy-cart .l-rebuy-cart__benefit-item {
		flex-direction: row;
		gap: 6px;
	}
}

#rebuy-cart .l-rebuy-cart__benefit-icon {
	display: flex;
	align-items: center;
	height: 32px;
}

@media screen and (min-width: 1024px) {
	#rebuy-cart .l-rebuy-cart__benefit-icon {
		margin-bottom: 6px;
	}
}

#rebuy-cart .l-rebuy-cart__benefit-text {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: #000;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	#rebuy-cart .l-rebuy-cart__benefit-text {
		font-size: 13px;
	}
}

#rebuy-cart .rebuy-cart-tax:hover {
	--l-price-tooltip-pointer-events: auto;
	--l-price-tooltip-transform: 0;
	--l-price-tooltip-opacity: 1;
}

#rebuy-cart .rebuy-cart-tax__tooltip {
	--l-rte-size-mobile: 12px;
	--l-rte-size-tablet: 12px;
	--l-rte-size-desktop: 12px;
	--l-rte-weight-mobile: 400;
	--l-rte-lh-mobile: 1.4;
	--l-rte-color: #616161;

	pointer-events: var(--l-price-tooltip-pointer-events, none);
	position: absolute;
	z-index: 9;
	right: 0;
	bottom: calc(100% + 10px);
	transform: translateY(var(--l-price-tooltip-transform, 0));
	width: max(100vw, 250px);
	max-width: 250px;
	padding: 6px;
	text-align: left;
	opacity: var(--l-price-tooltip-opacity, 0);
	background: #f0f0f0;
	border-radius: 4px;
}

