/* Tutaj jest miejsce na Twoje style */
body {
	background-color: #52158a;
}
.header__logos-wrapper {
	justify-content: flex-start;
	gap: 40px;
}
.header #vendor {
	height: 45px;
}
.banner-top img {
	width: 100%;
	border-radius: 16px;
}

.top__wrapper--2 {
	background-image: url(../../img/philips/top-1920x700.jpg);
	max-width: 1920px;
}

.section.main {
	color: white;
}

.main__copy p {
	color: white;
}

.main__copy h3 {
	font-size: 2rem;
}

#bestsellery h2 {
	color: white;
	font-size: 2rem;
}
.slider__nav button {
	background: white;
}

.main__wrapper {
	padding: 20px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(0, 0, 0, 0.16);
}

@media (max-width: 1000px) {
	.top__wrapper--2 {
		background-image: url(../../img/philips/top-mobile-768x700.jpg);
		background-size: cover;
	}
	.top__wrapper {
		height: 800px;
		align-items: flex-start;
	}
	.top__wrapper .container {
		margin-top: 15%;
	}
}

.tns-nav .tns-nav-active {
	background-color: gray;
}
.disclaimer-p {
	max-width: 1440px;
	margin: 0 auto;
	text-align: center;
	color: rgba(255, 255, 255, 0.612);
	margin-bottom: 40px;
}
