/* Home product tabs + slider widgets — shared cards, slider-only tabs */
.halink_home_product_slider .hl-home-products-tabs-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}

.halink_home_product_slider .hl-home-products-tabs__heading,
.halink_home_product_slider .hl-home-products-tabs__subtitle {
	margin-bottom: 28px;
}

.halink_home_product_slider .hl-home-products-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 0 28px;
	padding: 0;
}

.halink_home_product_slider .hl-home-products-tabs__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 20px;
	border: 1px solid rgba(56, 189, 248, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.72);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.25s ease;
}

.halink_home_product_slider .hl-home-products-tabs__btn:hover,
.halink_home_product_slider .hl-home-products-tabs__btn.is-active {
	background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 10px 24px rgba(14, 165, 233, 0.28);
}

.halink_home_product_slider .hl-home-products-panels {
	position: relative;
	overflow: hidden;
}

.halink_home_product_slider .hl-home-products-panel {
	display: none;
}

.halink_home_product_slider .hl-home-products-panel.is-active {
	display: block;
	animation: hl-tab-fade-in 0.35s ease;
}

.halink_home_product_slider .hl-home-products-panel .hl-home-products {
	overflow: visible;
}

.halink_home_product_slider .hl-home-products-slider {
	position: relative;
	overflow: visible;
	border-radius: 16px;
}

.halink_home_product_slider .hl-home-products-slider__slide {
	padding: 8px 4px 16px;
	height: 100%;
}

.halink_home_product_slider .hl-home-products-slider.owl-carousel {
	overflow: visible;
}

.halink_home_product_slider .hl-home-products-slider .owl-stage-outer {
	overflow: hidden !important;
	padding: 8px 0 18px;
}

.halink_home_product_slider .hl-home-products-slider .owl-item {
	overflow: hidden;
}

.halink_home_product_slider .hl-home-products-slider .hl-product-card__inner:hover {
	transform: none;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.halink_home_product_slider .hl-home-products-slider .owl-nav {
	position: absolute;
	top: 38%;
	left: 8px;
	right: 8px;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	transform: translateY(-50%);
	z-index: 5;
}

.halink_home_product_slider .hl-home-products-slider .owl-nav button,
.halink_home_product_slider .hl-home-products-slider .owl-nav .owl-prev,
.halink_home_product_slider .hl-home-products-slider .owl-nav .owl-next {
	pointer-events: auto;
	width: 46px;
	height: 46px;
	border-radius: 50% !important;
	border: 1px solid rgba(56, 189, 248, 0.35) !important;
	background: rgba(15, 23, 42, 0.88) !important;
	color: #38bdf8 !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
	font-size: 0 !important;
	line-height: 0;
	cursor: pointer;
}

.halink_home_product_slider .hl-home-products-slider .owl-nav .owl-prev::before,
.halink_home_product_slider .hl-home-products-slider .owl-nav .owl-next::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.halink_home_product_slider .hl-home-products-slider .owl-nav .owl-prev::before {
	transform: rotate(-135deg);
	margin-left: 3px;
}

.halink_home_product_slider .hl-home-products-slider .owl-nav .owl-next::before {
	transform: rotate(45deg);
	margin-right: 3px;
}

.halink_home_product_slider .hl-home-products-slider .owl-nav.disabled {
	display: flex !important;
}

.halink_home_product_slider .hl-home-products-slider .owl-nav button:hover,
.halink_home_product_slider .hl-home-products-slider .owl-nav .owl-prev:hover,
.halink_home_product_slider .hl-home-products-slider .owl-nav .owl-next:hover {
	background: #38bdf8 !important;
	color: #0f172a !important;
	transform: scale(1.05);
}

.halink_home_product_slider .hl-home-products-slider .owl-nav .owl-prev {
	margin-left: 0;
}

.halink_home_product_slider .hl-home-products-slider .owl-nav .owl-next {
	margin-right: 0;
}

.halink_home_product_slider .hl-home-products-slider .owl-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 8px;
}

.halink_home_product_slider .hl-home-products-slider .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0;
	background: rgba(255, 255, 255, 0.18);
	transition: transform 0.2s ease, background 0.2s ease;
}

