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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
	font-weight: 900;
}

.h1 {
	font-size: 8vw;
	margin: 20px 0 5px;
}
@media (min-width: 768px) {
	.h1 {
		font-size: 44px;
	}
}

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

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

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: 900 !important;
}

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

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

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

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

.ut-mt {
	margin-top: 10px;
}

.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-pb-large {
	padding-bottom: 50px !important;
}
@media (min-width: 1200px) {
	.ut-pb-large {
		padding-bottom: 90px !important;
	}
}

.ut-p {
	padding: 3vw 0;
}
@media (min-width: 1200px) {
	.ut-p {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 1400px) {
	.ut-p {
		padding: 40px 0;
	}
}

body :focus-visible {
	--focus-outline-color: #015db9;
	--focus-outline-offset: 1px;
	--focus-outline-style: solid;
	--focus-outline-width: 3px;
	outline-color: var(--focus-outline-color, #f3d331);
	outline-offset: var(--focus-outline-offset, 2px);
	outline-style: var(--focus-outline-style, solid);
	outline-width: var(--focus-outline-width, 2px);
}

a:focus-visible {
	outline-color: var(--focus-outline-color, #f3d331);
	outline-offset: var(--focus-outline-offset, 0);
	outline-style: var(--focus-outline-style, solid);
	outline-width: var(--focus-outline-width, 2px);
}

.skip-link:not(:focus-visible):not(:active) {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.skip-link {
	text-decoration: underline;
	cursor: pointer;
	position: absolute;
	top: 18px;
	left: 18px;
	padding: 1rem;
	font-weight: 700;
	text-decoration: none;
	background-color: #05ce9f;
	color: #000;
}

.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;
}

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

button {
	font-family: 'CentraleSansRnd', sans-serif;
}

.btn,
.add-to-cart {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: 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: 18px;
	line-height: 1;
	font-weight: bold;
	border-radius: 40px;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	min-width: 150px;
}
.btn:hover,
.add-to-cart:hover {
	background-color: #f1f1f1;
}

.btn-large {
	font-size: 22px;
	height: 56px;
	padding: 0 24px 0 24px;
}
@media (max-width: 599px) {
	.btn-large {
		font-size: 24px;
		line-height: 1.2;
		padding: 10px 30px;
		height: auto;
	}
}

.add-to-cart {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 7v3h8V7c0-2.188-1.813-4-4-4-2.25 0-4 1.813-4 4Zm-3 6H9v21c0 1.688 1.313 3 3 3h16a3 3 0 0 0 3-3V13h-4v3.5c0 .875-.688 1.5-1.5 1.5-.875 0-1.5-.625-1.5-1.5V13h-8v3.5c0 .875-.688 1.5-1.5 1.5-.875 0-1.5-.625-1.5-1.5V13Zm0-3V7c0-3.813 3.125-7 7-7 3.813 0 7 3.188 7 7v3h4c1.625 0 3 1.375 3 3v21c0 3.313-2.688 6-6 6H12c-3.313 0-6-2.688-6-6V13a3 3 0 0 1 3-3h4Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 8px center;
	background-clip: padding-box;
	padding: 0 10px 0 32px;
}
@media (min-width: 1024px) {
	.add-to-cart {
		background-position: 16px center;
		padding: 0 16px 0 44px;
	}
}
@media (max-width: 599px) {
	.add-to-cart {
		padding: 0 2vw 0 9vw;
	}
}

.btn-purple {
	background-color: #e54af3;
	border-color: #e54af3;
	transition: background-color 0.25s ease;
}
.btn-purple:hover {
	background-color: #e54af3;
}

.font-stretch {
	transform: scaleY(0.75);
	transform-origin: 0 50%;
	font-size: 150%;
	display: inline-block;
}

html {
	font-family: 'CentraleSansRnd', 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;
	background-color: #000;
}

body {
	background-color: #000;
	color: #fff;
	font-family: 'CentraleSansRnd', 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;
}
.copyright {
	font-size: 7px;
	text-align: center;
	margin: 40px 20px 20px;
}
@media (max-width: 767px) {
	.copyright {
		font-size: 1.5vw;
		bottom: 20px;
	}
}
.copyright p {
	margin: 0;
}

.mobile-desktop img:first-child {
	display: block;
	width: 100%;
	height: auto;
}
.mobile-desktop img:last-child {
	display: none;
	width: 100%;
	height: auto;
}
@media (min-width: 768px) {
	.mobile-desktop img:first-child {
		display: none;
	}
	.mobile-desktop img:last-child {
		display: block;
	}
}

.layout-wrap {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1400px) {
	.layout-wrap {
		padding-left: 0;
		padding-right: 0;
	}
}

.layout-wrap--small {
	max-width: 900px;
}

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

.hero-text-section {
	text-align: center;
	color: #fff;
}
.hero-text-section .subtitle-text {
	margin: 15px auto 30px;
	font-size: 18px;
	line-height: 1.45;
	padding: 0 50px;
}
@media (min-width: 768px) {
	.hero-text-section .subtitle-text {
		font-size: 20px;
		padding: 0 80px;
	}
}
@media (max-width: 599px) {
	.hero-text-section .subtitle-text {
		padding: 0 2vw;
		font-size: 3.2vw;
	}
}
.hero-text-section .hero-banner img {
	width: 100%;
	height: auto;
	display: block;
}

.bg-01 {
	background-image: url('https://cdn.x-kom.pl/static-pages-assets/618/hero-bg.webp');
	background-repeat: no-repeat;
	background-size: 100% 50%;
	background-position: top center;
	padding: 1px 0 0;
	position: relative;
}
.bg-01::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: url('https://cdn.x-kom.pl/static-pages-assets/618/s1-h-before.webp');
	background-repeat: no-repeat;
	background-size: 15% auto;
	pointer-events: none;
}
.bg-01::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background-image: url('https://cdn.x-kom.pl/static-pages-assets/618/s1-h-after.webp');
	background-repeat: no-repeat;
	background-size: 12% auto;
	background-position: top right;
	pointer-events: none;
}

.bg-02 {
	background-image: url('https://cdn.x-kom.pl/static-pages-assets/618/h-video.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top center;
	padding: 1px 0 0;
}

.title-header {
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'CentraleSansRnd', sans-serif;
	margin: 20px 0;
	padding: 0 50px;
	line-height: 1;
}
@media (min-width: 768px) {
	.title-header {
		font-size: 50px;
	}
}
@media (max-width: 599px) {
	.title-header {
		padding: 0 5vw;
		font-size: 8vw;
	}
}
.title-header sup {
	font-size: 1.8rem;
}
@media (max-width: 599px) {
	.title-header sup {
		font-size: 4vw;
	}
}

.title-header-drive {
	font-family: 'CentraleSansRnd', sans-serif;
	color: inherit;
	margin: 40px 2vw 0;
	font-size: 5vw;
	line-height: 1;
	text-shadow: none;
}
@media (min-width: 1024px) {
	.title-header-drive {
		font-size: 50px;
	}
}
@media (max-width: 599px) {
	.title-header-drive {
		font-size: 6vw;
		margin: 40px 0 10px;
	}
}

.subtitle-text {
	font-size: 18px;
	margin: 5px 0 0;
}
@media (min-width: 768px) {
	.subtitle-text {
		font-size: 20px;
	}
}

.garage-section {
	color: #fff;
}

.garage-slide-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}
@media (min-width: 768px) {
	.garage-slide-content {
		flex-direction: row;
		justify-content: space-between;
	}
}

.garage-slide-info {
	text-align: center;
	margin: -50px 15px 120px;
	z-index: 1;
}
@media (min-width: 768px) {
	.garage-slide-info {
		position: absolute;
		width: 200px;
		margin: 0 0 0 2%;
	}
}
@media (min-width: 1024px) {
	.garage-slide-info {
		margin: 0 0 0 5%;
	}
}
.garage-slide-info .set-number {
	display: inline-block;
	margin-bottom: 8px;
}
.garage-slide-info .product-title {
	margin: 0 0 25px;
	font-weight: bold;
	font-size: 22px;
}
.garage-video-wrapper {
	position: relative;
}
@media (min-width: 768px) {
	.garage-video-wrapper {
		margin-top: -15px;
	}
}
.garage-video-wrapper .video-container {
	width: 100%;
	height: 100%;
	position: relative;
	background: #000;
}
.garage-video-wrapper .video-container .video-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}
.garage-video-wrapper .video-container .video-element {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.garage-thumbs-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: -80px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}
@media (min-width: 1024px) {
	.garage-thumbs-row {
		gap: 20px;
	}
}

