.b2b-login-info {
	display: flex;
	gap: 1rem;
}

.b2b-login-info p {
	line-height: 40px;

	margin: 0;
	padding: 0;
}

.b2b-login-info a {
	font-weight: bold;
	color: #fff;
	background: #3b82f6;
	border-radius: 25px;

	padding: 10px 15px;
}

.ordering-process .b2b-login-info {
    display: grid;
    gap: 1rem;
    background: #fafafa;
    padding: 1rem 2rem;
    font-size: 16px;
}

.ordering-process .b2b-login-info a {
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    padding: 10px 25px;
}

@media (min-width: 768px) {
	.site-msg.information {
		font-size: 15px;

    position: relative;
		top: 0;
		left: 0;
		bottom: auto;

		width: 100%;
    max-width: 100%;
		height: auto;

    opacity: 1;
	}
}

main .row.banners-row {
    width: 100%;
    max-width: 1440px;
    max-height: 600px;
    margin: 0 auto !important;
}

.products-top-wrapper {
	display: none !important;
}

.type-category .subcategories li a .image img {
	width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
	height: 150px !important;
  min-height: 150px !important;
	max-height: 150px !important;
  
  border-radius: 50%;
	
  object-fit: cover !important;
}

/* Brand */
.menu-item-901 a {
	font-size: 0;
	background: #ffffff url(https://cdn.myshoptet.com/usr/740209.myshoptet.com/user/logos/logotyp-1.png);
	background-size: 70px;
	background-position: center;
	background-repeat: no-repeat;
	padding: 8px;
}

.menu-item-979 a {
	font-size: 0;
	background: #ffffff url(/user/documents/upload/temp/logos/Y-S-PARK.png);
	background-size: 50px;
	background-position: center;
	background-repeat: no-repeat;
	padding: 8px;
}

.menu-item-982 a {
	font-size: 0;
	background: #ffffff url(/user/documents/upload/temp/logos/parlux.png);
	background-size: 40px;
	background-position: center;
	background-repeat: no-repeat;
	padding: 8px;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	width: 100%;
	max-height: 600px;

	object-fit: cover;
}

.carousel-control.left,
.carousel-control.right {
	max-height: 600px !important;
}

/* Banner */
.hero-banner {
	width: 100%;
	max-width: 100%;
	height: 400px;

	margin: 5rem auto 0;
  margin-top: 5rem;
	padding: 2rem 2rem 2rem 42rem;

	display: flex;
	justify-content: center;
	align-items: center;
}

section#b1.hero-banner {
	background: #f4f6fb url(/user/documents/upload/temp/modelky/modelka.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}

section#b2.hero-banner {
	background: #f4f6fb url(/user/documents/upload/temp/modelky/modelka.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}

section#b3.hero-banner {
	background: #f4f6fb url(/user/documents/upload/temp/o-nas/min-estel-akademie.png);
	background-size: contain;
	background-repeat: no-repeat;
}

a.hero-banner__button {
	text-align: center;
  width: 100%;

	border: 2px solid;
	padding: 1rem;
  display: block;
}

.pb-section { margin: 2rem 0; }
.pb-wrap {
	display: flex;
	gap: 2rem;
	align-items: center;
}

.pb-col { flex: 1 1 50%; }
.pb-col--text h2 { margin: 0 0 1rem; line-height: 1.2; }
.pb-col--text p { margin: 0 0 0.9rem; }
.pb-col--media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.slider-products {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider-products .slider {
  position: relative;
}

.slider-products .slider .link {
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.slider-products .slider:not(.active) .text {
	position: absolute;
	top: auto;
	left: 5%;
	bottom: 10%;
	display: none;
}

.slider-products .slider.active .text .logotyp {
	display: block;
	width: 100%;
	max-width: max-content;
	height: 100%;
	max-height: 70px;
	margin-top: 2rem;
	margin-left: 0;
	object-fit: contain;
}

@media (max-width: 992px) {
	.slider-products .slider.active .text h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0;
	}

	.slider-products .slider img {
		width: 100%;
		max-height: 650px;
		object-fit: cover;
		display: none;
  	transform: scale(.98);
  	transition: opacity .6s ease-in-out, transform .6s ease-in-out;
  	margin: 0 auto;
	}

	.slider-products .slider.active .text {
		position: absolute;
		top: 44%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		width: 100%;
	}
}

@media (min-width: 991px) {
	.slider-products .slider.active .text h2 {
		font-size: 20px;
		font-weight: bold;
		line-height: 33px;
		text-transform: uppercase;
		margin: 10px 0;
	}

	.slider-products .slider img {
		width: 100%;
		max-height: 650px;
		object-fit: cover;
		display: none;
  	transform: scale(.98);
  	transition: opacity .6s ease-in-out, transform .6s ease-in-out;
	}

/* Text */
	.slider-products .slider.active .text {
		position: absolute;
		top: auto;
		left: 5%;
		bottom: -200px;
	}
}

.slider-products .slider.active .text span {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 10px 0;
}

.slider-products .slider.active img:not(.logotyp) {
	width: 100%;
	max-height: 650px;
	object-fit: cover;
	display: block;
	opacity: 1;
	transform: scale(1);
}

.navigation-in ul li,
.navigation-in ul li a,
.navigation-in ul li a span {
	text-transform: uppercase;
	line-height: 25px;
}

@media (max-width: 768px) {
	.pb-wrap { flex-direction: column; }
	.pb-col { flex-basis: auto; }
}

@media (min-width: 1200px) {
	.id-1 .slick-list {
		width: 100% !important;
	}
}