.halink_home_product_slider .hl-home-products-slider .owl-dot.active span,
.halink_home_product_slider .hl-home-products-slider .owl-dot:hover span {
	background: #38bdf8;
	transform: scale(1.15);
}

.halink_home_product_tabs .hl-home-products,
.halink_home_product_slider .hl-home-products {
	padding-top: 10px;
}

.halink_home_product_tabs .hl-home-products__grid,
.halink_home_product_slider .hl-home-products__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.halink_home_product_tabs .hl-product-card,
.halink_home_product_slider .hl-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.halink_home_product_tabs .hl-product-card__inner,
.halink_home_product_slider .hl-product-card__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border-radius: 14px;
	background: linear-gradient(180deg, #171717 0%, #101010 100%);
	border: 1px solid rgba(255, 255, 255, 0.09);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.halink_home_product_tabs .hl-product-card__inner:hover,
.halink_home_product_slider .hl-product-card__inner:hover {
	transform: translateY(-6px);
	border-color: rgba(56, 189, 248, 0.42);
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42);
}

.halink_home_product_tabs .hl-product-card__media,
.halink_home_product_slider .hl-product-card__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: #1f1f1f;
}

.halink_home_product_tabs .hl-product-card__media-link,
.halink_home_product_slider .hl-product-card__media-link {
	display: block;
	position: absolute;
	inset: 0;
	z-index: 1;
}

.halink_home_product_tabs .hl-product-card__img,
.halink_home_product_slider .hl-product-card__img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.halink_home_product_tabs .hl-product-card__img img,
.halink_home_product_slider .hl-product-card__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.55s ease, opacity 0.45s ease;
}

.halink_home_product_tabs .hl-product-card__img--hover,
.halink_home_product_slider .hl-product-card__img--hover {
	opacity: 0;
	z-index: 2;
}

.halink_home_product_tabs .hl-product-card__inner:hover .hl-product-card__img--main img,
.halink_home_product_slider .hl-product-card__inner:hover .hl-product-card__img--main img {
	transform: scale(1.06);
}

.halink_home_product_tabs .hl-product-card__inner:hover .hl-product-card__img--hover,
.halink_home_product_slider .hl-product-card__inner:hover .hl-product-card__img--hover {
	opacity: 1;
}

.halink_home_product_tabs .hl-product-card__badge,
.halink_home_product_slider .hl-product-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 4;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(242, 56, 90, 0.95);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.halink_home_product_tabs .hl-product-card__body,
.halink_home_product_slider .hl-product-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 10px;
	padding: 18px 16px 16px;
	text-align: center;
}

.halink_home_product_tabs .hl-product-card__title,
.halink_home_product_slider .hl-product-card__title {
	margin: 0;
	color: #f5f5f5;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.3px;
	text-transform: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.9em;
}

.halink_home_product_tabs .hl-product-card__title a,
.halink_home_product_slider .hl-product-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.25s ease;
}

.halink_home_product_tabs .hl-product-card__title a:hover,
.halink_home_product_slider .hl-product-card__title a:hover {
	color: #38bdf8;
}

.halink_home_product_tabs .hl-product-card__price,
.halink_home_product_slider .hl-product-card__price {
	margin: 0;
	color: #38bdf8;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	min-height: 1.2em;
}

