@import 'https://lp.al.to/libs/fonts/CentraleSans.css';

body * {
	font-family: 'CentraleSansRnd', sans-serif !important;
}
.h1 {
	font-size: 8vw;
	margin: 20px 0 5px;
}
@media (min-width: 768px) {
	.h1 {
		font-size: 48px;
	}
}

h2,
.h2 {
	font-size: 32px;
}
@media (min-width: 768px) {
	h2,
	.h2 {
		font-size: 36px;
	}
}

h3,
.h3 {
	font-size: 28px;
}
@media (min-width: 768px) {
	h3,
	.h3 {
		font-size: 30px;
	}
}

h4,
.h4 {
	font-size: 22px;
}
@media (min-width: 768px) {
	h4,
	.h4 {
		font-size: 24px;
	}
}

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

.small {
	font-size: 13px;
}

.font-black {
	font-weight: 500 !important;
	overflow: hidden;
}

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

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

.ut-mt-none {
	margin-top: 0;
}

.ut-mb-none {
	margin-bottom: 0;
}

.ut-mt-large {
	margin-top: 40px;
}

.ut-mt-xlarge {
	margin-top: 60px;
}

.ut-mt-xxlarge {
	margin-top: 50px;
}
@media (min-width: 768px) {
	.ut-mt-xxlarge {
		margin-top: 80px;
	}
}

.ut-mb-large {
	margin-bottom: 40px;
}

.ut-mb-xlarge {
	margin-bottom: 60px;
}

.ut-mb-xxlarge {
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	.ut-mb-xxlarge {
		margin-bottom: 100px;
	}
}

