.bees-pbs {
	width: 100%;
	margin: 0 0 1rem;
}

.bees-pbs__track {
	position: relative;
	width: 100%;
}

.bees-pbs__item[hidden] {
	display: none !important;
}

.bees-pbs__link,
.bees-pbs__link--static {
	display: block;
	width: 100%;
}

.bees-pbs__image {
	display: block;
	width: 100%;
	height: auto;
}

.bees-pbs__control {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba( 57, 255, 20, 0.7 );
	border-radius: 999px;
	background: rgba( 0, 0, 0, 0.72 );
	color: #39ff14;
	cursor: pointer;
	transform: translateY( -50% );
	transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.bees-pbs__control:hover,
.bees-pbs__control:focus-visible {
	background: rgba( 57, 255, 20, 0.15 );
	border-color: #39ff14;
	color: #d4af37;
	outline: none;
}

.bees-pbs__control span {
	font-size: 30px;
	line-height: 1;
	transform: translateY( -1px );
}

.bees-pbs__control--prev {
	left: 12px;
}

.bees-pbs__control--next {
	right: 12px;
}

.bees-pbs--homepage-below-header {
	margin-bottom: 1rem;
}

.bees-pbs--shop-archive-top {
	margin-bottom: 1.25rem;
}

.bees-pbs-portal {
	display: none !important;
}

.bees-pbs--homepage-below-logo {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-top: 0.35rem;
	margin-bottom: 1rem;
	margin-left: calc( 50% - 50vw );
	margin-right: calc( 50% - 50vw );
}

@supports ( width: 100dvw ) {
	.bees-pbs--homepage-below-logo {
		width: 100dvw;
		max-width: 100dvw;
		margin-left: calc( 50% - 50dvw );
		margin-right: calc( 50% - 50dvw );
	}
}

@media ( max-width: 559px ) {
	.bees-pbs__control {
		width: 36px;
		height: 36px;
	}

	.bees-pbs__control span {
		font-size: 26px;
	}

	.bees-pbs__control--prev {
		left: 8px;
	}

	.bees-pbs__control--next {
		right: 8px;
	}
}
