/* Tutaj jest miejsce na Twoje style */
.slider__container {
	padding: 0;
	position: relative;
}

.slider {
	position: relative;
	padding: 16px 0;
}

.slider h2 {
	margin-bottom: 64px;
}

.products__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 16px;
	padding: 0 24px 24px 24px;
	box-shadow: rgba(0, 170, 217, 0.05) 5px 5px 40px, rgba(0, 112, 217, 0.05) 5px 5px 40px;
	cursor: pointer;
	border: 2px solid #fff;
	position: relative;
	transition: 0.2s ease-in-out;
	max-width: 320px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.products__item.tablet::after {
	content: 'rysik i klawiaturę można dokupić osobno';
	position: absolute;
	background: rgba(247, 247, 247, 0.9);
	color: rgba(0, 0, 0, 0.6);
	border-radius: 200px;
	top: 14px;
	left: 50%;
	width: calc(100% - 28px);
	transform: translateX(-50%);
	z-index: 1;
	padding: 7px 12px;
	font-size: 13px;
	text-align: center;
	line-height: 1.32;
}

.products__item * {
	pointer-events: none;
	user-select: none;
}

.products__item.active {
	border: 3px solid #0082fa;
}

.products__item.active .cta {
	color: #fff;
	background: #0082fa;
	border: 1px solid #0082fa;
	pointer-events: none;
}

.products__item.active .cta {
	border: 1px solid #0082fa;
	color: #fff;
	background: #0082fa;
}

.products__item.active {
	transform: scale(1);
}

.products__item .cta::after {
	content: 'Wybierz';
}

.products__item.active .cta::after {
	content: 'Wybrano';
}

.products__item ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 16px;
}

.products__item h4 {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
	z-index: 1;
	position: relative;
}

.products__item ul li {
	font-weight: 300;
	font-size: 0.84rem;
}

.products__item-price {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 2px;
}

.products__item-price .old-price {
	font-size: 1rem;
	opacity: 0.6;
	margin: 0 6px;
}

.products__item-price .new-price {
	font-size: 1.4rem;
	margin: 0 6px;
}

.products__item .lowest-price {
	font-weight: 300;
	font-size: 0.9rem;
	opacity: 0.6;
}

.products__item-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
}

.products__item .cta {
	background: none;
	border: 1px solid #0082fa;
	color: #0082fa;
	z-index: 1;
	white-space: nowrap;
	cursor: pointer;
	pointer-events: none;
	margin: 0 auto;
}

.products__item h4 {
	transition: 0.14s ease-in-out;
}

@media screen and (min-width: 576px) {
	.products__item:hover {
		opacity: 1;
	}

	.products__item:hover .cta {
		border: 1px solid #0082fa;
		color: #fff;
		background: #0082fa;
	}
}

.products__item strong {
	font-weight: 600;
	color: black;
}

.tns-ovh {
	overflow: visible;
}

.products__item-image {
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	transition: 0.2s ease-in-out;
	z-index: 1;
	position: relative;
	padding: 10px;
	margin-bottom: 12px;
}

.slider.disabled {
	position: relative;
}

.slider--2 {
	max-width: 1200px;
	margin: 0 auto;
}

.slider.disabled .swiper-wrapper {
	filter: blur(2px);
	opacity: 0;
	pointer-events: none;
	user-select: none;
}

.slider.disabled::before {
	content: '';
	position: absolute;
	background: rgba(250, 252, 254, 0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	filter: blur(20px);
}

.slider.disabled h2 {
	color: rgba(0, 0, 0, 0.3);
}

.slider.disabled .modal {
	content: '';
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 32px;
	border-radius: 16px;
	border: 2px solid #ccc;
	position: absolute;
	width: 400px;
	max-width: 90%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	right: 0;
	z-index: 10;
}

.slider.disabled .modal h3 {
	color: #000;
	font-weight: 400;
}

#app[loading='true'] > * {
	opacity: 0.6;
}

#app[loading='true'] .loader__wrapper {
	display: flex;
}

.loader__wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	background: rgba(255, 255, 255, 0.8);
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	display: none;
	opacity: 1 !important;
}

.loader {
	margin-top: -48px;
	width: 48px;
	height: 48px;
	border: 5px solid #0082fa;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 0.6s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.results__container {
	background: rgba(147, 203, 255, 0.1);
	padding: 46px 0;
	display: none;
	position: relative;
}

.results__container .gfx__wrapper {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	position: absolute;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.results__container .gfx {
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.3;
	filter: blur(2px);
}

@media screen and (min-width: 992px) {
	.results__container .gfx {
		opacity: 1;
		filter: none;
	}
}

.results__container .gfx:first-child {
	right: 74%;
}

.results__container .gfx:nth-child(2) {
	left: 72%;
}

.results {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	gap: 64px;
	margin-bottom: 32px;
}

.results__card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 3px solid #0082fa;
	border-radius: 16px;
	max-width: 264px;
	padding: 0 16px 16px 16px;
}

.results__card:first-child::after {
	content: '+';
	position: absolute;
	color: #0082fa;
	z-index: 200;
	font-size: 64px;
	bottom: -78px;
}

@media screen and (min-width: 576px) {
	.results {
		flex-direction: row;
	}
	.results__card:first-child::after {
		content: '+';
		position: absolute;
		color: #0082fa;
		z-index: 200;
		font-size: 64px;
		right: -54px;
		bottom: unset;
	}
}

.results__card img {
	margin-bottom: 12px;
	padding: 10px;
}

.results__container .top__copy h1 {
	margin-bottom: 32px;
}

.results h4 {
	font-size: 1rem;
}

.gfx {
	position: absolute;
	opacity: 0.6;
	filter: blur(2px);
}

.heart--1 {
	left: 88%;
	top: 46%;
}
.heart--2 {
	right: 84%;
	top: 12%;
}
.heart--3 {
	left: 56%;
	top: 20%;
}
.heart--4 {
	left: 66%;
	bottom: -8%;
}

.heart--5 {
	left: 32%;
	top: 76%;
}

.results__container .top__copy {
	padding: 0;
}

.margin-fix {
	position: relative;
	top: -24px;
}

@media screen and (min-width: 576px) {
	.margin-fix {
		top: unset;
	}
}

/* fix slider paddings */
@media screen and (min-width: 1200px) {
	.tns-inner {
		padding: 0 64px;
	}
}
@media screen and (min-width: 1400px) {
	.tns-inner {
		padding: 0 132px;
	}
}
@media screen and (min-width: 1440px) {
	.tns-inner {
		padding: unset;
	}
}

.gfx.island {
	filter: none;
	opacity: 1;
	z-index: 2;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
}
.footer {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1080px) {
	.top__wrapper {
		display: flex;
		align-items: flex-start;
		background-image: url('../../img/main/bg-1080.png');
		background-position: 50%;
		background-size: cover;
		top: 60%;
		right: 50%;
		border-radius: 0 0 0 0;
		width: 100%;
		height: 750px;
		margin: 0 auto;
		padding-top: 50px;
	}

	.top__copy--center {
		padding-top: 100px;
	}

	.top-left {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.top__wrapper {
		display: flex;
		align-items: flex-start;
		background-image: url('../../img/main/bg-768.png');
		background-position: 50%;
		background-size: cover;
		top: 60%;
		right: 50%;
		border-radius: 0 0 0 0;
		width: 100%;
		height: 750px;
		margin: 0 auto;
		padding-top: 50px;
	}
}
