.tehnix-bundle-card {
	background: #ffffff;
	border: 1px solid #dbe7f5;
	border-radius: 8px;
	padding: 16px 16px 14px;
	box-shadow: 0 2px 12px rgba(15, 45, 90, 0.06);
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	position: relative;
	margin: 0;
	font-family: inherit;
	color: #222222;
}

@media (max-width: 991px) {
	.tehnix-bundle-card {
		width: 100%;
		max-width: 100%;
		margin: 16px 0;
	}
}

.tehnix-bundle-card__header {
	margin-bottom: 10px;
}

.tehnix-bundle-card__title {
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
	line-height: 1.25;
}

.tehnix-bundle-tabs {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin: 0 0 14px;
}

.tehnix-bundle-tab {
	appearance: none;
	display: block;
	width: 100%;
	text-align: left;
	border: none;
	background: transparent;
	padding: 8px 10px;
	font-size: 13px;
	line-height: 1.3;
	color: #555555;
	cursor: pointer;
	border-radius: 4px;
}

.tehnix-bundle-tab.is-active {
	background: #eaf2ff;
	color: #1f5fd6;
	font-weight: 600;
	border-top: 2px solid #3b73e8;
}

.tehnix-bundle-tab:focus-visible {
	outline: 2px solid #3b73e8;
	outline-offset: 2px;
}

.tehnix-bundle-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	position: relative;
	min-width: 0;
}

.tehnix-bundle-item__thumb {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fafafa;
	border-radius: 6px;
	overflow: hidden;
}

.tehnix-bundle-item__thumb img,
.tehnix-bundle-item__thumb-placeholder {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

.tehnix-bundle-item__thumb-placeholder {
	width: 56px;
	height: 56px;
	background: #eeeeee;
}

.tehnix-bundle-item__info {
	display: flex;
	flex-direction: column;
	min-width: 0;
	flex: 1;
	padding-top: 2px;
}

.tehnix-bundle-item__name {
	font-size: 13px;
	color: #333333;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 4px;
	word-break: break-word;
}

.tehnix-bundle-item__pricing {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px;
}

.tehnix-bundle-item__price {
	font-size: 15px;
	font-weight: 700;
	color: #111111;
}

.tehnix-bundle-item__price--sale {
	color: #e52727;
}

.tehnix-bundle-item__old-price {
	font-size: 12px;
	color: #999999;
	text-decoration: line-through;
}

.tehnix-bundle-item__oos {
	margin-top: 4px;
	font-size: 11px;
	color: #c0392b;
}

.tehnix-bundle-badge {
	position: absolute;
	top: -4px;
	left: -4px;
	background: #e52727;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 5px;
	border-radius: 3px;
	z-index: 1;
	line-height: 1.2;
}

.tehnix-bundle-op {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}

.tehnix-bundle-op span {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #c5d8f5;
	background: #f5f9ff;
	color: #3b73e8;
	font-size: 16px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.tehnix-bundle-slider {
	position: relative;
	min-width: 0;
	width: 100%;
}

.tehnix-bundle-slide[hidden] {
	display: none !important;
}

.tehnix-bundle-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	padding: 0 2px;
}

.tehnix-bundle-nav__counter {
	font-size: 13px;
	color: #777777;
}

.tehnix-bundle-nav__btns {
	display: flex;
	gap: 6px;
}

.tehnix-bundle-nav__btn {
	width: 28px;
	height: 28px;
	border: 1px solid #dddddd;
	background: #ffffff;
	border-radius: 4px;
	color: #555555;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.tehnix-bundle-nav__btn:hover {
	border-color: #3b73e8;
	color: #3b73e8;
}

.tehnix-bundle-nav__btn:focus-visible {
	outline: 2px solid #3b73e8;
	outline-offset: 2px;
}

.tehnix-bundle-card__footer {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #eef2f7;
}

/* Без cross-sell — лише основний товар */
.tehnix-bundle-card--solo .tehnix-bundle-card__body {
	justify-content: flex-start;
}

.tehnix-bundle-card--solo .tehnix-bundle-summary {
	justify-content: flex-end;
}

.tehnix-bundle-card--solo .tehnix-bundle-summary__save {
	display: none;
}

/* Solo + немає в наявності: як головна ціна на сторінці товару */
.tehnix-bundle-card--oos .tehnix-bundle-item__price {
	display: none;
}

.tehnix-bundle-card--oos .tehnix-bundle-item__name {
	font-size: 15px;
	margin-bottom: 0;
}

.tehnix-bundle-card--oos .tehnix-bundle-summary__total {
	color: #b5b5b5;
}

.tehnix-bundle-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}