.halink_home_product_tabs .hl-product-card__price-contact,
.halink_home_product_slider .hl-product-card__price-contact {
	display: inline-block;
	color: #fde68a;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.halink_home_product_tabs .hl-product-card__price del,
.halink_home_product_slider .hl-product-card__price del {
	margin-right: 8px;
	color: rgba(255, 255, 255, 0.45);
	font-size: 14px;
	font-weight: 400;
}

.halink_home_product_tabs .hl-product-card__price ins,
.halink_home_product_slider .hl-product-card__price ins {
	text-decoration: none;
}

.halink_home_product_tabs .hl-product-card__footer,
.halink_home_product_slider .hl-product-card__footer {
	margin-top: auto;
	padding-top: 8px;
}

.halink_home_product_tabs .hl-product-card__footer .added_to_cart,
.halink_home_product_slider .hl-product-card__footer .added_to_cart {
	display: none !important;
}

.halink_home_product_tabs .hl-product-card__cart,
.halink_home_product_slider .hl-product-card__cart {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 46px;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 1px solid rgba(125, 211, 252, 0.25) !important;
	border-radius: 10px !important;
	background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 55%, #0369a1 100%) !important;
	color: #fff !important;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 1.2px;
	text-align: center !important;
	text-transform: uppercase;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(14, 165, 233, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease !important;
	cursor: pointer;
	position: relative !important;
	overflow: hidden;
	transform: none !important;
}

.halink_home_product_tabs .hl-product-card__cart-inner,
.halink_home_product_slider .hl-product-card__cart-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 20px;
}

.halink_home_product_tabs .hl-product-card__cart-icon,
.halink_home_product_slider .hl-product-card__cart-icon {
	flex: 0 0 auto;
	opacity: 0.95;
}

.halink_home_product_tabs .hl-product-card__cart-text,
.halink_home_product_slider .hl-product-card__cart-text {
	display: inline-block;
	transition: opacity 0.2s ease;
}

.halink_home_product_tabs .hl-product-card__cart-spinner,
.halink_home_product_slider .hl-product-card__cart-spinner {
	display: none;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255, 255, 255, 0.28);
	border-top-color: #fff;
	border-radius: 50%;
	animation: hl-cart-spin 0.7s linear infinite;
}

.halink_home_product_tabs .hl-product-card__cart:before,
.halink_home_product_slider .hl-product-card__cart:before {
	display: none !important;
	content: none !important;
}

.halink_home_product_tabs .hl-product-card__cart:hover,
.halink_home_product_slider .hl-product-card__cart:hover {
	filter: brightness(1.06);
	color: #fff !important;
	box-shadow: 0 14px 28px rgba(56, 189, 248, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.22);
	transform: translateY(-1px) !important;
}

.halink_home_product_tabs .hl-product-card__cart.loading,
.halink_home_product_slider .hl-product-card__cart.loading {
	pointer-events: none;
	filter: saturate(0.92);
}

.halink_home_product_tabs .hl-product-card__cart.loading .hl-product-card__cart-icon,
.halink_home_product_slider .hl-product-card__cart.loading .hl-product-card__cart-icon {
	opacity: 0;
	width: 0;
	margin: 0;
}

.halink_home_product_tabs .hl-product-card__cart.loading .hl-product-card__cart-spinner,
.halink_home_product_slider .hl-product-card__cart.loading .hl-product-card__cart-spinner {
	display: inline-block;
}

.halink_home_product_tabs .hl-product-card__cart.is-success,
.halink_home_product_slider .hl-product-card__cart.is-success {
	animation: hl-cart-pulse 0.55s ease;
}

.halink_home_product_tabs .hl-home-products__empty,
.halink_home_product_slider .hl-home-products__empty {
	margin: 0;
	padding: 48px 20px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.72);
	text-align: center;
}

.halink_home_product_tabs .hl-home-products__footer,
.halink_home_product_slider .hl-home-products__footer {
	margin-top: 36px;
	text-align: center;
}

.halink_home_product_tabs .hl-home-products__view-all,
.halink_home_product_slider .hl-home-products__view-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 28px;
	border: 1px solid rgba(56, 189, 248, 0.55);
	border-radius: 999px;
	color: #38bdf8;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.halink_home_product_tabs .hl-home-products__view-all,
.halink_home_product_slider .hl-home-products__view-all:hover {
	background: #38bdf8;
	border-color: #38bdf8;
	color: #0f172a;
}

@media (max-width: 1199px) {
	.halink_home_product_tabs .hl-home-products__grid,
.halink_home_product_slider .hl-home-products__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.halink_home_product_slider .hl-home-products-tabs {
		justify-content: flex-start;
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 8px;
		scrollbar-width: thin;
	}

	.halink_home_product_slider .hl-home-products-tabs__btn {
		flex: 0 0 auto;
	}

	.halink_home_product_tabs .hl-home-products__grid,
.halink_home_product_slider .hl-home-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 16px;
	}

	.halink_home_product_slider .hl-home-products-slider .owl-nav .owl-prev {
		margin-left: 0;
	}

	.halink_home_product_slider .hl-home-products-slider .owl-nav .owl-next {
		margin-right: 0;
	}
}

