.premium-catalog-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	margin-left: 0;
	margin-right: 0;
}

.premium-catalog-grid > .premium-product-preview {
	float: none;
	padding-left: 0;
	padding-right: 0;
	width: auto;
}

.premium-product-preview {
	margin-bottom: 24px;
}

.premium-product-card {
	background: #181c20;
	border: 1px solid #2c3238;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
	color: #fff;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.premium-product-card:hover,
.premium-product-card:focus-within {
	border-color: #f6c544;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.35);
	transform: translateY(-5px);
}

.premium-product-card__body {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
}

.premium-product-card__image-link {
	display: block;
	text-decoration: none;
}

.premium-product-card__image {
	align-items: center;
	background: #f5f6f7;
	display: flex;
	height: 230px;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.premium-product-card__image img {
	display: block;
	height: 100%;
	object-fit: contain;
	padding: 16px;
	transition: transform 240ms ease;
	width: 100%;
}

.premium-product-card:hover .premium-product-card__image img,
.premium-product-card:focus-within .premium-product-card__image img {
	transform: scale(1.055);
}

.premium-product-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	left: 12px;
	position: absolute;
	top: 12px;
	z-index: 2;
}

.premium-product-card__badge {
	border-radius: 5px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 24px;
	padding: 0 9px;
	text-transform: uppercase;
}

.premium-product-card__badge_new {
	background: #171e26;
}

.premium-product-card__badge_best {
	background: #d99f00;
	color: #171e26;
}

.premium-product-card__badge_sale {
	background: #c73529;
}

.premium-product-card__title {
	min-height: 82px;
	padding: 18px 18px 4px;
}

.premium-product-card__title h3 {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
	margin: 0;
}

.premium-product-card__title h3 a {
	color: #f4f5f6;
	text-decoration: none;
	transition: color 180ms ease;
}

.premium-product-card__title h3 a:hover,
.premium-product-card__title h3 a:focus {
	color: #f6c544;
	outline: none;
	text-decoration: none;
}

.premium-product-card__title .rate_star {
	margin-top: 8px;
}

.premium-product-card__meta {
	display: none;
}

.premium-product-card__price-block {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: auto;
	padding: 15px 18px 18px;
}

.premium-product-card__price {
	min-width: 0;
}

.premium-product-card__price del,
.premium-product-card__old-price {
	color: #929ba4;
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 5px;
}

.premium-product-card__price h3 {
	color: #f6c544;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
	overflow-wrap: anywhere;
	white-space: normal;
}

.premium-product-card__cart {
	align-items: center;
	background: #f6c544;
	border: 1px solid #f6c544;
	border-radius: 7px;
	color: #171e26;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	margin: 0;
	min-height: 42px;
	padding: 0 15px;
	text-decoration: none;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
	width: auto;
}

.premium-product-card__cart:hover,
.premium-product-card__cart:focus {
	background: #ffda65;
	border-color: #ffda65;
	box-shadow: 0 6px 16px rgba(246, 197, 68, 0.25);
	color: #171e26;
	outline: none;
	text-decoration: none;
	transform: translateY(-1px);
}

.premium-product-card__cart.not_buy {
	cursor: not-allowed;
	opacity: 0.5;
	transform: none;
}

.premium-product-card__more {
	border-top: 1px solid #2c3238;
	margin-top: 0;
	padding: 13px 18px 16px;
}

.premium-product-card__additional-info {
	display: none;
}

.premium-product-card__actions {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.premium-product-card__details {
	color: #aeb5bc;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	transition: color 180ms ease;
}

.premium-product-card__details:hover,
.premium-product-card__details:focus {
	color: #f6c544;
	outline: none;
	text-decoration: none;
}

.premium-product-card__one-click {
	background: transparent;
	border: 0;
	color: #f6c544;
	cursor: pointer;
	font-size: 12px;
	font-weight: 800;
	margin: 0;
	padding: 0;
	text-decoration: none;
	transition: color 180ms ease;
	width: auto;
}

.premium-product-card__one-click:hover,
.premium-product-card__one-click:focus {
	background: transparent;
	color: #ffda65;
	outline: none;
	text-decoration: none;
}

.premium-product-card__one-click.not_buy {
	cursor: not-allowed;
	opacity: 0.45;
}

/* Карточки внутри карусели главной страницы */
.premium-home-showcase__product-carousel .premium-product-preview {
	float: none;
	height: auto;
	margin-bottom: 0;
	padding-left: 6px;
	padding-right: 6px;
	width: auto;
}

.premium-home-showcase__product-carousel .slick-track {
	display: flex;
}

.premium-home-showcase__product-carousel .slick-slide {
	float: none;
	height: auto;
}

.premium-home-showcase__product-carousel .slick-slide > div {
	height: 100%;
}

.premium-home-showcase__product-carousel .premium-product-card {
	height: 100%;
}

@media (max-width: 1199px) {
	.premium-catalog-grid {
		gap: 18px;
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}

	.premium-product-card__image {
		height: 205px;
	}

	.premium-product-card__title {
		min-height: 78px;
	}
}

@media (max-width: 767px) {
	.premium-catalog-grid {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.premium-product-preview {
		margin-bottom: 12px;
	}

	.premium-product-card {
		border-radius: 9px;
	}

	.premium-product-card__image {
		height: 158px;
	}

	.premium-product-card__image img {
		padding: 9px;
	}

	.premium-product-card__badges {
		left: 8px;
		top: 8px;
	}

	.premium-product-card__badge {
		font-size: 8px;
		line-height: 20px;
		padding: 0 6px;
	}

	.premium-product-card__title {
		min-height: 72px;
		padding: 13px 13px 3px;
	}

	.premium-product-card__title h3 {
		font-size: 13px;
		line-height: 1.4;
	}

	.premium-product-card__price-block {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
		padding: 12px 13px 14px;
	}

	.premium-product-card__price h3 {
		font-size: 17px;
	}

	.premium-product-card__cart {
		width: 100%;
	}

	.premium-product-card__more {
		padding: 11px 13px 13px;
	}

	.premium-product-card__actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.premium-home-showcase__product-carousel .premium-product-preview {
		padding-left: 4px;
		padding-right: 4px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.premium-product-card,
	.premium-product-card__image img,
	.premium-product-card__title h3 a,
	.premium-product-card__cart,
	.premium-product-card__details,
	.premium-product-card__one-click {
		transition: none;
	}
	/* Исправление карточек товаров на главной странице */
.premium-home-showcase .premium-product-card {
	background: #181c20;
	border-color: #2c3238;
}

.premium-home-showcase .premium-product-card__body {
	background: #181c20;
}

.premium-home-showcase .premium-product-card__title {
	background: #181c20;
}

.premium-home-showcase .premium-product-card__title h3,
.premium-home-showcase .premium-product-card__title h3 a {
	color: #f4f5f6;
}

.premium-home-showcase .premium-product-card__title h3 a:hover,
.premium-home-showcase .premium-product-card__title h3 a:focus {
	color: #f6c544;
}

.premium-home-showcase .premium-product-card__price-block {
	background: #181c20;
}

.premium-home-showcase .premium-product-card__price h3 {
	color: #f6c544;
}

.premium-home-showcase .premium-product-card__more {
	background: #181c20;
	border-top-color: #2c3238;
}

.premium-home-showcase .premium-product-card__details {
	color: #aeb5bc;
}

.premium-home-showcase .premium-product-card__one-click {
	color: #f6c544;
}
}