.bb-container-module {
	position: relative;
	margin-top: 20px;
}
.custom-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	gap: 10px 0px;
}
.col-custom-slider,
.col-custom-20,
.col-custom-40 {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	min-width: 0;
}
.bb-carousel .swiper-module:not(.swiper-initialized) .item.swiper-slide {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.bb-block {
	box-sizing: border-box;
	flex: 0 0 100%;
	max-width: 100%;
	min-width: 0;
}
.bb-block,
.bb-carousel {
	padding-left: 10px;
	padding-right: 10px;
}
.col-custom-slider {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 0;
}

@media (min-width: 600px) {
	.col-custom-slider {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 0;
	}
	.bb-carousel {
		flex: 1 1 0%;
		max-width: none;
		width: auto;
	}
}
@media (min-width: 700px) {
	.col-custom-slider {
		flex: 0 0 33%;
		max-width: 33%;
	}
}
@media (min-width: 768px) {
	.col-custom-20,
	.col-custom-40{
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-laptop {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.col-custom-20,
	.col-custom-slider {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-custom-40 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.bb-carousel.bb-col-60 .swiper-module:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.bb-carousel.bb-col-80 .swiper-module:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
}

@media (min-width: 1200px) {
	.col-custom-20,
	.col-custom-slider {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-custom-40 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.bb-carousel.bb-col-40 .swiper-module:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.bb-carousel.bb-col-60 .swiper-module:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.bb-carousel.bb-col-80 .swiper-module:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.bb-carousel.bb-col-100 .swiper-module:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.bb-carousel .swiper-module {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	padding-bottom: 1px;
	padding-top: 1px;
}
.bb-carousel .bb__header {
	flex: 0 0 auto;
}

@media (max-width: 600px) {
	.bb-container-module > .title-module {
		display: none;
	}
	.bb-carousel .swiper-module .item.p-xs-0 {
		padding-left: 0;
		padding-right: 0;
	}
}

.bb-carousel.is-combined .bb__header {
	display: none;
}
@media (min-width: 768px) {
	.bb-carousel.is-combined {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 600px) {
	.bb-carousel.is-combined .bb__header {
		display: flex !important;
	}
	.bb-carousel.is-combined > .swiper-mod-navigation {
		display: none !important;
	}
	.bb-carousel.is-combined .swiper-module {
		background: #fff;
		border-radius: 16px;
		padding: 15px 0px 0px;
	}
	.bb-carousel.is-combined .product-thumb {
		box-shadow: none !important;
		border-radius: 0px;
	}
}

.bb-carousel .bb-carousel__inner {
	background: #fff;
	border-radius: 16px;
	padding: 15px 0px 0px;
}
.bb-carousel.is-combined .bb__header,
.bb-carousel .bb-carousel__inner .bb__header {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.bb-carousel .bb-carousel__inner .bb__header {
		padding-left: 15px;
		padding-right: 15px;
	}
	.bb-carousel .bb-carousel__inner {
		padding: 20px 5px 5px;
	}
}
.bb-carousel .bb-carousel__inner .product-thumb {
	box-shadow: none !important;
	border-radius: 0px;
}


.bb-carousel__controls {
	background: transparent;
	border-radius: 48px;
	width: 76px;
	height: 24px;
	position: relative;
	top: 0;
	padding: 0;
	border: 0;
	margin-left: 10px;
}
.bb-block {
	margin-top: 10px;
}
.bb__inner {
	background: var(--up-bg-wd);
	border-radius: 12px;
	height: 100%;
	padding: 15px;
	display: flex;
	flex-direction: column;
}
.dark-theme .bb__inner {
	border: 1px solid var(--up-gray-color-1);
}
@media (min-width: 992px) {
	.bb__inner {
		padding: 20px;
	}
}
.bb__header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	height: 40px;
	align-items: flex-start;
}
.bb__title {
	font-weight: 600;
	color: var(--up-text-wd-color);
	font-size: 16px;
}
@media (min-width: 768px) {
	.bb__title {
		font-size: 18px;
	}
}
.bb__see-all {
	background: #3F78E0;
	border-radius: 16px;
	width: 36px;
	height: 24px;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: auto;
}
.bb__see-all i {
	font-size: 20px;
}
.bb__price {
	font-size: 16px;
}

/*List*/
.bb-list__items {
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	justify-content: space-between;
}
.bb-list__item {
	display: flex;
	gap: 15px;
}
.bb-list__image {
	flex: 0 0 38%;
	max-width: 100px;
	padding: 5px;
	background: #ffffff;
	border-radius: 12px;
}
.bb-list__image img {
	font-size: 0px;
	color: transparent;
	max-width: 100%;
	height: auto;
}
.bb-list__name {
	margin-bottom: 10px;
}
.bb-list__name a {
	color: var(--up-text-wd-color);
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 20px;
}

/*Grid*/
.bb-grid__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 15px;
	height: 100%;
}
.grid-2x3 {
	grid-template-rows: repeat(3, 1fr);
}
.grid-2x2 {
	grid-template-rows: repeat(2, 1fr);
}
.bb-grid__item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
}
.bb-grid__image {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	background: #ffffff;
	padding: 5px 0px;
}
.bb-grid__name {
	margin-bottom: 10px;
	min-height: 40px;
}
.bb-grid__name a {
	color: var(--up-text-wd-color);
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 20px;
}

/*Featured Mini*/
.bb-featured-mini__content {
	display: flex;
	gap: 15px;
	height: 100%;
	align-items: stretch;
	flex-direction: column;
}
.bb-featured-mini__main {
	border-bottom: 1px dashed #C9D0DD;
	padding-bottom: 15px;
}
.bb-featured-mini__main .bb-featured-mini__main-card {
	overflow: hidden;
	position: relative;
	box-shadow: none !important;
	border-radius: 0px;
	flex-direction: row;
	gap:15px;
}
.bb-carousel .btn-general .text-cart-add,
.bb-featured-mini__main .btn-general .text-cart-add {
	display: none !important;
}
.bb-featured-mini__main .bb-featured-mini__main-card .image {
	text-align: center;
	position: relative;
	margin-bottom: 0px;
	min-height: 10em;
	padding: 0 !important;
	flex: 0 0 32%;
}
.bb-featured-mini__main-card.product-thumb .product-name {
	min-height: 20px
}
.light-theme .bb-featured-mini__main .bb-featured-mini__main-card .image .stickers-ns {
	left: 0;
	top: 0;
}
@media (min-width: 500px) {
	.bb-featured-mini__content {
		flex-direction: row;
	}
	.bb-featured-mini__main {
		flex: 0 0 46%;
		border-bottom: 0px;
		padding-bottom: 0px;
	}
	.bb-featured-mini__main .bb-featured-mini__main-card {
		flex-direction: column;
		gap:0px;
	}
	.bb-featured-mini__main .bb-featured-mini__main-card .image {
		margin-bottom: 15px;
		flex: 0 0 auto;
	}
}


.bb-featured-mini__main .product-thumb .caption {
	padding: 0;
}
.bb-container-module .product-thumb {
	overflow: hidden;
}
.bb-carousel .product-thumb .addit-action,
.bb-featured-mini__main .product-thumb .addit-action {
	display: flex;
	position: absolute;
	transition: all .2s ease;
	z-index: 2;
}
@media (max-width: 991px) {
	.bb-carousel .product-thumb .addit-action,
	.bb-featured-mini__main .product-thumb .addit-action {
		top: auto;
		bottom: 15px;
		left: 50%;
		transform: translateX(-50%);
		flex-direction: row;
		gap: 4px;
		opacity: 1;
		display: none;
	}
	.bb-carousel .addit-action > div > button,
	.bb-featured-mini__main .addit-action > div > button {
		width: 28px;
		height: 28px;
	}
	.bb-carousel .addit-action > div > button i,
	.bb-featured-mini__main .addit-action > div > button i {
		font-size: 15px;
	}
	.bb-carousel .btn-compare.is-active:after,
	.bb-carousel .btn-wishlist.is-active:after,
	.bb-featured-mini__main .btn-compare.is-active:after,
	.bb-featured-mini__main .btn-wishlist.is-active:after {
		font-size: 9px;
		width: 12px;
		height: 12px;
		right: -3px;
	}
}

@media (min-width: 992px) {
	.bb-carousel .product-thumb .addit-action,
	.bb-featured-mini__main .product-thumb .addit-action {
		right: -46px;
		flex-direction: column;
		opacity: 0;
		visibility: hidden;
		gap:4px;
	}
	.bb-featured-mini__main .product-thumb .addit-action {
		top: 0;
	}
	.bb-carousel .product-thumb .addit-action {
		top: 15px;
	}
	.bb-carousel .product-thumb:hover .addit-action,
	.bb-featured-mini__main .product-thumb:hover .addit-action {
		visibility: visible;
		opacity: 1;
		right: 0px;
	}
	.bb-carousel .product-thumb:hover .addit-action {
		right: 15px;
		top: 15px;
	}
	.dark-theme .bb-carousel .product-thumb:hover .addit-action,
	.dark-theme .bb-featured-mini__main .product-thumb:hover .addit-action {
		right: 20px;
		top: 20px;
	}
}

.bb-featured-mini__side {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	height: auto;
}
.bb-featured-mini__product-item {
	text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.bb-featured-mini__product-image {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 5px 0px;
}
.dark-theme .bb-featured-mini__product-image {
	background: #ffffff;
	border-radius: 12px;
}
.bb-featured-mini__product-name a {
	display: block;
	font-size: 14px;
	color: var(--up-text-wd-color);
	margin: 10px 0 5px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-decoration: none;
}
.bb-featured-mini__product-price {
	font-weight: 700;
	font-size: 16px;
}
.bb-featured-mini__miniature.swiper {
	height: 100%;
	width: 100%;
	margin: 0;
}
.bb-featured-mini__miniature.swiper:not(.no-controls) {
	padding-bottom: 50px;
}
@media (min-width: 500px) {
	.bb-featured-mini__miniature.swiper:not(.no-controls) {
		padding-bottom: 40px;
	}
}
.mini-grid-2x2 > .swiper-wrapper,
.mini-grid-2x3 > .swiper-wrapper {
	gap:10px 0px;
}
.mini-grid-2x3 .swiper-slide {
	min-height: calc((100% - 40px) / 3) !important;
	display: flex;
	box-sizing: border-box;
	margin-top: 0 !important;
}
.mini-grid-2x3 .swiper-slide .bb-featured-mini__product-image img {
	max-width: 50px;
}
.mini-grid-2x2 .swiper-initialized .swiper-slide {
	min-height: calc((100% - 20px) / 2) !important;
	display: flex;
	box-sizing: border-box;
	margin-top: 0 !important;
}
.mini-grid-2x3:not(.swiper-initialized) .swiper-slide,
.mini-grid-2x2:not(.swiper-initialized) .swiper-slide {
	width: calc(50% - 5px);
	margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.mini-grid-2x3:not(.swiper-initialized) .swiper-slide,
	.mini-grid-2x2:not(.swiper-initialized) .swiper-slide {
		width: 100%;
	}
}
.bb-featured-mini__column {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.bb-featured-mini__controls {
	display: flex;
	justify-content: center;
	margin-top: 5px;
	width: calc(100% - 10px);
	position: absolute;
	bottom: 0;
	left: 10px;
}
.bb-featured-mini__control-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 100px;
	padding: 4px;
	gap: 0;
	width: 100%;
	height: 32px;
}
.light-theme .bb-featured-mini__control-wrapper {
	background: #F5F5F7;
}
.dark-theme .bb-featured-mini__control-wrapper {
	border: var(--slider-navigation-border);
	background: var(--slider-navigation-bg);
}
.bb-featured-mini__arrow {
	width: 35px;
	height: 24px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	flex-shrink: 0;
}
.light-theme .bb-featured-mini__arrow {
	background: #fff;
	color: #1F1F22;
}
.dark-theme .bb-featured-mini__arrow {
	background: var(--slider-arrow-bg);
	color: var(--slider-arrow-color);
}

.bb-featured-mini__arrow i {
	font-size: 20px;
	line-height: 1;
}
.bb-featured-mini__arrow.swiper-button-disabled {
	opacity: 0.9;
	cursor: not-allowed;
}
.light-theme .bb-featured-mini__arrow.swiper-button-disabled {
	background: #fff;
}
.dark-theme .bb-featured-mini__arrow.swiper-button-disabled {
	background: var(--slider-arrow-hover-bg);
}
.bb-featured-mini__arrow.swiper-button-disabled:hover {
	background: var(--slider-arrow-hover-bg);
	color: var(--slider-arrow-hover-color);
}
.dark-theme .bb-featured-mini__arrow.swiper-button-disabled:hover {
	background: var(--slider-arrow-hover-bg);
	color: var(--slider-arrow-hover-color);
}

.bb-featured-mini__control-wrapper .swiper-pagination-progressbar {
	position: relative;
	flex: 1;
	min-width: 50px;
	height: 6px;
	border-radius: 10px;
	overflow: hidden;
	top: 0 !important;
	left: 0 !important;
	width: auto !important;
	margin: 0 10px;
}
.light-theme .bb-featured-mini__control-wrapper .swiper-pagination-progressbar {
	background: #fff;
}
.dark-theme .bb-featured-mini__control-wrapper .swiper-pagination-progressbar {
	background: var(--slider-progressbar-bg);
}

.bb-featured-mini__control-wrapper .swiper-pagination-progressbar-fill {
	background: var(--slider-progressbar-fill) !important;
	border-radius: 10px;
}

/* Category manufacturer Grid */
.bb-category__items,
.bb-manufacturer__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	height: 100%;
}
.bb-category .grid-2x3,
.bb-manufacturer .grid-2x3 {
	grid-template-rows: repeat(3, auto);
}
.bb-category .grid-2x2,
.bb-manufacturer .grid-2x2 {
	grid-template-rows: repeat(2, auto);
}
.bb-category__item,
.bb-manufacturer__item {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.bb-category__link,
.bb-manufacturer__link {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
}
.bb-category__image,
.bb-manufacturer__image {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bb-category__image img,
.bb-manufacturer__image img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	transition: transform 0.3s ease;
}
.bb-category__item:hover .bb-category__image img,
.bb-manufacturer__item:hover .bb-manufacturer__image img {
	transform: scale(1.05);
}
.bb-category__name,
.bb-manufacturer__name {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bb-category__name span,
.bb-manufacturer__name span {
	color: var(--up-text-wd-color);
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: color 0.2s;
}
.bb-category__item:hover .bb-category__name span,
.bb-manufacturer__item:hover .bb-manufacturer__name span {
	color: #3F78E0;
}

/* Type Banner/Slider */
.bb-slider {
	min-width: 200px;
	height: auto;
	position: relative;
	margin-top: 10px;
}
.bb-banners {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 20px;
}
.bb-banners__item {
	flex: 0 0 auto;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	min-height: 0;
	display: block;
}
@media (min-width: 768px) {
	.bb-banners__item {
		flex: 1;
	}
}
.bb-banners__link {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	text-decoration: none;
}
.bb-banners__content {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	max-width: 60%;
}
.bb-banners__title_xs {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
}
.bb-banners__title_lg {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}
.bb-banners__content-price {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 2;
	display: flex;
	gap: 6px;
	flex-direction: column;
	line-height: 1;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.bb-banners__price {
	font-weight: 600;
	font-size: 16px;
}

.bb-banners__image {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	line-height: 0;
}
.bb-banners__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
}

#column-left .bb-slider, #column-right .bb-slider { max-width: 100%; }

.bb-slider__item {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.bb-slider .swiper:not(.swiper-initialized) .bb-slider__item ~ .bb-slider__item {
	opacity: 0;
}

.bb-slider__inner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.bb-slider__inner.navigation-block {
	clip-path: polygon(12px 0.0498047px, calc(100% - 11.95px) 0.0498047px, calc(100% - 11.95px) 0.0498047px, calc(100% - 10.0116px) 0.206221px, calc(100% - 8.1728px) 0.659054px, calc(100% - 6.4582px) 1.3837px, calc(100% - 4.8924px) 2.35554px, calc(100% - 3.5px) 3.54999px, calc(100% - 2.3056px) 4.94243px, calc(100% - 1.3338px) 6.50825px, calc(100% - 0.6092px) 8.22286px, calc(100% - 0.1564px) 10.0616px, calc(100% - 0px) 12px, calc(100% - 0px) calc(100% - 50.95px), calc(100% - 0px) calc(100% - 50.95px), calc(100% - 0.182592px) calc(100% - 48.6873px), calc(100% - 0.711216px) calc(100% - 46.5409px), calc(100% - 1.55714px) calc(100% - 44.5393px), calc(100% - 2.69165px) calc(100% - 42.7115px), calc(100% - 4.086px) calc(100% - 41.086px), calc(100% - 5.71147px) calc(100% - 39.6916px), calc(100% - 7.53934px) calc(100% - 38.5571px), calc(100% - 9.54086px) calc(100% - 37.7112px), calc(100% - 11.6873px) calc(100% - 37.1826px), calc(100% - 13.95px) calc(100% - 37px), calc(100% - 72.95px) calc(100% - 37px), calc(100% - 72.95px) calc(100% - 37px), calc(100% - 75.5534px) calc(100% - 36.7899px), calc(100% - 78.023px) calc(100% - 36.1817px), calc(100% - 80.3258px) calc(100% - 35.2085px), calc(100% - 82.4289px) calc(100% - 33.9032px), calc(100% - 84.299px) calc(100% - 32.299px), calc(100% - 85.9032px) calc(100% - 30.4288px), calc(100% - 87.2085px) calc(100% - 28.3258px), calc(100% - 88.1818px) calc(100% - 26.023px), calc(100% - 88.7899px) calc(100% - 23.5534px), calc(100% - 89px) calc(100% - 20.95px), calc(100% - 89px) calc(100% - 11.95px), calc(100% - 89px) calc(100% - 11.95px), calc(100% - 89.1564px) calc(100% - 10.0116px), calc(100% - 89.6092px) calc(100% - 8.1728px), calc(100% - 90.3338px) calc(100% - 6.4582px), calc(100% - 91.3056px) calc(100% - 4.8924px), calc(100% - 92.5px) calc(100% - 3.5px), calc(100% - 93.8924px) calc(100% - 2.3056px), calc(100% - 95.4582px) calc(100% - 1.3338px), calc(100% - 97.1728px) calc(100% - 0.6092px), calc(100% - 99.0116px) calc(100% - 0.1564px), calc(100% - 100.95px) calc(100% - 5.68434e-14px), 12px calc(100% - 0px), 12px calc(100% - 0px), 10.0617px calc(100% - 0.1564px), 8.22287px calc(100% - 0.6092px), 6.50827px calc(100% - 1.3338px), 4.94245px calc(100% - 2.3056px), 3.55001px calc(100% - 3.5px), 2.35556px calc(100% - 4.8924px), 1.38371px calc(100% - 6.4582px), 0.659066px calc(100% - 8.1728px), 0.206228px calc(100% - 10.0116px), 0.0498047px calc(100% - 11.95px), 0.0498047px 12px, 0.0498047px 12px, 0.206227px 10.0617px, 0.659064px 8.22287px, 1.38371px 6.50826px, 2.35556px 4.94244px, 3.55px 3.54999px, 4.94244px 2.35554px, 6.50827px 1.38369px, 8.22287px 0.659049px, 10.0617px 0.206217px, 12px 0.0498047px);
}

.bb-slider__content-title { position: absolute; top: 20px; left: 20px; z-index: 1; }
.bb-slider__title_xs { font-size: 16px; color:#757575; margin-bottom: 10px; }
.bb-slider__title_lg { font-size: 28px; color:#fff; line-height: 28px; font-weight: 600; text-shadow: 1px 1px 2px rgba(0,0,0,0.5)}
.bb-slider__content-price { position: absolute; left: 20px; bottom: 20px; z-index: 1; text-shadow: 1px 1px 2px rgba(0,0,0,0.5) }
.bb-slider__from { font-size: 16px; color:#E3C045; margin-bottom: 4px; line-height: 16px; }
.bb-slider__price { color:#fff; font-size:26px; line-height: 26px; }
.bb-slider__image { width: 100%; height: 100%; position: relative; }
.bb-slider__img { width: 100%; height: 100%; display: block; }
.bb-slider__img_cover { object-fit: cover; }
.bb-slider__img_contain { object-fit: contain; object-position: center; }

.bb-slider__navigation {
	background: var(--slider-navigation-bg);
	border-radius: 48px;
	width: 84px;
	height: 32px;
	position: absolute;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px;
	transition: all .1s linear;
	z-index: 2;
	bottom: 0px;
}

.bb-slider__arrow {
	position: relative;
	background: var(--slider-arrow-bg);
	color: var(--slider-arrow-color);
	border-radius: 40px;
	font-size: 0;
	height: 24px;
	width: 35px;
	min-width: 34px;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.bb-slider__arrow i { font-size: 22px; }

.bb-slider__pagination {
	position: absolute;
	top: 19px !important;
	right: 20px;
	bottom: auto !important;
	z-index: 3;
	left: auto !important;
	text-align: right;
	width: auto !important;
	line-height: 12px;
	display: flex;
}
.bb-slider__pagination .swiper-pagination-bullet {
	height: 4px;
	width: 18px;
	border-radius: 12px;
	background: #868890;
	margin-left: 4px !important;
	margin-right: 0 !important;
	opacity: 1;
}
.bb-slider__pagination .swiper-pagination-bullet-active {
	background: #ffffff;
}