@media (max-width: 575px) {
	.halink_home_product_tabs .hl-home-products__grid,
.halink_home_product_slider .hl-home-products__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.halink_home_product_tabs .hl-product-card__body,
	.halink_home_product_slider .hl-product-card__body {
		padding: 16px 14px 14px;
	}

	.halink_home_product_tabs .hl-product-card__cart,
	.halink_home_product_slider .hl-product-card__cart {
		min-height: 44px;
		font-size: 11px !important;
	}
}

@keyframes hl-tab-fade-in {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes hl-cart-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes hl-cart-pulse {
	0% {
		transform: scale(1);
	}
	45% {
		transform: scale(1.03);
	}
	100% {
		transform: scale(1);
	}
}

/* Related products — same card style as homepage widgets */
.hl-home-product-cards .hl-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hl-home-product-cards .hl-product-card__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border-radius: 14px;
	background: linear-gradient(180deg, #171717 0%, #101010 100%);
	border: 1px solid rgba(255, 255, 255, 0.09);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.hl-home-product-cards .hl-product-card__inner:hover {
	transform: translateY(-6px);
	border-color: rgba(56, 189, 248, 0.42);
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.42);
}

.hl-home-product-cards .hl-product-card__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: #1f1f1f;
}

.hl-home-product-cards .hl-product-card__media-link {
	display: block;
	position: absolute;
	inset: 0;
	z-index: 1;
}

.hl-home-product-cards .hl-product-card__img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.hl-home-product-cards .hl-product-card__img img,
.hl-home-product-cards .hl-product-card__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.55s ease, opacity 0.45s ease;
}

.hl-home-product-cards .hl-product-card__img--hover {
	opacity: 0;
	z-index: 2;
}

.hl-home-product-cards .hl-product-card__inner:hover .hl-product-card__img--main img,
.hl-home-product-cards .hl-product-card__inner:hover .hl-product-card__photo--main {
	transform: scale(1.06);
}

.hl-home-product-cards .hl-product-card__inner:hover .hl-product-card__img--hover {
	opacity: 1;
}

.hl-home-product-cards .hl-product-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 4;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(242, 56, 90, 0.95);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.hl-home-product-cards .hl-product-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 10px;
	padding: 18px 16px 16px;
	text-align: center;
}

.hl-home-product-cards .hl-product-card__title {
	margin: 0;
	color: #f5f5f5;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.3px;
	text-transform: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.9em;
}

.hl-home-product-cards .hl-product-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.25s ease;
}

.hl-home-product-cards .hl-product-card__title a:hover {
	color: #38bdf8;
}

