

/* Start:/local/templates/desktop/components/bitrix/catalog/vesna2020/bitrix/catalog.element/vesna2020/style.min.css?17892206075209*/
/* Product purchase card: don't stretch full right column; gallery width stays as in grid */
.element .product-purshase.product-purshase--card {
	width: 100%;
	max-width: 530px;
}

.element .product-purshase--card .product-title-row {
	display: flex !important;
	flex-direction: row !important;
	align-items: flex-start !important;
	justify-content: space-between !important;
	gap: 12px !important;
	width: 100% !important;
}

.element .product-purshase--card .product-title-row h1 {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	margin: 0 !important;
}

.element .product-purshase--card .product-title-row .wishlist-btn {
	flex-shrink: 0 !important;
}

.element .product-purshase--card .product-title-row .wishlist-btn.wishlist-active svg {
	fill: currentColor;
}

@media (min-width: 1280px) {
	.element .product-detail-grid {
		align-items: start;
	}
}

/* Qty + Add to cart: same height */
.element .product-purshase--card .buy-line {
	display: flex;
	align-items: stretch;
	gap: 12px;
}

.element .product-purshase--card .buy-line .amount-detail {
	display: inline-flex;
	align-items: center;
	height: 48px;
	box-sizing: border-box;
}

.element .product-purshase--card .buy-line .amount-detail .amount-minus,
.element .product-purshase--card .buy-line .amount-detail .amount-plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.element .product-purshase--card .buy-line .amount-detail .amount-field {
	height: 100%;
	line-height: 1;
}

.element .product-purshase--card .buy-line .buy_button {
	height: 48px;
	box-sizing: border-box;
	padding-top: 0;
	padding-bottom: 0;
}

/* Feature labels: fixed icon column, aligned rows */
.element .product-labels {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 16px;
	margin-top: 14px;
	padding-bottom: 8px;
	list-style: none;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 640px) {
	.element .product-labels {
		grid-template-columns: 1fr 1fr;
		column-gap: 16px;
		row-gap: 16px;
	}
}

.element .product-labels > li {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	column-gap: 14px;
	align-items: start;
	position: relative;
	cursor: pointer;
}

.element .product-labels .labels-img {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-top: 1px;
}

.element .product-labels .labels-img img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	display: block;
}

.element .product-labels .labels-title {
	grid-column: 2;
	grid-row: 1;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	color: #0f172a;
}

.element .product-labels .labels-short {
	grid-column: 2;
	grid-row: 2;
	font-size: 14.5px;
	font-weight: 400;
	line-height: 1.35;
	color: #475569;
	margin-top: 2px;
}

.element .product-labels .labels-tip {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 30;
	margin-top: 4px;
	width: max(100%, 18rem);
	max-width: 24rem;
	padding: 10px 12px;
	border-radius: 6px;
	border: 1px solid #e5e7eb;
	background: #fff;
	font-size: 13px;
	line-height: 1.45;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.element .product-labels > li:hover .labels-tip {
	display: block;
}

.element .product-labels > li:nth-child(even) .labels-tip {
	left: auto;
	right: 0;
}

/* Bottom promo strip */
.element .product-card-footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	margin: 14px -20px -20px;
	padding: 14px 20px;
	background: #fffbeb;
	color: #1e293b;
}

@media (min-width: 640px) {
	.element .product-card-footer {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 24px;
		margin-left: -24px;
		margin-right: -24px;
		margin-bottom: -24px;
	}
}

.element .product-card-footer > span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	line-height: 1.3;
}

.element .product-card-footer > span:first-child {
	font-weight: 700;
	color: #0f172a;
}

.element .product-card-footer > span:last-child {
	font-weight: 400;
	color: #334155;
}

.element .product-card-footer img {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	object-fit: contain;
	display: block;
}

/* Sticky bottom mobile purchase bar */
.fixed-line {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	will-change: transform;
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

.fixed-line.is-visible {
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	opacity: 1 !important;
	pointer-events: auto !important;
}

@media (max-width: 767px) {
	body.has-fixed-line-active #helpcrunch-container,
	body.has-fixed-line-active [id*="helpcrunch-container"],
	body.has-fixed-line-active [class*="helpcrunch-widget"],
	body.has-fixed-line-active iframe[name*="helpcrunch"] {
		bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
		transition: bottom 0.25s ease;
	}
	body.has-fixed-line-active [data-back-to-top] {
		bottom: calc(142px + env(safe-area-inset-bottom, 0px)) !important;
		transition: bottom 0.25s ease;
	}
}


/* End */
/* /local/templates/desktop/components/bitrix/catalog/vesna2020/bitrix/catalog.element/vesna2020/style.min.css?17892206075209 */