.thumbs-decor {
	display: none;
}
@media (min-width: 1200px) {
	.thumbs-decor {
		display: block;
		width: 200px;
		margin-left: -230px;
		margin-right: 30px;
	}
}

.garage-thumb {
	width: 12vw;
	height: 12vw;
	border-radius: 3vw;
	background: transparent;
	border: 2px solid transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	overflow: hidden;
	padding: 0;
}
@media (min-width: 1024px) {
	.garage-thumb {
		width: 120px;
		height: 120px;
		border-radius: 32px;
	}
}
.garage-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.garage-thumb:hover,
.garage-thumb.active {
	border-color: #d800eb;
}

.btn-thumb-cta {
	width: 12vw;
	height: 12vw;
	min-width: 0;
	border-radius: 3vw;
	background: #d800eb;
	color: #000;
	border: 2px solid #d800eb;
	transition: all 0.3s ease;
	font-size: 2vw;
	line-height: 1.2;
	padding: 5px;
	text-align: center;
}
@media (min-width: 1024px) {
	.btn-thumb-cta {
		width: 120px;
		height: 120px;
		font-size: 20px;
		border-radius: 32px;
	}
}

.product-group-section {
	background-image: url(https://cdn.x-kom.pl/static-pages-assets/618/product-group-bg.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 1px 0;
}

.group-header {
	color: #f3e939;
	background-image: url('https://cdn.x-kom.pl/static-pages-assets/618/header-bg.webp');
	background-repeat: no-repeat;
	background-size: 100% 150%;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	padding: 10px 0;
}
@media (min-width: 768px) {
	.group-header {
		min-height: 160px;
		background-size: 100% 100%;
	}
}
.group-header::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top left;
	pointer-events: none;
}
.group-header::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top right;
	pointer-events: none;
}
.group-header .title-header {
	font-family: 'CentraleSansRnd', sans-serif;
	color: inherit;
	margin: 0 12vw;
	font-size: 5vw;
	line-height: 1;
	text-shadow: none;
}
@media (min-width: 1024px) {
	.group-header .title-header {
		font-size: 50px;
	}
}

