.premium-home-showcase {
	background: #101214;
	color: #fff;
	overflow: hidden;
	padding: 34px 0 46px;
}

.premium-home-showcase .premium-home-showcase__block + .premium-home-showcase__block {
	margin-top: 30px;
}

.premium-home-showcase .premium-home-showcase__heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.premium-home-showcase .premium-home-showcase__title {
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.premium-home-showcase .premium-home-showcase__all-link {
	color: #f6c544;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.premium-home-showcase .premium-home-showcase__all-link:hover,
.premium-home-showcase .premium-home-showcase__all-link:focus {
	color: #ffe077;
	outline: none;
	text-decoration: none;
}

.premium-home-showcase .premium-home-showcase__category-carousel,
.premium-home-showcase .premium-home-showcase__product-carousel {
	margin: 0 -6px;
	padding: 0;
}

.premium-home-showcase .premium-home-showcase__category-item {
	height: auto;
	margin: 0;
	min-width: 0;
	padding: 0 6px;
}

.premium-home-showcase .premium-home-showcase__category-card {
	align-items: center;
	background: #1a1d20;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 7px;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 148px;
	justify-content: flex-end;
	overflow: hidden;
	padding: 12px;
	text-align: center;
	text-decoration: none;
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.premium-home-showcase .premium-home-showcase__category-card:hover,
.premium-home-showcase .premium-home-showcase__category-card:focus {
	background: #202428;
	border-color: rgba(246, 197, 68, 0.65);
	color: #fff;
	outline: none;
	text-decoration: none;
	transform: translateY(-2px);
}

.premium-home-showcase .premium-home-showcase__category-image {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	height: 94px;
	justify-content: center;
	min-height: 0;
	width: 100%;
}

.premium-home-showcase .premium-home-showcase__category-image img {
	display: block;
	height: 88px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.premium-home-showcase .premium-home-showcase__category-name {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	min-height: 31px;
	text-transform: uppercase;
}

.premium-home-showcase .premium-home-showcase__product-carousel .premium-product-preview {
	float: none;
	padding: 0 6px;
	width: auto;
}

.premium-home-showcase .premium-home-showcase__product-carousel .premium-product-card {
	background: #181c20;
	border: 1px solid #2c3238;
	border-radius: 7px;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.premium-home-showcase .slick-track {
	display: flex;
	margin-left: 0;
}

.premium-home-showcase .slick-slide {
	height: auto;
	min-width: 0;
}

.premium-home-showcase .slick-slide > div,
.premium-home-showcase .slick-slide > div > .premium-product-preview {
	height: 100%;
}

.premium-home-showcase .slick-list {
	overflow: hidden;
}

.premium-home-showcase .slick-prev,
.premium-home-showcase .slick-next {
	align-items: center;
	background: rgba(16, 18, 20, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	color: transparent;
	display: flex;
	height: 34px;
	justify-content: center;
	margin: 0;
	opacity: 1;
	padding: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	z-index: 4;
}

.premium-home-showcase .slick-prev {
	left: -12px;
}

.premium-home-showcase .slick-next {
	right: -12px;
}

.premium-home-showcase .slick-prev::before,
.premium-home-showcase .slick-next::before {
	color: #f6c544;
	font-family: Arial, sans-serif;
	font-size: 23px;
	line-height: 1;
	opacity: 1;
}

.premium-home-showcase .slick-prev::before {
	content: "‹";
}

.premium-home-showcase .slick-next::before {
	content: "›";
}

.premium-home-showcase .slick-disabled {
	cursor: default;
	opacity: 0.28;
}

@media (max-width: 767px) {
	.premium-home-showcase {
		padding: 28px 0 36px;
	}

	.premium-home-showcase > .container {
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding-left: 18px;
		padding-right: 18px;
		width: 100%;
	}

	.premium-home-showcase .premium-home-showcase__block + .premium-home-showcase__block {
		margin-top: 26px;
	}

	.premium-home-showcase .premium-home-showcase__heading {
		margin-bottom: 13px;
	}

	.premium-home-showcase .premium-home-showcase__title {
		font-size: 17px;
	}

	.premium-home-showcase .premium-home-showcase__all-link {
		font-size: 12px;
	}

	.premium-home-showcase .slick-prev {
		left: 0;
	}

	.premium-home-showcase .slick-next {
		right: 0;
	}
}

@media (max-width: 360px) {
	.premium-home-showcase > .container {
		padding-left: 14px;
		padding-right: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.premium-home-showcase .premium-home-showcase__category-card {
		transition: none;
	}
}

/* Тёмное оформление карточек популярных товаров на главной */
.premium-home-showcase__product-carousel .premium-product-card,
.premium-home-showcase__product-carousel .tab_container {
	background: #181c20 !important;
	border-color: #2c3238 !important;
}

.premium-home-showcase__product-carousel .premium-product-card__body,
.premium-home-showcase__product-carousel .tab_item {
	background: #181c20 !important;
}

.premium-home-showcase__product-carousel .premium-product-card__title,
.premium-home-showcase__product-carousel .title {
	background: #181c20 !important;
}

.premium-home-showcase__product-carousel .premium-product-card__title h3,
.premium-home-showcase__product-carousel .premium-product-card__title h3 a {
	color: #f4f5f6 !important;
}

.premium-home-showcase__product-carousel .premium-product-card__title h3 a:hover,
.premium-home-showcase__product-carousel .premium-product-card__title h3 a:focus {
	color: #f6c544 !important;
}

.premium-home-showcase__product-carousel .premium-product-card__price-block,
.premium-home-showcase__product-carousel .info {
	background: #181c20 !important;
}

.premium-home-showcase__product-carousel .premium-product-card__price h3 {
	color: #f6c544 !important;
}

.premium-home-showcase__product-carousel .premium-product-card__more,
.premium-home-showcase__product-carousel .additional {
	background: #181c20 !important;
	border-top-color: #2c3238 !important;
}

.premium-home-showcase__product-carousel .premium-product-card__details {
	color: #aeb5bc !important;
}

.premium-home-showcase__product-carousel .premium-product-card__one-click {
	color: #f6c544 !important;
}

/* Светлым оставляем только область фотографии */
.premium-home-showcase__product-carousel .premium-product-card__image,
.premium-home-showcase__product-carousel .item_img {
	background: #f5f6f7 !important;
}

/* Тёмные карточки популярных товаров */
body .premium-home-showcase
.premium-home-showcase__product-carousel
article.premium-product-card {
	background: #181c20 !important;
	border-color: #2c3238 !important;
}

body .premium-home-showcase
.premium-home-showcase__product-carousel
article.premium-product-card
> .premium-product-card__body {
	background: #181c20 !important;
}

body .premium-home-showcase
.premium-home-showcase__product-carousel
.premium-product-card__title,
body .premium-home-showcase
.premium-home-showcase__product-carousel
.premium-product-card__price-block,
body .premium-home-showcase
.premium-home-showcase__product-carousel
.premium-product-card__more {
	background-color: #181c20 !important;
	background-image: none !important;
}

body .premium-home-showcase
.premium-home-showcase__product-carousel
.premium-product-card__title h3 a {
	color: #f4f5f6 !important;
}

body .premium-home-showcase
.premium-home-showcase__product-carousel
.premium-product-card__price h3 {
	color: #f6c544 !important;
}

body .premium-home-showcase
.premium-home-showcase__product-carousel
.premium-product-card__more {
	border-top-color: #2c3238 !important;
}

body .premium-home-showcase
.premium-home-showcase__product-carousel
.premium-product-card__image {
	background: #f5f6f7 !important;
}