li.product.hwt-course-purchased {
    opacity: 0.55;
    filter: grayscale(1);
    position: relative;
}

li.product.hwt-course-purchased::after {
    content: "Bereits gekauft";
    position: absolute;
    top: 10px;
    right: 10px;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
}

/*.woocommerce-MyAccount-navigation-link--kurse {
	font-weight: 700;
}*/

.hwt-header-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: flex-end;
}

.hwt-account-link {
	text-decoration: none;
	font-weight: 500;
}
.hwt-account-link:hover {
    color: #cc7272 !important;
}

.hwt-cart-link {
	position: relative;
	display: inline-flex;
	align-items: center;
}
.hwt-cart-link svg {
	width: 20px;
}
.hwt-cart-link:hover svg path{
	fill: #cc7272;
}

.hwt-cart-link img {
	width: 22px;
	height: auto;
}
.hwt-cart-link * {
	transition: all 0.5s ease;
}

.hwt-cart-count {
	position: absolute;
	top: -6px;
	right: -10px;
	background: #E4C3BD;
	color: #000;
	font-size: 12px;
	line-height: 1;
	padding: 3px 6px;
	border-radius: 999px;
	font-weight: 600;
}
.hwt-cart-link:hover .hwt-cart-count {
	background: #000;
	color: #E4C3BD;
}
.hwt-header-surr {
	max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
	margin-top: 20px;
}

.products li {
	background-color: #faf6f7;
	box-sizing: border-box;
	transition: all 0.5s ease;

	transform:scale(1);
}
.products li:hover {
	background-color: var(--e-global-color-6e345d8);
	transform:scale(1.02);
}
.astra-shop-summary-wrap, .hwt-course-product-description {
	padding-left: 20px;
	padding-right: 20px;
}