.hl-home-product-cards .hl-product-card__price {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 8px;
	color: #38bdf8;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.hl-home-product-cards .hl-product-card__price .amount,
.hl-home-product-cards .hl-product-card__price .woocommerce-Price-amount {
	color: #38bdf8 !important;
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	text-decoration: inherit;
}

.hl-home-product-cards .hl-product-card__price del,
.hl-home-product-cards .hl-product-card__price del .amount,
.hl-home-product-cards .hl-product-card__price del .woocommerce-Price-amount {
	margin: 0;
	color: #38bdf8 !important;
	opacity: 0.72;
	font-size: 14px !important;
	font-weight: 400 !important;
	text-decoration: line-through !important;
}

.hl-home-product-cards .hl-product-card__price ins,
.hl-home-product-cards .hl-product-card__price ins .amount,
.hl-home-product-cards .hl-product-card__price ins .woocommerce-Price-amount {
	margin: 0;
	color: #38bdf8 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	background: transparent !important;
}

.hl-home-product-cards .hl-product-card__footer {
	margin-top: auto;
	padding-top: 8px;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

.hl-home-product-cards .hl-product-card__footer .added_to_cart {
	display: none !important;
}

.hl-home-product-cards .hl-product-card__cart,
.hl-home-product-cards .hl-product-card__cart.add_to_cart_button,
.hl-home-product-cards li.product .add_to_cart_button {
	position: relative !important;
	bottom: auto !important;
	left: auto !important;
	z-index: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 46px;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 1px solid rgba(125, 211, 252, 0.25) !important;
	border-radius: 10px !important;
	background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 55%, #0369a1 100%) !important;
	color: #fff !important;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 10px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 1.2px;
	text-align: center !important;
	text-transform: uppercase;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(14, 165, 233, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease !important;
	cursor: pointer;
	overflow: hidden;
	transform: none !important;
	white-space: nowrap !important;
}

.hl-home-product-cards li.product:hover .hl-product-card__cart,
.hl-home-product-cards li.product:hover .add_to_cart_button {
	opacity: 1 !important;
	transform: none !important;
	bottom: auto !important;
}

.hl-home-product-cards .hl-product-card__cart-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 20px;
}

.hl-home-product-cards .hl-product-card__cart-icon {
	flex: 0 0 auto;
	opacity: 0.95;
}

.hl-home-product-cards .hl-product-card__cart-text {
	display: inline-block;
	transition: opacity 0.2s ease;
}

.hl-home-product-cards .hl-product-card__cart-spinner {
	display: none;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255, 255, 255, 0.28);
	border-top-color: #fff;
	border-radius: 50%;
	animation: hl-cart-spin 0.7s linear infinite;
}

.hl-home-product-cards .hl-product-card__cart.loading {
	pointer-events: none;
	filter: saturate(0.92);
}

.hl-home-product-cards .hl-product-card__cart.loading .hl-product-card__cart-icon {
	opacity: 0;
	width: 0;
	margin: 0;
}

.hl-home-product-cards .hl-product-card__cart.loading .hl-product-card__cart-spinner {
	display: inline-block;
}

.hl-home-product-cards .hl-product-card__cart.is-success {
	animation: hl-cart-pulse 0.55s ease;
}

.hl-home-product-cards .hl-product-card__cart:before {
	display: none !important;
	content: none !important;
}

.hl-home-product-cards .hl-product-card__cart:hover {
	filter: brightness(1.06);
	color: #fff !important;
	box-shadow: 0 14px 28px rgba(56, 189, 248, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.22);
	transform: translateY(-1px) !important;
}

@media (max-width: 575px) {
	.hl-home-product-cards .hl-product-card__body {
		padding: 16px 14px 14px;
	}

	.hl-home-product-cards .hl-product-card__cart {
		min-height: 44px;
		font-size: 11px !important;
	}
}

/* Toast notification */
.hl-cart-toast-wrap {
	position: fixed;
	top: 24px;
	right: 24px;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: min(420px, calc(100vw - 32px));
	pointer-events: none;
}

.hl-cart-toast {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 14px;
	background: rgba(18, 18, 18, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(56, 189, 248, 0.08);
	color: #f8fafc;
	opacity: 0;
	transform: translateX(24px) translateY(-8px);
	transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	pointer-events: auto;
	backdrop-filter: blur(10px);
}

.hl-cart-toast.is-visible {
	opacity: 1;
	transform: translateX(0) translateY(0);
}

.hl-cart-toast--success {
	border-color: rgba(34, 197, 94, 0.35);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38), 0 0 24px rgba(34, 197, 94, 0.12);
}

.hl-cart-toast--error {
	border-color: rgba(248, 113, 113, 0.35);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38), 0 0 24px rgba(248, 113, 113, 0.12);
}

.hl-cart-toast__content {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	flex: 1 1 auto;
	min-width: 0;
}

.hl-cart-toast--success .hl-cart-toast__icon {
	color: #4ade80;
	flex: 0 0 auto;
}

.hl-cart-toast--error .hl-cart-toast__icon {
	color: #f87171;
	flex: 0 0 auto;
}

.hl-cart-toast__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	min-width: 0;
}

.hl-cart-toast__text {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 500;
}

.hl-cart-toast__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	padding: 7px 14px;
	border-radius: 999px;
	background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: filter 0.2s ease;
}

.hl-cart-toast__action:hover {
	filter: brightness(1.08);
	color: #fff !important;
}

.hl-cart-toast__close {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #cbd5e1;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.hl-cart-toast__close:hover {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

@media (max-width: 575px) {
	.hl-cart-toast-wrap {
		top: auto;
		right: 12px;
		bottom: 18px;
		left: 12px;
		max-width: none;
	}

	.hl-cart-toast {
		transform: translateY(18px);
	}

	.hl-cart-toast.is-visible {
		transform: translateY(0);
	}
}