.tehnix-bundle-summary__save {
	display: inline-block;
	background: #ffe8e8;
	color: #e52727;
	font-size: 12px;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: 4px;
	white-space: nowrap;
}

.tehnix-bundle-summary__total {
	font-size: 22px;
	font-weight: 800;
	color: #e52727;
	line-height: 1.1;
	letter-spacing: -0.01em;
}

.tehnix-bundle-buy-btn {
	appearance: none !important;
	-webkit-appearance: none !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 0 15px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0 !important;
	box-sizing: border-box !important;
	background-color: #E62900 !important;
	border: 1px solid #E62900 !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	cursor: pointer;
	transition: all 0.2s ease-in-out !important;
}

.tehnix-bundle-buy-btn::before {
	content: "" !important;
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	margin-right: 8px !important;
	vertical-align: middle !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'%3E%3C/circle%3E%3Ccircle cx='20' cy='21' r='1'%3E%3C/circle%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'%3E%3C/path%3E%3C/svg%3E") !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.tehnix-bundle-buy-btn:hover {
	background-color: #FC6645 !important;
	border-color: #FC6645 !important;
	box-shadow: 0 2px 10px rgba(230, 41, 0, 0.35) !important;
	transform: translateY(-2px) !important;
	color: #ffffff !important;
}

.tehnix-bundle-buy-btn:focus-visible {
	outline: 3px solid #1f5fd6 !important;
	outline-offset: 2px !important;
	box-shadow: 0 0 0 3px rgba(31, 95, 214, 0.25) !important;
}

.tehnix-bundle-buy-btn:active {
	transform: translateY(0) !important;
	box-shadow: 0 2px 6px rgba(230, 41, 0, 0.2) !important;
}

.tehnix-bundle-buy-btn:disabled {
	opacity: 0.55 !important;
	cursor: not-allowed !important;
	transform: none !important;
	box-shadow: none !important;
}

.tehnix-bundle-buy-btn:disabled::before {
	opacity: 0.85;
}

/* Стан «У кошику» — як кнопка WoodMart після додавання */
.tehnix-bundle-buy-btn.is-in-cart {
	background-color: #e88b7c !important;
	border-color: #e88b7c !important;
	color: #ffffff !important;
	cursor: pointer !important;
	opacity: 1 !important;
	transform: none !important;
	box-shadow: none !important;
}

.tehnix-bundle-buy-btn.is-in-cart::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") !important;
	opacity: 1 !important;
}

.tehnix-bundle-buy-btn.is-in-cart:hover {
	background-color: #de7a6a !important;
	border-color: #de7a6a !important;
	transform: none !important;
	box-shadow: none !important;
}

.tehnix-bundle-buy-btn.is-in-cart:disabled {
	opacity: 1 !important;
	cursor: pointer !important;
}

/* Слот під клон кнопки «Повідомити…» з основного блоку ціни */
.tehnix-bundle-notify-slot {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tehnix-bundle-notify-slot .knopka-nayavnosti,
.tehnix-bundle-notify-slot .wd-wtl-form {
	width: auto !important;
	max-width: 100% !important;
	margin: 0 !important;
}

.tehnix-bundle-notify-slot a,
.tehnix-bundle-notify-slot button {
	width: auto !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}