.ut-p-large {
	padding-left: 9vw;
	padding-right: 9vw;
}
.ut-p {
	padding-left: 4vw;
	padding-right: 4vw;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

video {
	max-width: 100%;
	cursor: pointer;
	outline: 0;
	vertical-align: bottom;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 100%;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

button {
	font-family: 'LEGOTypewell', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue',
		Arial, sans-serif;
}

.btn,
.add-to-cart {
	display: inline-flex;
	height: 43px;
	align-items: center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 16px center;
	background-clip: padding-box;
	padding: 0 16px 0 16px;
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	border-radius: 7px;
	border: none;
	outline: none !important;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
@media (min-width: 1024px) {
	.btn,
	.add-to-cart {
		font-size: 14px;
	}
}
@media (max-width: 599px) {
	.btn,
	.add-to-cart {
		font-size: 3vw;
	}
}
.btn:hover,
.add-to-cart:hover {
	background-color: #f9f9f9;
}

.btn-large {
	font-size: 22px;
	height: 56px;
	padding: 0 24px 0 24px;
}

.btn-accent {
	background-color: #f97df7;
	border-color: #f97df7;
}
.btn-accent:hover {
	background-color: #ff8afd;
}

html {
	font-family: sans-serif;
	box-sizing: border-box;
	min-height: 100%;
	overflow-y: initial;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #252525;
	font-family: 'LEGOTypewell', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue',
		Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 1.25;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

@media (min-width: 768px) {
	.nfcs-row {
		display: flex;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.nfcs-column {
		flex: 1;
		display: flex;
	}
}
.nfcs-inner {
	margin: auto;
	align-self: center;
	padding: 7vw;
}
@media (min-width: 768px) {
	.nfcs-inner {
		padding: 15px 44px;
	}
}

@media (min-width: 768px) {
	.nfcs-row.reversed {
		flex-direction: row-reverse;
	}
}
.header {
	position: relative;
}
.hero {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.hero-text {
	position: absolute;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 56px;
	line-height: 1.025;
}
@media (min-width: 768px) {
	.hero-text {
		font-size: 4.5vw;
	}
}
@media (min-width: 1400px) {
	.hero-text {
		font-size: 60px;
	}
}
@media (max-width: 599px) {
	.hero-text {
		font-size: 9vw;
	}
}
.hero-text > * {
	font-weight: 300;
	font-size: inherit;
}
.hero-text span {
	display: block;
}
.hero-text strong {
	font-weight: 500;
}

.header-logo {
	display: inline-block;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 28px;
	text-align: center;
}
@media (min-width: 768px) {
	.header-logo {
		padding: 16px;
		top: 35px;
		left: 50px;
		right: auto;
	}
}
.header-logo img {
	width: 312px;
}
@media (min-width: 768px) {
	.header-logo img {
		max-width: 24vw;
	}
}
@media (min-width: 1400px) {
	.header-logo img {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.header-logo img {
		max-width: 50%;
	}
}

.footer {
	position: relative;
	overflow: hidden;
	margin-top: 60px;
	padding: 20px 0 20px;
	text-align: center;
}
@media (min-width: 768px) {
	.footer {
		margin-top: 90px;
	}
}
.footer .layout-wrap {
	min-height: 300px;
	padding-top: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.footer-bg {
	position: absolute;
	height: 362px;
	transform: translateX(-50%);
	max-width: none;
	z-index: -1;
}
@media (min-width: 1200px) {
	.footer-bg {
		width: 100%;
	}
}

.copyright {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0;
	margin-top: 28px;
}

.mobile-desktop img {
	display: none;
	width: 100%;
}
@media (max-width: 767px) {
	.mobile-desktop img {
		display: block;
	}
}
.mobile-desktop img + img {
	display: none;
}
@media (min-width: 768px) {
	.mobile-desktop img + img {
		display: block;
	}
}

.layout-wrap {
	padding: 0 20px;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
.bg-ellipse {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1400px auto;
	padding: 170px 0 30px;
	margin-top: -30px;
}
@media (min-width: 1024px) {
	.bg-ellipse {
		padding: 200px 0 100px;
	}
}
@media (max-width: 767px) {
	.bg-ellipse {
		margin-top: -100px;
	}
}

.layout-wrap__inner-box {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.bg-white {
	background-color: #fff;
}

.image-fit img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.nfcs-header {
	position: relative;
}

.nfcs-floating-header {
	position: absolute;
	left: 15%;
	right: 15%;
	top: 10px;
	bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 300;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 5vw;
	margin: 0;
}
@media (min-width: 768px) {
	.nfcs-floating-header {
		font-size: 3vw;
		left: 10%;
		right: 10%;
	}
}
@media (min-width: 1400px) {
	.nfcs-floating-header {
		font-size: 42px;
	}
}
.nfcs-floating-header span {
	display: block;
	margin: auto;
	max-width: 420px;
}
@media (min-width: 1024px) {
	.nfcs-floating-header span {
		max-width: 540px;
	}
}
@media (max-width: 767px) {
	.nfcs-floating-header span {
		max-width: 70%;
	}
}
@media (max-width: 599px) {
	.nfcs-floating-header span {
		max-width: 80%;
	}
}

.box-carousel {
	position: relative;
	background-color: #fff;
	padding: 40px;
}
.swiper-products .swiper-slide,
.products-col {
	text-align: center;
	color: #000;
	font-size: 22px;
}
.swiper-products .swiper-slide .set-number,
.products-col .set-number {
	margin: 4px 0 0;
	font-weight: bold;
}
.swiper-products .swiper-slide .title,
.products-col .title {
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 17px;
	line-height: 1.125;
}
@media (min-width: 768px) {
	.swiper-products .swiper-slide .title,
	.products-col .title {
		min-height: 46px;
	}
}
@media (max-width: 767px) {
	.swiper-products .swiper-slide .title,
	.products-col .title {
		margin-bottom: 20px;
	}
}
.swiper-products .swiper-slide .button,
.products-col .button {
	margin: 20px 0 0;
}
.swiper-products .swiper-slide .price,
.products-col .price {
	font-weight: bold;
	margin: 5px 0 0;
}
.swiper-products .swiper-slide .image,
.products-col .image {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	margin-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	max-height: 184px;
}
@media (min-width: 1024px) {
	.swiper-products .swiper-slide .image,
	.products-col .image {
		max-height: 220px;
	}
}
@media (min-width: 1200px) {
	.swiper-products .swiper-slide .image,
	.products-col .image {
		max-height: 240px;
	}
}
.swiper-products .swiper-slide .image img,
.products-col .image img {
	max-height: 100%;
}
@media (min-width: 1200px) {
	.swiper-products .swiper-slide .image img,
	.products-col .image img {
		max-height: 98%;
	}
}

.products-row {
	display: flex;
	gap: 40px;
	justify-content: center;
}
@media (min-width: 1024px) {
	.products-row {
		gap: 80px;
	}
}

.products-col {
	flex: 1;
}
@media (min-width: 1200px) {
	.products-col .image {
		max-height: 280px;
	}
}

.bestsellers {
	background-color: #fcfb24;
	padding: 30px 0;
}
@media (min-width: 1024px) {
	.bestsellers {
		padding: 80px 0;
	}
}

.bestsellers-swiper {
	position: relative;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.bestsellers-swiper .swiper-slide {
		display: flex;
		align-items: center;
	}
}
.bestsellers-swiper .swiper-slide > * {
	flex-shrink: 0;
}
.bestsellers-swiper .spec {
	font-size: 22px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 426px;
}
@media (min-width: 768px) {
	.bestsellers-swiper .spec {
		font-size: 15px;
		flex-basis: 28%;
		width: 100%;
		order: 1;
		box-sizing: border-box;
		padding-right: 40px;
		margin-bottom: 90px;
	}
}
@media (min-width: 1024px) {
	.bestsellers-swiper .spec {
		flex-basis: 28%;
		width: 100%;
		order: 1;
		box-sizing: border-box;
		padding-left: 40px;
		padding-right: 20px;
	}
}
@media (min-width: 1200px) {
	.bestsellers-swiper .spec {
		padding-left: 70px;
		padding-right: 60px;
	}
}
.bestsellers-swiper .spec .logo {
	width: 64px;
	margin-bottom: 14px;
}
.bestsellers-swiper .spec .name,
.bestsellers-swiper .spec .parts,
.bestsellers-swiper .spec .number {
	border-top: 2px solid #000;
	padding: 7px 0;
}
.bestsellers-swiper .spec .age {
	font-size: 42px;
	font-weight: bold;
}
.bestsellers-swiper .image {
	text-align: center;
}
@media (min-width: 768px) {
	.bestsellers-swiper .image {
		flex-basis: 44%;
		width: 100%;
		order: 2;
		box-sizing: border-box;
		margin-bottom: 50px;
	}
}
.bestsellers-swiper .info {
	margin-left: auto;
	margin-right: auto;
	max-width: 426px;
	margin-bottom: 90px;
}
@media (min-width: 768px) {
	.bestsellers-swiper .info {
		text-align: center;
		flex-basis: 28%;
		width: 100%;
		order: 3;
		padding-left: 20px;
		padding-right: 50px;
		text-align: left;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
}
.bestsellers-swiper .info > * {
	margin: 18px 0;
}
@media (min-width: 1024px) {
	.bestsellers-swiper .info > * {
		margin: 48px 0;
	}
}
.bestsellers-swiper .info .name {
	font-size: 25px;
	font-weight: bold;
}
.bestsellers-swiper .info .tag {
	font-size: 20px;
	font-weight: 900;
	color: #f19000;
}
@media (min-width: 1024px) {
	.bestsellers-swiper .info .tag {
		min-height: 25px;
	}
}
.bestsellers-swiper .info .price {
	font-size: 33px;
	font-weight: bold;
}
@media (min-width: 768px) {
	.bestsellers-swiper .info .price {
		font-size: 22px;
	}
}
.bestsellers-swiper .info .button {
	margin-top: 20px;
}
@media (max-width: 767px) {
	.bestsellers-swiper .info .button .add-to-cart {
		background-size: 4vw;
		background-position: 2vw center;
		font-size: 3vw;
		padding-left: 7vw;
		min-height: 8vw;
	}
}
@media (max-width: 599px) {
	.bestsellers-swiper .info .button .add-to-cart {
		background-size: 18px;
		background-position: 8px center;
		font-size: 16px;
		padding-left: 32px;
		min-height: 0;
	}
}

.button-next,
.button-prev {
	color: #fff;
	position: absolute;
	z-index: 2;
	bottom: 0;
	margin-top: -1px;
	cursor: pointer;
	outline: 0;
	user-select: none;
}
@media (min-width: 768px) {
	.button-next,
	.button-prev {
		bottom: 6%;
	}
}
.button-next:not(.swiper-button-disabled):active,
.button-prev:not(.swiper-button-disabled):active {
	margin-top: 0px;
}
.button-next:before,
.button-prev:before {
	content: '';
	width: 39px;
	height: 70px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}
.button-prev {
	left: 0;
}
.button-prev::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='46px'%3E %3Cpath fill-rule='evenodd' fill='%239b9797' d='M23.906,44.952 L22.888,45.969 L1.012,24.093 L1.012,24.093 L-0.005,23.076 L22.888,0.182 L23.906,1.200 L2.030,23.076 L23.906,44.952 Z'/%3E %3C/svg%3E");
}
.inspirations-swiper .button-prev:before {
	margin-right: -17px;
}

.button-prev-white {
	left: 0;
}
.button-prev-white::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='36px'%3E %3Cpath fill-rule='evenodd' fill='rgb(249, 125, 247)' d='M0.805,16.219 L0.805,20.172 L14.321,35.748 L34.951,35.748 L34.951,32.585 L22.502,18.196 L34.951,3.807 L34.951,0.644 L14.321,0.644 L0.805,16.219 Z'/%3E %3Cpath fill-rule='evenodd' fill='rgb(37, 37, 37)' d='M11.672,16.219 L11.672,20.172 L25.188,35.748 L35.793,35.748 L35.793,32.585 L23.344,18.196 L35.793,3.807 L35.793,0.644 L25.188,0.644 L11.672,16.219 Z'/%3E %3C/svg%3E");
}

.button-next {
	right: 0;
}
.button-next::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='46px'%3E %3Cpath fill-rule='evenodd' fill='%239b9797' d='M24.005,23.075 L1.112,45.968 L0.094,44.951 L21.970,23.075 L0.094,1.199 L1.112,0.181 L22.988,22.057 L22.988,22.057 L24.005,23.075 Z'/%3E %3C/svg%3E");
}

.button-next-white {
	right: 0;
}
.button-next-white::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='36px'%3E %3Cpath fill-rule='evenodd' fill='rgb(249, 125, 247)' d='M35.608,16.296 L35.608,20.284 L22.180,35.998 L1.686,35.998 L1.686,32.807 L14.053,18.290 L1.686,3.772 L1.686,0.581 L22.180,0.581 L35.608,16.296 Z'/%3E %3Cpath fill-rule='evenodd' fill='rgb(37, 37, 37)' d='M24.812,16.296 L24.812,20.284 L11.385,35.998 L0.850,35.998 L0.850,32.807 L13.217,18.290 L0.850,3.772 L0.850,0.581 L11.385,0.581 L24.812,16.296 Z'/%3E %3C/svg%3E");
}

:root {
	--swiper-pagination-bullet-size: 15px;
	--swiper-pagination-bullet-inactive-color: #fff;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 12px;
}

.swiper-pagination-bullet {
	box-shadow: 0 5px rgba(0, 0, 0, 0.25);
}

.swiper-pagination-bullet-active {
	box-shadow: 0 5px rgba(0, 0, 0, 0.75);
	background-color: #f97df7;
}

.swiper-button-disabled {
	opacity: 0.3;
	cursor: default;
}

.grid-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 20px;
}
@media (max-width: 1023px) {
	.grid-wrapper {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto auto;
	}
}
@media (max-width: 599px) {
	.grid-wrapper {
		grid-template-columns: 1fr;
		grid-template-rows: none;
	}
}
.grid-wrapper.bg-green > * {
	background-color: #3ee022;
}
.grid-wrapper.bg-violet > * {
	background-color: #a294f3;
}
.grid-wrapper.bg-blue > * {
	background-color: #47b0ea;
}

.grid-item.big {
	grid-row: 1 / span 2;
	grid-column: 1/2;
	padding: 0;
}
@media (max-width: 599px) {
	.grid-item.big {
		grid-column: 1/2;
		grid-row: auto;
	}
}

a.grid-item {
	text-decoration: none;
	color: inherit;
	transition: opacity 0.15s ease;
}
a.grid-item:hover {
	filter: brightness(0.9);
}

.grid-item {
	border-radius: 7px;
	padding: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.grid-item.more {
	background-color: #e2e2e2;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 599px) {
	.grid-item.more {
		aspect-ratio: 3/2;
	}
}
.grid-item.more span {
	display: inline-block;
	font-size: 30px;
	font-weight: 900;
	position: relative;
	padding-right: 50px;
	text-align: right;
	letter-spacing: 1px;
	line-height: 1.125;
}
.grid-item.more span:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='39px' height='57px'%3E %3Cpath fill-rule='evenodd' fill='currentColor' d='M38.055,24.959 L38.055,31.292 L16.733,56.246 L0.004,56.246 L0.004,51.179 L19.643,28.125 L0.004,5.072 L0.004,0.005 L16.733,0.005 L38.055,24.959 Z'/%3E %3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	width: 39px;
	height: 57px;
	right: 0;
	top: 50%;
	margin-top: -28px;
}
.grid-item img {
	width: 100%;
}
.grid-item .description {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.grid-item .box-number {
	font-weight: 900;
	color: #fff;
	font-size: 25px;
	margin-left: 5px;
}
@media (min-width: 768px) {
	.grid-item .box-number {
		margin-left: 20px;
	}
}
.grid-item .box-number span {
	display: inline-block;
}

.screen-reader {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.alto-logo {
	display: flex;
	justify-content: center;
	padding: 20px;
}

.alto-logo img {
	height: 38px;
}