.group-header-01::before {
	background-image: url(https://cdn.x-kom.pl/static-pages-assets/618/technic-h-before.webp);
}
.group-header-01::after {
	background-image: url(https://cdn.x-kom.pl/static-pages-assets/618/technic-h-after.webp);
}

.group-header-02::before {
	background-image: url(https://cdn.x-kom.pl/static-pages-assets/618/speed-h-before.webp);
	background-size: auto 70%;
}
.group-header-02::after {
	background-image: url(https://cdn.x-kom.pl/static-pages-assets/618/speed-h-after.webp);
}

.group-header-03::before {
	background-image: url(https://cdn.x-kom.pl/static-pages-assets/618/city-h-before.webp);
	background-size: auto 70%;
}
.group-header-03::after {
	background-image: url(https://cdn.x-kom.pl/static-pages-assets/618/city-h-after.webp);
	background-size: auto 45%;
}

.group-content-row {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 40px -20px;
}
@media (min-width: 1200px) {
	.group-content-row {
		flex-direction: row;
		align-items: stretch;
		gap: 20px;
		margin: 40px 0;
	}
}

.group-banner-col {
	display: none;
}
@media (min-width: 1200px) {
	.group-banner-col {
		display: block;
		width: 25%;
		max-width: 300px;
		flex-shrink: 0;
	}
}
.group-banner-col .group-banner-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.group-products-col {
	flex: 1;
	width: 100%;
	min-width: 0;
	position: relative;
	overflow: hidden;
}
.group-products-col .swiper {
	height: 100%;
}
.group-products-col .product-card {
	background: #ffffff;
	padding: 20px 20px 26px;
	color: #000;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.group-products-col .product-card .image {
	background: #f4f6f9;
	border-radius: 8px;
	padding: 15px;
	margin: -20px -20px 20px;
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.group-products-col .product-card .image img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.group-products-col .product-card .title {
	margin: 2px 0;
	min-height: 70px;
}
.group-products-col .product-card .price-container {
	margin-top: 10px;
}
.group-products-col .product-card .price {
	margin-bottom: 20px;
}

.bottom-categories-section {
	background: #010714 url('https://cdn.x-kom.pl/static-pages-assets/618/7.webp') center center/cover no-repeat;
	padding: 60px 0 10px;
}
@media (min-width: 768px) {
	.bottom-categories-section .categories-grid {
		flex-direction: row;
	}
}
.button-next,
.button-prev {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 40px;
	height: 80px;
	padding: 2px 4px;
	cursor: pointer;
	transform: translateY(-50%);
	user-select: none;
	background-color: rgba(0, 0, 0, 0.33);
}
.button-next:not(.swiper-button-disabled):active,
.button-prev:not(.swiper-button-disabled):active {
	margin-top: 1px;
}
.button-next:before,
.button-prev:before {
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
}
.button-prev {
	left: 0;
}
.button-prev::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73' height='182' transform='scale(-1 1)'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M10.712 181.06H.01L62.288 90.1h.022L.158.94h10.68L72.99 90.1z'/%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' width='73' height='182'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M10.712 181.06H.01L62.288 90.1h.022L.158.94h10.68L72.99 90.1z'/%3E%3C/svg%3E");
}

.swiper-button-disabled {
	display: none;
}

.cat-link {
	width: 48%;
	display: inline-block;
	margin-left: -0.25rem;
	margin-right: 2%;
	margin-bottom: 2%;
}

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

.logo-wrapper img {
	height: 32px;
}
