

/* Start:/local/templates/kineskop/components/bitrix/catalog.item/card/style.css?17841957343933*/
.kinescope-catalog-card {
	height: 100%;
	min-height: 0 !important;
	padding: 18px;
	border: 1px solid rgba(21, 21, 21, 0.06);
	border-radius: 8px !important;
	background: #fff;
	box-shadow: 0 16px 44px rgba(21, 21, 21, 0.05);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.kinescope-catalog-card:hover {
	transform: translateY(-2px);
	border-color: rgba(21, 21, 21, 0.12);
	box-shadow: 0 20px 54px rgba(21, 21, 21, 0.09);
}

.kinescope-catalog-card-media {
	position: relative;
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	min-height: 0;
	border-radius: 8px;
	overflow: hidden;
	background: #151515;
}

.kinescope-catalog-card-media img {
	width: 100% !important;
	height: 100% !important;
	margin-block: 0 !important;
	object-fit: cover;
}

.kinescope-catalog-card-media--video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kinescope-catalog-card-media__empty {
	display: block;
	width: 100%;
	height: 100%;
	background: #151515;
}

.kinescope-catalog-card__title {
	display: -webkit-box;
	flex: 0 0 auto;
	min-height: 46px;
	margin-top: 10px;
	overflow: hidden;
	color: #151515;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.28;
	text-align: center;
	text-decoration: none;
	overflow-wrap: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.kinescope-catalog-card__title:hover {
	color: #5b49c8;
}

.kinescope-catalog-card-media__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 5px 9px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
	font-size: 12px;
	font-weight: 600;
	color: #151515;
}

.kinescope-catalog-card-media__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.kinescope-catalog-card-media__play .fa-play {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(21, 21, 21, 0.72);
	font-size: 18px;
	transform: translateX(1px);
}

.kinescope-catalog-card .catalog-cart-row {
	margin-top: auto;
	min-height: 84px;
	align-items: stretch;
}

.kinescope-catalog-card .catalog-cart-price-row {
	justify-content: center;
	text-align: center;
}

.kinescope-catalog-card .catalog-cart-price {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

.kinescope-catalog-card .catalog-cart-button {
	height: 46px;
	min-height: 46px;
	flex: 0 0 46px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 600;
}

.kinescope-catalog-card > .catalog-cart-button {
	margin-top: auto;
}

.kinescope-catalog-card .catalog-cart-counter {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 34px;
	min-width: 0;
	min-height: 46px;
	column-gap: 2px;
	overflow: hidden;
	padding-inline: 2px;
}

.kinescope-catalog-card .catalog-cart-counter--single {
	grid-template-columns: 34px minmax(0, 1fr);
}

.kinescope-catalog-card .catalog-cart-stepper-button {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	justify-self: center;
}

.kinescope-catalog-card .catalog-cart-quantity {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	flex: 0 0 auto;
	justify-content: center;
	overflow: hidden;
	white-space: nowrap;
	justify-self: stretch;
	font-size: 10px;
	gap: 0;
}

.kinescope-catalog-card .catalog-cart-quantity > span:first-child,
.kinescope-catalog-card .catalog-cart-quantity > span:nth-child(2) {
	flex: 0 0 auto;
	white-space: nowrap;
}

.kinescope-catalog-card .catalog-cart-quantity > span:last-child {
	flex: 0 0 auto;
	white-space: nowrap;
}

.kinescope-catalog-card .catalog-cart-quantity > span:nth-child(2) {
	margin-inline: 1px;
}

@media (max-width: 640px) {
	.kinescope-catalog-card {
		padding: 14px;
	}

	.kinescope-catalog-card__title {
		min-height: 42px;
		font-size: 16px;
	}
}

/* End */
/* /local/templates/kineskop/components/bitrix/catalog.item/card/style.css?17841957343933 */
